@charset "utf-8";

/* 사이트맵 */
.site_map_area {margin-bottom:40px; overflow:hidden;}
.site_map_area .site_map_box {width:18%; margin:0 1%; float:left; background:url(../../images/contents/bg_pattern_g.gif) repeat-x top; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.site_map_area .site_map_box h4 {width:100%; padding:25px 0; text-align:center; background:url(../../images/contents/bg_pattern_g.gif) repeat-x bottom; letter-spacing:-1px;}
.site_map_area .site_map_box h4 a {font-size:14px; color:#222; font-weight:600;}
.site_map_area .site_map_box ul li {font-size:13px; font-weight:normal;}
.site_map_area .site_map_box ul li a {display:block; padding:10px 10px; color:#333; border-bottom:1px solid #c9c9c9;}
.site_map_area .site_map_box ul li ul {padding:5px 0; background:#f8f8f8; border-bottom:1px solid #c9c9c9;}
.site_map_area .site_map_box ul li ul li {font-size:12px; font-weight:normal; border-bottom:0;}
.site_map_area .site_map_box ul li ul li a {display:block; margin:0 0 3px 0; padding:3px 20px 0 20px; border-bottom:0; color:#555; background:url(../../images/contents/bu_dot.png) no-repeat 12px 10px; background-size:2px 2px;}




@media screen and (max-width:800px) {
	/* 사이트맵 */
	.site_map_area .site_map_box {width:48%; margin:0 1% 20px 1%; float:left; border-top:1px solid #c9c9c9; border-left:1px solid #c9c9c9; border-right:1px solid #c9c9c9; background:none; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

}



@media screen and (max-width :480px) {
	/* 사이트맵 */
	.site_map_area .site_map_box {width:100%; margin:0 0 20px 0; float:left; border-top:1px solid #c9c9c9; border-left:1px solid #c9c9c9; border-right:1px solid #c9c9c9;  -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

}
