/* main.css utf-8 인코딩 */

.main-column
{
	width:363px;
	padding:0px 5px 0px 5px;
	height:127px;
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;

}
.............ul
{
	width:348px;	
	margin:0 auto;
	padding:8px 0px 0px 0px;	
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;	
}
ul
{	
	margin:0;
	padding:0;
	list-style:disc;
	padding:8px 0px 0px 25px;
	text-decoration:none;
	white-space:nowrap;
	text-overflow:ellipsis;	

}
.........main-list li
{
	width:338px;	
	height:20px;
	font-size:9pt;
	font-family:dotum,tahoma;
	color:#555555;
	list-style:decimal;	
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;	
}
li 
{
	padding:3px 0px 3px 0px;
	font-weight:normal;
	color:#555555;	
}
ul a
{
	width:338px;	
	height:20px;
	font-size:9pt;
	font-family:dotum,tahoma;
	color:#555555;
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:normal;
}
a:visited
{
	width:338px;	
	height:20px;
	font-size:9pt;
	font-family:dotum,tahoma;
	font-weight:normal;
	color:#555555;	
}
ul li a b
{
	font-weight:normal;
}
.link-text a
{
	font-size:8pt;
	font-family:dotum,tahoma;
	color:#777777;
	text-decoration:none;
}

