/* 사이트맵 */
#sitemap {width:100%; display:table;}
/*.section_top {overflow:hidden; margin-bottom:30px;}
.section_middle {overflow:hidden; margin-bottom:30px;}
.section_end {overflow:hidden;}*/
.sitemap_nav {padding-top:30px;}
.smap {float:left; width:50%; margin-bottom:40px;}
.smap:nth-child( 2n-1 ){clear:both;}
.tit_smap {
		margin:0 15px 15px 15px; 
		line-height:40px;
		font-size:19px;
		color:#fff;
		text-align:center;
		border-radius:2px;
	}
.stit {background:#2b89d9; font-weight: 500;}
.inner_content > div > section:nth-child(2n) > h1{background:#ff7474;}

ul.s_depth1 {
		margin:0 15px;  
		text-align:center;
		line-height:35px; 
		font-size:15px;
		border-top:1px dashed #a9a9a9;
	}
ul.s_depth1 li {border-bottom:1px dashed #a9a9a9;}
ul.s_depth1 li a {display:block; color:#333; font-size: 17px;}
ul.s_depth1 li a:hover {color:#2486ca; text-decoration:underline;} 
ul.s_depth2 {text-align:center; margin:0; line-height:28px;}
ul.s_depth2 li {border-bottom:0;}
ul.s_depth2 li a {color:#5f5f5f; font-size:15px;}
ul.s_depth2 li a:hover {color:#2486ca;}

@media screen and (max-width:450px){
	.smap {width:100%;}
}