@charset "utf-8";
.notice_lt { overflow-x: auto; }
.notice_lt table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    table-layout: fixed;
}
.notice_lt thead tr {
    border-top: 2px solid #03305A;
    border-bottom: 1px solid #D0DAE8;
}
.notice_lt thead th {
    padding: 14px 10px;
    font-size: 13px;
    font-weight: 700;
    color: #666;
    text-align: center;
    background: #F8FAFD;
}
.notice_lt thead th.qa_no { width: 50px; }
.notice_lt thead th.qa_subject { width: auto; }
.notice_lt thead th.qa_writer { width: 80px; }
.notice_lt thead th.qa_date { width: 75px; }

.notice_lt tbody tr {
    border-bottom: 1px solid #EEF2F7;
    transition: background 0.2s;
}
.notice_lt tbody tr:hover { background: #F8FAFD; }
.notice_lt tbody td {
    padding: 14px 8px;
    text-align: center;
    vertical-align: middle;
}
.notice_lt td.qa_no { color: #999; font-size: 14px; }
.notice_lt td.qa_subject {
    text-align: left;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice_lt td.qa_subject a { color: #333; text-decoration: none; }
.notice_lt td.qa_subject a:hover { color: #074CA1; }
.notice_lt td.qa_subject strong { color: #03305A; }
.notice_lt td.qa_subject .new_icon {
    display: inline-block;
    width: 18px; line-height: 18px;
    font-size: 10px; font-weight: 700;
    color: #fff; background: #F07D1A;
    text-align: center; border-radius: 3px;
    margin-left: 4px; vertical-align: middle;
}
.notice_lt .qa_reply_cnt {
    display: inline-block;
    padding: 1px 6px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #5c85c1;
    border-radius: 3px;
    margin-left: 4px;
    vertical-align: middle;
}
.notice_lt td.qa_writer { color: #666; font-size: 13px; }
.notice_lt td.qa_date { color: #999; font-size: 13px; }
.notice_lt .empty_td { padding: 40px; color: #999; text-align: center; }

@media (max-width: 768px) {
    .notice_lt thead { display: none; }
    .notice_lt table { table-layout: auto; }
    .notice_lt tbody tr {
        display: block; padding: 14px;
        border-bottom: 1px solid #EEF2F7;
    }
    .notice_lt tbody td { display: inline-block; padding: 2px 4px; text-align: left; width: auto !important; }
    .notice_lt td.qa_no { display: none; }
    .notice_lt td.qa_subject { display: block; width: 100% !important; white-space: normal; overflow: visible; }
    .notice_lt td.qa_writer { font-size: 12px; color: #999; }
    .notice_lt td.qa_date { font-size: 12px; }
}
