/* 검색어 자동완성 */
#header .hMain .search_chang .search_arrow_off{width:10px; margin:9px 0 0 3%; float:left;}
.search_arrow_off{display:none;}
/* #rcmdResult {position: absolute; top: 80px; width: 645px; padding: 8px 4px; box-sizing: border-box; border: 3px solid #007cb6; background: #fff; z-index: 9999;margin-left: -3px;} */
.autoList li { display: block; padding: 3px; font-size: 15px; color: #000; list-style: none; line-height: 19px; }
.autoList li a { color: #000; }
.autoList li a strong { color: #d12a07; }

/* 검색어 없음 */
.search_result{padding-bottom:17px; border-bottom:1px solid #e5e5e5; margin-bottom:30px;}
.search_result .main_tit{font-size:30px; font-weight: 600; color:#3c3c3c; margin-bottom:20px;}

/* 통합검색 메뉴 이동 */
.integration_box {
	margin-top: 10px;
	padding: 8px;
	border: 1px solid #e2e2e2;
	background: url(../images/search_box_bg.gif) repeat;
}

.integration_txt2 {
	overflow: hidden;
	font-size: 18px;
	background-color: #fff;
	padding: 5px 0 5px 40px;
}

.integration_txt2 li {
	display: list-item;
	list-style-type: disc;
	float: left;
	line-height: 26px;
	width: 33%;
}

.integration_txt2 a:link {
	color: #333;
	font-weight: bold;
}

/* 실시간 인기검색어 순위 변동 */
.right-box .word-box > ul > li a span > p {
	float: right;
}

/* 바로가기 */
.golink {padding:20px 0 20px 0; overflow:hidden; border-top: 1px solid #ebebeb;}
.golink .btn {margin-right:3px;}
.golink .btn img {vertical-align:-4px;}
.golink .lnk {color:#0000cc;}
.golink .link_tit {
	display: inline-block;
	float: left;
	height: 28px;
	padding: 3px 15px;
	margin: 0 20px 0 0;
	border: 1px solid #7a7e91;
	background: #8b90a4;
	font-weight: bold;
	font-size: 1.167em;
	line-height: 19px;
	color: #fff;
	letter-spacing: -0.05em;
	vertical-align: middle;
}
.golink .link_tit span {line-height: 2em; font-size:15px;}
.golink .link_url {display: inline-block; float: left; margin: 1px;}
.golink .link_url a {display: block; float: left; margin-right: 5px; line-height: 2em;}
.golink .link_url a .goTitle {font-weight: 700; font-size: 16px; color:#666; text-decoration: none;}
.golink .link_url a {color:#666; display: block; float: left; margin-right: 5px; line-height: 2.7em;}
.golink .link_url a span {text-decoration: underline;}
