/* tableorder.css */

.tableorder-section {
    background: #f7f7f7;
    padding: 60px 0;
}

.tableorder-wrap {
    max-width: 1792px;
    margin: 0 auto;
    padding: 0 20px;
}

.tableorder-banner {
    text-align: center;
}

.tableorder-banner img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* 모바일 환경 설정 */
@media (max-width: 991px) {
    .tableorder-section {
        padding: 30px 0;
    }

    .tableorder-wrap {
        max-width: 100%;
        padding: 0 15px;
    }
}