@charset "UTF-8";
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

button, select, textarea, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button {
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
  用法：
  @include breakpoint(md) {
    ... // 套用在 768px 以下
  }
*/
/*
  用法：
  @include breakpoint-between(sm, md) {
    ... // 套用在 576px ~ 767px 區間
  }
*/
.text-center, .section--action .section__desc {
  text-align: center;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mt-0 {
  margin-top: 0;
}

.mb-2 {
  margin-bottom: 8px;
}

.mt-8 {
  margin-top: 32px;
}

.d-pc-none {
  display: none !important;
}
@media (max-width: 767px) {
  .d-pc-none {
    display: block !important;
  }
}

.d-mb-none {
  display: block !important;
}
@media (max-width: 767px) {
  .d-mb-none {
    display: none !important;
  }
}

.heading {
  text-align: center;
  line-height: 80px;
  font-weight: 700;
  text-shadow: 2px 2px 1px #000000, 2px -2px 1px #000000, -2px 2px 1px #000000, -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000, 2px 2px 1px #000000, 2px -2px 1px #000000, -2px 2px 1px #000000, -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000, 5px 3px 1.5px #000, 5px -3px 1.5px #000, 3px 3px 1.5px #000, 3px -3px 1.5px #000;
  margin: 40px 0 24px;
}
@media (max-width: 1023px) {
  .heading {
    margin: 3.90625vw 0 2.34375vw;
  }
}
@media (max-width: 767px) {
  .heading {
    margin: 10.4166666667vw 0 3.125vw;
  }
}
.heading.yellow-txt {
  color: #FFE8AD; /* 文字填色 */
}
@media (max-width: 767px) {
  .heading.smaller-txt {
    font-size: 8.3333333333vw;
  }
}

.sub-heading {
  text-align: center;
  font-weight: 700;
  position: relative;
  padding: 0 1em;
  margin-bottom: 4px;
}
.sub-heading::before, .sub-heading::after {
  content: "";
  width: 17px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/star-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sub-heading::before, .sub-heading::after {
    width: 4.4270833333vw;
    height: 4.6875vw;
  }
}
.sub-heading::before {
  left: 0;
}
.sub-heading::after {
  right: 0;
}

.text-76-black {
  font-size: 76px;
  line-height: 86px;
  color: #000000;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-76-black {
    font-size: 7.421875vw;
  }
}
@media (max-width: 767px) {
  .text-76-black {
    font-size: 19.7916666667vw;
    line-height: 22.3958333333vw;
  }
}

.text-76-white {
  font-size: 76px;
  line-height: 86px;
  color: #ffffff;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-76-white {
    font-size: 7.421875vw;
  }
}
@media (max-width: 767px) {
  .text-76-white {
    font-size: 19.7916666667vw;
    line-height: 22.3958333333vw;
  }
}

.text-76-yellow {
  font-size: 76px;
  line-height: 86px;
  color: #ffe8ad;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-76-yellow {
    font-size: 7.421875vw;
  }
}
@media (max-width: 767px) {
  .text-76-yellow {
    font-size: 19.7916666667vw;
    line-height: 22.3958333333vw;
  }
}

.text-76-orange {
  font-size: 76px;
  line-height: 86px;
  color: #f35f3c;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-76-orange {
    font-size: 7.421875vw;
  }
}
@media (max-width: 767px) {
  .text-76-orange {
    font-size: 19.7916666667vw;
    line-height: 22.3958333333vw;
  }
}

.text-76-gray {
  font-size: 76px;
  line-height: 86px;
  color: #777777;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-76-gray {
    font-size: 7.421875vw;
  }
}
@media (max-width: 767px) {
  .text-76-gray {
    font-size: 19.7916666667vw;
    line-height: 22.3958333333vw;
  }
}

.text-76-placeholder {
  font-size: 76px;
  line-height: 86px;
  color: #666666;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-76-placeholder {
    font-size: 7.421875vw;
  }
}
@media (max-width: 767px) {
  .text-76-placeholder {
    font-size: 19.7916666667vw;
    line-height: 22.3958333333vw;
  }
}

.text-40-black {
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-40-black {
    font-size: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .text-40-black {
    font-size: 10.4166666667vw;
    line-height: 13.0208333333vw;
  }
}

.text-40-white, .heading {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-40-white, .heading {
    font-size: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .text-40-white, .heading {
    font-size: 10.4166666667vw;
    line-height: 13.0208333333vw;
  }
}

.text-40-yellow {
  font-size: 40px;
  line-height: 50px;
  color: #ffe8ad;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-40-yellow {
    font-size: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .text-40-yellow {
    font-size: 10.4166666667vw;
    line-height: 13.0208333333vw;
  }
}

.text-40-orange {
  font-size: 40px;
  line-height: 50px;
  color: #f35f3c;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-40-orange {
    font-size: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .text-40-orange {
    font-size: 10.4166666667vw;
    line-height: 13.0208333333vw;
  }
}

.text-40-gray {
  font-size: 40px;
  line-height: 50px;
  color: #777777;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-40-gray {
    font-size: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .text-40-gray {
    font-size: 10.4166666667vw;
    line-height: 13.0208333333vw;
  }
}

.text-40-placeholder {
  font-size: 40px;
  line-height: 50px;
  color: #666666;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-40-placeholder {
    font-size: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .text-40-placeholder {
    font-size: 10.4166666667vw;
    line-height: 13.0208333333vw;
  }
}

.text-30-black, .section--card-features .splide--coin .badge-list .splide__slide .badge-text, .sub-heading {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-30-black, .section--card-features .splide--coin .badge-list .splide__slide .badge-text, .sub-heading {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 767px) {
  .text-30-black, .section--card-features .splide--coin .badge-list .splide__slide .badge-text, .sub-heading {
    font-size: 7.8125vw;
    line-height: 10.4166666667vw;
  }
}

.text-30-white, .section--faq .faq__item .faq__toggle .faq__toggle-text {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-30-white, .section--faq .faq__item .faq__toggle .faq__toggle-text {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 767px) {
  .text-30-white, .section--faq .faq__item .faq__toggle .faq__toggle-text {
    font-size: 7.8125vw;
    line-height: 10.4166666667vw;
  }
}

.text-30-yellow {
  font-size: 30px;
  line-height: 40px;
  color: #ffe8ad;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-30-yellow {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 767px) {
  .text-30-yellow {
    font-size: 7.8125vw;
    line-height: 10.4166666667vw;
  }
}

.text-30-orange {
  font-size: 30px;
  line-height: 40px;
  color: #f35f3c;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-30-orange {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 767px) {
  .text-30-orange {
    font-size: 7.8125vw;
    line-height: 10.4166666667vw;
  }
}

.text-30-gray {
  font-size: 30px;
  line-height: 40px;
  color: #777777;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-30-gray {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 767px) {
  .text-30-gray {
    font-size: 7.8125vw;
    line-height: 10.4166666667vw;
  }
}

.text-30-placeholder {
  font-size: 30px;
  line-height: 40px;
  color: #666666;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-30-placeholder {
    font-size: 2.9296875vw;
  }
}
@media (max-width: 767px) {
  .text-30-placeholder {
    font-size: 7.8125vw;
    line-height: 10.4166666667vw;
  }
}

.text-24-black, .section--action .section__step .section__step-detail p, .btn--gold {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-24-black, .section--action .section__step .section__step-detail p, .btn--gold {
    font-size: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .text-24-black, .section--action .section__step .section__step-detail p, .btn--gold {
    font-size: 6.25vw;
    line-height: 8.3333333333vw;
  }
}

.text-24-white, .section-kv__header--img .section-kv__date, .btn--gold:hover {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-24-white, .section-kv__header--img .section-kv__date, .btn--gold:hover {
    font-size: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .text-24-white, .section-kv__header--img .section-kv__date, .btn--gold:hover {
    font-size: 6.25vw;
    line-height: 8.3333333333vw;
  }
}

.text-24-yellow, .section-kv__header--img .section-kv__date .section-kv__date--date {
  font-size: 24px;
  line-height: 32px;
  color: #ffe8ad;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-24-yellow, .section-kv__header--img .section-kv__date .section-kv__date--date {
    font-size: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .text-24-yellow, .section-kv__header--img .section-kv__date .section-kv__date--date {
    font-size: 6.25vw;
    line-height: 8.3333333333vw;
  }
}

.text-24-orange {
  font-size: 24px;
  line-height: 32px;
  color: #f35f3c;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-24-orange {
    font-size: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .text-24-orange {
    font-size: 6.25vw;
    line-height: 8.3333333333vw;
  }
}

.text-24-gray {
  font-size: 24px;
  line-height: 32px;
  color: #777777;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-24-gray {
    font-size: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .text-24-gray {
    font-size: 6.25vw;
    line-height: 8.3333333333vw;
  }
}

.text-24-placeholder {
  font-size: 24px;
  line-height: 32px;
  color: #666666;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-24-placeholder {
    font-size: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .text-24-placeholder {
    font-size: 6.25vw;
    line-height: 8.3333333333vw;
  }
}

.text-20-black, #sec-register .register__form .form__label, .section--action .event-box__body, .section--action .section__desc {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-20-black, #sec-register .register__form .form__label, .section--action .event-box__body, .section--action .section__desc {
    font-size: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .text-20-black, #sec-register .register__form .form__label, .section--action .event-box__body, .section--action .section__desc {
    font-size: 5.2083333333vw;
    line-height: 7.2916666667vw;
  }
}

.text-20-white, .section--action .event-box__title {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-20-white, .section--action .event-box__title {
    font-size: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .text-20-white, .section--action .event-box__title {
    font-size: 5.2083333333vw;
    line-height: 7.2916666667vw;
  }
}

.text-20-yellow {
  font-size: 20px;
  line-height: 28px;
  color: #ffe8ad;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-20-yellow {
    font-size: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .text-20-yellow {
    font-size: 5.2083333333vw;
    line-height: 7.2916666667vw;
  }
}

.text-20-orange, #sec-register .register__form .form__label .required, .section--action .section__desc .section__highlight {
  font-size: 20px;
  line-height: 28px;
  color: #f35f3c;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-20-orange, #sec-register .register__form .form__label .required, .section--action .section__desc .section__highlight {
    font-size: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .text-20-orange, #sec-register .register__form .form__label .required, .section--action .section__desc .section__highlight {
    font-size: 5.2083333333vw;
    line-height: 7.2916666667vw;
  }
}

.text-20-gray {
  font-size: 20px;
  line-height: 28px;
  color: #777777;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-20-gray {
    font-size: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .text-20-gray {
    font-size: 5.2083333333vw;
    line-height: 7.2916666667vw;
  }
}

.text-20-placeholder {
  font-size: 20px;
  line-height: 28px;
  color: #666666;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-20-placeholder {
    font-size: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .text-20-placeholder {
    font-size: 5.2083333333vw;
    line-height: 7.2916666667vw;
  }
}

.text-18-black, .section--faq .faq__item .faq__content, .section--card-features .splide--coin .badge-list .splide__slide .badge-subtext, .section--action .section__step .section__step-status {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-18-black, .section--faq .faq__item .faq__content, .section--card-features .splide--coin .badge-list .splide__slide .badge-subtext, .section--action .section__step .section__step-status {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .text-18-black, .section--faq .faq__item .faq__content, .section--card-features .splide--coin .badge-list .splide__slide .badge-subtext, .section--action .section__step .section__step-status {
    font-size: 4.6875vw;
    line-height: 6.7708333333vw;
  }
}

.text-18-white {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-18-white {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .text-18-white {
    font-size: 4.6875vw;
    line-height: 6.7708333333vw;
  }
}

.text-18-yellow, .section--card-features .splide--black-card .splide__slide.card-item .card-item__period {
  font-size: 18px;
  line-height: 26px;
  color: #ffe8ad;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-18-yellow, .section--card-features .splide--black-card .splide__slide.card-item .card-item__period {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .text-18-yellow, .section--card-features .splide--black-card .splide__slide.card-item .card-item__period {
    font-size: 4.6875vw;
    line-height: 6.7708333333vw;
  }
}

.text-18-orange, .section--faq .faq__item .faq__content a, .section--card-features .splide--black-card .splide__slide.card-item .card-item__tag {
  font-size: 18px;
  line-height: 26px;
  color: #f35f3c;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-18-orange, .section--faq .faq__item .faq__content a, .section--card-features .splide--black-card .splide__slide.card-item .card-item__tag {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .text-18-orange, .section--faq .faq__item .faq__content a, .section--card-features .splide--black-card .splide__slide.card-item .card-item__tag {
    font-size: 4.6875vw;
    line-height: 6.7708333333vw;
  }
}

.text-18-gray {
  font-size: 18px;
  line-height: 26px;
  color: #777777;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-18-gray {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  .text-18-gray {
    font-size: 4.6875vw;
    line-height: 6.7708333333vw;
  }
}

#sec-register .register__form .form__input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 26px;
  color: #666666;
  font-family: "Noto Sans TC", sans-serif;
}

.text-18-placeholder, #sec-register .register__form .form__input::placeholder, #sec-register .register__form .form__input::-webkit-input-placeholder, #sec-register .register__form .form__input::-moz-placeholder, #sec-register .register__form .form__input:-ms-input-placeholder, #sec-register .register__form .form__input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 26px;
  color: #666666;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  #sec-register .register__form .form__input::-webkit-input-placeholder {
    font-size: 1.7578125vw;
  }
  .text-18-placeholder, #sec-register .register__form .form__input::placeholder, #sec-register .register__form .form__input::-webkit-input-placeholder, #sec-register .register__form .form__input::-moz-placeholder, #sec-register .register__form .form__input:-ms-input-placeholder, #sec-register .register__form .form__input::-ms-input-placeholder {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 767px) {
  #sec-register .register__form .form__input::-webkit-input-placeholder {
    font-size: 4.6875vw;
    line-height: 6.7708333333vw;
  }
  .text-18-placeholder, #sec-register .register__form .form__input::placeholder, #sec-register .register__form .form__input::-webkit-input-placeholder, #sec-register .register__form .form__input::-moz-placeholder, #sec-register .register__form .form__input:-ms-input-placeholder, #sec-register .register__form .form__input::-ms-input-placeholder {
    font-size: 4.6875vw;
    line-height: 6.7708333333vw;
  }
}

.text-16-black, #sec-register .register__form .form__input {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-16-black, #sec-register .register__form .form__input {
    font-size: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .text-16-black, #sec-register .register__form .form__input {
    font-size: 4.1666666667vw;
    line-height: 6.25vw;
  }
}

.text-16-white, .section--action .event-box__subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-16-white, .section--action .event-box__subtitle {
    font-size: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .text-16-white, .section--action .event-box__subtitle {
    font-size: 4.1666666667vw;
    line-height: 6.25vw;
  }
}

.text-16-yellow {
  font-size: 16px;
  line-height: 24px;
  color: #ffe8ad;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-16-yellow {
    font-size: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .text-16-yellow {
    font-size: 4.1666666667vw;
    line-height: 6.25vw;
  }
}

.text-16-orange {
  font-size: 16px;
  line-height: 24px;
  color: #f35f3c;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-16-orange {
    font-size: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .text-16-orange {
    font-size: 4.1666666667vw;
    line-height: 6.25vw;
  }
}

.text-16-gray {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-16-gray {
    font-size: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .text-16-gray {
    font-size: 4.1666666667vw;
    line-height: 6.25vw;
  }
}

.text-16-placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-16-placeholder {
    font-size: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .text-16-placeholder {
    font-size: 4.1666666667vw;
    line-height: 6.25vw;
  }
}

.text-15-black, #sec-register .register__form .form__check .form__check-text, .section--action .section__step .section__step-notes p {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-15-black, #sec-register .register__form .form__check .form__check-text, .section--action .section__step .section__step-notes p {
    font-size: 1.46484375vw;
  }
}
@media (max-width: 767px) {
  .text-15-black, #sec-register .register__form .form__check .form__check-text, .section--action .section__step .section__step-notes p {
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
}

.text-15-white, .section--action .section__desc .section__badge, .link-white, .section--card-features .splide--black-card .splide__slide.card-item .card-item__link {
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-15-white, .section--action .section__desc .section__badge, .link-white, .section--card-features .splide--black-card .splide__slide.card-item .card-item__link {
    font-size: 1.46484375vw;
  }
}
@media (max-width: 767px) {
  .text-15-white, .section--action .section__desc .section__badge, .link-white, .section--card-features .splide--black-card .splide__slide.card-item .card-item__link {
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
}

.text-15-yellow {
  font-size: 15px;
  line-height: 20px;
  color: #ffe8ad;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-15-yellow {
    font-size: 1.46484375vw;
  }
}
@media (max-width: 767px) {
  .text-15-yellow {
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
}

.text-15-orange, .link-orange {
  font-size: 15px;
  line-height: 20px;
  color: #f35f3c;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-15-orange, .link-orange {
    font-size: 1.46484375vw;
  }
}
@media (max-width: 767px) {
  .text-15-orange, .link-orange {
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
}

.text-15-gray, .link-gray, .section--card-features .splide--coin .badge-list .splide__slide .coin-item__link {
  font-size: 15px;
  line-height: 20px;
  color: #777777;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-15-gray, .link-gray, .section--card-features .splide--coin .badge-list .splide__slide .coin-item__link {
    font-size: 1.46484375vw;
  }
}
@media (max-width: 767px) {
  .text-15-gray, .link-gray, .section--card-features .splide--coin .badge-list .splide__slide .coin-item__link {
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
}

.text-15-placeholder {
  font-size: 15px;
  line-height: 20px;
  color: #666666;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 1023px) {
  .text-15-placeholder {
    font-size: 1.46484375vw;
  }
}
@media (max-width: 767px) {
  .text-15-placeholder {
    font-size: 3.90625vw;
    line-height: 5.2083333333vw;
  }
}

.link-white, .section--card-features .splide--black-card .splide__slide.card-item .card-item__link {
  text-decoration: underline;
  cursor: pointer;
}

.link-white:link, .section--card-features .splide--black-card .splide__slide.card-item .card-item__link:link,
.link-white:visited,
.section--card-features .splide--black-card .splide__slide.card-item .card-item__link:visited {
  color: #ffffff;
}

.link-orange {
  text-decoration: underline;
  cursor: pointer;
}

.link-orange:link,
.link-orange:visited {
  color: #f35f3c;
}

.link-gray, .section--card-features .splide--coin .badge-list .splide__slide .coin-item__link {
  text-decoration: underline;
  cursor: pointer;
}

.link-gray:link, .section--card-features .splide--coin .badge-list .splide__slide .coin-item__link:link,
.link-gray:visited,
.section--card-features .splide--coin .badge-list .splide__slide .coin-item__link:visited {
  color: #777777;
}

.is-bold {
  font-weight: bold;
}

.is-underline {
  text-decoration: underline;
}

.btn--gold {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 250px;
  height: 48px;
  padding: 0;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#FEFEFE), to(#E5C5A8));
  background: linear-gradient(90deg, #FEFEFE 0%, #E5C5A8 100%);
  border: 2px solid #000;
  border-radius: 24px;
  -webkit-box-shadow: 0 3px 0 #000;
          box-shadow: 0 3px 0 #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--gold__text {
  display: inline-block;
}
.btn--gold__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7px;
  height: 12px;
  display: block;
  -webkit-animation: arrow-twice 2s ease-in-out infinite;
          animation: arrow-twice 2s ease-in-out infinite;
}
@media (max-width: 1023px) {
  .btn--gold__icon {
    width: 0.68359375vw;
    height: 1.171875vw;
  }
}
@media (max-width: 767px) {
  .btn--gold__icon {
    width: 1.8229166667vw;
    height: 3.125vw;
  }
}
.btn--gold:hover {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: 0 1px 0 #000;
          box-shadow: 0 1px 0 #000;
}
.btn--gold:hover {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: 0 1px 0 #000;
          box-shadow: 0 1px 0 #000;
  background: black;
}
.btn--gold:hover img.btn--gold__icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (max-width: 1023px) {
  .btn--gold {
    gap: 0.9765625vw;
    width: 24.4140625vw;
    height: 4.6875vw;
    border: 0.1953125vw solid #000;
    border-radius: 2.34375vw;
    -webkit-box-shadow: 0 0.29296875vw 0 #000;
            box-shadow: 0 0.29296875vw 0 #000;
  }
}
@media (max-width: 767px) {
  .btn--gold {
    gap: 2.6041666667vw;
    width: 65.1041666667vw;
    height: 12.5vw;
    border: 0.5208333333vw solid #000;
    border-radius: 6.25vw;
    -webkit-box-shadow: 0 0.78125vw 0 #000;
            box-shadow: 0 0.78125vw 0 #000;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@keyframes arrow {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@-webkit-keyframes float-slow {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  20% {
    -webkit-transform: translateY(-15px) scale(1.05);
            transform: translateY(-15px) scale(1.05);
  }
  50% {
    -webkit-transform: translateY(7px) scale(0.98);
            transform: translateY(7px) scale(0.98);
  }
  80% {
    -webkit-transform: translateY(-10px) scale(1.03);
            transform: translateY(-10px) scale(1.03);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes float-slow {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  20% {
    -webkit-transform: translateY(-15px) scale(1.05);
            transform: translateY(-15px) scale(1.05);
  }
  50% {
    -webkit-transform: translateY(7px) scale(0.98);
            transform: translateY(7px) scale(0.98);
  }
  80% {
    -webkit-transform: translateY(-10px) scale(1.03);
            transform: translateY(-10px) scale(1.03);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes twinkle {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes twinkle {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes kchart-glow {
  0% {
    -webkit-filter: brightness(0.95);
            filter: brightness(0.95);
    opacity: 0.95;
  }
  50% {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
    opacity: 0.4;
  }
  100% {
    -webkit-filter: brightness(0.95);
            filter: brightness(0.95);
    opacity: 0.7;
  }
}
@keyframes kchart-glow {
  0% {
    -webkit-filter: brightness(0.95);
            filter: brightness(0.95);
    opacity: 0.95;
  }
  50% {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
    opacity: 0.4;
  }
  100% {
    -webkit-filter: brightness(0.95);
            filter: brightness(0.95);
    opacity: 0.7;
  }
}
@-webkit-keyframes topIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@keyframes topIn {
  to {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@-webkit-keyframes bottomIn {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-100%) skewX(0);
            transform: translateX(-100%) skewX(0);
  }
  30% {
    -webkit-transform: translateX(0) skewX(0);
            transform: translateX(0) skewX(0);
  }
  60% {
    -webkit-transform: translateX(0) skewX(-15deg);
            transform: translateX(0) skewX(-15deg);
  }
  80% {
    -webkit-transform: translateX(0) skewX(-10deg);
            transform: translateX(0) skewX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) skewX(0);
            transform: translateX(0) skewX(0);
  }
}
@keyframes bottomIn {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-100%) skewX(0);
            transform: translateX(-100%) skewX(0);
  }
  30% {
    -webkit-transform: translateX(0) skewX(0);
            transform: translateX(0) skewX(0);
  }
  60% {
    -webkit-transform: translateX(0) skewX(-15deg);
            transform: translateX(0) skewX(-15deg);
  }
  80% {
    -webkit-transform: translateX(0) skewX(-10deg);
            transform: translateX(0) skewX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) skewX(0);
            transform: translateX(0) skewX(0);
  }
}
@-webkit-keyframes tigerDrop {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(10deg);
            transform: translateY(0) rotate(10deg);
  }
  80% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes tigerDrop {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(10deg);
            transform: translateY(0) rotate(10deg);
  }
  80% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bindIn {
  from {
    -webkit-transform: translateX(-50%) translateY(92%);
            transform: translateX(-50%) translateY(92%);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-8%);
            transform: translateX(-50%) translateY(-8%);
  }
}
@keyframes bindIn {
  from {
    -webkit-transform: translateX(-50%) translateY(92%);
            transform: translateX(-50%) translateY(92%);
  }
  to {
    -webkit-transform: translateX(-50%) translateY(-8%);
            transform: translateX(-50%) translateY(-8%);
  }
}
@-webkit-keyframes dawhoIn {
  from {
    -webkit-transform: translateX(-50%) translateY(92%);
            transform: translateX(-50%) translateY(92%);
  }
  to {
    -webkit-transform: translateX(-115%) rotate(-15deg);
            transform: translateX(-115%) rotate(-15deg);
  }
}
@keyframes dawhoIn {
  from {
    -webkit-transform: translateX(-50%) translateY(92%);
            transform: translateX(-50%) translateY(92%);
  }
  to {
    -webkit-transform: translateX(-115%) rotate(-15deg);
            transform: translateX(-115%) rotate(-15deg);
  }
}
@-webkit-keyframes debitIn {
  from {
    -webkit-transform: translateX(-50%) translateY(92%);
            transform: translateX(-50%) translateY(92%);
  }
  to {
    -webkit-transform: translateX(15%) rotate(15deg);
            transform: translateX(15%) rotate(15deg);
  }
}
@keyframes debitIn {
  from {
    -webkit-transform: translateX(-50%) translateY(92%);
            transform: translateX(-50%) translateY(92%);
  }
  to {
    -webkit-transform: translateX(15%) rotate(15deg);
            transform: translateX(15%) rotate(15deg);
  }
}
@-webkit-keyframes shadowIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
@keyframes shadowIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
@-webkit-keyframes arrow-twice {
  0%, 35%, 70%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25%, 60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); /* 向右移 4px，可自行調整距離 */
  }
}
@keyframes arrow-twice {
  0%, 35%, 70%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25%, 60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); /* 向右移 4px，可自行調整距離 */
  }
}
@-webkit-keyframes heartbeat {
  0%, 20%, 50%, 60%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70%, 90% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes heartbeat {
  0%, 20%, 50%, 60%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70%, 90% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes innerJump {
  /* 0%–10%：從原位到向下跳 */
  0%, 10%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /* 10% 時做一次向下位移（可改距離） */
  5% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes innerJump {
  /* 0%–10%：從原位到向下跳 */
  0%, 10%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  /* 10% 時做一次向下位移（可改距離） */
  5% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes sway {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); /* 向右微擺 3 度 */
  }
}
@keyframes sway {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); /* 向右微擺 3 度 */
  }
}
@-webkit-keyframes handWave {
  0%, 80%, 90%, 100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  85%, 95% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes handWave {
  0%, 80%, 90%, 100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  85%, 95% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-webkit-keyframes actionIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes actionIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#header {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: #000;
}
#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-width: 1024px;
  padding: 0 32px;
  margin: auto;
}
#header .container #header-toggle {
  display: none;
}
@media all and (max-width: 768px) {
  #header .container #header-toggle {
    display: inline-block;
    width: 59px;
    height: 59px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/icon_hambuger_open.svg);
  }
}
#header .container #header-toggle.toggled {
  background-image: url(../img/icon_hambuger_close.svg);
}
@media all and (max-width: 768px) {
  #header .container .header-logo {
    margin: auto;
  }
}
#header .container .header-logo img {
  max-width: 137px;
}
#header .container nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 768px) {
  #header .container nav {
    display: none;
  }
  #header .container nav.toggled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: rgb(0, 0, 0);
    height: auto;
    width: 100%;
  }
  #header .container nav.toggled ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#header .container nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 768px) {
  #header .container nav ul {
    position: relative;
    width: 100%;
  }
}
#header .container nav ul li {
  margin-right: 53px;
}
#header .container nav ul li:last-child {
  margin-right: 0;
}
@media all and (max-width: 768px) {
  #header .container nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-bottom: 1px solid #CEB071;
    padding: 18px 0;
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  #header .container nav ul li.active a {
    color: #ceb071;
    border-bottom-color: #ceb071;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
#header .container nav ul li a {
  border-bottom: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-weight: bold;
}
#header .container nav ul li a.header-acc-link {
  padding: 10px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 53px;
}

.basic-btn-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: linear-gradient(150deg, #FDF9C7 0%, #F5ECB8 18%, #E1CB90 34%, #E1B97A 50%, #E8C388 84%);
  max-width: 186px;
}
.basic-btn-style span {
  padding-top: 2px;
  position: relative;
  z-index: 2;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 16px;
}
.basic-btn-style span::after {
  content: "";
  background-image: url(../img/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.side {
  position: fixed;
  z-index: 999;
  margin: auto;
  top: 0;
  right: 10px;
  width: 80px;
  height: 160px;
  bottom: -1px;
}
.side .web_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1024px) {
  .side .web_view {
    display: none;
  }
}
.side .mob_view {
  display: none;
}
@media all and (max-width: 1024px) {
  .side .mob_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.side a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #af955f;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.side a p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.side a:first-child {
  background: #68492d;
}
.side a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.side a img {
  width: 15px;
  height: 15px;
  position: relative;
  left: 10px;
  -webkit-animation: bounce2 2s infinite;
          animation: bounce2 2s infinite;
}
.side a p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.side img {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .side {
    top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px;
    height: 50px;
    right: 0;
  }
  .side a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 49%;
    right: 0;
    height: auto;
    margin-bottom: 0;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
  }
  .side a img {
    top: unset;
    left: 15px;
  }
}

.footer-bg {
  position: relative;
}
@media all and (max-width: 1024px) {
  .footer-bg {
    padding-bottom: 50px;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 20;
  background-color: #000;
}
footer .selection1 {
  color: #fff;
  text-align: center;
  padding: 15px;
  width: 100%;
  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;
}
footer .selection1 a {
  color: #fff;
}
footer .selection1 a:hover {
  text-decoration: underline;
}
footer .selection1 img.copyRight {
  width: 12px;
  margin-right: 10px;
  height: 12px;
}
footer .selection1 .logo {
  margin: 0 10px;
  margin-left: 15px;
  width: 22px;
  height: 22px;
}
footer .selection1 .logo img {
  width: 22px;
  height: 22px;
}
footer .selection1 p {
  color: #fff !important;
  display: inline-block;
}
footer .selection2 {
  width: 20%;
  padding: 15px;
}
footer .selection2 .logo {
  width: 113px;
  height: 30px;
}

#footer {
  font-family: "Noto Sans TC";
  font-weight: 400;
  padding: 64px 0;
  background-color: #111111;
}
@media all and (max-width: 1279px) {
  #footer {
    padding: 50px 0 80px;
  }
}
@media all and (max-width: 768px) {
  #footer {
    padding-bottom: 100px;
    overflow: hidden;
  }
}
#footer.hasfooterNotice {
  padding: 32px 0 64px 0;
}
@media all and (max-width: 1279px) {
  #footer.hasfooterNotice {
    padding: 20px 0 80px;
  }
}
@media all and (max-width: 768px) {
  #footer.hasfooterNotice {
    padding-bottom: 100px;
    overflow: hidden;
  }
}
#footer .footerNotice {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.5;
  padding: 0 2em 3em 3em;
  text-align: justify;
}
#footer .top-wrap {
  margin: 0 auto 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width: 1279px) {
  #footer .top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 680px;
  }
}
@media all and (max-width: 768px) {
  #footer .top-wrap {
    width: 320px;
  }
}
@media all and (max-width: 320px) {
  #footer .top-wrap {
    max-width: 320px;
    margin: 0 20px;
  }
}
#footer .top-wrap .logo {
  width: 137px;
  margin-right: 60px;
}
@media all and (max-width: 1279px) {
  #footer .top-wrap .logo {
    margin-right: 0;
    margin-bottom: 65px;
  }
}
#footer .top-wrap .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media all and (max-width: 768px) {
  #footer .top-wrap .list-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#footer .top-wrap .list-wrap ul {
  margin-right: 80px;
}
@media all and (max-width: 1279px) {
  #footer .top-wrap .list-wrap ul {
    margin-right: 60px;
  }
}
@media all and (max-width: 768px) {
  #footer .top-wrap .list-wrap ul {
    margin-right: 0;
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  #footer .top-wrap .list-wrap ul:first-of-type {
    margin-bottom: 50px;
  }
}
#footer .top-wrap .list-wrap ul:last-of-type {
  margin-right: 0;
}
#footer .top-wrap .list-wrap ul li.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Noto Sans TC";
  font-weight: 700;
}
#footer .top-wrap .list-wrap ul li.link {
  margin-bottom: 20px;
}
#footer .top-wrap .list-wrap ul li.link a {
  font-size: 14px;
  color: #fff;
}
#footer .top-wrap .list-wrap ul li.link a.contact-web {
  display: inline-block;
}
@media all and (max-width: 768px) {
  #footer .top-wrap .list-wrap ul li.link a.contact-web {
    display: none;
  }
}
#footer .top-wrap .list-wrap ul li.link a.contact-mobile {
  display: none;
}
@media all and (max-width: 768px) {
  #footer .top-wrap .list-wrap ul li.link a.contact-mobile {
    display: inline-block;
  }
}
#footer .bottom-wrap {
  width: 960px;
  margin: auto;
  border-top: 1px solid #4f4f4f;
  padding-top: 16px;
  color: #4f4f4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1279px) {
  #footer .bottom-wrap {
    width: 680px;
  }
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap {
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .bottom-wrap a {
  color: #A3A3A3;
}
#footer .bottom-wrap .links-container {
  font-size: 14px;
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap .links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer .bottom-wrap .links-container a {
  display: inline-block;
  margin-right: 30px;
  letter-spacing: 2px;
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap .links-container a {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
#footer .bottom-wrap .links-container a .link-img-bank {
  margin-right: 12px;
  position: relative;
  top: 2px;
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap .links-container p span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
  }
}
#footer .bottom-wrap .copyright-desc {
  font-size: 14px;
  letter-spacing: 1px;
}
@media all and (max-width: 768px) {
  #footer .bottom-wrap .copyright-desc {
    text-align: center;
    margin-top: 20px;
  }
}
#footer .footer--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-top: 40px;
  width: 100%;
  max-width: 960px;
  color: #fff;
}
@media all and (max-width: 1279px) {
  #footer .footer--flex {
    margin-top: 35px;
    max-width: 680px;
  }
}
@media all and (max-width: 768px) {
  #footer .footer--flex {
    display: block;
    max-width: 320px;
    margin-top: 30px;
  }
}
@media all and (max-width: 320px) {
  #footer .footer--flex {
    max-width: 280px;
    margin: 30px 20px 0 20px;
  }
}
#footer .footer__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 1279px) {
  #footer .footer__title {
    font-size: 22px;
  }
}
@media all and (max-width: 768px) {
  #footer .footer__title {
    margin: auto;
    margin-bottom: 15px;
  }
}
#footer .footer__text {
  font-size: 14px;
  line-height: 1.7;
}
@media all and (max-width: 1279px) {
  #footer .footer__text {
    width: 470px;
  }
}
@media all and (max-width: 768px) {
  #footer .footer__text {
    width: auto;
  }
}
#footer .footer__text a {
  text-decoration: underline;
}

#foot {
  position: relative;
  width: 100%;
  padding: 50px;
  background: #000000;
}
@media all and (max-width: 1279px) {
  #foot {
    padding: 30px 40px;
  }
}
@media all and (max-width: 768px) {
  #foot {
    padding: 30px;
  }
}
#foot .footer--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media all and (max-width: 1279px) {
  #foot .footer--flex {
    margin-bottom: 35px;
  }
}
@media all and (max-width: 768px) {
  #foot .footer--flex {
    display: block;
    margin-bottom: 30px;
  }
}
#foot .footer__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-right: 60px;
}
@media all and (max-width: 1279px) {
  #foot .footer__title {
    font-size: 22px;
    margin-right: 30px;
  }
}
@media all and (max-width: 768px) {
  #foot .footer__title {
    margin: auto;
    margin-bottom: 15px;
  }
}
#foot .footer__text {
  width: 725px;
  font-size: 14px;
  line-height: 1.71;
}
@media all and (max-width: 1279px) {
  #foot .footer__text {
    width: 470px;
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  #foot .footer__text {
    width: auto;
  }
}
#foot .footer_smart {
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
}
#foot .footer_smart span {
  display: inline-block;
}
#foot .footer_smart span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 7px;
  margin-right: 8px;
  background: url("../img/sinopac-logo.svg") no-repeat 0 0;
  position: relative;
  top: 5px;
}
#foot .footer_smart a {
  display: inline-block;
  letter-spacing: 0;
  margin: 10px 5px 0 5px;
  vertical-align: middle;
}
#foot .footer_smart #cdic {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.footer_ico {
  margin-right: 0.2em;
}

@media all and (max-width: 1279px) {
  #download {
    display: block;
  }
}

#footer_download {
  position: relative;
  width: 100%;
  height: 505px;
  padding: 90px 20px;
  background: url(../img/index/bg_curve.svg) center/cover no-repeat;
  color: white;
  overflow: hidden;
  line-height: 1;
}
@media all and (max-width: 768px) {
  #footer_download {
    height: auto;
    position: unset;
    padding: 47px 20px 0 20px;
  }
}
#footer_download .footer_download_title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 8px;
  text-align: center;
  margin-left: 69px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_title {
    font-size: 20px;
    letter-spacing: 5px;
    margin-left: 115px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_title {
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-left: 0;
  }
}
#footer_download .footer_download_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 760px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    min-width: auto;
  }
}
#footer_download .footer_download_con .footer_download_img {
  margin-right: 40px;
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_img {
    margin-right: 26px;
    margin: 9% auto -4% auto;
    text-align: center;
    width: 64%;
    max-width: 236px;
  }
  #footer_download .footer_download_con .footer_download_img img {
    width: 100%;
  }
}
#footer_download .footer_download_con .footer_download_text {
  margin-top: 24px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text {
    margin-top: 16px;
  }
}
#footer_download .footer_download_con .footer_download_text h6 {
  font-size: 24px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text h6 {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text h6 {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text > p {
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin: 20px 0 45px 0;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text > p {
    font-size: 12px;
    margin: 14px 0 30px 0;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text > p {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text > p span {
  color: #825f14;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box {
    display: block;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
  margin-right: 24px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
    margin-right: 10px;
  }
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img img {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
    display: none;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
  font-size: 14px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
    font-size: 13px;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
  font-size: 36px;
  margin-bottom: 19px;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 4px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
    margin-bottom: 11px;
    margin-top: 24px;
    text-align: center;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
  line-height: 1.1em;
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
    text-align: center;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
  line-height: 1.1em;
  margin-top: 0.5em;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
    text-align: center;
    margin-bottom: 22px;
    white-space: normal;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
    margin-top: 12px;
  }
}
@media all and (max-width: 768px) {
  #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
  }
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a {
  margin-right: 5px;
  border-radius: 5px;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a img {
  width: 100%;
  display: block;
}
#footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a:last-child {
  margin-right: 0;
}

.fc_white {
  color: #fff;
}

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  background: #ffffff;
}

.loader {
  position: fixed;
  z-index: 1003;
  top: 50%;
  margin-top: -115px;
  left: 50%;
  margin-left: -86.5px;
}

.dawho-logo {
  width: 173px;
  height: 177px;
}
.dawho-logo img {
  width: 173px;
  height: 177px;
}

.loading {
  position: relative;
  margin-top: -60px;
}
.loading img {
  width: 173px;
  height: 173px;
}

body {
  background: radial-gradient(108.61% 244.16% at 2.92% 10.74%, #F7F3E9 0%, #F5EFE3 7%, #ECE0C6 44%, #E7D6B4 76%, #E6D3AE 100%);
  background-repeat: no-repeat;
  background-size: cover;
}

.section__container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .section__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .section__container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.main {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.deco-layer__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}

.section-kv {
  width: 100%;
  overflow-x: hidden;
}
.section-kv__inner {
  max-width: 1400px;
  height: 880px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 1440px) {
  .section-kv__inner {
    width: 100%;
    height: 0px;
    padding-top: 61.1666666667vw;
  }
}
@media (max-width: 1199px) {
  .section-kv__inner {
    height: 0;
    padding-top: 61.1666666667%;
  }
}
@media (max-width: 767px) {
  .section-kv__inner {
    padding-top: 203.125vw;
  }
}
@media (max-width: 575px) {
  .section-kv__inner {
    margin-top: 12px;
  }
}
.section-kv__inner > * {
  position: absolute;
}
.section-kv__header--img {
  z-index: 9;
  width: 66.6666666667%;
  height: 38.1471389646%;
  top: 20.8333333333%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 日期 */
  /* 標題 */
  /* 吉祥物 */
}
@media (max-width: 767px) {
  .section-kv__header--img {
    width: 100%;
    top: 13.2211538462%;
    height: 32.6322115385%;
  }
}
.section-kv__header--img .section-kv__date {
  width: 300px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #000000;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .section-kv__header--img .section-kv__date {
    width: 29.296875vw;
    height: 3.90625vw;
    border-radius: 1.953125vw;
  }
}
@media (max-width: 767px) {
  .section-kv__header--img .section-kv__date {
    width: 49.4791666667vw;
    height: 8.59375vw;
    border-radius: 4.296875vw;
    font-size: 3.90625vw;
    -webkit-transform: translateX(-50%) translateY(-80%);
            transform: translateX(-50%) translateY(-80%);
  }
}
@media (max-width: 1023px) {
  .section-kv__header--img .section-kv__date {
    line-height: 3.515625vw;
  }
}
@media (max-width: 767px) {
  .section-kv__header--img .section-kv__date {
    line-height: 4.6875vw;
  }
}
@media (max-width: 767px) {
  .section-kv__header--img .section-kv__date .section-kv__date--date {
    font-size: 3.90625vw;
  }
}
.section-kv__header--img .section-kv__title {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
}
.section-kv__header--img .section-kv__title img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.section-kv__header--img .section-kv__title--top {
  position: absolute;
  width: 84.75%;
  height: 33.9285714286%;
  top: 12.8571428571%;
  left: 3.375%;
}
@media (max-width: 767px) {
  .section-kv__header--img .section-kv__title--top {
    display: none;
  }
}
.section-kv__header--img .section-kv__title--bottom {
  position: absolute;
  width: 93.75%;
  height: 50.3571428571%;
  top: 45.7142857143%;
}
@media (max-width: 767px) {
  .section-kv__header--img .section-kv__title--bottom {
    width: 100%;
    top: 0;
  }
}
.section-kv__header--img .section-kv__title--num {
  position: absolute;
  width: 57.7333333333%;
  height: 100%;
  top: 0;
  left: 22%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  /* 2s 週期、ease-in-out、延遲 5s 才開始、無限重複 */
  -webkit-animation: heartbeat 2s ease-in-out 5s infinite;
          animation: heartbeat 2s ease-in-out 5s infinite;
}
@media (max-width: 767px) {
  .section-kv__header--img .section-kv__title--num {
    width: 60.0260416667%;
    top: 52.0833333333vw;
    left: 14.5833333333%;
  }
}
.section-kv__header--img .section-kv__tiger {
  width: 21.75%;
  height: 24.875%;
  position: absolute;
  left: 87.875%;
  top: 2.5%;
  z-index: 50;
}
@media (max-width: 767px) {
  .section-kv__header--img .section-kv__tiger {
    width: 35.15625vw;
    height: 53.6458333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 36%;
    top: 83.3333333333vw;
  }
}
.section-kv__header--img .section-kv__tiger img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  /* 以中心為搖擺軸心 */
  -webkit-transform-origin: center center;
          transform-origin: center center;
  /* 週期 4s、延遲 10s、緩入緩出、無限重複 */
  -webkit-animation: sway 3s ease-in-out 5s infinite;
          animation: sway 3s ease-in-out 5s infinite;
}
.section-kv__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68.75%;
  height: 43.3333333333%;
  max-height: 360px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-kv__cards {
    width: 111.4583333333vw;
    height: 43.2291666667vw;
  }
}
.section-kv__cards__inner {
  position: relative;
  width: 100%;
  height: 500px;
  /* 2. 週期 5s、ease-in-out、延遲 10s、無限重複 */
  -webkit-animation: innerJump 7s ease-in-out 10s infinite;
          animation: innerJump 7s ease-in-out 10s infinite;
}
@media all and (max-width: 1440px) {
  .section-kv__cards__inner {
    height: 0px;
    padding-top: 37.5vw;
  }
}
@media (max-width: 1199px) {
  .section-kv__cards__inner {
    height: 0;
    padding-top: 54.5454545455%;
  }
}
.section-kv__cards .section-kv__card {
  position: absolute;
  bottom: -6.0606060606%;
  left: 50%;
  width: 31.5151515152%;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(92%);
          transform: translateX(-50%) translateY(92%);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  .section-kv__cards .section-kv__card {
    bottom: -7.2727272727%;
  }
}
.section-kv__cards .section-kv__card--bind {
  --delay: 3s;
  z-index: 10;
}
.section-kv__cards .section-kv__card--dawho {
  --delay: 3.15s;
  z-index: 5;
}
.section-kv__cards .section-kv__card--debit {
  --delay: 3.15s;
  z-index: 5;
}
.section-kv__cards .section-kv__card--bind {
  -webkit-animation-name: bindIn;
          animation-name: bindIn;
  -webkit-animation-delay: var(--delay);
          animation-delay: var(--delay);
}
.section-kv__cards .section-kv__card--dawho {
  -webkit-animation-name: dawhoIn;
          animation-name: dawhoIn;
  -webkit-animation-delay: var(--delay);
          animation-delay: var(--delay);
}
.section-kv__cards .section-kv__card--debit {
  -webkit-animation-name: debitIn;
          animation-name: debitIn;
  -webkit-animation-delay: var(--delay);
          animation-delay: var(--delay);
}
.section-kv__cards .section-kv__card img {
  display: block;
  width: 100%;
  height: auto;
}
.section-kv__cards .section-kv__card--shadow {
  position: absolute;
  width: 60%;
  height: 300px;
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.5);
  top: 320px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  z-index: 4;
  opacity: 0;
  -webkit-animation: shadowIn 0.6s ease-out 3s forwards;
          animation: shadowIn 0.6s ease-out 3s forwards;
}
@media (max-width: 767px) {
  .section-kv__cards .section-kv__card--shadow {
    top: 80%;
  }
}
.section-kv__chart--left, .section-kv__chart--right {
  position: absolute;
  z-index: 1;
  width: 23.1666666667%;
  height: 13.8333333333%;
  opacity: 0.5;
  -webkit-animation: kchart-glow 3s ease-in-out infinite alternate;
          animation: kchart-glow 3s ease-in-out infinite alternate;
}
@media (max-width: 767px) {
  .section-kv__chart--left, .section-kv__chart--right {
    width: 28.90625vw;
    height: 17.1875vw;
  }
}
.section-kv__chart--left img, .section-kv__chart--right img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.section-kv__chart--left {
  left: -10%;
  top: 61.1666666667%;
}
.section-kv__chart--right {
  left: 85%;
  top: 56.0833333333%;
}
@media (max-width: 767px) {
  .section-kv__chart--left {
    left: 3.90625vw;
    top: 65%;
  }
  .section-kv__chart--right {
    left: 67.7083333333vw;
    top: 58%;
  }
}

.section--action {
  padding-bottom: 48px;
  /* 0.5s 時長，ease-out 緩出，延遲 3.3s（最後一張卡 3.15s + 其動畫 0.15s）才開始，並停在最後一幀 */
}
.section--action .section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.section--action .section__desc {
  margin-bottom: 32px;
  font-weight: 700;
}
.section--action .section__desc .section__badge {
  display: inline-block;
  margin-left: 8px;
  background: #000000;
  vertical-align: middle;
  width: 93px;
  height: 23px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .section--action .section__desc .section__badge {
    margin-left: 0;
    width: 24.0885416667vw;
    height: 6.5104166667vw;
  }
}
.section--action .section__desc__divider {
  width: 100%;
  background: #e5c5a8;
  border: 0px solid white;
  height: 1px;
}
.section--action .section__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .section--action .section__steps {
    gap: 16px;
  }
}
.section--action .section__step {
  position: relative;
  background: #ffffff;
  border-radius: 30px 0px;
  width: 100%;
  max-width: 750px;
  padding: 25px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .section--action .section__step {
    border-radius: 7.8125vw 0;
    padding: 6.5104166667vw;
  }
}
.section--action .section__step--1::before, .section--action .section__step--2::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .section--action .section__step--1::before, .section--action .section__step--2::before {
    left: 3.125vw;
  }
}
.section--action .section__step--1::before {
  background-image: url("../img/step-1.svg");
  width: 54px;
  height: 113px;
}
@media (max-width: 1023px) {
  .section--action .section__step--1::before {
    width: 5.2734375vw;
    height: 11.03515625vw;
  }
}
@media (max-width: 767px) {
  .section--action .section__step--1::before {
    width: 9.8958333333vw;
    height: 20.703125vw;
  }
}
.section--action .section__step .section__step-notes {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .section--action .section__step .section__step-notes {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section--action .section__step--2 {
    padding-bottom: 23.4375vw;
  }
}
.section--action .section__step--2 .section__step-notes {
  margin-left: 120px;
}
@media (max-width: 767px) {
  .section--action .section__step--2 .section__step-notes {
    margin-left: 0;
  }
}
.section--action .section__step--2::before {
  background-image: url("../img/step-2.svg");
  width: 95px;
  height: 115px;
}
@media (max-width: 1023px) {
  .section--action .section__step--2::before {
    width: 9.27734375vw;
    height: 11.23046875vw;
  }
}
@media (max-width: 767px) {
  .section--action .section__step--2::before {
    width: 17.1875vw;
    height: 20.703125vw;
  }
}
.section--action .section__step .section__step-detail {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--action .section__step .section__step-detail p {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section--action .section__step .section__step-detail p {
    margin-bottom: 5.2083333333vw;
  }
}
.section--action .section__step .section__step-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .section--action .section__step .section__step-buttons {
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section--action .section__step .section__step-status {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .section--action .section__step .section__step-status {
    margin-bottom: 2.0833333333vw;
  }
}
.section--action .section__step .section__step-action {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--action .event-box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 590px;
}
.section--action .event-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .section--action .event-box__item {
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section--action .event-box__header {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #f35f3c;
  width: 164px;
  padding: 12px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1023px) {
  .section--action .event-box__header {
    width: 16.6015625vw;
    padding: 1.171875vw 1.953125vw;
  }
}
@media (max-width: 767px) {
  .section--action .event-box__header {
    width: 42.7083333333vw;
    padding: 3.125vw 5.2083333333vw;
  }
}
.section--action .event-box__title {
  font-weight: 700;
  position: relative;
}
.section--action .event-box__title::after {
  content: "";
  width: 10px;
  height: 11px;
  position: absolute;
  top: 30%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .section--action .event-box__title::after {
    width: 2.6041666667vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .section--action .event-box__title::after {
    right: -4.1666666667vw;
  }
}
.section--action .event-box__divider {
  width: 100%;
  background: white;
  border: 0px solid white;
  height: 1px;
}
.section--action .event-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: start;
}
@media (max-width: 767px) {
  .section--action .event-box__body {
    text-align: center;
  }
}

#sec-register {
  background: -webkit-gradient(linear, left top, right top, from(#E6E6E6), color-stop(34%, #EBEBEB), to(#F2F2F2));
  background: linear-gradient(90deg, #E6E6E6 0%, #EBEBEB 34%, #F2F2F2 100%);
  position: relative;
}
@media (max-width: 767px) {
  #sec-register {
    padding-bottom: 19.53125vw;
    margin-bottom: 3.90625vw;
  }
}
#sec-register .section__container {
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  #sec-register .section__container {
    padding: 0 7.8125vw;
  }
}
#sec-register .register__form {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 640px;
}
#sec-register .register__form .form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  #sec-register .register__form .form__group {
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 767px) {
  #sec-register .register__form .form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4.1666666667vw;
  }
}
#sec-register .register__form .form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 155px;
  margin-right: 20px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  #sec-register .register__form .form__label {
    width: 100%;
    margin-bottom: 3.125vw;
  }
}
#sec-register .register__form .form__label .required {
  font-weight: 700;
  line-height: 1;
}
#sec-register .register__form .form__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 50px;
  padding: 13px 28px;
  border-radius: 25px;
  border: none;
}
@media (max-width: 1023px) {
  #sec-register .register__form .form__input {
    height: 4.8828125vw;
    padding: 1.26953125vw 2.734375vw;
    border-radius: 2.44140625vw;
  }
}
@media (max-width: 767px) {
  #sec-register .register__form .form__input {
    width: 100%;
    height: 13.0208333333vw;
    padding: 3.3854166667vw 7.2916666667vw;
    border-radius: 6.5104166667vw;
  }
}
#sec-register .register__form .form__input::-webkit-input-placeholder {
  /* Edge Legacy */
}
#sec-register .register__form .form__input::placeholder, #sec-register .register__form .form__input::-webkit-input-placeholder, #sec-register .register__form .form__input::-moz-placeholder, #sec-register .register__form .form__input:-ms-input-placeholder, #sec-register .register__form .form__input::-ms-input-placeholder {
  /* Edge Legacy */
}
#sec-register .register__form .form__captcha {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  #sec-register .register__form .form__captcha {
    display: block;
  }
}
#sec-register .register__form .form__captcha .form__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#sec-register .register__form .form__captcha .form__captcha-img {
  width: 121px;
  height: 41px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  #sec-register .register__form .form__captcha .form__captcha-img {
    width: 30.9895833333vw;
    height: 10.546875vw;
    margin: 3.90625vw 3.90625vw 0 0;
  }
}
#sec-register .register__form .form__captcha .form__reload {
  background: none;
  border: none;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
#sec-register .register__form .form__captcha .form__reload img {
  width: 18px;
  height: 18px;
  display: block;
}
@media (max-width: 1023px) {
  #sec-register .register__form .form__captcha .form__reload img {
    width: 1.953125vw;
    height: 1.953125vw;
  }
}
@media (max-width: 767px) {
  #sec-register .register__form .form__captcha .form__reload img {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
    margin-bottom: 1.953125vw;
  }
}
#sec-register .register__form .form__divider {
  border: none;
  height: 1px;
  background-color: #f35f3c;
  margin: 25px 0;
}
@media (max-width: 1023px) {
  #sec-register .register__form .form__divider {
    margin: 3.2552083333vw 0;
  }
}
@media (max-width: 767px) {
  #sec-register .register__form .form__divider {
    margin: 6.25vw 0;
  }
}
#sec-register .register__form .form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
#sec-register .register__form .form__check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#sec-register .register__form .form__check input[type=checkbox]:checked + label::before {
  opacity: 1;
}
#sec-register .register__form .form__check label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  #sec-register .register__form .form__check label {
    padding-left: 8.3333333333vw;
  }
}
#sec-register .register__form .form__check label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background-image: url("../img/checkbox-none.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #sec-register .register__form .form__check label::after {
    top: 0.78125vw;
    left: 0.78125vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
#sec-register .register__form .form__check label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background-image: url("../img/checkbox-checked.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: 10;
}
@media (max-width: 767px) {
  #sec-register .register__form .form__check label::before {
    top: 0.78125vw;
    left: 0.78125vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
#sec-register .register__form .form__check .form__check-text a {
  font-weight: 700;
  text-decoration: underline;
}
#sec-register .register__form .btn--gold {
  margin: 16px;
  margin-bottom: 40px;
}
#sec-register .register__canva {
  max-width: 1024px;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: calc(50% - 512px);
}
@media (max-width: 1023px) {
  #sec-register .register__canva {
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#sec-register .register__canva .register__img {
  position: absolute;
}
#sec-register .register__canva .register__img--tiger {
  margin-left: -5.76171875%;
  margin-top: 163px;
  width: 20.0833333333%;
}
@media (max-width: 1023px) {
  #sec-register .register__canva .register__img--tiger {
    display: none;
  }
}
#sec-register .register__canva .register__img--tiger img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#sec-register .register__canva .register__img--tiger .tiger {
  position: relative;
  /* TODO: 設定 .tiger 寬高、margin 等 */
}
#sec-register .register__canva .register__img--tiger .tiger__body-shadow, #sec-register .register__canva .register__img--tiger .tiger__body {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
#sec-register .register__canva .register__img--tiger .tiger__body-shadow {
  z-index: 1;
}
#sec-register .register__canva .register__img--tiger .tiger__hand {
  width: 44.8132780083%;
  left: 48.132780083%;
  top: 24px;
  z-index: 2;
  /* 以「距元素寬度 20%、距元素高度 20%（即從底部算起）」為旋轉基準 */
  -webkit-transform-origin: 20% 80%;
          transform-origin: 20% 80%;
  /* 搖擺動畫：3 秒一週期、緩入緩出、無限循環 */
  -webkit-animation: handWave 3s ease-in-out infinite;
          animation: handWave 3s ease-in-out infinite;
}
#sec-register .register__canva .register__img--gift {
  right: -4.8828125%;
  margin-top: 244px;
}
@media (max-width: 1023px) {
  #sec-register .register__canva .register__img--gift {
    right: 0;
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  #sec-register .register__canva .register__img--gift {
    width: 47.9166666667vw;
    height: 29.4270833333vw;
    right: 0;
    bottom: -13.0208333333vw;
  }
}

.section--card-features {
  margin-bottom: 60px;
  position: relative;
  /* 強制顯示 Pagination */
}
@media (max-width: 767px) {
  .section--card-features {
    padding-bottom: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .section--card-features .heading {
    font-size: 9.1145833333vw;
  }
}
.section--card-features .slide {
  width: 100%;
  max-width: 600px;
}
.section--card-features .splide--black-card {
  margin-bottom: 40px;
  position: relative;
}
.section--card-features .splide--black-card .splide__track {
  padding-top: 40px;
}
.section--card-features .splide--black-card .card__list {
  gap: 60px;
}
@media (max-width: 767px) {
  .section--card-features .splide--black-card {
    margin-bottom: 10.4166666667vw;
  }
  .section--card-features .splide--black-card .splide__track {
    padding-top: 10.4166666667vw;
  }
}
.section--card-features .splide--black-card .splide__slide.card-item {
  position: relative;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 260px;
  height: 400px;
  padding: 24px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .section--card-features .splide--black-card .splide__slide.card-item {
    width: 25.390625vw;
    height: 39.0625vw;
    padding: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .section--card-features .splide--black-card .splide__slide.card-item {
    height: 106.7708333333vw;
    padding: 6.25vw;
  }
}
.section--card-features .splide--black-card .splide__slide.card-item--dawho {
  background-image: url("../img/card-dawho.png");
}
.section--card-features .splide--black-card .splide__slide.card-item--debit {
  background-image: url("../img/card-debit.png");
}
.section--card-features .splide--black-card .splide__slide.card-item--stock {
  background-image: url("../img/card-stock.png");
}
.section--card-features .splide--black-card .splide__slide.card-item .card-item__tag {
  position: absolute;
  margin-top: 12px;
  top: -50px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .section--card-features .splide--black-card .splide__slide.card-item .card-item__tag {
    margin-top: 1.171875vw;
    top: -4.8828125vw;
  }
}
.section--card-features .splide--black-card .splide__slide.card-item .card-item__divider {
  width: 192px;
  border: none;
  border-top: 1px solid #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 12px 0;
  margin-top: 220px;
}
@media (max-width: 1023px) {
  .section--card-features .splide--black-card .splide__slide.card-item .card-item__divider {
    width: 18.75vw;
    margin: 1.171875vw 0;
    margin-top: 21.484375vw;
  }
}
@media (max-width: 767px) {
  .section--card-features .splide--black-card .splide__slide.card-item .card-item__divider {
    width: 49.21875vw;
    margin: 3.125vw 0;
    margin-top: 63.8020833333vw;
  }
}
.section--card-features .splide--black-card .splide__slide.card-item .card-item__rate {
  white-space: pre-wrap;
  text-align: center;
}
.section--card-features .splide--black-card .splide__slide.card-item .card-item__title {
  margin: 8px 0;
}
.section--card-features .splide--black-card .splide__slide.card-item .card-item__period {
  white-space: pre-wrap;
  text-align: center;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .section--card-features .splide--black-card .splide__slide.card-item .card-item__period {
    line-height: 2.63671875vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .section--card-features .splide--black-card .splide__slide.card-item .card-item__period {
    line-height: 7.03125vw;
    margin-bottom: 2.0833333333vw;
  }
}
.section--card-features .splide--black-card .splide__slide.card-item .card-item__period.fc-white {
  color: #ffffff;
}
.section--card-features .splide--black-card .splide__slide.card-item .card-item__period--highlight {
  font-weight: 700;
  text-decoration: underline;
}
.section--card-features .heading {
  margin-bottom: 24px;
}
.section--card-features .splide--coin {
  position: relative;
}
.section--card-features .splide--coin .badge-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .section--card-features .splide--coin .badge-list {
    gap: 0;
  }
}
.section--card-features .splide--coin .badge-list .splide__slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .section--card-features .splide--coin .badge-list .splide__slide {
    width: 26.3671875vw;
  }
}
.section--card-features .splide--coin .badge-list .splide__slide .badge-img {
  width: 247.58px;
  height: 247.58px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .section--card-features .splide--coin .badge-list .splide__slide .badge-img {
    width: 24.21875vw;
    height: 24.21875vw;
  }
}
@media (max-width: 767px) {
  .section--card-features .splide--coin .badge-list .splide__slide .badge-img {
    width: 63.5416666667vw;
    height: 63.5416666667vw;
  }
}
.section--card-features .splide--coin .badge-list .splide__slide .badge-text {
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section--card-features .splide--coin .badge-list .splide__slide .badge-text {
    margin-top: 7.8125vw;
  }
}
.section--card-features .splide--coin .badge-list .splide__slide .badge-subtext {
  margin: 15px 0;
  font-weight: 400;
}
.section--card-features .splide__pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
.section--card-features .splide__pagination li {
  list-style: none;
  margin: 0 0.25rem;
}
.section--card-features .splide__pagination button {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid #000;
  background: #fff;
  cursor: pointer;
  opacity: 1;
}
.section--card-features .splide__pagination {
  position: absolute;
  bottom: -3rem; /* 距離 track 底部 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section--card-features .splide__pagination__page.is-active {
  background: #000;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.section--faq {
  background: -webkit-gradient(linear, left top, right top, from(#E6E6E6), color-stop(34%, #EBEBEB), to(#F2F2F2));
  background: linear-gradient(90deg, #E6E6E6 0%, #EBEBEB 34%, #F2F2F2 100%);
}
.section--faq .faq__item {
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  border-radius: 30px;
  margin-bottom: 30px;
  height: auto;
  -webkit-transition: max-height 0.9s ease;
  transition: max-height 0.9s ease;
}
.section--faq .faq__item:first-child {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .section--faq .faq__item {
    border-radius: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
  .section--faq .faq__item:first-child {
    margin-top: 13.0208333333vw;
  }
}
.section--faq .faq__item.active {
  -webkit-transition: max-height 0.9s ease;
  transition: max-height 0.9s ease;
}
.section--faq .faq__item .faq__toggle {
  cursor: pointer;
  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;
  height: auto;
  background: #000000;
  width: 100%;
}
.section--faq .faq__item .faq__toggle .faq__toggle-text {
  padding: 8px;
}
@media (max-width: 767px) {
  .section--faq .faq__item .faq__toggle .faq__toggle-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.section--faq .faq__item .faq__toggle .faq__toggle-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 14px;
  margin-left: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .section--faq .faq__item .faq__toggle .faq__toggle-icon {
    margin-right: 5.2083333333vw;
    width: 1.953125vw;
    height: 3.3854166667vw;
  }
}
.section--faq .faq__item .faq__toggle .faq__toggle-icon img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.section--faq .faq__item .faq__content {
  background: #ffffff;
  width: 100%;
  padding: 30px 66px 37px;
}
@media (max-width: 767px) {
  .section--faq .faq__item .faq__content {
    padding: 5.2083333333vw;
  }
}
.section--faq .faq__item .faq__content ul {
  margin: 0;
  padding-left: 1.5em;
}
.section--faq .faq__item .faq__content ul li {
  margin-bottom: 0.25em;
}
.section--faq .faq__item .faq__content ul > li {
  list-style: disc;
}
.section--faq .faq__item .faq__content ul > li::marker {
  font-size: 0.5em;
  color: currentColor;
}
.section--faq .faq__item .faq__content ul > li ol {
  counter-reset: subitem;
  margin-top: 0.25em;
  padding: 0;
}
.section--faq .faq__item .faq__content ul > li ol li {
  counter-increment: subitem;
  position: relative;
  margin-bottom: 0.25em;
  padding-left: 1.5em; /* 再留空間給二次編號 */
}
.section--faq .faq__item .faq__content ul > li ol li::before {
  content: "(" counter(subitem) ")";
  position: absolute;
  left: 0;
}
.section--faq .faq__item .faq__content a {
  text-decoration: underline;
}
.section--faq .faq__item.active .faq__toggle-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#sidelinks {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
}
@media all and (max-width: 768px) {
  #sidelinks {
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
#sidelinks .sidelinks-wrap {
  position: relative;
  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;
  gap: 8px;
}
@media all and (max-width: 768px) {
  #sidelinks .sidelinks-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  #sidelinks .sidelinks-wrap .btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#sidelinks .float-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
#sidelinks .float-link--tiger {
  display: none;
}
@media all and (max-width: 768px) {
  #sidelinks .float-link--tiger {
    display: block;
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
}
@media all and (max-width: 768px) {
  #sidelinks .float-link {
    width: 100%;
    height: 44px;
    position: relative;
    background-color: #f77655;
    border-top: 2px solid #292929;
  }
  #sidelinks .float-link:hover {
    -webkit-transform: none;
            transform: none;
  }
  #sidelinks .float-link::before {
    content: "";
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 4px;
    border: 2px solid #f35f3c;
  }
  #sidelinks .float-link::after {
    content: "";
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-radius: 4px;
    border: 2px solid #efa781;
  }
}
#sidelinks .float-link .main-img {
  width: 120px;
}
@media all and (max-width: 768px) {
  #sidelinks .float-link .main-img {
    display: none;
  }
}
#sidelinks .text-m-r {
  display: none;
}
@media all and (max-width: 768px) {
  #sidelinks .text-m-r {
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 2px;
    margin: auto;
    left: 50%;
  }
  #sidelinks .text-m-r img {
    width: 159px;
    height: 50px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media all and (max-width: 768px) {
  .text-m-l {
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 2px;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.section-kv__title--top {
  opacity: 0;
  -webkit-transform: translateX(-20%) scale(1.3);
          transform: translateX(-20%) scale(1.3);
  -webkit-animation: topIn 0.4s ease-in 1s forwards;
          animation: topIn 0.4s ease-in 1s forwards;
}

.section-kv__title--bottom {
  opacity: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateX(-100%) skewX(0);
          transform: translateX(-100%) skewX(0);
  -webkit-animation: bottomIn 0.8s ease-out 1.8s forwards;
          animation: bottomIn 0.8s ease-out 1.8s forwards;
}

.section-kv__tiger {
  opacity: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(-200px) rotate(-90deg);
          transform: translateY(-200px) rotate(-90deg);
  -webkit-animation: tigerDrop 1s ease-out 2s forwards;
          animation: tigerDrop 1s ease-out 2s forwards;
}