* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-size: 16px;
  line-height: 1.5; }

a {
  color: inherit;
  text-decoration: none; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0; }

ul {
  list-style: none; }

img,
svg {
  max-width: 100%;
  height: auto; }

.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 1440px) {
    .wrap {
      max-width: 90vw; } }

body {
  font-family: "Source Sans 3", "Noto Sans TC", sans-serif; }
  body.scroll-disabled {
    overflow: hidden; }
  
input[type="checkbox"] {
  width: 25px;
height: 25px; }

header .pc-header {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 0;
  position: fixed;
  width: 100%;
  z-index: 999; }
  @media (max-width: 1536px) {
    header .pc-header {
      padding: 20px 0; } }
  @media (max-width: 1180px) {
    header .pc-header {
      display: none; } }
  header .pc-header .header-content {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    position: relative; }
  header .pc-header .header-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    margin: 0 30px;
    padding-bottom: 20px;
    position: relative; }
    header .pc-header .header-item .header-link {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }
    header .pc-header .header-item:not(.logo)::after {
      background-size: contain;
      background-image: url("../images/icon-link.png");
      background-position: center;
      background-repeat: no-repeat;
      content: "";
      opacity: 0;
      position: absolute;
      left: -35px;
      top: 5px;
      height: 20px;
      width: 20px;
      transition: all 0.3s ease; }
    header .pc-header .header-item:hover::after {
      opacity: 1; }
    header .pc-header .header-item .en {
      font-size: 14px;
      line-height: 1; }
    header .pc-header .header-item .ch {
      font-size: 16px;
      line-height: 1;
      letter-spacing: 1.2px;
      margin-bottom: 5px; }
  header .pc-header .header-submenu {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: -20px;
    width: 150px;
    padding: 20px 30px;
    color: #fff;
    display: none;
    flex-direction: column;
    transition: all 0.3s ease; }
    header .pc-header .header-submenu + header .pc-header .header-submenu {
      left: auto; }
    header .pc-header .header-submenu a.header-submenu-item {
      display: block;
      padding-bottom: 0;
      width: 100%; }
    header .pc-header .header-submenu li.header-submenu-item {
      border-bottom: 1px solid #fff;
      margin: 10px 0;
      padding-bottom: 10px; }
    header .pc-header .header-submenu-item {
      letter-spacing: 1px; }
  header .pc-header .header-fun {
    align-items: center;
    display: flex;
    position: absolute;
    right: 0;
    top: 30px; }
    @media (max-width: 1680px) {
      header .pc-header .header-fun {
        right: 10%; } }
    @media (max-width: 1280px) {
      header .pc-header .header-fun {
        right: 5%; } }
    header .pc-header .header-fun-link {
      padding: 0 10px;
      transition: all 0.3s ease; }
      header .pc-header .header-fun-link:hover {
        scale: 1.1; }
  header .pc-header .header-cart-menu {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 10px);
    left: -20px;
    width: 300px;
    padding: 20px 40px;
    transition: all 0.3s ease; }
    header .pc-header .header-cart-menu.show {
      opacity: 1;
      pointer-events: auto; }
    @media (max-width: 1680px) {
      header .pc-header .header-cart-menu {
        left: -50%; } }
  header .pc-header .header-cart-img {
    height: 60px;
    width: 60px;
    object-fit: cover; }
  header .pc-header .header-cart-item {
    align-items: center;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin: 20px 0;
    transition: all 0.3s ease; }
    @media (min-width: 1281px) {
      header .pc-header .header-cart-item:hover .header-cart-title {
        letter-spacing: 1.2px; } }
  header .pc-header .header-cart-title {
    padding: 0 10px;
    transition: all 0.3s ease;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  header .pc-header .header-cart-btn {
    align-items: center;
    border: 1px solid #fff;
    display: flex;
    padding: 6px 35px;
    margin: auto;
    width: fit-content;
    transition: all 0.3s ease; }
    @media (min-width: 1281px) {
      header .pc-header .header-cart-btn:hover {
        color: #fff;
        background-color: #000;
        border-color: #000; } }
    header .pc-header .header-cart-btn svg {
      fill: #fff;
      height: 22px;
      object-fit: contain;
      width: 22px;
      margin-right: 10px; }
    header .pc-header .header-cart-btn span {
      padding-left: 10px;
      border-left: 1px solid #fff;
      line-height: 1; }
  header .pc-header .logo {
    display: block;
    margin: 0 50px;
    max-width: 150px;
    transform: translateY(10px); }
    header .pc-header .logo:hover img {
      scale: 1.1; }
    header .pc-header .logo img {
      max-width: 100%;
      transition: all 0.3s ease; }

.mb-header {
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  height: 150px;
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 999; }
  @media (max-width: 640px) {
    .mb-header {
      height: 120px; } }
  @media (min-width: 1181px) {
    .mb-header {
      display: none; } }
  .mb-header .logo {
    display: block;
    max-width: 15vw; }
    @media (max-width: 640px) {
      .mb-header .logo {
        max-width: 20vw; } }
    .mb-header .logo img {
      max-width: 100%; }
  .mb-header-trigger span {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateX(-50%);
    margin-top: -0.5px;
    width: 26px;
    height: 1px;
    background-color: #fff;
    transition: all 0.5s; }
    .mb-header-trigger span:before, .mb-header-trigger span:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      transition: all 0.5s; }
    .mb-header-trigger span:before {
      background-color: #fff;
      top: -7px; }
    .mb-header-trigger span:after {
      background-color: #fff;
      bottom: -7px; }
  .mb-header-trigger.show span {
    background-color: transparent; }
    .mb-header-trigger.show span::before, .mb-header-trigger.show span::after {
      top: 0;
      transform: rotate(45deg); }
    .mb-header-trigger.show span::after {
      top: 0;
      transform: rotate(-45deg); }
  .mb-header-menu {
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    height: 100vh;
    max-height: 100vh;
    right: 0;
    width: 40%;
    overflow-y: auto;
    padding: 20px 40px 20px 80px;
    transform: translateX(100%);
    transition: all 0.3s ease; }
    @media (max-width: 640px) {
      .mb-header-menu {
        width: 100%;
        padding-bottom: calc(350px + env(safe-area-inset-bottom)); } }
    .mb-header-menu.show {
      opacity: 1;
      transform: translateX(0);
      pointer-events: auto; }
  .mb-header-link {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 20px 0;
    position: relative;
    width: fit-content; }
    .mb-header-link::before {
      background-size: contain;
      background-image: url("../images/icon-link.png");
      background-position: center;
      background-repeat: no-repeat;
      content: "";
      opacity: 0;
      position: absolute;
      left: -35px;
      top: 5px;
      height: 20px;
      width: 20px;
      transition: all 0.3s ease; }
    .mb-header-link.current::before {
      opacity: 1; }
    .mb-header-link.hasSubmenu::after {
      width: 8px;
      height: 8px;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      content: "";
      position: absolute;
      right: -30px;
      top: 10px;
      transform: rotate(-135deg);
      transition: all 0.3s ease; }
    .mb-header-link.hasSubmenu.open::after {
      transform: rotate(-45deg); }
  .mb-header-fun {
    margin-top: 2rem; }
    .mb-header-fun-link {
      margin: 10px; }
  .mb-header-submenu {
    display: flex;
    height: 0;
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    padding: 0 20px;
    transition: opacity 0.5s ease, height 0.5s ease 0.5s; }
    .mb-header-submenu .submenu {
      height: 0;
      opacity: 0;
      visibility: hidden;
      padding-left: 2rem; }
      .mb-header-submenu .submenu li {
        margin: 15px 0; }
    .mb-header-submenu.open {
      height: fit-content;
      opacity: 1;
      pointer-events: auto; }
    .mb-header-submenu-item {
      margin: 10px 0;
      width: fit-content; }
      .mb-header-submenu-item.hasSubmenu {
        position: relative; }
        .mb-header-submenu-item.hasSubmenu::after {
          width: 8px;
          height: 8px;
          border-left: 1px solid #fff;
          border-bottom: 1px solid #fff;
          content: "";
          position: absolute;
          right: -25px;
          top: 5px;
          transform: rotate(-135deg);
          transition: all 0.3s ease; }
        .mb-header-submenu-item.hasSubmenu.open::after {
          transform: rotate(-45deg); }
        .mb-header-submenu-item.hasSubmenu.open .submenu {
          height: fit-content;
          opacity: 1;
          visibility: visible;
          pointer-events: auto; }

.outer-wrap {
  position: relative;
  overflow-x: hidden; }
  @media (max-width: 1024px) {
    .outer-wrap {
      padding-top: 150px; } }
  @media (max-width: 640px) {
    .outer-wrap {
      padding-top: 120px; } }

.title-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  margin-bottom: 40px;
  max-width: fit-content; }

.title-tw {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.2px; }

.title-en {
  color: #653a3a;
  font-weight: 700;
  letter-spacing: 1px; }

.decoration {
  position: absolute;
  pointer-events: none;
  z-index: -1; }
  @media (max-width: 1280px) {
    .decoration {
      display: none; } }
  .decoration img {
    width: 80%; }
    @media (max-width: 1680px) {
      .decoration img {
        width: 60%; } }
    @media (max-width: 1536px) {
      .decoration img {
        width: 50%; } }

.banner-ins {
  position: relative; }
  .banner-ins-img {
    font-size: 0; }
    @media (max-width: 640px) {
      .banner-ins-img img {
        height: 150px;
        object-fit: cover; } }

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2rem;
  width: 100%; }
  .breadcrumbs a,
  .breadcrumbs span {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 0 5px; }

.ins-content {
  padding: 120px 0 220px;
  position: relative; }
  @media (max-width: 1680px) {
    .ins-content {
      padding: 80px 0 120px; } }
  @media (max-width: 1024px) {
    .ins-content {
      padding: 40px 0 80px; } }
  @media (max-width: 640px) {
    .ins-content {
      padding: 40px 0; } }
  .ins-content .decoration1 {
    left: 5%;
    top: 5%; }
  .ins-content .decoration2 {
    right: 5%;
    top: 20%; }
  .ins-content .decoration3 {
    left: 0;
    bottom: 5%; }
  .ins-content .decoration4 {
    right: 0;
    bottom: 0; }

.ins .wrap {
  max-width: 1140px; }
  @media (max-width: 1140px) {
    .ins .wrap {
      max-width: 90vw; } }

.blockquote {
  background-color: #e0e0e0;
  padding: 1rem;
  letter-spacing: 1px;
  width: fit-content; }

.tab-filter {
  background-color: #e0e0e0;
  padding: 0.5rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  width: fit-content;
  margin: auto; }
  .tab-filter li {
    padding: 0.5rem 2.5rem;
    position: relative; }
    .tab-filter li a:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .tab-filter li:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #000;
      bottom: 0;
      left: 0;
      transition: all 0.3s ease;
      transform-origin: left;
      transform: scaleX(0); }
    .tab-filter li.current:after, .tab-filter li:hover:after {
      transform: scaleX(1); }

.page-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-top: 7rem; }

.page-item {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 5px;
  transition: all 0.5s ease; }
  .page-item:hover, .page-item.current {
    background-color: #000;
    border-radius: 5px;
    padding: 5px 2.5px;
    width: 32px;
    height: 32px; }
    .page-item:hover a, .page-item.current a {
      color: #fff; }

.editor {
  letter-spacing: 1.2px;
  line-height: 1.5; }
  .editor h2 {
    font-size: 22px;
    font-weight: 500; }

.back-btn {
  margin: 5rem auto 0;
  transition: all 0.3s ease; }
  @media (min-width: 1281px) {
    .back-btn:hover {
      transform: translateX(-10px); } }
  .back-btn a {
    align-items: center;
    background-color: #000;
    display: flex;
    padding: 5px 15px;
    text-align: center;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    width: fit-content;
    margin: auto; }
    .back-btn a svg {
      fill: #fff;
      height: 18px;
      width: 30px;
      transform: scale(-1); }

.album {
  display: none; }

.float-fun {
  position: fixed;
  right: 5%;
  bottom: 5%; }
  .float-fun .float-submenu {
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 0.3s ease; }
    .float-fun .float-submenu.show {
      transform: scaleY(1); }
  .float-fun .float-btn {
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.85rem 0;
    transition: all 0.3s ease; }
    .float-fun .float-btn img {
      max-width: 100%; }
    @media (min-width: 1281px) {
      .float-fun .float-btn:hover {
        scale: 0.9; } }

footer {
  border-top: 1px solid #000; }
  footer .wrap {
    align-items: flex-end;
    display: flex;
    max-width: 1100px; }
    @media (max-width: 1024px) {
      footer .wrap {
        max-width: 90vw; } }
    @media (max-width: 640px) {
      footer .wrap {
        flex-direction: column; } }
    footer .wrap .left {
      width: 25%; }
      @media (max-width: 1024px) {
        footer .wrap .left {
          width: 30%; } }
      @media (max-width: 768px) {
        footer .wrap .left {
          width: 40%; } }
      @media (max-width: 640px) {
        footer .wrap .left {
          width: 100%; } }
    footer .wrap .right {
      padding-left: 4rem;
      width: 75%; }
      @media (max-width: 1024px) {
        footer .wrap .right {
          padding-left: 2rem;
          width: 70%; } }
      @media (max-width: 768px) {
        footer .wrap .right {
          width: 60%; } }
      @media (max-width: 640px) {
        footer .wrap .right {
          width: 100%;
          margin-top: 1.5rem;
          padding-left: 0; } }
  footer .footer-box {
    padding: 60px 0; }
    @media (max-width: 640px) {
      footer .footer-box {
        padding: 30px 0; } }
  footer .footer-logo {
    margin-bottom: 0.85rem; }
    @media (max-width: 1024px) {
      footer .footer-logo {
        max-width: 240px; } }
    footer .footer-logo img {
      max-width: 100%; }
  footer .footer-about {
    background-color: #e8e8e8;
    text-align: center;
    padding: 0.5rem 1rem; }
  footer .footer-menu ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 1rem; }
    @media (max-width: 768px) {
      footer .footer-menu ul {
        grid-template-columns: repeat(3, 1fr); } }
  footer .footer-contact {
    margin-top: 1.5rem; }
    footer .footer-contact ul {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        footer .footer-contact ul {
          flex-wrap: wrap; } }
      footer .footer-contact ul li {
        align-items: center;
        display: flex;
        margin-top: 1rem; }
        footer .footer-contact ul li img {
          margin-right: 0.5rem; }
        footer .footer-contact ul li a,
        footer .footer-contact ul li span {
          font-size: 1rem; }
  footer .copyright {
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 5px 0; }
