@charset "UTF-8";
a, abbr, acronym, applet, address, 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 {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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);
}

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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  visibility: hidden;
  line-height: 1.2;
  overflow-x: hidden;
  font-family: "Noto Sans TC", sans-serif;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
}
body::-webkit-scrollbar-thumb {
  background-color: #FBDC91;
  border-radius: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #000000;
}

.wrapper {
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 15px;
}

a {
  color: #FBDC91;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
  transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  line-height: 1;
}
a:hover {
  color: rgb(249.2105263158, 204.3421052632, 95.7894736842);
  text-decoration: none;
}

.fw-b {
  font-weight: bold;
}

.fs-24 {
  font-size: 24px;
}

.fs-14 {
  font-size: 14px;
  line-height: 22px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.dark {
  color: #000000;
}

.red {
  color: #CF0209;
}

.white {
  color: #ffffff;
}

.fc_white {
  color: #fff;
}

.left {
  text-align: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.hidden-min {
  display: block;
}

.lettering {
  background-image: linear-gradient(141deg, #e4a138 -20%, #F7E9C8 28%, #ca9225 110%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.line-bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

.gold_1, .gold_2, .gold_3, .gold_4, .gold_5, .gold_6 {
  width: 45px;
  position: absolute;
  height: auto !important;
}
.gold_1 {
  width: 70px;
  right: -11%;
  top: 50%;
  -webkit-animation: float 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
          animation: float 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}
@media (max-width: 1470px) {
  .gold_1 {
    right: -8%;
  }
}

.gold_2 {
  width: 70px;
  left: -11%;
  bottom: 23%;
  -webkit-animation: float2 5s 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
          animation: float2 5s 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}
@media (max-width: 1470px) {
  .gold_2 {
    left: -5%;
    width: 50px;
  }
}

.gold_3 {
  width: 45px;
  left: -13%;
  top: 27%;
  -webkit-animation: float 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
          animation: float 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}
@media (max-width: 1470px) {
  .gold_3 {
    width: 33px;
    left: -4%;
  }
}

.gold_4 {
  width: 39px;
  left: -9%;
  bottom: 31%;
  -webkit-animation: float2 5s 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
          animation: float2 5s 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}
@media (max-width: 1470px) {
  .gold_4 {
    left: -7%;
  }
}

.gold_5 {
  width: 39px;
  right: -12%;
  top: 46%;
  -webkit-animation: float2 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
          animation: float2 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}
@media (max-width: 1470px) {
  .gold_5 {
    right: -8%;
  }
}

.gold_6 {
  width: 62px;
  right: -10%;
  bottom: -5.5%;
  -webkit-animation: float 7s 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
          animation: float 7s 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}
@media (max-width: 1462px) {
  .gold_6 {
    right: -8%;
  }
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

img[src$=".svg"],
svg {
  max-width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .container {
    padding: 0 vw(24px);
  }
}
@media (max-width: 769px) {
  .container {
    padding: 0 vwm(24px);
  }
  .hidden_min {
    display: none;
  }
}
#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;
}

.sinopac-logo {
  width: 173px;
  margin-bottom: 20px;
}
.sinopac-logo img {
  width: 100%;
}

.loading {
  position: relative;
  margin-top: -60px;
}
.loading img {
  width: 173px;
  height: 173px;
}

@-webkit-keyframes slide-in-fwd-top {
  0% {
    background-color: #000;
    -webkit-transform: translateZ(-1400px) translateY(-800px);
            transform: translateZ(-1400px) translateY(-800px);
    opacity: 0;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-fwd-top {
  0% {
    background-color: #000;
    -webkit-transform: translateZ(-1400px) translateY(-800px);
            transform: translateZ(-1400px) translateY(-800px);
    opacity: 0;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translatey(-3px);
            transform: translatey(-3px);
  }
  50% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translatey(-3px);
            transform: translatey(-3px);
  }
  50% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@-webkit-keyframes swing {
  0%, 100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes swing {
  0%, 100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@-webkit-keyframes point {
  0%, 30%, 60%, 100% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
  15%, 45% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
}
@keyframes point {
  0%, 30%, 60%, 100% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
  15%, 45% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
}
@keyframes float {
  100%, 0% {
    -webkit-transform: rotate(0deg) translate(4px, -20px);
            transform: rotate(0deg) translate(4px, -20px);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
            transform: rotate(0deg) translate(0px, 0px);
  }
}
@-webkit-keyframes float2 {
  100%, 0% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
            transform: rotate(0deg) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(4px, -20px);
            transform: rotate(0deg) translate(4px, -20px);
  }
}
@keyframes float2 {
  100%, 0% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
            transform: rotate(0deg) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(4px, -20px);
            transform: rotate(0deg) translate(4px, -20px);
  }
}
@-webkit-keyframes loopAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
@keyframes loopAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
@-webkit-keyframes tiger-1 {
  0%, 2.2222222222% {
    opacity: 1;
  }
  2.2322222222%, 11.1111111111% {
    opacity: 0;
  }
  11.1211111111%, 100% {
    opacity: 1;
  }
}
@keyframes tiger-1 {
  0%, 2.2222222222% {
    opacity: 1;
  }
  2.2322222222%, 11.1111111111% {
    opacity: 0;
  }
  11.1211111111%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes tiger-2 {
  0%, 2.2222222222% {
    opacity: 0;
  }
  2.2322222222%, 4.4444444444% {
    opacity: 1;
  }
  4.4544444444%, 100% {
    opacity: 0;
  }
}
@keyframes tiger-2 {
  0%, 2.2222222222% {
    opacity: 0;
  }
  2.2322222222%, 4.4444444444% {
    opacity: 1;
  }
  4.4544444444%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes tiger-3 {
  0%, 4.4444444444% {
    opacity: 0;
  }
  4.4544444444%, 6.6666666667% {
    opacity: 1;
  }
  6.6766666667%, 100% {
    opacity: 0;
  }
}
@keyframes tiger-3 {
  0%, 4.4444444444% {
    opacity: 0;
  }
  4.4544444444%, 6.6666666667% {
    opacity: 1;
  }
  6.6766666667%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes tiger-4 {
  0%, 6.6666666667% {
    opacity: 0;
  }
  6.6766666667%, 8.8888888889% {
    opacity: 1;
  }
  8.8988888889%, 100% {
    opacity: 0;
  }
}
@keyframes tiger-4 {
  0%, 6.6666666667% {
    opacity: 0;
  }
  6.6766666667%, 8.8888888889% {
    opacity: 1;
  }
  8.8988888889%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes tiger-5 {
  0%, 8.8888888889% {
    opacity: 0;
  }
  8.8988888889%, 11.1111111111% {
    opacity: 1;
  }
  11.1211111111%, 100% {
    opacity: 0;
  }
}
@keyframes tiger-5 {
  0%, 8.8888888889% {
    opacity: 0;
  }
  8.8988888889%, 11.1111111111% {
    opacity: 1;
  }
  11.1211111111%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scrolling {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(90%);
            transform: translateY(90%);
  }
  100% {
    -webkit-transform: translateY(90%);
            transform: translateY(90%);
    opacity: 0;
  }
}
@keyframes scrolling {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(90%);
            transform: translateY(90%);
  }
  100% {
    -webkit-transform: translateY(90%);
            transform: translateY(90%);
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0%, 100% {
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0%, 100% {
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes shine-move {
  0% {
    background-position: 0% 0%;
  }
  40% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes shine-move {
  0% {
    background-position: 0% 0%;
  }
  40% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes gradientSlide {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientSlide {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes coin-rock {
  0%, 100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@keyframes coin-rock {
  0%, 100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@-webkit-keyframes coin-rock-r {
  0%, 100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@keyframes coin-rock-r {
  0%, 100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@-webkit-keyframes star-twinkle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  8% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  14% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.4;
  }
  18% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  18%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes star-twinkle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  8% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  14% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.4;
  }
  18% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  18%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes kv-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
}
@keyframes kv-float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
}
@-webkit-keyframes flame-flicker {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.15) translateY(0);
            transform: scale(1.15) translateY(0);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes flame-flicker {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.15) translateY(0);
            transform: scale(1.15) translateY(0);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fireworks-burst {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-30deg);
            transform: scale(0) rotate(-30deg);
  }
  21% {
    opacity: 1;
    -webkit-transform: scale(1.05) rotate(0deg);
            transform: scale(1.05) rotate(0deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  43% {
    opacity: 0;
    -webkit-transform: scale(1.1) rotate(0deg);
            transform: scale(1.1) rotate(0deg);
  }
  43%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.1) rotate(0deg);
            transform: scale(1.1) rotate(0deg);
  }
}
@keyframes fireworks-burst {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-30deg);
            transform: scale(0) rotate(-30deg);
  }
  21% {
    opacity: 1;
    -webkit-transform: scale(1.05) rotate(0deg);
            transform: scale(1.05) rotate(0deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  43% {
    opacity: 0;
    -webkit-transform: scale(1.1) rotate(0deg);
            transform: scale(1.1) rotate(0deg);
  }
  43%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.1) rotate(0deg);
            transform: scale(1.1) rotate(0deg);
  }
}
@-webkit-keyframes fireworks-burst-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0px) scale(0) rotate(-30deg);
            transform: translate(-50%, 0px) scale(0) rotate(-30deg);
  }
  21% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px) scale(1.05) rotate(0deg);
            transform: translate(-50%, 0px) scale(1.05) rotate(0deg);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0px) scale(1.2) rotate(0deg);
            transform: translate(-50%, 0px) scale(1.2) rotate(0deg);
  }
  30%, 100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0px) scale(1.2) rotate(0deg);
            transform: translate(-50%, 0px) scale(1.2) rotate(0deg);
  }
}
@keyframes fireworks-burst-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0px) scale(0) rotate(-30deg);
            transform: translate(-50%, 0px) scale(0) rotate(-30deg);
  }
  21% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0px) scale(1.05) rotate(0deg);
            transform: translate(-50%, 0px) scale(1.05) rotate(0deg);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0px) scale(1.2) rotate(0deg);
            transform: translate(-50%, 0px) scale(1.2) rotate(0deg);
  }
  30%, 100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0px) scale(1.2) rotate(0deg);
            transform: translate(-50%, 0px) scale(1.2) rotate(0deg);
  }
}
.lboxed {
  display: none;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 680px;
}

.lbox-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
  padding: 2em;
}
.lbox-block .close_x {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.lbox-block .close_x::before, .lbox-block .close_x::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 3px;
  background: #cd9b1d;
  border-radius: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.lbox-block .close_x::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.lbox-block .announce {
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lbox-block .announce__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  color: #424242;
}
.lbox-block .announce__content {
  font-size: 16px;
  color: #424242;
}
.lbox-block .announce__content .highlight {
  background-color: rgb(246, 188, 188);
}

@media (max-width: 1200px) {
  .lboxed {
    max-width: 90vw;
    width: 100%;
  }
  .lbox-block {
    padding: 1.6em;
  }
}
.btn-block {
  text-align: center;
}
.btn-block .btn {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  padding: 0.9em 0.9em;
  margin: 1.5em auto;
  border-radius: 1.5em;
  background-color: white;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  border: #ffffff 3px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-block .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 100%;
  border-radius: 2em;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-block .btn:hover {
  background-color: transparent;
  color: white;
}
.btn-block .btn:hover::before {
  opacity: 1;
  width: 100%;
}
.btn-block .btn.gold3 {
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 25px 50px;
  margin: 0 auto;
  border-radius: 42.5px;
  background-color: #cd9b1d;
  color: white;
  position: relative;
  border: 0px;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  border: solid 1px #cd9b1d;
}
.btn-block .btn.gold3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 100%;
  border-radius: 42.5px;
  background: #8d6500;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-block .btn.gold3:hover {
  background-color: transparent;
  color: white;
}
.btn-block .btn.gold3:hover::before {
  opacity: 1;
  width: 100%;
}
.btn-block .btn.white {
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 25px 50px;
  margin: 0 auto;
  border-radius: 42.5px;
  position: relative;
  color: #cd9b1d;
  border: 0px;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  border: 1px solid #cd9b1d;
  background-color: white;
}
.btn-block .btn.white:hover {
  background-color: transparent;
  color: white;
}
.btn-block .btn.white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 100%;
  border-radius: 42.5px;
  background: #8d6500;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-block .btn.white:hover::before {
  opacity: 1;
  width: 100%;
}
.btn-block .btn.btn_pad_thin {
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn-block .btn.btn_mg {
  margin-right: 20px;
  margin-left: 20px;
}

@media (max-width: 1200px) {
  .btn-block .btn {
    font-size: 2.5vw;
  }
}
@media (max-width: 769px) {
  .btn-block .btn {
    font-size: 3.2509752926vw;
    border-width: 2px;
  }
  .btn-block .btn.white, .btn-block .btn.gold3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    font-size: 4.9414824447vw;
    padding: 2.6007802341vw 5.2015604681vw;
    border-radius: 5.4616384915vw;
  }
  .btn-block .btn.white:first-child, .btn-block .btn.gold3:first-child {
    margin-top: 0em;
  }
  .lbox-block .btn-block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.in-title {
  font-size: 70px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 3.5px;
  margin-bottom: 48px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 640px) {
  .in-title {
    font-size: 9.231vw;
    letter-spacing: 1.8px;
    margin-bottom: 8.20512vw;
  }
  .in-title b {
    display: block;
  }
}

.animated-gradient-text {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.animated-gradient-text .text-content {
  position: relative;
  z-index: 2;
  background: linear-gradient(92deg, #DAB056, #FFEABF, #a58235, #DAB056, #FFEABF);
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-animation: gradientSlide 3.5s linear infinite;
          animation: gradientSlide 3.5s linear infinite;
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .animated-gradient-text .text-content {
    text-align: center;
  }
}

header {
  position: relative;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  border-bottom: 1px solid #CEB071;
}
header .container {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header .logo a {
  display: block;
  width: 146px;
  height: auto;
}
header .logo a img {
  max-width: 100%;
  height: 100%;
  vertical-align: top;
}

@media (max-width: 1200px) {
  header .logo a {
    width: 14.6666666667vw;
  }
}
@media (max-width: 769px) {
  header .logo {
    margin: auto;
  }
  header .logo a {
    width: 22.1066319896vw;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  z-index: 20;
  background-color: #000;
}
footer .selection1 {
  color: #fff;
  text-align: center;
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .selection1 a {
  color: #fff;
}
footer .selection1 a:hover {
  text-decoration: underline;
}
footer .selection1 img.copyRight {
  width: 12px;
  margin-right: 10px;
  height: 12px;
}
footer .selection1 .logo {
  margin: 0 10px;
  margin-left: 15px;
  width: 22px;
  height: 22px;
}
footer .selection1 .logo img {
  width: 22px;
  height: 22px;
}
footer .selection1 p {
  color: #fff !important;
  display: inline-block;
}
footer .selection2 {
  width: 20%;
  padding: 15px;
}
footer .selection2 .logo {
  width: 113px;
  height: 30px;
}

#footer {
  font-family: "Noto Sans TC";
  font-weight: 400;
  padding: 0 0 64px;
  background-color: #000;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279px) {
  #footer {
    padding: 0 0 80px;
  }
}
@media (max-width: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #footer .top-wrap .list-wrap ul {
    margin-right: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  #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;
}
#footer .top-wrap .list-wrap ul li.link a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#footer .top-wrap .list-wrap ul li.link a.contact-web {
  display: inline-block;
}
@media (max-width: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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;
  text-decoration: none;
}
@media (max-width: 768px) {
  #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;
}
#footer .bottom-wrap .links-container p {
  font-weight: 500;
}
@media (max-width: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #footer .footer__text {
    width: auto;
  }
}
#footer .footer__text a {
  text-decoration: underline;
  text-underline-offset: auto;
}

#foot {
  position: relative;
  width: 100%;
  padding: 50px;
  background: #000000;
}
@media (max-width: 1279px) {
  #foot {
    padding: 30px 40px;
  }
}
@media (max-width: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #footer_download .footer_download_title {
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-left: 0;
  }
}
#footer_download .footer_download_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1279px) {
  #footer_download .footer_download_con {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 760px;
  }
}
@media (max-width: 768px) {
  #footer_download .footer_download_con {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    min-width: auto;
  }
}
#footer_download .footer_download_con .footer_download_img {
  margin-right: 40px;
}
@media (max-width: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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: 768px) {
  #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;
}

@media (max-width: 1279px) {
  .notice-tableBox {
    overflow-x: scroll;
  }
}
.notice-tableBox table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 14px;
}
@media (max-width: 1279px) {
  .notice-tableBox table {
    min-width: 600px;
  }
}
.notice-tableBox table th {
  background: #af955f;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 15px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  border-right: 1px solid #e2ded5;
}
@media (max-width: 992px) {
  .notice-tableBox table th {
    font-size: 14px;
    width: auto;
    padding: 8px;
  }
}
.notice-tableBox table td {
  font-size: 18px;
  line-height: 1.5;
  padding: 12px;
  vertical-align: middle;
  border-right: 1px solid #e2ded5;
  border-bottom: 1px solid #e2ded5;
  position: relative;
  background: #fff;
  text-wrap: nowrap;
}
@media (max-width: 992px) {
  .notice-tableBox table td {
    font-size: 14px;
    padding: 8px;
  }
}
.notice-tableBox table td.text-c {
  text-align: center;
}
.notice-tableBox table td.br_style {
  display: none;
}
@media (max-width: 768px) {
  .notice-tableBox table td.br_style {
    display: block;
  }
}

section {
  width: 100%;
}
section > div {
  text-align: center;
  margin: 0 auto;
}

.wrapper {
  background: #000;
  background-size: contain;
  background-repeat: no-repeat;
}

.kv {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 45%;
}
@media (min-width: 1921px) {
  .kv {
    padding-bottom: 0;
    height: 904px;
  }
}
@media (max-width: 992px) {
  .kv {
    height: auto;
    padding-bottom: 23%;
  }
}
.kv .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  height: 100%;
  max-width: 1361px;
  margin: 0 auto 2.4% auto;
  padding: 0;
  left: 2.5%;
  top: 3vw;
  height: auto;
}
@media (max-width: 1640px) {
  .kv .container {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .kv .container {
    width: 80%;
    display: block;
    left: 0;
    top: 0;
    padding-top: 8.5%;
  }
}
.kv__left_content {
  width: 55%;
  max-width: 674px;
}
@media (max-width: 992px) {
  .kv__left_content {
    width: 100%;
    margin: auto;
    max-width: 87.6462938882vw;
  }
}
.kv__slogan {
  margin-bottom: 3%;
}
.kv__time {
  border-radius: 50px;
  border: 2px solid #dab056;
  padding: 0.4427083333vw 2.0833333333vw;
  color: #ffeabf;
  text-align: center;
  font-size: 1.3541666667vw;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.5px;
}
@media (min-width: 1921px) {
  .kv__time {
    font-size: 26px;
    padding: 8.5px 40px;
  }
}
@media (max-width: 992px) {
  .kv__time {
    padding: 1vw 2vw;
    font-size: 2.7vw;
  }
}
@media (max-width: 640px) {
  .kv__time {
    font-size: 2.7vw;
    border: 1px solid #dab056;
    text-wrap: nowrap;
  }
}
.kv__text {
  text-align: center;
  font-size: 2.2916666667vw;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 7.8px;
  margin-bottom: 6.4%;
  color: #fff;
  text-align: nowrap;
}
@media (min-width: 1921px) {
  .kv__text {
    font-size: 44px;
  }
}
@media (max-width: 992px) {
  .kv__text {
    font-size: 3.1vw;
  }
}
@media (max-width: 640px) {
  .kv__text {
    font-size: 5vw;
    letter-spacing: 1vw;
    margin-bottom: 6.4103vw;
    text-wrap: nowrap;
  }
}
.kv__text b {
  background: linear-gradient(92deg, #dab056 0%, #ffeabf 50%, #dab056 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.kv__clude_b {
  position: absolute;
  left: 0;
  bottom: -19%;
  background: url(../images/kv/icon_clude_b.png) center bottom;
  background-size: 100% 100%;
  width: 100%;
  padding-bottom: 23%;
  z-index: 5;
}
@media (max-width: 992px) {
  .kv__clude_b {
    height: 0;
    padding-bottom: 23%;
    bottom: 0;
  }
}
.kv__ip {
  max-width: 635px;
  width: 47%;
  position: relative;
  left: 4%;
  -webkit-animation: kv-float 3.5s ease-in-out infinite;
          animation: kv-float 3.5s ease-in-out infinite;
}
.kv__ip_content {
  position: relative;
}
@media (max-width: 992px) {
  .kv__ip {
    top: 2vw;
    left: 44%;
  }
}
@media (max-width: 640px) {
  .kv__ip {
    width: 74.36%;
    top: 11vw;
    left: 35%;
  }
}
.kv .in__deco {
  width: 98%;
  display: block;
}
@media (max-width: 1640px) {
  .kv .in__deco {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .kv .in__deco {
    width: 98%;
  }
}
.kv .in-title {
  font-size: 86px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 3%;
  font-size: 86px;
}
@media (max-width: 1640px) {
  .kv .in-title {
    font-size: 4.94vw;
  }
}
@media (max-width: 992px) {
  .kv .in-title {
    font-size: 8.67vw;
  }
}
@media (max-width: 640px) {
  .kv .in-title {
    font-size: 9.2vw;
  }
}
.kv .icon-circle-l {
  top: -30%;
  left: -42%;
  opacity: 0.7;
}
.kv .icon-circle-r {
  bottom: -11%;
  right: -40%;
  opacity: 0.5;
}
.kv .animate-fireworks-1 {
  top: 42%;
  left: -0.6%;
}
@media (max-width: 992px) {
  .kv .animate-fireworks-1 {
    display: none;
  }
}
.kv .animate-fireworks-2 {
  top: 5%;
  left: 40%;
}
.kv .animate-fireworks-2 .icon_firework__1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.kv .animate-fireworks-2 .icon_firework__2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 992px) {
  .kv .animate-fireworks-2 {
    top: 4%;
    left: -1%;
  }
}
.kv .animate-fireworks-3 {
  top: -11%;
  left: 48%;
}
.kv .animate-fireworks-3 .icon_firework__1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.kv .animate-fireworks-3 .icon_firework__2 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media (max-width: 992px) {
  .kv .animate-fireworks-3 {
    display: none;
  }
}
.kv .animate-fireworks-4 {
  top: 20%;
  right: 3%;
}
.kv .animate-fireworks-4 .icon_firework__1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.kv .animate-fireworks-4 .icon_firework__2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.kv .animate-coin-1 {
  left: 5.4%;
  top: 13%;
}
@media (max-width: 1810px) {
  .kv .animate-coin-1 {
    left: 2.4%;
  }
}
@media (max-width: 992px) {
  .kv .animate-coin-1 {
    left: inherit;
    right: 18%;
    top: -6.5%;
  }
}
@media (max-width: 768px) {
  .kv .animate-coin-1 {
    right: 1%;
  }
}
@media (max-width: 640px) {
  .kv .animate-coin-1 {
    right: -19%;
  }
}
.kv .animate-coin-1 .icon_start--1 {
  right: -8%;
  top: -9%;
}
@media (max-width: 992px) {
  .kv .animate-coin-1 .icon_start--1 {
    right: inherit;
    top: 50%;
    left: -55%;
  }
}
.kv .animate-coin-1 .icon_start--2 {
  bottom: 16%;
  left: -18%;
}
@media (max-width: 992px) {
  .kv .animate-coin-1 .icon_start--2 {
    bottom: 12%;
    left: -14%;
  }
}
.kv .animate-coin-2 {
  bottom: 12%;
  left: 41%;
}
.kv .animate-coin-2 .icon_coin {
  -webkit-animation: coin-rock-r 3s ease-in-out infinite;
          animation: coin-rock-r 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .kv .animate-coin-2 {
    bottom: 5.5%;
    left: 35%;
  }
}
@media (max-width: 640px) {
  .kv .animate-coin-2 {
    bottom: 3.5%;
  }
}
.kv .animate-coin-2 .icon_coin {
  max-width: 148px;
}
.kv .animate-coin-2 .icon_start--1 {
  left: -37%;
  top: 25%;
}
@media (max-width: 992px) {
  .kv .animate-coin-2 .icon_start--1 {
    left: -37%;
    top: -43%;
  }
}
.kv .animate-coin-2 .icon_start--2 {
  right: -8%;
  top: -8%;
}
.kv .animate-coin-2 .icon_start--3 {
  right: -19%;
  bottom: 8%;
}
.kv .animate-coin-3 {
  right: 14%;
  top: 2%;
}
@media (max-width: 1640px) {
  .kv .animate-coin-3 {
    right: 8%;
  }
}
@media (max-width: 992px) {
  .kv .animate-coin-3 {
    right: initial;
    top: initial;
    left: -3%;
    bottom: 30%;
  }
}
.kv .animate-coin-3 .icon_start--1 {
  left: -32%;
  top: 14%;
}
.kv .animate-coin-3 .icon_start--2 {
  right: -20%;
  top: 54%;
}
@media (max-width: 992px) {
  .kv .animate-coin-3 .icon_start--2 {
    top: 0%;
  }
}
.kv .animate-coin-3 .icon_start--3 {
  right: -10%;
  bottom: 10%;
}
@media (max-width: 992px) {
  .kv .animate-coin-3 .icon_start--3 {
    bottom: inherit;
    top: 40%;
    right: -43%;
  }
}
.kv .animate-coin-4 {
  right: 4%;
  top: 42%;
}
@media (max-width: 1640px) {
  .kv .animate-coin-4 {
    right: 1%;
  }
}
.kv .animate-coin-4 .icon_coin {
  -webkit-animation: coin-rock-r 3s ease-in-out infinite;
          animation: coin-rock-r 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .kv .animate-coin-4 {
    right: inherit;
    top: 42.4%;
    left: 25%;
  }
}
@media (max-width: 640px) {
  .kv .animate-coin-4 {
    top: 52.4%;
  }
}
.kv .animate-coin-4 .icon_coin {
  max-width: 148px;
}
.kv .animate-coin-4 .icon_start--2 {
  left: -16%;
  top: 17%;
}
@media (max-width: 992px) {
  .kv .animate-coin-4 .icon_start--2 {
    left: -28%;
  }
}
.kv .animate-kv__fire {
  position: absolute;
  top: 72.9%;
  left: 67.3%;
  max-width: 208px;
  width: 30%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: flame-flicker 0.35s ease-in-out infinite;
          animation: flame-flicker 0.35s ease-in-out infinite;
}
.kv .cloud-l {
  bottom: 11%;
  left: 13%;
}
@media (max-width: 992px) {
  .kv .cloud-l {
    bottom: 19%;
    left: 7%;
  }
}
@media (max-width: 640px) {
  .kv .cloud-l {
    bottom: 14%;
    left: 7%;
    width: 34%;
  }
}
.kv .cloud-r {
  right: 28%;
  bottom: 3%;
}
@media (max-width: 992px) {
  .kv .cloud-r {
    display: none;
  }
}

.offer-list {
  position: relative;
  margin-top: 102px;
  z-index: 5;
}
@media (max-width: 992px) {
  .offer-list {
    margin: 12px auto 26px auto;
    padding: 0 12px;
  }
}
.offer-list .c-color__gold {
  color: #AF955F;
}
.offer-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 106px auto;
  padding: 20px 80px 30px 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  border: 5px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #ffeabf), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(rgba(250, 221, 157, 0)), color-stop(40%, #fadd9d), to(#fadd9d)) border-box;
  background: linear-gradient(90deg, #fff 0%, #ffeabf 50%, #fff 100%) padding-box, linear-gradient(180deg, rgba(250, 221, 157, 0) 0%, #fadd9d 40%, #fadd9d 100%) border-box;
  background-size: 200% 100%, 100% 100%;
  background-position: right center, 0 0;
  -webkit-transition: background-position 0.8s ease;
  transition: background-position 0.8s ease;
}
@media (max-width: 1279px) {
  .offer-list__item {
    width: 80%;
    padding: 1.6666666667vw 6.6666666667vw 2.5vw;
  }
}
@media (max-width: 992px) {
  .offer-list__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .offer-list__item {
    padding: 1.5604681404vw 5.8333333333vw 1.5vw 3.3333333333vw;
    border-radius: 0.9622886866vw;
    margin-bottom: 0;
    border: 0.7802340702vw solid transparent;
  }
}
.offer-list__item:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .offer-list__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .offer-list__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.offer-list__item::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  content: "";
  display: block;
  width: 50px;
  height: 98px;
  background: url(../images/svg/arrw.svg);
  background-size: cover;
  -webkit-animation: index-sec2-arrow infinite 0.5s alternate ease-in;
          animation: index-sec2-arrow infinite 0.5s alternate ease-in;
}
@media (max-width: 1420px) {
  .offer-list__item::after {
    width: 30px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .offer-list__item::after {
    width: 3.847vw;
    height: 7.696vw;
  }
}
@-webkit-keyframes index-sec2-arrow {
  to {
    -webkit-transform: translateY(-50%) translateX(30%);
            transform: translateY(-50%) translateX(30%);
  }
}
@keyframes index-sec2-arrow {
  to {
    -webkit-transform: translateY(-50%) translateX(30%);
            transform: translateY(-50%) translateX(30%);
  }
}
.offer-list__item:first-child {
  border: 5px solid #ffa2a2;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #ffcfcf), color-stop(75%, #ffe5e5), to(#fff));
  background: linear-gradient(90deg, #fff 0%, #ffcfcf 50%, #ffe5e5 75%, #fff 100%);
  background-size: 200% 100%;
  background-position: right center;
}
@media (max-width: 768px) {
  .offer-list__item:first-child {
    border: 0.7802340702vw solid #ffa2a2;
  }
}
.offer-list__item:hover {
  background-position: left center, 0 0;
}
.offer-list__item-title {
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 172%; /* 86px */
  letter-spacing: 0.5px;
}
.offer-list__item-title b {
  padding-right: 4px;
}
@media (max-width: 1279px) {
  .offer-list__item-title {
    font-size: 4vw;
  }
}
@media (max-width: 640px) {
  .offer-list__item-title {
    font-size: 4.38vw;
    font-weight: 700;
    letter-spacing: 0.17px;
  }
}
.offer-list__item-desc {
  font-size: 38px;
  color: #000000;
  font-weight: 700;
  line-height: 172%; /* 86px */
}
@media (max-width: 1279px) {
  .offer-list__item-desc {
    font-size: 3vw;
  }
}
@media (max-width: 640px) {
  .offer-list__item-desc {
    font-size: 13px;
  }
}
.offer-list__item b {
  font-size: 45px;
}
@media (max-width: 1279px) {
  .offer-list__item b {
    font-size: 3.5vw;
  }
}
@media (max-width: 640px) {
  .offer-list__item b {
    font-size: 15px;
  }
}
.offer-list__item b {
  background: -webkit-gradient(linear, left top, right top, from(#9f0000), color-stop(30%, #d40000), to(#9f0000));
  background: linear-gradient(90deg, #9f0000 0%, #d40000 30%, #9f0000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offer-list__item__noArrow::after {
  display: none;
}
.offer-list__link {
  width: 100%;
  display: block;
  text-decoration: none;
}
.offer-list .animate-fireworks-1 {
  left: 4%;
  top: 13%;
}
@media (max-width: 992px) {
  .offer-list .animate-fireworks-1 {
    display: none;
  }
}
.offer-list .animate-fireworks-2 {
  right: -1.5%;
  top: 41%;
}
@media (max-width: 992px) {
  .offer-list .animate-fireworks-2 {
    display: none;
  }
}
.offer-list .animate-coin-1 {
  right: 9%;
  top: 25%;
}
@media (max-width: 1810px) {
  .offer-list .animate-coin-1 {
    right: 2%;
  }
}
@media (max-width: 1420px) {
  .offer-list .animate-coin-1 {
    right: -2%;
  }
}
@media (max-width: 992px) {
  .offer-list .animate-coin-1 {
    display: none;
  }
}
.offer-list .animate-coin-1 .icon_coin {
  max-width: 124px;
}
.offer-list .animate-coin-1 .icon_start.icon_start--1 {
  top: -49%;
  right: 27%;
}
.offer-list .animate-coin-1 .icon_start.icon_start--2 {
  top: -17%;
  right: 5%;
}
.offer-list .animate-cloud {
  bottom: 31%;
  left: -1%;
}
@media (max-width: 1810px) {
  .offer-list .animate-cloud {
    width: 17%;
  }
}
@media (max-width: 992px) {
  .offer-list .animate-cloud {
    display: none;
  }
}
.offer-list .icon_start--1 {
  left: 33%;
  top: -21%;
  width: 11% !important;
}
.offer-list .icon_start--2 {
  left: 73%;
  top: -52%;
}

.remit {
  position: relative;
  z-index: 1;
  margin-bottom: 112px;
  padding: 0 12px;
}
@media (max-width: 992px) {
  .remit {
    margin-bottom: 25px;
  }
}
.remit .animated-gradient-text .text-content {
  -webkit-animation: gradientSlide 7.5s linear infinite;
          animation: gradientSlide 7.5s linear infinite;
}
.remit-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
  padding: 15px 32px;
  border-radius: 99px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  background: -webkit-gradient(linear, left top, right top, from(#9f0000), color-stop(30%, #d40000), to(#9f0000));
  background: linear-gradient(90deg, #9f0000 0%, #d40000 30%, #9f0000 100%);
  background-size: 200% 100%;
  background-position: right center;
  -webkit-transition: background-position 0.8s ease;
  transition: background-position 0.8s ease;
}
@media (max-width: 375px) {
  .remit-btn {
    font-size: 7.6923vw;
    padding: 5.385vw 9.49519vw;
  }
}
@media (max-width: 320px) {
  .remit-btn {
    font-size: 7vw;
  }
}
.remit-btn::after {
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  width: 32px;
  height: 32px;
  content: "";
  display: block;
  background: url(../images/svg/btn_arrw.svg) center no-repeat;
  background-size: contain;
}
.remit-btn:hover {
  background-position: -50% center;
  color: #fff;
}
.remit-btn:hover::after {
  left: 2px;
}
.remit-content {
  border-radius: 24px;
  background: #fff9eb;
  padding: 48px;
}
@media (max-width: 480px) {
  .remit-content {
    padding: 48px 12px;
  }
}
.remit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56px;
}
@media (max-width: 1279px) {
  .remit-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .remit-list {
    margin-bottom: 4.1612483745vw;
  }
}
.remit-item {
  max-width: 232px;
}
@media (max-width: 1279px) {
  .remit-item {
    max-width: 350px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .remit-item {
    width: 100%;
    max-width: 232px;
  }
}
.remit-item:last-child .remit-item__desc {
  line-height: 30px;
}
.remit-item__img {
  width: 100%;
  height: auto !important;
  max-width: 230px !important;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .remit-item__img {
    margin-bottom: 0;
  }
}
.remit-item__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .remit-item__title {
    margin-bottom: 8px;
  }
}
@media (max-width: 375px) {
  .remit-item__title {
    font-size: 8.2052vw;
  }
}
.remit-item__desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1279px) {
  .remit-item__desc {
    font-size: 21px;
  }
}
@media (max-width: 375px) {
  .remit-item__desc {
    font-size: 6.154vw;
  }
}
.remit-item__tag {
  padding: 8px;
  border-radius: 16px;
  background: rgba(201, 172, 111, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .remit-item__tag {
    margin-top: 8px;
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .remit-item__tag {
    font-size: 5.1282vw;
  }
}
.remit .icon-circle-l {
  top: -46%;
  right: -21%;
  z-index: 0;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .remit .icon-circle-l {
    top: 4%;
  }
}
.remit .icon-coin {
  position: absolute;
  left: 5%;
  top: 21%;
}
@media (max-width: 1560px) {
  .remit .icon-coin {
    left: 4%;
    top: 13%;
  }
}
@media (max-width: 1560px) {
  .remit .icon-coin {
    left: -2%;
  }
}
@media (max-width: 992px) {
  .remit .icon-coin {
    display: none;
  }
}
@media (max-width: 1640px) {
  .remit .icon-coin__content {
    width: 100%;
  }
}
@media (max-width: 1560px) {
  .remit .icon-coin__content {
    width: 60%;
  }
}
.remit .animate-cloud {
  right: -1%;
  bottom: 22%;
}
@media (max-width: 1560px) {
  .remit .animate-cloud {
    right: -11%;
  }
}
@media (max-width: 992px) {
  .remit .animate-cloud {
    display: none;
  }
}
@media (max-width: 992px) {
  .remit .animate-coin-3 {
    display: none;
  }
}
.remit .animate-coin-3 .icon_coin {
  max-width: 124px;
}
.remit .animate-coin-3 .icon_start--1 {
  bottom: -27%;
  right: -20%;
}
.remit .animate-coin-3 .icon_start--2 {
  top: -10%;
  left: -51%;
}
.remit .animate-coin-3 .icon_start--3 {
  max-width: 16px;
  width: 11%;
  top: -35%;
  left: 11%;
}
.remit .fireworks-b {
  bottom: -18.3%;
  left: -14%;
}
@media (max-width: 992px) {
  .remit .desk-use {
    display: none;
  }
}
.remit .mobile-use {
  display: none;
}
@media (max-width: 992px) {
  .remit .mobile-use {
    display: block;
  }
}

.info {
  position: relative;
  padding-bottom: 8.6%;
}
@media (max-width: 1279px) {
  .info {
    padding: 0 12px;
  }
}
.info .clude_b {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  background: url(../images/kv/icon_clude_b.png) center bottom no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding-bottom: 21%;
  z-index: 5;
}
@media (max-width: 1279px) {
  .info {
    padding: 0 12px 120px;
  }
}
.info .icon-wrap-title {
  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;
  gap: 24px;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 48px */
  letter-spacing: 1.6px;
  color: #181818;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .info .icon-wrap-title {
    font-size: 6.2418725618vw;
    letter-spacing: 0.96px;
    gap: 12px;
    margin-bottom: 4.1612483745vw;
  }
}
.info .icon-wrap-title img {
  width: 80px;
}
@media (max-width: 640px) {
  .info .icon-wrap-title img {
    width: 12.4837451235vw;
  }
}
.info .container {
  padding: 64px 68px;
  border-radius: 24px;
  border-radius: 24px;
  background: linear-gradient(88deg, #FFEABF -133.16%, #FFF 90.74%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .info .container {
    padding: 40px 12px;
  }
}
@media (max-width: 992px) {
  .info .container {
    padding: 40px 12px;
  }
}
.info .upgrade1 {
  overflow: hidden;
  padding: 120px 38px;
  position: relative;
}
@media (max-width: 768px) {
  .info .upgrade1 {
    padding: 60px 16px;
  }
}
.info .upgrade1__title {
  text-align: center;
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 48px;
  line-height: 1.25;
  color: #af955f;
  position: relative;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .info .upgrade1__title {
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.info .upgrade1__title.fz-24 {
  font-size: 24px;
}
.info .upgrade1__title.fz-20 {
  font-size: 20px;
}
.info .upgrade1__title.fw-500 {
  font-weight: 500;
}
.info .upgrade1__title.flex-center {
  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;
}
.info .upgrade1__title.fc-black {
  color: #000;
}
.info .upgrade1 .wrapper {
  max-width: 1064px;
  width: 100%;
  margin-top: 72px;
  padding: 0;
}
@media (max-width: 768px) {
  .info .upgrade1 .wrapper {
    margin-top: 32px;
  }
}
.info .upgrade1 .wrapper--mt-0 {
  margin-top: 0;
}
.info .upgrade1 .wrapper__container {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #E2DED5;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .info .upgrade1 .wrapper__container {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .info .upgrade1 .wrapper__container {
    padding: 12px;
    border-radius: 12px;
  }
}
.info .upgrade1 .wrapper__container--bg-fff {
  background-color: #fff;
}
.info .upgrade1 .wrapper__container--border-gold {
  border: 2px solid #ceb071;
}
.info .upgrade1 .wrapper__title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  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;
}
@media (max-width: 768px) {
  .info .upgrade1 .wrapper__title {
    font-size: 24px;
  }
}
.info .upgrade1 .wrapper__levelimg {
  max-width: 80px;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .info .upgrade1 .wrapper__levelimg {
    max-width: 48px;
    margin-right: 12px;
  }
}
.info .upgrade1 .wrapper__table {
  font-weight: 400;
  text-align: justify;
}
@media (max-width: 768px) {
  .info .upgrade1 .wrapper__table {
    font-size: 14px;
  }
}
.info .upgrade1 .wrapper__table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-weight: 400;
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .info .upgrade1 .wrapper__table table {
    margin-top: 16px;
  }
}
.info .upgrade1 .wrapper__table table th,
.info .upgrade1 .wrapper__table table td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 16px;
  background-color: #fefefe;
  vertical-align: middle;
  line-height: 1;
  font-size: 18px;
}
@media (max-width: 768px) {
  .info .upgrade1 .wrapper__table table th,
  .info .upgrade1 .wrapper__table table td {
    padding: 8px;
    font-size: 16px;
  }
}
.info .upgrade1 .wrapper__table table th {
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .info .upgrade1 .wrapper__table table th {
    font-size: 16px;
    width: 30%;
  }
}
.info .upgrade1 .wrapper__table table th.boder-right-none {
  border-right: none;
}
.info .upgrade1 .wrapper__table table th.boder-bottom-none {
  border-bottom: none;
}
.info .upgrade1 .wrapper__table table td {
  line-height: 1.5;
}
.info .upgrade1 .wrapper__table table td.boder-right-none {
  border-right: none;
}
.info .upgrade1 .wrapper__table table td.boder-bottom-none {
  border-bottom: none;
}
.info .upgrade1 .wrapper__table table td.border-tag {
  position: relative;
}
.info .upgrade1 .wrapper__table table td.border-tag:before {
  content: "NEW";
  position: absolute;
  max-width: 41px;
  background-color: #DF2229;
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 23px;
  right: calc(50% - 80px);
  top: calc(50% - 20px);
}
@media (max-width: 768px) {
  .info .upgrade1 .wrapper__table table td.border-tag:before {
    font-size: 6px;
    right: calc(50% - 62px);
    top: calc(50% - 15px);
  }
}
.info .upgrade1 .wrapper__table table .mark {
  color: #df2229;
}
.info .upgrade1 .wrapper__table table .txt-c {
  text-align: center;
}
.info .upgrade1 .wrapper__table table .bg-gray {
  background-color: #f4f4f4;
}
.info .upgrade1 .wrapper__noticebox {
  margin-top: 40px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #000;
  padding: 24px;
  line-height: 2;
  text-align: justify;
  font-size: 14px;
}
.info .upgrade1 .wrapper__line {
  border-bottom: 1px solid #e2ded5;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.info .upgrade1--bg-gray {
  background-color: #E2DED5;
}
.info .upgrade1 .br_style {
  display: none;
}
@media (max-width: 768px) {
  .info .upgrade1 .br_style {
    display: block;
  }
}
.info .upgrade1 {
  padding: 64px 68px;
}
@media (max-width: 992px) {
  .info .upgrade1 {
    padding: 40px 10px;
  }
}
.info .upgrade1 .wrapper {
  background: none;
  margin-top: 0;
}
.info .upgrade1 .wrapper__desc {
  margin-top: 20px;
  line-height: 1.5;
}
.info .upgrade1__img {
  max-width: 175px;
  width: 100%;
  position: absolute;
  left: -200px;
  top: -60px;
}
@media (max-width: 1024px) {
  .info .upgrade1__img {
    display: none;
  }
}
.info .animate-cloud {
  right: -1%;
  bottom: 21%;
}
@media (max-width: 1560px) {
  .info .animate-cloud {
    right: -15%;
  }
}
@media (max-width: 992px) {
  .info .animate-cloud {
    display: none;
  }
}
@media (max-width: 1640px) {
  .info .icon-coin__content {
    width: 100%;
  }
}
@media (max-width: 1560px) {
  .info .icon-coin__content {
    width: 60%;
  }
}
@media (max-width: 1560px) {
  .info .icon-coin__content .remit .icon-coin__content {
    width: 60%;
  }
}
.info .animate-coin-3 {
  right: 5%;
  bottom: 30%;
}
@media (max-width: 1560px) {
  .info .animate-coin-3 {
    right: -4%;
  }
}
@media (max-width: 992px) {
  .info .animate-coin-3 {
    display: none;
  }
}
.info .animate-coin-3 .icon_start--1 {
  top: -51%;
  left: -21%;
}
.info .animate-coin-3 .icon_start--2 {
  top: -4%;
  right: -21%;
}
@media (max-width: 992px) {
  .info .animate-coin-3 {
    display: none;
  }
}
.info .animate-coin-3 .icon_coin {
  max-width: 124px;
}
.info .animate-coin-4 {
  left: 4%;
  top: 24%;
}
@media (max-width: 1560px) {
  .info .animate-coin-4 {
    left: 0;
  }
}
@media (max-width: 992px) {
  .info .animate-coin-4 {
    display: none;
  }
}
.info .animate-coin-4 .icon_start--1 {
  left: 135%;
  top: 31%;
}
.info .animate-coin-4 .icon_start--2 {
  left: 111%;
  top: -13%;
}
.info .animate-coin-4 .icon_coin {
  max-width: 124px;
}
.info .icon-circle-l {
  right: 0;
  top: -13%;
  left: -3%;
  z-index: 0;
  opacity: 0.7;
  height: auto !important;
  width: 50%;
}
.info .icon-circle-r {
  right: -22%;
  bottom: 22%;
  z-index: 0;
  opacity: 0.7;
  height: auto !important;
  width: 42%;
}
.info .fireworks-s {
  right: -0.4%;
  top: 51%;
}
.info__box {
  position: relative;
  border-radius: 30px;
  border-radius: 16px;
  background: var(--Gold-100, #e2ded5);
  margin: 0 auto 20px;
  padding: 24px;
  overflow: visible;
}
@media (max-width: 1400px) {
  .info__box {
    width: 90%;
    margin: auto;
  }
}
.info__box:not(:last-child) {
  margin-bottom: 60px;
}
.info__box:last-child .info__heading {
  width: 100%;
  border-bottom: 1px solid #e1b97a;
  stroke-width: 1px;
}
.info__box:last-child .info__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info__heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(141deg, #e4a138 -20%, #f7e9c8 28%, #ca9225 110%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info__title {
  margin-bottom: 24px;
}
.info__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  margin-right: 8px;
}
.info__msg {
  line-height: 24px;
}
.info__msg table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #000000;
  border-radius: 10px;
  overflow: hidden;
}
.info__msg table th,
.info__msg table td {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 16px;
  background-color: #fefefe;
  vertical-align: middle;
}
.info__msg table th:first-child,
.info__msg table td:first-child {
  border-left: none;
}
.info__msg table th {
  background: #f9f7f5;
  border-top: none;
}
.info__msg table th.th-w-1 {
  width: 20%;
}
.info__msg table th.th-w-2,
.info__msg table th .th-w-3 {
  width: 40%;
}
.info__msg table .radius-lt {
  border-radius: 10px 0 0 0;
}
.info__msg table .radius-rt {
  border-radius: 0 10px 0 0;
}
.info__msg table .radius-lb {
  border-radius: 0 0 0 10px;
}
.info__msg table .radius-rb {
  border-radius: 0 0 10px 0;
}
.info__msg table td.bg-gold {
  padding: 16px;
  position: relative;
  background: linear-gradient(199deg, #e1b97a -59.43%, #f7e9c8 92.09%, #ca9225 233.13%);
  color: #000000;
}
@media (max-width: 768px) {
  .info__msg table td.bg-gold {
    padding: 2.0806241873vw;
  }
}
.info__msg table td.bg-gold .icon-wrap img {
  max-width: 80px;
  width: 100%;
}
@media (max-width: 768px) {
  .info__msg table td.bg-gold .icon-wrap img {
    max-width: 10.4031209363vw;
  }
}
.info__msg table td.bg-gold .name {
  margin-top: 8px;
}
.info__msg table td.bg-gold .name.text-bold {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .info__msg table td.bg-gold .name.text-bold {
    font-size: 3.1209362809vw;
    margin-top: 2.0806241873vw;
  }
}
.info__msg table td.bg-gold.td-64 {
  padding: 64px 0 32px 0;
}
.info__msg table .note-cell {
  text-align: justify;
  background: #f1f1f1;
}
.info__msg table .footer-cell {
  background: #f1f1f1;
  border-radius: 0 0 10px 10px;
}
.info__msg table .icon-new {
  position: absolute;
  top: 11%;
  left: -7px;
  width: 100%;
  max-width: 77px;
  display: block;
}
.info__msg table .icon-new-box {
  position: relative;
  display: inline-block;
}
.info__msg table .icon-new-box img {
  display: block;
  width: auto;
  height: auto;
}
.info__msg table .icon-new-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-mask-image: url("../images/badge-new.png");
  mask-image: url("../images/badge-new.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: linear-gradient(135deg, transparent 50%, rgba(255, 255, 255, 0.8) 50%, transparent 60%);
  background-repeat: no-repeat;
  background-size: 300% 300%;
  animation: shine-move 4s infinite ease-in-out reverse;
  pointer-events: none;
}
.info__msg table:not(:last-child) td:last-child, .info__msg table:not(:last-child) th:last-child {
  border-right: none;
}
.info__msg table ul {
  display: inline-block;
  text-align: left;
}
.info__msg table ul > li {
  list-style: disc;
}
@media (max-width: 1200px) {
  .info__msg__scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  .info__msg__scroll::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e1e1e1;
  }
  .info__msg__scroll::-webkit-scrollbar {
    height: 8px;
    border-radius: 8px;
    background-color: #e1e1e1;
  }
  .info__msg__scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #ceb071;
  }
}
.info__notice {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.9px;
  text-align: justify;
}
@media (max-width: 992px) {
  .info__notice {
    font-size: 16px;
    margin: 0 10px;
  }
}
.info__notice a {
  color: #CF0209;
}
.info__notice__heading {
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
}
.info .text-red {
  color: #CF0209;
}
.info .notice-box {
  padding: 0;
  margin-bottom: 16px;
}
.info .notice-box__cond {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.info .notice-box__cond::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 99em;
  margin-right: 10px;
  position: relative;
  top: 10px;
}
.info .notice-box__cond span {
  width: calc(100% - 16px);
}
.info .notice-bullets li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info .notice-bullets li::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 99em;
  margin-right: 10px;
  position: relative;
  top: 10px;
}
.info .notice-bullets li span {
  width: calc(100% - 16px);
}
.info .notice-bullets a {
  color: #CF0209;
  text-decoration: underline;
}
.info .notice-activity {
  margin-top: 16px;
}
.info .notice-activity__heading {
  margin-bottom: 8px;
}
.info .notice-activity__list {
  list-style: none;
  padding-left: 1em;
}
.info .notice-activity a {
  color: #CF0209;
  text-decoration: underline;
}
.info .notice__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-transition: grid-template-rows 0.4s ease-in-out;
  transition: grid-template-rows 0.4s ease-in-out;
  transition: grid-template-rows 0.4s ease-in-out, -ms-grid-rows 0.4s ease-in-out;
}
.info .notice__content.is--active {
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
}
.info .notice__content-inner {
  overflow: hidden;
}
.info .notice__toggle {
  display: block;
  margin: 20px auto 0 auto;
  background: none;
  border: none;
  cursor: pointer;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#9f0000), color-stop(30%, #d40000), to(#9f0000));
  background: linear-gradient(90deg, #9f0000 0%, #d40000 30%, #9f0000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info .notice__toggle::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 16px;
  height: 10px;
  content: "";
  content: "";
  display: block;
  background-image: url(../images/svg/icon_more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.info .notice__toggle .notice__toggle-expand {
  display: none;
}
.info .notice__toggle.is--active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info .notice__toggle.is--active .notice__toggle-collapse {
  display: none;
}
.info .notice__toggle.is--active .notice__toggle-expand {
  display: inline;
}
.info__remark {
  border-top: 1px solid #e1b97a;
  text-align: justify;
  color: #fff;
  margin-top: 24px;
  padding-top: 24px;
}
.info__deco {
  max-width: 206px;
  min-width: 206px;
  height: 195px;
}
.info__deco::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/tiger-basketball.png?v=20251205) center no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
.info__desc {
  padding-right: 110px;
}

ol.disc {
  padding-left: 2.2em;
}
ol.disc > li {
  list-style: disc;
}
ol.decimal {
  padding-left: 2.3em;
}
ol.decimal > li {
  list-style: decimal;
}
ol.square {
  margin-left: 1em;
}
ol.square > li {
  list-style: square;
}
ol.decimal1em {
  margin-left: 1em;
}
ol.decimal1em > li {
  list-style: decimal;
}
ol.decimal-arc {
  /*更新*/
  counter-reset: counter;
  position: relative;
  padding-left: 1.3em;
}
ol.decimal-arc > li:before {
  counter-increment: counter;
  content: "(" counter(counter) ")";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  text-indent: -2em;
  text-align: right;
  margin-left: -0.2em;
}
ol.decimal-arc > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-indent: -1em;
  padding-left: 1em;
}
ol.lower-alpha {
  /*更新*/
  padding-left: 1.2em;
}
ol.lower-alpha > li {
  list-style: lower-alpha;
}
ol.cjk-ideographic {
  margin-left: 2em;
}
ol.cjk-ideographic > li {
  list-style: cjk-ideographic;
}
ol.pl-0 {
  padding-left: 0;
}

.nav-wrap {
  display: none;
}
.nav-wrap--fixed {
  position: fixed;
  z-index: 3;
  right: 2.6041666667%;
  top: 83%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-wrap a {
  text-decoration: none !important;
}

.nav {
  text-align: center;
}
.nav__item {
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 99em;
  border: 2.5px solid #000000;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: linear-gradient(150deg, #e1b97a -28.78%, #f7e9c8 -7.23%, #ca9225 16.63%, #f5c272 59.23%, #d3a476 118.58%);
}
.nav__item:first-child {
  margin-bottom: 12px;
}
.nav__item::before {
  content: "";
  display: block;
  width: 85px;
  height: 85px;
  border-radius: 99em;
  border: 1.25px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.nav__item::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 99em;
  content: "";
  background: #000000;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  z-index: 0;
}
.nav__item:hover {
  border: none;
}
.nav__item:hover::after {
  opacity: 1;
}
.nav__item:hover::before {
  border: 1.25px solid #e1b97a;
}
.nav__item:hover .nav__link {
  background-image: linear-gradient(141deg, #e4a138 -20%, #f7e9c8 28%, #ca9225 110%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav__link {
  position: relative;
  text-decoration: none !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 22px;
  z-index: 1;
}

.ellipse-bg-b,
.ellipse-bg-0 {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.ellipse-bg-b {
  display: none;
}

.ellipse-bg-0 {
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2.3);
          transform: translate(-50%, -50%) scale(2.3);
  width: 65%;
  height: 65%;
  z-index: -1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.icon-circle {
  position: absolute;
}

.icon-fireworks {
  position: absolute;
}
.icon-fireworks__content {
  position: relative;
}
.icon-fireworks.fireworks-b .icon-fireworks__content {
  width: 220px;
  height: 220px;
}
@media (max-width: 1640px) {
  .icon-fireworks.fireworks-b .icon-fireworks__content {
    width: 13.3vw;
    height: 13.3vw;
  }
}
.icon-fireworks.fireworks-s .icon-fireworks__content {
  width: 97px;
  height: 97px;
}
@media (max-width: 1640px) {
  .icon-fireworks.fireworks-s .icon-fireworks__content {
    width: 5.9vw;
    height: 5.9vw;
  }
}
@media (max-width: 992px) {
  .icon-fireworks.fireworks-s .icon-fireworks__content {
    width: 10vw;
    height: 10vw;
  }
}
.icon-fireworks .icon_firework__1,
.icon-fireworks .icon_firework__2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.icon-fireworks .icon_firework__1 {
  -webkit-animation: fireworks-burst 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
          animation: fireworks-burst 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.icon-fireworks .icon_firework__2 {
  width: 50%;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: fireworks-burst-2 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s infinite;
          animation: fireworks-burst-2 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.icon-coin {
  position: absolute;
}
.icon-coin__content {
  position: relative;
}
@media (max-width: 1640px) {
  .icon-coin__content {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .icon-coin__content {
    width: 49%;
  }
}
@media (max-width: 640px) {
  .icon-coin__content {
    width: 35%;
  }
}

.icon_coin {
  max-width: 160px;
  width: 100%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: coin-rock 3s ease-in-out infinite;
          animation: coin-rock 3s ease-in-out infinite;
}

@media (max-width: 992px) {
  .icon-circle {
    width: 83%;
    height: auto !important;
  }
}

.icon_start {
  position: absolute;
  height: auto !important;
}
.icon_start.icon_start--1 {
  max-width: 27px;
  width: 20%;
  -webkit-animation: star-twinkle 5s ease-in-out 0s infinite;
          animation: star-twinkle 5s ease-in-out 0s infinite;
}
.icon_start.icon_start--2 {
  max-width: 16px;
  width: 11%;
  -webkit-animation: star-twinkle 5s ease-in-out 2s infinite;
          animation: star-twinkle 5s ease-in-out 2s infinite;
}
.icon_start.icon_start--3 {
  max-width: 25px;
  width: 17%;
  -webkit-animation: star-twinkle 5s ease-in-out 4s infinite;
          animation: star-twinkle 5s ease-in-out 4s infinite;
}

.cloud-l, .cloud-r {
  max-width: 337px;
  width: 18%;
  height: auto !important;
}

@media (max-width: 1200px) {
  .info__deco {
    max-width: 22.0833333333vw;
    min-width: 22.0833333333vw;
    height: 19.5833333333vw;
    margin: 1.6666666667vw auto 0;
  }
  .info__notice {
    -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;
  }
  .info__desc {
    margin-right: 0;
  }
}
@media (max-width: 769px) {
  .info .gold_1, .info .gold_2, .info .gold_3, .info .gold_4, .info .gold_5, .info .gold_6 {
    display: none;
  }
  .info {
    padding-bottom: 7.8023407022vw;
  }
  .info__heading {
    padding: 0;
    font-size: 6.2418725618vw;
    line-height: 150%;
  }
  .info__heading .info__title {
    margin-bottom: 3.1209362809vw;
  }
  .info__icon {
    width: 9.1027308192vw;
    min-width: 30px;
  }
  .info__msg {
    font-size: 3.6410923277vw;
    line-height: 5.0975292588vw;
  }
  .info__msg table {
    border-width: 2px;
  }
  .info__msg table th, .info__msg table td {
    padding: 2.0806241873vw;
  }
  .info__msg table ul {
    padding-left: 1.1em;
  }
  .info__msg table th {
    text-wrap: nowrap;
  }
  .info__msg table th.th-w-1 {
    width: 30%;
  }
  .info__msg table .icon-new {
    width: 62%;
    left: -1.4304291287vw;
  }
  .info__msg td .name {
    font-size: 3.6410923277vw !important;
  }
  .info__msg td .name.text-bold {
    font-size: 4.6814044213vw !important;
    margin-top: 8px !important;
  }
  .info__msg .m-5 {
    display: block;
    margin-top: 0.6501950585vw;
  }
  .info__msg .fs-24 {
    font-size: 3.6410923277vw;
  }
  .info__msg .fs-14 {
    font-size: 4.5513654096vw;
    line-height: 8.1027308192vw;
  }
  .info__remark {
    margin-top: 3.9011703511vw;
  }
  .info__notice__heading {
    font-size: 5.2015604681vw;
    line-height: 8.0624187256vw;
  }
  .info__desc {
    padding-right: 0;
  }
  .info__deco {
    max-width: 53.3159947984vw;
    min-width: 53.3159947984vw;
    height: 47.3342002601vw;
    margin: 4.5513654096vw auto 0;
  }
  .info__box {
    width: 100%;
    padding: 3.1209362809vw;
  }
  .info__box:not(:last-child) {
    margin-bottom: 6.2418725618vw;
  }
  .info__mb-22 {
    width: 22%;
  }
  .nav-wrap--fixed {
    width: 100%;
    left: 0;
    bottom: -2px;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .nav {
    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;
  }
  .nav__item {
    width: 100%;
    height: 11.4434330299vw;
    margin-bottom: 1.5px;
    border-radius: 5.0178153446vw 5.0178153446vw 0 0;
    border-top: 2.5px solid #000;
    border-right: 2.5px solid #000;
    border-left: 2.5px solid #000;
    background: var(--golden2, linear-gradient(260deg, #E1B97A 45.03%, #F7E9C8 71.6%, #CA9225 96.33%));
  }
  .nav__item:first-child {
    margin-bottom: 0;
  }
  .nav__item::before {
    opacity: 0;
    width: 101%;
    height: 104%;
    border-radius: 5.0178153446vw 5.0178153446vw 0 0;
  }
  .nav__item::after {
    border-radius: 5.0178153446vw 5.0178153446vw 0 0;
  }
  .nav__link {
    font-size: 5.05526658vw;
    font-weight: 700;
    line-height: 48.234px;
  }
  .nav .hidden-min {
    display: none;
  }
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../font/NotoSansTC-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../font/NotoSansTC-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../font/NotoSansTC-Bold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../font/NotoSansTC-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../font/NotoSansTC-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../font/NotoSansTC-Black.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
}
.js-animate {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.js-animate--fadein {
  opacity: 0;
}
.js-animate--fadein-up {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.js-animate--fadein-down {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.js-animate--fadein-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.js-animate--fadein-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.js-animate--maskin-left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.js-animate--maskin-right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.js-animate--maskin-up {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.js-animate--maskin-down {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.js-animate--darkin {
  -webkit-filter: brightness(65%);
          filter: brightness(65%);
}
.js-animate--smallin {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.js-animate--active {
  opacity: unset;
  -webkit-transform: unset;
          transform: unset;
}
@supports not (transform: unset) {
  .js-animate--active {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.js-animate--active {
  -webkit-transition: all 800ms;
  transition: all 800ms;
}
.js-animate--active[class*="--maskin"] {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.js-animate--active[class*="--darkin"] {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.js-animate--active.js-animate--path {
  stroke-dashoffset: 0px !important;
}
.js-animate--delay100 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.js-animate--delay200 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.js-animate--delay300 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.js-animate--delay400 {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.js-animate--delay500 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.js-animate--delay600 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.js-animate--delay700 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.js-animate--delay800 {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.js-animate--delay900 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.js-animate--delay1000 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}