.content-board-page {
    padding: 80px 0 100px;
    background: #fff;
}

.content-board-page .container {
    max-width: 1024px;
}

.content-board-search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.content-board-notice-item h3 {
    min-width: 0;
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-board-notice-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #fff;
    color: inherit;
    text-decoration: none;
}

.content-board-notice-item > div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.content-board-notice-item.is-pinned {
    background: #fcf7f4;
}

.content-board-notice-item.is-pinned h3 {
    color: #333;
    font-weight: 600;
}

.content-board-notice-item .notice-tag {
    padding: 3px 10px;
    border-radius: 12px;
    background: #d05645;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
}

.content-board-notice-item .notice-num {
    min-width: 28px;
    color: #aaa;
    font-size: 0.8rem;
    text-align: center;
}

.content-board-date {
    color: #999;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.content-board-empty {
    padding: 60px 20px;
    background: #fff;
    color: #999;
    text-align: center;
}

.content-board-empty p {
    margin: 0;
    font-size: 1rem;
}

.content-board-detail-page .content-board-detail-content {
    overflow-wrap: anywhere;
}

.content-board-detail-page .content-board-detail-content img {
    max-width: 100%;
    height: auto;
}

.content-board-detail-page .content-board-detail-content a {
    color: #bb877a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.content-board-detail-page .content-board-external-link[hidden] {
    display: none;
}

@media (max-width: 768px) {
    .content-board-page {
        padding: 60px 0 80px;
    }

    .content-board-notice-item h3 {
        white-space: normal;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .content-board-page {
        padding: 40px 0 60px;
    }
}
