@charset "utf-8";






#new_gr_tabs{display:flex;align-items:center;margin-top:30px;margin-bottom:20px;border-bottom:1px solid #dbdbdb;}
#new_gr_tabs a{font-size:14px;padding:0 14px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dbdbdb;border-bottom:0;background:rgba(255,255,255,0.8);white-space:nowrap;}
#new_gr_tabs a:not(:first-child){border-left:0;}
#new_gr_tabs a.active{background:var(--mainColor);color:#fff;border-color:rgba(0,0,0,0.2);}

.bo_new_header{display:flex;align-items:center;font-size:15px;margin-bottom:10px;}


#fnewlist .profile_img img {border-radius:50%}
#fnewlist .td_board a{color:rgba(71,78,103,0.7);}
#fnewlist .td_subject a:hover{color:var(--mainColor);}
#fnewlist .td_subject .co{color:#fff;font-size:13px;background:rgba(0,0,0,0.2);padding:0 5px;border-radius:5px;height:19px;display:inline-flex;align-items:center;justify-content:center;margin-right:10px;}

.new-btnSet{display:flex;align-items:center;margin-top:10px;}
.new-btnSet button{font-weight:400 !important}

.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box input[type="checkbox"] + label {position:relative;padding-left:20px;color:#676e70}
.chk_box input[type="checkbox"] + label:hover {color:#2172f8}
.chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
