.sub_title {
    position: relative;
    display: inline-block;
}

.sub_title::before {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.sidebar-widget .title {
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;

}

.res_notice>li {
    text-align: left;
    list-style-type: disc;
    line-height: 1.2rem;
    font-size: 0.99rem;
    color: #2F6FEB;
}

label.theme-btn {
    padding: 4px 8px;
    line-height: 1em;
    border: 1px solid #243453;
    background: #fff;
    color: #243453;
    margin-right: 10px;
    margin-bottom: 10px;
}

input[type=radio].btn-check:checked+label,
input[type=radio].btn-check-big:checked+label {
    color: #fff;
    background: #243453;
}

button.theme-btn {
    padding: 0 12px;
    margin-top: 35px;
}

input[type=radio].btn-check-big+label {
    display: flex;
    width: 24.5%;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    padding: 15px 0;
}
.input-box {
    margin:8px 0;
}
.input-box > p{
    line-height: 1.25em;
    font-weight: 600;
}
.checkbx_priv {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
}
.search_dlv{
    border:0;
    width:83%;
}
.btn_dlv{
    background:none;
    border:1px solid #ddd;
    border-radius: 4px;
    padding:4px 8px;
}
.btn_dlv.bus{
    padding:4px 24px;
}
.result_time{
    border:1px solid #ddd;
    border-radius: 8px;
    padding:4px 0;
}
.car_select_bx{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    background:#fff;
    margin:0;
    box-sizing: border-box;
}
.car_select_bx > input{
    display: none;
}
.car_select_bx > label{
    display: block;
    width:50%;
    box-sizing: border-box;
    border:1px solid #ddd;
    border-top:0;
    border-right:0;
    padding:8px 16px;
    margin:0;
    cursor: pointer;
}
.car_select_bx > label:nth-child(4n){
    border-right:1px solid #ddd;
}
.car_select_bx > label:nth-child(2),
.car_select_bx > label:nth-child(4){
    border-top:1px solid #ddd
}
.car_select_bx > input:checked + label{
    background:#243453;
    color:#fff;
}
.res_info_modal{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.res_h4{
    background:#243453;
    color:#fff;
    font-size:1.5rem;
    display: block;
    width:100%;
    text-align: center;
    padding:24px 0;
    font-weight: bold;
}
.res_h5{
    margin-top:24px;
    font-size:1.125rem;
    font-weight: 900;
}

.res_info_modal > ul,
.res_info_modal > dl{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width:80%;
    margin:0 auto;
}

.res_info_modal > ul{
    justify-content: center;
    margin:24px auto;
}
.res_info_modal > ul > li:first-child{
    margin-right:8px;
}
.res_info_modal > ul > li > button{
    background:#243453;
    color:#fff;
    border:0;
    border-radius: 4px;
    padding:16px 24px;
}

.bus-list > input[type=radio].btn-check-big+label {

    width: 33%;
}
.driving-list> input[type=radio].btn-check-big+label {

    width: 49%;
}
button.form-control{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top:4px;
    line-height: 1.5rem;
    padding:4px 20px !important;
    background:#f9f9f9 !important;
    border:0;
}
.view_car_all{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 4px;
    border:1px solid #f3f3f3;
    background:#fff;
    margin:0 auto 16px;
}
.view_car_all > div{
    display: block;
    width:11.11%;
    padding:0 8px;
}
.view_car_all > div > p{
    display: block;
    width:100%;
}
.view_car_all > div > p > img{
    display: block;
    width:100%;
    max-width:120px;
}
.view_car_all > div > p.car_images_thm > img{
    max-width: 100%;

}
.car_info_prev{
    margin-top:16px;
    border:1px solid #f3f3f3;
    background:#f9f9f9;
    border-radius: 16px;
    padding:16px 0;
}
.car_option_info > ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.car_option_info > ul > li{
    margin-right:8px;
    padding:4px 16px;
    border-radius: 4px;
    background:#243453;
    color:#fff;
}
.ins_list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 100% !important;
}
.driving-list,
.bus-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.price_popup_btn{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;

}
.form_search_bx{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width:100%;
}
.res_search_text{
    width:40%;
    max-width:600px;
    padding:8px 24px;
    box-sizing: border-box;
    margin-right:16px;
}
.res_search_btn{
    border-radius: 4px;
    background:#243453;
    color:#fff;
    font-size:16px;
    line-height: 1em;
    padding:0 56px;
    border:0;
}
.pay_ico{
    width:20px;
}
/* 결제완료 */
.car_result_bx{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40vh;
}
.result_car_icon{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:5vw;
    height:5vw;
    background:#243453;
    border-radius: 15vw;
    margin-bottom:24px;
}
.result_car_icon > i{
    color:#fff;
    font-size:36px;
}
.result_title{
    font-size:24px;
    margin-bottom:24px;
}
.result_num{
    color:#243453;
    font-weight: bold;
    border:1px solid #243453;
    padding:16px 48px;
    border-radius: 4px;
}
.result_info{
    font-size:14px;
    color:#999
}

@media (max-width:991px){
    .col-lg-12{
        box-sizing: border-box;
    }
    .view_car_all{
        flex: 0 0 100%;
        width:100% !important;
        max-width:100%;
        font-size:14px;
    }
    .car_info_prev > .row.col-lg-12{
        margin:0;
        padding:0;
        width:100%;
        max-width: inherit !important;
    }
    .car_info_prev > .row.col-lg-12 > .col-3{
        width:33% !important;
        max-width: inherit;
        flex:0 0 33%;
        margin-bottom:8px;
    }
    .car_option_info > ul > li{
        margin-bottom:8px;
    }
}
/*------------------모바일*/
@media (max-width:768px) {
    .main-menu-content ul{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    .main-menu-content ul li{
        width:100%;
    }
    /* .main-menu-content ul li:first-child{
        margin-right:4%;
    }
    /* .main-menu-content ul li:first-child,
    .main-menu-content ul li:nth-child(2){
        width:48%;
    }
    .main-menu-content > nav > ul > li:first-child > a,
    .main-menu-content > nav > ul > li:nth-child(2) > a{
        padding:8px 16px;
    }*/
    .lent_reservation_title{
        margin-bottom:16px;
    }
    .footer_rent_call{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom:16px;
    }
    .footer_rent_call > li:first-child{
        border-right:0;
    }
    .lent_reservation_big_title{
        font-size:1.25rem
    }
    .section-heading .sec__title{
        font-size:24px;
    }
    .section-tab .nav-tabs{
        flex-wrap: nowrap;
        overflow-x:scroll ;
        margin-bottom:16px;
        padding-bottom:8px;
        border-bottom:1px solid #f9f9f9;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .section-tab .nav-tabs.payment{
        flex-wrap: wrap;
        margin-bottom:16px;
        padding-bottom:8px;
        overflow-x: inherit;
    ;
    }
    .section-tab .nav-tabs::-webkit-scrollbar{
        display: none;
    }
    .section-tab .nav-tabs .nav-link{
        border:1px solid #dcdcdc;
        border-radius: 48px;
        white-space: nowrap;
    }
    .section-tab .nav-tabs.payment > .col-4{
        width:48%;
        flex:inherit;
        max-width:inherit;
    }
    .section-tab .nav-tabs.payment .nav-link{
        border:1px solid #dcdcdc;
        border-radius: 8px;
        white-space: nowrap;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .section-tab .nav-tabs.payment .nav-link > span > img,
    .section-tab .nav-tabs.payment .nav-link > span > i{
        margin-right:4px;
    }
    .section-tab .nav-tabs.service_list_tab{
        padding-bottom:0;
    }
    .section-tab .nav-tabs.service_list_tab .nav-item{
        margin-right:0 !important;
    }
    .section-tab .nav-tabs.service_list_tab .nav-link.active{
        color: #fff;
        background-color: #243453;
    }
    .section-tab .nav-tabs.service_list_tab .nav-link{
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
        background-color: transparent;
        color: #243453;
        border: none;
        padding: 9px 16px 9px 16px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        font-weight: 500;
        border: 1px solid #f7f7f7;
        border-bottom: 0;

    }
    .rent_table_bx{
        flex-wrap: wrap;
    }
    .rent_table_bx > .rent_guide_tb{
        width:100%;
    }
    .rent_table_bx > .rent_guide_tb.rent_guide_tb-3{
        width:100%;
    }
    .rent_guide_card_bx.three_bx > .rent_card{
        width:100%;
    }
    .rent_guide_card_bx > .rent_card{
        width:100%;
    }
    .view_car_all{
        flex-wrap: wrap;
        padding-top:16px;
        padding-bottom:16px;
        align-items: stretch;
    }
    .view_car_all > div{
        width:50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .view_car_all > div:first-child{
        width:100%;
    }
    .view_car_all > div:nth-child(5),
    .view_car_all > div:nth-child(4){
        padding-bottom:8px;
        border-bottom:1px solid #f3f3f3;
        margin-bottom:8px;
    }
    .search-fields-container > .tab-pane > .col-lg-12{
        padding:0;
    }
    .car_info_prev > .row{
        padding:0;
        margin:0;
    }
    .car_info_prev > .row.col-lg-12 > .col-3{
        width:50% !important;
        max-width: inherit;
        flex:0 0 50%;
        margin-bottom:8px;
    }
    .car_option_info > ul > li{
        width:calc(50% - 4px);
        padding: 4px 0;
        text-align: center;
        margin-bottom: 4px;

    }
    .car_option_info > ul > li:nth-child(2n){
        margin-right:0;
    }
    input[type=radio].btn-check-big+label{
        width:calc(50% - 4px);
        padding: 15px 0;
        line-height:1.125em;
    }
    .respon_price{
        padding:0 !important;
    }
    .price_area{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top:8px;
    }
    .total_price{
        margin:0 !important;
        width:100%;
    }
    .respon_price{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width:100%;
        margin:0 auto !important;
        text-align: center;
    }
    .respon_price .theme-btn{
        margin-top:16px !important;
        margin-right: 0 !important;
        padding: 0 24px !important
    }
    .respon_price .theme-btn:nth-child(3){
        margin-left:16px !important;
    }

    .sidebar-widget .title {
        font-size: 18px;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        padding-bottom: 0px;
    }
    .checkbx_priv{
        margin: 0 !important;
    }
    .driving-list{
        padding:0 !important;
        display: flex;
        justify-content: space-between;
    }
    .driving-list> input[type=radio].btn-check-big+label{
        justify-content: center !important;
    }
    .section--padding{
        padding-top:40px;
        padding-bottom:40px;
    }
    .search-fields-container{
        padding:0;
    }
    .result_time{
        margin-top:24px;
    }
    label{
        margin-bottom:0;
        margin-top:8px;
    }
    .check_same_location{
        font-size:15px;

    }
    .sidebar-widget > h2{
        font-size:20px;
    }
    .rent_guide_title{
        font-size:18px;
    }
    .car_view_bg_mo{
        background:#fff;
    }
    .car_view_bg_mo .row{
        margin : 0;
    }
    .view_car_all{
        margin-bottom:8px !important;
    }
    .form_search_bx{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-bottom:16px;
        border-bottom:1px solid #ccc;
        margin-bottom:0 !important;
    }
    .res_search_text{
        width:100%;
        margin-right:0;
        margin-bottom:4px;
    }
    .res_search_btn{
        width:100%;
        padding:16px 0;
    }
    .res_h5{
        margin-bottom:16px;
    }
    .res_info_modal > dl{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom:16px;
    }
    .res_info_modal > dl > dt{
        margin-bottom:0;
    }
}

.popup_wrap{
    display: block;
    width:100%;
    margin:0 auto;
    padding-bottom:24px;
}
.popup_wrap > h2{
    display: block;
    width:100%;
    font-size:20px;
    background:#243453;
    color:#fff;
    padding:8px 0;
    text-align: center;
}
.popup_info{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding:24px 0;
}
.count_info{
    display: block;
    width:100%;
}
.count_info > dl{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom:8px;
}
.count_info > dl > dt{
    width:30%;
    text-align: right;
    padding-right:16px;
    box-sizing: border-box;
}
.count_info > dl > dd{
    width:50%;
    text-align: left;
    background:#f7f7f7;
    border-radius: 8px;
    padding:4px 8px;
    font-weight: bold;
    box-sizing: border-box;
}
.count_notice{
    display: block;
    width:100%;
    text-align: center;
    font-size:14px;
    color:#243453
}
.close_area{
    display: block;
    width:100%;
    margin:24px auto 0;
}
.close_area > input{
    display: block;
    width:60%;
    background:#243453;
    color:#fff;
    font-size:16px;
    border:0;
    border-radius: 4px;
    padding:12px 0;
    margin:0 auto;
}