@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, 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;
}

ol, ul {
  list-style: none;
}

ol li .number {
  list-style: none; /* 移除預設編號 */
  counter-reset: my-counter; /* 設定計數器 */
}
ol li .number li {
  counter-increment: my-counter; /* 計數器遞增 */
}
ol li .number li::before {
  content: "(" counter(my-counter) "). "; /* 自訂編號格式 (1). */
}

img {
  border: 0;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: auto;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

input, textarea, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

select::-ms-expand {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: initial;
  scroll-behavior: smooth;
  scroll-padding-top: 3em;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  border: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:focus, input:focus, select:focus, textarea:focus, button:focus {
  outline: 0;
}

form {
  width: 100%;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: none;
  padding: 0;
  line-height: inherit;
  color: #333;
  overflow: hidden;
  width: 100%;
}

label {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin-top: 1px \9 ;
  line-height: normal;
  vertical-align: baseline;
}

input[type=radio] {
  -webkit-appearance: radio;
  border-radius: 50%;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa !important;
}

::-ms-input-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Noto Sans TC", Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, 微軟正黑體, Microsoft JhengHei, sans-serif;
  color: #332727;
  line-height: 1.5;
  visibility: hidden;
  overflow-x: hidden;
}

.container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

a {
  color: #00a0e6;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.fc_white {
  color: white !important;
}

.primary {
  color: #00a0e6;
}

.red {
  color: #f15078;
}

.white {
  color: #fff;
}

.bold {
  font-weight: 800;
}

.center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.hide {
  display: none;
  display: none;
}
@media (max-width: 576px) {
  .hide-sm {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide-md {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hide-lg {
    display: none;
  }
}
@media (max-width: 1260px) {
  .hide-xl {
    display: none;
  }
}
@media (max-width: 1400px) {
  .hide-xxl {
    display: none;
  }
}

.block {
  display: block;
  display: block;
}
@media (max-width: 576px) {
  .block-sm {
    display: block;
  }
}
@media (max-width: 768px) {
  .block-md {
    display: block;
  }
}
@media (max-width: 1024px) {
  .block-lg {
    display: block;
  }
}
@media (max-width: 1260px) {
  .block-xl {
    display: block;
  }
}
@media (max-width: 1400px) {
  .block-xxl {
    display: block;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-flow-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.forced-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.forced-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

@media (max-width: 1260px) {
  .forced-scrollbar::-webkit-scrollbar {
    width: 0.5555555556vw;
  }
  .forced-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0.3174603175vw;
  }
}
@media (max-width: 768px) {
  .forced-scrollbar::-webkit-scrollbar {
    width: 0.9114583333vw;
  }
  .forced-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0.5208333333vw;
  }
}
@font-face {
  font-family: "MaruB";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../font/GenSenMaru-H.ttf?v=250408") format("truetype");
}
.marub {
  font-family: "MaruB", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, 微軟正黑體, Microsoft JhengHei, sans-serif;
}

.f-24 {
  font-size: 24px;
}

/** label bling */
@-webkit-keyframes shine-move {
  0% {
    right: 110%;
  }
  40%, 100% {
    right: -50%;
  }
}
@keyframes shine-move {
  0% {
    right: 110%;
  }
  40%, 100% {
    right: -50%;
  }
}
@-webkit-keyframes shine-move-text {
  0% {
    background-position: 150% 0;
  }
  100% {
    background-position: -150% 0;
  }
}
@keyframes shine-move-text {
  0% {
    background-position: 150% 0;
  }
  100% {
    background-position: -150% 0;
  }
}
@-webkit-keyframes shine-move-text-2 {
  0% {
    background-position: -50% 0;
  }
  100% {
    background-position: 50% 0;
  }
}
@keyframes shine-move-text-2 {
  0% {
    background-position: -50% 0;
  }
  100% {
    background-position: 50% 0;
  }
}
@-webkit-keyframes spark-shine {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes spark-shine {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}
@-webkit-keyframes revealLoop {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  66.66% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealLoop {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  66.66% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes scrolling {
  0% {
    top: -24px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    top: 60px;
    opacity: 0;
  }
}
@keyframes scrolling {
  0% {
    top: -24px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    top: 60px;
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes shine-move-natural {
  0% {
    left: -50%;
    opacity: 0.2;
  }
  10% {
    opacity: 0.7;
  }
  50% {
    left: 100%;
    opacity: 0.7;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    left: 120%;
    opacity: 0.2;
  }
}
@keyframes shine-move-natural {
  0% {
    left: -50%;
    opacity: 0.2;
  }
  10% {
    opacity: 0.7;
  }
  50% {
    left: 100%;
    opacity: 0.7;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    left: 120%;
    opacity: 0.2;
  }
}
@-webkit-keyframes shine-card {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shine-card {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@-webkit-keyframes scaleLoop {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes scaleLoop {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.js-animate {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.js-animate--fadein {
  opacity: 0;
}
.js-animate--fadein-up {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.js-animate--fadein-down {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
@media (min-width: 769px) {
  .js-animate--fadein-down-max {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
@media (max-width: 768px) {
  .js-animate--fadein-down-min {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}
.js-animate--fadein-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.js-animate--fadein-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.js-animate--maskin-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.js-animate--maskin-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.js-animate--maskin-up {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.js-animate--maskin-down {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.js-animate--darkin {
  -webkit-filter: brightness(65%);
          filter: brightness(65%);
}
.js-animate--smallin {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.js-animate--active {
  opacity: unset;
  -webkit-transform: unset;
          transform: unset;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .js-animate--active {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@supports not (transform: unset) {
  .js-animate--active {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.js-animate--active {
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.js-animate--active[class*="--maskin"] {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.js-animate--active[class*="--darkin"] {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.js-animate--active.js-animate--path {
  stroke-dashoffset: 0px !important;
}
.js-animate--delay100 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.js-animate--delay200 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.js-animate--delay300 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.js-animate--delay400 {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.js-animate--delay500 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.js-animate--delay600 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.js-animate--delay700 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.js-animate--delay800 {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.js-animate--delay900 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.js-animate--delay1000 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

body {
  font-size: 100%;
  font-family: "Roboto", "Noto Sans TC";
  color: white;
  line-height: 1.5;
  background-color: #181818;
}

.btn {
  border: 0.1408333333em solid #332727;
  border-radius: 1.1333333333em;
  padding: 0.4em 1.5em 0.3em;
  background-color: #fcd245;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  font-size: 0.8823529412em;
  color: #332727;
}
.btn:hover {
  background-color: #332727;
  color: #fcd245;
}
.btn--primary {
  position: relative;
  color: #f5a411;
  border-color: #f5a411;
  padding: 0.3em 0.65em 0.2em;
  background-color: #fff;
  line-height: 1;
}
.btn--primary:hover {
  color: #f5a411;
}
.btn--primary:after {
  content: "";
  background: url(../images/pointer.svg) no-repeat;
  -webkit-box-sizing: contain;
          box-sizing: contain;
  width: 1.7em;
  height: 1.5333333333em;
  display: block;
  position: absolute;
  right: -1.1em;
  top: 1em;
}

.main {
  overflow: hidden;
  position: relative;
  color: #fff;
  margin-top: -314px;
  padding-top: 314px;
}

.wrapper-container {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  br {
    font-size: 0;
  }
}

.svgbox {
  position: absolute;
  pointer-events: none;
}
.svgbox img[src$=".svg"],
.svgbox svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.decimal,
.disc {
  margin: 0;
  padding: 0;
  margin-left: 1em;
  margin-bottom: 1em;
}
li .decimal,
li .disc {
  margin-bottom: 0;
}

.decimal > li {
  list-style: decimal;
}

.disc > li {
  list-style: disc;
}

.decimal-arc {
  counter-reset: counter;
}
.decimal-arc > li:before {
  counter-increment: counter;
  content: "(" counter(counter) ")";
}

.content {
  background-repeat: repeat-y; /* 垂直方向重複 */
  color: white;
}

:root {
  --x: -100px;
  --y: -100px;
}

.bg-light {
  border-radius: 50%;
  background: radial-gradient(#ceb071 0%, rgba(206, 176, 113, 0) 60%);
  opacity: 0.3;
}
.bg-light__sm {
  width: 320px;
  height: 320px;
}
.bg-light__lg {
  width: 480px;
  height: 480px;
}

a.text-link {
  text-decoration: underline;
  font-weight: bold;
}
a.text-link:hover {
  text-decoration: none;
}

.bling-button {
  color: black;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.bling-button::before {
  position: absolute;
  top: -40%;
  right: 110%;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(253, 249, 199, 0)), color-stop(50%, rgba(253, 249, 199, 0.5)), color-stop(55%, rgba(253, 249, 199, 0.5)), to(rgba(253, 249, 199, 0)));
  background: linear-gradient(to right, rgba(253, 249, 199, 0) 0%, rgba(253, 249, 199, 0.5) 50%, rgba(253, 249, 199, 0.5) 55%, rgba(253, 249, 199, 0) 100%);
  width: 60%;
  height: 200%;
  content: "";
  -webkit-animation: shine-move 2s infinite linear;
          animation: shine-move 2s infinite linear;
}
.bling-button:hover::before {
  right: -50%;
  -webkit-transition: 1.2s ease all;
  transition: 1.2s ease all;
}
.bling-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.bling-button-static {
  color: black;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.bling-button-static::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(304.91deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
  content: "";
}

.bling-title {
  font-size: 48px;
  letter-spacing: 0.12em;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  margin: 0;
  display: inline-block;
}
.bling-title__effect {
  background: linear-gradient(130deg, #f2d470 0%, #f2d470 30%, #fff 50%, #f2d470 60%, #f2d470 100%);
  background-size: 150% auto;
  background-position: 0 0;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-animation: shine-move-text 3s linear infinite;
          animation: shine-move-text 3s linear infinite;
}

.side-btn {
  position: fixed;
  top: 51%;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  background: transparent;
  width: 140px;
  height: 148px;
}
.side-btn__wrapper {
  position: relative;
  cursor: pointer;
}
.side-btn__wrapper .tiger-logo {
  width: 100%;
  height: auto;
}
.side-btn__wrapper .loan-now-btn {
  position: absolute;
  width: 124px;
  height: 37px;
  border-radius: 999px;
  background-image: -webkit-gradient(linear, left top, right top, from(#eb5611), color-stop(50%, #f2d470), to(#eb5611));
  background-image: linear-gradient(to right, #eb5611 0%, #f2d470 50%, #eb5611 100%);
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.2px;
  bottom: 8px;
  right: 8px;
  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;
}
.side-btn__wrapper:hover .loan-now-btn {
  background-position: right center;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.side-btn-mobile {
  display: none;
}
.side-btn-mobile a {
  color: white;
}

#header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  margin: auto;
  background-color: #181818;
  border-bottom: 1px solid transparent;
  border-color: #c29f56;
  top: 0;
}
#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  padding: 10px 27px;
  max-width: 1450px;
}
#header .container #header-toggle {
  display: none;
}
#header .container #header-toggle.toggled {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../images/icon_hambuger_close.svg);
}
#header .container .header-logo {
  height: 36px;
}
#header .container nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  height: 100%;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #292929;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#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;
}
#header .container nav ul li .text {
  padding: 15px 0px;
  width: 149px;
}
@media (max-width: 1100px) {
  #header .container nav ul li .text {
    width: 11.8181818182vw;
  }
}
#header .container nav ul li .header-sec-link {
  position: relative;
  cursor: pointer;
  color: #ceb071;
  border-bottom: 1px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  -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%;
  font-weight: regular;
  line-height: 1.4;
}
#header .container nav ul li .header-sec-link::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: auto;
  right: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 0px;
  height: 4px;
  background-color: #ceb071;
}
#header .container nav ul li .header-sec-link:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
#header .container nav ul li .header-sec-link:hover {
  font-weight: bold;
}
#header .container nav ul li .header-acc-link {
  background: #ceb071;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 500;
  padding: 12px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px;
}
@media (max-width: 1100px) {
  #header .container nav ul li .header-acc-link {
    margin-left: 0.9090909091vw;
  }
}
#header .container nav ul li .header-acc-link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#header .container nav.toggled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 56px;
  left: 0;
  height: auto;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#header .container nav.toggled ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#header .container nav.toggled::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  #header {
    top: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #242424;
    border-bottom: 2px solid #292929;
    width: 100%;
    border-bottom: 1px solid transparent;
    border-color: #c29f56;
  }
  #header .container {
    height: 56px;
  }
  #header .container #header-toggle {
    display: inline-block;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/icon_hambuger_open.svg);
  }
  #header .container .header-logo {
    margin: 0 auto;
  }
  #header .container nav {
    display: none;
    height: 0;
    overflow: hidden;
  }
  #header .container nav ul {
    background-color: #242424;
    position: relative;
    width: 100%;
    gap: 0;
    border-bottom: 2px solid #292929;
  }
  #header .container nav ul li:last-child {
    padding-bottom: 20px;
  }
  #header .container nav ul li {
    padding-top: 20px;
    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%;
    margin: 0 auto;
  }
  #header .container nav ul li .text {
    padding: 8px 0 12px 0;
    width: 100%;
  }
  #header .container nav ul li .header-sec-link {
    color: #ceb071;
    font-size: 20px !important;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-align: center;
  }
  #header .container nav ul li .header-sec-link:hover::after {
    display: none;
  }
  #header .container nav ul li .header-acc-link {
    font-size: 20px;
    text-align: center;
    padding: 12px 24px;
  }
  #header .container nav ul li.hide-md {
    display: none;
  }
}
#footer {
  font-family: "Noto Sans TC";
  font-weight: 400;
  padding: 64px 0;
  background-color: #111111;
  line-height: 1;
}
@media (max-width: 1279px) {
  #footer {
    padding: 50px 0 80px;
  }
}
@media (max-width: 769px) {
  #footer {
    padding-bottom: 100px;
    overflow: hidden;
  }
}
#footer.hasfooterNotice {
  padding: 32px 0 64px 0;
}
@media (max-width: 1279px) {
  #footer.hasfooterNotice {
    padding: 20px 0 80px;
  }
}
@media (max-width: 769px) {
  #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 (max-width: 1279px) {
  #footer .top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 680px;
  }
}
@media (max-width: 769px) {
  #footer .top-wrap {
    width: 320px;
  }
}
@media (max-width: 320px) {
  #footer .top-wrap {
    max-width: 320px;
    margin: 0 20px;
  }
}
#footer .top-wrap .logo {
  width: 137px;
  margin-right: 60px;
}
@media (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 (max-width: 769px) {
  #footer .top-wrap .list-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#footer .top-wrap .list-wrap ul {
  margin-right: 80px;
}
@media (max-width: 1279px) {
  #footer .top-wrap .list-wrap ul {
    margin-right: 60px;
  }
}
@media (max-width: 769px) {
  #footer .top-wrap .list-wrap ul {
    margin-right: 0;
    width: 50%;
  }
}
@media (max-width: 769px) {
  #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;
  letter-spacing: 0;
}
#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 (max-width: 769px) {
  #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 (max-width: 769px) {
  #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 (max-width: 1279px) {
  #footer .bottom-wrap {
    width: 680px;
  }
}
@media (max-width: 769px) {
  #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 (max-width: 769px) {
  #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 (max-width: 769px) {
  #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;
  width: 16px;
}
@media (max-width: 769px) {
  #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 (max-width: 769px) {
  #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 (max-width: 1279px) {
  #footer .footer--flex {
    margin-top: 35px;
    max-width: 680px;
  }
}
@media (max-width: 769px) {
  #footer .footer--flex {
    display: block;
    max-width: 320px;
    margin-top: 30px;
  }
}
@media (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 (max-width: 1279px) {
  #footer .footer__title {
    font-size: 22px;
  }
}
@media (max-width: 769px) {
  #footer .footer__title {
    margin: auto;
    margin-bottom: 15px;
  }
}
#footer .footer__text {
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 1279px) {
  #footer .footer__text {
    width: 470px;
  }
}
@media (max-width: 769px) {
  #footer .footer__text {
    width: auto;
  }
}
#footer .footer__text a {
  text-decoration: underline;
}

#foot {
  position: relative;
  width: 100%;
  padding: 50px;
  background: #332727;
}
@media (max-width: 1279px) {
  #foot {
    padding: 30px 40px;
  }
}
@media (max-width: 769px) {
  #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 (max-width: 1279px) {
  #foot .footer--flex {
    margin-bottom: 35px;
  }
}
@media (max-width: 769px) {
  #foot .footer--flex {
    display: block;
    margin-bottom: 30px;
  }
}
#foot .footer__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-right: 60px;
}
@media (max-width: 1279px) {
  #foot .footer__title {
    font-size: 22px;
    margin-right: 30px;
  }
}
@media (max-width: 769px) {
  #foot .footer__title {
    margin: auto;
    margin-bottom: 15px;
  }
}
#foot .footer__text {
  width: 725px;
  font-size: 14px;
  line-height: 1.71;
}
@media (max-width: 1279px) {
  #foot .footer__text {
    width: 470px;
    font-size: 12px;
  }
}
@media (max-width: 769px) {
  #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 (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 (max-width: 769px) {
  #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 (max-width: 1279px) {
  #footer_download .footer_download_title {
    font-size: 20px;
    letter-spacing: 5px;
    margin-left: 115px;
  }
}
@media (max-width: 769px) {
  #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 (max-width: 1279px) {
  #footer_download .footer_download_con {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 760px;
  }
}
@media (max-width: 769px) {
  #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 (max-width: 769px) {
  #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 (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 (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text h6 {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  #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 (max-width: 1279px) {
  #footer_download .footer_download_con .footer_download_text > p {
    font-size: 12px;
    margin: 14px 0 30px 0;
  }
}
@media (max-width: 769px) {
  #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 (max-width: 769px) {
  #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 (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 (max-width: 769px) {
  #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 (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 (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 (max-width: 769px) {
  #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 (max-width: 769px) {
  #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 (max-width: 769px) {
  #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 (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 (max-width: 769px) {
  #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;
}

#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;
}

.sinopac-logo {
  width: 173px;
  margin-bottom: 20px;
}
.sinopac-logo img {
  width: 100%;
}

.loading {
  position: relative;
  margin-top: -60px;
}
.loading img {
  width: 173px;
  height: 173px;
}

body {
  font-size: 100%;
  font-family: "Roboto", "Noto Sans TC";
  color: white;
  line-height: 1.5;
  background-color: #181818;
}

.btn {
  border: 0.1408333333em solid #332727;
  border-radius: 1.1333333333em;
  padding: 0.4em 1.5em 0.3em;
  background-color: #fcd245;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  font-size: 0.8823529412em;
  color: #332727;
}
.btn:hover {
  background-color: #332727;
  color: #fcd245;
}
.btn--primary {
  position: relative;
  color: #f5a411;
  border-color: #f5a411;
  padding: 0.3em 0.65em 0.2em;
  background-color: #fff;
  line-height: 1;
}
.btn--primary:hover {
  color: #f5a411;
}
.btn--primary:after {
  content: "";
  background: url(../images/pointer.svg) no-repeat;
  -webkit-box-sizing: contain;
          box-sizing: contain;
  width: 1.7em;
  height: 1.5333333333em;
  display: block;
  position: absolute;
  right: -1.1em;
  top: 1em;
}

.main {
  overflow: hidden;
  position: relative;
  color: #fff;
  margin-top: -314px;
  padding-top: 314px;
}

.wrapper-container {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  br {
    font-size: 0;
  }
}

.svgbox {
  position: absolute;
  pointer-events: none;
}
.svgbox img[src$=".svg"],
.svgbox svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.decimal,
.disc {
  margin: 0;
  padding: 0;
  margin-left: 1em;
  margin-bottom: 1em;
}
li .decimal,
li .disc {
  margin-bottom: 0;
}

.decimal > li {
  list-style: decimal;
}

.disc > li {
  list-style: disc;
}

.decimal-arc {
  counter-reset: counter;
}
.decimal-arc > li:before {
  counter-increment: counter;
  content: "(" counter(counter) ")";
}

.content {
  background-repeat: repeat-y; /* 垂直方向重複 */
  color: white;
}

:root {
  --x: -100px;
  --y: -100px;
}

.bg-light {
  border-radius: 50%;
  background: radial-gradient(#ceb071 0%, rgba(206, 176, 113, 0) 60%);
  opacity: 0.3;
}
.bg-light__sm {
  width: 320px;
  height: 320px;
}
.bg-light__lg {
  width: 480px;
  height: 480px;
}

a.text-link {
  text-decoration: underline;
  font-weight: bold;
}
a.text-link:hover {
  text-decoration: none;
}

.bling-button {
  color: black;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.bling-button::before {
  position: absolute;
  top: -40%;
  right: 110%;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(253, 249, 199, 0)), color-stop(50%, rgba(253, 249, 199, 0.5)), color-stop(55%, rgba(253, 249, 199, 0.5)), to(rgba(253, 249, 199, 0)));
  background: linear-gradient(to right, rgba(253, 249, 199, 0) 0%, rgba(253, 249, 199, 0.5) 50%, rgba(253, 249, 199, 0.5) 55%, rgba(253, 249, 199, 0) 100%);
  width: 60%;
  height: 200%;
  content: "";
  -webkit-animation: shine-move 2s infinite linear;
          animation: shine-move 2s infinite linear;
}
.bling-button:hover::before {
  right: -50%;
  -webkit-transition: 1.2s ease all;
  transition: 1.2s ease all;
}
.bling-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.bling-button-static {
  color: black;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.bling-button-static::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(304.91deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
  content: "";
}

.bling-title {
  font-size: 48px;
  letter-spacing: 0.12em;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  margin: 0;
  display: inline-block;
}
.bling-title__effect {
  background: linear-gradient(130deg, #f2d470 0%, #f2d470 30%, #fff 50%, #f2d470 60%, #f2d470 100%);
  background-size: 150% auto;
  background-position: 0 0;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-animation: shine-move-text 3s linear infinite;
          animation: shine-move-text 3s linear infinite;
}

.side-btn {
  position: fixed;
  top: 51%;
  right: 10px;
  z-index: 1000;
  opacity: 0;
  background: transparent;
  width: 140px;
  height: 148px;
}
.side-btn__wrapper {
  position: relative;
  cursor: pointer;
}
.side-btn__wrapper .tiger-logo {
  width: 100%;
  height: auto;
}
.side-btn__wrapper .loan-now-btn {
  position: absolute;
  width: 124px;
  height: 37px;
  border-radius: 999px;
  background-image: -webkit-gradient(linear, left top, right top, from(#eb5611), color-stop(50%, #f2d470), to(#eb5611));
  background-image: linear-gradient(to right, #eb5611 0%, #f2d470 50%, #eb5611 100%);
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.2px;
  bottom: 8px;
  right: 8px;
  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;
}
.side-btn__wrapper:hover .loan-now-btn {
  background-position: right center;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.side-btn-mobile {
  display: none;
}
.side-btn-mobile a {
  color: white;
}

@media (max-width: 1260px) {
  .nav-wrap--fixed {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .side-btn {
    display: none;
  }
  .side-btn-mobile {
    display: block !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #EB5611), to(#F28451));
    background: linear-gradient(to top, #EB5611 40%, #F28451 100%);
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 15.3846153846vw;
    max-height: 70px;
    z-index: 999;
    border-radius: 20px 20px 0 0;
  }
  .side-btn-mobile__wrapper {
    width: 100%;
    height: 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;
  }
  .side-btn-mobile__wrapper .side-btn-table {
    margin: 0 32px;
    border-collapse: collapse;
  }
  .side-btn-mobile__wrapper .side-btn-table td {
    text-align: center;
    padding: 0 8.2051282051vw;
    font-size: 4.6153846154vw;
    font-weight: bold;
  }
  .side-btn-mobile__wrapper .side-btn-table td:first-child {
    border-right: 1px solid white;
  }
}
/* visible, hidden rwd */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media (max-width: 1260px) {
  .hidden-middle {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-min {
    display: none !important;
  }
}
.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 4px;
}
.pb-2 {
  padding-bottom: 8px;
}
.pb-3 {
  padding-bottom: 12px;
}
.pb-4 {
  padding-bottom: 16px;
}
.pb-5 {
  padding-bottom: 20px;
}
.pb-6 {
  padding-bottom: 24px;
}
.pb-7 {
  padding-bottom: 28px;
}
.pb-8 {
  padding-bottom: 32px;
}
.pb-9 {
  padding-bottom: 36px;
}
.pb-10 {
  padding-bottom: 40px;
}
.pb-11 {
  padding-bottom: 44px;
}
.pb-12 {
  padding-bottom: 48px;
}

.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 4px;
}
.pt-2 {
  padding-top: 8px;
}
.pt-3 {
  padding-top: 12px;
}
.pt-4 {
  padding-top: 16px;
}
.pt-5 {
  padding-top: 20px;
}
.pt-6 {
  padding-top: 24px;
}
.pt-7 {
  padding-top: 28px;
}
.pt-8 {
  padding-top: 32px;
}
.pt-9 {
  padding-top: 36px;
}
.pt-10 {
  padding-top: 40px;
}
.pt-11 {
  padding-top: 44px;
}
.pt-12 {
  padding-top: 48px;
}

.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 4px;
}
.pl-2 {
  padding-left: 8px;
}
.pl-3 {
  padding-left: 12px;
}
.pl-4 {
  padding-left: 16px;
}
.pl-5 {
  padding-left: 20px;
}
.pl-6 {
  padding-left: 24px;
}
.pl-7 {
  padding-left: 28px;
}
.pl-8 {
  padding-left: 32px;
}
.pl-9 {
  padding-left: 36px;
}
.pl-10 {
  padding-left: 40px;
}
.pl-11 {
  padding-left: 44px;
}
.pl-12 {
  padding-left: 48px;
}

.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 4px;
}
.pr-2 {
  padding-right: 8px;
}
.pr-3 {
  padding-right: 12px;
}
.pr-4 {
  padding-right: 16px;
}
.pr-5 {
  padding-right: 20px;
}
.pr-6 {
  padding-right: 24px;
}
.pr-7 {
  padding-right: 28px;
}
.pr-8 {
  padding-right: 32px;
}
.pr-9 {
  padding-right: 36px;
}
.pr-10 {
  padding-right: 40px;
}
.pr-11 {
  padding-right: 44px;
}
.pr-12 {
  padding-right: 48px;
}

.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-7 {
  margin-bottom: 28px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mb-9 {
  margin-bottom: 36px;
}
.mb-10 {
  margin-bottom: 40px;
}
.mb-11 {
  margin-bottom: 44px;
}
.mb-12 {
  margin-bottom: 48px;
}

.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-5 {
  margin-top: 20px;
}
.mt-6 {
  margin-top: 24px;
}
.mt-7 {
  margin-top: 28px;
}
.mt-8 {
  margin-top: 32px;
}
.mt-9 {
  margin-top: 36px;
}
.mt-10 {
  margin-top: 40px;
}
.mt-11 {
  margin-top: 44px;
}
.mt-12 {
  margin-top: 48px;
}

.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-3 {
  margin-left: 12px;
}
.ml-4 {
  margin-left: 16px;
}
.ml-5 {
  margin-left: 20px;
}
.ml-6 {
  margin-left: 24px;
}
.ml-7 {
  margin-left: 28px;
}
.ml-8 {
  margin-left: 32px;
}
.ml-9 {
  margin-left: 36px;
}
.ml-10 {
  margin-left: 40px;
}
.ml-11 {
  margin-left: 44px;
}
.ml-12 {
  margin-left: 48px;
}

.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-3 {
  margin-right: 12px;
}
.mr-4 {
  margin-right: 16px;
}
.mr-5 {
  margin-right: 20px;
}
.mr-6 {
  margin-right: 24px;
}
.mr-7 {
  margin-right: 28px;
}
.mr-8 {
  margin-right: 32px;
}
.mr-9 {
  margin-right: 36px;
}
.mr-10 {
  margin-right: 40px;
}
.mr-11 {
  margin-right: 44px;
}
.mr-12 {
  margin-right: 48px;
}

@media (max-width: 768px) {
  .mb-0-md {
    margin-bottom: 0px;
  }
  .mb-1-md {
    margin-bottom: 4px;
  }
  .mb-2-md {
    margin-bottom: 8px;
  }
  .mb-3-md {
    margin-bottom: 12px;
  }
  .mb-4-md {
    margin-bottom: 16px;
  }
  .mb-5-md {
    margin-bottom: 20px;
  }
  .mb-6-md {
    margin-bottom: 24px;
  }
  .mb-7-md {
    margin-bottom: 28px;
  }
  .mb-8-md {
    margin-bottom: 32px;
  }
  .mb-9-md {
    margin-bottom: 36px;
  }
  .mb-10-md {
    margin-bottom: 40px;
  }
  .mb-11-md {
    margin-bottom: 44px;
  }
  .mb-12-md {
    margin-bottom: 48px;
  }
  .mt-0-md {
    margin-top: 0px;
  }
  .mt-1-md {
    margin-top: 4px;
  }
  .mt-2-md {
    margin-top: 8px;
  }
  .mt-3-md {
    margin-top: 12px;
  }
  .mt-4-md {
    margin-top: 16px;
  }
  .mt-5-md {
    margin-top: 20px;
  }
  .mt-6-md {
    margin-top: 24px;
  }
  .mt-7-md {
    margin-top: 28px;
  }
  .mt-8-md {
    margin-top: 32px;
  }
  .mt-9-md {
    margin-top: 36px;
  }
  .mt-10-md {
    margin-top: 40px;
  }
  .mt-11-md {
    margin-top: 44px;
  }
  .mt-12-md {
    margin-top: 48px;
  }
  .ml-0-md {
    margin-left: 0px;
  }
  .ml-1-md {
    margin-left: 4px;
  }
  .ml-2-md {
    margin-left: 8px;
  }
  .ml-3-md {
    margin-left: 12px;
  }
  .ml-4-md {
    margin-left: 16px;
  }
  .ml-5-md {
    margin-left: 20px;
  }
  .ml-6-md {
    margin-left: 24px;
  }
  .ml-7-md {
    margin-left: 28px;
  }
  .ml-8-md {
    margin-left: 32px;
  }
  .ml-9-md {
    margin-left: 36px;
  }
  .ml-10-md {
    margin-left: 40px;
  }
  .ml-11-md {
    margin-left: 44px;
  }
  .ml-12-md {
    margin-left: 48px;
  }
  .mr-0-md {
    margin-right: 0px;
  }
  .mr-1-md {
    margin-right: 4px;
  }
  .mr-2-md {
    margin-right: 8px;
  }
  .mr-3-md {
    margin-right: 12px;
  }
  .mr-4-md {
    margin-right: 16px;
  }
  .mr-5-md {
    margin-right: 20px;
  }
  .mr-6-md {
    margin-right: 24px;
  }
  .mr-7-md {
    margin-right: 28px;
  }
  .mr-8-md {
    margin-right: 32px;
  }
  .mr-9-md {
    margin-right: 36px;
  }
  .mr-10-md {
    margin-right: 40px;
  }
  .mr-11-md {
    margin-right: 44px;
  }
  .mr-12-md {
    margin-right: 48px;
  }
  .pb-0-md {
    padding-bottom: 0px;
  }
  .pb-1-md {
    padding-bottom: 4px;
  }
  .pb-2-md {
    padding-bottom: 8px;
  }
  .pb-3-md {
    padding-bottom: 12px;
  }
  .pb-4-md {
    padding-bottom: 16px;
  }
  .pb-5-md {
    padding-bottom: 20px;
  }
  .pb-6-md {
    padding-bottom: 24px;
  }
  .pb-7-md {
    padding-bottom: 28px;
  }
  .pb-8-md {
    padding-bottom: 32px;
  }
  .pb-9-md {
    padding-bottom: 36px;
  }
  .pb-10-md {
    padding-bottom: 40px;
  }
  .pb-11-md {
    padding-bottom: 44px;
  }
  .pb-12-md {
    padding-bottom: 48px;
  }
  .pt-0-md {
    padding-top: 0px;
  }
  .pt-1-md {
    padding-top: 4px;
  }
  .pt-2-md {
    padding-top: 8px;
  }
  .pt-3-md {
    padding-top: 12px;
  }
  .pt-4-md {
    padding-top: 16px;
  }
  .pt-5-md {
    padding-top: 20px;
  }
  .pt-6-md {
    padding-top: 24px;
  }
  .pt-7-md {
    padding-top: 28px;
  }
  .pt-8-md {
    padding-top: 32px;
  }
  .pt-9-md {
    padding-top: 36px;
  }
  .pt-10-md {
    padding-top: 40px;
  }
  .pt-11-md {
    padding-top: 44px;
  }
  .pt-12-md {
    padding-top: 48px;
  }
  .pl-0-md {
    padding-left: 0px;
  }
  .pl-1-md {
    padding-left: 4px;
  }
  .pl-2-md {
    padding-left: 8px;
  }
  .pl-3-md {
    padding-left: 12px;
  }
  .pl-4-md {
    padding-left: 16px;
  }
  .pl-5-md {
    padding-left: 20px;
  }
  .pl-6-md {
    padding-left: 24px;
  }
  .pl-7-md {
    padding-left: 28px;
  }
  .pl-8-md {
    padding-left: 32px;
  }
  .pl-9-md {
    padding-left: 36px;
  }
  .pl-10-md {
    padding-left: 40px;
  }
  .pl-11-md {
    padding-left: 44px;
  }
  .pl-12-md {
    padding-left: 48px;
  }
  .pr-0-md {
    padding-right: 0px;
  }
  .pr-1-md {
    padding-right: 4px;
  }
  .pr-2-md {
    padding-right: 8px;
  }
  .pr-3-md {
    padding-right: 12px;
  }
  .pr-4-md {
    padding-right: 16px;
  }
  .pr-5-md {
    padding-right: 20px;
  }
  .pr-6-md {
    padding-right: 24px;
  }
  .pr-7-md {
    padding-right: 28px;
  }
  .pr-8-md {
    padding-right: 32px;
  }
  .pr-9-md {
    padding-right: 36px;
  }
  .pr-10-md {
    padding-right: 40px;
  }
  .pr-11-md {
    padding-right: 44px;
  }
  .pr-12-md {
    padding-right: 48px;
  }
}
.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-66 {
  width: 66.66667%;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33.33333%;
}

.w-25 {
  width: 25%;
}

.h-100 {
  height: 100%;
}

.lightbox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  text-align: center;
}
.lightbox--active {
  display: block;
  -webkit-animation: fadeIn 0.4s;
          animation: fadeIn 0.4s;
  z-index: 1000;
}
.lightbox__container {
  height: 100%;
}
.lightbox__content {
  width: 100%;
  height: 100%;
  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;
}
.lightbox__box {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  background: linear-gradient(304.91deg, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.1) 60%);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  padding: 40px 48px;
  margin: 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
}
.lightbox__box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(304.91deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  pointer-events: none;
}
.lightbox__box.end {
  max-width: 780px;
}
.lightbox__box.end .lightbox__title {
  font-size: 40px;
}
.lightbox__box.end .lightbox__subtitle {
  font-size: 24px;
  color: #f2d470;
}
.lightbox__box.end .lightbox__desc {
  font-size: 20px;
  margin-top: 20px;
}
.lightbox__box.end .mt-2 {
  margin-top: 20px;
}
.lightbox__btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  width: 32px;
  height: 32px;
}
.lightbox__btn-close img {
  width: 100%;
  height: 100%;
}
.lightbox__label {
  width: 750px;
}
.lightbox__title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.25;
  margin-bottom: 16px;
  width: 100%;
}
.lightbox__title .referral-code {
  letter-spacing: 0;
}
.lightbox__subtitle {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.lightbox__imgbox {
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 630px;
  max-height: 394px;
}
.lightbox__imgbox img {
  width: 100%;
  height: auto;
}
.lightbox__imgbox .img-S {
  display: none;
}
.lightbox .break-mb {
  display: none;
}
.lightbox__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.lightbox__footer .lightbox__btn-close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0px;
  right: 0px;
  margin-top: 18px;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
  background: #ceb071;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: none;
  color: #000;
  cursor: pointer;
  width: 160px;
  height: auto;
}

@media (max-width: 1000px) {
  .lightbox__box {
    padding: 40px 4.8484848485vw;
  }
  .lightbox__label {
    width: 75.7575757576vw;
  }
}
@media (max-width: 600px) {
  .lightbox__box {
    padding: 40px 20px 20px 20px;
    margin: 0 20px;
  }
  .lightbox__box.end {
    padding: 40px 20px;
    max-width: 780px;
  }
  .lightbox__box.end .lightbox__title {
    font-size: 10.2564102564vw;
  }
  .lightbox__box.end .lightbox__subtitle {
    font-size: 5.641025641vw;
    max-width: 56.4102564103vw;
    width: 100%;
    text-align: center;
  }
  .lightbox__box.end .lightbox__subtitle .block {
    display: block;
    margin-top: -5px;
  }
  .lightbox__box.end .lightbox__desc {
    font-size: 4.6153846154vw;
    margin-top: 5.1282051282vw;
  }
  .lightbox__box.end .mt-2 {
    margin-top: 5.1282051282vw;
  }
  .lightbox__btn-close {
    position: absolute;
    top: 12px;
    right: 12px;
    left: auto;
    width: 24px;
    height: 24px;
  }
  .lightbox__btn-close img {
    width: 100%;
    height: 100%;
  }
  .lightbox__label {
    width: 100%;
  }
  .lightbox__title {
    font-size: 5.1282051282vw;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .lightbox__title .referral-code {
    letter-spacing: 0;
  }
  .lightbox__subtitle {
    width: 100%;
    font-size: 3.5897435897vw;
  }
  .lightbox__imgbox {
    margin-top: 16px;
    width: 100%;
    max-width: 310px;
    max-height: 276px;
    border-radius: 6px;
  }
  .lightbox__imgbox img {
    width: 100%;
    height: auto;
  }
  .lightbox__imgbox .img-L {
    display: none;
  }
  .lightbox__imgbox .img-S {
    display: block;
  }
  .lightbox .break-mb {
    display: block;
  }
  .lightbox__footer {
    margin-top: 5.1282051282vw;
  }
  .lightbox__footer .lightbox__btn-close {
    padding: 3.0769230769vw 6.1538461538vw;
    font-size: 5.1282051282vw;
    margin-top: 2.5641025641vw;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.section-kv__content {
  background: url("../images/kv-bg.png") no-repeat center/cover;
  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;
  margin: 75px auto 0;
  padding-bottom: 70px;
}
.section-kv__content .kv-content {
  position: relative;
}
.section-kv__content .kv-content .kv-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1550px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media (max-width: 1420px) {
  .section-kv__content .kv-content .kv-banner {
    height: 41.875vw;
    margin-top: 2.0833333333vw;
  }
}
.section-kv__content .kv-content .kv-banner__img {
  position: relative;
  max-width: 600px;
  margin-left: 42px;
}
@media (max-width: 1420px) {
  .section-kv__content .kv-content .kv-banner__img {
    max-width: 41.6666666667vw;
    margin-left: 2.9166666667vw;
  }
}
.section-kv__content .kv-content .kv-banner__img .kv-bg {
  display: block;
  height: auto;
}
.section-kv__content .kv-content .kv-banner__img .kv-coin1,
.section-kv__content .kv-content .kv-banner__img .kv-coin2,
.section-kv__content .kv-content .kv-banner__img .kv-coin3 {
  position: absolute;
  -webkit-animation: float 3s ease-out infinite;
          animation: float 3s ease-out infinite;
}
.section-kv__content .kv-content .kv-banner__img .kv-coin1 {
  width: 64px;
  top: 72px;
  right: 128px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media (max-width: 1420px) {
  .section-kv__content .kv-content .kv-banner__img .kv-coin1 {
    width: 4.4444444444vw;
    top: 5vw;
    right: 8.8888888889vw;
  }
}
@media (max-width: 768px) {
  .section-kv__content .kv-content .kv-banner__img .kv-coin1 {
    width: 9.8958333333vw;
    top: 5.859375vw;
    right: 16.6666666667vw;
  }
}
.section-kv__content .kv-content .kv-banner__img .kv-coin2 {
  width: 84px;
  top: 239px;
  right: 44px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 1420px) {
  .section-kv__content .kv-content .kv-banner__img .kv-coin2 {
    width: 5.8333333333vw;
    top: 16.5972222222vw;
    right: 3.0555555556vw;
  }
}
@media (max-width: 768px) {
  .section-kv__content .kv-content .kv-banner__img .kv-coin2 {
    width: 12.890625vw;
    top: 31.1197916667vw;
    right: 5.7291666667vw;
  }
}
.section-kv__content .kv-content .kv-banner__img .kv-coin3 {
  width: 72px;
  bottom: 198px;
  left: 36px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media (max-width: 1420px) {
  .section-kv__content .kv-content .kv-banner__img .kv-coin3 {
    width: 5vw;
    bottom: 13.75vw;
    left: 2.5vw;
  }
}
@media (max-width: 768px) {
  .section-kv__content .kv-content .kv-banner__img .kv-coin3 {
    width: 11.0677083333vw;
    bottom: -59.8958333333vw;
    left: 4.6875vw;
  }
}
.section-kv__content .kv-content .kv-banner__img .kv-star1,
.section-kv__content .kv-content .kv-banner__img .kv-star2,
.section-kv__content .kv-content .kv-banner__img .kv-star3 {
  position: absolute;
  width: 1.6666666667vw;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: spark-shine 1.5s ease-in-out infinite;
          animation: spark-shine 1.5s ease-in-out infinite;
}
@media (max-width: 768px) {
  .section-kv__content .kv-content .kv-banner__img .kv-star1,
  .section-kv__content .kv-content .kv-banner__img .kv-star2,
  .section-kv__content .kv-content .kv-banner__img .kv-star3 {
    width: 3.515625vw;
  }
}
.section-kv__content .kv-content .kv-banner__img .kv-star1 {
  top: 218px;
  right: 106px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media (max-width: 1420px) {
  .section-kv__content .kv-content .kv-banner__img .kv-star1 {
    top: 15.1388888889vw;
    right: 7.3611111111vw;
  }
}
@media (max-width: 768px) {
  .section-kv__content .kv-content .kv-banner__img .kv-star1 {
    top: 27.0833333333vw;
    right: 13.8020833333vw;
  }
}
.section-kv__content .kv-content .kv-banner__img .kv-star2 {
  top: 266px;
  left: 66px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media (max-width: 1420px) {
  .section-kv__content .kv-content .kv-banner__img .kv-star2 {
    top: 18.4722222222vw;
    left: 4.5833333333vw;
  }
}
@media (max-width: 768px) {
  .section-kv__content .kv-content .kv-banner__img .kv-star2 {
    top: 34.6354166667vw;
    left: 8.59375vw;
  }
}
.section-kv__content .kv-content .kv-banner__img .kv-star3 {
  bottom: 194px;
  left: 140px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media (max-width: 1420px) {
  .section-kv__content .kv-content .kv-banner__img .kv-star3 {
    bottom: 13.4722222222vw;
    left: 9.7222222222vw;
  }
}
@media (max-width: 768px) {
  .section-kv__content .kv-content .kv-banner__img .kv-star3 {
    bottom: -58.59375vw;
    left: 20.8333333333vw;
  }
}
.section-kv__content .kv-content .kv-banner__img .kv-fireworks1 {
  position: absolute;
  -webkit-animation: scaleLoop 2s infinite ease-in-out;
          animation: scaleLoop 2s infinite ease-in-out;
  width: 67px;
  top: 337px;
  right: 103px;
}
@media (max-width: 1420px) {
  .section-kv__content .kv-content .kv-banner__img .kv-fireworks1 {
    width: 4.6527777778vw;
    top: 23.4027777778vw;
    right: 7.1527777778vw;
  }
}
@media (max-width: 768px) {
  .section-kv__content .kv-content .kv-banner__img .kv-fireworks1 {
    width: 10.4166666667vw;
    top: 48.4375vw;
    right: 13.4114583333vw;
  }
}
.section-kv__content .kv-content .kv-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.4722222222vw;
  margin-left: 4.3055555556vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
}
.section-kv__content .kv-content .kv-banner__content .kv-event-period {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
.section-kv__content .kv-content .kv-banner__content .kv-event-period .highlight {
  display: inline-block;
  font-weight: 700;
  color: #ceb071;
}
.section-kv__content .kv-content .kv-banner__content .kv-title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 54px;
  position: relative;
  text-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1420px) {
  .section-kv__content .kv-content .kv-banner__content .kv-title {
    font-size: 3.75vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media (max-width: 768px) {
  .section-kv__content .kv-content .kv-banner__content .kv-title {
    font-size: 7.6822916667vw !important;
    margin-bottom: 3.125vw;
  }
}
.section-kv__content .kv-content .kv-banner__content .kv-title span {
  letter-spacing: 0.08em;
  text-wrap: nowrap;
}
.section-kv__content .kv-content .kv-banner__content .kv-title span:first-child {
  margin-right: 30px;
}
@media (max-width: 1420px) {
  .section-kv__content .kv-content .kv-banner__content .kv-title span:first-child {
    margin-right: 2.0833333333vw;
  }
}
@media (max-width: 768px) {
  .section-kv__content .kv-content .kv-banner__content .kv-title span:first-child {
    margin-right: 3.125vw;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }
}
.section-kv__content .kv-content .kv-banner__content .kv-title .bottom-line {
  position: absolute;
  width: 287px;
  bottom: -11px;
  right: 4px;
}
@media (max-width: 1420px) {
  .section-kv__content .kv-content .kv-banner__content .kv-title .bottom-line {
    width: 19.9305555556vw;
    right: 0.2777777778vw;
    bottom: -0.7638888889vw;
  }
}
@media (max-width: 768px) {
  .section-kv__content .kv-content .kv-banner__content .kv-title .bottom-line {
    width: 40.3645833333vw !important;
    right: 0.5208333333vw !important;
  }
}
.section-kv__content .kv-content .kv-banner__content .kv-title .bottom-line .icon {
  clip-path: inset(0 100% 0 0);
  -webkit-animation: revealLoop 2.5s ease-in-out infinite;
          animation: revealLoop 2.5s ease-in-out infinite;
}
.section-kv__content .kv-content .kv-banner__content .kv-subtitle {
  letter-spacing: 0.08em;
  margin-bottom: 2.0833333333vw;
  font-weight: 500;
  font-size: 2.2222222222vw;
  line-height: 1.2;
}
.section-kv__content .kv-content .kv-banner__content .kv-desc {
  margin: 0.6944444444vw 0px 2.7777777778vw;
  position: relative;
}
.section-kv__content .kv-content .kv-banner__content .kv-desc .full_btn {
  position: absolute;
  top: 55px;
  left: 104px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  background: #2e2e2e;
  line-height: 1.6;
  padding: 10px 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  z-index: 20;
  border-radius: 100px;
}
.section-kv__content .kv-content .kv-banner__content .kv-desc__item {
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0.08em;
}
.section-kv__content .kv-content .kv-banner__content .kv-desc__item:last-of-type {
  margin-top: 12px;
}
.section-kv__content .kv-content .kv-banner__content .kv-desc__item .highlight {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.1px;
  color: #f2d470;
}
.section-kv__content .kv-content .kv-banner__content .kv-desc__item .highlight.gray-text {
  color: #757575;
  text-decoration-line: line-through;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
}
.section-kv__content .kv-content .kv-banner__content .kv-desc__item .symbol {
  position: relative;
  top: 3px;
}
.section-kv__content .kv-content .kv-banner__content .kv-desc__item .note {
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media (max-width: 1030px) {
  .section-kv__content .kv-content .kv-banner__content .kv-desc__item .note {
    display: block;
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .section-kv__content .kv-content .kv-banner__content .kv-desc__item .note {
    font-size: 3.3854166667vw;
    letter-spacing: -0.5px;
  }
}
.section-kv__content .kv-content .kv-banner__content .kv-desc .alreadyFull_text {
  color: #757575;
  text-decoration-line: line-through;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
}
.section-kv__content .kv-content .kv-banner__content .kv-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1030px) {
  .section-kv__content .kv-content .kv-banner__content .kv-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
}
.section-kv__content .kv-content .kv-banner__content .kv-footer__note {
  font-size: 18px;
  letter-spacing: 0.04em;
}
.section-kv__content .kv-content .kv-banner__content .kv-footer__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  background: #ceb071;
  padding: 16px 28px 16px 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-kv__content .kv-content .kv-banner__content .kv-footer__btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.section-kv__content .kv-content .kv-banner__content .kv-footer__btn img {
  width: 20px;
  margin-left: 8px;
}
.section-kv__content .kv-content .kv-banner__content .kv-footer__btn .btn-arrow {
  display: inline-block;
  margin-left: 6px;
  width: 20px;
  height: 20px;
  background: url("../images/apply_arrow.svg") no-repeat center center;
}
.section-kv__content .kv-content .kv-scroll {
  margin: 20px auto 0;
  text-align: center;
  color: #ccc;
}
.section-kv__content .kv-content .kv-scroll span {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin-bottom: 12px;
}
.section-kv__content .kv-content .kv-scroll .line {
  width: 2px;
  height: 60px;
  margin: 0 auto;
  border-radius: 1px;
  background-color: #616161;
  position: relative;
  overflow: hidden;
}
.section-kv__content .kv-content .kv-scroll .line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: #ceb071;
  border-radius: 1px;
  -webkit-animation: scrolling 2s infinite;
          animation: scrolling 2s infinite;
}

@media (max-width: 768px) {
  .section-kv__content {
    background: url("../images/kv-sm-bg.png") no-repeat center/cover;
    margin: 7.2916666667vw auto;
    padding-bottom: 0px;
    width: 100%;
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
  }
  .section-kv__content .kv-content {
    width: 100%;
  }
  .section-kv__content .kv-content .kv-banner {
    gap: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 100%;
  }
  .section-kv__content .kv-content .kv-banner__img {
    max-width: 96.3541666667vw;
    width: 100%;
  }
  .section-kv__content .kv-content .kv-banner__img .kv-bg {
    position: absolute;
    top: -1.0416666667vw;
    margin-top: 0px;
  }
  .section-kv__content .kv-content .kv-banner__content {
    margin-top: 66px;
    margin-left: 0;
    width: 100%;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-event-period {
    font-size: 4.1666666667vw;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-subtitle {
    letter-spacing: -0.1627604167vw;
    margin-bottom: 4.4270833333vw;
    font-size: 5.46875vw;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-desc {
    margin-bottom: 5.9895833333vw;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-desc .full_btn {
    position: absolute;
    top: 10.4166666667vw;
    left: 13.5416666667vw;
    color: #fff;
    font-weight: 500;
    font-size: 3.6458333333vw;
    background: #2e2e2e;
    line-height: 1.6;
    padding: 2.34375vw 3.90625vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    z-index: 20;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-desc__item {
    font-size: 4.6875vw;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-desc__item .highlight {
    font-size: 5.2083333333vw;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-footer {
    gap: 14px;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-footer__note {
    font-size: 4.1666666667vw;
    letter-spacing: 0.01em;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-footer__btn {
    height: 13.0208333333vw;
    width: 33.0729166667vw;
    font-size: 4.1666666667vw;
    letter-spacing: -0.5px;
    padding: 2.0833333333vw 3.6458333333vw 2.0833333333vw 4.1666666667vw;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-footer__btn img {
    width: 20px;
    margin-left: 8px;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-footer__btn .btn-arrow {
    margin-left: 6px;
    width: 4.4270833333vw;
    height: 4.4270833333vw;
    aspect-ratio: 1/1;
    background-size: contain;
  }
  .section-kv__content .kv-content .kv-scroll {
    margin-top: 84.6354166667vw;
  }
  .section-kv__content .kv-content .kv-scroll span {
    font-size: 3.125vw;
  }
  .section-kv__content .kv-content .kv-scroll .line {
    height: 10.4166666667vw;
  }
  .section-kv__content .kv-content .kv-scroll .line::after {
    height: 24px;
  }
}
@media (max-width: 390px) {
  .section-kv__content {
    margin: 56px auto 20px;
  }
  .section-kv__content .kv-content .kv-banner {
    position: relative;
  }
  .section-kv__content .kv-content .kv-banner__content {
    margin-top: 9.4871794872vw;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-event-period {
    font-size: 16px;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-subtitle {
    letter-spacing: 0.04em;
    margin-bottom: 18px;
    font-size: 5.1282051282vw;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-desc {
    margin-bottom: 27px;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-desc__item {
    font-size: 4.6153846154vw;
    letter-spacing: 0.04em;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-desc__item .highlight {
    font-size: 5.1282051282vw;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-footer {
    gap: 8px;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-footer__note {
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-footer__btn {
    height: 12.3076923077vw;
    width: 33.0769230769vw;
    font-size: 4.1025641026vw;
    letter-spacing: 0.02em;
    line-height: 1.6;
    padding: 3.0769230769vw 4.358974359vw 3.0769230769vw 3.0769230769vw 6.1538461538vw;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-footer__btn img {
    width: 16px;
    margin-left: 8px;
  }
  .section-kv__content .kv-content .kv-banner__content .kv-footer__btn .btn-arrow {
    margin-left: 1.0256410256vw;
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
  .section-kv__content .kv-content .kv-scroll span {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .section-kv__content .kv-content .kv-scroll .line {
    height: 40px;
  }
  .section-kv__content .kv-content .kv-scroll .line::after {
    height: 20px;
    background-color: #ceb071;
  }
}
.section-info {
  position: relative;
  padding: 0 60px 180px;
}
.section-info .info-wrapper {
  max-width: 1064px;
  margin: 0 auto;
}
.section-info .info-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 29px;
}
.section-info .info-title .break {
  display: inline;
}
.section-info .info-title span {
  letter-spacing: 4.8px;
}
.section-info .info-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}
.section-info .info-steps .info-step {
  overflow: hidden;
  z-index: 1;
  position: relative;
  width: 520px;
  padding: 34px 34px 116px;
  border-radius: 24px;
  background: linear-gradient(304.91deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
  backdrop-filter: blur(6px);
}
.section-info .info-steps .info-step::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(304.91deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  pointer-events: none;
}
.section-info .info-steps .info-step:after {
  content: "";
  position: absolute;
  top: 0;
  left: -86%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.05) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  pointer-events: none;
}
.section-info .info-steps .info-step:hover:after {
  -webkit-animation: shine-card 1s ease-in-out forwards;
          animation: shine-card 1s ease-in-out forwards;
}
.section-info .info-steps .info-step__header {
  margin-bottom: 16px;
  text-align: center;
}
.section-info .info-steps .info-step__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 990px) {
  .section-info .info-steps .info-step__title {
    font-size: 2.8282828283vw;
  }
}
@media (max-width: 793px) {
  .section-info .info-steps .info-step__title {
    font-size: 27px;
  }
}
.section-info .info-steps .info-step__badge {
  display: inline-block;
  -ms-grid-column-align: center;
      justify-self: center;
  padding: 8px 24px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
  background: rgba(206, 176, 113, 0.1); /* 淡金色底 */
  -webkit-box-shadow: 0px 0px 8px 0px #ceb071 inset;
          box-shadow: 0px 0px 8px 0px #ceb071 inset; /* 固定金色陰影 */
  letter-spacing: 0.5px;
}
@media (max-width: 900px) {
  .section-info .info-steps .info-step__badge {
    font-size: 2.2222222222vw;
  }
}
.section-info .info-steps .info-step__body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.section-info .info-steps .info-step__body .highlight {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #f2d470;
}
.section-info .info-steps .info-step__body .copy {
  cursor: pointer;
}
.section-info .info-steps .info-step__body .highlightEN {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #f2d470;
}
.section-info .info-steps .info-step__body .highlightZH {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #f2d470;
}
.section-info .info-steps .info-step__body .highlightNumber {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #f2d470;
}
.section-info .info-steps .info-step__body .alreadyFull_title {
  font-size: 32px;
  font-weight: 700;
  margin: 60px auto;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
}
.section-info .info-steps .info-step__list {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.05px;
  margin: 8px 0 0;
  padding-left: 22px;
  list-style-type: disc;
}
.section-info .info-steps .info-step__list li {
  margin-bottom: 4px;
}
.section-info .info-steps .info-step__list li::marker {
  font-size: 10px;
}
.section-info .info-steps .info-step__list a {
  text-decoration: underline;
}
.section-info .info-steps .info-step__list .highlight {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #f2d470;
}
.section-info .info-steps .info-step__list .highlight:hover {
  color: #f5a411;
}
.section-info .info-steps .info-step__icon {
  position: absolute;
  bottom: 8px;
  right: 9px;
}
@media (max-width: 900px) {
  .section-info .info-steps .info-step__icon {
    right: -2px;
    bottom: 2px;
  }
}
.section-info .info-steps .info-step__icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 900px) {
  .section-info .info-steps .info-step__icon img {
    width: 17.7777777778vw;
  }
}
.section-info .info-steps .info-step__number {
  position: absolute;
  font-weight: 200;
  font-size: 100px;
  line-height: 0.7;
  opacity: 0.2;
  bottom: 0px;
  left: 24px;
}
.section-info .info-steps .info-step__container {
  width: 100%;
  padding: 24px 32px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .section-info .info-steps .info-step__container {
    padding: 4.9479166667vw !important;
    margin-bottom: 16.015625vw;
  }
  .section-info .info-steps .info-step__container .info-step__header {
    margin-bottom: 2.9947916667vw;
  }
  .section-info .info-steps .info-step__container .info-step__title {
    margin: 0;
  }
}
.section-info .info-steps .info-step__creditbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .section-info .info-steps .info-step__creditbox {
    -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;
    margin-top: 0;
  }
}
.section-info .info-steps .info-step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .section-info .info-steps .info-step__box {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-info .info-steps .info-step__box:first-child {
  padding-right: 60px;
  border-right: 2px solid #7f7f7f;
}
@media (max-width: 768px) {
  .section-info .info-steps .info-step__box:first-child {
    border-right: none;
    padding-right: 0;
    border-bottom: 2px solid #7f7f7f;
    padding-bottom: 2.8645833333vw;
  }
}
.section-info .info-steps .info-step__box:last-child {
  padding-left: 60px;
}
@media (max-width: 768px) {
  .section-info .info-steps .info-step__box:last-child {
    padding-left: 0;
    padding-top: 3.6458333333vw;
  }
}
.section-info .info-steps .info-step__box .mark {
  color: #f2d470;
  text-align: center;
  margin-top: 6px;
}
.section-info .info-steps .info-step__box .mark span {
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-info .info-steps .info-step__box .mark span {
    font-size: 7.8125vw;
  }
}
.section-info .info-steps .info-step__box .mark b {
  font-size: 28px;
}
@media (max-width: 768px) {
  .section-info .info-steps .info-step__box .mark b {
    font-size: 5.859375vw;
  }
}
@media (max-width: 768px) {
  .section-info .info-steps .info-step__box .info-step__badge {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.section-info .info-extra {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding: 32px 8px 32px 32px;
  border-radius: 24px;
  background: linear-gradient(304.91deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.section-info .info-extra::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(304.91deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
}
.section-info .info-extra:after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.05) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  pointer-events: none;
}
.section-info .info-extra:hover:after {
  -webkit-animation: shine-card 1.5s ease-in-out forwards;
          animation: shine-card 1.5s ease-in-out forwards;
}
.section-info .info-extra__note {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  font-weight: 500;
}
.section-info .info-extra__highlight {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.section-info .info-extra__highlight .break {
  display: block;
}
.section-info .info-extra__icon {
  position: absolute;
  bottom: 8px;
  right: 9px;
}
@media (max-width: 900px) {
  .section-info .info-extra__icon {
    right: -2px;
    bottom: 2px;
  }
}
.section-info .info-extra__icon img {
  width: 100%;
  height: auto;
}
.section-info .bg-circle {
  position: absolute;
  width: 44.4444444444vw;
  height: 44.4444444444vw;
  bottom: -5.4166666667vw;
  left: 0px;
}
@media (max-width: 768px) {
  .section-info .bg-circle {
    display: none;
  }
}
.section-info .sm-circle {
  position: absolute;
  width: 480px;
  height: 765px;
  top: -284px;
  right: -74px;
}
@media (max-width: 1420px) {
  .section-info .sm-circle {
    width: 33.3333333333vw;
    height: 53.125vw;
    top: -19.7222222222vw;
    right: -5.1388888889vw;
  }
}
@media (max-width: 768px) {
  .section-info .sm-circle {
    width: 118.75vw;
    height: 182.2916666667vw;
    top: 149.7395833333vw;
    right: -41.6666666667vw;
  }
}

@media (max-width: 768px) {
  .section-info {
    padding: 3.90625vw 4.1666666667vw 20.703125vw;
  }
  .section-info .info-title {
    font-size: 8.3333333333vw;
    line-height: 1.25;
    margin-bottom: 4.6875vw;
  }
  .section-info .info-title .break {
    display: block;
  }
  .section-info .info-steps {
    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;
    gap: 4.9479166667vw;
    margin-bottom: 4.9479166667vw;
  }
  .section-info .info-steps .info-step {
    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;
    width: 100%;
    height: auto;
    max-width: 89.84375vw;
    padding: 5.2083333333vw 4.1666666667vw 23.4375vw;
  }
  .section-info .info-steps .info-step.step-2 {
    padding-bottom: 35.6770833333vw;
  }
  .section-info .info-steps .info-step__header {
    margin-bottom: 3.2552083333vw;
  }
  .section-info .info-steps .info-step__title {
    font-size: 5.2083333333vw;
    margin-bottom: 3.125vw;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }
  .section-info .info-steps .info-step__badge {
    padding: 2.6041666667vw 6.5104166667vw;
    font-size: 3.90625vw;
    letter-spacing: 1.5px;
  }
  .section-info .info-steps .info-step__body {
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-size: 3.6458333333vw;
  }
  .section-info .info-steps .info-step__body .highlight {
    font-size: 4.1666666667vw;
  }
  .section-info .info-steps .info-step__body .highlight .f-30 {
    font-size: 3.90625vw;
  }
  .section-info .info-steps .info-step__body .highlightEN {
    font-size: 4.1666666667vw;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .section-info .info-steps .info-step__body .highlightZH {
    font-size: 3.90625vw;
    line-height: 1.6;
    letter-spacing: -1.5px;
  }
  .section-info .info-steps .info-step__body .highlightNumber {
    font-size: 4.4270833333vw;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .section-info .info-steps .info-step__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.90625vw;
    padding-left: 4.1666666667vw;
    padding-right: 2.6041666667vw;
  }
  .section-info .info-steps .info-step__list li::marker {
    font-size: 2.6041666667vw;
  }
  .section-info .info-steps .info-step__list .highlight {
    font-size: 3.90625vw;
  }
  .section-info .info-steps .info-step__icon {
    position: absolute;
    bottom: 2.2135416667vw;
    right: 1.171875vw;
  }
  .section-info .info-steps .info-step__icon img {
    width: 28.6458333333vw;
    height: auto;
  }
  .section-info .info-steps .info-step__number {
    position: absolute;
    font-size: 20.8333333333vw;
    bottom: 1.0416666667vw;
    left: 4.0364583333vw;
  }
  .section-info .info-extra {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 89.84375vw;
    height: auto;
    padding: 5.46875vw 5.2083333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 25vw;
  }
  .section-info .info-extra__note {
    font-size: 4.1666666667vw;
    margin-bottom: 1.3020833333vw;
  }
  .section-info .info-extra__highlight {
    font-size: 5.2083333333vw;
    line-height: 1.5;
    letter-spacing: 2.85px;
  }
  .section-info .info-extra__highlight .break {
    display: inline;
  }
  .section-info .info-extra__icon {
    position: absolute;
    bottom: 2.2135416667vw;
    right: 1.171875vw;
  }
  .section-info .info-extra__icon img {
    width: 28.6458333333vw;
    height: auto;
  }
}
@media (max-width: 390px) {
  .section-info {
    padding: 7.6923076923vw 3.5897435897vw 8.7179487179vw;
  }
  .section-info .info-steps .info-step {
    padding-bottom: 24.6153846154vw;
  }
  .section-info .info-steps .info-step.step-2 {
    padding-bottom: 35.8974358974vw;
  }
  .section-info .info-steps .info-step__list {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin-top: 0;
  }
  .section-info .info-extra {
    padding-bottom: 26.1538461538vw;
  }
  .section-info .info-extra__note {
    font-size: 4.1025641026vw;
  }
  .section-info .info-extra__highlight {
    font-size: 5.1282051282vw;
    line-height: 1.4;
    letter-spacing: 1.92px;
  }
  .section-info .info-extra__highlight .break {
    display: inline;
  }
}
.section-faq {
  position: relative;
  padding-top: 20px;
}
.section-faq .faq-coin {
  position: absolute;
}
.section-faq .faq-coin img {
  width: 100%;
  height: 100%;
}
.section-faq .faq-coin .spark {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: spark-shine ease-in-out infinite;
          animation: spark-shine ease-in-out infinite;
}
.section-faq .faq-coin__right {
  top: -50px;
  left: calc(50% + 610px);
  width: 72px;
  height: 77px;
  -webkit-animation: float 3s infinite;
          animation: float 3s infinite;
}
.section-faq .faq-coin__right .spark {
  position: absolute;
  bottom: -16px;
  left: -7px;
  width: 23px;
  height: 24px;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
.section-faq .faq-coin__left {
  top: 500px;
  right: calc(50% + 600px);
  width: 84px;
  height: 90px;
  -webkit-animation: float 2.4s infinite;
          animation: float 2.4s infinite;
}
.section-faq .faq-coin__left .spark {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 23px;
  height: 24px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.section-faq .faq-bg {
  position: absolute;
  top: 154px;
  right: -240px;
}
.section-faq .faq-bg-mobile {
  display: none;
}
.section-faq__wrapper {
  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;
}
.section-faq__wrapper .faq-title {
  font-size: 48px;
  letter-spacing: 5.76px;
  text-align: center;
  font-weight: bold;
  background-size: 50% auto;
  -webkit-animation: shine-move-text-2 2s linear infinite;
          animation: shine-move-text-2 2s linear infinite;
}
.section-faq__wrapper .faq-list {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 20px;
  z-index: 0;
}
.section-faq__wrapper .faq-list .faq-item {
  width: 100%;
  margin-bottom: 46px;
}
.section-faq__wrapper .faq-list .faq-item__question {
  all: unset;
  cursor: pointer;
  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;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.section-faq__wrapper .faq-list .faq-item__question .faq-name {
  color: white;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-faq__wrapper .faq-list .faq-item__question .faq-name span {
  color: #ceb071;
  font-weight: 500;
  padding-right: 10px;
  padding-left: 2px;
  letter-spacing: 0;
}
.section-faq__wrapper .faq-list .faq-item__question .faq-icon {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: -10px;
  margin-right: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  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;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.03)), to(rgba(255, 255, 255, 0.08)));
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.08) 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  background-size: 150%;
}
.section-faq__wrapper .faq-list .faq-item__question .faq-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, right bottom, from(rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  z-index: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.section-faq__wrapper .faq-list .faq-item__question .faq-icon::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 70%;
  height: 200%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.03)), color-stop(50%, rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0.03)));
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.03) 100%);
  -webkit-filter: blur(2.5px);
          filter: blur(2.5px);
  opacity: 0.7;
  pointer-events: none;
  z-index: 2;
  -webkit-animation: shine-move-natural 1.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: shine-move-natural 1.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.section-faq__wrapper .faq-list .faq-item__question .faq-icon img {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}
.section-faq__wrapper .faq-list .faq-item__question[aria-expanded=true] .faq-icon {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.05)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%);
}
.section-faq__wrapper .faq-list .faq-item__question[aria-expanded=true] .faq-icon img {
  content: url("../images/close-icon.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-faq__wrapper .faq-list .faq-item__question[aria-expanded=true] .faq-icon::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 70%;
  height: 200%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.05)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%);
  -webkit-filter: blur(2.5px);
          filter: blur(2.5px);
  opacity: 0.7;
  pointer-events: none;
  z-index: 2;
  -webkit-animation: shine-move-natural 1.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: shine-move-natural 1.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.section-faq__wrapper .faq-list .faq-item__answer {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.section-faq__wrapper .faq-list .faq-item__answer .faq-item__answer-content {
  padding-top: 20px;
}
.section-faq__wrapper .faq-list .faq-item__answer .faq-item__answer-content a {
  color: #ceb071;
}
.section-faq__wrapper .faq-list .faq-item__answer.active {
  max-height: 300px;
}
.section-faq__wrapper .faq-apply-wrapper {
  text-align: center;
}
.section-faq__wrapper .faq-apply-wrapper a.faq-apply {
  padding: 24px 36px 24px 40px;
  color: black;
  font-size: 24px;
  font-weight: bold;
  background: #ceb071;
  cursor: pointer;
}
.section-faq__wrapper .faq-apply-wrapper a.faq-apply img {
  width: 24px;
  margin-left: 8px;
}
.section-faq__wrapper .canvas-balls {
  margin-top: -160px;
  width: 100%;
  height: 640px;
}
.section-faq__wrapper .canvas-balls canvas {
  border: 1px solid #181818;
}

@media (max-width: 1024px) {
  .section-faq__wrapper .canvas-balls {
    margin-top: -160px;
    height: 500px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .section-faq {
    position: relative;
    padding-top: 12.7604166667vw;
  }
  .section-faq .faq-coin {
    display: none;
  }
  .section-faq .faq-bg-mobile {
    position: absolute;
    display: block;
    top: -120px;
    left: -160px;
  }
  .section-faq .canvas-balls {
    margin-top: -200px;
    height: 450px;
  }
  .section-faq__wrapper {
    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;
  }
  .section-faq__wrapper .faq-title {
    font-size: 8.2051282051vw;
  }
  .section-faq__wrapper .faq-list {
    width: 100%;
    margin-top: 8.2051282051vw;
    margin-bottom: 3.0769230769vw;
    padding: 0 5.1282051282vw;
    z-index: 0;
  }
  .section-faq__wrapper .faq-list .faq-item {
    width: 100%;
    margin-bottom: 6.1538461538vw;
  }
  .section-faq__wrapper .faq-list .faq-item__question {
    padding-bottom: 4.1025641026vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .section-faq__wrapper .faq-list .faq-item__question .faq-name {
    font-size: 4.1025641026vw;
    margin-right: 6.5104166667vw;
  }
  .section-faq__wrapper .faq-list .faq-item__question .faq-icon {
    width: 10.6770833333vw;
    height: 10.6770833333vw;
    border-radius: 2.2135416667vw;
  }
  .section-faq__wrapper .faq-list .faq-item__question .faq-icon img {
    width: 45.75%;
    height: auto;
  }
  .section-faq__wrapper .faq-list .faq-item__answer {
    font-size: 3.5897435897vw;
  }
  .section-faq__wrapper .faq-list .faq-item__answer .faq-item__answer-content {
    padding-top: 4.1025641026vw;
  }
  .section-faq__wrapper .faq-list .faq-item__answer.active {
    max-height: 300px;
  }
  .section-faq__wrapper .faq-apply-wrapper a.faq-apply {
    padding: 3.8461538462vw 7.6923076923vw 3.8461538462vw 8.7179487179vw;
    font-size: 5.1282051282vw;
  }
  .section-faq__wrapper .faq-apply-wrapper a.faq-apply img {
    width: 5.1282051282vw;
  }
}
.section-notice__wrapper {
  border-radius: 60px 60px 0px 0px;
  background-color: #2c2c2c;
  width: 100%;
  padding: 80px 20px 80px 20px;
}
.section-notice__wrapper .container {
  background: transparent;
  padding: 0;
  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-notice__wrapper .notice__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.section-notice__wrapper .notice__toggle {
  cursor: pointer;
  margin: 0 auto;
  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;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #ceb071;
  padding-top: 24px;
}
.section-notice__wrapper .notice__toggle::before {
  content: "閱讀更多";
  margin-right: 8px;
}
.section-notice__wrapper .notice__toggle .toggle-icon {
  width: 16px;
  height: 16px;
  background: url("../images/read-more-icon.svg") no-repeat center/contain;
  content: "";
  display: inline-block;
}
.section-notice__wrapper .notice--active .notice__toggle::before {
  content: "收合";
}
.section-notice__wrapper .notice--active .notice__toggle .toggle-icon {
  background-image: url("../images/read-close-icon.svg");
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section-notice__wrapper .notice__content {
  display: none;
}
.section-notice__wrapper .first__content {
  display: block;
}
.section-notice__wrapper .notice__content,
.section-notice__wrapper .first__content {
  line-height: 1.4705882353em;
  letter-spacing: 0.025em;
  word-break: break-word;
  width: 100%;
  max-width: 1096px;
  margin: 0 30px;
}
.section-notice__wrapper .notice__content .view_box,
.section-notice__wrapper .first__content .view_box {
  margin: 0 auto;
}
.section-notice__wrapper .notice__content .view,
.section-notice__wrapper .first__content .view {
  width: 100%;
  position: relative;
  background: transparent;
  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-notice__wrapper .notice__content .view .view-title,
.section-notice__wrapper .first__content .view .view-title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 24px;
}
.section-notice__wrapper .notice__content .view .view-content,
.section-notice__wrapper .first__content .view .view-content {
  color: white;
  font-size: 16px;
  padding: 0 10px;
}
.section-notice__wrapper .notice__content .view .view-content ol.decimal li,
.section-notice__wrapper .first__content .view .view-content ol.decimal li {
  line-height: 2;
}
.section-notice__wrapper .notice__content .view .task,
.section-notice__wrapper .first__content .view .task {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-notice__wrapper .notice__content .view a,
.section-notice__wrapper .first__content .view a {
  color: #ceb071;
}
.section-notice__wrapper .notice__content .view p,
.section-notice__wrapper .first__content .view p {
  line-height: 2;
}

@media (max-width: 768px) {
  .section-notice__wrapper {
    padding: 12.3076923077vw 4.1666666667vw;
    border-radius: 8.2051282051vw 8.2051282051vw 0 0;
  }
  .section-notice__wrapper .notice__title {
    font-size: 6.1538461538vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5.1282051282vw;
  }
  .section-notice__wrapper .notice__toggle {
    padding-top: 5.1282051282vw;
    font-size: 4.6153846154vw;
  }
  .section-notice__wrapper .notice__content .view,
  .section-notice__wrapper .first__content .view {
    width: 100%;
    position: relative;
    background: transparent;
    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-notice__wrapper .notice__content .view .view-title,
  .section-notice__wrapper .first__content .view .view-title {
    font-size: 6.1538461538vw;
    margin-top: 8.2051282051vw;
    margin-bottom: 5.1282051282vw;
  }
  .section-notice__wrapper .notice__content .view .view-content,
  .section-notice__wrapper .first__content .view .view-content {
    color: white;
    font-size: 3.5897435897vw;
    padding: 0 2.5641025641vw;
  }
  .section-notice__wrapper .notice__content .view .view-content ol.decimal li,
  .section-notice__wrapper .first__content .view .view-content ol.decimal li {
    line-height: 2;
  }
  .section-notice__wrapper .notice__content .view .task,
  .section-notice__wrapper .first__content .view .task {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-notice__wrapper .notice__content .view a,
  .section-notice__wrapper .first__content .view a {
    color: #ceb071;
  }
}