@charset "utf-8";

/* Common */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

body,
html {
    width: 100%;
    height: 100%;
    min-width: 320px;
}

body,
input,
textarea,
select,
button,
table {
    font-family: 'Noto Sans KR', 'Noto Sans', 'Apple SD Gothic Neo', 'Malgun Gothic', 'NanumBarunGothic', sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}

img,
fieldset,
button {
    border: 0;
}

ul,
ol {
    list-style: none;
}

em,
address {
    font-style: normal;
}

a {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.blind {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}

.edge {
    position: absolute;
    top: 12px;
    right: 4px;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #333;
}

.clear {
    clear: both;
}

/* Layout */
.container {
    min-width: 100%;
    background-color: #fff;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
    position: relative;
}

.visual {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
}

.body {
    position: relative;
}

.body.fixed-width {
    width: 100%;
    margin: 0 auto;
}

.header:after,
.body:after {
    display: block;
    clear: both;
    content: '';
}

.content:after {
    display: block;
    clear: both;
    content: '';
}

.content> :first-child {
    margin-top: 0;
}

/* Header */
.header>h1 {
    float: left;
    margin-right: 10px;
    line-height: 100px;
}

.header>h1 img {
    vertical-align: middle;
    max-height: 40px;
}

.header .logo-item {
    flex-shrink: 0;
    z-index: 10;
}

.header>.logo-item a {
    font-size: 24px;
    color: #888;
}

.header>.logo-item a:hover {
    color: #444;
}

.logo-default {
    display: none;
}

.logo-transparent {
    display: inline-block;
}

.shrink .logo-default {
    display: inline-block;
}

.shrink .logo-transparent {
    display: none;
}

/* Fixed Header
.container.fixed_header {
    padding-top: 100px
} */

.fixed_header .header_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    padding: 0;
}

.fixed_header .header_wrap.shrink {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    left: 0;
    right: 0;
}

.gnb li.on>a,
.gnb a.on {
    color: #cda25a !important;
    font-weight: bold;
}

/* 밑줄 기본 상태 (숨김) */
.gnb>ul>li>a::after {
    content: '';
    position: absolute;
    max-width: 70%;
    bottom: 20px;
    left: 50%;
    width: 0;
    height: 3px;
    border-radius: 5px;
    background: #cda25a;
    transition: width 0.6s ease, left 0.6s ease;
    transform: translateX(-50%);
}

/* hover 시 밑줄 퍼짐 */
.gnb>ul>li>a:hover::after {
    width: 100%;
    left: 50%;
}

/* Footer */
.footer {
    border-top: 1px solid #e4e4e4;
    background-color: #f1f1f1;
    font-family: 'Noto Sans KR', 'Noto Sans', 'Apple SD Gothic Neo', 'Malgun Gothic', 'NanumBarunGothic', sans-serif;
}

.footer a:hover,
.footer a:focus {
    text-decoration: none;
}

.footer .f_info_area {
    overflow: hidden;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.footer .f_cr_area {
    padding: 19px;
    background-color: #000000;
}

.footer .copyright {
    font-size: 13px;
    color: #f1f1f1;
    line-height: 16px;
    max-width: 1240px;
    margin: auto;
}

.footer .copyright a {
    color: #f1f1f1;
}

.footer .copyright a:hover,
.footer .copyright a:focus,
.footer .copyright a:active {
    color: #cda25a;
}

.footer .copyright span {
    display: inline-block;
    margin-left: 60px;
}

.footer .sub_desc {
    margin-bottom: 16px;
    font-size: 13px;
    color: #888;
    line-height: 22px;
}

.footer .f_info {
    float: left;
    width: 100%;
}

.footer .f_logo {
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 24px;
    color: #555;
}

.footer .f_logo.log_txt a {
    font-size: 24px;
    font-weight: bold;
    color: #555;
}

.footer .f_logo img {
    max-width: 150px;
}

.footer .site_map>ul {
    display: flex;
    flex-wrap: wrap;
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 20px 0;
}

.site_map ul ul {
    display: none;
}

.footer .site_map>ul li {
    float: none;
    width: auto;
    margin: 0;
}

.footer .site_map>ul li:first-child,
.footer .site_map>ul li.clear {
    clear: none;
    margin-left: 0;
}

.footer .site_map>ul li a {
    display: inline-block;
    padding: 5px;
    font-size: 15px;
    color: #555;
}

.footer .site_map>ul ul {
    overflow: hidden;
    margin: 0 0 10px;
}

.footer .site_map>ul ul li {
    margin-left: 0;
}

.footer .site_map>ul ul a {
    margin: 0 0 13px;
    font-size: 13px;
    font-weight: normal;
    color: #888;
    line-height: 18px;
}

.footer .site_map>ul ul a:hover,
.footer .site_map>ul ul a:focus,
.footer .site_map>ul ul a:active {
    color: #555;
}

/* button */
.btn_item {
    display: inline-block;
    margin: 35px 0;
    padding: 0 27px;
    height: 50px;
    font-family: 'Noto Sans KR';
    background-color: #555;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn_item:hover,
.btn_item:active .btn_item:focus {
    background-color: #CBA061;
    color: #fff;
}

.btn_item+.btn_item {
    margin-left: 10px;
}


/* GNB */
.gnb {
    flex: 1;
    text-align: center;
}

.gnb a {
    text-decoration: none;
    white-space: nowrap;
}

/* ✅ 햄버거 버튼 - 모바일만 보임 */
.gnb .menu_btn {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    height: 30px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    z-index: 1001;
}

.menu_btn .menu_bar {
    position: relative;
    width: 30px;
    height: 22px;
}

/* 각 선을 절대 위치로 겹치기 위한 설정 */
.menu_btn .menu_bar div {
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    transform-origin: center;
}

.header_wrap.xe-clearfix.shrink .menu_btn .menu_bar div {
    background-color: #000000;
}

/* 각 줄 위치 고정 */
.menu_btn .menu_bar .btn1 {
    top: 0;
    width: 26px;
    margin-top: 2px;
}

.menu_btn .menu_bar .btn2 {
    top: 10px;
    width: 18px;
    left: 8px;
}

.menu_btn .menu_bar .btn3 {
    top: 20px;
    width: 26px;
    margin-top: -2px;
}

/* ✅ X 모양 변환 */
.menu_btn.opened .menu_bar .btn1 {
    top: 10px;
    transform: rotate(45deg);
    margin-top: -1px;
}

.menu_btn.opened .menu_bar .btn2 {
    opacity: 0;
}

.menu_btn.opened .menu_bar .btn3 {
    top: 10px;
    transform: rotate(-45deg);
    margin-top: -1px;
}


/* VISUAL */
.visual.sub {
    position: relative;
    display: flex;
    height: 300px;
    padding: 100px 0 0 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.visual.sub .sub_title {
    position: relative;
    text-align: center;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
}

.visual.sub .sub_title h2 {
    position: relative;
    font-weight: 700;
    font-size: 42px;
    color: #ffffff;
}

.visual.sub .mask {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.visual.sub .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

/* LNB */

.body.fixed-width .lnb {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 10px;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.body.fixed-width .lnb::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.body.fixed-width .lnb ul {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.body.fixed-width .lnb ul li {
    flex: 0 0 auto;
    /* 줄바꿈 방지 */
}

.body.fixed-width .lnb ul li a {
    display: flex;
    padding: 10px 16px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    white-space: nowrap;
    height: 40px;
    align-items: center;
}

.body.fixed-width .lnb ul li.on a,
.body.fixed-width .lnb ul li.selected a,
.body.fixed-width .lnb ul li a.active {
    color: #cda25a;
    font-weight: bold;
}

.body.fixed-width .lnb ul a:hover,
.body.fixed-width .lnb ul a:focus,
.body.fixed-width .lnb ul a:active {
    color: #cda25a;
}

.body.fixed-width .lnb img {
    vertical-align: top;
}

.body.fixed-width .content {
    float: none;
    width: 100%;
    max-width: 1280px;
    margin: 50px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Scroll to top link */
.btn_top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 57px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    background-color: #555;
    font-size: 24px;
    color: #fff;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btn_top:hover {
    background-color: #cda25a;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn_top i {
    line-height: 48px;
}

/* 기본 Swiper 컨테이너 스타일 */
.main-visual.swiper-container {
    height: 100dvh;
    min-height: 667px;
    position: relative;
    overflow: hidden;
}

/* 슬라이드 내부 구조 - 배경 및 텍스트 정렬 */
.main-visual .swiper-slide {
    position: relative;
    display: flex;
    width: 100% !important;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.main-visual .slide-item {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.main-visual .slide-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.main-visual .slide-caption {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    padding: 40px;
    border-radius: 8px;
    box-sizing: border-box;
}

.main-visual .slide-caption h2 {
    font-size: 48px;
}

.main-visual .slide-caption .sub-txt {
    margin-top: 30px;
    font-size: 22px;
}

/* 제목 스타일 */
.main-visual .swiper-container h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
    text-decoration: none;
}

/* 설명 텍스트 스타일 */
.main-visual .swiper-container p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;
}

.slide-thumbs {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

.slide-thumbs img {
    width: 160px;
    height: 120px;
    object-fit: cover;
    cursor: pointer;
    border: 6px solid rgb(255, 255, 255, 0.5);
    border-radius: 5px;
    transition: border 0.2s;
}

.slide-thumbs img.active {
    border: 6px solid #ffffff;
}

.swiper-button-prev i,
.swiper-button-next i,
.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    display: none;
}

/* 페이지네이션 위치 및 점 스타일 */
.main-visual .swiper-pagination {
    position: absolute;
    text-align: center;
    bottom: 40px !important;
    width: 100%;
    z-index: 10;
}

.main-visual .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 8px !important;
    transition: opacity 0.3s;
}

.main-visual .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

/* header animation */
@keyframes ani-header {
    0% {
        top: -60px;
    }

    100% {
        top: 0px;
    }
}


/* 프리미엄 그리드 */
#premium-section {
    padding: 100px 0;
}

#premium-section .grid-wrapper {
    display: grid;
    max-width: 1440px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 15px;
}

#premium-section .premium-title {
    font-size: 48px;
    text-align: center;
}

#premium-section .premium-sub-txt {
    font-size: 22px;
    text-align: center;
    padding: 25px 0;
}

#premium-section .grid-wrapper .grid-box {
    position: relative;
    aspect-ratio: 4 / 6;
    overflow: hidden;
    border-radius: 6px;
}

#premium-section .grid-box:hover .grid-img {
    transform: scale(1.1);
    /* 10% 확대 */
}

#premium-section .grid-wrapper .grid-img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
}

#premium-section .grid-box:hover .grid-img {
    transform: scale(1.2);
}

#premium-section .grid-wrapper .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.8) 10%,
            rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

#premium-section .grid-wrapper .text-box {
    position: absolute;
    padding: 50px;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
}

#premium-section .grid-wrapper .label {
    font-size: 14px;
    font-weight: bold;
    opacity: 0.8;
    display: block;
}

#premium-section .grid-wrapper .title {
    font-size: 22px;
    margin: 15px 0;
}

#premium-section .grid-wrapper .desc {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
}


/* 단지설계 섹션 */
#complex-section {
    padding: 100px 0;
    background: #f9f3eb;
}

#complex-section .complex-grid-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    height: 700px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 15px;
}

#complex-section .complex-title {
    font-size: 48px;
    text-align: center;
}

#complex-section .complex-sub-txt {
    font-size: 22px;
    text-align: center;
    padding: 25px 0;
}

#complex-section .complex-left {
    flex: 0 0 calc(65% - 5px);
    height: 100%;
}

#complex-section .complex-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#complex-section .complex-right {
    flex: 0 0 calc(35% - 5px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

#complex-section .complex-right>div {
    flex: 1;
    height: 0;
    overflow: hidden;
}

#complex-section .complex-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 유니트 섹션 */
#unit-section .unit-container {
    display: flex;
    width: 100%;
    height: 100vh;
}

#unit-section .unit-left {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.5rem;
    color: #2d3436;
    padding: 0 100px;
}

#unit-section .unit-left-title {
    font-size: 72px;
    font-weight: bold;
    font-family: 'YUniverse-B', serif;
    color: #ffffff;
    margin-bottom: 60px;
}

#unit-section .unit-right::after {
    content: "UNIT PLAN";
    width: 100%;
    font-size: 220px;
    font-weight: bold;
    letter-spacing: 20px;
    overflow: hidden;
    position: absolute;
    color: rgba(0, 0, 0, 0.05);
    top: 0;
    z-index: 0;
}

#unit-section .unit-left-description {
    font-size: 18px;
    font-family: 'NotoSerifKR', serif;
    line-height: 1.5;
    color: #ffffff;
}

#unit-section .unit-btn-container {
    display: flex;
    position: relative;
    margin-top: 60px;
}

#unit-section .unit-btn {
    padding: 10px 30px;
    font-size: 16px;
    color: #ffffff;
    background-color: #afa39c;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#unit-section .unit-btn:hover {
    background-color: #555;
}

#unit-section .unit-right {
    width: 60%;
    position: relative;
    background-color: #eae4e1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

#unit-section .unit-swiper-container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 15px 0 -200px;
}

#unit-section .unit-swiper-container .swiper-wrapper {
    width: 100%;
    box-sizing: border-box;
}

#unit-section .unit-swiper-slide {
    text-align: center;
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 15px;
}

#unit-section .unit-swiper-slide img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border: 1px solid #afa39c;
    transition: transform 0.3s ease-in-out;
    padding: 30px 0;
}

#unit-section .unit-slide-txt {
    width: 100%;
    text-align: center;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #afa39c;
    padding: 30px 0;
}

#unit-section .unit-slide-title {
    font-size: 42px;
    font-weight: bold;
    font-family: 'SBAggroB';
    color: #714141;
}

#unit-section .unit-slide-subtitle {
    font-size: 28px;
    font-weight: 500;
    color: #666;
    margin-top: 5px;
}

#unit-section .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 2px solid #97835e;
    background: transparent;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 0 10px !important;
}

#unit-section .unit-swiper-pagination {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

#unit-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #97835e;
    transform: scale(1.3);
    box-shadow: 0 0 0 6px rgba(151, 131, 94, 0.2);
}

@keyframes bulletExpand {
    0% {
        width: 15px;
    }

    100% {
        width: 60px;
    }
}

#unit-section .unit-swiper-navigation .swiper-button-prev,
#unit-section .unit-swiper-navigation .swiper-button-next {
    color: #333;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

#unit-section .unit-swiper-navigation .swiper-button-prev:hover,
#unit-section .unit-swiper-navigation .swiper-button-next:hover {
    opacity: 1;
}

#unit-section .unit-swiper-button-prev {
    left: 10px;
}

#unit-section .unit-swiper-button-next {
    right: 10px;
}


/* 브랜드 섹션 */
#brand-section {
    position: relative;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

#brand-section h2 {
    font-size: 48px;
}

#brand-section .desc {
    font-size: 22px;
    margin-top: 50px;
    line-height: 1.5;
    font-family: 'NotoSerifKR', serif;
}

#brand-section .overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

#brand-section .content {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 2;
    box-sizing: border-box;
    padding: 0 25px;
}

.mega-bg {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 220px;
    background: #ffffff;
    z-index: 10;
}

.gnb .depth2 {
    opacity: 0;
    visibility: hidden;
    background: transparent;
    position: absolute;
    top: 100%;
    padding: 0 0 30px 0;
    z-index: 20;
    transition: none;
}

.gnb.show-depth .depth2 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.gnb.transition-on .depth2 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.1s ease;
    transition-delay: 0.1s;
    pointer-events: auto;
}

.gnb:hover .depth2 {
    display: block !important;
}

.hd-right-wrap {
    display: inline-flex;
}

.sale-txt {
    font-size: 18px;
    color: #fff;
    background-color: #242a5c;
    padding: 5px 20px;
    border-radius: 25px;
    margin-right: 20px;
}

.call-no {
    display: inline-flex !important;
    align-items: center;
    color: #ffffff;
}

.header_wrap.xe-clearfix.shrink .call-no {
    display: inline-flex !important;
    align-items: center;
    color: #000;
}

.call-no .number {
    font-size: 30px;
    font-weight: bold;
    margin-left: 5px;
    white-space: nowrap;
    font-family: 'YUniverse-B';
}

.call-wrap i.xi-call {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 15px;
}

.header .gnb>ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.gnb>ul>li {
    float: left;
    position: relative;
    text-align: left;
}

.header_wrap.xe-clearfix .gnb>ul>li>a {
    display: block;
    position: relative;
    width: 120px;
    text-align: center;
    line-height: 100px;
    font-size: 17px;
}

.header_wrap.xe-clearfix .gnb>ul>li>a {
    color: #ffffff;
}

.header_wrap.xe-clearfix.shrink .gnb>ul>li>a {
    color: #000000;
}

.gnb .depth2>li>a {
    display: block;
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #000000;
}

.gnb .depth2>li>a:hover {
    text-decoration: underline;
}

.gnb .depth2>li.more>a:after {
    content: '>';
    position: absolute;
    right: 20px;
}

@media(max-width: 1599px) {
    #unit-section .unit-swiper-container {
        margin: 0 15px 0 -100px;
    }

    #unit-section .unit-left {
        padding: 0 60px;
    }

    #unit-section .unit-left-title {
        font-size: 62px;
        margin-bottom: 50px;
    }
}

@media(max-width: 1439px) {
    .header {
        padding: 0 20px;
    }

    .sale-txt {
        display: none;
    }

    #unit-section .unit-swiper-container {
        margin: 0 0 0 -100px;
    }

    #unit-section .unit-left {
        align-items: flex-start;
        padding: 20px;
    }

    #unit-section .unit-left-title {
        font-size: 52px;
        margin-bottom: 40px;
    }

    #unit-section .unit-btn-container {
        left: 0;
        margin-top: 50px;
    }
}

@media(max-width: 1199px) {
    .header_wrap.xe-clearfix .gnb>ul>li>a {
        width: 100px;
        font-size: 16px;
    }

    .header>h1 img {
        max-width: 120px;
    }

    .gnb .depth2>li>a {
        width: 100px;
        line-height: 35px;
        font-size: 15px;
    }

    .call-no .number {
        font-size: 26px;
    }

    .call-wrap i.xi-call {
        width: 18px;
        min-width: 18px;
        height: 18px;
        font-size: 13px;
    }

    #premium-section .grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    #premium-section .grid-wrapper .grid-box {
        width: 100%;
        height: 200px;
    }

    #premium-section .grid-wrapper .text-box {
        padding: 30px;
    }

    #unit-section .unit-left {
        align-items: flex-start;
        padding: 20px;
    }

    #unit-section .unit-left-title {
        font-size: 52px;
        margin-bottom: 40px;
    }

    #unit-section .unit-left-description {
        font-size: 16px;
    }

    #unit-section .unit-btn-container {
        left: 0;
        margin-top: 50px;
    }
}

@media(max-width: 991px) {

    body,
    html {
        min-width: 100%;
    }

    a.btn_top {
        display: none;
    }

    /* Layout */
    .container {
        min-width: 100%;
        background-color: #fff
    }

    .body.fixed-width {
        width: auto;
        margin: 0;
    }

    .body {
        padding: 0;
    }

    .call-wrap {
        position: relative;
        right: 40px;
        z-index: 9;
    }

    .call-wrap .number {
        display: none;
    }

    .call-wrap i.xi-call {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        width: 28px;
        min-width: 28px;
        height: 28px;
        border: 1px solid;
        border-radius: 50%;
        font-size: 20px;
    }

    .header_wrap.xe-clearfix.shrink .call-wrap i.xi-call {
        color: #000000;
    }

    .body.fixed-width .content {
        margin: 30px 0;
    }

    .body.fixed-width .lnb ul li a {
        font-size: 16px;
        height: 30px;
    }

    .custom-section h2 {
        font-size: 28px !important;
    }

    .content:after {
        clear: both;
        content: '';
    }

    .content> :first-child {
        margin-top: 0;
    }

    .content img {
        max-width: 100%;
        height: auto;
    }

    /* Header */

    .header:after,
    .body:after {
        clear: both;
        content: ''
    }

    .header .logo-item {
        z-index: 1001;
    }

    .header>h1 {
        float: none;
        margin-right: 0;
        line-height: 60px;
        display: block;
    }

    .header>h1 img {
        padding: 0;
        margin: 0;
    }

    /* Fixed Header */
    .container.fixed_header {
        padding-top: 0;
    }

    .fixed_header .header_wrap {
        position: static;
        top: 0;
        left: 0;
        height: 0;
        width: 100%;
        z-index: 1000;
    }

    .fixed_header .header_wrap.shrink {
        position: fixed;
        top: 0;
        height: 60px;
        width: 100%;
        z-index: 1000;
        border-bottom: 1px solid #e1e1e1;
        background-color: #fff;
    }

    /* 단지설계 섹션 */
    #complex-section {
        padding: 50px 0;
    }

    #complex-section .complex-grid-container {
        flex-direction: column;
        height: auto;
    }

    #complex-section .complex-title {
        font-size: 32px;
        text-align: center;
    }

    #complex-section .complex-sub-txt {
        font-size: 17px;
        padding: 15px 0;
    }

    #complex-section .complex-left,
    #complex-section .complex-right {
        flex: 0 0 100%;
        height: auto;
    }

    #complex-section .complex-right {
        flex-direction: row;
    }

    #complex-section .complex-right>div {
        flex: 1;
        height: auto;
    }

    #complex-section .complex-right img {
        height: auto;
    }

    /* Footer */
    .footer {
        border-top: 1px solid #e4e4e4;
        background-color: #f1f1f1;
    }

    .footer a:hover,
    .footer a:focus {
        text-decoration: none;
    }

    .footer .f_info_area {
        width: auto;
        margin: 0;
        padding: 15px;
    }

    .footer .f_cr_area {
        padding: 0;
        background-color: #000;
        color: #fff;
    }

    .footer .copyright {
        width: auto;
        margin: 0;
        font-size: 12px;
        color: #f1f1f1;
        line-height: 16px;
    }

    .footer .copyright span {
        display: inline-block;
        margin-left: 0px;
    }

    .footer .f_info {
        float: none;
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .footer .f_logo {
        padding: 8px 15px;
        margin-bottom: 0;
    }

    .footer .f_logo.log_txt a {
        font-size: 16px;
        font-weight: bold;
        color: #555;
    }

    .footer .f_logo img {
        max-width: auto;
        max-height: 40px;
    }

    .footer .f_cr_area {
        padding: 0;
        color: #fff;
    }

    .footer .f_cr_area p {
        margin: 0;
        padding: 8px 14px;
    }

    .footer .f_cr_area a {
        color: #fff;
    }

    /* button */
    .btn_item {
        display: inline-block;
        margin: 35px 0;
        padding: 0 27px;
        height: 50px;
        font-family: 'Noto Sans KR';
        background-color: #555;
        font-size: 14px;
        line-height: 50px;
        letter-spacing: 1px;
        color: #FFF;
        transition: all .2s ease-in-out;
    }

    .btn_item:hover,
    .btn_item:active .btn_item:focus {
        background-color: #CBA061;
        color: #fff;
    }

    .btn_item+.btn_item {
        margin-left: 10px;
    }

    .header>.custom_area {
        display: none;
    }

    .gnb .menu_btn {
        display: flex;
    }

    .header {
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .gnb.opened>ul {
        right: 0;
    }

    .header .gnb>ul {
        position: fixed;
        top: 0;
        box-sizing: border-box;
        display: grid;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 999;
        overflow-y: auto;
        margin-top: 60px;
        padding-top: 10px;
        padding-bottom: 150px;
        transition: right 0.3s ease;
    }

    .gnb>ul>li {
        position: static;
    }

    .header_wrap.xe-clearfix .gnb>ul>li>a {
        display: block;
        width: 100%;
        line-height: 30px;
        font-size: 16px;
        padding: 10px 0;
        font-weight: bold;
        color: #000000;
        background-color: #eee;
    }

    /* 밑줄 기본 상태 (숨김) */
    .gnb>ul>li>a::after {
        display: none;
    }

    /* depth2와 depth3 공통 적용: 2열 구성 */
    .gnb .depth2,
    .gnb .depth3 {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 10px;
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: transparent;
    }

    /* 각 항목 2열로 배치 */
    .gnb .depth2>li,
    .gnb .depth3>li {
        width: calc(50% - 4px);
        /* 2열 구성 (간격 고려) */
    }

    /* 링크 스타일 (전체 클릭 영역) */
    .gnb .depth2>li>a,
    .gnb .depth3>li>a {
        display: flex;
        width: 100%;
        padding: 12px;
        font-size: 15px;
        justify-content: center;
        align-items: center;
        background: #f9f9f9;
        color: #333;
        border-radius: 4px;
        text-align: center;
        box-sizing: border-box;
        transition: background 0.2s;
    }

    .gnb .depth2>li>a:hover {
        text-decoration: none;
    }

    .mega-bg {
        display: none !important;
    }

    .gnb:hover .depth2 {
        display: flex !important;
    }

    .gnb .depth2>li>a:hover,
    .gnb .depth3>li>a:hover {
        background: #ececec;
    }

    .visual {
        box-sizing: border-box;
    }

    .visual.sub {
        padding: 50px 0 0 0;
        height: 220px;
    }

    .visual.sub .sub_title h2 {
        font-size: 28px;
    }

    .main-visual .slide-caption h2 {
        font-size: 28px;
    }

    .main-visual .slide-caption .sub-txt {
        font-size: 18px;
    }

    .main-visual-wrap {
        position: relative;
    }

    .slide-thumbs {
        position: absolute;
        top: auto;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 8px;
        z-index: 10;
    }

    .slide-thumbs img {
        width: 100px;
        height: 75px;
        border-radius: 0;
        border: 3px solid rgb(255, 255, 255, 0.5);
    }

    .slide-thumbs img.active {
        border: 3px solid #ffffff;
    }

    #premium-section {
        padding: 50px 0;
    }

    #premium-section .premium-title {
        font-size: 32px;
    }

    #premium-section .premium-sub-txt {
        font-size: 17px;
        padding: 15px 0;
    }

    #premium-section .grid-wrapper .grid-box {
        width: 100%;
        height: 160px;
        border-radius: 6px;
    }

    #premium-section .grid-wrapper .text-box {
        padding: 20px;
        top: 0;
        left: 0;
        z-index: 2;
        color: #fff;
    }

    #premium-section .grid-wrapper .label {
        font-size: 13px;
        font-weight: normal;
    }

    #premium-section .grid-wrapper .title {
        font-size: 18px;
        margin: 5px 0;
    }

    #premium-section .grid-wrapper .desc {
        font-size: 14px;
    }

    #unit-section .unit-container {
        flex-direction: column;
        height: auto;
        /* 세로로 쌓을 땐 높이 자동 */
    }

    #unit-section .unit-left-title {
        font-size: 38px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    #unit-section .unit-left-description {
        font-size: 15px;
    }

    #unit-section .unit-left {
        padding: 50px 20px;
        align-items: center;
        text-align: center;
    }

    #unit-section .unit-left,
    #unit-section .unit-right {
        width: 100%;
        box-sizing: border-box;
    }

    #unit-section .unit-btn-container {
        margin-top: 15px;
    }

    #unit-section .unit-swiper-container {
        padding: 50px 0 30px 15px;
        margin: 0;
    }

    #unit-section .unit-slide-txt {
        padding: 15px 0;
    }

    #unit-section .unit-slide-title {
        font-size: 28px;
    }

    #unit-section .unit-slide-subtitle {
        font-size: 22px;
    }

    #unit-section .unit-swiper-slide.swiper-slide-active {
        margin-right: 15px !important;
    }

    #unit-section .unit-btn-container {
        left: 0;
        justify-content: center;
    }

    #unit-section .unit-swiper-pagination {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    #brand-section {
        padding: 50px 0;
    }

    #brand-section h2 {
        font-size: 42px;
    }

    #brand-section .desc {
        font-size: 17px;
    }
}


@media(max-width: 768px) {
    #premium-section .grid-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}