/* 웹표준 정의 CSS vol.1 작성자 최현희 */

/*                       2014.08.06    */



@charset "utf-8";
/**************************************** 공통 ****************************************/

/* /css/layout.css
#snb ul{float:left; margin-bottom:50px;}
#snb ul li{float:left; width:210px;}
#snb ul li span{float:left; width:200px;border-bottom:1px solid #e5e5e5; font-weight:bold; background:url(../images/common/icon_02.gif) 0 12px no-repeat; padding:5px 0 5px 12px; }
#snb ul li ul{float:left;width:210px;padding:10px 0;border-bottom:1px solid #e5e5e5; margin-bottom:0}
#snb ul li ul li{float:left;width:170px; border-bottom:none; padding:1px 20px}
#snb ul li ul li a:hover{ color:#1d99d3; text-decoration:underline;}
*/

#snb ul{width:200px;}
#snb ul li span{
	width:100%;
	padding:2px 0px;
	border: none;
	background: none;
	display: list-item;
	list-style: disc outside;
}
#snb ul li ul{
	float:left;
	width:210px;
	padding:2px 0;
	border-bottom:none;
	margin-bottom:0;
}
#snb ul li ul li{
	display: list-item;
	list-style: circle inside;
	padding:1px 10px;
	width:180px;
}
.ipr{
	background:#fff;
	padding:5px 20px;
	margin:1px;
	display: none;
	border-bottom: 1px solid #0f3d67;
}
.ipr span{
	display:inline-block;
	width:100%;
	padding:2px 0px;
	cursor: pointer;
}
.ipr a{
	text-decoration: none;
	font-size:12px;
	color:#000;
}

html, body {
	margin: 0px auto; 
	width: 100%;
	word-wrap: normal;
	font-family:"돋움";
	font-size: 12px;
}
a {
	text-decoration: none;
	letter-spacing: -0.5px;
	font-family: '맑은 고딕';
}
a:link, a:visited {
	color: #66676d;
	letter-spacing: -0.5px;
	font-family: '맑은 고딕';	
}
a:hover, a:active {
	color: #2b9ece;
	text-decoration: underline;
	letter-spacing: -0.5px;
	font-family: '맑은 고딕';
}
a img { border: none; }
.titLh3_first {
	display:block;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-family: '맑은 고딕';
	text-decoration: none;
	text-indent: 10px;
	letter-spacing: -0.5px;
	padding: 10px 0px;
	padding-left: 10px;
	background: #f9f9f9;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	/* cursor: pointer; */
}
.titLh3 {
	display:block;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-family: '맑은 고딕';
	text-decoration: none;
	text-indent: 10px;
	letter-spacing: -0.5px;
	padding: 10px 0px;
	padding-left: 10px;
	background: #f9f9f9;
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
}
.titLh3:link, .titLh3:visited {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-family: '맑은 고딕';
	text-decoration: none;
	letter-spacing: -0.5px;
	padding-left: 10px;
}
.titLh3:hover, .titLh3:active {
	color: #0f3d67;
	font-size: 16px;
	font-weight: bold;
	font-family: '맑은 고딕';
	text-decoration: none;
	letter-spacing: -0.5px;
	padding-left: 10px;
}
.titLOnh3 {
	display:block;
	width:230px;
	padding:10px 0px;
	background:#0f3d67;	
	color: #fff;
	font-size: 25px;
	/* font-weight: bold; */
	font-family: '맑은 고딕';
	text-decoration: none;
	padding-left: 10px;
	/*cursor: pointer;*/
}
/*
.titLOnh3:hover, .titLOnh3:active, .titLOnh3:link, .titLOnh3:visited {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	font-family: '맑은 고딕';
	text-decoration: none;
	padding-left: 10px;
}
*/
a.depth2On {
	color: #0b0b0c;
	font-size: 14px;
	font-weight: bold;
	font-family: '맑은 고딕';
	text-decoration: none;
}
.depth2On2 {
	color: #0b0b0c;
	font-size: 14px;
	font-weight: bold;
	font-family: '맑은 고딕';
	text-decoration: none;
	cursor: pointer;
}
a.depth2Off {
	color: #0b0b0c;
	font-size: 14px;
	text-decoration: none;
	font-family: '맑은 고딕';
}
.depth2Off2 {
	color: #0b0b0c;
	font-size: 14px;
	text-decoration: none;
	font-family: '맑은 고딕';
}
/**************************************** 공통 ****************************************/

/**************************************** 왼쪽 메뉴 ****************************************/

/**************************************** 왼쪽 메뉴 ****************************************/
