body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, th, td, form, fieldset, legend, textarea, input, select, textarea, button, article, aside, dialog, footer, header, section, footer, nav, figure, main {
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, dialog, footer, header, section, footer, nav, figure, main {
  display: block;
}

html, body {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

img, form, fieldset, li {
  border: 0;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

button {
  overflow: visible;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:disabled {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input, select {
  width: 0;
  height: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

address, caption, em {
  font-style: normal;
}

a, a:focus, a:active, a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "pretendard";
  font-weight: 400;
  src: url(../font/pretendard_regular.woff2) format("woff2");
}
@font-face {
  font-family: "pretendard";
  font-weight: 500;
  src: url(../font/pretendard_medium.woff2) format("woff2");
}
@font-face {
  font-family: "pretendard";
  font-weight: 600;
  src: url(../font/pretendard_semibold.woff2) format("woff2");
}
@font-face {
  font-family: "pretendard";
  font-weight: 700;
  src: url(../font/pretendard_bold.woff2) format("woff2");
}
@font-face {
  font-family: "pretendard";
  font-weight: 900;
  src: url(../font/pretendard_black.woff2) format("woff2");
}
@font-face {
  font-family: "sandollpress";
  font-weight: 900;
  src: url(../font/sandollpress_basic.woff) format("woff");
}
@font-face {
  font-family: "shapiro";
  font-weight: 500;
  src: url(../font/shapiro-55middletext.woff) format("woff");
}
@font-face {
  font-family: "shapiro";
  font-weight: 500;
  font-stretch: semi-expanded;
  src: url(../font/shapiro-55middlewide.woff) format("woff");
}
@font-face {
  font-family: "shapiro";
  font-weight: 600;
  src: url(../font/shapiro-65lightheavytext.woff) format("woff");
}
@font-face {
  font-family: "shapiro";
  font-weight: 700;
  font-stretch: semi-expanded;
  src: url(../font/shapiro-75heavyextd.woff) format("woff");
}
@font-face {
  font-family: "shapiro";
  font-weight: 700;
  font-stretch: expanded;
  src: url(../font/shapiro-75heavywide.woff) format("woff");
}
@font-face {
  font-family: "shapiro";
  font-weight: 900;
  font-stretch: expanded;
  src: url(../font/shapiro-95superwide.woff) format("woff");
}
@font-face {
  font-family: "shapiro";
  font-weight: 900;
  font-stretch: ultra-expanded;
  src: url(../font/shapiro-95superextd.woff) format("woff");
}
body,
input,
select,
textarea,
button {
  font-family: "pretendard", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.625vw;
}
@media (min-width: 1920px) {
  body,
  input,
  select,
  textarea,
  button {
    font-size: 16px;
  }
}

.blind,
caption span,
legend {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
}

.skip {
  height: 0;
}

.skip a {
  display: block;
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 25px;
  text-align: center;
}

.skip a:focus,
#skip a:active {
  position: absolute;
  top: 0;
  z-index: 100;
  padding: 10px 0;
  background: #000;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

button:disabled,
input:disabled {
  pointer-events: none;
  cursor: default;
}

img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  max-width: 54.6875vw;
}
@media (min-width: 2560px) {
  .inner {
    max-width: 1400px;
  }
}

.animate {
  opacity: 0.0001;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition-delay: calc(var(--i) * 0.2s);
  transition-delay: calc(var(--i) * 0.2s);
}
.animate.is_show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.animate_zoom {
  opacity: 0;
}
.animate_zoom.is_show {
  -webkit-animation: zoom-fade 0.5s calc(var(--i) * 0.2s) forwards cubic-bezier(0.22, 0.61, 0.36, 1);
  animation: zoom-fade 0.5s calc(var(--i) * 0.2s) forwards cubic-bezier(0.22, 0.61, 0.36, 1);
}

.riotbar-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.riotbar-legal-links {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  background: #292929;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.highlight {
  color: #58D6F7;
}

.text_roll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  top: 645px;
  top: 25.1953125vw;
}
@media (min-width: 2560px) {
  .text_roll {
    top: 645px;
  }
}
.text_roll {
  width: 9633px;
  width: 376.2890625vw;
}
@media (min-width: 2560px) {
  .text_roll {
    width: 9633px;
  }
}
.text_roll {
  height: 162px;
  height: 6.328125vw;
}
@media (min-width: 2560px) {
  .text_roll {
    height: 162px;
  }
}
.text_roll {
  -webkit-animation: text_roll 60s infinite linear;
  animation: text_roll 60s infinite linear;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  background-image: url(../img/bg_roll_1.png);
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 10;
}
.text_roll.type_black {
  top: 3398px;
  top: 132.734375vw;
}
@media (min-width: 2560px) {
  .text_roll.type_black {
    top: 3398px;
  }
}
.text_roll.type_black {
  -webkit-animation: text_roll2 60s infinite linear;
  animation: text_roll2 60s infinite linear;
  background-image: url(../img/bg_roll_2.png);
}
.text_roll.type_black02 {
  top: 7442px;
  top: 290.703125vw;
}
@media (min-width: 2560px) {
  .text_roll.type_black02 {
    top: 7442px;
  }
}
.text_roll.type_black02 {
  -webkit-animation: text_roll3 60s infinite linear;
  animation: text_roll3 60s infinite linear;
  background-image: url(../img/bg_roll_2.png);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.0001;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.0001;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes appearSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appearSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bouncing {
  0% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -khtml-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes bouncing {
  0% {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    -khtml-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-webkit-keyframes fallDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -khtml-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fallDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -khtml-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideLeft {
  100% {
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
  }
}
@keyframes slideLeft {
  100% {
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  100% {
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
  }
}
@keyframes slideRight {
  100% {
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes text_roll {
  0% {
    -webkit-transform: rotate(-5.8deg) translateX(0);
    transform: rotate(-5.8deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(-5.8deg) translateX(-50%);
    transform: rotate(-5.8deg) translateX(-50%);
  }
}
@keyframes text_roll {
  0% {
    -webkit-transform: rotate(-5.8deg) translateX(0);
    transform: rotate(-5.8deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(-5.8deg) translateX(-50%);
    transform: rotate(-5.8deg) translateX(-50%);
  }
}
@-webkit-keyframes text_roll2 {
  0% {
    -webkit-transform: rotate(2.71deg) translateX(0);
    transform: rotate(2.71deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(2.71deg) translateX(-50%);
    transform: rotate(2.71deg) translateX(-50%);
  }
}
@keyframes text_roll2 {
  0% {
    -webkit-transform: rotate(2.71deg) translateX(0);
    transform: rotate(2.71deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(2.71deg) translateX(-50%);
    transform: rotate(2.71deg) translateX(-50%);
  }
}
@-webkit-keyframes text_roll3 {
  0% {
    -webkit-transform: rotate(-2.71deg) translateX(0);
    transform: rotate(-2.71deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(-2.71deg) translateX(-50%);
    transform: rotate(-2.71deg) translateX(-50%);
  }
}
@keyframes text_roll3 {
  0% {
    -webkit-transform: rotate(-2.71deg) translateX(0);
    transform: rotate(-2.71deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(-2.71deg) translateX(-50%);
    transform: rotate(-2.71deg) translateX(-50%);
  }
}
.notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-top: -20px;
  margin-top: -0.78125vw;
}
@media (min-width: 2560px) {
  .notes {
    margin-top: -20px;
  }
}
.notes .btn_toggle {
  width: 100%;
  background-color: #000;
  font-size: 20px;
  font-size: 0.78125vw;
  line-height: 68px;
  line-height: 2.65625vw;
}
@media (min-width: 2560px) {
  .notes .btn_toggle {
    font-size: 20px;
    line-height: 68px;
  }
}
.notes .btn_toggle {
  font-weight: 700;
  border-top: 1px solid #1c1c1c;
  letter-spacing: -0.02em;
  color: #fff;
}
.notes .btn_toggle span {
  display: inline-block;
  position: relative;
  padding-right: 33px;
  padding-right: 1.2890625vw;
}
@media (min-width: 2560px) {
  .notes .btn_toggle span {
    padding-right: 33px;
  }
}
.notes .btn_toggle span::after {
  position: absolute;
  top: 50%;
  right: 2px;
  right: 0.078125vw;
}
@media (min-width: 2560px) {
  .notes .btn_toggle span::after {
    right: 2px;
  }
}
.notes .btn_toggle span::after {
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .notes .btn_toggle span::after {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.notes .btn_toggle span::after {
  background-image: url("../img/normal.png");
  background-position: -1827px -737px;
  background-position: -71.3671875vw -28.7890625vw;
}
@media (min-width: 2560px) {
  .notes .btn_toggle span::after {
    background-position: -1827px -737px;
  }
}
.notes .btn_toggle span::after {
  width: 18px;
  width: 0.703125vw;
  height: 12px;
  height: 0.46875vw;
}
@media (min-width: 2560px) {
  .notes .btn_toggle span::after {
    width: 18px;
    height: 12px;
  }
}
.notes .btn_toggle span::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.notes .btn_toggle.is_active span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -khtml-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.notes .btn_toggle.is_active + .precautions {
  display: block;
}

.precautions {
  display: none;
  padding: 114px 155px 120px;
  padding: 5.9375vw 8.0729166667vw 6.25vw;
}
@media (min-width: 1920px) {
  .precautions {
    padding: 114px 155px 120px;
  }
}
.precautions {
  background-color: #242424;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  font-size: 16px;
  font-size: 0.8333333333vw;
  line-height: 32px;
  line-height: 1.6666666667vw;
}
@media (min-width: 2560px) {
  .precautions {
    font-size: 16px;
    line-height: 32px;
  }
}
.precautions {
  color: #9c9c9c;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .precautions {
    padding: 80px 64px 90px;
    padding: 7.8125vw 6.25vw 8.7890625vw;
    font-size: 24px;
    font-size: 2.34375vw;
    line-height: 40px;
    line-height: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .precautions {
    padding: 80px 64px 90px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .precautions {
    font-size: 24px;
    line-height: 40px;
  }
}
.precautions h4 {
  font-weight: 600;
  color: #d7d7e2;
  line-height: 32px;
  line-height: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .precautions h4 {
    line-height: 32px;
  }
}
.precautions h4 ~ h4 {
  margin-top: 10px;
  margin-top: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .precautions h4 ~ h4 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .precautions h4 {
    font-size: 26px;
    font-size: 2.5390625vw;
    line-height: 52px;
    line-height: 5.078125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .precautions h4 {
    font-size: 26px;
    line-height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .precautions h4 ~ h4 {
    margin-top: 20px;
    margin-top: 1.953125vw;
  }
}
.precautions > ul {
  padding-left: 10px;
  padding-left: 0.5208333333vw;
}
@media (min-width: 1920px) {
  .precautions > ul {
    padding-left: 10px;
  }
}
.precautions > ul > li .btn_link {
  color: #9c9c9c;
  text-decoration: underline;
}
.precautions > ul > li p {
  padding-left: 28px;
  padding-left: 1.09375vw;
}
@media (min-width: 2560px) {
  .precautions > ul > li p {
    padding-left: 28px;
  }
}
.precautions > ul > li > ul {
  padding-left: 17px;
  padding-left: 0.8854166667vw;
}
@media (min-width: 1920px) {
  .precautions > ul > li > ul {
    padding-left: 17px;
  }
}
.precautions .desc_item > li {
  padding-left: 17px;
  padding-left: 0.8854166667vw;
}
@media (min-width: 1920px) {
  .precautions .desc_item > li {
    padding-left: 17px;
  }
}
.precautions .underline {
  text-decoration: underline;
}
.precautions .table {
  margin-top: 14px;
  margin-top: 0.546875vw;
}
@media (min-width: 2560px) {
  .precautions .table {
    margin-top: 14px;
  }
}
.precautions .table {
  padding-left: 28px;
  padding-left: 1.09375vw;
}
@media (min-width: 2560px) {
  .precautions .table {
    padding-left: 28px;
  }
}
.precautions .table {
  padding-bottom: 20px;
  padding-bottom: 0.78125vw;
}
@media (min-width: 2560px) {
  .precautions .table {
    padding-bottom: 20px;
  }
}
.precautions table,
.precautions th,
.precautions td {
  border: 1px solid #fff;
  border-collapse: collapse;
}
.precautions table th,
.precautions table td {
  width: 200px;
  width: 7.8125vw;
}
@media (min-width: 2560px) {
  .precautions table th,
  .precautions table td {
    width: 200px;
  }
}
.precautions table th,
.precautions table td {
  padding: 15px;
  padding: 0.5859375vw;
}
@media (min-width: 2560px) {
  .precautions table th,
  .precautions table td {
    padding: 15px;
  }
}
.precautions table th,
.precautions table td {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.546875vw;
}
@media (min-width: 1920px) {
  .precautions table th,
  .precautions table td {
    font-size: 14px;
  }
}
.precautions table th,
.precautions table td {
  color: #fff;
  line-height: 1.75;
  text-align: center;
}

.wrap {
  overflow: hidden;
  position: relative;
}

.layer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  font-family: "pretendard";
}

.dimmed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
}

.is_lock {
  position: fixed !important;
  left: 0;
  width: 100%;
  overscroll-behavior-y: none;
  overflow: hidden;
}

.is_lock .riotbar-header-wrapper {
  z-index: 0;
}

.pop {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pop_item {
  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;
  position: relative;
  width: 380px;
  height: 188px;
  padding: 37px 1px;
  background: url("../img/bg_popup.png") center/cover no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1024px) {
  .pop_item {
    width: 380px;
    width: 37.109375vw;
    height: 188px;
    height: 18.359375vw;
    padding: 37px 0px;
    padding: 3.61328125vw 0vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .pop_item {
    padding: 37px 0px;
  }
}
.pop_item.invite_code_guide {
  height: 200px;
  padding-bottom: 34px;
  background-image: url("../img/bg_popup2.png");
}
@media (max-width: 1024px) {
  .pop_item.invite_code_guide {
    height: 200px;
    height: 19.53125vw;
    padding: 37px 1px 34px;
    padding: 3.61328125vw 0.09765625vw 3.3203125vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .pop_item.invite_code_guide {
    padding: 37px 1px 34px;
  }
}
.pop_item.popup_complete_guide {
  width: 300px;
  height: 402px;
  padding: 46px 5px 28px;
  background-image: url("../img/bg_popup_apply.png");
}
@media (max-width: 1024px) {
  .pop_item.popup_complete_guide {
    width: 300px;
    width: 29.296875vw;
    height: 402px;
    height: 39.2578125vw;
    padding: 46px 5px 28px;
    padding: 4.4921875vw 0.48828125vw 2.734375vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .pop_item.popup_complete_guide {
    padding: 46px 5px 28px;
  }
}
.pop_item.popup_complete_guide .pop_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .pop_item.popup_complete_guide .pop_title {
    font-size: 20px;
    font-size: 1.953125vw;
    line-height: 24px;
    line-height: 2.34375vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .pop_item.popup_complete_guide .pop_title {
    font-size: 20px;
    line-height: 24px;
  }
}
.pop_item.popup_complete_guide .pop_sub_title {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .pop_item.popup_complete_guide .pop_sub_title {
    margin-top: 8px;
    margin-top: 0.78125vw;
  }
}
.pop_item.popup_complete_guide .pop_btn {
  gap: 0;
}
.pop_item.popup_complete_guide .btn_pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 130px;
}
@media (max-width: 1024px) {
  .pop_item.popup_complete_guide .btn_pop {
    width: 130px;
    width: 12.6953125vw;
  }
}
.pop_item.popup_complete_guide .btn_pop:last-child {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .pop_item.popup_complete_guide .btn_pop:last-child {
    font-size: 16px;
    font-size: 1.5625vw;
    line-height: 21px;
    line-height: 2.05078125vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .pop_item.popup_complete_guide .btn_pop:last-child {
    font-size: 16px;
    line-height: 21px;
  }
}
.pop_item.popup_complete_guide .btn_pop::before {
  width: 140px;
  background: url("../img/btn_popup2.png") center/cover no-repeat;
}
@media (max-width: 1024px) {
  .pop_item.popup_complete_guide .btn_pop::before {
    width: 140px;
    width: 13.671875vw;
  }
}
.pop_item.popup_complete_guide .btn_pop:hover::before {
  background-image: url("../img/btn_popup2_hover.png");
}
.pop_item .highlight {
  color: #58D6F7;
}
.pop_item .pop_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 18px;
}
.pop_item .btn_pop {
  position: relative;
  width: 160px;
  height: 50px;
  z-index: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1024px) {
  .pop_item .btn_pop {
    width: 160px;
    width: 15.625vw;
    height: 50px;
    height: 4.8828125vw;
    font-size: 18px;
    font-size: 1.7578125vw;
    line-height: 23px;
    line-height: 2.24609375vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .pop_item .btn_pop {
    font-size: 18px;
    line-height: 23px;
  }
}
.pop_item .btn_pop::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 176px;
  height: 100%;
  background: url("../img/btn_popup.png") center/cover no-repeat;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
}
@media (max-width: 1024px) {
  .pop_item .btn_pop::before {
    width: 176px;
    width: 17.1875vw;
  }
}
.pop_item .btn_pop:hover {
  color: #1B1D1F;
}
.pop_item .btn_pop:hover::before {
  background-image: url("../img/btn_popup_hover.png");
}
.pop_item .btn_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
}
@media (max-width: 1024px) {
  .pop_item .btn_close {
    width: 50px;
    width: 4.8828125vw;
    height: 50px;
    height: 4.8828125vw;
  }
}
.pop_title {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1024px) {
  .pop_title {
    font-size: 18px;
    font-size: 1.7578125vw;
    line-height: 23px;
    line-height: 2.24609375vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .pop_title {
    font-size: 18px;
    line-height: 23px;
  }
}
.pop_sub_title {
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1024px) {
  .pop_sub_title {
    font-size: 14px;
    font-size: 1.3671875vw;
    line-height: 18px;
    line-height: 1.7578125vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .pop_sub_title {
    font-size: 14px;
    line-height: 18px;
  }
}
.pop .img {
  width: 140px;
  height: 112px;
  margin: auto 0;
}
@media (max-width: 1024px) {
  .pop .img {
    width: 140px;
    width: 13.671875vw;
    height: 112px;
    height: 10.9375vw;
  }
}
.pop_desc {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .pop_desc {
    font-size: 12px;
    font-size: 1.171875vw;
    line-height: 16px;
    line-height: 1.5625vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .pop_desc {
    font-size: 12px;
    line-height: 16px;
  }
}
.pop_desc.red_highlight {
  color: #FF6060;
}
.pop_product_desc {
  max-width: 160px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .pop_product_desc {
    font-size: 12px;
    font-size: 1.171875vw;
    line-height: 16px;
    line-height: 1.5625vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .pop_product_desc {
    font-size: 12px;
    line-height: 16px;
  }
}
.pop_product_desc + .pop_btn {
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .pop_product_desc + .pop_btn {
    margin-top: 24px;
    margin-top: 2.34375vw;
  }
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 348px;
  top: 13.59375vw;
}
@media (min-width: 2560px) {
  .banner {
    top: 348px;
  }
}
.banner {
  right: 30px;
  right: 1.171875vw;
}
@media (min-width: 2560px) {
  .banner {
    right: 30px;
  }
}
.banner {
  width: 220px;
  width: 8.59375vw;
}
@media (min-width: 2560px) {
  .banner {
    width: 220px;
  }
}
.banner {
  height: 320px;
  height: 12.5vw;
}
@media (min-width: 2560px) {
  .banner {
    height: 320px;
  }
}
.banner {
  background: url("../img/bg_banner.png") center/cover no-repeat;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  z-index: 20;
}
@media (max-width: 1024px) {
  .banner {
    top: 174px;
    top: 16.9921875vw;
    right: 15px;
    right: 1.46484375vw;
    width: 110px;
    width: 10.7421875vw;
    height: 160px;
    height: 15.625vw;
  }
}
.banner.type_login {
  background: url("../img/bg_banner_login.png") center/cover no-repeat;
}
.banner.type_login:hover {
  background: url("../img/bg_banner_login_hover.png") center/cover no-repeat;
}
.banner.type_login .banner_inner {
  padding: 110px 0px;
  padding: 4.296875vw 0vw;
}
@media (min-width: 2560px) {
  .banner.type_login .banner_inner {
    padding: 110px 0px;
  }
}
@media (max-width: 1024px) {
  .banner.type_login .banner_inner {
    padding: 55px 0px;
    padding: 5.37109375vw 0vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .banner.type_login .banner_inner {
    padding: 55px 0px;
  }
}
.banner:hover {
  background: url("../img/bg_banner_hover.png") center/cover no-repeat;
}
.banner:hover .banner_title .name,
.banner:hover .banner_title .tier_text,
.banner:hover .banner_title .highlight {
  color: #FFAC4D;
}
.banner:hover .token_count {
  color: #FFAC4D;
}
.banner:hover .img.silver {
  background: url("../img/img_banner_silver_hover.png") center/cover no-repeat;
}
.banner:hover .img.platinum {
  background: url("../img/img_banner_platinum_hover.png") center/cover no-repeat;
}
.banner:hover .img.diamond {
  background: url("../img/img_banner_diamond_hover.png") center/cover no-repeat;
}
.banner_inner {
  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;
  padding: 26px 0px 0px;
  padding: 1.015625vw 0vw 0vw;
}
@media (min-width: 2560px) {
  .banner_inner {
    padding: 26px 0px 0px;
  }
}
.banner_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .banner_inner {
    padding-top: 13px;
    padding-top: 1.26953125vw;
  }
}
.banner .img {
  width: 120px;
  width: 4.6875vw;
}
@media (min-width: 2560px) {
  .banner .img {
    width: 120px;
  }
}
.banner .img {
  height: 120px;
  height: 4.6875vw;
}
@media (min-width: 2560px) {
  .banner .img {
    height: 120px;
  }
}
.banner .img {
  margin-top: 5px;
  margin-top: 0.1953125vw;
}
@media (min-width: 2560px) {
  .banner .img {
    margin-top: 5px;
  }
}
.banner .img {
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
@media (max-width: 1024px) {
  .banner .img {
    width: 60px;
    width: 5.859375vw;
    height: 60px;
    height: 5.859375vw;
  }
}
.banner .img.silver {
  background: url("../img/img_banner_silver.png") center/cover no-repeat;
}
.banner .img.platinum {
  background: url("../img/img_banner_platinum.png") center/cover no-repeat;
}
.banner .img.diamond {
  background: url("../img/img_banner_diamond.png") center/cover no-repeat;
}
.banner .banner_title {
  font-size: 18px;
  font-size: 0.703125vw;
  line-height: 21px;
  line-height: 0.8203125vw;
}
@media (min-width: 2560px) {
  .banner .banner_title {
    font-size: 18px;
    line-height: 21px;
  }
}
.banner .banner_title {
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .banner .banner_title {
    font-size: 9px;
    font-size: 0.87890625vw;
    line-height: 10px;
    line-height: 0.9765625vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .banner .banner_title {
    font-size: 9px;
    line-height: 10px;
  }
}
.banner .banner_title .highlight {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.banner .banner_title .name {
  max-width: 120px;
  max-width: 4.6875vw;
}
@media (min-width: 2560px) {
  .banner .banner_title .name {
    max-width: 120px;
  }
}
.banner .banner_title .name {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: #58D6F7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}
.banner .banner_title .tier_text {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: #58D6F7;
}
.banner .token_text {
  margin-top: 1px;
  margin-top: 0.0390625vw;
}
@media (min-width: 2560px) {
  .banner .token_text {
    margin-top: 1px;
  }
}
.banner .token_text {
  font-size: 16px;
  font-size: 0.625vw;
  line-height: 19px;
  line-height: 0.7421875vw;
}
@media (min-width: 2560px) {
  .banner .token_text {
    font-size: 16px;
    line-height: 19px;
  }
}
.banner .token_text {
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1024px) {
  .banner .token_text {
    font-size: 8px;
    font-size: 0.78125vw;
    line-height: 9px;
    line-height: 0.87890625vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .banner .token_text {
    font-size: 8px;
    line-height: 9px;
  }
}
.banner .token_count {
  margin-top: 3px;
  margin-top: 0.1171875vw;
}
@media (min-width: 2560px) {
  .banner .token_count {
    margin-top: 3px;
  }
}
.banner .token_count {
  font-family: "sandollpress";
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 25px;
  line-height: 0.9765625vw;
}
@media (min-width: 2560px) {
  .banner .token_count {
    font-size: 22px;
    line-height: 25px;
  }
}
.banner .token_count {
  font-weight: 900;
  color: #58D6F7;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
@media (max-width: 1024px) {
  .banner .token_count {
    font-size: 11px;
    font-size: 1.07421875vw;
    line-height: 12px;
    line-height: 1.171875vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .banner .token_count {
    font-size: 11px;
    line-height: 12px;
  }
}
.banner .btn_view {
  width: 220px;
  width: 8.59375vw;
}
@media (min-width: 2560px) {
  .banner .btn_view {
    width: 220px;
  }
}
.banner .btn_view {
  height: 58px;
  height: 2.265625vw;
}
@media (min-width: 2560px) {
  .banner .btn_view {
    height: 58px;
  }
}
.banner .btn_view {
  margin-top: auto;
}
@media (max-width: 1024px) {
  .banner .btn_view {
    width: 110px;
    width: 10.7421875vw;
    height: 29px;
    height: 2.83203125vw;
  }
}

.section {
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}
.section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1400px;
  max-width: 54.6875vw;
}
@media (min-width: 2560px) {
  .section_inner {
    max-width: 1400px;
  }
}
.section_inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.section_inner .label {
  width: 192px;
  width: 7.5vw;
}
@media (min-width: 2560px) {
  .section_inner .label {
    width: 192px;
  }
}
.section_kv {
  position: relative;
  height: 1236px;
  height: 48.28125vw;
}
@media (min-width: 2560px) {
  .section_kv {
    height: 1236px;
  }
}
.section_kv .bg_snow {
  top: 47px;
  top: 1.8359375vw;
}
@media (min-width: 2560px) {
  .section_kv .bg_snow {
    top: 47px;
  }
}
.section_kv .bg_snow {
  left: 50%;
  margin-left: 63px;
  margin-left: 2.4609375vw;
}
@media (min-width: 2560px) {
  .section_kv .bg_snow {
    margin-left: 63px;
  }
}
.section_kv .bg_snow::before {
  width: 1006px;
  width: 39.296875vw;
}
@media (min-width: 2560px) {
  .section_kv .bg_snow::before {
    width: 1006px;
  }
}
.section_kv .bg_snow::before {
  height: 860px;
  height: 33.59375vw;
}
@media (min-width: 2560px) {
  .section_kv .bg_snow::before {
    height: 860px;
  }
}
.section_kv .bg_snow::before {
  background-image: url("../img/bg_snow1.png");
}
.section_kv .bg_snow.is_show {
  -webkit-animation: appearSlow 2s cubic-bezier(0.25, 0, 0.15, 1) 1.5s forwards;
  animation: appearSlow 2s cubic-bezier(0.25, 0, 0.15, 1) 1.5s forwards;
}
.section_kv .kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section_kv .kv_bg img {
  width: 100%;
  height: 100%;
}
.section_kv .section_inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1260px;
  max-width: 49.21875vw;
}
@media (min-width: 2560px) {
  .section_kv .section_inner {
    max-width: 1260px;
  }
}
.section_kv .section_inner {
  padding-top: 282px;
  padding-top: 11.015625vw;
}
@media (min-width: 2560px) {
  .section_kv .section_inner {
    padding-top: 282px;
  }
}
.section_kv .logo {
  width: 639px;
  width: 24.9609375vw;
}
@media (min-width: 2560px) {
  .section_kv .logo {
    width: 639px;
  }
}
.section_kv .logo {
  height: 165px;
  height: 6.4453125vw;
}
@media (min-width: 2560px) {
  .section_kv .logo {
    height: 165px;
  }
}
.section_kv .logo {
  margin-left: 11px;
  margin-left: 0.4296875vw;
}
@media (min-width: 2560px) {
  .section_kv .logo {
    margin-left: 11px;
  }
}
.section_kv .logo {
  background: url("../img/2xko_logo.png") center/cover no-repeat;
}
.section_kv .title {
  width: 630px;
  width: 24.609375vw;
}
@media (min-width: 2560px) {
  .section_kv .title {
    width: 630px;
  }
}
.section_kv .title {
  height: 224px;
  height: 8.75vw;
}
@media (min-width: 2560px) {
  .section_kv .title {
    height: 224px;
  }
}
.section_kv .title {
  margin-top: 2px;
  margin-top: 0.078125vw;
}
@media (min-width: 2560px) {
  .section_kv .title {
    margin-top: 2px;
  }
}
.section_kv .title {
  background: url("../img/title_text.png") center/cover no-repeat;
}
.section_kv .date_area {
  margin-top: 50px;
  margin-top: 1.953125vw;
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    margin-top: 50px;
  }
}
.section_kv .date_area {
  margin-left: 32px;
  margin-left: 1.25vw;
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    margin-left: 32px;
  }
}
.section_kv .date_area {
  padding: 24px 25px 14px;
  padding: 0.9375vw 0.9765625vw 0.546875vw;
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    padding: 24px 25px 14px;
  }
}
.section_kv .date_area {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_kv .date_area {
  background-image: url("../img/normal.png");
  background-position: -1205px -1037px;
  background-position: -47.0703125vw -40.5078125vw;
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    background-position: -1205px -1037px;
  }
}
.section_kv .date_area {
  width: 596px;
  width: 23.28125vw;
  height: 109px;
  height: 4.2578125vw;
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    width: 596px;
    height: 109px;
  }
}
.section_kv .date_area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_kv .date_text {
  font-family: "sandollpress";
  font-size: 26px;
  font-size: 1.015625vw;
  line-height: 35px;
  line-height: 1.3671875vw;
}
@media (min-width: 2560px) {
  .section_kv .date_text {
    font-size: 26px;
    line-height: 35px;
  }
}
.section_kv .date_text {
  letter-spacing: -1.12px;
  letter-spacing: -0.04375vw;
}
@media (min-width: 2560px) {
  .section_kv .date_text {
    letter-spacing: -1.12px;
  }
}
.section_kv .date_text {
  font-size-adjust: none;
  font-weight: 900;
  color: #1B1D1F;
}
.section_token {
  position: relative;
  height: 2101px;
  height: 82.0703125vw;
}
@media (min-width: 2560px) {
  .section_token {
    height: 2101px;
  }
}
.section_token {
  background: url("../img/bg_token.png") center/cover no-repeat;
}
.section_token .bg_snow {
  top: 60px;
  top: 2.34375vw;
}
@media (min-width: 2560px) {
  .section_token .bg_snow {
    top: 60px;
  }
}
.section_token .bg_snow {
  left: 148px;
  left: 5.78125vw;
}
@media (min-width: 2560px) {
  .section_token .bg_snow {
    left: 148px;
  }
}
.section_token .bg_snow::before {
  width: 2265px;
  width: 88.4765625vw;
}
@media (min-width: 2560px) {
  .section_token .bg_snow::before {
    width: 2265px;
  }
}
.section_token .bg_snow::before {
  height: 1833px;
  height: 71.6015625vw;
}
@media (min-width: 2560px) {
  .section_token .bg_snow::before {
    height: 1833px;
  }
}
.section_token .bg_snow::before {
  background-image: url("../img/bg_snow2.png");
}
.section_token .bg_snow::after {
  position: absolute;
  top: 60px;
  top: 2.34375vw;
}
@media (min-width: 2560px) {
  .section_token .bg_snow::after {
    top: 60px;
  }
}
.section_token .bg_snow::after {
  left: 128px;
  left: 5vw;
}
@media (min-width: 2560px) {
  .section_token .bg_snow::after {
    left: 128px;
  }
}
.section_token .bg_snow::after {
  width: 2042px;
  width: 79.765625vw;
}
@media (min-width: 2560px) {
  .section_token .bg_snow::after {
    width: 2042px;
  }
}
.section_token .bg_snow::after {
  height: 1487px;
  height: 58.0859375vw;
}
@media (min-width: 2560px) {
  .section_token .bg_snow::after {
    height: 1487px;
  }
}
.section_token .bg_snow::after {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-image: url("../img/bg_snow2_2.png");
  content: "";
  -webkit-animation: bouncing 1s cubic-bezier(0.38, 0.15, 0.25, 1) 3s infinite alternate;
  animation: bouncing 1s cubic-bezier(0.38, 0.15, 0.25, 1) 3s infinite alternate;
}
.section_token .bg_snow.is_show {
  -webkit-animation: fallDown 1s cubic-bezier(0.2, 0.8, 0.3, 1) 1.5s forwards;
  animation: fallDown 1s cubic-bezier(0.2, 0.8, 0.3, 1) 1.5s forwards;
}
.section_token .section_inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1200px;
  max-width: 46.875vw;
}
@media (min-width: 2560px) {
  .section_token .section_inner {
    max-width: 1200px;
  }
}
.section_token .section_inner {
  padding-top: 141px;
  padding-top: 5.5078125vw;
}
@media (min-width: 2560px) {
  .section_token .section_inner {
    padding-top: 141px;
  }
}
.section_token .title {
  width: 707px;
  width: 27.6171875vw;
}
@media (min-width: 2560px) {
  .section_token .title {
    width: 707px;
  }
}
.section_token .title {
  padding-top: 32px;
  padding-top: 1.25vw;
}
@media (min-width: 2560px) {
  .section_token .title {
    padding-top: 32px;
  }
}
.section_token .desc {
  font-weight: 600;
  padding-top: 30px;
  padding-top: 1.171875vw;
}
@media (min-width: 2560px) {
  .section_token .desc {
    padding-top: 30px;
  }
}
.section_token .desc {
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
}
@media (min-width: 2560px) {
  .section_token .desc {
    font-size: 22px;
    line-height: 29px;
  }
}
.section_token .desc {
  color: rgba(27, 29, 31, 0.5);
  text-align: left;
}
.section_token .text_limit {
  color: #B93B3D;
}
.section_token .grade_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 25px;
  padding-top: 0.9765625vw;
}
@media (min-width: 2560px) {
  .section_token .grade_area {
    padding-top: 25px;
  }
}
.section_token .grade_area {
  text-align: left;
}
.section_token .grade_info {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_token .grade_info {
  background-image: url("../img/normal.png");
  background-position: -899px -604px;
  background-position: -35.1171875vw -23.59375vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info {
    background-position: -899px -604px;
  }
}
.section_token .grade_info {
  width: 288px;
  width: 11.25vw;
  height: 559px;
  height: 21.8359375vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info {
    width: 288px;
    height: 559px;
  }
}
.section_token .grade_status {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_token .grade_status {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_token .grade_status {
  background-image: url("../img/normal.png");
  background-position: 0px -604px;
  background-position: 0vw -23.59375vw;
}
@media (min-width: 2560px) {
  .section_token .grade_status {
    background-position: 0px -604px;
  }
}
.section_token .grade_status {
  width: 895px;
  width: 34.9609375vw;
  height: 597px;
  height: 23.3203125vw;
}
@media (min-width: 2560px) {
  .section_token .grade_status {
    width: 895px;
    height: 597px;
  }
}
.section_token .grade_status {
  margin-left: 19px;
  margin-left: 0.7421875vw;
}
@media (min-width: 2560px) {
  .section_token .grade_status {
    margin-left: 19px;
  }
}
.section_token .token_guide {
  margin-top: 53px;
  margin-top: 2.0703125vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide {
    margin-top: 53px;
  }
}
.section_token .token_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_token .token_guide .left_box .title_area {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .left_box .title_area {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_token .token_guide .left_box .title_area {
  background-image: url("../img/normal.png");
  background-position: 0px -1205px;
  background-position: 0vw -47.0703125vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .left_box .title_area {
    background-position: 0px -1205px;
  }
}
.section_token .token_guide .left_box .title_area {
  width: 662px;
  width: 25.859375vw;
  height: 81px;
  height: 3.1640625vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .left_box .title_area {
    width: 662px;
    height: 81px;
  }
}
.section_token .token_guide .right_box {
  margin-left: 20px;
  margin-left: 0.78125vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .right_box {
    margin-left: 20px;
  }
}
.section_token .token_guide .right_box .title_area {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .right_box .title_area {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_token .token_guide .right_box .title_area {
  background-image: url("../img/normal.png");
  background-position: -856px -1290px;
  background-position: -33.4375vw -50.390625vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .right_box .title_area {
    background-position: -856px -1290px;
  }
}
.section_token .token_guide .right_box .title_area {
  width: 518px;
  width: 20.234375vw;
  height: 83px;
  height: 3.2421875vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .right_box .title_area {
    width: 518px;
    height: 83px;
  }
}
.section_token .token_guide .right_box .token_list .img {
  -ms-flex-item-align: center;
  align-self: center;
  width: 260px;
  width: 10.15625vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .right_box .token_list .img {
    width: 260px;
  }
}
.section_token .token_guide .title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 29px 18px 21px;
  padding: 1.1328125vw 0.703125vw 0.8203125vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .title_area {
    padding: 29px 18px 21px;
  }
}
.section_token .token_guide .title_area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_token .token_guide .title_area .tit {
  white-space: nowrap;
  font-family: "sandollpress";
  font-size: 24px;
  font-size: 0.9375vw;
  line-height: 31px;
  line-height: 1.2109375vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .title_area .tit {
    font-size: 24px;
    line-height: 31px;
  }
}
.section_token .token_guide .title_area .tit {
  color: #fff;
}
.section_token .token_guide .title_area .desc {
  margin-left: 12px;
  margin-left: 0.46875vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .title_area .desc {
    margin-left: 12px;
  }
}
.section_token .token_guide .title_area .desc {
  padding: 0;
  font-family: "pretendard";
  font-size: 17px;
  font-size: 0.6640625vw;
  line-height: 22px;
  line-height: 0.859375vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .title_area .desc {
    font-size: 17px;
    line-height: 22px;
  }
}
.section_token .token_guide .title_area .desc {
  letter-spacing: -0.34px;
  letter-spacing: -0.01328125vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .title_area .desc {
    letter-spacing: -0.34px;
  }
}
.section_token .token_guide .title_area .desc {
  color: #58D6F7;
}
.section_token .name_area {
  width: 244px;
  width: 9.53125vw;
}
@media (min-width: 2560px) {
  .section_token .name_area {
    width: 244px;
  }
}
.section_token .name_area {
  padding: 8px 30px;
  padding: 0.3125vw 1.171875vw;
}
@media (min-width: 2560px) {
  .section_token .name_area {
    padding: 8px 30px;
  }
}
.section_token .name_area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_token .name_area .nickname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 20px;
  font-size: 0.78125vw;
  line-height: 26px;
  line-height: 1.015625vw;
}
@media (min-width: 2560px) {
  .section_token .name_area .nickname {
    font-size: 20px;
    line-height: 26px;
  }
}
.section_token .name_area .nickname {
  font-weight: 600;
  color: #fff;
}
.section_token .name_area .nickname .name {
  font-family: "sandollpress";
  max-width: 136px;
  max-width: 5.3125vw;
}
@media (min-width: 2560px) {
  .section_token .name_area .nickname .name {
    max-width: 136px;
  }
}
.section_token .name_area .nickname .name {
  margin-right: 8px;
  margin-right: 0.3125vw;
}
@media (min-width: 2560px) {
  .section_token .name_area .nickname .name {
    margin-right: 8px;
  }
}
.section_token .name_area .nickname .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.section_token .grade_info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 516px;
  height: 20.15625vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner {
    height: 516px;
  }
}
.section_token .grade_info_inner {
  padding: 35px 19px 35px 24px;
  padding: 1.3671875vw 0.7421875vw 1.3671875vw 0.9375vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner {
    padding: 35px 19px 35px 24px;
  }
}
.section_token .grade_info_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_token .grade_info_inner .grade_desc {
  font-size: 24px;
  font-size: 0.9375vw;
  line-height: 31px;
  line-height: 1.2109375vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .grade_desc {
    font-size: 24px;
    line-height: 31px;
  }
}
.section_token .grade_info_inner .grade_desc {
  font-weight: 700;
}
.section_token .grade_info_inner .tier_img {
  -ms-flex-item-align: center;
  align-self: center;
  margin: 42px 5px 34px 0px;
  margin: 1.640625vw 0.1953125vw 1.328125vw 0vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img {
    margin: 42px 5px 34px 0px;
  }
}
.section_token .grade_info_inner .tier_img.iron {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.iron {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_token .grade_info_inner .tier_img.iron {
  background-image: url("../img/normal.png");
  background-position: 0px -1290px;
  background-position: 0vw -50.390625vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.iron {
    background-position: 0px -1290px;
  }
}
.section_token .grade_info_inner .tier_img.iron {
  width: 210px;
  width: 8.203125vw;
  height: 213px;
  height: 8.3203125vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.iron {
    width: 210px;
    height: 213px;
  }
}
.section_token .grade_info_inner .tier_img.silver {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.silver {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_token .grade_info_inner .tier_img.silver {
  background-image: url("../img/normal.png");
  background-position: -642px -1290px;
  background-position: -25.078125vw -50.390625vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.silver {
    background-position: -642px -1290px;
  }
}
.section_token .grade_info_inner .tier_img.silver {
  width: 210px;
  width: 8.203125vw;
  height: 210px;
  height: 8.203125vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.silver {
    width: 210px;
    height: 210px;
  }
}
.section_token .grade_info_inner .tier_img.platinum {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.platinum {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_token .grade_info_inner .tier_img.platinum {
  background-image: url("../img/normal.png");
  background-position: -428px -1290px;
  background-position: -16.71875vw -50.390625vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.platinum {
    background-position: -428px -1290px;
  }
}
.section_token .grade_info_inner .tier_img.platinum {
  width: 210px;
  width: 8.203125vw;
  height: 210px;
  height: 8.203125vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.platinum {
    width: 210px;
    height: 210px;
  }
}
.section_token .grade_info_inner .tier_img.diamond {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.diamond {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_token .grade_info_inner .tier_img.diamond {
  background-image: url("../img/normal.png");
  background-position: -214px -1290px;
  background-position: -8.359375vw -50.390625vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.diamond {
    background-position: -214px -1290px;
  }
}
.section_token .grade_info_inner .tier_img.diamond {
  width: 210px;
  width: 8.203125vw;
  height: 210px;
  height: 8.203125vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.diamond {
    width: 210px;
    height: 210px;
  }
}
.section_token .grade_info_inner .token_count,
.section_token .grade_info_inner .tier {
  margin-right: 5px;
  margin-right: 0.1953125vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .token_count,
  .section_token .grade_info_inner .tier {
    margin-right: 5px;
  }
}
.section_token .grade_info_inner .token_count,
.section_token .grade_info_inner .tier {
  color: #FFAC4D;
}
.section_token .token_info {
  width: 100%;
  padding: 90px 44px 50px 60px;
  padding: 3.515625vw 1.71875vw 1.953125vw 2.34375vw;
}
@media (min-width: 2560px) {
  .section_token .token_info {
    padding: 90px 44px 50px 60px;
  }
}
.section_token .token_info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_token .token_info .user_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-top: 50px;
  margin-top: 1.953125vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .user_status {
    margin-top: 50px;
  }
}
.section_token .token_info .user_status {
  padding-top: 38px;
  padding-top: 1.484375vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .user_status {
    padding-top: 38px;
  }
}
.section_token .token_info .user_status_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  gap: 1.5625vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .user_status_info {
    gap: 40px;
  }
}
.section_token .token_info .user_status_info .name_area {
  width: auto;
  padding: 0;
}
.section_token .token_info .user_status_info .name_area .nickname {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section_token .token_info .user_status_info .name_area .name {
  font-family: "sandollpress";
  font-size: 28px;
  font-size: 1.09375vw;
  line-height: 36px;
  line-height: 1.40625vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .user_status_info .name_area .name {
    font-size: 28px;
    line-height: 36px;
  }
}
.section_token .token_info .user_status_info .name_area .name {
  color: #F1F2F1;
  max-width: 230px;
  max-width: 8.984375vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .user_status_info .name_area .name {
    max-width: 230px;
  }
}
.section_token .token_info .user_status_info .status_desc {
  font-family: "sandollpress";
  font-size: 28px;
  font-size: 1.09375vw;
  line-height: 36px;
  line-height: 1.40625vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .user_status_info .status_desc {
    font-size: 28px;
    line-height: 36px;
  }
}
.section_token .token_info .user_status_info .status_desc {
  color: #F1F2F1;
}
.section_token .token_info .user_status_info .token_count {
  font-family: "sandollpress";
  font-size: 70px;
  font-size: 2.734375vw;
  line-height: 68px;
  line-height: 2.65625vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .user_status_info .token_count {
    font-size: 70px;
    line-height: 68px;
  }
}
.section_token .token_info .user_status_info .token_count {
  font-weight: 900;
  color: #FFAC4D;
}
.section_token .token_info .btn_view {
  width: 260px;
  width: 10.15625vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .btn_view {
    width: 260px;
  }
}
.section_token .token_info .btn_view {
  height: 70px;
  height: 2.734375vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .btn_view {
    height: 70px;
  }
}
.section_token .token_info .btn_view {
  background: url("../img/btn_view.png") center/cover no-repeat;
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
}
.section_token .token_info .btn_view .text {
  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: 14px;
  gap: 0.546875vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .btn_view .text {
    gap: 14px;
  }
}
.section_token .token_info .btn_view .text {
  font-size: 28px;
  font-size: 1.09375vw;
  line-height: 34px;
  line-height: 1.328125vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .btn_view .text {
    font-size: 28px;
    line-height: 34px;
  }
}
.section_token .token_info .btn_view .text {
  font-weight: 900;
  color: #1B1D1F;
}
.section_token .token_info .btn_view .text::after {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .btn_view .text::after {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_token .token_info .btn_view .text::after {
  background-image: url("../img/normal.png");
  background-position: -1827px -711px;
  background-position: -71.3671875vw -27.7734375vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .btn_view .text::after {
    background-position: -1827px -711px;
  }
}
.section_token .token_info .btn_view .text::after {
  width: 22px;
  width: 0.859375vw;
  height: 22px;
  height: 0.859375vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .btn_view .text::after {
    width: 22px;
    height: 22px;
  }
}
.section_token .token_info .btn_view .text::after {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  content: "";
}
.section_token .token_info .btn_view:hover {
  background: url("../img/btn_view_hover.png") center/cover no-repeat;
}
.section_token .token_info .btn_view:hover .text::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section_token .token_guide_inner {
  padding-top: 143px;
  padding-top: 5.5859375vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide_inner {
    padding-top: 143px;
  }
}
.section_token .token_guide_inner .title {
  margin: 0 auto;
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide_inner .title {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_token .token_guide_inner .title {
  background-image: url("../img/normal.png");
  background-position: -666px -1205px;
  background-position: -26.015625vw -47.0703125vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide_inner .title {
    background-position: -666px -1205px;
  }
}
.section_token .token_guide_inner .title {
  width: 676px;
  width: 26.40625vw;
  height: 68px;
  height: 2.65625vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide_inner .title {
    width: 676px;
    height: 68px;
  }
}
.section_token .token_guide_inner .title {
  padding: 0;
}
.section_event {
  position: relative;
  height: 2860px;
  height: 111.71875vw;
}
@media (min-width: 2560px) {
  .section_event {
    height: 2860px;
  }
}
.section_event {
  background: url("../img/bg_event.jpg") center/cover no-repeat;
}
.section_event .bg_snow {
  top: 367px;
  top: 14.3359375vw;
}
@media (min-width: 2560px) {
  .section_event .bg_snow {
    top: 367px;
  }
}
.section_event .bg_snow {
  left: 156px;
  left: 6.09375vw;
}
@media (min-width: 2560px) {
  .section_event .bg_snow {
    left: 156px;
  }
}
.section_event .bg_snow {
  z-index: 1;
}
.section_event .bg_snow::before {
  width: 2116px;
  width: 82.65625vw;
}
@media (min-width: 2560px) {
  .section_event .bg_snow::before {
    width: 2116px;
  }
}
.section_event .bg_snow::before {
  height: 2129px;
  height: 83.1640625vw;
}
@media (min-width: 2560px) {
  .section_event .bg_snow::before {
    height: 2129px;
  }
}
.section_event .bg_snow::before {
  background-image: url("../img/bg_snow3.png");
}
.section_event .bg_snow::after {
  position: absolute;
  top: 0;
  left: 85px;
  left: 3.3203125vw;
}
@media (min-width: 2560px) {
  .section_event .bg_snow::after {
    left: 85px;
  }
}
.section_event .bg_snow::after {
  width: 2088px;
  width: 81.5625vw;
}
@media (min-width: 2560px) {
  .section_event .bg_snow::after {
    width: 2088px;
  }
}
.section_event .bg_snow::after {
  height: 1965px;
  height: 76.7578125vw;
}
@media (min-width: 2560px) {
  .section_event .bg_snow::after {
    height: 1965px;
  }
}
.section_event .bg_snow::after {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-image: url("../img/bg_snow3_2.png");
  content: "";
  -webkit-animation: bouncing 1s cubic-bezier(0.38, 0.15, 0.25, 1) 3s infinite alternate;
  animation: bouncing 1s cubic-bezier(0.38, 0.15, 0.25, 1) 3s infinite alternate;
}
.section_event .bg_snow.is_show {
  -webkit-animation: fallDown 1s cubic-bezier(0.2, 0.8, 0.3, 1) 1.5s forwards;
  animation: fallDown 1s cubic-bezier(0.2, 0.8, 0.3, 1) 1.5s forwards;
}
.section_event .entry_button_area {
  position: absolute;
  left: 50%;
  width: 800px;
  width: 31.25vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area {
    width: 800px;
  }
}
.section_event .entry_button_area {
  height: 440px;
  height: 17.1875vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area {
    height: 440px;
  }
}
.section_event .entry_button_area {
  top: 196px;
  top: 7.65625vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area {
    top: 196px;
  }
}
.section_event .entry_button_area {
  margin-left: 450px;
  margin-left: 17.578125vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area {
    margin-left: 450px;
  }
}
.section_event .entry_button_area {
  opacity: 0;
  z-index: 10;
}
.section_event .entry_button_area.is_show {
  -webkit-animation: slideLeft 0.6s cubic-bezier(0, 0.71, 0, 1) 1s forwards;
  animation: slideLeft 0.6s cubic-bezier(0, 0.71, 0, 1) 1s forwards;
}
.section_event .entry_button_area.type_check .btn_text {
  background: url("../img/btn_input_check.png") center/cover no-repeat;
}
.section_event .entry_button_area.type_check .btn_enter_info:hover .btn_text {
  background: url("../img/btn_input_check_hover.png") center/cover no-repeat;
}
.section_event .entry_button_area .btn_enter_info {
  position: relative;
  width: 800px;
  width: 31.25vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .btn_enter_info {
    width: 800px;
  }
}
.section_event .entry_button_area .btn_enter_info {
  height: 440px;
  height: 17.1875vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .btn_enter_info {
    height: 440px;
  }
}
.section_event .entry_button_area .btn_enter_info:hover .btn_text {
  background: url("../img/btn_input_hover.png") center/cover no-repeat;
}
.section_event .entry_button_area .btn_enter_info:hover .form {
  top: 30px;
  top: 1.171875vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .btn_enter_info:hover .form {
    top: 30px;
  }
}
.section_event .entry_button_area .btn_enter_info:hover .form {
  margin-left: -136px;
  margin-left: -5.3125vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .btn_enter_info:hover .form {
    margin-left: -136px;
  }
}
.section_event .entry_button_area .btn_enter_info:hover .form {
  background: url("../img/btn_input_form_hover.png") center/cover no-repeat;
}
.section_event .entry_button_area .btn_enter_info:disabled .btn_text {
  background-image: url("../img/btn_input_disabled.png");
}
.section_event .entry_button_area .btn_text {
  display: block;
  width: 800px;
  width: 31.25vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .btn_text {
    width: 800px;
  }
}
.section_event .entry_button_area .btn_text {
  height: 440px;
  height: 17.1875vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .btn_text {
    height: 440px;
  }
}
.section_event .entry_button_area .btn_text {
  background: url("../img/btn_input.png") center/cover no-repeat;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.section_event .entry_button_area .form {
  display: block;
  position: absolute;
  left: 50%;
  top: 12px;
  top: 0.46875vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .form {
    top: 12px;
  }
}
.section_event .entry_button_area .form {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 201px;
  width: 7.8515625vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .form {
    width: 201px;
  }
}
.section_event .entry_button_area .form {
  height: 157px;
  height: 6.1328125vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .form {
    height: 157px;
  }
}
.section_event .entry_button_area .form {
  margin-left: -169px;
  margin-left: -6.6015625vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .form {
    margin-left: -169px;
  }
}
.section_event .entry_button_area .form {
  background: url("../img/btn_input_form.png") center/cover no-repeat;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.section_event .section_inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1200px;
  max-width: 46.875vw;
}
@media (min-width: 2560px) {
  .section_event .section_inner {
    max-width: 1200px;
  }
}
.section_event .section_inner {
  padding: 241px 0px 64px;
  padding: 9.4140625vw 0vw 2.5vw;
}
@media (min-width: 2560px) {
  .section_event .section_inner {
    padding: 241px 0px 64px;
  }
}
.section_event .section_inner .title {
  width: 625px;
  width: 24.4140625vw;
}
@media (min-width: 2560px) {
  .section_event .section_inner .title {
    width: 625px;
  }
}
.section_event .section_inner .title {
  margin-top: 36px;
  margin-top: 1.40625vw;
}
@media (min-width: 2560px) {
  .section_event .section_inner .title {
    margin-top: 36px;
  }
}
.section_event .section_inner .desc {
  margin-top: 30px;
  margin-top: 1.171875vw;
}
@media (min-width: 2560px) {
  .section_event .section_inner .desc {
    margin-top: 30px;
  }
}
.section_event .section_inner .desc {
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
}
@media (min-width: 2560px) {
  .section_event .section_inner .desc {
    font-size: 22px;
    line-height: 29px;
  }
}
.section_event .section_inner .desc {
  font-weight: 600;
  color: rgba(27, 29, 31, 0.4);
  text-align: left;
}
.section_event .event_area {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_event .event_area {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_event .event_area {
  background-image: url("../img/normal.png");
  background-position: 0px 0px;
  background-position: 0vw 0vw;
}
@media (min-width: 2560px) {
  .section_event .event_area {
    background-position: 0px 0px;
  }
}
.section_event .event_area {
  width: 1201px;
  width: 46.9140625vw;
  height: 600px;
  height: 23.4375vw;
}
@media (min-width: 2560px) {
  .section_event .event_area {
    width: 1201px;
    height: 600px;
  }
}
.section_event .event_area + .event_area {
  margin-top: 60px;
  margin-top: 2.34375vw;
}
@media (min-width: 2560px) {
  .section_event .event_area + .event_area {
    margin-top: 60px;
  }
}
.section_event .event_area .title_area {
  width: 558px;
  width: 21.796875vw;
}
@media (min-width: 2560px) {
  .section_event .event_area .title_area {
    width: 558px;
  }
}
.section_event .event_area .title_area {
  padding: 6px 120px 7px 18px;
  padding: 0.234375vw 4.6875vw 0.2734375vw 0.703125vw;
}
@media (min-width: 2560px) {
  .section_event .event_area .title_area {
    padding: 6px 120px 7px 18px;
  }
}
.section_event .event_area .title_area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_event .event_area .title_area .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  gap: 0.390625vw;
}
@media (min-width: 2560px) {
  .section_event .event_area .title_area .tit {
    gap: 10px;
  }
}
.section_event .event_area .title_area .tit {
  font-family: "sandollpress";
  font-size: 32px;
  font-size: 1.25vw;
  line-height: 42px;
  line-height: 1.640625vw;
}
@media (min-width: 2560px) {
  .section_event .event_area .title_area .tit {
    font-size: 32px;
    line-height: 42px;
  }
}
.section_event .event_area .title_area .tit {
  font-weight: 900;
  color: #F2F2F2;
}
.section_event .event_area .title_area .tit::before {
  content: "";
}
.section_event .silver_area {
  margin-top: 89px;
  margin-top: 3.4765625vw;
}
@media (min-width: 2560px) {
  .section_event .silver_area {
    margin-top: 89px;
  }
}
.section_event .silver_area .tit::before {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_event .silver_area .tit::before {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_event .silver_area .tit::before {
  background-image: url("../img/normal.png");
  background-position: -1730px -1205px;
  background-position: -67.578125vw -47.0703125vw;
}
@media (min-width: 2560px) {
  .section_event .silver_area .tit::before {
    background-position: -1730px -1205px;
  }
}
.section_event .silver_area .tit::before {
  width: 56px;
  width: 2.1875vw;
  height: 56px;
  height: 2.1875vw;
}
@media (min-width: 2560px) {
  .section_event .silver_area .tit::before {
    width: 56px;
    height: 56px;
  }
}
.section_event .platinum_area .tit::before {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_event .platinum_area .tit::before {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_event .platinum_area .tit::before {
  background-image: url("../img/normal.png");
  background-position: -1670px -1205px;
  background-position: -65.234375vw -47.0703125vw;
}
@media (min-width: 2560px) {
  .section_event .platinum_area .tit::before {
    background-position: -1670px -1205px;
  }
}
.section_event .platinum_area .tit::before {
  width: 56px;
  width: 2.1875vw;
  height: 56px;
  height: 2.1875vw;
}
@media (min-width: 2560px) {
  .section_event .platinum_area .tit::before {
    width: 56px;
    height: 56px;
  }
}
.section_event .diamond_area .tit::before {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_event .diamond_area .tit::before {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_event .diamond_area .tit::before {
  background-image: url("../img/normal.png");
  background-position: -1610px -1205px;
  background-position: -62.890625vw -47.0703125vw;
}
@media (min-width: 2560px) {
  .section_event .diamond_area .tit::before {
    background-position: -1610px -1205px;
  }
}
.section_event .diamond_area .tit::before {
  width: 56px;
  width: 2.1875vw;
  height: 56px;
  height: 2.1875vw;
}
@media (min-width: 2560px) {
  .section_event .diamond_area .tit::before {
    width: 56px;
    height: 56px;
  }
}
.section_event .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 0.78125vw;
}
@media (min-width: 2560px) {
  .section_event .product_list {
    gap: 20px;
  }
}
.section_event .product_list {
  margin: 79px 50px 60px;
  margin: 3.0859375vw 1.953125vw 2.34375vw;
}
@media (min-width: 2560px) {
  .section_event .product_list {
    margin: 79px 50px 60px;
  }
}
.section_event .product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.section_event .product_item:hover .product_info {
  background: url("../img/frame_product_hover.png") center/cover no-repeat;
}
.section_event .product_item:hover .info {
  background-color: #58D6F7;
  color: #1B1D1F;
}
.section_event .product_item:hover .btn_enter {
  background: url("../img/btn_event_hover.png") center/contain no-repeat;
  color: #1B1D1F;
}
.section_event .product_item.is_complate {
  pointer-events: none;
}
.section_event .product_item.is_complate .product_info {
  background: url("../img/frame_product_disabled.png") center/cover no-repeat;
}
.section_event .product_item.is_complate .product_info::after {
  position: absolute;
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_event .product_item.is_complate .product_info::after {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_event .product_item.is_complate .product_info::after {
  background-image: url("../img/normal.png");
  background-position: 0px -1507px;
  background-position: 0vw -58.8671875vw;
}
@media (min-width: 2560px) {
  .section_event .product_item.is_complate .product_info::after {
    background-position: 0px -1507px;
  }
}
.section_event .product_item.is_complate .product_info::after {
  width: 180px;
  width: 7.03125vw;
  height: 180px;
  height: 7.03125vw;
}
@media (min-width: 2560px) {
  .section_event .product_item.is_complate .product_info::after {
    width: 180px;
    height: 180px;
  }
}
.section_event .product_item.is_complate .product_info::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 46.5px;
  top: 1.81640625vw;
}
@media (min-width: 2560px) {
  .section_event .product_item.is_complate .product_info::after {
    top: 46.5px;
  }
}
.section_event .product_item.is_complate .product_info::after {
  content: "";
}
.section_event .product_item.is_complate .product_info .total_count {
  color: rgba(255, 255, 255, 0.2);
}
.section_event .product_item.is_complate .product_info .img {
  opacity: 0.2;
}
.section_event .product_item.is_complate .product_info .info {
  background-color: rgb(86, 86, 86);
  color: rgb(60, 61, 61);
}
.section_event .product_item.is_disabled {
  pointer-events: none;
}
.section_event .product_item.is_disabled .product_info {
  background: url("../img/frame_product_disabled.png") center/cover no-repeat;
}
.section_event .product_item.is_disabled .product_info::after {
  position: absolute;
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .section_event .product_item.is_disabled .product_info::after {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.section_event .product_item.is_disabled .product_info::after {
  background-image: url("../img/normal.png");
  background-position: -184px -1507px;
  background-position: -7.1875vw -58.8671875vw;
}
@media (min-width: 2560px) {
  .section_event .product_item.is_disabled .product_info::after {
    background-position: -184px -1507px;
  }
}
.section_event .product_item.is_disabled .product_info::after {
  width: 180px;
  width: 7.03125vw;
  height: 180px;
  height: 7.03125vw;
}
@media (min-width: 2560px) {
  .section_event .product_item.is_disabled .product_info::after {
    width: 180px;
    height: 180px;
  }
}
.section_event .product_item.is_disabled .product_info::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 46.5px;
  top: 1.81640625vw;
}
@media (min-width: 2560px) {
  .section_event .product_item.is_disabled .product_info::after {
    top: 46.5px;
  }
}
.section_event .product_item.is_disabled .product_info::after {
  content: "";
}
.section_event .product_item.is_disabled .product_info .total_count {
  color: rgba(255, 255, 255, 0.2);
}
.section_event .product_item.is_disabled .product_info .img {
  opacity: 0.2;
}
.section_event .product_item.is_disabled .product_info .info {
  background-color: rgb(86, 86, 86);
  color: rgb(60, 61, 61);
}
.section_event .product_item.is_pending {
  pointer-events: none;
}
.section_event .product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 260px;
  width: 10.15625vw;
}
@media (min-width: 2560px) {
  .section_event .product_info {
    width: 260px;
  }
}
.section_event .product_info {
  height: 322px;
  height: 12.578125vw;
}
@media (min-width: 2560px) {
  .section_event .product_info {
    height: 322px;
  }
}
.section_event .product_info {
  padding: 16px 22px 11px;
  padding: 0.625vw 0.859375vw 0.4296875vw;
}
@media (min-width: 2560px) {
  .section_event .product_info {
    padding: 16px 22px 11px;
  }
}
.section_event .product_info {
  background: url("../img/frame_product.png") center/cover no-repeat;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_event .product_info .total_count {
  font-size: 16px;
  font-size: 0.625vw;
  line-height: 21px;
  line-height: 0.8203125vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .total_count {
    font-size: 16px;
    line-height: 21px;
  }
}
.section_event .product_info .total_count {
  font-weight: 600;
  color: #616161;
}
.section_event .product_info .img {
  width: 220px;
  width: 8.59375vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .img {
    width: 220px;
  }
}
.section_event .product_info .img {
  height: 160px;
  height: 6.25vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .img {
    height: 160px;
  }
}
.section_event .product_info .img {
  margin-top: 6px;
  margin-top: 0.234375vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .img {
    margin-top: 6px;
  }
}
.section_event .product_info .img img {
  margin: 0 auto;
}
.section_event .product_info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  width: 7.8125vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .info {
    width: 200px;
  }
}
.section_event .product_info .info {
  height: 34px;
  height: 1.328125vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .info {
    height: 34px;
  }
}
.section_event .product_info .info {
  padding: 7.5px 24px;
  padding: 0.29296875vw 0.9375vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .info {
    padding: 7.5px 24px;
  }
}
.section_event .product_info .info {
  border-radius: 60px;
  border-radius: 2.34375vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .info {
    border-radius: 60px;
  }
}
.section_event .product_info .info {
  font-size: 15px;
  font-size: 0.5859375vw;
  line-height: 19px;
  line-height: 0.7421875vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .info {
    font-size: 15px;
    line-height: 19px;
  }
}
.section_event .product_info .info {
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
  background-color: #2F2F2F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.section_event .product_info .token {
  position: relative;
  padding-left: 20px;
  padding-left: 0.78125vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .token {
    padding-left: 20px;
  }
}
.section_event .product_info .token {
  font-size: 15px;
  font-size: 0.5859375vw;
  line-height: 20px;
  line-height: 0.78125vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .token {
    font-size: 15px;
    line-height: 20px;
  }
}
.section_event .product_info .token::before {
  position: absolute;
  left: 10px;
  left: 0.390625vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .token::before {
    left: 10px;
  }
}
.section_event .product_info .token::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  width: 0.0390625vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .token::before {
    width: 1px;
  }
}
.section_event .product_info .token::before {
  height: 14px;
  height: 0.546875vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .token::before {
    height: 14px;
  }
}
.section_event .product_info .token::before {
  background-color: #7C7C7C;
  content: "";
}
.section_event .product_info .product_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
  margin-top: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 26px;
  line-height: 1.015625vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .product_name {
    font-size: 22px;
    line-height: 26px;
  }
}
.section_event .product_info .product_name {
  height: 48px;
  height: 1.875vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .product_name {
    height: 48px;
  }
}
.section_event .product_info .product_name {
  font-weight: 900;
  color: #fff;
}
.section_event .btn_enter {
  width: 260px;
  width: 10.15625vw;
}
@media (min-width: 2560px) {
  .section_event .btn_enter {
    width: 260px;
  }
}
.section_event .btn_enter {
  height: 56px;
  height: 2.1875vw;
}
@media (min-width: 2560px) {
  .section_event .btn_enter {
    height: 56px;
  }
}
.section_event .btn_enter {
  margin-top: 14px;
  margin-top: 0.546875vw;
}
@media (min-width: 2560px) {
  .section_event .btn_enter {
    margin-top: 14px;
  }
}
.section_event .btn_enter {
  padding-bottom: 5px;
  padding-bottom: 0.1953125vw;
}
@media (min-width: 2560px) {
  .section_event .btn_enter {
    padding-bottom: 5px;
  }
}
.section_event .btn_enter {
  padding-left: 5px;
  padding-left: 0.1953125vw;
}
@media (min-width: 2560px) {
  .section_event .btn_enter {
    padding-left: 5px;
  }
}
.section_event .btn_enter {
  background: url("../img/btn_event.png") center/contain no-repeat;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  font-size: 20px;
  font-size: 0.78125vw;
  line-height: 26px;
  line-height: 1.015625vw;
}
@media (min-width: 2560px) {
  .section_event .btn_enter {
    font-size: 20px;
    line-height: 26px;
  }
}
.section_event .btn_enter {
  font-weight: 700;
  color: #fff;
}
.section_event .btn_enter:disabled {
  background: url("../img/btn_event_disabled.png") center/contain no-repeat;
  color: rgba(255, 255, 255, 0.2);
}
.section_event .notice_list {
  margin-top: 20px;
  margin-top: 0.78125vw;
}
@media (min-width: 2560px) {
  .section_event .notice_list {
    margin-top: 20px;
  }
}
.section_event .notice_list .notice_item {
  color: rgba(27, 29, 31, 0.6);
}
.section_invite {
  position: relative;
  height: 1482px;
  height: 57.890625vw;
}
@media (min-width: 2560px) {
  .section_invite {
    height: 1482px;
  }
}
.section_invite {
  background: url("../img/bg_invite.jpg") center/cover no-repeat;
}
.section_invite .invite_share_box {
  position: absolute;
  top: 170px;
  top: 6.640625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box {
    top: 170px;
  }
}
.section_invite .invite_share_box {
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 681px;
  width: 26.6015625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box {
    width: 681px;
  }
}
.section_invite .invite_share_box {
  height: 500px;
  height: 19.53125vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box {
    height: 500px;
  }
}
.section_invite .invite_share_box {
  margin-left: -340px;
  margin-left: -13.28125vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box {
    margin-left: -340px;
  }
}
.section_invite .invite_share_box {
  background: url("../img/bg_invite_code.png") center/cover no-repeat;
  opacity: 0;
  z-index: 1;
}
.section_invite .invite_share_box.is_show {
  -webkit-animation: slideRight 0.8s cubic-bezier(0, 0.71, 0, 1) 1.2s forwards;
  animation: slideRight 0.8s cubic-bezier(0, 0.71, 0, 1) 1.2s forwards;
}
.section_invite .invite_share_box .code_info {
  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;
  padding: 149px 203px 142px 218px;
  padding: 5.8203125vw 7.9296875vw 5.546875vw 8.515625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .code_info {
    padding: 149px 203px 142px 218px;
  }
}
.section_invite .invite_share_box .code_info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_invite .invite_share_box .invite_my_code {
  font-family: "sandollpress";
  font-size: 28px;
  font-size: 1.09375vw;
  line-height: 32px;
  line-height: 1.25vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .invite_my_code {
    font-size: 28px;
    line-height: 32px;
  }
}
.section_invite .invite_share_box .invite_my_code {
  font-weight: 600;
  color: #fff;
}
.section_invite .invite_share_box .my_code {
  width: 100%;
  margin-top: 18px;
  margin-top: 0.703125vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .my_code {
    margin-top: 18px;
  }
}
.section_invite .invite_share_box .my_code {
  height: 50px;
  height: 1.953125vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .my_code {
    height: 50px;
  }
}
.section_invite .invite_share_box .my_code {
  padding: 10px 0px;
  padding: 0.390625vw 0vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .my_code {
    padding: 10px 0px;
  }
}
.section_invite .invite_share_box .my_code {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  text-align: center;
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 26px;
  line-height: 1.015625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .my_code {
    font-size: 22px;
    line-height: 26px;
  }
}
.section_invite .invite_share_box .my_code {
  color: #58D6F7;
  font-weight: 600;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_invite .invite_share_box .btn_copy_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  gap: 0.1953125vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_copy_code {
    gap: 5px;
  }
}
.section_invite .invite_share_box .btn_copy_code {
  margin-top: 6px;
  margin-top: 0.234375vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_copy_code {
    margin-top: 6px;
  }
}
.section_invite .invite_share_box .btn_copy_code {
  padding-bottom: 3px;
  padding-bottom: 0.1171875vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_copy_code {
    padding-bottom: 3px;
  }
}
.section_invite .invite_share_box .btn_copy_code {
  font-size: 18px;
  font-size: 0.703125vw;
  line-height: 21px;
  line-height: 0.8203125vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_copy_code {
    font-size: 18px;
    line-height: 21px;
  }
}
.section_invite .invite_share_box .btn_copy_code {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid currentColor;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section_invite .invite_share_box .btn_copy_code::before {
  width: 12px;
  width: 0.46875vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_copy_code::before {
    width: 12px;
  }
}
.section_invite .invite_share_box .btn_copy_code::before {
  height: 14px;
  height: 0.546875vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_copy_code::before {
    height: 14px;
  }
}
.section_invite .invite_share_box .btn_copy_code::before {
  background: url("../img/code_copy_icon.png") center/cover no-repeat;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  content: "";
}
.section_invite .invite_share_box .btn_copy_code:hover {
  color: #58D6F7;
}
.section_invite .invite_share_box .btn_copy_code:hover::before {
  background: url("../img/code_copy_icon_hover.png") center/cover no-repeat;
}
.section_invite .invite_share_box .btn_share_kakao {
  width: 260px;
  width: 10.15625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_kakao {
    width: 260px;
  }
}
.section_invite .invite_share_box .btn_share_kakao {
  height: 58px;
  height: 2.265625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_kakao {
    height: 58px;
  }
}
.section_invite .invite_share_box .btn_share_kakao {
  margin-top: 21px;
  margin-top: 0.8203125vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_kakao {
    margin-top: 21px;
  }
}
.section_invite .invite_share_box .btn_share_kakao {
  background: url("../img/btn_share_kakao.png") center/100% no-repeat;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.section_invite .invite_share_box .btn_share_kakao:hover {
  background: url("../img/btn_share_kakao_hover.png") center/100% no-repeat;
}
.section_invite .invite_share_box .btn_share_kakao:disabled {
  background: url("../img/btn_share_kakao_disabled.png") center/100% no-repeat;
}
.section_invite .invite_share_box .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 135px;
  top: 5.2734375vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_area {
    top: 135px;
  }
}
.section_invite .invite_share_box .btn_area {
  left: 74px;
  left: 2.890625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_area {
    left: 74px;
  }
}
.section_invite .invite_share_box .btn_area {
  width: 89px;
  width: 3.4765625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_area {
    width: 89px;
  }
}
.section_invite .invite_share_box .btn_area {
  gap: 24px;
  gap: 0.9375vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_area {
    gap: 24px;
  }
}
.section_invite .invite_share_box .btn_share_common {
  position: relative;
  width: 68px;
  width: 2.65625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_common {
    width: 68px;
  }
}
.section_invite .invite_share_box .btn_share_common {
  height: 68px;
  height: 2.65625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_common {
    height: 68px;
  }
}
.section_invite .invite_share_box .btn_share_common {
  border-width: 2px;
  border-width: 0.078125vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_common {
    border-width: 2px;
  }
}
.section_invite .invite_share_box .btn_share_common {
  border-style: solid;
  border-radius: 50%;
  border-color: #1B1D1F;
  background-color: #58D6F7;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section_invite .invite_share_box .btn_share_common::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 46px;
  width: 1.796875vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_common::before {
    width: 46px;
  }
}
.section_invite .invite_share_box .btn_share_common::before {
  height: 46px;
  height: 1.796875vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_common::before {
    height: 46px;
  }
}
.section_invite .invite_share_box .btn_share_common::before {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  content: "";
}
.section_invite .invite_share_box .btn_share_common:hover {
  background-color: #fff;
}
.section_invite .invite_share_box .btn_share_common:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.section_invite .invite_share_box .btn_share_link {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.section_invite .invite_share_box .btn_share_link::before {
  background: url("../img/btn_link_icon.png") center/cover no-repeat;
}
.section_invite .invite_share_box .btn_share_link:hover {
  background-color: #fff;
}
.section_invite .invite_share_box .btn_share_link:hover::before {
  background: url("../img/btn_link_icon_hover.png") center/cover no-repeat;
}
.section_invite .invite_share_box .btn_share_x {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.section_invite .invite_share_box .btn_share_x::before {
  background: url("../img/btn_x_icon.png") center/cover no-repeat;
}
.section_invite .invite_share_box .btn_share_x:hover {
  background-color: #fff;
}
.section_invite .invite_share_box .btn_share_x:hover::before {
  background: url("../img/btn_x_icon_hover.png") center/cover no-repeat;
}
.section_invite .section_inner {
  max-width: 1200px;
  max-width: 46.875vw;
}
@media (min-width: 2560px) {
  .section_invite .section_inner {
    max-width: 1200px;
  }
}
.section_invite .section_inner {
  padding: 200px 0px 64px;
  padding: 7.8125vw 0vw 2.5vw;
}
@media (min-width: 2560px) {
  .section_invite .section_inner {
    padding: 200px 0px 64px;
  }
}
.section_invite .section_inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section_invite .section_inner .title {
  width: 569px;
  width: 22.2265625vw;
}
@media (min-width: 2560px) {
  .section_invite .section_inner .title {
    width: 569px;
  }
}
.section_invite .section_inner .title {
  margin-top: 36px;
  margin-top: 1.40625vw;
}
@media (min-width: 2560px) {
  .section_invite .section_inner .title {
    margin-top: 36px;
  }
}
.section_invite .section_inner .desc {
  margin-top: 20px;
  margin-top: 0.78125vw;
}
@media (min-width: 2560px) {
  .section_invite .section_inner .desc {
    margin-top: 20px;
  }
}
.section_invite .section_inner .desc {
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
}
@media (min-width: 2560px) {
  .section_invite .section_inner .desc {
    font-size: 22px;
    line-height: 29px;
  }
}
.section_invite .section_inner .desc {
  font-weight: 600;
  color: rgba(27, 29, 31, 0.5);
  text-align: right;
}
.section_invite .invite {
  margin-right: -6px;
  margin-right: -0.234375vw;
}
@media (min-width: 2560px) {
  .section_invite .invite {
    margin-right: -6px;
  }
}
.section_invite .invite_code_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 615px;
  width: 24.0234375vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_code_box {
    width: 615px;
  }
}
.section_invite .invite_code_box {
  height: 707px;
  height: 27.6171875vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_code_box {
    height: 707px;
  }
}
.section_invite .invite_code_box {
  margin-top: 58px;
  margin-top: 2.265625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_code_box {
    margin-top: 58px;
  }
}
.section_invite .invite_code_box {
  padding: 70px 82px 74px 44px;
  padding: 2.734375vw 3.203125vw 2.890625vw 1.71875vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_code_box {
    padding: 70px 82px 74px 44px;
  }
}
.section_invite .invite_code_box {
  background: url("../img/bg_friends_event.png") center/cover no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_invite .invite_box_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
  margin-top: 1.7578125vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_box_form {
    margin-top: 45px;
  }
}
.section_invite .invite_code_guide {
  width: 304px;
  width: 11.875vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_code_guide {
    width: 304px;
  }
}
.section_invite .invite_code_guide {
  height: 80px;
  height: 3.125vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_code_guide {
    height: 80px;
  }
}
.section_invite .ipt_code_invite {
  width: 460px;
  width: 17.96875vw;
}
@media (min-width: 2560px) {
  .section_invite .ipt_code_invite {
    width: 460px;
  }
}
.section_invite .ipt_code_invite {
  padding: 22px;
  padding: 0.859375vw;
}
@media (min-width: 2560px) {
  .section_invite .ipt_code_invite {
    padding: 22px;
  }
}
.section_invite .ipt_code_invite {
  height: 74px;
  height: 2.890625vw;
}
@media (min-width: 2560px) {
  .section_invite .ipt_code_invite {
    height: 74px;
  }
}
.section_invite .ipt_code_invite {
  font-size: 26px;
  font-size: 1.015625vw;
  line-height: 31px;
  line-height: 1.2109375vw;
}
@media (min-width: 2560px) {
  .section_invite .ipt_code_invite {
    font-size: 26px;
    line-height: 31px;
  }
}
.section_invite .ipt_code_invite {
  font-weight: 600;
  text-align: center;
  border: 1px solid #1B1D1F;
  background-color: #fff;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_invite .ipt_code_invite::-webkit-input-placeholder {
  color: rgba(27, 29, 31, 0.4);
}
.section_invite .ipt_code_invite::-moz-placeholder {
  color: rgba(27, 29, 31, 0.4);
}
.section_invite .ipt_code_invite:-ms-input-placeholder {
  color: rgba(27, 29, 31, 0.4);
}
.section_invite .ipt_code_invite::-ms-input-placeholder {
  color: rgba(27, 29, 31, 0.4);
}
.section_invite .ipt_code_invite::placeholder {
  color: rgba(27, 29, 31, 0.4);
}
.section_invite .btn_register {
  width: 300px;
  width: 11.71875vw;
}
@media (min-width: 2560px) {
  .section_invite .btn_register {
    width: 300px;
  }
}
.section_invite .btn_register {
  height: 66px;
  height: 2.578125vw;
}
@media (min-width: 2560px) {
  .section_invite .btn_register {
    height: 66px;
  }
}
.section_invite .btn_register {
  margin-top: 46px;
  margin-top: 1.796875vw;
}
@media (min-width: 2560px) {
  .section_invite .btn_register {
    margin-top: 46px;
  }
}
.section_invite .btn_register {
  background: url("../img/btn_register.png") center/100% no-repeat;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.section_invite .btn_register:disabled {
  background: url("../img/btn_register_disabled.png") center/100% no-repeat;
}
.section_invite .btn_register:hover {
  background: url("../img/btn_register_hover.png") center/100% no-repeat;
}
.section_invite .btn_register.is_complete {
  background: url("../img/btn_complete.png") center/100% no-repeat;
}
.section_invite .invite_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 54px;
  margin-top: 2.109375vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_info {
    margin-top: 54px;
  }
}
.section_invite .invite_info {
  padding-top: 68px;
  padding-top: 2.65625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_info {
    padding-top: 68px;
  }
}
.section_invite .invite_info {
  border-top: 1px solid rgba(27, 29, 31, 0.3);
}
.section_invite .invite_info .invite_code_guide {
  width: 393px;
  width: 15.3515625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_info .invite_code_guide {
    width: 393px;
  }
}
.section_invite .invite_info .invite_code_guide {
  height: 36px;
  height: 1.40625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_info .invite_code_guide {
    height: 36px;
  }
}
.section_invite .invite_info .total_count {
  margin-top: 15px;
  margin-top: 0.5859375vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_info .total_count {
    margin-top: 15px;
  }
}
.section_invite .invite_info .total_count {
  font-family: "sandollpress";
  font-size: 64px;
  font-size: 2.5vw;
  line-height: 72px;
  line-height: 2.8125vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_info .total_count {
    font-size: 64px;
    line-height: 72px;
  }
}
.section_invite .invite_info .total_count .comma {
  font-size: 42px;
  font-size: 1.640625vw;
  line-height: 72px;
  line-height: 2.8125vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_info .total_count .comma {
    font-size: 42px;
    line-height: 72px;
  }
}
.section_invite .notice_list {
  margin-top: 14px;
  margin-top: 0.546875vw;
}
@media (min-width: 2560px) {
  .section_invite .notice_list {
    margin-top: 14px;
  }
}
.section_promotion {
  position: relative;
  height: 1521px;
  height: 59.4140625vw;
}
@media (min-width: 2560px) {
  .section_promotion {
    height: 1521px;
  }
}
.section_promotion {
  background: url("../img/bg_promotion.jpg") center/cover no-repeat;
}
.section_promotion .section_inner {
  padding-top: 201px;
  padding-top: 7.8515625vw;
}
@media (min-width: 2560px) {
  .section_promotion .section_inner {
    padding-top: 201px;
  }
}
.section_promotion .label {
  width: 281px;
  width: 10.9765625vw;
}
@media (min-width: 2560px) {
  .section_promotion .label {
    width: 281px;
  }
}
.section_promotion .title {
  width: 601px;
  width: 23.4765625vw;
}
@media (min-width: 2560px) {
  .section_promotion .title {
    width: 601px;
  }
}
.section_promotion .title {
  height: 158px;
  height: 6.171875vw;
}
@media (min-width: 2560px) {
  .section_promotion .title {
    height: 158px;
  }
}
.section_promotion .title {
  margin-top: 20px;
  margin-top: 0.78125vw;
}
@media (min-width: 2560px) {
  .section_promotion .title {
    margin-top: 20px;
  }
}
.section_promotion .desc {
  margin-top: 20px;
  margin-top: 0.78125vw;
}
@media (min-width: 2560px) {
  .section_promotion .desc {
    margin-top: 20px;
  }
}
.section_promotion .desc {
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
}
@media (min-width: 2560px) {
  .section_promotion .desc {
    font-size: 22px;
    line-height: 29px;
  }
}
.section_promotion .desc {
  color: rgba(255, 255, 255, 0.5);
}
.section_promotion .promotion_box {
  position: relative;
  width: 1420px;
  width: 55.46875vw;
}
@media (min-width: 2560px) {
  .section_promotion .promotion_box {
    width: 1420px;
  }
}
.section_promotion .promotion_box {
  height: 706px;
  height: 27.578125vw;
}
@media (min-width: 2560px) {
  .section_promotion .promotion_box {
    height: 706px;
  }
}
.section_promotion .promotion_box {
  margin-top: 52px;
  margin-top: 2.03125vw;
}
@media (min-width: 2560px) {
  .section_promotion .promotion_box {
    margin-top: 52px;
  }
}
.section_promotion .promotion_frame {
  position: relative;
  width: 1210px;
  width: 47.265625vw;
}
@media (min-width: 2560px) {
  .section_promotion .promotion_frame {
    width: 1210px;
  }
}
.section_promotion .promotion_frame {
  height: 685px;
  height: 26.7578125vw;
}
@media (min-width: 2560px) {
  .section_promotion .promotion_frame {
    height: 685px;
  }
}
.section_promotion .promotion_frame {
  margin: 0 auto;
  padding: 12px 12px 2px 2px;
  padding: 0.46875vw 0.46875vw 0.078125vw 0.078125vw;
}
@media (min-width: 2560px) {
  .section_promotion .promotion_frame {
    padding: 12px 12px 2px 2px;
  }
}
.section_promotion .promotion_frame {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_promotion .promotion_frame::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1210px;
  width: 47.265625vw;
}
@media (min-width: 2560px) {
  .section_promotion .promotion_frame::before {
    width: 1210px;
  }
}
.section_promotion .promotion_frame::before {
  height: 685px;
  height: 26.7578125vw;
}
@media (min-width: 2560px) {
  .section_promotion .promotion_frame::before {
    height: 685px;
  }
}
.section_promotion .promotion_frame::before {
  background: url("../img/frame_promotion.png") center/contain no-repeat;
  content: "";
  z-index: 10;
  pointer-events: none;
}
.section_promotion .promotion_info {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.section_promotion .promotion_list {
  width: 100%;
  height: 100%;
}
.section_promotion .promotion_list .promotion_item {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_promotion .promotion_list .promotion_item img {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: none;
  width: 100.4%;
}
.section_promotion .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  width: 2.34375vw;
}
@media (min-width: 2560px) {
  .section_promotion .btn {
    width: 60px;
  }
}
.section_promotion .btn {
  height: 72px;
  height: 2.8125vw;
}
@media (min-width: 2560px) {
  .section_promotion .btn {
    height: 72px;
  }
}
.section_promotion .btn {
  z-index: 10;
}
.section_promotion .btn_prev {
  left: 0;
  background: url("../img/left_arrow.png") center/cover no-repeat;
}
.section_promotion .btn_prev.swiper-button-disabled {
  background: url("../img/left_arrow_disabled.png") center/cover no-repeat;
}
.section_promotion .btn_next {
  right: 0;
  background: url("../img/right_arrow.png") center/cover no-repeat;
}
.section_promotion .btn_next.swiper-button-disabled {
  background: url("../img/right_arrow_disabled.png") center/cover no-repeat;
}
.section_promotion .btn_area {
  width: 300px;
  width: 11.71875vw;
}
@media (min-width: 2560px) {
  .section_promotion .btn_area {
    width: 300px;
  }
}
.section_promotion .btn_area {
  height: 66px;
  height: 2.578125vw;
}
@media (min-width: 2560px) {
  .section_promotion .btn_area {
    height: 66px;
  }
}
.section_promotion .btn_area {
  margin-top: 40px;
  margin-top: 1.5625vw;
}
@media (min-width: 2560px) {
  .section_promotion .btn_area {
    margin-top: 40px;
  }
}
.section_promotion .btn_link {
  display: block;
  width: 300px;
  width: 11.71875vw;
}
@media (min-width: 2560px) {
  .section_promotion .btn_link {
    width: 300px;
  }
}
.section_promotion .btn_link {
  height: 66px;
  height: 2.578125vw;
}
@media (min-width: 2560px) {
  .section_promotion .btn_link {
    height: 66px;
  }
}
.section_promotion .btn_link {
  background: url("../img/btn_promotion_go.png") center/100% no-repeat;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.section_promotion .btn_link:hover {
  background: url("../img/btn_promotion_go_hover.png") center/100% no-repeat;
}
.section_sns {
  position: relative;
  height: 1491px;
  height: 58.2421875vw;
}
@media (min-width: 2560px) {
  .section_sns {
    height: 1491px;
  }
}
.section_sns {
  background: url("../img/bg_instagram.jpg") center/cover no-repeat;
}
.section_sns .section_inner {
  padding-top: 171px;
  padding-top: 6.6796875vw;
}
@media (min-width: 2560px) {
  .section_sns .section_inner {
    padding-top: 171px;
  }
}
.section_sns .label {
  width: 281px;
  width: 10.9765625vw;
}
@media (min-width: 2560px) {
  .section_sns .label {
    width: 281px;
  }
}
.section_sns .label {
  height: 18px;
  height: 0.703125vw;
}
@media (min-width: 2560px) {
  .section_sns .label {
    height: 18px;
  }
}
.section_sns .title {
  width: 841px;
  width: 32.8515625vw;
}
@media (min-width: 2560px) {
  .section_sns .title {
    width: 841px;
  }
}
.section_sns .title {
  height: 137px;
  height: 5.3515625vw;
}
@media (min-width: 2560px) {
  .section_sns .title {
    height: 137px;
  }
}
.section_sns .title {
  margin-top: 27px;
  margin-top: 1.0546875vw;
}
@media (min-width: 2560px) {
  .section_sns .title {
    margin-top: 27px;
  }
}
.section_sns .desc {
  margin-top: 34px;
  margin-top: 1.328125vw;
}
@media (min-width: 2560px) {
  .section_sns .desc {
    margin-top: 34px;
  }
}
.section_sns .desc {
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
}
@media (min-width: 2560px) {
  .section_sns .desc {
    font-size: 22px;
    line-height: 29px;
  }
}
.section_sns .desc {
  font-weight: 600;
  color: rgba(27, 29, 31, 0.5);
}
.section_sns .promotion_box {
  position: relative;
  width: 1420px;
  width: 55.46875vw;
}
@media (min-width: 2560px) {
  .section_sns .promotion_box {
    width: 1420px;
  }
}
.section_sns .promotion_box {
  height: 706px;
  height: 27.578125vw;
}
@media (min-width: 2560px) {
  .section_sns .promotion_box {
    height: 706px;
  }
}
.section_sns .promotion_box {
  margin-top: 46px;
  margin-top: 1.796875vw;
}
@media (min-width: 2560px) {
  .section_sns .promotion_box {
    margin-top: 46px;
  }
}
.section_sns .promotion_frame {
  width: 1210px;
  width: 47.265625vw;
}
@media (min-width: 2560px) {
  .section_sns .promotion_frame {
    width: 1210px;
  }
}
.section_sns .promotion_frame {
  height: 685px;
  height: 26.7578125vw;
}
@media (min-width: 2560px) {
  .section_sns .promotion_frame {
    height: 685px;
  }
}
.section_sns .promotion_frame {
  margin: 0 auto;
  padding: 10px 10px 0px 0px;
  padding: 0.390625vw 0.390625vw 0vw 0vw;
}
@media (min-width: 2560px) {
  .section_sns .promotion_frame {
    padding: 10px 10px 0px 0px;
  }
}
.section_sns .promotion_frame {
  background: url("../img/frame_instagram.png") center/cover no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_sns .promotion_info {
  position: relative;
  overflow: hidden;
  width: 1200px;
  width: 46.875vw;
}
@media (min-width: 2560px) {
  .section_sns .promotion_info {
    width: 1200px;
  }
}
.section_sns .promotion_info {
  height: 675px;
  height: 26.3671875vw;
}
@media (min-width: 2560px) {
  .section_sns .promotion_info {
    height: 675px;
  }
}
.section_sns .promotion_info {
  margin: 0 auto;
  border-width: 2px;
  border-width: 0.078125vw;
}
@media (min-width: 2560px) {
  .section_sns .promotion_info {
    border-width: 2px;
  }
}
.section_sns .promotion_info {
  border-style: solid;
  border-color: #1B1D1F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section_sns .promotion_info img {
  width: 100%;
}
.section_sns .btn_area {
  width: 300px;
  width: 11.71875vw;
}
@media (min-width: 2560px) {
  .section_sns .btn_area {
    width: 300px;
  }
}
.section_sns .btn_area {
  height: 66px;
  height: 2.578125vw;
}
@media (min-width: 2560px) {
  .section_sns .btn_area {
    height: 66px;
  }
}
.section_sns .btn_area {
  margin-top: 40px;
  margin-top: 1.5625vw;
}
@media (min-width: 2560px) {
  .section_sns .btn_area {
    margin-top: 40px;
  }
}
.section_sns .btn_link {
  display: block;
  width: 300px;
  width: 11.71875vw;
}
@media (min-width: 2560px) {
  .section_sns .btn_link {
    width: 300px;
  }
}
.section_sns .btn_link {
  height: 66px;
  height: 2.578125vw;
}
@media (min-width: 2560px) {
  .section_sns .btn_link {
    height: 66px;
  }
}
.section_sns .btn_link {
  background: url("../img/btn_go.png") center/100% no-repeat;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.section_sns .btn_link:hover {
  background: url("../img/btn_go_hover.png") center/100% no-repeat;
}

.bg_snow {
  position: absolute;
  z-index: 15;
  opacity: 0;
  pointer-events: none;
}
.bg_snow::before {
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  content: "";
}

.character {
  position: absolute;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
.character::before {
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  content: "";
}
.character_first {
  top: 32px;
  top: 1.25vw;
}
@media (min-width: 2560px) {
  .character_first {
    top: 32px;
  }
}
.character_first {
  left: 50%;
  margin-left: 622px;
  margin-left: 24.296875vw;
}
@media (min-width: 2560px) {
  .character_first {
    margin-left: 622px;
  }
}
.character_first {
  z-index: 0;
}
.character_first::before {
  width: 1159px;
  width: 45.2734375vw;
}
@media (min-width: 2560px) {
  .character_first::before {
    width: 1159px;
  }
}
.character_first::before {
  height: 1117px;
  height: 43.6328125vw;
}
@media (min-width: 2560px) {
  .character_first::before {
    height: 1117px;
  }
}
.character_first::before {
  background-image: url("../img/character_braum.png");
}
.character_first.is_show {
  -webkit-animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) 0.5s forwards;
  animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) 0.5s forwards;
}
.character_second {
  top: 409px;
  top: 15.9765625vw;
}
@media (min-width: 2560px) {
  .character_second {
    top: 409px;
  }
}
.character_second {
  left: 50%;
  margin-left: 668px;
  margin-left: 26.09375vw;
}
@media (min-width: 2560px) {
  .character_second {
    margin-left: 668px;
  }
}
.character_second::before {
  width: 949px;
  width: 37.0703125vw;
}
@media (min-width: 2560px) {
  .character_second::before {
    width: 949px;
  }
}
.character_second::before {
  height: 631px;
  height: 24.6484375vw;
}
@media (min-width: 2560px) {
  .character_second::before {
    height: 631px;
  }
}
.character_second::before {
  background-image: url("../img/character_poro1.png");
}
.character_second.is_show {
  -webkit-animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) 1s forwards;
  animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) 1s forwards;
}
.character_third {
  bottom: 50px;
  bottom: 1.953125vw;
}
@media (min-width: 2560px) {
  .character_third {
    bottom: 50px;
  }
}
.character_third {
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: -947px;
  margin-left: -36.9921875vw;
}
@media (min-width: 2560px) {
  .character_third {
    margin-left: -947px;
  }
}
.character_third::before {
  width: 704px;
  width: 27.5vw;
}
@media (min-width: 2560px) {
  .character_third::before {
    width: 704px;
  }
}
.character_third::before {
  height: 500px;
  height: 19.53125vw;
}
@media (min-width: 2560px) {
  .character_third::before {
    height: 500px;
  }
}
.character_third::before {
  background-image: url("../img/character_poro2.png");
}
.character_third.is_show {
  -webkit-animation: slideRight 1s cubic-bezier(0, 0.71, 0, 1) 1s forwards;
  animation: slideRight 1s cubic-bezier(0, 0.71, 0, 1) 1s forwards;
}
.character_fourth {
  bottom: -6px;
  bottom: -0.234375vw;
}
@media (min-width: 2560px) {
  .character_fourth {
    bottom: -6px;
  }
}
.character_fourth {
  left: 50%;
  margin-left: 830px;
  margin-left: 32.421875vw;
}
@media (min-width: 2560px) {
  .character_fourth {
    margin-left: 830px;
  }
}
.character_fourth {
  z-index: 10;
}
.character_fourth::before {
  width: 520px;
  width: 20.3125vw;
}
@media (min-width: 2560px) {
  .character_fourth::before {
    width: 520px;
  }
}
.character_fourth::before {
  height: 409px;
  height: 15.9765625vw;
}
@media (min-width: 2560px) {
  .character_fourth::before {
    height: 409px;
  }
}
.character_fourth::before {
  background-image: url("../img/character_poro3.png");
}
.character_fourth.is_show {
  -webkit-animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) 1.5s forwards;
  animation: slideLeft 1s cubic-bezier(0, 0.71, 0, 1) 1.5s forwards;
}
.character_fifth {
  top: 412px;
  top: 16.09375vw;
}
@media (min-width: 2560px) {
  .character_fifth {
    top: 412px;
  }
}
.character_fifth {
  left: 50%;
  margin-left: 697px;
  margin-left: 27.2265625vw;
}
@media (min-width: 2560px) {
  .character_fifth {
    margin-left: 697px;
  }
}
.character_fifth {
  z-index: 10;
}
.character_fifth::before {
  width: 626px;
  width: 24.453125vw;
}
@media (min-width: 2560px) {
  .character_fifth::before {
    width: 626px;
  }
}
.character_fifth::before {
  height: 768px;
  height: 30vw;
}
@media (min-width: 2560px) {
  .character_fifth::before {
    height: 768px;
  }
}
.character_fifth::before {
  background-image: url("../img/character_monkey.png");
}
.character_fifth.is_show {
  -webkit-animation: slideLeft 0.6s cubic-bezier(0, 0.71, 0, 1) 1s forwards;
  animation: slideLeft 0.6s cubic-bezier(0, 0.71, 0, 1) 1s forwards;
}
.character_sixth {
  bottom: 0px;
  bottom: 0vw;
}
@media (min-width: 2560px) {
  .character_sixth {
    bottom: 0px;
  }
}
.character_sixth {
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: -698px;
  margin-left: -27.265625vw;
}
@media (min-width: 2560px) {
  .character_sixth {
    margin-left: -698px;
  }
}
.character_sixth {
  z-index: 2;
}
.character_sixth::before {
  width: 1166px;
  width: 45.546875vw;
}
@media (min-width: 2560px) {
  .character_sixth::before {
    width: 1166px;
  }
}
.character_sixth::before {
  height: 1164px;
  height: 45.46875vw;
}
@media (min-width: 2560px) {
  .character_sixth::before {
    height: 1164px;
  }
}
.character_sixth::before {
  background-image: url("../img/character_ari.png");
}
.character_sixth.is_show {
  -webkit-animation: slideRight 0.8s cubic-bezier(0, 0.71, 0, 1) 0.8s forwards;
  animation: slideRight 0.8s cubic-bezier(0, 0.71, 0, 1) 0.8s forwards;
}
.character_seventh {
  top: 602px;
  top: 23.515625vw;
}
@media (min-width: 2560px) {
  .character_seventh {
    top: 602px;
  }
}
.character_seventh {
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: -635px;
  margin-left: -24.8046875vw;
}
@media (min-width: 2560px) {
  .character_seventh {
    margin-left: -635px;
  }
}
.character_seventh {
  z-index: 10;
}
.character_seventh::before {
  width: 1036px;
  width: 40.46875vw;
}
@media (min-width: 2560px) {
  .character_seventh::before {
    width: 1036px;
  }
}
.character_seventh::before {
  height: 976px;
  height: 38.125vw;
}
@media (min-width: 2560px) {
  .character_seventh::before {
    height: 976px;
  }
}
.character_seventh::before {
  background-image: url("../img/character_ari2.png");
}
.character_seventh.is_show {
  -webkit-animation: slideRight 0.8s cubic-bezier(0, 0.71, 0, 1) 0.8s forwards;
  animation: slideRight 0.8s cubic-bezier(0, 0.71, 0, 1) 0.8s forwards;
}

.progress_container {
  position: relative;
  padding: 0px 7px 0px 10px;
  padding: 0vw 0.2734375vw 0vw 0.390625vw;
}
@media (min-width: 2560px) {
  .progress_container {
    padding: 0px 7px 0px 10px;
  }
}
.progress_container .progress_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 592px;
  width: 23.125vw;
}
@media (min-width: 2560px) {
  .progress_container .progress_bar {
    width: 592px;
  }
}
.progress_container .progress_bar {
  height: 18px;
  height: 0.703125vw;
}
@media (min-width: 2560px) {
  .progress_container .progress_bar {
    height: 18px;
  }
}
.progress_container .progress_bar {
  gap: 54px;
  gap: 2.109375vw;
}
@media (min-width: 2560px) {
  .progress_container .progress_bar {
    gap: 54px;
  }
}
.progress_container .progress_bar {
  padding: 90px 0px 10px;
  padding: 3.515625vw 0vw 0.390625vw;
}
@media (min-width: 2560px) {
  .progress_container .progress_bar {
    padding: 90px 0px 10px;
  }
}
.progress_container .progress_bar {
  margin-left: 67px;
  margin-left: 2.6171875vw;
}
@media (min-width: 2560px) {
  .progress_container .progress_bar {
    margin-left: 67px;
  }
}
.progress_container.is_active_silver .milestones .tier_text.silver {
  color: #58D6F7;
}
.progress_container.is_active_silver .milestones .tier_text.silver::before {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_silver .milestones .tier_text.silver::before {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container.is_active_silver .milestones .tier_text.silver::before {
  background-image: url("../img/normal.png");
  background-position: -1044px -1377px;
  background-position: -40.78125vw -53.7890625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_silver .milestones .tier_text.silver::before {
    background-position: -1044px -1377px;
  }
}
.progress_container.is_active_silver .milestones .tier_text.silver::before {
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_silver .milestones .tier_text.silver::before {
    width: 90px;
    height: 90px;
  }
}
.progress_container.is_active_silver .label_silver .token_point {
  opacity: 1;
}
.progress_container.is_active_silver .label_silver .text {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_silver .label_silver .text {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container.is_active_silver .label_silver .text {
  background-image: url("../img/normal.png");
  background-position: -1733px -993px;
  background-position: -67.6953125vw -38.7890625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_silver .label_silver .text {
    background-position: -1733px -993px;
  }
}
.progress_container.is_active_silver .label_silver .text {
  width: 88px;
  width: 3.4375vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_silver .label_silver .text {
    width: 88px;
    height: 30px;
  }
}
.progress_container.is_active_platinum .milestones .tier_text.silver {
  color: #58D6F7;
}
.progress_container.is_active_platinum .milestones .tier_text.silver::before {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .milestones .tier_text.silver::before {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container.is_active_platinum .milestones .tier_text.silver::before {
  background-image: url("../img/normal.png");
  background-position: -1044px -1377px;
  background-position: -40.78125vw -53.7890625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .milestones .tier_text.silver::before {
    background-position: -1044px -1377px;
  }
}
.progress_container.is_active_platinum .milestones .tier_text.silver::before {
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .milestones .tier_text.silver::before {
    width: 90px;
    height: 90px;
  }
}
.progress_container.is_active_platinum .milestones .tier_text.platinum {
  color: #58D6F7;
}
.progress_container.is_active_platinum .milestones .tier_text.platinum::before {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .milestones .tier_text.platinum::before {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container.is_active_platinum .milestones .tier_text.platinum::before {
  background-image: url("../img/normal.png");
  background-position: -856px -1377px;
  background-position: -33.4375vw -53.7890625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .milestones .tier_text.platinum::before {
    background-position: -856px -1377px;
  }
}
.progress_container.is_active_platinum .milestones .tier_text.platinum::before {
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .milestones .tier_text.platinum::before {
    width: 90px;
    height: 90px;
  }
}
.progress_container.is_active_platinum .label_silver .token_point {
  opacity: 1;
}
.progress_container.is_active_platinum .label_silver .text {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .label_silver .text {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container.is_active_platinum .label_silver .text {
  background-image: url("../img/normal.png");
  background-position: -1733px -993px;
  background-position: -67.6953125vw -38.7890625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .label_silver .text {
    background-position: -1733px -993px;
  }
}
.progress_container.is_active_platinum .label_silver .text {
  width: 88px;
  width: 3.4375vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .label_silver .text {
    width: 88px;
    height: 30px;
  }
}
.progress_container.is_active_platinum .label_platinum .token_point {
  opacity: 1;
}
.progress_container.is_active_platinum .label_platinum .text {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .label_platinum .text {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container.is_active_platinum .label_platinum .text {
  background-image: url("../img/normal.png");
  background-position: -1553px -1150px;
  background-position: -60.6640625vw -44.921875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .label_platinum .text {
    background-position: -1553px -1150px;
  }
}
.progress_container.is_active_platinum .label_platinum .text {
  width: 138px;
  width: 5.390625vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .label_platinum .text {
    width: 138px;
    height: 30px;
  }
}
.progress_container.is_active_diamond .milestones .tier_text {
  color: #58D6F7;
}
.progress_container.is_active_diamond .milestones .tier_text.silver::before {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.silver::before {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container.is_active_diamond .milestones .tier_text.silver::before {
  background-image: url("../img/normal.png");
  background-position: -1044px -1377px;
  background-position: -40.78125vw -53.7890625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.silver::before {
    background-position: -1044px -1377px;
  }
}
.progress_container.is_active_diamond .milestones .tier_text.silver::before {
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.silver::before {
    width: 90px;
    height: 90px;
  }
}
.progress_container.is_active_diamond .milestones .tier_text.platinum::before {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.platinum::before {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container.is_active_diamond .milestones .tier_text.platinum::before {
  background-image: url("../img/normal.png");
  background-position: -856px -1377px;
  background-position: -33.4375vw -53.7890625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.platinum::before {
    background-position: -856px -1377px;
  }
}
.progress_container.is_active_diamond .milestones .tier_text.platinum::before {
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.platinum::before {
    width: 90px;
    height: 90px;
  }
}
.progress_container.is_active_diamond .milestones .tier_text.diamond {
  color: #58D6F7;
}
.progress_container.is_active_diamond .milestones .tier_text.diamond::before {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.diamond::before {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container.is_active_diamond .milestones .tier_text.diamond::before {
  background-image: url("../img/normal.png");
  background-position: -1733px -805px;
  background-position: -67.6953125vw -31.4453125vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.diamond::before {
    background-position: -1733px -805px;
  }
}
.progress_container.is_active_diamond .milestones .tier_text.diamond::before {
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.diamond::before {
    width: 90px;
    height: 90px;
  }
}
.progress_container.is_active_diamond .label_silver .token_point {
  opacity: 1;
}
.progress_container.is_active_diamond .label_silver .text {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_silver .text {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container.is_active_diamond .label_silver .text {
  background-image: url("../img/normal.png");
  background-position: -1733px -993px;
  background-position: -67.6953125vw -38.7890625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_silver .text {
    background-position: -1733px -993px;
  }
}
.progress_container.is_active_diamond .label_silver .text {
  width: 88px;
  width: 3.4375vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_silver .text {
    width: 88px;
    height: 30px;
  }
}
.progress_container.is_active_diamond .label_platinum .token_point {
  opacity: 1;
}
.progress_container.is_active_diamond .label_platinum .text {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_platinum .text {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container.is_active_diamond .label_platinum .text {
  background-image: url("../img/normal.png");
  background-position: -1553px -1150px;
  background-position: -60.6640625vw -44.921875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_platinum .text {
    background-position: -1553px -1150px;
  }
}
.progress_container.is_active_diamond .label_platinum .text {
  width: 138px;
  width: 5.390625vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_platinum .text {
    width: 138px;
    height: 30px;
  }
}
.progress_container.is_active_diamond .label_diamond .token_point {
  opacity: 1;
}
.progress_container.is_active_diamond .label_diamond .text {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_diamond .text {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container.is_active_diamond .label_diamond .text {
  background-image: url("../img/normal.png");
  background-position: -1205px -1150px;
  background-position: -47.0703125vw -44.921875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_diamond .text {
    background-position: -1205px -1150px;
  }
}
.progress_container.is_active_diamond .label_diamond .text {
  width: 170px;
  width: 6.640625vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_diamond .text {
    width: 170px;
    height: 30px;
  }
}
.progress_container .progress_segment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.progress_container .silver_to_platinum {
  width: 180px;
  width: 7.03125vw;
}
@media (min-width: 2560px) {
  .progress_container .silver_to_platinum {
    width: 180px;
  }
}
.progress_container .silver_to_platinum {
  -webkit-clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
.progress_container .platinum_to_diamond {
  width: 358px;
  width: 13.984375vw;
}
@media (min-width: 2560px) {
  .progress_container .platinum_to_diamond {
    width: 358px;
  }
}
.progress_container .platinum_to_diamond {
  -webkit-clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
.progress_container .progress_active {
  display: inline-block;
  background-color: #58D6F7;
  -webkit-transition-property: width;
  transition-property: width;
  height: 18px;
  height: 0.703125vw;
}
@media (min-width: 2560px) {
  .progress_container .progress_active {
    height: 18px;
  }
}
.progress_container .progress_active {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.progress_container .token_status_text {
  position: absolute;
  bottom: 46px;
  bottom: 1.796875vw;
}
@media (min-width: 2560px) {
  .progress_container .token_status_text {
    bottom: 46px;
  }
}
.progress_container .token_status_text {
  z-index: 10;
}
.progress_container .token_status_text::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container .token_status_text::after {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container .token_status_text::after {
  background-image: url("../img/normal.png");
  background-position: -1827px -753px;
  background-position: -71.3671875vw -29.4140625vw;
}
@media (min-width: 2560px) {
  .progress_container .token_status_text::after {
    background-position: -1827px -753px;
  }
}
.progress_container .token_status_text::after {
  width: 12px;
  width: 0.46875vw;
  height: 9px;
  height: 0.3515625vw;
}
@media (min-width: 2560px) {
  .progress_container .token_status_text::after {
    width: 12px;
    height: 9px;
  }
}
.progress_container .token_status_text::after {
  content: "";
}
.progress_container .token_status_text .token_value {
  font-family: "sandollpress";
  font-size: 30px;
  font-size: 1.171875vw;
  line-height: 39px;
  line-height: 1.5234375vw;
}
@media (min-width: 2560px) {
  .progress_container .token_status_text .token_value {
    font-size: 30px;
    line-height: 39px;
  }
}
.progress_container .token_status_text .token_value {
  font-weight: 900;
  color: #FFAC4D;
  text-shadow: 2px 0px black, -2px 0px black, 0px 2px black, 0px -2px black, 2px 2px black, -2px -2px black, 2px -2px black, -2px 2px black;
  text-shadow: calc(2 * 100vw / 1920) calc(0 * 100vw / 1920) black, calc(-2 * 100vw / 1920) calc(0 * 100vw / 1920) black, calc(0 * 100vw / 1920) calc(2 * 100vw / 1920) black, calc(0 * 100vw / 1920) calc(-2 * 100vw / 1920) black, calc(2 * 100vw / 1920) calc(2 * 100vw / 1920) black, calc(-2 * 100vw / 1920) calc(-2 * 100vw / 1920) black, calc(2 * 100vw / 1920) calc(-2 * 100vw / 1920) black, calc(-2 * 100vw / 1920) calc(2 * 100vw / 1920) black;
}
@media (min-width: 1920px) {
  .progress_container .token_status_text .token_value {
    text-shadow: 2px 0px black, -2px 0px black, 0px 2px black, 0px -2px black, 2px 2px black, -2px -2px black, 2px -2px black, -2px 2px black;
  }
}
.progress_container .milestones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 82px;
  top: 3.203125vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones {
    top: 82px;
  }
}
.progress_container .milestones {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 678px;
  width: 26.484375vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones {
    width: 678px;
  }
}
.progress_container .milestones {
  height: 34px;
  height: 1.328125vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones {
    height: 34px;
  }
}
.progress_container .milestones {
  margin-left: -25px;
  margin-left: -0.9765625vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones {
    margin-left: -25px;
  }
}
.progress_container .milestones .tier_text {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 34px;
  width: 1.328125vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text {
    width: 34px;
  }
}
.progress_container .milestones .tier_text {
  height: 34px;
  height: 1.328125vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text {
    height: 34px;
  }
}
.progress_container .milestones .tier_text {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  font-family: "shapiro";
  font-size: 23px;
  font-size: 0.8984375vw;
  line-height: 30px;
  line-height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text {
    font-size: 23px;
    line-height: 30px;
  }
}
.progress_container .milestones .tier_text {
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.progress_container .milestones .tier_text::before {
  position: absolute;
  top: -90px;
  top: -3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text::before {
    top: -90px;
  }
}
.progress_container .milestones .tier_text::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}
.progress_container .milestones .tier_text.silver::before {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.silver::before {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container .milestones .tier_text.silver::before {
  background-image: url("../img/normal.png");
  background-position: -950px -1377px;
  background-position: -37.109375vw -53.7890625vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.silver::before {
    background-position: -950px -1377px;
  }
}
.progress_container .milestones .tier_text.silver::before {
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.silver::before {
    width: 90px;
    height: 90px;
  }
}
.progress_container .milestones .tier_text.platinum {
  margin: 0px 378px 0px 198px;
  margin: 0vw 14.765625vw 0vw 7.734375vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.platinum {
    margin: 0px 378px 0px 198px;
  }
}
.progress_container .milestones .tier_text.platinum::before {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.platinum::before {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container .milestones .tier_text.platinum::before {
  background-image: url("../img/normal.png");
  background-position: -1733px -899px;
  background-position: -67.6953125vw -35.1171875vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.platinum::before {
    background-position: -1733px -899px;
  }
}
.progress_container .milestones .tier_text.platinum::before {
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.platinum::before {
    width: 90px;
    height: 90px;
  }
}
.progress_container .milestones .tier_text.diamond {
  color: #fff;
}
.progress_container .milestones .tier_text.diamond::before {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.diamond::before {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container .milestones .tier_text.diamond::before {
  background-image: url("../img/normal.png");
  background-position: -1733px -711px;
  background-position: -67.6953125vw -27.7734375vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.diamond::before {
    background-position: -1733px -711px;
  }
}
.progress_container .milestones .tier_text.diamond::before {
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.diamond::before {
    width: 90px;
    height: 90px;
  }
}
.progress_container .label_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 10px;
  padding-top: 0.390625vw;
}
@media (min-width: 2560px) {
  .progress_container .label_box {
    padding-top: 10px;
  }
}
.progress_container .label_box .label {
  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;
  font-family: "shapiro";
  font-size: 15px;
  font-size: 0.5859375vw;
  line-height: 19px;
  line-height: 0.7421875vw;
}
@media (min-width: 2560px) {
  .progress_container .label_box .label {
    font-size: 15px;
    line-height: 19px;
  }
}
.progress_container .label_box .label {
  font-weight: 700;
  font-stretch: semi-expanded;
  color: #fff;
}
.progress_container .label_box .token_point {
  padding-bottom: 11px;
  padding-bottom: 0.4296875vw;
}
@media (min-width: 2560px) {
  .progress_container .label_box .token_point {
    padding-bottom: 11px;
  }
}
.progress_container .label_box .token_point {
  opacity: 0.7;
}
.progress_container .label_silver .text {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container .label_silver .text {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container .label_silver .text {
  background-image: url("../img/normal.png");
  background-position: -899px -1167px;
  background-position: -35.1171875vw -45.5859375vw;
}
@media (min-width: 2560px) {
  .progress_container .label_silver .text {
    background-position: -899px -1167px;
  }
}
.progress_container .label_silver .text {
  width: 88px;
  width: 3.4375vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container .label_silver .text {
    width: 88px;
    height: 30px;
  }
}
.progress_container .label_platinum {
  margin: 0px 261px 0px 117px;
  margin: 0vw 10.1953125vw 0vw 4.5703125vw;
}
@media (min-width: 2560px) {
  .progress_container .label_platinum {
    margin: 0px 261px 0px 117px;
  }
}
.progress_container .label_platinum .text {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container .label_platinum .text {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container .label_platinum .text {
  background-image: url("../img/normal.png");
  background-position: -1695px -1150px;
  background-position: -66.2109375vw -44.921875vw;
}
@media (min-width: 2560px) {
  .progress_container .label_platinum .text {
    background-position: -1695px -1150px;
  }
}
.progress_container .label_platinum .text {
  width: 138px;
  width: 5.390625vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container .label_platinum .text {
    width: 138px;
    height: 30px;
  }
}
.progress_container .label_diamond .text {
  -webkit-background-size: 1851px 1687px;
  background-size: 1851px 1687px;
  -webkit-background-size: 72.3046875vw 65.8984375vw;
  background-size: 72.3046875vw 65.8984375vw;
}
@media (min-width: 2560px) {
  .progress_container .label_diamond .text {
    -webkit-background-size: 1851px 1687px;
    background-size: 1851px 1687px;
  }
}
.progress_container .label_diamond .text {
  background-image: url("../img/normal.png");
  background-position: -1379px -1150px;
  background-position: -53.8671875vw -44.921875vw;
}
@media (min-width: 2560px) {
  .progress_container .label_diamond .text {
    background-position: -1379px -1150px;
  }
}
.progress_container .label_diamond .text {
  width: 170px;
  width: 6.640625vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container .label_diamond .text {
    width: 170px;
    height: 30px;
  }
}

.token_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 33px;
  margin-top: 1.2890625vw;
}
@media (min-width: 2560px) {
  .token_list {
    margin-top: 33px;
  }
}
.token_list .token_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.token_list .token_item .payment_text {
  font-size: 18px;
  font-size: 0.703125vw;
  line-height: 23px;
  line-height: 0.8984375vw;
}
@media (min-width: 2560px) {
  .token_list .token_item .payment_text {
    font-size: 18px;
    line-height: 23px;
  }
}
.token_list .token_item .payment_text {
  font-weight: 900;
  color: #1B1D1F;
}
.token_list .token_item .img {
  width: 220px;
  width: 8.59375vw;
}
@media (min-width: 2560px) {
  .token_list .token_item .img {
    width: 220px;
  }
}
.token_list .token_item .img {
  margin-top: 8px;
  margin-top: 0.3125vw;
}
@media (min-width: 2560px) {
  .token_list .token_item .img {
    margin-top: 8px;
  }
}
.token_list .token_item .info_text {
  font-family: "sandollpress";
  font-size: 24px;
  font-size: 0.9375vw;
  line-height: 32px;
  line-height: 1.25vw;
}
@media (min-width: 2560px) {
  .token_list .token_item .info_text {
    font-size: 24px;
    line-height: 32px;
  }
}
.token_list .token_item .info_text {
  color: #1B1D1F;
}
.token_list .token_item .desc {
  margin-top: 2px;
  margin-top: 0.078125vw;
}
@media (min-width: 2560px) {
  .token_list .token_item .desc {
    margin-top: 2px;
  }
}
.token_list .token_item .desc {
  padding: 0;
  font-size: 18px;
  font-size: 0.703125vw;
  line-height: 23px;
  line-height: 0.8984375vw;
}
@media (min-width: 2560px) {
  .token_list .token_item .desc {
    font-size: 18px;
    line-height: 23px;
  }
}
.token_list .token_item .desc {
  text-align: center;
}

.notice_list {
  margin-top: 30px;
  margin-top: 1.171875vw;
}
@media (min-width: 2560px) {
  .notice_list {
    margin-top: 30px;
  }
}
.notice_list {
  text-align: left;
}
.notice_list .notice_item {
  font-size: 14px;
  font-size: 0.546875vw;
  line-height: 20px;
  line-height: 0.78125vw;
}
@media (min-width: 2560px) {
  .notice_list .notice_item {
    font-size: 14px;
    line-height: 20px;
  }
}
.notice_list .notice_item {
  font-weight: 500;
  color: rgba(27, 29, 31, 0.5);
}

.pagination_area {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 30px;
  right: 1.171875vw;
}
@media (min-width: 2560px) {
  .pagination_area {
    right: 30px;
  }
}
.pagination_area {
  bottom: 20px;
  bottom: 0.78125vw;
}
@media (min-width: 2560px) {
  .pagination_area {
    bottom: 20px;
  }
}
.pagination_area {
  width: 240px;
  width: 9.375vw;
}
@media (min-width: 2560px) {
  .pagination_area {
    width: 240px;
  }
}
.pagination_area {
  height: 40px;
  height: 1.5625vw;
}
@media (min-width: 2560px) {
  .pagination_area {
    height: 40px;
  }
}
.pagination_area .swiper-pagination {
  position: initial;
  font-family: "sandollpress";
  font-size: 24px;
  font-size: 0.9375vw;
  line-height: 27px;
  line-height: 1.0546875vw;
}
@media (min-width: 2560px) {
  .pagination_area .swiper-pagination {
    font-size: 24px;
    line-height: 27px;
  }
}
.pagination_area .swiper-pagination {
  font-weight: 900;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.96px;
  letter-spacing: 0.0375vw;
}
@media (min-width: 2560px) {
  .pagination_area .swiper-pagination {
    letter-spacing: 0.96px;
  }
}
.pagination_area .swiper-pagination {
  text-align: right;
}
.pagination_area .swiper-pagination .swiper-pagination-current {
  color: #58D6F7;
}
.pagination_area .swiper-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  gap: 6px;
  gap: 0.234375vw;
}
@media (min-width: 2560px) {
  .pagination_area .swiper-dot {
    gap: 6px;
  }
}
.pagination_area .swiper-dot {
  margin-top: 13px;
  margin-top: 0.5078125vw;
}
@media (min-width: 2560px) {
  .pagination_area .swiper-dot {
    margin-top: 13px;
  }
}
.pagination_area .swiper-dot {
  z-index: 10;
}
.pagination_area .swiper-dot .dot {
  width: 30px;
  width: 1.171875vw;
}
@media (min-width: 2560px) {
  .pagination_area .swiper-dot .dot {
    width: 30px;
  }
}
.pagination_area .swiper-dot .dot {
  height: 6px;
  height: 0.234375vw;
}
@media (min-width: 2560px) {
  .pagination_area .swiper-dot .dot {
    height: 6px;
  }
}
.pagination_area .swiper-dot .dot {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pagination_area .swiper-dot .dot.is-active {
  width: 60px;
  width: 2.34375vw;
}
@media (min-width: 2560px) {
  .pagination_area .swiper-dot .dot.is-active {
    width: 60px;
  }
}
.pagination_area .swiper-dot .dot.is-active {
  background-color: #58D6F7;
}

.error_page {
  margin-top: -80px;
}
.error_page ~ .riotbar-footer {
  display: none;
}

.error {
  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;
  position: relative;
  height: 100vh;
  background: url("../img/bg_error_page.png") top center/cover no-repeat;
  text-align: center;
}
.error_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.error .logo {
  width: 536px;
  width: 20.9375vw;
}
@media (min-width: 2560px) {
  .error .logo {
    width: 536px;
  }
}
.error .logo {
  height: 139px;
  height: 5.4296875vw;
}
@media (min-width: 2560px) {
  .error .logo {
    height: 139px;
  }
}
.error .logo {
  margin: 0 auto;
}
.error .error_title {
  margin-top: 30px;
  margin-top: 1.171875vw;
}
@media (min-width: 2560px) {
  .error .error_title {
    margin-top: 30px;
  }
}
.error .error_title {
  font-family: "sandollpress";
  font-size: 54px;
  font-size: 2.109375vw;
  line-height: 73px;
  line-height: 2.8515625vw;
}
@media (min-width: 2560px) {
  .error .error_title {
    font-size: 54px;
    line-height: 73px;
  }
}
.error .error_title {
  font-weight: 900;
  color: #58D6F7;
}
.error .error_desc {
  margin-top: 26px;
  margin-top: 1.015625vw;
}
@media (min-width: 2560px) {
  .error .error_desc {
    margin-top: 26px;
  }
}
.error .error_desc {
  font-size: 30px;
  font-size: 1.171875vw;
  line-height: 41px;
  line-height: 1.6015625vw;
}
@media (min-width: 2560px) {
  .error .error_desc {
    font-size: 30px;
    line-height: 41px;
  }
}
.error .error_desc {
  font-weight: 700;
  letter-spacing: -1px;
  letter-spacing: -0.0390625vw;
}
@media (min-width: 2560px) {
  .error .error_desc {
    letter-spacing: -1px;
  }
}
.error .error_desc {
  color: #fff;
}
.error .error_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  width: 11.71875vw;
}
@media (min-width: 2560px) {
  .error .error_link {
    width: 300px;
  }
}
.error .error_link {
  height: 66px;
  height: 2.578125vw;
}
@media (min-width: 2560px) {
  .error .error_link {
    height: 66px;
  }
}
.error .error_link {
  margin: 60px auto 0px;
  margin: 2.34375vw auto 0vw;
}
@media (min-width: 2560px) {
  .error .error_link {
    margin: 60px auto 0px;
  }
}
.error .error_link {
  background: url("../img/btn_error.png") center/100% no-repeat;
  font-size: 26px;
  font-size: 1.015625vw;
  line-height: 31px;
  line-height: 1.2109375vw;
}
@media (min-width: 2560px) {
  .error .error_link {
    font-size: 26px;
    line-height: 31px;
  }
}
.error .error_link {
  font-weight: 900;
  color: #1B1D1F;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.error .error_link:hover {
  background-image: url("../img/btn_error_hover.png");
  color: #1B1D1F;
}