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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

ol li .number {
  list-style: none;
  /* 移除預設編號 */
  counter-reset: my-counter;
  /* 設定計數器 */ }

ol li .number li {
  counter-increment: my-counter;
  /* 計數器遞增 */ }

ol li .number li::before {
  content: "(" counter(my-counter) "). ";
  /* 自訂編號格式 (1). */ }

img {
  border: 0;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: auto; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

input, textarea, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

select::-ms-expand {
  display: none; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: initial;
  scroll-behavior: smooth;
  scroll-padding-top: 3em; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button {
  border: none; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

form {
  width: 100%; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: none;
  padding: 0;
  line-height: inherit;
  color: #333;
  overflow: hidden;
  width: 100%; }

label {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: bold; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px \9;
  line-height: normal;
  vertical-align: baseline; }

input[type="radio"] {
  -webkit-appearance: radio;
  border-radius: 50%; }

input[type="checkbox"] {
  -webkit-appearance: checkbox; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

::-webkit-input-placeholder {
  color: #aaa; }

:-moz-placeholder {
  color: #aaa; }

::-moz-placeholder {
  color: #aaa; }

:-ms-input-placeholder {
  color: #aaa !important; }

::-ms-input-placeholder {
  color: #aaa; }

::placeholder {
  color: #aaa; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

* {
  -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; }

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

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

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

@-webkit-keyframes bg-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@keyframes bg-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@-webkit-keyframes fadeZoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes fadeZoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@-webkit-keyframes fadeZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes fadeZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes rotatePop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(-180deg);
    transform: scale(0.2) rotate(-180deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); } }

@keyframes rotatePop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(-180deg);
    transform: scale(0.2) rotate(-180deg); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); } }

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

.js-animate {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
  .js-animate--fadein {
    opacity: 0; }
  .js-animate--fadein-up {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
  .js-animate--fadein-down {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px); }
    @media (min-width: 769px) {
      .js-animate--fadein-down-max {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        transform: translate(0, 50px); } }
    @media (max-width: 768px) {
      .js-animate--fadein-down-min {
        opacity: 0;
        -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
        transform: translate(0, 50px); } }
  .js-animate--fadein-left {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0); }
  .js-animate--fadein-right {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0); }
  .js-animate--maskin-left {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  .js-animate--maskin-right {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
  .js-animate--maskin-up {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
  .js-animate--maskin-down {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%); }
  .js-animate--darkin {
    -webkit-filter: brightness(65%);
    filter: brightness(65%); }
  .js-animate--smallin {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  .js-animate--active {
    opacity: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .js-animate--active {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    @supports not ((-webkit-transform: unset) or (transform: unset)) {
      .js-animate--active {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    .js-animate--active[class*="--maskin"] {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
    .js-animate--active[class*="--darkin"] {
      -webkit-filter: brightness(1);
      filter: brightness(1); }
    .js-animate--active.js-animate--path {
      stroke-dashoffset: 0px !important; }
  .js-animate--delay100 {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .js-animate--delay200 {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .js-animate--delay300 {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .js-animate--delay400 {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .js-animate--delay500 {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .js-animate--delay600 {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .js-animate--delay700 {
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .js-animate--delay800 {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; }
  .js-animate--delay900 {
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms; }
  .js-animate--delay1000 {
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms; }

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  background: #ffffff; }

.loader {
  position: fixed;
  z-index: 1003;
  top: 50%;
  margin-top: -115px;
  left: 50%;
  margin-left: -86.5px; }

.dawho-logo {
  width: 173px;
  height: 177px; }
  .dawho-logo img {
    width: 173px;
    height: 177px; }

.loading {
  position: relative;
  margin-top: -60px; }
  .loading img {
    width: 173px;
    height: 173px; }

.sinopac-logo {
  width: 173px;
  margin-bottom: 20px; }
  .sinopac-logo img {
    width: 100%; }

.loading {
  position: relative;
  margin-top: -60px; }
  .loading img {
    width: 173px;
    height: 173px; }

#header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  margin: auto;
  background-color: #181818;
  border-bottom: 1px solid transparent;
  border-color: #CEB071;
  top: 0; }
  #header .container {
    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;
    height: 75px;
    padding: 10px 8px;
    max-width: 1280px;
    width: 100%; }
    @media (max-width: 1279px) {
      #header .container {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        height: 65px; } }
    #header .container__link {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 18px; }
      @media (max-width: 1279px) {
        #header .container__link {
          display: none; }
          #header .container__link.toggled {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            position: absolute;
            top: 66px;
            left: 0;
            background-color: #292929;
            height: auto;
            width: 100%;
            font-size: 20px;
            font-weight: 500;
            padding: 20px 0; }
            #header .container__link.toggled::before {
              content: '';
              position: absolute;
              width: 100%;
              height: 100vh;
              top: 0;
              left: 0;
              background-color: rgba(0, 0, 0, 0.6); } }
      #header .container__link li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative; }
        #header .container__link li a {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          color: #CEB071;
          text-wrap: nowrap;
          width: 149px;
          padding: 14px 0;
          font-weight: 500; }
          @media (max-width: 1279px) {
            #header .container__link li a {
              width: 100%; } }
        #header .container__link li::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 .container__link li:hover::after {
          width: 100%; }
          @media (max-width: 1279px) {
            #header .container__link li:hover::after {
              width: 0; } }
    #header .container__btn {
      margin-left: 20px; }
      #header .container__btn:hover::after {
        width: 0 !important; }
    #header .container .bling-button {
      color: black !important;
      border-radius: 100px;
      border: 1px solid rgba(255, 255, 255, 0.4);
      position: relative;
      overflow: hidden;
      font-size: 20px;
      padding: 0 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #CEB071;
      width: 184px !important; }
      @media (max-width: 1279px) {
        #header .container .bling-button {
          padding: 12px 0;
          margin: 10px 0 20px; } }
      #header .container .bling-button::before {
        position: absolute;
        top: -40%;
        right: 110%;
        -webkit-transform: rotate(17deg);
        -ms-transform: rotate(17deg);
        transform: rotate(17deg);
        background: -webkit-gradient(linear, left top, right top, from(rgba(253, 249, 199, 0)), color-stop(50%, rgba(253, 249, 199, 0.5)), color-stop(55%, rgba(253, 249, 199, 0.5)), to(rgba(253, 249, 199, 0)));
        background: -webkit-linear-gradient(left, rgba(253, 249, 199, 0) 0%, rgba(253, 249, 199, 0.5) 50%, rgba(253, 249, 199, 0.5) 55%, rgba(253, 249, 199, 0) 100%);
        background: -o-linear-gradient(left, rgba(253, 249, 199, 0) 0%, rgba(253, 249, 199, 0.5) 50%, rgba(253, 249, 199, 0.5) 55%, rgba(253, 249, 199, 0) 100%);
        background: linear-gradient(to right, rgba(253, 249, 199, 0) 0%, rgba(253, 249, 199, 0.5) 50%, rgba(253, 249, 199, 0.5) 55%, rgba(253, 249, 199, 0) 100%);
        width: 60%;
        height: 200%;
        content: "";
        -webkit-animation: shine-move 2s infinite linear;
        animation: shine-move 2s infinite linear; }
    #header .container #header-toggle {
      display: none; }
      @media (max-width: 1279px) {
        #header .container #header-toggle {
          display: inline-block;
          width: 40px;
          height: 40px;
          position: absolute;
          left: 8px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url(../images/icon_hambuger_open.svg); } }
      #header .container #header-toggle.toggled {
        background-image: url(../images/icon_hambuger_close.svg); }

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

.lightbox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(1, 0, 0, 0.6);
  z-index: -1;
  display: none;
  opacity: 0;
  text-align: center;
  letter-spacing: normal; }
  .lightbox--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
    z-index: 10; }
  .lightbox__box {
    position: relative;
    max-width: 810px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    margin: 10px auto;
    background: #FFF;
    padding: 1.875em 3.75em;
    border-radius: 2.5em;
    max-height: 120vh; }
    .lightbox--active .lightbox__box {
      -webkit-animation: fadeIn 0.35s;
      animation: fadeIn 0.35s; }
  .lightbox__title {
    font-size: 40px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    padding-bottom: 24px;
    color: #000; }
  .lightbox__desc {
    font-size: 20px;
    text-align: left;
    line-height: 1.5;
    color: #000;
    font-family: "Noto Sans TC"; }
    .lightbox__desc-center {
      text-align: center; }
    .lightbox__desc + .lightbox__desc {
      margin-top: 24px; }
  .lightbox__btnblock {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 28px; }
  .lightbox__btn {
    display: inline-block;
    border: 3px solid #CD9B1D;
    background-color: #666;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    padding: 10px 24px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 10px;
    text-wrap: nowrap; }
    .lightbox__btn:hover {
      background-color: #CD9B1D;
      border-color: #666; }
  @media (max-width: 769px) {
    .lightbox__box {
      padding: 5.20833vw; }
    .lightbox__title {
      font-size: 5.72917vw;
      padding-bottom: 5.72917vw; }
    .lightbox__desc {
      font-size: 3.64583vw; }
      .lightbox__desc + .lightbox__desc {
        margin-top: 5.20833vw; }
    .lightbox__btnblock {
      margin-top: 5.20833vw;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .lightbox__btn {
      font-size: 4.6875vw;
      min-width: 23.4375vw;
      margin: 1.30208vw;
      padding: 2.08333vw 2.60417vw; } }
  @media (max-width: 370px) {
    .lightbox__btnblock {
      max-width: 200px;
      margin: 5.20833vw auto auto auto; }
    .lightbox__btn {
      width: 100%;
      padding: 2.60417vw 2.60417vw; }
    .lightbox__desc {
      font-size: 3.90625vw; } }

.section-kv {
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#F8EBD9), to(#FFFDFC));
  background: -webkit-linear-gradient(bottom, #F8EBD9 0%, #FFFDFC 100%);
  background: -o-linear-gradient(bottom, #F8EBD9 0%, #FFFDFC 100%);
  background: linear-gradient(to top, #F8EBD9 0%, #FFFDFC 100%);
  position: relative; }
  .section-kv__wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 75px;
    color: black; }
    @media (max-width: 768px) {
      .section-kv__wrapper {
        padding-top: 80px; } }
    .section-kv__wrapper .bg-marquee {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-animation: bg-scroll 30s linear infinite;
      animation: bg-scroll 30s linear infinite;
      z-index: 0; }
      .section-kv__wrapper .bg-marquee::before, .section-kv__wrapper .bg-marquee::after {
        content: '';
        height: 100%;
        width: 2560px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: url("../images/kv/BG.svg") no-repeat;
        background-size: 100% auto;
        background-position: bottom 20% left; }
      @media (max-width: 1279px) {
        .section-kv__wrapper .bg-marquee::before, .section-kv__wrapper .bg-marquee::after {
          background-size: 100% auto;
          background-position: bottom left; } }
  .section-kv__scrollDown {
    position: absolute;
    width: auto;
    height: 60px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.kv-area__content--title-wrap {
  position: relative; }

.stars-container {
  position: absolute;
  width: 100%;
  left: 10%;
  top: 35%;
  z-index: 10; }
  .stars-container .star {
    pointer-events: none;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 1279px) {
      .stars-container .star {
        width: 1.87647vw;
        height: 1.87647vw; } }
    @media (max-width: 768px) {
      .stars-container .star {
        width: 3.125vw;
        height: 3.125vw; } }

.kv-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 90px;
  margin-left: 106px;
  margin-bottom: 180px; }
  @media (max-width: 1279px) {
    .kv-area {
      margin-top: 7.03675vw;
      margin-left: 0;
      margin-bottom: 14.07349vw; } }
  @media (max-width: 768px) {
    .kv-area {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0;
      margin-bottom: 0px; } }
  .kv-area__content {
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 595px;
    flex: 1 0 595px;
    height: auto;
    margin-right: 60px;
    font-family: "Noto Sans TC";
    position: relative; }
    @media (max-width: 1279px) {
      .kv-area__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 46.52072vw;
        flex: 1 0 46.52072vw;
        margin: 0 4.69116vw; } }
    @media (max-width: 768px) {
      .kv-area__content {
        margin: 0 auto;
        margin-bottom: 5.20833vw;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0; } }
    .kv-area__content::after {
      position: absolute;
      content: "";
      right: -100px;
      top: -18px;
      width: 60px;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#fefbf7), to(#f9eddc));
      background: -webkit-linear-gradient(top, #fefbf7, #f9eddc);
      background: -o-linear-gradient(top, #fefbf7, #f9eddc);
      background: linear-gradient(to bottom, #fefbf7, #f9eddc);
      -webkit-filter: blur(6px);
      filter: blur(6px);
      z-index: 2; }
      @media (max-width: 1279px) {
        .kv-area__content::after {
          right: -7.81861vw;
          top: -4.53479vw;
          width: 4.69116vw;
          height: 110%; } }
    .kv-area__content--date {
      font-size: 27px;
      font-weight: bold;
      line-height: 1.6;
      letter-spacing: 0.02em;
      color: #5A4E4C;
      text-align: center;
      margin-bottom: 30px; }
      @media (max-width: 1279px) {
        .kv-area__content--date {
          font-size: 2.11102vw; } }
      @media (max-width: 768px) {
        .kv-area__content--date {
          font-size: 4.16667vw;
          margin: 2.08333vw 0 3.90625vw; } }
    .kv-area__content--logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-height: 70px;
      margin: 0 auto;
      margin-bottom: 40px;
      position: relative;
      z-index: 3; }
      .kv-area__content--logo .logo-line {
        margin-left: 41px; }
        @media (max-width: 1279px) {
          .kv-area__content--logo .logo-line {
            margin-left: 3.20563vw; } }
        @media (max-width: 768px) {
          .kv-area__content--logo .logo-line {
            margin-left: -14.32292vw; } }
      @media (max-width: 1279px) {
        .kv-area__content--logo .logo-bank,
        .kv-area__content--logo .logo-line {
          height: 4.69116vw; } }
      @media (max-width: 768px) {
        .kv-area__content--logo {
          margin-bottom: 5.20833vw; }
          .kv-area__content--logo .logo-bank,
          .kv-area__content--logo .logo-line {
            height: 6.51042vw; } }
    .kv-area__content--title {
      width: 100%;
      margin-bottom: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 1279px) {
        .kv-area__content--title img {
          height: 100%; } }
      @media (max-width: 768px) {
        .kv-area__content--title {
          margin-bottom: 0;
          -webkit-box-flex: 0;
          -ms-flex: 0;
          flex: 0;
          width: 89.84375vw;
          height: auto;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .kv-area__content--title .title-text-eng-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding-top: 2px; }
      .kv-area__content--title .title-text-animation {
        overflow: hidden; }
        .kv-area__content--title .title-text-animation::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 0.5s linear;
          animation: shine-move 2s infinite 0.5s linear;
          z-index: 1; }
    .kv-area__content--info-box {
      width: 100%;
      height: auto;
      background-color: #5A4E4C;
      color: white;
      text-align: center;
      font-size: 32.84px;
      line-height: 1.2;
      letter-spacing: 0.05em;
      position: relative;
      padding: 10px;
      margin-top: 10px; }
      @media (max-width: 1279px) {
        .kv-area__content--info-box {
          font-size: 2.50195vw; } }
      @media (max-width: 768px) {
        .kv-area__content--info-box {
          font-size: 4.94792vw;
          padding: 1.30208vw;
          margin-top: 3.25521vw; } }
      @media (max-width: 390px) {
        .kv-area__content--info-box {
          margin-top: 0; } }
      .kv-area__content--info-box::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        border-bottom: 2px dashed #292929; }
  .kv-area .splide__track {
    overflow: visible; }
  .kv-area__slideBox {
    width: 100%;
    /**/
    height: 560px;
    overflow: hidden; }
    @media (max-width: 1279px) {
      .kv-area__slideBox {
        height: 43.78421vw; } }
    @media (max-width: 768px) {
      .kv-area__slideBox {
        margin-bottom: 5.85938vw;
        height: 117.1875vw; } }
    .kv-area__slideBox .tigerCard {
      width: 235px !important;
      height: 477px;
      position: relative;
      overflow: visible;
      cursor: pointer; }
      @media (max-width: 1279px) {
        .kv-area__slideBox .tigerCard {
          width: 18.37373vw !important;
          height: 37.29476vw; } }
      @media (max-width: 768px) {
        .kv-area__slideBox .tigerCard {
          width: 48.17708vw !important;
          height: 95.05208vw; } }
      .kv-area__slideBox .tigerCard.is-active {
        -webkit-animation: zoomPop 0.3s ease-out forwards;
        animation: zoomPop 0.3s ease-out forwards; }
        .kv-area__slideBox .tigerCard.is-active .tigerCard--tiger {
          -webkit-animation: fadeZoomOut 0.1s ease-in forwards;
          animation: fadeZoomOut 0.1s ease-in forwards; }
        .kv-area__slideBox .tigerCard.is-active .tigerCard--pop {
          opacity: 1; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .tiger {
            -webkit-animation: fadeZoomIn 0.4s ease-in 0.1s forwards, floatUpDown 4s ease-in-out forwards 1.2s infinite;
            animation: fadeZoomIn 0.4s ease-in 0.1s forwards, floatUpDown 4s ease-in-out forwards 1.2s infinite; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .shadow {
            -webkit-animation: fadeZoomIn 0.6s ease-in 0.1s forwards, floatShadow 1.5s ease-in-out forwards 0.8s infinite;
            animation: fadeZoomIn 0.6s ease-in 0.1s forwards, floatShadow 1.5s ease-in-out forwards 0.8s infinite; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-1-01.dec {
            -webkit-animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.4s * i;
            animation-delay: 0.4s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-1-02.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.2s * i;
            animation-delay: 0.2s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-1-03.dec {
            -webkit-animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.3s * i;
            animation-delay: 0.3s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-1-04.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.4s * i;
            animation-delay: 0.4s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-1-05.dec {
            -webkit-animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.2s * i;
            animation-delay: 0.2s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-1-06.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.1s * i;
            animation-delay: 0.1s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-1-07.dec {
            -webkit-animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.3s * i;
            animation-delay: 0.3s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-1-08.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.3s * i;
            animation-delay: 0.3s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-2-01.dec {
            -webkit-animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.3s * i;
            animation-delay: 0.3s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-2-02.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.5s * i;
            animation-delay: 0.5s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-2-03.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.4s * i;
            animation-delay: 0.4s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-2-04.dec {
            -webkit-animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.5s * i;
            animation-delay: 0.5s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-2-05.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.2s * i;
            animation-delay: 0.2s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-2-06.dec {
            -webkit-animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.2s * i;
            animation-delay: 0.2s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-2-07.dec {
            -webkit-animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.3s * i;
            animation-delay: 0.3s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-2-08.dec {
            -webkit-animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.4s * i;
            animation-delay: 0.4s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-3-01.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.1s * i;
            animation-delay: 0.1s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-3-02.dec {
            -webkit-animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.5s * i;
            animation-delay: 0.5s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-3-03.dec {
            -webkit-animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.2s * i;
            animation-delay: 0.2s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-3-04.dec {
            -webkit-animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.5s * i;
            animation-delay: 0.5s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-3-05.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.3s * i;
            animation-delay: 0.3s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-3-06.dec {
            -webkit-animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.5s * i;
            animation-delay: 0.5s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-3-07.dec {
            -webkit-animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.4s * i;
            animation-delay: 0.4s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-3-08.dec {
            -webkit-animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.1s * i;
            animation-delay: 0.1s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-4-01.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.5s * i;
            animation-delay: 0.5s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-4-02.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.5s * i;
            animation-delay: 0.5s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-4-03.dec {
            -webkit-animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.4s * i;
            animation-delay: 0.4s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-4-04.dec {
            -webkit-animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.5s * i;
            animation-delay: 0.5s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-4-05.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.3s * i;
            animation-delay: 0.3s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-4-06.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.1s * i;
            animation-delay: 0.1s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-4-07.dec {
            -webkit-animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.4s * i;
            animation-delay: 0.4s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-4-08.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.1s * i;
            animation-delay: 0.1s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-5-01.dec {
            -webkit-animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.5s * i;
            animation-delay: 0.5s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-5-02.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.2s * i;
            animation-delay: 0.2s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-5-03.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.2s * i;
            animation-delay: 0.2s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-5-04.dec {
            -webkit-animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.4s * i;
            animation-delay: 0.4s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-5-05.dec {
            -webkit-animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.4s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.1s * i;
            animation-delay: 0.1s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-5-06.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.5s * i;
            animation-delay: 0.5s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-5-07.dec {
            -webkit-animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.2s ease-out 0.2s forwards, floatUpDown 3.6s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.4s * i;
            animation-delay: 0.4s * i; }
          .kv-area__slideBox .tigerCard.is-active .tigerCard--pop .popCard-5-08.dec {
            -webkit-animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            animation: rotatePop 0.6s ease-out 0.2s forwards, floatUpDown 1.8s ease-in-out forwards 0.8s infinite;
            -webkit-animation-delay: 0.1s * i;
            animation-delay: 0.1s * i; }
      .kv-area__slideBox .tigerCard--bg {
        width: 100%;
        height: 100%;
        border-radius: 38px; }
      .kv-area__slideBox .tigerCard--phone {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%; }
      .kv-area__slideBox .tigerCard--mirror-effect {
        position: absolute;
        top: 53px;
        left: 0; }
      .kv-area__slideBox .tigerCard--tiger {
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center; }
        .kv-area__slideBox .tigerCard--tiger-0 {
          bottom: 14%;
          left: 17%;
          width: 65%;
          height: auto; }
        .kv-area__slideBox .tigerCard--tiger-1 {
          bottom: 7%;
          left: 6%;
          width: 87%;
          height: auto; }
        .kv-area__slideBox .tigerCard--tiger-2 {
          bottom: 5%;
          left: 21%;
          width: 60%;
          height: auto; }
        .kv-area__slideBox .tigerCard--tiger-3 {
          bottom: 21%;
          left: 7%;
          width: 82%;
          height: auto; }
        .kv-area__slideBox .tigerCard--tiger-4 {
          bottom: 0%;
          left: 0%;
          width: 96%;
          height: auto; }
        .kv-area__slideBox .tigerCard--tiger-5 {
          bottom: 11%;
          left: 6%;
          width: 85%;
          height: auto; }
      .kv-area__slideBox .tigerCard--pop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center; }
        .kv-area__slideBox .tigerCard--pop--wrapper {
          width: 100%;
          height: 100%;
          position: relative; }
        .kv-area__slideBox .tigerCard--pop .tiger,
        .kv-area__slideBox .tigerCard--pop .shadow,
        .kv-area__slideBox .tigerCard--pop .dec {
          opacity: 0;
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center; }
        .kv-area__slideBox .tigerCard--pop .popCard-0 {
          position: relative;
          width: 100%;
          height: 100%;
          border-radius: 35px;
          overflow: hidden;
          z-index: 5; }
          .kv-area__slideBox .tigerCard--pop .popCard-0--tiger {
            position: absolute;
            top: 41%;
            left: -29%;
            width: 172%;
            height: auto;
            max-width: none; }
        .kv-area__slideBox .tigerCard--pop .popCard-1 {
          position: relative;
          width: 100%;
          height: 100%;
          border-radius: 35px;
          overflow: visible; }
          .kv-area__slideBox .tigerCard--pop .popCard-1--tiger {
            position: absolute;
            max-width: none;
            bottom: -16%;
            left: -3%;
            width: 100.8%;
            height: auto;
            display: block;
            z-index: 999; }
          .kv-area__slideBox .tigerCard--pop .popCard-1-01 {
            position: absolute;
            width: 23%;
            height: auto;
            bottom: -10.8%;
            right: 90%; }
          .kv-area__slideBox .tigerCard--pop .popCard-1-02 {
            position: absolute;
            width: 21%;
            height: auto;
            left: -13%;
            bottom: 42%; }
          .kv-area__slideBox .tigerCard--pop .popCard-1-04 {
            position: absolute;
            width: 31%;
            height: auto;
            left: 9%;
            top: 38%; }
          .kv-area__slideBox .tigerCard--pop .popCard-1-05 {
            position: absolute;
            width: 30%;
            height: auto;
            right: 24%;
            top: 48%; }
          .kv-area__slideBox .tigerCard--pop .popCard-1-06 {
            position: absolute;
            width: 32%;
            height: auto;
            left: 74%;
            top: 32%; }
          .kv-area__slideBox .tigerCard--pop .popCard-1-07 {
            position: absolute;
            width: 21%;
            height: auto;
            left: 93%;
            top: 54%; }
          .kv-area__slideBox .tigerCard--pop .popCard-1-08 {
            position: absolute;
            width: 21%;
            height: auto;
            left: 97%;
            top: 81%; }
          .kv-area__slideBox .tigerCard--pop .popCard-1-shadow {
            position: absolute;
            width: 86.04%;
            height: auto;
            left: 10%;
            bottom: -17.57%; }
        .kv-area__slideBox .tigerCard--pop .popCard-2 {
          position: relative;
          width: 100%;
          height: 100%;
          border-radius: 35px;
          overflow: visible; }
          .kv-area__slideBox .tigerCard--pop .popCard-2--tiger {
            position: absolute;
            max-width: none;
            top: 62%;
            left: 8%;
            width: 85.4%;
            height: auto;
            display: block; }
          .kv-area__slideBox .tigerCard--pop .popCard-2-01 {
            position: absolute;
            width: 37%;
            height: auto;
            bottom: -10.2%;
            left: -19%; }
          .kv-area__slideBox .tigerCard--pop .popCard-2-02 {
            position: absolute;
            width: 51%;
            height: auto;
            left: -20%;
            top: 40%; }
          .kv-area__slideBox .tigerCard--pop .popCard-2-03 {
            position: absolute;
            width: 36%;
            height: auto;
            right: -19%;
            top: 46%; }
          .kv-area__slideBox .tigerCard--pop .popCard-2-04 {
            position: absolute;
            width: 30%;
            height: auto;
            right: -18.2%;
            top: 82%; }
          .kv-area__slideBox .tigerCard--pop .popCard-2-shadow {
            position: absolute;
            width: 53.19%;
            height: auto;
            left: 19.14%;
            bottom: -16.25%; }
        .kv-area__slideBox .tigerCard--pop .popCard-3 {
          position: relative;
          width: 100%;
          height: 100%;
          border-radius: 35px;
          overflow: visible; }
          .kv-area__slideBox .tigerCard--pop .popCard-3--tiger {
            position: absolute;
            max-width: none;
            top: 43.2%;
            left: -20%;
            width: 139%;
            height: auto;
            display: block; }
          .kv-area__slideBox .tigerCard--pop .popCard-3-01 {
            position: absolute;
            width: 10.4%;
            height: auto;
            bottom: 34%;
            left: -10%; }
          .kv-area__slideBox .tigerCard--pop .popCard-3-02 {
            position: absolute;
            width: 18%;
            height: auto;
            left: -8%;
            top: 46%; }
          .kv-area__slideBox .tigerCard--pop .popCard-3-03 {
            position: absolute;
            width: 24%;
            height: auto;
            left: 5%;
            top: 53%; }
          .kv-area__slideBox .tigerCard--pop .popCard-3-shadow {
            position: absolute;
            width: 57%;
            height: auto;
            left: 21.27%;
            bottom: -13%; }
        .kv-area__slideBox .tigerCard--pop .popCard-4 {
          position: relative;
          width: 100%;
          height: 100%;
          border-radius: 35px;
          overflow: visible; }
          .kv-area__slideBox .tigerCard--pop .popCard-4--tiger {
            position: absolute;
            max-width: none;
            top: 40%;
            left: -8%;
            width: 110%;
            height: auto;
            display: block; }
          .kv-area__slideBox .tigerCard--pop .popCard-4-01 {
            position: absolute;
            width: 17%;
            height: auto;
            bottom: 14%;
            left: -8%; }
          .kv-area__slideBox .tigerCard--pop .popCard-4-02 {
            position: absolute;
            width: 20%;
            height: auto;
            left: -7%;
            top: 30.1%; }
          .kv-area__slideBox .tigerCard--pop .popCard-4-03 {
            position: absolute;
            width: 26%;
            height: auto;
            left: 81%;
            bottom: 6%; }
          .kv-area__slideBox .tigerCard--pop .popCard-4-shadow {
            position: absolute;
            width: 63.8%;
            height: auto;
            left: 25.36%;
            bottom: -10.35%; }
        .kv-area__slideBox .tigerCard--pop .popCard-5 {
          position: relative;
          width: 100%;
          height: 100%;
          border-radius: 35px;
          overflow: visible; }
          .kv-area__slideBox .tigerCard--pop .popCard-5--tiger {
            position: absolute;
            max-width: none;
            top: 52%;
            left: -17%;
            width: 127.3%;
            height: auto;
            display: block; }
          .kv-area__slideBox .tigerCard--pop .popCard-5-01 {
            position: absolute;
            width: 69%;
            height: auto;
            top: 31%;
            right: 52.6%; }
          .kv-area__slideBox .tigerCard--pop .popCard-5-02 {
            position: absolute;
            width: 14.2%;
            height: auto;
            left: 47.6%;
            top: 41.4%; }
          .kv-area__slideBox .tigerCard--pop .popCard-5-03 {
            position: absolute;
            width: 18.1%;
            height: auto;
            right: 5%;
            top: 40.6%; }
          .kv-area__slideBox .tigerCard--pop .popCard-5-04 {
            position: absolute;
            width: 11.9%;
            height: auto;
            right: -14%;
            top: 51.9%; }
          .kv-area__slideBox .tigerCard--pop .popCard-5-shadow {
            position: absolute;
            width: 77.53%;
            height: auto;
            right: 16.93%;
            bottom: -17.36%; }

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

.section-task {
  width: 100%;
  height: auto;
  background-color: #3F4B47;
  position: relative;
  overflow: hidden; }
  .section-task .bg-ellipse {
    position: absolute;
    z-index: 0; }
    .section-task .bg-ellipseimg {
      width: 100%;
      height: 100%; }
    .section-task .bg-ellipse__L {
      width: 961px;
      height: 961px; }
    .section-task .bg-ellipse__S {
      width: 635.33px;
      height: 635.33px;
      -webkit-transform: rotate(140.32deg);
      -ms-transform: rotate(140.32deg);
      transform: rotate(140.32deg); }
    .section-task .bg-ellipse--left {
      top: -200px;
      right: calc(50% + 229px); }
    .section-task .bg-ellipse--right {
      bottom: 6.74px;
      left: calc(50% + 314.86px); }
  .section-task__wrapper {
    padding: 100px 20px;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    @media (max-width: 1279px) {
      .section-task__wrapper {
        padding: 7.81861vw 1.56372vw;
        max-width: 96.95074vw; } }
    @media (max-width: 768px) {
      .section-task__wrapper {
        padding-bottom: 11.71875vw; } }

.task-mobile {
  display: none; }
  @media (max-width: 768px) {
    .task-mobile {
      display: block;
      line-height: 0; } }

.task-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.25;
  color: #F5EFE6;
  margin-bottom: 32px;
  text-align: center; }
  @media (max-width: 1279px) {
    .task-title {
      font-size: 3.9093vw;
      margin-bottom: 2.50195vw; } }
  @media (max-width: 768px) {
    .task-title {
      font-size: 8.07292vw;
      margin-bottom: 7.8125vw; } }

.task-content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .task-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 9.89583vw; } }
  @media (max-width: 768px) {
    .task-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 9.89583vw; } }
  .task-content__card-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    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;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center; }
  .task-content__card {
    width: 100%;
    height: auto;
    min-height: 210px;
    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;
    position: relative;
    border-radius: 20px;
    background: -webkit-linear-gradient(145.09deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
    background: -o-linear-gradient(145.09deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
    background: linear-gradient(304.91deg, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.03) 60%);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px); }
    @media (max-width: 1279px) {
      .task-content__card {
        min-height: 16.41908vw;
        border-radius: 1.56372vw; } }
    @media (max-width: 768px) {
      .task-content__card {
        border-radius: 5.20833vw; } }
    .task-content__card:last-child {
      margin-top: 20px; }
      @media (max-width: 768px) {
        .task-content__card:last-child {
          margin-top: 5.20833vw; } }
    .task-content__card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      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; }
  .task-content__content {
    margin-top: 32px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff; }
    @media (max-width: 1279px) {
      .task-content__content {
        font-size: 2.50195vw;
        margin-top: 2.50195vw; } }
    @media (max-width: 768px) {
      .task-content__content {
        margin: 7.8125vw 0 3.90625vw;
        font-size: 5.85938vw; } }
  .task-content__text {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
    color: #FDF9C7;
    font-family: "Roboto"; }
    @media (max-width: 1279px) {
      .task-content__text {
        font-size: 2.50195vw; } }
    @media (max-width: 768px) {
      .task-content__text {
        font-size: 8.59375vw;
        line-height: 1.1;
        margin-bottom: 7.03125vw; } }
    .task-content__text--highlight {
      font-size: 48px; }
      @media (max-width: 1279px) {
        .task-content__text--highlight {
          font-size: 3.75293vw; } }
      @media (max-width: 768px) {
        .task-content__text--highlight {
          font-size: 11.71875vw; } }
    .task-content__text--mt {
      margin-bottom: -20px; }
      @media (max-width: 1279px) {
        .task-content__text--mt {
          margin-bottom: -1.56372vw; } }
      @media (max-width: 768px) {
        .task-content__text--mt {
          margin-bottom: 0; } }
  .task-content__num {
    position: absolute;
    font-weight: 200;
    font-size: 100px;
    line-height: 0.7;
    opacity: 0.2;
    bottom: 0;
    left: 24px;
    color: #fff; }
    @media (max-width: 1279px) {
      .task-content__num {
        font-size: 7.81861vw;
        left: 1.87647vw; } }
    @media (max-width: 768px) {
      .task-content__num {
        font-size: 24.73958vw;
        left: 5.85938vw; } }
  .task-content__icon {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 120px;
    height: auto; }
    @media (max-width: 1279px) {
      .task-content__icon {
        width: 9.38233vw;
        right: 0.78186vw; } }
    @media (max-width: 768px) {
      .task-content__icon {
        right: 1.30208vw;
        width: 24.73958vw; } }
    .task-content__icon img {
      width: 100%;
      height: 100%; }
  .task-content #form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 60px;
    font-family: "Noto Sans TC";
    position: relative;
    padding: 16px; }
    @media (max-width: 1279px) {
      .task-content #form {
        margin-left: 4.69116vw;
        padding: 1.25098vw; } }
    @media (max-width: 768px) {
      .task-content #form {
        margin-top: 7.8125vw;
        margin-left: 0;
        padding: 2.08333vw; } }
    .task-content #form:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 20;
      border-radius: 16px;
      left: 0;
      top: 0; }
    .task-content #form:after {
      content: "";
      position: absolute;
      background: url(../images/event-end.png?v=20260121);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 250px;
      height: 190px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 21; }
      @media (max-width: 1279px) {
        .task-content #form:after {
          width: 19.54652vw;
          height: 14.85536vw; } }
      @media (max-width: 768px) {
        .task-content #form:after {
          width: 57.29167vw;
          height: 44.27083vw; } }

.form__group {
  margin-bottom: 10px; }
  @media (max-width: 1279px) {
    .form__group {
      margin-bottom: 0.78186vw; } }
  @media (max-width: 768px) {
    .form__group {
      margin-bottom: 2.60417vw; } }

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

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

.form__input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #5A6461;
  padding: 15px 24px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.08em; }
  @media (max-width: 1279px) {
    .form__input {
      border-radius: 0.31274vw;
      font-size: 1.87647vw;
      padding: 1.17279vw 1.87647vw; } }
  @media (max-width: 768px) {
    .form__input {
      padding: 4.42708vw 3.90625vw;
      font-size: 4.94792vw; } }
  .form__input.captcha {
    width: 290px; }
    @media (max-width: 1279px) {
      .form__input.captcha {
        width: 22.67396vw; } }
    @media (max-width: 768px) {
      .form__input.captcha {
        width: 100%; } }
  .form__input.errorMessage {
    border-color: #ED1C24 !important; }
  .form__input:hover, .form__input:focus {
    border: 1px solid #048961; }
  .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__captcha {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 768px) {
    .form__captcha {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: unset;
      -ms-flex-align: unset;
      align-items: unset; } }
  .form__captcha--img {
    width: 180px;
    height: 60px;
    margin: 0 12px; }
    @media (max-width: 1279px) {
      .form__captcha--img {
        width: 14.07349vw;
        height: 4.69116vw;
        margin: 0 0.93823vw; } }
    @media (max-width: 768px) {
      .form__captcha--img {
        width: 31.25vw;
        height: 11.71875vw;
        margin: 0 2.60417vw 0 0; } }
  .form__captcha--reload {
    all: unset;
    cursor: pointer;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1279px) {
      .form__captcha--reload {
        width: 3.9093vw;
        height: 3.9093vw; } }
    @media (max-width: 768px) {
      .form__captcha--reload {
        width: 10.41667vw;
        height: 10.41667vw; } }

.form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 768px) {
    .form__box {
      margin-top: 2.60417vw; } }

.form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 10px; }
  .form__check input[type="checkbox"] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #5A6461;
    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; }
    @media (max-width: 1279px) {
      .form__check input[type="checkbox"] {
        width: 3.12744vw;
        height: 3.12744vw; } }
    @media (max-width: 768px) {
      .form__check input[type="checkbox"] {
        width: 7.8125vw;
        height: 7.8125vw; } }
    .form__check input[type="checkbox"]:checked {
      background-color: #5A6461;
      border-color: #048961; }
    .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%); }
  .form__check--text {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: justify;
    margin-left: 8px; }
    @media (max-width: 1279px) {
      .form__check--text {
        font-size: 1.87647vw;
        margin-left: 0.62549vw; } }
    @media (max-width: 768px) {
      .form__check--text {
        font-size: 4.42708vw;
        margin-left: 3.90625vw; } }
    .form__check--text-link {
      color: #FDF9C7;
      text-decoration: underline; }
      .form__check--text-link:hover {
        text-decoration: underline; }

.task-send-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 999px;
  border: 1px solid #DFC78F;
  padding: 16px 50px 16px 60px;
  color: #DFC78F;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: transparent; }
  @media (max-width: 1279px) {
    .task-send-btn {
      border-radius: 78.1079vw;
      padding: 1.25098vw 3.9093vw;
      font-size: 2.8147vw; } }
  @media (max-width: 768px) {
    .task-send-btn {
      padding: 3.90625vw 13.02083vw;
      font-size: 5.85938vw; } }
  .task-send-btn::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background-image: url("../images/task/send-arrow.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .task-send-btn::after {
        width: 5.46875vw;
        height: 5.46875vw;
        margin-left: 1.95313vw; } }
  .task-send-btn:hover {
    background-color: #CEB071;
    color: white; }
    .task-send-btn:hover::after {
      background-image: url("../images/task/send-arrow-white.svg"); }

.section-info {
  width: 100%;
  height: auto;
  background: #F5EFE6 url(../images/info/bg_info.png) no-repeat center top;
  background-size: 2560px auto; }
  @media (max-width: 768px) {
    .section-info {
      background: #F5EFE6; } }
  .section-info__wrapper {
    padding: 100px 20px; }
    @media (max-width: 1279px) {
      .section-info__wrapper {
        padding: 7.81861vw 1.56372vw; } }
    @media (max-width: 768px) {
      .section-info__wrapper {
        padding: 13.02083vw 0; } }

.info-carousel {
  max-width: 1280px;
  width: 100%;
  height: auto;
  border-radius: 30px;
  background-color: #CC7B5F;
  margin: 0 auto;
  padding: 80px;
  color: white; }
  @media (max-width: 1279px) {
    .info-carousel {
      max-width: 100.07819vw;
      border-radius: 2.34558vw;
      padding: 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: 6.25vw;
        line-height: 1; } }
  .info-carousel-slide__step-text {
    display: none; }
    @media (max-width: 768px) {
      .info-carousel-slide__step-text {
        display: block !important;
        font-size: 4.16667vw;
        text-wrap: nowrap;
        line-height: 1;
        margin-top: 2.60417vw; } }
  .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;
    aspect-ratio: 6 / 7; }
  .info-carousel__title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 1279px) {
      .info-carousel__title {
        font-size: 3.9093vw;
        margin-bottom: 3.12744vw; } }
    @media (max-width: 768px) {
      .info-carousel__title {
        display: none; } }
    .info-carousel__title.is-mobile {
      display: none; }
      @media (max-width: 768px) {
        .info-carousel__title.is-mobile {
          display: block;
          color: #5A4E4C;
          font-size: 8.07292vw;
          margin-bottom: 7.8125vw; } }
  .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: 456px;
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 1279px) {
      .info-carousel__steps {
        max-width: 35.65285vw;
        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 white;
    padding: 20px 0; }
    @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: 700;
      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: 700;
      line-height: 1.25;
      letter-spacing: 0px;
      margin-top: 20px; }
      @media (max-width: 1279px) {
        .info-carousel__step-text {
          font-size: 1.87647vw;
          margin-top: 1.56372vw; } }
    .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: 355px;
    padding-top: 68px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top; }
    @media (max-width: 1279px) {
      .info-carousel__image {
        width: 27.75606vw;
        padding-top: 5.31665vw; } }
    @media (max-width: 768px) {
      .info-carousel__image {
        width: 63%; } }
    .info-carousel__image img {
      width: 100%;
      height: auto; }
  .info-carousel__swiper {
    max-width: 600px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 64px; }
    @media (max-width: 1279px) {
      .info-carousel__swiper {
        max-width: 46.91165vw;
        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: 600px;
      height: 660px;
      min-height: 700px;
      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: 46.91165vw;
          height: 51.60281vw;
          min-height: 53.16654vw; } }
      @media (max-width: 768px) {
        .info-carousel__swiper .swiper-slide {
          background-color: #CC7B5F;
          border-radius: 5.20833vw;
          height: auto;
          padding: 6.51042vw 8.46354vw 16.66667vw 8.46354vw;
          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: 5.20833vw !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.60417vw !important;
        opacity: 1; } }
    .info-carousel .swiper-pagination-bullet-active {
      background: #333; }
  .info-carousel .swiper-pagination-horizontal.swiper-pagination-bullets {
    bottom: auto; }

.section-faq {
  width: 100%;
  background: #5A4E4C;
  overflow: hidden;
  position: relative; }
  .section-faq__wrapper {
    padding: 100px 0; }
    @media (max-width: 1279px) {
      .section-faq__wrapper {
        padding: 7.81861vw 0; } }
    @media (max-width: 768px) {
      .section-faq__wrapper {
        padding: 13.02083vw 0 26.04167vw 0; } }
  .section-faq__light {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    background: -webkit-radial-gradient(at center, #CEB071 0%, rgba(206, 176, 113, 0) 70%);
    background: -o-radial-gradient(at center, #CEB071 0%, rgba(206, 176, 113, 0) 70%);
    background: radial-gradient(at center, #CEB071 0%, rgba(206, 176, 113, 0) 70%);
    opacity: 0.3; }
  .section-faq__L {
    width: 480px;
    height: 480px; }
  .section-faq__S {
    width: 320px;
    height: 320px; }
  .section-faq--left {
    bottom: -205px;
    right: calc(50% + 445px); }
  .section-faq--right {
    top: 86px;
    left: calc(50% + 430px); }
  .section-faq__title {
    text-align: center;
    color: white;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    z-index: 2; }
    @media (max-width: 1279px) {
      .section-faq__title {
        font-size: 3.9093vw; } }
    @media (max-width: 768px) {
      .section-faq__title {
        font-size: 8.07292vw; } }
    .section-faq__title--mb {
      margin-bottom: 32px; }
      @media (max-width: 1279px) {
        .section-faq__title--mb {
          margin-bottom: 2.50195vw; } }
      @media (max-width: 768px) {
        .section-faq__title--mb {
          margin-bottom: 4.16667vw; } }
  .section-faq__list {
    margin: 0 20px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1279px) {
      .section-faq__list {
        margin: 0 1.56372vw; } }
    @media (max-width: 768px) {
      .section-faq__list {
        margin: 0 6.51042vw; } }
  .section-faq__box {
    margin: 0 auto;
    max-width: 996px;
    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: 1279px) {
      .section-faq__box {
        max-width: 0 77.87334vw; } }
  .section-faq__item {
    background-color: white;
    border-radius: 20px;
    margin-bottom: 14px;
    padding: 24px; }
    @media (max-width: 1279px) {
      .section-faq__item {
        border-radius: 1.56372vw;
        margin-bottom: 1.09461vw;
        padding: 1.87647vw; } }
    @media (max-width: 768px) {
      .section-faq__item {
        border-radius: 2.60417vw;
        padding: 4.6875vw;
        margin-bottom: 3.125vw; } }
    .section-faq__item:last-child {
      margin-bottom: 0; }
  .section-faq__toggle {
    all: unset;
    cursor: pointer;
    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;
    width: 100%; }
    .section-faq__toggle:hover .section-faq__icon {
      background: #D17C5F; }
      .section-faq__toggle:hover .section-faq__icon .rec::after, .section-faq__toggle:hover .section-faq__icon .rec::before {
        background-color: white; }
  .section-faq__num {
    color: #D17C5F;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin-bottom: 8px;
    text-align: left; }
    @media (max-width: 1279px) {
      .section-faq__num {
        margin-bottom: 0.62549vw; } }
    @media (max-width: 768px) {
      .section-faq__num {
        font-size: 4.16667vw;
        margin-bottom: 1.5625vw; } }
  .section-faq__text {
    color: #5A4E4C;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;
    text-align: justify;
    margin-right: 8px; }
    @media (max-width: 1279px) {
      .section-faq__text {
        font-size: 1.87647vw;
        margin-right: 0.62549vw; } }
    @media (max-width: 768px) {
      .section-faq__text {
        font-size: 4.16667vw;
        margin-right: 1.04167vw; } }
  .section-faq__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #D17C5F;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-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);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative; }
    @media (max-width: 1279px) {
      .section-faq__icon {
        width: 3.44019vw;
        height: 3.44019vw;
        border-radius: 0.78186vw; } }
    @media (max-width: 768px) {
      .section-faq__icon {
        width: 10.9375vw;
        height: 10.9375vw;
        border-radius: 2.60417vw;
        margin-left: vem(24px); } }
    .section-faq__icon .rec::after, .section-faq__icon .rec::before {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #D17C5F;
      -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); }
    .section-faq__icon .rec::after {
      width: 1.5px;
      height: 36%; }
    .section-faq__icon .rec::before {
      width: 36%;
      height: 1.5px; }
  .section-faq [aria-expanded="true"] .section-faq__icon .rec::after, .section-faq [aria-expanded="true"] .section-faq__icon .rec::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg); }
  .section-faq [aria-expanded="true"] .section-faq__icon .rec::before {
    opacity: 0; }
  .section-faq__answer {
    max-height: 0;
    height: auto;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    color: #5A4E4C;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.6; }
    @media (max-width: 1279px) {
      .section-faq__answer {
        font-size: 1.87647vw; } }
    @media (max-width: 768px) {
      .section-faq__answer {
        font-size: 3.64583vw; } }
  .section-faq__answer-content {
    margin-top: 20px;
    margin-bottom: 4px;
    padding-top: 20px;
    border-top: 1px solid #D17C5F;
    text-align: justify;
    font-weight: 400; }
    @media (max-width: 1279px) {
      .section-faq__answer-content {
        margin-top: 1.56372vw;
        margin-bottom: 0.31274vw;
        padding-top: 1.56372vw; } }
    @media (max-width: 768px) {
      .section-faq__answer-content {
        margin-top: 3.90625vw;
        padding-top: 3.90625vw;
        margin-bottom: 0; } }
  .section-faq.active {
    max-height: 300px; }

.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: 6.25vw 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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.section-notice__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @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.5; }
  @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;
    font-weight: bold; }

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

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

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