@charset "utf-8";

.sitemap_box_out{max-width:1000px;margin-top:50px;font-size:15px}
.sitemap_box{margin-bottom:50px}
.sitemap_title{border-bottom:1px solid #333;padding:10px 0;margin:5px 0;font-size:1.4em;;font-weight:400;line-height:1}
.sitemap_title a{font-family:NanumGothicBold;font-weight:bold;color:#333}
.sitemap_title a:hover{color:#000;text-decoration:underline}

.sitemap_ul{display:block;min-height:20px;margin-bottom:20px}	
.sitemap_ul li{width:25%;float:left}
.sitemap_ul:after{content:"";display:block;height:0;font-size:0;clear:both;visibility:hidden}

.sitemap_ul li>a{display:inline-block;padding:10px 10px;margin-left:10px;font-weight:normal;color:#666}
.sitemap_ul li>a:hover{color:#000;text-decoration:underline}
		
/* 모바일 옆으로 보기로 취급 */
@media screen and (max-width:768px){
.sitemap_ul li{width:33.3%}
}

/* 모바일 바로 보기로 취급 */
@media screen and (max-width:576px){	
.sitemap_ul li{width:50%}
}