@charset "utf-8";

/* 통합검색 메뉴 본문 이동 */
.integration_box {
	margin: 30px 0px 0px;
	padding: 8px;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
}

.integration_txt2 {
	overflow: hidden;
	font-size: 16px;
	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;
}

/* 내가찾은 검색어 5개 이후 display none 처리 */
.myQuery_5{display:none;}
.myQuery_6{display:none;}
.myQuery_7{display:none;}
.myQuery_8{display:none;}
.myQuery_9{display:none;}

/* 임시 공모/지원사업 margin-bottom 스타일 */
.cardType>li:nth-child(odd) {
	margin-bottom: 20px;
	margin-right:20px;
}

.cardType>li:nth-child(even) {margin-bottom: 20px;}

.totalSearch .btnMore_shortCut {
    font-size: 16px;
    color: #555;
    position: absolute;
    right: 0;
    top: -40px;
}

.totalSearch .section .sortWrap_shortCut {
    position: absolute;
    right: 0;
    top: -45px;
}

.sortWrap_shortCut select {
    display: inline-block;
    min-width: 80px;
    height: 36px;
    border: 1px solid #e0dede;
    padding: 5px 10px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 15px;
}

.sortWrap_shortCut .btnSearch {
    border: none;
    background: #112240;
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    height: 36px;
    width: 60px;
    vertical-align: middle;
}

/* 인기 검색어 css */
.popularRank{margin-top:70px;}
.totalSearch .popularRank .tabBox{height:482px;}
.popularRank .tabBox .ranking li{position:relative;}
.popularRank .tabBox .ranking li a{width:calc(100% - 45px);}
.popularRank .tabBox .ranking .state{position:absolute;right:0;top:0;}
.popularRank .tabBox .ranking .state *{vertical-align:middle;}

.totalSearch .tabBox_pop{display:table;table-layout:fixed;position:relative;width:100%;height:284px;}
.totalSearch .tabBox_pop .boxItem{display:table-cell;}
.totalSearch .tabBox_pop .boxItem>a{display:block;background:#f1f1f1;color:#999;font-size:15px;border-left:1px solid #e5e5e5;text-align:center;line-height:41px;}
.totalSearch .tabBox_pop .boxItem:first-child>a{border-left:0;}
.totalSearch .tabBox_pop .boxItem.active>a{border-left:0;background:#3d52bb;color:#fff;}
.tabBox_pop .ranking{display:none;position:absolute;left:0;right:0;height:100%;counter-reset:number;border:1px solid #3d52bb;height:calc(100% - 41px);padding:30px 24px;}
.tabBox_pop .ranking li{counter-increment:number;}
.tabBox_pop .ranking li~li{margin-top:15px;}
.tabBox_pop .ranking li a{display:block;position:relative;padding-left:30px;font-size:15px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tabBox_pop .ranking li a::before{display:block;content:counter(number,decimal);position:absolute;top:50%;left:0;margin-top:-8px;color:#333;line-height:15px;}

.topicRank {position:relative;}
.topicRank .btnGroup{position:absolute;top:1px;right:0;width:62px;overflow:hidden;}
.topicRank .btnGroup button{border:1px solid #e5e5e5;width:28px;height:28px;border-radius:5px;text-indent:-9999px;float:left;}
.topicRank .btnGroup .prev{background:#fff url(/assets/repia/common/images/btnPrev.png) center no-repeat;background-size:6px 11px;margin-right:6px;}
.topicRank .btnGroup .next{background:#fff url(/assets/repia/common/images/btnNext.png) center no-repeat;background-size:6px 11px;}
.tabBox_pop .boxItem.active .ranking{display:block;}
.totalSearch .tabBox_pop .hide{display:none;}

.totalSearch .popularRank .tabBox_pop{height:482px;}
.popularRank .tabBox_pop .ranking li{position:relative;}
.popularRank .tabBox_pop .ranking li a{width:calc(100% - 45px);}
.popularRank .tabBox_pop .ranking .state{position:absolute;right:0;top:0;}
.popularRank .tabBox_pop .ranking .state *{vertical-align:middle;}




/* 검색어 하이라이팅 */
/* 공모사업, 소식, 문화행사, 웹콘텐츠, 게시판, 첨부문서 */
.tit .keyword {color: #0059d1; font-weight: bold; font-size: 22px;}
.txt .keyword {color: #0059d1; font-weight: bold; font-size: 18px;}
/* 메뉴 */
.list .keyword {color: #0059d1; font-weight: bold; font-size: 18px;}

/* 업무/직원 */
.tL .keyword {color: #0059d1; font-weight: bold; font-size: 17px;}


