@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;
}
/* 리스트 */
.address_list .hd_list {
    display: flex;
    background-color: #f6f8fb;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.address_list .list_box{
    margin-bottom: 20px;
}
.address_list .div_name{
    width: 200px;
}
.address_list .list_item .div_name{    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    min-height: 65px;
}
.address_list .div_name a{
    display: block;
    color: var(--link-color2);
}
.address_list .div_church{
    width: 200px;
}
.address_list .div_address{
    width: calc(100% - 600px);
}
.address_list .div_phone{
    width: 200px;
}
.address_list .hd_list>div, .address_list .list_item>div{
    padding: 10px;
    text-align: center;
}
.address_list .list_item{
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.address_list .chk_box{
    width: 40px;
}
.address_list .list_item .div_address{
    text-align: left;
}
.name_eg{
    color: #999;
}
#container_title span{
    padding-bottom: 0;
}
@media (max-width: 992px){
    .hd_list>div{
        display: none;
    }
    .hd_list{
        border-top: none;
    }
    .hd_list .all_chk{
        display: block;
    }
    .address_list .list_item{
        position: relative;
        padding: 15px 10px;
    }
    .address_list .list_item>div{
        padding: 0;
    }
    .address_list .list_item .div_name{
        padding: 0;
        width: 100%;
        display: block;
        text-align: left;
        min-height: auto;
        padding-bottom: 0;
    }
    .address_list .list_item .div_name br{
        display: none;
    }
    .address_list .list_item .div_phone{
        width: auto;
        position: absolute;
        top: 15px;
        right: 10px;
        text-align: right;
        color: #666;
    }
    .address_list .list_item .div_church{
        width: auto;
        margin-right: 0.25rem;
        padding: 6px 0 0;
    }
    .address_list .list_item .div_address{
        padding: 6px 0 0;
        width: auto;
        text-align: left;
    }
}
@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;
    }
}