@charset "UTF-8";
@font-face {
  font-family: "NEXON Lv1 Gothic Light";
  src: url("https://cdn.jsdelivr.net/gh/fontbee/font@main/Nexon/NEXON Lv1 Gothic OTF Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NEXON Lv1 Gothic";
  src: url("https://cdn.jsdelivr.net/gh/fontbee/font@main/Nexon/NEXON Lv1 Gothic OTF.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NEXON Lv1 Gothic Bold";
  src: url("https://cdn.jsdelivr.net/gh/fontbee/font@main/Nexon/NEXON Lv1 Gothic OTF Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NEXON Lv2 Gothic Light";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/fonts-archive/NEXONLv2Gothic/NEXONLv2Gothic-Light.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/fonts-archive/NEXONLv2Gothic/NEXONLv2Gothic-Light.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/fonts-archive/NEXONLv2Gothic/NEXONLv2Gothic-Light.ttf") format("truetype");
}
@font-face {
  font-family: "NEXON Lv2 Gothic";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/fonts-archive/NEXONLv2Gothic/NEXONLv2Gothic-Regular.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/fonts-archive/NEXONLv2Gothic/NEXONLv2Gothic-Regular.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/fonts-archive/NEXONLv2Gothic/NEXONLv2Gothic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NEXON Lv2 Gothic Medium";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/fonts-archive/NEXONLv2Gothic/NEXONLv2Gothic-Medium.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/fonts-archive/NEXONLv2Gothic/NEXONLv2Gothic-Medium.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/fonts-archive/NEXONLv2Gothic/NEXONLv2Gothic-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NEXON Lv2 Gothic Bold";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/gh/fonts-archive/NEXONLv2Gothic/NEXONLv2Gothic-Bold.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/fonts-archive/NEXONLv2Gothic/NEXONLv2Gothic-Bold.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/fonts-archive/NEXONLv2Gothic/NEXONLv2Gothic-Bold.ttf") format("truetype");
}
/* reset */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, input, textarea, select, button, table, em {
  font-family: "Noto Sans KR", "Nanum Gothic", "Malgun Gothic", sans-serif, "돋움", Dotum;
  font-weight: normal;
  font-size: 16px;
  font-weight: 400;
}

img, fieldset {
  border: 0;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

em, address {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

html {
  -webkit-text-size-adjust: none;
}

.blind, legend {
  position: absolute;
  left: -1000%;
  top: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -10000px;
}

button {
  border: 0;
  cursor: pointer;
  vertical-align: top;
  background: transparent;
}

button:focus {
  outline: none;
}

/* common */
.loader {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  min-height: 915px;
  justify-content: center;
  align-items: center;
  background-color: #1A1A27;
}

body {
  background-color: #1A1A27;
  min-width: 1200px;
}

header {
  z-index: 10;
  position: sticky;
  top: 0;
  padding: 0 25px 0;
  display: flex;
  height: 90px;
  align-items: center;
  background: rgba(18, 19, 30, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
header h1 {
  width: 189px;
  height: 39px;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/teaser/logo.png) no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
header nav {
  margin-left: 32px;
  flex-shrink: 0;
  height: 100%;
}
header nav ul {
  display: flex;
  height: 100%;
  gap: 28px;
}
header nav ul li {
  height: 100%;
}
header nav ul li:nth-child(1) {
  display: none;
}
header nav ul li.on a, header nav ul li.on button {
  color: #41BDEB;
}
header nav ul a, header nav ul button {
  display: flex;
  height: 100%;
  color: #8A8A8A;
  font-family: "NEXON Lv2 Gothic Bold";
  font-size: 16px;
  vertical-align: top;
  transition: color 0.3s;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
header nav ul a path, header nav ul button path {
  transition: all 0.3s;
}
header nav ul a:hover, header nav ul button:hover {
  color: #41BDEB;
}
header nav ul a:hover path, header nav ul button:hover path {
  stroke: #41BDEB;
}
header aside {
  display: flex;
  margin-left: auto;
}
header aside .btn_share {
  display: block;
  width: 33px;
  height: 35px;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/showcase/btn_share.png) no-repeat;
  text-indent: -9999px;
}

#wrap {
  z-index: 0;
  position: relative;
  margin: 0 auto;
  padding-bottom: 35px;
  display: flex;
  width: 100%;
  min-width: 1200px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  flex-direction: column;
  overflow: hidden;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/showcase/bg.jpg) no-repeat center 0;
  background-position: center -90px;
}
#wrap .inner {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
#wrap .btn_go-back {
  z-index: 10;
  position: fixed;
  top: 160px;
  left: 0;
}
#wrap .btn_go-back a,
#wrap .btn_go-back button {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/main/btn_go-back.png) no-repeat 0 0;
  text-indent: -9999px;
}
#wrap .btn_go-back a::after,
#wrap .btn_go-back button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/main/btn_go-back.png) no-repeat -100px 0;
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}
#wrap .btn_go-back a:hover::after,
#wrap .btn_go-back button:hover::after {
  opacity: 1;
}
#wrap .float_nav {
  z-index: 10;
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -200px;
  padding-top: 89px;
  width: 259px;
  height: 347px;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/showcase/nav.png) no-repeat center 0;
  transition: right 0.3s;
}
#wrap .float_nav a, #wrap .float_nav button {
  display: flex;
  padding-left: 85px;
  width: 100%;
  height: 57px;
  color: #6A6A6A;
  font-family: "NEXON Lv2 Gothic";
  font-size: 18px;
  align-items: center;
}
#wrap .float_nav .on a, #wrap .float_nav .on button {
  color: #FFF;
}
#wrap .float_nav div:last-child a, #wrap .float_nav div:last-child button {
  height: 27px;
  text-indent: -9999px;
}
#wrap .section1 {
  height: 808px;
}
#wrap .section2 {
  z-index: 1;
}
#wrap .section3 {
  height: 755px;
}
#wrap .game__back {
  position: absolute;
  top: 21px;
  left: -680px;
  width: 100%;
}
#wrap .game__logo {
  z-index: 10;
  position: absolute;
  top: 89px;
  left: 384px;
  display: flex;
  width: 790px;
  height: 241px;
  justify-content: center;
  align-items: center;
}
#wrap .game__char {
  position: absolute;
  top: -55px;
  left: -166px;
}
#wrap .game__video {
  position: absolute;
  top: 329px;
  left: 385px;
  width: 785px;
  height: 442px;
  border: 1px solid #43A9FF;
  background-color: #000;
}
#wrap .game__video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#wrap .game__info {
  padding: 0 27px;
}
#wrap .game__info .back {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -680px;
  width: 2560px;
  height: 100%;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/showcase/back_info.png) center 0;
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.1);
}
#wrap .game__info dl {
  display: flex;
  align-items: center;
  gap: 19px;
  min-height: 156px;
}
#wrap .game__info dl dt {
  width: 340px;
  flex-shrink: 0;
}
#wrap .game__info dl dt p {
  color: #43A9FF;
  font-family: "NEXON Lv2 Gothic Medium";
  font-size: 14px;
}
#wrap .game__info dl dt h2 {
  margin-top: 5px;
  color: #fff;
  font-family: "NEXON Lv1 Gothic Bold";
  font-size: 26px;
}
#wrap .game__info dl dd {
  padding: 40px 0;
  color: #A9D3FF;
  font-family: "NEXON Lv2 Gothic Medium";
  font-size: 16px;
  line-height: 1.5;
}
#wrap._1 .game__char {
  top: -54px;
  left: -264px;
}
#wrap._2 .game__char {
  top: -54px;
  left: -467px;
}
#wrap._3 .game__char {
  top: -54px;
  left: -264px;
}
#wrap._4 .game__char {
  top: -54px;
}
#wrap .showcase-swiper {
  position: relative;
  top: 85px;
}
#wrap .showcase-swiper .swiper {
  left: -778px;
  width: 2754px;
  height: 580px;
}
#wrap .showcase-swiper .swiper-slide {
  position: relative;
  background-color: #000;
}
#wrap .showcase-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#wrap .showcase-swiper .swiper-slide iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#wrap .showcase-swiper .swiper-slide::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  transition: opacity 0.3s;
  content: "";
}
#wrap .showcase-swiper .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
#wrap .showcase-swiper .frame {
  z-index: 1;
  position: absolute;
  top: -9px;
  left: 130px;
  width: 940px;
  height: 600px;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/showcase/swiper_frame.png) 0 0 no-repeat;
}
#wrap .showcase-swiper .swiper-button-prev,
#wrap .showcase-swiper .swiper-button-next {
  width: 74px;
  height: 74px;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/showcase/btn_arrow.png) 0 0 no-repeat;
  cursor: pointer;
}
#wrap .showcase-swiper .swiper-button-prev::after,
#wrap .showcase-swiper .swiper-button-next::after {
  width: 100%;
  height: 100%;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/showcase/btn_arrow_over.png) 0 0 no-repeat;
  font-size: 0;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}
#wrap .showcase-swiper .swiper-button-prev:hover::after,
#wrap .showcase-swiper .swiper-button-next:hover::after {
  opacity: 1;
}
#wrap .showcase-swiper .swiper-button-next,
#wrap .showcase-swiper .swiper-button-next::after {
  background-position: -100px 0;
}
#wrap .showcase-swiper .swiper-button-prev {
  left: 76px;
}
#wrap .showcase-swiper .swiper-button-next {
  right: 75px;
}

footer {
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/showcase/bg_footer.png) center 0 no-repeat;
  background-size: 100% 176px;
}
footer .sponsor {
  width: 100%;
  height: 176px;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/showcase/sponser.png) center center no-repeat;
}
footer .copyright {
  height: 70px;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/showcase/copyright.png) center center no-repeat;
}

.float__bottom {
  z-index: 10;
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: flex;
  transition: right 0.3s;
  flex-direction: column;
  gap: 12px;
}
.float__bottom button {
  display: flex;
  width: 57px;
  height: 57px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}
.float__bottom .btn_go-top {
  display: none;
  background-color: #22202F;
}
.float__bottom .btn_go-top:hover {
  background-color: #6E6C77;
}
.float__bottom .btn_go-top.show {
  display: block;
}
.float__bottom .btn_share {
  background-color: #215790;
}
.float__bottom .btn_share svg {
  margin: 0 4px 0 0;
}
.float__bottom .btn_share:hover {
  background-color: #41BDEB;
}

body::-webkit-scrollbar,
.popup__wrapper::-webkit-scrollbar {
  width: 5px;
  background: #f1f1f1;
}

body::-webkit-scrollbar-thumb,
.popup__wrapper::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0);
  background-color: #c1c1c1;
}

/* 레이어 팝업 스타일 */
.popup {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.popup.show {
  display: flex;
  opacity: 1;
}

.popup__wrapper {
  margin: auto;
  padding: 70px 0;
  display: flex;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  justify-content: center;
  box-sizing: border-box;
  transform: translateY(50px);
  transition: transform 0.15s ease;
}
.show .popup__wrapper {
  transform: translateY(0px);
}

.popup__content {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: all 0.5s;
}
.popup__content .cont {
  position: relative;
  margin: 25px 0;
}

.popup__close {
  margin: 0 auto;
  display: block;
  width: 42px;
  height: 39px;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/teaser/btn_modal_close.png) center 0 no-repeat;
  text-indent: -9999px;
}

#popup_alert .popup__content {
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
  width: 501px;
  height: auto;
  box-sizing: border-box;
}
#popup_alert .popup__content .cont {
  display: flex;
  min-height: 100px;
  text-align: center;
  color: rgb(83, 83, 83);
  font-family: "NEXON Lv1 Gothic OTF Bold";
  font-size: 16px;
  line-height: 22px;
  justify-content: center;
  align-items: center;
}
#popup_alert .popup__content .popup__close {
  position: relative;
  top: 0;
  right: 0;
  width: 229px;
  height: 54px;
  text-indent: 0;
  color: #fff;
  background: rgb(52, 52, 68);
  transition: background 0.15s ease;
  font-family: "NEXON Lv1 Gothic OTF Bold";
}
@media (hover: hover) and (pointer: fine) {
  #popup_alert .popup__content .popup__close:hover {
    color: #fff;
    background: rgb(44, 143, 208);
  }
}

@media (max-width: 1600px) {
  #wrap .float_nav {
    right: -300px;
  }
}/*# sourceMappingURL=style.showcase.css.map */