@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 */
.txt-title {
  margin-bottom: 1.5em;
}

.page-zh-title {
  font-size: calc(50 * var(--vw-base));
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  .page-zh-title {
    font-size: calc(40 * var(--vw-base));
    line-height: 1.6;
  }
  .page-zh-title span b {
    color: #b7f7e7;
    font-size: calc(60 * var(--vw-base));
    font-weight: medium;
  }
}

.page-en-title {
  font-size: calc(90 * var(--vw-base));
  color: #a9a78a;
  font-family: "Cinzel";
}
@media (max-width: 991px) {
  .page-en-title {
    font-size: calc(22 * var(--vw-base));
    color: #b7f7e7;
  }
}

.txt-body p {
  font-size: calc(24 * var(--vw-base));
  line-height: 1.7;
}
@media (max-width: 991px) {
  .txt-body p {
    font-size: calc(18 * var(--vw-base));
  }
}

.page-en-label {
  font-family: "Cinzel";
  font-size: calc(73 * var(--vw-base));
}
@media (max-width: 991px) {
  .page-en-label {
    font-size: calc(37 * var(--vw-base));
  }
}

.banner {
  aspect-ratio: 1920/1090;
}
@media (max-width: 991px) {
  .banner {
    aspect-ratio: 610/1067;
  }
}

.page01 {
  aspect-ratio: 1920/1080;
}
.page01 .col-lg-7 {
  padding-left: calc(160 * var(--vw-base));
}
@media (max-width: 991px) {
  .page01 {
    aspect-ratio: 610/1068;
  }
  .page01 .page-en-label {
    color: #b7f7e7;
  }
  .page01 .container-fluid,
  .page01 .content-px {
    height: 100%;
  }
  .page01 .row {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  .page01 .col-lg-7 {
    padding-left: 0;
  }
}

.page02 {
  aspect-ratio: 1921/1084;
}
.page02 .stage-wrap .layer {
  background-size: cover;
}
.page02 .page-zh-title span b {
  font-size: calc(90 * var(--vw-base));
  color: #fff;
}
.page02 .page-en-label {
  color: #6c5b7a;
  letter-spacing: normal;
}
@media (max-width: 991px) {
  .page02 {
    aspect-ratio: 611/1069;
  }
  .page02 .page-zh-title span b {
    font-size: calc(60 * var(--vw-base));
    color: #aed5fb;
  }
  .page02 .page-en-label {
    color: #aed5fb;
  }
  .page02 .container-fluid,
  .page02 .content-px {
    height: 100%;
  }
  .page02 .row {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
}

.page03 {
  background-image: url(../images/img/page03-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .page03 {
    background-image: url(../images/img/page03-bg-m.jpg);
  }
}

.page04 {
  background-image: url(../images/img/page04-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page04 .page04-grid {
  display: grid;
  gap: calc(8 * var(--vw-base));
}
.page04 .page04-grid__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: inherit;
}
.page04 .page04-grid__row--bottom {
  grid-template-columns: repeat(3, 1fr);
}
.page04 .page04-grid__row--bottom .img-wrap:nth-child(1) {
  grid-column: 2;
}
.page04 .page04-grid__row--bottom .img-wrap:nth-child(2) {
  grid-column: 3;
}

.page04-m {
  background-image: url(../images/img/page03-bg-m.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page04-m .img-grid {
  display: grid;
  gap: calc(8 * var(--vw-base));
}
@media (max-width: 991px) {
  .page04-m .img-grid {
    gap: calc(8 * var(--vw-base));
  }
}
.page04-m .img-grid__row {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: inherit;
}
.page04-m .img-grid__row--bottom {
  grid-template-columns: 1fr 2fr;
}

.page05 {
  background-image: url(../images/img/page03-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .page05 {
    background-image: url(../images/img/page06-bg-m.jpg);
  }
  .page05 .col-lg-5 {
    padding-inline: calc(48 * var(--vw-base));
  }
}

.page06 {
  background-image: url(../images/img/page04-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page06 .img-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: calc(8 * var(--vw-base));
}
@media (max-width: 991px) {
  .page06 .img-grid {
    gap: calc(16 * var(--vw-base));
  }
}
.page06 .img-grid > .img-wrap:first-child {
  grid-column: 1/-1;
}
@media (max-width: 991px) {
  .page06 {
    background-image: url(../images/img/page03-bg-m.jpg);
  }
  .page06 .col-lg-5 {
    padding-inline: calc(74 * var(--vw-base));
  }
}

.page07 {
  aspect-ratio: 1921/1088;
}
@media (max-width: 991px) {
  .page07 {
    aspect-ratio: 610/1080;
  }
  .page07 .page-zh-title span b {
    color: #aed5fb;
  }
  .page07 .txt-pt {
    padding-top: calc(23 * var(--vw-base));
  }
}

.page08 .formTitle {
  font-size: clamp(30px, 1.14px + 2.91vw, 57px);
  font-family: "GFS Didot", serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .page08 .formTitle {
    font-size: clamp(36px, -0.34px + 9.32vw, 92px);
  }
}
.page08 #form1 .form-control,
.page08 #form1 .form-select {
  border-radius: 8px;
}
.page08 #form1 .form-floating > textarea.form-control {
  height: 130px;
}
.page08 #form1 .col-lg-6:has(#city),
.page08 #form1 .col-lg-6:has(#district) {
  display: none;
}

@keyframes zoom-loop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
.zoom-loop {
  animation: zoom-loop 6s ease-in-out infinite;
}/*# sourceMappingURL=style.css.map */