<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.leftBanner{ margin-top:5px; text-align:center;}

#cssmenu {
	width:250px; 
	list-style: none;
	font-size: 14px;  
	font-family:"Malgun Gothic", "맑은고딕", Helvetica, Arial, sans-serif;

}

#cssmenu ul li {}
#cssmenu ul li.title{ 
	font-size: 24px; 
	height:70px; width:250px; 
	padding:18px 0 0px  0px;
	text-align:center;
	background:url(img/left_head.jpg) no-repeat; 
	background-color:#1d3362; 
	color: #fff; 
	border-bottom: 1px solid #fff;
}
#cssmenu ul li a { 
	display: block ;
	padding: 8px 15px; 
	/*background: url(./img/icon_01.png)  right no-repeat;*/ 
	color: #000; 
	border-bottom: 1px solid #CDD3E9; 
	border-top: none;
} 
#cssmenu ul li a:hover,
#cssmenu ul li.active a { 
	background: url(./img/icon_01_on.png)  right no-repeat; 
	/*background-color: #0a499a; */
	color:#f67e0d; 
	font-weight:bold;
}



</pre></body></html>