@charset "utf-8";

/* ---------- basic ---------- */
.bo_notice .notice_icon { color :var(--sub-01); }
#bo_list tbody tr:hover { border-left: 2px solid var(--sub-01); }
#bo_list .td_name { text-align: center; }
#fboardlist { min-height: calc(100vh - 300px - 60px - 60px - 338px); }/*sub_top, page_nav_bar, bo_sch, footer */
#bo_vc h2 span { color: var(--sub-01); }

.tbl_wrap table { border-top: 2px solid var(--gray-55); }
thead { height: 80px; background: var(--gray-fa); }
.tbl_head01 thead th { font-weight: 700; }
.tbl_head01 thead th.chk_box { width: 3%; }
.tbl_head01 thead th.c_num { width: 10%; }
.tbl_head01 thead th.c_title { width: 67%; }
.tbl_head01 thead th.c_writer { width: 10%; }
.tbl_head01 thead th.c_date { width: 10%; }
.chk_box input[type="checkbox"] + label span { float: inherit; display: inline-block; }
 
.tbl_head01 tbody tr:hover td { background: #fff; }
#bo_list tbody tr { height: 80px; }
#bo_list tbody .even td { background: #fff; }
#bo_list .td_num2 > p { margin: 0 auto; display: inline-block; padding: 0 12px; height: 30px; line-height: 30px; font-size: 13px; font-weight: 400; color: #fff; background: var(--gray-55); border-radius: 30px; }
.bo_tit > a { font-size: 14px; font-weight: 700; color: var(--gray-55);
display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; overflow: hidden; }
#bo_list .bo_tit .new_icon { display: none; background: #ff4f4f; color: #fff; font-size: 10px; font-weight: 500; width: 16px; text-align: center; line-height: 16px; border-radius: 3px; }
#bo_list .bo_tit .fa-download { display: none; background: var(--main-color);  color: #fff; font-size: 10px; font-weight: 500; width: 16px; text-align: center; line-height: 16px; border-radius: 3px; }

.tbl_head01 td { padding-top: 0; padding-bottom: 0; }
#bo_list .bo_notice .td_num2 > p { background: transparent; font-size: 14px; }
.bo_notice td { background: #d9e9ca1c !important;  }

/*** responsice ***/
/* 767px or less */
@media all and (width <= 767px){
    

    .tbl_head01 thead th { font-size: 12px; }
    .tbl_head01 td { font-size: 12px; }
    .tbl_head01 thead th.c_writer { display: none; }
    .tbl_head01 thead th:nth-child(4) { display: none; }
    .tbl_head01 thead th:nth-child(5) { display: none; }

    #bo_list .td_name { display: none; }
    #bo_list .td_num { display: none; }
    #bo_list .td_datetime { display: none; }
    #bo_vc_empty { font-size: 12px; }

    thead { height: 70px; }
    #bo_list tbody tr { height: 70px; }
    #bo_list .td_num2 > p { padding: 0 10px; height: 26px; line-height: 26px; font-size: 10px; }
    .bo_tit > a { font-size: 13px; }
}




