<style>
.file-list { /* 스타일 생략 */ }
.file-table td { text-align: center; padding: 10px; }
.file-table img { width: 100px; height: auto; }

button { background-color: red; color: white; cursor: pointer; }
.button { background-color: red; color: white; cursor: pointer; }
.button1 { background-color: gold; color: white; cursor: pointer; }
.button2 { background-color: lightgreen; color: white; cursor: pointer; }

.fo_re {color: #999; font-size: 20px; padding: 0 10px; cursor: pointer;}
.fo_re a {text-decoration: none;color: #000;}
.fo_re span {font-size: 20px;}

.pagination-button.next {color: #007bff; }
.pagination-button.last {color: #d9534f; }

.pagination-button {
    font-size: 14px;
    padding: 3px 7px;
    margin: 0 5px;
    text-decoration: none;
    color: black;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.pagination-button.disabled {
    color: #ccc;
    cursor: not-allowed;
    background-color: #f2f2f2;
}

.pagination-button:hover:not(.disabled) {
    background-color: #ddd;
}

.pagination-current {
    font-weight: bold;
    color: #fff;
    background-color: #007bff;
    border: 1px solid #007bff;
}

/* 🔥 추가된 del 스타일 */
.del-link {
    color: red;
    font-size: 12px;
    text-decoration: none;
}
.del-link:hover {
    text-decoration: underline;
    cursor: pointer;
}
</style>
