/* Core Stylesheet - 1.0 */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR|Noto+Sans+SC&subset=chinese-simplified,japanese,korean");
@import url(/css/bootstrap.min.css);
@import url(/css/classy-nav.css);
@import url(/css/owl.carousel.min.css);
@import url(/css/animate.css);
@import url(/css/magnific-popup.css);
@import url(/css/font-awesome.min.css);
@import url(/css/swiper-bundle.min.css);

/* 1.0 Superplanet Background Area */

* {
  margin: 0;
  padding: 0;
}



@font-face {
  font-family: 'NotoSansTCBold'; 
  src: url('../font/output-font.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSansTCBlack'; 
  src: url('../font/output-font.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSansJPBold'; 
  src: url('../font/NotoSansJPBold.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansJPBlack'; 
  src: url('../font/NotoSansJPBlack.woff') format('woff');
}



@font-face {
  font-family: 'ngothicBold'; 
  src: url('../font/ngothicBold.woff') format('woff');
}

@font-face {
  font-family: 'ngothicMedium'; 
  src: url('../font/ngothicMedium.woff') format('woff');
}


html,
body {
  min-width: 320px;
  font-family: "Noto Sans KR", sans-serif;
  font-family: "Noto Sans SC", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  font-size: max(1vw, 32px);
  overflow: hidden;
  user-select: none; /* 텍스트 드래그 불가 */
  -webkit-user-select: none; /* 사파리 브라우저 호환 */
  -moz-user-select: none; /* 파이어폭스 브라우저 호환 */
  -ms-user-select: none; /* 구형 IE 브라우저 호환 */
}

/* :: 3.0 Base CSS */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #424242;
  line-height: 1.3;
  font-weight: 700;
}

p {
  color: #939393;
  font-size: 14px;
  line-height: 2.1;
  font-weight: 400;
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}

ul,
ol {
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

/* :: 3.5.0 Miscellaneous */
.section-title {
  font-size: 32px;
  font-weight: 400;
}

.section-content {
  font-size: 18px;
  color: #0e0e0e;
  font-weight: 400;
}

.section-detail {
  font-size: 26px;
  color: #0e0e0e;
  font-weight: 400;
}

.section-bar {
  width: 130px;
  border: 1px solid gray;
  margin: 0 auto;
}

.tooltip-inner {
  background-color: #fff600;
}

.tooltip .arrow::before {
  border-top-color: #fff600;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gray {
  background-color: #f0f4f8;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}
.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-pattern {
  position: relative;
  z-index: 2;
}
.bg-pattern::after {
  background-image: url(/img/core-img/pattern.png);
  background-repeat: repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.bg-pattern2 {
  position: relative;
  z-index: 2;
}
.bg-pattern2::after {
  background-image: url(/img/core-img/pattern2.png);
  background-repeat: repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.button {
  transform: scale(1);
  transition: transform 0.5s ease;
}

.button :hover,
.button :active {
  cursor: pointer;
  transform: scale(0.98);
}

.top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-element {
  width: 100%;
  margin-right: 3%;
}

.static,
.dynamic,
.slide {
  margin: 0 auto;
}

.static img,
.dynamic img,
.slide img {
  width: 100%;
  object-fit: contain;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }
}

.container {
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.nav {
  width: 7%;
}

/* :: 3.4.0 Preloader */
.preloader {
  background-color: #20d8da;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.preloader .spinner {
  width: 70px;
  text-align: center;
}
.preloader .spinner div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.preloader .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.preloader .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* :: 2.0 Header Area CSS */
.header-area {
  background-color: #0e0e0e;
  z-index: 1000;
  width: 100vw;
  height: 2.156rem;
}

.header-area .top-header-area {
  z-index: 1;
}

.header-area .sticky-wrapper {
  height: 2.156rem !important;
}

.header-area .superplanet-main-menu {
  height: 2.156rem;
}

.header-area .superplanet-main-menu .classy-nav-container {
  height: 2.156rem;
}

.header-area .superplanet-main-menu .classy-navbar {
  height: 2.156rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding:0px;
}

.header-area .superplanet-main-menu .classy-navbar .classy-menu {
  width: 100vw;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
#logo-nav{
  width: 8.78125rem;
  height: auto;
  position: absolute;
  z-index: 101;
}
#pre-register-nav{
  width: 8.78125rem;
  height: auto;
  right:0;
  position: absolute;
  z-index: 1000;
}

.header-area .superplanet-main-menu .classy-navbar .classy-menu .logo {
  width: 8rem;
  object-fit: contain;
}

.header-area .superplanet-main-menu .classy-navbar .classy-menu .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}


.header-area
  .superplanet-main-menu
  .classy-navbar
  .classy-menu
  .sns
  .flex-element {
  margin-right: auto;
  height: 100%;
  object-fit: contain;
  display: none;
}

.header-area
  .superplanet-main-menu
  .classy-navbar
  .classy-menu
  .sns
  .flex-element
  img {
  object-fit: contain;
}

.header-area .superplanet-main-menu .classy-navbar .classynav {
  max-width: 24rem;
  min-width: 18rem;
  margin: 0 auto;
  width: 200%;
  height: auto;
}

.header-area .superplanet-main-menu .classy-navbar .classynav ul {
  width: 100%;
}

.header-area .superplanet-main-menu .classy-navbar .classynav ul li {
  margin-right: 0;
}

.header-area .superplanet-main-menu .classy-navbar .classynav ul li a {
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  color: #b4b3b3;
  text-align: center;
  border-bottom: none;
  font-size: 25px;
  font-family: var(--current-font-bold, inherit); 

}

.header-area .superplanet-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .superplanet-main-menu .classy-navbar .classynav ul li a:focus {
  color: #ffee4f;
}

#navbar-toggler {
  margin: calc(var(--vh, 1vh) * 0) 0 auto 0;
  inset: 0 0 0 auto;
  position: absolute;
  width: 2.75rem;
  z-index: 100000;
}

.header-area .superplanet-main-menu .classy-navbar .popup{
  width:100%;
  z-index: 10000;
}

@media only screen and (max-width: 991px) {
  
  
  #logo-nav{
    width: 41.1vw;
    height: auto;
    position: absolute;
    z-index: 101;
  }
  #pre-register-nav{
    width: 46.7vw;
    height: auto;
    right:12.2vw;
    position: absolute;
    z-index: 101;
  }
  #navbar-toggler {
    inset: 0 0 0 auto;
    position: absolute;
    width: 12.2vw;
    height: 12.75vw;
    z-index: 101;
  }  
  .container {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .header-area.hide{
    display: none;
  }
  .header-area .superplanet-main-menu .classy-nav-container {
    height: 10vw;
  }

  .header-area .superplanet-main-menu .classy-navbar {
    -webkit-box-orient: horizontal;
    /*-webkit-box-direction: reverse;*/
    /*-ms-flex-direction: row-reverse;*/
    /*flex-direction: row-reverse;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    align-items: start;
    padding: 0;
  }

  .header-area .superplanet-main-menu .classy-navbar .classy-menu {
    flex-direction: column;
    transition: transform 0.5s ease;
    transform: translateX(100%);
    z-index: 200;
  }

  .header-area .superplanet-main-menu .classy-navbar .classy-menu .logo {
    position: relative;
    z-index: 10000;
    margin: 0 0 0 auto;
    width: 100%;
    height: auto;
  }
  .header-area .superplanet-main-menu .classy-navbar .classy-menu .logo img {
    z-index: 100;
  }


  .header-area .superplanet-main-menu .classy-navbar .classy-menu .buttons {
    position: relative;
    display: flex;
    z-index: 101;
    width:56%;
    margin: 0 3.3% 0 40.6%;
  }

  .header-area .superplanet-main-menu .classy-navbar .classy-menu .buttons img{
    width: 50%;
    object-fit: contain;
  }
  .header-area .superplanet-main-menu .classy-navbar .classynav {
    margin:0 0 0 auto;
    padding: 0;
    min-width: initial;
    max-width: initial;
    margin-bottom: 2vw;
    width: 70%;
    height: 59vw;
  }
  .header-area .superplanet-main-menu .classy-navbar .popup{
    position: absolute;
    z-index: 10000;    
    top:0;
    right:0;
    width: 47.2vw;
    height: 100vh;
  }
  .header-area .superplanet-main-menu .classy-navbar .popup > img{
    position: absolute;
    top:0;
    right:0;
    width: 47.2vw;
    height: auto;
    object-fit: cover;
  }
  .header-area .superplanet-main-menu .classy-navbar .classynav ul {
    flex-direction: column;
    justify-content: space-evenly;
    object-fit: contain;
    height: 100%;
  }

  .header-area .superplanet-main-menu .classy-navbar .classynav ul li {
    margin: auto auto auto auto;
  }
  .header-area .superplanet-main-menu .classy-navbar .classynav ul li a {
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    color: #000000;
    background-color: #00000000;
    text-align: center;
    border-bottom: none;
    font-size:min(30px,5vw);
    font-family: var(--current-font-bold, inherit);; 
  
  }
  
  .header-area .superplanet-main-menu .classy-navbar .classynav ul li a:hover,
  .header-area .superplanet-main-menu .classy-navbar .classynav ul li a:focus {
    color: #000000 !important;
  }
}

.header-area .is-sticky .superplanet-main-menu {
  z-index: 9999;
  box-shadow: 0 0 0 0;
}

.breakpoint-on .classy-navbar .classy-menu {
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  box-shadow: 0 0 0 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.breakpoint-on .classy-navbar .classy-menu {
  display: block !important;
}

.breakpoint-on .classy-navbar .classy-menu.menu-on {
  transform: translateX(0%);
  z-index: 200;
}

.breakpoint-on .classy-navbar-toggler .navbarToggler.active {
  display: none;
}


#close {
  position: relative;
  width: 25.9%;
  height: auto;
  margin:0 0 0 auto;
}

.breakpoint-on .classy-navbar .classy-menu .classycloseIcon {
  position: relative;
  right:0;
  top:0;
}

.swiper.main-swiper {
  width: 100vw;
  height: calc(calc(var(--vh, 1vh) * 100) - 2.156rem);
  object-fit: contain;
}

.swiper.main-swiper .swiper-wrapper {
  width: 100vw;
  height: 100%;
  object-fit: contain;
}

.main-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .swiper.main-swiper {
    position: fixed;
    height: calc(var(--vh, 1vh) * 100);
    top: 0;
  }
}

#bg-1 {
  background-image: url("../image/common/pc/bg_1.png");
}
#bg-2 {
  background-image: url("../image/common/pc/bg_2.png");
}
#bg-3 {
  background-image: none;
}
#bg-4 {
  background-image: url("../image/common/pc/bg_4.png");
}
#bg-5 {
  background-image: url("../image/common/pc/bg_5.png");
}
#bg-6 {
  background-image: url("../image/common/pc/bg_6.jpg");
}
@media only screen and (max-width: 991px) {
  #bg-2 {
    background-image: url("../image/common/mo/bg_2.png");
  }
  #bg-3 {
    background-image: none;
  }
  #bg-4 {
    background-image: url("../image/common/mo/bg_4.png");
  }
  #bg-5 {
    background-image: url("../image/common/mo/bg_5.png");
  }
  #bg-6 {
    background-image: url("../image/common/mo/bg_6.jpg");
  }
  /*4장 조절*/
  #bg-4-title {
    margin-top: 2rem;
  }
  .swiper {
    overflow: visible;
  }
}



#title-section {
  position: relative;
  height: calc(var(--vh, 1vh) * 25);
  width: 100vw;
  margin: calc(var(--vh, 1vh) * 26.5) auto 0 auto;
  text-align: center;
}

@-webkit-keyframes inDown {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes inDown {
  0% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.inDown {
  -webkit-animation-name: inDown;
  animation-name: inDown;
}

@-webkit-keyframes inDownX {
  0% {
    -webkit-transform: translateX(-50%) translateY(-20px);
    transform: translateX(-50%) translateY(-20px);
  }

  50% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-20px);
    transform: translateX(-50%) translateY(-20px);
  }
}

@keyframes inDownX {
  0% {
    -webkit-transform: translateX(-50%) translateY(-20px);
    -ms-transform: translateX(-50%) translateY(-20px);
    transform: translateX(-50%) translateY(-20px);
  }

  50% {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-20px);
    -ms-transform: translateX(-50%) translateY(-20px);
    transform: translateX(-50%) translateY(-20px);
  }
}

.inDownX {
  -webkit-animation-name: inDownX;
  animation-name: inDownX;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

#sticker{
  width: 100vw !important;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

#animated {
  animation: pulse 2s ease-in;
  animation-iteration-count: infinite;
  -webkit-animation: pulse 2s ease-in;
  -webkit-animation-iteration-count: infinite;
  position: absolute;
  bottom: 1rem;
  width: 100%;
}

#logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#pre-register-section {
  position: relative;
  left: 3.59vw;
  top:calc(calc(var(--vh, 1vh) * 30.17) - 2.156rem);
  width: 31.545vw;
  height: auto;
  object-fit: contain;
}

#catch-phrase {
  position: absolute;
  top: calc(calc(var(--vh, 1vh) * 22.77) - 2.156rem);
  left: 21vw;
  font-size: 1.4vw;
  text-align: center;
  font-family: var(--current-font-bold, inherit);; 
  transform: translateX(-50%);

}
#logo-pre-register-btn {
  width: 100%;
  object-fit: contain;
  margin-top:21px;
  height: auto;
}

#logo-pre-register-logo {
  width: 100%;
  object-fit: contain;
  height: auto;
}

#store-btns{
  margin-top: 0.59375rem;
  display: flex;
  justify-content: center;
}

#googleplay{
  position: relative;
  display:inline-block;
  margin-right:0.390625rem;
  width:16.875vw;
}
#appstore{
  margin-left:0.390625rem;
  display:inline-block;
  width:16.875vw;
}

#main-mov-container{
  position: absolute;
  width:100vw;
  height:120vh;
  overflow:hidden;
}
#main-mov{
  position: absolute;
  right:0;
  width:60vw;
  min-width: 28rem;
  z-index: -100;
  transform: translateY(-20%);
}


@media only screen and (max-width: 991px) {

  
  #pre-register-section {
    position: absolute;
    inset: auto 0 1.4375rem 0;
    margin:0 auto 0 auto;
    width: 89.7vw;
    height: auto;
  }
  #catch-phrase {
    font-size: min(32px,5vw);
    text-align: center;
    inset: calc(calc(var(--vh, 1vh) * 6.2)) 0 0 0;
    width:100vw;
    transform: none;
  }
  
  #logo-pre-register-btn {
    width: 100%;
    object-fit: contain;
    margin-top:21px;
    height: auto;
  }

  #logo-pre-register-logo {
    width: 100%;
    object-fit: contain;
    height: auto;
  }

  #store-btns{
    margin-top: 0.59375rem;
    display: flex;
    justify-content: center;
  }

  #googleplay{
    position: relative;
    display:inline-block;
    margin-right:0.390625rem;
    width: 100%;
  }
  #appstore{
    margin-left:0.390625rem;
    display:inline-block;
    width: 100%;
  }

  #main-mov-container{
    position: absolute;
    width:100vw;
    height:calc(var(--vh,1vh) * 100);
    overflow:hidden;
  }
  #bg-1{
    background-image: none;
  }
  #main-mov{
    position: absolute;
    right:0;
    z-index: 0;
    min-width: auto;
    width:100%;
    height: 100%;
    object-fit: cover;
    transform: initial;
  }
}

#pre-register-box {
  position: relative;
  margin: calc(var(--vh, 1vh) * 2) auto 0 auto;
  width: 34.5vw;
  object-fit: contain;
  height: 50%;
}

#pre-register-box .flex-element {
  height: 100%;
}

#pre-register-box .flex-element img { 
  object-fit: contain;
}

#pre-register-btn {
  margin: calc(var(--vh, 1vh) * 2.78) auto auto auto;
  width: 12rem;
  object-fit: contain;
  height: 50%;
}

#pre-register-btn img {
  object-fit: contain;
}

@media only screen and (max-width: 991px) {
  #animated {
    animation: none;
    -webkit-animation: none;
  }
}

.slide-title {
  margin-top: calc(calc(var(--vh, 1vh) * 14) - 2.156rem);
  width: 62.5vw;
  height: calc(var(--vh, 1vh) * 16);
  max-height: 20%;
}

.swiper.character-swiper {
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  object-fit: contain;
}

.swiper.character-swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper.character-swiper .swiper-slide .character-bg .static img{
  position: absolute;
  object-fit: cover;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
}


.swiper.character-swiper .swiper-slide .character-gif {
  width: 32vw;
  height: auto;
  left:15.2vw;
  bottom: calc(var(--vh, 1vh) * 36.2);
  position: absolute;
}


.swiper.character-swiper .swiper-slide .character-desc {
  position: absolute;
  width: 32vw;
  left:15.2vw;
  bottom: calc(var(--vh, 1vh) * 26.4);
  height: auto;
}


.swiper.character-swiper .swiper-slide .character-story {
  position: absolute;
  font-family: var(--current-font-bold, inherit);;
  letter-spacing: -0.72px;
  text-align: center;
  font-size: 22px;
  width: 30.7vw;
  left:29.36vw;
  transform: translateX(-50%);
  bottom: calc(var(--vh, 1vh) * 16.2);
  height: auto;
  white-space: nowrap;
}


.character-swiper .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap:5px;
  width:4.0625rem;
  justify-content: center;
  height: calc(var(--vh, 1vh) * 100);
  inset:calc(var(--vh, 1vh) * 45) 0 0 2.5rem;
  transform:translateY(-50%);
  margin:0;
}

.character-swiper .swiper-pagination-bullet {
  width: 4.0625rem;
  height: auto;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  transform: scale(1);
  transition: transform 0.5s ease;
  object-fit: contain;
}
.character-swiper .swiper-pagination-bullet:hover,
.character-swiper .swiper-pagination-bullet:active {
  cursor: pointer;
  transform: scale(0.98);
}

.character-swiper .swiper-button-next {
  width: 4.0625rem;
  inset:calc(var(--vh, 1vh) * 45 + 10rem) 0 0 2.5rem;
  transform:translateY(-50%);
  margin:0;
  object-fit: contain;
}
.character-swiper .swiper-button-prev {
  width: 4.0625rem;
  inset:calc(var(--vh, 1vh) * 45 - 10rem) 0 0 2.5rem;
  transform:translateY(-50%);
  margin:0;
  object-fit: contain;
}
.character-swiper .swiper-button-next::after {
  display: none;
}
.character-swiper .swiper-button-prev::after {
  display: none;
}
#bg-3-title{
  display: none;
}
@media only screen and (max-width: 991px) {
  #bg-3-title{
    position: absolute;
    display:block;
    width: 89.7vw;
    top:7.2%;
    left:50vw;
    transform: translateX(-50%);
    z-index: 10;
  }
  .swiper.character-swiper .swiper-slide .character-desc {
    position: absolute;
    width: 89.7vw;
    inset:auto 0 calc(var(--vh, 1vh) * 27.5) 50vw;
    transform: translateX(-50%);
    height: auto;
  }
  
  .swiper.character-swiper .swiper-slide .character-story {
    position: absolute;
    width: 89.7vw;
    height: auto;
    text-align: center;
    font-size: min(22px,4vw);
    inset: auto 0 calc(var(--vh, 1vh) * 18.9) 50vw;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .character-swiper .swiper-pagination {
    inset: auto 0 calc(var(--vh, 1vh) * 4.6) 0;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap:5px;
    width: 89.7vw;
    height: auto;
  }

  .character-swiper .swiper-pagination-bullet {
    width:15vw;
    object-fit: contain;
    height: auto;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    transform: scale(1);
    transition: transform 0.5s ease;
  }

  .character-swiper .swiper-button-next {
    inset: calc(var(--vh, 1vh) * 50) 5.1% 0 auto;
    width: 11vw;
    height: auto;
    object-fit: contain;
    margin: 0 0 0 0;
  }
  
  .character-swiper .swiper-button-prev {
    inset: calc(var(--vh, 1vh) * 50) auto 0 5.1%;
    width: 11vw;
    height: auto;
    object-fit: contain;
    margin: 0 0 0 0;
  }
  
  .swiper.character-swiper .swiper-slide .character-gif {
    width: 89.7vw;
    height: auto;
    left:50vw;
    bottom: calc(var(--vh, 1vh) * 35.2);
    transform: translateX(-50%);
    position: absolute;
  }

}


#play-section{
  width:35.125rem;
  height:min(27.75rem,calc(var(--vh, 1vh) * 82.8)) ;
  position: absolute;
  left:50vw;
  top: calc(var(--vh, 1vh) * 50 - 1rem);
  transform: translate(-50%,-50%);
}

.swiper.play-swiper {
  width:35.125rem;
  height: auto ;
}

.swiper.play-swiper .play-box{
  width:min(16.1875rem,calc(var(--vh, 1vh) * 48.3));
  height:min(27.75rem,calc(var(--vh, 1vh) * 82.8));
  background-image: url("../image/common/mo/play_box.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;  
  display: flex;
  justify-content: center;
  align-items: center;
}


.swiper.play-swiper .swiper-slide img{
  width: 86%;
  height: 91%;
}

#play-title{
  position: absolute;
  width: 18.93rem;
  right:0;
  height: calc(var(--vh, 1vh) * 23.6) ;
  margin: 0 0 0 auto;
  z-index: 1000;
}

#play-desc1{
  position: absolute;
  text-align: center;
  width:18.9375rem;
  height: auto;
  font-family: var(--current-font-bold, inherit);; 
  font-size: 45px;
  letter-spacing: -1.35px;
  color: #ff3951;
  top:38%;
  right:0;
}

#play-desc2{
  position: absolute;
  text-align: center;
  width:18.9375rem;
  height: auto;
  font-family: var(--current-font-bold, inherit);; 
  font-size: 24px;
  letter-spacing: -0.72px;
  top:49.9%;
  right:0;
}

.swiper.play-swiper .swiper-pagination {
  inset: 70% 0 0 0;
  width:18.9375rem;
  margin-left: auto;
}

.play-swiper .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
  background-color: #00000000;
  border-radius: 0;
  margin: 8px !important;
}

#flyingdog1{  
  position: absolute;
  inset : -5rem -10rem auto auto;
  margin : 0;
  animation: inDown 2s ease-in;
  animation-iteration-count: infinite;
  -webkit-animation: inDown 2s ease-in;
  -webkit-animation-iteration-count: infinite;
}
#flyingdog2{  
  position: absolute;
  bottom:0px;
  
  animation: inDown 2.5s ease-in;
  animation-iteration-count: infinite;
  -webkit-animation: inDown 2.5s ease-in;
  -webkit-animation-iteration-count: infinite;
}
.play-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
#play-section .swiper-button-prev.pc{
  top: 50%;
  left:-4.825rem;
  width:3.125rem;
  height: 2.726rem;
}
#play-section .swiper-button-next.pc{
  top:50%;
  right:-3.125rem;
  width:3.125rem;
  height: 2.726rem;
}
#play-section .swiper-button-prev::after {
  display: none;
}
#play-section .swiper-button-next::after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .swiper.play-swiper {
    position: absolute;
    width: 100vw;
    height: calc(100vw * 0.8571253);
    left:50%;
    top: 46%;
    transform: translate(-50%,-50%);
  }

  .play-swiper .swiper-slide {
    width: 50vw;
    height: calc(50vw * 1.714284);
  }
  .play-swiper .swiper-slide .play-box{
    position: absolute;
    width: min(100%, calc(var(--vh,1vh) * 30));
    height: min(100%, calc(calc(var(--vh,1vh) * 30) * 1.714284));
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url("../image/common/mo/play_box.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .play-swiper .swiper-slide .swiper-slide-shadow-coverflow{
    position: absolute;
    width: min(100%,calc(var(--vh,1vh) * 30));
    height: min(100%,calc(var(--vh,1vh) * 30 * 1.714284));
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .play-swiper .swiper-slide img {
    position: absolute;
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }
  #flyingdog1{  
    position: absolute;
    right : 0px;
    top: 1rem;
    z-index: 100;
    width:28.2vw; 
  }
  #flyingdog2{  
    position: absolute;
    z-index: 100;
    width:23.3vw;
  }
  #play-title{
    position: absolute;
    width: 89.7vw;
    top:7.2%;
    left:50vw;
    transform: translateX(-50%);
    margin:0 0 0 0;
  }
  #play-section{
    position: absolute;
    inset:0 0 0 0;
    width:100vw;
    height: calc(var(--vh, 1vh) * 100);
    transform: translateX(0);
  }

  #play-section .swiper-button-prev.mobile{
    inset: 46% 0 0 calc(50% - 35.8vw);
    margin: 0 0 0 0;
    transform: translate(-50%,-50%);
    width:14.6vw;
    height: 14.6vw;
  }
  #play-section .swiper-button-next.mobile{
    inset: 46% 0 0 calc(50% + 35.8vw);
    margin: 0 0 0 0;
    transform: translate(-50%,-50%);
    width:14.6vw;
    height: 14.6vw;
  }

  .swiper-pagination.swiper-pagination-mo {
    position: absolute;
    inset:calc(var(--vh, 1vh) * 90) 0 0  0;
    margin: 0 0 0 0;
    transform: translate(0, 0);
    width:100vw;
    z-index: 10;
  }

  .swiper-pagination.swiper-pagination-mo .swiper-pagination-bullet {
    width: min(1rem,5vw);
    height: min(1rem,5vw);
    opacity: 1;
    background-color: #00000000;
    border-radius: 0;
    margin: 1vw !important;
  }
    
  #play-desc1{
    inset:calc(var(--vh, 1vh) * 74) 0 0  0;
    text-align: center;
    width:100vw;
    height: auto;
    font-family: var(--current-font-bold, inherit);; 
    font-size: min(30px,5vw);
    letter-spacing: -1.35px;
    color: #ff3951;
    z-index: 10;
  }

  #play-desc2{
    inset:calc(var(--vh, 1vh) * 79.3) 0 0 0;
    margin-left:auto;
    text-align: center;
    width:100vw;
    height: 0;
    font-family: var(--current-font-bold, inherit);; 
    font-size: min(18px,4vw);
    letter-spacing: -0.72px;
    z-index: 10;
  }
}

#bg-2-section{
  position: absolute;
  
  width: 22.5rem;
  top: 45%;
  right: 30%;
  transform: translate(50%,-50%);
}
#bg-2-desc1 {
  width:95%;
  margin-top: 0.875rem;
  font-family: var(--current-font-bold, inherit);; 
  font-size:24px;
  letter-spacing: -0.6px;
  text-align: center;
  white-space: normal;
}

#bg-2-desc2 {
  width:85%;
  font-family: var(--current-font-bold, inherit);; 
  font-size:35px;
  margin-top: 1.21875rem;
  letter-spacing: -0.6px;
  text-align: center;
  white-space: nowrap;
}

#bg-2-title-2 {
  display:none;
}
@media only screen and (max-width: 991px) {

  #bg-2-title {
    width: min(89.7vw, 20rem);
  }
  #bg-2-title-2{
    position: absolute;
    display:block;
    width: 100%;
    top:7.2%;
    left:50%;
    transform: translateX(-50%);
  }  
  #bg-2-section{
    position: absolute;
    transform: initial;
    inset:calc(var(--vh,1vh) * 55.3) 0 0 0;
    margin: 0 auto 0 auto;
    width: 100vw
  }

  #bg-2-desc1 {
    margin: max(0px, calc(var(--vh,1vh) * 3.4 - 0.6rem)) auto 0 auto;
    
    font-family: var(--current-font-bold, inherit);; 
    font-size:min(27px,3.3vw, calc(var(--vh,1vh) * 1.4));
    letter-spacing: -0.6px;
    text-align: center;
  }
  
  #bg-2-desc2 {
    margin: max(0.2rem, calc(var(--vh,1vh) * 6.1 - 1.2rem)) auto 0 auto;
    font-family: var(--current-font-bold, inherit);; 
    font-size:min(37px,4vw, calc(var(--vh,1vh) * 2));
    letter-spacing: -0.6px;
    text-align: center;
  }
  
}



#pre-register-btn{
  position: absolute;
  width:30.6776vw;
  height: auto;
  bottom:20%;
  right: 0px;
  transition: none;
}

#pre-register-event{
  width:57.5vw;
}

#pre-register-desc{
  font-family: var(--current-font-normal, inherit);  
  position: absolute;
  transition: none;
  font-size: 13px;
  width: 43.02vw;
  inset:6.5vw 0 0 3vw;
  cursor: default !important;
  transform: scale(1) !important;
}




#event-balloon{
  display:none;
}
@media only screen and (max-width: 991px) {
  #event-balloon{
    display: block;
    position: absolute;
    width: 89.7vw;
    top:7.2%;
    left:50vw;
    transform: translateX(-50%);
    margin:0 0 0 0;
    z-index: 1000;
  }
  
  #pre-register-event{
    width: 78vw;
    transform: translateY(-5vw);
  }
  #pre-register-btn{
    position: absolute;
    width: 89.7vw;
    top: calc(50%);
    left: 50%;
    transform: translate(-50%, calc(-50% + 50vw - 0vw));
  }
  
  #pre-register-desc{
    position: absolute;
    width: 89.7vw;
    inset:18.60vw 0 0 14.1vw;
    font-size: min(13px, 2.8vw);
    
  }
}
#dosi{
  width:100vw;
  height: auto;
}
#dosi-pre-register-btn{
  position: absolute;
  width:35%;
  inset:auto 8% 10% auto;
}

@media only screen and (max-width: 991px) { 
  #dosi{
    width:min(100vw,16rem);
    height: auto;
    }
    
  #dosi-pre-register-btn{
    position: absolute;
    width:75%;
    bottom:4%;
    right:15%;
  }

}
/* :: 5.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #848484;
  background-repeat: repeat;
}
.footer-area .single-footer-widget {
  position: relative;
  z-index: 1;
}
.footer-area .single-footer-widget .widget-title {
  display: block;
  margin-bottom: 60px;
}
.footer-area .single-footer-widget .widget-title h4 {
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
.footer-area .single-footer-widget .widget-content p {
  margin-bottom: 0;
  color: #ffffff;
}
.footer-area .single-footer-widget .widget-content ul li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}
.footer-area .single-footer-widget .widget-content ul li a:focus,
.footer-area .single-footer-widget .widget-content ul li a:hover {
  color: #fff600;
}
.footer-area .copyright-content {
  position: relative;
  z-index: 1;
  background-color: #0f1729;
  width: 100%;
  text-align: center;
  height: 100%;
}
.footer-area .copyright-content .copyright-text {
  font-family: 'NotoSansCJKkr';
  font-size: 18px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .footer-area .copyright-content .copyright-text {
    font-size: 2vw;
  }
}
.footer-area .copyright-content .copyright-text a {
  color: #fff600;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .footer-area .copyright-content .copyright-text a {
    font-size: 2vw;
  }
}
.footer-area .copyright-content .copyright-text a:hover,
.footer-area .copyright-content .copyright-text a:focus {
  color: #fff600;
}
.footer-area .copyright-content .footer-nav {
  position: relative;
  z-index: 1;
}
.footer-area .copyright-content .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .footer-area .copyright-content .footer-nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer-area .copyright-content .footer-nav li a {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .footer-area .copyright-content .footer-nav li a {
    padding: 0 5px;
  }
}
.footer-area .copyright-content .footer-nav li a:hover,
.footer-area .copyright-content .footer-nav li a:focus {
  color: #fff600;
}

.swiper-slide.footer-area {
  display: block;
}

.footer {
  width: 100vw;
  position: relative;
  height: 1.875rem;
  bottom: 0;
  font-size: 18px;
  justify-content: center;
  align-items: center;
}
#copyright {
  width: 70vw;
}

@media only screen and (max-width: 991px) {
  .footer .sns {
    display: none;
  }
}

/* Floating */
#community{
  position: fixed;
  z-index: 10000;
  left: 0.8125rem;
  bottom: 0.8125rem;
}
#share{
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 3.84375rem;
  bottom: 0.8125rem;
}

@media only screen and (max-width: 991px) {
  #community{
    display:none;
  }
  #share{
    display:none;
  }
}
/* ====== The End ====== */

/*# sourceMappingURL=style.css.map */
