/* left_menu */
ul.vert-one{
	font-family:'Malgun Gothic', dotum, sans-serif;
	margin:0 10px 30px 10px;
	float:left;
	padding:0;
	list-style-type:none;
	display:block;
	line-height:30px; 
	width:200px;
	border:0px solid #cccccc;
}

ul.vert-one li{
	margin:0;
	padding:0 0 0 0px;
	text-align:left;
	word-spacing:-1px;
	line-height:30px; 
	border-bottom:0px solid #cccccc;
	font-size:14px;
}
ul.vert-one li:last-child{
	border-bottom:0;
}

ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#333;

	padding:0 0 0 20px;
	word-spacing:-1px
	width:100%;
	box-sizing: border-box; 
}

ul.vert-one li a:hover{ 
	color:#333;
	font-weight:500;
	word-spacing:-1px;
background:url('/new/images/sub01/leftmenu_hover_bg.jpg') no-repeat 0 5px;
}

ul.vert-one li a.current,ul.vert-one li a.current:hover{ color:#333;	font-weight:bold;text-align:left; word-spacing:-1px;background:url('/new/images/sub01/leftmenu_hover_bg.jpg') no-repeat 0px 5px; }