input[readonly] {
    background-color: transparent;
}

#base_wrap #main_wrap {
    background-color: #fff;
}

#reserve_container {
    /* height: calc(100vh - 63px); */
    /* display: flex; */
    /* gap: 0 50px; */
    background-color: #fff;
}

/* ==================== 견적신청완료 swal ==================== */
.swal2-html-container.edk_custom_addinfo {
    padding: 24px 14px !important;
}

.swal2-html-container.edk_custom_addinfo .title_area {
    margin-bottom: 24px;
    color: #222;
}

.swal2-html-container.edk_custom_addinfo .title_area .main_title {
    font-weight: 500;
}

.swal2-html-container.edk_custom_addinfo .title_area .sub_title {
    font-size: 14px;
    margin-top: 6px;
}

.swal2-html-container.edk_custom_addinfo .add_info {
    background-color: #f9f9f9;
    text-align: left;
    padding: 12px 14px;
    border-radius: 10px;
}

.swal2-html-container.edk_custom_addinfo .add_info .info_title {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}

.swal2-html-container.edk_custom_addinfo .add_info .info_text {
    flood-color: #777;
    font-size: 13px;
    word-break: keep-all;

}

/* ==================== 견적신청완료 swal end ==================== */
/* ==================== side area ==================== */
#reserve_container .side_area {
    width: 43%;
    /* max-width: 814px; */
    padding: 22px 50px;
    background-color: var(--main-color);
    position: fixed;
    top: 63px;
    height: calc(100vh - 63px);
}

#reserve_container .side_area .side_content {
    max-width: 312px;
    margin-left: auto;
    height: 100%;
    position: relative;
}

#reserve_container .side_area .side_content>.img_wrapper {
    width: 246px;
    height: 142px;
    overflow: hidden;
    margin: 0 auto 100px;
}

#reserve_container .side_area .side_content>.img_wrapper img {
    object-fit: cover;
}

#reserve_container .side_area .side_content .text_area {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

#reserve_container .side_area .side_content .text_area p:not(:last-of-type) {
    margin-bottom: 20px;
}

#reserve_container .side_area .side_content .text_area p span {
    display: block;
}

#reserve_container .side_area .side_content .badge_area {
    display: flex;
    gap: 0 6px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 165px;
}

#reserve_container .side_area .side_content .badge_area .img_wrapper {
    width: 122px;
    height: 36px;
    overflow: hidden;
}

#reserve_container .side_area .side_content .badge_area .img_wrapper img {
    object-fit: cover;
}

/* ==================== side area end ==================== */

/* ==================== addr list ==================== */
#reserve_container .main_area .addr_detail {
    position: relative;
    width: 100%;
}

#reserve_container .main_area .addr_detail .dim {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
}

#reserve_container .main_area .addr_detail_list {
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #777777;
    border-radius: 5px;
    z-index: 5;
}

#reserve_container .main_area .addr_detail_list li {
    padding: 12px 16px;
    color: #333;
    cursor: pointer;
}

#reserve_container .main_area .addr_detail_list li:not(:last-of-type) {
    border-bottom: 1px solid #D9D9D9;
}

#reserve_container .main_area .addr_detail_list li strong {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 700;
}

#reserve_container .main_area .addr_detail_list li address {
    font-size: 14px;
}

/* ==================== addr list end ==================== */

/* ==================== car info ==================== */
.car_info {
    background-color: #F7F7F7;
    padding: 50px;
}

.car_info .car_slide_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 90px;
}

.car_info .car_slide_item .desc_wrap,
.car_info .car_slide_item .img_wrap {
    width: calc(50% - 25px);
}

.car_info .title {
    font-size: 24px;
    color: #222;
}

.car_info .content {
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
    margin-top: 30px;
}

.car_info .content.warning {
    margin-top: 16px;
    color: var(--error-color);
}

.car_info .img_box {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1/0.495;
    margin: 0 auto;
}

.car_info .img_box img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.car_info .view_slide {
    width: 100%;
    max-width: 350px;
    margin-top: 44px;
}

.car_info .view_slide .swiper-slide {
    aspect-ratio: 1/1;
}

.car_info .view_slide .swiper-slide img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.car_info .swiper-button-next,
.car_info .swiper-button-prev {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.car_info .swiper-button-next:after,
.car_info .swiper-button-prev:after {
    font-size: 14px;
}

/* ==================== car info end ==================== */
/* ==================== main area ==================== */
#reserve_container .main_area {
    padding: 50px 0;
    /* width: 57%; */
    /* overflow: auto; */
    /* margin-left: auto; */
}

#reserve_container .main_area .main_content {
    /* overflow: auto; */
    /* max-width: 654px; */
    /* height: auto; */
}

#reserve_container .reserve_section {
    padding: 32px;
    border: 1px solid #E1E1E1;
    border-radius: 20px;
}

#reserve_container .reserve_section:not(:last-child) {
    margin-bottom: 30px;
}

#reserve_container .reserve_section.hide,
.reserve_section.section_verify .section_content .verify_phone.hide {
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    overflow: hidden;
    margin: 0;
    border: none !important;
    position: absolute;
}



/* ==================== section - title ==================== */
#reserve_container .reserve_section:not(.section_payment, .section_cost) .section_title {
    margin-bottom: 25px;
}

#reserve_container .reserve_section .section_title:not(.title_price_wrap)>*:not(:last-child) {
    margin-bottom: 4px;
}

#reserve_container .reserve_section .section_title:not(.title_price_wrap) .title_text {
    font-size: 20px;
}

#reserve_container .reserve_section .section_title .title_alert {
    color: #5E5E5E;
    font-size: 14px;
    width: 100%;
}

.reserve_section .section_title .title_subtext {
    width: 100%;
    font-size: 14px;
    display: block;
    color: #777;
}

.reserve_section .section_title .title_subtext>span {
    color: var(--red-color);
}

.reserve_section .section_subtext {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-top: 9px;
}

.reserve_section .section_subtext_vat {
    color: var(--red-color);
    font-size: 22px;
    font-weight: 700;
    margin-top: 9px;
}

.reserve_section .section_subtext_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 9px;
    gap: 9px;
}

.reserve_section .section_subtext_flex .section_subtext_vat {
    margin: 0;
}

/* ==================== section - title end ==================== */


/* ==================== section 버튼 - 팝업 버튼 ==================== */
.reserve_section .section_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.reserve_section .section_title.flex_start {
    justify-content: flex-start;
    gap: 6px;
}

.reserve_section .section_title .flex_start {
    display: flex;
    align-items: center;
    gap: 6px;
}

.reserve_section .section_title .icon_wrap {
    display: flex;
    width: 24px;
    margin-top: -5px;
}

.reserve_section .btn_popup {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 0 6px;
    background-color: transparent;
    color: #9E9E9E;
    font-size: 16px;
    font-weight: 500;
}

.reserve_section .btn_popup .img_wrap {
    width: 18px;
    overflow: hidden;
}

.reserve_section .btn_popup .img_wrap img {
    display: block;
    height: 100%;
    object-fit: cover;
}

/* ==================== section title - 금액 영역 ==================== */
.section_cost {
    background-color: #FFEDEA;
}

.section_title.title_price_wrap>.price_area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}

.section_title.title_price_wrap>.price_area:not(:last-child) {
    margin-bottom: 6px;
}

/* 
.section_title.title_price_wrap .main_price_area {
    font-size: 30px;
    font-weight: 700;
}

.section_title.title_price_wrap .before_price_area {
    font-size: 26px;
    margin-bottom: 8px;
    font-weight: 500;
}

.section_title.title_price_wrap .discount_price_area {
    font-size: 22px;
    margin-bottom: 8px;
} */

.section_title.title_price_wrap .before_price_area .before_price {
    text-decoration: line-through;
}

.section_title.title_price_wrap .discount_price_area .discount_price {
    color: #5E5E5E;
}

.section_title.title_price_wrap .main_price_area .price_text {
    color: var(--red-color);
}

.section_title .title_text span {

    font-size: 16px;
    /* color: #333; */
    font-weight: 400;
}

/* ==================== section - list ==================== */
/* #reserve_container .section_list.list_plantype,
#reserve_container .section_list.list_golf,
#reserve_container .section_list.list_stay {
    gap: 0 20px;
} */
#base_wrap #main_wrap>div .section_list {
    align-items: stretch;
}

#reserve_container .section_list.list_vehicle {
    gap: 8px;
}

#reserve_container .section_list.list_waittime {
    gap: 20px;
}

#reserve_container .section_list.list_plantype>li {
    /* width: calc((100% - 40px)/3); */
}

/* #reserve_container .section_list.list_plantype.plantype_default>li {
    width: calc((100% - 20px)/2);
} */
#base_wrap #main_wrap>div .section_list.button {
    gap: 8px;
}

#base_wrap #main_wrap>div .section_list.button .select_item {
    font-size: 14px;
    padding: 15px 0;
}

#base_wrap #reserve_container .section_list.radio {
    gap: 12px 20px;
}

#base_wrap #reserve_container .section_list.radio .select_item {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: transparent;
    border-color: transparent;
    font-weight: 500;
    color: #222;
}

#base_wrap #reserve_container .section_list.radio .select_item:hover,
#base_wrap #reserve_container .section_list.radio .select_item.active {
    background-color: transparent;
    border-color: transparent;
}

#base_wrap #reserve_container .section_list.radio .select_item:hover {
    color: #222;
}

#base_wrap #reserve_container .section_list.radio .select_item.active {
    color: #0324ED;
}

#base_wrap #reserve_container .section_list.radio .select_item::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('/static/app_www_happybus/base/img/icon_radio_default.png') top left / cover no-repeat;
}

#base_wrap #reserve_container .section_list.radio .select_item.active::before {
    background-image: url(/static/app_www_happybus/base/img/icon_radio_check_bl.png);
}

#reserve_container .section_list.list_vehicle>li {
    /* width: 121px;
    min-height: 121px; */
    width: calc((100% - 48px) / 7);
}

#reserve_container .section_list.list_golf>li {
    /* width: calc((100% - 20px)/2); */
}

#reserve_container .section_list.list_stay>li {
    width: 145px;
}

#reserve_container .section_list.list_payment>li {
    width: 145px;
}

#reserve_container .section_list.list_waittime>li {
    /* width: calc((100% - 40px)/3); */
    width: 145px;
}


#reserve_container .section_list .select_item {
    border: 1px solid #F1F1F1;
    background-color: #F1F1F1;
}

/* 일정유형 보더색 다르게 */
#reserve_container .reserve_section.section_plantype .section_list .select_item {
    border-color: #333333;
}

#reserve_container .reserve_section.section_purpose .section_list {
    gap: 8px;
}

#reserve_container .reserve_section.section_purpose .section_list .select_item {
    padding: 15px;
    min-width: 145px;
}

/* ==================== section - 세부 공통  ==================== */
#reserve_container .reserve_section .section_content input.edk_custom_input,
#reserve_container .reserve_section .section_content select {
    width: 100%;
    padding: 16px;
}

#reserve_container .reserve_section:not(.section_verify, .section_verify) .edk_input_wrap:not(:last-of-type) {
    margin-bottom: 25px;
}

#reserve_container .reserve_section .edk_input_wrap .input_title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

#reserve_container .reserve_section .edk_input_wrap .input_title small {
    font-size: 14px;
}

#reserve_container .reserve_section .edk_input_wrap p.edk_custom_input {
    cursor: pointer;
    /* position: absolute; */
    width: 100%;
    height: 56px;
    /* bottom: 0;
    left: 0; */
    border: 0;
    display: flex;
    align-items: center;
}

#reserve_container .reserve_section .input_btn_wrap {
    display: flex;
    gap: 0 16px;
    flex-wrap: wrap;
}

.input_region,
.input_hub {
    width: calc((100% - 56px) / 2);
}

#reserve_container .reserve_section.section_payment_method .input_btn_wrap:not(:last-child) {
    margin-bottom: 30px;
}

#reserve_container .reserve_section:not(.section_route, .section_date, .section_person, .section_schedule) .input_btn_wrap {
    align-items: flex-end;
    justify-content: flex-end;

}

#reserve_container .reserve_section .input_btn_wrap .btn_check {
    position: absolute;
    top: 0;
    right: 0;
    width: 83px;
    height: 100%;
    font-size: 14px;
    background-color: #1A2239CC;
    border-radius: 0 10px 10px 0;
}

#reserve_container .reserve_section .input_btn_wrap .edk_input_wrap {
    flex-grow: 1;
    margin-bottom: 0 !important;
}



/* ==================== section 개별 - 일정유형 ==================== */
.reserve_section.section_plantype .section_list li .item_subtext {
    font-size: 13px;
    font-weight: 500;
    color: #bdbdbd;
    margin-bottom: 2px;
    display: block;
}

.reserve_section.section_plantype .section_list>li .select_item {
    gap: 0 10px;
    min-height: 65px;
    padding: 11px 0;
    font-size: 15px;
}

.reserve_section.section_plantype .section_list>li .select_item .arrow_wrapper {
    width: 10px;
    height: 10px;
    background: url("/static/app_www/base/img/icon_arrow_right_gray.png") left top / cover no-repeat;
}

.reserve_section.section_plantype .section_list>li .select_item:hover .arrow_wrapper,
.reserve_section.section_plantype .section_list>li .select_item.active .arrow_wrapper {
    background-image: url("/static/app_www/base/img/icon_arrow_right_white.png");
}

.reserve_section.section_plantype .section_list>li .select_item span {
    display: block;
    text-align: center;
}

.reserve_input_wrap:not(:first-child) {
    margin-top: 50px;
}

/* ==================== section 개별 - 차량선택 ==================== */
.reserve_section.section_vehicle .section_list li {
    position: relative;
}

.reserve_section.section_vehicle .section_list .select_item {
    font-size: 12px;
    flex-wrap: wrap;
    padding: 14px 0;
    min-height: inherit;
    height: 100%;
}

.reserve_section.section_vehicle .section_list .select_item span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 6px;
    font-size: 14px;
}

.reserve_section.section_vehicle .section_list .select_item .img_wrapper {
    /* width: 64px; */
    height: 54px;
    overflow: hidden;
}

.reserve_section.section_vehicle .section_list .select_item .img_wrapper img {
    height: 100%;
    object-fit: contain;
}

.reserve_section.section_vehicle .section_list .select_item .text_title {
    color: #333;
}

.reserve_section.section_vehicle .section_list .select_item:hover .text_title,
.reserve_section.section_vehicle .section_list .select_item.active .text_title {
    color: #fff;
}

.reserve_section.section_vehicle .section_list .select_item .text_sub {
    font-weight: 400;
}

.reserve_section.section_vehicle .section_list .icon_recomand {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 29px;
    overflow: hidden;
    z-index: 2;
}

.reserve_section.section_vehicle .section_list .icon_recomand:after {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.reserve_section.section_vehicle .section_list .icon_recomand img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reserve_section.section_vehicle .section_list .state_empty {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 1;
}

.reserve_section.section_vehicle .section_list .state_empty span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

/* ==================== section 개별 - 경로입력 ==================== */

.reserve_section.section_route .btn_change {
    width: 24px;
    height: 56px;
    margin-top: auto;
    position: relative;
    overflow: hidden;
    /* margin: 20px auto; */
    cursor: pointer;
}

/* .reserve_section.section_route .btn_change:after, */
.reserve_section.section_route .add_stopover .img_wrapper:after,
.reserve_section.section_route .edk_input_wrap.input_stopover_wrap .input_title .img_wrapper:after {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.reserve_section.section_route .btn_change img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* .reserve_section.section_route .btn_change img, */
.reserve_section.section_route .add_stopover .img_wrapper img,
.reserve_section.section_route .edk_input_wrap.input_stopover_wrap .input_title .img_wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.reserve_section.section_route .add_stopover {
    display: flex;
    gap: 0 10px;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.reserve_section.section_route .edk_input_wrap.input_stopover_wrap .input_title {
    display: flex;
    gap: 0 6px;
    justify-content: flex-start;
    align-items: center;
}

.reserve_section.section_route .add_stopover {
    color: #0324ED;
}

.reserve_section.section_route .add_stopover .img_wrapper,
.reserve_section.section_route .edk_input_wrap.input_stopover_wrap .input_title .img_wrapper {
    width: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.remove_stopover {
    position: absolute;
    top: 50%;
    right: 16px;
    display: flex;
    width: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.stopover_number {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background-color: var(--main-color);
    padding: 2px 5px;
    border-radius: 4px;
}

.reserve_section.section_route .input_btn_wrap {
    align-items: center;
    justify-content: space-between;
}

/* ==================== section 개별 - 일정 ==================== */
.reserve_section.section_date .section_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reserve_section.section_date .section_title .date_count_wrap {
    color: #0324ED;
    padding: 9px 12px;
    background-color: #0324ED0D;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
}

.reserve_section.section_date .section_subtext.notice_single {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.reserve_section.section_date .input_btn_wrap {
    align-items: flex-end;
    justify-content: space-between;
}

/* .reserve_section.section_date .input_btn_wrap.input_arrivedate, */
.reserve_section.section_date .vehicle_count {
    margin-top: 25px;
}


.reserve_section.section_date .input_btn_wrap .price_area {
    font-size: 18px;
    color: #333;
}

.reserve_section.section_date .input_btn_wrap .price_area span {
    color: var(--red-color);
}

/* 필요 차량 댓수 */
.reserve_section.section_date .vehicle_count {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reserve_section .count_btn_wrap {
    display: flex;
    border-radius: 10px;
    /* border: 1px solid #E1E1E1; */
    /* gap: 0 13px; */
    width: fit-content;
    background-color: #f1f1f1;
    padding: 4px 0;
}

.reserve_section .count_btn_wrap .count_btn {
    width: 52px;
    /* height: 39px; */
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.reserve_section .count_btn_wrap .count_btn.minus {
    background-image: url(/static/app_www_tw/reserve/img/icon_minus_active.png);
}

.reserve_section .count_btn_wrap .count_btn.minus:disabled {
    background-image: url(/static/app_www_tw/reserve/img/icon_minus.png);
    pointer-events: none;
}

.reserve_section .count_btn_wrap .count_btn.plus {
    background-image: url(/static/app_www_tw/reserve/img/icon_plus_active.png);
}

.reserve_section .count_btn_wrap .count_btn.plus:disabled {
    background-image: url(/static/app_www_tw/reserve/img/icon_plus.png);
    pointer-events: none;
}

.reserve_section .count_btn_wrap .count {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 11px 20px;
    border-radius: 10px;
    background-color: #fff;
}



/* ==================== section 개별 - 인원수, 일정 ==================== */
.reserve_section.section_schedule .input_btn_wrap,
.reserve_section.section_person .input_btn_wrap {
    justify-content: flex-end;
    align-items: flex-start;
}

.reserve_section.section_schedule .input_checkbox_wrap,
.reserve_section.section_person .input_checkbox_wrap {
    margin-top: 8px;
}

/* ==================== section 개별 - 현금영수증 ==================== */
.reserve_section.section_payment_method .radio_wrap {
    display: flex;
    align-items: center;
    gap: 12px 25px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.reserve_section.section_payment_method .section_content>button {
    padding: 14px 0;
    font-size: 20px;
}

.edk_file_area .edk_custom_file_wrap {
    width: 100%;
}

.edk_file_area .edk_custom_file_wrap .upload_name {
    background-color: #F1F1F1;
}

.reserve_section.section_payment_method .input_wrap .edk_file_area .edk_custom_file_wrap {
    /* width: calc(100% - 141px); */
}

.edk_file_area .edk_custom_file_wrap .edk_custom_file_close {
    right: 64px;
}

.reserve_section.section_payment_method .edk_file_area .btn_default {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 52px;
    height: 100%;
    top: 0;
    right: 0;
    padding: 16px;
    background-color: #1A2239CC;
    border-radius: 0 10px 10px 0;
}

.return_alert_wrap {
    margin-top: 30px;
    border: 1px solid #E1E1E1;
    background-color: #fff;
    border-radius: 10px;
    padding: 16px;
}

.return_alert_wrap .return_msg {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.return_alert_wrap.center .return_msg {
    width: 100%;
    text-align: center;
}

.return_alert_wrap.between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.return_alert_wrap.between .copy_box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.return_alert_wrap.between .copy_btn {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
    font-weight: 400;
    color: #5E5E5E;
    padding: 5px 8px;
    background-color: #EBEBEB;
    border-radius: 50px;
}

.return_alert_wrap.between .copy_btn .icon_wrap {
    display: flex;
    width: 13px;
}

.section_payment .alert_list {
    margin-top: 30px;
}

/* ==================== section 개별 - 골프팀여부, 기사님숙박여부 ==================== */
.reserve_section.section_golfteam .section_list .select_item,
.reserve_section.section_stay .section_list .select_item {
    font-size: 18px;
    padding: 17px 0;
}

/* ==================== section 개별 - 대기시간 ==================== */

.reserve_section.section_waittime .section_list .select_item {
    font-size: 18px;
    padding: 17px 0;
}

.reserve_section.section_waittime .section_list .select_item span {
    /* font-size: 16px; */
}

.reserve_section.section_waittime .input_btn_wrap.waittime_reason {
    margin-top: 25px;
}

/* ==================== section 개별 - 결제방식 ==================== */
.reserve_section.section_payment_method .edk_custom_select option:disabled {
    display: none;
}

.reserve_section.section_payment_method .edk_input_wrap {
    /* width: calc(100% - 141px); */
}

/* ==================== section 개별 - 결제방식 end ==================== */
/* ==================== section 개별 - 본인인증 ==================== */
#reserve_container .reserve_section.section_verify {
    padding-bottom: 44px;
}

.reserve_section.section_verify .section_list {
    gap: 0 20px;
}

.reserve_section.section_verify .section_list button {
    max-width: calc((100% - 20px)/2);
    font-size: 18px;
    padding: 17px 0;
}

.reserve_section.section_verify .section_list .btn_kakao {
    display: flex;
    justify-content: center;
    gap: 0 8px;
    align-items: center;
    background-color: #FEE500;
    color: #191600;
}

.reserve_section.section_verify .section_list .btn_kakao .img_wrapper {
    width: 21px;
    overflow: hidden;
    position: relative;
}

.reserve_section.section_verify .section_list .btn_kakao .img_wrapper:after {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.reserve_section.section_verify .section_list .btn_kakao .img_wrapper img {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    object-fit: cover;
}

.reserve_section.section_verify .verify_phone,
.reserve_section.section_verify .verify_complete .edk_input_wrap:not(:first-of-type) {
    margin-top: 25px;
}

.reserve_section.section_verify .verify_phone .input_btn_wrap:not(:last-of-type) {
    margin-bottom: 25px;
}

.reserve_section.section_verify .verify_phone .input_btn_wrap {
    align-items: flex-start;
}

.reserve_section.section_verify .sub_message {
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: absolute;
    top: 100%;
    transform: translateY(4px);
}

.reserve_section.section_verify .sub_message.error {
    color: var(--error-color);
}

.reserve_section.section_verify .sub_message.complete {
    color: var(--success-color);
}

/* ==================== section 개별 - 예약자명 ==================== */
.reserve_section.section_nickname .section_title .title_subtext {
    color: var(--red-color);
    width: 100%;
}

/* ==================== section 개별 - 약관 ==================== */
.reserve_section.section_terms .input_checkbox_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reserve_section.section_terms .input_checkbox_wrap:not(:last-of-type) {
    margin-bottom: 16px;
}

.reserve_section.section_terms .input_checkbox_wrap:not(.all_checkbox) {
    padding: 0 22px;
}

.reserve_section.section_terms .input_checkbox_wrap .edk_checkbox_area {
    color: #222;
    font-size: 16px;
}

.reserve_section.section_terms .input_checkbox_wrap.all_checkbox {
    padding: 17px 16px;
    background-color: #F2F4FE;
    border-radius: 10px;
}

.reserve_section.section_terms .input_checkbox_wrap.all_checkbox .edk_custom_checkbox+label {
    font-weight: 600;
}

.reserve_section.section_terms .input_checkbox_wrap .btn_terms {
    color: var(--main-color);
    /* text-decoration: underline; */
    cursor: pointer;
    font-size: 14px;
    display: flex;
    width: 24px;
}

.reserve_section.section_terms .section_content.content_estimate {
    margin-top: 50px;
}

.alert_list.disc li {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #222;
}

.alert_list.disc li:not(:last-child) {
    margin-bottom: 2px;
}

.alert_list.disc li::before {
    content: '';
    flex-shrink: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #222;
    margin: 8px 8px 0 3px;
}

.reserve_section .add_info {
    background-color: #F6F6F6;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 50px;
    min-height: 144px;
}

.reserve_section .add_info .info_title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.reserve_section .add_info .info_text {
    color: #777;
}

#reserve_container .estimate_n {
    padding: 16px 0;
    font-size: 16px;
    margin-top: 50px;
    border-radius: 50px;
}

#reserve_container .estimate_n .icon_wrap {
    display: flex;
    width: 24px;
}

.reserve_section .alert_text_box {
    margin-top: 20px;
}

.reserve_section .alert_subtext {
    font-size: 16px;
    color: var(--red-color);
}

.reserve_section .alert_subtext:not(:last-of-type) {
    margin-bottom: 4px;
}

/* ==================== section 개별 - 약관 end ==================== */

/* ==================== section 개별 - 결제금액 ==================== */
.reserve_section.section_payment {
    background-color: #F3F3F3;
}

.reserve_section.section_payment .section_title {
    margin-bottom: 9px;
}

.reserve_section.section_payment .section_subtext_wrap {
    margin-bottom: 25px;
}

.reserve_section.section_payment .section_subtext {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.reserve_section.section_payment .section_subtext_vat {
    color: #333;
    /* font-size: 22px; */
    /* font-weight: 700; */
}

.reserve_section.section_payment .section_subtext.text_parking {
    color: var(--red-color);
}

.reserve_section.section_payment .section_subtext:not(:last-of-type) {
    margin-bottom: 9px;
}

/* ==================== section 개별 - 결제금액 end ==================== */

/* ==================== section 개별 - 수화물 ==================== */
.reserve_section.section_baggage .section_title .title_text {
    width: calc(100% - 112px);
    word-break: keep-all;
}

textarea[name=schedule]+.input_checkbox_wrap {
    margin-top: 12px;
}

.input_flex_area:not(:first-child) {
    margin-top: 30px;
}

.input_stopover_wrap .input_flex_area:not(:first-child) {
    margin-top: 0;
}


@media screen and (max-width:1023px) {
    /* #reserve_container {
        height: calc(100vh - 95px);
    } */

    #reserve_container .main_area {
        width: 100%;
        padding: 32px 0;
    }

    #reserve_container .main_area .main_content {
        max-width: 100%;
    }

    .car_info {
        padding: 0px;
    }

    .car_info .swiper-button-next,
    .car_info .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .car_info .swiper-button-next,
    .car_info .swiper-rtl .swiper-button-prev {
        right: 0;
        top: calc(100% - 20px);
        border-radius: 0 4px 4px 0;
    }

    .car_info .swiper-button-prev,
    .car_info .swiper-rtl .swiper-button-next {
        left: initial;
        right: 31px;
        top: calc(100% - 20px);
        border-radius: 4px 0 0 4px;
    }

    .car_info .car_slide_item {
        padding: 16px 0 50px;
        gap: 18px;
    }


    .car_info .view_slide {
        margin-top: 8px;
    }

    .car_info .title {
        font-size: 18px;
    }

    .car_info .content {
        margin-top: 8px;
    }

    #reserve_container .reserve_section {
        padding: 20px 16px;
    }

    .reserve_input_wrap:not(:first-child) {
        margin-top: 32px;
    }

    #reserve_container .reserve_section .section_title:not(.title_price_wrap) .title_text {
        font-size: 18px;
    }

    #reserve_container .reserve_section:not(.section_payment, .section_cost) .section_title {
        margin-bottom: 20px;
    }

    #reserve_container .section_list.list_vehicle>li {
        width: calc((100% - 32px) / 5);
    }


    .section_title.title_price_wrap .main_price_area {
        font-size: 16px;
    }

    .section_title.title_price_wrap .discount_price_area {
        font-size: 16px;
    }

    .section_title.title_price_wrap .main_price_area .title_text span {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {

    .car_info .car_slide_item {
        /* flex-direction: column-reverse; */
        flex-direction: column;
    }

    .car_info .car_slide_item .desc_wrap,
    .car_info .car_slide_item .img_wrap {
        width: 100%;
    }

    #base_wrap #main_wrap>div .section_list.button .select_item {
        width: calc((100% - 8px) / 2);
    }





    /* ==================== addr list ==================== */

    /* #reserve_container .main_area .addr_detail_list {
        width: 343px;
    } */

    /* ==================== section - title ==================== */


    /* #reserve_container .main_area .main_content .reserve_section .section_title .title_subtext {
        font-size: 12px;
    } */

    .reserve_section.section_date .section_title {
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .reserve_section.section_date .section_title .date_count_wrap {
        width: 100%;
        text-align: center;
    }

    .reserve_section .section_subtext {
        font-size: 16px;
    }

    .reserve_section .section_subtext_vat {
        font-size: 20px;
    }

    .reserve_section .section_subtext_flex .section_subtext_vat {
        font-size: 18px;
    }

    /* ==================== section title - 금액 영역 ==================== */
    .return_alert_wrap {
        padding: 12px;
        position: relative;
    }

    .return_alert_wrap .return_msg {
        font-size: 16px;
        word-break: keep-all;
    }

    .return_alert_wrap.between {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .return_alert_wrap.between .copy_box {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .return_alert_wrap.between .copy_btn {
        position: absolute;
        top: 8px;
        right: 10px;
        padding: 4px 8px;
    }

    .section_title.title_price_wrap .before_price_area {
        font-size: 20px;
    }

    .section_title.title_price_wrap .main_price_area {
        flex-direction: column;
        align-items: flex-start;
    }

    .section_title.title_price_wrap>.price_area:not(:last-child) {
        margin-bottom: 8px;
    }

    .price_area .discount_price,
    .price_area .price_text {
        margin-left: auto;
        font-size: 18px;
    }

    #reserve_container .reserve_section.section_verify {
        padding-bottom: 40px;
    }

    /* ==================== section - list ==================== */
    #reserve_container .section_list.list_plantype,
    #reserve_container .section_list.list_golf,
    #reserve_container .section_list.list_stay {
        gap: 0 8px;
    }

    #reserve_container .section_list.list_vehicle {
        gap: 8px 7px;
    }

    #reserve_container .section_list.list_waittime {
        gap: 20px 8px;
    }

    #reserve_container .section_list.list_plantype>li {
        /* width: calc((100% - 16px)/3); */
    }

    #reserve_container .section_list.list_plantype.plantype_default>li {
        /* width: calc((100% - 8px)/2); */
    }

    #reserve_container .section_list.list_vehicle>li {
        width: calc((100% - 7px)/2);
        min-height: 124px;
    }

    #reserve_container .section_list.list_golf>li,
    #reserve_container .section_list.list_stay>li {
        width: calc((100% - 8px)/2);
    }

    #reserve_container .section_list.list_waittime>li {
        width: calc((100% - 8px)/2);
    }

    .input_flex_area {
        flex-direction: column;
        align-items: center;
    }

    .section_route .input_flex_area {
        gap: 0;
    }

    .reserve_section.section_route .btn_change {
        margin-top: 12px;
        height: 24px;
    }

    .reserve_section.section_route .btn_change.hidden+.input_box {
        margin-top: 8px;
    }

    .input_box {
        width: 100%;
    }

    /* ==================== section - 세부 공통  ==================== */
    /* #reserve_container  .reserve_section .section_content input,
    #reserve_container  .reserve_section .section_content select {
        padding: 8px;
    } */
    #reserve_container .reserve_section .section_content select {
        padding-right: 60px;
    }

    #reserve_container .reserve_section:not(.section_verify) .edk_input_wrap:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .reserve_section.section_date .section_content .input_btn_wrap.input_arrivedate,
    .reserve_section.section_date .vehicle_count {
        margin-top: 20px;
    }


    #reserve_container .reserve_section .input_btn_wrap {
        gap: 8px;
    }

    #reserve_container .reserve_section .input_btn_wrap .btn_check {
        max-width: 100%;
        font-size: 16px;
    }

    #reserve_container .reserve_section .input_btn_wrap .edk_input_wrap {
        width: 100%;
    }

    /* ==================== section 개별 - 일정유형 ==================== */
    .reserve_section.section_plantype .section_list li .item_subtext {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .reserve_section.section_plantype .section_list:not(.plantype_default)>li .select_item {
        gap: 4px;
        min-height: 82px;
        padding: 9px 0;
        font-size: 12px;
        flex-wrap: wrap;
    }

    .reserve_section.section_plantype .section_list.plantype_default>li .select_item {
        font-size: 18px;
        min-height: 60px;
    }

    #base_wrap #main_wrap #reserve_container .main_area .section_list .select_item:hover:not(.active) {
        border-color: #f1f1f1;
        background-color: #f1f1f1;

    }

    #base_wrap #main_wrap #reserve_container .reserve_section.section_plantype .section_list .select_item:hover:not(.active) {
        border-color: #222;
    }

    #base_wrap #main_wrap #reserve_container .reserve_section.section_plantype .section_list .select_item.type_shuttle:hover:not(.active) {
        color: #222;
    }

    .reserve_section.section_plantype .section_list>li .select_item:hover:not(.active) .arrow_wrapper {
        background-image: url("/static/app_www/base/img/icon_arrow_right_gray.png");
    }

    .reserve_section.section_plantype .section_list>li .select_item>* {
        display: block;
        width: 100%;
    }

    .reserve_section.section_plantype .section_list>li .select_item .arrow_wrapper {
        width: 8px;
        height: 8px;
        transform: rotateZ(90deg);
    }

    /* ==================== section 개별 - 차량선택 ==================== */
    .reserve_section.section_vehicle .section_list .select_item {
        font-size: 14px;
    }

    .reserve_section.section_vehicle .section_list .select_item .img_wrapper {
        height: 68px;
    }

    .reserve_section.section_vehicle .section_list .select_item:hover:not(.active) .text_title {
        color: #333;
    }

    .reserve_section.section_vehicle .section_list .icon_recomand {
        top: -8px;
        right: -2px;
        width: 32px;
        z-index: 5;
    }

    /* ==================== section 개별 - 경로입력 ==================== */


    .reserve_section.section_route .add_stopover,
    .reserve_section.section_route .edk_input_wrap.input_stopover_wrap .input_title {
        gap: 0 8px;
        width: 100%;
    }

    .reserve_section.section_route .add_stopover {
        margin-bottom: 7px;
    }

    /* ==================== section 개별 - 대기시간 ==================== */
    .reserve_section.section_waittime .section_title .title_text {
        margin-bottom: 8px;
    }

    .reserve_section.section_waittime .input_btn_wrap.waittime_reason {
        margin-top: 20px;
    }

    /* ==================== section 개별 - 본인인증 ==================== */
    .reserve_section.section_verify .section_list {
        gap: 0 8px;
    }

    .reserve_section.section_verify .section_list button {
        max-width: calc((100% - 8px)/2);
    }

    .reserve_section.section_verify .verify_phone {
        margin-top: 48px;
    }

    .reserve_section.section_verify .verify_complete .edk_input_wrap:not(:first-of-type) {
        margin-top: 20px;
    }

    .reserve_section.section_verify .verify_phone .input_btn_wrap:not(:last-of-type) {
        margin-bottom: 20px;
    }

    /* ==================== section 개별 - 예약자명 ==================== */

    .reserve_section.section_nickname .section_title .title_text {
        margin-bottom: 8px;
    }

    /* ==================== section 개별 - 약관 ==================== */

    .reserve_section.section_terms .input_checkbox_wrap:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .reserve_section.section_terms .input_checkbox_wrap:not(.all_checkbox) {
        align-items: flex-start;
        padding: 0;
    }

    .reserve_section.section_terms .input_checkbox_wrap .edk_checkbox_area {
        /* max-width: 260px; */
        word-break: keep-all;
    }

    .reserve_section .add_info {
        margin-bottom: 48px;
        min-height: 133px;
    }

    .reserve_section .add_info .info_title {
        font-size: 16px;
    }

    .reserve_section .section_content>button {
        padding: 15px 0;
        font-size: 20px;
    }

    .reserve_section.section_terms .input_checkbox_wrap.all_checkbox {
        padding: 12px 12px;
    }

    /* ==================== section 개별 - 결제금액 ==================== */
    .reserve_section.section_payment .section_title {
        margin-bottom: 30px;
    }

    .reserve_section.section_payment .section_title .price_area {
        flex-wrap: wrap;
    }

    .reserve_section.section_payment .section_title .main_price_area .price_text {
        display: block;
        width: 100%;
        text-align: end;
    }

    .reserve_section.section_payment .section_subtext {
        margin-bottom: 40px;
    }

    /* ==================== section 개별 - 인원수 ==================== */
    .reserve_section.section_schedule .input_checkbox_wrap,
    .reserve_section.section_person .input_checkbox_wrap {
        margin-top: 20px;
    }

    /* ==================== section 개별 - 현금영수증 ==================== */
    .reserve_section.section_cashreceipt .section_title {
        margin-bottom: 25px;
    }

    .reserve_section.section_cashreceipt .radio_wrap {
        gap: 0 15px;
        margin-bottom: 30px;
    }

    .reserve_section.section_cashreceipt .section_content>button {
        font-size: 16px;
        padding: 10px 0;
    }

    .edk_file_area .edk_custom_file_wrap .upload_name {
        padding-right: 52px;
    }

    /* ==================== section 버튼 - 팝업 ==================== */

    .reserve_section .btn_popup {
        width: 100%;
        font-size: 18px;
    }

    .reserve_section .section_subtext_flex .btn_popup {
        width: auto;
    }

    .reserve_section.section_golfteam .btn_popup {
        margin-top: 20px;
    }

    .reserve_section .btn_popup .img_wrap {
        width: 20px;
    }
}

@media screen and (max-width:500px) {
    .car_info .img_box {
        max-width: 200px;
    }
}