

/* _______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:60px;font-size:15px;border-bottom:2px solid rgba(0,0,0,0.9);}
#bo_sch .seachContainer input#stx{width:380px;height:100%;font-size:1em;border:0;border-radius:0;font-weight:600;color:#000;background:transparent;box-shadow:none !important;padding-left:1em;}
#bo_sch .seachContainer .btn_submit{display:none;}
#bo_sch .seachContainer .iconSearch{width:3em;height:100%;font-size:1.2em;text-align:center;display:flex;align-items:center;justify-content:center;padding-left:3px;}
#bo_sch .seachContainer .iconSearch:before{content:'\e94f';font-family:'intaefont';font-weight:normal;opacity:0.75;transition: all .15s ease-in-out;}
#bo_sch .seachContainer .iconSearch:hover:before{opacity:1;}

#bo_sch .seachContainer .bootstrap-select{position:relative;height:1.8em;}
#bo_sch .seachContainer .bootstrap-select:after{content:'';position:absolute;top:0;right:0;z-index:2;width:1px;height:100%;display:inline-block;background:rgba(0,0,0,0.9);opacity:0.5;}
#bo_sch .seachContainer .bootstrap-select .dropdown-toggle{font-size:0.9em;font-weight:600;background:transparent;padding-left:0.5em;min-width:130px;height:100%;border-radius:0;border:0;box-shadow:none !important;}
#bo_sch .seachContainer .bootstrap-select .dropdown-toggle .caret{width:2em;justify-content:flex-start;text-align:left;}
#bo_sch .seachContainer .bootstrap-select .dropdown-toggle .caret:before{}