@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

ol li .number {
  list-style: none;
  /* 移除預設編號 */
  counter-reset: my-counter;
  /* 設定計數器 */ }

ol li .number li {
  counter-increment: my-counter;
  /* 計數器遞增 */ }

ol li .number li::before {
  content: "(" counter(my-counter) "). ";
  /* 自訂編號格式 (1). */ }

img {
  border: 0;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: auto; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

input, textarea, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

select::-ms-expand {
  display: none; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: initial;
  scroll-behavior: smooth;
  scroll-padding-top: 3em; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button {
  border: none; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a:focus, input:focus, select:focus, textarea:focus, button:focus {
  outline: 0; }

form {
  width: 100%; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: none;
  padding: 0;
  line-height: inherit;
  color: #333;
  overflow: hidden;
  width: 100%; }

label {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: bold; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px \9;
  line-height: normal;
  vertical-align: baseline; }

input[type="radio"] {
  -webkit-appearance: radio;
  border-radius: 50%; }

input[type="checkbox"] {
  -webkit-appearance: checkbox; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

::-webkit-input-placeholder {
  color: #aaa; }

:-moz-placeholder {
  color: #aaa; }

::-moz-placeholder {
  color: #aaa; }

:-ms-input-placeholder {
  color: #aaa !important; }

::-ms-input-placeholder {
  color: #aaa; }

::placeholder {
  color: #aaa; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

body {
  font-size: 100%;
  font-family: "Noto Sans TC", Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, 微軟正黑體, Microsoft JhengHei, sans-serif;
  color: #332727;
  line-height: 1.5;
  visibility: hidden;
  overflow-x: hidden; }

.container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }

a {
  color: #00A0E6;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom; }

.decimal,
.disc {
  margin: 0;
  padding: 0;
  margin-left: 1.2em;
  margin-bottom: 1em; }
  li .decimal, li
  .disc {
    margin-bottom: 0; }

.decimal > li {
  list-style: decimal; }

.disc > li {
  list-style: disc; }

.decimal-arc {
  counter-reset: counter; }
  .decimal-arc > li:before {
    counter-increment: counter;
    content: "(" counter(counter) ")"; }

.fc_white {
  color: white !important; }

.primary {
  color: #00A0E6; }

.red {
  color: #F15078; }

.white {
  color: #fff; }

.bold {
  font-weight: 800; }

.center {
  text-align: center; }

.underline {
  text-decoration: underline; }

.hide {
  display: none;
  display: none; }
  @media (max-width: 576px) {
    .hide-sm {
      display: none; } }
  @media (max-width: 768px) {
    .hide-md {
      display: none; } }
  @media (max-width: 1024px) {
    .hide-lg {
      display: none; } }
  @media (max-width: 1260px) {
    .hide-xl {
      display: none; } }
  @media (max-width: 1400px) {
    .hide-xxl {
      display: none; } }

.block {
  display: block;
  display: block; }
  @media (max-width: 576px) {
    .block-sm {
      display: block; } }
  @media (max-width: 768px) {
    .block-md {
      display: block; } }
  @media (max-width: 1024px) {
    .block-lg {
      display: block; } }
  @media (max-width: 1260px) {
    .block-xl {
      display: block; } }
  @media (max-width: 1400px) {
    .block-xxl {
      display: block; } }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d-block {
  display: block; }

.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-flow-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

.flex1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.forced-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

.forced-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

@media (max-width: 1260px) {
  .forced-scrollbar::-webkit-scrollbar {
    width: 0.55556vw; }
  .forced-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0.31746vw; } }

@media (max-width: 768px) {
  .forced-scrollbar::-webkit-scrollbar {
    width: 0.91146vw; }
  .forced-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0.52083vw; } }

.f-24 {
  font-size: 24px; }

@-webkit-keyframes float-left {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes float-left {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden; }
  to {
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes float {
  to {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }

@keyframes float {
  to {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes blink {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0.25;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes blink {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0.25;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes heart-jump {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0.85;
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heart-jump {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0.85;
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes spring-jump {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0.85;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes spring-jump {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 0.85;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes jump {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  80% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); } }

@keyframes jump {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  80% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); } }

@-webkit-keyframes rotate {
  0%, 50%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

@keyframes rotate {
  0%, 50%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

@-webkit-keyframes scrolling {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: translateY(130%);
    transform: translateY(130%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(130%);
    transform: translateY(130%); } }

@keyframes scrolling {
  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 meteor {
  0% {
    -webkit-transform: translate(150%, -150%);
    transform: translate(150%, -150%);
    opacity: 0; }
  30% {
    opacity: 0; }
  60% {
    opacity: .9; }
  85% {
    opacity: 0; }
  100% {
    -webkit-transform: translate(-150%, 150%);
    transform: translate(-150%, 150%);
    opacity: 0; } }

@keyframes meteor {
  0% {
    -webkit-transform: translate(150%, -150%);
    transform: translate(150%, -150%);
    opacity: 0; }
  30% {
    opacity: 0; }
  60% {
    opacity: .9; }
  85% {
    opacity: 0; }
  100% {
    -webkit-transform: translate(-150%, 150%);
    transform: translate(-150%, 150%);
    opacity: 0; } }

.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; }

#header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  margin: auto;
  background-color: transparent;
  top: 0; }
  #header::after {
    content: "";
    background-image: -webkit-linear-gradient(318deg, #FFF3D4 0.3%, #CFB788 47.32%, #F3D9AF 89.64%, #FFF0E2 141.36%);
    background-image: -o-linear-gradient(318deg, #FFF3D4 0.3%, #CFB788 47.32%, #F3D9AF 89.64%, #FFF0E2 141.36%);
    background-image: linear-gradient(132deg, #FFF3D4 0.3%, #CFB788 47.32%, #F3D9AF 89.64%, #FFF0E2 141.36%);
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0; }
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    padding: 10px 20px; }
    #header .container #header-toggle {
      display: none; }
      #header .container #header-toggle.toggled {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background-image: url(../images/icon_hambuger_close.svg); }
    #header .container .header-logo {
      height: 36px; }
    #header .container nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto;
      height: 100%;
      font-size: 18px;
      font-weight: 700;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.45;
      letter-spacing: normal;
      text-align: left;
      color: #292929;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #header .container nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #header .container nav ul li .header-sec-link {
          position: relative;
          padding: 12px 20px;
          cursor: pointer;
          color: #fff;
          border-bottom: 1px solid transparent;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          height: 100%;
          font-size: 16px;
          font-weight: normal;
          line-height: 1;
          letter-spacing: .5px; }
        #header .container nav ul li .header-acc-link {
          background-color: #C29F56;
          color: #fff;
          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;
          font-size: 18px;
          font-weight: 700;
          border-radius: 100px;
          margin-left: 20px;
          padding: 12px 20px;
          line-height: 1;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          letter-spacing: 1px; }
          #header .container nav ul li .header-acc-link:hover {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05); }
          #header .container nav ul li .header-acc-link img {
            width: 20px;
            margin-left: 6px; }
      #header .container nav.toggled {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 56px;
        left: 0;
        height: auto;
        width: 100%; }
        #header .container nav.toggled ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
        #header .container nav.toggled::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100vh;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.6); }

@media (max-width: 990px) {
  #header .container nav ul li .header-sec-link {
    font-size: 14px;
    padding: 12px 8px; }
  #header .container nav ul li .header-acc-link {
    font-size: 14px;
    margin-left: 8px; } }

@media (max-width: 768px) {
  #header {
    top: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: black !important;
    width: 100%; }
    #header::after {
      display: none; }
    #header .container {
      height: 56px;
      padding: 16px; }
      #header .container #header-toggle {
        display: inline-block;
        width: 56px;
        height: 56px;
        position: absolute;
        left: 0;
        top: 0;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background-image: url(../images/icon_hambuger_open.svg); }
      #header .container .header-logo {
        margin: 0 auto;
        width: 92px;
        height: auto; }
      #header .container nav {
        display: none; }
        #header .container nav ul {
          background-color: black;
          position: relative;
          width: 100%; }
          #header .container nav ul li {
            border-bottom: 1px solid #CEB071;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            margin: 0 auto; }
            #header .container nav ul li .header-sec-link {
              color: #ffffff;
              font-weight: bold;
              font-size: 16px;
              line-height: 24px;
              padding: 18px;
              text-align: center; }
            #header .container nav ul li .header-acc-link {
              background: -webkit-linear-gradient(332.83deg, #FDF9C7 -0.28%, #F5ECB8 15.51%, #E1CB90 29.54%, #E1B97A 43.58%, #E8C388 73.4%);
              background: -o-linear-gradient(332.83deg, #FDF9C7 -0.28%, #F5ECB8 15.51%, #E1CB90 29.54%, #E1B97A 43.58%, #E8C388 73.4%);
              background: linear-gradient(117.17deg, #FDF9C7 -0.28%, #F5ECB8 15.51%, #E1CB90 29.54%, #E1B97A 43.58%, #E8C388 73.4%);
              color: black;
              width: unset;
              height: unset;
              font-weight: 700;
              font-size: 16px;
              line-height: 24px;
              text-align: center;
              margin: 18px;
              padding: 8px 44px; }
            #header .container nav ul li.hide-md {
              display: none; } }

#footer {
  font-family: "Noto Sans TC";
  font-weight: 400;
  padding: 64px 0;
  background-color: #111111;
  line-height: 1; }
  @media (max-width: 1279px) {
    #footer {
      padding: 50px 0 80px; } }
  @media (max-width: 769px) {
    #footer {
      padding-bottom: 100px;
      overflow: hidden; } }
  #footer.hasfooterNotice {
    padding: 32px 0 64px 0; }
    @media (max-width: 1279px) {
      #footer.hasfooterNotice {
        padding: 20px 0 80px; } }
    @media (max-width: 769px) {
      #footer.hasfooterNotice {
        padding-bottom: 100px;
        overflow: hidden; } }
  #footer .footerNotice {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
    padding: 0 2em 3em 3em;
    text-align: justify; }
  #footer .top-wrap {
    margin: 0 auto 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 1279px) {
      #footer .top-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 680px; } }
    @media (max-width: 769px) {
      #footer .top-wrap {
        width: 320px; } }
    @media (max-width: 320px) {
      #footer .top-wrap {
        max-width: 320px;
        margin: 0 20px; } }
    #footer .top-wrap .logo {
      width: 137px;
      margin-right: 60px; }
      @media (max-width: 1279px) {
        #footer .top-wrap .logo {
          margin-right: 0;
          margin-bottom: 65px; } }
    #footer .top-wrap .list-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff; }
      @media (max-width: 769px) {
        #footer .top-wrap .list-wrap {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      #footer .top-wrap .list-wrap ul {
        margin-right: 80px; }
        @media (max-width: 1279px) {
          #footer .top-wrap .list-wrap ul {
            margin-right: 60px; } }
        @media (max-width: 769px) {
          #footer .top-wrap .list-wrap ul {
            margin-right: 0;
            width: 50%; } }
        @media (max-width: 769px) {
          #footer .top-wrap .list-wrap ul:first-of-type {
            margin-bottom: 50px; } }
        #footer .top-wrap .list-wrap ul:last-of-type {
          margin-right: 0; }
        #footer .top-wrap .list-wrap ul li.title {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 20px;
          font-family: "Noto Sans TC";
          font-weight: 700; }
        #footer .top-wrap .list-wrap ul li.link {
          margin-bottom: 20px;
          letter-spacing: 0; }
          #footer .top-wrap .list-wrap ul li.link a {
            font-size: 14px;
            color: #fff; }
            #footer .top-wrap .list-wrap ul li.link a.contact-web {
              display: inline-block; }
              @media (max-width: 769px) {
                #footer .top-wrap .list-wrap ul li.link a.contact-web {
                  display: none; } }
            #footer .top-wrap .list-wrap ul li.link a.contact-mobile {
              display: none; }
              @media (max-width: 769px) {
                #footer .top-wrap .list-wrap ul li.link a.contact-mobile {
                  display: inline-block; } }
  #footer .bottom-wrap {
    width: 960px;
    margin: auto;
    border-top: 1px solid #4f4f4f;
    padding-top: 16px;
    color: #4f4f4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1279px) {
      #footer .bottom-wrap {
        width: 680px; } }
    @media (max-width: 769px) {
      #footer .bottom-wrap {
        width: 320px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #footer .bottom-wrap a {
      color: #A3A3A3; }
    #footer .bottom-wrap .links-container {
      font-size: 14px; }
      @media (max-width: 769px) {
        #footer .bottom-wrap .links-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      #footer .bottom-wrap .links-container a {
        display: inline-block;
        margin-right: 30px;
        letter-spacing: 2px; }
        @media (max-width: 769px) {
          #footer .bottom-wrap .links-container a {
            margin-right: 0;
            margin-bottom: 12px; } }
        #footer .bottom-wrap .links-container a .link-img-bank {
          margin-right: 12px;
          position: relative;
          top: 2px;
          width: 16px; }
      @media (max-width: 769px) {
        #footer .bottom-wrap .links-container p span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-align: center;
          margin: auto;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-bottom: 12px; } }
    #footer .bottom-wrap .copyright-desc {
      font-size: 14px;
      letter-spacing: 1px; }
      @media (max-width: 769px) {
        #footer .bottom-wrap .copyright-desc {
          text-align: center;
          margin-top: 20px; } }
  #footer .footer--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    margin-top: 40px;
    width: 100%;
    max-width: 960px;
    color: #fff; }
    @media (max-width: 1279px) {
      #footer .footer--flex {
        margin-top: 35px;
        max-width: 680px; } }
    @media (max-width: 769px) {
      #footer .footer--flex {
        display: block;
        max-width: 320px;
        margin-top: 30px; } }
    @media (max-width: 320px) {
      #footer .footer--flex {
        max-width: 280px;
        margin: 30px 20px 0 20px; } }
  #footer .footer__title {
    font-size: 30px;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 1279px) {
      #footer .footer__title {
        font-size: 22px; } }
    @media (max-width: 769px) {
      #footer .footer__title {
        margin: auto;
        margin-bottom: 15px; } }
  #footer .footer__text {
    font-size: 14px;
    line-height: 1.7; }
    @media (max-width: 1279px) {
      #footer .footer__text {
        width: 470px; } }
    @media (max-width: 769px) {
      #footer .footer__text {
        width: auto; } }
    #footer .footer__text a {
      text-decoration: underline; }

#foot {
  position: relative;
  width: 100%;
  padding: 50px;
  background: #332727; }
  @media (max-width: 1279px) {
    #foot {
      padding: 30px 40px; } }
  @media (max-width: 769px) {
    #foot {
      padding: 30px; } }
  #foot .footer--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
    @media (max-width: 1279px) {
      #foot .footer--flex {
        margin-bottom: 35px; } }
    @media (max-width: 769px) {
      #foot .footer--flex {
        display: block;
        margin-bottom: 30px; } }
  #foot .footer__title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-right: 60px; }
    @media (max-width: 1279px) {
      #foot .footer__title {
        font-size: 22px;
        margin-right: 30px; } }
    @media (max-width: 769px) {
      #foot .footer__title {
        margin: auto;
        margin-bottom: 15px; } }
  #foot .footer__text {
    width: 725px;
    font-size: 14px;
    line-height: 1.71; }
    @media (max-width: 1279px) {
      #foot .footer__text {
        width: 470px;
        font-size: 12px; } }
    @media (max-width: 769px) {
      #foot .footer__text {
        width: auto; } }
  #foot .footer_smart {
    letter-spacing: 1px;
    text-align: center;
    line-height: 1; }
    #foot .footer_smart span {
      display: inline-block; }
      #foot .footer_smart span::before {
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-left: 7px;
        margin-right: 8px;
        background: url("../img/sinopac-logo.svg") no-repeat 0 0;
        position: relative;
        top: 5px; }
    #foot .footer_smart a {
      display: inline-block;
      letter-spacing: 0;
      margin: 10px 5px 0 5px;
      vertical-align: middle; }
    #foot .footer_smart #cdic {
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1; }

.footer_ico {
  margin-right: 0.2em; }

@media (max-width: 1279px) {
  #download {
    display: block; } }

#footer_download {
  position: relative;
  width: 100%;
  height: 505px;
  padding: 90px 20px;
  background: url(../img/index/bg_curve.svg) center/cover no-repeat;
  color: white;
  overflow: hidden;
  line-height: 1; }
  @media (max-width: 769px) {
    #footer_download {
      height: auto;
      position: unset;
      padding: 47px 20px 0 20px; } }
  #footer_download .footer_download_title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 8px;
    text-align: center;
    margin-left: 69px; }
    @media (max-width: 1279px) {
      #footer_download .footer_download_title {
        font-size: 20px;
        letter-spacing: 5px;
        margin-left: 115px; } }
    @media (max-width: 769px) {
      #footer_download .footer_download_title {
        font-size: 16px;
        letter-spacing: 3.2px;
        margin-left: 0; } }
  #footer_download .footer_download_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 1279px) {
      #footer_download .footer_download_con {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 760px; } }
    @media (max-width: 769px) {
      #footer_download .footer_download_con {
        display: block;
        position: relative;
        bottom: 0;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        min-width: auto; } }
    #footer_download .footer_download_con .footer_download_img {
      margin-right: 40px; }
      @media (max-width: 769px) {
        #footer_download .footer_download_con .footer_download_img {
          margin-right: 26px;
          margin: 9% auto -4% auto;
          text-align: center;
          width: 64%;
          max-width: 236px; }
          #footer_download .footer_download_con .footer_download_img img {
            width: 100%; } }
    #footer_download .footer_download_con .footer_download_text {
      margin-top: 24px; }
      @media (max-width: 1279px) {
        #footer_download .footer_download_con .footer_download_text {
          margin-top: 16px; } }
      #footer_download .footer_download_con .footer_download_text h6 {
        font-size: 24px; }
        @media (max-width: 1279px) {
          #footer_download .footer_download_con .footer_download_text h6 {
            font-size: 16px; } }
        @media (max-width: 769px) {
          #footer_download .footer_download_con .footer_download_text h6 {
            display: none; } }
      #footer_download .footer_download_con .footer_download_text > p {
        white-space: nowrap;
        font-size: 16px;
        letter-spacing: 0.8px;
        margin: 20px 0 45px 0; }
        @media (max-width: 1279px) {
          #footer_download .footer_download_con .footer_download_text > p {
            font-size: 12px;
            margin: 14px 0 30px 0; } }
        @media (max-width: 769px) {
          #footer_download .footer_download_con .footer_download_text > p {
            display: none; } }
        #footer_download .footer_download_con .footer_download_text > p span {
          color: #825f14; }
      #footer_download .footer_download_con .footer_download_text .footer_download_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 769px) {
          #footer_download .footer_download_con .footer_download_text .footer_download_box {
            display: block; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
          margin-right: 24px; }
          @media (max-width: 1279px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
              margin-right: 10px; }
              #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img img {
                width: 100%; } }
          @media (max-width: 769px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_img {
              display: none; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
          font-size: 14px; }
          @media (max-width: 1279px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p {
              font-size: 13px; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
          font-size: 36px;
          margin-bottom: 19px; }
          @media (max-width: 1279px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
              font-size: 24px;
              margin-bottom: 14px;
              margin-top: 4px; } }
          @media (max-width: 769px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:first-child {
              margin-bottom: 11px;
              margin-top: 24px;
              text-align: center; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
          line-height: 1.1em; }
          @media (max-width: 769px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(2) {
              text-align: center; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
          line-height: 1.1em;
          margin-top: 0.5em;
          white-space: nowrap; }
          @media (max-width: 769px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner p:nth-child(3) {
              text-align: center;
              margin-bottom: 22px;
              white-space: normal; } }
        #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
          margin-top: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 1279px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
              margin-top: 12px; } }
          @media (max-width: 769px) {
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn {
              text-align: center;
              margin: 0 auto;
              max-width: 300px; } }
          #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a {
            margin-right: 5px;
            border-radius: 5px; }
            #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a img {
              width: 100%;
              display: block; }
          #footer_download .footer_download_con .footer_download_text .footer_download_box .footer_download_box_inner .footer_download_box_btn a:last-child {
            margin-right: 0; }

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1001;
  background: #ffffff; }

.loader {
  position: fixed;
  z-index: 1003;
  top: 50%;
  margin-top: -115px;
  left: 50%;
  margin-left: -86.5px; }

.dawho-logo {
  width: 173px;
  height: 177px; }
  .dawho-logo img {
    width: 173px;
    height: 177px; }

.loading {
  position: relative;
  margin-top: -60px; }
  .loading img {
    width: 173px;
    height: 173px; }

.sinopac-logo {
  width: 173px;
  margin-bottom: 20px; }
  .sinopac-logo img {
    width: 100%; }

.loading {
  position: relative;
  margin-top: -60px; }
  .loading img {
    width: 173px;
    height: 173px; }

.wrapper-container {
  background: url(../images/bg-pattern.png) repeat top center;
  background-size: contain;
  overflow: hidden; }

.btn-cta {
  background-color: #8BEAFC;
  border: 1px solid #fff;
  color: #190D1F;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  padding: 7px 20px;
  line-height: 1;
  min-width: 160px;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear; }
  .btn-cta > .btn-cta_arrow {
    margin-left: 10px;
    width: 9px; }
  .btn-cta:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .btn-cta--white {
    background-color: #fff;
    color: #554DA8; }

.main {
  overflow: hidden;
  position: relative;
  color: #fff; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  br {
    font-size: 0; } }

.section {
  position: relative;
  padding-top: 2.83333em;
  padding-bottom: 2.83333em;
  font-size: 30px;
  text-align: center;
  height: 100%;
  z-index: 1;
  counter-reset: num; }
  .section__heading {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center; }
  .section__imgbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #F15078;
    color: #332727;
    width: 100%;
    max-width: 11.26471em;
    border-radius: 50%;
    font-size: 1.13333em;
    margin-bottom: 1em;
    -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.25); }
    @media (max-width: 768px) {
      .section__imgbox {
        -webkit-box-shadow: 0.91146vw 0.91146vw 0.65104vw rgba(0, 0, 0, 0.25);
        box-shadow: 0.91146vw 0.91146vw 0.65104vw rgba(0, 0, 0, 0.25); } }
    .section__imgbox--num:after {
      position: absolute;
      left: 50%;
      top: 10.44386%;
      width: 1em;
      margin-left: -0.5em;
      counter-increment: num;
      content: counter(num);
      color: #FF659B;
      display: inline-block;
      font-size: 1.66667em;
      line-height: 1; }
    .section__imgbox--square {
      border-radius: 1.94118em; }
    .section__imgbox--tag.js-animate--active:after {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .section__imgbox--tag:after {
      content: "";
      width: 1.47059em;
      height: 1.47059em;
      display: block;
      position: absolute;
      background-repeat: no-repeat;
      top: 48.30287%;
      right: 0.73529em;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: -webkit-transform 0.65s 0.2s cubic-bezier(0.75, -0.5, 0, 1.75);
      transition: -webkit-transform 0.65s 0.2s cubic-bezier(0.75, -0.5, 0, 1.75);
      -o-transition: transform 0.65s 0.2s cubic-bezier(0.75, -0.5, 0, 1.75);
      transition: transform 0.65s 0.2s cubic-bezier(0.75, -0.5, 0, 1.75);
      transition: transform 0.65s 0.2s cubic-bezier(0.75, -0.5, 0, 1.75), -webkit-transform 0.65s 0.2s cubic-bezier(0.75, -0.5, 0, 1.75); }
    .section__imgbox--tag-free:after {
      background-image: url(../images/tag_free.svg); }
    .section__imgbox--tag-lucky:after {
      background-image: url(../images/tag_lucky.svg); }
    .section__imgbox:before {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .section__imgbox-inner {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 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;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .section__imgbox-btn {
      position: absolute;
      left: 69.1906%;
      top: 13.05483%;
      white-space: nowrap; }
    .section__imgbox-overlay {
      position: absolute;
      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;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.6);
      font-size: 2.05882em;
      color: #fff;
      line-height: 1.2;
      border-radius: 50%;
      z-index: 1; }

.svgbox {
  position: absolute;
  pointer-events: none; }
  .svgbox img[src$=".svg"],
  .svgbox svg {
    width: 100%;
    height: 100%;
    vertical-align: top; }

main.content {
  color: #fff;
  padding-top: 102px; }

.decoCube {
  position: absolute;
  display: block;
  z-index: 9; }
  .decoCube__yellow {
    background-color: #FFF696; }
  .decoCube__blue {
    background-color: #8BEAFC; }

.deco-meteor-sm {
  width: 78px;
  height: 78px;
  -webkit-animation: meteor 2s ease-out infinite;
  animation: meteor 2s ease-out infinite; }

.deco-meteor-lg {
  width: 118px;
  height: 118px;
  -webkit-animation: meteor 2.5s ease-out infinite;
  animation: meteor 2.5s ease-out infinite; }

[class*="deco-spring"] img {
  -webkit-animation: spring-jump .75s ease-in-out infinite;
  animation: spring-jump .75s ease-in-out infinite; }

.txt_lg {
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite; }

.section-kv {
  position: relative;
  margin-bottom: 20px; }
  .section-kv .kv-wrapper .kv-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .section-kv .kv-wrapper .kv-logos .kv-images {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .section-kv .kv-wrapper .kv-logos img {
      display: block;
      padding: 0 23px;
      height: 39px; }
      .section-kv .kv-wrapper .kv-logos img:last-child {
        border-left: 1px solid #fff; }
  .section-kv .kv-wrapper .kv-content .kv-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1130px;
    margin: 0 auto;
    margin-top: -22px;
    position: relative; }
    .section-kv .kv-wrapper .kv-content .kv-banner__img {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 331px;
      flex: 0 1 331px;
      position: relative; }
      .section-kv .kv-wrapper .kv-content .kv-banner__img .glasses {
        position: absolute;
        top: 148px;
        right: 13px;
        width: 133px; }
    .section-kv .kv-wrapper .kv-content .kv-banner__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 650px;
      flex: 1 1 650px;
      margin-top: 32px;
      position: relative;
      padding: 30px; }
      .section-kv .kv-wrapper .kv-content .kv-banner__content .kv-event-period {
        color: #fff;
        font-size: 20px;
        margin-bottom: 11px;
        letter-spacing: .5px; }
      .section-kv .kv-wrapper .kv-content .kv-banner__content h1.kv-title span,
      .section-kv .kv-wrapper .kv-content .kv-banner__content h2.kv-subtitle span {
        text-indent: -9999px;
        /* 隱藏文字 */
        overflow: hidden;
        white-space: nowrap; }
      .section-kv .kv-wrapper .kv-content .kv-banner__content h1.kv-title {
        margin-bottom: 33px; }
        .section-kv .kv-wrapper .kv-content .kv-banner__content h1.kv-title img {
          width: 100%;
          max-width: 650px; }
      .section-kv .kv-wrapper .kv-content .kv-banner__content h2.kv-subtitle img {
        width: 100%;
        max-width: 520px; }
      .section-kv .kv-wrapper .kv-content .kv-banner__content .kv-badge {
        position: absolute;
        right: 35px;
        bottom: 127px;
        width: 202px;
        z-index: 10; }
    .section-kv .kv-wrapper .kv-content .kv-banner .decoCube__yellow-4 {
      width: 71px;
      height: 20px;
      right: 127px;
      bottom: 0px;
      -webkit-animation: floating 2s ease-in-out infinite;
      animation: floating 2s ease-in-out infinite; }
    .section-kv .kv-wrapper .kv-content .kv-banner .decoCube__blue-3 {
      width: 5px;
      height: 28px;
      right: 59px;
      bottom: 52px;
      -webkit-animation: floating 3s ease-in-out infinite;
      animation: floating 3s ease-in-out infinite; }
  .section-kv .deco-spring-1 {
    top: -34px;
    left: calc(50% + 546px);
    width: 186px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  .section-kv .deco-meteor-sm-1 {
    top: 246px;
    right: calc(50% + 566px); }
  .section-kv .deco-meteor-sm-2 {
    top: 359px;
    left: calc(50% - 65px); }
  .section-kv .deco-meteor-lg-1 {
    top: -12px;
    left: calc(50% + 255px); }
  .section-kv .deco-meteor-lg-2 {
    top: 388px;
    right: calc(50% + 48px); }

.section-mission {
  position: relative;
  padding-top: 40px;
  margin-bottom: 72px; }
  .section-mission h4.section__subheading {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 16px;
    text-align: center; }
    .section-mission h4.section__subheading span {
      color: #FFF696; }
  .section-mission .mission-card-wrapper {
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1023px; }
  .section-mission .mission-card {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(139, 234, 252, 0.3)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, rgba(139, 234, 252, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
    background: -o-linear-gradient(bottom, rgba(139, 234, 252, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(0deg, rgba(139, 234, 252, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
    color: #fff;
    margin: 20px;
    position: relative;
    padding: 36px 30px 40px;
    text-align: center;
    width: 301px;
    height: 440px;
    --cutout-size: 40px;
    --border-width: 1px;
    --diagonal-offset: 0.41px;
    -webkit-clip-path: polygon(0 var(--cutout-size), var(--cutout-size) 0, 100% 0, 100% calc(100% - var(--cutout-size)), calc(100% - var(--cutout-size)) 100%, 0 100%);
    clip-path: polygon(0 var(--cutout-size), var(--cutout-size) 0, 100% 0, 100% calc(100% - var(--cutout-size)), calc(100% - var(--cutout-size)) 100%, 0 100%); }
    .section-mission .mission-card:hover {
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(139, 234, 252, 0.4)), color-stop(55%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(bottom, rgba(139, 234, 252, 0.4) 0%, rgba(255, 255, 255, 0) 55%);
      background: -o-linear-gradient(bottom, rgba(139, 234, 252, 0.4) 0%, rgba(255, 255, 255, 0) 55%);
      background: linear-gradient(0deg, rgba(139, 234, 252, 0.4) 0%, rgba(255, 255, 255, 0) 55%); }
    .section-mission .mission-card::before {
      content: "";
      background: #fff;
      position: absolute;
      inset: 0;
      -webkit-clip-path: polygon(0 var(--cutout-size), var(--cutout-size) 0, 100% 0, 100% calc(100% - var(--cutout-size)), calc(100% - var(--cutout-size)) 100%, 0 100%, 0 var(--cutout-size), var(--border-width) calc(var(--cutout-size) + var(--diagonal-offset)), var(--border-width) calc(100% - var(--border-width)), calc(100% - var(--cutout-size) - var(--diagonal-offset)) calc(100% - var(--border-width)), calc(100% - var(--border-width)) calc(100% - var(--cutout-size) - var(--diagonal-offset)), calc(100% - var(--border-width)) var(--border-width), calc(var(--cutout-size) + var(--diagonal-offset)) var(--border-width), var(--border-width) calc(var(--cutout-size) + var(--diagonal-offset)));
      clip-path: polygon(0 var(--cutout-size), var(--cutout-size) 0, 100% 0, 100% calc(100% - var(--cutout-size)), calc(100% - var(--cutout-size)) 100%, 0 100%, 0 var(--cutout-size), var(--border-width) calc(var(--cutout-size) + var(--diagonal-offset)), var(--border-width) calc(100% - var(--border-width)), calc(100% - var(--cutout-size) - var(--diagonal-offset)) calc(100% - var(--border-width)), calc(100% - var(--border-width)) calc(100% - var(--cutout-size) - var(--diagonal-offset)), calc(100% - var(--border-width)) var(--border-width), calc(var(--cutout-size) + var(--diagonal-offset)) var(--border-width), var(--border-width) calc(var(--cutout-size) + var(--diagonal-offset))); }
    .section-mission .mission-card__title {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 18px;
      line-height: 1; }
    .section-mission .mission-card__reward-text {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 6px; }
    .section-mission .mission-card__banknote {
      background: #eee;
      color: black;
      padding: 12px;
      display: inline-block;
      margin-bottom: 20px; }
      .section-mission .mission-card__banknote-inner {
        background: black;
        font-weight: 700;
        width: 146px;
        height: 66px;
        --mask-size: 10px;
        --mask-offset: -10px;
        -webkit-mask: -webkit-radial-gradient(var(--mask-size) var(--mask-size), var(--mask-size), #0000 98%, #000) var(--mask-offset) var(--mask-offset);
        mask: radial-gradient(var(--mask-size) at var(--mask-size) var(--mask-size), #0000 98%, #000) var(--mask-offset) var(--mask-offset);
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 40px;
        line-height: 1; }
        .section-mission .mission-card__banknote-inner span {
          font-size: 20px;
          margin-top: 16px; }
        .section-mission .mission-card__banknote-inner::before {
          content: '';
          background: -webkit-gradient(linear, left top, right top, from(#FFF696), to(#8BEAFC));
          background: -webkit-linear-gradient(left, #FFF696, #8BEAFC);
          background: -o-linear-gradient(left, #FFF696, #8BEAFC);
          background: linear-gradient(to right, #FFF696, #8BEAFC);
          position: absolute;
          inset: 1px;
          width: 144px;
          height: 64px;
          -webkit-mask: -webkit-radial-gradient(var(--mask-size) var(--mask-size), var(--mask-size), #0000 98%, #000) var(--mask-offset) var(--mask-offset);
          mask: radial-gradient(var(--mask-size) at var(--mask-size) var(--mask-size), #0000 98%, #000) var(--mask-offset) var(--mask-offset);
          z-index: -1; }
    .section-mission .mission-card__desc {
      font-size: 15px;
      line-height: 1.4;
      letter-spacing: 1px;
      text-align: justify; }
    .section-mission .mission-card__code {
      color: #FFF696;
      font-size: 15px;
      font-weight: bold;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 7px 0; }
      .section-mission .mission-card__code::before, .section-mission .mission-card__code::after {
        content: "";
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 1px;
        background-color: #FFF696; }
      .section-mission .mission-card__code span {
        padding: 0 10px; }
    .section-mission .mission-card__btn {
      position: absolute;
      bottom: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      right: 0;
      left: 0; }
    .section-mission .mission-card__deco {
      position: absolute;
      top: 3px;
      right: 15px; }
      .section-mission .mission-card__deco span {
        display: inline-block;
        width: 7px;
        height: 7px;
        background-color: #fff;
        border-radius: 50%; }
        .section-mission .mission-card__deco span:not(:last-child) {
          margin-right: 5px; }
  .section-mission .deco-spring-2 {
    top: -55px;
    right: calc(50% + 478px);
    width: 186px;
    -webkit-transform: rotate(86deg);
    -ms-transform: rotate(86deg);
    transform: rotate(86deg); }

.section-benefit {
  position: relative; }
  .section-benefit .benefit-hearts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 64px; }
    .section-benefit .benefit-hearts > img {
      width: 50px;
      -webkit-animation: heart-jump 1.5s infinite;
      animation: heart-jump 1.5s infinite; }
      .section-benefit .benefit-hearts > img:nth-child(1) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s; }
      .section-benefit .benefit-hearts > img:nth-child(2) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      .section-benefit .benefit-hearts > img:nth-child(3) {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s; }
  .section-benefit .benefit-item-wrapper {
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0 20px;
    max-width: 947px; }
    .section-benefit .benefit-item-wrapper ul.splide__list {
      width: 100%; }
  .section-benefit .benefit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 46px;
    gap: 40px; }
    .section-benefit .benefit-item_text-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;
      margin-top: 6px;
      gap: 13px;
      width: 200px; }
      .section-benefit .benefit-item_text-wrap img.txt_lg {
        width: 90px; }
      .section-benefit .benefit-item_text-wrap img.txt_md {
        width: 200px; }
    .section-benefit .benefit-item_tagShape {
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      position: relative;
      min-height: 172px; }
      .section-benefit .benefit-item_tagShape:hover img.card {
        -webkit-animation: rotate 1s linear infinite;
        animation: rotate 1s linear infinite; }
      .section-benefit .benefit-item_tagShape:hover img.piggy {
        -webkit-animation: spring-jump 1s linear infinite;
        animation: spring-jump 1s linear infinite; }
      .section-benefit .benefit-item_tagShape .benefit-info-wrap {
        background: -webkit-gradient(linear, left top, right top, from(#554DA8B2), to(#8BEAFCB2));
        background: -webkit-linear-gradient(left, #554DA8B2, #8BEAFCB2);
        background: -o-linear-gradient(left, #554DA8B2, #8BEAFCB2);
        background: linear-gradient(to right, #554DA8B2, #8BEAFCB2);
        border: 1px solid white;
        border-left: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .section-benefit .benefit-item_tagShape .benefit-info-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .section-benefit .benefit-item_tagShape .benefit-info-arrow img {
          width: 21px;
          height: 51px; }
        .section-benefit .benefit-item_tagShape .benefit-info-arrow::before, .section-benefit .benefit-item_tagShape .benefit-info-arrow::after {
          content: "";
          border-right: 1px solid white;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
      .section-benefit .benefit-item_tagShape .benefit-info__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-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 30px;
        font-weight: bold;
        margin-left: 40px;
        margin-top: -10px; }
        .section-benefit .benefit-item_tagShape .benefit-info__content-text {
          margin-bottom: 24px;
          line-height: 1.35;
          letter-spacing: .7px; }
          .section-benefit .benefit-item_tagShape .benefit-info__content-text span {
            color: #FFF696; }
        .section-benefit .benefit-item_tagShape .benefit-info__content-btn {
          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; }
      .section-benefit .benefit-item_tagShape .benefit-info__img {
        position: relative;
        width: 196px;
        height: 124px;
        text-align: center;
        margin-right: 12px; }
        .section-benefit .benefit-item_tagShape .benefit-info__img img.card {
          margin-top: 10px;
          width: 145px; }
        .section-benefit .benefit-item_tagShape .benefit-info__img img.sparkle {
          position: absolute;
          width: 18px;
          -webkit-animation: blink 1.5s infinite;
          animation: blink 1.5s infinite; }
          .section-benefit .benefit-item_tagShape .benefit-info__img img.sparkle:nth-child(2) {
            top: -3px;
            right: 20px; }
          .section-benefit .benefit-item_tagShape .benefit-info__img img.sparkle:nth-child(3) {
            top: 18px;
            right: 0px;
            -webkit-animation-delay: .5s;
            animation-delay: .5s; }
          .section-benefit .benefit-item_tagShape .benefit-info__img img.sparkle:nth-child(4) {
            bottom: 4px;
            left: 0px; }
    .section-benefit .benefit-item.learn {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      margin-right: 32px;
      gap: 30px; }
      .section-benefit .benefit-item.learn .benefit-item_text-wrap {
        margin-top: -13px; }
      .section-benefit .benefit-item.learn .benefit-item_tagShape .benefit-info-wrap {
        background: -webkit-gradient(linear, left top, right top, from(#8BEAFCB2), to(#554DA8B2));
        background: -webkit-linear-gradient(left, #8BEAFCB2, #554DA8B2);
        background: -o-linear-gradient(left, #8BEAFCB2, #554DA8B2);
        background: linear-gradient(to right, #8BEAFCB2, #554DA8B2);
        border-left: 1px solid white;
        border-right: none; }
      .section-benefit .benefit-item.learn .benefit-item_tagShape .benefit-info-arrow img {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .section-benefit .benefit-item.learn .benefit-item_tagShape .benefit-info-arrow::before, .section-benefit .benefit-item.learn .benefit-item_tagShape .benefit-info-arrow::after {
        content: "";
        border-right: none;
        border-left: 1px solid white;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    .section-benefit .benefit-item.hall .benefit-info__img {
      margin-top: -6px; }
      .section-benefit .benefit-item.hall .benefit-info__img img.piggy {
        width: 128px;
        margin-left: -26px; }
      .section-benefit .benefit-item.hall .benefit-info__img img.sparkle {
        top: 10px;
        right: 35px; }
    .section-benefit .benefit-item.hall .benefit-item_text-wrap {
      position: relative;
      margin-top: -35px; }
      .section-benefit .benefit-item.hall .benefit-item_text-wrap img.txt_md {
        width: 150px; }
      .section-benefit .benefit-item.hall .benefit-item_text-wrap img.txt_lg {
        position: absolute;
        right: 28px;
        bottom: -28px; }
  .section-benefit .deco-leftHand {
    width: 438px;
    top: -9px;
    left: 0; }
  .section-benefit .deco-rightHand {
    width: 410px;
    top: -133px;
    right: 0; }
  .section-benefit .decoCube__yellow-5 {
    width: 5px;
    height: 28px;
    top: -62px;
    right: calc(50% + 174px);
    -webkit-animation: floating 2.5s ease-in-out infinite;
    animation: floating 2.5s ease-in-out infinite; }
  .section-benefit .decoCube__yellow-6 {
    width: 45px;
    height: 10px;
    top: 62px;
    left: calc(50% + 275px);
    -webkit-animation: floating 3.5s ease-in-out infinite;
    animation: floating 3.5s ease-in-out infinite; }
  .section-benefit .decoCube__blue-4 {
    width: 71px;
    height: 20px;
    top: -20px;
    right: calc(50% + 250px);
    -webkit-animation: floating 2s ease-in-out infinite;
    animation: floating 2s ease-in-out infinite; }
  .section-benefit .decoCube__blue-5 {
    width: 28px;
    height: 28px;
    top: 104px;
    left: calc(50% + 200px);
    -webkit-animation: floating 3s ease-in-out infinite;
    animation: floating 3s ease-in-out infinite; }
  .section-benefit .deco-meteor-sm-3 {
    top: 322px;
    left: calc(50% + 526px); }
  .section-benefit .deco-meteor-sm-4 {
    top: 449px;
    left: calc(50% + 495px);
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .section-benefit .deco-meteor-lg-3 {
    top: 335px;
    right: calc(50% + 485px); }
  .section-benefit .deco-spring-3, .section-benefit .deco-spring-4 {
    display: none; }

.notice {
  position: relative;
  padding: 0 1rem;
  padding-top: 58px; }
  .notice-inner {
    background: #fff;
    width: 100%;
    max-width: 982px;
    padding-left: 48px;
    padding-right: 48px;
    margin: 0 auto;
    margin-bottom: 45px; }
    .notice-inner h3 {
      font-size: 20px;
      font-weight: 500;
      padding-top: 12px;
      padding-bottom: 12px; }
  .notice__toggle {
    cursor: pointer;
    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;
    color: #554DA8;
    position: relative; }
    .notice--active .notice__toggle .notice_titletext::after {
      -webkit-transition: -webkit-transform .6s;
      transition: -webkit-transform .6s;
      -o-transition: transform .6s;
      transition: transform .6s;
      transition: transform .6s, -webkit-transform .6s;
      -webkit-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
      transform: rotate(-270deg); }
    .notice__toggle .notice_titletext {
      display: inline-block;
      padding-right: 27px;
      position: relative; }
      .notice__toggle .notice_titletext::before, .notice__toggle .notice_titletext::after {
        content: "";
        background: #554DA8;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        top: 50%;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 17px;
        height: 1px;
        margin-left: 10px; }
  .notice__content {
    color: black;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.333;
    letter-spacing: .3px;
    margin-top: -8px;
    padding-bottom: 22px;
    text-align: justify; }
    .notice__content .view {
      width: 100%; }
      .notice__content .view-content {
        margin-bottom: 7px; }
        .notice__content .view-content .brackets {
          -webkit-transform: translateX(-8px);
          -ms-transform: translateX(-8px);
          transform: translateX(-8px); }
        .notice__content .view-content ol.disc,
        .notice__content .view-content ol.decimal {
          margin-bottom: 7px; }
        .notice__content .view-content--line {
          border-bottom: 1px solid #000;
          padding-bottom: 12px;
          margin-bottom: 20px; }
      .notice__content .view-disclaimer {
        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;
        margin: 20px 24px 0; }
      .notice__content .view-title {
        font-size: 22px;
        font-weight: bold; }
      .notice__content .view-text {
        font-size: 12px; }
      .notice__content .view a {
        color: #554DA8;
        text-decoration: underline; }
        .notice__content .view a:hover {
          text-decoration: none; }
  .notice .deco-spring-5 {
    top: -100px;
    left: calc(50% + 420px);
    width: 186px; }
  .notice .deco-meteor-lg-4 {
    top: -55px;
    right: calc(50% + 210px); }
  .notice .deco-meteor-sm-5 {
    top: 342px;
    right: calc(50% + 580px); }

.nav-wrap--fixed {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 21%; }

.nav {
  text-align: center;
  font-weight: 800; }
  .nav__item {
    background: #3E3A39;
    color: white;
    font-size: 17px;
    margin-bottom: 10px;
    position: relative;
    height: 50px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    --cutout-size: 12px;
    --border-width: 2px;
    --diagonal-offset: 0.83px;
    -webkit-clip-path: polygon(0 var(--cutout-size), var(--cutout-size) 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 var(--cutout-size), var(--cutout-size) 0, 100% 0, 100% 100%, 0 100%); }
    .nav__item::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: white;
      -webkit-clip-path: polygon(0 var(--cutout-size), var(--cutout-size) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cutout-size), var(--border-width) calc(var(--cutout-size) + var(--diagonal-offset)), var(--border-width) calc(100% - var(--border-width)), calc(100% - var(--border-width)) calc(100% - var(--border-width)), calc(100% - var(--border-width)) var(--border-width), calc(var(--cutout-size) + var(--diagonal-offset)) var(--border-width), var(--border-width) calc(var(--cutout-size) + var(--diagonal-offset)));
      clip-path: polygon(0 var(--cutout-size), var(--cutout-size) 0, 100% 0, 100% 100%, 0 100%, 0 var(--cutout-size), var(--border-width) calc(var(--cutout-size) + var(--diagonal-offset)), var(--border-width) calc(100% - var(--border-width)), calc(100% - var(--border-width)) calc(100% - var(--border-width)), calc(100% - var(--border-width)) var(--border-width), calc(var(--cutout-size) + var(--diagonal-offset)) var(--border-width), var(--border-width) calc(var(--cutout-size) + var(--diagonal-offset))); }
    .nav__item:hover .nav__link {
      color: transparent;
      background: -webkit-gradient(linear, left top, right top, from(#FFF696), to(#8BEAFC));
      background: -webkit-linear-gradient(left, #FFF696, #8BEAFC);
      background: -o-linear-gradient(left, #FFF696, #8BEAFC);
      background: linear-gradient(to right, #FFF696, #8BEAFC);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      z-index: 9; }
    .nav__item:hover::after {
      content: "";
      background: #3E3A39;
      display: block;
      position: absolute;
      inset: 0;
      z-index: -1; }
    .nav__item:hover::before {
      background: -webkit-gradient(linear, left top, right top, from(#FFF696), to(#8BEAFC));
      background: -webkit-linear-gradient(left, #FFF696, #8BEAFC);
      background: -o-linear-gradient(left, #FFF696, #8BEAFC);
      background: linear-gradient(to right, #FFF696, #8BEAFC); }
    .nav__item:hover .nav__link::after {
      border-left: 6px solid #8BEAFC; }
    .nav__item:hover, .nav__item:focus {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center; }
  .nav__link {
    color: #fff;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 12px;
    gap: 10px; }
    .nav__link::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 6px solid white; }

@media (max-width: 1140px) {
  .section-kv .kv-wrapper .kv-content .kv-banner__content .kv-badge {
    top: calc(100% - 8vw); }
  .section-mission .mission-card {
    margin: 8px;
    padding-left: 24px;
    padding-right: 24px; }
    .section-mission .mission-card__desc {
      font-size: 14px; }
  .section-benefit .deco-leftHand {
    width: 30vw; }
  .section-benefit .deco-rightHand {
    width: 30vw; }
  .notice .view-disclaimer {
    margin: 20px 1.90476vw 0; } }

@media (max-width: 990px) {
  .section-kv .kv-wrapper .kv-content .kv-banner__img .glasses {
    width: 13.13131vw;
    top: 14.84848vw;
    right: 1.21212vw; } }

@media (max-width: 768px) {
  .cursor {
    display: none; }
  .btn-cta {
    font-size: 4.6875vw;
    padding: 1.30208vw 3.90625vw;
    min-width: 39.0625vw; }
    .btn-cta > .btn-cta_arrow {
      width: 2.34375vw;
      height: auto; }
  main.content {
    padding-top: 86px; }
  .section__heading {
    font-size: 9.11458vw;
    margin-bottom: 3.90625vw; }
  .deco-meteor-sm {
    width: 10.15625vw;
    height: 10.15625vw; }
  .deco-meteor-lg {
    width: 15.36458vw;
    height: 15.36458vw; }
  .section-kv .kv-wrapper .kv-logos img {
    padding: 0 5.85938vw;
    height: 10.41667vw; }
  .section-kv .kv-wrapper .kv-content .kv-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: -10px; }
    .section-kv .kv-wrapper .kv-content .kv-banner__img {
      width: 50%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      position: relative;
      margin-left: 6.51042vw;
      margin-top: 19.53125vw; }
      .section-kv .kv-wrapper .kv-content .kv-banner__img .glasses {
        width: 20.83333vw;
        top: 21.74479vw;
        right: 1.5625vw; }
    .section-kv .kv-wrapper .kv-content .kv-banner__content {
      margin: 0;
      padding: 6.51042vw;
      max-width: initial;
      width: 100%;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
      .section-kv .kv-wrapper .kv-content .kv-banner__content .kv-event-period {
        font-size: 3.25521vw;
        margin-bottom: 3.64583vw; }
      .section-kv .kv-wrapper .kv-content .kv-banner__content .kv-title {
        margin-bottom: 3.125vw; }
        .section-kv .kv-wrapper .kv-content .kv-banner__content .kv-title img {
          width: 100%;
          max-width: 650px; }
      .section-kv .kv-wrapper .kv-content .kv-banner__content .kv-subtitle img {
        width: 100%;
        max-width: initial; }
      .section-kv .kv-wrapper .kv-content .kv-banner__content .kv-badge {
        width: 52.08333vw;
        top: calc(100% - 2.34375vw);
        right: 6.51042vw; }
    .section-kv .kv-wrapper .kv-content .kv-banner .decoCube__yellow-4 {
      width: 10.9375vw;
      height: 2.86458vw;
      right: 23.4375vw;
      bottom: 37.76042vw; }
    .section-kv .kv-wrapper .kv-content .kv-banner .decoCube__blue-3 {
      width: 0.65104vw;
      height: 4.16667vw;
      right: 36.32813vw;
      bottom: 21.61458vw; }
  .section-kv .deco-spring-1 {
    position: absolute;
    top: auto;
    bottom: 11.97917vw;
    left: auto;
    right: -1.30208vw;
    width: 24.21875vw;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  .section-kv .deco-meteor-sm-2 {
    top: 489px;
    left: calc(50% - 28.64583vw); }
  .section-kv .deco-meteor-lg-1 {
    top: 22px;
    left: calc(50% + 41.01563vw); }
  .section-kv .deco-meteor-lg-2 {
    top: 478px;
    right: calc(50% + 23.95833vw); }
  .section-mission {
    padding-top: 6.51042vw; }
    .section-mission h4.section__subheading {
      font-size: 5.20833vw;
      margin-bottom: 6.77083vw; }
    .section-mission .mission-card-wrapper {
      -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-mission .mission-card {
      margin: 2.60417vw;
      margin-bottom: 5.85938vw;
      padding: 8.33333vw 7.8125vw;
      width: 76.82292vw;
      height: 111.97917vw;
      --cutout-size: 10.4vw;
      --border-width: 1px;
      --diagonal-offset: 0.41px; }
      .section-mission .mission-card__title {
        font-size: 7.8125vw;
        margin-bottom: 5.20833vw; }
      .section-mission .mission-card__reward-text {
        font-size: 5.20833vw;
        margin-bottom: 1.82292vw; }
      .section-mission .mission-card__banknote {
        padding: 2.60417vw;
        margin-bottom: 5.20833vw; }
        .section-mission .mission-card__banknote-inner {
          --mask-size: 20px;
          --mask-offset: -20px;
          font-size: 10.41667vw;
          width: 38.54167vw;
          height: 17.57813vw; }
          .section-mission .mission-card__banknote-inner span {
            font-size: 5.20833vw;
            margin-top: 4.6875vw; }
          .section-mission .mission-card__banknote-inner::before {
            width: 38.28125vw;
            height: 17.1875vw; }
      .section-mission .mission-card__desc {
        font-size: 3.90625vw; }
      .section-mission .mission-card__code {
        font-size: 3.90625vw; }
      .section-mission .mission-card__btn {
        bottom: 11.06771vw; }
      .section-mission .mission-card__deco {
        top: 3.125vw;
        right: 3.64583vw; }
        .section-mission .mission-card__deco span {
          width: 1.82292vw;
          height: 1.82292vw; }
          .section-mission .mission-card__deco span:not(:last-child) {
            margin-right: 1.04167vw; }
  .section-benefit {
    margin-top: 45.57292vw;
    margin-bottom: 18.22917vw; }
    .section-benefit .benefit-hearts {
      margin-bottom: 55.33854vw; }
      .section-benefit .benefit-hearts > img {
        width: 8.85417vw; }
    .section-benefit .benefit-item-wrapper {
      -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;
      padding: 0;
      gap: 0; }
    .section-benefit .benefit-item {
      display: block;
      margin: 0 auto;
      width: 76.82292vw;
      gap: 9.89583vw; }
      .section-benefit .benefit-item_text-wrap {
        width: 51.43229vw;
        height: 29.94792vw;
        margin: 0 auto;
        margin-bottom: 10.41667vw; }
        .section-benefit .benefit-item_text-wrap > img.txt_md {
          width: 100%;
          height: auto; }
        .section-benefit .benefit-item_text-wrap > img.txt_lg {
          width: 24.08854vw; }
      .section-benefit .benefit-item_tagShape {
        background: url(../images/tagShape.svg) no-repeat top center;
        background-size: contain;
        border: none;
        width: 100%; }
        .section-benefit .benefit-item_tagShape .benefit-info-wrap {
          background: none;
          border: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          padding: 16.27604vw 13.02083vw 50px;
          height: 107.94271vw; }
        .section-benefit .benefit-item_tagShape .benefit-info-arrow {
          display: none; }
        .section-benefit .benefit-item_tagShape .benefit-info__content {
          margin-left: 0; }
          .section-benefit .benefit-item_tagShape .benefit-info__content-text {
            font-size: 7.8125vw;
            text-align: center;
            margin-bottom: 5.85938vw; }
          .section-benefit .benefit-item_tagShape .benefit-info__content-btn {
            position: absolute;
            bottom: 13.67188vw;
            left: 0;
            right: 0; }
            .section-benefit .benefit-item_tagShape .benefit-info__content-btn .btn-cta {
              padding: 12px 18px; }
        .section-benefit .benefit-item_tagShape .benefit-info__img {
          width: 50vw;
          height: auto; }
          .section-benefit .benefit-item_tagShape .benefit-info__img img.card {
            width: 39.0625vw; }
          .section-benefit .benefit-item_tagShape .benefit-info__img img.sparkle {
            width: 4.42708vw; }
            .section-benefit .benefit-item_tagShape .benefit-info__img img.sparkle:nth-child(2) {
              top: -3px;
              right: 36px; }
            .section-benefit .benefit-item_tagShape .benefit-info__img img.sparkle:nth-child(3) {
              top: 40px;
              right: 0px; }
            .section-benefit .benefit-item_tagShape .benefit-info__img img.sparkle:nth-child(4) {
              bottom: -10px;
              left: 0px; }
      .section-benefit .benefit-item.cool .benefit-info-wrap {
        margin-right: 0; }
      .section-benefit .benefit-item.learn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        gap: 0; }
        .section-benefit .benefit-item.learn .benefit-item_tagShape .benefit-info-wrap {
          background: none;
          border: none;
          margin-left: 0; }
        .section-benefit .benefit-item.learn .benefit-item_text-wrap {
          margin-top: 0; }
      .section-benefit .benefit-item.hall .benefit-info-wrap {
        margin-right: 0; }
        .section-benefit .benefit-item.hall .benefit-info-wrap .benefit-info__img img.piggy {
          width: 34.50521vw;
          height: auto; }
      .section-benefit .benefit-item.hall .benefit-item_text-wrap {
        margin-top: 0; }
        .section-benefit .benefit-item.hall .benefit-item_text-wrap img.txt_md {
          width: 48.82813vw; }
    .section-benefit .splide__pagination {
      bottom: -17.44792vw; }
      .section-benefit .splide__pagination__page {
        background: #fff;
        width: 4.42708vw;
        height: 4.42708vw;
        margin: 2.60417vw;
        opacity: 1; }
        .section-benefit .splide__pagination__page.is-active {
          background: #FFF696;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
    .section-benefit .deco-leftHand {
      width: 94.40104vw;
      top: 41.66667vw;
      left: -42.96875vw;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
      .section-benefit .deco-leftHand img {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .section-benefit .deco-rightHand {
      width: 72.91667vw;
      top: -57.29167vw;
      right: -26.04167vw;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center; }
      .section-benefit .deco-rightHand img {
        -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        transform: rotate(-35deg); }
    .section-benefit .decoCube {
      display: none !important; }
    .section-benefit .deco-meteor-sm-3 {
      top: -39.45313vw;
      left: calc(50% - 3.125vw); }
    .section-benefit .deco-meteor-sm-4 {
      top: 40.10417vw;
      left: calc(50% - 0.78125vw);
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .section-benefit .deco-meteor-lg-3 {
      top: 32.03125vw;
      right: calc(50% - 24.73958vw); }
    .section-benefit .deco-spring-3, .section-benefit .deco-spring-4 {
      display: block; }
    .section-benefit .deco-spring-3 {
      top: -39.71354vw;
      right: calc(50% + 17.57813vw);
      width: 24.21875vw; }
    .section-benefit .deco-spring-4 {
      top: 46.875vw;
      left: calc(50% + 21.22396vw);
      width: 24.21875vw;
      -webkit-transform: rotate(85deg);
      -ms-transform: rotate(85deg);
      transform: rotate(85deg); }
  .notice {
    padding: 0;
    padding-top: 13.02083vw; }
    .notice-inner {
      margin-bottom: 0px; }
      .notice-inner h3 {
        font-size: 5.20833vw;
        margin-bottom: 3.90625vw; }
    .notice__toggle .notice_titletext {
      padding-right: 6.51042vw; }
      .notice__toggle .notice_titletext::before, .notice__toggle .notice_titletext::after {
        width: 4.6875vw; }
    .notice__content {
      font-size: 2.60417vw;
      padding-bottom: 20px; }
    .notice .view-disclaimer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 2.60417vw 0; }
    .notice .view-title {
      margin-bottom: 2.08333vw;
      font-size: 3.90625vw; }
    .notice .view-text {
      font-size: 2.34375vw; }
  .nav-wrap--fixed {
    position: fixed;
    z-index: 999;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0; }
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .nav__item {
      margin-bottom: 0;
      width: 50%;
      height: auto;
      -webkit-clip-path: none;
      clip-path: none; }
      .nav__item::before {
        display: none; }
      .nav__item:hover, .nav__item:focus {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
        .nav__item:hover .nav__link, .nav__item:focus .nav__link {
          -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#FFF696), to(#8BEAFC)) 1;
          -webkit-border-image: -webkit-linear-gradient(left, #FFF696, #8BEAFC) 1;
          -o-border-image: -o-linear-gradient(left, #FFF696, #8BEAFC) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#FFF696), to(#8BEAFC)) 1;
          border-image: linear-gradient(to right, #FFF696, #8BEAFC) 1; }
    .nav__link {
      width: 100%;
      height: auto;
      font-size: 20px;
      border: 2px solid #fff;
      padding: 18px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .nav__link:hover, .nav__link:focus {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }

@media (max-width: 640px) {
  .section-mission .mission-card__banknote-inner {
    --mask-size: 10px;
    --mask-offset: -10px; }
  .notice-inner {
    padding-left: 24px;
    padding-right: 24px; }
    .notice-inner h3 {
      font-size: 20px; }
  .notice__content {
    font-size: 15px; }
  .notice__toggle .notice_titletext::before, .notice__toggle .notice_titletext::after {
    width: 17px; }
  .notice .view-disclaimer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 12px 0; }
  .notice .view-title {
    margin-bottom: 12px;
    font-size: 22px; }
  .notice .view-text {
    font-size: 12px; } }

@media (max-width: 375px) {
  .section-mission .mission-card {
    padding: 24px 18px; }
  .nav__link {
    font-size: 16px;
    padding: 12px; } }

/* visible, hidden rwd */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

@-ms-viewport {
  width: device-width; }

@media (max-width: 1260px) {
  .hidden-middle {
    display: none !important; } }

@media (max-width: 768px) {
  .hidden-min {
    display: none !important; } }

.p-0 {
  padding: 0 !important; }

.m-0 {
  margin: 0 !important; }

.pb-0 {
  padding-bottom: 0px; }

.pb-1 {
  padding-bottom: 4px; }

.pb-2 {
  padding-bottom: 8px; }

.pb-3 {
  padding-bottom: 12px; }

.pb-4 {
  padding-bottom: 16px; }

.pb-5 {
  padding-bottom: 20px; }

.pb-6 {
  padding-bottom: 24px; }

.pb-7 {
  padding-bottom: 28px; }

.pb-8 {
  padding-bottom: 32px; }

.pb-9 {
  padding-bottom: 36px; }

.pb-10 {
  padding-bottom: 40px; }

.pb-11 {
  padding-bottom: 44px; }

.pb-12 {
  padding-bottom: 48px; }

.pt-0 {
  padding-top: 0px; }

.pt-1 {
  padding-top: 4px; }

.pt-2 {
  padding-top: 8px; }

.pt-3 {
  padding-top: 12px; }

.pt-4 {
  padding-top: 16px; }

.pt-5 {
  padding-top: 20px; }

.pt-6 {
  padding-top: 24px; }

.pt-7 {
  padding-top: 28px; }

.pt-8 {
  padding-top: 32px; }

.pt-9 {
  padding-top: 36px; }

.pt-10 {
  padding-top: 40px; }

.pt-11 {
  padding-top: 44px; }

.pt-12 {
  padding-top: 48px; }

.pl-0 {
  padding-left: 0px; }

.pl-1 {
  padding-left: 4px; }

.pl-2 {
  padding-left: 8px; }

.pl-3 {
  padding-left: 12px; }

.pl-4 {
  padding-left: 16px; }

.pl-5 {
  padding-left: 20px; }

.pl-6 {
  padding-left: 24px; }

.pl-7 {
  padding-left: 28px; }

.pl-8 {
  padding-left: 32px; }

.pl-9 {
  padding-left: 36px; }

.pl-10 {
  padding-left: 40px; }

.pl-11 {
  padding-left: 44px; }

.pl-12 {
  padding-left: 48px; }

.pr-0 {
  padding-right: 0px; }

.pr-1 {
  padding-right: 4px; }

.pr-2 {
  padding-right: 8px; }

.pr-3 {
  padding-right: 12px; }

.pr-4 {
  padding-right: 16px; }

.pr-5 {
  padding-right: 20px; }

.pr-6 {
  padding-right: 24px; }

.pr-7 {
  padding-right: 28px; }

.pr-8 {
  padding-right: 32px; }

.pr-9 {
  padding-right: 36px; }

.pr-10 {
  padding-right: 40px; }

.pr-11 {
  padding-right: 44px; }

.pr-12 {
  padding-right: 48px; }

.mb-0 {
  margin-bottom: 0px; }

.mb-1 {
  margin-bottom: 4px; }

.mb-2 {
  margin-bottom: 8px; }

.mb-3 {
  margin-bottom: 12px; }

.mb-4 {
  margin-bottom: 16px; }

.mb-5 {
  margin-bottom: 20px; }

.mb-6 {
  margin-bottom: 24px; }

.mb-7 {
  margin-bottom: 28px; }

.mb-8 {
  margin-bottom: 32px; }

.mb-9 {
  margin-bottom: 36px; }

.mb-10 {
  margin-bottom: 40px; }

.mb-11 {
  margin-bottom: 44px; }

.mb-12 {
  margin-bottom: 48px; }

.mt-0 {
  margin-top: 0px; }

.mt-1 {
  margin-top: 4px; }

.mt-2 {
  margin-top: 8px; }

.mt-3 {
  margin-top: 12px; }

.mt-4 {
  margin-top: 16px; }

.mt-5 {
  margin-top: 20px; }

.mt-6 {
  margin-top: 24px; }

.mt-7 {
  margin-top: 28px; }

.mt-8 {
  margin-top: 32px; }

.mt-9 {
  margin-top: 36px; }

.mt-10 {
  margin-top: 40px; }

.mt-11 {
  margin-top: 44px; }

.mt-12 {
  margin-top: 48px; }

.ml-0 {
  margin-left: 0px; }

.ml-1 {
  margin-left: 4px; }

.ml-2 {
  margin-left: 8px; }

.ml-3 {
  margin-left: 12px; }

.ml-4 {
  margin-left: 16px; }

.ml-5 {
  margin-left: 20px; }

.ml-6 {
  margin-left: 24px; }

.ml-7 {
  margin-left: 28px; }

.ml-8 {
  margin-left: 32px; }

.ml-9 {
  margin-left: 36px; }

.ml-10 {
  margin-left: 40px; }

.ml-11 {
  margin-left: 44px; }

.ml-12 {
  margin-left: 48px; }

.mr-0 {
  margin-right: 0px; }

.mr-1 {
  margin-right: 4px; }

.mr-2 {
  margin-right: 8px; }

.mr-3 {
  margin-right: 12px; }

.mr-4 {
  margin-right: 16px; }

.mr-5 {
  margin-right: 20px; }

.mr-6 {
  margin-right: 24px; }

.mr-7 {
  margin-right: 28px; }

.mr-8 {
  margin-right: 32px; }

.mr-9 {
  margin-right: 36px; }

.mr-10 {
  margin-right: 40px; }

.mr-11 {
  margin-right: 44px; }

.mr-12 {
  margin-right: 48px; }

@media (max-width: 768px) {
  .mb-0-md {
    margin-bottom: 0px; }
  .mb-1-md {
    margin-bottom: 4px; }
  .mb-2-md {
    margin-bottom: 8px; }
  .mb-3-md {
    margin-bottom: 12px; }
  .mb-4-md {
    margin-bottom: 16px; }
  .mb-5-md {
    margin-bottom: 20px; }
  .mb-6-md {
    margin-bottom: 24px; }
  .mb-7-md {
    margin-bottom: 28px; }
  .mb-8-md {
    margin-bottom: 32px; }
  .mb-9-md {
    margin-bottom: 36px; }
  .mb-10-md {
    margin-bottom: 40px; }
  .mb-11-md {
    margin-bottom: 44px; }
  .mb-12-md {
    margin-bottom: 48px; }
  .mt-0-md {
    margin-top: 0px; }
  .mt-1-md {
    margin-top: 4px; }
  .mt-2-md {
    margin-top: 8px; }
  .mt-3-md {
    margin-top: 12px; }
  .mt-4-md {
    margin-top: 16px; }
  .mt-5-md {
    margin-top: 20px; }
  .mt-6-md {
    margin-top: 24px; }
  .mt-7-md {
    margin-top: 28px; }
  .mt-8-md {
    margin-top: 32px; }
  .mt-9-md {
    margin-top: 36px; }
  .mt-10-md {
    margin-top: 40px; }
  .mt-11-md {
    margin-top: 44px; }
  .mt-12-md {
    margin-top: 48px; }
  .ml-0-md {
    margin-left: 0px; }
  .ml-1-md {
    margin-left: 4px; }
  .ml-2-md {
    margin-left: 8px; }
  .ml-3-md {
    margin-left: 12px; }
  .ml-4-md {
    margin-left: 16px; }
  .ml-5-md {
    margin-left: 20px; }
  .ml-6-md {
    margin-left: 24px; }
  .ml-7-md {
    margin-left: 28px; }
  .ml-8-md {
    margin-left: 32px; }
  .ml-9-md {
    margin-left: 36px; }
  .ml-10-md {
    margin-left: 40px; }
  .ml-11-md {
    margin-left: 44px; }
  .ml-12-md {
    margin-left: 48px; }
  .mr-0-md {
    margin-right: 0px; }
  .mr-1-md {
    margin-right: 4px; }
  .mr-2-md {
    margin-right: 8px; }
  .mr-3-md {
    margin-right: 12px; }
  .mr-4-md {
    margin-right: 16px; }
  .mr-5-md {
    margin-right: 20px; }
  .mr-6-md {
    margin-right: 24px; }
  .mr-7-md {
    margin-right: 28px; }
  .mr-8-md {
    margin-right: 32px; }
  .mr-9-md {
    margin-right: 36px; }
  .mr-10-md {
    margin-right: 40px; }
  .mr-11-md {
    margin-right: 44px; }
  .mr-12-md {
    margin-right: 48px; }
  .pb-0-md {
    padding-bottom: 0px; }
  .pb-1-md {
    padding-bottom: 4px; }
  .pb-2-md {
    padding-bottom: 8px; }
  .pb-3-md {
    padding-bottom: 12px; }
  .pb-4-md {
    padding-bottom: 16px; }
  .pb-5-md {
    padding-bottom: 20px; }
  .pb-6-md {
    padding-bottom: 24px; }
  .pb-7-md {
    padding-bottom: 28px; }
  .pb-8-md {
    padding-bottom: 32px; }
  .pb-9-md {
    padding-bottom: 36px; }
  .pb-10-md {
    padding-bottom: 40px; }
  .pb-11-md {
    padding-bottom: 44px; }
  .pb-12-md {
    padding-bottom: 48px; }
  .pt-0-md {
    padding-top: 0px; }
  .pt-1-md {
    padding-top: 4px; }
  .pt-2-md {
    padding-top: 8px; }
  .pt-3-md {
    padding-top: 12px; }
  .pt-4-md {
    padding-top: 16px; }
  .pt-5-md {
    padding-top: 20px; }
  .pt-6-md {
    padding-top: 24px; }
  .pt-7-md {
    padding-top: 28px; }
  .pt-8-md {
    padding-top: 32px; }
  .pt-9-md {
    padding-top: 36px; }
  .pt-10-md {
    padding-top: 40px; }
  .pt-11-md {
    padding-top: 44px; }
  .pt-12-md {
    padding-top: 48px; }
  .pl-0-md {
    padding-left: 0px; }
  .pl-1-md {
    padding-left: 4px; }
  .pl-2-md {
    padding-left: 8px; }
  .pl-3-md {
    padding-left: 12px; }
  .pl-4-md {
    padding-left: 16px; }
  .pl-5-md {
    padding-left: 20px; }
  .pl-6-md {
    padding-left: 24px; }
  .pl-7-md {
    padding-left: 28px; }
  .pl-8-md {
    padding-left: 32px; }
  .pl-9-md {
    padding-left: 36px; }
  .pl-10-md {
    padding-left: 40px; }
  .pl-11-md {
    padding-left: 44px; }
  .pl-12-md {
    padding-left: 48px; }
  .pr-0-md {
    padding-right: 0px; }
  .pr-1-md {
    padding-right: 4px; }
  .pr-2-md {
    padding-right: 8px; }
  .pr-3-md {
    padding-right: 12px; }
  .pr-4-md {
    padding-right: 16px; }
  .pr-5-md {
    padding-right: 20px; }
  .pr-6-md {
    padding-right: 24px; }
  .pr-7-md {
    padding-right: 28px; }
  .pr-8-md {
    padding-right: 32px; }
  .pr-9-md {
    padding-right: 36px; }
  .pr-10-md {
    padding-right: 40px; }
  .pr-11-md {
    padding-right: 44px; }
  .pr-12-md {
    padding-right: 48px; } }

.w-100 {
  width: 100%; }

.w-75 {
  width: 75%; }

.w-66 {
  width: 66.66667%; }

.w-50 {
  width: 50%; }

.w-33 {
  width: 33.33333%; }

.w-25 {
  width: 25%; }

.h-100 {
  height: 100%; }
