@charset "utf-8";




.btn_list{display:none;}

.bo_head_container{display:flex;align-items:center;justify-content:flex-end;gap:15px;margin-bottom:25px;}
.bo_head_container .bo_title{font-size:38px;font-weight:600;font-family:'Noto Sans KR', sans-serif;margin-right:60px;}
.bo_head_container .searchContainer{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;}
.bo_head_container .searchContainer .btnSubmit{height:40px;padding:0 20px;font-size:15px;background:rgba(0,0,0,0.8);color:#fff;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;}
/*.bo_head_container .searchContainer .btnSubmit:before{content:'\e94e';font-family:'intaefont';font-size:15px;}*/
.bo_head_container .bootstrap-select .dropdown-toggle{height:40px !important;padding-left:12px;padding-bottom:2px;font-size:14px !important;font-weight:600;line-height:1em;font-family:'Noto Sans KR', sans-serif;}







.gallContents{font-family:'Noto Sans KR', sans-serif;}

.gallContents .gall_con{background:#e3e5e5;background:#f0f0f0;padding:20px !important;}
.gallContents .gall_con .textSubject{font-size:24px;font-weight:500;color:#0d0d0d;line-height:1.3em;z-index:2;word-break:break-all}
.gallContents .gall_con .textSubject a:hover{color:#000}
.gallContents .gall_con .textContent{max-width:100%;font-size:15px;line-height:1.4em;font-weight:normal;color:#484848;word-break:keep-all;margin-top:20px !important;}
.gallContents .gall_con .view a{margin-top:40px;display:inline-flex;align-items:center;gap:15px;font-size:15px;font-weight:600;}
.gallContents .gall_con .view a:before{content:'\e92c';font-family:'intaefont';font-size:14px;font-weight:normal;background:rgba(0,0,0,0.4);color:#fff;width:38px;height:38px;border-radius:50%;transition:all .2s ease-in-out;display:inline-flex;align-items:center;justify-content:center;}
.gallContents:hover .gall_thumb a img{transform:scale(1.05);}
.gallContents:hover .gall_con .view a:before{background:#000;}
.gallContents:hover .gall_con .textSubject{text-decoration:underline;}