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

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

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

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

.notice-view-intro-title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1f5f96;
    line-height: 1.35;
}

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

.notice-view-card {
    border: 1px solid #d6dce2;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.notice-view-head {
    padding: 12px 14px 10px;
    border-bottom: 1px solid #e3e7ec;
    background: #fcfdff;
}

.notice-view-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    color: #1f1f1f;
    word-break: keep-all;
}

.notice-view-date {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.35;
    color: #5f6f80;
}

.notice-view-content {
    padding: 16px 14px;
    font-size: 15px;
    line-height: 1.75;
    color: #2c2c2c;
    word-break: keep-all;
}

.notice-view-content img {
    max-width: 100%;
    height: auto;
}

.notice-view-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: fixed;
    margin: 12px 0;
}

.notice-view-content table th,
.notice-view-content table td {
    border: 1px solid #d9dfe6 !important;
    padding: 7px 6px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    text-align: center;
    vertical-align: middle;
    word-break: break-word;
}

.notice-view-empty {
    padding: 16px 12px;
    border: 1px solid #d6dce2;
    border-radius: 6px;
    background: #fff;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.notice-view-actions {
    margin: 0 0 8px;
    display: flex;
    justify-content: flex-end;
}

.notice-view-actions form {
    margin: 0;
}

.notice-view-list-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 34px;
    padding: 0 14px;
    border: 1px solid #3d84c6;
    border-radius: 4px;
    background: #3d84c6;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.notice-view-list-btn:active {
    opacity: 0.9;
}

@media (max-width: 380px) {
    #wrap.sub-page.member-notice-view-page .inner {
        padding: 0 10px 24px;
    }

    .notice-view-intro {
        padding: 9px 10px;
    }

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

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

    .notice-view-head {
        padding: 11px 12px 9px;
    }

    .notice-view-title {
        font-size: 15px;
    }

    .notice-view-content {
        padding: 14px 12px;
        font-size: 14px;
        line-height: 1.7;
    }
}
