@charset "UTF-8";
/* ========================
  🎨 Design Tokens - Variables
======================== */
/* Color */
/* Breakpoints（對齊 Bootstrap） */
/* Font Family */
/* Section Spacing */
/*
  content-edge：內容版心與瀏覽器邊界的預設距離
  section-py：section 上下留白
  如果不需要上下 padding，可用 .section-py--mobile-0 等類別局部去除。
*/
/* Section Spacing - Mobile */
/* Section Spacing - Desktop */
/* Text Block Padding */
body {
  overflow-x: hidden;
}

.txt-title {
  margin-bottom: 2.5em;
}

.page-zh-title {
  font-size: calc(61 * var(--vw-base));
  color: #4d4f43;
  font-weight: bold;
  font-family: "Noto Serif TC", "PMingLiU", serif;
}
@media (max-width: 991px) {
  .page-zh-title {
    font-size: calc(39 * var(--vw-base));
    line-height: 1.5;
  }
}

.txt-body p {
  font-size: calc(23 * var(--vw-base));
  color: #000;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 991px) {
  .txt-body p {
    font-size: calc(23 * var(--vw-base));
  }
}

.page-zh-subtitle {
  font-size: calc(23 * var(--vw-base));
}
@media (max-width: 991px) {
  .page-zh-subtitle {
    font-size: calc(23 * var(--vw-base));
  }
}

.page-en-title {
  font-size: calc(46 * var(--vw-base));
  font-weight: 500;
}
@media (max-width: 991px) {
  .page-en-title {
    font-size: calc(57 * var(--vw-base));
  }
}

.page-en-label {
  font-size: calc(8 * var(--vw-base));
  font-family: "Cinzel", "Playfair Display", "Times New Roman", serif;
}
@media (max-width: 991px) {
  .page-en-label {
    font-size: calc(8 * var(--vw-base));
  }
}

.bannerArea {
  aspect-ratio: 751/870;
}
@media (min-width: 992px) {
  .bannerArea {
    aspect-ratio: 1920/1080;
  }
}

.page01 {
  position: relative;
}
.page01 .page-zh-title small {
  font-size: 0.65em;
  vertical-align: 0.17em;
}
.page01::before {
  content: "";
  background-image: url(../images/img/page-deco-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -11%;
  right: -2%;
  width: 23%;
  aspect-ratio: 468/1123;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page01::before {
    top: 71%;
    right: -4%;
    width: 39%;
  }
}

.page02 .page-en-title {
  color: #736357;
}
.page02 .sync-gallery__thumbs-wrap {
  max-width: 66.6666666667%;
  margin-inline: auto;
}
.page02::before {
  content: "";
  background-image: url(../images/img/page-deco-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -57%;
  left: 0%;
  width: 21%;
  aspect-ratio: 427/1462;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page02::before {
    top: -3%;
    left: 0%;
    width: 34%;
  }
}

.page03-g1 .page-en-title {
  color: #736357;
}
@media (max-width: 991px) {
  .page03-g1 .deco-line .page-en-label {
    font-size: calc(14 * var(--vw-base));
    padding-left: calc(55 * var(--vw-base));
  }
}
.page03-g1 .deco-line {
  flex-wrap: wrap;
}
.page03-g1 .deco-line::after {
  content: "";
  flex-basis: 100%;
  max-width: 85vw;
  height: 1px;
  background-color: #000;
  margin-inline: auto;
  margin-top: 1.5em;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.8s ease 0.2s;
}
.page03-g1 .deco-line.aos-animate::after, .aos-animate .page03-g1 .deco-line::after {
  transform: scaleX(1);
}
.page03-g1::before {
  content: "";
  background-image: url(../images/img/page-deco-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -10%;
  right: -4%;
  width: 33%;
  aspect-ratio: 468/1123;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page03-g1::before {
    background-image: url(../images/img/page03-g1-deco.png);
    top: -20%;
    right: 0%;
    width: 49%;
    aspect-ratio: 464/1142;
  }
}

.page03-g2::before {
  content: "";
  background-image: url(../images/img/page03-g2-deco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -57%;
  left: 0%;
  width: 21%;
  aspect-ratio: 427/1462;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page03-g2::before {
    top: -57%;
    left: -27%;
    width: 69%;
  }
}

.page04-g1::before {
  content: "";
  background-image: url(../images/img/page03-g1-deco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -10%;
  right: -4%;
  width: 33%;
  aspect-ratio: 468/1123;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page04-g1::before {
    top: 5%;
    right: -4%;
    width: 65%;
  }
}

@media (max-width: 991px) {
  .page04-g2 .deco-line::before {
    content: "";
    display: block;
    max-width: 85vw;
    height: 1px;
    background-color: #000;
    margin-inline: auto;
    margin-bottom: 3em;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.8s ease 0.2s;
  }
  .page04-g2 .deco-line.aos-animate::before, .aos-animate .page04-g2 .deco-line::before {
    transform: scaleX(1);
  }
}
.page04-g2::before {
  content: "";
  background-image: url(../images/img/page-deco-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -57%;
  left: 0%;
  width: 21%;
  aspect-ratio: 427/1462;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page04-g2::before {
    top: -14%;
    left: 0%;
    width: 35%;
  }
}

.page05 .col-lg-4 .txt-body img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .page05 .col-lg-4 .txt-body img {
    width: 100%;
  }
}
.page05::before {
  content: "";
  background-image: url(../images/img/page05-deco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -35%;
  right: -4%;
  width: 36%;
  aspect-ratio: 571/1253;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page05::before {
    top: -27%;
    right: 10%;
    width: 103%;
  }
}

@media (max-width: 991px) {
  .page06 .txt-title.text-center .page-zh-title {
    display: block;
  }
}

@media (max-width: 991px) {
  .page05 img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page05 .page-zh-title span {
    font-size: calc(26.5 * var(--vw-base));
  }
}
.page05 .txt-body p {
  font-size: calc(30 * var(--vw-base));
}

.page06 {
  background-image: url(../images/img/page06-bg-pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-block: calc(120 * var(--vw-base));
}
.page06 .txt-wrap .txt-title .page-zh-title {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  color: #3e3a39;
}
.page06 .txt-wrap .txt-title h2 {
  font-size: calc(28 * var(--vw-base));
  color: #681536;
  font-weight: bold;
}
@media (max-width: 991px) {
  .page06 .txt-wrap .txt-title h2 {
    font-size: calc(21 * var(--vw-base));
    color: #151e3c;
  }
}
.page06 .txt-wrap .txt-title h3 {
  font-size: calc(26 * var(--vw-base));
  color: #151e3c;
  font-weight: bold;
}
@media (max-width: 991px) {
  .page06 .txt-wrap .txt-title h3 {
    font-size: calc(20 * var(--vw-base));
  }
}
.page06 .txt-wrap .txt-title h3 a {
  color: #151e3c;
}
.page06 .txt-wrap .txt-title h4 {
  font-size: calc(35 * var(--vw-base));
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #151e3c;
}
.page06 label {
  color: #3e3a39;
  font-weight: bold;
}
@media (max-width: 991px) {
  .page06 label {
    font-size: calc(26 * var(--vw-base));
  }
}
.page06 .form-control {
  background-color: #fff;
  border-color: #3e3a39;
}
.page06 .form-control::-moz-placeholder {
  color: transparent;
}
.page06 .form-control::placeholder {
  color: transparent;
}
@media (max-width: 991px) {
  .page06 .form-control {
    padding-block: calc(18 * var(--vw-base));
  }
}
@media (max-width: 991px) {
  .page06 .btn {
    font-size: calc(28 * var(--vw-base));
  }
}
.page06 .btn-red {
  background-color: #be2527;
}
.page06 .btn-outline-primary {
  color: #151e3c;
  border-color: #151e3c;
}
.page06 .btn-outline-primary:hover, .page06 .btn-outline-primary:active, .page06 .btn-outline-primary.active {
  color: #fff;
  background-color: #151e3c;
  border-color: #151e3c;
}
.page06 .info-box {
  color: #151e3c;
  font-size: calc(15 * var(--vw-base));
  font-weight: bold;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .page06 .info-box {
    font-size: calc(14 * var(--vw-base));
    bottom: 2%;
    left: 50%;
  }
}
@media (max-width: 991px) {
  .page06 {
    background-image: url(../images/img/page06-bg-m.jpg);
    background-attachment: scroll;
    padding-block: calc(58 * var(--vw-base)) calc(38 * var(--vw-base));
  }
}

.top-deco {
  display: flex;
  align-items: center;
  font-family: "Cinzel", "Playfair Display", "Times New Roman", serif;
  font-size: calc(30 * var(--vw-base));
  padding-top: 0.55em;
  font-weight: normal;
  color: #000;
  width: 100%;
  padding-inline: calc(254 * var(--vw-base));
}
@media (max-width: 991px) {
  .top-deco {
    font-size: calc(24 * var(--vw-base));
    padding-inline: calc(42 * var(--vw-base));
    padding-block: 1em;
  }
}
.top-deco::before {
  content: attr(data-num); /* 自動抓取 HTML 上的 data-num 屬性值，免改 CSS */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a39485;
  color: #fff;
  font-size: calc(35 * var(--vw-base));
  position: absolute;
  left: 6%;
  padding: 0.2em;
  font-family: "Noto Serif TC", "PMingLiU", serif;
}
@media (max-width: 991px) {
  .top-deco::before {
    display: none;
  }
}
.top-deco .top-deco__line {
  flex: 1;
  height: 1px;
  background-color: #333;
  margin: 0 30px;
}
@media (max-width: 991px) {
  .top-deco .top-deco__line {
    margin: 0 12px;
  }
}

.bottom-deco {
  background-image: url(../images/img/page-bottom-deco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  aspect-ratio: 1928/54;
  overflow: clip;
}

.sync-gallery {
  --sg-arrow-color: #b0a092;
  --sg-progress-color: #ecc6dd;
}
.sync-gallery .sync-gallery__thumbs-wrap {
  position: relative;
  padding: 0 32px;
}
.sync-gallery .sync-gallery__btn-prev,
.sync-gallery .sync-gallery__btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 5px));
  z-index: 10;
  margin: 0;
  color: var(--sg-arrow-color);
}
.sync-gallery .sync-gallery__btn-prev::after,
.sync-gallery .sync-gallery__btn-next::after {
  font-size: 14px;
}
.sync-gallery .sync-gallery__btn-prev {
  left: 0;
}
.sync-gallery .sync-gallery__btn-next {
  right: 0;
}
.sync-gallery .sync-gallery__thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.45;
  transition: opacity 0.3s;
}
.sync-gallery .sync-gallery__thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.sync-gallery .sync-gallery__thumbs .swiper-slide.swiper-slide-thumb-active .sync-gallery__progress {
  opacity: 1;
}
.sync-gallery .sync-gallery__progress {
  height: 4px;
  background: rgba(236, 198, 221, 0.3);
  margin-top: 6px;
  border-radius: 2px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.sync-gallery .sync-gallery__progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--sg-progress-color);
  border-radius: 2px;
}

@media (max-width: 480px) {
  .recaptcha-wrap {
    width: 212.8px;
    height: 54.6px;
  }
  .recaptcha-wrap .g-recaptcha {
    transform-origin: left top;
    transform: scale(0.7);
  }
}

@media (max-width: 991px) {
  .form-check .form-check-input {
    width: calc(20 * var(--vw-base));
    height: calc(22 * var(--vw-base));
    margin-top: calc(11 * var(--vw-base));
  }
}/*# sourceMappingURL=style.css.map */