.g-recaptcha.unlock {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.grecaptcha-badge {
    display: none;
}

a, a:link, a:visited {
    color: #000000;
    text-decoration: none
}

    a:hover {
        color: #000000;
        text-decoration: none;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 2.4375rem;
    height: 1.25rem;
}

    .switch input {
        width: 0;
        height: 0;
        opacity: 0;
    }

        .switch input:checked + .slider {
            background-color: #000000;
        }

            .switch input:checked + .slider:before {
                -webkit-transform: translateX(1.1875rem);
                transform: translateX(1.1875rem);
            }

    .switch .slider {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2.125rem;
        background-color: #cccccc;
        cursor: pointer;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .switch .slider::before {
            position: absolute;
            top: 0.125rem;
            left: 0.125rem;
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background-color: #ffffff;
            content: '';
            -webkit-transition: 0.4s;
            transition: 0.4s;
        }

.banner-container {
    position: relative;
    height: 18.75rem;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .banner-container .full-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .banner-container .banner-wrapper {
        position: absolute;
        /*width: 91.92708333333333%;*/
        padding-left: 0;
        padding-right: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

        .banner-container .banner-wrapper .title {
            color: #ffffff;
            letter-spacing: 0.5rem;
            font-weight: 500;
            font-size: 1.75rem;
            padding-top: 1.4em;
        }

        .banner-container .banner-wrapper .description {
            margin-top: 0.875rem;
            width: 10.625rem;
            color: #ffffff;
            letter-spacing: 0.09375rem;
            line-height: 1.5;
        }

.navbar {
    position: sticky;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 99;
    border-bottom: 0.0625rem solid #e2e2e2;
    background-color: #ffffff;
    opacity: 0;
    cursor: default !important;
    -webkit-transition: opacity 0.28s ease-out;
    transition: opacity 0.28s ease-out;
    pointer-events: none;
}

    .navbar .compare-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.9375rem;
        border-bottom: 0.0625rem solid #eeeeee;
    }

        .navbar .compare-container .title-wrapper {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: 2.25em;
        }

            .navbar .compare-container .title-wrapper .title {
                display: inline-block;
                letter-spacing: 0.125rem;
                font-weight: 500;
                font-style: normal;
                font-stretch: normal;
                font-size: 1rem;
                line-height: 1.63;
            }

            .navbar .compare-container .title-wrapper .different-wrapper {
                display: none;
            }

        .navbar .compare-container .car-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-left: 3.125rem;
            gap: 0.3125rem;
        }

            .navbar .compare-container .car-list .car-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .navbar .compare-container .car-list .car-item .img-wrapper {
                    overflow: hidden;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                    width: 4.25rem;
                }

                    .navbar .compare-container .car-list .car-item .img-wrapper img {
                        height: 100%;
                    }

                    .navbar .compare-container .car-list .car-item .img-wrapper button {
                        display: none;
                    }

                .navbar .compare-container .car-list .car-item .info-wrapper {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    margin-left: 0.25rem;
                }

                    .navbar .compare-container .car-list .car-item .info-wrapper .name {
                        font-weight: 600;
                        font-size: 0.75rem;
                        font-family: Nobel;
                    }

                    .navbar .compare-container .car-list .car-item .info-wrapper .price {
                        font-size: 0.75rem;
                        font-family: Nobel;
                    }

                        .navbar .compare-container .car-list .car-item .info-wrapper .price .text {
                            letter-spacing: 0.03125rem;
                            font-weight: 500;
                            font-size: 0.625rem;
                        }

                .navbar .compare-container .car-list .car-item:last-child {
                    display: none;
                }

    .navbar .info-links-container {
        overflow-y: auto;
        height: 2.8125rem;
        background-color: #ffffff;
        cursor: default;
    }

        .navbar .info-links-container .links-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
        }

            .navbar .info-links-container .links-list .links-item a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 0 0.9375rem;
                width: 100%;
                height: 100%;
                color: #000000;
                white-space: nowrap;
                font-size: 0.875rem;
            }

                .navbar .info-links-container .links-list .links-item a.active {
                    border-bottom: 0.125rem solid #000000;
                    font-weight: 500;
                }

        .navbar .info-links-container::-webkit-scrollbar {
            display: none;
        }

.jquery-modal {
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.85);
}

    .jquery-modal .finished-modal {
        position: relative;
        padding: 1.25rem;
        width: 100%;
        border-radius: 0;
        background-color: #ffffff;
    }

        .jquery-modal .finished-modal .close-icon {
            position: absolute;
            top: 1.25rem;
            right: 1.25rem;
        }

            .jquery-modal .finished-modal .close-icon .icon {
                width: 1.25rem;
                height: 1.25rem;
            }

        .jquery-modal .finished-modal .img-wrapper {
            margin: 3.75rem auto 1.5625rem;
            width: 9.375rem;
            height: 9.375rem;
        }

        .jquery-modal .finished-modal .desc {
            text-align: center;
            letter-spacing: 0.25rem;
            font-weight: 500;
            font-size: 1.125rem;
        }

        .jquery-modal .finished-modal .finished-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 3.75rem auto;
            width: 11.25rem;
            height: 3.875rem;
            background-color: #000000;
            color: #ffffff;
            letter-spacing: 0.25rem;
        }

.main {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*width: 91.92708333333333%;*/
}

    .main .breadcrumb-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 3rem auto 0;
        color: #000000;
        letter-spacing: 0.0625rem;
        font-family: Nobel;
    }

        .main .breadcrumb-container .breadcrumb-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 0.5rem;
        }

            .main .breadcrumb-container .breadcrumb-list li a {
                color: #000000;
            }

        .main .breadcrumb-container .collection-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-bottom: 0.3125rem;
            border-bottom: 0.125rem solid #000000;
            letter-spacing: 0.03125rem;
            font-weight: 500;
            font-size: 0.875rem;
            gap: 1.375rem;
        }

            .main .breadcrumb-container .collection-wrapper .icon {
                width: 1.25rem;
                height: 1.25rem;
            }

    .main .empty-list-container {
        display: none;
        margin-top: 7.6875rem;
        margin-bottom: 8.125rem;
        padding: 0 0.9375rem;
    }

        .main .empty-list-container .empty-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 2.4375rem;
        }

            .main .empty-list-container .empty-list .empty-item {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 8.75rem;
                height: 10.625rem;
                border: 0.125rem dashed rgba(102, 102, 102, 0.4);
                background-image: url("../icon/add-icon.png");
                background-position: center;
                background-size: 2.25rem 2.25rem;
                background-repeat: no-repeat;
            }

                .main .empty-list-container .empty-list .empty-item .search-btn {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    visibility: hidden;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    width: 14.5rem;
                    height: 4.6875rem;
                    background-color: #000000;
                    color: #ffffff;
                    letter-spacing: 0.3125rem;
                    font-size: 1.125rem;
                    opacity: 0;
                    cursor: pointer;
                }

                .main .empty-list-container .empty-list .empty-item::after {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    z-index: -1;
                    display: block;
                    background-color: #e3e3e3;
                    content: '';
                    opacity: 0.4;
                }

                .main .empty-list-container .empty-list .empty-item:last-child {
                    display: none;
                }

    .main .compare-container {
        margin-top: 2.5rem;
    }

        .main .compare-container .img-wrapper .img-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            gap: 0.9375rem;
        }

            .main .compare-container .img-wrapper .img-list li:first-child {
                -ms-flex-preferred-size: 6.625rem;
                flex-basis: 6.625rem;
            }

            .main .compare-container .img-wrapper .img-list .img-item {
                position: relative;
                padding-bottom: 0.625rem;
                padding-right: 0;
                width: 6.25rem;
                border-bottom: 0.125rem solid #000000;
                -ms-flex-preferred-size: calc((100% - 6.875 rem) / 2);
                flex-basis: calc((100% - 6.875 rem) / 2);
            }

                .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .car-img-wrapper {
                    position: relative;
                    overflow: hidden;
                }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .car-img-wrapper:before {
                        content: "";
                        display: block;
                        padding-bottom: calc(100% / (3/2));
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .car-img-wrapper img {
                        height: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        transform: scale(1.15);
                    }

                        .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .car-img-wrapper img.is-clicked {
                            transform: scale(1.15);
                        }

                .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .remove-btn {
                    position: absolute;
                    top: 0;
                    right: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    width: 1.5rem;
                    height: 1.5rem;
                    background-color: #ffffff;
                    z-index: 1;
                }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .remove-btn .icon {
                        width: 0.875rem;
                        height: 0.875rem;
                    }

                .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper {
                    position: relative;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    margin-top: 0.625rem;
                }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .name {
                        display: inline-block;
                        font-weight: 600;
                        font-size: 0.875rem;
                        font-family: Nobel;
                        margin-bottom: 0.5rem;
                        -webkit-line-clamp: 1;
                        display: -webkit-box;
                        overflow: hidden;
                        -webkit-box-orient: vertical;
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .icon {
                        position: absolute;
                        top: -0.1875rem;
                        right: 0;
                        width: 1.25rem;
                        height: 1.25rem;
                        cursor: pointer;
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .favorite-btn.is-clicked {
                        background-image: url("../icon/love-fill-icon.png");
                        background-position: center;
                        background-size: 1.5rem 1.5rem;
                        background-repeat: no-repeat;
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .icon .icon-size_96_30 {
                        transform: scale(calc(20 / 96));
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .icon .icon-size_64_30 {
                        transform: scale(calc(20 / 64));
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .price {
                        letter-spacing: 0.03125rem;
                        font-size: 0.875rem;
                        font-family: Nobel;
                    }

                        .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .price .text {
                            letter-spacing: 0.03125rem;
                            font-weight: 500;
                            font-size: 0.75rem;
                        }

                .main .compare-container .img-wrapper .img-list .img-item .empty-wrapper {
                    position: relative;
                    display: none;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    border: 2px dashed #BBB;
                    background-image: url("../icon/add-icon.png");
                    background-position: center;
                    background-size: 2.25rem 2.25rem;
                    background-repeat: no-repeat;
                    cursor: pointer;
                    position: relative;
                    background-color: #f4f4f4;
                }

                    .main .compare-container .img-wrapper .img-list .img-item .empty-wrapper:before {
                        content: "";
                        display: block;
                        padding-bottom: calc(100% / (3/2));
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .empty-wrapper img {
                        height: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .empty-wrapper .search-btn {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        visibility: hidden;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        width: 14.5rem;
                        height: 4.6875rem;
                        background-color: #000000;
                        color: #ffffff;
                        letter-spacing: 0.3125rem;
                        font-size: 1.125rem;
                        opacity: 0;
                        -webkit-transition: all 0.28s ease;
                        transition: all 0.28s ease;
                        display: none;
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .empty-wrapper::after {
                        /*   position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        z-index: -1;
                        display: block;
                        background-color: #f4f4f4;
                        content: '';
                        opacity: 1;*/
                    }

                .main .compare-container .img-wrapper .img-list .img-item:last-child {
                    display: none;
                }

                .main .compare-container .img-wrapper .img-list .img-item.empty {
                    padding: 0;
                    border-bottom: 0;
                }

                    .main .compare-container .img-wrapper .img-list .img-item.empty .content-wrapper {
                        display: none;
                    }

                    .main .compare-container .img-wrapper .img-list .img-item.empty .empty-wrapper {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }

        .main .compare-container .different-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 1.25rem;
            margin-bottom: 2.5rem;
            padding-left: 1.4375rem;
            height: 3.375rem;
            background-color: #f9f9f9;
        }

            .main .compare-container .different-wrapper .text {
                margin-left: 0.625rem;
                color: #454545;
                font-weight: 500;
                font-size: 0.875rem;
            }

        .main .compare-container .info-list-wrapper .section-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 3.875rem;
        }

            .main .compare-container .info-list-wrapper .section-list .section-item {
                padding-left: 1.3125rem;
                border-left: 0.125rem solid #000000;
            }

                .main .compare-container .info-list-wrapper .section-list .section-item .title {
                    font-weight: 500;
                    font-size: 1.375rem;
                }

                .main .compare-container .info-list-wrapper .section-list .section-item .info-list {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    margin-top: 1.25rem;
                }

                    .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        /*min-height: 3.9375rem;*/
                        border-bottom: 0.0625rem solid #d4d4d4;
                    }

                        .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .label {
                            width: 6.375rem;
                        }

                        .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-flex: 1;
                            -ms-flex-positive: 1;
                            flex-grow: 1;
                            -webkit-box-pack: start;
                            -ms-flex-pack: start;
                            justify-content: flex-start;
                            gap: 1.25rem;
                            width: 13.75rem;
                        }

                            .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item {
                                -ms-flex-preferred-size: auto;
                                flex-basis: auto;
                                width: 100%;
                                padding: 1rem 0;
                            }

                                /*                                .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item .value {
                                    font-size: 1rem;
                                    font-family: Nobel;
                                }*/

                                .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item:last-child {
                                    display: none;
                                }

                                .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item.empty > * {
                                    display: none;
                                }

                        .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item.the-same {
                            color: #d4d4d4;
                        }

                .main .compare-container .info-list-wrapper .section-list .section-item .location-list {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    margin-top: 1.25rem;
                    gap: 1.375rem;
                }

                    .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item.empty > * {
                        display: none;
                        display: none;
                    }

                    .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item {
                        width: 12rem;
                        display: flex;
                        flex-direction: column;
                        justify-content: space-between;
                    }

                        .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item:last-child {
                            display: none;
                            display: none;
                        }

                        .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .locaiton-map {
                            /*height: 10rem;*/
                            height: calc((100vw - 30px - 1.3125rem - 0.125rem - 1.375rem) / 2 * 155 / 192);
                            overflow: hidden;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                            .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .locaiton-map img {
                                height: 100%;
                            }

                        .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .name {
                            margin-top: 0.625rem;
                            font-weight: 600;
                            font-size: 1.25rem;
                            font-family: Nobel;
                            color: #000000;
                            -webkit-line-clamp: 2;
                            display: -webkit-box;
                            overflow: hidden;
                            -webkit-box-orient: vertical;
                        }

                        .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .info-list {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            margin-top: 0.625rem;
                            padding-bottom: 1.0625rem;
                            /*border-bottom: 0.125rem solid #000000;*/
                            gap: 0.75rem;
                            line-height: normal;
                        }

                            .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .info-list .info-item {
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                height: auto;
                                min-height: auto;
                                border-bottom: 0;
                                letter-spacing: 0.03125rem;
                                font-size: 0.875rem;
                                font-family: Nobel;
                                gap: 0.625rem;
                            }

                                .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .info-list .info-item:nth-child(3) {
                                    margin-left: 2.125rem;
                                }

                                .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .info-list .info-item .icon {
                                    width: 1.5rem;
                                    height: 1.5rem;
                                }

                                .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .info-list .info-item a {
                                    color: #000000;
                                    -webkit-line-clamp: 2;
                                    display: -webkit-box;
                                    overflow: hidden;
                                    -webkit-box-orient: vertical;
                                }

                        .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .check-wrapper {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            border-top: 0.125rem solid #000000;
                        }

                            .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .check-wrapper .checkbox {
                                padding-top: 1.5625rem;
                                padding-bottom: 1.25rem;
                            }

                                .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .check-wrapper .checkbox input {
                                    margin-right: 0.625rem;
                                    vertical-align: top;
                                }

                .main .compare-container .info-list-wrapper .section-list .section-item .provide-list {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    margin-top: 1.75rem;
                }

                    .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        height: 3.9375rem;
                        border-bottom: 0.0625rem solid #d4d4d4;
                    }

                        .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .label {
                            width: 6.25rem;
                        }

                        .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .provide-compare-list {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-flex: 1;
                            -ms-flex-positive: 1;
                            flex-grow: 1;
                        }

                            .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .provide-compare-list .provide-compare-item {
                                -ms-flex-preferred-size: 50%;
                                flex-basis: 50%;
                            }

                                .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .provide-compare-list .provide-compare-item .img-wrapper img {
                                    margin: 0 auto;
                                    width: 2rem;
                                    height: 2rem;
                                }

                                .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .provide-compare-list .provide-compare-item .img-wrapper.check img {
                                    content: url("../icon/check-mark-icon.png");
                                }

                                .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .provide-compare-list .provide-compare-item .img-wrapper.disable {
                                    color: #9f9f9f;
                                }

                                    .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .provide-compare-list .provide-compare-item .img-wrapper.disable img {
                                        content: url("../icon/disable-mark-icon.png");
                                    }

                                .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .provide-compare-list .provide-compare-item:last-child {
                                    display: none;
                                }

                        .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item.the-same {
                            color: #d4d4d4;
                        }

                            .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item.the-same .provide-compare-list .provide-compare-item .img-wrapper.check img {
                                content: url("../icon/check-mark-gray-icon.png");
                            }

        .main .compare-container .inquire-btn {
            display: block;
            margin: 3.75rem auto 6.25rem;
            /*width: 14.5rem;*/
            /*height: 4.6875rem;*/
            width: calc(100% - (1.3125rem * 2));
            height: min(max(5rem, 53px), 70px);
            background-color: #d4d4d4;
            color: #a6a6a6;
            letter-spacing: 0.3125rem;
            font-size: 1.125rem;
        }

            .main .compare-container .inquire-btn.unlock {
                background-color: #000000 !important;
                color: #ffffff !important;
            }

    .main .reserve-pop-container {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        padding: 1.25rem 0.9375rem;
        background-color: rgba(0, 0, 0, 0.85);
        opacity: 0;
        -webkit-transition: opacity 0.28s ease;
        transition: opacity 0.28s ease;
        pointer-events: none;
    }

        .main .reserve-pop-container .inner-wrapper {
            position: relative;
            overflow: auto;
            padding: 1.25rem;
            height: 100%;
            background-color: #ffffff;
        }

            .main .reserve-pop-container .inner-wrapper .close-icon {
                position: absolute;
                top: 1.25rem;
                right: 1.25rem;
            }

                .main .reserve-pop-container .inner-wrapper .close-icon .icon {
                    width: 1.25rem;
                    height: 1.25rem;
                }

            .main .reserve-pop-container .inner-wrapper .title {
                font-weight: 500;
            }

            .main .reserve-pop-container .inner-wrapper .car-img-wrapper {
                margin-top: 1.25rem;
                margin-bottom: 1.25rem;
            }

                .main .reserve-pop-container .inner-wrapper .car-img-wrapper .car-img-list {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding: 1.25rem;
                    height: 9.375rem;
                    border-top: 0.0625rem solid #dedede;
                    border-bottom: 0.0625rem solid #dedede;
                    background-color: #f9f9f9;
                    gap: 0.625rem;
                }

                    .main .reserve-pop-container .inner-wrapper .car-img-wrapper .car-img-list .car-img-item {
                        padding-bottom: 0.5rem;
                        width: 7.5rem;
                        border-bottom: 0.0625rem solid #000000;
                        overflow: hidden;
                    }

                        .main .reserve-pop-container .inner-wrapper .car-img-wrapper .car-img-list .car-img-item img {
                            transform: scale(1.15);
                        }

                        .main .reserve-pop-container .inner-wrapper .car-img-wrapper .car-img-list .car-img-item .text {
                            display: inline-block;
                            margin-top: 0.4375rem;
                            font-weight: 600;
                            font-size: 0.75rem;
                            font-family: Nobel;
                        }

            .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group {
                position: relative;
            }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group:not(:first-child) {
                    margin-top: 3.75rem;
                }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group label {
                    letter-spacing: 0.0275rem;
                    font-weight: 500;
                    font-size: 1rem;
                }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group label.error {
                        position: absolute;
                        top: calc(100% + 0.75rem);
                        font-size: 0.875rem;
                    }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group input {
                    margin-top: 1.5625rem;
                }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group input[type='text'].error {
                        border-bottom-color: #db4444;
                    }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group .error {
                    color: #db4444;
                }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.name {
                    position: relative;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    gap: 1rem;
                }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.name .name-group {
                        width: 10.3125rem;
                    }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.name .radio-group {
                        -ms-flex-item-align: end;
                        -ms-grid-row-align: end;
                        align-self: end;
                        -webkit-box-flex: 1;
                        -ms-flex-positive: 1;
                        flex-grow: 1;
                        white-space: nowrap;
                    }

                        .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.name .radio-group input:nth-child(3) {
                            margin-left: 0.5rem;
                        }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.name .tip {
                        position: absolute;
                        top: 0;
                        right: 0;
                        color: #858585;
                        letter-spacing: 0.03125rem;
                        font-size: 0.875rem;
                    }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-list .name {
                    letter-spacing: 0.125rem;
                    font-weight: 500;
                    font-size: 1rem;
                }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-list .check-list {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    margin-top: 1.5625rem;
                    gap: 1.5625rem;
                }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-list .check-list .checkbox {
                        letter-spacing: 0.0625rem;
                        font-size: 1rem;
                        font-family: Nobel;
                    }

                        .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-list .check-list .checkbox input[type='checkbox'] {
                            margin-top: 0;
                            margin-right: 0.5rem;
                            vertical-align: top;
                        }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-list .contact-wrapper {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    margin-top: 1.5625rem;
                    height: 4.5625rem;
                    background-color: #f9f9f9;
                }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-list .contact-wrapper .checkbox input[type='checkbox'] {
                        margin-top: 0;
                        margin-right: 0.5rem;
                        vertical-align: top;
                    }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-contnet .name {
                    display: block;
                }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-contnet textarea {
                    display: block;
                    margin: 0;
                    margin-top: 0.625rem;
                    padding: 1.25rem;
                    width: 100%;
                    outline: none;
                    border: none;
                    border-bottom: 0.125rem solid #000000;
                    background-color: #f9f9f9;
                }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-contnet textarea::-webkit-input-placeholder {
                        color: #b6b6b6;
                    }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-contnet textarea:-ms-input-placeholder {
                        color: #b6b6b6;
                    }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-contnet textarea::-ms-input-placeholder {
                        color: #b6b6b6;
                    }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-contnet textarea::placeholder {
                        color: #b6b6b6;
                    }

            .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .reserve-wrapper {
                margin-top: 4rem;
            }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .reserve-wrapper .title {
                    font-size: 1rem;
                }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .reserve-wrapper .desc-text {
                    display: list-item;
                    margin-top: 0.625rem;
                    margin-left: 2em;
                    padding-left: 1em;
                    color: #858585;
                    list-style-type: disc;
                    letter-spacing: 0.125rem;
                    font-size: 0.75rem;
                    line-height: 1.5;
                }

            .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .select-wrapper {
                margin-top: 1.5625rem;
                gap: 0.5rem;
            }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .select-wrapper .select-list {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    gap: 0.625rem;
                }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .select-wrapper .select-list .select-item {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        gap: 0.5rem;
                    }

                        .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .select-wrapper .select-list .select-item .select-input {
                            -ms-flex-negative: 0;
                            flex-shrink: 0;
                        }

                        .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .select-wrapper .select-list .select-item .car-wrapper {
                            width: 7.5rem;
                        }

                            .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .select-wrapper .select-list .select-item .car-wrapper .text {
                                display: block;
                                padding: 0 0.75rem;
                                height: 2rem;
                                background-color: #000000;
                                color: #ffffff;
                                font-weight: 600;
                                font-size: 0.75rem;
                                font-family: Nobel;
                                line-height: 2rem;
                            }

            .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .check-list-wrapper {
                margin-top: 4.375rem;
            }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .check-list-wrapper .check-list {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    gap: 0.9375rem;
                }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .check-list-wrapper .check-list .check-item {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        padding: 1.875rem;
                        width: 100%;
                        height: 4.5625rem;
                        background: #f9f9f9;
                        letter-spacing: 0.09375rem;
                        font-weight: 500;
                    }

                        .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .check-list-wrapper .check-list .check-item input[type='checkbox'] {
                            margin-right: 0.625rem;
                            vertical-align: text-bottom;
                            margin-top: 0;
                        }

                        .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .check-list-wrapper .check-list .check-item a {
                            color: #000000;
                            text-decoration: underline;
                            -webkit-text-decoration-color: #000000;
                            text-decoration-color: #000000;
                        }

                        .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .check-list-wrapper .check-list .check-item:nth-child(2) {
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            padding: 1.875rem;
                            height: 5rem;
                        }

            .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .submit-btn {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin: 3.75rem auto 3.375rem;
                width: 11.25rem;
                height: 3.875rem;
                outline: none;
                border: 0;
                background-color: #d4d4d4;
                color: #a6a6a6;
                cursor: pointer;
                letter-spacing: 0.25rem;
            }

        .main .reserve-pop-container.is-open {
            opacity: 1;
            pointer-events: auto;
        }

    .main .cars-container .cars-list .cars-item .border-line {
        margin-bottom: 0.125rem;
    }

.bottom-container {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    height: 8.125rem;
    border-top: 0.0625rem solid #d4d4d4;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

    .bottom-container .check-wrapper {
        margin-right: 3.5rem;
        padding: 1.5rem 0;
    }

        .bottom-container .check-wrapper .check-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            gap: 2.9375rem;
        }

            .bottom-container .check-wrapper .check-list .check-item:last-child {
                display: none;
            }

            .bottom-container .check-wrapper .check-list .check-item .checkbox input {
                margin-right: 0.3125rem;
            }

    .bottom-container .inquire-btn {
        display: block;
        margin: 0 auto;
        width: 19.4375rem;
        height: 3.3125rem;
        background-color: #000000;
        color: #ffffff;
        letter-spacing: 0.25rem;
        font-size: 1rem;
    }

.jquery-modal .personal-consent-modal {
    position: relative;
    /*margin: 6.25rem 0;*/
    padding: 1.25rem;
    width: 100%;
    border-radius: 0;
    height: 99%;
    overflow-y: hidden;
}

    .jquery-modal .personal-consent-modal .header-wrapper {
        position: relative;
        padding-bottom: 1.0625rem;
        border-bottom: 0.0625rem solid #dedede;
    }

        .jquery-modal .personal-consent-modal .header-wrapper .text {
            letter-spacing: 0.03125rem;
            font-weight: 500;
            font-size: 1.125rem;
        }

        .jquery-modal .personal-consent-modal .header-wrapper .close-btn {
            position: absolute;
            top: 0rem;
            right: 0rem;
        }

            .jquery-modal .personal-consent-modal .header-wrapper .close-btn .icon {
                width: 1.25rem;
                height: 1.25rem;
            }

    .jquery-modal .personal-consent-modal .title {
        /*padding-bottom: 0.9375rem;*/
        /*border-bottom: 0.125rem solid #000000;*/
        letter-spacing: 0.0275rem;
        font-weight: 500;
        font-size: 1rem;
    }

    .jquery-modal .personal-consent-modal .image-wrapper .title {
        margin-top: 1.4375rem;
    }

    .jquery-modal .personal-consent-modal .image-wrapper .ar {
        position: relative;
        width: 12.5rem;
    }

        .jquery-modal .personal-consent-modal .image-wrapper .ar:before {
            content: "";
            display: block;
            padding-bottom: calc(100% / (3/2));
        }

    .jquery-modal .personal-consent-modal .image-wrapper img {
        margin-top: 1.25rem;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .jquery-modal .personal-consent-modal .info-wrapper .title {
        margin-top: 2.5rem;
    }

    .jquery-modal .personal-consent-modal .info-wrapper .info-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 1.25rem;
        gap: 1.25rem;
    }

        .jquery-modal .personal-consent-modal .info-wrapper .info-list .info-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .jquery-modal .personal-consent-modal .info-wrapper .info-list .info-item .label {
                -ms-flex-preferred-size: 30%;
                flex-basis: 30%;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                letter-spacing: 0.05563rem;
                font-size: 1rem;
            }

            .jquery-modal .personal-consent-modal .info-wrapper .info-list .info-item .value {
                letter-spacing: 0.0625rem;
                font-size: 1.125rem;
                font-family: Nobel;
            }

    .jquery-modal .personal-consent-modal .price-wrapper {
        margin-top: 2.5rem;
    }

        .jquery-modal .personal-consent-modal .price-wrapper .price-text {
            margin-top: 1.25rem;
            text-align: right;
            letter-spacing: 0.0625rem;
            font-weight: 600;
            font-size: 1.5rem;
            font-family: Nobel;
        }

            .jquery-modal .personal-consent-modal .price-wrapper .price-text .sm-text {
                font-size: 1.25rem;
            }

    .jquery-modal .personal-consent-modal .alert-wrapper {
        margin-top: 1.5625rem;
        height: calc(90% - 7.336rem);
        overflow-y: scroll;
        padding: 0 10px;
    }

        .jquery-modal .personal-consent-modal .alert-wrapper::-webkit-scrollbar {
            width: 8px;
        }

        .jquery-modal .personal-consent-modal .alert-wrapper .desc-text {
            display: list-item;
            margin-top: 0.625rem;
            margin-left: 2em;
            padding-left: 1em;
            list-style-type: disc;
            letter-spacing: 0.125rem;
            font-size: 0.75rem;
            line-height: 1.5;
        }

    .jquery-modal .personal-consent-modal .btn-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 2.5rem auto;
    }

        .jquery-modal .personal-consent-modal .btn-wrapper .cancel-btn {
            width: 8.875rem;
            height: 3.875rem;
            letter-spacing: 0.25rem;
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border: 0.0625rem solid #000000;
            color: #000000;
        }

        .jquery-modal .personal-consent-modal .btn-wrapper .order-btn {
            width: 8.875rem;
            height: 3.875rem;
            letter-spacing: 0.25rem;
            cursor: pointer;
            background-color: #000000;
            color: #ffffff;
        }

@media screen and (min-width: 577px) {
    .jquery-modal .personal-consent-modal {
        /*margin: 5rem 1.875rem;*/
        max-width: 36.25rem;
    }

        .jquery-modal .personal-consent-modal .btn-wrapper {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 3.75rem;
            margin-bottom: 5.3125rem;
            gap: 2.5rem;
        }

            .jquery-modal .personal-consent-modal .btn-wrapper .cancel-btn {
                width: 11.25rem;
            }

            .jquery-modal .personal-consent-modal .btn-wrapper .order-btn {
                width: 11.25rem;
            }

        .jquery-modal .personal-consent-modal .price-wrapper {
            margin-top: 5rem;
        }

    .jquery-modal {
        padding-right: 0;
        padding-left: 0;
    }

        .jquery-modal .finished-modal {
            max-width: 34.375rem;
        }

            .jquery-modal .finished-modal .close-icon {
                top: 2.1875rem;
                right: 1.875rem;
            }

                .jquery-modal .finished-modal .close-icon .icon {
                    width: 1.5rem;
                    height: 1.5rem;
                }

    .banner-container .banner-wrapper {
        /*width: 93.5546875%;*/
    }

        .banner-container .banner-wrapper .description {
            width: 14.375rem;
        }

    .navbar .compare-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.25rem 0;
        height: 10rem;
    }

        .navbar .compare-container .title-wrapper {
            width: auto;
        }

            .navbar .compare-container .title-wrapper .title {
                letter-spacing: 0.41688rem;
                font-size: 1.75rem;
            }

            .navbar .compare-container .title-wrapper .different-wrapper {
                display: block;
                margin-top: 0.75rem;
            }

                .navbar .compare-container .title-wrapper .different-wrapper .text {
                    margin-left: 0.625rem;
                    color: #454545;
                    letter-spacing: 0.0625rem;
                    font-weight: 500;
                    font-size: 1rem;
                }

        .navbar .compare-container .car-list {
            gap: 0.625rem;
        }

            .navbar .compare-container .car-list .car-item .img-wrapper {
                margin-left: 0.625rem;
                width: 5.625rem;
            }

            .navbar .compare-container .car-list .car-item:last-child {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

    .navbar .info-links-container .links-list {
        margin-left: 1.25rem;
    }

        .navbar .info-links-container .links-list .links-item {
            width: 6.25rem;
        }

    .main {
        /*width: 93.5546875%;*/
    }

        .main .breadcrumb-container {
            padding: 0 0;
        }

        .main .empty-list-container {
            margin: 9.0625rem auto 13.75rem;
            padding: 0 1.5625rem;
        }

            .main .empty-list-container .empty-list {
                gap: 1.4375rem;
            }

                .main .empty-list-container .empty-list .empty-item {
                    width: 14rem;
                    height: 10.5rem;
                }

                    .main .empty-list-container .empty-list .empty-item:last-child {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }

        .main .compare-container {
            margin-top: 5rem;
        }

            .main .compare-container .img-wrapper .img-list {
                gap: 2.5rem;
            }

                .main .compare-container .img-wrapper .img-list li:first-child {
                    -ms-flex-preferred-size: 8.5rem;
                    flex-basis: 8.5rem;
                }

                .main .compare-container .img-wrapper .img-list .img-item {
                    /*width: 8.8125rem;*/
                    width: calc((75% - ( 3.125rem / 2 * 4) - 1.5625rem) / 3);
                    padding-right: 0;
                    -ms-flex-preferred-size: 8.8125rem;
                    flex-basis: 8.8125rem;
                    padding-bottom: 1.3125rem;
                }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .name {
                        font-size: 1.25rem;
                        margin-bottom: 0.875rem;
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .icon {
                        width: 1.875rem;
                        height: 1.875rem;
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .favorite-btn.is-clicked {
                        background-image: url("../icon/love-fill-icon.png");
                        background-position: center;
                        background-size: 1.875rem 1.875rem;
                        background-repeat: no-repeat;
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .icon .icon-size_96_30 {
                        transform: scale(calc(30 / 96));
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .icon .icon-size_64_30 {
                        transform: scale(calc(30 / 64));
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .price {
                        font-size: 1rem;
                    }

                        .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .price .text {
                            font-size: 0.875rem;
                        }

                    .main .compare-container .img-wrapper .img-list .img-item:last-child {
                        display: block;
                    }

            .main .compare-container .different-wrapper {
                margin-top: 2.5rem;
                margin-bottom: 1.25rem;
                height: 4.125rem;
            }

                .main .compare-container .different-wrapper .text {
                    font-size: 1rem;
                }

            .main .compare-container .info-list-wrapper .section-list .section-item {
                padding-left: 2.25rem;
            }

                .main .compare-container .info-list-wrapper .section-list .section-item .title {
                    /*font-size: 1.5rem;*/
                }

                .main .compare-container .info-list-wrapper .section-list .section-item .info-list {
                    margin-top: 1.75rem;
                }

                    .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .label {
                        width: calc(25% - 2.25rem);
                        font-size: 1.25rem;
                    }

                    .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list {
                        gap: 1.5rem;
                    }

                        .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item {
                            /*width: 10.5rem;*/
                            width: calc(100% / 3);
                        }

                            .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item .value {
                                font-size: 1.25rem;
                            }

                            .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item:last-child {
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                justify-content: center;
                            }

                .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .label {
                    width: calc(25% - 2.25rem);
                    font-size: 1.25rem;
                }

                .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .provide-compare-list .provide-compare-item.empty > * {
                    display: none;
                }

                .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .provide-compare-list .provide-compare-item:last-child {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                .main .compare-container .info-list-wrapper .section-list .section-item .location-list {
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    margin-top: 2.5rem;
                    gap: 1.5625rem;
                }

                    .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item {
                        padding: 0.625rem;
                        /*  width: 13.125rem;*/
                        width: calc((75% - ( 3.125rem / 2 * 4) - 1.5625rem) / 3);
                        width: calc((100% - ( 1.875rem / 2 * 2)) / 3);
                        background-color: #f9f9f9;
                    }

                        .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .info-list {
                            gap: 0.625rem;
                        }

                        .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item:last-child {
                            display: block;
                        }

                        .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .locaiton-map {
                            height: calc((( ((100vw * 942 / 1024) - (1.5625rem * 2)) / 3) - (0.625rem * 2)) * 165 / 192)
                        }

                        .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .locaiton-map {
                            height: calc((( ((100vw * 942 / 1024) - (1.5625rem * 2)) / 3) - (0.625rem * 2)) * 165 / 192)
                        }

                        .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .name {
                            margin-top: 1.25rem;
                        }

                        .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item.empty > * {
                            display: none;
                        }

            .main .compare-container .inquire-btn {
                margin: 5rem auto 6.4375rem;
                /*  width: 28.25rem;
                height: 5.9375rem;*/
                width: 55%;
                height: min(max(6rem, 65px), 95px);
                letter-spacing: 0.5rem;
            }

        .main .reserve-pop-container {
            padding: 2.5rem 1.25rem;
        }

            .main .reserve-pop-container .inner-wrapper {
                padding: 2rem;
            }

                .main .reserve-pop-container .inner-wrapper .info-wrapper {
                    padding: 0 1.0625rem;
                }

                .main .reserve-pop-container .inner-wrapper .close-icon {
                    top: 1.875rem;
                    right: 1.875rem;
                    -webkit-transform: translateY(-25%);
                    transform: translateY(-25%);
                }

                    .main .reserve-pop-container .inner-wrapper .close-icon .icon {
                        width: 2.25rem;
                        height: 2.25rem;
                    }

                .main .reserve-pop-container .inner-wrapper .title {
                    margin-top: 0;
                    text-align: center;
                    font-size: 1.375rem;
                }

                .main .reserve-pop-container .inner-wrapper .car-img-wrapper {
                    margin-top: 1.875rem;
                    margin-bottom: 2.5rem;
                }

                    .main .reserve-pop-container .inner-wrapper .car-img-wrapper .car-img-list {
                        padding: 7.75rem 0;
                        height: 11.25rem;
                        gap: 1.875rem;
                    }

                        .main .reserve-pop-container .inner-wrapper .car-img-wrapper .car-img-list .car-img-item {
                            width: 12.5rem;
                            height: 11.125rem;
                        }

                            .main .reserve-pop-container .inner-wrapper .car-img-wrapper .car-img-list .car-img-item .text {
                                padding-top: 0.5625rem;
                                font-size: 1.25rem;
                            }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group label {
                    font-size: 1.125rem;
                }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.name {
                    gap: 3.75rem;
                }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.name .tip {
                        left: 5.1875rem;
                    }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.name .name-group {
                        min-width: 21.875rem;
                        width: auto;
                    }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.name .radio-group label {
                        margin-left: 0.5rem;
                    }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.name .radio-group input[type='radio'] {
                        width: 1.25rem;
                        height: 1.25rem;
                    }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.name .radio-group input:nth-child(3) {
                        margin-left: 2.5rem;
                    }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.phone {
                    max-width: 21.875rem;
                }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-list .name {
                    font-size: 1.125rem;
                }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-list .check-list {
                    display: -ms-grid;
                    display: grid;
                    -ms-grid-columns: 1fr 1fr;
                    grid-template-columns: 1fr 1fr;
                }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-list .contact-wrapper {
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    margin-top: 1.25rem;
                    padding-left: 1.875rem;
                }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.email {
                    max-width: 21.875rem;
                }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.contact-contnet textarea {
                    margin-top: 1.875rem;
                }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .reserve-wrapper {
                    display: -ms-grid;
                    display: grid;
                    -webkit-column-gap: 0.9375rem;
                    column-gap: 0.9375rem;
                    -ms-grid-columns: auto 1fr;
                    grid-template-columns: auto 1fr;
                }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .reserve-wrapper .title {
                        text-align: left;
                        grid-column: auto;
                        grid-row: span 2;
                    }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .reserve-wrapper .desc-text:nth-child(2) {
                        margin-top: 0;
                    }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .select-wrapper {
                    margin-top: 2.1875rem;
                    gap: 0.625rem;
                }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .select-wrapper .select-list .select-item .select-input {
                        width: 1.25rem;
                        height: 1.25rem;
                    }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .select-wrapper .select-list .select-item .car-wrapper {
                        width: 9.375rem;
                    }

                        .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .select-wrapper .select-list .select-item .car-wrapper .text {
                            height: 2.5rem;
                            font-size: 1rem;
                            line-height: 2.5rem;
                        }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .check-list-wrapper .check-list .check-item {
                    font-size: 1.125rem;
                }

                    .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .check-list-wrapper .check-list .check-item input[type='checkbox'] {
                        width: 1.25rem;
                        height: 1.25rem;
                    }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .submit-btn {
                    margin: 3.75rem auto 3rem;
                    width: 15.375rem;
                    height: 5.39375rem;
                    font-size: 1.125rem;
                    letter-spacing: 0.3125rem;
                }

    .bottom-container {
        height: 9.375rem;
    }

        .bottom-container .check-wrapper {
            margin-right: auto;
        }

            .bottom-container .check-wrapper .check-list {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .bottom-container .check-wrapper .check-list .check-item:last-child {
                    display: block;
                }
}

@media screen and (min-width: 1025px) {
    .banner-container {
        height: 25rem;
    }

        .banner-container .banner-wrapper {
            /*width: 81.625rem;*/
        }

            .banner-container .banner-wrapper .title {
                font-size: 2.625rem;
            }

            .banner-container .banner-wrapper .description {
                width: 26.875rem;
                font-size: 1.125rem;
            }

    .main {
        /*width: 81.625rem;*/
    }

        .main .breadcrumb-container {
            padding-left: 0;
        }

        .main .compare-container .img-wrapper .img-list .img-item .empty-wrapper .search-btn {
            display: block;
        }

        .main .breadcrumb-container {
            padding: 0 1.5625rem 0 0;
        }

    .navbar {
        top: min(max(4vw, 60px), 80px);
    }

        .navbar .compare-container {
            position: relative;
            margin: 0 auto;
            padding: 0;
            /*max-width: 81.25rem;*/
            height: 12.5rem;
            border-bottom: 0;
        }

            .navbar .compare-container .title-wrapper .title {
                letter-spacing: 0.625rem;
                font-size: 2.625rem;
            }

            .navbar .compare-container .car-list {
                margin-left: 8.3125rem;
                gap: 3.75rem;
            }

                .navbar .compare-container .car-list .car-item .img-wrapper {
                    position: relative;
                    margin-left: 0;
                    width: 9.375rem;
                }

                    .navbar .compare-container .car-list .car-item .img-wrapper button {
                        position: absolute;
                        right: 0;
                        display: block;
                        width: 1.5rem;
                        height: 1.5rem;
                    }

                        .navbar .compare-container .car-list .car-item .img-wrapper button img {
                            width: 100%;
                            height: 100%;
                        }

                    .navbar .compare-container .car-list .car-item .img-wrapper .remove-btn {
                        top: 0;
                        background-color: #ffffff;
                    }

                        .navbar .compare-container .car-list .car-item .img-wrapper .remove-btn .icon {
                            margin-right: auto;
                            margin-left: auto;
                            width: 0.875rem;
                            height: 0.875rem;
                        }

                    .navbar .compare-container .car-list .car-item .img-wrapper .favorite-btn {
                        bottom: 0;
                        margin-top: -3.5rem;
                    }

                .navbar .compare-container .car-list .car-item .info-wrapper {
                    margin-left: 0.9375rem;
                }

                    .navbar .compare-container .car-list .car-item .info-wrapper .name {
                        font-size: 1.375rem;
                    }

                    .navbar .compare-container .car-list .car-item .info-wrapper .price {
                        margin-top: 0.625rem;
                        font-size: 1.375rem;
                    }

        .navbar .info-links-container {
            margin: 0 auto;
            max-width: 81.25rem;
            height: 4.875rem;
        }

            .navbar .info-links-container .links-list {
                margin-left: 0;
                gap: 1.875rem;
            }

                .navbar .info-links-container .links-list .links-item a {
                    font-size: 1.125rem;
                }

        .navbar::after {
            position: absolute;
            right: 0;
            bottom: 4.875rem;
            left: 0;
            display: block;
            height: 0.0625rem;
            background-color: #e2e2e2;
            content: '';
        }

    .main .empty-list-container {
        margin-top: 9.25rem;
        padding: 0;
        max-width: 81.25rem;
    }

        .main .empty-list-container .empty-list {
            gap: 3.375rem;
        }

            .main .empty-list-container .empty-list .empty-item {
                width: 25rem;
                height: 16.6875rem;
            }

                .main .empty-list-container .empty-list .empty-item:hover {
                    border: 0;
                }

                    .main .empty-list-container .empty-list .empty-item:hover::after {
                        opacity: 1;
                    }

                    .main .empty-list-container .empty-list .empty-item:hover .search-btn {
                        visibility: visible;
                        opacity: 1;
                    }

    .main .compare-container {
        margin: 9.375rem auto 0;
        padding: 0;
        /*max-width: 81.25rem;*/
    }

        .main .compare-container .img-wrapper .img-list {
            gap: 3.125rem;
            padding-right: 1.5625rem;
        }

            .main .compare-container .img-wrapper .img-list .img-item {
                padding-bottom: 0.9375rem;
                /*width: 17.625rem;*/
                -ms-flex-preferred-size: auto;
                flex-basis: auto;
            }

                .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .remove-btn {
                    width: 2.5rem;
                    height: 2.5rem;
                }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .remove-btn .icon {
                        width: 1.5rem;
                        height: 1.5rem;
                    }

                .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper {
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    margin-top: 1.625rem;
                }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .name {
                        font-size: 1.625rem;
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .icon {
                        right: 0.625rem;
                        top: -3.925rem;
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .favorite-btn.is-clicked {
                        background-image: url("../icon/love-fill-icon.png");
                        background-position: center;
                        background-size: 1.875rem 1.875rem;
                        background-repeat: no-repeat;
                        transform: scale(1.15);
                    }

                    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .price {
                        font-size: 1.625rem;
                    }

                .main .compare-container .img-wrapper .img-list .img-item .empty-wrapper:hover .search-btn {
                    visibility: visible;
                    opacity: 1;
                }

        .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item {
            border-bottom: 0;
        }

            .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .label {
                /*width: 16.875rem;*/
            }

            .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list {
                height: 100%;
                border-left: 0.0625rem solid #979797;
                gap: initial;
                display: flex;
                align-items: stretch;
            }

                .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item {
                    /*display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -ms-flex-preferred-size: initial;
                    flex-basis: initial;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;*/
                    /*width: 20.625rem;*/
                    /*height: 100%;*/
                    border-right: 0.0625rem solid #979797;
                    min-height: 3.9375rem;
                }

                    .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item .value {
                        display: block;
                        text-align: center;
                    }

                    .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item.empty > * {
                        display: none;
                    }

        .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item {
            border-bottom: 0;
        }

            .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .label {
                width: calc(25% - 2.25rem);
            }

            .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .provide-compare-list {
                height: 100%;
                border-left: 0.0625rem solid #979797;
            }

                .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .provide-compare-list .provide-compare-item {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -ms-flex-preferred-size: initial;
                    flex-basis: initial;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    width: calc(100% / 3);
                    height: 100%;
                    border-right: 0.0625rem solid #979797;
                }

                    .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .provide-compare-list .provide-compare-item.empty > * {
                        display: none;
                    }

        .main .compare-container .info-list-wrapper .section-list .section-item .location-list {
            margin-top: 1.4375rem;
            margin-left: calc(25% - 1.875rem);
            padding-right: 0;
            gap: 1.875rem;
        }

            .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item {
                padding: 0.9375rem;
                /*width: 19.5rem;*/
                /*width: 50rem;*/
                /*margin-left: 0.5rem;*/
                /*margin-right: 0.5rem;*/
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

                .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .locaiton-map {
                    height: calc(( ((100vw * 930 / 1920) - (1.875rem * 2)) / 3) * 165 / 192);
                }

                .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .name {
                    font-size: 1.625rem;
                }

                .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .info-list {
                    gap: 1.125rem;
                }

                    .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .info-list .info-item {
                        font-size: 1rem;
                    }

                .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item.empty > * {
                    display: none;
                }

        .main .compare-container .inquire-btn {
            margin-top: 4.6875rem;
            margin-bottom: 12.5rem;
            /* width: 28.25rem;
            height: 5.9375rem;*/
            width: calc(75% / 2);
            height: min(max(7rem, 60px), 90px);
            letter-spacing: 0.5rem;
            /*margin-right: 16.875rem;*/
            margin-right: calc(((100% / 4 * 3) - (75% / 2)) / 2)
        }

    .main .reserve-pop-container {
        top: 5rem;
        padding: 0;
    }

        .main .reserve-pop-container .inner-wrapper {
            margin-left: auto;
            padding: 3.125rem;
            max-width: 51.5rem;
        }

            .main .reserve-pop-container .inner-wrapper .info-wrapper {
                padding: 0 1.6875rem;
            }

            .main .reserve-pop-container .inner-wrapper .car-img-wrapper .car-img-list {
                padding: 7.75rem 1.6875rem;
                gap: 2.1875rem;
            }

            .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.name .radio-group {
                margin-bottom: 0.875rem;
            }

                .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .form-group.name .radio-group .error {
                    top: 6.35rem;
                }

            .main .reserve-pop-container .inner-wrapper .info-wrapper .form-wrapper .submit-btn {
                width: 15.375rem;
                height: 5.9375rem;
            }

    .bottom-container {
        display: none;
    }

    .jquery-modal .personal-consent-modal {
        padding: 3.5rem 5.9375rem;
        max-width: 71.25rem;
    }

        .jquery-modal .personal-consent-modal .header-wrapper {
            border-bottom: none;
        }

            .jquery-modal .personal-consent-modal .header-wrapper .text {
                font-size: 1.5rem;
            }

            .jquery-modal .personal-consent-modal .header-wrapper .close-btn {
                top: 0rem;
                right: 0rem;
            }

                .jquery-modal .personal-consent-modal .header-wrapper .close-btn .icon {
                    width: 1.5rem;
                    height: 1.5rem;
                }

        .jquery-modal .personal-consent-modal .title {
            font-size: 1.125rem;
        }

        .jquery-modal .personal-consent-modal .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-top: 1.25rem;
            padding-bottom: 1.875rem;
            border-bottom: 0.125rem solid #000000;
        }

            .jquery-modal .personal-consent-modal .row .info-wrapper {
                margin-top: 0;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
            }

                .jquery-modal .personal-consent-modal .row .info-wrapper .title {
                    margin-top: 0;
                    padding-left: 2.1875rem;
                }

                .jquery-modal .personal-consent-modal .row .info-wrapper .info-list {
                    margin: 2.1875rem 2.1875rem 0;
                }

                    .jquery-modal .personal-consent-modal .row .info-wrapper .info-list .info-item .label {
                        letter-spacing: 0.0625rem;
                        font-size: 1.125rem;
                    }

                    .jquery-modal .personal-consent-modal .row .info-wrapper .info-list .info-item .value {
                        letter-spacing: 0.0625rem;
                        font-size: 1.125rem;
                    }

            .jquery-modal .personal-consent-modal .row .price-wrapper {
                margin-top: 0;
            }

                .jquery-modal .personal-consent-modal .row .price-wrapper .title {
                    margin-top: 0;
                    text-align: right;
                }

                .jquery-modal .personal-consent-modal .row .price-wrapper .price-text {
                    margin-top: 2.1875rem;
                }

            .jquery-modal .personal-consent-modal .row .image-wrapper {
                margin-top: 0;
            }

                .jquery-modal .personal-consent-modal .row .image-wrapper .title {
                    margin-top: 0;
                }

                .jquery-modal .personal-consent-modal .row .image-wrapper img {
                    margin-top: 2.1875rem;
                }

        .jquery-modal .personal-consent-modal .alert-wrapper .desc-text {
            font-size: 1rem;
        }

        .jquery-modal .personal-consent-modal .btn-wrapper {
            margin-top: 4.375rem;
            margin-bottom: 6.25rem;
        }
}




@media screen and (min-width: 1367px) {
    .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item .value {
        font-size: 1.25rem;
    }

    .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .name {
        -webkit-line-clamp: 1;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }

    .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .info-list .info-item a {
        color: #000000;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {

    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .name,
    .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .price {
        font-size: 1.625rem;
    }

        .navbar .info-links-container .links-list .links-item a,
        .main .compare-container .img-wrapper .img-list .img-item .content-wrapper .info-wrapper .price .text {
            font-size: 1.3rem;
        }

    .main .compare-container .info-list-wrapper .section-list .section-item .title {
        font-size: 1.55rem;
        font-weight: bold;
    }

    .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .label,
    .main .compare-container .info-list-wrapper .section-list .section-item .provide-list .provide-item .label,
    .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item .value {
        font-size: 1.35rem;
    }

    .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .name {
        font-size: 1.7rem;
        margin: 1.5rem 0 1.25rem 0;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }

    .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .info-list .info-item,
    .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .check-wrapper .checkbox {
        font-size: 1.25rem;
    }

        .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .info-list .info-item a {
            color: #000000;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
        }
}

@media screen and (max-width: 1024px) {
    .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item .value {
        font-size: 1.25rem;
    }

    .main .compare-container .info-list-wrapper .section-list .section-item .location-list .location-item .name {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width: 768px) {
    .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item .value {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 576px) {
    .main .compare-container .info-list-wrapper .section-list .section-item .info-list .info-item .info-compare-list .info-compare-item .value {
        font-size: 1rem;
    }
}
