.page-board {
    background: #f7f8fa;
}

.page-board .board-warps {
    padding: 72px 0 96px;
}

.board-main {
    display: block;
}

.page-board .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.board-standard {
    width: min(100%, 1120px);
    margin: 0 auto;
}

.board-standard-header {
    margin-bottom: 32px;
}

.board-standard-breadcrumb {
    margin: 0 0 12px;
    color: #8a94a6;
    font-size: 13px;
}

.board-standard-breadcrumb span {
    display: inline-block;
    margin: 0 8px;
    color: #b4bcc9;
}

.board-standard-header h1 {
    margin: 0;
    color: #1d2e49;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1.2;
}

.board-standard-description {
    margin: 12px 0 0;
    color: #687385;
    font-size: 15px;
}

.board-standard-tabs {
    display: flex;
    border-bottom: 1px solid #dce1e8;
}

.board-standard-tab {
    position: relative;
    min-width: 132px;
    padding: 17px 24px 16px;
    color: #687385;
    font-weight: 700;
    text-align: center;
}

.board-standard-tab::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: transparent;
    content: '';
}

.board-standard-tab.is-current {
    color: #1d2e49;
}

.board-standard-tab.is-current::after {
    background: #1d2e49;
}

.board-standard-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0 16px;
}

.board-standard-count {
    margin: 0;
    color: #697385;
    font-size: 14px;
}

.board-standard-count strong {
    color: #1d2e49;
}

.board-standard-search {
    display: flex;
    align-items: center;
    gap: 8px;
}

.board-standard-search input {
    width: 210px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d5dbe4;
    border-radius: 4px;
    background: #fff;
    color: #273750;
    font: inherit;
    font-size: 14px;
    outline: 0;
}

.board-standard-search input:focus {
    border-color: #263d61;
    box-shadow: 0 0 0 3px rgba(38, 61, 97, 0.12);
}

.board-standard-search button {
    height: 40px;
    min-width: 64px;
    padding: 0 14px;
    border: 1px solid #263d61;
    border-radius: 4px;
    background: #263d61;
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.board-standard-table-wrap {
    overflow-x: auto;
    border-top: 2px solid #263d61;
    background: #fff;
}

.board-standard-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    table-layout: fixed;
}

.board-standard-table caption {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
}

.board-standard-table th,
.board-standard-table td {
    border-bottom: 1px solid #e5e8ed;
    color: #626e80;
    font-size: 14px;
    text-align: center;
}

.board-standard-table th {
    height: 54px;
    background: #f4f6f8;
    color: #31425d;
    font-weight: 700;
}

.board-standard-table td {
    height: 68px;
    padding: 0 12px;
}

.board-standard-table th:nth-child(1),
.board-standard-table td:nth-child(1) {
    width: 88px;
}

.board-standard-table th:nth-child(3),
.board-standard-table td:nth-child(3) {
    width: 110px;
}

.board-standard-table th:nth-child(4),
.board-standard-table td:nth-child(4) {
    width: 116px;
}

.board-standard-table th:nth-child(5),
.board-standard-table td:nth-child(5) {
    width: 82px;
}

.board-standard-table tbody tr:hover {
    background: #fafbfd;
}

.board-standard-number {
    color: #8992a0 !important;
}

.board-standard-subject {
    text-align: left !important;
}

.board-standard-category,
.board-standard-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 24px;
    margin-right: 10px;
    padding: 0 8px;
    border-radius: 3px;
    background: #edf1f6;
    color: #465a78;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
}

.board-standard-status {
    margin-right: 0;
    margin-left: 8px;
    background: #f8eddd;
    color: #946737;
}

.board-standard-subject-text {
    color: #273750;
    font-weight: 500;
    vertical-align: middle;
}

a.board-standard-subject-text:hover,
a.board-standard-subject-text:focus-visible {
    color: #1d4f8d;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.board-standard-empty {
    height: 180px !important;
    color: #8a94a2 !important;
}

.board-standard-pagination {
    display: flex;
    justify-content: center;
    padding-top: 28px;
}

.board-standard-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #263d61;
    background: #263d61;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.board-view-article {
    margin-top: 24px;
    border-top: 2px solid #263d61;
    background: #fff;
}

.board-view-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 28px 30px 22px;
    border-bottom: 1px solid #e5e8ed;
}

.board-view-heading .board-standard-category {
    margin: 0 0 12px;
}

.board-view-heading .board-standard-status {
    flex: 0 0 auto;
    margin: 0;
}

.board-view-heading h2 {
    margin: 0;
    color: #22344f;
    font-size: clamp(21px, 3vw, 28px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.45;
}

.board-view-meta {
    display: flex;
    margin: 0;
    padding: 15px 30px;
    border-bottom: 1px solid #e5e8ed;
    background: #fafbfd;
}

.board-view-meta div {
    display: flex;
    gap: 9px;
    padding-right: 18px;
    color: #697385;
    font-size: 14px;
}

.board-view-meta div + div {
    padding-left: 18px;
    border-left: 1px solid #dfe4eb;
}

.board-view-meta dt,
.board-view-meta dd {
    margin: 0;
}

.board-view-meta dt {
    color: #475b77;
    font-weight: 700;
}

.board-view-content {
    min-height: 260px;
    padding: 42px 30px;
    color: #3f4c5e;
    font-size: 16px;
    line-height: 1.9;
}

.board-view-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 22px;
}

.board-view-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 40px;
    border: 1px solid #263d61;
    background: #263d61;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.board-view-actions a:hover,
.board-view-actions a:focus-visible {
    background: #1d2e49;
}

@media (max-width: 720px) {
    .page-board .board-warps {
        padding: 48px 0 72px;
    }

    .board-standard-header {
        margin-bottom: 24px;
    }

    .board-standard-description {
        font-size: 14px;
    }

    .board-standard-tabs {
        overflow-x: auto;
    }

    .board-standard-tab {
        flex: 1 0 132px;
    }

    .board-standard-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .board-standard-search {
        width: 100%;
    }

    .board-standard-search input {
        flex: 1;
        width: auto;
    }

    .board-view-heading {
        padding: 24px 20px 20px;
    }

    .board-view-meta {
        flex-wrap: wrap;
        gap: 8px 0;
        padding: 14px 20px;
    }

    .board-view-meta div {
        padding-right: 12px;
    }

    .board-view-meta div + div {
        padding-left: 12px;
    }

    .board-view-content {
        min-height: 220px;
        padding: 32px 20px;
        font-size: 15px;
    }
}
