header .menu-open {
  position: fixed;
  top: 8vh;
  left: 3vw;
  z-index: 99;
  max-width: 5vw;
  max-height: 9.35vh;
  cursor: pointer;
}

header nav {
  position: fixed;
  z-index: 99;
  top: 8vh;
  left: 3vw;
  display: none;
}

header nav.on {
  display: block;
}

header .nav-bg {
  max-width: 13.8vw;
  max-height: 71.75vh;
}

header .menu-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  height: 13%;
  cursor: pointer;
}

header .menu {
  position: absolute;
  top: 14%;
  left: 0;
  width: 100%;
  height: 86%;
  display: flex;
  flex-direction: column;
  gap: 3%;
}

header .menu a {
  display: flex;
  flex: 1;
  cursor: pointer;
}

header .sns-container {
  position: absolute;
  top: 2%;
  left: 44%;
}

header .sns-bg {
  max-width: 15vw;
  max-height: 6.3vh;
}

header .sns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 4%;
  padding: 0 6%;
}

header .sns a {
  display: flex;
  flex: 1;
  height: 100%;
}

.floating {
  position: fixed;
  top: 30vh;
  right: 3vw;
  z-index: 99;
}

.floating img {
  max-width: 10.4vw;
  max-height: 25.5.vh;
}

.floating .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 14%;
  cursor: pointer;
}

.floating .link {
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 84%;
  height: 13%;
  cursor: pointer;
}

section {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#hero {
  background: url(../img/hero-bg.jpg) no-repeat center;
  background-size: cover;
}

#hero .container {
  position: absolute;
  top: 8vh;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

#hero .title {
  max-width: 67.6vw;
  max-height: 52.7vh;
}

#hero .button {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 14%;
  height: 31%;
  cursor: pointer;
}

#registration {
  background: url("../img/registration-bg.jpg") no-repeat center;
  background-size: cover;
}

#registration .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#registration .title {
  max-width: 44.7vw;
  max-height: 21vh;
}

#registration .form-container {
  position: relative;
}

#registration .form-bg {
  max-width: 81vw;
  max-height: 62.3vh;
}

#registration .cb {
  position: absolute;
}

#registration .cb.all {
  top: 19.7%;
  width: 33%;
  height: 5%;
  left: 56.8%;
}

#registration .cb.age {
  top: 26.5%;
  width: 18%;
  height: 4.5%;
  left: 56.8%;
}

#registration .cb.privacy {
  top: 32.7%;
  width: 22.6%;
  height: 4.5%;
  left: 56.8%;
}

#registration .cb.promotion {
  top: 38.8%;
  width: 21%;
  height: 4.5%;
  left: 56.8%;
}

#registration .terms01,
#registration .terms02 {
  position: absolute;
  top: 32.7%;
  width: 2%;
  height: 4.5%;
  left: 79.7%;
  cursor: pointer;
}

#registration .terms02 {
  top: 38.8%;
  left: 77.9%;
}

#registration .input-container {
  position: absolute;
  bottom: 45%;
  right: 4.6%;
  width: 40.3%;
  height: 8.5%;
  display: flex;
  align-items: center;
}

#registration .input-container input {
  width: 67%;
  height: 100%;
  padding: 0 15px;
  font-size: 16px;
}

#registration .input-container input::placeholder {
  color: #c4cbd6;
}

#registration .input-container button {
  position: relative;
  width: 33%;
  height: 100%;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
}

#registration .phone-container {
  position: absolute;
  bottom: 45%;
}

#registration .code-container {
  bottom: 35.4%;
}

#registration .coupon-container {
  bottom: 25.8%;
}

#registration .countdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000090;
  color: #ffffff;
  font-size: 14px;
  display: none;
}

#registration .phone-container button:disabled {
  cursor: default;
}

#registration .phone-container button:disabled .countdown {
  display: flex;
}

#game {
  background: url("../img/registration-bg.jpg") no-repeat center;
  background-size: cover;
}

#game .chrs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#game .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#game .contents {
  height: 100vh;
}

#game .percent {
  position: absolute;
  top: 29.6%;
  right: 4%;
  width: max-content;
  color: #ff4545;
}

#game .progress {
  position: absolute;
  top: 35.1%;
  left: 75%;
  width: 21%;
  height: 3.2%;
  border-radius: 20px;
  overflow: hidden;
}

#game .progress span {
  height: 100%;
  display: block;
  background-color: #ff4545;
}

#game .share {
  position: absolute;
  top: 48.6%;
  right: 8.5%;
  width: 13%;
  height: 5%;
  cursor: pointer;
}

#quiz {
  background: url("../img/quiz-bg.jpg") no-repeat center;
  background-size: cover;
}

#quiz .container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

#quiz .title {
  max-width: 58vw;
  max-height: 21vh;
}

#quiz .paper-container {
  position: relative;
}

#quiz .paper {
  max-width: 75vw;
  max-height: 70vh;
}

#quiz .chr01 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 20vw;
  max-height: 41vh;
}

#quiz .chr02 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 17vw;
  max-height: 39vh;
}

#quiz .back {
  position: absolute;
  top: 5%;
  left: 5%;
  max-width: 5vw;
  max-height: 8.7vh;
  cursor: pointer;
  display: none;
}

#quiz .quiz-list {
  position: absolute;
  bottom: 6vh;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

#quiz .quiz-list > div {
  position: relative;
  display: none;
}

#quiz .quiz-list > div.on {
  display: block;
}

#quiz .quiz-list > div img {
  max-width: 50vw;
  max-height: 47vh;
}

#quiz .quiz-list > div button {
  position: absolute;
  bottom: 7%;
  left: 7.7%;
  width: 84.6%;
  height: 13%;
}

#quiz .quiz-list .question {
  position: absolute;
  top: 15%;
  left: 10%;
  text-align: left;
}

#quiz .quiz-list .question h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5vh;
}

#quiz .quiz-list .question ol {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
}

#quiz .quiz-list .question li {
  position: relative;
  cursor: pointer;
  list-style: decimal inside;
}

#quiz .quiz-list .question li.on {
  color: #ff4545;
}

#quiz .quiz-list .question li.on:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  background: url(../img//quiz-check.png) no-repeat center;
  background-size: contain;
}

#quiz .quiz-list > div.form img {
  max-width: 60vw;
  max-height: 45vh;
}

#quiz .quiz-list > div.form input {
  position: absolute;
  top: 21%;
  left: 11%;
  width: 76%;
  height: 13%;
  padding: 0 15px;
}

#quiz .quiz-list > div.form input::placeholder {
  color: #c7c7c7;
}

#quiz .quiz-list > div.form button {
  position: absolute;
  bottom: 14%;
  left: 0;
  width: 100%;
  height: 13%;
}

.quiz-result .pop-cont {
  position: relative;
}

.quiz-result .top {
  position: absolute;
  top: 11%;
  left: 11.5%;
}

.quiz-result .top > img {
  max-width: 53vw;
  max-height: 42vh;
}

.quiz-result .bottom {
  position: absolute;
  top: 69%;
  left: 11.5%;
}

.quiz-result .bottom > img {
  max-width: 53vw;
  max-height: 11.66vh;
}

.quiz-result .report li {
  position: absolute;
  font-size: 18px;
  text-align: center;
  line-height: 2;
  font-weight: 300;
  top: 40.7%;
  width: 18.4%;
  height: 9.5%;
}

.quiz-result .report li:nth-of-type(1) {
  left: 22%;
}
.quiz-result .report li:nth-of-type(2) {
  left: 41%;
}
.quiz-result .report li:nth-of-type(3) {
  left: 60%;
}
.quiz-result .report li:nth-of-type(4) {
  top: 64%;
  left: 22%;
}
.quiz-result .report li:nth-of-type(5) {
  top: 64%;
  left: 41.2%;
  width: 37.3%;
  font-weight: 400;
}

.quiz-result .text {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: max-content;
  color: #df4c4c;
  font-size: 15px;
  line-height: 1.4;
}

.quiz-result .text span {
  font-size: 20px;
}

.quiz-result .sns {
  position: absolute;
  bottom: 46%;
  left: 15.7%;
  width: 23.6%;
  height: 43%;
  display: flex;
  align-items: center;
  gap: 2%;
}

.quiz-result .sns a {
  display: flex;
  flex: 1;
  height: 100%;
  cursor: pointer;
}

.quiz-result .save-button {
  position: absolute;
  bottom: 46%;
  right: 30.5%;
  width: 23.4%;
  height: 43%;
}

.quiz-result .retry-button {
  position: absolute;
  bottom: 46%;
  right: 5.9%;
  width: 23.4%;
  height: 43%;
}

.quiz-result .pop-close {
  position: relative;
  top: -5vh;
  max-width: 4.5vw;
  max-height: 8.24vh;
  cursor: pointer;
}

#media {
  background: url("../img/media-bg.jpg") no-repeat center;
  background-size: cover;
}

#media .chr01 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 28vw;
  max-height: 44vh;
}

#media .chr02 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 25.9vw;
  max-height: 45vh;
}

#media .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#media .content {
  height: 100vh;
}

#media .frame {
  position: absolute;
  top: 22.2%;
  left: 14.4%;
  width: 71.3%;
  height: 54.6%;
}

#media .frame iframe {
  width: 100%;
  height: 100%;
}

#media .link {
  position: absolute;
}

#media .youtube {
  bottom: 12%;
  left: 10%;
  width: 23%;
  height: 4%;
}

#media .youtube.v2 {
  bottom: 10%;
}
#media .youtube2.v2 {
  bottom: 14%;
  right: 30.5%;
  width: 19%;
  height: 4%;
}

#media .naver-game-roundge {
  bottom: 7.8%;
  right: 36%;
  width: 17.5%;
  height: 4%;
}

#media .naver-game-roundge.v2 {
  bottom: 6%;
}

#media .naver-cafe {
  bottom: 7.8%;
  right: 25.2%;
  width: 9%;
  height: 4%;
}

#media .naver-cafe.v2 {
  bottom: 6%;
}

#event {
  background: url("../img/event-bg.jpg") no-repeat center;
  background-size: cover;
}

#event .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#event .board {
  height: 100vh;
}

#event .bubble-box {
  position: absolute;
  top: 15%;
  right: 8%;
  width: 13%;
  height: 17%;
  cursor: pointer;
}

#event .bubble {
  position: absolute;
  bottom: 90%;
  left: 60%;
  max-width: 13.17vw;
  max-height: 8.9vh;
  opacity: 0;
}

#event .bubble-box.on .bubble {
  opacity: 1;
}

#event .event-swiper {
  position: absolute;
  top: 29%;
  left: 0;
  width: 100%;
  height: 67.4%;
}

#event .swiper-slide {
  position: relative;
}

#event .swiper-slide img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
}

#event .swiper-slide a {
  position: absolute;
  cursor: pointer;
}

#event .swiper-slide:nth-child(1) a {
  bottom: 11%;
  left: 28.5%;
  width: 42%;
  height: 10%;
}

#event .swiper-slide:nth-child(2) a:nth-of-type(1) {
  bottom: 25%;
  left: 18%;
  width: 26.6%;
  height: 8%;
}

#event .swiper-slide:nth-child(2) a:nth-of-type(2) {
  bottom: 25%;
  right: 18.4%;
  width: 26.6%;
  height: 8%;
}

#event .swiper-slide:nth-child(2) a:nth-of-type(3) {
  bottom: 11%;
  left: 28.5%;
  width: 42%;
  height: 10%;
}

#event .swiper-pagination {
  position: absolute;
  top: 24%;
  left: 24.5%;
  width: 50.5%;
  height: 6%;
  display: flex;
  align-items: center;
}

#event .swiper-pagination > span {
  display: flex;
  flex: 1;
  height: 100%;
  cursor: pointer;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}

#merch {
  background: url("../img/merch-bg.jpg") no-repeat center;
  background-size: cover;
}

#merch .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#merch .title {
  height: 100vh;
}

#merch .container .merch-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#merch .swiper-slide > img {
  height: 100vh;
}

#merch .swiper-pagination {
  position: absolute;
  top: 22.5%;
  left: 10%;
  width: 80%;
  height: 8%;
  display: flex;
  align-items: center;
}

#merch .swiper-pagination > span {
  display: flex;
  flex: 1;
  height: 100%;
  cursor: pointer;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}

#merch .tab01 .img {
  position: absolute;
  bottom: 22.2%;
  right: 14.2%;
  width: 71.2%;
  height: 44%;
  overflow: hidden;
}

#merch .tab01 .download-buttons {
  position: absolute;
  bottom: 12.3%;
  right: 0;
  width: 100%;
  height: 6.8%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 1%;
}

#merch .tab01 .download-buttons a {
  display: flex;
  height: 100%;
  flex: 1;
}

#merch .tab02 .img01 {
  position: absolute;
  bottom: 37.4%;
  left: 4.7%;
  width: 20.4%;
  height: 22.3%;
  border-radius: 50%;
  overflow: hidden;
}

#merch .tab02 .img02 {
  position: absolute;
  bottom: 22.2%;
  right: 1.4%;
  width: 61.3%;
  height: 37.7%;
  border-radius: 25px;
  overflow: hidden;
}

#merch .tab01 .img > img,
#merch .tab02 .img01 > img,
#merch .tab02 .img02 > img {
  object-position: center;
  width: 100%;
}

#merch .tab02 .button {
  position: absolute;
  bottom: 12.7%;
  left: 0.6%;
  width: 28.4%;
  height: 8%;
}

#merch .tab03 .otf-button {
  position: absolute;
  bottom: 14%;
  left: 23.5%;
  width: 24%;
  height: 7%;
  cursor: pointer;
}

#merch .tab03 .ttf-button {
  position: absolute;
  bottom: 14%;
  left: 48.8%;
  width: 24%;
  height: 7%;
  cursor: pointer;
}

#merch .tab03 .tab03-alert {
  position: absolute;
  bottom: 8.3%;
  left: 35%;
  width: 29%;
  height: 5%;
  cursor: pointer;
}

#merch .merch-swiper > a[data-key="eventComing02"] {
  position: absolute;
  top: 22.5%;
  left: 64%;
  width: 24.4%;
  height: 8%;
  cursor: pointer;
  z-index: 100;
}
