/* right to left language */
html[dir='rtl'] .wh_search_textfield{
	position: relative; 
	line-height:2em;
	margin-left:30px;
}

html[dir='rtl'] .wh_search_button{
	position: relative;
    display: block;
    line-height:2em;
}
/* 검색 결과창 페이징버튼 왼쪽 border.. */
html[dir='rtl'] .pagination {
	padding:0;
	border-left: 2px solid #697278;
}
/* 검색 결과창에 padding 제거 */
html[dir='rtl'] .wh_search_results ol{
	padding: 0;
}

@media (hover: none) and (pointer: coarse){
	html[dir='rtl'] #searchForm{
		position: relative;
	}
	html[dir='rtl'] .wh_search_textfield{
		right: 0px; 
		margin-left: 10px; 
	}
}