
.reserveCall_outer {
    background: #f9f9f9;
    padding: 56px 76px;
    border: 1px solid #9f9f9f;
}
.reserveCall_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    color: #3f3f3f;
    overflow: hidden;
}
.reserveCall_sub {
    width: 50%;
    padding-bottom: 32px;
    box-sizing: border-box;
}
.reserveCall_sub:nth-child(2n - 1) {
    padding-right: 55px;
}
.reserveCall_sub:nth-child(2n) {
    padding-left: 55px;
}
.reserveCall_sub2 {
    width: 100%;
    overflow: hidden;
}
.reserveCall_tit {
    width: 20%;
    font-size: 18px;
    font-weight: 500;
    line-height: 44px;
    float: left;
}
.reserveCall_tit2 {
    width: 9%;
    font-size: 18px;
    font-weight: 500;
    line-height: 44px;
    float: left;
}
.reserveCall_cont {
    width: 80%;
    float: left;
}
.reserveCall_cont2 {
    width: 91%;
    float: left;
}
.tmp_ts1 {
    width: 100%;
    color: #3f3f3f;
}
.tmp_ts1 > tbody > tr > th {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 32px;
}
.tmp_ts1 > tbody > tr > td {
    padding-bottom: 32px;
}
.ips1 {
    width: 100%;
    height: 44px;
    padding: 3px;
    color: #000;
    font-size: 13px;
    background: #ffffff;
    padding: 4px 16px;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px !important;
}
.slt1 {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.slt1 select {
    width: 100%;
    min-width: 60px;
    height: 44px;
    padding: 3px 25px 3px 12px;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background: none;
    position: relative;
    z-index: 11;
}
.slt1 span[class^="ico_"] {
    color: #8f8f8f;
    right: 12px;
    line-height: 44px;
}
.reserveCall_stxt {
    color: #3f3f3f;
    font-size: 19px;
    line-height: 28px;
    text-align: left;
    display: inline-block;
}
.nx-link {
    color: #6e89eb;
    vertical-align: middle;
}

.btn1 {
    height: 44px;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    background: #4d5163;
    padding: 0 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.btn5 {
    width: 185px;
    height: 54px;
    font-size: 16px;
    text-align: center;
    line-height: 52px;
    color: #ffffff;
    background: #4d5163;
    padding: 0 16px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.btn1 > img {
    margin-right: 4px;
    vertical-align: sub;
}


.content-sub {
    display: flex;
    align-items: center;
}

.reserve-ache-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.reserve-ache-wrap input {
    display: none;
}

.reserve-ache-wrap .ache-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc( (100% - 50px) / 6 );
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid transparent;
    box-sizing: border-box;
    /* overflow: hidden; */
    border-radius: 4px;
    /* background: #FFF; */
}

.reserve-ache-wrap .ache-item .ache-title {
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
}

.reserve-ache-wrap .ache-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.reserve-ache-wrap .ache-item img {
    width: 100%;
    opacity: .6;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
}

.reserve-ache-wrap input:checked + .ache-item {
    
}
.reserve-ache-wrap input:checked + .ache-item img {
    opacity: 1;
    border-color: #4d5163;
}



/* 카드 안에서는 3개 */
.reserve-card .reserve-ache-wrap .ache-item {
    width: calc( (100% - 50px) / 3 );
}
.reserve-card .reserve-ache-wrap .ache-item:nth-child(6n-5) {
    margin-left: 10px;
}
.reserve-card .reserve-ache-wrap .ache-item:nth-child(3n-2) {
    margin-left: 0;
}


.reserve-card-group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    /* align-items: flex-start; */
}

.reserve-card-group .reserve-card {
    width: 100%;
    padding: 30px 15px;
    border-radius: 4px;
    background: #f9f9f9;
    border: 1px solid #9f9f9f;
    box-sizing: border-box;
}

.reserve-card-group .reserve-title-01 {
    color: #333;
}

.reserve-card-group .reserve-form-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}

.reserve-card-group .notice-wrap {
    padding-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .reserveCall_outer {
        padding: 32px 38px;
    }
    .reserveCall_tit {
        font-size: 14px;
    }
    .reserveCall_tit2 {
        font-size: 14px;
    }
    .btn1 {
        margin-top: 5px;
    }
    .reserveCall_sub:nth-child(2n - 1) {
        padding-right: 25px;
    }
    .reserveCall_sub:nth-child(2n) {
        padding-left: 25px;
    }
}

@media screen and (max-width: 940px) {
    .reserve-card-group {
        position: relative;
        box-sizing: border-box;
    }
    .reserve-card-group .reserve-card {
        width: 100%;
        transition: all .2s ease-in-out;
    }
    .reserve-card-group .reserve-card:not(.active) {
        position: absolute;
        transform: translateX(50px);
        opacity: 0;
        z-index: -1;
    }

    .reserve-card-group .reserve-card.active {
        position: relative;
    }
    
    .reserve-ache-wrap .ache-item {
        width: calc( (100% - 30px) / 4 );
    }
}

@media only screen and (max-width: 519px) {
    .reserveCall_outer {
        padding: 32px 16px;
    }
    .reserveCall_sub {
        width: 100%;
    }
    .reserveCall_tit2 {
        width: 20%;
    }
    .reserveCall_cont2 {
        width: 80%;
    }
    .reserveCall_sub:nth-child(2n - 1) {
        padding-right: 0px;
    }
    .reserveCall_sub:nth-child(2n) {
        padding-left: 0px;
    }
}



.vc-am-pm button.active {
    background: #4d5163 !important;
}