@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: 2em;
}

.page-zh-title {
  font-size: calc(48 * var(--vw-base));
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-weight: 600;
  color: #aaddf7;
  margin-bottom: 0.2em;
}
@media (amx-width: 991px) {
  .page-zh-title {
    font-size: calc(53 * var(--vw-base));
  }
}

.page-zh-subtitle {
  font-size: calc(38 * var(--vw-base));
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  margin-bottom: 1em;
}
@media (amx-width: 991px) {
  .page-zh-subtitle {
    font-size: calc(37 * var(--vw-base));
  }
}

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

.banner {
  aspect-ratio: 16/9;
}
@media (max-width: 991px) {
  .banner {
    aspect-ratio: 9/16;
  }
}

.page01 .img-caption {
  display: inline-block;
  width: auto;
  background-color: #b96d2e;
  text-shadow: none;
  padding: 4px 10px;
}
.page01 .img-caption::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% - 0.5px);
  aspect-ratio: 1/2;
  background-color: #b96d2e;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media (max-width: 991px) {
  .page01 .img-caption {
    padding: 3px 6px;
  }
}
.page01::after {
  content: "";
  background-image: url(../images/img/page02-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  aspect-ratio: 276/900;
  width: 15%;
  left: 0%;
  bottom: -23%;
  z-index: 1;
  overflow-x: hidden;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page01::after {
    width: 27%;
    left: 0%;
    bottom: -40%;
  }
}

.page02 {
  background-color: #005685;
}
.page02 .txt-wrap img {
  max-width: 100%;
  width: 58%;
}
.page02::after {
  content: "";
  background-image: url(../images/img/page03-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  aspect-ratio: 723/904;
  width: 30%;
  right: 0%;
  bottom: -16%;
  z-index: 2;
  overflow-x: hidden;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page02::after {
    width: 70%;
    right: 0%;
    bottom: -10%;
  }
}

.page03 .img-caption-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  color: #fff;
  width: 100%;
  text-align: right;
  padding: 3px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.678);
  font-size: calc(24 * var(--vw-base));
}
@media (max-width: 991px) {
  .page03 .img-caption-top {
    font-size: calc(22 * var(--vw-base));
  }
}
.page03 .aerial-txt-overlay {
  padding-top: calc(120 * var(--vw-base));
}
@media (max-width: 991px) {
  .page03 .aerial-txt-overlay {
    padding-top: calc(100 * var(--vw-base));
    padding-inline: calc(179 * var(--vw-base));
  }
}
@media (max-width: 991px) {
  .page03 .page-zh-title {
    font-size: calc(60 * var(--vw-base));
  }
  .page03 .page-zh-subtitle {
    font-size: calc(46 * var(--vw-base));
  }
}

.page04::after {
  content: "";
  position: absolute;
  background-image: url(../images/img/page04-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow-x: hidden;
  aspect-ratio: 823/639;
  z-index: 10;
  width: 22%;
  top: -9%;
  left: -1%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page04::after {
    width: 46%;
    top: 7%;
    left: -3%;
  }
  .page04 .txt-wrap {
    padding-left: calc(324 * var(--vw-base));
  }
}

.page05::after {
  content: "";
  position: absolute;
  background-image: url(../images/img/page05-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow-x: hidden;
  aspect-ratio: 823/639;
  z-index: 10;
  width: 22%;
  top: -31%;
  right: -1%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page05::after {
    width: 46%;
    top: -18%;
    right: -3%;
  }
}

.page06::after {
  content: "";
  position: absolute;
  background-image: url(../images/img/page06-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow-x: hidden;
  aspect-ratio: 823/639;
  z-index: 10;
  width: 22%;
  top: -30%;
  left: -1%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page06::after {
    width: 46%;
    top: -16%;
    left: -3%;
  }
  .page06 .txt-wrap {
    padding-left: calc(324 * var(--vw-base));
  }
}

.page07::after {
  content: "";
  position: absolute;
  background-image: url(../images/img/page07-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow-x: hidden;
  aspect-ratio: 823/639;
  z-index: 10;
  width: 22%;
  top: -31%;
  right: -2%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page07::after {
    width: 46%;
    top: -18%;
    right: -5%;
  }
}

.page08-title {
  background-color: #002843;
}

.page08 {
  background-color: #0f2035;
  aspect-ratio: 1920/1008;
  position: relative;
  --section-py: calc(120 * var(--vw-base));
}
.page08 .page-zh-title {
  font-size: calc(84 * var(--vw-base));
  font-family: "Noto Serif TC", "PMingLiU", serif;
  line-height: 1.1;
}
.page08 .page-zh-title small {
  font-size: 0.75em;
}
@media (max-width: 991px) {
  .page08 .page-zh-title {
    font-size: calc(42 * var(--vw-base));
    flex-direction: column;
  }
}

.page09 {
  background-color: #0f2035;
  aspect-ratio: 1920/1008;
  position: relative;
  --section-py: calc(120 * var(--vw-base));
}
.page09 .page-zh-title {
  font-size: calc(84 * var(--vw-base));
  font-family: "Noto Serif TC", "PMingLiU", serif;
  line-height: 1.1;
}
.page09 .page-zh-title small {
  font-size: 0.75em;
}
@media (max-width: 991px) {
  .page09 .page-zh-title {
    font-size: calc(42 * var(--vw-base));
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .page09 .txt-body {
    padding-left: calc(110 * var(--vw-base));
  }
}

.page10 {
  background-color: #0f2035;
  aspect-ratio: 1920/1008;
  position: relative;
  --section-py: calc(120 * var(--vw-base));
}
.page10 .page-zh-title {
  font-size: calc(84 * var(--vw-base));
  font-family: "Noto Serif TC", "PMingLiU", serif;
  line-height: 1.1;
}
.page10 .page-zh-title small {
  font-size: 0.75em;
}
@media (max-width: 991px) {
  .page10 .page-zh-title {
    font-size: calc(42 * var(--vw-base));
    flex-direction: column;
  }
}

.page11 {
  aspect-ratio: 16/9;
}
@media (max-width: 991px) {
  .page11 {
    aspect-ratio: 1080/1643;
  }
}
.page11::after {
  content: "";
  background-image: url(../images/img/page10-deco-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  aspect-ratio: 523/925;
  width: 20%;
  right: -8%;
  top: -25%;
  z-index: 1;
  overflow-x: hidden;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page11::after {
    width: 49%;
    right: 0%;
    top: -20%;
  }
}

.page12 {
  position: relative;
}
.page12 .txt-wrap {
  position: absolute;
  z-index: 5;
  top: 8%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.page12 .img-caption {
  top: 0;
  bottom: auto;
}
@media (max-width: 991px) {
  .page12 .img-caption {
    font-size: calc(22 * var(--vw-base));
  }
}
.page12::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 21.8vw;
  background: linear-gradient(to top, #005685 1%, rgba(0, 86, 133, 0.97) 19%, rgba(0, 86, 133, 0.88) 36%, rgba(0, 86, 133, 0.74) 53%, rgba(0, 86, 133, 0.54) 70%, rgba(0, 86, 133, 0.28) 86%, rgba(0, 86, 133, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.page13 {
  background-color: #005685;
}
.page13::after {
  content: "BE ICON";
  position: absolute;
  color: #0388d2;
  font-family: "Cinzel";
  font-size: calc(180 * var(--vw-base));
  top: -19%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .page13::after {
    font-size: calc(190 * var(--vw-base));
    top: -9%;
    letter-spacing: 0.1em;
  }
}
.page13 .deco-img::after {
  content: "";
  background-image: url(../images/img/page13-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  aspect-ratio: 136/146;
  width: 7%;
  right: -11%;
  top: -15%;
  z-index: 1;
  overflow-x: hidden;
  pointer-events: none;
}
@media (max-width: 991px) {
  .page13 .deco-img::after {
    width: 17%;
    right: -19%;
    top: -6%;
  }
}

.page14 {
  background-image: url(../images/img/page16-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.page14 .txt-title {
  margin-bottom: calc(30 * var(--vw-base));
}
.page14 .txt-title h3 {
  font-size: calc(28 * var(--vw-base));
  color: #727171;
}
.page14 .txt-title h3::after {
  content: "";
  display: block;
  width: calc(114 * var(--vw-base));
  height: 0.3em;
  margin-top: 0.7em;
  background-color: #727171;
}
@media (max-width: 991px) {
  .page14 .txt-title h3::after {
    width: calc(162 * var(--vw-base));
    height: 0.2em;
  }
}
@media (max-width: 991px) {
  .page14 .txt-title h3 {
    font-size: calc(40 * var(--vw-base));
  }
}
.page14 .txt-body ul {
  list-style: none;
  padding-left: 0;
}
.page14 .txt-body ul li {
  color: #727171;
  line-height: 2.3;
  font-size: calc(21 * var(--vw-base));
}
@media (max-width: 991px) {
  .page14 .txt-body ul li {
    font-size: calc(28 * var(--vw-base));
  }
}
.page14 .page-zh-title {
  font-size: calc(36 * var(--vw-base));
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .page14 .page-zh-title {
    font-size: calc(58 * var(--vw-base));
  }
}
.page14 .col-lg-5 img {
  max-width: 100%;
  width: 85%;
}
@media (max-width: 991px) {
  .page14 .col-lg-5 img {
    width: 90%;
  }
}
.page14 #form2.row .g-recaptcha {
  transform: scale(0.82);
  transform-origin: left top;
  margin-bottom: -14px;
}
.page14 #form2.row .form-control {
  background-color: #b96d2e;
  color: #fff;
}
.page14 #form2.row .form-control::-moz-placeholder {
  color: #fff;
}
.page14 #form2.row .form-control::placeholder {
  color: #fff;
}
.page14 #form2.row .form-floating > label {
  color: #fff;
  background-color: transparent;
}
.page14 #form2.row .form-floating > label::after {
  background-color: transparent;
}
@media (max-width: 991px) {
  .page14 #form2.row .col-6 {
    width: 50%;
  }
  .page14 #form2.row .col-12,
  .page14 #form2.row .col-lg-6 {
    width: 100%;
  }
  .page14 #form2.row .form-floating > .form-control,
  .page14 #form2.row .form-floating > .form-control-plaintext,
  .page14 #form2.row .form-floating > .form-select {
    height: 40px;
    min-height: 40px;
    line-height: 1.4;
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 4px;
  }
  .page14 #form2.row .form-floating > textarea.form-control {
    height: 120px;
    min-height: 120px;
    font-size: 14px;
    padding-top: 25px;
  }
  .page14 #form2.row .form-floating > label {
    font-size: 10px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: transparent;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  }
  .page14 #form2.row .form-floating > textarea.form-control ~ label {
    align-items: flex-start;
    height: auto;
    padding-top: 12px;
  }
  .page14 #form2.row .form-floating > .form-control:not(:-moz-placeholder) ~ label {
    font-size: 11px;
    opacity: 0.8;
    transform: scale(0.8) translateY(-6px) translateX(0px);
  }
  .page14 #form2.row .form-floating > .form-control:focus ~ label,
  .page14 #form2.row .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .page14 #form2.row .form-floating > .form-select ~ label {
    font-size: 11px;
    opacity: 0.8;
    transform: scale(0.8) translateY(-6px) translateX(0px);
  }
  .page14 #form2.row .text-gray {
    font-size: 10px;
    line-height: 1.6;
  }
  .page14 #form2.row .form-check {
    font-size: 10px;
  }
  .page14 #form2.row .form-check-label {
    font-size: 1em;
  }
  .page14 #form2.row .form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.25em;
    margin-right: 0.45em;
  }
  .page14 #form2.row .btn[type=submit] {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .page14 {
    background-attachment: scroll;
  }
}

@media (max-width: 991px) {
  footer .copyright {
    font-size: 1.5em;
  }
}/*# sourceMappingURL=style.css.map */