#lnb {
  position: fixed;
  top: 62px;
  left: 0;
  width: 200px;
  z-index: 1000;
  background-color: rgba(18, 11, 8, 0.9);
  transition: left 300ms ease;
  height: calc(100% - 62px);
}

#lnb.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
}

#lnb.hide {
  left: -199px;
}

#lnb.hide .lnb-toggle {
  background-position-x: 0;
}

#lnb .lnb_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#lnb a {
  display: block;
}

#lnb .logo {
  width: 88px;
  height: 101px;
  padding-top: 20px;
  z-index: 1;
}

#lnb .logo a {
  width: 100%;
  height: 100%;
  background: url(https://lwi.nexon.com/baram/2026/0319_event_3006EB338CC6413E/lnb/logo.png) no-repeat;
}

#lnb .banner {
  background: url(https://lwi.nexon.com/baram/2026/0319_event_3006EB338CC6413E/lnb/30th-banner.png) no-repeat;
  width: 155px;
  height: 171px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center bottom;
  margin-top: -30px;
}

#lnb .banner a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

#lnb .banner:hover {
  background: url(https://lwi.nexon.com/baram/2026/0319_event_3006EB338CC6413E/lnb/30th-banner--on.png) no-repeat;
  background-position: center bottom;
}

#lnb .lnb-toggle {
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  background: url(https://lwi.nexon.com/baram/2025/0724_event_1DEB2CAE6396E38A/lnb_btn_b42ea27fbd4d42da.png) no-repeat;
  background-position-x: -80px;
  border: none;
  cursor: pointer;
}

#lnb .lnb-toggle:hover {
  background-position-y: -60px;
}

#lnb ul {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
  overflow-y: auto;
}

/* 스크롤바 커스텀 스타일 */
#lnb ul::-webkit-scrollbar {
  width: 6px;
}

#lnb ul::-webkit-scrollbar-track {
  background: transparent;
}

#lnb ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #000000;
  border-radius: 3px;
}

#lnb ul::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
  border-color: #000000;
}

/* Firefox 스크롤바 */
#lnb ul {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

#lnb ul li {
  width: 100%;
  height: 144px;
  opacity: 0.5;
  transition: all 0.3s ease;
}

#lnb ul li a {
  width: 100%;
  height: 100%;
}

#lnb ul li a img {
  width: 100%;
  height: 100%;
}

#lnb ul li a p {
  display: none;
}

#lnb ul li.on {
  opacity: 1;
}

#lnb ul li:hover {
  opacity: 1;
}

#lnb .btn-wrap {
  display: flex;
  gap: 10px;
  margin-top: auto;
  margin-bottom: 20px;
}

#lnb .btn-wrap a {
  width: 70px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.2s ease;
}

#lnb .btn-wrap .btn__youtube {
  background-image: url("https://lwi.nexon.com/baram/2026/0319_event_3006EB338CC6413E/lnb/btn__ytb.png");
}

#lnb .btn-wrap .btn__youtube:hover {
  background-image: url("https://lwi.nexon.com/baram/2026/0319_event_3006EB338CC6413E/lnb/btn__ytb--hover.png");
}

#lnb .btn-wrap .btn__dotori {
  background-image: url("https://lwi.nexon.com/baram/2026/0319_event_3006EB338CC6413E/lnb/btn__dotori.png");
}

#lnb .btn-wrap .btn__dotori:hover {
  background-image: url("https://lwi.nexon.com/baram/2026/0319_event_3006EB338CC6413E/lnb/btn__dotori--hover.png");
}