/*사이트맵*/
.site_map{text-indent:5px; float:left; margin:20px 10px;}
.clear{clear:both;}
.site_map h1 a{font-size:18px;
				font-weight:500;
				display:block;
				width:160px;
				padding-bottom:10px;
				border-bottom:2px solid #4576BA;}
.site_map ul li{font-size:13px;
				line-height:30px;
				border-bottom:1px dotted #eee;}
.site_map ul{width:150px;
				padding:10px;}
.site_map .sub ul{width:130px;
						padding:5px 15px;}
.site_map .sub ul li{
		list-style-image: url(./img/list_style.png);
					border-bottom:0;}
.site_map .sub ul li a{color:#555;}

.sitemap-list > li {
	float: left;
	width: 20%;
}

.sitemap-list > li a {
	display: block;
}

.sitemap-list > li > a {
	margin-right: 25px;
	padding: 25px 0 25px 10px;
	font-size: 1.4em;
	line-height: 1;
	border-bottom: 2px solid #4678b7;
}

.sitemap-sub-list {
	margin-right: 25px;
	padding: 10px 0 25px;
}
.sitemap-sub-list > li {
	padding: 15px 0;
	border-bottom: 1px dotted #e0e0e0;
}
.sitemap-sub-list > li > a {
	padding-left: 10px;
	color: #808080;
	font-size: 1.2em;
}
.sitemap-sub-tabs {
	padding: 10px 0 0;
}

.sitemap-sub-tabs li {
	padding-left: 25px;
	color: #aeaeae;
	line-height: 2;
	background: url("./img/list_style.png") no-repeat 12px 50%;
}

.sitemap-list > li a:hover {
	color: #4678b7;
}

@media screen and (max-width: 1000px) {
	
	.sitemap-list > li {
		width: 33.33333%;
	}
	.sitemap-list > li:nth-child(3n+1) {
		clear: both;
	}
	.sitemap-list > li > a,
	.sitemap-sub-list {
		margin-right: 30px;
	}
} /*- width 1000px 이하 */

@media screen and (max-width: 768px) {
	
	.sitemap-list > li {
		width: 50%;
	}
	.sitemap-list > li:nth-child(3n+1) {
		clear: none;
	}
	.sitemap-list > li:nth-child(2n+1) {
		clear: both;
	}
	.sitemap-list > li > a,
	.sitemap-sub-list {
		margin-right: 30px;
	}
} /*- width 768px 이하 */

@media screen and (max-width: 480px) {
	
	.sitemap-list > li {
		width: 100%;
	}

	.sitemap-list > li:nth-child(2n+1) {
		clear: none;
	}
	.sitemap-list > li > a,
	.sitemap-sub-list {
		margin-right: 30px;
	}
} /*- width 768px 이하 */
