.mobile-menu {
    display: block;
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 9999999;
    width: 40px;
    height: 40px;
    padding: 9px;
    background-color: transparent;
    border: 0;
    outline-style: none;
}
.mobile-menu i {
    font-size: 1.6em;
    color:#ffffff;
}
.menuwrap {
    position: fixed;
    top: 0;
    right: -300px; /* 너비 300px 인 사이드바를 왼쪽으로 300px 이동시켜 화면에 보이지 않게 함 */
    z-index: 9999998;
    overflow: auto;
    width: 300px; /* 너비 */
    height: 100%;
    padding: 30px 30px;
    box-sizing: border-box;
    transition: right .3s ease-in-out; /* 0.3초 동안 이동 애니메이션 */
    background-color: #13161e;
    background-image: url('/mimgs/mnbg.png');
}
.menuwrap.on {
    right: 0px;
}
#dimmed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.ad{position:absolute; z-index:9999999; bottom:0; left:0; border-radius:0 0 0 0; float:none; width:100%; height:60px; text-align:center; margin:0 auto; padding:0 0 0 0; clear:both;}
.mn_list{width:100%; border-bottom:solid 1px #ffffff; padding:15px 0 10px 0; color:#ffffff; }
.mn_list font{ color:#ffffff; }
.link_sub_item{ color:#ffffff; }
.mnimg{ width:110px; background-color: #ffffff; border-radius: 50%;}
.scosub li{text-indent:20px;}
.scosub a{font-size:0.9em; line-height:24px;}
