/* 사이트맵 */
.sitemap-list:after {content:'';display:block;clear:both;}
.sitemap-list .depth1 {float:left;width:21%;padding:0 2%;height:495px;}
.sitemap-list .depth1:first-child {margin-left:0;}
.sitemap-list .depth1 h4 {position:relative;text-align:center;font-size:28px;color:#222;line-height:1.2;letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid #000;margin-bottom:40px;padding-bottom:30px;}
.sitemap-list .depth1 h4 a {color:#222;}
.sitemap-list .depth1 h4 a span {display:block;word-break:keep-all;word-wrap:initial}

.sitemap-slist .lm_l2  {margin-bottom:24px;}
.sitemap-slist .lm_l2 .lm_a2 {font-size:16px;color:#333;padding-left:20px;}
.sitemap-slist .lm_l2 .lm_a2:hover, .sitemap-slist .lm_l2 .lm_a2:focus {font-weight:bold;text-decoration:underline;}
.sitemap-slist .depth3 {margin-top:15px;padding:20px;background:#f5f5f5;}
.sitemap-slist .lm_l3 {position:relative;padding-left:13px;margin-bottom:7px;}
.sitemap-slist .lm_l3:after {content:'';position:absolute;left:3px;top:10px;width:2px;height:2px;background:#666;}
.sitemap-slist .lm_l3 .lm_a3 {font-size:13px;color:#666;}
.sitemap-slist .lm_l3 .lm_a3:hover, .sitemap-slist .lm_l3 .lm_a3:focus {text-decoration:underline;}

@media all and (max-width:999px) {
.sitemap-list .depth1 {width:29%;}
}

@media all and (max-width:860px) {
.sitemap-list .depth1 {width:46%;}
.sitemap-list .depth1 h4 {font-size:21px;}
.sitemap-slist .lm_l2 .lm_a2 {font-size:15px;}

}

@media all and (max-width:480px) {
.sitemap-list .depth1 {width:100%;padding:0 0 30px 0;height:auto;}
}
