/* * lnb * */
#lnb {
    position: absolute;
    left: 0px;
    top: 72px;
    width: 215px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    transition: all 0.4s;
    z-index: 10;
    position: absolute;
    padding-bottom: 70px;

}

#lnb .inner {
    width: 100%;
    height: 100%;
}

#lnb ul {
    min-height: 800px;
}

#lnb li {
    height: 195px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    position: relative;
}

#lnb li a,
#lnb button {
    background-image: url(https://lwi.nexon.com/kartdrift/event/2024/lnb/kd_lnb_0321.png);
    background-repeat: no-repeat;
    background-position: center 25px;
}

#lnb li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 135px;
    text-align: center;
    line-height: 18px;
    color: #929292;
    font-size: 14px;
    letter-spacing: -0.05em;
    filter: brightness(0.5);
}

#lnb li.m2 a {
    background-position-y: -175px;
}

#lnb li.m3 a {
    background-position-y: -350px;
}

#lnb li.m4 a {
    background-position-y: -530px;
}

#lnb li.m5 a {
    background-position-y: -760px;
}

#lnb li.m6 a {
    background-position-y: -990px;
}

#lnb li.m7 a {
    background-position-y: -1171px;
}

#lnb li.m8 a {
    background-position-y: -1352px;
}

#lnb li a b {
    display: block;
}

#lnb li a:hover b,
#lnb li.active a {
    color: #fff;
}

#lnb li a:hover,
#lnb li.active a {
    color: #bfbfbf;
    filter: brightness(1);
}

#lnb li a::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #A027FF;
    transform-origin: 0 0;
    transform: translateY(-200%);
    transition: transform 0.4s ease;
}

#lnb li:nth-child(2) a::after {
    background-color: #6c99db;
}

#lnb li:nth-child(3) a::after {
    background-color: #a074ff;
}

#lnb li:nth-child(4) a::after {
    background-color: #e8fc74;
}

#lnb li:nth-child(5) a::after {
    background-color: #6cd666;
}

#lnb li:nth-child(6) a::after {
    background-color: #04FFE4;
}

#lnb li a:hover::after,
#lnb li.active a::after {
    transform: translateY(0);
}

#lnb button {
    position: absolute;
    right: -38px;
    top: 0;
    width: 38px;
    height: 38px;
    display: block;
    background-color: #d5001c;
    text-indent: -1000000px;
    background-image: url(https://lwi.nexon.com/kartdrift/event/2023/lnb/btn.png);
}

#lnb .btn_lnb_close {
    display: block;
    background-position: -50px 100%;
}

#lnb .btn_lnb_open {
    background-position: 0 100%;
}

#lnb button:hover {
    background-position-y: 0px;
}


.lnb_hide #lnb {
    left: -215px;
}

.sticky #lnb {
    position: fixed;
    top: 72px;
}