@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&display=swap");
@font-face {
  font-family: "Sacheonhanggong";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2506-1@1.0/SacheonHangGong-Regular.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
html {
  font-size: 10px;
  font-family: "Noto Sans KR", sans-serif;
}

* {
  color: #000;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  font-family: "Noto Sans KR", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0 none;
}

dl, ul, ol, menu, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select, textarea, button {
  border-radius: 0;
  vertical-align: middle;
}

input::-ms-clear {
  display: none;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

body {
  direction: ltr;
  -webkit-text-size-adjust: none;
}

body, th, td, input, select, textarea, button {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.os_mac body, .os_mac th, .os_mac td, .os_mac input, .os_mac select, .os_mac textarea, .os_mac button {
  letter-spacing: 0;
}

a {
  color: #000;
  text-decoration: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea, a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Skip area */
#Skip-navigation {
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 1001;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  transition: all 0.5s;
  background: #666;
}

#Skip-navigation:focus {
  top: 0;
}

/* ir */
.ir {
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: block;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

body {
  background: black;
  overflow: visible;
  position: relative;
  touch-action: auto;
}

body.hidden {
  overflow: hidden;
  touch-action: none;
}

.wrap {
  width: 100%;
  max-width: 75rem;
  min-height: 100vh;
  margin: auto;
  background: #000;
  position: relative;
}

.container {
  width: 100%;
  height: inherit;
  padding: 0 4vw;
  box-sizing: border-box;
}

.cont_wrap > div {
  min-height: 100vh;
  padding: 29.3333vw 0 16vw;
  box-sizing: border-box;
}

@media (min-width: 750px) {
  .container {
    padding: 0 3rem;
  }
  .cont_wrap > div {
    padding: 22rem 0 12rem;
  }
  /* zoom ver */
  main {
    zoom: 0.7;
  }
  .wrap {
    max-width: 50rem;
  }
}
header {
  width: 100%;
  height: 16vw;
  padding-right: 8vw;
  padding-left: 7.3333vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  box-sizing: border-box;
}

header .head {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .head h1 a {
  display: none;
  height: 9.3333vw;
}

header .head h1 a img {
  height: 100%;
}

header.active {
  background: rgba(0, 0, 0, 0.7);
}

header.active .head h1 a {
  display: block;
}

.ham_btn {
  width: 8vw;
  position: relative;
  cursor: pointer;
  z-index: 500;
}

.ham_btn span {
  background: white;
  display: block;
  height: 1.0667vw;
  width: 100%;
  margin: 1.4667vw 0;
  border-radius: 0.4vw;
  transition: all 0.3s ease-in-out 0.2s;
  position: relative;
}

.ham_btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(2.6667vw, 1.3333vw);
}

.ham_btn.active span:nth-child(2) {
  opacity: 0;
}

.ham_btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(2.1333vw, -1.0667vw);
}

nav {
  width: 100%;
  height: calc(var(--vh) * 100);
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  right: -120%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in;
}

nav.active {
  right: 0;
}

nav img {
  display: block;
  width: 49.4667vw;
}

nav ul {
  margin-top: 11.3333vw;
}

nav ul li a {
  display: block;
  font-size: 5.3333vw;
  font-weight: 500;
  line-height: 13.3333vw;
  color: #fff;
  text-align: center;
}

.sns_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9.3333vw;
  margin-top: 13.3333vw;
}

.sns_wrap a {
  display: block;
  width: 14.9333vw;
  height: inherit;
  background-image: url(../../images/common/nav_sns.png);
  background-repeat: no-repeat;
  background-size: 59.7333vw auto !important;
  margin: 0 2.8vw;
}

.sns_wrap a.youtube_btn {
  background-position: left center;
  width: 12.6667vw;
}

.sns_wrap a.twi_btn {
  background-position: -18.6667vw center;
  width: 9.3333vw;
}

.sns_wrap a.insta_btn {
  background-position: -33.3333vw center;
  width: 9.2vw;
}

.sns_wrap a.forum_btn {
  background-position: right center;
  width: 11.2vw;
}

@media (min-width: 750px) {
  header {
    width: 100%;
    max-width: 75rem;
    height: 12rem;
    padding-right: 6rem;
    padding-left: 5.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  header .head h1 a {
    height: 7rem;
  }
  .ham_btn {
    width: 6rem;
  }
  .ham_btn.active {
    width: 6rem;
  }
  .ham_btn span {
    height: 0.8rem;
    margin: 1.1rem 0;
    border-radius: 0.3rem;
  }
  .ham_btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(2rem, 1rem);
  }
  .ham_btn.active span:nth-child(2) {
    opacity: 0;
  }
  .ham_btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(1.6rem, -0.8rem);
  }
  nav {
    width: 100%;
    max-width: 75rem;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: -1220%;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in;
  }
  nav.active {
    top: 0;
  }
  nav img {
    max-width: 37.1rem;
  }
  nav ul {
    margin-top: 8.5rem;
  }
  nav ul li a {
    display: block;
    font-size: 4rem;
    font-weight: 500;
    line-height: 11rem;
    color: #fff;
    text-align: center;
  }
  .sns_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7rem;
    margin-top: 11.5rem;
  }
  .sns_wrap a {
    display: block;
    width: 11.2rem;
    height: inherit;
    background-image: url(../../images/common/nav_sns.png);
    background-repeat: no-repeat;
    background-size: 44.8rem auto !important;
    margin: 0 2.1rem;
  }
  .sns_wrap a.youtube_btn {
    width: 9.5rem;
  }
  .sns_wrap a.twi_btn {
    background-position: -14rem center;
    width: 7rem;
  }
  .sns_wrap a.insta_btn {
    background-position: -25rem center;
    width: 6.9rem;
  }
  .sns_wrap a.forum_btn {
    width: 8.4rem;
  }
  /* zoom ver */
  header {
    max-width: 50rem;
    height: 8rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  header .head {
    zoom: 0.7;
    margin-top: 1.6rem;
  }
  nav {
    top: -2000%;
  }
  nav > * {
    zoom: 0.7;
  }
}
footer {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .copy {
  font-size: 2.6667vw;
  line-height: 3.2vw;
  color: #878787;
  text-align: center;
  padding: 6.6667vw 0;
}

@media (min-width: 750px) {
  footer {
    zoom: 0.7;
  }
  footer .copy {
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 5rem 0;
  }
}
html {
  scroll-behavior: smooth;
}

/* video */
video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

video::-webkit-media-controls-play-button {
  display: none !important;
}

video::-webkit-media-controls-timeline {
  display: none !important;
}

video::-webkit-media-controls-current-time-display {
  display: none !important;
}

video::-webkit-media-controls-time-remaining-display {
  display: none !important;
}

video::-webkit-media-controls-mute-button {
  display: none !important;
}

video::-webkit-media-controls-volume-slider {
  display: none !important;
}

video::-webkit-media-controls-volume-slider {
  display: none !important;
}

/* img */
img {
  width: 100%;
}

/* button */
.pre_btn {
  display: block;
  width: 80.6667vw;
  height: 16.1333vw;
  background: url(../../images/common/pre_btn_bg.png) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}

.pre_btn span {
  display: block;
  text-align: center;
  font-family: "Sacheonhanggong";
  color: #fff;
  font-size: 6vw;
  line-height: 16.1333vw;
}

.btn {
  display: block;
  width: 100%;
  height: 10.6667vw;
  line-height: 10.1333vw;
  text-align: center;
  background: #1c4a83;
  border: 1px solid #000;
  font-size: 3.2vw;
  color: #fff;
  font-weight: 500;
  box-sizing: border-box;
}

.btn.disabled {
  background: #5d5d5d;
  color: #bdbdbd;
  pointer-events: none;
}

/* title */
.tit_wrap {
  width: 100%;
  text-align: center;
  margin-top: -1.8667vw;
  position: relative;
  z-index: 100;
}

.tit_wrap .tit {
  font-size: 8.6667vw;
  font-family: "Sacheonhanggong";
  background: linear-gradient(to bottom, #70b6ff 5%, #fff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.3));
  position: relative;
}

.tit_wrap .tit::after {
  content: "";
  width: 41.3333vw;
  height: 1.7333vw;
  background: url(../../images/common/tit_deco.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -1.6vw;
  left: 50%;
  transform: translateX(-50%);
}

.tit_wrap .desc {
  font-size: 4.2667vw;
  line-height: 5.0667vw;
  color: #fff;
  font-weight: 500;
  margin-top: 4.6667vw;
  opacity: 0.7;
}

.tit_wrap .date {
  font-size: 4vw;
  font-family: "Sacheonhanggong";
  color: #ffdd46;
  margin-top: 6.9333vw;
}

/* check_box */
.check_box {
  display: block;
  *display: inline;
  *zoom: 1;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 3.2vw;
  padding-left: 5.3333vw;
  line-height: 4.2667vw;
  cursor: pointer;
  font-weight: 500;
  padding-bottom: 2vw;
  box-sizing: border-box;
}

.all_agree_area .check_box {
  width: 100%;
  font-size: 3.4667vw;
  font-weight: 700;
  margin: 4vw 0 2.6667vw;
}

.check_box button {
  text-decoration: underline;
  font-size: 3.2vw;
  font-weight: 500;
  margin-top: -1.0667vw;
}

.check_box input[type=checkbox] {
  display: none;
}

.check_check {
  width: 4vw;
  height: 4vw;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: 0.5333vw;
  left: 0;
}

.check_check:after {
  content: "";
  position: absolute;
  display: none;
  width: 2.1333vw;
  height: 1.7333vw;
  background: url(../../images/common/check_i.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0.8vw;
  top: 0.9333vw;
}

.check_box input[type=checkbox]:checked + .check_check:after {
  display: block;
}

/* input */
input {
  display: block;
  width: 100%;
  height: 10.6667vw;
  line-height: 10.1333vw;
  border: 1px solid #000;
  background: #fff;
  padding: 0 2.6667vw;
  font-size: 3.2vw;
  box-sizing: border-box;
}

input::-moz-placeholder {
  color: #bdbdbd;
}

input::placeholder {
  color: #bdbdbd;
}

/* layer */
.layer_deem {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 800;
}

.layer_wrap {
  width: calc(100% - 16vw);
  height: auto;
  min-height: 46.6667vw;
  max-height: calc(var(--vh) * 90);
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 850;
  display: none;
}

.layer_wrap button.layer_close {
  width: 6.4vw;
  height: 6.4vw;
  background: url(../../images/common/layer_close.png) no-repeat center;
  background-size: contain;
  position: fixed;
  top: 4.8vw;
  right: 4.8vw;
}

.layer_wrap .layer_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12vw 4.8vw;
  box-sizing: border-box;
}

.layer_wrap .layer_body h3 {
  font-size: 4vw;
  line-height: 4vw;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5.6vw;
}

.layer_wrap .layer_body p {
  font-size: 3.2vw;
  line-height: 4.6667vw;
  text-align: center;
  letter-spacing: -1px;
}

.layer_wrap .layer_body .underline {
  text-decoration: underline;
}

.layer_wrap .layer_body .btn {
  max-width: 40vw;
  height: 13.3333vw;
  line-height: 13.3333vw;
  font-size: 4vw;
  margin: 5.6vw auto 0;
}

@media (min-width: 750px) {
  /* img */
  img {
    width: 100% !important;
  }
  /* button */
  .pre_btn {
    width: 60.5rem;
    height: 12.1rem;
  }
  .pre_btn span {
    font-size: 4.5rem;
    line-height: 12.1rem;
  }
  .btn {
    height: 8rem;
    line-height: 7.6rem;
    font-size: 2.4rem;
  }
  /* title */
  .tit_wrap {
    margin-top: -1.4rem;
  }
  .tit_wrap .tit {
    font-size: 6.5rem;
  }
  .tit_wrap .tit::after {
    content: "";
    width: 31rem;
    height: 1.3rem;
    bottom: -1.2rem;
  }
  .tit_wrap .desc {
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin-top: 3.5rem;
  }
  .tit_wrap .date {
    font-size: 3rem;
    margin-top: 5.2rem;
  }
  /* check_box */
  .check_box {
    font-size: 2.4rem;
    padding-left: 4rem;
    line-height: 3.2rem;
    padding-bottom: 1.5rem;
  }
  .all_agree_area .check_box {
    font-size: 2.6rem;
    margin: 3rem 0 2rem;
  }
  .check_box button {
    font-size: 2.4rem;
    margin-top: -0.8rem;
  }
  .check_check {
    width: 3rem;
    height: 3rem;
    top: 0.4rem;
  }
  .check_check:after {
    width: 1.6rem;
    height: 1.3rem;
    left: 0.6rem;
    top: 0.7rem;
  }
  /* input */
  input {
    height: 8rem;
    line-height: 7.6rem;
    padding: 0 2rem;
    font-size: 2.4rem;
  }
  /* layer */
  .layer_deem {
    background: rgba(0, 0, 0, 0.65);
  }
  .layer_wrap {
    width: 63rem;
    min-height: 35rem;
    zoom: 0.7;
  }
  .layer_wrap button.layer_close {
    width: 4.8rem;
    height: 4.8rem;
    top: 3.6rem;
    right: 3.6rem;
  }
  .layer_wrap .layer_body {
    padding: 9rem 3.6rem;
  }
  .layer_wrap .layer_body h3 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 4.2rem;
  }
  .layer_wrap .layer_body p {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
  .layer_wrap .layer_body .btn {
    max-width: 30rem;
    height: 10rem;
    line-height: 10rem;
    font-size: 3rem;
    margin: 5rem auto 0;
  }
}
.error_wrap {
  width: 100%;
  height: calc(var(--vh) * 100);
  background: #080e28;
}

.error_cont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error_cont .error_img {
  width: 64.5333vw;
  height: 64.6667vw;
  background: url(../../images/error/img.png) no-repeat center;
  background-size: contain;
}

.error_cont .error_txt {
  font-size: 3.4667vw;
  line-height: 5.3333vw;
  text-align: center;
  color: #b6b6b6;
  margin-top: 9.0667vw;
  padding: 0 10.6667vw;
}

@media (min-width: 750px) {
  .error_cont {
    transform: scale(0.7);
  }
  .error_cont .error_img {
    width: 48.4rem;
    height: 48.5rem;
  }
  .error_cont .error_txt {
    font-size: 2.6rem;
    line-height: 4rem;
    margin-top: 6.8rem;
    padding: 0;
    letter-spacing: -2.3px;
  }
}
/* main */
.main_wrap {
  width: 100%;
  height: calc(var(--vh) * 100);
  background: url(../../images/main/bg.webp) no-repeat center top;
  background-size: cover;
}

.no_webp .main_wrap {
  background: url(../../images/main/bg.jpg) no-repeat center top;
  background-size: cover;
}

.main_wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  z-index: -1;
}

.main_wrap .container {
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.main_wrap .main_tit {
  text-align: center;
  margin-top: 10.6667vw;
}

.main_wrap .main_tit span {
  font-size: 5.0667vw;
  font-family: "Sacheonhanggong";
  color: #fff;
}

.main_wrap .main_tit img {
  display: block;
  width: 84.1333vw;
  margin: -4vw auto 0;
}

.main_wrap .main_tit strong {
  display: block;
  font-size: 7.0667vw;
  font-family: "Sacheonhanggong";
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  margin-top: 5.8667vw;
}

.main_wrap .pre_btn {
  margin-top: 12.2667vw;
}

.main_wrap .sns_wrap {
  margin-top: 8vw;
  margin-left: -2.6667vw;
}

.main_wrap .scroll_arrow_wrap {
  margin-top: 14.4vw;
  text-align: center;
}

.main_wrap .scroll_arrow_wrap > p {
  font-size: 4vw;
  color: #fff;
}

.main_wrap .scroll_arrow_wrap .wings {
  width: 14.6667vw;
  height: 3.8667vw;
  background: url(../../images/main/wings.png) no-repeat center;
  background-size: contain;
  margin-top: 2.4vw;
}

.main_wrap .scroll_arrow_wrap div {
  margin-top: 2.6667vw;
}

.main_wrap .scroll_arrow_wrap .scroll_arrow {
  width: 4vw;
  height: 1.6vw;
  background: url(../../images/main/arrow.png) no-repeat center;
  background-size: contain;
  margin: 0 auto;
  margin-top: -0.2667vw;
  animation: arrow-wave 1s infinite;
  animation-direction: alternate;
}

.main_wrap .scroll_arrow_wrap .scroll_arrow:nth-child(2) {
  animation-delay: 0.2s;
}

.main_wrap .scroll_arrow_wrap .scroll_arrow:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes arrow-wave {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* pre order */
.pre_regist_wrap {
  background: url(../../images/preRegist/bg.webp) no-repeat center top;
  background-size: cover;
}

.no_webp .pre_regist_wrap {
  background: url(../../images/preRegist/bg.jpg) no-repeat center top;
  background-size: cover;
}

.regist_wrap > div {
  width: 100%;
  padding: 6.2667vw 4vw 6.9333vw;
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: relative;
}

.regist_wrap > div::after {
  content: "";
  width: calc(100% - 1.3333vw);
  height: calc(100% - 1.3333vw);
  border: 0.2667vw solid #112d55;
  opacity: 0.4;
  box-sizing: border-box;
  position: absolute;
  top: 0.6667vw;
  left: 0.6667vw;
}

.regist_wrap > div > * {
  position: relative;
  z-index: 10;
}

.regist_wrap h3 {
  font-size: 4.8vw;
  line-height: 4.8vw;
  color: #112d55;
  font-family: "Sacheonhanggong";
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -1px;
}

.regist_wrap h3 i {
  display: block;
  width: 26.6667vw;
  height: 3.0667vw;
  background: url(../../images/preRegist/tit_deco.png) no-repeat center;
  background-size: contain;
  margin-top: -1.0667vw;
  margin-right: 1.8667vw;
}

.regist_wrap h3 i:nth-of-type(2) {
  background: url(../../images/preRegist/tit_deco_02.png) no-repeat center;
  background-size: contain;
  margin-right: 0;
  margin-left: 1.8667vw;
}

.regist_wrap .reward_box {
  margin-top: 5.6vw;
  padding-right: 0;
  padding-left: 0;
}

.regist_wrap .reward_box > * {
  max-width: calc(100% - 8vw);
  margin: auto;
}

.regist_wrap .reward_box h3 {
  width: 100%;
  max-width: 100%;
}

.reward_box .reward_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3.4667vw;
}

.reward_box .reward_item > div {
  width: 41.3333vw;
  height: 30.4vw;
}

.reward_box .reward_item .cha_item {
  background: url(../../images/preRegist/reward_item_01.png) no-repeat center;
  background-size: contain;
}

.reward_box .reward_item .wings_item {
  background: url(../../images/preRegist/reward_item_02.png) no-repeat center;
  background-size: contain;
}

.reward_box .reward_item .reward_desc {
  width: 100%;
  max-width: 84vw;
  height: 41.0667vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #1b2c3c;
  position: absolute;
  top: -10.6667vw;
  left: 0;
  z-index: 15;
  display: none;
}

.reward_box .reward_item .reward_desc dl {
  width: 100%;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.reward_box .reward_item .reward_desc dl dt {
  font-size: 4.2667vw;
  font-family: "Sacheonhanggong";
  color: #fff;
}

.reward_box .reward_item .reward_desc dl dd {
  font-size: 2.8vw;
  line-height: 4.2667vw;
  color: #fff;
  margin-top: 4.2667vw;
  letter-spacing: -0.5px;
}

.reward_box .reward_item .layer_close {
  display: block;
  width: 4.6667vw;
  height: 4.6667vw;
  background: url(../../images/preRegist/desc_close.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 2.6667vw;
  right: 2.6667vw;
  z-index: 18;
}

.reward_box fieldset {
  margin-top: 1.6vw;
}

.reward_box fieldset .input_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.6667vw;
}

.reward_box fieldset .input_box p {
  width: 100%;
  position: relative;
}

.reward_box fieldset .input_box p span {
  font-size: 3.2vw;
  color: #bdbdbd;
  position: absolute;
  top: 50%;
  right: 2.6667vw;
  transform: translateY(-50%);
  display: none;
}

.reward_box fieldset .input_box p span.on {
  display: block;
}

.reward_box fieldset .input_box .btn {
  max-width: 26.6667vw;
  margin-left: 1.3333vw;
}

.reward_box fieldset .pre_btn {
  margin-top: 7.3333vw;
}

.regist_wrap .store_reward_box,
.regist_wrap .kakao_reward_box {
  margin-top: 6.6667vw;
  padding-right: 0;
  padding-left: 0;
}

.regist_wrap .store_reward_box > div,
.regist_wrap .kakao_reward_box > div {
  text-align: center;
}

.regist_wrap .store_reward_box h3 i {
  width: 16.8vw;
  background: url(../../images/preRegist/tit_deco_md.png) no-repeat center;
  background-size: contain;
}

.regist_wrap .store_reward_box h3 i:nth-of-type(2) {
  width: 16.8vw;
  background: url(../../images/preRegist/tit_deco_md_02.png) no-repeat center;
  background-size: contain;
}

.store_reward_box .reward_item,
.kakao_reward_box .reward_item {
  margin-top: 2.8vw;
}

.store_reward_box .store_btn_wrap,
.kakao_reward_box .store_btn_wrap {
  margin-top: 3.2vw;
}

.store_reward_box .store_btn_wrap a,
.kakao_reward_box .store_btn_wrap a {
  display: block;
  margin-top: 2.1333vw;
}

.regist_wrap .kakao_reward_box h3 i {
  width: 14.8vw;
  background: url(../../images/preRegist/tit_deco_sm.png) no-repeat center;
  background-size: contain;
}

.regist_wrap .kakao_reward_box h3 i:nth-of-type(2) {
  width: 14.8vw;
  background: url(../../images/preRegist/tit_deco_sm_02.png) no-repeat center;
  background-size: contain;
}

/* achieve event */
.achieve_event_wrap {
  background: url(../../images/achEvent/bg.webp) no-repeat center top;
  background-size: cover;
}

.no_webp .achieve_event_wrap {
  background: url(../../images/achEvent/bg.jpg) no-repeat center top;
  background-size: cover;
}

.achieve_num {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10.1333vw;
}

.achieve_num .sub_tit {
  width: 75.7333vw;
  height: 8.4vw;
  line-height: 8.4vw;
  background: url(../../images/achEvent/tit_bg.png) no-repeat center;
  background-size: contain;
  text-align: center;
  font-size: 4vw;
  color: #112d55;
  font-family: "Sacheonhanggong";
}

.achieve_num .num {
  width: 90.2667vw;
  height: 18.8vw;
  margin: 0 auto;
  margin-top: 4.8vw;
  display: flex;
  align-items: start;
  justify-content: center;
}

.ach_slide {
  width: 100%;
  position: relative;
}

.ach_slide::after {
  content: "";
  width: 100%;
  height: 1.3333vw;
  background: #c9e1f8;
  border-top: 1px solid #e0eefb;
  border-bottom: 1px solid #64707c;
  position: absolute;
  top: 7.4667vw;
  left: 0;
}

.ach_slide ul {
  padding-top: 7.4667vw;
  margin-top: 16.5333vw;
}

.ach_slide li {
  width: 64vw;
  height: 82.5333vw;
  position: relative;
}

.ach_slide li::after {
  content: "";
  width: 3.4667vw;
  height: 18.2667vw;
  background: url(../../images/achEvent/line.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -18.4vw;
  left: 50%;
  transform: translateX(-50%);
}

.ach_slide li.active::before {
  display: none;
}

.ach_slide li.clear::before,
.ach_slide li.active.clear::before {
  content: "";
  width: 100%;
  height: 82.5333vw;
  background: url(../../images/achEvent/clear.png) no-repeat center 10vw;
  background-size: 54.6667vw auto;
  background-color: rgba(9, 15, 42, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.ach_slide li p {
  width: 100%;
  font-size: 4.2667vw;
  line-height: 4.2667vw;
  font-weight: 500;
  color: #c3dcf4;
  text-align: center;
  margin-top: -17.0667vw;
}

.ach_slide li p span {
  display: block;
  font-size: 6vw;
  line-height: 6vw;
  font-weight: 500;
  color: #c3dcf4;
}

/* character */
.character_intro_wrap {
  height: 216.5333vw;
  padding-bottom: 15.2vw !important;
  position: relative;
  transition: all 0.5s ease-in;
}

.character_list {
  width: 100%;
  height: inherit;
  position: absolute;
  top: -55.4667vw;
  left: 0;
}

.character_list .swiper-slide {
  opacity: 0 !important;
}

.character_list .swiper-slide-active {
  opacity: 1 !important;
  transition: all 1.5s ease-in;
}

.character_list .cha_img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1.5s ease-in;
}

.character_list .cha_img img {
  position: absolute;
  bottom: 0;
  transition: all 1.5s ease-in;
}

.character_list .character_next,
.character_list .character_prev {
  width: 8.9333vw;
  height: 9.6vw;
  background-size: contain !important;
  position: absolute;
  bottom: 14.8vw;
  z-index: 40;
  cursor: pointer;
}

.character_list .character_next {
  background: url(../../images/common/next_arrow.png) no-repeat center;
  right: 8vw;
}

.character_list .character_prev {
  background: url(../../images/common/prev_arrow.png) no-repeat center;
  left: 8vw;
}

.character_list .character_page {
  position: absolute;
  top: auto !important;
  bottom: 16.6667vw !important;
  z-index: 35;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.character_list .character_page .swiper-pagination-bullet {
  width: 4.8vw;
  height: 4.8vw;
  background: url(../../images/common/page_dot.png) no-repeat center;
  background-size: contain;
}

.character_list .character_page .swiper-pagination-bullet-active {
  background: url(../../images/common/page_dot_active.png) no-repeat center;
  background-size: contain;
}

.character_list .desc_area {
  width: 100%;
  padding: 0 8vw;
  box-sizing: border-box;
}

.character_list .desc_area .txt {
  position: absolute;
  top: 115.4667vw;
  left: 8vw;
  transform: translateX(-5.3333vw);
  opacity: 0;
  transition: all 0.9s ease-in-out;
}

.character_list .swiper-slide-active .desc_area .txt {
  opacity: 1;
  transform: translateX(0);
}

.character_list .desc_area .info_box {
  width: 84vw;
  height: 43.0667vw;
  background: url(../../images/character/box_line.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 30.6667vw;
  padding: 8vw 4vw 0;
  box-sizing: border-box;
  transform: translateY(4.2667vw);
  opacity: 0;
  transition: all 1.3s ease-in-out 0.3s;
}

.character_list .swiper-slide-active .desc_area .info_box {
  opacity: 1;
  transform: translateY(0);
}

.character_list .desc_area .info_box::after {
  content: "";
  width: 84vw;
  height: 36.5333vw;
  border-radius: 8vw;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 4vw;
  left: 0;
}

.character_list .desc_area .info_box > * {
  position: relative;
  z-index: 10;
}

.character_list .desc_area .info_box .name_area {
  display: flex;
  align-items: center;
  padding-left: 1.6vw;
  padding-bottom: 1.3333vw;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}

.character_list .desc_area .info_box .name_area .symbol {
  height: 13.0667vw;
}

.character_list .desc_area .info_box .name_area dl {
  margin-left: 2.1333vw;
}

.character_list .desc_area .info_box .name_area dt {
  font-size: 3.2vw;
  line-height: 3.2vw;
  font-weight: 700;
  color: #1d1d1d;
}

.character_list .desc_area .info_box .name_area dd {
  font-size: 5.7333vw;
  line-height: 5.7333vw;
  font-weight: 900;
  margin-top: 0.5333vw;
}

.character_list .desc_area .info_box .desc_txt {
  font-size: 3.4667vw;
  line-height: 5.0667vw;
  font-weight: 500;
  color: #1d1d1d;
  padding-left: 1.6vw;
  box-sizing: border-box;
  letter-spacing: -1.2px;
  margin-top: 1.8667vw;
}

/* world */
.world_wrap {
  background: url(../../images/world/bg.webp) no-repeat center top;
  background-size: cover;
  padding-bottom: 10.9333vw !important;
}

.no_webp .world_wrap {
  background: url(../../images/world/bg.jpg) no-repeat center top;
  background-size: cover;
}

.world_list {
  overflow: hidden;
  position: relative;
  margin-top: 7.2vw;
  padding-bottom: 14.9333vw;
}

.world_list .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.world_list .swiper-slide-active {
  z-index: 15;
}

.world_list .swiper-slide .front_img {
  position: relative;
  z-index: 15;
}

.world_list .swiper-slide .back_img {
  height: 55.4667vw;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.world_list .swiper-slide-active .chapter_area {
  display: block;
}

.world_list .chapter_area {
  width: 100%;
  margin-top: 6.4vw;
}

.world_list .chapter_area p {
  font-size: 5.3333vw;
  line-height: 5.3333vw;
  text-align: center;
  color: #cdbcaf;
  font-family: "Noto Serif KR", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(2vw);
  transition: all 0.8s ease-in 0.5s;
}

.world_list .swiper-slide-active .chapter_area p {
  opacity: 1;
  transform: translateY(0);
}

.world_list .chapter_area p i {
  display: block;
  width: 18.4vw;
  height: 3.3333vw;
  background: url(../../images/world/tit_deco.png) no-repeat center;
  background-size: contain !important;
  margin-right: 4vw;
}

.world_list .chapter_area p i:nth-of-type(2) {
  background: url(../../images/world/tit_deco_02.png) no-repeat center;
  margin-right: 0;
  margin-left: 4vw;
}

.world_list .chapter_area dl {
  opacity: 0;
  transform: translateY(2vw);
  transition: all 0.7s ease-in 0.9s;
}

.world_list .swiper-slide-active .chapter_area dl {
  opacity: 1;
  transform: translateY(0);
}

.world_list .chapter_area dt {
  font-size: 4.8vw;
  text-align: center;
  color: #cdbcaf;
  font-family: "Noto Serif KR", serif;
  margin-top: 5.0667vw;
  margin-bottom: -4vw;
}

.world_list .chapter_area dd {
  font-size: 3.7333vw;
  line-height: 5.6vw;
  text-align: center;
  color: #cdbcaf;
  font-family: "Noto Serif KR", serif;
  margin-top: 5.3333vw;
}

.world_list .world_next,
.world_list .world_prev {
  width: 8.9333vw;
  height: 9.6vw;
  background-size: contain !important;
  position: absolute;
  bottom: 0;
  z-index: 40;
  cursor: pointer;
}

.world_list .world_next {
  background: url(../../images/common/next_arrow.png) no-repeat center;
  right: 8vw;
}

.world_list .world_prev {
  background: url(../../images/common/prev_arrow.png) no-repeat center;
  left: 8vw;
}

.world_list .world_page {
  position: absolute;
  top: auto !important;
  bottom: 2.6667vw !important;
  z-index: 35;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.world_list .world_page .swiper-pagination-bullet {
  width: 4.8vw;
  height: 4.8vw;
  background: url(../../images/world/page_dot.png) no-repeat center;
  background-size: contain;
}

.world_list .world_page .swiper-pagination-bullet-active {
  background: url(../../images/world/page_dot_active.png) no-repeat center;
  background-size: contain;
}

/* media */
.media_wrap {
  background: url(../../images/media/bg.webp) no-repeat center top;
  background-size: cover;
  padding-bottom: 35.7333vw !important;
}

.no_webp .media_wrap {
  background: url(../../images/media/bg.jpg) no-repeat center top;
  background-size: cover;
}

.media_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4.8vw;
}

.media_list li {
  margin-top: 2.6667vw;
}

.media_list .media_layer_btn {
  cursor: pointer;
}

.media_wrap .btn {
  max-width: 84vw;
  height: 13.3333vw;
  line-height: 12.4vw;
  font-size: 4vw;
  margin: 5.3333vw auto 0;
}

.media_layer {
  width: 100%;
  background: none;
}

.media_layer button.layer_close {
  top: -8vw;
  right: 2.6667vw;
}

.media_layer .layer_body {
  padding: 0;
}

.media_layer .layer_body #video_cont {
  width: 100% !important;
  height: 53.8667vw !important;
}

.media_layer .layer_body iframe,
.media_layer .layer_body video {
  width: 100% !important;
  height: 100% !important;
}

.mobile_info {
  display: none;
}

.privacy_layer .layer_body p,
.promotion_layer .layer_body p {
  text-align: left;
}

@media (min-width: 750px) {
  /* main */
  .main_wrap .main_tit {
    margin-top: 0;
  }
  .main_wrap .main_tit span {
    font-size: 3.8rem;
  }
  .main_wrap .main_tit img {
    width: 63.1rem;
    margin: -3rem auto 0;
  }
  .main_wrap .main_tit strong {
    font-size: 5.3rem;
    margin-top: 4.4rem;
  }
  .main_wrap .pre_btn {
    margin-top: 20.9rem;
  }
  .main_wrap .sns_wrap {
    margin-top: 6rem;
    margin-left: -2rem;
  }
  .main_wrap .scroll_arrow_wrap {
    margin-top: 10.8rem;
  }
  .main_wrap .scroll_arrow_wrap > p {
    font-size: 3rem;
  }
  .main_wrap .scroll_arrow_wrap .wings {
    width: 11rem;
    height: 2.9rem;
    margin-top: 1.8rem;
  }
  .main_wrap .scroll_arrow_wrap div {
    margin-top: 2rem;
  }
  .main_wrap .scroll_arrow_wrap .scroll_arrow {
    width: 3rem;
    height: 1.2rem;
    margin-top: -0.2rem;
  }
  /* pre order */
  .regist_wrap > div {
    padding: 4.7rem 3rem 5.2rem;
  }
  .regist_wrap > div::after {
    content: "";
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border: 0.2rem solid #112d55;
    top: 0.5rem;
    left: 0.5rem;
  }
  .regist_wrap h3 {
    font-size: 3.6rem;
    line-height: 3.6rem;
    letter-spacing: -1.6px;
  }
  .regist_wrap h3 i {
    width: 18rem;
    height: 2.3rem;
    margin-top: -0.8rem;
    margin-right: 1.4rem;
  }
  .regist_wrap h3 i:nth-of-type(2) {
    margin-left: 1.4rem;
  }
  .regist_wrap .reward_box {
    margin-top: 4.2rem;
    padding-right: 0;
    padding-left: 0;
  }
  .regist_wrap .reward_box > * {
    max-width: calc(100% - 6rem);
    margin: auto;
  }
  .reward_box .reward_item {
    margin-top: 2.6rem;
  }
  .reward_box .reward_item > div {
    width: 29rem;
    height: 22.8rem;
  }
  .reward_box .reward_item .reward_desc {
    max-width: 63rem;
    height: 30.8rem;
    top: -8rem;
  }
  .reward_box .reward_item .reward_desc dl dt {
    font-size: 3.2rem;
  }
  .reward_box .reward_item .reward_desc dl dd {
    font-size: 2.1rem;
    line-height: 3.2rem;
    margin-top: 3.2rem;
  }
  .reward_box .reward_item .layer_close {
    width: 3.5rem;
    height: 3.5rem;
    top: 2rem;
    right: 2rem;
  }
  .reward_box fieldset {
    margin-top: 1.2rem;
  }
  .reward_box fieldset .input_box {
    max-width: 59.3rem;
    margin-top: 2rem;
  }
  .reward_box fieldset .input_box p span {
    font-size: 2.4rem;
    right: 2rem;
  }
  .reward_box fieldset .input_box .btn {
    max-width: 20rem;
    margin-left: 1rem;
  }
  .reward_box fieldset .pre_btn {
    margin-top: 5.5rem;
  }
  .regist_wrap .store_reward_box,
  .regist_wrap .kakao_reward_box {
    margin-top: 5rem;
  }
  .regist_wrap .store_reward_box > div,
  .regist_wrap .kakao_reward_box > div {
    width: calc(100% - 9.6rem);
    margin: 2.1rem auto 0;
  }
  .regist_wrap .store_reward_box h3 i {
    width: 10.6rem;
  }
  .regist_wrap .store_reward_box h3 i:nth-of-type(2) {
    width: 10.6rem;
  }
  .store_reward_box .store_btn_wrap,
  .kakao_reward_box .store_btn_wrap {
    margin-top: 2.4rem;
  }
  .store_reward_box .store_btn_wrap a,
  .kakao_reward_box .store_btn_wrap a {
    margin-top: 1.6rem;
  }
  .regist_wrap .kakao_reward_box h3 i {
    width: 11.1rem;
  }
  .regist_wrap .kakao_reward_box h3 i:nth-of-type(2) {
    width: 11.1rem;
  }
  /* achieve event */
  .achieve_num {
    margin-top: 7.6rem;
  }
  .achieve_num .sub_tit {
    width: 56.8rem;
    height: 6.3rem;
    line-height: 6.3rem;
    font-size: 3rem;
  }
  .achieve_num .num {
    margin-top: 3.6rem;
    width: 67.7rem;
    height: 14.1rem;
  }
  .ach_slide::after {
    content: "";
    height: 1rem;
    top: 5.6rem;
  }
  .ach_slide .clear::before {
    height: 61.9rem;
    background: url(../../images/achEvent/clear.png) no-repeat center 7.5rem;
    background-size: 41rem auto;
    background-color: rgba(9, 15, 42, 0.8);
  }
  .ach_slide ul {
    padding-top: 5.6rem;
    margin-top: 12.4rem;
  }
  .ach_slide li {
    width: 48rem;
    height: 61.9rem;
  }
  .ach_slide li::after {
    width: 2.6rem;
    height: 13.7rem;
    top: -13.8rem;
  }
  .ach_slide li::before {
    height: 61.9rem;
  }
  .ach_slide li.active::before {
    display: none;
  }
  .ach_slide li.clear::before,
  .ach_slide li.active.clear::before {
    height: 61.9rem;
    background: url(../../images/achEvent/clear.png) no-repeat center 7.5rem;
    background-size: 41rem auto;
    background-color: rgba(9, 15, 42, 0.8);
    display: block;
  }
  .ach_slide li p {
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin-top: -12.8rem;
  }
  .ach_slide li p span {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
  /* character */
  .character_intro_wrap {
    height: 162.4rem;
    padding-bottom: 11.4rem !important;
  }
  .character_list {
    top: -41.6rem;
  }
  .character_list .character_next,
  .character_list .character_prev {
    width: 6.7rem;
    height: 7.2rem;
    bottom: 11.1rem;
  }
  .character_list .character_next {
    right: 6rem;
  }
  .character_list .character_prev {
    left: 6rem;
  }
  .character_list .character_page {
    bottom: 12.5rem !important;
  }
  .character_list .character_page .swiper-pagination-bullet {
    width: 3.6rem;
    height: 3.6rem;
  }
  .character_list .desc_area {
    padding: 0 6rem;
  }
  .character_list .desc_area .txt {
    top: 86.6rem;
    left: 6rem;
    transform: translateX(-4rem);
  }
  .character_list .desc_area .info_box {
    width: 63rem;
    height: 32.3rem;
    bottom: 23rem;
    padding: 6rem 3rem 0;
    transform: translate(-50%, 4rem);
    left: 50%;
  }
  .character_list .swiper-slide-active .desc_area .info_box {
    transform: translate(-50%, 0);
  }
  .character_list .desc_area .info_box::after {
    content: "";
    width: 63rem;
    height: 27.4rem;
    border-radius: 6rem;
    top: 3rem;
  }
  .character_list .desc_area .info_box .name_area {
    padding-left: 1.2rem;
    padding-bottom: 1rem;
  }
  .character_list .desc_area .info_box .name_area .symbol {
    height: 9.8rem;
  }
  .character_list .desc_area .info_box .name_area dl {
    margin-left: 1.6rem;
  }
  .character_list .desc_area .info_box .name_area dt {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .character_list .desc_area .info_box .name_area dd {
    font-size: 4.3rem;
    line-height: 4.3rem;
    margin-top: 0.4rem;
  }
  .character_list .desc_area .info_box .desc_txt {
    font-size: 2.6rem;
    line-height: 3.8rem;
    padding-left: 1.2rem;
    margin-top: 1.4rem;
    letter-spacing: -2.3px;
  }
  /* world */
  .world_wrap {
    padding-bottom: 8.2rem !important;
  }
  .world_list {
    margin-top: 5.4rem;
    padding-bottom: 11.2rem;
  }
  .world_list .swiper-slide .back_img {
    height: 41.6rem;
  }
  .world_list .swiper-slide .back_img img {
    display: block;
    width: 48.3rem !important;
  }
  .world_list .chapter_area {
    margin-top: 4.8rem;
  }
  .world_list .chapter_area p {
    font-size: 4rem;
    line-height: 4rem;
    transform: translateY(1.5rem);
  }
  .world_list .swiper-slide-active .chapter_area p {
    transform: translateY(0);
  }
  .world_list .chapter_area p i {
    width: 13.8rem;
    height: 2.5rem;
    margin-right: 3rem;
  }
  .world_list .chapter_area p i:nth-of-type(2) {
    margin-left: 3rem;
  }
  .world_list .chapter_area dl {
    transform: translateY(1.5rem);
  }
  .world_list .swiper-slide-active .chapter_area dl {
    transform: translateY(0);
  }
  .world_list .chapter_area dt {
    font-size: 3.6rem;
    margin-top: 3.8rem;
    margin-bottom: -3rem;
  }
  .world_list .chapter_area dd {
    font-size: 2.8rem;
    line-height: 4.2rem;
    margin-top: 4rem;
  }
  .world_list .world_next,
  .world_list .world_prev {
    width: 6.7rem;
    height: 7.2rem;
  }
  .world_list .world_next {
    right: 6rem;
  }
  .world_list .world_prev {
    left: 6rem;
  }
  .world_list .world_page {
    bottom: 2rem !important;
  }
  .world_list .world_page .swiper-pagination-bullet {
    width: 3.6rem;
    height: 3.6rem;
  }
  /* media */
  .media_list {
    margin-top: 3.6rem;
  }
  .media_list li {
    margin-top: 2rem;
  }
  .media_wrap {
    padding-bottom: 26.8rem !important;
  }
  .media_wrap .btn {
    max-width: 63rem;
    height: 10rem;
    line-height: 9.3rem;
    font-size: 3rem;
    margin: 4rem auto 0;
  }
  .media_layer {
    max-width: 75rem;
  }
  .media_layer button.layer_close {
    top: -5.5rem;
    right: 2.5rem;
  }
  .media_layer .layer_body #video_cont {
    height: 40.4rem !important;
  }
  .mobile_info {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 5rem 0;
    animation: moInfo 2s ease forwards;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 850;
  }
  @keyframes moInfo {
    0% {
      display: flex;
    }
    100% {
      display: none;
    }
  }
  .mobile_info p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
  /* zoom ver */
  .main_wrap {
    height: 162.5rem;
  }
}