/* header #header_wrap.black {
    background-color: #000000EB;
} */

.bg_request {
    background: url(/static/app_www/base/img/bg_request.png) no-repeat bottom center/cover;
    /* background-color: #000000EB; */
}

.request_cont {
    padding: 44px 0 120px;
}

.title_wrap {
    margin-bottom: 80px;
}

.title_wrap .title {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

.title_wrap .title mark {
    color: var(--sub-color);
}

.title_wrap .desc {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.title_wrap .desc:not(:last-child) {
    margin-bottom: 2px;
}

.request_btn {
    margin-top: 80px;
    padding: 19px 0;
    font-size: 18px;
    font-weight: 600;
}

.request_wrap:not(:last-child) {
    margin-bottom: 30px;
}

.request_wrap {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 32px;
}

.title_box {
    margin-bottom: 24px;
}

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

.wrap_title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.wrap_title .icon_wrap {
    display: flex;
    width: 22px;
}

.wrap_desc {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.badge_schedule {
    background-color: #FFEFCEF2;
    border-radius: 6px;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
}

.list_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #F8F8F8E5;
}

.list_item strong {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-align: center;
    word-break: keep-all;
}

.list_item span {
    font-size: 12px;
    font-weight: 400;
    color: #222;
    text-align: center;
}

.list_item.active {
    background: linear-gradient(135deg, #9BE2FD, #018FC4);
}

.list_item.active strong,
.list_item.active span {
    color: #fff;
}

.car_list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.car_list .list_item {
    width: calc((100% - 40px) / 6);
    padding: 14px 8px;
    min-height: 121px;
}

.car_list .list_item .icon_wrap {
    display: flex;
    width: 100%;
    max-width: 99px;
    aspect-ratio: 1/0.6;
    position: relative;
}

.car_list .list_item .icon_wrap img {
    height: 100%;
    object-fit: contain;
    /* object-fit: cover; */
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.purpose_list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.purpose_list .list_item {
    width: calc((100% - 72px) / 10);
    padding: 12px 2px;
    gap: 8px;
}

.purpose_list .list_item .icon_wrap {
    display: flex;
    width: 100%;
    max-width: 51px;
}

.radio_wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.edk_WAI.radio+label {
    font-weight: 500;
    color: #fff;
}

.edk_WAI.radio+label:before {
    width: 20px;
    height: 20px;
    background: url(/static/app_www/base/img/icon_check_w.png) center / contain no-repeat;
}

.edk_WAI.radio:checked+label {
    color: var(--sub-color);
}

.edk_WAI.radio:checked+label:before {
    background-image: url(/static/app_www/base/img/icon_radio_active_b.png);
}

.addr_wrap {
    margin-top: 24px;
}

.row_inputs {
    display: flex;
    gap: 16px;
}

.row_inputs .edk_input_wrap {
    flex: 1 auto;
    display: flex;
    flex-direction: column;
}

.row_inputs .edk_input_wrap .input_flex_area {
    flex-grow: 1;
}

.row_inputs .fix_half {
    flex-grow: 0;
    width: calc((100% - 16px) / 2);
}

.swap_box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0;
}

.swap_addr {
    padding: 15px 0;
    display: flex;
    background-color: transparent;
    width: 24px;
}

.edk_input_wrap .input_title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    display: flex;
    gap: 6px;
    align-items: center;
    position: relative;
}

.tool_btn {
    display: flex;
    width: 20px;
    background-color: transparent;
}

.tool_wrap {
    display: none;
}

.tool_wrap.active,
.tool_btn:hover+.tool_wrap {
    display: block;
}

.tool_wrap .dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 9;
}

.alert_tool {
    position: absolute;
    top: -14px;
    left: 100px;
    transform: translateY(-100%);
    padding: 15px 12px;
    border-radius: 6px;
    background-color: var(--sub-color);
}


.alert_tool::after {
    content: '';
    display: block;
    width: 0px;
    height: 0;
    border: 7px solid transparent;
    border-top-color: var(--sub-color);
    position: absolute;
    bottom: 1px;
    left: 33px;
    transform: translateY(100%);
}

.tool_title {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.tool_title .icon_wrap {
    display: flex;
    width: 16px;
}

.tool_desc {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.edk_input.input_border {
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    padding: 16px;
    text-indent: 0;
    border-color: #EBEBEB;
}

.edk_input.input_border::placeholder {
    color: #888888;
}

.stopover_item {
    margin-top: 12px;
    position: relative;
}

.stopover_item .stopover_num {
    border-radius: 2px;
    background-color: #BFE1EE;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 5px;
    color: #262627;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.stopover_item .remove_stopover {
    background-color: transparent;
    display: flex;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.stopover_item .edk_input.input_border {
    padding: 16px 42px;
}

.btn_icon {
    display: flex;
    background-color: transparent;
    gap: 6px;
    align-items: center;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.btn_icon .icon_wrap {
    display: flex;
    width: 20px;
}

.mt_50 {
    margin-top: 50px;
}

.cnt_check_wrap {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.edk_WAI.checkbox+label {
    font-weight: 500;
    color: #fff;
    padding-left: 26px;
}

.edk_WAI.checkbox+label:before {
    width: 20px;
    height: 20px;
    top: 1px;
    background: url(/static/app_www/base/img/icon_check_w.png) center / contain no-repeat;
}

.edk_WAI.checkbox:checked+label:before {
    background-image: url(/static/app_www/base/img/icon_check_active_b.png);
}

.edk_input.input_border[name=people_cnt] {
    padding-right: 108px;
}

.edk_input.input_border.date {
    background: url(/static/app_www/base/img/icon_calendar_w.png) no-repeat right 16px center /16px;
    padding-right: 40px;
    cursor: pointer;
}

/* ==================== addr list ==================== */
.addr_detail {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.addr_detail .dim {
    position: fixed;
    left: 0;
    top: 0;
    width: 100dvw;
    height: 100dvh;
    z-index: 1;
}

.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;
}

.addr_detail_list li {
    padding: 0px 16px;
    color: #333;
    cursor: pointer;
}

.addr_detail_list li>div {
    padding: 12px 0;
}

.addr_detail_list li:not(:last-of-type)>div {
    border-bottom: 1px solid #E1E1E1;
}

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

.addr_detail_list li address {
    font-size: 14px;
    margin-top: 4px;
}

/* ==================== addr list end ==================== */
.input_flex_area.in_btn .edk_input {
    padding-right: 110px;
}

.input_flex_area.in_btn .btn_default {
    background-color: #F8F8F8;
    width: 100px;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    border: none;
}

.edk_input_wrap .input_flex_area:not(:last-of-type) {
    margin-bottom: 24px;
}

.terms_head {
    padding-bottom: 16px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 16px;
}

.terms_head .edk_WAI.checkbox+label {
    font-size: 18px;
}

.terms_head .edk_WAI.checkbox+label:before {
    top: 2px;
}

.terms_head+div {
    padding: 0 16px;
}

.input_checkbox_wrap:not(:last-child) {
    margin-bottom: 14px;
}

.input_checkbox_wrap .btn_terms {
    font-size: 13px;
    color: #fff;
    padding-top: 4px;
}

.terms_head+div .edk_WAI.checkbox+label {
    font-size: 14px;
}

.terms_head+div .edk_WAI.checkbox+label:before {
    top: -1px;
}

.check_alert {
    padding: 20px;
}

.alert_info .terms_head {
    padding-bottom: 0;
    border: none;
    margin-bottom: 12px;
}

.alert_info .edk_WAI.checkbox+label {
    color: #FF5757;
}

.alert_info .edk_WAI.checkbox+label:before {
    background-image: url(/static/app_www/base/img/icon_check_r.png);
}

.alert_info .edk_WAI.checkbox:checked+label:before {
    background-image: url(/static/app_www/base/img/icon_check_active_r.png);
}

.alert_info .terms_head+div p {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    color: #FF5757;
}

.alert_info .terms_head+div p::before {
    content: '';
    display: block;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #FF5757;
    margin: 9px 9px 9px 6px;
    flex-shrink: 0;
}

.edk_input.input_border:disabled {
    background-color: rgba(255, 255, 255, 0.2);
}

.edk_input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px transparent inset;
    -webkit-text-fill-color: #fff;
}

.edk_input:disabled:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 40rem rgba(255, 255, 255, 0.2) inset;
}

.edk_input.input_border.required {
    background-color: #FF575733 !important;
}

/* .edk_input_wrap .message_input {
    width: 100%;
} */

@media screen and (max-width:1023px) {
    .request_cont {
        padding-bottom: 80px;
    }

    .title_wrap {
        margin-bottom: 50px;
    }

    .title_wrap .title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .title_wrap .desc {
        font-size: 16px;
    }

    .request_btn {
        margin-top: 50px;
        padding: 12px 0;
        font-size: 16px;
    }

    .request_wrap:not(:last-child) {
        margin-bottom: 24px;
    }

    .request_wrap {
        padding: 16px;
    }

    .wrap_title {
        font-size: 20px;
    }

    .wrap_title .icon_wrap {
        width: 20px;
    }

    .wrap_desc {
        font-size: 14px;
    }

    /* .title_box {
        margin-bottom: 20px;
    } */

    .car_list .list_item {
        width: calc((100% - 16px) / 3);
    }

    .purpose_list .list_item {
        width: calc((100% - 48px) / 7);
    }



    .edk_input_wrap .input_title {
        font-size: 14px;
    }


    .badge_schedule {
        padding: 6px 10px;
    }

    .btn_icon {
        font-size: 14px;
    }

    .mt_50 {
        margin-top: 32px;
    }

    .check_alert {
        padding: 16px;
    }

    .check_alert {
        padding: 16px 12px;
    }

    .terms_head+div {
        padding: 0 12px;
    }

    .alert_tool {
        left: 85px;
    }
}

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


    .purpose_list .list_item {
        width: calc((100% - 16px) / 3);
    }

    .row_inputs {
        flex-direction: column;
        gap: 24px;
    }

    .edk_WAI.radio+label {
        font-size: 14px;
    }

    .mt_50 {
        margin-top: 24px;
    }

    .addr_wrap .row_inputs {
        gap: 0;
    }

    /* .swap_box {
        margin-top: 8px;
    } */
    .edk_input[name=start_addr] {
        margin-bottom: 12px;
    }

    .swap_addr {
        padding: 10px 10px 0;
        width: 44px;
    }

    .swap_addr img {
        transform: rotate(90deg);
    }

    .row_inputs .fix_half {
        width: 100%;
    }

    .check_alert {
        padding: 16px 0px;
    }

    .cnt_check_wrap .edk_WAI.checkbox+label {
        font-size: 14px;
    }

    .cnt_check_wrap .edk_WAI.checkbox+label:before {
        top: 0;
    }

    .input_flex_area.in_btn .edk_input {
        padding-right: 90px;
    }

    .input_flex_area.in_btn .btn_default {
        width: 84px;
        font-size: 14px;
    }
}

@media screen and (max-width:500px) {
    .car_list .list_item {
        width: calc((100% - 8px) / 2);
    }

    .alert_tool {
        left: 0;
    }

    .alert_tool::after {
        left: 118px;
    }

}