#wrap.sub-page.member-notice-page {
    background: #f4f4f4;
}

#wrap.sub-page.member-notice-page #container {
    min-height: calc(100vh - 190px);
    padding-top: 0;
}

#wrap.sub-page.member-notice-page .inner {
    padding: 0 8px 28px;
}

.notice-intro {
    margin: 10px 0;
    padding: 10px 12px;
    border: 1px solid #d6e3f2;
    border-radius: 6px;
    background: #f8fbff;
}

.notice-intro-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #141414;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.notice-intro-desc {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1.45;
    color: #323232;
}

.notice-wrap {
    width: 100%;
}

.notice-table {
    width: 100%;
}

.notice-table ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-bottom: 1px solid #d8d8d8;
}

.notice-table .thead {
    border-top: 1px solid #cfcfcf;
}

.notice-table .thead li {
    background: #e7e7e7;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
    text-align: center;
    padding: 14px 8px;
}

.notice-table ul > li {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    color: #2a2a2a;
    line-height: 1.45;
    padding: 16px 8px;
}

.notice-table ul > li[data-label='number'] {
    width: 58px;
    text-align: center;
}

.notice-table ul > li[data-label='title'] {
    text-align: left;
    padding-right: 12px;
}

.notice-table ul > li[data-label='title'] a {
    display: block;
    color: #1f1f1f;
    line-height: 1.5;
    word-break: keep-all;
}

.notice-table ul > li[data-label='date'] {
    width: 98px;
    text-align: center;
    color: #2b2b2b;
    word-break: keep-all;
    white-space: nowrap;
}

.notice-table ul.notice-empty-row {
    display: block;
}

.notice-table ul.notice-empty-row > li {
    display: block;
    width: 100%;
    padding: 22px 10px;
    text-align: center;
    font-size: 15px;
    color: #666;
    border-bottom: 1px solid #d8d8d8;
}

.notice-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
}

.notice-pagination li {
    margin: 0;
    padding: 0;
}

.notice-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    color: #555;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 0 8px;
}

.notice-pagination a.active {
    border-color: #efb63f;
    background: #f3bb44;
    color: #161616;
}

@media (max-width: 380px) {
    .notice-intro {
        margin: 8px 0;
        padding: 9px 10px;
    }

    .notice-intro-title {
        font-size: 20px;
    }

    .notice-intro-desc {
        font-size: 13px;
    }

    .notice-table .thead li {
        padding: 12px 6px;
        font-size: 13px;
    }

    .notice-table ul > li {
        padding: 14px 6px;
        font-size: 14px;
    }

    .notice-table ul > li[data-label='number'] {
        width: 48px;
    }

    .notice-table ul > li[data-label='date'] {
        width: 86px;
    }
}
