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

.qa_lt tbody tr {
    border-bottom: 1px solid #EEF2F7;
    transition: background 0.2s;
}
.qa_lt tbody tr:hover { background: #F8FAFD; }
.qa_lt tbody td {
    padding: 14px 8px;
    text-align: center;
    vertical-align: middle;
}
.qa_lt td.qa_no { color: #999; font-size: 14px; }
.qa_lt td.qa_subject {
    text-align: left;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qa_lt td.qa_subject a {
    color: #333;
    text-decoration: none;
}
.qa_lt td.qa_subject a:hover { color: #074CA1; }
.qa_lt .qa_lock {
    display: inline-block;
    color: #9DC8F5;
    font-size: 18px;
    margin-left: 5px;
    vertical-align: middle;
}
.qa_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;
}
.qa_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;
}
.qa_lt td.qa_writer { color: #666; font-size: 13px; overflow: hidden; text-overflow: ellipsis; }
.qa_lt td.qa_date { color: #999; font-size: 13px; }
.qa_lt td.qa_status { white-space: nowrap; }
.qa_lt .status_wait {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #F0AD1A;
    border-radius: 20px;
    white-space: nowrap;
}
.qa_lt .status_done {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #28a745;
    border-radius: 20px;
    white-space: nowrap;
}
.qa_lt .empty_td {
    padding: 40px;
    color: #999;
    text-align: center;
}

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