.nes_quick{
    position: fixed;
    top:20%;
    right: -300px;
    width: 300px;
    z-index: 9999;
    padding: 20px 15px 25px;
    color: #000;
    background-color: #e3f8fd;
    text-align: center;
    border-bottom-left-radius: 5px;
    box-shadow: 10px 10px #1f6ac0;
    transition: right .5s;
}
.nes_quick.open_rtl{right: -345px;}
.nes_quick.open{
    right: 0;
}

.btn-slide{
    position: absolute;
    top: 0;
    left: -65px;
    
    background: #1f6ac0;
    color: #FFF;
    cursor: pointer;
    border: 1px solid #1f6ac0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    
    display: block;
    writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    -moz-writing-mode: tb-rl;
    -o-writing-mode: tb-rl;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    white-space: nowrap;
    
    width: 65px;
    height: auto;
    
    text-align: center;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 10px 20px 0px;
    
    letter-spacing: 0.05em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .btn-slide{
        left: -45px;
        width: 45px;
    }
}


.nav-body:last-child .nav li:last-child a
{
    border-bottom-right-radius: 5px;
}

.nav-body {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.nav-body:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}


.nav-body h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 0;
}

.nav-body p {
    margin-bottom: 0;
}