

/* _______bo_sch //게시판 검색바 _____ */
#bo_sch{position:relative;z-index:9;margin-bottom:30px;font-size:0;display:flex;align-items:center;justify-content:center;}
#bo_sch .seachContainer{position:relative;display:inline-flex;align-items:center;height:48px;font-size:15px;background:rgba(71,78,103,0.9);padding:2px;box-shadow:0 4px 6px rgba(0,0,0,0.07);}
#bo_sch .seachContainer input#stx{width:380px;height:100%;font-size:1em;border:0;border-radius:0;font-weight:600;color:#000;}
#bo_sch .seachContainer .btn_submit{display:none;}
#bo_sch .seachContainer .iconSearch{width:3em;height:100%;font-size:1em;text-align:center;display:flex;align-items:center;justify-content:center;padding-left:3px;}
#bo_sch .seachContainer .iconSearch:before{content:'\e94d';font-family:'intaefont';font-weight:normal;color:#fff;opacity:0.85;transition: all .15s ease-in-out;}
#bo_sch .seachContainer .iconSearch:hover:before{opacity:1;}

#bo_sch .seachContainer .bootstrap-select{height:100%;}
#bo_sch .seachContainer .bootstrap-select .dropdown-toggle{font-size:0.9em;font-weight:600;background:transparent;color:#fff;min-width:130px;height:100%;border:0;}
#bo_sch .seachContainer .bootstrap-select .dropdown-toggle .caret{color:#fff;}
#bo_sch .seachContainer .bootstrap-select .dropdown-toggle .caret:before{color:#fff;}