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

.color_orange {
  color: #FFB326;
}

.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: 580px;
  top: 22.65625vw;
  width: 9633px;
  width: 376.2890625vw;
  height: 162px;
  height: 6.328125vw;
  -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: 1;
}
@media (min-width: 2560px) {
  .text_roll {
    top: 580px;
  }
}
@media (min-width: 2560px) {
  .text_roll {
    width: 9633px;
  }
}
@media (min-width: 2560px) {
  .text_roll {
    height: 162px;
  }
}
.text_roll.type_black {
  top: 4750px;
  top: 185.546875vw;
  -webkit-animation: text_roll2 60s infinite linear;
  animation: text_roll2 60s infinite linear;
  background-image: url(../img/bg_roll_2.png);
}
@media (min-width: 2560px) {
  .text_roll.type_black {
    top: 4750px;
  }
}
.text_roll.type_black02 {
  top: 8790px;
  top: 343.359375vw;
  -webkit-animation: text_roll3 60s infinite linear;
  animation: text_roll3 60s infinite linear;
  background-image: url(../img/bg_roll_2.png);
}
@media (min-width: 2560px) {
  .text_roll.type_black02 {
    top: 8790px;
  }
}

@-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 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 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(-7.71deg) translateX(0);
    transform: rotate(-7.71deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(-7.71deg) translateX(-50%);
    transform: rotate(-7.71deg) translateX(-50%);
  }
}
@keyframes text_roll {
  0% {
    -webkit-transform: rotate(-7.71deg) translateX(0);
    transform: rotate(-7.71deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(-7.71deg) translateX(-50%);
    transform: rotate(-7.71deg) 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;
  font-weight: 700;
  border-top: 1px solid #1c1c1c;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (min-width: 2560px) {
  .notes .btn_toggle {
    font-size: 20px;
    line-height: 68px;
  }
}
.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;
  -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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1827px -737px;
  background-position: -71.3671875vw -28.7890625vw;
  width: 18px;
  width: 0.703125vw;
  height: 12px;
  height: 0.46875vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
@media (min-width: 2560px) {
  .notes .btn_toggle span::after {
    right: 2px;
  }
}
@media (min-width: 2560px) {
  .notes .btn_toggle span::after {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .notes .btn_toggle span::after {
    background-position: -1827px -737px;
  }
}
@media (min-width: 2560px) {
  .notes .btn_toggle span::after {
    width: 18px;
    height: 12px;
  }
}
.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;
  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;
  color: #9c9c9c;
  word-break: break-all;
}
@media (min-width: 1920px) {
  .precautions {
    padding: 114px 155px 120px;
  }
}
@media (min-width: 2560px) {
  .precautions {
    font-size: 16px;
    line-height: 32px;
  }
}
@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 > 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;
  padding-left: 28px;
  padding-left: 1.09375vw;
  padding-bottom: 20px;
  padding-bottom: 0.78125vw;
}
@media (min-width: 2560px) {
  .precautions .table {
    margin-top: 14px;
  }
}
@media (min-width: 2560px) {
  .precautions .table {
    padding-left: 28px;
  }
}
@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;
  padding: 15px;
  padding: 0.5859375vw;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.546875vw;
  color: #fff;
  line-height: 1.75;
  text-align: center;
}
@media (min-width: 2560px) {
  .precautions table th,
  .precautions table td {
    width: 200px;
  }
}
@media (min-width: 2560px) {
  .precautions table th,
  .precautions table td {
    padding: 15px;
  }
}
@media (min-width: 1920px) {
  .precautions table th,
  .precautions table td {
    font-size: 14px;
  }
}

.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_popup_2.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: 36px 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: 36px 5px 28px;
    padding: 3.515625vw 0.48828125vw 2.734375vw;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .pop_item.popup_complete_guide {
    padding: 36px 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 .highlight {
  color: #CDF564;
}
.pop_item .pop_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.pop_item .btn_pop {
  width: 160px;
  height: 50px;
  background: url("../img/btn_popup.png") center/cover no-repeat;
  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:hover {
  background-image: url("../img/btn_popup_hover.png");
  color: #1B1D1F;
}
.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;
  right: 30px;
  right: 1.171875vw;
  width: 220px;
  width: 8.59375vw;
  height: 320px;
  height: 12.5vw;
  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 (min-width: 2560px) {
  .banner {
    top: 348px;
  }
}
@media (min-width: 2560px) {
  .banner {
    right: 30px;
  }
}
@media (min-width: 2560px) {
  .banner {
    width: 220px;
  }
}
@media (min-width: 2560px) {
  .banner {
    height: 320px;
  }
}
@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: #FFB326;
}
.banner:hover .token_count {
  color: #FFB326;
}
.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .banner_inner {
    padding: 26px 0px 0px;
  }
}
@media (max-width: 1024px) {
  .banner_inner {
    padding-top: 13px;
    padding-top: 1.26953125vw;
  }
}
.banner .img {
  width: 120px;
  width: 4.6875vw;
  height: 120px;
  height: 4.6875vw;
  margin-top: 5px;
  margin-top: 0.1953125vw;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
@media (min-width: 2560px) {
  .banner .img {
    width: 120px;
  }
}
@media (min-width: 2560px) {
  .banner .img {
    height: 120px;
  }
}
@media (min-width: 2560px) {
  .banner .img {
    margin-top: 5px;
  }
}
@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;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media (min-width: 2560px) {
  .banner .banner_title {
    font-size: 18px;
    line-height: 21px;
  }
}
@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;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: #CDF564;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 2560px) {
  .banner .banner_title .name {
    max-width: 120px;
  }
}
.banner .banner_title .tier_text {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: #CDF564;
}
.banner .token_text {
  margin-top: 1px;
  margin-top: 0.0390625vw;
  font-size: 16px;
  font-size: 0.625vw;
  line-height: 19px;
  line-height: 0.7421875vw;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 2560px) {
  .banner .token_text {
    margin-top: 1px;
  }
}
@media (min-width: 2560px) {
  .banner .token_text {
    font-size: 16px;
    line-height: 19px;
  }
}
@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;
  font-family: "sandollpress";
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 25px;
  line-height: 0.9765625vw;
  font-weight: 900;
  color: #CDF564;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
@media (min-width: 2560px) {
  .banner .token_count {
    margin-top: 3px;
  }
}
@media (min-width: 2560px) {
  .banner .token_count {
    font-size: 22px;
    line-height: 25px;
  }
}
@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;
  height: 58px;
  height: 2.265625vw;
  margin-top: auto;
}
@media (min-width: 2560px) {
  .banner .btn_view {
    width: 220px;
  }
}
@media (min-width: 2560px) {
  .banner .btn_view {
    height: 58px;
  }
}
@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;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 2560px) {
  .section_inner {
    max-width: 1400px;
  }
}
.section_inner .label {
  width: 192px;
  width: 7.5vw;
}
@media (min-width: 2560px) {
  .section_inner .label {
    width: 192px;
  }
}
.section_kv {
  position: relative;
  height: 1362px;
  height: 53.203125vw;
}
@media (min-width: 2560px) {
  .section_kv {
    height: 1362px;
  }
}
.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;
  padding-top: 282px;
  padding-top: 11.015625vw;
}
@media (min-width: 2560px) {
  .section_kv .section_inner {
    max-width: 1260px;
  }
}
@media (min-width: 2560px) {
  .section_kv .section_inner {
    padding-top: 282px;
  }
}
.section_kv .logo {
  width: 639px;
  width: 24.9609375vw;
  height: 165px;
  height: 6.4453125vw;
  margin-left: 11px;
  margin-left: 0.4296875vw;
  background: url("../img/2xko_logo.png") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_kv .logo {
    width: 639px;
  }
}
@media (min-width: 2560px) {
  .section_kv .logo {
    height: 165px;
  }
}
@media (min-width: 2560px) {
  .section_kv .logo {
    margin-left: 11px;
  }
}
.section_kv .title {
  width: 630px;
  width: 24.609375vw;
  height: 228px;
  height: 8.90625vw;
  margin-top: 2px;
  margin-top: 0.078125vw;
  background: url("../img/title_text.png") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_kv .title {
    width: 630px;
  }
}
@media (min-width: 2560px) {
  .section_kv .title {
    height: 228px;
  }
}
@media (min-width: 2560px) {
  .section_kv .title {
    margin-top: 2px;
  }
}
.section_kv .date_area {
  margin-top: 100px;
  margin-top: 3.90625vw;
  margin-left: 32px;
  margin-left: 1.25vw;
  padding: 24px 25px 14px;
  padding: 0.9375vw 0.9765625vw 0.546875vw;
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1205px -1037px;
  background-position: -47.0703125vw -40.5078125vw;
  width: 595px;
  width: 23.2421875vw;
  height: 110px;
  height: 4.296875vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    margin-top: 100px;
  }
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    margin-left: 32px;
  }
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    padding: 24px 25px 14px;
  }
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    background-position: -1205px -1037px;
  }
}
@media (min-width: 2560px) {
  .section_kv .date_area {
    width: 595px;
    height: 110px;
  }
}
.section_kv .date_text {
  font-family: "sandollpress";
  font-size: 26px;
  font-size: 1.015625vw;
  line-height: 35px;
  line-height: 1.3671875vw;
  letter-spacing: -1.12px;
  letter-spacing: -0.04375vw;
  font-size-adjust: none;
  font-weight: 900;
  color: #1B1D1F;
}
@media (min-width: 2560px) {
  .section_kv .date_text {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (min-width: 2560px) {
  .section_kv .date_text {
    letter-spacing: -1.12px;
  }
}
.section_cta {
  position: relative;
  height: 1213px;
  height: 47.3828125vw;
  background: url("../img/bg_video.png") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_cta {
    height: 1213px;
  }
}
.section_cta .section_inner {
  padding-top: 163px;
  padding-top: 6.3671875vw;
}
@media (min-width: 2560px) {
  .section_cta .section_inner {
    padding-top: 163px;
  }
}
.section_cta .title {
  font-size: 62px;
  font-size: 2.421875vw;
  line-height: 73px;
  line-height: 2.8515625vw;
  color: #fff;
  font-family: "shapiro";
  font-stretch: ultra-expanded;
}
@media (min-width: 2560px) {
  .section_cta .title {
    font-size: 62px;
    line-height: 73px;
  }
}
.section_cta .desc {
  padding-top: 20px;
  padding-top: 0.78125vw;
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
  color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 2560px) {
  .section_cta .desc {
    padding-top: 20px;
  }
}
@media (min-width: 2560px) {
  .section_cta .desc {
    font-size: 22px;
    line-height: 29px;
  }
}
.section_cta .video_area {
  padding-top: 63px;
  padding-top: 2.4609375vw;
}
@media (min-width: 2560px) {
  .section_cta .video_area {
    padding-top: 63px;
  }
}
.section_cta .video_bx {
  width: 1210px;
  width: 47.265625vw;
  height: 736px;
  height: 28.75vw;
  margin: 0 auto;
  padding-top: 20px;
  padding-top: 0.78125vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/bg_youtube_frame.png") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_cta .video_bx {
    width: 1210px;
  }
}
@media (min-width: 2560px) {
  .section_cta .video_bx {
    height: 736px;
  }
}
@media (min-width: 2560px) {
  .section_cta .video_bx {
    padding-top: 20px;
  }
}
.section_cta .video {
  overflow: hidden;
  position: relative;
  width: 1200px;
  width: 46.875vw;
  margin-top: 1px;
  margin-top: 0.0390625vw;
  padding-top: 672px;
  padding-top: 26.25vw;
  border: 2px solid #CDF564;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_cta .video {
    width: 1200px;
  }
}
@media (min-width: 2560px) {
  .section_cta .video {
    margin-top: 1px;
  }
}
@media (min-width: 2560px) {
  .section_cta .video {
    padding-top: 672px;
  }
}
.section_cta .video::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 675px;
  height: 26.3671875vw;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), -webkit-gradient(linear, left top, left bottom, color-stop(89.63%, rgba(0, 0, 0, 0)), color-stop(102.44%, #000000)), url("../img/bg_thumb_video.jpg") center center/cover no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), linear-gradient(180deg, rgba(0, 0, 0, 0) 89.63%, #000000 102.44%), url("../img/bg_thumb_video.jpg") center center/cover no-repeat;
  content: "";
}
@media (min-width: 2560px) {
  .section_cta .video::before {
    height: 675px;
  }
}
.section_cta .video::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 289px;
  width: 11.2890625vw;
  height: 10px;
  height: 0.390625vw;
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1205px -1185px;
  background-position: -47.0703125vw -46.2890625vw;
  width: 289px;
  width: 11.2890625vw;
  height: 10px;
  height: 0.390625vw;
  content: "";
}
@media (min-width: 2560px) {
  .section_cta .video::after {
    width: 289px;
  }
}
@media (min-width: 2560px) {
  .section_cta .video::after {
    height: 10px;
  }
}
@media (min-width: 2560px) {
  .section_cta .video::after {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_cta .video::after {
    background-position: -1205px -1185px;
  }
}
@media (min-width: 2560px) {
  .section_cta .video::after {
    width: 289px;
    height: 10px;
  }
}
.section_cta .video iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section_cta .video.is_play::before {
  visibility: hidden;
  opacity: 0;
}
.section_cta .video.is_play .btn_play {
  display: none;
}
.section_cta .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1600px -1290px;
  background-position: -62.5vw -50.390625vw;
  width: 65px;
  width: 2.5390625vw;
  height: 60px;
  height: 2.34375vw;
}
@media (min-width: 2560px) {
  .section_cta .btn_play {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_cta .btn_play {
    background-position: -1600px -1290px;
  }
}
@media (min-width: 2560px) {
  .section_cta .btn_play {
    width: 65px;
    height: 60px;
  }
}
.section_cta .btn_play:hover {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1669px -1290px;
  background-position: -65.1953125vw -50.390625vw;
  width: 65px;
  width: 2.5390625vw;
  height: 60px;
  height: 2.34375vw;
}
@media (min-width: 2560px) {
  .section_cta .btn_play:hover {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_cta .btn_play:hover {
    background-position: -1669px -1290px;
  }
}
@media (min-width: 2560px) {
  .section_cta .btn_play:hover {
    width: 65px;
    height: 60px;
  }
}
.section_token {
  position: relative;
  height: 2101px;
  height: 82.0703125vw;
  background: url("../img/bg_token.png") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_token {
    height: 2101px;
  }
}
.section_token .section_inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1200px;
  max-width: 46.875vw;
  padding-top: 170px;
  padding-top: 6.640625vw;
}
@media (min-width: 2560px) {
  .section_token .section_inner {
    max-width: 1200px;
  }
}
@media (min-width: 2560px) {
  .section_token .section_inner {
    padding-top: 170px;
  }
}
.section_token .title {
  width: 707px;
  width: 27.6171875vw;
  padding-top: 32px;
  padding-top: 1.25vw;
}
@media (min-width: 2560px) {
  .section_token .title {
    width: 707px;
  }
}
@media (min-width: 2560px) {
  .section_token .title {
    padding-top: 32px;
  }
}
.section_token .desc {
  font-weight: 600;
  padding-top: 30px;
  padding-top: 1.171875vw;
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
  color: rgba(27, 29, 31, 0.5);
  text-align: left;
}
@media (min-width: 2560px) {
  .section_token .desc {
    padding-top: 30px;
  }
}
@media (min-width: 2560px) {
  .section_token .desc {
    font-size: 22px;
    line-height: 29px;
  }
}
.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;
  text-align: left;
}
@media (min-width: 2560px) {
  .section_token .grade_area {
    padding-top: 25px;
  }
}
.section_token .grade_info {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -899px -604px;
  background-position: -35.1171875vw -23.59375vw;
  width: 288px;
  width: 11.25vw;
  height: 559px;
  height: 21.8359375vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_token .grade_info {
    background-position: -899px -604px;
  }
}
@media (min-width: 2560px) {
  .section_token .grade_info {
    width: 288px;
    height: 559px;
  }
}
.section_token .grade_status {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: 0px -604px;
  background-position: 0vw -23.59375vw;
  width: 895px;
  width: 34.9609375vw;
  height: 597px;
  height: 23.3203125vw;
  margin-left: 19px;
  margin-left: 0.7421875vw;
}
@media (min-width: 2560px) {
  .section_token .grade_status {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_token .grade_status {
    background-position: 0px -604px;
  }
}
@media (min-width: 2560px) {
  .section_token .grade_status {
    width: 895px;
    height: 597px;
  }
}
@media (min-width: 2560px) {
  .section_token .grade_status {
    margin-left: 19px;
  }
}
.section_token .token_guide {
  margin-top: 53px;
  margin-top: 2.0703125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 2560px) {
  .section_token .token_guide {
    margin-top: 53px;
  }
}
.section_token .token_guide .left_box .title_area {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: 0px -1205px;
  background-position: 0vw -47.0703125vw;
  width: 662px;
  width: 25.859375vw;
  height: 81px;
  height: 3.1640625vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .left_box .title_area {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_token .token_guide .left_box .title_area {
    background-position: 0px -1205px;
  }
}
@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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -856px -1290px;
  background-position: -33.4375vw -50.390625vw;
  width: 518px;
  width: 20.234375vw;
  height: 83px;
  height: 3.2421875vw;
}
@media (min-width: 2560px) {
  .section_token .token_guide .right_box .title_area {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_token .token_guide .right_box .title_area {
    background-position: -856px -1290px;
  }
}
@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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_token .token_guide .title_area {
    padding: 29px 18px 21px;
  }
}
.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;
  color: #fff;
}
@media (min-width: 2560px) {
  .section_token .token_guide .title_area .tit {
    font-size: 24px;
    line-height: 31px;
  }
}
.section_token .token_guide .title_area .desc {
  margin-left: 12px;
  margin-left: 0.46875vw;
  padding: 0;
  font-family: "pretendard";
  font-size: 17px;
  font-size: 0.6640625vw;
  line-height: 22px;
  line-height: 0.859375vw;
  letter-spacing: -0.34px;
  letter-spacing: -0.01328125vw;
  color: #CDF564;
  opacity: 0.8;
}
@media (min-width: 2560px) {
  .section_token .token_guide .title_area .desc {
    margin-left: 12px;
  }
}
@media (min-width: 2560px) {
  .section_token .token_guide .title_area .desc {
    font-size: 17px;
    line-height: 22px;
  }
}
@media (min-width: 2560px) {
  .section_token .token_guide .title_area .desc {
    letter-spacing: -0.34px;
  }
}
.section_token .name_area {
  width: 244px;
  width: 9.53125vw;
  padding: 8px 30px;
  padding: 0.3125vw 1.171875vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_token .name_area {
    width: 244px;
  }
}
@media (min-width: 2560px) {
  .section_token .name_area {
    padding: 8px 30px;
  }
}
.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;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 2560px) {
  .section_token .name_area .nickname {
    font-size: 20px;
    line-height: 26px;
  }
}
.section_token .name_area .nickname .name {
  font-family: "sandollpress";
  max-width: 136px;
  max-width: 5.3125vw;
  margin-right: 8px;
  margin-right: 0.3125vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
@media (min-width: 2560px) {
  .section_token .name_area .nickname .name {
    max-width: 136px;
  }
}
@media (min-width: 2560px) {
  .section_token .name_area .nickname .name {
    margin-right: 8px;
  }
}
.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;
  padding: 35px 19px 35px 24px;
  padding: 1.3671875vw 0.7421875vw 1.3671875vw 0.9375vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner {
    height: 516px;
  }
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner {
    padding: 35px 19px 35px 24px;
  }
}
.section_token .grade_info_inner .grade_desc {
  font-size: 24px;
  font-size: 0.9375vw;
  line-height: 31px;
  line-height: 1.2109375vw;
  font-weight: 700;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .grade_desc {
    font-size: 24px;
    line-height: 31px;
  }
}
.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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: 0px -1290px;
  background-position: 0vw -50.390625vw;
  width: 210px;
  width: 8.203125vw;
  height: 213px;
  height: 8.3203125vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.iron {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.iron {
    background-position: 0px -1290px;
  }
}
@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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -642px -1290px;
  background-position: -25.078125vw -50.390625vw;
  width: 210px;
  width: 8.203125vw;
  height: 210px;
  height: 8.203125vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.silver {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.silver {
    background-position: -642px -1290px;
  }
}
@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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -428px -1290px;
  background-position: -16.71875vw -50.390625vw;
  width: 210px;
  width: 8.203125vw;
  height: 210px;
  height: 8.203125vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.platinum {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.platinum {
    background-position: -428px -1290px;
  }
}
@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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -214px -1290px;
  background-position: -8.359375vw -50.390625vw;
  width: 210px;
  width: 8.203125vw;
  height: 210px;
  height: 8.203125vw;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.diamond {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .tier_img.diamond {
    background-position: -214px -1290px;
  }
}
@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;
  color: #F57B00;
}
@media (min-width: 2560px) {
  .section_token .grade_info_inner .token_count,
  .section_token .grade_info_inner .tier {
    margin-right: 5px;
  }
}
.section_token .token_info {
  width: 100%;
  padding: 90px 44px 50px 60px;
  padding: 3.515625vw 1.71875vw 1.953125vw 2.34375vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_token .token_info {
    padding: 90px 44px 50px 60px;
  }
}
.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;
  padding-top: 38px;
  padding-top: 1.484375vw;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 2560px) {
  .section_token .token_info .user_status {
    margin-top: 50px;
  }
}
@media (min-width: 2560px) {
  .section_token .token_info .user_status {
    padding-top: 38px;
  }
}
.section_token .token_info .user_status::before {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1378px -1290px;
  background-position: -53.828125vw -50.390625vw;
  width: 218px;
  width: 8.515625vw;
  height: 76px;
  height: 2.96875vw;
  content: "";
}
@media (min-width: 2560px) {
  .section_token .token_info .user_status::before {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_token .token_info .user_status::before {
    background-position: -1378px -1290px;
  }
}
@media (min-width: 2560px) {
  .section_token .token_info .user_status::before {
    width: 218px;
    height: 76px;
  }
}
.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;
  color: #F1F2F1;
  max-width: 230px;
  max-width: 8.984375vw;
}
@media (min-width: 2560px) {
  .section_token .token_info .user_status_info .name_area .name {
    font-size: 28px;
    line-height: 36px;
  }
}
@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;
  color: #F1F2F1;
}
@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 .token_count {
  font-family: "sandollpress";
  font-size: 70px;
  font-size: 2.734375vw;
  line-height: 68px;
  line-height: 2.65625vw;
  font-weight: 900;
  color: #FFB326;
}
@media (min-width: 2560px) {
  .section_token .token_info .user_status_info .token_count {
    font-size: 70px;
    line-height: 68px;
  }
}
.section_token .token_info .btn_view {
  width: 260px;
  width: 10.15625vw;
  height: 70px;
  height: 2.734375vw;
  background: url("../img/btn_view.png") center/cover no-repeat;
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
}
@media (min-width: 2560px) {
  .section_token .token_info .btn_view {
    width: 260px;
  }
}
@media (min-width: 2560px) {
  .section_token .token_info .btn_view {
    height: 70px;
  }
}
.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;
  font-size: 28px;
  font-size: 1.09375vw;
  line-height: 34px;
  line-height: 1.328125vw;
  font-weight: 900;
  color: #1B1D1F;
}
@media (min-width: 2560px) {
  .section_token .token_info .btn_view .text {
    gap: 14px;
  }
}
@media (min-width: 2560px) {
  .section_token .token_info .btn_view .text {
    font-size: 28px;
    line-height: 34px;
  }
}
.section_token .token_info .btn_view .text::after {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1827px -711px;
  background-position: -71.3671875vw -27.7734375vw;
  width: 22px;
  width: 0.859375vw;
  height: 22px;
  height: 0.859375vw;
  -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: "";
}
@media (min-width: 2560px) {
  .section_token .token_info .btn_view .text::after {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_token .token_info .btn_view .text::after {
    background-position: -1827px -711px;
  }
}
@media (min-width: 2560px) {
  .section_token .token_info .btn_view .text::after {
    width: 22px;
    height: 22px;
  }
}
.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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -666px -1205px;
  background-position: -26.015625vw -47.0703125vw;
  width: 676px;
  width: 26.40625vw;
  height: 68px;
  height: 2.65625vw;
  padding: 0;
}
@media (min-width: 2560px) {
  .section_token .token_guide_inner .title {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_token .token_guide_inner .title {
    background-position: -666px -1205px;
  }
}
@media (min-width: 2560px) {
  .section_token .token_guide_inner .title {
    width: 676px;
    height: 68px;
  }
}
.section_event {
  position: relative;
  height: 2860px;
  height: 111.71875vw;
  background: url("../img/bg_event.png") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_event {
    height: 2860px;
  }
}
.section_event .entry_button_area {
  position: absolute;
  left: 50%;
  width: 619px;
  width: 24.1796875vw;
  height: 300px;
  height: 11.71875vw;
  top: 224px;
  top: 8.75vw;
  margin-left: 450px;
  margin-left: 17.578125vw;
  opacity: 0;
  z-index: 10;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area {
    width: 619px;
  }
}
@media (min-width: 2560px) {
  .section_event .entry_button_area {
    height: 300px;
  }
}
@media (min-width: 2560px) {
  .section_event .entry_button_area {
    top: 224px;
  }
}
@media (min-width: 2560px) {
  .section_event .entry_button_area {
    margin-left: 450px;
  }
}
.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: 574px;
  width: 22.421875vw;
  height: 260px;
  height: 10.15625vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .btn_enter_info {
    width: 574px;
  }
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .btn_enter_info {
    height: 260px;
  }
}
.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: 13px;
  top: 0.5078125vw;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .btn_enter_info:hover .form {
    top: 13px;
  }
}
.section_event .entry_button_area .btn_enter_info:hover .effect {
  top: -23px;
  top: -0.8984375vw;
  opacity: 1;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .btn_enter_info:hover .effect {
    top: -23px;
  }
}
.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: 574px;
  width: 22.421875vw;
  height: 260px;
  height: 10.15625vw;
  background: url("../img/btn_input.png") center/cover no-repeat;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .btn_text {
    width: 574px;
  }
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .btn_text {
    height: 260px;
  }
}
.section_event .entry_button_area .form {
  display: block;
  position: absolute;
  left: 50%;
  top: 20px;
  top: 0.78125vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 118px;
  width: 4.609375vw;
  height: 80px;
  height: 3.125vw;
  margin-left: -127px;
  margin-left: -4.9609375vw;
  background: url("../img/btn_input_form.png") center/cover no-repeat;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .form {
    top: 20px;
  }
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .form {
    width: 118px;
  }
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .form {
    height: 80px;
  }
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .form {
    margin-left: -127px;
  }
}
.section_event .entry_button_area .effect {
  position: absolute;
  left: 50%;
  top: -18px;
  top: -0.703125vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 619px;
  width: 24.1796875vw;
  height: 300px;
  height: 11.71875vw;
  margin-left: -4px;
  margin-left: -0.15625vw;
  background: url("../img/btn_input_hover2.png") center/cover no-repeat;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .effect {
    top: -18px;
  }
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .effect {
    width: 619px;
  }
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .effect {
    height: 300px;
  }
}
@media (min-width: 2560px) {
  .section_event .entry_button_area .effect {
    margin-left: -4px;
  }
}
.section_event .section_inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1400px;
  max-width: 54.6875vw;
  padding: 241px 136px 0px 64px;
  padding: 9.4140625vw 5.3125vw 0vw 2.5vw;
}
@media (min-width: 2560px) {
  .section_event .section_inner {
    max-width: 1400px;
  }
}
@media (min-width: 2560px) {
  .section_event .section_inner {
    padding: 241px 136px 0px 64px;
  }
}
.section_event .section_inner .title {
  width: 625px;
  width: 24.4140625vw;
  margin-top: 36px;
  margin-top: 1.40625vw;
}
@media (min-width: 2560px) {
  .section_event .section_inner .title {
    width: 625px;
  }
}
@media (min-width: 2560px) {
  .section_event .section_inner .title {
    margin-top: 36px;
  }
}
.section_event .section_inner .desc {
  margin-top: 30px;
  margin-top: 1.171875vw;
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
}
@media (min-width: 2560px) {
  .section_event .section_inner .desc {
    margin-top: 30px;
  }
}
@media (min-width: 2560px) {
  .section_event .section_inner .desc {
    font-size: 22px;
    line-height: 29px;
  }
}
.section_event .event_area {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: 0px 0px;
  background-position: 0vw 0vw;
  width: 1201px;
  width: 46.9140625vw;
  height: 600px;
  height: 23.4375vw;
}
@media (min-width: 2560px) {
  .section_event .event_area {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_event .event_area {
    background-position: 0px 0px;
  }
}
@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;
  padding: 6px 120px 7px 18px;
  padding: 0.234375vw 4.6875vw 0.2734375vw 0.703125vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_event .event_area .title_area {
    width: 558px;
  }
}
@media (min-width: 2560px) {
  .section_event .event_area .title_area {
    padding: 6px 120px 7px 18px;
  }
}
.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;
  font-family: "sandollpress";
  font-size: 32px;
  font-size: 1.25vw;
  line-height: 42px;
  line-height: 1.640625vw;
  font-weight: 900;
  color: #F2F2F2;
}
@media (min-width: 2560px) {
  .section_event .event_area .title_area .tit {
    gap: 10px;
  }
}
@media (min-width: 2560px) {
  .section_event .event_area .title_area .tit {
    font-size: 32px;
    line-height: 42px;
  }
}
.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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1730px -1205px;
  background-position: -67.578125vw -47.0703125vw;
  width: 56px;
  width: 2.1875vw;
  height: 56px;
  height: 2.1875vw;
}
@media (min-width: 2560px) {
  .section_event .silver_area .tit::before {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_event .silver_area .tit::before {
    background-position: -1730px -1205px;
  }
}
@media (min-width: 2560px) {
  .section_event .silver_area .tit::before {
    width: 56px;
    height: 56px;
  }
}
.section_event .platinum_area .tit::before {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1670px -1205px;
  background-position: -65.234375vw -47.0703125vw;
  width: 56px;
  width: 2.1875vw;
  height: 56px;
  height: 2.1875vw;
}
@media (min-width: 2560px) {
  .section_event .platinum_area .tit::before {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_event .platinum_area .tit::before {
    background-position: -1670px -1205px;
  }
}
@media (min-width: 2560px) {
  .section_event .platinum_area .tit::before {
    width: 56px;
    height: 56px;
  }
}
.section_event .diamond_area .tit::before {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1610px -1205px;
  background-position: -62.890625vw -47.0703125vw;
  width: 56px;
  width: 2.1875vw;
  height: 56px;
  height: 2.1875vw;
}
@media (min-width: 2560px) {
  .section_event .diamond_area .tit::before {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_event .diamond_area .tit::before {
    background-position: -1610px -1205px;
  }
}
@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;
  margin: 79px 50px 60px;
  margin: 3.0859375vw 1.953125vw 2.34375vw;
}
@media (min-width: 2560px) {
  .section_event .product_list {
    gap: 20px;
  }
}
@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/product_frame_hover.png") center/cover no-repeat;
}
.section_event .product_item:hover .info {
  background-color: #FFB326;
}
.section_event .product_item:hover .btn_enter {
  background: url("../img/event_btn_hover.png") center/cover no-repeat;
}
.section_event .product_item.is_complete {
  pointer-events: none;
}
.section_event .product_item.is_complete .product_info {
  background: url("../img/product_frame_disabled.png") center/cover no-repeat;
}
.section_event .product_item.is_complete .product_info::after {
  position: absolute;
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: 0px -1507px;
  background-position: 0vw -58.8671875vw;
  width: 180px;
  width: 7.03125vw;
  height: 181px;
  height: 7.0703125vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 46.5px;
  top: 1.81640625vw;
  content: "";
}
@media (min-width: 2560px) {
  .section_event .product_item.is_complete .product_info::after {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_item.is_complete .product_info::after {
    background-position: 0px -1507px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_item.is_complete .product_info::after {
    width: 180px;
    height: 181px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_item.is_complete .product_info::after {
    top: 46.5px;
  }
}
.section_event .product_item.is_complete .product_info .total_count {
  color: rgba(255, 255, 255, 0.2);
}
.section_event .product_item.is_complete .product_info .img {
  opacity: 0.2;
}
.section_event .product_item.is_complete .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/product_frame_disabled.png") center/cover no-repeat;
}
.section_event .product_item.is_disabled .product_info::after {
  position: absolute;
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -184px -1507px;
  background-position: -7.1875vw -58.8671875vw;
  width: 180px;
  width: 7.03125vw;
  height: 181px;
  height: 7.0703125vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 46.5px;
  top: 1.81640625vw;
  content: "";
}
@media (min-width: 2560px) {
  .section_event .product_item.is_disabled .product_info::after {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_item.is_disabled .product_info::after {
    background-position: -184px -1507px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_item.is_disabled .product_info::after {
    width: 180px;
    height: 181px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_item.is_disabled .product_info::after {
    top: 46.5px;
  }
}
.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;
  height: 322px;
  height: 12.578125vw;
  padding: 16px 22px 11px;
  padding: 0.625vw 0.859375vw 0.4296875vw;
  background: url("../img/product_frame.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;
}
@media (min-width: 2560px) {
  .section_event .product_info {
    width: 260px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_info {
    height: 322px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_info {
    padding: 16px 22px 11px;
  }
}
.section_event .product_info .total_count {
  font-size: 16px;
  font-size: 0.625vw;
  line-height: 21px;
  line-height: 0.8203125vw;
  font-weight: 600;
  color: #1B1D1F;
}
@media (min-width: 2560px) {
  .section_event .product_info .total_count {
    font-size: 16px;
    line-height: 21px;
  }
}
.section_event .product_info .img {
  width: 220px;
  width: 8.59375vw;
  height: 160px;
  height: 6.25vw;
  margin-top: 6px;
  margin-top: 0.234375vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .img {
    width: 220px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_info .img {
    height: 160px;
  }
}
@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;
  height: 34px;
  height: 1.328125vw;
  padding: 7.5px 24px;
  padding: 0.29296875vw 0.9375vw;
  border-radius: 60px;
  border-radius: 2.34375vw;
  font-size: 15px;
  font-size: 0.5859375vw;
  line-height: 19px;
  line-height: 0.7421875vw;
  font-weight: 600;
  white-space: nowrap;
  color: #1B1D1F;
  background-color: #CDF564;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
@media (min-width: 2560px) {
  .section_event .product_info .info {
    width: 200px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_info .info {
    height: 34px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_info .info {
    padding: 7.5px 24px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_info .info {
    border-radius: 60px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_info .info {
    font-size: 15px;
    line-height: 19px;
  }
}
.section_event .product_info .token {
  position: relative;
  padding-left: 20px;
  padding-left: 0.78125vw;
  font-size: 15px;
  font-size: 0.5859375vw;
  line-height: 20px;
  line-height: 0.78125vw;
}
@media (min-width: 2560px) {
  .section_event .product_info .token {
    padding-left: 20px;
  }
}
@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;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  width: 0.0390625vw;
  height: 14px;
  height: 0.546875vw;
  background-color: #7C7C7C;
  content: "";
}
@media (min-width: 2560px) {
  .section_event .product_info .token::before {
    left: 10px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_info .token::before {
    width: 1px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_info .token::before {
    height: 14px;
  }
}
.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;
  height: 48px;
  height: 1.875vw;
  font-weight: 900;
  color: #fff;
}
@media (min-width: 2560px) {
  .section_event .product_info .product_name {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 2560px) {
  .section_event .product_info .product_name {
    height: 48px;
  }
}
.section_event .btn_enter {
  width: 260px;
  width: 10.15625vw;
  height: 57px;
  height: 2.2265625vw;
  margin-top: 14px;
  margin-top: 0.546875vw;
  padding-bottom: 5px;
  padding-bottom: 0.1953125vw;
  background: url("../img/event_btn.png") center/cover 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;
  font-weight: 700;
  color: #1B1D1F;
}
@media (min-width: 2560px) {
  .section_event .btn_enter {
    width: 260px;
  }
}
@media (min-width: 2560px) {
  .section_event .btn_enter {
    height: 57px;
  }
}
@media (min-width: 2560px) {
  .section_event .btn_enter {
    margin-top: 14px;
  }
}
@media (min-width: 2560px) {
  .section_event .btn_enter {
    padding-bottom: 5px;
  }
}
@media (min-width: 2560px) {
  .section_event .btn_enter {
    font-size: 20px;
    line-height: 26px;
  }
}
.section_event .btn_enter:disabled {
  background: url("../img/event_btn_disabled.png") center/cover 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(151, 151, 151, 0.8);
}
.section_invite {
  position: relative;
  height: 1482px;
  height: 57.890625vw;
  background: url("../img/bg_invite.png") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_invite {
    height: 1482px;
  }
}
.section_invite .invite_share_box {
  position: absolute;
  top: 170px;
  top: 6.640625vw;
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 681px;
  width: 26.6015625vw;
  height: 500px;
  height: 19.53125vw;
  margin-left: -391px;
  margin-left: -15.2734375vw;
  background: url("../img/bg_invite_code.png") center/cover no-repeat;
  opacity: 0;
  z-index: 10;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box {
    top: 170px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box {
    width: 681px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box {
    height: 500px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box {
    margin-left: -391px;
  }
}
.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .code_info {
    padding: 149px 203px 142px 218px;
  }
}
.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;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .invite_my_code {
    font-size: 28px;
    line-height: 32px;
  }
}
.section_invite .invite_share_box .my_code {
  width: 100%;
  margin-top: 18px;
  margin-top: 0.703125vw;
  height: 50px;
  height: 1.953125vw;
  padding: 10px 0px;
  padding: 0.390625vw 0vw;
  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;
  color: #CDF564;
  font-weight: 600;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .my_code {
    margin-top: 18px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .my_code {
    height: 50px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .my_code {
    padding: 10px 0px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .my_code {
    font-size: 22px;
    line-height: 26px;
  }
}
.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: 4px;
  gap: 0.15625vw;
  margin-top: 6px;
  margin-top: 0.234375vw;
  padding-bottom: 3px;
  padding-bottom: 0.1171875vw;
  font-size: 18px;
  font-size: 0.703125vw;
  line-height: 21px;
  line-height: 0.8203125vw;
  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;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_copy_code {
    gap: 4px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_copy_code {
    margin-top: 6px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_copy_code {
    padding-bottom: 3px;
  }
}
@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::before {
  width: 16px;
  width: 0.625vw;
  height: 18px;
  height: 0.703125vw;
  background: url("../img/code_copy_icon.png") center/cover no-repeat;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  content: "";
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_copy_code::before {
    width: 16px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_copy_code::before {
    height: 18px;
  }
}
.section_invite .invite_share_box .btn_copy_code:hover {
  color: #CDF564;
}
.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;
  height: 60px;
  height: 2.34375vw;
  margin-top: 21px;
  margin-top: 0.8203125vw;
  background: url("../img/btn_share.png") center/cover no-repeat;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_kakao {
    width: 260px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_kakao {
    height: 60px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_kakao {
    margin-top: 21px;
  }
}
.section_invite .invite_share_box .btn_share_kakao:hover {
  background: url("../img/btn_share_hover.png") center/cover no-repeat;
}
.section_invite .invite_share_box .btn_share_kakao:disabled {
  background: url("../img/btn_share_disabled.png") center/cover 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: 111px;
  top: 4.3359375vw;
  left: 68px;
  left: 2.65625vw;
  width: 109px;
  width: 4.2578125vw;
  gap: 12px;
  gap: 0.46875vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_area {
    top: 111px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_area {
    left: 68px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_area {
    width: 109px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_area {
    gap: 12px;
  }
}
.section_invite .invite_share_box .btn_share_common {
  position: relative;
  width: 68px;
  width: 2.65625vw;
  height: 68px;
  height: 2.65625vw;
  border-width: 2px;
  border-width: 0.078125vw;
  border-style: solid;
  border-radius: 50%;
  border-color: #1B1D1F;
  background-color: #CDF564;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_common {
    width: 68px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_common {
    height: 68px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_common {
    border-width: 2px;
  }
}
.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;
  height: 46px;
  height: 1.796875vw;
  -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: "";
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_common::before {
    width: 46px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_share_box .btn_share_common::before {
    height: 46px;
  }
}
.section_invite .invite_share_box .btn_share_common:hover {
  background-color: #FFD631;
}
.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_facebook::before {
  background: url("../img/btn_facebook_icon.png") center/cover no-repeat;
}
.section_invite .invite_share_box .btn_share_link {
  -ms-flex-item-align: center;
  align-self: center;
}
.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_x {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.section_invite .invite_share_box .btn_x::before {
  background: url("../img/btn_x_icon.png") center/cover no-repeat;
}
.section_invite .section_inner {
  max-width: 1400px;
  max-width: 54.6875vw;
  padding: 200px 136px 0px 64px;
  padding: 7.8125vw 5.3125vw 0vw 2.5vw;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 2560px) {
  .section_invite .section_inner {
    max-width: 1400px;
  }
}
@media (min-width: 2560px) {
  .section_invite .section_inner {
    padding: 200px 136px 0px 64px;
  }
}
.section_invite .section_inner .title {
  width: 569px;
  width: 22.2265625vw;
  margin-top: 36px;
  margin-top: 1.40625vw;
}
@media (min-width: 2560px) {
  .section_invite .section_inner .title {
    width: 569px;
  }
}
@media (min-width: 2560px) {
  .section_invite .section_inner .title {
    margin-top: 36px;
  }
}
.section_invite .section_inner .desc {
  margin-top: 20px;
  margin-top: 0.78125vw;
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
  font-weight: 600;
  color: rgba(27, 29, 31, 0.5);
  text-align: right;
}
@media (min-width: 2560px) {
  .section_invite .section_inner .desc {
    margin-top: 20px;
  }
}
@media (min-width: 2560px) {
  .section_invite .section_inner .desc {
    font-size: 22px;
    line-height: 29px;
  }
}
.section_invite .invite {
  margin-right: -31px;
  margin-right: -1.2109375vw;
}
@media (min-width: 2560px) {
  .section_invite .invite {
    margin-right: -31px;
  }
}
.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: 646px;
  width: 25.234375vw;
  height: 707px;
  height: 27.6171875vw;
  margin-top: 46px;
  margin-top: 1.796875vw;
  padding: 70px 82px 74px 44px;
  padding: 2.734375vw 3.203125vw 2.890625vw 1.71875vw;
  background: url("../img/bg_friends_event.png") center/cover no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_invite .invite_code_box {
    width: 646px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_code_box {
    height: 707px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_code_box {
    margin-top: 46px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_code_box {
    padding: 70px 82px 74px 44px;
  }
}
.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;
  height: 80px;
  height: 3.125vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_code_guide {
    width: 304px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_code_guide {
    height: 80px;
  }
}
.section_invite .ipt_code_invite {
  width: 460px;
  width: 17.96875vw;
  padding: 22px;
  padding: 0.859375vw;
  height: 74px;
  height: 2.890625vw;
  font-size: 26px;
  font-size: 1.015625vw;
  line-height: 31px;
  line-height: 1.2109375vw;
  font-weight: 600;
  text-align: center;
  border: 1px solid #1B1D1F;
  background-color: #fff;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_invite .ipt_code_invite {
    width: 460px;
  }
}
@media (min-width: 2560px) {
  .section_invite .ipt_code_invite {
    padding: 22px;
  }
}
@media (min-width: 2560px) {
  .section_invite .ipt_code_invite {
    height: 74px;
  }
}
@media (min-width: 2560px) {
  .section_invite .ipt_code_invite {
    font-size: 26px;
    line-height: 31px;
  }
}
.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;
  height: 66px;
  height: 2.578125vw;
  margin-top: 46px;
  margin-top: 1.796875vw;
  background: url("../img/btn_register.png") center/cover no-repeat;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
@media (min-width: 2560px) {
  .section_invite .btn_register {
    width: 300px;
  }
}
@media (min-width: 2560px) {
  .section_invite .btn_register {
    height: 66px;
  }
}
@media (min-width: 2560px) {
  .section_invite .btn_register {
    margin-top: 46px;
  }
}
.section_invite .btn_register:disabled {
  background: url("../img/btn_register_disabled.png") center/cover no-repeat;
}
.section_invite .btn_register:hover {
  background: url("../img/btn_register_hover.png") center/cover no-repeat;
}
.section_invite .btn_register.is_complete {
  background: url("../img/btn_complete.png") center/cover 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;
  padding-top: 68px;
  padding-top: 2.65625vw;
  border-top: 1px solid rgba(27, 29, 31, 0.3);
}
@media (min-width: 2560px) {
  .section_invite .invite_info {
    margin-top: 54px;
  }
}
@media (min-width: 2560px) {
  .section_invite .invite_info {
    padding-top: 68px;
  }
}
.section_invite .invite_info .invite_code_guide {
  width: 393px;
  width: 15.3515625vw;
  height: 36px;
  height: 1.40625vw;
}
@media (min-width: 2560px) {
  .section_invite .invite_info .invite_code_guide {
    width: 393px;
  }
}
@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;
  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 {
    margin-top: 15px;
  }
}
@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;
  background: url("../img/bg_promotion.png") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_promotion {
    height: 1521px;
  }
}
.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;
  height: 158px;
  height: 6.171875vw;
  margin-top: 20px;
  margin-top: 0.78125vw;
}
@media (min-width: 2560px) {
  .section_promotion .title {
    width: 601px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .title {
    height: 158px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .title {
    margin-top: 20px;
  }
}
.section_promotion .desc {
  margin-top: 20px;
  margin-top: 0.78125vw;
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 2560px) {
  .section_promotion .desc {
    margin-top: 20px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .desc {
    font-size: 22px;
    line-height: 29px;
  }
}
.section_promotion .promotion_box {
  position: relative;
  width: 1420px;
  width: 55.46875vw;
  height: 706px;
  height: 27.578125vw;
  margin-top: 52px;
  margin-top: 2.03125vw;
}
@media (min-width: 2560px) {
  .section_promotion .promotion_box {
    width: 1420px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .promotion_box {
    height: 706px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .promotion_box {
    margin-top: 52px;
  }
}
.section_promotion .promotion_frame {
  width: 1210px;
  width: 47.265625vw;
  height: 685px;
  height: 26.7578125vw;
  margin: 0 auto;
  padding: 10px 10px 0px 0px;
  padding: 0.390625vw 0.390625vw 0vw 0vw;
  background: url("../img/promotion_frame.png") center/cover no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_promotion .promotion_frame {
    width: 1210px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .promotion_frame {
    height: 685px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .promotion_frame {
    padding: 10px 10px 0px 0px;
  }
}
.section_promotion .promotion_info {
  position: relative;
  overflow: hidden;
  width: 1200px;
  width: 46.875vw;
  height: 675px;
  height: 26.3671875vw;
  margin: 0 auto;
  border-width: 2px;
  border-width: 0.078125vw;
  border-style: solid;
  border-color: #CDF564;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_promotion .promotion_info {
    width: 1200px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .promotion_info {
    height: 675px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .promotion_info {
    border-width: 2px;
  }
}
.section_promotion .promotion_list {
  width: 1200px;
  width: 46.875vw;
  height: 675px;
  height: 26.3671875vw;
}
@media (min-width: 2560px) {
  .section_promotion .promotion_list {
    width: 1200px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .promotion_list {
    height: 675px;
  }
}
.section_promotion .promotion_list .promotion_item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1200px;
  width: 46.875vw;
  height: 675px;
  height: 26.3671875vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_promotion .promotion_list .promotion_item {
    width: 1200px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .promotion_list .promotion_item {
    height: 675px;
  }
}
.section_promotion .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  width: 2.34375vw;
  height: 72px;
  height: 2.8125vw;
  z-index: 10;
}
@media (min-width: 2560px) {
  .section_promotion .btn {
    width: 60px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .btn {
    height: 72px;
  }
}
.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;
  height: 66px;
  height: 2.578125vw;
  margin-top: 40px;
  margin-top: 1.5625vw;
}
@media (min-width: 2560px) {
  .section_promotion .btn_area {
    width: 300px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .btn_area {
    height: 66px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .btn_area {
    margin-top: 40px;
  }
}
.section_promotion .btn_link {
  display: block;
  width: 300px;
  width: 11.71875vw;
  height: 66px;
  height: 2.578125vw;
  background: url("../img/btn_promotion_go.png") center/cover no-repeat;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
@media (min-width: 2560px) {
  .section_promotion .btn_link {
    width: 300px;
  }
}
@media (min-width: 2560px) {
  .section_promotion .btn_link {
    height: 66px;
  }
}
.section_promotion .btn_link:hover {
  background: url("../img/btn_go_hover.png") center/cover no-repeat;
}
.section_sns {
  position: relative;
  height: 1491px;
  height: 58.2421875vw;
  background: url("../img/bg_insta.png") center/cover no-repeat;
}
@media (min-width: 2560px) {
  .section_sns {
    height: 1491px;
  }
}
.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;
  height: 18px;
  height: 0.703125vw;
}
@media (min-width: 2560px) {
  .section_sns .label {
    width: 281px;
  }
}
@media (min-width: 2560px) {
  .section_sns .label {
    height: 18px;
  }
}
.section_sns .title {
  width: 841px;
  width: 32.8515625vw;
  height: 137px;
  height: 5.3515625vw;
  margin-top: 27px;
  margin-top: 1.0546875vw;
}
@media (min-width: 2560px) {
  .section_sns .title {
    width: 841px;
  }
}
@media (min-width: 2560px) {
  .section_sns .title {
    height: 137px;
  }
}
@media (min-width: 2560px) {
  .section_sns .title {
    margin-top: 27px;
  }
}
.section_sns .desc {
  margin-top: 34px;
  margin-top: 1.328125vw;
  font-size: 22px;
  font-size: 0.859375vw;
  line-height: 29px;
  line-height: 1.1328125vw;
  font-weight: 600;
  color: rgba(27, 29, 31, 0.5);
}
@media (min-width: 2560px) {
  .section_sns .desc {
    margin-top: 34px;
  }
}
@media (min-width: 2560px) {
  .section_sns .desc {
    font-size: 22px;
    line-height: 29px;
  }
}
.section_sns .promotion_box {
  position: relative;
  width: 1420px;
  width: 55.46875vw;
  height: 706px;
  height: 27.578125vw;
  margin-top: 46px;
  margin-top: 1.796875vw;
}
@media (min-width: 2560px) {
  .section_sns .promotion_box {
    width: 1420px;
  }
}
@media (min-width: 2560px) {
  .section_sns .promotion_box {
    height: 706px;
  }
}
@media (min-width: 2560px) {
  .section_sns .promotion_box {
    margin-top: 46px;
  }
}
.section_sns .promotion_frame {
  width: 1210px;
  width: 47.265625vw;
  height: 685px;
  height: 26.7578125vw;
  margin: 0 auto;
  padding: 10px 10px 0px 0px;
  padding: 0.390625vw 0.390625vw 0vw 0vw;
  background: url("../img/instagram_frame.png") center/cover no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_sns .promotion_frame {
    width: 1210px;
  }
}
@media (min-width: 2560px) {
  .section_sns .promotion_frame {
    height: 685px;
  }
}
@media (min-width: 2560px) {
  .section_sns .promotion_frame {
    padding: 10px 10px 0px 0px;
  }
}
.section_sns .promotion_info {
  position: relative;
  overflow: hidden;
  width: 1200px;
  width: 46.875vw;
  height: 675px;
  height: 26.3671875vw;
  margin: 0 auto;
  border-width: 2px;
  border-width: 0.078125vw;
  border-style: solid;
  border-color: #1B1D1F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 2560px) {
  .section_sns .promotion_info {
    width: 1200px;
  }
}
@media (min-width: 2560px) {
  .section_sns .promotion_info {
    height: 675px;
  }
}
@media (min-width: 2560px) {
  .section_sns .promotion_info {
    border-width: 2px;
  }
}
.section_sns .promotion_info img {
  width: 100%;
}
.section_sns .btn_area {
  width: 300px;
  width: 11.71875vw;
  height: 66px;
  height: 2.578125vw;
  margin-top: 40px;
  margin-top: 1.5625vw;
}
@media (min-width: 2560px) {
  .section_sns .btn_area {
    width: 300px;
  }
}
@media (min-width: 2560px) {
  .section_sns .btn_area {
    height: 66px;
  }
}
@media (min-width: 2560px) {
  .section_sns .btn_area {
    margin-top: 40px;
  }
}
.section_sns .btn_link {
  display: block;
  width: 300px;
  width: 11.71875vw;
  height: 66px;
  height: 2.578125vw;
  background: url("../img/btn_go.png") center/cover no-repeat;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
@media (min-width: 2560px) {
  .section_sns .btn_link {
    width: 300px;
  }
}
@media (min-width: 2560px) {
  .section_sns .btn_link {
    height: 66px;
  }
}
.section_sns .btn_link:hover {
  background: url("../img/btn_go_hover.png") center/cover no-repeat;
}

.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;
  left: 50%;
  margin-left: 622px;
  margin-left: 24.296875vw;
  z-index: 0;
}
@media (min-width: 2560px) {
  .character_first {
    top: 32px;
  }
}
@media (min-width: 2560px) {
  .character_first {
    margin-left: 622px;
  }
}
.character_first::before {
  width: 1140px;
  width: 44.53125vw;
  height: 1053px;
  height: 41.1328125vw;
  background-image: url("../img/character_ari.png");
}
@media (min-width: 2560px) {
  .character_first::before {
    width: 1140px;
  }
}
@media (min-width: 2560px) {
  .character_first::before {
    height: 1053px;
  }
}
.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: 110px;
  top: 4.296875vw;
  left: 50%;
  margin-left: 402px;
  margin-left: 15.703125vw;
}
@media (min-width: 2560px) {
  .character_second {
    top: 110px;
  }
}
@media (min-width: 2560px) {
  .character_second {
    margin-left: 402px;
  }
}
.character_second::before {
  width: 1200px;
  width: 46.875vw;
  height: 1370px;
  height: 53.515625vw;
  background-image: url("../img/character_eco.png");
}
@media (min-width: 2560px) {
  .character_second::before {
    width: 1200px;
  }
}
@media (min-width: 2560px) {
  .character_second::before {
    height: 1370px;
  }
}
.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 {
  top: -253px;
  top: -9.8828125vw;
  left: 50%;
  margin-left: 700px;
  margin-left: 27.34375vw;
  z-index: 10;
}
@media (min-width: 2560px) {
  .character_third {
    top: -253px;
  }
}
@media (min-width: 2560px) {
  .character_third {
    margin-left: 700px;
  }
}
.character_third::before {
  width: 980px;
  width: 38.28125vw;
  height: 1000px;
  height: 39.0625vw;
  background-image: url("../img/character_yasuo.png");
}
@media (min-width: 2560px) {
  .character_third::before {
    width: 980px;
  }
}
@media (min-width: 2560px) {
  .character_third::before {
    height: 1000px;
  }
}
.character_third.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_fourth {
  bottom: -6px;
  bottom: -0.234375vw;
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: -865px;
  margin-left: -33.7890625vw;
  z-index: 10;
}
@media (min-width: 2560px) {
  .character_fourth {
    bottom: -6px;
  }
}
@media (min-width: 2560px) {
  .character_fourth {
    margin-left: -865px;
  }
}
.character_fourth::before {
  width: 980px;
  width: 38.28125vw;
  height: 1000px;
  height: 39.0625vw;
  background-image: url("../img/character_monkey.png");
}
@media (min-width: 2560px) {
  .character_fourth::before {
    width: 980px;
  }
}
@media (min-width: 2560px) {
  .character_fourth::before {
    height: 1000px;
  }
}
.character_fourth.is_show {
  -webkit-animation: slideRight 0.6s cubic-bezier(0, 0.71, 0, 1) 1s forwards;
  animation: slideRight 0.6s cubic-bezier(0, 0.71, 0, 1) 1s forwards;
}
.character_fifth {
  top: 445px;
  top: 17.3828125vw;
  left: 50%;
  margin-left: 825px;
  margin-left: 32.2265625vw;
  z-index: 10;
}
@media (min-width: 2560px) {
  .character_fifth {
    top: 445px;
  }
}
@media (min-width: 2560px) {
  .character_fifth {
    margin-left: 825px;
  }
}
.character_fifth::before {
  width: 980px;
  width: 38.28125vw;
  height: 1000px;
  height: 39.0625vw;
  background-image: url("../img/character_eco_02.png");
}
@media (min-width: 2560px) {
  .character_fifth::before {
    width: 980px;
  }
}
@media (min-width: 2560px) {
  .character_fifth::before {
    height: 1000px;
  }
}
.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 {
  top: 539px;
  top: 21.0546875vw;
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: -603px;
  margin-left: -23.5546875vw;
  z-index: 10;
}
@media (min-width: 2560px) {
  .character_sixth {
    top: 539px;
  }
}
@media (min-width: 2560px) {
  .character_sixth {
    margin-left: -603px;
  }
}
.character_sixth::before {
  width: 340px;
  width: 13.28125vw;
  height: 340px;
  height: 13.28125vw;
  background-image: url("../img/character_poro.png");
  -webkit-animation: bouncing 1s infinite alternate;
  animation: bouncing 1s infinite alternate;
}
@media (min-width: 2560px) {
  .character_sixth::before {
    width: 340px;
  }
}
@media (min-width: 2560px) {
  .character_sixth::before {
    height: 340px;
  }
}
.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;
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: -635px;
  margin-left: -24.8046875vw;
  z-index: 10;
}
@media (min-width: 2560px) {
  .character_seventh {
    top: 602px;
  }
}
@media (min-width: 2560px) {
  .character_seventh {
    margin-left: -635px;
  }
}
.character_seventh::before {
  width: 1036px;
  width: 40.46875vw;
  height: 976px;
  height: 38.125vw;
  background-image: url("../img/character_braum.png");
}
@media (min-width: 2560px) {
  .character_seventh::before {
    width: 1036px;
  }
}
@media (min-width: 2560px) {
  .character_seventh::before {
    height: 976px;
  }
}
.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;
  height: 18px;
  height: 0.703125vw;
  gap: 54px;
  gap: 2.109375vw;
  padding: 90px 0px 10px;
  padding: 3.515625vw 0vw 0.390625vw;
  margin-left: 67px;
  margin-left: 2.6171875vw;
}
@media (min-width: 2560px) {
  .progress_container .progress_bar {
    width: 592px;
  }
}
@media (min-width: 2560px) {
  .progress_container .progress_bar {
    height: 18px;
  }
}
@media (min-width: 2560px) {
  .progress_container .progress_bar {
    gap: 54px;
  }
}
@media (min-width: 2560px) {
  .progress_container .progress_bar {
    padding: 90px 0px 10px;
  }
}
@media (min-width: 2560px) {
  .progress_container .progress_bar {
    margin-left: 67px;
  }
}
.progress_container.is_active_silver .milestones .tier_text.silver {
  color: #CDF564;
}
.progress_container.is_active_silver .milestones .tier_text.silver::before {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -556px -1507px;
  background-position: -21.71875vw -58.8671875vw;
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_silver .milestones .tier_text.silver::before {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container.is_active_silver .milestones .tier_text.silver::before {
    background-position: -556px -1507px;
  }
}
@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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1733px -993px;
  background-position: -67.6953125vw -38.7890625vw;
  width: 88px;
  width: 3.4375vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_silver .label_silver .text {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container.is_active_silver .label_silver .text {
    background-position: -1733px -993px;
  }
}
@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: #CDF564;
}
.progress_container.is_active_platinum .milestones .tier_text.silver::before {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -556px -1507px;
  background-position: -21.71875vw -58.8671875vw;
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .milestones .tier_text.silver::before {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .milestones .tier_text.silver::before {
    background-position: -556px -1507px;
  }
}
@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: #CDF564;
}
.progress_container.is_active_platinum .milestones .tier_text.platinum::before {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -368px -1507px;
  background-position: -14.375vw -58.8671875vw;
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .milestones .tier_text.platinum::before {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .milestones .tier_text.platinum::before {
    background-position: -368px -1507px;
  }
}
@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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1733px -993px;
  background-position: -67.6953125vw -38.7890625vw;
  width: 88px;
  width: 3.4375vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .label_silver .text {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .label_silver .text {
    background-position: -1733px -993px;
  }
}
@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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1553px -1151px;
  background-position: -60.6640625vw -44.9609375vw;
  width: 138px;
  width: 5.390625vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .label_platinum .text {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container.is_active_platinum .label_platinum .text {
    background-position: -1553px -1151px;
  }
}
@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: #CDF564;
}
.progress_container.is_active_diamond .milestones .tier_text.silver::before {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -556px -1507px;
  background-position: -21.71875vw -58.8671875vw;
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.silver::before {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.silver::before {
    background-position: -556px -1507px;
  }
}
@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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -368px -1507px;
  background-position: -14.375vw -58.8671875vw;
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.platinum::before {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.platinum::before {
    background-position: -368px -1507px;
  }
}
@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: #CDF564;
}
.progress_container.is_active_diamond .milestones .tier_text.diamond::before {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1733px -805px;
  background-position: -67.6953125vw -31.4453125vw;
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.diamond::before {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .milestones .tier_text.diamond::before {
    background-position: -1733px -805px;
  }
}
@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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1733px -993px;
  background-position: -67.6953125vw -38.7890625vw;
  width: 88px;
  width: 3.4375vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_silver .text {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_silver .text {
    background-position: -1733px -993px;
  }
}
@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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1553px -1151px;
  background-position: -60.6640625vw -44.9609375vw;
  width: 138px;
  width: 5.390625vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_platinum .text {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_platinum .text {
    background-position: -1553px -1151px;
  }
}
@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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1205px -1151px;
  background-position: -47.0703125vw -44.9609375vw;
  width: 170px;
  width: 6.640625vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_diamond .text {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container.is_active_diamond .label_diamond .text {
    background-position: -1205px -1151px;
  }
}
@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.3);
}
.progress_container .silver_to_platinum {
  width: 180px;
  width: 7.03125vw;
  -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%);
}
@media (min-width: 2560px) {
  .progress_container .silver_to_platinum {
    width: 180px;
  }
}
.progress_container .platinum_to_diamond {
  width: 358px;
  width: 13.984375vw;
  -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%);
}
@media (min-width: 2560px) {
  .progress_container .platinum_to_diamond {
    width: 358px;
  }
}
.progress_container .progress_active {
  display: inline-block;
  background-color: #CDF564;
  -webkit-transition-property: width;
  transition-property: width;
  height: 18px;
  height: 0.703125vw;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
@media (min-width: 2560px) {
  .progress_container .progress_active {
    height: 18px;
  }
}
.progress_container .token_status_text {
  position: absolute;
  bottom: 46px;
  bottom: 1.796875vw;
  z-index: 10;
}
@media (min-width: 2560px) {
  .progress_container .token_status_text {
    bottom: 46px;
  }
}
.progress_container .token_status_text::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1827px -753px;
  background-position: -71.3671875vw -29.4140625vw;
  width: 12px;
  width: 0.46875vw;
  height: 9px;
  height: 0.3515625vw;
  content: "";
}
@media (min-width: 2560px) {
  .progress_container .token_status_text::after {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container .token_status_text::after {
    background-position: -1827px -753px;
  }
}
@media (min-width: 2560px) {
  .progress_container .token_status_text::after {
    width: 12px;
    height: 9px;
  }
}
.progress_container .token_status_text .token_value {
  font-family: "sandollpress";
  font-size: 30px;
  font-size: 1.171875vw;
  line-height: 39px;
  line-height: 1.5234375vw;
  font-weight: 900;
  color: #FFB326;
  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: 2560px) {
  .progress_container .token_status_text .token_value {
    font-size: 30px;
    line-height: 39px;
  }
}
@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;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 678px;
  width: 26.484375vw;
  height: 34px;
  height: 1.328125vw;
  margin-left: -25px;
  margin-left: -0.9765625vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones {
    top: 82px;
  }
}
@media (min-width: 2560px) {
  .progress_container .milestones {
    width: 678px;
  }
}
@media (min-width: 2560px) {
  .progress_container .milestones {
    height: 34px;
  }
}
@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;
  height: 34px;
  height: 1.328125vw;
  border-radius: 50%;
  font-family: "shapiro";
  font-size: 23px;
  font-size: 0.8984375vw;
  line-height: 30px;
  line-height: 1.171875vw;
  font-weight: 600;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text {
    width: 34px;
  }
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text {
    height: 34px;
  }
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text {
    font-size: 23px;
    line-height: 30px;
  }
}
.progress_container .milestones .tier_text::before {
  position: absolute;
  top: -90px;
  top: -3.515625vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text::before {
    top: -90px;
  }
}
.progress_container .milestones .tier_text.silver::before {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -462px -1507px;
  background-position: -18.046875vw -58.8671875vw;
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.silver::before {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.silver::before {
    background-position: -462px -1507px;
  }
}
@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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1733px -899px;
  background-position: -67.6953125vw -35.1171875vw;
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.platinum::before {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.platinum::before {
    background-position: -1733px -899px;
  }
}
@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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1733px -711px;
  background-position: -67.6953125vw -27.7734375vw;
  width: 90px;
  width: 3.515625vw;
  height: 90px;
  height: 3.515625vw;
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.diamond::before {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container .milestones .tier_text.diamond::before {
    background-position: -1733px -711px;
  }
}
@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;
  font-weight: 700;
  font-stretch: semi-expanded;
  color: #fff;
}
@media (min-width: 2560px) {
  .progress_container .label_box .label {
    font-size: 15px;
    line-height: 19px;
  }
}
.progress_container .label_box .token_point {
  padding-bottom: 11px;
  padding-bottom: 0.4296875vw;
  opacity: 0.7;
}
@media (min-width: 2560px) {
  .progress_container .label_box .token_point {
    padding-bottom: 11px;
  }
}
.progress_container .label_silver .text {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -899px -1167px;
  background-position: -35.1171875vw -45.5859375vw;
  width: 88px;
  width: 3.4375vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container .label_silver .text {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container .label_silver .text {
    background-position: -899px -1167px;
  }
}
@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 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1695px -1151px;
  background-position: -66.2109375vw -44.9609375vw;
  width: 138px;
  width: 5.390625vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container .label_platinum .text {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container .label_platinum .text {
    background-position: -1695px -1151px;
  }
}
@media (min-width: 2560px) {
  .progress_container .label_platinum .text {
    width: 138px;
    height: 30px;
  }
}
.progress_container .label_diamond .text {
  -webkit-background-size: 1851px 1688px;
  background-size: 1851px 1688px;
  -webkit-background-size: 72.3046875vw 65.9375vw;
  background-size: 72.3046875vw 65.9375vw;
  background-image: url("../img/normal.png");
  background-position: -1379px -1151px;
  background-position: -53.8671875vw -44.9609375vw;
  width: 170px;
  width: 6.640625vw;
  height: 30px;
  height: 1.171875vw;
}
@media (min-width: 2560px) {
  .progress_container .label_diamond .text {
    -webkit-background-size: 1851px 1688px;
    background-size: 1851px 1688px;
  }
}
@media (min-width: 2560px) {
  .progress_container .label_diamond .text {
    background-position: -1379px -1151px;
  }
}
@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;
  font-weight: 900;
  color: #1B1D1F;
}
@media (min-width: 2560px) {
  .token_list .token_item .payment_text {
    font-size: 18px;
    line-height: 23px;
  }
}
.token_list .token_item .img {
  width: 220px;
  width: 8.59375vw;
  margin-top: 8px;
  margin-top: 0.3125vw;
}
@media (min-width: 2560px) {
  .token_list .token_item .img {
    width: 220px;
  }
}
@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;
  color: #1B1D1F;
}
@media (min-width: 2560px) {
  .token_list .token_item .info_text {
    font-size: 24px;
    line-height: 32px;
  }
}
.token_list .token_item .desc {
  margin-top: 2px;
  margin-top: 0.078125vw;
  padding: 0;
  font-size: 18px;
  font-size: 0.703125vw;
  line-height: 23px;
  line-height: 0.8984375vw;
  text-align: center;
}
@media (min-width: 2560px) {
  .token_list .token_item .desc {
    margin-top: 2px;
  }
}
@media (min-width: 2560px) {
  .token_list .token_item .desc {
    font-size: 18px;
    line-height: 23px;
  }
}

.notice_list {
  margin-top: 30px;
  margin-top: 1.171875vw;
  text-align: left;
}
@media (min-width: 2560px) {
  .notice_list {
    margin-top: 30px;
  }
}
.notice_list .notice_item {
  font-size: 14px;
  font-size: 0.546875vw;
  line-height: 20px;
  line-height: 0.78125vw;
  font-weight: 500;
  color: rgba(27, 29, 31, 0.5);
}
@media (min-width: 2560px) {
  .notice_list .notice_item {
    font-size: 14px;
    line-height: 20px;
  }
}

.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;
  bottom: 20px;
  bottom: 0.78125vw;
  width: 240px;
  width: 9.375vw;
  height: 40px;
  height: 1.5625vw;
}
@media (min-width: 2560px) {
  .pagination_area {
    right: 30px;
  }
}
@media (min-width: 2560px) {
  .pagination_area {
    bottom: 20px;
  }
}
@media (min-width: 2560px) {
  .pagination_area {
    width: 240px;
  }
}
@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;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.96px;
  letter-spacing: 0.0375vw;
  text-align: right;
}
@media (min-width: 2560px) {
  .pagination_area .swiper-pagination {
    font-size: 24px;
    line-height: 27px;
  }
}
@media (min-width: 2560px) {
  .pagination_area .swiper-pagination {
    letter-spacing: 0.96px;
  }
}
.pagination_area .swiper-pagination .swiper-pagination-current {
  color: #CDF564;
}
.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;
  margin-top: 13px;
  margin-top: 0.5078125vw;
  z-index: 10;
}
@media (min-width: 2560px) {
  .pagination_area .swiper-dot {
    gap: 6px;
  }
}
@media (min-width: 2560px) {
  .pagination_area .swiper-dot {
    margin-top: 13px;
  }
}
.pagination_area .swiper-dot .dot {
  width: 30px;
  width: 1.171875vw;
  height: 6px;
  height: 0.234375vw;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 2560px) {
  .pagination_area .swiper-dot .dot {
    width: 30px;
  }
}
@media (min-width: 2560px) {
  .pagination_area .swiper-dot .dot {
    height: 6px;
  }
}
.pagination_area .swiper-dot .dot.is-active {
  width: 60px;
  width: 2.34375vw;
  background-color: #CDF564;
}
@media (min-width: 2560px) {
  .pagination_area .swiper-dot .dot.is-active {
    width: 60px;
  }
}

.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;
  height: 139px;
  height: 5.4296875vw;
  margin: 0 auto;
}
@media (min-width: 2560px) {
  .error .logo {
    width: 536px;
  }
}
@media (min-width: 2560px) {
  .error .logo {
    height: 139px;
  }
}
.error .error_title {
  margin-top: 30px;
  margin-top: 1.171875vw;
  font-family: "sandollpress";
  font-size: 54px;
  font-size: 2.109375vw;
  line-height: 73px;
  line-height: 2.8515625vw;
  font-weight: 900;
  color: #CDF564;
}
@media (min-width: 2560px) {
  .error .error_title {
    margin-top: 30px;
  }
}
@media (min-width: 2560px) {
  .error .error_title {
    font-size: 54px;
    line-height: 73px;
  }
}
.error .error_desc {
  margin-top: 26px;
  margin-top: 1.015625vw;
  font-size: 30px;
  font-size: 1.171875vw;
  line-height: 41px;
  line-height: 1.6015625vw;
  font-weight: 700;
  letter-spacing: -1px;
  letter-spacing: -0.0390625vw;
  color: #fff;
}
@media (min-width: 2560px) {
  .error .error_desc {
    margin-top: 26px;
  }
}
@media (min-width: 2560px) {
  .error .error_desc {
    font-size: 30px;
    line-height: 41px;
  }
}
@media (min-width: 2560px) {
  .error .error_desc {
    letter-spacing: -1px;
  }
}
.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;
  height: 66px;
  height: 2.578125vw;
  margin: 60px auto 0px;
  margin: 2.34375vw auto 0vw;
  background: url("../img/btn_error.png") center/cover no-repeat;
  font-size: 26px;
  font-size: 1.015625vw;
  line-height: 31px;
  line-height: 1.2109375vw;
  font-weight: 900;
  color: #1B1D1F;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (min-width: 2560px) {
  .error .error_link {
    width: 300px;
  }
}
@media (min-width: 2560px) {
  .error .error_link {
    height: 66px;
  }
}
@media (min-width: 2560px) {
  .error .error_link {
    margin: 60px auto 0px;
  }
}
@media (min-width: 2560px) {
  .error .error_link {
    font-size: 26px;
    line-height: 31px;
  }
}
.error .error_link:hover {
  background-image: url("../img/btn_error_hover.png");
  color: #1B1D1F;
}