@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;
}
body.test {
  padding-right: 5px;
  background: #f1f1f1;
}

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/games/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/games/bg.jpg) no-repeat center 0;
}
#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 .bg__wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  width: 2560px;
  height: 100%;
  transform: translateX(-50%);
}
#wrap .bg__wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrap .bg__wrap .cover {
  position: absolute;
  top: 0;
  width: 1084px;
  height: 100%;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/games/bg_cover.png) no-repeat;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
#wrap .game__wrap {
  position: relative;
  display: flex;
  min-height: 950px;
  max-height: 1068px;
  height: calc(100vh - 63px - 80px);
  justify-content: center;
  align-items: center;
}
#wrap .game__logo {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -352px;
  display: flex;
  width: 357px;
  height: 187px;
  justify-content: flex-end;
  align-items: center;
}
#wrap .game__info {
  margin: 98px 0 0 20px;
  padding-right: 10px;
  width: 300px;
  height: 700px;
  flex-shrink: 0;
  box-sizing: border-box;
}
#wrap .game__title p {
  color: #00B7E5;
  font-family: "NEXON Lv2 Gothic Bold";
  font-size: 20px;
}
#wrap .game__title h2 {
  margin-top: 10px;
  height: 100px;
  color: #fff;
  font-family: "NEXON Lv1 Gothic Bold";
  font-size: 40px;
  word-break: keep-all;
}
#wrap .game__date {
  margin: 28px 0 0 0;
  display: flex;
  gap: 10px;
}
#wrap .game__date dt {
  color: #00D2FF;
  font-size: 16px;
  font-family: "NEXON Lv2 Gothic Bold";
}
#wrap .game__date dd {
  color: #00D2FF;
  font-size: 18px;
  font-family: "NEXON Lv1 Gothic Bold";
}
#wrap .game__desc {
  margin-top: 23px;
  padding-right: 10px;
  color: #BFC7D4;
  font-size: 16px;
  font-family: "NEXON Lv2 Gothic";
  line-height: 1.5;
  word-break: keep-all;
}
#wrap .game__letter {
  margin-top: 16px;
  padding-right: 10px;
  height: 375px;
  color: #7A8995;
  font-size: 16px;
  font-family: "NEXON Lv2 Gothic";
  line-height: 1.5;
  word-break: keep-all;
  overflow: auto;
}
#wrap .game__letter::-webkit-scrollbar {
  width: 3px;
  background: #1D2228;
}
#wrap .game__letter::-webkit-scrollbar-thumb {
  background-color: #02AEDE;
}
#wrap .game__num {
  position: absolute;
  top: 405px;
  left: -640px;
  display: flex;
  width: 700px;
  gap: 32px;
}
#wrap .game__num span {
  display: block;
  height: 492px;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/games/back_num.png) no-repeat 0 center;
}
#wrap .game__num span._0 {
  width: 277px;
  background-position-x: 0;
}
#wrap .game__num span._1 {
  width: 151px;
  background-position-x: -428px;
}
#wrap .game__num span._2 {
  width: 279px;
  background-position-x: -773px;
}
#wrap .game__num span._3 {
  width: 290px;
  background-position-x: -1208px;
}
#wrap .game__num span._4 {
  width: 320px;
  background-position-x: -1641px;
}
#wrap .game__num span._5 {
  width: 279px;
  background-position-x: -2100px;
}
#wrap .game__num span._6 {
  width: 280px;
  background-position-x: -2532px;
}
#wrap .game__num span._7 {
  width: 274px;
  background-position-x: -2950px;
}
#wrap .game__num span._8 {
  width: 297px;
  background-position-x: -3365px;
}
#wrap .game__num span._9 {
  width: 279px;
  background-position-x: -3816px;
}
#wrap .game-swiper {
  position: relative;
  margin: 260px 0 0 33px;
}
#wrap .game-swiper .swiper {
  width: 838px;
  height: 472px;
  box-shadow: -2px 6px 14.8px 0px rgba(0, 0, 0, 0.5);
}
#wrap .game-swiper .swiper-slide {
  display: flex;
  text-align: center;
  font-size: 18px;
  background: #fff;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
#wrap .game-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#wrap .game-swiper .swiper-slide iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#wrap .game-swiper .controls {
  position: relative;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
#wrap .game-swiper .controls > div {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  width: auto;
}
#wrap .game-swiper .controls .swiper-button-prev,
#wrap .game-swiper .controls .swiper-button-next {
  width: 47px;
  height: 47px;
  border: 3px solid #00B3E4;
  border-radius: 100%;
  transition: background-color 0.3s;
}
#wrap .game-swiper .controls .swiper-button-prev svg,
#wrap .game-swiper .controls .swiper-button-next svg {
  width: 11px;
  height: 17px;
}
#wrap .game-swiper .controls .swiper-button-prev::after,
#wrap .game-swiper .controls .swiper-button-next::after {
  display: none;
}
#wrap .game-swiper .controls .swiper-button-prev:hover,
#wrap .game-swiper .controls .swiper-button-next:hover {
  background-color: rgba(18, 23, 27, 0.7);
}
#wrap .game-swiper .controls .swiper-pagination {
  display: flex;
  width: 106px;
  height: 53px;
  font-family: "NEXON Lv1 Gothic";
  color: #fff;
  font-size: 16px;
  gap: 1px;
  justify-content: center;
  align-items: center;
}
#wrap .game-swiper .controls .swiper-pagination .swiper-pagination-total {
  color: #41BDEB;
}
#wrap .others-swiper {
  position: relative;
  display: flex;
  width: 1145px;
  height: 217px;
  gap: 12px;
  padding: 30px 0 0 32px;
}
#wrap .others-swiper .back {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  width: 2600px;
  height: 100%;
  background-color: #121724;
  opacity: 0.95;
}
#wrap .others-swiper .back::after {
  position: absolute;
  top: 205px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #00B3E4;
  content: "";
}
#wrap .others-swiper .swiper-slide {
  position: relative;
  width: 150px;
  height: 177px;
}
#wrap .others-swiper .swiper-slide div:nth-child(1) {
  margin-top: 31px;
  color: #535360;
  font-size: 16px;
  font-family: "NEXON Lv2 Gothic Medium";
  text-align: center;
  transition: color 0.2s linear;
}
#wrap .others-swiper .swiper-slide div:nth-child(2) {
  position: relative;
  margin: 6px auto 0;
  width: 100px;
  height: 101px;
  background-position-y: -133px !important;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  opacity: 0;
  transition: opacity 0.2s linear;
}
#wrap .others-swiper .swiper-slide div:nth-child(2),
#wrap .others-swiper .swiper-slide div:nth-child(2)::after {
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/games/img_num.png) no-repeat;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._1, #wrap .others-swiper .swiper-slide div:nth-child(2)._1::after {
  background-position-x: 2px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._2, #wrap .others-swiper .swiper-slide div:nth-child(2)._2::after {
  background-position-x: -104px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._2, #wrap .others-swiper .swiper-slide div:nth-child(2)._2::after {
  background-position-x: -104px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._3, #wrap .others-swiper .swiper-slide div:nth-child(2)._3::after {
  background-position-x: -208px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._4, #wrap .others-swiper .swiper-slide div:nth-child(2)._4::after {
  background-position-x: -313px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._5, #wrap .others-swiper .swiper-slide div:nth-child(2)._5::after {
  background-position-x: -419px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._6, #wrap .others-swiper .swiper-slide div:nth-child(2)._6::after {
  background-position-x: -523px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._7, #wrap .others-swiper .swiper-slide div:nth-child(2)._7::after {
  background-position-x: -630px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._8, #wrap .others-swiper .swiper-slide div:nth-child(2)._8::after {
  background-position-x: -732px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._9, #wrap .others-swiper .swiper-slide div:nth-child(2)._9::after {
  background-position-x: -838px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._10, #wrap .others-swiper .swiper-slide div:nth-child(2)._10::after {
  background-position-x: -943px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._11, #wrap .others-swiper .swiper-slide div:nth-child(2)._11::after {
  background-position-x: -1047px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._12, #wrap .others-swiper .swiper-slide div:nth-child(2)._12::after {
  background-position-x: -1151px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._13, #wrap .others-swiper .swiper-slide div:nth-child(2)._13::after {
  background-position-x: -1257px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._14, #wrap .others-swiper .swiper-slide div:nth-child(2)._14::after {
  background-position-x: -1361px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._15, #wrap .others-swiper .swiper-slide div:nth-child(2)._15::after {
  background-position-x: -1468px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._16, #wrap .others-swiper .swiper-slide div:nth-child(2)._16::after {
  background-position-x: -1572px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._17, #wrap .others-swiper .swiper-slide div:nth-child(2)._17::after {
  background-position-x: -1678px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._18, #wrap .others-swiper .swiper-slide div:nth-child(2)._18::after {
  background-position-x: -1782px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._19, #wrap .others-swiper .swiper-slide div:nth-child(2)._19::after {
  background-position-x: -1887px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._20, #wrap .others-swiper .swiper-slide div:nth-child(2)._20::after {
  background-position-x: -1994px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._21, #wrap .others-swiper .swiper-slide div:nth-child(2)._21::after {
  background-position-x: -2098px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._22, #wrap .others-swiper .swiper-slide div:nth-child(2)._22::after {
  background-position-x: -2204px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._23, #wrap .others-swiper .swiper-slide div:nth-child(2)._23::after {
  background-position-x: -2308px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._24, #wrap .others-swiper .swiper-slide div:nth-child(2)._24::after {
  background-position-x: -2414px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._25, #wrap .others-swiper .swiper-slide div:nth-child(2)._25::after {
  background-position-x: -2521px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._26, #wrap .others-swiper .swiper-slide div:nth-child(2)._26::after {
  background-position-x: -2624px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._27, #wrap .others-swiper .swiper-slide div:nth-child(2)._27::after {
  background-position-x: -2729px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._28, #wrap .others-swiper .swiper-slide div:nth-child(2)._28::after {
  background-position-x: -2832px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._29, #wrap .others-swiper .swiper-slide div:nth-child(2)._29::after {
  background-position-x: -2938px;
}
#wrap .others-swiper .swiper-slide div:nth-child(2)._30, #wrap .others-swiper .swiper-slide div:nth-child(2)._30::after {
  background-position-x: -3044px;
}
#wrap .others-swiper .swiper-slide::before, #wrap .others-swiper .swiper-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  content: "";
}
#wrap .others-swiper .swiper-slide::before {
  top: 1px;
  left: 50%;
  margin-left: -5px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #00B3E4;
}
#wrap .others-swiper .swiper-slide::after {
  top: 173px;
  width: 149px;
  height: 5px;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/games/img_line_active.png) no-repeat;
}
#wrap .others-swiper .swiper-slide:hover div:nth-child(1) {
  color: #00B3E4;
}
#wrap .others-swiper .swiper-slide:hover div:nth-child(2)::after {
  opacity: 1;
}
#wrap .others-swiper .swiper-slide.active div:nth-child(1) {
  color: #00B3E4;
}
#wrap .others-swiper .swiper-slide.active div:nth-child(2)::after {
  opacity: 1;
}
#wrap .others-swiper .swiper-slide.active::before, #wrap .others-swiper .swiper-slide.active::after {
  opacity: 1;
}
#wrap .others-swiper .swiper-button-prev,
#wrap .others-swiper .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  width: auto;
  width: 50px;
  height: 177px;
  transition: background-color 0.3s;
  flex-shrink: 0;
}
#wrap .others-swiper .swiper-button-prev svg,
#wrap .others-swiper .swiper-button-next svg {
  width: 37px;
  height: 69px;
}
#wrap .others-swiper .swiper-button-prev::after,
#wrap .others-swiper .swiper-button-next::after {
  display: none;
}
#wrap .others-swiper .swiper-button-prev.swiper-button-disabled,
#wrap .others-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
#wrap .others-swiper .swiper-button-prev.swiper-button-disabled path,
#wrap .others-swiper .swiper-button-next.swiper-button-disabled path {
  stroke: #515163;
}

footer {
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/games/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/games/sponser.png) center center no-repeat;
}
footer .copyright {
  height: 70px;
  background: url(https://pvi.dn.nexoncdn.co.kr/gstar/2024/games/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);
  }
}/*# sourceMappingURL=style.games.css.map */