@charset "utf-8";

/* Width */
#bo_list .wr-chk {
    width: 40px;
}

#bo_list .wr-num,
#bo_list .wr-hit {
    width: 60px;
}

#bo_list .wr-name {
    width: 120px;
}

#bo_list .wr-date {
    width: 90px;
}

#bo_list .wr-good,
#bo_list .wr-nogood {
    width: 50px;
}

#bo_list .wr-none {
    padding: 50px 0px;
    text-align: center;
    color: #888;
}

/* List */
.bo_list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.bo_list .tr {
    border-bottom: 1px solid #e7e5e9;
}

.bo_list .wr-cont .tr {
    border-bottom: 0;
}

.bo_list .td {
    text-align: center;
    padding: 0;
}

.bo_list .wr-cont .td {
    padding: 8px 0;
}

.bo_list .tr:hover {
    color: #000;
    background-color: #f8f8f8;
}

.bo_list .wr-cont .wr-subject {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.bo_list .wr-cont .wr-name {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.bo_list .fa.f-icon {
    display: none;
}

@media all and (max-width:768px) {
    .responsive .bo_list {
        border-top-width: 4px;
        border-top-style: solid;
    }

    .responsive .bo_list .fa.f-icon {
        display: inline-block;
    }

    .responsive .bo_list .wr-cont .tr {
        display: block;
    }

    .responsive .bo_list .wr-cont {
        padding: 8px 10px;
    }

    .responsive .bo_list .wr-cont .td {
        float: left;
        display: inline-block;
        width: auto !important;
        height: auto !important;
        text-align: left !important;
        padding: 5px 15px 0 0 !important;
    }

    .responsive .bo_list .wr-cont .td.wr-subject {
        display: block;
        width: 100% !important;
    }

    .responsive .bo_list .wr-cont .td.wr-name {
        float: right;
        padding-right: 0 !important;
    }
}

#bo_list .bo_tit {
    padding: 10px 10px 10px 0px;
}

@media (max-width:768px) {
    #bo_list .bo_tit {
        padding: 10px 10px 10px 10px;
    }
}

#bo_list .listSbjA {
    display: block;
    overflow: hidden;
}

#bo_list .listSbjA {
    text-decoration: none;
}

#bo_list .listSbjA strong {
    font-size: 12px;
}

#bo_list .listImgA {
    float: left;
    width: 150px;
    margin-right: 10px;
    border-radius: 3px;
}

#bo_list .listImg {
    display: block;
    margin: 0 10px 0 0;
}

#bo_list .listImg img {
    width: 150px;
    border-radius: 3px;
}

#bo_list .listCont {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    display: block;
    color: #999;
    margin-top: 5px;
}

#bo_list .listInfo {
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    color: #ddd;
    display: block;
    margin-top: 5px;
}

#bo_list .listInfo>u {
    color: #999;
    display: inline-block;
    padding: 0 5px;
    text-decoration: none;
}

#bo_list .listInfo>i {
    color: #999;
}

#bo_list .listInfo u.listInfoName {
    padding-left: 0px;
}

#bo_list .listInfo a:hover {
    text-decoration: none;
}

.title_icon {
    margin-top: -6px;
    margin-left: 5px;
}

#bo_list .na-item-box {
    display: inline-table;
    width: 100%;
}

@media (max-width:768px) {
    #bo_list .listImgA {
        float: left;
        width: 120px;
        height: 95px;
        margin-right: 10px;
        border-radius: 3px;
    }

    #bo_list .listImg img {
        width: 120px;
        height: 95px;
        border-radius: 3px;
    }

    #bo_list .hide {
        display: none;
    }
}

#bo_list .list-details {
    overflow: hidden;
    margin-top: 5px;
    padding: 5px 0px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

#bo_list .check-box {
    margin-right: 5px;
}

#bo_list .list-sp {
    margin: 0 7px;
    color: #ddd;
    font-size: 11px;
}

/* 목록헤드 custom */
.div-head-custom {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 15px 0;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom: 1px solid #c3c3c3;
    border-collapse: separate;
}

.div-head-custom>span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    font-weight: bold;
    line-height: 1;
}

.div-head-custom>span:last-child {
    border-right: 0;
}

.div-head-custom.list-head,
.div-head-custom.list-head>span {
    border: 0;
}

.tr-head {
    border-top-width: 2px !important;
    border-top-style: solid !important;
    border-bottom: 1px solid #c3c3c3 !important;
    text-align: center !important;
}

.tr-head>th {
    padding: 15px 0 !important;
    text-align: center !important;
    border: 0 !important;
}

.tr-head>th>span {
    display: block !important;
    min-width: 40px !important;
    padding: 0px 10px !important;
    text-align: center !important;
    vertical-align: middle !important;
    border-right: 1px solid #ddd !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

.tr-head>th>span.last {
    border-right: 0 !important;
}

.tr-line>td {
    border-top: 0 !important
}