﻿
.hero {
  position: relative;
  color: #fff;
  background-color: #4e3b3b;
}
body.detail .hero {
  color: #4e3b3b;
  padding: 14.375em 0em 6.25em;
}
@media (max-width: 991.98px) {
  body.detail .hero {
    padding: 7.5em 0em 3.125em;
  }
}
@media (max-width: 575.98px) {
  body.detail .hero {
    padding: 0em;
  }
  body.detail .hero .container {
    padding-top: 6.25rem;
    padding-bottom: 1.25rem;
  }
}
.hero__backdrop {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: 100%;
}
@media (min-width: 992px) {
  body.detail .hero__backdrop {
    width: calc(100% - 33.75em);
  }
}
@media (min-width: 576px) {
  body.detail .hero__backdrop {
    width: 100%;
  }
}
.hero__backdrop:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 2;
}
.hero__backdrop .container {
  position: relative;
  z-index: 4;
}
.hero__body {
  position: relative;
  max-width: 40.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 38.5416666667vw;
  width: 50%;
  padding: 13.25em 0em 6.625em;
}
@media screen and (min-width: 1590px) {
  .hero__body {
    min-height: calc(100vh - 15em);
  }
}
@media (max-width: 991.98px) {
  .hero__body {
    padding: 7.25em 0em 2.625em;
  }
}
@media (max-width: 575.98px) {
  .hero__body {
    width: 100%;
  }
}
body.detail .hero__body {
  padding: 8.25em 5.75em;
  min-height: 0;
  max-width: 50%;
  width: 50%;
}
@media (max-width: 1559.98px) {
  body.detail .hero__body {
    padding: 2.5em;
  }
}
@media (max-width: 991.98px) {
  body.detail .hero__body {
    padding: 1.25em;
  }
}
@media (max-width: 767.98px) {
  body.detail .hero__body {
    max-width: 100%;
    width: 100%;
    padding: 1.25em;
  }
}
body.detail .hero__body:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #fff;
}
body.detail .js-inview:not(.viewed) .hero__body:before {
  right: 100%;
  opacity: 0;
}
.hero__body > * {
  position: relative;
}
.hero__bg {
  display: none !important;
  position: absolute;
  inset: 0em -2.625em 0em -6.25em;
  background-image: linear-gradient(to left, rgba(78, 59, 59, 0) 0%, #673e20 142px);
}
@media (max-width: 991.98px) {
  .hero__bg {
    background-image: linear-gradient(to left, rgba(78, 59, 59, 0) 0%, #673e20 42px);
  }
}
body.detail .hero__bg {
  inset: 0 auto 0 0;
  max-width: 61.25em;
  width: 50%;
  z-index: 2;
  background-image: linear-gradient(to left, rgba(78, 59, 59, 0) 0%, rgb(18, 10, 9) 142px);
}
@media (max-width: 991.98px) {
  .hero__title {
    margin-bottom: 0.9375rem;
  }
}
html[lang=en] .hero__title {
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
}
html:not([lang=en]) .hero__title {
  font-weight: bold;
}
body.detail .hero__title {
  color: #d99580;
}
body.detail .hero__title {
  font-weight: 400;
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
}
@media (min-width: 992px) {
  body.detail .hero__title {
    font-size: 3.75em;
    margin-bottom: 0.4em;
  }
}
.hero__title b {
  font-weight: 400;
}
.hero__subtitle {
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
  margin-bottom: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  font-size: 2.25em;
  line-height: 1.1111111111;
}
@media (max-width: 991.98px) {
  .hero__subtitle {
    font-size: 1.375em;
  }
}
.hero__desc {
  padding-right: 5%;
  font-size: 1.125em;
  line-height: 1.3333333333;
}
@media (max-width: 991.98px) {
  .hero__desc {
    font-size: 0.875em;
    padding-right: 0;
  }
}
.hero__quick-link {
  font-size: 1.125em;
  margin-top: 1.6666666667em;
}
@media (max-width: 991.98px) {
  .hero__quick-link {
    font-size: 0.875em;
  }
}
.hero__breadcrumb {
  text-transform: uppercase;
  margin-bottom: 1.25em;
}
@media (min-width: 1560px) {
  .hero__breadcrumb {
    position: absolute;
    inset: 2.5em 2.5em auto 2.5em;
  }
}
.hero .container {
  position: relative;
  z-index: 3;
}
.hero b {
  color: #d99580;
}

.hero-slides {
  position: relative;
  height: 38.5416666667vw;
  min-height: 38.5416666667vw;
  padding: 13.25em 0em 6.625em;
  color: #fff;
}
@media screen and (min-width: 1590px) {
  .hero-slides {
    height: calc(100vh - 15em);
    min-height: calc(100vh - 15em);
  }
}
@media (max-width: 991.98px) {
  .hero-slides {
    padding: 7.25em 0em 2.625em;
  }
}
@media (max-width: 575.98px) {
  .hero-slides {
    padding: 8.125em 0em 4em;
    min-height: 0;
    height: auto;
    width: 100%;
  }
}
.hero-slides__backdrop {
  position: absolute;
  inset: 0;
}
.hero-slides__backdrop:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 2;
}
.hero-slides__body {
  max-width: 50%;
}
@media (max-width: 1199.98px) {
  .hero-slides__body {
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .hero-slides__body {
    max-width: none;
  }
}
.hero-slides__title {
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
  margin-bottom: 0.625rem;
}
@media (max-width: 1559.98px) {
  html[lang=en] .hero-slides__title {
    font-size: 3.25em;
  }
}
@media (max-width: 1199.98px) {
  html[lang=en] .hero-slides__title {
    font-size: 3em;
  }
}
@media (max-width: 991.98px) {
  html[lang=en] .hero-slides__title {
    font-size: 1.625em;
  }
}
.hero-slides__desc {
  padding-right: 5%;
  font-size: 1.125em;
  line-height: 1.3333333333;
}
@media (max-width: 991.98px) {
  .hero-slides__desc {
    font-size: 0.875em;
    padding-right: 0;
  }
}
.hero-slides__pagination,
.hero-slides .swiper-horizontal > .swiper-pagination-bullets,
.hero-slides .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero-slides .swiper-pagination-custom,
.hero-slides .swiper-pagination-fraction {
  position: absolute;
  inset: auto 0em 1.125em;
  height: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20.46875%;
  z-index: 5;
  pointer-events: all;
}
@media (max-width: 991.98px) {
  .hero-slides__pagination,
  .hero-slides .swiper-horizontal > .swiper-pagination-bullets,
  .hero-slides .swiper-pagination-bullets.swiper-pagination-horizontal,
  .hero-slides .swiper-pagination-custom,
  .hero-slides .swiper-pagination-fraction {
    padding: 0;
    inset: auto 20px 18px;
  }
}
.hero-slides .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.hero-slides .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16.375em;
          flex: 0 1 16.375em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fff;
  height: 3px;
  opacity: 0.3;
  border-radius: 0;
  width: auto;
}
.hero-slides .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before,
.hero-slides .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  inset: -1em -0.375em;
}
@media (min-width: 992px) {
  .hero-slides .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .hero-slides .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
}
.hero-slides .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}

.faq:not(body),
.price:not(body) {
  padding: 6.875em 0em 18.75em;
}
@media (max-width: 1199.98px) {
  .faq:not(body),
  .price:not(body) {
    padding: 3.75rem 0rem 18.75rem;
  }
}
@media (max-width: 767.98px) {
  .faq:not(body),
  .price:not(body) {
    padding: 1.25rem 0rem 2.5rem;
  }
}
.faq__title,
.price__title {
  font-size: 5em;
  letter-spacing: -0.015em;
  line-height: 1;
  font-weight: 400;
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 0.525em;
}
@media (max-width: 991.98px) {
  .faq__title,
  .price__title {
    font-size: 1.625em;
    margin-bottom: 1.5384615385em;
  }
}
@media (min-width: 576px) {
  .faq__row,
  .price__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.faq__nav,
.price__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25em;
          flex: 0 0 25em;
  padding-right: 1.5em;
}
@media (max-width: 1199.98px) {
  .faq__nav,
  .price__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (max-width: 991.98px) {
  .faq__nav,
  .price__nav {
    font-size: 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .faq__nav,
  .price__nav {
    display: none;
  }
}
.faq__nav-inner,
.price__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.faq__nav-item,
.price__nav-item {
  max-width: 100%;
}
.faq__nav-item.active,
.price__nav-item.active {
  pointer-events: none;
}
.faq__nav-item.active span:before,
.price__nav-item.active span:before {
  width: 100%;
  border-color: currentColor;
}
.faq__nav-item:not(.active),
.price__nav-item:not(.active) {
  cursor: pointer;
}
.faq__nav-item:not(.active) span,
.price__nav-item:not(.active) span {
  opacity: 0.3;
}
.active .faq__nav-item span,
.active .price__nav-item span {
  opacity: 1;
}
.faq__nav-item:hover,
.price__nav-item:hover {
  opacity: 1;
}
.faq__nav-item span,
.price__nav-item span {
  position: relative;
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  padding-bottom: 0.2222222222em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .faq__nav-item span,
  .price__nav-item span {
    font-size: 0.875rem;
  }
}
.faq__nav-item span:before,
.price__nav-item span:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-bottom: 2px solid transparent;
  width: 0;
}
.faq__nav-item--sub,
.price__nav-item--sub {
  margin-left: 1.25rem;
}
.faq__nav-item--group-head,
.price__nav-item--group-head {
  margin-top: 1.25rem;
  width: 100%;
}
.faq__nav-item--group-head span,
.price__nav-item--group-head span {
  opacity: 1 !important;
}
.faq__body,
.price__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 25em);
          flex: 0 0 calc(100% - 25em);
  max-width: 68.75rem;
  margin: 0 auto;
  color: #4e3b3b;
}
@media (max-width: 1199.98px) {
  .faq__body,
  .price__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}
.faq__section,
.price__section {
  margin-bottom: 5em;
}
@media (max-width: 991.98px) {
  .faq__section,
  .price__section {
    margin-bottom: 2.5em;
  }
}
.faq__mb-nav,
.price__mb-nav {
  position: fixed;
  inset: 4.375em 0em auto;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 576px) {
  .faq__mb-nav,
  .price__mb-nav {
    display: none;
  }
}
.faq__mb-nav span,
.price__mb-nav span {
  font-size: 0.875em;
  letter-spacing: -0.03em;
  line-height: 1.2857142857;
}
.faq__nav-swiper,
.price__nav-swiper {
  position: relative;
}
.faq__nav-slide,
.price__nav-slide {
  height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq__nav-prev, .faq__nav-next,
.price__nav-prev,
.price__nav-next {
  position: absolute;
  inset: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  cursor: pointer;
  z-index: 2;
}
.faq__nav-prev.swiper-button-disabled, .faq__nav-next.swiper-button-disabled,
.price__nav-prev.swiper-button-disabled,
.price__nav-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.faq__nav-prev:before, .faq__nav-next:before,
.price__nav-prev:before,
.price__nav-next:before {
  content: "";
  position: absolute;
  inset: 0em -1em;
}
.faq__nav-prev,
.price__nav-prev {
  left: 0;
}
.faq__nav-next,
.price__nav-next {
  right: 0;
}
@media (min-width: 576px) {
  .faq__nav-group,
  .price__nav-group {
    margin-left: 1.25em;
  }
}

.nav-group__title {
  font-size: 1.125rem;
  color: currentColor;
  opacity: 0.3;
}
.active > .nav-group__title {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .nav-group__title {
    font-size: 0.875rem;
  }
}
.nav-group__list {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.nav-group__link {
  margin-left: 0;
  display: inline-block;
}
.nav-group__link > span {
  margin-bottom: 0.25rem;
}

.faq-sec,
.price-sec {
  position: relative;
}
.faq-sec__title,
.price-sec__title {
  font-size: 2.5em;
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
  letter-spacing: -0.015em;
  line-height: 1;
  margin-bottom: 0.5em;
  font-weight: 400 !important;
}
@media (max-width: 991.98px) {
  .faq-sec__title,
  .price-sec__title {
    font-size: 1.25rem;
  }
}
.faq-sec__item,
.price-sec__item {
  margin-bottom: 1.25em;
}
@media (max-width: 575.98px) {
  .faq-sec__item,
  .price-sec__item {
    margin-bottom: 0.625em;
  }
}
.faq-sec__item-head,
.price-sec__item-head {
  padding: 1.25em 1.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(187, 198, 201, 0.3);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  font-weight: 500;
}
@media (min-width: 992px) {
  .faq-sec__item-head:before,
  .price-sec__item-head:before {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0;
    opacity: 0;
    z-index: 1;
    border: 1px solid currentColor;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .faq-sec__item-head:not(.active):hover:before,
  .price-sec__item-head:not(.active):hover:before {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .faq-sec__item-head,
  .price-sec__item-head {
    padding: 0.625rem 0.9375rem;
  }
}
.accordion.active .faq-sec__item-head,
.accordion.active .price-sec__item-head {
  background-color: #d99580;
}
.faq-sec__item-head > span,
.price-sec__item-head > span {
  font-size: 1.3125em;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 991.98px) {
  .faq-sec__item-head > span,
  .price-sec__item-head > span {
    font-size: 1em;
  }
}
.faq-sec__item-head .icon,
.price-sec__item-head .icon {
  width: 1.25em;
  height: 1.25em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25em;
          flex: 0 0 1.25em;
  position: relative;
}
.faq-sec__item-head .icon:before, .faq-sec__item-head .icon:after,
.price-sec__item-head .icon:before,
.price-sec__item-head .icon:after {
  content: "";
  position: absolute;
  inset: 0.5625em 0 auto;
  height: 0.125em;
  background-color: currentColor;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.faq-sec__item-head .icon:before,
.price-sec__item-head .icon:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion.active .faq-sec__item-head .icon:before,
.accordion.active .price-sec__item-head .icon:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion.active .faq-sec__item-head .icon:after,
.accordion.active .price-sec__item-head .icon:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-sec__item-body,
.price-sec__item-body {
  padding: 2.25em 1.875em;
}
@media (max-width: 991.98px) {
  .faq-sec__item-body,
  .price-sec__item-body {
    padding: 0.9375em 0.25em;
  }
}
.faq-sec__item-body .static,
.price-sec__item-body .static {
  font-size: 1.125em;
  letter-spacing: -0.03em;
  line-height: 1.6666666667;
}
@media (max-width: 991.98px) {
  .faq-sec__item-body .static,
  .price-sec__item-body .static {
    font-size: 0.875em;
  }
}
.faq-sec__pin,
.price-sec__pin {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: -7.5em;
}

.price-sec__price-head {
  text-align: right;
  font-size: 1.125rem;
  margin-bottom: 1.1111111111em;
}
@media (max-width: 575.98px) {
  .price-sec__price-head {
    font-size: 0.875rem;
  }
}
.price-sec__price-list {
  margin-bottom: 1.25em;
}
.price-sec__price-list:not(:last-child) {
  border-bottom: 1px solid #bcbcbc;
}
.price-sec__price-list.static ol {
  padding-left: 1.1666666667em;
}
@media (min-width: 576px) {
  .price-sec__price-list.static {
    font-size: 1.3125em;
  }
}
.price-sec__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25em;
}
@media (max-width: 575.98px) {
  .price-sec__list-item {
    margin-bottom: 0.75em;
  }
}
.price-sec__item-name {
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-right: auto;
}
@media (min-width: 576px) {
  .price-sec__item-name {
    font-size: 1.3125em;
  }
}
.price-sec__item-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  margin-left: 0.75rem;
}
@media (max-width: 575.98px) {
  .price-sec__item-price {
    max-width: 60%;
    white-space: normal;
    font-size: 0.875em;
    text-align: right;
  }
}
@media (min-width: 576px) {
  .price-sec__item-price br {
    display: none;
  }
}
.price-sec__price-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 576px) {
  .price-sec__price-total {
    font-size: 1.125em;
  }
}
.price-sec__docs {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.price-sec__docs-btn {
  position: relative;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid;
}
@media (max-width: 575.98px) {
  .price-sec__docs-btn {
    font-size: 0.75em;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}
.price-sec__docs-btn:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  -webkit-transition: height 0.2s ease, width 0.3s ease 0.2s;
  transition: height 0.2s ease, width 0.3s ease 0.2s;
  background-color: currentColor;
  width: 12px;
  height: 0;
}
.price-sec__docs-btn .icon {
  margin-right: 1.125em;
}
.price-sec__docs-btn > * {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s ease 0.2s;
  transition: color 0.3s ease 0.2s;
}
.price-sec__docs-btn:hover > * {
  color: #fff;
}
.price-sec__docs-btn:hover:before {
  width: 100%;
  height: 100%;
}
.price-sec__pin {
  position: relative;
  top: -90px;
}
.price-sec__remark {
  text-align: right;
  font-size: 0.875em;
}

.price-sub-title {
  margin: 1.25rem 0;
  font-size: 1.3125em;
  font-weight: 500;
  font-family: "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
}
@media (max-width: 991.98px) {
  .price-sub-title {
    font-size: 1em;
  }
}

.list-sub-item {
  padding-left: 1.25em;
}

.price-explore,
.faq-explore {
  background-color: #fff;
  border-top: 1px solid #bcbcbc;
}
@media (min-width: 576px) {
  .price-explore,
  .faq-explore {
    display: none;
  }
}
.price-explore__btn,
.faq-explore__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  height: 2.5rem;
}
.price-explore__btn .icon,
.faq-explore__btn .icon {
  margin-left: auto;
}
.price-explore__body .price-explore__btn,
.price-explore__body .faq-explore__btn,
.faq-explore__body .price-explore__btn,
.faq-explore__body .faq-explore__btn {
  position: relative;
}
.price-explore__body .price-explore__btn:before,
.price-explore__body .faq-explore__btn:before,
.faq-explore__body .price-explore__btn:before,
.faq-explore__body .faq-explore__btn:before {
  content: "";
  position: absolute;
  inset: auto -1.25rem 0;
  height: 1px;
  background-color: #bcbcbc;
}
.price-explore__body .price-explore__btn .icon,
.price-explore__body .faq-explore__btn .icon,
.faq-explore__body .price-explore__btn .icon,
.faq-explore__body .faq-explore__btn .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.price-explore__head,
.faq-explore__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.875em;
  border-bottom: 1px solid #bcbcbc;
}
.price-explore__head span,
.faq-explore__head span {
  margin-right: auto;
  font-size: 1.25em;
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
}
.price-explore__head .icon,
.faq-explore__head .icon {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.price-explore__grp.active .price-explore__head .icon,
.price-explore__grp.active .faq-explore__head .icon,
.faq-explore__grp.active .price-explore__head .icon,
.faq-explore__grp.active .faq-explore__head .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.price-explore__body,
.faq-explore__body {
  position: fixed;
  z-index: 999;
  inset: 0;
  background-color: #fff;
  display: none;
}
.price-explore__body .container,
.faq-explore__body .container {
  max-height: 100%;
  overflow: auto;
  width: 100%;
  padding-bottom: 5em;
}
.price-explore__grp,
.faq-explore__grp {
  margin-top: 3.125rem;
}
.price-explore__dropdown,
.faq-explore__dropdown {
  padding-top: 1.875em;
}
.price-explore__item,
.faq-explore__item {
  display: block;
  margin-bottom: 1em;
}
.price-explore__item span,
.faq-explore__item span {
  font-size: 0.875em;
  letter-spacing: -0.03em;
}
.price-explore.faq-explore .price-explore__btn,
.price-explore.faq-explore .faq-explore__btn,
.faq-explore.faq-explore .price-explore__btn,
.faq-explore.faq-explore .faq-explore__btn {
  margin-bottom: 3.125em;
}

@media (max-width: 575.98px) {
  body.explore-list-active .header,
  body.explore-list-active .sticky-holder,
  body.faq-list-active .header,
  body.faq-list-active .sticky-holder {
    display: none;
  }
}

.enquiry {
  padding: 6.875em 0em 9em;
}
@media (max-width: 991.98px) {
  .enquiry {
    padding: 2.5em 0em;
  }
}
@media (min-width: 992px) {
  .enquiry__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.enquiry__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52.036199095%;
          flex: 0 0 52.036199095%;
}
.enquiry__map {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.4389140271%;
          flex: 0 0 43.4389140271%;
}
@media (max-width: 991.98px) {
  .enquiry__map {
    margin-top: 1.25em;
  }
}
.enquiry__map .media-holder {
  padding-bottom: 88.5416666667%;
}
.enquiry__title {
  font-size: 2.5em;
  letter-spacing: -0.015;
  line-height: 1;
  margin-bottom: 0.75em;
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
}
html[lang=en] .enquiry__title {
  font-size: 2em;
}
@media (max-width: 991.98px) {
  .enquiry__title {
    font-size: 1.625em;
    margin-bottom: 0.7692307692em;
  }
}

@media (max-width: 991.98px) {
  .form {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form__row:not(.form__row--submit) {
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.form__field {
  padding: 0 10px 1.25em;
}
@media (min-width: 576px) {
  .form__field:not(.form__field--full) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.form__field--full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.form__label {
  display: block;
  font-size: 1.125em;
  letter-spacing: -0.03em;
  margin-bottom: 0.4444444444em;
}
.form__input-css {
  display: block;
  width: 100%;
  white-space: nowrap;
  background-color: #fff;
  font-size: 1.25em;
  padding: 0.7em;
  border: none;
  margin: 0;
  min-height: 2.9em;
}
.form__message {
  display: none;
  color: #ff4f4f;
  margin-top: 0.375em;
}
.form__hr {
  margin: 2.875em 0em 3.75em;
  height: 1px;
  width: 100%;
  background-color: #bcbcbc;
}
.form textarea {
  resize: none;
  height: 7.75rem;
}

.contact-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-info__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.875em;
          flex: 0 0 2.875em;
  width: 2.875em;
  height: 2.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d99580;
  color: #fff;
  margin-right: 2em;
}
.contact-info__icon .icon {
  font-size: 1.3125em;
}
.contact-info__body {
  font-size: 1.25em;
  letter-spacing: -0.03em;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .contact-info__body {
    font-size: 0.875rem;
  }
}
.contact-info td {
  padding: 0em 1.25em 0em 0em;
  border: none;
}
.contact-info a:hover {
  text-decoration: underline;
}

.breadcrumb__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb__item {
  position: relative;
  white-space: normal;
  margin-bottom: 0.375em;
}
.breadcrumb__item:not(:first-child):before {
  content: "\e908";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.75em;
  display: inline-block;
  margin: 0em 0.8333333333em;
}
.breadcrumb__item span {
  font-size: 1.125em;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-bottom: 0.2222222222em;
  line-height: 1.55;
}
@media (max-width: 991.98px) {
  .breadcrumb__item span {
    font-size: 0.875em;
  }
}
.breadcrumb__item:last-child span {
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
}

.detail-body,
.team-body {
  padding: 8.125em 0em;
  color: #4e3b3b;
}
@media (max-width: 991.98px) {
  .detail-body,
  .team-body {
    padding: 2.5em 0em;
  }
}
.detail-body h2,
.team-body h2 {
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
  font-weight: 400;
}

.detail-body {
  padding-bottom: 0;
}
.detail-body__back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25em;
  margin-bottom: 2.5em;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .detail-body__back-btn {
    margin-top: 4em;
  }
}
.detail-body__back-btn span {
  display: inline-block;
  border-bottom: 1px solid;
  margin-left: 0.5em;
  padding-bottom: 0.1666666667em;
  line-height: 1;
}
@media (min-width: 576px) {
  .detail-body__back-btn span {
    font-size: 1.5em;
  }
}
.detail-body__back-btn .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 576px) {
  .detail-body__back-btn .icon {
    font-size: 1.5em;
  }
}
.detail-body__img {
  padding-bottom: 45.4545454545%;
  margin-bottom: 2.5em;
}
@media (max-width: 991.98px) {
  .detail-body__img {
    margin-bottom: 0.9375em;
  }
}
.detail-body .static P {
  font-size: 1.125em;
  line-height: 1.6666666667;
}
@media (max-width: 991.98px) {
  .detail-body .static P {
    font-size: 0.875em;
    line-height: 1.5;
  }
}
.detail-body .static ul li, .detail-body .static ol li {
  font-size: 1.125em;
  line-height: 1.6666666667;
}
@media (max-width: 991.98px) {
  .detail-body .static ul li, .detail-body .static ol li {
    font-size: 0.875em;
    line-height: 1.5;
  }
}
.detail-body .static ul li ul li, .detail-body .static ol li ul li {
  font-size: 1em;
}
.detail-body .static ul li ul li ul li, .detail-body .static ol li ul li ul li {
  font-size: 1em;
}
.detail-body > .container {
  max-width: 71.75rem;
}
@media (max-width: 991.98px) {
  .detail-body > .container {
    max-width: 40rem;
  }
}
.detail-body .section-normal + .section-normal {
  margin-top: 4em;
}
.detail-body .section-normal + .section-full {
  margin-top: 8.125em;
}
@media (max-width: 991.98px) {
  .detail-body .section-normal + .section-full {
    margin-top: 2.5em;
  }
}
.detail-body .section-normal:last-child {
  padding-bottom: 8.125em;
}
@media (max-width: 991.98px) {
  .detail-body .section-normal:last-child {
    padding-bottom: 2.5em;
  }
}

.section-full {
  margin-left: calc((71.75rem - 100vw) / 2 - 24px);
  margin-right: calc((71.75rem - 100vw) / 2 - 24px);
  padding: 6.25em 0em;
  background-color: #fff;
}
@media screen and (max-width: 1148px) {
  .section-full {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 991.98px) {
  .section-full {
    margin-left: calc((40rem - 100vw) / 2 - 24px);
    margin-right: calc((40rem - 100vw) / 2 - 24px);
  }
}
@media (max-width: 991.98px) {
  .section-full {
    padding: 2.5em 0em;
  }
}
@media (max-width: 767.98px) {
  .section-full {
    background-color: #b9c6ca;
  }
}
@media screen and (max-width: 640px) {
  .section-full {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.section-full + .section-full {
  background-color: transparent;
}

.feature-list {
  margin: 4em auto 0;
}
@media (max-width: 991.98px) {
  .feature-list {
    margin: 1.25em auto 0;
  }
}
@media (min-width: 576px) {
  .feature-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.feature-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 20px 3.125em;
}
@media (max-width: 575.98px) {
  .feature-list__item {
    padding-bottom: 1.25em;
  }
}
.feature-list__item-img {
  width: 9.375em;
  height: 9.375em;
  margin: 0em 2em 3.375em;
}
@media (max-width: 991.98px) {
  .feature-list__item-img {
    margin: 0em 0em 0.625em;
  }
}
.feature-list__item-body {
  padding: 0em 1.25em;
  border-left: 1px solid #cf9884;
}
@media (max-width: 991.98px) {
  .feature-list__item-body {
    padding: 0em 0em 0em 0.9375em;
  }
}
@media (max-width: 991.98px) {
  .feature-list__item-body h3 {
    font-size: 1.25em;
  }
}

.journey-step__title, .journey-step__headline {
  text-align: center;
}
.journey-step__headline {
  font-size: 1.875em;
  letter-spacing: -0.015em;
  line-height: 1.2;
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
  margin: 0 auto 1em;
  max-width: 26.6666666667em;
}
@media (max-width: 991.98px) {
  .journey-step__headline {
    font-size: 1.25em;
  }
}
.journey-step__title {
  margin-bottom: 0.6em;
  text-align: center;
}
.journey-step__swiper {
  position: relative;
  counter-reset: step;
  margin: auto;
  padding: 0rem 3.125rem;
}
.journey-step__slide {
  counter-increment: step;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 87.5rem;
  height: auto;
}
@media (min-width: 576px) {
  .journey-step__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.journey-step__slide:not(.swiper-slide-active) {
  opacity: 0;
}
.journey-step__slide-img, .journey-step__slide-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (min-width: 576px) {
  .journey-step__slide-img {
    min-height: 24.3vw;
  }
}
@media (max-width: 575.98px) {
  .journey-step__slide-img {
    padding-bottom: 80.8%;
  }
}
.journey-step__slide-body {
  padding: 4.375em 4.375em 4.375em 8.25em;
  background-color: #b9c6ca;
}
@media (max-width: 767.98px) {
  .journey-step__slide-body {
    background-color: #fff;
  }
}
@media (max-width: 991.98px) {
  .journey-step__slide-body {
    padding: 2.5em;
  }
}
@media (max-width: 575.98px) {
  .journey-step__slide-body {
    padding: 1.25em;
  }
}
.journey-step__slide-title {
  position: relative;
  color: #d99580;
  margin-bottom: 0.5em;
}
@media (max-width: 991.98px) {
  .journey-step__slide-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25em;
    margin-bottom: 0.75em;
  }
}
.journey-step__slide-title:before {
  content: "0" counter(step);
  display: inline-block;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .journey-step__slide-title:before {
    text-align: right;
    position: absolute;
    top: 0;
    right: calc(100% + 0.8888888889em);
  }
}
.journey-step__slide:nth-child(n+9) .journey-step__slide-title:before {
  content: counter(step);
}
.journey-step__slide-desc {
  line-height: 1.6666666667;
  font-size: 1.125em;
}
@media (max-width: 991.98px) {
  .journey-step__slide-desc {
    font-size: 0.875em;
    line-height: 1.2857142857;
  }
}
.journey-step__nav-control {
  position: absolute;
  inset: 50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .journey-step__nav-control {
    left: -10px;
    right: -10px;
  }
}
.journey-step__page-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125em;
  margin-top: 1.6666666667em;
}
@media (max-width: 991.98px) {
  .journey-step__page-control {
    font-size: 0.875em;
  }
}
.journey-step__pagination {
  margin: 0 0 0 0.8333333333em;
  width: auto !important;
  position: static;
}
.journey-step .swiper-btn {
  background-color: #d99580;
}
.journey-step .swiper-pagination-bullet {
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-bottom: 1px solid transparent;
}
.journey-step .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #d99580;
  border-color: currentColor;
}
.journey-step .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.journey-step .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.8333333333em 0.4444444444em;
}

.explore {
  padding: 6.25em 0em 4.375em;
}
@media (max-width: 991.98px) {
  .explore {
    padding: 2.5em 0em;
  }
}
.explore__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 1.875em);
  margin: 0em -0.9375em;
}
@media (max-width: 991.98px) {
  .explore__row {
    width: calc(100% + 0.75em);
    margin: 0em -0.375em;
  }
}
.explore__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0em 0.9375em 1.875em;
}
@media (max-width: 991.98px) {
  .explore__item {
    padding: 0em 0.375em 0.9375em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  body:not(.services) .explore__item*:nth-child(n+5) {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .explore__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.explore__item-title {
  padding: 0.75em 1.25em;
  min-height: 5.975em;
}
html[lang=en] .explore__item-title {
  min-height: 6.5625em;
}
@media (max-width: 991.98px) {
  .explore__item-title {
    padding: 0.5625em 0.625em;
  }
}
.explore__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.125em;
}
@media (max-width: 991.98px) {
  .explore__foot {
    margin-top: 0;
  }
}
.explore__foot .quick-link {
  margin-top: 0;
  margin-right: 1.25em;
}
@media (min-width: 992px) {
  .explore__foot .quick-link {
    font-size: 1.5em;
  }
}
.explore__foot .icon {
  margin-top: 0.2em;
}
@media (min-width: 992px) {
  .explore__foot .icon {
    font-size: 2em;
  }
}
.team-body .container {
  max-width: 79.625rem;
}

@media (min-width: 576px) {
  .profile__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.profile__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.3784665579%;
          flex: 0 0 36.3784665579%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (max-width: 575.98px) {
  .profile__img {
    width: 13.75em;
    margin: 0 auto 1.25em;
  }
}
.js-inview:not(.viewed) .profile__img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.profile__img .media-holder {
  padding-bottom: 116.5919282511%;
  border-radius: 999px;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
.profile__img img {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.js-inview:not(.viewed) .profile__img img {
  opacity: 0;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.profile__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.0962479608%;
          flex: 0 0 57.0962479608%;
  margin-left: auto;
}
.profile__name {
  color: #d99580;
  font-size: 3.375em;
  line-height: 1.4814814815;
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
  letter-spacing: -0.015em;
}
@media (max-width: 991.98px) {
  .profile__name {
    font-size: 1.625em;
  }
}
.profile__title {
  font-size: 2.25em;
  line-height: 1.1111111111;
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
}
@media (max-width: 991.98px) {
  .profile__title {
    font-size: 1.25em;
  }
}
.profile__detail-grp {
  margin-top: 3.125em;
}
@media (max-width: 991.98px) {
  .profile__detail-grp {
    margin-top: 1.25em;
  }
}
.profile__detail {
  margin-top: 1.25em;
}
.profile__detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  font-weight: 500;
  color: #d99580;
}
.profile__detail-head > span {
  font-size: 1.5em;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .profile__detail-head > span {
    font-size: 1em;
  }
}
.profile__detail-head .icon {
  width: 1.25em;
  height: 1.25em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25em;
          flex: 0 0 1.25em;
  position: relative;
}
.profile__detail-head .icon:before, .profile__detail-head .icon:after {
  content: "";
  position: absolute;
  inset: 0.5625em 0 auto;
  height: 0.125em;
  background-color: currentColor;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.profile__detail-head .icon:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion.active .profile__detail-head .icon:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion.active .profile__detail-head .icon:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.profile__detail-body {
  position: relative;
  padding-top: 1.25em;
  padding-left: 1.25em;
}
@media (max-width: 991.98px) {
  .profile__detail-body .static {
    font-size: 0.875em;
  }
}
.profile__detail-body:before {
  content: "";
  position: absolute;
  inset: 1.25em auto 0 0;
  width: 1px;
  background-color: #d99580;
}
@media (min-width: 576px) {
  .profile:nth-child(even) .profile__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .profile:nth-child(even) .profile__body {
    margin-left: 0;
    margin-right: auto;
  }
}
.profile + .profile {
  margin-top: 13.75em;
}
@media (max-width: 991.98px) {
  .profile + .profile {
    margin-top: 3.75em;
  }
}
.profile .static a {
  text-decoration: none;
}

.article-head {
  margin-top: 8.125em;
  padding: 6.25em 0em 5em;
}
@media (max-width: 991.98px) {
  .article-head {
    margin-top: 4.375em;
    padding: 3.125em 0em 2.5em;
  }
}
.article-head__title {
  color: #d99580;
}
.article-head__row {
  margin: 1.25em auto 0;
}
@media (min-width: 576px) {
  .article-head__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.article-head__headline, .article-head__desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.1068249258%;
          flex: 0 0 47.1068249258%;
}
.article-head__headline {
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
  font-size: 2.25em;
  line-height: 1.2222222222;
  letter-spacing: -0.015em;
  font-weight: 400;
  margin-bottom: 0.5555555556em;
}
@media (max-width: 991.98px) {
  .article-head__headline {
    font-size: 1.75em;
  }
}
@media (max-width: 575.98px) {
  .article-head__headline {
    font-size: 1.25em;
  }
}
.article-head__desc {
  font-size: 1.125em;
  line-height: 1.3333333333;
}
@media (max-width: 991.98px) {
  .article-head__desc {
    font-size: 1em;
  }
}
.article-head__banner {
  position: relative;
  padding-bottom: 6.5104166667%;
  margin-top: 4.84375%;
}
@media (max-width: 991.98px) {
  .article-head__banner {
    margin-top: 3.125em;
  }
}
.article-head__banner:before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  padding-bottom: 18.4375%;
  background-color: #c7aca4;
}
.article-head__img {
  position: relative;
  width: 65.2083333333%;
}
@media (max-width: 991.98px) {
  .article-head__img {
    width: calc(100% - 20px);
  }
}
.article-head__img .media-holder {
  padding-bottom: 36.7412140575%;
}
.article-head .container {
  max-width: 87.25rem;
}

.intro {
  color: #4e3b3b;
}
.intro .container {
  max-width: 87.25rem;
}
.intro .static {
  font-size: 1.125em;
  line-height: 1.3333333333;
}
.intro--head {
  padding: 5.625em 0em;
  text-align: center;
  background-color: #c7aca4;
}
.intro--head:nth-child(odd) {
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .intro--head {
    padding: 2em 0em;
  }
}
.intro--head .container {
  max-width: 53.375rem;
}
.intro--2col {
  margin: 10em 0em;
}
@media (max-width: 991.98px) {
  .intro--2col {
    margin: 2.5em 0em;
  }
}
@media (min-width: 768px) {
  .intro--2col .intro__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.intro--2col .intro__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.1068249258%;
          flex: 0 0 47.1068249258%;
}
.intro--2col .intro__col:first-child {
  font-size: 2.25em;
  line-height: 1.2222222222;
}
@media (max-width: 991.98px) {
  .intro--2col .intro__col:first-child {
    font-size: 1.25em;
  }
}
@media (max-width: 991.98px) {
  .intro--2col .intro__col:last-child {
    font-size: 0.875em;
  }
}
@media (max-width: 767.98px) {
  .intro--2col .intro__col:last-child {
    margin-top: 1.2857142857em;
  }
}

.lab-slides {
  margin-top: 6.25em;
  padding: 5em 0em 7.5em;
  background-color: #fff;
  color: #4e3b3b;
}
@media (max-width: 991.98px) {
  .lab-slides {
    margin-top: 0em;
    padding: 1.875em 0em;
  }
}
@media (max-width: 991.98px) {
  .lab-slides__title {
    margin-bottom: 1.125rem;
  }
}
.lab-slides__headline {
  text-align: center;
  font-weight: 400;
  letter-spacing: -0.015em;
  font-size: 2.25em;
  line-height: 1.1111111111;
}
@media (max-width: 991.98px) {
  .lab-slides__headline {
    font-size: 1.375em;
  }
}
.lab-slides__swiper {
  position: relative;
  margin-top: 4.75em;
  counter-reset: slide;
}
@media (max-width: 991.98px) {
  .lab-slides__swiper {
    margin-top: 2.5em;
  }
}
.lab-slides__slide {
  counter-increment: slide;
  width: 100%;
  max-width: 68.75em;
}
@media (max-width: 991.98px) {
  .lab-slides__slide {
    max-width: 19.5625em;
  }
}
.lab-slides__slide-img {
  padding-bottom: 54.3636363636%;
  margin-bottom: 2.5em;
}
@media (max-width: 991.98px) {
  .lab-slides__slide-img {
    margin-bottom: 1em;
  }
}
.lab-slides__slide-body {
  position: relative;
  -webkit-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}
@media (min-width: 992px) {
  .lab-slides__slide-body {
    padding-left: 3.875em;
  }
}
.lab-slides__slide-body:before {
  content: "0" counter(slide);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2em;
  letter-spacing: -0.015em;
  color: #d99580;
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
}
@media (max-width: 991.98px) {
  .lab-slides__slide-body:before {
    position: relative;
    display: block;
    font-size: 1.5em;
  }
}
.lab-slides__slide:not(.swiper-slide-active) .lab-slides__slide-body {
  opacity: 0;
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.lab-slides__slide:nth-child(n+9) .lab-slides__slide-body:before {
  content: counter(slide);
}
.lab-slides__slide-title {
  color: #4e3b3b;
  font-family: "GT-Super", "Brown Pro", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
}
.lab-slides__slide-desc {
  margin-top: 0.625rem;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .lab-slides__slide-desc {
    font-size: 1.125em;
    line-height: 1.6666666667;
  }
}
.lab-slides__nav-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .lab-slides__nav-control {
    position: absolute;
    inset: 0 0 auto;
    pointer-events: none;
    margin-top: 24.8181818182%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
  }
}
@media (max-width: 991.98px) {
  .lab-slides__nav-control {
    margin-top: 1.25em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lab-slides__swiper-btn {
  background-color: #d99580;
  pointer-events: all;
  margin: 0em 0.3125em;
}
.lab-slides h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.lab-slides .container {
  position: relative;
  max-width: 82rem;
}

.lab-banner {
  position: relative;
  height: 37.5em;
}
@media (max-width: 991.98px) {
  .lab-banner {
    height: 17.5em;
  }
}
.lab-banner__backdrop {
  position: absolute;
  inset: 0;
}
.lab-banner__btn {
  color: #4e3b3b;
  font-size: 1.125em;
  width: 22.2222222222em;
}
.lab-banner__btn .icon {
  margin-left: 1.1666666667em;
}
.lab-banner .container {
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tech {
  background-color: #d7e7ec;
  color: #4e3b3b;
}
@media (min-width: 992px) {
  .tech__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.tech__img, .tech__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.tech__img {
  height: auto;
}
@media (max-width: 991.98px) {
  .tech__img {
    height: 16.875em;
  }
}
.tech__body {
  padding: 8.8541666667% 0;
}
@media (max-width: 991.98px) {
  .tech__body {
    font-size: 0.875em;
    padding: 2.8571428571em 0em;
  }
}
.tech__body .container {
  max-width: 42.75rem;
}
.tech__body h3 {
  font-size: 1.625em;
  line-height: 1.3076923077;
  margin-top: 1.6153846154em;
  margin-bottom: 0.8461538462em;
  color: #d99580;
}
@media (max-width: 991.98px) {
  .tech__body h3 {
    font-size: 1.25rem;
  }
}
.tech__body h3:first-child {
  margin-top: 0;
}

.group-intro {
  padding: 5.375em 0em 6.875em;
  background-color: #fff;
  text-align: center;
  color: #4e3b3b;
}
@media (max-width: 991.98px) {
  .group-intro {
    padding: 2.5em 0em;
  }
}
.group-intro__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.group-intro__icons img {
  margin: 0em 1em;
  width: auto;
  height: 3.125em;
}
@media (max-width: 991.98px) {
  .group-intro__icons img {
    margin: 0em 1em 2em;
  }
}
@media (max-width: 767.98px) {
  .group-intro__icons img {
    font-size: 0.6em;
  }
}
.group-intro .static {
  font-size: 1.125em;
  margin: 1.3333333333em auto 2.6666666667em;
}
@media (max-width: 991.98px) {
  .group-intro .static {
    font-size: 0.875em;
  }
}
.group-intro .container {
  max-width: 71.75rem;
}

.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.captcha__l {
  margin-right: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5rem;
          flex: 0 0 12.5rem;
  max-width: 12.5rem;
}
@media (max-width: 767.98px) {
  .captcha__l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.captcha__img {
  width: 100%;
  cursor: pointer;
}

.education-sec {
  background-color: #f7f7f7;
}

.education-head {
  margin: 3.75rem 0rem 2.5rem;
}
@media (max-width: 575.98px) {
  .education-head {
    margin: 0;
    position: fixed;
    inset: auto 0 0;
    z-index: 3;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 0.375rem 0rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  body.footer-on-view .education-head {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }
}
.education-head__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .education-head__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.education-head__item {
  position: relative;
  margin: 0rem 0.9375rem 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.75rem;
          flex: 0 0 18.75rem;
}
@media (max-width: 575.98px) {
  .education-head__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.25rem;
            flex: 0 0 8.25rem;
    margin: 0rem 0.3125rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 575.98px) {
  .education-head__item--keyword {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    border-radius: 990px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: 2.875rem;
  }
}
@media (max-width: 575.98px) {
  .education-head__item--keyword input {
    width: 10rem;
    margin-left: -10rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (min-width: 576px) {
  .education-head__item--keyword .icon-search {
    position: absolute;
    font-size: 1.125em;
    top: 0.95em;
    right: 1.5em;
  }
}
@media (max-width: 575.98px) {
  .education-head__item--keyword .icon-search {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.education-head__item--clear {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.education-head__item--clear button {
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .education-head__item--clear button span {
    display: none;
  }
}
.education-head__item--clear button .icon {
  position: relative;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 990px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 576px) {
  .education-head__item--clear button .icon {
    display: none;
  }
}
.education-head__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 999px;
  background-color: #fff;
  font-size: 1.125em;
  letter-spacing: 0.03em;
  border: none;
  height: 2.8888888889em;
  padding: 0.2222222222em 1.6666666667em;
}
@media (max-width: 575.98px) {
  .education-head__field {
    font-size: 1rem;
    padding: 0.2857142857em 1.4285714286em;
    padding-left: 0.8571428571em;
  }
}
.education-head__field.cus-select__box:after {
  top: 0.95em;
  right: 1.5em;
}
@media (max-width: 575.98px) {
  .education-head__field.cus-select__box:after {
    right: 0.8em;
  }
}
@media (max-width: 575.98px) {
  .education-head.mb-input-mode .education-head__item:nth-child(1), .education-head.mb-input-mode .education-head__item:nth-child(2) {
    margin-left: -8.25rem;
    opacity: 0;
    pointer-events: none;
  }
  .education-head.mb-input-mode .education-head__item--keyword input {
    opacity: 1;
    pointer-events: auto;
    margin-left: 0;
  }
}
.education-head .education-head__field {
  line-height: 1;
}

.education-list {
  padding-bottom: 5em;
  min-height: 60vh;
}
@media (max-width: 575.98px) {
  .education-list {
    padding-top: 2.5rem;
  }
}
.education-list__row {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .education-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.education-list__item {
  margin: 0 0 5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 1560px) {
  .education-list__item {
    padding: 0 4%;
  }
}
@media (max-width: 991.98px) {
  .education-list__item {
    padding: 0em 0.5em;
  }
}
@media (max-width: 575.98px) {
  .education-list__item {
    padding: 0em;
    margin-bottom: 2.5em;
  }
}
.education-list__item:not(.active) {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  pointer-events: none;
}
.education-list__item-link {
  display: block;
  height: 100%;
}
.education-list__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (max-width: 991.98px) {
  .education-list__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.education-list__row.show-few .education-list__item:nth-child(n+7) {
  display: none;
}
.education-list__item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.5753424658%;
          flex: 0 0 46.5753424658%;
}
.education-list__item-img .media-holder {
  padding-bottom: 100%;
}
@media (max-width: 991.98px) {
  .education-list__item-img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.education-list__item-body {
  position: relative;
  padding: 0rem 1.875rem 4.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991.98px) {
  .education-list__item-body {
    padding: 0.9375rem 0rem 4rem;
  }
}
.education-list__item-btn {
  position: absolute;
  right: 1.875rem;
  bottom: 0;
  border: 1px solid #4e3b3b;
  padding: 0.75em 1.25em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 991.98px) {
  .education-list__item-btn {
    right: 0;
    padding: 0.5rem;
    width: 8.125rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
a:hover .education-list__item-btn, .education-list__item-btn:hover {
  color: #fff;
  background-color: #4e3b3b;
}
.education-list__item-btn span {
  font-size: 1.125em;
  letter-spacing: 0.03em;
}
@media (max-width: 991.98px) {
  .education-list__item-btn span {
    font-size: 0.875em;
  }
}
.education-list__item-desc {
  font-size: 1.125em;
  letter-spacing: -0.03em;
  line-height: 1.3333333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .education-list__item-desc {
    font-size: 0.875em;
  }
}
.education-list__more-btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.education-list__more-btn:nth-child(-n+7) {
  display: none;
}
.education-list__more-btn span {
  display: inline-block;
  border-bottom: 1px solid;
  margin-right: 0.5em;
  padding-bottom: 0.1666666667em;
  line-height: 1;
}
@media (min-width: 576px) {
  .education-list__more-btn span {
    font-size: 1.5em;
  }
}
@media (min-width: 576px) {
  .education-list__more-btn .icon {
    font-size: 1.5em;
  }
}
.education-list__row:not(.show-few) .education-list__more-btn {
  display: none;
}
.education-list h3 {
  font-size: 1.875em;
  letter-spacing: -0.03em;
  line-height: 1.2;
  border-bottom: 1px solid;
  padding-bottom: 0.6666666667em;
  margin-bottom: 0.6666666667em;
}
@media (max-width: 991.98px) {
  .education-list h3 {
    font-size: 1.25em;
  }
}