@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; }

::-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.55556vw; }
  .forced-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0.31746vw; } }

@media (max-width: 768px) {
  .forced-scrollbar::-webkit-scrollbar {
    width: 0.91146vw; }
  .forced-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0.52083vw; } }

@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% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0); }
  66.66% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); } }

@keyframes revealLoop {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0); }
  66.66% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    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);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
  .js-animate--fadein-down {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
    @media (min-width: 769px) {
      .js-animate--fadein-down-max {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        transform: translate(0, 50px); } }
    @media (max-width: 768px) {
      .js-animate--fadein-down-min {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        transform: translate(0, 50px); } }
  .js-animate--fadein-left {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0); }
  .js-animate--fadein-right {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  .js-animate--maskin-left {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  .js-animate--maskin-right {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
  .js-animate--maskin-up {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
  .js-animate--maskin-down {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    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);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  .js-animate--active {
    opacity: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .js-animate--active {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    @supports not ((-webkit-transform: unset) or (transform: unset)) {
      .js-animate--active {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    .js-animate--active[class*="--maskin"] {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      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;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .js-animate--delay200 {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .js-animate--delay300 {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .js-animate--delay400 {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .js-animate--delay500 {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .js-animate--delay600 {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .js-animate--delay700 {
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .js-animate--delay800 {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; }
  .js-animate--delay900 {
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms; }
  .js-animate--delay1000 {
    -webkit-transition-delay: 1000ms;
    -o-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.14083em solid #332727;
  border-radius: 1.13333em;
  padding: 0.4em 1.5em 0.3em;
  background-color: #fcd245;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  font-size: 0.88235em;
  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.53333em;
      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: -webkit-radial-gradient(#ceb071 0%, rgba(206, 176, 113, 0) 60%);
  background: -o-radial-gradient(#ceb071 0%, rgba(206, 176, 113, 0) 60%);
  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;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden; }
  .bling-button::before {
    position: absolute;
    top: -40%;
    right: 110%;
    -webkit-transform: rotate(17deg);
    -ms-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: -webkit-linear-gradient(left, 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%);
    background: -o-linear-gradient(left, 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%);
    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;
    -o-transition: 1.2s ease all;
    transition: 1.2s ease all; }
  .bling-button:hover {
    -webkit-transform: scale(1.05);
    -ms-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;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden; }
  .bling-button-static::before {
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(145.09deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
    background: -o-linear-gradient(145.09deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
    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: -webkit-linear-gradient(320deg, #f2d470 0%, #f2d470 30%, #fff 50%, #f2d470 60%, #f2d470 100%);
    background: -o-linear-gradient(320deg, #f2d470 0%, #f2d470 30%, #fff 50%, #f2d470 60%, #f2d470 100%);
    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: -webkit-linear-gradient(left, #eb5611 0%, #f2d470 50%, #eb5611 100%);
      background-image: -o-linear-gradient(left, #eb5611 0%, #f2d470 50%, #eb5611 100%);
      background-image: linear-gradient(to right, #eb5611 0%, #f2d470 50%, #eb5611 100%);
      background-size: 200% auto;
      -webkit-transition: 0.5s;
      -o-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);
      -ms-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: 1320px; }
    #header .container #header-toggle {
      display: none; }
      #header .container #header-toggle.toggled {
        -webkit-transition: 0.3s;
        -o-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.81818vw; } }
        #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;
            -o-transition: 0.4s;
            transition: 0.4s;
            width: 0px;
            height: 4px;
            background-color: #ceb071; }
          #header .container nav ul li .header-sec-link:hover {
            font-weight: bold; }
            #header .container nav ul li .header-sec-link:hover::after {
              left: 0;
              right: auto;
              width: 100%; }
        #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;
          -o-transition: 0.3s;
          transition: 0.3s;
          margin-left: 20px; }
          @media (max-width: 1100px) {
            #header .container nav ul li .header-acc-link {
              margin-left: 0.90909vw; } }
          #header .container nav ul li .header-acc-link:hover {
            -webkit-transform: scale(1.05);
            -ms-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 {
            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:last-child {
              padding-bottom: 20px; }
            #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%);
    -ms-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);
        -ms-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.14083em solid #332727;
  border-radius: 1.13333em;
  padding: 0.4em 1.5em 0.3em;
  background-color: #fcd245;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  font-size: 0.88235em;
  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.53333em;
      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: -webkit-radial-gradient(#ceb071 0%, rgba(206, 176, 113, 0) 60%);
  background: -o-radial-gradient(#ceb071 0%, rgba(206, 176, 113, 0) 60%);
  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;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden; }
  .bling-button::before {
    position: absolute;
    top: -40%;
    right: 110%;
    -webkit-transform: rotate(17deg);
    -ms-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: -webkit-linear-gradient(left, 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%);
    background: -o-linear-gradient(left, 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%);
    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;
    -o-transition: 1.2s ease all;
    transition: 1.2s ease all; }
  .bling-button:hover {
    -webkit-transform: scale(1.05);
    -ms-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;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden; }
  .bling-button-static::before {
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(145.09deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
    background: -o-linear-gradient(145.09deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
    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: -webkit-linear-gradient(320deg, #f2d470 0%, #f2d470 30%, #fff 50%, #f2d470 60%, #f2d470 100%);
    background: -o-linear-gradient(320deg, #f2d470 0%, #f2d470 30%, #fff 50%, #f2d470 60%, #f2d470 100%);
    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: -webkit-linear-gradient(left, #eb5611 0%, #f2d470 50%, #eb5611 100%);
      background-image: -o-linear-gradient(left, #eb5611 0%, #f2d470 50%, #eb5611 100%);
      background-image: linear-gradient(to right, #eb5611 0%, #f2d470 50%, #eb5611 100%);
      background-size: 200% auto;
      -webkit-transition: 0.5s;
      -o-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);
      -ms-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: -webkit-linear-gradient(bottom, #EB5611 40%, #F28451 100%);
    background: -o-linear-gradient(bottom, #EB5611 40%, #F28451 100%);
    background: linear-gradient(to top, #EB5611 40%, #F28451 100%);
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 15.38462vw;
    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.20513vw;
          font-size: 4.61538vw;
          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 .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    background: -webkit-linear-gradient(145.09deg, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.1) 60%);
    background: -o-linear-gradient(145.09deg, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.1) 60%);
    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%);
    -webkit-backdrop-filter: blur(60px);
    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: -webkit-linear-gradient(145.09deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
      background: -o-linear-gradient(145.09deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
      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: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
      -webkit-mask-composite: destination-out;
      pointer-events: none; }
  .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; }

@media (max-width: 1000px) {
  .lightbox__box {
    padding: 40px 4.84848vw; }
  .lightbox__label {
    width: 75.75758vw; } }

@media (max-width: 600px) {
  .lightbox__box {
    padding: 40px 20px 20px 20px;
    margin: 0 20px; }
  .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.12821vw;
    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.58974vw; }
  .lightbox__imgbox {
    margin-top: 16px;
    width: 100%;
    max-width: 310px;
    max-height: 276px; }
    .lightbox__imgbox img {
      width: 100%;
      height: auto; }
    .lightbox__imgbox .img-L {
      display: none; }
    .lightbox__imgbox .img-S {
      display: block; }
  .lightbox .break-mb {
    display: block; } }

.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: 1440px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 4.51389vw;
      height: 41.875vw; }
      @media (min-width: 1441px) {
        .section-kv__content .kv-content .kv-banner {
          gap: 0px; } }
      .section-kv__content .kv-content .kv-banner__img {
        margin-top: 32px;
        position: relative;
        width: 41.66667vw; }
        .section-kv__content .kv-content .kv-banner__img .kv-bg {
          display: block;
          height: auto;
          margin-top: 30px; }
        .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: 4.44444vw;
          top: 6.94444vw;
          right: 8.88889vw;
          -webkit-animation-delay: 0s;
          animation-delay: 0s; }
        .section-kv__content .kv-content .kv-banner__img .kv-coin2 {
          width: 5.83333vw;
          top: 16.59722vw;
          right: 3.05556vw;
          -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }
        .section-kv__content .kv-content .kv-banner__img .kv-coin3 {
          width: 5vw;
          bottom: 13.75vw;
          left: 2.5vw;
          -webkit-animation-delay: 1s;
          animation-delay: 1s; }
        .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.66667vw;
          -webkit-transform-origin: center;
          -ms-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; }
        .section-kv__content .kv-content .kv-banner__img .kv-star1 {
          top: 15.13889vw;
          right: 7.36111vw;
          -webkit-animation-delay: 0s;
          animation-delay: 0s; }
        .section-kv__content .kv-content .kv-banner__img .kv-star2 {
          top: 18.47222vw;
          left: 4.58333vw;
          -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
        .section-kv__content .kv-content .kv-banner__img .kv-star3 {
          bottom: 13.47222vw;
          left: 9.72222vw;
          -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; }
        .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: 4.65278vw;
          top: 24.44444vw;
          right: 7.15278vw; }
      .section-kv__content .kv-content .kv-banner__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 5.83333vw;
        margin-left: 4.30556vw;
        -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: 1.38889vw;
          font-size: 4.44444vw;
          position: relative; }
          @media (min-width: 1441px) {
            .section-kv__content .kv-content .kv-banner__content .kv-title {
              font-size: 64px; } }
          .section-kv__content .kv-content .kv-banner__content .kv-title span {
            letter-spacing: 0.08em; }
          .section-kv__content .kv-content .kv-banner__content .kv-title .bottom-line {
            position: absolute;
            width: 24.23611vw;
            bottom: -0.76389vw;
            right: -0.34722vw; }
            @media (max-width: 845px) {
              .section-kv__content .kv-content .kv-banner__content .kv-title .bottom-line {
                right: 1.38889vw; } }
            .section-kv__content .kv-content .kv-banner__content .kv-title .bottom-line .icon {
              -webkit-clip-path: inset(0 100% 0 0);
              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.08333vw;
          font-weight: 500;
          font-size: 2.22222vw;
          line-height: 1.2; }
        .section-kv__content .kv-content .kv-banner__content .kv-desc {
          margin-bottom: 2.91667vw;
          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;
            -o-transition: 0.3s;
            transition: 0.3s;
            -webkit-transform: rotate(-8deg);
            -ms-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 .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;
                -webkit-text-decoration-line: line-through;
                text-decoration-line: line-through;
                -webkit-text-decoration-color: currentColor;
                text-decoration-color: currentColor;
                text-decoration-thickness: 1px; }
            .section-kv__content .kv-content .kv-banner__content .kv-desc__item .note {
              font-size: 14px;
              letter-spacing: 0.02em; }
              @media (max-width: 1240px) {
                .section-kv__content .kv-content .kv-banner__content .kv-desc__item .note {
                  display: block;
                  margin-top: 4px; } }
          .section-kv__content .kv-content .kv-banner__content .kv-desc .alreadyFull_text {
            color: #757575;
            -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
            -webkit-text-decoration-color: currentColor;
            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;
            -o-transition: 0.3s;
            transition: 0.3s; }
            .section-kv__content .kv-content .kv-banner__content .kv-footer__btn:hover {
              -webkit-transform: scale(1.05);
              -ms-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: 0 auto;
      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.29167vw auto;
    padding-bottom: 0px;
    width: 100%;
    padding-left: 5.20833vw;
    padding-right: 5.20833vw; }
    .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 {
          width: 96.35417vw; } }
        @media (max-width: 768px) and (max-width: 540px) {
          .section-kv__content .kv-content .kv-banner__img {
            margin-top: 6px; } }

@media (max-width: 768px) {
          .section-kv__content .kv-content .kv-banner__img .kv-bg {
            position: absolute;
            top: -16.53646vw;
            margin-top: 0px; }
          .section-kv__content .kv-content .kv-banner__img .kv-coin1 {
            width: 10.28646vw;
            top: -5.20833vw;
            right: 19.79167vw; }
          .section-kv__content .kv-content .kv-banner__img .kv-coin2 {
            width: 13.80208vw;
            top: 17.05729vw;
            right: 6.77083vw; }
          .section-kv__content .kv-content .kv-banner__img .kv-coin3 {
            width: 11.97917vw;
            bottom: -48.69792vw;
            left: 5.59896vw; }
          .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: 4.16667vw; }
          .section-kv__content .kv-content .kv-banner__img .kv-star1 {
            top: 13.54167vw;
            right: 16.01563vw; }
          .section-kv__content .kv-content .kv-banner__img .kv-star2 {
            top: 21.61458vw;
            left: 9.89583vw; }
          .section-kv__content .kv-content .kv-banner__img .kv-star3 {
            bottom: -49.34896vw;
            left: 22.13542vw; }
          .section-kv__content .kv-content .kv-banner__img .kv-fireworks1 {
            width: 10.54688vw;
            top: 35.9375vw;
            right: 15.88542vw; }
        .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.16667vw; }
          .section-kv__content .kv-content .kv-banner__content .kv-title {
            font-size: 9.11458vw;
            margin-bottom: 3.125vw; }
            .section-kv__content .kv-content .kv-banner__content .kv-title span {
              letter-spacing: 0.04em;
              line-height: 1.2; }
            .section-kv__content .kv-content .kv-banner__content .kv-title .bottom-line {
              width: 47.52604vw;
              bottom: -1.82292vw;
              right: 7.8125vw; }
          .section-kv__content .kv-content .kv-banner__content .kv-subtitle {
            letter-spacing: -0.16276vw;
            margin-bottom: 4.42708vw;
            font-size: 5.46875vw; }
          .section-kv__content .kv-content .kv-banner__content .kv-desc {
            margin-bottom: 5.98958vw; }
            .section-kv__content .kv-content .kv-banner__content .kv-desc .full_btn {
              position: absolute;
              top: 10.41667vw;
              left: 13.54167vw;
              color: #fff;
              font-weight: 500;
              font-size: 3.64583vw;
              background: #2e2e2e;
              line-height: 1.6;
              padding: 2.34375vw 3.90625vw;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              -webkit-transform: rotate(-8deg);
              -ms-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.20833vw; }
              .section-kv__content .kv-content .kv-banner__content .kv-desc__item .note {
                font-size: 3.38542vw;
                letter-spacing: -0.5px; }
          .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.16667vw;
              letter-spacing: 0.01em; }
            .section-kv__content .kv-content .kv-banner__content .kv-footer__btn {
              height: 13.02083vw;
              width: 33.07292vw;
              font-size: 4.16667vw;
              letter-spacing: -0.5px;
              padding: 2.08333vw 3.64583vw 2.08333vw 4.16667vw; }
              .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.42708vw;
                height: 4.42708vw;
                aspect-ratio: 1/1;
                background-size: contain; }
      .section-kv__content .kv-content .kv-scroll {
        margin-top: 75.78125vw; }
        .section-kv__content .kv-content .kv-scroll span {
          font-size: 3.125vw; }
        .section-kv__content .kv-content .kv-scroll .line {
          height: 10.41667vw; }
          .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__img {
        margin-top: 0px;
        width: 96.92308vw; }
        .section-kv__content .kv-content .kv-banner__img .kv-bg {
          top: -45px; }
        .section-kv__content .kv-content .kv-banner__img .kv-coin1 {
          top: -0.25641vw; }
        .section-kv__content .kv-content .kv-banner__img .kv-coin2 {
          top: 22.30769vw; }
        .section-kv__content .kv-content .kv-banner__img .kv-coin3 {
          bottom: -53.58974vw; }
        .section-kv__content .kv-content .kv-banner__img .kv-star1 {
          top: 18.46154vw; }
        .section-kv__content .kv-content .kv-banner__img .kv-star2 {
          top: 26.41026vw; }
        .section-kv__content .kv-content .kv-banner__img .kv-star3 {
          bottom: -54.61538vw; }
        .section-kv__content .kv-content .kv-banner__img .kv-fireworks1 {
          top: 40.76923vw; }
      .section-kv__content .kv-content .kv-banner__content {
        margin-top: 9.48718vw; }
        .section-kv__content .kv-content .kv-banner__content .kv-event-period {
          font-size: 16px; }
        .section-kv__content .kv-content .kv-banner__content .kv-title {
          font-size: 9.23077vw;
          margin-bottom: 12px; }
          .section-kv__content .kv-content .kv-banner__content .kv-title .bottom-line {
            width: 46.92308vw;
            bottom: -1.28205vw; }
        .section-kv__content .kv-content .kv-banner__content .kv-subtitle {
          letter-spacing: 0.04em;
          margin-bottom: 18px;
          font-size: 5.12821vw; }
        .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.61538vw;
            letter-spacing: 0.04em; }
            .section-kv__content .kv-content .kv-banner__content .kv-desc__item .highlight {
              font-size: 5.12821vw; }
            .section-kv__content .kv-content .kv-banner__content .kv-desc__item .note {
              margin-top: 6px;
              font-size: 3.33333vw;
              letter-spacing: 0em;
              line-height: 12px; }
        .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.10256vw;
            letter-spacing: 0.02em; }
          .section-kv__content .kv-content .kv-banner__content .kv-footer__btn {
            height: 12.30769vw;
            width: 33.07692vw;
            font-size: 4.10256vw;
            letter-spacing: 0.02em;
            line-height: 1.6;
            padding: 3.07692vw 4.35897vw 3.07692vw 3.07692vw 6.15385vw; }
            .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.02564vw;
              width: 4.10256vw;
              height: 4.10256vw; }
    .section-kv__content .kv-content .kv-scroll {
      margin-top: 81.28205vw; }
      .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: 48px 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;
    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: -webkit-linear-gradient(145.09deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
      background: -o-linear-gradient(145.09deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
      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%);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px); }
      .section-info .info-steps .info-step::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 24px;
        padding: 1px;
        background: -webkit-linear-gradient(145.09deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
        background: -o-linear-gradient(145.09deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
        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: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-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: -75%;
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(330deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.05) 100%);
        background: -o-linear-gradient(330deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.05) 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);
        -ms-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.82828vw; } }
        @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.22222vw; } }
      .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.77778vw; } }
      .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-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: -webkit-linear-gradient(145.09deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
    background: -o-linear-gradient(145.09deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
    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%);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px); }
    .section-info .info-extra::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 24px;
      padding: 1px;
      background: -webkit-linear-gradient(145.09deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
      background: -o-linear-gradient(145.09deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
      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: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-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: -webkit-linear-gradient(330deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.05) 100%);
      background: -o-linear-gradient(330deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.05) 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);
      -ms-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.44444vw;
    height: 44.44444vw;
    bottom: -5.41667vw;
    left: 0px; }
  .section-info .sm-circle {
    position: absolute;
    width: 33.33333vw;
    height: 42.56944vw;
    top: -284px;
    right: -74px; }
    @media (max-width: 1060px) {
      .section-info .sm-circle {
        top: -234px;
        right: -124px; } }

@media (max-width: 768px) {
  .section-info {
    padding: 3.90625vw 4.16667vw 20.70313vw; }
    .section-info .info-title {
      font-size: 8.33333vw;
      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-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 4.94792vw;
      margin-bottom: 4.94792vw; }
      .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.20833vw 4.16667vw 23.4375vw; }
        .section-info .info-steps .info-step.step-2 {
          padding-bottom: 35.67708vw; }
        .section-info .info-steps .info-step__header {
          margin-bottom: 3.25521vw; }
        .section-info .info-steps .info-step__title {
          font-size: 5.20833vw;
          margin-bottom: 3.125vw;
          letter-spacing: 0.04em;
          line-height: 1.2; }
        .section-info .info-steps .info-step__badge {
          padding: 2.60417vw 6.51042vw;
          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.64583vw; }
          .section-info .info-steps .info-step__body .highlight {
            font-size: 4.16667vw; }
            .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.16667vw;
            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.42708vw;
            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.16667vw;
          padding-right: 2.60417vw; }
          .section-info .info-steps .info-step__list li::marker {
            font-size: 2.60417vw; }
          .section-info .info-steps .info-step__list .highlight {
            font-size: 3.90625vw; }
        .section-info .info-steps .info-step__icon {
          position: absolute;
          bottom: 2.21354vw;
          right: 1.17188vw; }
          .section-info .info-steps .info-step__icon img {
            width: 28.64583vw;
            height: auto; }
        .section-info .info-steps .info-step__number {
          position: absolute;
          font-size: 20.83333vw;
          bottom: 1.04167vw;
          left: 4.03646vw; }
    .section-info .info-extra {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 89.84375vw;
      height: auto;
      padding: 5.46875vw 5.20833vw;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-bottom: 25vw; }
      .section-info .info-extra__note {
        font-size: 4.16667vw;
        margin-bottom: 1.30208vw; }
      .section-info .info-extra__highlight {
        font-size: 5.20833vw;
        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.21354vw;
        right: 1.17188vw; }
        .section-info .info-extra__icon img {
          width: 28.64583vw;
          height: auto; }
    .section-info .bg-circle {
      display: none; }
    .section-info .sm-circle {
      width: 78.125vw;
      top: 198.69792vw;
      right: -31.38021vw;
      -webkit-transform: scale(3.8);
      -ms-transform: scale(3.8);
      transform: scale(3.8);
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center; } }

@media (max-width: 390px) {
  .section-info {
    padding: 7.69231vw 3.58974vw 8.71795vw; }
    .section-info .info-steps .info-step {
      padding-bottom: 24.61538vw; }
      .section-info .info-steps .info-step.step-2 {
        padding-bottom: 35.89744vw; }
      .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.15385vw; }
      .section-info .info-extra__note {
        font-size: 4.10256vw; }
      .section-info .info-extra__highlight {
        font-size: 5.12821vw;
        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;
      -ms-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;
            -o-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: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.08) 100%);
            background: -o-linear-gradient(top left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.08) 100%);
            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(white), color-stop(50%, rgba(255, 255, 255, 0)), to(white));
              background: -webkit-linear-gradient(top left, white 0%, rgba(255, 255, 255, 0) 50%, white 100%);
              background: -o-linear-gradient(top left, white 0%, rgba(255, 255, 255, 0) 50%, white 100%);
              background: linear-gradient(to bottom right, white 0%, rgba(255, 255, 255, 0) 50%, white 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: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-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);
              -ms-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: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.03) 100%);
              background: -o-linear-gradient(top left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.03) 100%);
              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;
              -o-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: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%);
            background: -o-linear-gradient(top left, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%);
            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);
              -ms-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);
              -ms-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: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%);
              background: -o-linear-gradient(top left, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%);
              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;
          -o-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.76042vw; }
    .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.20513vw; }
      .section-faq__wrapper .faq-list {
        width: 100%;
        margin-top: 8.20513vw;
        margin-bottom: 3.07692vw;
        padding: 0 5.12821vw;
        z-index: 0; }
        .section-faq__wrapper .faq-list .faq-item {
          width: 100%;
          margin-bottom: 6.15385vw; }
          .section-faq__wrapper .faq-list .faq-item__question {
            padding-bottom: 4.10256vw;
            border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
            .section-faq__wrapper .faq-list .faq-item__question .faq-name {
              font-size: 4.10256vw;
              margin-right: 6.51042vw; }
            .section-faq__wrapper .faq-list .faq-item__question .faq-icon {
              width: 10.67708vw;
              height: 10.67708vw;
              border-radius: 2.21354vw; }
              .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.58974vw; }
            .section-faq__wrapper .faq-list .faq-item__answer .faq-item__answer-content {
              padding-top: 4.10256vw; }
            .section-faq__wrapper .faq-list .faq-item__answer.active {
              max-height: 300px; }
      .section-faq__wrapper .faq-apply-wrapper a.faq-apply {
        padding: 3.84615vw 7.69231vw 3.84615vw 8.71795vw;
        font-size: 5.12821vw; }
        .section-faq__wrapper .faq-apply-wrapper a.faq-apply img {
          width: 5.12821vw; } }

.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;
    -o-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.47059em;
    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.30769vw 4.16667vw;
    border-radius: 8.20513vw 8.20513vw 0 0; }
    .section-notice__wrapper .notice__title {
      font-size: 6.15385vw;
      font-weight: bold;
      text-align: center;
      margin-bottom: 5.12821vw; }
    .section-notice__wrapper .notice__toggle {
      padding-top: 5.12821vw;
      font-size: 4.61538vw; }
    .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.15385vw;
        margin-top: 8.20513vw;
        margin-bottom: 5.12821vw; }
      .section-notice__wrapper .notice__content .view .view-content,
      .section-notice__wrapper .first__content .view .view-content {
        color: white;
        font-size: 3.58974vw;
        padding: 0 2.5641vw; }
        .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; } }
