@charset "utf-8";

/*글쓰기*/
#bo_w .write_div{margin:0px 0 10px;position:relative}
#bo_w .bo_w_flie .lb_icon{position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;background:#eee;text-align:center;color:#888}
#bo_w .bo_w_flie .frm_file{}
#bo_w .bo_w_flie .file_wr{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input{margin:10px 0 0 }
#bo_w .bo_w_flie .file_del{position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}

#bo_gall .gall_info{height:auto !important;padding:0 !important;font-size:10pt !important;}


.gall_text_href{font-size:10pt !important;}
#bo_gall .gall_info{border-top:0px !important;}
.down-btn2{margin: 5px 0;}

#bo_gall .gall_img{padding: 10px 0 !important;border-bottom:0px !important;}
.gall_con .btn-wr a:hover, .gall_con .bd_btn a:hover{color:#3573bc;background:#3598db40}
.bd_btn a:hover{color:#3573bc;}
/* img{vertical-align: unset !important;} */

.vk_on{background:#3573bc !important;color:#fff !important;border:1px solid #3573bc !important;}
.vk_off{background:#ececec !important;color:#7d7d7d !important;}
.vk_off:hover{color:#7d7d7d !important;}



.app_popup {position:fixed; overflow:hidden;  top:calc(50% - 250px); left:calc(50% - 550px); width:1100px; height:500px; border:2px solid #ddd;  background:#fff;  z-index:1000; display:block; transition:all 300ms; text-align:left;}
.app_popup_subject {padding:13px 20px; background:#f1f1f1}
.app_popup_content {margin:20px 20px 0;  height:calc(100% - 100px); overflow-y:scroll; padding-top:30px;}
.app_popup_team {padding: 0px 20px 15px; width: 100%; background: #f1f1f1; display: block;}
.black_blind {background:rgba(0,0,0,0.4); position:fixed; z-index:999; width:100%; height:100%; top:0; left:0;  transition:all 300ms;  display:block;}


.close_btn {position:fixed; right:calc(50% - 540px); top:calc(50% - 240px); background:none; border:0; }
.hidden {display:none;  transition:all 300ms; }