@import url(../../../css/kasda_border.css);
.bo_cate_link{
    color: var(--link-color2);
}
.tbl_head01 .td_subject a{
    font-size: 1.0625rem;
    line-height: 1.6;
}
#bo_v_file a{
    display: flex;
    align-items: center;
}
.bo_w_sy_1 .bo_w_tit #autosave_wrapper{
    width: 100%;
}
.bo_w_info_text{
    border: 1px solid #e4ddf1;
    padding: 16px;
    background-color: #f6f6ff;
    border-radius: 8px;
    margin-bottom: 1rem;
}
@media (min-width: 769px){
    .bo_tit a{
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; 
    }
    .tbl_head01 .bo_cate_link{
        width: 100px;
    }
}
@media (max-width: 768px){
    .bo_cate_link{
        font-size: 0.8125rem;
    }
    .tbl_head01 .td_subject{
        margin-top: 0;
        margin-bottom: 18px;
        width: 100%;
    }
    .tbl_head01 .td_datetime{
        left: 0;
        top: auto;
        bottom: 0;
        text-align: left;
        padding-bottom: 8px;
    }
    /* .tbl_head01 .td_num2 {
        font-size: 12px;
    }
    .chk_box + .td_num2 + .td_subject{
        width: calc(100% - 80px);
        margin-left: 80px;
    } */
    .tbl_head01 .td_num2 {
        display: none;
    }
    .chk_box + .td_num2 + .td_subject{
        width: calc(100% - 40px);
        margin-left: 20px;
    } 
    .tbl_head01 td{
        padding: 8px 4px 16px;
    }
    .tbl_head01 .td_subject {
        margin-left: 0;
        padding: 5px  4px 0.725rem;
    }
    .tbl_head01 .td_subject .bo_tit{
        padding-left: 4px;
    }
    .tbl_head01 .td_chk{
        left: 0;
    }
    .tbl_wrap .td_good, .tbl_wrap .td_hit, .tbl_wrap .td_name{
        display: inline-block;
        position: absolute;
        bottom: 0;   
        width: auto;
    }
    .tbl_wrap .td_good{
        display: none;
    }
    .tbl_wrap .td_hit{
        right: 0;
        padding-bottom: 8px;
    }
    .tbl_wrap .td_hit::before{
        content: '조회 ';
    }
    .tbl_wrap .td_good::before{
        content: '추천 ';
    }
    .bo_cate_link{
        margin-bottom: 4px;
    }
    .tbl_wrap .td_name{
        position: absolute;
        font-size: 0.8125rem;
        bottom: -8px;
        left: 4.6875rem;
    }
    .tbl_wrap .td_name .sv_member, .tbl_head01 td{
        color: #999;
    }
    .tbl_wrap table{
        border-bottom: none;
        border-top-color: #ccc;
    }
    .tbl_head01 tr{
        border-top: none;
        /* border-bottom-color: #fff; */
    }
    .tbl_head01 tr:last-child{
        border-bottom-color: #ccc;
    }
    .tbl_head01 .bo_cate_link{
        padding: 8px 4px 0;
    }
    .td_chk + .td_num2 + .bo_cate_link{
        padding-left: 24px;
    }
}