/* ===== 공지사항 모바일 (767px 이하) ===== */
@media (max-width: 767px) {
    .notice-content {
        padding: 24px 16px 40px;
    }

    .notice-content h1 {
        font-size: 22px;
        font-weight: 700;
        color: #212529;
        margin-bottom: 24px;
    }

    .notice-table-container {
        overflow-x: auto;
        margin-bottom: 24px;
        border: 1px solid #e9ecef;
        border-radius: 10px;
        background: #fff;
        -webkit-overflow-scrolling: touch;
    }

    .notice-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
    }

    .notice-table thead {
        background: #f8f9fa;
    }

    .notice-table th {
        padding: 12px 10px;
        text-align: left;
        font-size: 13px;
        font-weight: 600;
        color: #495057;
        border-bottom: 1px solid #dee2e6;
        white-space: nowrap;
    }

    .notice-table th:first-child {
        width: 48px;
        text-align: center;
    }

    .notice-table th:nth-child(3) {
        width: 88px;
    }

    .notice-table th:last-child {
        width: 52px;
        text-align: center;
    }

    .notice-table td {
        padding: 12px 10px;
        font-size: 14px;
        color: #212529;
        border-bottom: 1px solid #e9ecef;
    }

    .notice-table td:first-child {
        text-align: center;
        color: #868e96;
        font-size: 13px;
    }

    .notice-table td:nth-child(2) a {
        color: #212529;
        font-weight: 500;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 180px;
    }

    .notice-table td:nth-child(3),
    .notice-table td:last-child {
        color: #868e96;
        font-size: 13px;
    }

    .notice-table td:last-child {
        text-align: center;
    }

    .pagination {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 24px;
    }

    .pagination a,
    .pagination span {
        min-width: 36px;
        padding: 10px 12px;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 500;
        color: #495057;
        background: #fff;
    }

    .pagination a:hover {
        background: #007bff;
        color: #fff;
        border-color: #007bff;
    }

    .pagination .current {
        background: #007bff;
        color: #fff;
        border-color: #007bff;
    }
}
