@charset "utf-8";



.inner-144 {
    max-width: 1440px;
    margin: 0 auto;
}

.inner-128 {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.sec-title {
    margin-bottom: 40px;
}

.sec-title h2 {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 16px;
}

.sec1 {
    margin: 100px 0;
}

.sec2 {
    padding: 80px 0;
    background: #f1f3f7;
}

.sec4 {
    padding: 100px 0;
}

.sec5 {
    padding: 80px 0;
    background: #f1f3f7;
}

.text-banner {}

.text-banner .banner-box {
    position: relative;
    border-radius: 12px;
    padding: 40px 60px;
    overflow: hidden;
    background: linear-gradient(90deg, #c33636 0%, #5c2121 100%);
    display: flex;
    align-items: center;
    min-height: 160px;
}

/* 우측 원형 느낌 */
.text-banner .banner-box::after {
    content: "";
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

/* 배경 이미지 영역 (네가 background-image 넣으면 됨) */
.text-banner .banner-box {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.text-banner .banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.text-banner .sub {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 12px;
}

.text-banner .title {
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0;
}

.sec4.card-wrap .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}



.sec1 .dflx {
    display: flex;
    gap: 32px;
    align-items: stretch;
}

/* 좌측 슬라이더 */
.sec1 .swiper-container {
    flex: 0 0 65%;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.sec1 .slide {
    height: 444px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .s1-bg1 {
    background: url(/business/business205/images/sd-bg1.jpg) no-repeat center center / cover;
}

.sec1 .s1-bg2 {
    background: url(/business/business205/images/sd-bg2.jpg) no-repeat center center / cover;
}

/* 우측 폼 */
.sec1 .s1-form {
    flex: 1;
    background: #f8f8f8;
    padding: 40px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec1 .swiper-container {
    width: 65%;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    height: 444px;
}

.sec1 .s1-ctrl {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 12px;
    z-index: 10;
}

.sec1 .s1-ctrl button {
    width: 30px;
    height: 44px;
    border-radius: 50%;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sec1 .s1-ctrl svg {
    width: 18px;
    height: 18px;
}

.sec1 .state {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 16px;
    height: 44px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 999px;
    color: #fff;
}

.sec1 .paging {
    font-size: 1.1rem;
    font-weight: 600;
}

.sec1 .paging em {
    font-style: normal;
}

.sec1 .toggle .icon-play {
    display: none;
}

.sec1 .toggle.paused .icon-pause {
    display: none;
}

.sec1 .toggle.paused .icon-play {
    display: block;
}

/* 우측 폼 */

.sec1 .s1-form {
    width: 35%;
    background: #f8f8f8;
    padding: 24px;
    border-radius: 28px;
}

.sec1 .s1-form input[type="text"],
.sec1 .s1-form input[type="tel"],
.sec1 .s1-form input[type="email"] {
    width: 100%;
    height: 54px;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 0 16px;
    margin-bottom: 16px;
    font-size: 1rem;
}

.sec1 .method .tit {
    font-size: .9rem;
    margin-bottom: 8px;
}

.sec1 .method .btns {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.sec1 .method .btns button {
    flex: 1;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.sec1 .method .opts {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.sec1 .method .opt {
    flex: 1;
    cursor: pointer;
}

.sec1 .method .opt input {
    display: none;
}

.sec1 .method .opt span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: .9rem;
    transition: all .2s ease;
}

/* 선택 상태 */
.sec1 .method .opt input:checked + span {
    border-color: #0846aa;
    color: #0846aa;
    font-weight: 600;
}

.sec1 .agree {
    font-size: 1.2rem;
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.sec1 .submit {
    width: 100%;
    height: 56px;
    text-align: center;
    display: inline-block;
    border-radius: 14px;
    border: none;
    background: var(--primary);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
}

.sec1 .agree {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 1.3rem;
}

.sec1 .agree input {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1.8px solid #bbb;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    background: #fff;
    transition: all .2s ease;
    cursor: pointer;
}

/* 체크 상태 */
.sec1 .agree input:checked {
    border-color: #0a2a66;
    background-color: #0a2a66;
}

/* 체크 아이콘 */
.sec1 .agree input:checked::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    width: 8px;
    height: 12px;
    background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg fill='none' stroke='%23fff' stroke-width='3' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M20 6L9 17l-5-5'/></svg>");
}

.sec1 .agree .txt {
    line-height: 1;
    font-size: .9rem;
}

/* 반응형 */
@media (max-width: 500px) {
    .sec1 .dflx {
        flex-direction: column;
        gap: 24px;
    }

    .sec1 .s1-bg1 {
        background: url(/business/business205/images/m-sd-bg1.jpg) no-repeat center center / cover;
    }

    .sec1 .s1-bg2 {
        background: url(/business/business205/images/m-sd-bg2.jpg) no-repeat center center / cover;
    }

    .sec1 .swiper-container,
    .sec1 .s1-form {
        flex: 1 1 100%;
        width: 100%;
    }
}

.sec2 .hotSwiper {
    overflow: hidden;
    width: 100%;
}

.sec2 .hotSwiper .hot-card {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.sec2 .hotSwiper .rank-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #e60012;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 .hotSwiper .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 24px;
    padding: 28px 24px 24px;
}

.sec2 .hotSwiper .thumb img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.sec2 .hotSwiper .content {
    text-align: left;
    margin-top: 24px;
}

.sec2 .hotSwiper .brand-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.sec2 .hotSwiper .brand-logo img {
    height: 24px;
}

.sec2 .hotSwiper .car-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.sec2 .hotSwiper .price-area {
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.sec2 .hotSwiper .price-label {
    font-size: 1.4rem;
    color: #555;
}

.sec2 .hotSwiper .price {
    font-size: 1.4rem;
    font-weight: 800;
    color: #111;
}

.sec2 .hotSwiper .condition {
    margin-top: 6px;
    font-size: .9rem;
    color: #888;
}

.sec2 .hotSwiper .cta-btn {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: none;
    background: #111;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

.sec2 .hotSwiper .cta-btn:hover {
    background: #333;
}


.sec2 .hotSwiper {
    overflow: hidden;
}

.cm-wrap .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.cm-wrap .card {
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow .25s ease, transform .25s ease;
    cursor: grabbing;
}

.cm-wrap .card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transform: translateY(-6px);
}

.cm-wrap .card .info {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.cm-wrap .img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
    border-radius: 12px;
    padding: 28px 24px 24px;
}

.cm-wrap .img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    overflow: hidden;
}

.cm-wrap .title {
    width: 100%;
}

.cm-wrap .title .name-df {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.cm-wrap .title .name-df .name {
    font-size: 1.3rem;
    line-height: 1;
}

.cm-wrap .title .name-df .type {
    color: #555;
    line-height: 1.4;
}

.cm-wrap .prices {
    margin-top: 12px;
}

.cm-wrap .price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-bottom: 8px;
}

.cm-wrap .price-row .label {
    color: #555;
}

.cm-wrap .price-row .price {
    font-weight: 600;
}

.cm-wrap .price-row.highlight {
    align-items: flex-end;
}

.cm-wrap .price-box {
    text-align: right;
}

.cm-wrap .price-box .before {
    display: block;
    font-size: 14px;
    color: #aaa;
}

.cm-wrap .price-box .after {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
    color: #e60023;
    line-height: 1.1;
}

.cm-wrap .price-sub {
    margin-top: 4px;
    font-size: 13px;
    color: #777;
    text-align: right;
}

.cm-wrap .tags {
    display: flex;
    gap: 6px;
    margin-top: 12px;
}

.cm-wrap .tag {
    padding: 6px 10px;
    background: #f3f5f7;
    border-radius: 6px;
    font-size: 13px;
    color: #333;
}

.cm-wrap .cta {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: none;
    background: #111;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

.cm-wrap .amt {
    display: flex;
    gap: 12px;
    margin-top: 32px;
    flex-wrap: wrap;
}

/* 버튼 */
.cm-wrap .amt .btns {
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all .2s ease;
    white-space: nowrap;
    margin-bottom: 24px;
}

.cm-wrap .amt .btns.on {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
    font-weight: 600;
}


/* ===== 모바일 가로 스크롤 ===== */
@media (max-width: 768px) {
    .cm-wrap .grid {
        grid-template-columns: repeat(2, 1fr);
        gap:20px;
    }
    
    .cm-wrap .price-box .after {
        font-size: 1rem;
    }
    
    .cm-wrap .price-row .price {
        font-size: .8rem;
    }
    
    .cm-wrap .amt {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }

    .cm-wrap .amt::-webkit-scrollbar {
        display: none;
    }

    .cm-wrap .amt .btns {
        flex: 0 0 auto;
    }
    
    .cm-wrap .tag {
        font-size: .7rem;
    }
}

.fixed-box {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    display: flex;
    gap: 10px;
    padding: 12px 20px;
    background: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.fixed-box .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
}

.fixed-box .btn img {
    width: 16px;
}

.fixed-box .btn.call {
    background: #007bff;
}

.fixed-box .btn.call:hover {
    background: #0066d8;
}

.fixed-box .btn.kakao {
    background: #f9e000;
    color: #3b1e1e;
}

.fixed-box .btn.kakao:hover {
    background: #ffe133;
}

.fixed-box .btn.consult {
    background: #333;
}

.fixed-box .btn.consult:hover {
    background: #000;
}

@media (min-width:768px) {
    .fixed-box-wrap {
        display: none;
    }
}

@media (max-width:768px) {
    .fixed-box-wrap {
        display: block;
    }
}

/* ✅ 반응형 */
@media (max-width: 480px) {
    .fixed-box {
        padding: 10px;
        gap: 8px;
    }

    .fixed-box .btn {
        font-size: 14px;
        padding: 10px 0;
    }
}

.review-sec {
    position: relative;
    padding: 100px 0;
}

.review-sec:before {
    content: "";
    position: absolute;
    inset: 0;
    height: 500px;
    background: url(<?php echo G5_THEME_URL ?>/images/car/review-bg.jpg) no-repeat center center / cover;
    z-index: -1;
}

.review-sec .swiper-slide {
    border: 1px solid #c9c9c9;
    overflow: hidden;
    border-radius: 12px;
}

/* ✅ 팝업 */
.review-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.review-popup.on {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-popup .popup-dim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
}

.review-popup .popup-box {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    z-index: 10;
}

.review-popup .popup-header {
    position: relative;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

.review-popup .popup-header h3 {
    font-size: 20px;
}

.review-popup .popup-header .title-dflx {
    display: flex;
    gap: 9px;
    margin: 12px 0 8px;
}

.review-popup .popup-header .title-dflx .date {
    color: #999;
}

.review-popup .popup-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-popup .popup-body {
    padding: 20px;
}

.review-popup .popup-thumb {
    padding: 24px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(240, 240, 240, 0.88);
    margin-bottom: 24px;
}

.review-popup .popup-thumb img {
    width: 60%;
}

.review-popup .popup-content {
    color: #444;
    line-height: 1.6;
}

.sec5 .inner {
    max-width: 1280px;
    margin: 0 auto;
}

.sec5 .faq-list {
    margin: 40px auto 0px;
    word-break: keep-all;
}

.sec5 .faq-list .boxwrap {
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    padding: 0 40px;
    margin-bottom: 20px;
}

.sec5 .faq-list .question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    cursor: pointer;
}

.sec5 .faq-list .question .mark {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
}

.sec5 .faq-list .question .tit {
    box-sizing: border-box;
    width: calc(100% - 50px - 30px);
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    margin-left: 24px;
}

.sec5 .faq-list .question .arr {
    width: 30px;
    height: 30px;
    text-align: center;
}

.sec5 .faq-list .question .arr:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    margin: 12px 0 0 0;
    border-right: 3px solid #222;
    border-bottom: 3px solid #222;
    transform: rotate(45deg);
    transition: all 0.4s;
}

.sec5 .faq-list .question.active .arr:after {
    transform: rotate(225deg) translate(-6px, -6px);
}

.sec5 .faq-list .answer {
    display: none;
    padding: 25px 0;
    border-top: 1px solid #ddd;
}

.sec5 .faq-list .answer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec5 .faq-list .answer > div .mark {
    width: 50px;
    height: 50px;
    background: #505255;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
}

.sec5 .faq-list .answer > div .txt {
    box-sizing: border-box;
    width: calc(100% - 30px);
    font-size: 17px;
    color: #666;
    text-align: left;
    line-height: 180%;
    margin-left: 24px;
}

.sec5 .faq-list .answer > div p {
    font-size: 17px;
    color: #666;
    text-align: left;
    line-height: 180%;
}

.sec5 .faq-list .answer > div a {
    box-sizing: border-box;
    font-size: 17px;
    color: #666;
    padding: 8px 95px 0 0;
    text-align: left;
    line-height: 180%;
}

.sec5 .faq-list .answer > div a > p {
    width: auto;
    padding: 0;
}

@media (max-width:768px) {
    .sec5 .faq-list .boxwrap {
        padding: 0 20px;
    }

    .sec5 .faq-list .answer > div .mark,
    .sec5 .faq-list .question .mark {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .sec5 .faq-list .answer > div .txt {
        font-size: 15px;
    }
}
