/*--------모바일###########################################################---------*/
@media (min-width: 768px){

.mobile-menu {
    display: block;
    position: fixed;
    top: 42px;
    right: 35px;
    z-index: 999997;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    background-color: #ffffff;
    background-color: rgba( 255, 255, 255, 0 );
    border: 0;
    outline-style: none;

}
.mobile-menu i {
  color:#000000;
    font-size: 1.8em;
}
.menuwrap {
    position: fixed;
    top: 0;
    right: -500px; /* 너비 300px 인 사이드바를 왼쪽으로 300px 이동시켜 화면에 보이지 않게 함 */
    z-index: 999996;
    overflow: auto;
    width: 500px; /* 너비 */
    height: 100%;
    padding: 70px 30px;
    box-sizing: border-box;
    transition: right .3s ease-in-out; /* 0.3초 동안 이동 애니메이션 */
    background-color: #282c34;
    background-image: url('/mimgs/mnbg.png');
}
.menuwrap.on {
    right: 0;
}
#dimmed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.ad{float:none; width:100%; text-align:center; margin:0 auto; padding:30px 0 0 0; clear:both;}
.ad a{ font-size:0.8em; color:#ffffff; }
.mn_list{width:100%; border-bottom:solid 1px #acacac; padding:15px 0 10px 0; color:#ffffff; }
.mn_list font{  font-family:"NotoSansRegular";  color:#ffffff; }
.mn_list a{  font-family:"NotoSansRegular";  color:#ffffff; }
.link_sub_item{ color:#ffffff; }
.mnimg{ width:90%; background-color: #ffffff; border-radius: 50%;}
.scotitle font{font-size:1.2em;}
.textindent10 a{height:42px; font-size:1.0em; padding:0 0 0 12px; text-indent:12px;}

}
/*--------모바일###########################################################---------*/

/*--------모바일###########################################################---------*/
@media (min-width: 1px) and (max-width: 767px){

.mobile-menu {
    display: block;
    position: fixed;
    top: 13px;
    right: 13px;
    z-index: 999997;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background-color: #ffffff;
    background-color: rgba( 255, 255, 255, 0 );
    border: 0;
    outline-style: none;

}
.mobile-menu i {
  color:#000000;
    font-size: 1.5em;
}
.menuwrap {
    position: fixed;
    top: 0;
    right: -330px; /* 너비 300px 인 사이드바를 왼쪽으로 300px 이동시켜 화면에 보이지 않게 함 */
    z-index: 999996;
    overflow: auto;
    width: 330px; /* 너비 */
    height: 100%;
    padding: 70px 30px;
    box-sizing: border-box;
    transition: right .3s ease-in-out; /* 0.3초 동안 이동 애니메이션 */
    background-color: #282c34;
    background-image: url('/mimgs/mnbg.png');
}
.menuwrap.on {
    right: 0;
}
#dimmed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.ad{ float:none; width:100%;  text-align:center; margin:0 auto; padding:30px 0 0 0; clear:both;}
.ad a{ font-size:0.7em; color:#ffffff; }
.mn_list{width:100%; border-bottom:solid 1px #ffffff; padding:15px 0 10px 0; color:#ffffff; }
.mn_list font{  font-family:"NotoSansRegular";  color:#ffffff; }
.mn_list a{  font-family:"NotoSansRegular";  color:#ffffff; }
.link_sub_item{ color:#ffffff; }
.mnimg{ width:90%; background-color: #ffffff; border-radius: 50%;}
.scotitle font{font-size:1.0em;}
.textindent10 a{height:42px; font-size:1.0em; padding:0 0 0 12px; text-indent:12px;}

}
/*--------모바일###########################################################---------*/
