@charset "utf-8";

.basic-post-list-link .post-list { list-style:none; padding:0px; margin:-2px 0px; line-height:22px; }
.basic-post-list-link .post-list li { padding:0px; margin:0px; }
.basic-post-list-link .post-list li b { letter-spacing:-1px; padding-right:1px; }
.basic-post-list-link .post-list li .name { letter-spacing:-1px; color:#888; padding-left:4px; padding-right:1px;}
.basic-post-list-link .post-list .txt-normal { letter-spacing:0; }
.basic-post-list-link .post-none { padding:50px 10px; text-align:center; color:#888; }
.basic-post-list-link .wr-text { font-family:dotum; font-size:11px; letter-spacing:-1px; line-height:11px; font-weight:normal; }
.basic-post-list-link .wr-icon { display:inline-block; padding:0px; margin:0px; line-height:12px; vertical-align:middle; background-repeat: no-repeat; background-position: 0px 0px; }
.basic-post-list-link .wr-new { width:12px; height:12px; background-image: url('./img/icon_new.gif'); }
.basic-post-list-link .wr-secret { width:12px; height:12px; background-image: url('./img/icon_secret.gif'); }
.basic-post-list-link .wr-video { width:12px; height:12px; background-image: url('./img/icon_video.gif'); }
.basic-post-list-link .wr-image { width:12px; height:12px; background-image: url('./img/icon_image.gif'); }
.basic-post-list-link .wr-file { width:12px; height:12px; background-image: url('./img/icon_file.gif'); }



.basic-post-list-link .table {
    border-color: #e2e7eb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.basic-post-list-link .table > thead > tr > th {
    color: #242a30;
    font-weight: 600;
    border-bottom: 2px solid #e2e7eb!important;
}
.basic-post-list-link .table > tbody > tr > td,
.basic-post-list-link .table > tbody > tr > th,
.basic-post-list-link .table > tfoot > tr > td,
.basic-post-list-link .table > tfoot > tr > th,
.basic-post-list-link .table > thead > tr > td,
.basic-post-list-link .table > thead > tr > th {
    border-color: #e2e7eb;
    padding: 10px 15px;
}
.basic-post-list-link .table-condensed > tbody > tr > td,
.basic-post-list-link .table-condensed > tbody > tr > th,
.basic-post-list-link .table-condensed > tfoot > tr > td,
.basic-post-list-link .table-condensed > tfoot > tr > th,
.basic-post-list-link .table-condensed > thead > tr > td,
.basic-post-list-link .table-condensed > thead > tr > th {
    padding: 7px 15px;
}
.basic-post-list-link .table-hover > tbody > tr:hover > td,
.basic-post-list-link .table-hover > tbody > tr:hover > th {
    background: #e8ecf1!important;
}
.basic-post-list-link .table-striped > tbody > tr:nth-child(odd) > td,
.basic-post-list-link .table-striped > tbody > tr:nth-child(odd) > th {
    background: #f0f3f5;
}
.basic-post-list-link .table.table-inverse > tbody > tr > td,
.basic-post-list-link .table.table-inverse > tbody > tr > th,
.basic-post-list-link .table.table-inverse > tfoot > tr > td,
.basic-post-list-link .table.table-inverse > tfoot > tr > th,
.basic-post-list-link .table.table-inverse > thead > tr > td,
.basic-post-list-link .table.table-inverse > thead > tr > th {
    border-color: #999!important;
    border-color: rgba(0,0,0,.2)!important;
}
.basic-post-list-link .table.table-inverse,
.basic-post-list-link .table.table-inverse > tbody > tr > th,
.basic-post-list-link .table.table-inverse > tfoot > tr > th,
.basic-post-list-link .table.table-inverse > thead > tr > th {
    color: #fff;
}
.basic-post-list-link .table > tbody > tr > td.info,
.basic-post-list-link .table > tbody > tr > th.info,
.basic-post-list-link .table > tbody > tr.info > td,
.basic-post-list-link .table > tbody > tr.info > th,
.basic-post-list-link .table > tfoot > tr > td.info,
.basic-post-list-link .table > tfoot > tr > th.info,
.basic-post-list-link .table > tfoot > tr.info > td,
.basic-post-list-link .table > tfoot > tr.info > th,
.basic-post-list-link .table > thead > tr > td.info,
.basic-post-list-link .table > thead > tr > th.info,
.basic-post-list-link .table > thead > tr.info > td,
.basic-post-list-link .table > thead > tr.info > th {
    background: #dbf0f7;
    border-color: #b6e2ef;
}
.basic-post-list-link .table > tbody > tr > td.success,
.basic-post-list-link .table > tbody > tr > th.success,
.basic-post-list-link .table > tbody > tr.success > td,
.basic-post-list-link .table > tbody > tr.success > th,
.basic-post-list-link .table > tfoot > tr > td.success,
.basic-post-list-link .table > tfoot > tr > th.success,
.basic-post-list-link .table > tfoot > tr.success > td,
.basic-post-list-link .table > tfoot > tr.success > th,
.basic-post-list-link .table > thead > tr > td.success,
.basic-post-list-link .table > thead > tr > th.success,
.basic-post-list-link .table > thead > tr.success > td,
.basic-post-list-link .table > thead > tr.success > th {
    background: #cee;
    border-color: #99dede;
}
.basic-post-list-link .table > tbody > tr > td.danger,
.basic-post-list-link .table > tbody > tr > th.danger,
.basic-post-list-link .table > tbody > tr.danger > td,
.basic-post-list-link .table > tbody > tr.danger > th,
.basic-post-list-link .table > tfoot > tr > td.danger,
.basic-post-list-link .table > tfoot > tr > th.danger,
.basic-post-list-link .table > tfoot > tr.danger > td,
.basic-post-list-link .table > tfoot > tr.danger > th,
.basic-post-list-link .table > thead > tr > td.danger,
.basic-post-list-link .table > thead > tr > th.danger,
.basic-post-list-link .table > thead > tr.danger > td,
.basic-post-list-link .table > thead > tr.danger > th {
    background: #ffdedd;
    border-color: #ffbdbc;
}
.basic-post-list-link .table > tbody > tr > td.warning,
.basic-post-list-link .table > tbody > tr > th.warning,
.basic-post-list-link .table > tbody > tr.warning > td,
.basic-post-list-link .table > tbody > tr.warning > th,
.basic-post-list-link .table > tfoot > tr > td.warning,
.basic-post-list-link .table > tfoot > tr > th.warning,
.basic-post-list-link .table > tfoot > tr.warning > td,
.basic-post-list-link .table > tfoot > tr.warning > th,
.basic-post-list-link .table > thead > tr > td.warning,
.basic-post-list-link .table > thead > tr > th.warning,
.basic-post-list-link .table > thead > tr.warning > td,
.basic-post-list-link .table > thead > tr.warning > th {
    background: #fdebd1;
    border-color: #fbd7a3;
}
.basic-post-list-link .table > tbody > tr > td.active,
.basic-post-list-link .table > tbody > tr > th.active,
.basic-post-list-link .table > tbody > tr.active > td,
.basic-post-list-link .table > tbody > tr.active > th,
.basic-post-list-link .table > tfoot > tr > td.active,
.basic-post-list-link .table > tfoot > tr > th.active,
.basic-post-list-link .table > tfoot > tr.active > td,
.basic-post-list-link .table > tfoot > tr.active > th,
.basic-post-list-link .table > thead > tr > td.active,
.basic-post-list-link .table > thead > tr > th.active,
.basic-post-list-link .table > thead > tr.active > td,
.basic-post-list-link .table > thead > tr.active > th {
    background: #f0f3f5;
    border-color: #e2e7e9;
}