#lnb .logo {
  background: url(https://lwi.nexon.com/tales/2023/lnb/1116_lnb_3AE1596ACDA2350F.png) 0 0 no-repeat;
}

#lnb {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 100vh;
  background: #000000e6;
  z-index: 999;
  transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
}

#header .logo {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
}

body[data-layer='true'] #lnb,
.fixed #lnb {
  position: fixed;
  top: 0;
}

#lnb .lnb_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#lnb .lnb_wrap::-webkit-scrollbar {
  width: 10px;
}
#lnb .lnb_wrap::-webkit-scrollbar-track {
  background-color: #202020;
}
#lnb .lnb_wrap::-webkit-scrollbar-thumb {
  background-color: #424242;
  border-radius: 10px;
}

#lnb a.logo {
  position: absolute;
  top: 20px;
  left: 21px;
  width: 153px;
  height: 70px;
  background-position: -205px -7px;
}

#lnb ul {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

#lnb ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

#lnb ul li a {
  display: block;
  width: 100%;
  height: 88px;
  filter: grayscale(1) brightness(0.5);
}

#lnb .on a,
#lnb li a:hover {
  background-color: #ffffff26;
  filter: grayscale(0) brightness(1);
}

#lnb button.btn_toggle {
  position: absolute;
  top: 0px;
  right: -47px;
  width: 47px;
  height: 47px;
  background: url(https://lwi.nexon.com/tales/2024/lnb/0722_lnb_70232DB4CADC0097.png) 0 0 no-repeat;
  background-position: -10px 0px;
  border-radius: 0 0 0px 0;
  -webkit-border-radius: 0 0 0px 0;
  -moz-border-radius: 0 0 0px 0;
  -ms-border-radius: 0 0 0px 0;
  -o-border-radius: 0 0 0px 0;
  transition: left 0.3s ease;
}

.toggle #lnb button.btn_toggle,
.minimum #lnb button.btn_toggle {
  left: 100%;
}

#lnb button.btn_toggle:hover {
  background-position: -10px -96px;
}

.minimum #lnb button.btn_toggle,
.toggle #lnb button.btn_toggle {
  background-position-y: -49px;
}

.minimum #lnb button.btn_toggle:hover,
.toggle #lnb button.btn_toggle:hover {
  background-position-y: -145px;
}

#wrapper > #header .logo {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s;
}

#wrapper.minimum > #header .logo,
#wrapper.toggle > #header .logo {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.4s;
}

.mCSB_container {
  height: 100vh;
  min-height: 900px;
}
