

/* _______bo_sch //게시판 검색바 _____ */
#bo_sch{--searchColor:var(--mainColor)}


@media screen and (min-width:781px) {
	#bo_sch .searchContainer{position:relative;display:inline-flex;align-items:center;height:48px;font-size:15px;background:var(--searchColor);padding:2px;box-shadow:0 4px 6px rgba(0,0,0,0.07);}
	#bo_sch .searchContainer input#stx{width:380px;height:100%;font-size:1em;border:0;border-radius:0;font-weight:600;color:#000;}
	#bo_sch .searchContainer .btn_submit{display:none;}
	#bo_sch .searchContainer .iconSearch{width:3em;height:100%;font-size:1em;text-align:center;display:flex;align-items:center;justify-content:center;padding-left:3px;cursor:pointer;}
	#bo_sch .searchContainer .iconSearch:before{content:'\e96f';font-family:'myfont';font-weight:normal;color:#fff;opacity:0.85;transition: all .15s ease-in-out;}
	#bo_sch .searchContainer .iconSearch:hover:before{opacity:1;}
}

@media screen and (max-width:780px) {
	#bo_sch .searchContainer{position:relative;width:100%;display:flex;align-items:center;height:48px;font-size:15px;background:var(--searchColor);padding:2px;}
	#bo_sch .searchContainer input#stx{flex:1;height:100%;font-size:1em;border:0;border-radius:0;font-weight:600;color:#000;}
	#bo_sch .searchContainer .btn_submit{display:none;}
	#bo_sch .searchContainer .iconSearch{width:3em;height:100%;font-size:1em;text-align:center;display:flex;align-items:center;justify-content:center;padding-left:3px;cursor:pointer;}
	#bo_sch .searchContainer .iconSearch:before{content:'\e96f';font-family:'myfont';font-weight:normal;color:#fff;opacity:0.85;transition: all .15s ease-in-out;}
	#bo_sch .searchContainer .iconSearch:hover:before{opacity:1;}
}