@charset "utf-8";
/* 리스트 (list) */
#bo_list {
    width: 100%;
    margin-bottom: 50px;
}
#bo_list table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
#bo_list th {
    height: 60px;
    background: #f4f4f4;
    border-top: 2px solid #7b4992;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    font-weight: 600;
    letter-spacing: -0.54px;
}
#bo_list td {
    height: 60px;
    border-bottom: 1px solid #ddd;
    padding: 0px 10px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.54px;
}
#bo_list .list_tbl_wrap {
    min-height: 400px;
}
#bo_list .list_btn_Wrap {
    display: flex;
    justify-content: space-between;
}
#bo_list .td_num2 {
    width: 5%;
}
#bo_list .td_subject {
    text-align: left;
}
#bo_list .td_subject .bo_tit {
    font-size: 1rem;
    padding-left:10px;
}
#bo_list .td_subject .bo_tit .fa-lock {
    display: inline-block;
    line-height: 14px;
    width: 16px;
    font-size: 0.833em;
    color: #7b4992;
    background: #f8f4ff;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #edf7ff;
    vertical-align: middle;
}
#bo_list .td_subject .bo_tit .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    background-color: #7b4992;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: bold;
    vertical-align: middle;
}
/* 검색바 */
#bo_list .seach_top_wrap {
    margin-bottom: 50px;
}
#bo_list .seach_top_wrap .bo_sch {
    position: unset;
    margin: 0;
    width: auto;
    height: auto;
    background: unset;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.bo_sch form {
    padding: 0;
}
#bo_list {
}
#bo_list .seach_top_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#bo_list .seach_top_wrap #bo_list_total p {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: -0.54px;
}
#bo_list .seach_top_wrap .bo_list_sch_box {
    display: flex;
    align-items: center;
    margin-top: 0;
    box-shadow: none;
    background-color: #f4f4f4;
    border-radius: 50px;
}
#bo_list .seach_top_wrap .bo_list_sch_box .sch_bar {
    border: none;
    flex: 1;
    box-shadow: none;
}
#bo_list .seach_top_wrap .bo_list_sch_box .sch_input {
    background-color: unset;
    border: none;
    height: 50px;
    font-size: 1em;
    color: #444;
    width: 100%;
    padding: 0px 30px;
    border-radius: 50px;
}
#bo_list .seach_top_wrap .bo_list_sch_box .sch_input::placeholder {
    color: #444;
}
#bo_list .seach_top_wrap .bo_list_sch_box .sch_btn {
    width: 50px;
    height: 50px;
    border: none;
    background-color: #7b4992;
    border-radius: 999px;
    color: #fff;
    font-size: 0.88em;
    font-weight: 600;
    letter-spacing: -0.48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #bo_list .pcview {
        display:none;
    }
    #bo_list .seach_top_wrap {
        flex-direction: column-reverse;
        gap: 10px;
        margin-bottom:30px;
    }
    #bo_list_total {
        align-self: flex-start;
    }
    /* #bo_list table {
        width: 100%;
        border-spacing: 0 !important;
        border-collapse: collapse !important;
        border: 0px !important;
    }
    #bo_list table col {
        width: 100%;
    }
    #bo_list table thead {
        display: none;
    }
    #bo_list table tbody td {
        width: 100%;
        display: flex;
        align-items: center;
        background: #efefef;
        padding: 0px !important;
        font-size: 14px;
        line-height: 100%;
        text-align: left !important;
        height: 100% !important;
        margin: -1px !important;
        align-items: stretch;
        border: 1px solid #ccc;
    }
    #bo_list table tbody tr {
        display: block;
        margin-bottom: 15px !important;
    }
    #bo_list table tbody tr td:before {
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 80px;
        font-weight: 700;
        content: attr(data-label);
        border-right: 1px solid #ccc;
        background: #efefef;
        padding: 8px 5px;
    }
    #bo_list table tbody tr td > span {
        display: flex;
        align-items: center;
        background: #fff;
        width: 100%;
        padding: 5px 5px 5px 10px;
        text-align: left;
    } */
}
