@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

body {
  line-height: 1; }

ol,
ul,
li,
a {
  list-style: none; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

* {
  -webkit-tap-highlight-color: transparent; }

button {
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* for Chrome Firefox Edge */ }

select::-ms-expand {
  display: none;
  /* for IE11 */ }

textarea {
  -webkit-appearance: none; }

input,
button {
  border-radius: 0; }

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
summary:focus {
  outline: 0; }

@font-face {
  font-family: "GenSenRounded-B";
  src: url("../font/GenSenRoundedTW-B.ttf") format("truetype"); }

.rounded-B {
  font-family: "GenSenRounded-B"; }

/*
.container {
  @include container;
}

.row {
  @include grid-row;
}

.col-4 {
  @include grid-column(4, 12);
}

.col-6 {
  @include grid-column(6, 12);
}

.col-12 {
  @include grid-column(12, 12);
}
*/
.element {
  width: 5%; }

.element {
  width: 100px;
  height: 50px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  color: #332727;
  line-height: 1.5;
  overflow-x: hidden;
  color: black;
  background-color: #5A4E4C; }

.container {
  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; }

.hidden {
  display: none !important; }

.txt-title {
  position: absolute;
  text-indent: -9999px;
  top: 0;
  left: 0;
  overflow: hidden; }

.task-web {
  display: block; }
  @media (max-width: 768px) {
    .task-web {
      display: none; } }

.fwb {
  font-weight: bold; }

.mark {
  color: #CEB071; }

ol.disc {
  padding-left: 2em; }
  ol.disc > li {
    list-style: disc; }

ol.decimal {
  padding-left: 3.3em; }
  ol.decimal > li {
    list-style: decimal; }

ol.square {
  margin-left: 1em; }
  ol.square > li {
    list-style: square; }

ol.decimal1em {
  margin-left: 1em; }
  ol.decimal1em > li {
    list-style: decimal; }

ol.decimal-arc {
  /*更新*/
  counter-reset: counter;
  position: relative;
  padding-left: 1.6em; }
  ol.decimal-arc > li:before {
    counter-increment: counter;
    content: "(" counter(counter) ")";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    text-indent: -2em;
    text-align: right;
    margin-left: -0.2em; }
  ol.decimal-arc > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-indent: -1em;
    padding-left: 1em; }

ol.lower-alpha {
  /*更新*/
  padding-left: 1.2em; }
  ol.lower-alpha > li {
    list-style: lower-alpha; }

ol.cjk-ideographic {
  margin-left: 2em; }
  ol.cjk-ideographic > li {
    list-style: cjk-ideographic; }

ol .cjk-ideographic-arc {
  counter-reset: cjk;
  list-style: none;
  padding-left: 0; }
  ol .cjk-ideographic-arc > li {
    counter-increment: cjk;
    position: relative;
    padding-left: 2em; }
    ol .cjk-ideographic-arc > li::before {
      content: "(" counter(cjk, cjk-ideographic) ")";
      position: absolute;
      left: 0; }

ol .circle-counter {
  counter-reset: step; }
  ol .circle-counter > li {
    counter-increment: step;
    list-style: none;
    position: relative;
    padding-left: 1.5em; }
    ol .circle-counter > li::before {
      content: counter(step);
      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;
      width: 1.2em;
      height: 1.2em;
      border-radius: 50%;
      border: 1px solid #fff;
      color: #fff;
      position: absolute;
      left: 0;
      top: 0.1em; }

ol.comment {
  counter-reset: my-awesome-counter; }
  ol.comment > li {
    counter-increment: my-awesome-counter;
    list-style: none !important;
    position: relative;
    list-style: none;
    margin-left: 2em !important;
    text-align: justify;
    text-justify: inter-ideograph; }
    ol.comment > li::before {
      content: "註" counter(my-awesome-counter) "：";
      position: absolute;
      left: -2.5em; }

@-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 fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes floatShadow {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes floatShadow {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@-webkit-keyframes mouseScroll {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: translateY(130%);
    transform: translateY(130%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(130%);
    transform: translateY(130%); } }

@keyframes mouseScroll {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: translateY(130%);
    transform: translateY(130%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(130%);
    transform: translateY(130%); } }

@-webkit-keyframes progressLine {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes progressLine {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@-webkit-keyframes zoomPop {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes zoomPop {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes flyOut {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  80% {
    -webkit-transform: translate(19px, -19px);
    transform: translate(19px, -19px);
    opacity: 0.65; }
  100% {
    -webkit-transform: translate(24px, -24px);
    transform: translate(24px, -24px);
    opacity: 0; } }

@keyframes flyOut {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  80% {
    -webkit-transform: translate(19px, -19px);
    transform: translate(19px, -19px);
    opacity: 0.65; }
  100% {
    -webkit-transform: translate(24px, -24px);
    transform: translate(24px, -24px);
    opacity: 0; } }

@-webkit-keyframes flyIn {
  0% {
    -webkit-transform: translate(-24px, 24px);
    transform: translate(-24px, 24px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes flyIn {
  0% {
    -webkit-transform: translate(-24px, 24px);
    transform: translate(-24px, 24px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes flyRight {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  80% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
    opacity: 0.3; }
  100% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
    opacity: 0; } }

@keyframes flyRight {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  80% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
    opacity: 0.3; }
  100% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
    opacity: 0; } }

@-webkit-keyframes flyFromLeft {
  0% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes flyFromLeft {
  0% {
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

@-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 spark-shine {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5; }
  40% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1; }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5; } }

@keyframes spark-shine {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5; }
  40% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1; }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5; } }

@-webkit-keyframes copyHintFade {
  0% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes copyHintFade {
  0% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes glowPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }
  50% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; } }

@keyframes glowPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }
  50% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; } }

.js-animate {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .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; }

.lightbox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
  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 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: calc(50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1279px) {
      .lightbox__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        top: 0; } }
    @media (max-width: 768px) {
      .lightbox__content {
        left: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0; } }
  .lightbox__end-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;
    color: #212121;
    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;
    width: 636px;
    aspect-ratio: 1 / 1; }
    @media (max-width: 1420px) {
      .lightbox__box {
        width: 44.78873vw; } }
    @media (max-width: 768px) {
      .lightbox__box {
        width: 636px; } }
  @media (max-width: 1279px) {
    .lightbox .signature-box {
      margin-top: 7.81861vw; } }
  .lightbox__end-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;
    max-width: 700px; }
    .lightbox__end-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; }
    @media (max-width: 768px) {
      .lightbox__end-box {
        padding: 5.20833vw 5.20833vw; } }
  .lightbox__btn-close {
    position: absolute;
    top: 45px;
    right: -50px;
    left: auto;
    width: 40px;
    aspect-ratio: 1 / 1;
    z-index: 50; }
    @media (max-width: 1420px) {
      .lightbox__btn-close {
        width: 2.8169vw;
        top: 3.16901vw;
        right: -3.52113vw; } }
    @media (max-width: 768px) {
      .lightbox__btn-close {
        width: 40px;
        top: 45px;
        right: -50px; } }
    @media (max-width: 390px) {
      .lightbox__btn-close {
        width: 10.25641vw;
        top: 11.53846vw;
        right: -12.82051vw; } }
    .lightbox__btn-close img {
      opacity: 0;
      width: 100%;
      height: 100%; }
    .lightbox__btn-close.end {
      position: relative;
      top: auto;
      right: auto;
      aspect-ratio: unset;
      width: auto;
      padding: 10px 60px;
      font-size: 20px;
      font-weight: 500;
      border-radius: 10px;
      color: black;
      margin-top: 40px;
      background: -webkit-radial-gradient(49.4% 28.35%, 79.34% 133.31%, #ED2424 0%, #BE2226 39%, #9D2228 65%, #701415 100%);
      background: -o-radial-gradient(49.4% 28.35%, 79.34% 133.31%, #ED2424 0%, #BE2226 39%, #9D2228 65%, #701415 100%);
      background: radial-gradient(79.34% 133.31% at 49.4% 28.35%, #ED2424 0%, #BE2226 39%, #9D2228 65%, #701415 100%);
      border: 2px solid #F2D470;
      color: #F7D293;
      overflow: hidden; }
      .lightbox__btn-close.end:after {
        content: "";
        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(transparent), color-stop(50%, rgba(255, 255, 255, 0.35)), to(transparent));
        background: -webkit-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
        background: -o-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
        background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
        width: 60%;
        height: 200%;
        -webkit-animation: shine-move 2s infinite linear;
        animation: shine-move 2s infinite linear; }
      @media (max-width: 768px) {
        .lightbox__btn-close.end {
          font-size: 5.12821vw;
          margin-top: 2.5641vw;
          margin-bottom: 5.12821vw; } }

@-webkit-keyframes shine-move {
  0% {
    right: 110%; }
  40%,
  100% {
    right: -50%; } }

@keyframes shine-move {
  0% {
    right: 110%; }
  40%,
  100% {
    right: -50%; } }
  .lightbox__end-title {
    font-size: 40px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .lightbox__end-title {
        font-size: 10.25641vw;
        margin-bottom: 2.5641vw; } }
  .lightbox__end-label {
    font-size: 20px;
    color: white;
    margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: 0.04em; }
    .lightbox__end-label.highlight {
      color: #F2D470; }
    @media (max-width: 768px) {
      .lightbox__end-label {
        font-size: 5.12821vw;
        margin-bottom: 5.12821vw; }
        .lightbox__end-label .block {
          display: block; } }
  .lightbox .pulseAni {
    -webkit-transition: 0.3 ease-in-out;
    -o-transition: 0.3 ease-in-out;
    transition: 0.3 ease-in-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: glowPulse 3.5s infinite;
    animation: glowPulse 3.5s infinite; }
  .lightbox__lightBG {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/kv/lightbox-bg.svg") no-repeat center;
    background-size: contain; }
  .lightbox__circleBG {
    position: absolute;
    width: 380px;
    aspect-ratio: 1 / 1;
    background: url("../images/kv/lightbox-centerBg.svg") no-repeat center;
    background-size: contain; }
    @media (max-width: 1420px) {
      .lightbox__circleBG {
        width: 26.76056vw; } }
    @media (max-width: 768px) {
      .lightbox__circleBG {
        width: 380px; } }
    @media (max-width: 390px) {
      .lightbox__circleBG {
        width: 97.4359vw; } }
  .lightbox__signature {
    opacity: 0;
    position: absolute;
    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; }

.luckyStick {
  position: absolute;
  width: 17.9%;
  height: 64.6%;
  rotate: 18.16deg;
  margin-top: 7.86%;
  margin-right: 3.14%; }

.cloud {
  position: absolute;
  height: auto; }
  .cloud--01 {
    width: 18.71%;
    top: 56.28%;
    left: 0.1%; }
  .cloud--02 {
    width: 20.44%;
    left: -16.35%;
    bottom: 2.67%; }
  .cloud--03 {
    width: 12.57%;
    right: -7.07%;
    bottom: 13.2%; }

.signature {
  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; }
  .signature--content {
    position: relative;
    margin: 0 auto;
    width: 270px;
    height: 522px;
    margin-bottom: 26px;
    padding: 10px; }
    @media (max-width: 1420px) {
      .signature--content {
        width: 19.01408vw;
        height: 36.76056vw;
        margin-bottom: 1.83099vw;
        padding: 0.70423vw; } }
    @media (max-width: 768px) {
      .signature--content {
        width: 270px;
        height: 522px;
        margin-bottom: 26px;
        padding: 10px; } }
    @media (max-width: 390px) {
      .signature--content {
        width: 69.23077vw;
        height: 128.20513vw;
        margin-bottom: 4.10256vw;
        padding: 2.5641vw; } }
  .signature--decoration {
    position: absolute;
    display: block;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 372px;
    height: auto; }
    @media (max-width: 1420px) {
      .signature--decoration {
        width: 26.19718vw;
        top: -1.26761vw; } }
    @media (max-width: 768px) {
      .signature--decoration {
        width: 372px;
        top: -18px; } }
    @media (max-width: 390px) {
      .signature--decoration {
        width: 95.38462vw;
        top: -4.61538vw; } }
  .signature--num {
    position: absolute;
    width: 68%;
    top: -2.73%;
    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; }
  .signature--sign {
    width: 71.85%;
    margin-top: 7.35%;
    margin-bottom: 2%; }
  .signature--line {
    width: 95.6%;
    height: 3%;
    margin-bottom: 2.2%;
    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; }
    .signature--line img {
      width: 100%;
      height: auto; }
  .signature--button-group {
    position: relative; }
  .signature--btn {
    position: relative;
    width: 250px;
    height: 50px;
    background: url("../images/kv/btn-text-bg.svg") no-repeat center;
    background-size: contain;
    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;
    color: white;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.08em; }
    @media (max-width: 1420px) {
      .signature--btn {
        width: 17.60563vw;
        height: 3.52113vw;
        font-size: 1.12676vw; } }
    @media (max-width: 768px) {
      .signature--btn {
        width: 250px;
        height: 50px;
        font-size: 16px; } }
    @media (max-width: 390px) {
      .signature--btn {
        width: 64.10256vw;
        height: 12.82051vw;
        font-size: 4.10256vw; } }
    .signature--btn:not(:last-child) {
      margin-bottom: 30px; }
      @media (max-width: 1420px) {
        .signature--btn:not(:last-child) {
          margin-bottom: 2.11268vw; } }
      @media (max-width: 768px) {
        .signature--btn:not(:last-child) {
          margin-bottom: 30px; } }
      @media (max-width: 390px) {
        .signature--btn:not(:last-child) {
          margin-bottom: 5.12821vw; } }
    .signature--btn::before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 136%;
      height: 104.62%;
      bottom: 28%;
      background: url("../images/kv/btn-bg.svg") no-repeat center;
      background-size: contain; }

.gradient-box {
  position: relative;
  width: 270px;
  height: 522px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #FFDBDA), color-stop(21%, #F6EFE5), to(#FFE4C4));
  background: -webkit-linear-gradient(top, #FFDBDA 5%, #F6EFE5 21%, #FFE4C4 100%);
  background: -o-linear-gradient(top, #FFDBDA 5%, #F6EFE5 21%, #FFE4C4 100%);
  background: linear-gradient(to bottom, #FFDBDA 5%, #F6EFE5 21%, #FFE4C4 100%); }
  @media (max-width: 1420px) {
    .gradient-box {
      width: 19.01408vw;
      height: 36.76056vw; } }
  @media (max-width: 768px) {
    .gradient-box {
      width: 270px;
      height: 522px; } }
  @media (max-width: 390px) {
    .gradient-box {
      width: 69.23077vw;
      height: 128.20513vw; } }
  .gradient-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#710503), color-stop(13%, #C1302D), color-stop(86%, #C7322F), to(#801B1A));
    background: -webkit-linear-gradient(top, #710503 0%, #C1302D 13%, #C7322F 86%, #801B1A 100%);
    background: -o-linear-gradient(top, #710503 0%, #C1302D 13%, #C7322F 86%, #801B1A 100%);
    background: linear-gradient(to bottom, #710503 0%, #C1302D 13%, #C7322F 86%, #801B1A 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: xor;
    mask-composite: exclude;
    pointer-events: none; }

.sign--title {
  color: #C12E2C;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 8px; }
  @media (max-width: 1420px) {
    .sign--title {
      font-size: 1.12676vw;
      margin-bottom: 0.56338vw; } }
  @media (max-width: 768px) {
    .sign--title {
      font-size: 16px;
      margin-bottom: 8px; } }
  @media (max-width: 390px) {
    .sign--title {
      font-size: 4.10256vw;
      margin-bottom: 2.05128vw; } }
  .sign--title .subTitle {
    font-size: 13px;
    letter-spacing: 0; }
    @media (max-width: 1420px) {
      .sign--title .subTitle {
        font-size: 0.91549vw; } }
    @media (max-width: 768px) {
      .sign--title .subTitle {
        font-size: 13px; } }
    @media (max-width: 390px) {
      .sign--title .subTitle {
        font-size: 3.33333vw; } }

.sign--title-02 {
  font-size: 14px; }
  @media (max-width: 1420px) {
    .sign--title-02 {
      font-size: 0.98592vw; } }
  @media (max-width: 768px) {
    .sign--title-02 {
      font-size: 14px; } }
  @media (max-width: 390px) {
    .sign--title-02 {
      font-size: 3.58974vw; } }

.sign--list {
  text-align: left;
  color: #D38029;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0; }
  @media (max-width: 1420px) {
    .sign--list {
      font-size: 0.98592vw; } }
  @media (max-width: 768px) {
    .sign--list {
      font-size: 14px; } }
  @media (max-width: 390px) {
    .sign--list {
      font-size: 3.58974vw; } }
  .sign--list .text-brown {
    color: #7A5125; }

.sign--hr {
  width: 81.48%;
  margin: 12px auto;
  border-color: #C12E2C; }

.sign--desc {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  color: #C12E2C; }
  @media (max-width: 1420px) {
    .sign--desc {
      font-size: 1.12676vw; } }
  @media (max-width: 768px) {
    .sign--desc {
      font-size: 16px; } }
  @media (max-width: 390px) {
    .sign--desc {
      font-size: 4.10256vw; } }
  .sign--desc--lg {
    font-size: 18px; }
    @media (max-width: 1420px) {
      .sign--desc--lg {
        font-size: 1.26761vw; } }
    @media (max-width: 768px) {
      .sign--desc--lg {
        font-size: 18px; } }
    @media (max-width: 390px) {
      .sign--desc--lg {
        font-size: 4.61538vw; } }

.sign--text-group:not(:last-child) {
  margin-bottom: 10px; }
  @media (max-width: 1420px) {
    .sign--text-group:not(:last-child) {
      margin-bottom: 0.70423vw; } }
  @media (max-width: 768px) {
    .sign--text-group:not(:last-child) {
      margin-bottom: 10px; } }
  @media (max-width: 390px) {
    .sign--text-group:not(:last-child) {
      margin-bottom: 2.5641vw; } }

.sign--heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 4px; }
  @media (max-width: 1420px) {
    .sign--heading {
      font-size: 0.98592vw;
      margin-bottom: 0.28169vw; } }
  @media (max-width: 768px) {
    .sign--heading {
      font-size: 14px;
      margin-bottom: 4px; } }
  @media (max-width: 390px) {
    .sign--heading {
      font-size: 3.58974vw;
      margin-bottom: 1.02564vw; } }

.sign--text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #2F1412; }
  @media (max-width: 1420px) {
    .sign--text {
      font-size: 0.91549vw; } }
  @media (max-width: 768px) {
    .sign--text {
      font-size: 13px; } }
  @media (max-width: 390px) {
    .sign--text {
      font-size: 13px; } }
  .sign--text .text-sm {
    line-height: 1.4; }
  .sign--text .highlight {
    line-height: 1.4;
    color: #C12E2C; }
  .sign--text .highlight-lg {
    line-height: 1.4;
    font-size: 14px;
    color: #C12E2C; }
    @media (max-width: 1420px) {
      .sign--text .highlight-lg {
        font-size: 0.98592vw; } }
    @media (max-width: 768px) {
      .sign--text .highlight-lg {
        font-size: 14px; } }
    @media (max-width: 390px) {
      .sign--text .highlight-lg {
        font-size: 3.58974vw; } }

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  background: #ffffff;
  inset: 0;
  will-change: opacity;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.loader {
  position: fixed;
  z-index: 1003;
  top: 50%;
  margin-top: -115px;
  left: 50%;
  margin-left: -86.5px;
  will-change: opacity;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
  background-color: #181818;
  border-bottom: 1px solid #CEB071; }
  @media (max-width: 768px) {
    .header {
      padding: 0; } }
  .header::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.35, 1), visibility 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.35, 1), visibility 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.35, 1), visibility 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
    z-index: -1;
    pointer-events: none; }
    @media (max-width: 768px) {
      .header::after {
        display: block; } }
  @media (max-width: 768px) {
    .header.is-menu-open::after {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }
  @media (max-width: 768px) {
    .header.is-menu-open .header__nav {
      max-height: 500px;
      opacity: 1;
      visibility: visible; } }
  @media (max-width: 768px) {
    .header.is-menu-open .header__nav-item,
    .header.is-menu-open .header__cta {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; } }
  .header.is-menu-open .header__hamburger-line {
    background: transparent; }
    .header.is-menu-open .header__hamburger-line::before {
      width: 14px;
      top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header.is-menu-open .header__hamburger-line::after {
      width: 14px;
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .header__container {
    max-width: 1440px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .header__container {
        padding: 0; } }
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 20px;
    position: relative;
    z-index: 1;
    height: 75px; }
    @media (max-width: 768px) {
      .header__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px;
        height: 60px; } }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    max-width: 137px;
    width: 100%;
    position: relative;
    z-index: 2; }
    .header__logo-img {
      display: block;
      height: 36px;
      width: auto; }
      @media (max-width: 768px) {
        .header__logo-img {
          height: 36px; } }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto; }
    @media (max-width: 768px) {
      .header__nav {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        -webkit-transition: 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
        -o-transition: 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
        transition: 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
        z-index: 1; }
        .header__nav.toggled {
          content: '';
          position: absolute;
          width: 100%;
          height: 100vh;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.6); } }
    .header__nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0;
      padding: 0;
      list-style: none; }
      @media (max-width: 768px) {
        .header__nav-list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 28px;
          width: 100%;
          padding: 24px 20px 40px;
          background: #181818;
          height: auto; } }
    @media (max-width: 768px) {
      .header__nav-item {
        width: 100%;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        -webkit-transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
        transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
        -o-transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), opacity 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
        transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), opacity 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
        transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), opacity 0.45s cubic-bezier(0.22, 0.61, 0.35, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative; }
        .header__nav-item:nth-child(1) {
          -webkit-transition-delay: 0.1s;
          -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }
        .header__nav-item:nth-child(2) {
          -webkit-transition-delay: 0.15s;
          -o-transition-delay: 0.15s;
          transition-delay: 0.15s; }
        .header__nav-item:nth-child(3) {
          -webkit-transition-delay: 0.2s;
          -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }
        .header__nav-item:nth-child(4) {
          -webkit-transition-delay: 0.25s;
          -o-transition-delay: 0.25s;
          transition-delay: 0.25s; }
        .header__nav-item:nth-child(5) {
          -webkit-transition-delay: 0.3s;
          -o-transition-delay: 0.3s;
          transition-delay: 0.3s; } }
    .header__nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 14px 37px;
      font-family: "Noto Sans TC", Helvetica, Arial, sans-serif;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0.36px;
      color: #CEB071;
      -webkit-transition: all 450ms;
      -o-transition: all 450ms;
      transition: all 450ms;
      -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
      -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
      transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
      text-decoration: none;
      white-space: nowrap;
      position: relative; }
      @media (max-width: 1279px) {
        .header__nav-link {
          padding: 1.09461vw 2.50195vw;
          font-size: 1.87647vw; } }
      .header__nav-link::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        margin: auto;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        color: #fff;
        width: 0px;
        height: 4px;
        background-color: #CEB071; }
      .header__nav-link:hover::after {
        width: 100%; }
        @media (max-width: 1279px) {
          .header__nav-link:hover::after {
            width: 0; } }
      @media (max-width: 768px) {
        .header__nav-link {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 0;
          width: 100%;
          font-family: "Noto Sans TC", Helvetica, Arial, sans-serif;
          font-size: 20px;
          font-weight: 400;
          line-height: 1.4;
          letter-spacing: 0.8px; } }
      @media (max-width: 768px) {
        .header__nav-link:hover, .header__nav-link.is-active {
          background: transparent; } }
      .header__nav-link.is-disabled {
        color: #e0e0e0;
        pointer-events: none;
        cursor: not-allowed; }
  .header__cta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header__cta-btn {
      position: relative;
      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;
      padding: 12px 24px;
      border-radius: 100px;
      border: 1px solid rgba(255, 255, 255, 0.4);
      color: #212121;
      text-decoration: none;
      white-space: nowrap;
      cursor: pointer;
      -webkit-transition: all 450ms cubic-bezier(0.22, 0.61, 0.35, 1);
      -o-transition: all 450ms cubic-bezier(0.22, 0.61, 0.35, 1);
      transition: all 450ms cubic-bezier(0.22, 0.61, 0.35, 1);
      z-index: 1;
      overflow: hidden;
      font-weight: 500;
      font-size: 20px;
      line-height: 1.4;
      letter-spacing: 0.02em;
      background-color: #CEB071; }
      @media (max-width: 1279px) {
        .header__cta-btn {
          padding: 0.93823vw 1.87647vw;
          font-size: 1.87647vw;
          border-radius: 7.81861vw; } }
      .header__cta-btn span {
        letter-spacing: 0;
        line-height: 1.6; }
      .header__cta-btn::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; }
      @media (max-width: 768px) {
        .header__cta-btn {
          margin: 0 auto;
          padding: 12px 20px;
          font-family: "Noto Sans TC", Helvetica, Arial, sans-serif;
          font-size: 20px;
          font-weight: 500;
          line-height: 1.4;
          letter-spacing: 0.8px; } }
      .header__cta-btn:hover, .header__cta-btn:active {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px); }
        @media (max-width: 768px) {
          .header__cta-btn:hover, .header__cta-btn:active {
            -webkit-transform: translateY(6px);
            -ms-transform: translateY(6px);
            transform: translateY(6px); } }
  .header__menu-toggle {
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    left: 8px;
    top: 50%;
    padding: 12px;
    border: none;
    cursor: pointer;
    z-index: 1001;
    -webkit-transition: background 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
    -o-transition: background 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
    transition: background 0.3s cubic-bezier(0.22, 0.61, 0.35, 1);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent; }
    @media (max-width: 768px) {
      .header__menu-toggle {
        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; } }
  .header__hamburger {
    position: relative;
    width: 24px;
    height: 24px;
    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; }
    .header__hamburger-line {
      position: absolute;
      width: 17px;
      height: 1px;
      background: #CEB071;
      -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
      .header__hamburger-line::before, .header__hamburger-line::after {
        content: '';
        position: absolute;
        background: #CEB071;
        height: 1px;
        -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
      .header__hamburger-line::before {
        width: 17px;
        top: -5px;
        left: 0; }
      .header__hamburger-line::after {
        width: 17px;
        bottom: -5px;
        left: 0; }

.cta-btn {
  margin-left: 20px; }
  @media (max-width: 768px) {
    .cta-btn {
      margin: 0; } }

@media (max-width: 768px) {
  body.menu-open {
    overflow: hidden; } }

@keyframes shine-move {
  0% {
    right: 110%; }
  40%,
  100% {
    right: -50%; } }

.fc_white {
  color: white !important; }

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 80px; }

body {
  overflow-x: hidden;
  font-family: "Manrope", "Noto Sans TC", Helvetica, Arial, sans-serif; }
  body.scroll-fixed {
    overflow: hidden; }

.section {
  position: relative; }

.wrap {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .wrap__inner {
    width: 89.745%;
    max-width: 1096px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .wrap__inner {
        padding: 0; } }

main .wrap__inner {
  position: relative;
  max-width: 1320px;
  width: 96%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1179px) {
    main .wrap__inner {
      width: 100%;
      padding: 0 20px; } }
  @media (max-width: 991px) {
    main .wrap__inner {
      display: block; } }
  main .wrap__inner .wrap__head {
    max-width: 372px;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      main .wrap__inner .wrap__head {
        max-width: none; } }
    main .wrap__inner .wrap__head .tip {
      width: 148px; }
      @media (max-width: 991px) {
        main .wrap__inner .wrap__head .tip {
          width: 100px;
          height: 40px; } }
    main .wrap__inner .wrap__head .in-title {
      text-align: left;
      margin: 6px 0 12px 0; }
      @media (max-width: 991px) {
        main .wrap__inner .wrap__head .in-title {
          margin: 0; } }
    main .wrap__inner .wrap__head p {
      color: #2C2C2C;
      font-size: 1.25em;
      font-weight: 500;
      line-height: 140%;
      letter-spacing: 2.4px; }
      @media (max-width: 992px) {
        main .wrap__inner .wrap__head p {
          font-size: 1em;
          letter-spacing: 0.32px;
          padding-right: 11%; }
          main .wrap__inner .wrap__head p br {
            display: none !important; } }
      @media (max-width: 991px) {
        main .wrap__inner .wrap__head p {
          padding-right: 0; } }

img {
  width: 100%; }

.content {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .content {
      min-height: calc(100vh - 64px); } }
  .content--main:before {
    content: "";
    display: block;
    padding-top: 75px; }
    @media (max-width: 1279px) {
      .content--main:before {
        padding-top: 60px; } }
  .content--no-padding > *:first-child {
    padding-top: 0; }

.mb-use, .mb-f-use {
  display: none !important; }

@media (max-width: 991px) {
  .pc-use {
    display: none !important; }
  .mb-use {
    display: block !important; }
  .mb-f-use {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.icon-geometry {
  position: absolute; }

.no-application .section-application, .no-application .header__menu li.header__item:nth-child(3) {
  display: none; }

.no-application .section-faq {
  background: none; }
  .no-application .section-faq .text-content {
    background: none;
    -webkit-text-fill-color: #1242A9;
    text-transform: none; }

.fixedIcon__area {
  -webkit-transition: all 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
  -o-transition: all 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
  transition: all 0.45s cubic-bezier(0.22, 0.61, 0.35, 1);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 11;
  padding: 16px;
  border-radius: 12px 0px 0px 12px; }
  @media (max-width: 598px) {
    .fixedIcon__area {
      bottom: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 20px 20px 0px 0px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: -webkit-linear-gradient(359deg, #2157CB -12.05%, #6F61E2 101.51%);
      background: -o-linear-gradient(359deg, #2157CB -12.05%, #6F61E2 101.51%);
      background: linear-gradient(91deg, #2157CB -12.05%, #6F61E2 101.51%); }
      .fixedIcon__area.no-fix {
        position: absolute; } }
  .fixedIcon__area--active {
    opacity: 1;
    pointer-events: auto; }

.fixedIcon__tiger {
  width: 172px; }
  @media (max-width: 598px) {
    .fixedIcon__tiger {
      display: none; } }

.fixedIcon__btn {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.28px;
  text-decoration: none !important; }
  @media (max-width: 598px) {
    .fixedIcon__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 18px;
      font-weight: 700;
      line-height: 160%;
      letter-spacing: 0.72px; } }
  @media (min-width: 991px) {
    .fixedIcon__btn:hover .btn-more {
      background-position: right center; } }
  .fixedIcon__btn .btn-more {
    position: relative;
    margin-top: 0;
    text-decoration: none !important;
    width: 162px;
    height: 52px;
    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;
    gap: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.8px;
    border-radius: 10px;
    background: -webkit-linear-gradient(295deg, #49A7FF 0%, #8270FF 54%, #49A7FF 100%);
    background: -o-linear-gradient(295deg, #49A7FF 0%, #8270FF 54%, #49A7FF 100%);
    background: linear-gradient(155deg, #49A7FF 0%, #8270FF 54%, #49A7FF 100%);
    background-size: 200% auto;
    background-position: left center;
    -webkit-transition: background-position 0.5s;
    -o-transition: background-position 0.5s;
    transition: background-position 0.5s;
    margin: -55px auto 0 auto; }
    @media (max-width: 598px) {
      .fixedIcon__btn .btn-more {
        width: 100%;
        height: auto;
        background: none;
        border: none;
        margin: 0;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0.72px; } }
    .fixedIcon__btn .btn-more::before {
      opacity: .3;
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 10px;
      padding: 1px;
      background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.9) 100%);
      background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.9) 100%);
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.9) 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: xor;
      mask-composite: exclude;
      pointer-events: none; }
      @media (max-width: 598px) {
        .fixedIcon__btn .btn-more::before {
          display: none; } }

.section-kv {
  position: relative;
  width: 100%;
  height: 695px;
  background: url("../images/kv/KV-BG.png") center center repeat;
  overflow: hidden; }
  @media (max-width: 1420px) {
    .section-kv {
      height: 48.94366vw; } }
  @media (max-width: 768px) {
    .section-kv {
      height: 184.61538vw; } }
  .section-kv::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(108, 0, 0, 0)), to(#6B0000));
    background: -webkit-linear-gradient(bottom, rgba(108, 0, 0, 0) 0%, #6B0000 100%);
    background: -o-linear-gradient(bottom, rgba(108, 0, 0, 0) 0%, #6B0000 100%);
    background: linear-gradient(to top, rgba(108, 0, 0, 0) 0%, #6B0000 100%);
    z-index: 1;
    pointer-events: none;
    opacity: 0.4; }
  .section-kv::before {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 145px;
    background: -webkit-gradient(linear, left bottom, left top, from(#C82127), color-stop(20%, #C22025), color-stop(50%, #B21E22), color-stop(90%, #981A1D), to(#8E191B));
    background: -webkit-linear-gradient(bottom, #C82127 0%, #C22025 20%, #B21E22 50%, #981A1D 90%, #8E191B 100%);
    background: -o-linear-gradient(bottom, #C82127 0%, #C22025 20%, #B21E22 50%, #981A1D 90%, #8E191B 100%);
    background: linear-gradient(to top, #C82127 0%, #C22025 20%, #B21E22 50%, #981A1D 90%, #8E191B 100%); }
    @media (max-width: 1420px) {
      .section-kv::before {
        height: 10.21127vw; } }
    @media (max-width: 768px) {
      .section-kv::before {
        height: 34.87179vw; } }
  .section-kv__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 20px;
    max-width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto; }
    .section-kv__wrapper::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("../images/kv/kv-star-dust.png") no-repeat center;
      background-size: contain; }
    @media (max-width: 768px) {
      .section-kv__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: none;
        padding: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }

.kv {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1310px;
  width: 100%;
  height: auto;
  padding-top: 21px;
  margin-left: 60px; }
  @media (max-width: 1420px) {
    .kv {
      padding-top: 1.47887vw;
      margin-left: 4.22535vw; } }
  @media (max-width: 768px) {
    .kv {
      -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;
      padding-top: 9.23077vw;
      max-width: none;
      margin: 0 auto; } }
  .kv__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 108px;
    position: relative;
    width: auto; }
    @media (max-width: 1420px) {
      .kv__content {
        margin-top: 7.60563vw; } }
    @media (max-width: 768px) {
      .kv__content {
        margin-top: 0;
        margin-bottom: 6.02564vw;
        padding: 0 5.12821vw; } }
    .kv__content-trinkets {
      position: absolute;
      top: -61px;
      left: -45px;
      width: 128px;
      height: 108px; }
      @media (max-width: 1420px) {
        .kv__content-trinkets {
          top: -4.29577vw;
          left: -vwxl(45px);
          width: 9.01408vw;
          height: 7.60563vw; } }
      @media (max-width: 768px) {
        .kv__content-trinkets {
          width: 14.52564vw;
          height: 12.25897vw;
          top: -4.38462vw;
          left: 6.66667vw; } }
      .kv__content-trinkets--wrapper {
        position: relative;
        width: 100%;
        height: 100%; }
      .kv__content-trinkets img {
        position: absolute;
        display: block; }
      .kv__content-trinkets .red-evp-01 {
        top: 0;
        left: 0;
        width: 56.25%;
        -webkit-animation: float 3.2s infinite;
        animation: float 3.2s infinite; }
      .kv__content-trinkets .yuanbao-01 {
        bottom: 0;
        right: 2.3%;
        width: 46.89%;
        -webkit-animation: float 2.4s infinite;
        animation: float 2.4s infinite; }
      .kv__content-trinkets .coin-01 {
        right: 0;
        top: 20.3%;
        width: 17.1%;
        -webkit-animation: float 3s infinite;
        animation: float 3s infinite; }
    .kv__content--duration {
      font-size: 32px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      text-align: center;
      margin-bottom: 8px; }
      @media (max-width: 1420px) {
        .kv__content--duration {
          font-size: 2.25352vw;
          margin-bottom: 0.56338vw; } }
      @media (max-width: 768px) {
        .kv__content--duration {
          font-size: 5.30769vw;
          margin-bottom: 0; } }
    .kv__content--title {
      position: relative;
      text-align: center;
      margin-bottom: 16px;
      width: 525px; }
      @media (max-width: 1420px) {
        .kv__content--title {
          width: 36.97183vw;
          margin-bottom: 1.12676vw; } }
      @media (max-width: 768px) {
        .kv__content--title {
          text-align: center;
          width: auto;
          margin-bottom: 2.05128vw; } }
      .kv__content--title--img {
        width: 510px; }
        @media (max-width: 1420px) {
          .kv__content--title--img {
            width: 35.91549vw; } }
        @media (max-width: 768px) {
          .kv__content--title--img {
            width: 82.05128vw; } }
        @media (max-width: 768px) {
          .kv__content--title--img.title-02 {
            margin-top: -2.05128vw; } }
      .kv__content--title .notice-effect {
        position: absolute;
        top: -30px;
        right: -14px;
        width: 8.8%;
        -webkit-animation: spark-shine 2.8s infinite;
        animation: spark-shine 2.8s infinite;
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom; }
        @media (max-width: 1420px) {
          .kv__content--title .notice-effect {
            top: -vwxl(30px);
            right: -vwxl(14px); } }
        @media (max-width: 768px) {
          .kv__content--title .notice-effect {
            top: -5.25641vw;
            right: -1.28205vw; } }
      .kv__content--title .shine-effect {
        position: absolute;
        bottom: 12px;
        right: -41px;
        width: 20.7%;
        -webkit-animation: spark-shine 2.4s infinite;
        animation: spark-shine 2.4s infinite; }
        @media (max-width: 1420px) {
          .kv__content--title .shine-effect {
            bottom: 0.84507vw;
            right: -vwxl(41px); } }
        @media (max-width: 768px) {
          .kv__content--title .shine-effect {
            right: -5.51282vw;
            bottom: 0.25641vw; } }
    .kv__content--text {
      position: relative;
      width: 100%;
      text-align: center;
      background-color: #6C0F13;
      border-radius: 10px;
      padding: 10px 0; }
      @media (max-width: 1420px) {
        .kv__content--text {
          padding: 0.35211vw 0; } }
      @media (max-width: 768px) {
        .kv__content--text {
          padding: 0.76923vw 0;
          width: 87.17949vw; } }
      .kv__content--text-img {
        width: 410px;
        height: auto; }
        @media (max-width: 1420px) {
          .kv__content--text-img {
            width: 29.64789vw; } }
        @media (max-width: 768px) {
          .kv__content--text-img {
            width: 69.23077vw; } }
      .kv__content--text .yuanbao-02 {
        position: absolute;
        top: -8px;
        left: -70px;
        width: 13.33%;
        -webkit-animation: float 1.9s infinite;
        animation: float 1.9s infinite; }
        @media (max-width: 1420px) {
          .kv__content--text .yuanbao-02 {
            top: -0.56338vw;
            left: -4.92958vw; } }
        @media (max-width: 768px) {
          .kv__content--text .yuanbao-02 {
            top: 5.05128vw;
            left: -1.4359vw;
            width: 5.64103vw; } }
      .kv__content--text .red-evp-02 {
        position: absolute;
        top: -16px;
        right: -46px;
        width: 14.86%;
        -webkit-animation: float 2.2s infinite;
        animation: float 2.2s infinite; }
        @media (max-width: 1420px) {
          .kv__content--text .red-evp-02 {
            top: -1.12676vw;
            right: -3.94366vw; } }
        @media (max-width: 768px) {
          .kv__content--text .red-evp-02 {
            top: 3.92308vw;
            right: -0.93846vw;
            width: 8.41026vw; } }
  .kv__part {
    position: absolute;
    -webkit-animation: float infinite;
    animation: float infinite; }
    .kv__part--fill img {
      width: 100%;
      height: 100%;
      display: block; }
  .kv__signArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 784px;
    height: 530px;
    background: url("../images/kv/temple-anime.svg") no-repeat center;
    background-size: contain; }
    @media (max-width: 1420px) {
      .kv__signArea {
        width: 55.21127vw;
        height: 37.32394vw; } }
    @media (max-width: 768px) {
      .kv__signArea {
        width: 112.82051vw;
        height: 76.41026vw;
        margin-right: 6.41026vw; } }
    .kv__signArea--leftThing {
      bottom: 0px;
      left: 25.51%;
      width: 8%;
      height: 17.73%;
      -webkit-animation-duration: 3s;
      animation-duration: 3s; }
      .kv__signArea--leftThing img {
        rotate: -26.5deg; }
    .kv__signArea--rightThing {
      bottom: 0%;
      right: 18.1%;
      width: 7.65%;
      height: 12.45%;
      -webkit-animation-duration: 2.5s;
      animation-duration: 2.5s; }
      .kv__signArea--rightThing img {
        rotate: 22.6deg; }
    .kv__signArea--platform {
      bottom: -5%;
      left: 20.04%;
      width: 65.3%;
      height: 74.9%; }
    .kv__signArea--tiger {
      bottom: 0;
      right: 28.5%;
      bottom: -3.77%;
      rotate: 10deg;
      width: 23.6%;
      height: 41.51%;
      -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
      transform-origin: bottom center; }
    .kv__signArea--stick {
      left: 30%;
      bottom: -2.53%;
      width: 32.9%;
      height: 78.3%; }
    .kv__signArea--fortune-btn {
      cursor: pointer;
      bottom: -14.52%;
      left: 40.68%;
      width: 25%;
      height: 14.52%;
      -webkit-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
      .kv__signArea--fortune-btn:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center; }

#kv-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10; }
  @media (max-width: 1420px) {
    #kv-scroll {
      bottom: 1.40845vw; } }
  @media (max-width: 768px) {
    #kv-scroll {
      bottom: 2.5641vw; } }
  #kv-scroll #scroll-circle {
    position: relative;
    width: 20px;
    height: 30px;
    border: 2px solid #CEB071;
    border-radius: 10px;
    margin-bottom: 8px; }
    #kv-scroll #scroll-circle .dot {
      position: absolute;
      background-color: #CEB071;
      width: 2px;
      height: 5px;
      border-radius: 2px;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: 15%;
      -webkit-animation: mouseScroll 3s infinite;
      animation: mouseScroll 3s infinite; }
  #kv-scroll span {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: center;
    color: #CEB071; }

.anonymous-pro {
  font-family: "Anonymous Pro";
  font-weight: bold; }

.section-task {
  padding: 60px 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1279px) {
    .section-task {
      padding: 4.69116vw 0; } }
  @media (max-width: 768px) {
    .section-task {
      padding: 12.30769vw 0 0 0; } }
  .section-task .circle-bg {
    position: absolute;
    z-index: 0; }
    .section-task .circle-bg--left {
      width: 794px;
      height: 794px;
      right: calc(50% + 229px);
      top: -240px; }
      @media (max-width: 768px) {
        .section-task .circle-bg--left {
          width: 119.23077vw;
          height: 119.23077vw;
          right: auto;
          left: -58.20513vw;
          top: -37.4359vw;
          -webkit-transform: rotate(-110deg);
          -ms-transform: rotate(-110deg);
          transform: rotate(-110deg); } }
    .section-task .circle-bg--right {
      width: 635px;
      height: 635px;
      left: calc(50% + 330px);
      bottom: 23px; }
      @media (max-width: 768px) {
        .section-task .circle-bg--right {
          width: 106.92308vw;
          height: 106.92308vw;
          left: auto;
          right: -64.10256vw;
          bottom: 3.33333vw;
          -webkit-transform: rotate(10deg);
          -ms-transform: rotate(10deg);
          transform: rotate(10deg); } }
  .section-task__title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 32px;
    height: auto;
    max-width: 303px;
    position: relative;
    z-index: 5; }
    .section-task__title .login-title {
      width: auto;
      height: 100px; }
    @media (max-width: 1279px) {
      .section-task__title {
        margin-bottom: 2.50195vw; }
        .section-task__title .login-title {
          height: 7.81861vw; } }
    @media (max-width: 768px) {
      .section-task__title {
        margin-bottom: 10.25641vw; }
        .section-task__title .login-title {
          height: 12.82051vw; } }
  .section-task__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    @media (max-width: 1279px) {
      .section-task__wrapper {
        margin-bottom: 2.34558vw; } }
    @media (max-width: 768px) {
      .section-task__wrapper {
        padding: 0vw 5.12821vw 0vw 5.12821vw;
        -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;
        margin: 0; } }

@media (max-width: 768px) {
  .task-content,
  .task-form,
  #form {
    max-width: none; } }

.task-content {
  margin-right: 60px; }
  @media (max-width: 1279px) {
    .task-content {
      margin-right: 3.12744vw; } }
  @media (max-width: 768px) {
    .task-content {
      display: none; } }
  .task-content .tiger-pic {
    width: 543px;
    height: 460px; }
    @media (max-width: 1279px) {
      .task-content .tiger-pic {
        width: 42.45504vw;
        height: 35.9656vw; } }
    .task-content .tiger-pic img {
      width: 100%;
      height: 100%; }

.task-form {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 597px; }
  @media (max-width: 768px) {
    .task-form {
      max-width: none; } }

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .form__group {
      margin-bottom: 2.5641vw; } }

.form__label {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: 0.08em; }
  @media (max-width: 1279px) {
    .form__label {
      font-size: 1.56372vw;
      margin-bottom: 0.39093vw; } }
  @media (max-width: 768px) {
    .form__label {
      font-size: 6.15385vw;
      margin-bottom: 2.5641vw; } }

.form__input {
  padding: 14.5px 24px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 24px;
  border: 1px solid #E7C97D;
  max-width: 570px;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.08em; }
  .form__input.errorMessage {
    border-color: #B2050C;
    border-width: 2px; }
  @media (max-width: 1279px) {
    .form__input {
      padding: 1.01642vw 1.87647vw;
      font-size: 1.87647vw; } }
  @media (max-width: 768px) {
    .form__input {
      max-width: none;
      padding: 3.33333vw 4.10256vw;
      font-size: 5.12821vw; } }
  .form__input::-webkit-input-placeholder {
    color: #D1D6D5; }
  .form__input:-ms-input-placeholder {
    color: #D1D6D5; }
  .form__input::-ms-input-placeholder {
    color: #D1D6D5; }
  .form__input::placeholder {
    color: #D1D6D5; }
  .form__input:hover {
    border-color: #fff; }
    .form__input:hover::-webkit-input-placeholder {
      color: #686868; }
    .form__input:hover:-ms-input-placeholder {
      color: #686868; }
    .form__input:hover::-ms-input-placeholder {
      color: #686868; }
    .form__input:hover::placeholder {
      color: #686868; }
  .form__input:focus {
    border-color: #fff; }
    .form__input:focus::-webkit-input-placeholder {
      color: transparent; }
    .form__input:focus:-ms-input-placeholder {
      color: transparent; }
    .form__input:focus::-ms-input-placeholder {
      color: transparent; }
    .form__input:focus::placeholder {
      color: transparent; }

.form__errorMessage {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  color: #820303; }
  @media (max-width: 1279px) {
    .form__errorMessage {
      margin-top: 0.78186vw;
      font-size: 1.25098vw; } }
  @media (max-width: 768px) {
    .form__errorMessage {
      margin-top: 2.5641vw;
      font-size: 4.10256vw; } }
  .form__errorMessage.hidden {
    display: none; }

.form__captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form__captcha .captNum {
    margin-right: 24px;
    width: 290px; }
    @media (max-width: 1279px) {
      .form__captcha .captNum {
        width: 22.67396vw;
        margin-right: 1.87647vw; } }
    @media (max-width: 768px) {
      .form__captcha .captNum {
        width: 43.58974vw;
        margin-right: 3.07692vw; } }
  .form__captcha--img {
    width: 180px;
    height: 60px;
    margin-right: 24px; }
    @media (max-width: 1279px) {
      .form__captcha--img {
        width: 14.07349vw;
        height: 4.69116vw;
        margin-right: 0.93823vw; } }
    @media (max-width: 768px) {
      .form__captcha--img {
        height: 9.23077vw;
        width: auto; } }
  .form__captcha--reload {
    background-color: transparent;
    border: none; }
    .form__captcha--reload img {
      width: 40px;
      height: 40px; }
      @media (max-width: 1279px) {
        .form__captcha--reload img {
          width: 3.12744vw;
          height: 3.12744vw; } }
      @media (max-width: 768px) {
        .form__captcha--reload img {
          width: 10.76923vw;
          height: 10.76923vw; } }

.form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 0; }
  @media (max-width: 768px) {
    .form__check {
      margin-bottom: 8.20513vw; } }
  .form__check input[type="checkbox"] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    outline: none; }
    .form__check input[type="checkbox"]:checked {
      background-color: #BC111A;
      border-color: #fff; }
    .form__check input[type="checkbox"]:checked::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      background-image: url("../images/task/check.svg");
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    @media (max-width: 1279px) {
      .form__check input[type="checkbox"] {
        width: 2.34558vw;
        height: 2.34558vw; }
        .form__check input[type="checkbox"]:checked::after {
          width: 1.56372vw;
          height: 1.56372vw;
          background-size: contain;
          background-position: center; } }
    @media (max-width: 768px) {
      .form__check input[type="checkbox"] {
        width: 7.69231vw;
        height: 7.69231vw;
        margin: 0; }
        .form__check input[type="checkbox"]:checked::after {
          width: 5.12821vw;
          height: 5.12821vw;
          background-position: center 1px; } }
  .form__check--text {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 6px; }
    @media (max-width: 1279px) {
      .form__check--text {
        font-size: 1.56372vw;
        margin-left: 0.78186vw;
        margin-top: 0.46912vw; } }
    @media (max-width: 768px) {
      .form__check--text {
        font-size: 4.61538vw;
        margin-left: 4.10256vw;
        line-height: 1.2;
        font-weight: 300; } }
    .form__check--text-link {
      color: white;
      text-decoration: underline; }
      .form__check--text-link:hover {
        text-decoration: underline; }

.form__confirm-btn {
  display: block; }

.form__btn {
  margin: 0 auto;
  cursor: pointer;
  padding: 10px 30px 10px 50px;
  border: none;
  border-radius: 100px;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #000;
  position: relative;
  z-index: 5; }
  .form__btn:hover {
    background-position: left center;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
    .form__btn:hover .btn--icon::before {
      -webkit-animation: flyRight 0.5s forwards;
      animation: flyRight 0.5s forwards; }
    .form__btn:hover .btn--icon::after {
      -webkit-animation: flyFromLeft 0.8s forwards;
      animation: flyFromLeft 0.8s forwards;
      -webkit-animation-delay: 0.06s;
      animation-delay: 0.06s; }
  @media (max-width: 1279px) {
    .form__btn {
      padding: 0.78186vw 2.34558vw 0.86005vw 3.9093vw;
      max-width: none; } }
  @media (max-width: 768px) {
    .form__btn {
      padding: 2.82051vw 7.69231vw 2.5641vw 12.82051vw;
      max-width: none;
      margin-bottom: 14.10256vw; } }

.btn--text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: white; }
  @media (max-width: 1279px) {
    .btn--text {
      font-size: 1.87647vw; } }
  @media (max-width: 768px) {
    .btn--text {
      font-size: 6.15385vw; } }

.btn--icon {
  margin-left: 12px;
  width: 40px;
  height: 40px;
  position: relative; }
  .btn--icon::before, .btn--icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/task/send-btn-arrow.svg") no-repeat center/contain;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .btn--icon::before {
    opacity: 1; }
  @media (max-width: 1279px) {
    .btn--icon {
      margin-left: 0.78186vw;
      width: 3.12744vw;
      height: 3.12744vw; } }
  @media (max-width: 768px) {
    .btn--icon {
      margin-left: vw390(12px);
      width: 10.25641vw;
      height: 10.25641vw; } }

.section-info {
  width: 100%;
  height: auto;
  padding: 60px 0; }
  @media (max-width: 1279px) {
    .section-info {
      padding: 4.69116vw 0; } }
  @media (max-width: 768px) {
    .section-info {
      padding: 15.38462vw 0 23.07692vw 0; } }
  .section-info__title {
    text-align: center;
    margin-bottom: 42px; }
    @media (max-width: 1279px) {
      .section-info__title {
        margin-bottom: 3.28382vw; } }
    @media (max-width: 768px) {
      .section-info__title {
        margin-bottom: 5.12821vw; } }
    .section-info__title .step-title {
      width: auto;
      height: 70px; }
      @media (max-width: 1279px) {
        .section-info__title .step-title {
          height: 5.47303vw; } }
      @media (max-width: 768px) {
        .section-info__title .step-title {
          height: 12.82051vw; } }
  .section-info__wrapper {
    padding: 0px 20px; }
    @media (max-width: 1279px) {
      .section-info__wrapper {
        padding: 0 1.56372vw; } }
    @media (max-width: 768px) {
      .section-info__wrapper {
        padding: 0 0 10.41667vw 0; } }

.info-carousel {
  max-width: 1280px;
  width: 100%;
  height: auto;
  border-radius: 30px;
  background-color: #C84D49;
  margin: 0 auto;
  padding: 60px 80px;
  color: #fff; }
  @media (max-width: 1279px) {
    .info-carousel {
      max-width: 100.07819vw;
      border-radius: 2.34558vw;
      padding: 4.69116vw 6.25489vw; } }
  @media (max-width: 768px) {
    .info-carousel {
      background: none;
      padding: 0; } }
  @media (max-width: 768px) {
    .info-carousel-slide__step {
      font-weight: bold;
      text-align: center;
      margin-top: 5.20833vw; } }
  .info-carousel-slide__step-title {
    display: none; }
    @media (max-width: 768px) {
      .info-carousel-slide__step-title {
        display: block !important;
        font-size: 9.23077vw;
        line-height: 1.4;
        letter-spacing: 0.02em; } }
  .info-carousel-slide__step-text {
    display: none; }
    @media (max-width: 768px) {
      .info-carousel-slide__step-text {
        display: block !important;
        font-size: 4.6875vw;
        text-wrap: nowrap;
        line-height: 1.4;
        margin-top: 1.82292vw; } }
  .info-carousel-slide__img {
    border-radius: 5.20833vw;
    cursor: auto;
    width: 100%;
    background-color: #F6EFE5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    @media (max-width: 768px) {
      .info-carousel-slide__img {
        width: 79.48718vw; } }
  .info-carousel__carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    overflow: hidden;
    height: auto; }
    @media (max-width: 768px) {
      .info-carousel__carousel {
        -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;
        height: auto; } }
  .info-carousel__steps {
    max-width: 560px;
    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;
    margin-right: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 1279px) {
      .info-carousel__steps {
        max-width: 43.78421vw;
        margin-right: 3.12744vw; } }
    @media (max-width: 768px) {
      .info-carousel__steps {
        display: none; } }
  .info-carousel__step {
    color: #F6EFE5;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-bottom: 1px solid #fff;
    padding-bottom: 24px; }
    .info-carousel__step:not(:last-child) {
      margin-bottom: 20px; }
    @media (max-width: 1279px) {
      .info-carousel__step {
        padding: 1.56372vw 0; } }
    @media (max-width: 768px) {
      .info-carousel__step {
        background: none;
        border-radius: 5.20833vw;
        padding: 0; } }
    .info-carousel__step-label {
      display: block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      font-family: "Manrope", sans-serif;
      font-weight: bold;
      margin-bottom: 12px;
      font-size: 16px;
      line-height: 1.4;
      letter-spacing: 0.04em; }
      @media (max-width: 1279px) {
        .info-carousel__step-label {
          margin-bottom: 0.93823vw; } }
    .info-carousel__step-title {
      color: #fff;
      font-size: 36px;
      font-weight: bold;
      line-height: 1.4;
      letter-spacing: 0.02em;
      text-transform: capitalize; }
      @media (max-width: 1279px) {
        .info-carousel__step-title {
          font-size: 2.8147vw; } }
    .info-carousel__step-text {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: 0px;
      margin-top: 12px;
      color: #FCF4A5; }
      @media (max-width: 1279px) {
        .info-carousel__step-text {
          font-size: 1.87647vw;
          margin-top: 1.56372vw; } }
    .info-carousel__step .step1-text {
      letter-spacing: 0.1em; }
    .info-carousel__step__progress {
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      content: '';
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0; }
    .info-carousel__step.is-active .info-carousel__step__progress {
      background-color: #fff;
      -webkit-animation: 5s linear progressLine;
      animation: 5s linear progressLine; }
    .info-carousel__step:hover .info-carousel__step__progress {
      -webkit-animation-play-state: paused;
      animation-play-state: paused; }
  .info-carousel__wrap {
    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;
    width: 100%; }
  .info-carousel__image {
    margin: 0 auto;
    width: 240px;
    padding-top: 48px;
    -o-object-position: center top;
    object-position: center top; }
    @media (max-width: 1279px) {
      .info-carousel__image {
        width: 23.45582vw;
        padding-top: 3.75293vw; } }
    @media (max-width: 768px) {
      .info-carousel__image {
        width: 63%;
        height: auto;
        padding-top: 3.84615vw;
        padding-bottom: 3.84615vw; } }
    .info-carousel__image img {
      width: 100%;
      height: auto; }
  .info-carousel__swiper {
    max-width: 500px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 64px; }
    @media (max-width: 1279px) {
      .info-carousel__swiper {
        max-width: 39.09304vw;
        padding-bottom: 4em;
        /**/ } }
    @media (max-width: 768px) {
      .info-carousel__swiper {
        max-width: 100%;
        padding-bottom: 0; } }
    .info-carousel__swiper .swiper-slide {
      border-radius: 30px;
      cursor: auto;
      max-width: 500px;
      height: 550px;
      min-height: 550px;
      background-color: #F6EFE5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden; }
      @media (max-width: 1279px) {
        .info-carousel__swiper .swiper-slide {
          border-radius: 2.34558vw;
          max-width: 39.09304vw;
          height: 43.00235vw;
          min-height: 53.16654vw; } }
      @media (max-width: 768px) {
        .info-carousel__swiper .swiper-slide {
          background-color: #C84D49;
          border-radius: 5.20833vw;
          height: auto;
          padding: 6.51042vw 6.51042vw 11.71875vw 6.51042vw;
          max-width: 91%; } }
  .info-carousel__pagination {
    margin-top: 45px;
    text-align: center; }
    @media (max-width: 1279px) {
      .info-carousel__pagination {
        margin-top: 3.51837vw; } }
    @media (max-width: 768px) {
      .info-carousel__pagination {
        display: none; } }
    .info-carousel__pagination.is-mobile {
      display: none; }
      @media (max-width: 768px) {
        .info-carousel__pagination.is-mobile {
          display: block;
          bottom: 3.90625vw !important; } }
  .info-carousel .swiper-pagination-bullet {
    background: #EDD2BB;
    width: 8px;
    height: 8px;
    margin: 0 8px !important;
    opacity: 1; }
    @media (max-width: 768px) {
      .info-carousel .swiper-pagination-bullet {
        background: #EDD2BB;
        width: 2.60417vw;
        height: 2.60417vw;
        margin: 0 2.08333vw !important;
        opacity: 1; } }
    @media (max-width: 768px) {
      .info-carousel .swiper-pagination-bullet {
        width: 2.05128vw;
        height: 2.05128vw; } }
    .info-carousel .swiper-pagination-bullet-active {
      background: #333; }
  .info-carousel .swiper-pagination-horizontal.swiper-pagination-bullets {
    bottom: auto; }

.roboto {
  font-family: "Roboto"; }

.section-notice__wrapper {
  border-radius: 60px 60px 0px 0px;
  background-color: #2C2C2C;
  width: 100%;
  padding: 80px 20px 80px 20px; }
  @media (max-width: 1279px) {
    .section-notice__wrapper {
      border-radius: 4.69116vw 4.69116vw 0px 0px;
      padding: 6.25489vw 2.34558vw; } }
  @media (max-width: 768px) {
    .section-notice__wrapper {
      padding: 11.71875vw 2.60417vw;
      border-radius: 5.20833vw 5.20833vw 0 0; } }
  .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; }

.section-notice__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 24px; }
  @media (max-width: 1279px) {
    .section-notice__title {
      font-size: 3.9093vw;
      margin-bottom: 1.87647vw; } }
  @media (max-width: 768px) {
    .section-notice__title {
      font-size: 6.25vw;
      font-weight: bold;
      text-align: center;
      margin-bottom: 5.20833vw; } }

.section-notice__content {
  display: block; }

.section-notice__box {
  margin: 0 auto;
  max-width: 1096px; }

.section-notice__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; }
  @media (max-width: 768px) {
    .section-notice__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__view--mt {
    margin-top: 40px; }
    @media (max-width: 1279px) {
      .section-notice__view--mt {
        margin-top: 3.12744vw; } }

.section-notice__view-content {
  color: white;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .03em; }
  @media (max-width: 1279px) {
    .section-notice__view-content {
      font-size: 1.87647vw;
      padding: 0; } }
  @media (max-width: 768px) {
    .section-notice__view-content {
      color: white;
      font-size: 4.16667vw; } }
  .section-notice__view-content a {
    color: #CEB071;
    text-decoration: underline; }

.section-notice__container {
  display: none; }

.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;
  margin-top: 24px; }
  @media (max-width: 1279px) {
    .notice__toggle {
      padding-top: 1.87647vw;
      font-size: 1.87647vw; } }
  @media (max-width: 768px) {
    .notice__toggle {
      padding-top: 0;
      font-size: 4.16667vw; } }
  .notice__toggle::before {
    content: "閱讀更多";
    margin-right: 8px; }
  .notice__toggle.active::before {
    content: "收起"; }

.notice__icon {
  width: 20px;
  height: 20px;
  background: url("../images/read-more-icon.svg") no-repeat center/contain;
  content: "";
  display: inline-block; }
  @media (max-width: 1279px) {
    .notice__icon {
      width: 1.87647vw;
      height: 1.87647vw; } }
  @media (max-width: 768px) {
    .notice__icon {
      width: 4.16667vw;
      height: 4.16667vw; } }
  .notice__icon.active {
    background-image: url("../images/read-close-icon.svg");
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

ol.decimal,
ol.level-2 {
  padding-left: 1.35em;
  text-align: justify; }

ol.decimal li:not(:last-child) {
  margin-bottom: 0.625em; }

ol.decimal li::marker {
  font-family: Roboto, sans-serif; }

.notice-items {
  width: 100%;
  margin: 1em auto;
  text-align: justify; }
  .notice-items .symbol {
    position: relative;
    padding-left: 1.4em;
    text-indent: -1.4em; }
    .notice-items .symbol::before {
      content: "※";
      margin-right: 0.3em; }

/* 容器定位 */
.stickholder-wrapper {
  position: relative;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  top: 0;
  left: 0; }

/* 籤筒圖片 */
.stickholder-back,
.stickholder-front {
  position: absolute;
  bottom: 0;
  width: 80%;
  pointer-events: none; }

.stickholder-back {
  z-index: 0; }

.stickholder-front {
  z-index: 10; }

/* 個別的籤 */
.stick {
  width: 24%;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform-origin: 50% 95%;
  -ms-transform-origin: 50% 95%;
  transform-origin: 50% 95%; }
  .stick-1 {
    left: 49%;
    bottom: 12%;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  .stick-2 {
    left: 45%;
    bottom: 21%;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  .stick-3 {
    left: 46%;
    bottom: 24%;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg); }
  .stick-4 {
    left: 41%;
    bottom: 16%;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg); }
  .stick-5 {
    left: 47%;
    bottom: 22%;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  .stick-6 {
    left: 44%;
    bottom: 19%;
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg); }

.content {
  background-repeat: repeat-y;
  color: white;
  background-color: #C82127; }

.pattern-bg {
  width: 100%;
  height: auto;
  background: url("../images/BG.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: auto; }

.side-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 92px;
  height: 92px;
  z-index: 999; }
  @media (max-width: 768px) {
    .side-btn {
      display: none; } }
  .side-btn span {
    background: #292929;
    border-radius: 30px 0 0 0;
    border: 1px solid #212121;
    color: #F6EFE5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    padding: 24px; }
  .side-btn:hover span {
    background: #F6EFE5;
    color: #292929; }
  .side-btn:hover::before {
    top: -53px;
    left: 18px; }
  .side-btn::after {
    content: "";
    background: url(../images/sbtn_lion-hand.svg) no-repeat center;
    background-size: cover;
    display: block;
    width: 45px;
    height: 11px;
    position: absolute;
    top: -5.5px;
    left: 25px; }
  .side-btn::before {
    content: "";
    background: url(../images/sbtn_lion-head.svg) no-repeat center;
    background-size: cover;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -45px;
    left: 24px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1; }

.side-btn-mobile {
  display: none; }
  @media (max-width: 768px) {
    .side-btn-mobile {
      position: fixed;
      width: 88%;
      height: auto;
      right: 50%;
      bottom: 0;
      z-index: 999;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      background-color: black;
      padding: 3.90625vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: white;
      font-size: 5.20833vw;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.2em;
      border-radius: 5.20833vw 5.20833vw 0 0; } }
  .side-btn-mobile img {
    width: 5.20833vw; }

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0; }
