@font-face {
  font-family: 'NEXONLv1Gothic';
  src: url('https://lwi.nexon.com/fonts/nexonlv1gothic.eot');
  src: url('https://lwi.nexon.com/fonts/nexonlv1gothic.eot?#iefix') format('embedded-opentype'),
       url('https://lwi.nexon.com/fonts/nexonlv1gothic.woff') format('woff'),
       url('https://lwi.nexon.com/fonts/nexonlv1gothic.ttf') format('truetype');
}

body .gnbContainer {
  display: none !important;
}

body.lnb_on {
  overflow: hidden !important;
  top: 13vw !important;
}

.lnb {
  position: fixed;
  width: 100%;
  top: 13vw !important;
  z-index: 500;
  /* background-color: rgba(0, 0, 0, 0.75); */
  transition: none;
  display: none;
  font-family: 'NEXONLv1Gothic';
}

body.lnb_on .lnb {
  display: block;
}

.lnb.lnb_hide {
  transform: inherit;
  display: none;
}

.lnb .lnb_inner {
  height: auto;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: auto;
  overflow-x: hidden;
}

.lnb .lnb_inner .lnb_title {
  background: url(https://lwi.nexon.com/maplestory/mobile/2024/0418_AB18A75B0B67F46E/m_menu_header.png);
  background-size: cover;
  width: 100%;
  height: 13.4666666667vw;
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dotted #302f39;
  box-sizing: border-box;
}

.lnb .lnb_inner .lnb_title a {
  display: none;
}

.lnb .lnb_inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lnb .lnb_inner ul li {
  background-color: #222 !important;
  border-bottom: 1px dotted #302f39;
  box-sizing: border-box;
  position: relative;
}

.lnb .lnb_inner ul li a {
  display: flex;
  width: 100%;
  min-height: 20vw;
  align-items: center;
  color: #7f7e7e;
  font-size: 3.0666666667vw;
  text-decoration: none;
  line-height: 18px;
}

.lnb .lnb_inner ul li a .lnb_icon {
  margin: 0 2.3vw 0 5.5vw;
  display: flex;
  width: 11.734vw;
  height: auto;
  font-size: 0;
  justify-content: center;
  align-items: baseline;
  background-repeat: no-repeat;
  background-position: center top;
  border: 0.2666666667vw solid #464646;
  box-sizing: border-box;
  overflow: hidden;
  filter: grayscale(1);
  flex: 0 0 auto;
}

.lnb .lnb_inner ul li a .lnb_icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lnb .lnb_inner ul li a > p {
  padding-right: 12px;
  margin: 0;
}

.lnb .lnb_inner ul li a > p br {
  display: none;
}

.lnb .lnb_inner ul li:hover a {
  color: #7f7e7e;
}

.lnb .lnb_inner ul li:hover a .lnb_icon {
  filter: grayscale(1);
}

.lnb .lnb_inner ul li.active a {
  color: #fff;
}

.lnb .lnb_inner ul li.active a .lnb_icon {
  filter: grayscale(0);
}

.lnb .lnb_inner::-webkit-scrollbar {
  width: 10px;
}

.lnb .lnb_inner::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 5px;
}

.lnb .lnb_inner::-webkit-scrollbar-track {
  background-color: #000;
}

.lnb .lnb_inner .lnb_close {
  position: absolute;
  right: -44px;
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 0;
  border: 0;
  overflow: hidden;
  display: flex;
  justify-content: end;
  cursor: pointer;
}
