.main_cont_inner {
    max-width: 1920px;
    margin: 0 auto;
}

/* 차량선택 */
.main_sect.car_select {
    overflow: hidden;
    position: relative;
    background: linear-gradient(0deg, #0A0C17, #0A0C17), linear-gradient(0deg, #060709, #060709);
    color: #fff;
    padding-top: 44px;
}

.main_sect.car_select::before,
.main_sect.car_select::after {
    content: "";
    display: block;
    width: calc(100% * 0.334);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) -10.64%, rgba(0, 0, 0, 0) 0.53%, rgba(0, 0, 0, 0.25) 10.1%, rgba(0, 0, 0, 0.4) 21.81%, rgba(0, 0, 0, 0.5) 34.57%, rgba(0, 0, 0, 0.7) 47.87%, rgba(0, 0, 0, 0.8) 62.46%, #000000 100%);
}

.main_sect.car_select::before {
    left: 0;
    transform: rotate(180deg);
}

.main_sect.car_select::after {
    right: 0;
}

.main_sect.car_select .main_title_wrap {
    margin-bottom: 50px;
    color: inherit;
    text-align: center;
}

.main_sect.car_select .main_title_wrap .logo {
    width: 86px;
    display: flex;
    margin: 0 auto 16px;
}

#car_slider .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.3;
}

#car_slider .car_img {
    max-width: 478px;
    display: flex;
    margin: 0 auto 30px;
}

#car_slider .car_info_wrap {
    color: inherit;
    visibility: hidden;
}

#car_slider .car_info {
    transition: all 0.3s ease;
    transform: translateY(100%);
    text-align: center;
}

#car_slider .swiper-slide-active .car_info_wrap {
    visibility: visible;
}

#car_slider .swiper-slide-active .car_info {
    transform: translateY(0);
}

#car_slider .car_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

#car_slider .car_content {
    margin-bottom: 30px;
}

#car_slider .btn_select_car {
    display: block;
    width: fit-content;
    padding: 16px 47px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
}

.main_sect.car_select .btn_car_slider {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 100px));
    width: 50px;
    aspect-ratio: 1/1;
    background-color: transparent;
    z-index: 3;
}

.main_sect.car_select .btn_car_slider.prev {
    left: 0;
}

.main_sect.car_select .btn_car_slider.next {
    right: 0;
}

.main_sect.car_select .btn_car_slider.swiper-button-disabled {
    opacity: 0.3;
}

.main_sect.car_select .bg_img {
    /* width: calc(100% * 0.338); */
    width: 100%;
    max-width: 600px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: url("/static/app_www/base/img/bg_car_slider.png") center / cover no-repeat;
}

/* 흐르는배너(기업로고) */
.main_banner.marquee_company {
    padding: 32px 0;
    background-color: #F8F8F8;
    overflow: hidden;
}

/* 예약리스트는 driver css */
/* 리뷰 영역 */
.main_sect.review {
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(222, 237, 255, 0.8) -119.36%, rgba(255, 255, 255, 0.2) 124.84%);
    padding-bottom: 0;
}

.main_sect.review::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 138px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(250, 250, 250, 0.7) 47.12%, #FAFAFA 98.56%);
}

.main_sect.review .main_title_wrap {
    display: flex;
    gap: 12px;
    margin-bottom: 50px;
}

.main_sect.review .main_title_wrap .title_area {
    width: calc((100% - 24px)/3);
    text-align: center;
}

.main_sect.review .main_title_wrap .title {
    font-size: 52px;
    color: #222;
    margin-bottom: 13px;
}

.main_sect.review .main_title_wrap .sub_title {
    font-size: 22px;
    font-weight: 500;
}

.main_sect.review .review_list_wrap {
    display: flex;
    gap: 12px;
    max-height: 945px;
    overflow: hidden;
}

.main_sect.review .marquee_review {
    width: calc((100% - 24px)/3);
}

.main_sect.review .review_list .review_item:not(:last-child) {
    margin-bottom: 12px;
}

.main_sect.review .review_item {
    border-radius: 12px;
    padding: 32px 24px;
    background-color: rgba(18, 164, 255, 0.08);
}

.main_sect.review .review_item .review_head {
    margin-bottom: 8px;
}

.main_sect.review .review_item .icon {
    width: 37px;
    aspect-ratio: 1/1;
    display: flex;
}

.main_sect.review .review_content {
    color: #101010;
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
}

.main_sect.review .review_img_box {
    display: flex;
    gap: 9px;
    margin-top: 16px;
}

.main_sect.review .review_img {
    width: calc((100% - 18px)/3);
    aspect-ratio: 1/1;
}

.main_sect.review .review_img .img_wrap {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.main_sect.review .review_img .img_wrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_sect.review .review_recomment_box {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    padding: 16px;
    border-radius: 12px;
    color: #222;
}

.main_sect.review .review_recomment_box .driver_name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    -webkit-text-size-adjust: 100%;
}

.main_sect.review .review_recomment {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

.main_sect.review .review_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #5E5E5E;
    font-size: 18px;
    margin-top: 20px;
}

/* 선택가능한 예약목적 */
.main_sect.purpose {
    background: linear-gradient(97.53deg, rgba(219, 228, 250, 0.3) 0.72%, rgba(216, 236, 255, 0.3) 26.97%, rgba(190, 217, 246, 0.3) 52.75%, rgba(193, 211, 248, 0.3) 77.09%, rgba(223, 223, 245, 0.3) 100%);

}

.main_sect.purpose .main_title_wrap {
    text-align: center;
    margin-bottom: 80px;
}

.main_sect.purpose .purpose_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.main_sect.purpose .purpose_item {
    width: calc((100% - 72px)/7);
    border-radius: 12px;
    background-color: #fff;
    padding: 24px 0;
}

.main_sect.purpose .purpose_item .icon_wrap {
    width: 93px;
    display: flex;
    margin: 0 auto 16px;
}


.main_sect.purpose .purpose_item .purpose_title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

/* 서비스 순서 설명 */
.main_sect.service {
    background-color: #FAFAFA;
}

.main_sect.service .main_title_wrap {
    margin-bottom: 80px;
}

.main_sect.service .main_title_wrap .title p:not(:last-child) {
    margin-bottom: 30px;
}

.main_sect.service .service_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.main_sect.service .service_item {
    width: calc((100% - 12px)/2);
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    height: 210px;
}

.main_sect.service .service_item.img {
    display: flex;
}

.main_sect.service .service_item:not(.img) {
    padding: 24px;
}

.main_sect.service .service_item .item_step {
    color: #F08800;
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
}

.main_sect.service .service_item .item_title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
}

.main_sect.service .service_item .item_content {
    color: #222;
    font-size: 16px;
}

/* 이벤트 */
.main_sect.event {
    position: relative;
    overflow: hidden;
}

.main_sect.event::before,
.main_sect.event::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 47.12%, #FFFFFF 98.56%);
    width: 250px;
}

.main_sect.event::before {
    transform: rotate(180deg);
    left: 0;
}

.main_sect.event::after {
    right: 0;
}

.main_sect.event .main_title_wrap {
    margin-bottom: 80px;
}

.main_sect.event .event_list {
    display: flex;
    gap: 24px;
}

.main_sect.event .event_item {
    width: 100%;
    max-width: 370px;
    cursor: pointer;
}

.main_sect.event .event_item .img_wrap {
    width: 100%;
    aspect-ratio: 1/0.603;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #C8C8C8;
}

.main_sect.event .event_item .img_wrap img {
    height: 100%;
    object-fit: cover;
}

.main_sect.event .event_item .info_top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.main_sect.event .event_item .badge {
    display: block;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.main_sect.event .event_item .badge.blue {
    background-color: var(--sub-color);
}

.main_sect.event .event_item .dttm {
    color: #5E5E5E;
    font-size: 14px;
}

.main_sect.event .event_item .event_title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
}

.main_sect.event .event_item .event_desc {
    color: #222;
}

/* app */
.main_sect.app .main_title_wrap .title {
    font-size: 65px;
}

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

    /* 차량선택 */
    .main_sect.car_select .main_title_wrap {
        margin-bottom: 30px;
    }

    #car_slider .car_title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    #car_slider .car_content {
        margin-bottom: 18px;
    }

    #car_slider .btn_select_car {
        font-size: 18px;
        padding: 14px 20px;
    }

    .main_sect.car_select .bg_img {
        max-width: 500px;
        top: 50px;
    }

    /* 흐르는배너(기업로고) */
    .main_banner.marquee_company {
        padding: 20px 0;
    }

    /* 리뷰 영역 */
    .main_sect.review .main_title_wrap {
        margin-bottom: 30px;
        gap: 8px;
    }


    .main_sect.review .main_title_wrap .title_area {
        width: calc((100% - 16px)/3);
    }

    .main_sect.review .main_title_wrap .title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .main_sect.review .main_title_wrap .sub_title {
        font-size: 16px;
    }

    .main_sect.review .review_list_wrap {
        max-height: 500px;
        flex-wrap: wrap;
    }

    .main_sect.review .marquee_review {
        width: 100%;
    }

    .main_sect.review .review_item {
        padding: 24px 16px;
    }

    .main_sect.review .review_item .icon {
        width: 30px;
    }

    .main_sect.review .review_content {
        font-size: 16px;
    }

    .main_sect.review .review_img_box,
    .main_sect.review .review_recomment_box {
        margin-top: 14px;
    }

    .main_sect.review .review_recomment {
        font-size: 14px;
    }

    .main_sect.review .review_bottom {
        font-size: 14px;
        margin-top: 14px;
    }

    /* 선택가능한 예약목적 */

    .main_sect.purpose .main_title_wrap {
        margin-bottom: 30px;
    }

    .main_sect.purpose .purpose_item {
        width: calc((100% - 12px)/2);
        padding: 16px;
    }

    .main_sect.purpose .purpose_item .icon_wrap {
        width: 80px;
        margin-bottom: 8px;
    }

    .main_sect.purpose .purpose_item .purpose_title {
        font-size: 16px;
    }

    /* 서비스 순서 설명 */
    .main_sect.service .main_title_wrap {
        margin-bottom: 30px;
    }

    .main_sect.service .main_title_wrap .title p:not(:last-child) {
        margin-bottom: 8px;
    }

    .main_sect.service .service_item {
        height: 180px;
    }

    .main_sect.service .service_item:not(.img) {
        padding: 16px;
    }

    .main_sect.service .service_item .item_step {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .main_sect.service .service_item .item_title {
        font-size: 18px;
    }

    .main_sect.service .service_item .item_content {
        font-size: 14px;
    }

    /* 이벤트 */
    .main_sect.event::before,
    .main_sect.event::after {
        display: none;
    }

    .main_sect.event .main_title_wrap {
        margin-bottom: 30px;
    }

    .main_sect.event .event_item {
        max-width: 300px;
    }

    .main_sect.event .event_item .img_wrap {
        margin-bottom: 16px;
    }

    .main_sect.event .event_item .event_title {
        font-size: 20px;
    }

    .main_sect.event .event_item .event_desc {
        font-size: 14px;
    }

    /* app */
    .main_sect.app .main_title_wrap .title {
        font-size: 24px;
    }
}

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

    /* 차량선택 */
    .main_sect.car_select {
        padding-top: 20px;
    }

    .main_sect.car_select::before,
    .main_sect.car_select::after {
        width: calc(100% * 0.15);
    }

    .main_sect.car_select .main_title_wrap {
        margin-bottom: 24px;
    }

    #car_slider .car_title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    #car_slider .car_content {
        margin-bottom: 14px;
    }

    .main_sect.car_select .btn_car_slider {
        display: none;
    }

    .main_sect.car_select .bg_img {
        top: 30px;
    }

    /* 서비스 순서 설명 */
    .main_sect.service .service_item {
        width: 100%;
    }
}