BODY
{
  font-family:굴림,Gulim; font-size: 12px; color: #575757; line-height:14px; letter-spacing:-0.03em;
}
A:link {color: #004d78;font-family:굴림,Gulim;font-size: 12px;text-decoration:none}
A:visited {color:#004d78;font-family:굴림,Gulim;font-size: 12px;text-decoration:none}
A:hover {color: #E88346;font-family:굴림,Gulim;font-size: 12px;text-decoration:none}
A:active {color:#000000;font-family:굴림,Gulim;font-size: 12px;text-decoration:none}

/* color폰트 */
.bold {font-family:굴림,Gulim; font-size: 12px; color: #5B5B5B;font-weight: bold; line-height:16px;}
.blue {font-family:굴림,Gulim; font-size: 12px; color: #5a7eb4; line-height:16px;}
.green {font-family:굴림,Gulim; font-size: 12px; color: #3C6D01; line-height:16px;}
.gray {font-family:굴림,Gulim; font-size: 12px; color: #C0C0C0; line-height:16px;}
.black {font-family:굴림,Gulim; font-size: 12px; color: #404040; line-height:16px;}
.orange{font-family:굴림,Gulim; font-size: 12px; color: #FF7F00; line-height:16px;}
.white{font-family:굴림,Gulim; font-size: 12px; color: #FFFFFF; line-height:16x;}
.yellow{font-family:굴림,Gulim; font-size: 12px; color: #FDA30D; line-height:16px;}
.red{font-family:굴림,Gulim; font-size: 12px; color: #FF0000; line-height:16px;}


/* 검색목록 미리보기 레이어 style */
.beforehandView {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	z-index:9999;
	background:white;
	border: 1px solid;
	
	width: 300px;
	height: 80px;
	
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
	
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000000;
	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
	padding: 10px;
}

/* 확장질의, 관련검색 */
.extendTitle {width:inherit;height:16px;font-size: 12px;font-weight: bold;color:#004d78;text-align:left;padding-right:0px;}
.extendSub {width:inherit;height:16px;color:#1f4baf;padding-left:0px;}
.ov {color:#FF0000;}
.ot {color:#1f4baf;}

/* paging style */
.paging {}
.paging_link {cursor:hand;}
.paging_link_ov {cursor:hand;}
.paging_btn {cursor:hand;}
.paging_btn_ov {cursor:hand;}
.paging_btn_off {}
.paging_blank {width:4px;}
.paging_index {
	color:#A1A1A1;
	cursor:hand;
}

.paging_index_ov {
    color: #AF5F5F;
    cursor: pointer;
}

.paging_index_cur {
	color: #C54343;
	font-weight: bold;
}
/* 조건검색 리스트 스타일 */
.conditionListInfo {
	font-size:8pt;
	color: #7174EA;
	padding-left: 10px;
	padding-right: 10px;
}















