/*
    파 일 명  : xsync_autocomplete.css
    작성일자  : 2021.03.11
    작 성 자  : 이지혜
    설    명  : style css file
    변경이력 : 
 CSR No           DATE           AUTHOR      DESCRIPTION
 C20210305_90986  2021.03.11     이지혜                [CSR ID:4390986] 파트너포탈 부품솔루션 Spec 검색 기능 구축 건 운영 반영 요청 | [요청번호]C20210305_90986 | [서비스번호]4390986
*/

.Lautocomplete {
    font-family: LG Smart Light;
    font-size: 11pt;
    background-color: white;
    border: 1px solid #b8bfc6;
    position: absolute;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;
    text-align: left;
    margin-top:1px;
	max-height: 200px;
	z-index: 99;
}

.Lautocomplete_item {
	padding: 5px 10px;
    color: black;
    width: 100%;
}

.Lautocomplete_item:hover,
.Lautocomplete_item_selected {
    padding: 5px 10px;
	background-color: #e8e8e8;
}

.Lautocomplete_iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	z-index: 98;
	visibility: hidden
}

.Lautocomplete .color-text {
	color: #a50034;
	font-weight: bold;
}

/* Cross Reference 용 */
.Lautocomplete-wrap {
	position: relative;
}
.Lautocomplete-wrap .Lautocomplete {
	top: 34px;
	right: 0;
	width: 100%;
	max-height: 195px;
	margin: 0;
}