/*basic_table.css*/

#bo_list .tbl_head01{padding: 0 0 60px;}
.tbl_wrap table{border-top: none; border-right: none; border-left: none;}
#bo_list .fa{display: none;}
/* 테이블 thead */
#bo_list .tbl_head01 thead th{padding: 15px 0; font-weight: 700; color: #333; -ms-transform: skew(-0.1deg); -webkit-transform: skew(-0.1deg); transform: skew(-0.1deg); background: #fff;}
#bo_list .tbl_head01 thead th input{vertical-align: middle;}
#bo_list .tbl_head01 thead th.check{width: 10px;}
#bo_list.basic_table .tbl_head01 thead th.check{width: 30px;}
#bo_list.basic_table .tbl_head01 thead th.bt_num{width: 100px;}
#bo_list.basic_table .tbl_head01 thead th.bt_date{width: 120px;}
#bo_list.basic_table .tbl_head01 thead th.bt_wr{width: 120px;}
/* 테이블 tbody */
#bo_list .tbl_head01 td a, #bo_list .tbl_head01 td, #bo_list .tbl_head01 td span{color: #666;}
#bo_list .tbl_head01 td{border-color: #ccc; -ms-transform: skew(-0.1deg); -webkit-transform: skew(-0.1deg); transform: skew(-0.1deg); color: #333;}
#bo_list .td_datetime{font-style: normal;}
#bo_list .td_num{display: none;}
#bo_list .bo_tit .title{overflow: hidden; text-overflow: ellipsis;white-space: normal; word-wrap:break-word; display: -webkit-box; -webkit-box-orient: vertical; line-height: 1.5; height: 1.5em; -webkit-line-clamp: 1; font-weight: 400;}
#bo_list .bo_tit .title_icon{display: none;}
.sv_member{text-align: center;}
#bo_list tbody tr:hover{border: none;}
/* 공지사항 */
#bo_list .bo_notice{background: #f5f5f5;}
#bo_list .bo_notice .notice_icon{display: none;}
#bo_list.basic_table .bo_notice .notice_icon{display: block; margin: 0 auto; background: none; color: #fac60e;}
#bo_list .bo_notice td{background: none !important;}
@media screen and (max-width:1199px){
    #bo_list .tbl_head01{padding: 0 0 50px;}
    #bo_list .tbl_head01 thead th, #bo_list .tbl_head01 thead a{font-size: 15px;}
    #bo_list .tbl_head01 td a, #bo_list .tbl_head01 td, #bo_list .tbl_head01 td span{font-size: 14px;}
}
@media screen and (max-width:767px){
    #bo_list .tbl_head01{padding: 0 0 40px;}
    #bo_list .bt_wr{display: none;}
    #bo_list .td_name{display: none;}
}
@media screen and (max-width:480px){
    #bo_list .tbl_head01{padding: 0 0 40px;}
    #bo_list .tbl_head01 thead th{padding: 10px 0;}
    #bo_list.basic_table .tbl_head01 thead th.bt_num{width: 50px;}
    #bo_list.basic_table .tbl_head01 thead th.bt_date{width: 70px;}
    #bo_list .tbl_head01 thead th, #bo_list .tbl_head01 thead a{font-size: 14px;}
    #bo_list .tbl_head01 td{height: 52px;}
    #bo_list .tbl_head01 td a, #bo_list .tbl_head01 td, #bo_list .tbl_head01 td span{font-size: 12px;}
}

