@charset "UTF-8";
/* ========================
  🎨 Design Tokens - Variables
======================== */
/* Color */
/* Breakpoints（對齊 Bootstrap） */
/* Font Family */
/* Section Spacing - 常見預設 */
/*
  手機常用：padding-inline 20-48px、padding-block 32-64px
  桌機常用：padding-inline 90-150px、padding-block 48-80px
  row 間距：手機 16-28px、桌機 24-36px
  如果不需要 gutter，可用 .section-pad--px-0 / .section-pad--py-0 等類別來局部去除。
*/
/* Section Spacing - Desktop */
/* Section Spacing - 常見預設 end*/
/* Section Spacing - Mobile */
/* Section Spacing - Desktop */
body {
  background-color: #3d3e36;
}
@media (max-width: 991px) {
  body {
    padding-bottom: 74px;
  }
}

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

.page02 {
  position: relative;
  aspect-ratio: 375/1768;
}
@media (min-width: 992px) {
  .page02 {
    aspect-ratio: 16/9;
  }
}
.page02 .btn1 {
  position: absolute;
  top: 21%;
  left: 13.6%;
  width: 14.7vw;
  aspect-ratio: 278/684;
}
.page02 .btn2 {
  position: absolute;
  top: 15%;
  left: 29.7%;
  width: 14.7vw;
  aspect-ratio: 278/684;
}
.page02 .btn3 {
  position: absolute;
  top: 21%;
  left: 45.6%;
  width: 14.7vw;
  aspect-ratio: 278/684;
}

.page03 {
  aspect-ratio: 375/489.32;
}
@media (min-width: 992px) {
  .page03 {
    aspect-ratio: 16/9;
  }
}

.page04 {
  aspect-ratio: 375/1538;
}
@media (min-width: 992px) {
  .page04 {
    aspect-ratio: 16/9;
  }
}

.page05 {
  aspect-ratio: 375/1968;
}
@media (min-width: 992px) {
  .page05 {
    aspect-ratio: 1920/1230.9;
  }
}

.page05-carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .page05-carousel .slick-slider.is-multiple .slick-slide {
    padding-inline: 8px;
  }
}

.page06 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page06 .img-wrap {
    top: 8%;
    left: 11.6%;
    width: 57.4vw;
  }
  .page06 {
    margin-bottom: clamp(42px, -0.76px + 4.31vw, 82px);
  }
}

.page-btn {
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1em;
  padding-left: 1em;
  font-size: clamp(12.9px, -0.03px + 1.3vw, 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 30;
  border: 2px solid #c58451;
  border-radius: 18px;
  transition: background-color 0.2s ease;
}
.page-btn:hover, .page-btn.is-active {
  background-color: #c58451;
}
.page-btn:focus {
  background-color: transparent;
  outline: none;
}
@media (max-width: 991px) {
  .page-btn {
    font-size: clamp(13.8px, 0.04px + 3.53vw, 35px);
    border: 1px solid #c58451;
    border-radius: 8px;
  }
}

.page07 {
  position: relative;
  background-image: url(../images/img/page07-bg-pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page07 .slick-dots {
  bottom: 25px;
}
.page07 .slick-dots li button::before {
  font-size: 10px;
  color: #fff;
  opacity: 1;
}
.page07 .slick-dots li.slick-active button::before {
  color: #c58451;
  opacity: 1;
}
@media (max-width: 991px) {
  .page07 img[src*=page07-img-1] {
    content: url("../images/img/page07-bg-pc.jpg");
    -o-object-position: center;
       object-position: center;
  }
  .page07 img[src*=page07-img-2] {
    content: url("../images/img/page07-img-2-m.jpg");
  }
  .page07 img[src*=page07-img-3] {
    content: url("../images/img/page07-img-3-m.jpg");
  }
  .page07 img[src*=page07-img-4] {
    content: url("../images/img/page07-img-4-m.jpg");
  }
}
@media (min-width: 992px) {
  .page07 {
    width: 100%;
    aspect-ratio: 1920/1000;
  }
  .page07 .slick-dots {
    text-align: right;
    padding-right: clamp(188px, -60px + 25vw, 420px);
    bottom: 60px;
  }
  .page07 .slick-dots li button::before {
    font-size: 16px;
  }
}
.page07 .page07-stage {
  position: absolute;
  z-index: 20;
  pointer-events: none;
}
@media (min-width: 992px) {
  .page07 .page07-stage {
    aspect-ratio: 1920/1000;
  }
}
@media (max-width: 991px) {
  .page07 .page07-stage {
    aspect-ratio: 375/505;
  }
}
.page07 .page07-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(61, 62, 54, 0) 0%, rgba(61, 62, 54, 0.07) 3%, rgba(61, 62, 54, 0.48) 25%, rgba(61, 62, 54, 0.77) 48%, rgba(61, 62, 54, 0.94) 73%, rgb(61, 62, 54) 100%);
  mix-blend-mode: multiply;
  opacity: 0.35;
}
@media (min-width: 992px) {
  .page07 .page07-pc {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
.page07 .page07-pc .imgSlick {
  height: 100%;
}
.page07 .page07-pc .imgSlick .slick-list, .page07 .page07-pc .imgSlick .slick-track {
  height: 100%;
}
.page07 .page07-pc .imgSlick .img-wrap {
  height: 100%;
}
.page07 .page07-pc .imgSlick .img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .page07 .page07-pc .imgSlick .img-cover {
    aspect-ratio: auto;
  }
}
@media (max-width: 991px) {
  .page07 .page07-pc .imgSlick .img-cover {
    aspect-ratio: 375/505;
  }
}
.page07 .p7-btn-1 {
  top: 75%;
  left: 10%;
  width: 8.7vw;
  aspect-ratio: 226/76.4;
}
@media (max-width: 991px) {
  .page07 .p7-btn-1 {
    top: 29.8%;
    left: 9.6%;
    width: 23.4vw;
    aspect-ratio: 223/76.4;
  }
}
.page07 .p7-btn-2 {
  top: 75%;
  left: 19.8%;
  width: 8.7vw;
  aspect-ratio: 226/76.4;
}
@media (max-width: 991px) {
  .page07 .p7-btn-2 {
    top: 38.3%;
    left: 9.6%;
    width: 23.4vw;
    aspect-ratio: 223/76.4;
  }
}
.page07 .p7-btn-3 {
  top: 75%;
  left: 29.9%;
  width: 13.2vw;
  aspect-ratio: 226/51.4;
}
@media (max-width: 991px) {
  .page07 .p7-btn-3 {
    top: 47%;
    left: 9.6%;
    width: 35.9vw;
    aspect-ratio: 223/49.4;
  }
}

.page08 {
  position: relative;
  background-image: url(../images/img/page08-bg-pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page08 .slick-dots {
  bottom: 25px;
}
.page08 .slick-dots li button::before {
  font-size: 10px;
  color: #fff;
  opacity: 1;
}
.page08 .slick-dots li.slick-active button::before {
  color: #c58451;
  opacity: 1;
}
@media (max-width: 991px) {
  .page08 img[src*=page08-img-1] {
    content: url("../images/img/page08-bg-pc.jpg");
    -o-object-position: left;
       object-position: left;
  }
  .page08 img[src*=page08-img-2] {
    content: url("../images/img/page08-img-2-m.jpg");
  }
  .page08 img[src*=page08-img-3] {
    content: url("../images/img/page08-img-3-m.jpg");
  }
  .page08 img[src*=page08-img-4] {
    content: url("../images/img/page08-img-4-m.jpg");
  }
}
@media (min-width: 992px) {
  .page08 {
    width: 100%;
    aspect-ratio: 1920/1000;
  }
  .page08 .slick-dots {
    text-align: left;
    padding-left: clamp(151px, -98.07px + 25.11vw, 384px);
    bottom: 60px;
  }
  .page08 .slick-dots li button::before {
    font-size: 16px;
  }
}
.page08 .page08-stage {
  position: absolute;
  z-index: 20;
  pointer-events: none;
}
@media (min-width: 992px) {
  .page08 .page08-stage {
    aspect-ratio: 1920/1000;
  }
}
@media (max-width: 991px) {
  .page08 .page08-stage {
    aspect-ratio: 375/505;
  }
}
.page08 .page08-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(61, 62, 54, 0) 0%, rgba(61, 62, 54, 0.07) 3%, rgba(61, 62, 54, 0.48) 25%, rgba(61, 62, 54, 0.77) 48%, rgba(61, 62, 54, 0.94) 73%, rgb(61, 62, 54) 100%);
  mix-blend-mode: multiply;
  opacity: 0.35;
}
@media (min-width: 992px) {
  .page08 .page08-pc {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
.page08 .page08-pc .imgSlick {
  height: 100%;
}
.page08 .page08-pc .imgSlick .slick-list, .page08 .page08-pc .imgSlick .slick-track {
  height: 100%;
}
.page08 .page08-pc .imgSlick .img-wrap {
  height: 100%;
}
.page08 .page08-pc .imgSlick .img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .page08 .page08-pc .imgSlick .img-cover {
    aspect-ratio: auto;
  }
}
@media (max-width: 991px) {
  .page08 .page08-pc .imgSlick .img-cover {
    aspect-ratio: 375/505;
  }
}
.page08 .p8-btn-1 {
  top: 69.5%;
  left: 64%;
  width: 12.9vw;
  aspect-ratio: 226/53.4;
}
@media (max-width: 991px) {
  .page08 .p8-btn-1 {
    top: 25.8%;
    left: 54.6%;
    width: 35.4vw;
    aspect-ratio: 223/51.4;
  }
}
.page08 .p8-btn-2 {
  top: 69.5%;
  left: 77.6%;
  width: 13.2vw;
  aspect-ratio: 226/52;
}
@media (max-width: 991px) {
  .page08 .p8-btn-2 {
    top: 34.3%;
    left: 54.6%;
    width: 35.4vw;
    aspect-ratio: 223/51.4;
  }
}
.page08 .p8-btn-3 {
  top: 76.7%;
  left: 67.3%;
  width: 23.2vw;
  aspect-ratio: 226/28.4;
}
@media (max-width: 991px) {
  .page08 .p8-btn-3 {
    top: 43%;
    left: 26.6%;
    width: 63.9vw;
    aspect-ratio: 223/27.4;
  }
}

.page09 {
  position: relative;
  background-image: url(../images/img/page09-bg-pc.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page09 .slick-dots {
  bottom: 25px;
}
.page09 .slick-dots li button::before {
  font-size: 10px;
  color: #fff;
  opacity: 1;
}
.page09 .slick-dots li.slick-active button::before {
  color: #c58451;
  opacity: 1;
}
@media (min-width: 992px) {
  .page09 {
    width: 100%;
    aspect-ratio: 1920/1000;
  }
  .page09 .slick-dots {
    text-align: right;
    padding-right: clamp(188px, -60px + 25vw, 420px);
    bottom: 60px;
  }
  .page09 .slick-dots li button::before {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .page09 img[src*=page09-img-1] {
    content: url("../images/img/page09-img-1-m.jpg");
  }
  .page09 img[src*=page09-img-2] {
    content: url("../images/img/page09-img-2-m.jpg");
  }
  .page09 img[src*=page09-img-3] {
    content: url("../images/img/page09-img-3-m.jpg");
  }
  .page09 img[src*=page09-img-4] {
    content: url("../images/img/page09-img-4-m.jpg");
  }
}
.page09 .page09-stage {
  position: absolute;
  z-index: 20;
  pointer-events: none;
}
@media (min-width: 992px) {
  .page09 .page09-stage {
    aspect-ratio: 1920/1000;
  }
}
@media (max-width: 991px) {
  .page09 .page09-stage {
    aspect-ratio: 375/505;
  }
}
.page09 .page09-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(61, 62, 54, 0) 0%, rgba(61, 62, 54, 0.07) 3%, rgba(61, 62, 54, 0.48) 25%, rgba(61, 62, 54, 0.77) 48%, rgba(61, 62, 54, 0.94) 73%, rgb(61, 62, 54) 100%);
  mix-blend-mode: multiply;
  opacity: 0.35;
}
@media (min-width: 992px) {
  .page09 .page09-pc {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
.page09 .page09-pc .imgSlick {
  height: 100%;
}
.page09 .page09-pc .imgSlick .slick-list, .page09 .page09-pc .imgSlick .slick-track {
  height: 100%;
}
.page09 .page09-pc .imgSlick .img-wrap {
  height: 100%;
}
.page09 .page09-pc .imgSlick .img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .page09 .page09-pc .imgSlick .img-cover {
    aspect-ratio: auto;
  }
}
@media (max-width: 991px) {
  .page09 .page09-pc .imgSlick .img-cover {
    aspect-ratio: 375/505;
  }
}
.page09 .p9-btn-1 {
  top: 67.7%;
  left: 10%;
  width: 19.2vw;
  aspect-ratio: 226/34.4;
}
@media (max-width: 991px) {
  .page09 .p9-btn-1 {
    top: 27.6%;
    left: 9.6%;
    width: 48.8vw;
    aspect-ratio: 223/36.4;
  }
}
.page09 .p9-btn-2 {
  top: 67.7%;
  left: 29.95%;
  width: 8.7vw;
  aspect-ratio: 226/76.4;
}
@media (max-width: 991px) {
  .page09 .p9-btn-2 {
    top: 36%;
    left: 9.6%;
    width: 19.8vw;
    aspect-ratio: 223/92.4;
  }
}
.page09 .p9-btn-3 {
  top: 75%;
  left: 10.1%;
  width: 11.2vw;
  aspect-ratio: 226/58.4;
}
@media (max-width: 991px) {
  .page09 .p9-btn-3 {
    top: 45%;
    left: 9.6%;
    width: 27.2vw;
    aspect-ratio: 223/63.4;
  }
}

.page10 {
  position: relative;
  background-image: url(../images/img/page10-bg-pc.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page10 .slick-dots {
  bottom: 25px;
}
.page10 .slick-dots li button::before {
  font-size: 10px;
  color: #fff;
  opacity: 1;
}
.page10 .slick-dots li.slick-active button::before {
  color: #c58451;
  opacity: 1;
}
@media (max-width: 991px) {
  .page10 {
    background-image: url(../images/img/);
  }
  .page10 img[src*=page10-img-1] {
    content: url("../images/img/page10-img-1-m.jpg");
  }
  .page10 img[src*=page10-img-2] {
    content: url("../images/img/page10-img-2-m.jpg");
  }
  .page10 img[src*=page10-img-3] {
    content: url("../images/img/page10-img-3-m.jpg");
  }
}
@media (min-width: 992px) {
  .page10 {
    width: 100%;
    aspect-ratio: 1920/1000;
  }
  .page10 .slick-dots {
    text-align: left;
    padding-left: clamp(151px, -98.07px + 25.11vw, 384px);
    bottom: 60px;
  }
  .page10 .slick-dots li button::before {
    font-size: 16px;
  }
}
.page10 .page10-stage {
  position: absolute;
  z-index: 20;
  pointer-events: none;
}
@media (min-width: 992px) {
  .page10 .page10-stage {
    aspect-ratio: 1920/1000;
  }
}
@media (max-width: 991px) {
  .page10 .page10-stage {
    aspect-ratio: 375/505;
  }
}
.page10 .page10-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(61, 62, 54, 0) 0%, rgba(61, 62, 54, 0.07) 3%, rgba(61, 62, 54, 0.48) 25%, rgba(61, 62, 54, 0.77) 48%, rgba(61, 62, 54, 0.94) 73%, rgb(61, 62, 54) 100%);
  mix-blend-mode: multiply;
  opacity: 0.35;
}
@media (min-width: 992px) {
  .page10 .page10-pc {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
.page10 .page10-pc .imgSlick {
  height: 100%;
}
.page10 .page10-pc .imgSlick .slick-list, .page10 .page10-pc .imgSlick .slick-track {
  height: 100%;
}
.page10 .page10-pc .imgSlick .img-wrap {
  height: 100%;
}
.page10 .page10-pc .imgSlick .img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .page10 .page10-pc .imgSlick .img-cover {
    aspect-ratio: auto;
  }
}
@media (max-width: 991px) {
  .page10 .page10-pc .imgSlick .img-cover {
    aspect-ratio: 375/505;
  }
}
.page10 .p10-btn-1 {
  top: 69.5%;
  left: 65.2%;
  width: 25.4vw;
  aspect-ratio: 223/25.4;
}
@media (max-width: 991px) {
  .page10 .p10-btn-1 {
    top: 24.4%;
    left: 19%;
    width: 71.4vw;
    aspect-ratio: 223/25.4;
  }
}
.page10 .p10-btn-2 {
  top: 76.5%;
  left: 77.6%;
  width: 13vw;
  aspect-ratio: 226/52.4;
}
@media (max-width: 991px) {
  .page10 .p10-btn-2 {
    top: 33%;
    left: 54%;
    width: 36.4vw;
    aspect-ratio: 206/46.4;
  }
}

.page12 {
  padding-block: clamp(77.5px, 0.15px + 19.83vw, 196.7px);
  padding-inline: clamp(33.28px, 0px + 8.53vw, 84.56px);
}
@media (min-width: 992px) {
  .page12 {
    padding-inline: clamp(82.6px, -0.14px + 8.34vw, 160px);
    padding-block: clamp(48.56px, -0.01px + 4.9vw, 94px);
  }
}
@media (max-width: 991px) {
  .page12 .img-wrap {
    margin-bottom: clamp(47.84px, -30.96px + 7.94vw, 121.56px);
  }
}
@media (min-width: 992px) {
  .page12 #form2 {
    height: 100%;
    align-content: space-between;
  }
}
.page12 #form2 .form-control {
  color: #000;
  background-color: #fff;
  border: 2px solid #c58451;
}
.page12 #form2 label {
  color: #3d3e36;
}
.page12 #form2 .btn {
  color: #fff;
  font-size: clamp(18.72px, 0.04px + 4.79vw, 47.5px);
}
@media (min-width: 992px) {
  .page12 #form2 .btn {
    font-size: clamp(13px, 0.17px + 1.29vw, 25px);
  }
}
.page12 .right-box {
  padding-left: 0;
}
@media (min-width: 992px) {
  .page12 .right-box {
    padding-left: clamp(56px, -1.72px + 5.82vw, 110px);
  }
}
.page12 .right-box iframe {
  padding-top: clamp(78px, 0.13px + 19.97vw, 198px);
  padding-bottom: clamp(42px, -2.13px + 11.31vw, 110px);
}
.page12 .info-list {
  color: #c8c9ca;
}
.page12 .info-list ul {
  list-style: none;
}
.page12 .info-list ul li {
  font-size: clamp(15.6px, 4vw, 39.64px);
  line-height: 2;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .page12 .info-list ul li {
    font-size: clamp(12.4px, 1.25vw, 24px);
  }
}/*# sourceMappingURL=style.css.map */