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

.ac_results {
	padding: 0px;
	border: 1px solid #D0D0D0;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin: 1px 0px 0px 0px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 0px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
    font-family: "맑은 고딕","MalgunGothic","NanumGothic",Helvetica,"AppleSDGothicNeo","돋움",dotum,Tahoma,sans-serif;
	font-size: 14px;
	color:#000000;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 24px;
	overflow: hidden;
}
.ac_results li strong{
	color:#cc0000;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #FFF;
}

.ac_over {
	background-color: #F4F4F4;
}
</pre></body></html>