
.main_img_slider {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.main_title {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.main_title>h2 {
    font-size: 4.5rem;
    text-align: center;
    font-weight: bold;
    position: relative;
    color: #000;
    line-height: 1em;
    margin-bottom: 35px;
}

.main_title>h2::before {
    display: block;
    content: "";
    width: 80%;
    height: 5px;
    background: #000;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.main_title_sm {
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1em;
    color: #000;
    margin-bottom: 13px;
}

.main_title_big {
    display: block;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    line-height: 1em;
    color: #000;
    margin-bottom: 100px;
}

.main_title>a {
    display: inline-block;
    margin: 0 auto;
    padding: 18px 80px;
    background: #1653CA;
    color: #fff;
    font-weight: normal;
    font-size: 1.5rem;
    border-radius: 1rem;
    white-space: nowrap;
}

.owl-nav {}

.main_img_slider .owl-nav>div {
    text-indent: -9999px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}

.main_img_slider .owl-nav>div:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.main_img_slider .owl-nav>div.owl-prev {
    background: url(../images/prev.png)no-repeat center center / cover;
    left: 40px;
}

.main_img_slider .owl-nav>div.owl-next {
    background: url(../images/next.png)no-repeat center center / cover;
    right: 40px;
}

.area_reservation_quick {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #F3F6FA;
    padding-bottom: 70px;
}
.car_price_tit{
    font-size:16px;
    font-weight: 400;
    letter-spacing: -0.05em;
}
.car_list_tit {
    margin: 12px auto;
    display: inline-block;
    align-items: center;
    border-radius: 8px;
    color: #fff;
    background: #243453;
    padding: 7px 20px;
}

.area_reservation_quick>.content_inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.event_area,
.car_list_area {
    padding: 0;
    width: 100%;
}

.car_item_bx {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 70px;
}

.car_item_date {
    color: #243453;
    font-size: 1.5rem;
    font-weight: bold;
}

.car_item_tit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #243453;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 2.25rem;
}

.car_item_timer>p {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}

.car_item_bx>a {
    color: #243453;
    border: 1px solid #243453;
    border-radius: 4px;
    padding: 3px 15px;
    margin-top: 45px;
    font-weight: 400;
    font-size: 14px;
}
.car_image_bx{
    display: block;
    width:100%;
    margin:0 auto;
    background:#fff;
    position: relative;
    border-radius: 20px;
}
.car_image_bx::after{
    display: block;
    content:"";
    padding-bottom:62%;
}
.car_image_bx > img{
    position: absolute;
    width:100%;
    height: 70%;
    object-fit: contain;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:0 16px;
}

.lent_area {
    padding: 64px 0;
}

.main_q_res {
    border-bottom: 5px solid #243453;
}

.goodtime_event_right {
    position: relative;
}

.goodtime_event_right>h3 {
    margin: 70px auto 40px;
    text-align: center;
    font-size: 2.25rem;
    color: #000;
    font-weight: bold;

}

.goodtime_event_right>a {
    position: absolute;
    bottom: 30px;
    right: 61px;
    z-index: 10;
    padding: 7px 18px;
    border: 1px solid #243453;
    border-radius: 4px;
    color: #243453;
}

.event_area .owl-item>a {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}

.event_area .owl-dots {
    display: flex;
    position: absolute;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    left: 61px;
    bottom: 37px;
}
.car_badge{
    background:#243453;
    color:#fff;
    font-size:12px;
    line-height: 1em;
    padding:4px 8px;
    border-radius: 4px;
    margin-right:8px
}

.car_list_bx_left .owl-dots{
    display: flex;
    position: absolute;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom:46px;
    left:50%;
    transform: translateX(-50%);
}

.car_list_bx_left .owl-dot,
.event_area .owl-dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #dcdcdc;
    margin-left: 5px;
}

.event_area .owl-dot:first-child {
    margin-left: 0;
}

.car_list_bx_left .owl-dot.active,
.event_area .owl-dot.active {
    background: #243860;
    width: 50px
}

.round-trip-flight {
    background: #F3F6F9;
}

.deal-card:hover {
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .15);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, .15);
    box-shadow: 0 0 40px rgba(82, 85, 90, .15);
}




@media only screen and (max-width:767px) {
    .down-button{
        display: none;
    }
    .owl-carousel .owl-item{
        min-height: 500px;
    }
    .owl-carousel .owl-item > div{
        width:100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 440px;
        position: relative;
        overflow: hidden;
    }
    .event_area .owl-carousel .owl-item img {
        width:100%;
        object-fit: cover;
        margin:auto;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
    }
    .car_item_bx{
        width:100%;
    }
    .owl-carousel .owl-item .car_item_bx img {
        width:100%;
        object-fit: contain;
        margin:auto;
    }
    .owl-carousel .owl-item img.main_slide_img{

        opacity: 0.5;
    }
    .event_area .owl-carousel .owl-item{
        min-height: 500px;
    }
    .event_area .owl-dots{
        bottom:35px;
        left:16px
    }
    .goodtime_event_right>a{
        bottom:20px;
        right:16px
    }
    .main_title{
        top:50%;
        transform: translate(-50%, -50%);
    }
    .main_title>h2{
        font-size:2.6rem;
    }
    .main_title>h2::before{
        display: none;
    }
    .main_title_sm{
        font-size:20px;
    }
    .main_title_big{
        font-size:26px;
        margin-bottom:56px;
    }
    .main_title>a{
        font-size:1.25rem;
        padding:16px 70px;
    }
    .car_item_bx > img{
        display: block; width:100%;
    }
    .footer_rent_call{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_rent_call > li:first-child{
        border-right:0;
    }
    .lent_reservation_big_title{
        font-size:1.5rem;
    }
}

@media only screen and (max-width:479px) {
    .owl-carousel .owl-item{
        min-height: 400px;
    }
}
@media only screen and (max-width:360px) {
    .owl-nav{
        display: none;
    }
}