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

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

header nav.on {
  display: block;
}

header .nav-bg {
  max-width: 10.52vw;
  max-height: 31.11vh;
}

header .menu {
  position: absolute;
  top: 1%;
  left: 0;
  width: 100%;
  height: 99%;
  display: flex;
  flex-direction: column;
  gap: 5%;
}

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

#sns {
  z-index: 99;
  position: fixed;
  bottom: 20vh;
  left: 4vw;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#sns li {
  cursor: pointer;
}

#sns li img {
  height: 40px;
}

#sns .music > *:nth-child(1),
#sns .lang > *:nth-child(1) {
  display: block;
}
#sns .music > *:nth-child(2),
#sns .lang > *:nth-child(2) {
  display: none;
}
#sns .music.on > *:nth-child(1),
#sns .lang.on > *:nth-child(1) {
  display: none;
}
#sns .music.on > *:nth-child(2),
#sns .lang.on > *:nth-child(2) {
  display: block;
}

#sns .lang div {
  position: relative;
}

#sns .lang .lang-list {
  position: absolute;
  display: flex;
  width: 69%;
  height: 100%;
  top: 0;
  left: 24%;
}
#sns .lang .lang-list a {
  display: flex;
  flex: 1;
}

#floating {
  position: fixed;
  bottom: 30vh;
  right: 2vw;
  z-index: 99;
}

#floating img {
  max-width: 9.32vw;
  max-height: 21.38vh;
}

#floating .close {
  position: absolute;
  bottom: 0;
  left: 36%;
  width: 27%;
  height: 18%;
  cursor: pointer;
}

#floating .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 81%;
  cursor: pointer;
}

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

.video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
  .video-background iframe {
    height: 300vh;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-background iframe {
    width: 300vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

#hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

/* 26.05.16 추가 시작 */
#hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
/* 26.05.16 추가 끝 */

#hero .cont {
  max-width: 46.87vw;
  max-height: 100vh;
}

#hero .button {
  position: absolute;
  bottom: 35.5%;
  right: 5%;
  width: 15%;
  height: 12%;
  cursor: pointer;
}

#hero .google-store,
#hero .app-store {
  position: absolute;
  bottom: 10%;
  left: 50.5%;
  width: 20%;
  height: 5%;
  cursor: pointer;
}

#hero .google-store {
    left: 30%;
}

/* 26.05.16 추가 시작 */
#hero .scroll-move {
  position: absolute;
  bottom: 3%;
  left: 40%;
  width: 20%;
  height: 6%;
  cursor: pointer;
}
/* 26.05.16 추가 끝 */

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

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

#update .cont {
  max-width: 80.1vw;
  max-height: 100vh;
}

#update .button {
  position: absolute;
  bottom: 13%;
  left: 15%;
  width: 33%;
  height: 27%;
  cursor: pointer;
}

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

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

#event .board {
  max-width: 57.5vw;
  max-height: 89.35vh;
  opacity: 0;
}

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

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

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

#event .swiper-slide a {
  position: absolute;
  cursor: pointer;
  bottom: 3.7%;
  left: 37.5%;
  width: 25.5%;
  height: 8.5%;
}

#event .swiper-slide:nth-child(1) a {
  bottom: 2.8%;
  left: auto;
  right: 5%;
  width: 25.5%;
  height: 8.5%;
}

#event .swiper-pagination {
  position: absolute;
  top: 23%;
  left: 4.3%;
  width: 92.5%;
  height: 9%;
  display: flex;
  align-items: center;
  z-index: 10;
  pointer-events: auto;
}

#event .swiper-pagination > .swiper-pagination-bullet {
  display: flex;
  flex: 1;
  width: auto;
  height: 100%;
  cursor: pointer;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  pointer-events: auto;
}

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

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

#media .title {
  position: relative;
  width: max-content;
  text-align: center;
  margin: 0 auto;
}

#media .title img {
  max-width: 49.63vw;
  max-height: 18.33vh;
}

#media .title p {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 23px;
  color: #bebeff;
}

#media .screen {
  position: relative;
  width: 49.63vw;
  margin: 0 auto;
  text-align: center;
}

#media .screen iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  height: 98%;
  z-index: 1;
  cursor: pointer;
}

#media .screen img {
  position: relative;
  z-index: 2;
  pointer-events: none;
  width: 100%;
}

#media .list {
  margin-top: 2.7vh;
  background-color: #0000008e;
  width: 100vw;
  height: 20.8vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#media .list-container {
  position: relative;
  width: max-content;
}

#media .prev,
#media .next {
  position: absolute;
  max-width: 2.76vw;
  max-height: 7.4vh;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#media .prev {
  left: -5vw;
}
#media .next {
  right: -5vw;
}

#media .list ul {
  width: 47.29vw;
  height: 11.28vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#media .list li {
  display: flex;
  flex: 1;
  width: 1px;
  height: 100%;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  border: 3px solid transparent;
}


#media .list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#media .list li.on {
  border: 3px solid #b78a6e;
}

#media .list li.on::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 10px;
  background: url(../img/en/media-tail.png) no-repeat center;
  background-size: contain;
}

#merch {
  background: url("../img/en/merch-bg.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#merch .footer {
  flex: none;
  width: 100vw;
  margin-top: auto;
}

#merch .container {
  position: relative;
  height: 100vh; /* 기준 고정 */
}

#merch .tab > li {
  display: none;
  text-align: center;
}

#merch .tab > li.on {
  display: block;
}

#merch .title-container {
  position: relative;
  display: inline-block;
}

#merch .title {
  margin-top: 2vh;
  max-width: 36vw;
  max-height: 25vh;
}

#merch .tab-button {
  position: absolute;
  bottom: 3%;
  left: 1%;
  height: 26%;
  width: 98%;
  gap: 6%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#merch .tab-button > li {
  display: flex;
  flex: 1;
  height: 100%;
  cursor: pointer;
}

#merch .cont-container {
  position: relative;
}

#merch .cont-tab {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  height: 11%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#merch .cont-tab > li {
  display: flex;
  flex: 1;
  height: 100%;
  cursor: pointer;
}

#merch .cont-tab-list img {
  width: 100vw;
}

#merch .cont-tab-list > li,
#merch .cont-sub-tab-list > li {
  display: none;
}

#merch .cont-tab-list > li.on,
#merch .cont-sub-tab-list > li.on {
  display: block;
}

#merch .cont-tab-list a {
  position: absolute;
  bottom: 0;
  left: 43%;
  width: 14%;
  height: 11.5%;
}

#merch .cont-sub-tab-list-button {
  position: absolute;
  top: 20%;
  left: 32.5%;
  width: 12%;
  height: 21%;
  display: flex;
  flex-direction: column;
  gap: 7%;
}

#merch .cont-sub-tab-list-button li {
  width: 100%;
  flex: 1;
  cursor: pointer;
}

#merch .cont-tab-list > li:nth-child(2) a:nth-child(2) {
  left: 35.4%;
}
#merch .cont-tab-list > li:nth-child(2) a:nth-child(3) {
  left: 50.7%;
}

#merch .cont-tab-list.mo > li:nth-child(3) a:nth-child(2) {
  left: 28.3%;
}
#merch .cont-tab-list.mo > li:nth-child(3) a:nth-child(3) {
  left: 43%;
}
#merch .cont-tab-list.mo > li:nth-child(3) a:nth-child(4) {
  left: 57.8%;
}

#merch .cont-tab-list > li:nth-child(4) .cont-sub-tab-list-button {
  height: 60%;
}

/* merch guide 링크 버튼 */
#merch .title-container .guide-link {
  display: none;
  position: absolute;
  bottom: 40%;
  right: 16%;
  width: 23%;
  height: 13%;
  cursor: pointer;
}
#merch .title-container .guide-link.on {
  display: block;
}