@charset "utf-8";

.sectionbg-1 {
    padding: 150px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #b4c1dd80 61%, #FFFFFF 95%);
}

.inner-144 {
    max-width: 1440px;
    margin: 0 auto;
}

.inner-128 {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.sec-title {
    margin-bottom: 60px;
}

.sec-title h2 {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 16px;
}

.sec-title p {
    font-size: 1.1rem;
}

.gradient-tit {
    text-align: center;
    margin-bottom: 60px;
}

.gradient-tit h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3;
    background-image: linear-gradient(311deg, #ffffff 0%, #3357B0 49%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.gradient-tit p {
    font-size: 1.2rem;
    color: #1B2732;
    font-weight: 400;
}

@media (max-width:768px) {
    .gradient-tit h2 {
        font-size: 1.8rem;
        background-image: linear-gradient(311deg, #85a2e8 0%, #3357B0 49%, #3357B0 100%);
    }
    
    .gradient-tit p {
padding: 0 40px;
        word-break: keep-all;
        line-height: 1.4;
    }
}

.sec1 {
    margin: 100px 0 0;
}

.sec2 {
    padding: 80px 0;
    background: #f1f3f7;
}

.sec4 {
    padding: 100px 0;
}

.sec5 {
    padding: 0 0 80px;
}

.review-sec {
    padding: 0 0 200px;
}

.sec7 {
    padding: 0 0 120px;
}

.sec8 {
    padding: 80px 0;
}

.sec6 {
    padding: 80px 0 0;
}

@media (max-width:768px) {
    .review-sec {
        padding: 0 0 80px;
    }

    .sectionbg-1 {
        padding: 80px 0;
    }

    .sec6 {
        padding: 0;
    }
}

.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(/images/sd-bg1.jpg) no-repeat center center / cover;
}

.sec1 .s1-bg2 {
    background: url(/images/sd-bg2.jpg) no-repeat center center / cover;
}

/* 우측 폼 */
.sec1 .s1-form {
    flex: 1;
    background: #f8f8f8;
    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: #fff;
    padding: 24px;
    border-radius: 28px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.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;
    margin-top: 24px;
}

.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: 768px) {
    .sec1 .dflx {
        flex-direction: column;
        gap: 24px;
    }

    .sec1 .s1-bg1 {
        background: url(/images/m-sd-bg1.jpg) no-repeat center center / cover;
    }

    .sec1 .s1-bg2 {
        background: url(/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 .swiper-wapper {
    height: auto !important;
}

.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: #0082FA;
    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: .9rem;
    color: #555;
}

.sec2 .hotSwiper .price {
    font-size: 1.4rem;
    font-weight: 800;
    color: #111;
}

.sec2 .hotSwiper .price-area.total {
    margin-bottom: 12px;
}

.sec2 .hotSwiper .price-area.total .price {
    font-size: .9rem;
    font-weight: 500;
    color: #555;
}

.sec2 .hotSwiper .condition {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.sec2 .hotSwiper .condition span {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    background: #fff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    line-height: 1;
}

.sec2 .hotSwiper .cta-btn {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: none;
    background: var(--primary);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

.sec2 .hotSwiper .cta-btn:hover {
    background: rgba(0, 130, 250, 0.8);
}


.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 .info .title .type{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    min-height: calc(1.5em * 2);
}

.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 .review-wrap {
    overflow: hidden;
    position: relative;
}

.review-sec .track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: reviewMove 60s linear infinite;
}

.review-sec .track:hover {
    animation-play-state: paused;
}

.review-sec .item {
    flex: 0 0 420px;
    display: flex;
    gap: 20px;
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: inherit;
}

@keyframes reviewMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.review-wrap .user {}

.review-wrap .right {
    flex: 1;
}

.review-wrap .top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
    flex-direction: column;
    gap: 12px;
}

.review-wrap .name {
    font-size: 1.4rem;
    font-weight: 600;
}

.review-wrap .star {
    display: flex;
    gap: 4px;
}

.review-wrap .car {
    font-size: 1.3rem;
    color: #667085;
    margin-bottom: 12px;
}

.review-wrap .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.review-popup .dim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.review-popup .box {
    position: relative;
    width: 500px;
    max-height: 80vh;
    background: #fff;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 2;
}

.review-popup .head {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.review-popup .head h2 {
    font-size: 1.2rem;
}

.review-popup .close {
    border: 0;
    cursor: pointer;
    padding: 4px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-popup .body {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.review-popup .body .scroll .content {
    margin: 24px 0;
}

.review-popup .body .scroll .content .top {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.review-popup .body .scroll .content .top .car {
    font-weight: 600;
}

.review-popup .body .scroll .content .txt {
    color: #888;
    line-height: 1.5;
}

.review-popup .body .scroll .img {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    background: #f2f4f7;
}

.review-popup .body .scroll .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.review-popup .body .foot .btns {
    flex: 1;
    height: 52px;
    border-radius: 14px;
    border: none;
    text-align: center;
    font-size: 1.4rem;
    width: 100%;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    background: var(--primary);
}

.sec7 .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 1280px;
    margin: 60px auto 0;
}

.sec7 .list .item {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 40px;
    border-radius: 28px;
    background: #f5f7fb;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
}

.sec7 .list .thumb {
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    border-radius: 24px;
    background: #dfe5ef;
    overflow: hidden;
}

.sec7 .list .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sec7 .list .info h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2f5fa7;
    margin-bottom: 12px;
}

.sec7 .list .info p {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 500;
    color: #555;
}

@media (max-width:1280px) {
    .sec7 .list {
        padding: 0 20px;
    }
}

@media (max-width:960px) {
    .sec7 .list {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:768px) {
    .sec7 .list .item {
        padding: 24px;
    }

    .sec7 .list .thumb {
        width: 120px;
        height: 120px;
    }

    .sec7 .list .info h2 {
        font-size: 1.2rem;
    }

    .sec7 .list .info p {
        font-size: 1rem;
    }
}

.sec6 .inner {
    max-width: 1280px;
    margin: 0 auto;
}

.sec6 .faq-list {
    margin: 40px auto 0px;
    word-break: keep-all;
}

.sec6 .faq-list .boxwrap {
    overflow: hidden;
    background: #f9f9f9;
    border-radius: 20px;
    padding: 0 40px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.sec6 .faq-list .question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    cursor: pointer;
}

.sec6 .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;
}

.sec6 .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;
}

.sec6 .faq-list .question .arr {
    width: 30px;
    height: 30px;
    text-align: center;
}

.sec6 .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;
}

.sec6 .faq-list .question.active .arr:after {
    transform: rotate(225deg) translate(-6px, -6px);
}

.sec6 .faq-list .answer {
    display: none;
    padding: 25px 0;
    border-top: 1px solid #ddd;
}

.sec6 .faq-list .answer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec6 .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;
}

.sec6 .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;
}

.sec6 .faq-list .answer > div p {
    font-size: 17px;
    color: #666;
    text-align: left;
    line-height: 180%;
}

.sec6 .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%;
}

.sec6 .faq-list .answer > div a > p {
    width: auto;
    padding: 0;
}

@media (max-width:768px) {
    .sec6 .faq-list .boxwrap {
        padding: 0 20px;
    }

    .sec6 .faq-list .answer > div .mark,
    .sec6 .faq-list .question .mark {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .sec6 .faq-list .answer > div .txt {
        font-size: 15px;
    }
}

.partner-wrap {
    padding-top: 80px;
    margin-bottom: 100px;
}

.partner-wrap .list {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
}

.partner-wrap .list .row {
    overflow: hidden;
    position: relative;
}

/* 테스트용 배경 */
.partner-wrap .list .row1 {}

.partner-wrap .list .row2 {}

.partner-wrap .list .track {
    display: flex;
    gap: 40px;
    width: max-content;
}

/* ⭐ 아래 줄은 시작 위치를 미리 -50%로 */
.partner-wrap .list .row2 .track {
    transform: translateX(-50%);
}

.partner-wrap .list .item {
    flex: 0 0 240px;
    height: 120px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-wrap .list .logo {
    width: 170px;
    height: 60px;
    border-radius: 8px;
}

.partner-wrap .list .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* 애니메이션 */
@keyframes partnerLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes partnerRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.partner-wrap .list .row1 .track {
    animation: partnerLeft 40s linear infinite;
}

.partner-wrap .list .row2 .track {
    animation: partnerRight 40s linear infinite;
}

.bnns {
    padding: 80px 0 0;
}

.bnns .inner {
    display: flex;
    gap: 24px;
    max-width: 1280px;
    margin: 0 auto;
}

.bnns .bn-card {
    flex: 1;
    position: relative;
    display: block;
    border-radius: 24px;
    padding: 48px 40px;
    background: #e0ecff;
    color: #111;
    text-decoration: none;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.bnns .bn-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
}

.bnns .bn-content {
    position: relative;
    z-index: 2;
}

.bnns .date {
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: 16px;
    color: #666;
}

.bnns .tit {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 28px;
    font-weight: 600;
}

.bnns .tit span {
    font-weight: 400;
    color: #333;
}

.bnns .tit strong {
    display: inline-block;
    font-weight: 700;
    color: #111;
}

.bnns .btn-consult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 50px;
    background: #2563eb;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background .3s ease;
}

.bnns .bn-card:hover .btn-consult {
    background: #1e40af;
}

.bnns .bn-card.bn-bg-1 {
    background: url('/images/banner-car.jpg') center center / cover no-repeat;
    color: #fff;
}

.bnns .bn-card.bn-bg-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0.45) 40%,
            rgba(0, 0, 0, 0.15) 75%,
            rgba(0, 0, 0, 0) 100%);
}

.bnns .bn-card.bn-bg-1 .bn-content {
    position: relative;
    z-index: 2;
}

.bnns .bn-card.bn-bg-1 .tit span,
.bnns .bn-card.bn-bg-1 .tit strong,
.bnns .bn-card.bn-bg-1 .date {
    color: #fff;
}

.bnns .bn-card.bn-bg-1 .btn-consult {
    background: #2563eb;
    color: #fff;
}

.bnns .bn-card .bn-content .df {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bnns .bn-card.bn-bg-2 .btn-consult {
    background: #2b5eae;
}

@media (max-width:1280px) {
    .bnns .inner {
        padding: 0 20px;
    }
}

@media (max-width:1050px) {
    .bnns .tit {
        font-size: 1.2rem;
    }
}

@media (max-width:920px) {
    .bnns .inner {
        flex-direction: column;
    }
}



.sec8 .stats{
    display:flex;
    border-radius:20px;
    overflow:hidden;
}

.sec8 .item{
    flex:1;
    padding:36px 30px;
    color:#fff;
}

.sec8 .item:nth-child(1){
    background:#0e4f86;
}

.sec8 .item:nth-child(2){
    background:#166aa8;
}

.sec8 .item:nth-child(3){
    background:#1fa0d8;
}

.sec8 .label{
    font-size:1.2rem;
    margin-bottom:10px;
    opacity: .8;
}

.sec8 .num{
    font-size:2.8rem;
    font-weight:700;
}

.sec8 .feed{
    margin-top:32px;
}

.sec8 .feed-swiper {
    overflow: hidden;
}

.sec8 .card{
    background:#fff;
    border-radius:16px;
    padding:32px;
    box-shadow:0 6px 20px rgba(0,0,0,0.06);
}

.sec8 .top{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.sec8 .car{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:1.2rem;
    font-weight:600;
}

.sec8 .car span{
    flex:1;
    min-width:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.sec8 .car img{
    height:28px;
}

.sec8 .state{
    background:#dfe9f2;
    color:#1d66c2;
    padding:6px 18px;
    border-radius:999px;
    font-size:.9rem;
    font-weight:600;
}

.sec8 .msg{
    margin-top:24px;
    font-size:1.1rem;
    color:#6b7280;
}

/* =========================================================
   메인 section5 · section6 · section7
   ========================================================= */
:root {
    --cmm-pd80: 0 80px;
}

body.home-page {
    background: #181818;
}

.section4 {
    padding: 140px 60px 0;
    background: #181818;
}

.section4 .port_wrap {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.section4 .port_load {
    margin: 48px 0 0;
    text-align: center;
    color: #fff;
}

.section4 .port_load #current-count {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    color: #fff;
}

.section4 .btn_load {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 768px) {
    .section4 {
        padding: 100px 16px 0;
    }
}

.section5 {
    padding-top: 200px;
    background: #181818;
    overflow: hidden;
}

.section5 .marquee {
    overflow: hidden;
}

.section5 .track {
    display: flex;
    width: 100%;
}

.section5 .content {
    flex-shrink: 0;
    display: inline-block;
    white-space: nowrap;
    font-family: var(--font-mont, "Montserrat", sans-serif);
    font-size: clamp(48px, 8vw, 120px);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    animation: homeMarquee 28s linear infinite;
}

.section5 .content span {
    color: var(--primary, #fec00d);
}

@keyframes homeMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.section6 {
    padding: 120px 0;
    background: #0C0C0C;
    overflow: hidden;
}

.section6 .inner {
    padding: var(--cmm-pd80);
}

.section6 .cmtit {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto 60px;
}

.section6 .cmtit h2 {
    color: #fff;
    font-family: var(--font-mont, "Montserrat", sans-serif);
    font-weight: 700;
    font-size: clamp(44px, 5.8vw, 73px);
    line-height: 1.05;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.section6 .inner .cmtit p {
    color: #fff;
    font-size: clamp(17px, 2.2vw, 24px);
    line-height: 1.5;
    margin: 0;
}

.section6 .swp02 {
    max-width: 1660px;
    margin: 0 auto;
    overflow: hidden;
}

.section6 .inner .swiper-wrapper {
    align-items: center;
    height: 120px;
}

.section6 .inner .swiper-slide .con {
    text-align: center;
}

.section6 .inner .swiper-slide .con span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.section6 .inner .swiper-slide .con span img {}

.section6 .inner .swiper-slide img.part1 {
    width: 150px;
}

.section6 .inner .swiper-slide img.part2 {
    width: 150px;
}

.section6 .inner .swiper-slide img.part3 {
    width: 150px;
}

.section6 .inner .swiper-slide img.part4 {
    width: 180px;
}

.section6 .inner .swiper-slide img.part5 {
    width: 150px;
}

.section6 .inner .swiper-slide img.part6 {
    width: 70px;
}

.section6 .inner .swiper-slide img.part7 {
    width: 120px;
}

.section6 .inner .swiper-slide img.part8 {
    width: 300px;
}

.section6 .inner .swiper-slide img.part9 {
    width: 90px;
}

.section6 .inner .swiper-slide img.part10 {
    width: 180px;
}

.section6 .inner .swiper-slide img.part11 {
    width: 150px;
}

.section6 .inner .swiper-slide img.part12 {
    width: 140px;
}

.section6 .inner .swiper-slide img.part13 {
    width: 160px;
}

.section6 .inner .swiper-slide img.part14 {
    width: 220px;
}

.section6 .inner .swiper-slide img.part15 {
    width: 120px;
}

.section7 {
    overflow: hidden;
}

.section7 .inner {
    position: relative;
    height: 620px;
    overflow: hidden;
}

.section7 .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.section7 .inner .bg_video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.section7 .inner .bg_video video,
.section7 .inner .bg_video .bg_video__poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section7 .inner .df {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 3;
}

.section7 .inner .df .txt {
    text-align: center;
}

.section7 .inner .df .txt h2 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 48px;
}

.section7 a {}

.section7 a.ud {
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: opacity 0.5s;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 12px;
}

.section7 a.ud span {
    display: inline-block;
    position: absolute;
    right: 0;
}

.section7 a.ud:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
}

.section7 a.ud:hover:after {
    -webkit-animation: underline 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    animation: underline 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

@-webkit-keyframes underline {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100%);
    }

    50.001% {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes underline {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100%);
    }

    50.001% {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@media (max-width:1024px) {
    .section6 .cmtit h2 {
        font-size: 50px;
    }

    .section6 .inner .cmtit p {
        font-size: 20px;
    }

    .section6 {
        padding: 80px 0;
    }

    .section6 .inner {
        padding: 0;
    }

    .section7 .inner .df .txt h2 {
        font-size: 42px;
    }
}

@media (min-width:769px) {
    .mbr {
        display: none;
    }
}

@media (max-width:768px) {
    .mbr {
        display: block;
    }

    .section6 .cmtit h2 {
        font-size: 33px;
        margin-bottom: 16px;
    }

    .section6 .inner .cmtit p {
        font-size: 17px;
        line-height: 1.3;
    }

    .section7 .inner {
        height: 450px;
    }

    .section7 .inner .df .txt h2 {
        font-size: 28px;
    }

    .section5 {
        padding-top: 100px;
    }
}

@media (max-width:550px) {
    .section4 .port_wrap .list ul li {
        width: 100%;
    }

    .section4 .port_wrap .list ul li a {
        height: 180px;
    }
}

.brand01 img {
    width: 80px;
}