@charset "utf-8";
/*common*/
.chk_box input[type="checkbox"] + label {
    display: block;
    padding-left: 0;
    margin-left: 10px;
}
.bo_list .count_comment {
    background: #fffef1;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px #eee;
    color: #333333;
    padding: 2px 5px;
    margin-left: 5px;
}
.bo_list .fa-reply {
    margin-left: 12px;
}
.bo_list .fa-link {
    border: 1px solid #d3a4f5;
}
.bo_list .table-wrap {
    border: var(--border);
    border-radius: 10px;
    margin-bottom: 1rem;
    padding-top: 1rem;
    box-shadow: 0px 0px 5px #ddd;
}
/* write */
.bo_write .btn_submit {
    padding: 0.65rem 1.5rem;
    height: 35px;
}

.bo_list .list_header {
    padding: 10px 5px 10px 15px;
    border-radius: 3px;
}

/* 게시판 목록: 리스트형 */
.bo_list .list_table {
    margin: 0;
}

.bo_list .list_table .is_notice {
    background: #fff8ed !important; 
    border-bottom: 1px solid #f8e6ee;
}

.bo_list .list_table .is_notice .table_subject {
    padding-left: 0;
}

.bo_list .list_table .is_notice .table_subject .fa-thumbtack {
    transform: rotate(325deg);
    font-size: 1.5em;
    margin-left: 1em;
    color: #dd9429;
}

.bo_list .list_table .is_notice .table_subject a {
    font-weight: bold;
    margin-left: 0.5rem;
}
.bo_list .list_table .is_notice .table_subject a img {
    margin: 0 0 0 0.5rem;
}

.bo_list .list_table .is_notice .table_wrid {
    font-weight: bold;
    color: #f9267f;
}
.basic_style .chk_box input[type="checkbox"] + label {
    display: flex;
    align-items: center;
}

/* member icon */
.bo_view #view_header .member_level_wrap > img.member_level_img {
    width: auto;
    max-height: 18.5px;
    margin-right: 0.35rem;
}
.bo_comment .comment_member_level > img.member_warranty_img, 
.bo_comment .comment_member_level > img.member_level_img {
    width: 14px;
    max-height: 18px;
    margin-right: 0.25rem;
}
.bo_comment .comment_member_level > img.member_level_img.level_icon01 {
    width: auto;
    max-height: 15px;
    margin-right: 0.25rem;
}
.bo_comment .comment_member_level > img.member_level_img {
    display: none;
}

.bo_comment .comment_member_level > img.member_level_img.show_icon,
.bo_comment .comment_member_level > img.member_level_img.admin {
    display: block;
}
/* member level */
.view_header_top .post_member .member_level_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}
.bo_comment .comment_member_level {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.25rem;
}
.view_header_top .post_member p.member_level_board,
.bo_comment .comment_member_level p.member_level_board {
    font-size: 12px;
    font-weight: bold;
    color: #737373;
    margin-left: 0.25rem;
    line-height: 1;
}
.post_member .member_level_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}
.post_member{
    font-size: 14px;
}
.post_member > #adminWrap.member_wrap {
    display: flex;
    align-items: center;
}
.post_member > #adminWrap.member_wrap > img {
    margin-right: 0.5rem;
}
.bo_comment .comment_member_level.admin {
    display: flex;
    align-items: center;
}
.comment_member_level.admin > img {
    width: 18px !important;
    margin-right: 0.5rem;
}
.bo_list .list_table tbody tr.degery{
    background-color: #dbdbdb !important;
}

@media (min-width: 1101px) {
    .bo_list .list_table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0 5px;
        background: transparent; 
        border-top: none; 
        border-bottom: 1px solid #9370db; 
        border-radius: 10px 10px 0 0;
    }
    .bo_list .list_table thead th:first-child { 
        border-top-left-radius: 10px; 
    }
    .bo_list .list_table thead th:last-child { 
        border-top-right-radius: 10px; 
    }
    .bo_list .list_table thead th {
        padding: 1rem 6px 1.5rem; 
        font-weight: bold; 
        text-align: center;
        background: transparent;
        border-bottom: 2px solid #9370db; 
        height: 40px;
    }
    .bo_list .list_table tfoot th,
    .bo_list .list_table tfoot td {
        padding: 10px 0;
        border-top: 1px solid #c1d1d5;
        border-bottom: 1px solid #c1d1d5;
        background: #d7e0e2;
        text-align: center;
    }
    .bo_list .list_table tbody th {
        padding: 8px 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .bo_list .list_table tbody tr {
        border-left: 2px solid transparent;
        transition: all 200ms ease;
    }
    .bo_list .list_table tbody tr:last-child td {
        border-bottom-color: transparent;
    }

    .bo_list .list_table tbody .even td {
        background: #ffffff; 
    }

    .bo_list .list_table td {
        padding: 10px 5px;
        line-height: 1.6rem;
        height: 60px;
        word-break: break-all;
        transition: all 200ms ease;
    }
    .bo_list .list_table tbody tr:hover td {
        background: #f2eeff; 
    }
    .bo_list .list_table tbody a{
        
        color: #222;
        font-size: 14px;
        transition: all 200ms ease;
    }

    .bo_list .list_table a:hover {
        
        text-decoration: none;
        color: #000;
        text-shadow: 0px 0px 0px #000000;
    }
    .bo_list .list_table .table_check {
        width: 40px;
        text-align: center;
    }
    .bo_list .list_table .table_wrid {
        width: 80px;
        text-align: center;
    }
    .bo_list .list_table .table_category {
        width: 100px;
        text-align: center;
    }
    .bo_list .list_table .table_writer {
        width: 100px;
        text-align: center;
    }
    .bo_list .list_table .table_hit {
        width: 80px;
        text-align: center;
    }
    .bo_list .list_table .table_good,
    .bo_list .list_table .table_nogood {
        width: 50px;
        text-align: center;
    }
    .bo_list .list_table .table_datetime
    ,.bo_list .list_table tbody .even .table_datetime  {
        width: 80px;
        text-align: center;
    }
    .bo_list .list_table .table_status {
        width: 80px;
        text-align: center;
    }
    .table_writer .write_image, .table_hit .fa-comment-dots, .table_datetime .fa-clock {
        display: none;
    }
}

@media (max-width: 1100px) {

    .bo_list .table-wrap {
        border: 0;
        box-shadow: none;
    }
    .bo_list .list_table {
        display: block;
    }
    .bo_list .list_table thead {
        display: none;
    }
    .bo_list .list_table tbody {
        display: block;
    }
    .bo_list .list_table tr {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px;
        border-bottom: var(--border);
        box-shadow: 1px 1px 5px #eee;
        border: 1px solid #eee;
        border-radius: 10px;
        margin-top: 1.5rem;
        position: relative;
    }
    .bo_list .list_table td {
        display: inline-block;
        position: relative;
        line-height: 22px;
        vertical-align: middle;
        color: #6c757d;
        text-align: left !important;
    }
    .bo_list .list_table td.table_check.chk_box {
        position: absolute;
        right: 6px;
        top: 10px;
        z-index: 1;
    }    
    .bo_list .list_table .table_wrid {
        display: none;
    }
    .bo_list .list_table .table_webName > span {
        display: inline-block;
        border-radius: 3px;
        background: #eee;
        border: var(--border);
        padding: 0px 5px;
        line-height: 1.5;
    }
    .bo_list .list_table .table_webMoney {
        margin-left: auto;
        width: auto !important;
    }
    .bo_list .list_table .table_webMoney > span {
        display: inline-block;
        border-radius: 6px;
        background: #ffffff;
        border: var(--border);
        padding: 0px 5px;
        line-height: 1.5;
    }
    .bo_list .list_table .table_subject {
        display: block;
        margin: 5px 0;
        font-size: 14px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100% !important;
    }
    .bo_list .list_table .is_notice .table_subject .fa-thumbtack {
        margin-left: 0.5rem;
    }
    .bo_list .list_table tbody .table_subject > a {
        color: #9152bc;
        text-shadow: 0px 0px 0px #9152bc;
    }
    .bo_list .list_table td.table_writer, .bo_list .list_table td.table_hit {
        padding-right: 0.65rem;
        padding-left: 0.65rem;
    }
    .bo_list .list_table .table_hit::before,
    .bo_list .list_table .table_good::before,
    .bo_list .list_table .table_nogood::before {
        display: inline-block;
        margin: 0 3px;
        content: attr(data-label);
    }

    .bo_list .list_table .table_hit::before {
        content: none;
    }

    .table_writer {
        margin-right: auto;
    }
    .table_writer .write_image {
        max-width: 25px;
        border-radius: 50%;
        margin-right: 0.5rem;
    }
    .table_hit {
        margin-right: 1rem;
    }
    .bo_list .list_table .is_notice .table_check {
        display: none;
    }

}

/* 게시판 읽기 커스터마이징 */
#bo_basic_view #view_header {
    grid-template-columns: 50px 1fr 170px;
}