/* contact-1 추가 */
.business-01 .business-01-01 {
    padding-bottom: min(7.3vw, 60px);
}
.business-01 .business-01-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.business-01 .business-01-flex .booking-1 {
    width: 15%
}
.business-01 .business-01-flex .booking-2 {
    width: 83%
}
.business-01 .business-01-flex .booking-1 h5 {
    padding-bottom: 10px;
    letter-spacing: -0.05em;
    margin-bottom: 15px;
    font-weight: 600;
}
.business-01 .business-01-flex .booking-2 .tbl-wrap table {
    border-top: 2px solid #3396d6;
}
.business-01 .business-01-flex .booking-2 .tbl-wrap table thead th {
    background-color: transparent;
    text-align: center;
    color: #424242;
}
.business-01 .business-01-flex .booking-2 .tbl-wrap table tbody td {
    color: #525252;
}
.business-01 .business-01-flex .booking-2 .tbl-wrap table tbody td:nth-child(1) {
    font-weight: 600;
}
.business-01 .business-01-flex .booking-2 .tbl-wrap table tbody td:not(:nth-child(2)) {
    text-align: center;
}

.business-01 .banner-box-01 {
    width: 100%;
    position: relative;
    padding: 5% 3.5%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
.business-01 .banner-box-01 .box-cont h5 {
    font-weight: 700;
    color: #3396d6;
}
.business-01 .banner-box-01 .box-cont h5 small {
    letter-spacing: -0.03em;
    color: #323232;
}
@media only screen and (min-width: 992px) {
    .business-01 .business-01-flex .booking-1 h5 {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .business-01 .business-01-flex .booking-2 .tbl-wrap table thead th:first-child, 
    .business-01 .business-01-flex .booking-2 .tbl-wrap table tbody td:first-child {
        width: 180px;
    }
}
@media only screen and (max-width: 991px) {
    .business-01 .business-01-flex .booking-1,
    .business-01 .business-01-flex .booking-2 {
        width: 100%
    }
}
