@media screen and (max-width: 1024px) {
	
	#sub_wrapper {width:870px; margin:0 auto;}
	#header {float:none; width:100%;}
	#sub_container {margin:0; width:100%;}
		
}

@media screen and (max-width: 800px) {
	#sub_wrapper {width:100%;}
}

@media screen and (max-width: 640px) {
	
	.sub_content {width:100%; padding:30px 5%;}
	
	/* 사이트맵 */
	#sitemap {}
	.section_top {overflow:hidden; margin-bottom:0;}
	.smap {float:none; width:100%; margin-bottom:20px;}
	.tit_smap {
		margin:0 15px 10px 15px; 
		line-height:35px;
		color:#fff;
		text-align:center;
		border-radius:2px;
	}
	ul.s_depth1 {text-indent:0; line-height:24px; font-size:15px; line-height:24px; text-align:center;}
	ul.s_depth2 {text-indent:0; margin:0 0 7px 0; font-size:13px; line-height:24px;}
	ul.s_depth2 li a {color:#37b6c5;}
	
}

@media screen and (max-width: 320px) {
	#sub_wrapper {min-width:320px;}	
}