.ac_results {
	padding: 0px;
	border: 1px solid #014099;
	position:inherit;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}


.ac_results li {
	margin: 0px;
	
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding:5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: "Noto Sans", "Noto Sans KR" /*"Noto Sans CJK kr"*/,"맑은 고딕", "MalgunGothic", sans-serif;
	font-size: 15px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 22px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.ac_loading {
	background: white url('/images/common/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #e8ecf0;
}

 
/* Desktop Device : 480 이하 */
@media screen and (max-width:480px){

	.ac_results {
		max-width:330px;
		width:100%;
	}

}

/* Desktop Device : 481~768 */
@media screen and (min-width:481px) and (max-width:768px){

	.ac_results {
		max-width:615px;
		width:100%;
	}
}

/* Desktop Device : 769 이상 또는 print 출력시*/
@media screen and (min-width:769px), only print{

	.ac_results {
		max-width:460px;
		width:100%;
		margin-top:-2px;
	}

}
