@charset "utf-8";


nav::-webkit-scrollbar { 
    display: none; 
}

/* 분류 */
#bo_cate {margin:0 10px; width: 100%; overflow-x:scroll; -ms-overflow-style: none;}
#bo_cate h2 {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {clear:both; float:left; width:97%; min-width: 720px; zoom:1;}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left; line-height: 50px;}
#bo_cate li:first-child {border-left:1px solid;}
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:0px; width:100%; height:50px;  border:1px solid #ddd; background:#f7f7f7; color:#888; text-align:center; cursor:pointer}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2; border:none; border-top:2px solid #006cba; color:#fff; font-weight:bold; height:65px;  background:url(/img/btn_cate.jpg) center 100% no-repeat #006cba; content:icon; }


#faq_wrap {margin:0px 10px;}
#faq_wrap h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.faq_admin {margin:0 5px;text-align:right}
#faq_wrap p {line-height:1.8em}
#faq_wrap ol {margin:0;padding:0;list-style:none}
#faq_con {border:1px solid #e9e9e9;border-top:0}
#faq_con h3 a {display:block;padding:10px;background:#f2f5f9;border-top:1px solid #e9e9e9}
#faq_con .con_inner {display:none;padding:10px;line-height:1.8em}
#faq_con .con_closer {margin:10px 0 0;text-align:right}
#faq_con .closer_btn {margin:0;padding:10px;border:0;background:#666;color:#fff}
.faq_tolist {padding:0 10px;text-align:right}
.faq_img {text-align:center}

#faq_sch {text-align:center; margin-top: 15px;}
#faq_sch #stx {padding:5px; margin-right:3px;width:100px; height:20px;}


@media (max-width: 1000px){
#bo_cate {margin:0 10px; width: 95%;}
}