@charset "utf-8";
/* CSS Document */

/* 서브페이지 */
#sub_container {
	width: 1000px;
	height: auto;
	margin: 50px auto;
}
/* 좌측메뉴 */
#snb {
	width: 200px;
	float: left;
	margin-right: 45px;
	letter-spacing: -0.01em;
}
#snb .snb_title {
	width: 185px;
	background: #f7f7f7;
	padding: 30px 0 30px 15px;
	border:1px solid #dfdfdf;
	border-top:;
	border-bottom:;
}

#snb .snb_title h2 {
	color: #4b4193;
	letter-spacing: -0.01em;
	font-family:'Malgun Gothic' !important;
	font-size: 1.6em;
	line-height:1.1em;
}
#snb .nav {
	margin-bottom:42px;
}
#snb .nav li {
	border-bottom: 1px solid #dfdfdf;
}
#snb .nav li a {
	font-size: 15px;
	display: block;
	width: 170px;
	color: #888;
	padding: 15px 10px;
	font-family:'NanumBarunGothicBold';
	letter-spacing:0.03em;
}
#snb .nav li a:hover {
	color: #111;

}

/* 서브 탑 */
.sub_top{
	width:100%;
	height:158px;
	position:relative;
}
.sub_top img{
	width:2000px;
	height:158px;
	position:absolute;
	left:50%;
	margin-left:-1000px;
}

/* 내용 */
#content {
	width: 754px;
	height: auto;
	float: left;
	margin-bottom:30px;
}

#content .sub_title{
	font-size:24px;
	font-family:'Malgun Gothic' !important;
	font-size: 2.5em;
	font-weight:600;
	letter-spacing:-0.02em;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom:36px;
	padding-bottom:20px;
	color:#333;
}






























