@charset "UTF-8";

/* lnb */
#sideBar {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 210px;
    height: 100vh;
    background: #042b3f;
    z-index: 2200;
    transition: left 500ms ease;
}


#sideBar.__hide{
    left: -210px;
}

#sideBar a,
#sideBar .btn_lnb,
#sideBar li:not(.lnb0) a:after {
    display: block;
    background: url('https://lwi.nexon.com/ms2/etc/lnb0.png') no-repeat;
    background-color: #042b3f;
    text-indent: -99999px;
}

#sideBar .bi {
    top: 16px;
    left: 12px;
    z-index: 1;
}

#sideBar .btn_lnb {
    position: absolute;
    top: 0;
    left: 100%;
    width: 40px;
    height: 40px;
    background-position: -270px 0;
}
#sideBar .btn_lnb:hover {
    background-position: -270px -50px;
}
#sideBar.__hide .btn_lnb {
    background-position: -220px 0;
}
#sideBar.__hide .btn_lnb:hover {
    background-position: -220px -50px;
}
#sideBar .inner {
    position: relative;
    width: 100%;
    margin: 0;
    height: 100%;
}

#sideBar .inner {
    position: relative;
    height: 100%;
    margin: 0 auto;
}

#sideBar .inner ul {
    padding-top: 136px;
}

#sideBar .inner li:not(.lnb0) a {
    position: relative;
    margin: 0 auto;
}

#sideBar .inner li:not(.lnb0).active a,
#sideBar .inner li:not(.lnb0) a:hover {
    background-position-x: -287px;
}

#sideBar .inner li:not(.lnb0).active a:after,
#sideBar .inner li:not(.lnb0) a:hover:after {
    transform: rotate(0);
}

#sideBar .inner .lnb0 {
    position: absolute;
    top: 23px;
    left: 50%;
}

#sideBar .inner .lnb0 a {
    width: 100px;
    height: 86px;
    margin-top: 20px;
    transform: translateX(-50%);
    background-position: -56px -23px;
}

#sideBar .inner .lnb1 a {
    width: 210px;
    height: 92px;
    background-position: 0 -136px;
}

#sideBar .inner .lnb2 a {
    width: 210px;
    height: 92px;
    background-position: 0 -228px;

}

#sideBar .inner .lnb3 a {
    width: 210px;
    height: 92px;
    background-position: 0 -320px;
}

.fixed #sideBar {
    position: fixed;
}
