@charset "UTF-8";
@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: 400;
  src: url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-regular.eot");
  src: local("M PLUS 1p"), local("MPLUS1p-Regular"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-regular.eot?#iefix") format("embedded-opentype"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-regular.woff2") format("woff2"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-regular.woff") format("woff"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-regular.ttf") format("truetype"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-regular.svg#MPLUS1p") format("svg");
}
@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: 700;
  src: url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-700.eot");
  src: local("M PLUS 1p Bold"), local("MPLUS1p-Bold"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-700.eot?#iefix") format("embedded-opentype"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-700.woff2") format("woff2"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-700.ttf") format("truetype"), url("//file.valofe.com/Valofe_file/web/fonts/mplus1p/m-plus-1p-v19-japanese-700.svg#MPLUS1p") format("svg");
}
@font-face {
  font-family: "Dela Gothic One";
  font-style: normal;
  font-weight: 400;
  src: url("//file.valofe.com/Valofe_file/web/fonts/Dela_Gothic_One/DelaGothicOne-Regular.ttf");
  src: local("Dela Gothic On"), url("//file.valofe.com/Valofe_file/web/fonts/Dela_Gothic_One/DelaGothicOne-Regular.ttf") format("truetype");
}
/********* new *********/
html {
  scroll-behavior: smooth;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.2px;
  box-sizing: border-box;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background: 0 0;
  text-decoration: none;
}

img {
  object-fit: cover;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  margin: 0;
  padding: 0;
}

body,
html {
  font-size: 16px;
  font-size: 1rem;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  font-style: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.2px;
  box-sizing: border-box;
}

button, a {
  cursor: pointer !important;
}

.ellipsis {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 스크롤 바 red thumb */
/* ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background:transparent;
  margin-right: 2px;
  margin-bottom: 2px;}
::-webkit-scrollbar-button {
  height: 3px;
}
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: $cl_point;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 1);
}
::-webkit-scrollbar-track {
  background-color: transparent;
  height: 100%;
  filter: brightness(80);
} */
html::-webkit-scrollbar {
  width: 7px;
  padding-right: 1px;
  background: transparent;
}

html::-webkit-scrollbar-button {
  height: 7px;
}

html::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(148, 163, 184);
  box-shadow: inset 0px 1px 1px rgb(0, 0, 0);
}

html::-webkit-scrollbar-track {
  background-color: transparent;
  height: 100%;
  filter: brightness(80);
}

body {
  width: 100%;
  height: 100%;
  position: relative;
}

/* ./ END 스크롤 바*/
/* 체크박스 */
label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  font-size: 18px;
  color: #fff;
  visibility: visible;
  pointer-events: visible;
}

label.hidden {
  display: none;
}

[type=checkbox] {
  margin-left: 10px;
  appearance: none;
  position: relative;
  border: max(2px, 0.1em) solid #94A3B8;
  border-radius: 100vmax;
  width: 37.5px;
  height: 24px;
  cursor: pointer;
  transition: border 0.25s linear, background 0.25s linear;
}

[type=checkbox]::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #94A3B8;
  transition: left 0.25s linear, background-color 0.25s linear;
}

[type=checkbox]:checked {
  background-color: transparent;
  border: max(2px, 0.1em) solid rgb(239, 68, 68);
}

[type=checkbox]:not(:checked) {
  background-color: transparent;
  border: max(2px, 0.1em) solid #94A3B8;
  margin-left: 0;
}

[type=checkbox]:checked::before {
  background-color: rgb(239, 68, 68);
  left: 15px;
}

[type=checkbox]:not(:checked):hover {
  border: max(2px, 0.1em) solid #94A3B8;
  height: 24px;
}

[type=checkbox]:checked:hover {
  border: max(2px, 0.1em) solid rgb(239, 68, 68);
}

[type=checkbox]:hover:before {
  background-color: white;
}

fieldset {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* .END 체크 박스 */
/* 로딩 시작 */
.wrap-loading { /*화면 전체를 어둡게 합니다.*/
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #262626; /*not in ie */
  opacity: 0.9;
  z-index: 9999;
}

.wrap-loading .loading-container {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
}

.display-none {
  display: none;
}

#newsLoading.wrap-loading, #newsLoading.wrap-loading .loading-container {
  position: absolute;
}

#newsLoading.wrap-loading {
  opacity: 1;
}

.spinner__container {
  display: flex;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  /*    border: 1px solid #fff;*/
}

.wrap-loading .loading-txt {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
}

.loading-container .spinner__dot {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  border-radius: 100%;
}

.loading-container .spinner__square {
  width: 10px;
  height: 10px;
  border-radius: 3px;
}

@keyframes spinner__effect--8-child-1 {
  50% {
    transform: translate(-325%, -325%);
    background-color: #9d4bc7;
  }
}
@keyframes spinner__effect--8-child-2 {
  50% {
    transform: translate(0, -325%);
    background-color: #9d4bc7;
  }
}
@keyframes spinner__effect--8-child-3 {
  50% {
    transform: translate(325%, -325%);
    background-color: #ffc61d;
  }
}
@keyframes spinner__effect--8-child-4 {
  50% {
    transform: translate(325%, 0);
    background-color: #ffc61d;
  }
}
@keyframes spinner__effect--8-child-5 {
  50% {
    transform: translate(325%, 325%);
    background-color: #29e2ff;
  }
}
@keyframes spinner__effect--8-child-6 {
  50% {
    transform: translate(0, 325%);
    background-color: #29e2ff;
  }
}
@keyframes spinner__effect--8-child-7 {
  50% {
    transform: translate(-325%, 325%);
    background-color: #ff2c6e;
  }
}
@keyframes spinner__effect--8-child-8 {
  50% {
    transform: translate(-325%, 0);
    background-color: #ff2c6e;
  }
}
@keyframes spinner__effect--8-child-9 {
  50% {
    transform: scale(2);
  }
}
.loading-container .spinner__effect--8 .spinner {
  position: relative;
  transform: rotate(45deg);
}

.loading-container .spinner__effect--8 .spinner .spinner__square {
  position: absolute;
  background: #fff;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(1) {
  animation-name: spinner__effect--8-child-1;
  animation-delay: 0.1s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(2) {
  animation-name: spinner__effect--8-child-2;
  animation-delay: 0.2s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(3) {
  animation-name: spinner__effect--8-child-3;
  animation-delay: 0.3s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(4) {
  animation-name: spinner__effect--8-child-4;
  animation-delay: 0.4s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(5) {
  animation-name: spinner__effect--8-child-5;
  animation-delay: 0.5s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(6) {
  animation-name: spinner__effect--8-child-6;
  animation-delay: 0.6s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(7) {
  animation-name: spinner__effect--8-child-7;
  animation-delay: 0.7s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(8) {
  animation-name: spinner__effect--8-child-8;
  animation-delay: 0.8s;
}

.loading-container .spinner__effect--8 .spinner .spinner__square:nth-child(9) {
  animation-name: spinner__effect--8-child-9;
  animation-delay: 1.25s;
}

/* 로딩 끝 */
#portalbar {
  /* min-width: 950px; */
  border-bottom: 1px solid #5f5f5f !important;
  background: linear-gradient(180deg, #393939, black) !important;
  min-width: 320px !important;
}
#portalbar .pbar_logo {
  height: 17px !important;
  margin-top: 3px !important;
  padding: 0 18px 0 5px !important;
  margin-right: 10px !important;
}
#portalbar .pbar_logo .pbar_btn_img {
  display: block !important;
  background: url(https://file.valofe.com/Valofe_file/web/logo/logo-pmang.png) no-repeat 0 0/cover !important;
  background-size: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 64px !important;
  height: 17px !important;
  vertical-align: middle !important;
  line-height: 20 !important;
}
#portalbar .pbar_left {
  /*   min-width: 400px; */
  min-width: unset !important;
}
#portalbar .pbar_right {
  /*  min-width: 500px; */
  min-width: unset !important;
}
#portalbar .pbar_icon {
  padding: 0 4px 0 0 !important;
  width: 37px !important;
}
#portalbar .pbar_security .pbar_security_btn {
  height: 18px !important;
}

/*
@media all and (max-width: 768px){
  #portalbar{
    !* min-width: 950px; *!


    .pbar_left {
      .pbar_info{display: none;}
    }
    .pbar_right {
      !*  min-width: 500px; *!
      min-width: unset;
    }
  }
}
*/
@media all and (max-width: 1024px) {
  #portalbar {
    display: none;
  }
}
/*

@media all and (max-width: 768px){
  !* 419 부터 로그인 영역이 겹칠 수 있으므로 로그인 utill 영역을 2단으로 분리함 *!
  #portalbar{
    height: 62px;
    min-width: 320px;

   .pbar_menu_list, .pbar_security_list, .pbar_id_list{right:0;}

    .pbar_logo {
      margin-top: 0; // 11px;
      padding: 0;
    }
    .pbar_left{
      position: relative;
      top: unset;
      left: unset;
      text-align: center;
      overflow: hidden;
      min-width: unset;
      width: auto;
      height: 28px;
      margin: 0 auto;
    }
    .pbar_right {
      display: block;
      width: 100%;
      height: auto;
      top: 32px;
      text-align: center;
      border-top: 1px solid #3f3737;

      .rightset {
        display: inline-block;
        text-align: right;
        margin: 2px auto 0;
        width: auto;

        li:last-child{padding-right: 0;}
      }
    }
  }
    #portalbar .pbar_logo .pbar_btn_img{margin-top: 4px;} #portalbar #pbar_notice div{padding-top : 10px !important}
}

@media all and (max-width: 419px){
  #portalbar {
    height: calc(62px + 22px);}

  #portalbar .pbar_logo{
    margin-top: 5px;
  }


  #portalbar .pbar_left,
  #portalbar .pbar_left ul {
    height: 50px;
  }

  #portalbar .pbar_right {
    top: 47px;}
}

@media all and (max-width: 400px){
  html,body{
    min-width: 320px;
  }
  #portalbar .pbar_left,
  #portalbar .pbar_left ul,
  #portalbar .pbar_left .pbar-logo,
  #portalbar .pbar_left .pbar_info,
  #portalbar .pbar_left .pbar_info div,
  #portalbar .pbar_left .pbar_info div a  {width:100%;}
  #portalbar .pbar_left .pbar_info div a  { overflow: hidden}


}*/
#pmang_footer {
  background: #373737;
  padding: 40px 16px 30px;
}
#pmang_footer .nav, #pmang_footer .copyright {
  width: auto;
}
#pmang_footer .nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 1080px;
}
#pmang_footer .logo_pmang {
  width: unset;
  float: unset;
  margin: unset;
}
#pmang_footer .nav dl {
  width: unset;
  float: unset;
}
#pmang_footer .nav dl .imgsp {
  width: 150px;
}

#pmang_footer * {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

@media all and (max-width: 1114px) {
  #pmang_footer .nav {
    width: auto;
  }
}
@media all and (max-width: 900px) {
  #pmang_footer .nav {
    display: flex;
    align-items: flex-start;
    flex-direction: inherit;
    flex-wrap: wrap;
    gap: 10px;
  }
  #pmang_footer .logo_pmang {
    width: 100%;
    margin-bottom: 20px;
  }
  #pmang_footer .imgsp {
    display: inline-block;
  }
  #pmang_footer .nav dl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #pmang_footer .logo_pmang .imgsp {
    margin-left: -10px;
  }
  #pmang_footer .copyright dd {
    padding-left: 0;
  }
}
@media all and (max-width: 657px) {
  #pmang_footer {
    padding: 25px 14px 20px;
    overflow: hidden;
    z-index: 9;
  }
  #pmang_footer .logo_pmang {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #3d3d3d;
  }
  #pmang_footer .logo_pmang:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #pmang_footer .logo_pmang .imgsp {
    width: 130px;
    background-position: 17px -36px;
    padding: 30px 0 0;
    background-size: 130px;
  }
  #pmang_footer .nav {
    gap: 20px;
    overflow: unset;
  }
  #pmang_footer .nav dl {
    display: grid;
    flex-direction: unset;
    justify-content: space-evenly;
    flex: 1 1 45%;
  }
  #pmang_footer .nav dl .imgsp {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 175px;
    height: 15px;
    padding-left: 30px;
    text-indent: 9999rem;
    overflow: unset;
    color: #373737;
  }
  #pmang_footer .nav dl .imgsp:before {
    content: "❯";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    left: 4px;
    top: 2px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    text-align: left;
    text-indent: 0;
  }
  #pmang_footer .nav dl .imgsp.nav_beginner {
    background-position: 20px -15px !important;
  }
  #pmang_footer .nav dl .imgsp.nav_support {
    background-position: 20px 0;
  }
  #pmang_footer .nav dl .imgsp.nav_gameon {
    background-position: 20px -30px;
  }
  #pmang_footer .nav dl .imgsp.nav_policy {
    background-position: 20px -45px;
  }
  #pmang_footer .nav dd {
    z-index: 100;
    padding-left: 20px;
  }
  #pmang_footer .copyright {
    position: relative;
    margin-top: 18px;
    padding: 15px 0 0;
    border-top: 1px solid #3d3d3d;
  }
  #pmang_footer .copyright:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media all and (max-width: 340px) {
  #pmang_footer .logo_pmang .imgsp {
    margin-left: 0;
  }
}
@keyframes ani {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 7px);
  }
}
@keyframes aniText {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 4px);
  }
}
html, body {
  background: #000;
}

#wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#wrapper * {
  word-break: break-all;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
}

#wrapper .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24 !important;
  font-family: "Material Symbols Outlined" !important;
  font-size: 20px;
}

section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  padding: 11vh 0 clamp(30px, 8vh, 84px);
  overflow: hidden;
  border-bottom: 1px solid #1E293B;
  /*   &._news, &._classes,  &._participate, &._character_create,  &._gameinfo{ background: rgba($cl_bg, 0.75)} */
}
section._visual {
  padding: 8vh 0 2rem;
  height: calc(100vh - 98px) !important;
  position: relative;
  border-bottom: 0;
}
section._gameinfo {
  min-height: calc(100vh - 240px);
}
section._participate {
  border-top: 1px solid #1E293B;
}

.content {
  position: relative;
}

.row-w {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: unset;
  z-index: 2;
}

section h2 {
  max-width: 100%;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  margin-top: 1rem;
  padding-bottom: clamp(1rem, 40px, 40px);
  margin-bottom: clamp(1rem, 40px, 40px);
  text-align: center;
  border-bottom: 1px solid #1E293B;
  /* color: $cl_default; */
  /* 섹션 타이틀 컬러를 강조하려고 그라디언트로 살짝 넣었지만... 넣었는데, */
  /*   background: linear-gradient(180deg, $cl_default 0%, #1895db 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
section h2 img {
  max-width: 100%;
}

section._visual h2 {
  color: #fff;
}

section h3 {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
  font-weight: bold;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  letter-spacing: -0.0125rem;
}

section h4 {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  font-weight: normal;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  margin-top: 0.25rem;
}

section h6 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: normal;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
}

section h2, section h3 {
  color: #fff;
}

button {
  cursor: pointer !important;
  outline: none;
}

.mb-show {
  display: none;
}

.mb-show-1024 {
  display: none;
}

.mb-show-920 {
  display: none;
}

.mb-show-800 {
  display: none;
}

.mb-show-768 {
  display: none;
}

.mb-show-568 {
  display: none;
}

.mb-show-460 {
  display: none;
}

.mb-hidden-800 {
  display: inline-block;
}

@media all and (max-width: 1536px) {
  section {
    height: auto;
  }
  section h2 {
    font-size: 2.45rem;
    padding-bottom: clamp(1rem, 13vh, 20px);
  }
  section h3 {
    display: none;
  }
}
@media all and (max-width: 1280px) {
  section {
    border-bottom: 1px solid #1E293B;
  }
  section._visual {
    height: 100vh;
  }
  section._participate, section._pre-register, section._news, section._classes, section._gameinfo {
    height: auto !important;
  }
  .row-w {
    max-width: unset;
    width: calc(100% - 4rem);
  }
  section h2 {
    max-width: 100%;
    font-size: clamp(30px, 2rem, 60px);
    margin-bottom: 2rem;
    text-align: center;
  }
  section._visual h2 {
    font-size: 4vh;
  }
  section h3 { /* font-size: 1.5rem; */
    font-size: 1.125em;
  }
}
@media all and (orientation: landscape) and (max-width: 1280px) {
  section._participate, section._pre-register, section._news, section._classes, section._gameinfo {
    min-height: 100vh;
  }
}
@media all and (orientation: portrait) and (max-width: 1280px) {
  section._participate, section._pre-register, section._news, section._classes, section._gameinfo {
    min-height: unset;
  }
}
@media all and (max-width: 1024px) {
  html, body {
    font-size: 16px;
  }
  .mb-show {
    display: inline-block;
  }
  .mb-show-1024 {
    display: inline-block;
  }
  #wrapper .row-w {
    width: calc(100% - 2rem);
    max-width: unset;
  }
  section h2, section h3 {
    position: relative;
    z-index: 3;
  }
  section {
    min-height: unset;
    height: auto;
  }
  section h2 {
    margin-bottom: 0;
    border-bottom: none;
  }
  section._visual {
    height: 100vh !important;
    min-height: 100vh;
  }
  section._participate, section._pre-register, section._news, section._gameinfo, section._gameinfo {
    height: auto !important;
    min-height: unset !important;
  }
  section._visual, section._pre-register, section._news, section._gameinfo {
    margin-top: 0;
    overflow: hidden;
  }
  .slick-arrow {
    display: none !important;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background: url("//file.valofe.com/Valofe_file/web/pmang/common/left.png") no-repeat center/cover;
  width: 2.5rem;
  height: 4.75rem;
  z-index: 1;
  transition: all 0.3s;
}

.slick-arrow:before {
  display: none;
}

.slick-arrow.slick-prev {
  left: 1rem;
}

.slick-arrow.slick-next {
  right: 1rem;
  transform: scaleX(-1) translateY(-50%);
}

._gameinfo .slick-arrow {
  width: 1.5rem;
  height: 2.75rem;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: inherit;
  background: url("//file.valofe.com/Valofe_file/web/pmang/common/left.png") no-repeat center/cover;
  opacity: 0.8;
}

.slick-dots li {
  width: auto;
  height: auto;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 5px;
  background: #8ccaff;
  border-radius: 100%;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li.slick-active button {
  background: #fff;
}

.slick-dots li button:before {
  display: none;
  content: none;
}

/* channeling 대응 */
#mainIframe .channel-hidden {
  display: none !important;
}

.channel .channel-hidden {
  display: none !important;
}

#pmang_footer.channel-hidden.hange .nav dl {
  display: none !important;
}

@media all and (max-width: 920px) {
  .mb-show-920 {
    display: inline-block;
  }
}
@media all and (max-width: 900px) {
  html, body {
    font-size: 16px;
  }
}
@media all and (max-width: 840px) {
  html, body {
    font-size: 2vw;
  }
}
@media all and (max-width: 800px) {
  .mb-hidden-800 {
    display: none;
  }
  .mb-show-800 {
    display: inline-block;
  }
}
@media all and (max-width: 768px) {
  /* html, body {
    font-size: 16px;
  } */
  /* #wrapper * {font-family: "Font Awesome 5 Free", $thin_gothic;} */
  section {
    padding: calc(2rem + 87px) 0 4rem;
  }
  .mb-show-768 {
    display: inline-block;
  }
  .mb-hidden-768 {
    display: none;
  }
  section h2 {
    font-size: 2rem;
  }
}
@media all and (max-width: 640px) {
  section h3 {
    font-size: 1.35rem;
  }
}
@media all and (max-width: 568px) {
  .mb-show-568 {
    display: inline-block;
  }
}
@media all and (max-width: 540px) {
  html, body {
    font-size: 14px;
  }
}
@media all and (max-width: 460px) {
  .mb-show-460 {
    display: inline-block;
  }
  .mb-hidden-460 {
    display: none;
  }
  section h2 {
    font-size: max(8vw, 30px);
  }
  section._visual h2 {
    font-size: max(8vw, 30px);
  }
}
.skip-navi {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
  text-indent: -9999px;
}

body, html {
  background: #000;
}

#cont_header {
  z-index: 1010;
  position: relative;
  width: 100%;
  height: 70px; /* 60px */
  overflow: hidden;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
}
#cont_header #btn_gnb {
  display: none;
}
#cont_header.fix {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px !important;
  border-bottom: 1px solid #1E293B;
}
#cont_header .row-w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  margin: 0;
  z-index: 9;
}
#cont_header .row-w small {
  width: 79px;
}
#cont_header h1.logo {
  z-index: 10;
  position: absolute;
  display: inline-flex;
  left: 12px;
}
#cont_header h1.logo img {
  cursor: pointer !important;
  height: 45px;
  width: auto;
  margin-top: 2px;
  image-rendering: auto;
  filter: contrast(150%) brightness(110%);
}

#gnb {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  /* margin-left: 2.75rem; */
  height: 100%;
}
#gnb li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
}
#gnb li:first-child {
  margin-left: 0;
}
#gnb li button {
  outline: none;
  border: none;
  width: auto;
  cursor: pointer !important;
  font-size: 1.125rem;
  font-weight: bold;
  color: #ededed;
  letter-spacing: -0.5px;
  background: none;
  font-family: "Font Awesome 5 Free", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  height: 100%;
  position: relative;
  transition: color 0.25s;
}
#gnb li button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgb(239, 68, 68), rgb(239, 68, 68));
  background-size: 0 2px;
  background-position: center bottom;
  transition: width 0.5s;
}
#gnb li button span {
  font-size: 0.8em;
  line-height: 1;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  transition: color 0.25s;
}
#gnb li button span i {
  display: block;
  padding-bottom: 0.45rem;
  padding-top: 0.125rem;
  font-family: inherit;
  font-size: 12px;
  color: #a71616;
  transition: color 0.25s;
}
#gnb li button:hover {
  color: rgba(239, 68, 68, 0.5);
}
#gnb li button:hover span i {
  color: inherit;
}
#gnb li button:hover:after {
  background-image: linear-gradient(to right, rgba(239, 68, 68, 0.7), rgba(239, 68, 68, 0.7));
}
#gnb li button.on {
  color: rgb(239, 68, 68);
}
#gnb li button.on:after {
  background-image: linear-gradient(to right, rgb(239, 68, 68), rgb(239, 68, 68));
}
#gnb li button.on:after, #gnb li button:hover:after {
  width: 100%;
  background-size: 100% 2px;
}
#gnb li button.on i, #gnb li button:hover i {
  color: rgb(239, 68, 68);
}

#sns {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0;
}
#sns li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  margin-right: 6px;
}
#sns li:last-child {
  margin-right: 0;
}
#sns li.channel-hidden {
  display: none;
}
#sns li a {
  display: inline-block;
  width: 38px;
  height: 37px;
  outline: none;
  border: none;
}
#sns li a img {
  width: 100%;
}
#gnb_shadow {
  transition: visibility 0.25s, opacity 0.25s;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}

@media all and (max-width: 1280px) {
  #gnb li button {
    font-size: 1em;
  }
}
@media all and (max-width: 1024px) {
  #gnb_shadow.open {
    visibility: visible;
    pointer-events: visible;
    opacity: 1;
    justify-content: center;
  }
  #cont_header {
    height: 64px !important;
    position: fixed;
    justify-content: right;
    padding-left: 0;
    padding-right: 0;
    background: rgba(0, 0, 0, 0.85);
  }
  #cont_header.fix {
    height: 64px !important;
  }
  #cont_header .row-w.open small {
    position: relative;
    top: -3px;
    width: 79px;
    display: flex;
    align-items: center;
  }
  #cont_header h1.logo {
    left: 12px;
    z-index: 9;
  }
  #cont_header #btn_gnb {
    z-index: 10;
    display: none;
    width: 64px;
    height: 64px;
    margin-right: 0;
    outline: none;
    border: none;
    background: transparent;
  }
  #cont_header #btn_gnb.show {
    display: inline-block;
    z-index: 10;
    line-height: 1;
  }
  #cont_header #btn_gnb span {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    transition: gap 0.25s;
  }
  #cont_header #btn_gnb span i {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: transform 0.25s, background 0.25s;
    transform-origin: center;
  }
  #cont_header #btn_gnb:hover span i {
    background: rgb(239, 68, 68);
  }
  #cont_header #btn_gnb.open {
    margin-right: 280px;
  }
  #cont_header #btn_gnb.open span {
    gap: unset;
  }
  #cont_header #btn_gnb.open span i {
    transform-origin: center;
    width: 30px;
    background: #fff;
  }
  #cont_header #btn_gnb.open span i:first-child {
    transform: rotateZ(45deg) translate(1px, 0);
  }
  #cont_header #btn_gnb.open span i:nth-child(2) {
    opacity: 0;
  }
  #cont_header #btn_gnb.open span i:last-child {
    transform: rotateZ(-45deg) translate(3px, -2px);
  }
  #cont_header #btn_gnb.open:hover span i {
    background: rgb(239, 68, 68);
  }
  #cont_header #btn_gnb.open:focus span i {
    background: #fff;
  }
  #cont_header .row-w {
    min-height: 475px;
    display: none;
    margin-right: -280px;
    width: 280px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    align-items: flex-start;
  }
  #cont_header .row-w.open {
    z-index: 100;
    display: inline-flex;
    margin-right: 0;
    justify-content: flex-start;
    flex-direction: column;
    gap: 3rem;
    padding-top: 16px;
    width: 280px;
  }
  #cont_header .row-w.open small {
    position: relative;
    top: 0;
    width: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #cont_header .row-w.open small:after {
    position: absolute;
    display: inline-block;
    left: 113px;
    top: -3px;
    content: "";
    /*       width: 61px;
          height: 40px; */
    width: 58px;
    height: 45px;
    background-image: url("//file.valofe.com/Valofe_file/web/pmang/nage-online/images/logo_small.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  #gnb {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    gap: 6vh;
    padding: 40px 0;
    margin-left: 0;
    border-top: 1px solid #2f2537;
    border-bottom: 1px solid #2f2537;
    height: auto;
  }
  #gnb li {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    height: unset;
  }
  #gnb li button {
    outline: none;
    border: none;
    width: auto;
    height: unset;
    font-size: clamp(16px, 0.9em, 18px);
    font-weight: bold;
    color: #fff;
    padding-left: 0;
    position: relative;
  }
  #gnb li button:after {
    display: none;
  }
  #gnb li button:before {
    display: none;
    content: "✦";
    position: absolute;
    left: 0;
    top: 0;
    color: #1E293B;
    width: 20px;
    text-align: left;
    font-size: inherit;
  }
  #sns {
    position: relative;
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-right: 0;
    padding-top: 50px;
    padding-bottom: 37px;
  }
  #sns:before {
    content: "N-Age Online\a community";
    white-space: pre;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 215, 107, 0.6196078431);
  }
  #sns li {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    margin-right: 0;
  }
  #sns li a {
    outline: none;
    border: none;
    width: auto;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
  }
  #sns li a img {
    width: 30px;
  }
}
#wrapper * .material-icons {
  font-family: "Material Icons" !important;
}

.view-popup {
  scroll-behavior: smooth;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  transition: display 0.25s, opacity 0.25s;
  z-index: 9999;
}
.view-popup * {
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
}
.view-popup::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.view-popup .view-shadow {
  display: none;
  position: fixed;
  opacity: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  top: 0;
  left: 0;
  background-size: cover;
  background: rgba(0, 0, 0, 0.6);
  transition: display 0.25s, opacity 0.25s;
}
.view-popup.show {
  display: block;
  opacity: 1;
  z-index: 100000 !important;
}
.view-popup.show .view-shadow {
  display: block;
  opacity: 1;
}
.view-popup .pop-sizing {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: auto;
  border: none;
  vertical-align: middle;
  /* overflow-y: scroll; */
  max-height: calc(100% - 48px);
}
.view-popup .pop-cont {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  max-width: 57.75rem;
  width: 94%;
  height: auto;
  margin-top: 1.5rem;
  text-align: start;
}
.view-popup .pop-article {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 1.5rem;
  padding: 3rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  color: #fff;
  background: #020817;
  max-height: 80vh;
  overflow-y: scroll;
}
.view-popup .pop-article::-webkit-scrollbar {
  width: 4px;
  background-image: linear-gradient(to bottom, #000 0, #2f3136 30%, #2f3136 50%, #2f3136 70%, #000 100%);
}
.view-popup .pop-article::-webkit-scrollbar-button {
  height: 15px;
}
.view-popup .pop-article::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 227, 255, 0.2);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5), inset -2px -2px 2px rgba(0, 0, 0, 0.12);
}
.view-popup .pop-article::-webkit-scrollbar-track {
  background-color: transparent;
  height: 100%;
  filter: brightness(80);
}
.view-popup .pop-article .info {
  font-size: 0.75rem;
  text-align: left;
  margin-bottom: 1rem;
}
.view-popup .pop-article .info * {
  display: inline-block;
}
.view-popup .pop-article .info .cate {
  font-size: 1.25em;
  margin-right: 0.5rem;
  color: rgb(239, 68, 68);
  text-transform: uppercase;
}
.view-popup .pop-article .info .bar {
  margin-right: 0.5rem;
  width: 1px;
  height: 1rem;
  background: #3e404c;
}
.view-popup .pop-article .top-area {
  text-align: left;
  border-bottom: 1px solid #1E293B;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.view-popup .pop-article .top-area .sub-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}
.view-popup .pop-article .top-area .sub-area > span {
  font-size: 0.875rem;
  color: #94A3B8;
}
.view-popup .pop-article .top-area .sub-area .purple-btn {
  width: 40%;
  margin-top: 0;
}
.view-popup .pop-article .top-area .title {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  width: 100%;
  overflow: scroll;
}
.view-popup .pop-article .top-area .title::-webkit-scrollbar {
  display: none;
}
.view-popup .pop-article .cont {
  text-align: left;
  font-size: 14px;
  width: inherit;
  overflow: hidden;
  color: #fff;
  line-height: 1.7;
  font-weight: 400;
}
.view-popup .pop-article .cont#detailContent img {
  margin-bottom: 14px;
  margin-top: 0.25rem;
}
.view-popup .pop-article .cont * {
  color: #fff !important;
}
.view-popup .pop-article .cont img {
  max-width: 100% !important;
  height: auto !important;
}
.view-popup .pop-article .cont table {
  max-width: 100% !important;
  border: 1px solid !important;
}
.view-popup .pop-article .cont table tr,
.view-popup .pop-article .cont table td {
  border: 1px solid !important;
}
.view-popup .pop-article .cont em {
  font-style: italic;
}
.view-popup .pop-article .cont ol li,
.view-popup .pop-article .cont ul li {
  list-style: inherit !important;
  padding-inline-start: inherit;
}
.view-popup .pop-article .cont ol,
.view-popup .pop-article .cont ul {
  list-style-position: inside;
  padding-inline-start: 1rem;
}
.view-popup .pop-article .purple-btn {
  margin-top: 3rem;
  width: 40%;
}
.view-popup #viewUtil {
  z-index: 1;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.view-popup #viewUtil .x-btn {
  /* display: none; */
  width: 1.125rem;
  height: 1.125rem;
  background: transparent;
  border: none;
  /*  background-color: transparent;
   background-image: url(//file.valofe.com/Valofe_file/web/pmang/o2jam-remix/images/btn_x.png);
   background-size: 21px 21px;
   background-repeat: no-repeat;
   background-position: center; */
}
.view-popup #viewUtil .x-btn .material-icons {
  color: #fff;
}
.view-popup #viewUtil .x-btn:hover {
  /*  background-image: url(//file.valofe.com/Valofe_file/web/pmang/o2jam-remix/images/btn_x.png);
   background-size: 28px 28px; */
}
.view-popup #viewUtil .x-btn:hover .material-icons {
  color: rgb(239, 68, 68);
}

#news_pop.view-popup .pop-sizing {
  width: 924px;
}

@media screen and (max-width: 1200px) {
  .view-popup .pop-article {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .view-popup#news_pop .pop-sizing,
  .view-popup .pop-sizing {
    width: calc(100% - 2rem);
  }
  .view-popup .pop-article .top-area .title {
    font-size: 1.5rem;
  }
  .view-popup .pop-article .cont {
    line-height: 1.7;
    font-size: 1em;
  }
}
@media screen and (max-width: 440px) {
  .view-popup .pop-article {
    padding: 1.5rem;
  }
  .view-popup .pop-article .cont {
    overflow: scroll;
  }
  .view-popup .pop-article .cont::-webkit-scrollbar {
    display: none;
  }
  .view-popup .pop-article .top-area .title {
    font-size: 1.5rem;
  }
  .view-popup .pop-article .top-area .sub-area > span {
    font-size: 0.75rem;
  }
  .view-popup .pop-cont {
    width: 98%;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate(0, -50%);
    transform-origin: left;
    opacity: 0;
  }
  100% {
    transform: translate(clamp(80px, 20%, 180px), -50%);
    transform-origin: left;
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    transform: translate(0, -50%);
    transform-origin: right;
    opacity: 0;
  }
  100% {
    transform: translate(clamp(-180px, -20%, -80px), -50%);
    transform-origin: right;
    opacity: 1;
  }
}
@keyframes breatheL {
  0%, 100% {
    transform: scale(1) translateX(-100%);
    bottom: 0;
  }
  50% {
    transform: scale(1.01) translateX(-100%);
    bottom: -10px;
  }
  100% {
    transform: scale(1) translateX(-100%);
    bottom: 0;
  }
}
@keyframes breatheR {
  0%, 100% {
    transform: scale(1) translateX(90%);
    bottom: 0;
  }
  50% {
    transform: scale(1.01) translateX(90%);
    bottom: -10px;
  }
}
section._visual {
  padding: 0 !important;
  height: calc(100vh - 98px) !important;
  min-height: unset;
  width: 100vw;
  position: relative;
  border-bottom: 0;
  background: url("//file.valofe.com/Valofe_file/web/pmang/nage-online/images/collabo_2025/bg-min.jpg") center/cover;
}

.container {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}

.top-logo {
  position: absolute;
  z-index: 998;
  width: auto;
  height: clamp(85px, 11vw, 208px);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(60px + 5.462963vh);
  display: block;
}

/* 배경 효과 */
.bg-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: none;
}

.bg-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  animation: float 6s infinite ease-in-out;
}

.title-box {
  /* 중앙 크로스 이펙트 */
  position: relative;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-items: center;
  /* 왼쪽 캐릭터 (패왕자) */
  /* 오른쪽 캐릭터 (전토어) */
}
.title-box .character-left {
  position: absolute;
  left: 50%;
  height: clamp(180px, 60vw, 71vh);
  z-index: 4;
  bottom: 0;
  animation: breatheL 3s infinite ease-in-out;
  transform: translateX(-100%);
}
.title-box .character-left img {
  height: 100%;
}
.title-box .character-right {
  position: absolute;
  right: 50%;
  transform-origin: right bottom;
  transform: translateX(90%);
  bottom: 0;
  z-index: 4;
  height: clamp(200px, 64vw, 72.25vh);
  animation: breatheR 3s infinite ease-in-out 1.5s;
}
.title-box .character-right img {
  height: 100%;
}
.title-box .centering {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  /* 타이틀 텍스트 */
}
.title-box .centering .line {
  position: absolute;
  width: 100%;
  height: clamp(8rem, 16vw, 10vh);
  top: 50%;
  transform: translateY(calc(50% - 12vh));
  z-index: 3;
}
.title-box .centering .line img {
  width: 100%;
  height: 100%;
}
.title-box .centering .cross-effect {
  order: 4;
  position: absolute;
  width: clamp(56.75px, 11.4vw, 219px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  animation: pulse 2s infinite ease-in-out;
}
.title-box .centering .cross-effect::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid rgba(255, 215, 0, 0.8);
  border-radius: 50%;
  animation: shockwave 6s infinite ease-out 3s;
  z-index: -1;
}
.title-box .centering .cross-effect::after {
  content: "⚡";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: rgba(255, 215, 0, 0.9);
  animation: battleClash 4s infinite ease-in-out 2s;
  z-index: 6;
}
.title-box .centering .cross-effect img {
  width: 100%;
  height: auto;
}
.title-box .centering .title-left {
  position: absolute;
  width: clamp(180px, 23vw, 507px);
  left: 0;
  top: 50%;
  transform: translate(clamp(80px, 20%, 180px), -50%);
  z-index: 4;
  animation: slideInLeft 1s ease-out;
}
.title-box .centering .title-right {
  position: absolute;
  width: clamp(180px, 23vw, 507px);
  right: 0;
  top: 50%;
  transform: translate(clamp(-180px, -20%, -80px), -50%);
  transform-origin: right;
  z-index: 5;
  animation: slideInRight 1s ease-out;
}
.title-box .centering .title-left img, .title-box .centering .title-right img {
  height: auto;
  width: 100%;
}

/* 화염 이펙트들 */
.fire-effect {
  position: absolute;
  z-index: 2;
}
.fire-effect img {
  width: 100%;
}

.fire-left-1 {
  left: 16%;
  bottom: 0;
  animation: flicker 8s infinite ease-in-out;
  z-index: 10;
  width: 29vw;
}

.fire-left-2 {
  left: -5vw;
  bottom: 0;
  animation: flicker 12s infinite ease-in-out 0.5s;
  z-index: 0;
  width: 47vw;
}

.fire-left-3 {
  left: -3vw;
  bottom: 30vh;
  animation: flicker 10s infinite ease-in-out 1s;
  z-index: 0;
  width: 19.8vw;
}

.fire-right-1 {
  right: 16%;
  bottom: 0;
  z-index: 0;
  animation: flicker 9s infinite ease-in-out 1.5s;
  width: 30vw;
}

.fire-right-2 {
  right: -2vw;
  bottom: 0;
  z-index: 4;
  width: 35.68vw;
  animation: flicker 11s infinite ease-in-out 2s;
}

.fire-right-3 {
  right: -5vw;
  bottom: 12vh;
  z-index: 0;
  width: 28vw;
  animation: flicker 13s infinite ease-in-out 0.8s;
}

/* 애니메이션 정의 */
@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes flicker {
  0%, 100% {
    opacity: 0.6;
    transform: translateY(0px) scaleY(1) skewX(0deg);
  }
  20% {
    opacity: 0.8;
    transform: translateY(-3px) scaleY(1.05) skewX(-1deg);
  }
  40% {
    opacity: 1;
    transform: translateY(5px) scaleY(0.98) skewX(1deg);
  }
  60% {
    opacity: 0.9;
    transform: translateY(-2px) scaleY(1.02) skewX(-0.5deg);
  }
  80% {
    opacity: 0.7;
    transform: translateY(3px) scaleY(1.01) skewX(0.5deg);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
    opacity: 1;
  }
}
@keyframes battleClash {
  0% {
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    transform: translate(-50%, -50%) scale(1.5) rotate(45deg);
    opacity: 1;
  }
  30% {
    transform: translate(-50%, -50%) scale(2) rotate(90deg);
    opacity: 0.8;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2) rotate(180deg);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(0) rotate(360deg);
    opacity: 0;
  }
}
@keyframes shockwave {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 4px;
  }
  50% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.5;
    border-width: 2px;
  }
  100% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
    border-width: 0px;
  }
}
/* 반응형 디자인 */
@media (max-width: 768px) {
  .vs-text {
    font-size: 2.5rem;
  }
  .cross-effect img {
    width: 100px;
  }
  .fire-effect img {
    width: 80px;
  }
}
/* 클릭 효과 */
.click-effect {
  position: fixed;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  animation: clickWave 0.6s ease-out forwards;
}

@keyframes clickWave {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
section._visual .wrap-btn.channel {
  display: none;
}
section._visual .wrap-btn.pmang {
  display: none;
}
section._visual .wrap-btn {
  position: absolute;
  z-index: 40;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  bottom: 10vh;
  width: 100%;
}
section._visual .wrap-btn button {
  font-size: clamp(18px, 1.875em, 36px);
  font-weight: bold;
  padding: 0.25em 0.875em 0.25em 1em;
  border-radius: 0.625rem;
  cursor: pointer;
}
section._visual.pmang .wrap-btn.pmang {
  display: flex !important;
}
section._visual.pmang .wrap-btn.pmang button {
  position: relative;
  overflow: hidden;
  background: #8E45F6;
  color: #fff;
  transition: background-color 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
section._visual.pmang .wrap-btn.pmang button::before {
  content: "ゲームスタート";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  text-indent: 0.1em;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right top, rgba(68, 0, 2, 0.5), rgba(142, 69, 246, 0.5));
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
section._visual.pmang .wrap-btn.pmang button:hover {
  color: #fff;
  background-color: #8E45F6;
}
section._visual.pmang .wrap-btn.pmang button:hover::before {
  opacity: 1;
}
section._visual.pmang .wrap-btn.channel {
  display: none !important;
}
section._visual.hange .wrap-btn.pmang {
  display: none !important;
}
section._visual.hange .wrap-btn.channel {
  display: flex !important;
  width: 338px !important;
  transition: background-image 0.25s ease-in-out;
}
section._visual iframe.bttn {
  position: relative;
  overflow: hidden;
  /* background: $cl_point; */
  color: #fff;
  transition: background-color 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
section._visual iframe.bttn:after {
  content: "ゲームスタート";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  text-indent: 0.1em;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right top, rgba(68, 0, 2, 0.5), rgba(142, 69, 246, 0.5));
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
section._visual iframe.bttn:hover {
  color: #fff;
  /* background-color: #ec1920; */
}
section._visual iframe.bttn:hover::after {
  opacity: 1;
}

/* 세로 모드 (Portrait): 세로가 가로보다 긴 경우 */
@media (orientation: portrait) {
  /* aspect-ratio가 1보다 작으면 세로가 더 긴 화면 */
}
@media (orientation: portrait) and (max-width: 1024px) {
  section._visual.pmang .wrap-btn.pmang {
    position: absolute;
    bottom: 30vh;
    display: none !important;
  }
  .title-box .centering {
    margin-top: 45vh;
  }
  .title-box .centering .line {
    position: absolute;
    width: 100%;
    height: clamp(8rem, 16vw, 10vh);
    top: calc(50% + 2vh);
  }
  .title-box .centering .title-left,
  .title-box .centering .title-right {
    width: clamp(6rem, 22vw, 210px);
    top: 50%;
  }
  .title-box .centering .cross-effect {
    top: 50%;
  }
  .fire-effect {
    display: none;
  }
  .top-logo {
    height: clamp(85px, 14vw, 208px);
    top: calc(10vh + 90px);
  }
}
@media (orientation: portrait) and (max-width: 860px) {
  .title-box .centering {
    margin-top: 45vh;
  }
  .title-box .centering .line {
    height: clamp(9rem, 16vw, 13vh);
  }
}
@media (orientation: portrait) and (max-width: 820px) {
  .title-box .centering .cross-effect,
  .title-box .centering .title-left,
  .title-box .centering .title-right {
    top: 50%;
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  .title-box .centering {
    margin-top: 0;
  }
  .container {
    display: flex;
    align-items: flex-end;
  }
  .title-box {
    height: 83vw;
  }
  .title-box .centering .line {
    top: calc(50% + 6vh);
  }
  .title-box .centering .cross-effect {
    width: clamp(56.75px, 12.4vw, 219px);
  }
  .title-box .centering .cross-effect,
  .title-box .centering .title-left,
  .title-box .centering .title-right {
    top: calc(50% + 6vh);
  }
}
@media (orientation: portrait) and (max-width: 640px) {
  .title-box .centering .line {
    top: calc(50% + 8vh);
  }
}
@media (orientation: portrait) and (max-width: 540px) {
  .title-box .centering .cross-effect, .title-box .centering .title-left, .title-box .centering .title-right {
    top: calc(50% + 8vh);
  }
}
@media (orientation: portrait) and (max-width: 430px) {
  section._visual {
    height: 72vh !important;
  }
  .title-box .centering .cross-effect, .title-box .centering .title-left, .title-box .centering .title-right {
    top: calc(50% + 8vh);
  }
  .title-box .centering .title-left {
    transform: translate(clamp(40px, 10vw, 60px), -50%);
    animation: slideInLeftMobile 1s ease-out;
  }
  .title-box .centering .title-right {
    transform: translate(clamp(-60px, -10vw, -40px), -50%);
    animation: slideInRightMobile 1s ease-out;
  }
  @keyframes slideInLeftMobile {
    0% {
      transform: translate(0, -50%);
      transform-origin: left;
      opacity: 0;
    }
    100% {
      transform: translate(clamp(40px, 10vw, 60px), -50%);
      transform-origin: left;
      opacity: 1;
    }
  }
  @keyframes slideInRightMobile {
    0% {
      transform: translate(0, -50%);
      transform-origin: right;
      opacity: 0;
    }
    100% {
      transform: translate(clamp(-60px, -10vw, -40px), -50%);
      transform-origin: right;
      opacity: 1;
    }
  }
}
@media (orientation: portrait) and (max-width: 375px) {
  section._visual {
    height: 80vh !important;
  }
  .title-box .centering .line {
    transform: translateY(calc(50% - 13.5vh));
  }
  .title-box .centering .cross-effect, .title-box .centering .title-left, .title-box .centering .title-right {
    top: calc(50% + 12vh);
  }
}
@media (orientation: portrait) and (max-width: 344px) {
  .title-box .centering .cross-effect, .title-box .centering .title-left, .title-box .centering .title-right {
    top: calc(50% + 4vh);
  }
  .title-box .character-left {
    left: 57%;
    height: clamp(180px, 76vw, 71vh);
  }
  .title-box .character-right {
    right: 60%;
    height: clamp(200px, 77vw, 72.25vh);
  }
}
@media (orientation: landscape) {
  /* 가로 모드 (Landscape): 가로가 세로보다 긴 경우 */
  /* aspect-ratio가 1보다 크면 가로가 더 긴 화면 */
}
@media (orientation: landscape) and (max-width: 1024px) {
  section._visual {
    height: 100vh !important;
  }
  .title-box .centering .line {
    transform: translateY(50%);
  }
  .title-box .centering .title-right,
  .title-box .centering .title-left,
  .title-box .centering .cross-effect {
    top: calc(50% + 11vh);
  }
}
@media (orientation: landscape) and (max-width: 1024px) and (max-height: 768px) {
  .title-box .centering .line {
    transform: translateY(calc(50% - 4vh));
  }
}
@media (orientation: landscape) and (max-width: 932px) {
  .container {
    align-items: flex-end;
  }
  .title-box {
    align-self: flex-end;
    height: 88vh;
  }
  section._visual.pmang .wrap-btn.pmang button {
    display: none;
  }
  .title-box .centering .line {
    transform: translateY(calc(50% - 14vh));
  }
  .title-box .centering .title-right,
  .title-box .centering .title-left,
  .title-box .centering .cross-effect {
    top: calc(50% + 13vh);
  }
  .title-box .character-right {
    transform: translateX(100%);
    animation: breatheRLand 3s infinite ease-in-out;
  }
  .title-box .character-left {
    transform: translateX(-110%);
    animation: breatheLLand 3s infinite ease-in-out;
  }
  .title-box .centering .title-left,
  .title-box .centering .title-right {
    width: clamp(6rem, 22vw, 210px);
  }
  .title-box .centering .cross-effect {
    width: clamp(56.75px, 11.4vw, 219px);
  }
  .title-box .centering .title-left {
    transform: translate(clamp(40px, 10vw, 60px), -50%);
    animation: slideInLeftMobileLand 1s ease-out;
  }
  .title-box .centering .title-right {
    transform: translate(clamp(-60px, -10vw, -40px), -50%);
    animation: slideInRightMobileLand 1s ease-out;
  }
  @keyframes slideInLeftMobileLand {
    0% {
      transform: translate(0, -50%);
      transform-origin: left;
      opacity: 0;
    }
    100% {
      transform: translate(clamp(40px, 10vw, 60px), -50%);
      transform-origin: left;
      opacity: 1;
    }
  }
  @keyframes slideInRightMobileLand {
    0% {
      transform: translate(0, -50%);
      transform-origin: right;
      opacity: 0;
    }
    100% {
      transform: translate(clamp(-60px, -10vw, -40px), -50%);
      transform-origin: right;
      opacity: 1;
    }
  }
  @keyframes breatheLLand {
    0%, 100% {
      transform: scale(1) translateX(-110%);
      bottom: 0;
    }
    50% {
      transform: scale(1.01) translateX(-110%);
      bottom: -10px;
    }
  }
  @keyframes breatheRLand {
    0%, 100% {
      transform: scale(1) translateX(100%);
      bottom: 0;
    }
    50% {
      transform: scale(1.01) translateX(100%);
      bottom: -10px;
    }
  }
}
@media (orientation: landscape) and (max-width: 844px) {
  .title-box .centering .line {
    transform: translateY(calc(50% - 14vh));
  }
}
@media (orientation: landscape) and (max-width: 740px) {
  .title-box .centering .title-right,
  .title-box .centering .title-left,
  .title-box .centering .cross-effect {
    top: calc(50% + 16vh);
  }
}
@media (orientation: landscape) and (max-width: 720px) {
  .title-box {
    align-self: flex-end;
    height: 84vh;
  }
  .title-box .centering .line {
    transform: translateY(calc(50% - 7vh));
  }
  .title-box .centering .title-right,
  .title-box .centering .title-left,
  .title-box .centering .cross-effect {
    top: calc(50% + 12vh);
  }
}
@media (orientation: landscape) and (max-width: 667px) {
  .title-box {
    height: 92vh;
  }
  .title-box .centering .line {
    transform: translateY(calc(50% - 14vh));
  }
}
.view-popup#stat_popup .pop-article {
  overflow-y: auto;
  overflow-x: hidden;
}
.view-popup#stat_popup .chr-name {
  margin-bottom: 0.5em;
  text-align: center;
}
.view-popup#stat_popup .chr-name span {
  font-weight: bold;
}
.view-popup#stat_popup.show {
  display: block;
}

#stat_tbl {
  width: 247px;
  border-collapse: collapse;
}

#stat_tbl th, #stat_tbl td {
  padding: 0.5em 0.75em;
  text-align: left;
  font-weight: normal;
  color: #fff;
  border: 1px solid #1E293B;
}

#stat_tbl th {
  font-weight: bold;
  background: #000;
}

#stat_tbl th:nth-of-type(1) {
  border-left: none;
}

#stat_tbl td:last-child {
  border-right: none;
}

.chart {
  display: flex;
  align-items: center;
  position: absolute;
  /* width: calc(75% + 3rem);
  height: 75%; */
  z-index: 1;
  bottom: 4rem;
  right: -140px;
  width: 260px;
  height: 260px;
  /* z-index: 100000; */
  pointer-events: visible;
}

.apexcharts-canvas {
  border-radius: 100vmax;
  background: radial-gradient(circle, rgba(0, 255, 240, 0.3) 10%, rgba(132, 241, 238, 0.3) 24%, rgba(9, 9, 121, 0) 47%, rgba(9, 9, 121, 0) 100%);
}

.apexcharts-toolbar, #SvgjsText1009 {
  display: none !important;
}

text {
  fill: #fff;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

/* y축 라벨:  0 45 90 */
.apexcharts-yaxis .apexcharts-text {
  transform: translate(-7px, -8px);
  font-size: 12px;
  font-weight: normal;
}

.apexcharts-yaxis text:nth-of-type(3) {
  transform: translate(-7px, -12px);
}

/* X축 라벨: STR , HP  */
.apexcharts-xaxis text:nth-of-type(1) {
  transform: translate(0, -15px);
}

.apexcharts-xaxis text:nth-of-type(4) {
  transform: translate(0, 10px);
}

@media all and (max-width: 1280px) {
  .chart {
    right: -160px;
  }
}
@media all and (max-width: 1024px) {
  .chart {
    right: -5rem;
    bottom: 9rem;
  }
}
@media all and (max-width: 840px) {
  .chart {
    right: -80%;
    bottom: 18rem;
  }
}
@media all and (max-width: 768px) {
  .chart {
    right: 0;
    bottom: 200px;
  }
}
@media all and (max-width: 460px) {
  .chart {
    bottom: 280px;
    width: 180px;
    height: 180px;
  }
  .apexcharts-xaxis text {
    font-size: 12px;
  }
}
.wrap-hero .slick-slide {
  max-width: 100% !important;
  max-height: calc(100vh - 22rem);
  padding-bottom: 2rem;
}

.wrap-hero .slick-dots {
  top: 0;
  width: 80%;
  transform: translateX(-50%);
  left: 50%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #1E293B;
}

.wrap-hero .slick-dots li {
  width: 16.6666666667%;
  margin: 0;
}

.wrap-hero .slick-dots li button {
  position: relative;
  height: 64px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px 12px 0 0;
  text-indent: unset;
  word-break: normal;
  line-height: unset;
  background-color: rgba(2, 8, 23, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: background-color 0.25s ease-in-out;
}

.wrap-hero .slick-dots li button span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: normal !important;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  font-size: 14px;
  color: #94A3B8;
  line-height: 1.125;
  font-weight: bold;
  transition: color 0.25s ease-in-out;
}

.wrap-hero .slick-dots li.slick-active button, .wrap-hero .slick-dots li:hover button {
  filter: none;
  background-color: rgba(30, 41, 59, 0.8);
  /* display: inline-flex; align-items: center; justify-content: center; */
}

.wrap-hero .slick-dots li.slick-active button span, .wrap-hero .slick-dots li:hover button span {
  color: #fff;
}

.hero-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 0 10% 3rem;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  pointer-events: none;
}

.hero-container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  transform: translate(0, -25%);
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, #020817 0%, transparent 50%);
}

.hero-container .hero-img .skill-desc {
  z-index: 1;
  position: absolute;
  display: inline-block;
  width: 100%;
  text-align: right;
  right: -5em;
  top: 8em;
  background: none;
}
.hero-container .hero-img .skill-desc .text-skill {
  display: inline-block;
  font-size: inherit;
  border-radius: 0.625rem;
  color: #fff;
  background: rgb(239, 68, 68);
  padding: 0.25em 0.75em;
  text-align: center;
  min-width: 48px;
  font-weight: bold;
}
.hero-container .hero-img .skill-desc .text-skill:hover {
  background: rgba(239, 68, 68, 0.85);
}

.hero-container .hero-img {
  z-index: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 55%;
  height: 100%;
  bottom: 0;
  left: -15%;
  margin-left: 0;
}

.hero-container .hero-img img {
  width: auto;
  height: 70%;
  animation: aniBounce 1s 0s linear infinite alternate-reverse;
}

.hero-container .hero-info {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-end;
  justify-content: center;
  min-height: 400px;
  gap: 20px;
  margin-top: 5em;
  padding-top: 1em;
  width: 65%;
  margin-left: calc(35% + 11em);
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
}

.hero-container .hero-info:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3rem;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to left, #020816 0%, #020815 95%, transparent 100%);
}

.hero-container .hero-info .hero-tit {
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  border-radius: 12px;
  background: #1E293B;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  font-size: 1.25em;
  font-weight: bold;
}

.hero-container .hero-info em {
  z-index: 1;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.hero-container .hero-info em span {
  z-index: 1;
  margin-right: 20px;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  text-transform: capitalize;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.hero-container .hero-info em span:last-child {
  margin-right: 0;
}

.hero-container .hero-info p {
  z-index: 1;
  font-size: 1.25em;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  font-weight: normal;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0;
}

@keyframes aniBounce {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1536px) {
  .wrap-hero .slick-slide {
    max-height: calc(100vh - 9rem);
  }
}
@media screen and (max-width: 1280px) {
  /*  .hero-container .hero-img {
     width: 50%;
     left: 45%;
   }
   .wrap-hero .slick-slide {
     min-height: 400px;
   } */
  .wrap-hero .slick-slide {
    max-height: unset;
  }
  .hero-container .hero-img img {
    width: auto;
    height: 65%;
  }
  .hero-container .hero-info {
    padding-top: 5em;
    font-size: 13px;
    margin-left: calc(35% + 16em);
  }
}
@media all and (max-width: 1024px) {
  .wrap-hero .slick-slide {
    max-height: unset;
  }
  .wrap-hero .slick-dots {
    width: 100%;
    top: 0;
  }
  .hero-container {
    padding: 4em 0;
  }
  .hero-container:after {
    bottom: 1rem;
  }
  .hero-container .hero-img {
    top: unset;
    justify-content: center;
  }
  .hero-container .hero-img {
    width: 50%;
    left: 0;
  }
  .wrap-hero .slick-dots li button {
    padding: 0 6px;
    height: 2.5rem;
  }
  .hero-container .hero-info {
    margin-top: 2em;
    margin-left: 50%;
    padding-left: 5rem;
  }
  .hero-container .hero-info .hero-tit {
    font-size: clamp(18px, 0.9em, 20px);
  }
  .hero-container .hero-info em {
    font-size: clamp(16px, 0.75em, 18px);
  }
  .hero-container .hero-info p {
    font-size: clamp(14px, 0.7em, 15px);
  }
}
@media screen and (max-width: 840px) {
  .wrap-hero .slick-slide {
    padding-bottom: 0;
  }
  .hero-container {
    padding: 11em 0 4em;
  }
  .wrap-hero .slick-dots {
    border-bottom: 0;
  }
  .hero-container .hero-info {
    margin-top: 0;
    align-self: center;
  }
  .wrap-hero .slick-dots {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap-hero .slick-dots li {
    width: 25%;
    border-radius: 0;
  }
  .wrap-hero .slick-dots li button {
    border: 2px solid #1E293B;
    border-left: none;
    border-radius: 0;
  }
  .wrap-hero .slick-dots li button {
    height: 53px;
  }
  .wrap-hero .slick-dots li:after {
    font-size: 14px;
  }
  .wrap-hero .slick-dots li:nth-of-type(1) button {
    border-left: 2px solid #1E293B;
  }
  .hero-container .hero-img {
    left: 5%;
  }
  .hero-container .hero-img img {
    height: 55%;
  }
}
@media screen and (max-width: 768px) {
  /* img, info 세로 정렬 시작 */
  .hero-container {
    padding: 5em 0 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .hero-container:after {
    bottom: 3.5rem;
  }
  .hero-container .hero-img {
    width: 80%;
    transform: unset;
    left: unset;
    right: unset;
    bottom: unset;
    top: 0;
    align-items: flex-start; /* 캐릭터 이미지 좌측 정렬 */
  }
  .hero-container .hero-info {
    margin-left: 0;
    margin-top: calc(360px - 14rem);
    width: 90%;
    align-items: flex-start;
    justify-content: flex-end;
    padding-left: 0;
  }
  .hero-container .hero-info:before {
    bottom: -9rem;
    background-image: linear-gradient(to right, #020816 0%, #020815 95%, transparent 100%);
  }
  .hero-container .hero-info:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /* border-top: 1px solid $cl_border; */
  }
  .hero-container .hero-info p {
    width: 100%;
    border-bottom: 1px solid #1E293B;
    border-top: 1px solid #1E293B;
    border-bottom: 1px solid #1E293B;
    padding: 15px;
  }
}
@media screen and (max-width: 667px) {
  .hero-container .hero-img {
    width: 94%;
  }
  .hero-container .hero-img img {
    margin-left: -15%;
  }
  .hero-container .hero-info {
    width: 90%;
  }
  /*   .hero-container .hero-info {
      margin-top: calc(360px - 18rem);
    }
    .hero-container .hero-info p {
      width: 80%;
    }
    .hero-container .hero-img {
      top: 7rem;
      left: unset;
      right: -7rem;
    } */
  .hero-container .hero-img.tnb.chr3 img {
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 414px) {
  /* .hero-container:after {
    bottom: 8rem;
  }
  .wrap-hero .slick-dots li button span {
    font-size: 11px;
  }
  .hero-container .hero-img {
    overflow: hidden;
    height: 261px;
    right: 0;
  }
  .hero-container .hero-info {
    margin-top: 257px;
    justify-content: center;
    align-items: center;
  }
  .hero-container .hero-info p {
    width: 100%;
  }
  .hero-container .hero-info .hero-tit {
    font-size: 15px;
  } */
}
/* 이하 common */
/*@import '../../common/instance/_milestone';*/
/* @import '../../common/instance/_timer'; */
/* @import '../../common/instance/_reserve_counting'; */
._participate .cont {
  background: none;
  width: 100%;
}
._participate .wrap-boxes {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}
._participate .wrap-boxes .box {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-direction: column;
  width: calc(50% - 12px);
  gap: 20px;
}
._participate .btn.milestone_article {
  width: 100%;
  overflow: hidden;
  background: #020817;
  border-radius: 0.625rem;
  background: transparent;
}
._participate .btn.milestone_article:hover {
  background: transparent;
}
._participate .btn.milestone_article:hover img {
  transform: scale(1.05);
  transition: transform 0.25s;
}
._participate .img.milestone_article {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 0.625rem;
  object-position: center;
  transform: scale(1);
  transition: transform 0.25s;
}
._participate .btn-join {
  width: 100%;
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  align-self: flex-end;
  border-radius: 10px;
  background: rgb(239, 68, 68);
  color: #fff;
  font-size: clamp(14px, 1.25rem, 20px);
  transition: background 0.25s ease-in-out;
  font-weight: bold;
}
._participate .btn-join:hover {
  background: rgba(239, 68, 68, 0.8);
}

@media all and (max-width: 1024px) {
  ._participate .wrap-boxes {
    flex-direction: column;
  }
  ._participate .wrap-boxes .box {
    width: 100%;
    max-width: 640px;
  }
  ._participate .btn-join {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 768px) {
  /* sec1 */
  ._participate .cont {
    padding: 0 !important;
    margin-top: 0;
  }
  ._participate .accumWrap_hole {
    top: 1.75em;
  }
}
#timer .top {
  align-self: flex-start;
}
#timer .wrap-colored {
  align-self: center;
}
#timer h4.ellipsis, #timer .duration {
  width: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  text-align: left;
  color: #fff;
}
#timer h4.ellipsis {
  font-weight: bold;
}
#timer .wrap-colored {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  background: #1E293B;
  padding: 20px;
  width: 100%;
  position: relative;
}
#timer .desc {
  color: #94A3B8;
  font-size: clamp(12px, 0.875em, 1rem);
}
#timer #accum_num {
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  font-weight: bold;
  font-size: clamp(12px, 0.875em, 1rem);
}
#timer .wrap-timer {
  position: relative;
  text-align: center;
  overflow: hidden;
  min-height: 72px;
}
#timer .times {
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  justify-content: center;
  height: 80px;
}
#timer .times * {
  vertical-align: baseline;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
#timer #timerLoading {
  display: inline-block;
  height: 71px !important;
  width: calc(100% - 20px);
  background: none;
}
#timer #timerLoading + .times {
  display: none;
}
#timer #timerLoading.display-none {
  display: none;
}
#timer #timerLoading.display-none + .times {
  display: inline-flex;
}
#timer .times .dot {
  width: 0.6875rem;
  font-size: 2.25rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#timer .times .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 3.5rem;
  gap: 0;
}
#timer .times .time em {
  font-size: 2.25rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
}
#timer .times .time small {
  color: #94A3B8;
  font-size: 11px;
  width: 100%;
  text-align: center;
}
#timer .times .time:nth-of-type(1) small {
  padding-left: 11px;
}
#timer .times .time:nth-of-type(3) small {
  padding-left: 9px;
}
@media all and (max-width: 1280px) {
  #timer .times .time {
    width: clamp(50px, 3.5rem, 56px);
  }
  #timer .times .time em, #timer .times .dot {
    font-size: clamp(27px, 1.125rem, 30px);
  }
}
@media all and (max-width: 1024px) {
  #timer .box {
    width: 100%;
  }
  #timer h4.ellipsis,
  #timer .top {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 1em;
  }
  #timer h4.ellipsis {
    font-size: 1.125em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
  }
  #timer .duration {
    font-size: 0.9em;
    letter-spacing: -1px;
  }
  #timer .wrap-colored {
    padding: 1rem 1.5rem 1rem;
    max-width: 640px;
  }
  #timer .btn-join {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 768px) {
  #timer .duration {
    letter-spacing: 0;
  }
}

._news {
  overflow: hidden;
  padding-bottom: 4rem;
  position: relative;
  /*
    article {
      display: grid;
      align-items: center;
      flex-direction: column;
       */
}
._news .row-w {
  z-index: 1;
}
._news p + .row-w {
  position: relative;
}
._news .wrap-news {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  z-index: 0;
  width: 100%;
  gap: 20px;
  padding: 0;
  margin-top: 0;
  border: none;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background: transparent;
}
._news .wrap-news .left, ._news .wrap-news .right {
  position: relative;
  width: 50%;
  /* height: 400px; */
}
._news .wrap-news .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  margin-left: 0;
  overflow: hidden;
  background: transparent;
}
._news .wrap-news .left a.btn-pmang-lounge {
  display: flex;
  /* width: 210px; */
  width: auto;
  padding: 0 1em;
  height: 48px;
  justify-content: center;
  flex-shrink: 0;
  align-self: flex-start;
  align-items: center;
  border-radius: 12px;
  background: rgb(239, 68, 68);
  color: #fff;
  transition: background 0.25s ease-in-out;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  font-weight: bold !important;
}
._news .wrap-news .left a.btn-pmang-lounge img {
  margin-right: 5px;
}
._news .wrap-news .left a.btn-pmang-lounge:hover {
  background: rgba(239, 68, 68, 0.8);
}
._news .wrap-news .left a.btn-pmang-lounge.hange {
  display: none;
}
._news .wrap-news .left a.news-image {
  position: relative;
  display: inline-block;
  width: 100%;
  max-height: calc(100% - 68px);
  aspect-ratio: 16/9;
  transition: display 0.25s;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
}
._news .wrap-news .left a.news-image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  height: auto;
  transform: scale(1);
  transition: transform 0.25s;
}
._news .wrap-news .left a.news-image:hover img {
  transform: scale(1.05);
  transition: transform 0.25s;
}
._news .wrap-news .left .no-article,
._news .wrap-news .right .no-article {
  display: block;
  font-size: 1.1875rem;
  letter-spacing: -0.25px;
  color: #94A3B8;
  padding: 7px 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
._news .wrap-news .left .no-article {
  padding: 0;
  width: 100%;
  height: 100%;
}
._news .wrap-news .left .no-article img {
  width: 100%;
}
._news .wrap-news .right {
  margin-left: 0;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._news #news_tabs {
  display: inline-flex;
  align-items: end;
  justify-content: flex-start;
  position: relative;
  width: auto;
  z-index: 10;
}
._news #news_tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #1E293B;
}
._news #news_tabs .news-tab {
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  /* margin: 2rem auto 0; */
  /* padding: 0.625rem 1rem; */
  width: 25%;
  background: none;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  font-size: clamp(14px, 1rem, 16px);
  letter-spacing: -0.25px;
  font-weight: bold;
  color: #fff;
  transition: color 0.25s;
  text-transform: capitalize;
}
._news #news_tabs .news-tab:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: transparent;
  background-size: 0;
  background-position: left bottom;
  transition: background-size 0.25s, width 0.75s;
}
._news #news_tabs .news-tab.active, ._news #news_tabs .news-tab:hover {
  color: rgb(239, 68, 68);
  font-size: clamp(14px, 1rem, 16px);
  font-weight: bold;
}
._news #news_tabs .news-tab.active:after, ._news #news_tabs .news-tab:hover:after {
  width: 100%;
  background-color: rgb(239, 68, 68);
  background-size: 100%;
  background-position: center bottom;
}
._news #news_list {
  justify-self: flex-start;
}
._news .news-list {
  flex-grow: 1;
}
._news .wrap-news dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 9px 20px;
  font-size: 1.1875rem;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  letter-spacing: -0.25px;
  color: #94A3B8;
  cursor: pointer;
  background: transparent;
  border-bottom: 1px solid #1E293B;
  transition: color 0.25s, background 0.25s;
}
._news .wrap-news dl dt {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 32px;
  margin-right: 20px;
  border-radius: 100vmax;
  font-weight: bold;
  width: 113px;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  border: 1px solid #1E293B;
  background: transparent;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transition: background 0.25s;
}
._news .wrap-news dl dd {
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2px 0;
  width: calc(100% - 139px);
  text-align: left;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 1rem;
  color: #94A3B8;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.25s;
}
._news .wrap-news dl dd .date {
  display: block;
  font-size: 0.8em;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  color: inherit;
}
._news .wrap-news .left.has-img .no-article {
  display: none;
  opacity: 0;
}
._news .wrap-news .left.has-img #news_image {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.25s;
}
._news .wrap-news dl.current, ._news .wrap-news dl:hover {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  color: #94A3B8;
  background: #1E293B;
  border-bottom: 1px solid transparent;
  border-radius: 12px;
}
._news .wrap-news dl.current dt, ._news .wrap-news dl:hover dt {
  color: #fff;
  font-weight: bold;
  border: 1px solid #1E293B;
  background: #020817;
  font-family: inherit;
}
._news .wrap-news dl.current dd, ._news .wrap-news dl:hover dd {
  color: #fff;
  font-family: inherit;
}
._news .paging {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-self: flex-end;
  width: 344px;
  margin: 0 auto;
  height: 30px;
}
._news .paging .wrap-start-arrow {
  position: absolute;
  width: 62px;
  left: 0;
}
._news .paging .wrap-end-arrow {
  position: absolute;
  width: 62px;
  right: 0;
}
._news .paging .wrap-num {
  width: 220px;
  position: absolute;
  left: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._news .paging a {
  padding: 10px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  transition: color 0.25s;
  font-family: "Font Awesome 5 Free", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "M Plus 1p", sans-serif !important;
}
._news .paging a.on, ._news .paging a:hover {
  color: rgb(239, 68, 68);
  font-weight: bold;
}
@media all and (max-width: 1280px) {
  ._news #news_tabs .news-tab {
    font-size: 0.875rem;
  }
  ._news #news_tabs .news-tab.active, ._news #news_tabs .news-tab:hover {
    font-size: 0.875rem;
  }
  ._news .wrap-news dl {
    padding: 2px 20px;
    font-size: 1.15rem;
  }
  ._news .wrap-news dd {
    font-size: 0.9em;
  }
}
@media all and (max-width: 1024px) {
  ._news .wrap-news {
    margin-top: -1px;
    gap: 0;
    padding: 0 0 70px;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
  }
  ._news #news_tabs {
    margin-bottom: -6px;
  }
  ._news #news_tabs .news-tab,
  ._news #news_tabs .news-tab.active, ._news #news_tabs .news-tab:hover {
    font-size: clamp(14px, 0.875em, 16px);
  }
  ._news .left,
  ._news .right {
    width: 100%;
    height: auto;
    min-height: 20rem;
  }
  ._news .left {
    max-width: 640px;
  }
  ._news .right {
    max-width: 640px;
  }
  ._news .wrap-news .left {
    /* display: none; */
    width: 100%;
    min-height: unset;
    height: auto;
    gap: 20px;
    margin: 0 auto;
  }
  ._news .wrap-news .left a.btn-pmang-lounge {
    display: none;
    margin-right: 0;
    width: auto;
    align-self: flex-end;
  }
  ._news .wrap-news .left a.news-image {
    height: auto;
    width: 100%;
    max-width: 640px;
    max-height: unset;
    text-align: center;
  }
  ._news .wrap-news .left a.news-image img {
    width: 100%;
    max-width: 640px;
    max-height: unset;
  }
  ._news .wrap-news .right {
    width: 100%;
    /* margin-top: 0; */
    max-width: 640px;
    margin-top: 20px;
    min-height: unset;
    gap: 30px;
  }
  ._news .wrap-news .left .no-article,
  ._news .wrap-news .right .no-article {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    font-size: clamp(14px, 0.7em, 15px);
  }
  ._news .wrap-news .left .no-article {
    text-align: center;
  }
  ._news #news_tabs {
    margin-top: 20px;
  }
  ._news .paging {
    max-width: 314px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 30px;
  }
  ._news .paging .row-w .wrap-num {
    left: 50%;
    transform: translate(-50%);
  }
  ._news .wrap-news .right {
    height: auto;
  }
  ._news .wrap-news dl dd {
    font-size: clamp(14px, 1rem, 16px);
  }
  ._news .wrap-news dl:last-child {
    border-bottom: 1px solid #1E293B;
  }
}
@media all and (max-width: 840px) {
  ._news .wrap-news {
    margin-top: 0;
  }
  ._news .wrap-news dl {
    font-size: 1rem;
    padding: 4.25px 10px;
  }
  ._news .wrap-news dt {
    width: 7em;
    font-size: 14px;
  }
  ._news #news_tabs {
    display: flex;
    width: 100%;
    margin-bottom: -3px;
    justify-content: flex-start;
    margin-top: 20px;
  }
  ._news #news_tabs .news-tab {
    margin: 0;
    padding: 0.625rem 0;
    width: 25%;
  }
}
@media all and (max-width: 540px) {
  ._news .wrap-news .left, ._news .wrap-news .right {
    height: auto;
  }
  ._news .wrap-news .left .no-article {
    height: auto;
    line-height: 100px;
  }
  ._news .wrap-news .right {
    margin-top: 0;
  }
}
@media all and (max-width: 340px) {
  ._news .paging {
    max-width: 100%;
  }
}

._gameinfo .row-w {
  overflow: hidden;
}

._gameinfo {
  /* 최소사양 컨텐츠 */
  /* #gameinfo_slick .slick-slider .slick-list{z-index:1;} */
  /* #gameinfo_slick .slick-arrow{display: none !important;} */
  /*
  .popup-slick-image-div{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 100%;
    background-color: rgba(0,0,0,0.8);
    border: 2px solid #000;

    .popup-slick-img{
      max-width: 55vw;
      max-height: 80vh
    };

  };
     */
  /* END ./ 슬릭 css*/
}
._gameinfo .wrap-cont {
  margin: 0 auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: fit-content;
  gap: 20px;
}
._gameinfo .wrap-cont > .left {
  display: flex;
  background: rgba(30, 41, 59, 0.4);
  justify-content: center;
}
._gameinfo .wrap-cont > .left, ._gameinfo .wrap-cont > .left + .right {
  width: calc(50% - 10px);
  overflow: hidden;
  border-radius: 0.625rem;
}
._gameinfo .wrap-cont .left .item {
  width: 100%;
}
._gameinfo .wrap-cont .left .item img {
  width: 100%;
  aspect-ratio: 16/9.5;
  height: 100%;
}
._gameinfo .wrap-cont .left .item iframe {
  width: 100%;
  aspect-ratio: 16/9.5;
}
._gameinfo .wrap-cont .right h4 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  padding-bottom: 20px;
}
._gameinfo .right h4 > .left {
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
._gameinfo .btn-run {
  display: none;
  padding: 12px 22px;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100vmax;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #fff;
  background: rgb(239, 68, 68);
  transition: background 0.25s ease-in-out;
}
._gameinfo .btn-run:hover {
  background: rgba(239, 68, 68, 0.8);
}
._gameinfo .wrap-cont > .left + .right {
  width: calc(50% - 10px);
}
._gameinfo .wrap-cont > .left + .right h4 .left {
  width: 100%;
  justify-content: space-between;
}
._gameinfo .wrap-cont > .left + .right .right {
  display: none;
  width: 0;
}
._gameinfo .wrap-cont > .left + .right.is-preserve h4 .left {
  width: auto;
  justify-content: unset;
}
._gameinfo .wrap-cont > .left + .right.is-preserve .right {
  display: flex;
  width: auto;
}
._gameinfo .wrap-cont > .left + .right.is-preserve .btn-run._preserve {
  display: flex;
}
._gameinfo .wrap-cont > .left + .right.is-download h4 .left {
  width: auto;
  justify-content: unset;
}
._gameinfo .wrap-cont > .left + .right.is-download .right {
  display: flex;
  width: auto;
}
._gameinfo .wrap-cont > .left + .right.is-download .btn-run._download {
  display: flex;
}
._gameinfo .wrap-cont > .left + .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  justify-content: flex-start;
  text-align: center;
  background: #1E293B;
  border-radius: 12px;
  padding: 20px;
  gap: 11px;
  overflow: hidden;
  aspect-ratio: 16/9.5;
}
._gameinfo .right h4 > .right {
  margin-right: 0;
  width: 0;
}
._gameinfo .wrap-table {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
._gameinfo table.hidden {
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
}
._gameinfo table {
  border-collapse: collapse;
  border: none;
  opacity: 1;
  margin-left: unset;
  transition: opacity 0.75s, left 1s;
  width: 100%;
}
._gameinfo table th {
  text-align: right;
  padding: 6px 0;
}
._gameinfo table th span {
  display: flex;
  width: 96px;
  height: 32px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #020817;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  color: #fff;
  background: #020817;
  border-radius: 100vmax;
}
._gameinfo table td {
  padding: 6px 0 6px 64px;
  text-align: left;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._gameinfo #gameinfo_slick {
  border-radius: 0.625rem;
  height: 348px;
  width: calc(100% - 120px);
  padding-top: 35px;
  aspect-ratio: 16/10;
  /* aspect-ratio: 16 / 9.5;  * //aspect-ratio: 16/9; */
}
._gameinfo #gameinfo_slick.slick-slider .slick-list, ._gameinfo #gameinfo_slick.slick-slider .slick-track, ._gameinfo #gameinfo_slick .slick-slide,
._gameinfo #gameinfo_slick .slick-slide div {
  height: 100%;
}
._gameinfo #gameinfo_slick .item {
  border-radius: 0.625rem;
  height: calc(100% - 40px) !important;
  width: 100%;
}
._gameinfo #gameinfo_slick .item img, ._gameinfo #gameinfo_slick .item iframe {
  position: relative;
  border-radius: 0.625rem;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
._gameinfo #gameinfo_slick.slick-slider .slick-slide.slick-active {
  opacity: 1;
}
._gameinfo #gameinfo_slick.slick-slider .slick-slide.slick-current .item.img {
  z-index: 99999 !important;
  cursor: pointer;
}
._gameinfo #gameinfo_slick .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 1px;
  z-index: 10;
  pointer-events: none;
}
._gameinfo #gameinfo_slick .slick-dots:before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
._gameinfo #gameinfo_slick .slick-dots li {
  pointer-events: visible;
  cursor: pointer;
}
._gameinfo #gameinfo_slick .slick-dots li button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 0 8px 14px;
  background: #fff;
}
._gameinfo #gameinfo_slick .slick-dots li.slick-active button {
  background: rgb(239, 68, 68);
}
._gameinfo .slick-arrow.slick-next {
  right: -2.5rem;
}
._gameinfo .slick-arrow.slick-prev {
  left: -2.5rem;
}
@media all and (max-width: 1280px) {
  ._gameinfo .wrap-cont > .left + .right {
    aspect-ratio: unset;
  }
}
@media all and (max-width: 1024px) {
  ._gameinfo {
    height: auto;
  }
  ._gameinfo #gameinfo_slick {
    padding-top: 0;
    width: 73.5vw;
    height: calc(44vw + 45px) !important;
    aspect-ratio: 16/9.5;
    /* overflow:hidden; slick dot 나와야 함*/
    max-width: unset;
  }
  ._gameinfo #gameinfo_slick.slick-slider .slick-list {
    height: 44vw !important;
    width: 100%;
  }
  ._gameinfo #gameinfo_slick .slick-slide div {
    aspect-ratio: 16/9.5;
    width: auto;
    height: 100% !important;
  }
  ._gameinfo #gameinfo_slick .item {
    width: 100%;
    height: auto !important;
    border-radius: 0.625rem;
  }
  ._gameinfo #gameinfo_slick .slick-arrow {
    display: none !important;
  }
  ._gameinfo #gameinfo_slick .item img, ._gameinfo #gameinfo_slick .item iframe {
    max-width: unset;
    width: 100%;
    height: 100% !important; /*  aspect-ratio: 16/9; */
  }
  ._gameinfo .wrap-cont {
    max-width: 100%;
    width: 100%;
    gap: clamp(30px, 5vh, 69px);
    margin-top: clamp(30px, 5vh, 69px);
    flex-direction: column;
  }
  ._gameinfo .wrap-cont .left {
    flex: unset;
    min-height: unset;
    display: flex;
    justify-content: center;
    background: none;
    max-width: unset;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  ._gameinfo .wrap-cont .left .el, ._gameinfo .wrap-cont .left .el._img {
    width: 100%;
    height: 38vw !important;
  }
  ._gameinfo .wrap-cont .left .el iframe, ._gameinfo .wrap-cont .left .el._img iframe {
    width: 100% !important;
  }
  ._gameinfo .wrap-cont > .left + .right {
    /* flex: 1 1 100%; */
    gap: unset;
    flex: unset;
    width: 100%;
    max-width: 640px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  ._gameinfo .right h4 > .right {
    display: flex;
    justify-content: flex-end;
    width: 0;
  }
  ._gameinfo .wrap-cont > .left + .right {
    aspect-ratio: unset;
  }
  ._gameinfo .left .el, ._gameinfo .left .el._img {
    width: calc(80vw - 48px);
    height: 43vw !important;
  }
  ._gameinfo label {
    font-size: 1.125em;
  }
  ._gameinfo .wrap-table {
    font-size: 14px;
  }
  ._gameinfo table td {
    font-size: 1.25em;
  }
  ._gameinfo table th span {
    font-size: 0.875em;
  }
  ._gameinfo .btn-run {
    font-size: 0.75em;
  }
}
@media all and (max-width: 640px) {
  ._gameinfo #gameinfo_slick {
    padding-top: 0;
    width: calc(100% - 2rem);
    height: calc(54.25vw + 45px) !important;
    aspect-ratio: 16/9.5;
    /* overflow:hidden; slick dot 나와야 함*/
    max-width: unset;
  }
  ._gameinfo #gameinfo_slick.slick-slider .slick-list {
    height: 54.25vw !important;
    width: 100%;
  }
  ._gameinfo .tab, ._gameinfo .wrap-cont {
    width: 100%;
  }
  ._gameinfo .tab {
    margin-bottom: 10px;
  }
  ._gameinfo .tab button {
    padding: 0.625rem;
    height: auto;
    font-size: 1em;
  }
  ._gameinfo .wrap-cont .left {
    max-width: 100%;
    width: 100%;
  }
  ._gameinfo .wrap-cont .right ul li button:hover:after {
    font-size: 3.5rem;
  }
  ._gameinfo .wrap-table {
    font-size: 12px;
  }
  ._gameinfo .wrap-cont > .left + .right {
    aspect-ratio: unset;
  }
}
@media all and (max-width: 460px) {
  ._gameinfo .wrap-table {
    width: 100%;
  }
  ._gameinfo .wrap-cont .right ul li button:hover:after {
    font-size: 1.5rem;
  }
}

.guide-p-lounge {
  opacity: 0;
  z-index: 999;
  cursor: pointer;
  position: fixed;
  top: 180px;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 20px;
  background: rgba(2, 8, 23, 0.55);
  border-radius: 0.625rem;
  width: auto;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Sans CNS", "Yu Gothic", "M Plus 1p", sans-serif !important;
  transition: opacity 0.75s 1s ease-in-out, top 1s 1.75s ease;
}
.guide-p-lounge .left {
  text-align: left;
}
.guide-p-lounge.show {
  opacity: 1;
  top: 140px;
}
.guide-p-lounge.hidden {
  width: auto;
  gap: 0;
  padding: 10px 10px;
}
.guide-p-lounge.hidden dl, .guide-p-lounge.hidden dl * {
  display: none;
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
  font-size: 0;
  pointer-events: none;
  /*    dt{display: none; width: 0; height:0; margin:0; padding:0; font-size:0}
     dd{display: none; width: 0; height:0; margin:0; padding:0; font-size:0} */
}
.guide-p-lounge .left {
  text-align: left;
}
.guide-p-lounge #sideShow.hidden {
  display: none;
  color: #fff;
}
.guide-p-lounge #sideHide.hidden {
  display: none;
  color: #fff;
}
.guide-p-lounge dl {
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
  min-width: 14rem;
  width: auto;
  opacity: 1;
  transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.guide-p-lounge dl dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* text-shadow: 0 0 10px rgba(0,0,0,0.75); */
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.guide-p-lounge dl dd {
  text-align: center;
  width: 100%;
  /* padding: 0.125rem 0; */
  padding: 0.45rem 1rem;
  border-radius: 0.625rem;
  font-size: inherit;
  color: inherit;
  font-weight: bold;
  line-height: inherit;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  background-color: #ec1920;
  background-image: linear-gradient(to right top, rgba(68, 0, 2, 0.5), rgba(236, 25, 32, 0.5));
}
.guide-p-lounge dl dd img {
  margin-right: 5px;
}
.guide-p-lounge dl dd.pc {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.guide-p-lounge dl dd.mobile {
  display: none;
}
.guide-p-lounge dl:nth-of-type(2) dd {
  overflow: hidden;
  position: relative;
  padding: 0.45rem 1rem;
  font-size: 1.25em;
  background-color: transparent;
  /* background-image: linear-gradient(to right top, rgba(#051937, 0.7), rgba(#004d7a, 0.7), rgba(#008793, 0.7), rgba(#00bf72, 0.7)); */
  /* background-image: linear-gradient(to right top, rgba(5, 25, 55, 0.7), rgb(32 18 63 / 70%), rgba(0, 135, 147, 0.7), rgb(124 174 154 / 70%)); */
  background-image: linear-gradient(to right top, #a188ff, #8415ff, #8415ff, #a188ff);
  transition: background-image 0.7s linear 0s;
  /*  &:hover{
     background-image: linear-gradient(to left top, rgba(#051937, 0.7), rgba(#004d7a, 0.7), rgba(#008793, 0.7), rgba(#00bf72, 0.7));
   } */
}
.guide-p-lounge dl:hover dd {
  /*  @keyframes moveBoth{
     0%{text-indent:0;}
     15%{text-indent:10px;}
     30%{text-indent:0;}
     30%,100%{text-indent:0;}
   } */
}
.guide-p-lounge dl dd.gcoin { /* background: #ffe200; */
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: none;
  background-color: transparent;
  /* background-image: linear-gradient(to right top, rgba(5, 25, 55, 0.7), rgba(32, 18, 63, 0.7), rgb(113 25 255 / 70%), rgb(128 100 163 / 70%)); */
  background-image: linear-gradient(to right top, #a188ff, #8415ff, #8415ff, #a188ff);
  transition: background-image 0.7s linear 0s;
}
.guide-p-lounge dl dd.gcoin img {
  width: 23px;
  margin-right: 7px;
  filter: invert(1);
}
.guide-p-lounge dl dd a, .guide-p-lounge dl:hover dd a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: inherit;
}
.guide-p-lounge .number {
  width: auto;
  font-size: clamp(14px, 0.875rem, 14px);
  text-align: center;
  margin-bottom: -15px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.guide-p-lounge .number small {
  font-size: inherit;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.guide-p-lounge.hidden .number {
  display: none;
}
.guide-p-lounge [type=checkbox]:not(:checked) {
  margin-left: 0;
}

@media all and (max-width: 1280px) {
  label {
    font-size: 15px;
  }
}
@media all and (max-width: 1024px) {
  .guide-p-lounge {
    top: 108px;
    right: 1rem;
  }
  .guide-p-lounge label {
    font-size: 14px;
  }
  .guide-p-lounge.show {
    top: 78px;
  }
  .guide-p-lounge dl {
    min-width: unset;
  }
  .guide-p-lounge dl dt {
    display: none;
  }
  .guide-p-lounge a {
    display: none;
  }
  .guide-p-lounge dl dt span, .guide-p-lounge dl dd span {
    display: none;
  }
  .guide-p-lounge dl:nth-of-type(2) dd, .guide-p-lounge dl dd {
    padding: 0.25rem 0.5rem 0.35rem;
    font-size: clamp(16px, 0.9em, 18px);
  }
  .guide-p-lounge dl:hover dd {
    animation: none;
  }
  .guide-p-lounge dl { /* width:42px; */ }
  .guide-p-lounge dl dd {
    justify-content: center;
    align-items: center;
  }
  .guide-p-lounge dl dd.pc {
    display: none;
  }
  .guide-p-lounge dl dd.pc img {
    margin-right: 0;
    display: none;
  }
  .guide-p-lounge dl dd.mobile {
    display: inline-flex;
  }
  .guide-p-lounge dl dd.mobile img {
    margin-right: 0;
    display: inline-block;
  }
  .guide-p-lounge dl dd.gcoin img {
    margin-right: 0;
  }
}
@media all and (max-width: 460px) {
  .guide-p-lounge {
    padding: 10px;
  }
  .guide-p-lounge label {
    font-size: 14px;
  }
}
/*  Reset CSS  */
html {
  scroll-behavior: smooth;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.2px;
  box-sizing: border-box;
}

.sub-tit {
  text-align: center;
}

.cont {
  width: 100%;
  padding: 0;
  position: relative;
}
.cont .event {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  top: 4px;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  gap: 1.5rem;
  font-size: 1.5rem;
  color: #adadad;
  padding: 0 2rem;
  z-index: 2;
}
.cont .event.on {
  display: flex;
}

@keyframes ani {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-13px);
  }
}
@keyframes bell {
  0%, 50% {
    transform: rotate(0deg);
  }
  5%, 15%, 25%, 35%, 45% {
    transform: rotate(13deg);
  }
  10%, 20%, 30%, 40% {
    transform: rotate(-13deg);
  }
}
@media all and (max-width: 768px) {
  .mb-hidden768 {
    display: none;
  }
  .sub-tit img {
    width: 50%;
  }
  .cont {
    padding: 2rem 1rem !important;
    margin-top: 3rem;
  }
}
@media all and (max-height: 700px) {
  .chr-wrap {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .cont .event {
    font-size: 1.25rem;
  }
  .cont .event img {
    width: 70%;
  }
  .sub-tit img {
    width: 80%;
  }
}
