/* 서브레이아웃 */
.bl { border-left:solid 1px #dcdcdc; }
.br { border-right:solid 1px #dcdcdc; }
.bt { border-top:solid 1px #dcdcdc; }
.bb { border-bottom:solid 1px #dcdcdc; }


/****************** 서브비쥬얼 ******************/
#visual_wrap {
	float:left;
	width:100%;
	height:135px;
	background:url(../images/sub_bg.jpg) no-repeat center top;
}


/****************** 서브페이지 컨텐츠 기본박스 ******************/
#content_wrap {
	float:left;
	width:100%;
	padding:10px 0 0px;
}
#content {
	width:960px;
	margin:0 auto;
	position:relative;
}


/****************** 서브페이지 왼쪽영역 ******************/
.l_con {
	float:left;
	width:170px;	
}
.l_con > ul {
	float:left;
	width:138px;
	min-height:130px;
	border:solid 1px #dcdcdc;
	border-top:none;
	border-radius:0 0 10px 10px;
	padding:10px 10px 25px 10px;
	margin-bottom:30px;
}
.l_con > ul > li {
	float:left;
	width:138px;
	height:30px;
	line-height:30px;
	border-bottom:solid 1px #e6e6e6;	
}
.l_con > ul > li > a {
	display:block;
	width:130px;
	height:30px;
	padding-left:8px;
	color:#505050;
	font-weight:bold;
}
.l_con > ul > li > a:hover {
	color:#fff;
	background:url(../images/l_menu_bg.jpg) no-repeat left top;
}
.l_con > ul > li.smenu {
	float:left;
	width:138px;
	height:20px;
	line-height:20px;
	border-bottom:none;
	background-color:#f1f1f1;	
}
.l_con > ul > li.smenu > a {
	display:block;
	width:128px;
	height:20px;
	padding-left:10px;
	font-size:11px;
	color:#828282;
	font-weight:normal;
	letter-spacing:-0.4px;
}
.l_con > ul > li.smenu > a:hover {
	color:#21346e;
	background:none;
}
.l_con > ul > li.smenu > a.on {
	color:#21346e;
	font-weight:bold;
}



/****************** 서브페이지 오른쪽영역 ******************/
.r_con {
	float:right;
	width:790px;
	font-size:13px;
	line-height:20px;
	color:#505050;
}
.r_con1 {
	float:right;
	width:735px;
	padding-left:55px;
	font-size:13px;
	line-height:20px;
	color:#505050;
}
.r_con2 {
	float:right;
	width:715px;
	padding-left:75px;
	font-size:13px;
	line-height:20px;
	color:#505050;
}