@charset "UTF-8"; 
@import url("reset.css"); 

br.mo{display: none;}
/* ==============================
   Main Visual
============================== */

.main_visual {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 620px;
    overflow: hidden;
}

.mainVisualSwiper,
.mainVisualSwiper .swiper-wrapper,
.mainVisualSwiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.mainVisualSwiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

/* 배경 이미지 */
.mainVisualSwiper .visual_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.05);
    transition: transform 5s ease;
}

.visual_bg picture,
.visual_bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.visual_bg img {
    object-fit: cover;
}

.mainVisualSwiper .swiper-slide-active .visual_bg {
    transform: scale(1);
}

/* 오른쪽 블루 그라데이션 */
.mainVisualSwiper .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 80, 160, 0) 0%,
        rgba(30, 105, 190, 0.16) 52%,
        rgba(41, 115, 201, 0.48) 100%
    );
    z-index: 1;
    pointer-events: none;
}

/* ==============================
   Badge Images
============================== */

.visual_badges {
    position: absolute;
    top: 156px;
    right: 56px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 3;
}

.visual_badges .badge_img {
    display: block;
    width: 116px;
    height: 116px;
}

.visual_badges .badge_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ==============================
   Visual Text
============================== */

.visual_txt {
    position: absolute;
    top: 50%;
    right: 11%;
    transform: translateY(-50%);
    z-index: 3;
    color: #fff;
    text-align: center;
    letter-spacing: -0.05em;
}

.visual_txt p {
    margin: 0 0 8px;
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    font-family: "Nanum Myeongjo", serif;
}

.visual_txt h2 {
    margin: 0;
    font-size: 56px;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    font-family: "Nanum Myeongjo", serif !important;
}

.visual_txt h2 em {
    color: #D17B4B;
    font-style: normal;
    font-weight: 600;
    font-family: "Nanum Myeongjo", serif;
}

/* ==============================
   Active Motion
============================== */

.mainVisualSwiper .visual_txt p,
.mainVisualSwiper .visual_txt h2,
.mainVisualSwiper .visual_badges {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.mainVisualSwiper .swiper-slide-active .visual_badges {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.25s;
}

.mainVisualSwiper .swiper-slide-active .visual_txt p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.35s;
}

.mainVisualSwiper .swiper-slide-active .visual_txt h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.55s;
}

/* ==============================
   Pagination
============================== */

.main_visual_pagination {
    position: absolute;
    left: 50%;
    bottom: 38px;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.main_visual_pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.65);
    opacity: 1;
}

.main_visual_pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 20px;
    background: #fff;
}

/* 프리미엄섹션 */
.sec_premium {
    position: relative;
    overflow: hidden;
    background-image: url(../asset/sec_premium_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 144px;
    color: #fff;
}

.premium_inner {
    position: relative;
    z-index: 2;
    margin-left: 310px;
}

.premium_fixed {
    position: absolute;
    top: 0;
    z-index: 5;
}

.premium_tit_img {
    width: fit-content;
}

.premium_tit_img img {
    display: block;
    height: 83px;
}

.premium_slogan {margin-top: 42px;}
.premium_slogan p {
    font-size: 42px;
    line-height: 140%;
    color: #fff;
    font-weight: 200;
}
.premium_slogan p b{font-size: 42px; line-height: 140%; font-weight: 600; color: #fff;}

.premium_swiper {
    position: relative;
    overflow: hidden;
    height: fit-content;
}

.premium_swiper .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 70px;
}

.premium_left {
    width: 38%;
    min-width: 390px;
    padding-top: 299px;
}

.premium_right {
    width: 820px;
    padding-top: 16px;
}

.premium_txt span {
    font-size: 64px;
    line-height: 140%;
    font-weight: 300;
    color: #fff;
}

.premium_txt h3 {
    font-size: 36px;
    line-height: 140%;
    font-weight: 700;
    color: #D17B4B;
}

.premium_txt p {
    margin-top: 12px;
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    color: #fff;
}

.premium_txt a {
    position: relative;
    display: inline-block;
    margin-top: 42px;
    padding-bottom: 7px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}

.premium_txt a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 95px;
    height: 3px;
    background: #D17B4B;
}

.premium_img {
    overflow: hidden;
    width: 100%;
    height: 520px;
    background: #222;
    cursor: pointer;
}

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

.premium_pager {
    position: absolute;
    bottom: 0;
    left: unset !important;
    right: 444px;
    z-index: 10;
    width: fit-content !important;
    display: flex;
    align-items: center;
    gap: 20px;
}

.premium_pager .swiper-pagination-bullet {
    display: block;
    width: 46px;
    height: 3px;
    margin: 0 !important;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.65);
    opacity: 1;
}

.premium_pager .swiper-pagination-bullet-active {
    background: #e47b43;
}

@media (max-width: 1024px) {
    .premium_fixed {
        width: 42%;
        min-width: 340px;
    }

    .premium_swiper .swiper-slide {
        gap: 45px;
    }

    .premium_left {
        width: 42%;
        min-width: 340px;
    }

    .premium_right {
        width: 52%;
    }

    .premium_img {
        height: 260px;
    }
}

@media (max-width: 768px) {
    .sec_premium {
        padding: 52px 0 62px;
    }

    .sec_premium::before,
    .sec_premium::after {
        display: none;
    }

    .premium_bg_text {
        left: 20px;
        bottom: 10px;
        font-size: 72px;
    }

    .premium_fixed {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        min-width: 0;
        margin-bottom: 34px;
    }

    .premium_tit_img img {
        max-width: 180px;
    }

    .premium_slogan p,
    .premium_slogan strong {
        font-size: 21px;
    }

    .premium_swiper .swiper-slide {
        display: block;
    }

    .premium_left {
        width: 100%;
        min-width: 0;
        padding-top: 0;
    }

    .premium_right {
        width: 100%;
        padding-top: 34px;
    }

    .premium_img {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .premium_pager {
        position: static;
        width: 100%;
        margin-top: 18px;
    }

}

/* 브랜드섹션 */
.sec_brand{position: relative; width: 100%; padding: 150px 0 360px; background-image: url(../asset/sec_brand_bg.png); background-size: cover; background-repeat: no-repeat;}
.sec_brand .inner{position: relative; width: 1512px; margin: 0 auto;}
.sec_brand .inner .text_wrap{text-align: center;}
.sec_brand .inner .text_wrap .eye_brow{font-size: 18px; font-weight: 600; letter-spacing: 10px; color: #c1856a;} 
.sec_brand .inner .text_wrap img{margin-top: 35px; height: 64px;} 
.sec_brand .inner .text_wrap .sub_text{margin-top: 35px; text-align: center;} 
.sec_brand .inner .text_wrap .sub_text span{font-size: 28px; font-weight: 600;} 
.sec_brand .inner .text_wrap .sub_text p{margin-top: 16px; font-size: 22px; font-weight: 400;} 
.sec_brand .inner .btn_wrap {
    margin: 30px auto 0;
    width: fit-content;
}

.sec_brand .inner .btn_wrap a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #352F30;
    border: 1px solid #352F30;
    font-family: 'SUITE Variable', sans-serif;
    transition: color .35s ease;
}

.sec_brand .inner .btn_wrap a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #352F30;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .35s ease;
}

.sec_brand .inner .btn_wrap a:hover {
    color: #fff;
}

.sec_brand .inner .btn_wrap a:hover::before {
    transform: scaleX(1);
}
.sec_brand .model_wrap{position: absolute; width: 925px; height: auto; bottom: 0; right: 44px;}
.sec_brand .model_wrap img{width: 100%;}





/* 유니트섹션 */
/* 유니트섹션 */
.sec_unit {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: url('../asset/sec_unit_bg.png') no-repeat center / cover;
}

.sec_unit .unit_inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: fit-content;
    padding-left: 110px;
    margin: 0 auto;
    box-sizing: border-box;
    gap: 142px;
}

.sec_unit .unit_text {
    flex: 0 0 524px;
    position: relative;
    z-index: 3;
}

.sec_unit .unit_text > img {
    display: block;
    max-width: 100%;
}

/* 버튼 / 페이지네이션 */
.sec_unit .unit_control {
    display: flex;
    align-items: end;
    gap: 12px;
    margin-top: 136px;
}

.sec_unit .unit_prev,
.sec_unit .unit_next {
    position: relative;
    width: 64px;
    height: 64px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: background .25s ease, border-color .25s ease;
}

.sec_unit .unit_prev:hover,
.sec_unit .unit_next:hover {
    background: rgba(255,255,255,.15);
    border-color: #fff;
}

.sec_unit .unit_prev img,
.sec_unit .unit_next img {
    width: 9px;
}


.sec_unit .unit_pagination {
    width: auto;
    margin-left: 30px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
    color: #A8A8A8;
    letter-spacing: -0.6px;
}

.sec_unit .unit_pagination .swiper-pagination-current {
    color: #D17B4B;
}

.sec_unit .unit_pagination .swiper-pagination-total {
    color: #fff;
}

/* 오른쪽 슬라이드 */
.sec_unit .unit_slide_area {
    flex: 1;
    min-width: 0;
    position: relative;
    overflow: hidden;
}

.sec_unit .unitSwiper {
    overflow: visible;
}

.sec_unit .unitSwiper .swiper-slide {
    width: 574px;
}

.sec_unit .unit_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 728px;
    padding: 62px 0 0;
    background: #fff;
    border: 12px solid transparent;
    box-sizing: border-box;
    transition: border-color .35s ease, transform .35s ease;
}

.sec_unit .unitSwiper .swiper-slide-active .unit_card {
    border-color: #D17B4B;
}

/* 타입명 */
.sec_unit .unit_type {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity .45s ease, visibility .45s ease, transform .45s ease;
    pointer-events: none;
}

.sec_unit .unitSwiper .swiper-slide-active .unit_type {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.sec_unit .unit_type strong {
    display: block;
    font-size: 56px;
    line-height: 140%;
    font-weight: 800;
    color: #000;
}

.sec_unit .unit_type span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    color: #000;
}

/* 유니트 이미지 */
.sec_unit .unit_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 420px;
    height: fit-content;
    margin-top: 42px;
    transition: opacity .45s ease, transform .45s ease;
}

.sec_unit .unit_img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.sec_unit .unitSwiper .swiper-slide-active .unit_img {
    opacity: 1;
    transform: scale(1);
}

/* VIEW MORE 버튼 */
.sec_unit .unit_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 52px;
    margin-top: 30px;
    border-radius: 500px;
    background: #D17B4B;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity .45s ease, visibility .45s ease, transform .45s ease, background .25s ease;
    pointer-events: none;
}

.sec_unit .unit_more:hover {
    background: #b9663c;
}

.sec_unit .unitSwiper .swiper-slide-active .unit_more {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* 반응형 */
@media (max-width: 1600px) {
    .sec_unit .unit_inner {
        padding-left: 80px;
        gap: 90px;
    }

    .sec_unit .unit_text {
        flex: 0 0 430px;
    }

    .sec_unit .unitSwiper .swiper-slide {
        width: 480px;
    }

    .sec_unit .unit_card {
        height: 620px;
        padding-top: 48px;
    }

    .sec_unit .unit_type strong {
        font-size: 48px;
    }

    .sec_unit .unit_type span {
        font-size: 16px;
    }

    .sec_unit .unit_img {
        width: 350px;
        margin-top: 36px;
    }

    .sec_unit .unit_more {
        width: 210px;
        height: 46px;
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
    .sec_unit {
        height: auto;
        min-height: 100vh;
        padding: 90px 0;
        box-sizing: border-box;
    }

    .sec_unit .unit_inner {
        padding-left: 50px;
        gap: 60px;
    }

    .sec_unit .unit_text {
        flex: 0 0 360px;
    }

    .sec_unit .unit_control {
        margin-top: 40px;
    }

    .sec_unit .unitSwiper .swiper-slide {
        width: 400px;
    }

    .sec_unit .unit_card {
        height: 540px;
        border-width: 9px;
        padding-top: 40px;
    }

    .sec_unit .unit_type strong {
        font-size: 42px;
    }

    .sec_unit .unit_type span {
        font-size: 14px;
    }

    .sec_unit .unit_img {
        width: 300px;
        margin-top: 32px;
    }

    .sec_unit .unit_more {
        width: 190px;
        height: 42px;
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .sec_unit {
        display: block;
        height: auto;
        min-height: auto;
        padding: 80px 0;
    }

    .sec_unit .unit_inner {
        display: block;
        padding: 0 24px;
    }

    .sec_unit .unit_text {
        width: 360px;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .sec_unit .unit_control {
        margin-top: 30px;
    }

    .sec_unit .unit_slide_area {
        width: 100%;
        overflow: visible;
    }

    .sec_unit .unitSwiper {
        overflow: hidden;
    }

    .sec_unit .unitSwiper .swiper-slide {
        width: auto;
    }

    .sec_unit .unit_card {
        width: 100%;
        max-width: 390px;
        height: 520px;
        margin: 0 auto;
        border-width: 8px;
    }

    .sec_unit .unit_img {
        width: 290px;
    }
}

@media (max-width: 640px) {
    .sec_unit {
        padding: 60px 0;
    }

    .sec_unit .unit_inner {
        padding: 0 18px;
    }

    .sec_unit .unit_text {
        width: 280px;
        margin-bottom: 32px;
    }

    .sec_unit .unit_control {
        margin-top: 24px;
    }

    .sec_unit .unit_prev,
    .sec_unit .unit_next {
        width: 42px;
        height: 42px;
    }

    .sec_unit .unit_pagination {
        font-size: 16px;
        margin-left: 16px;
        margin-bottom: 0;
    }

    .sec_unit .unit_card {
        max-width: 320px;
        height: 450px;
        padding-top: 34px;
        border-width: 7px;
    }

    .sec_unit .unit_type strong {
        font-size: 36px;
    }

    .sec_unit .unit_type span {
        font-size: 13px;
    }

    .sec_unit .unit_img {
        width: 240px;
        margin-top: 28px;
    }

    .sec_unit .unit_more {
        width: 160px;
        height: 38px;
        margin-top: 24px;
        font-size: 12px;
    }
}



/* 위치섹션 */
.sec_location{width: 100%; height: 100vh; background-image: url(../asset/sec_location_bg.png); background-size: cover; background-repeat: no-repeat;}
.sec_location .inner{display: flex; flex-direction: column; justify-content: center; align-items: center; width: 1512px; height: 100%; margin: 0 auto;}
.sec_location .tit{width: fit-content; margin: 0 auto; font-size: 55px; font-weight: 700;}
.sec_location .inner>a{display: block; margin-top: 70px; width: 615px;}
.sec_location .map_wrap{width: 100%;}
.sec_location .map_wrap img{width: 100%;}
.sec_location .info_wrap{width: 100%; margin: 24px auto 0;}
.sec_location .info_wrap ul{display: flex; flex-direction: column; gap: 8px; width: 100%;}
.sec_location .info_wrap ul li{display: flex; gap: 16px 20px;}
.sec_location .info_wrap ul li span{font-size: 20px; font-weight: 700; color: #111;}
.sec_location .info_wrap ul li:nth-child(2) span{letter-spacing: 1.5px;}
.sec_location .info_wrap ul li p{font-size: 20px; font-weight: 400; color: #111;}

/* =========================================================
   Main responsive patch
========================================================= */
@media (max-width: 1600px) {
    .premium_inner { margin-left: 160px; padding-right: 60px; }
    .premium_right { width: 720px; }
    .premium_pager { right: 360px; }
    .sec_brand .inner,
    .sec_location .inner { width: calc(100% - 80px); max-width: 1512px; }
}

@media (max-width: 1400px) {
    .main_visual { min-height: 560px; }
    .visual_badges { top: 120px; right: 36px; }
    .visual_badges .badge_img { width: 96px; height: 96px; }
    .visual_txt { right: 7%; }
    .visual_txt p { font-size: 28px; }
    .visual_txt h2 { font-size: 48px; }

    .sec_premium { padding: 100px 0 120px; }
    .premium_inner { margin-left: 80px; padding-right: 40px; }
    .premium_swiper .swiper-slide { gap: 48px; }
    .premium_left { min-width: 330px; padding-top: 260px; }
    .premium_right { width: 58%; }
    .premium_img { height: 450px; }
    .premium_txt span { font-size: 54px; }
    .premium_txt h3 { font-size: 32px; }
    .premium_pager { right: 29%; }

    .sec_brand { padding: 120px 0 300px; }
    .sec_brand .model_wrap { width: 720px; right: 20px; }
    .sec_location .inner>a { width: 560px; }
}

@media (max-width: 1024px) {
    .main_visual { height: auto; min-height: 720px; }
    .mainVisualSwiper .visual_bg { background-position: center bottom; }
    .mainVisualSwiper .swiper-slide::after {
        background: none;
    }
    .visual_badges { top: 28%; left: 0; width: 100%; justify-content: center; }
    .visual_badges .badge_img { width: 84px; height: 84px; }
    .visual_txt {
        left: 50%;
        right: unset;
        bottom: unset;
        top: 10%;
        width: 100%;
        transform: translateX(-50%);
        text-align: center;
    }
    .visual_txt p { font-size: 26px; }
    .visual_txt h2 { font-size: 43px; }

    .sec_premium { padding: 78px 24px 92px; }
    .premium_inner { margin-left: 0; padding-right: 0; }
    .premium_fixed {
        position: relative;
        width: 100%;
        min-width: 0;
        margin-bottom: 38px;
    }
    .premium_tit_img img { height: auto; max-width: 360px; }
    .premium_slogan { margin-top: 28px; }
    .premium_slogan p,
    .premium_slogan p b { font-size: 32px; }
    .premium_swiper { overflow: visible; }
    .premium_swiper .swiper-slide { display: block; }
    .premium_left { width: 100%; min-width: 0; padding-top: 0; }
    .premium_right { width: 100%; padding-top: 36px; }
    .premium_img { height: auto; aspect-ratio: 16 / 9; }
    .premium_txt span { font-size: 46px; }
    .premium_txt h3 { font-size: 30px; }
    .premium_txt p { font-size: 17px; word-break: keep-all; }
    .premium_txt p br { display: none; }
    .premium_pager {
        position: static;
        width: 100% !important;
        justify-content: center;
        margin-top: 24px;
    }

    .sec_brand {
        padding: 88px 24px 0;
        overflow: hidden;
        text-align: center;
    }
    .sec_brand .inner { width: 100%; }
    .sec_brand .inner .text_wrap .eye_brow { font-size: 15px; letter-spacing: 6px; }
    .sec_brand .inner .text_wrap img { height: auto; max-width: 280px; margin-top: 24px; }
    .sec_brand .inner .text_wrap .sub_text span { font-size: 24px; line-height: 1.45; }
    .sec_brand .inner .text_wrap .sub_text p { font-size: 18px; line-height: 1.65; word-break: keep-all; }
    .sec_brand .model_wrap {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(680px, 115%);
        margin: 44px auto 0;
    }

    .sec_location {
        height: auto;
        min-height: auto;
        padding: 86px 24px 96px;
    }
    .sec_location .inner { width: 100%; height: auto; }
    .sec_location .tit { font-size: 42px; }
    .sec_location .inner>a { width: 100%; max-width: 615px; margin-top: 42px; }
    .sec_location .info_wrap ul li { align-items: flex-start; }
    .sec_location .info_wrap ul li span,
    .sec_location .info_wrap ul li p { font-size: 17px; line-height: 1.5; }
}

@media (max-width: 768px) {
    .main_visual { min-height: 640px; }
    .visual_badges { top: 28%; left: 0; width: 100%; justify-content: center; }
    .visual_badges .badge_img { width: 76px; height: 76px; }
    
    .visual_txt p { font-size: 20px; }
    .visual_txt h2 { font-size: 32px; line-height: 1.35; }
    .main_visual_pagination { bottom: 26px; }

    .sec_premium { padding: 58px 18px 68px; }
    .premium_tit_img img { max-width: 245px; }
    .premium_slogan { margin-top: 20px; }
    .premium_slogan p,
    .premium_slogan p b { font-size: 24px; line-height: 1.45; }
    .premium_txt span { font-size: 38px; }
    .premium_txt h3 { font-size: 24px; }
    .premium_txt p { font-size: 15px; }
    .premium_txt a { margin-top: 26px; font-size: 14px; }
    .premium_right { padding-top: 28px; }
    .premium_pager .swiper-pagination-bullet { width: 30px; }

    .sec_brand { padding: 68px 18px 0; }
    .sec_brand .inner .text_wrap .eye_brow { font-size: 13px; letter-spacing: 4px; }
    .sec_brand .inner .text_wrap img { max-width: 150px; }
    .sec_brand .inner .text_wrap .sub_text { margin-top: 24px; }
    .sec_brand .inner .text_wrap .sub_text span { font-size: 19px; }
    .sec_brand .inner .text_wrap .sub_text p { font-size: 15px; }
    .sec_brand .inner .text_wrap .sub_text p br { display: none; }
    .sec_brand .inner .text_wrap .sub_text p br.mo { display: block; }
    .sec_brand .inner .btn_wrap a { width: 150px; height: 44px; font-size: 14px; }
    .sec_brand .model_wrap { width: 118%; margin-top: 32px; }

    .sec_unit .unit_card { max-width: 330px; }

    .sec_location { padding: 66px 18px 72px; }
    .sec_location .tit { font-size: 32px; }
    .sec_location .inner>a { margin-top: 30px; }
    .sec_location .info_wrap { margin-top: 18px; }
    .sec_location .info_wrap ul { gap: 12px; }
    .sec_location .info_wrap ul li { display: block; }
    .sec_location .info_wrap ul li span,
    .sec_location .info_wrap ul li p { font-size: 15px; }
    .sec_location .info_wrap ul li p { margin-top: 4px; }
}
@media (max-width: 475px) {
    .premium_txt a::after{width: 100%;}
    .sec_unit .unit_text{width: 100%;}
}


@media (max-width: 390px) {
    .visual_txt h2 { font-size: 28px; }
    .premium_slogan p,
    .premium_slogan p b { font-size: 21px; }
    .sec_unit .unit_card { max-width: 300px; }
}

/* 모바일 헤더 높이만큼 메인 비주얼 시작점 보정 */
@media (max-width: 1024px) {
    .main_visual { padding-top: 64px; }
}
@media (max-width: 768px) {
    .main_visual { padding-top: 58px; }
}
