/*검색*/
.searchbox{background:#fff; border:1px solid #cccbc3; border-radius:5px; position:relative;}
.searchbox .srch_pd{padding:20px 40px; position:relative;}

/*검색박스*/
.search_box{width:100%; height:100%;  position:relative;}
.searcharea{width:100%; height:100%; box-sizing:border-box; display:inline-block;}
.search_box_1{padding:20px 0px;}

#keyword_IDX_NAME{position:inherit;}

/*실시간 검색*/
.trd_topicsbox{box-sizing:border-box; position:relative;}
.trd_topicsbox .trdtp_pd{padding:20px 0px;}

.topics_table{table-layout:fixed; font-size:15px;  word-break:break-all;}
.topics_table th{/*background:rgba(252,147,25,0.8); border:1px solid #fc9319; color:#fff;*/ color:#fc9319; /*height:30px; padding:9px 6px; */ line-height:36px;  width:100px; }
.topics_table td.tt_box{/*padding:10px;*/ white-space:nowrap; text-overflow:ellipsis; overflow:hidden; word-break:break-all;}
.topics_table .tp_tit{ word-break:break-all; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#434343;}
.topics_table .arr_box{color:#ff4800;}

.recommend_topic{box-sizing:border-box;}
.recommend_topic .tit{font-size:15px; color:#a0a0a0;}
.recommend_topic a{font-size:15px; color:#005bac; font-weight:bold; padding-right:10px;}

/*탭버튼*/
.tab_btn_sr{width:100%; display:inline-block;}
.tab_btn_sr li{padding:0px 15px 0px 15px; float:left; line-height:45px; height:45px; text-align:center; 
	color:#000; font-size:15px; font-weight:bold; border-radius:5px 5px 0px 0px; 
	cursor:pointer; margin-right:4px;
	margin-bottom:4px;
}
.tab_btn_sr li.on{padding:0px 15px 0px 15px; float:left; line-height:45px; height:45px; 
	color:#005bac; font-size:15px; font-weight:bold; border-radius:5px 5px 0px 0px; 
}

/*리스트*/
.rs_listtype {width:100%; height:100%; box-sizing:border-box;}
.rs_listtype li{
	font-size:15px; box-sizing:border-box; width:100%; 
	padding:5px 15px 5px; 
	background:url(../images/common/li_dot_2.png);
	background-repeat:no-repeat;
	background-position:3px 9px; 
	background-size:3px 12px;

}
.rs_listtype li a{color:#333;}

/*검색리스트*/
.result_morebtn{background:#005bac url(../images/common/arr_rl.png) 90%; 
	background-repeat:no-repeat; border:1px solid #005bac; 
	color:#fff; line-height:30px; 
	font-size:15px; 
	padding:0px 35px 0px 10px; 
	border-radius:30px; 
	display:inline-block;
	position:relative;
	top:-7px;
}


.search_listbox{width:100%; height:100%; box-sizing:border-box; display:inline-block;}
.search_listbox .search_list{float:left; /*width:70%;*/ width:100%;  box-sizing:border-box; font-size:15px;}
.search_listbox .trending_list{float:left; width:28%; margin-left:2%; box-sizing:border-box; font-size:15px;}
.rs_box{border-radius:5px; border:1px solid #ddd; padding:10px 0px; text-align:center; background:#f9f9f9; color:#000;}
.q_ico{background:#888; color:#fff; padding:2px 9px; border-radius:5px;}

.sch_listbox{background:#f9f9f9; border:1px solid #ddd; border-radius:5px;}
.sch_listbox .trendlist_pd{padding:20px 20px;}
.sch_listbox .schlist_pd{padding:0px 20px;}
.sch_list{background:#f9f9f9;}
.sch_list .sch_pd{padding:20px 0px 20px;}
.sch_bar{height:1px; background:#ddd; width:100%;}

.trend_tab {width:100%; box-sizing:border-box; display:inline-block;}
.trend_tab li{background:#dbdbdb; font-size:15px; float:left; width:25%; line-height:35px; color:#4b4b4b; cursor:pointer; text-align:center;}
.trend_tab li.on{background:#005bac; color:#fff;}

.ttopic_list{width:100%; box-sizing:border-box; display:inline-block; font-size:15px;  }
.ttopic_list .num{width:18px; height:18px; float:left; background:#fff; border:1px solid #a8a8a8; line-height:18px; text-align:center; color:#333;}
.ttopic_list .tit{color:#434343;}

.ttopic_table{table-layout:fixed; word-break:break-all;}
.ttopic_table td{white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

.tt_list{float:left; width:85%; box-sizing:border-box;}
.tt_step{float:left; width:15%; box-sizing:border-box; color:#888888; font-size:13px;}

/* Desktop Device : 480 이하 */
@media screen and (max-width:480px){


	/*탭버튼*/
	.tab_btn_sr li{padding:0px 10px 0px 10px; float:left; line-height:44px; height:44px; text-align:center; 
		color:#000; font-size:13px; font-weight:bold;
		border-bottom:2px solid #666; 
	}
	.tab_btn_sr li.on{padding:0px 10px 0px 10px; float:left; line-height:44px; height:44px; color:#005bac; 
		font-size:13px; font-weight:bold; border-bottom:2px solid #005bac; 
	}


	/*검색*/
	.searchbox .srch_pd{padding:0px 20px 20px;}

	/*실시간 검색*/
	.trd_topicsbox{width:100%; margin-top:10px;}
	.trd_topicsbox .trdtp_pd{padding:0px;}
	
	/*실시간 검색*/
	.recommend_topic{margin-top:0px;}


	/*리스트*/
	.rs_listtype {width:100%; height:100%; box-sizing:border-box;}
	.rs_listtype li{
		font-size:15px; box-sizing:border-box; width:100%; 
		padding:5px 15px 5px; 
		background:url(../images/common/li_ico.png);
		background-repeat:no-repeat;
		background-position:0px 9px; 
		background-size:18px;

	}
	.rs_listtype li a{color:#333;}

	/*검색리스트*/

	.search_listbox .search_list{width:100%; margin-bottom:10px;}
	.search_listbox .trending_list{width:100%; margin-left:0%;}

}


/* Desktop Device : 481~768 */
@media screen and (min-width:481px) and (max-width:768px){

	/*탭버튼*/
	.tab_btn_sr li{padding:0px 15px 0px 15px; float:left; line-height:44px; height:44px; text-align:center; 
		color:#000; font-size:15px; font-weight:bold;
		border-bottom:2px solid #666; 
	}
	.tab_btn_sr li.on{padding:0px 15px 0px 15px; float:left; line-height:44px; height:44px; color:#005bac; 
		font-size:15px; font-weight:bold; border-bottom:2px solid #005bac; 
	}


	/*검색*/
	.searchbox .srch_pd{padding:0px 20px 20px;}

	/*실시간 검색*/
	.trd_topicsbox{width:100%; margin-top:10px;}
	.trd_topicsbox .trdtp_pd{padding:0px;}

	/*실시간 검색*/
	.recommend_topic{margin-top:0px;}

	/*리스트*/
	.search_listbox .search_list{width:100%; margin-bottom:10px;}
	.search_listbox .trending_list{width:100%; margin-left:0%;}
	
}

/* Desktop Device : 769 이상 또는 print 출력시*/
@media screen and (min-width:769px), only print{

	
	/*탭버튼*/
	.tab_btn_sr{height:44px;}
	.tab_btn_sr li{padding:0px 1.5%; border-top:2px solid #999;  border-right:2px solid #999; border-bottom:1px solid #005bac; background:#f9f9f9; border-left:2px solid #999; }
	.tab_btn_sr li.on{border-top:2px solid #005bac;  border-right:2px solid #005bac;  border-left:2px solid #005bac; border-bottom:1px solid #fff; background:#fff;}
	

	/*검색*/
	.searchbox .srch_pd{padding:20px 40px;}

	/*검색박스*/
	.search_box{/*box-sizing:border-box;*/ margin:0px auto;}

	/*실시간 검색*/
	.trd_topicsbox{float:left; width:33%; margin-left:1%;}
	.trd_topicsbox .trdtp_pd{padding:0px 0px;}
	.topics_table th{text-align:center;}

	/*추천검색어*/
	.recommend_topic{/*float:left; width:66%;*/ width:100%; box-sizing:border-box; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
		

}