a:link {color:#383838;}
a:visited {color:#383838;}

/* 전역 a 색 지정 뒤에 붙이기 */
.footer .call-link {
    color: #fff !important;
    text-decoration: none;
}

.sub_top{
    width: 100%;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/sub_top_img.png) center / cover no-repeat;
    border-bottom: none !important;
    box-shadow: none !important;
    margin-bottom: -3px;
}

.sub_top p{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -.05rem;
    line-height: 1.2;
    text-align: center;
    margin-top:30px;
}



/* ✅ 공통 타이틀(다른 페이지도 그대로 재사용) */
.subpage-title{
    text-align: center;
    padding: 72px 0 44px;
}

.subpage-kicker{
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    color: #111;
}


.subpage-headline{
    margin: 0;
    font-family: "Pretendard", sans-serif;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    color: #555;
    opacity: .7;
}


/* =========================
   개요 페이지
========================= */
.overview-page{
    background: #fff;
}

.overview-page .sub_menu{
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.overview-page .sub_menu > ul{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: transparent;
}

.overview-page .sub_menu > ul > li{
    flex: 1;
    max-width: 140px;
    height: 58px;
    position: relative;
}

.overview-page .sub_menu > ul > li > a{
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-align: center;
}

.overview-page .sub_menu > ul > li.active > a{
    color: #111;
    font-weight: 600;
}

.overview-page .sub_menu > ul > li.active::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 36px;
    height: 2px;
    background: #2f5ea8;
}

.overview-inner{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 110px;
    box-sizing: border-box;
}

.overview-hero{
    margin: 0 0 44px;
    width: 100%;
}

.overview-hero img{
    display: block;
    width: 100%;
    height: auto;
}

.overview-spec{
    width: 100%;
}

.overview-spec-table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: none;
}

.overview-spec-table tr{
    border-bottom: 1px solid #e7e7e7;
}

.overview-spec-table th,
.overview-spec-table td{
    padding: 20px 18px;
    font-size: 16px;
    line-height: 1.75;
    vertical-align: middle;
    background: transparent;
}

.overview-spec-table th{
    width: 170px;
    text-align: center;
    font-weight: 600;
    color: #222;
}

.overview-spec-table td{
    font-weight: 400;
    color: #555;
}


/* =========================
   공통 노티스
========================= */
.overview-note{
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #888;
    text-align: left;
    opacity: 1;
}


/* =========================
   브랜드 소개 페이지
========================= */
.introduce-page{
    background: #fff;
}

.introduce-inner{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 110px;
    box-sizing: border-box;
    text-align: center;
}

.introduce-hero{
    width: 100%;
    margin: 0 0 28px;
}

.introduce-hero img{
    display: block;
    width: 100%;
    height: auto;
}

.introduce-copy{
    text-align: center;
}

.introduce-point{
    margin: 50px 0 18px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.03em;
}

.introduce-lead{
    margin: 0 0 40px;
}

.introduce-lead p{
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.02em;
   
}

.introduce-body{
    max-width: 620px;
    margin: 0 auto;
}

.introduce-body p{
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.02em;
}

.introduce-accent{
    color: #195495;
}

.brand-signature{
  margin: 28px auto 24px;
  text-align: center;
}

.brand-signature-logo{
  width: 100%;
  margin: 0 auto;
}

.brand-signature-logo img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.brand-signature-text{
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: -0.02em;
  color: #777;
}

/* =========================
   입지환경 페이지
========================= */
.infra-page{
    background: #fff;
}

.infra-inner{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 110px;
    box-sizing: border-box;
}

.infra-section-copy{
    margin: 0 0 28px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.03em;
}

.infra-section-copy span{
    color: #195495;
}

.infra-section-copy--space{
    margin-top: 68px;
}

.infra-map-main{
    width: 100%;
    margin: 0 0 22px;
}

.infra-map-main img{
    display: block;
    width: 100%;
    height: auto;
}

.infra-card-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 22px;
}

.infra-card{
    width: 100%;
}

.infra-card-thumb{
    width: 100%;
    margin: 0 0 12px;
}

.infra-card-thumb img{
    display: block;
    width: 100%;
    height: auto;
}

.infra-card-body{
    padding: 0 4px;
}

.infra-card-title{
     display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #195495;
    letter-spacing: -0.02em;
}

.infra-card-icon{
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
}

.infra-card-icon img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.infra-card-text{
    margin: 0 0 0 30px;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.02em;
}

.infra-traffic-visual{
    width: 100%;
    margin: 0;
    text-align: center;
}

.infra-traffic-visual img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.infra-gtx-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.infra-gtx-item img{
    display: block;
    width: 100%;
    height: auto;
}

.infra-gtx-kicker{
    margin: 68px 0 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.02em;
}

.infra-gtx-copy{
    margin: 10px 0 26px;
    text-align: center;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 600;
    color: #195495;
    letter-spacing: -0.03em;
}

.infra-info-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.infra-info-col{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.infra-info-box{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 124px;
    padding: 22px 24px;
    background: #f7f7f7;
    box-sizing: border-box;
}

.infra-info-icon{
    flex: 0 0 54px;
    width: 54px;
}

.infra-info-icon img{
    display: block;
    width: 100%;
    height: auto;
}

.infra-info-content{
    flex: 1;
    min-width: 0;
}


.infra-info-title{
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #195495;
    letter-spacing: -0.02em;
}

.infra-info-text{
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.02em;
}

.infra-note{
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 400;
    color: #888;
    text-align: left;
}

.mo-br{
  display: none;
}

/* =========================
   프리미엄 페이지
========================= */
.premium-page{
    background: #fff;
}

.premium-inner{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 110px;
    box-sizing: border-box;
}

.premium-list{
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 24px;
}

.premium-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 240px;
    background: #f8f8f8;
    overflow: hidden;
}

.premium-item--reverse .premium-media{
    order: 2;
}

.premium-item--reverse .premium-text{
    order: 1;
}

.premium-media{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 14px;
    box-sizing: border-box;
}

.premium-media img{
    display: block;
    width: 100%;
    height: auto;
}

.premium-text{
    min-height: 240px;
    padding: 34px 34px 30px;
    box-sizing: border-box;
}

.premium-number{
    position: absolute;
    top: 18px;
    right: 26px;
    font-size: 92px;
    line-height: 1;
    font-weight: 700;
    color: #e9edf2;
    letter-spacing: -0.04em;
    z-index: 0;
}

.premium-item--reverse .premium-number{
    left: 26px;
    right: auto;
}

.premium-copy{
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 30px;
    z-index: 1;
}

.premium-item--reverse .premium-copy{
    left: 34px;
    right: 34px;
    text-align: right;
}


.premium-item--reverse .premium-copy .infra-card-title{
    justify-content: flex-end;
}

.premium-item--reverse .premium-copy .infra-card-text{
    text-align: right;
}

.premium-copy .infra-card-title{
    margin-bottom: 8px;
}

.premium-copy .infra-card-text{
    margin: 0;
}

.premium-note{
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 400;
    color: #888;
    text-align: left;
}



/* =========================
   에듀 프리미엄 페이지
========================= */
.edu-page{
    background: #fff;
}

.edu-inner{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 110px;
    box-sizing: border-box;
}

.edu-section-copy{
    margin-bottom: 38px;
}

.edu-top-grid{
    display: grid;
    grid-template-columns: 1.45fr 0.95fr;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 20px;
}

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

.edu-side-cards{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.edu-side-card{
    min-height: 186px;
    padding: 24px 24px;
    background: #f8f8f8;
    box-sizing: border-box;
    overflow: hidden;
}

.edu-side-number{
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    color: #e9edf2;
    letter-spacing: -0.04em;
}

.edu-side-copy{
    position: relative;
    z-index: 1;
    margin-top: 8px;
}

.edu-side-copy .infra-card-title{
    margin-bottom: 8px;
}

.edu-side-copy .infra-card-text{
    margin: 0;
}

.edu-info-grid{
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 14px;
    margin-top: 22px;
}

.edu-info-box{
    min-height: 128px;
    padding: 24px 24px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.edu-info-title{
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
    color: #195495;
    letter-spacing: -0.02em;
}

.edu-info-title,
.edu-table-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}



.edu-info-icon{
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
}

.edu-info-icon img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.edu-info-text{
    margin: 0;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.02em;
}

.edu-table-wrap{
    margin-top: 18px;
    padding: 28px 26px 30px;
    background: #f8f8f8;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.edu-table-title{
    margin: 0 0 16px;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #195495;
    letter-spacing: -0.02em;
}

.edu-table{
    width: 86%;
    border-collapse: collapse;
    table-layout: fixed;
}

.edu-table thead th{
    padding: 14px 14px;
    background: #efefef;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.edu-table tbody th,
.edu-table tbody td{
    padding: 20px 14px;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    text-align: center;
    font-weight: 400;
}

.edu-table tbody th{
    background: #f3f4f6;
    color: #333;
    font-weight: 600;
}

/* 2열 일반전형만 아주 미세하게 구분 */
.edu-table thead th:nth-child(2){
    background: #f1f3f5;
    color: #333;
}

.edu-table tbody td:nth-child(2){
    background: #f7f8fa;
    color: #555;
}

/* 에듀 페이지 표 - 농어촌 특별전형 열 포인트 */
.edu-table thead th:nth-child(3){
    background: #195495;
    color: #fff;
}

.edu-table tbody td:nth-child(3){
    background: #eef4fb;
    color: #195495;
    font-weight: 600;
}

/* 구분선도 살짝 톤 맞추기 */
.edu-table tbody tr td:nth-child(3){
    border-bottom: 1px solid #d6e3f3;
}

/* 농어촌 열 구분선도 살짝 톤 맞춤 */
.edu-table tbody tr td:nth-child(3){
    border-bottom: 1px solid #d6e3f3;
}

.edu-note{
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 400;
    color: #888;
    text-align: left;
}

/* =========================
   오시는 길 페이지
========================= */
.map-page{
    background: #fff;
}

.map-inner{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 110px;
    box-sizing: border-box;
}

.map-card-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.map-card{
    text-align: center;
}

.map-card-head{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 18px;
}

.map-card-icon{
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}

.map-card-icon img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.map-card-title{
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #195495;
    letter-spacing: -0.02em;
}

.map-box{
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
}

.map-info{
    padding-top: 18px;
    text-align: center;
}

.map-card-line{
    display: block;
    width: 22px;
    height: 1px;
    margin: 0 auto 14px;
    background: #9fb7d8;
}

.map-address{
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.02em;
    text-align: center;
}

.map-btns{
    display: flex;
    justify-content: center;
    gap: 8px;
}

.map-btn{
    min-width: 104px;
    height: 40px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -0.02em;
    box-sizing: border-box;
}

.map-btn--naver{
    background: #03C75A;
    color: #fff !important;
}

.map-btn--kakao{
    background: #FEE500;
    color: #191919 !important;
}

.root_daum_roughmap .wrap_controllers{
    display: none !important;
}

.root_daum_roughmap .cont{
    display: none !important;
}

.map-card--secondary .map-card-title{
    color: #0E5F6A;
}

.map-card--secondary .map-card-line{
    background: #0E5F6A;
}

/* 단지안내 공통 이미지 페이지 */
.place-plan-main{
  margin-bottom: 0;
}

.place-plan-main img{
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}

.sub_menu.menu03 ul li{
  width: 33.333%;
}



/* =========================
   공통 이미지컷 배지
========================= */
.imagecut-thumb{
    position: relative;
    overflow: hidden;
}

.imagecut-badge{
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 2;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 2px rgba(0,0,0,.25);
}

/* =========================
   커뮤니티 페이지
========================= */
.community-wrap{
    margin-top: 8px;
}

.community-row-box{
    padding: 24px 20px 26px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.community-row-box + .community-row-box{
    margin-top: 24px;
}

.community-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.community-item{
    min-width: 0;
}

.community-thumb{
    margin: 0 0 14px;
    width: 100%;
    aspect-ratio: 1 / 1.58;
    background: #eee;
}

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

.community-body{
    padding: 0 2px;
}

.community-item .infra-card-title{
    margin: 0;
    display: block;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #195495;
    letter-spacing: -0.02em;
}

.community-line{
    display: block;
    width: 22px;
    height: 1px;
    margin: 10px 0 12px;
    background: #9fb7d8;
}

.community-item .infra-card-text{
    margin: 0;
    font-size: 13px;
    line-height: 1.75;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

/* =========================
   세대안내 - 평면안내
========================= */
.unit-page .infra-inner{
    max-width: 1100px;
}

.unit-type-tab{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    width: 100%;
    max-width: 860px;
    margin: 0 auto 38px;
}

.unit-type-tab button{
    flex: 1;
    min-width: 0;
    height: 42px;
    padding: 0 18px;
    border: 0;
    background: transparent;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: #555;
    text-align: center;
    cursor: pointer;
    transition: all .25s ease;
}

.unit-type-tab button.active{
    color: #195495;
    background: rgba(25, 84, 149, 0.10);
    font-weight: 600;
}

.unit-plan-wrap{
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 34px;
    align-items: start;
}

.unit-plan-right{
    width: 100%;
    max-width: 360px;
    margin-left: auto;
}

.unit-plan-main{
    margin: 0;
    text-align: center;
}

.unit-plan-main img{
    display: block;
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
}

.unit-plan-main--74c img{
    max-width: 630px;
}

.unit-plan-thumb{
    margin: 0 0 26px;
    text-align: center;
}

.unit-plan-thumb img{
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 0 auto;
}

.unit-plan-info{
    padding: 0;
    box-sizing: border-box;
}

.unit-plan-info-head{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 16px 18px;
    background: #F3F6FB;
}

.unit-plan-spec{
    margin: 0;
    padding: 0 18px;
}

.unit-plan-type{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}

.unit-plan-divider{
    width: 1px;
    height: 12px;
    background: #BDBDBD;
    display: inline-block;
}

.unit-plan-household{
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    color: #777;
}

.unit-plan-spec{
    margin: 0;
}

.unit-plan-spec-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.unit-plan-spec-row + .unit-plan-spec-row{
    margin-top: 14px;
}

.unit-plan-spec dt,
.unit-plan-spec dd{
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.unit-plan-spec dt{
    color: #666;
    font-weight: 400;
}

.unit-plan-spec dd{
    color: #222;
    font-weight: 500;
    text-align: right;
}

/* 평면안내 패널 전환 */
.unit-plan-panel{
    display: none;
}

.unit-plan-panel.is-active{
    display: grid;
}

/* 타입별 제목 배경색 */
.unit-plan-info--74a .unit-plan-info-head{
    background: #F5F4FB;
}

.unit-plan-info--74c .unit-plan-info-head{
    background: #F3F8F6;
}

/* =========================
   E-모델하우스
========================= */
.emodel-page .infra-inner{
    max-width: 1100px;
}

.emodel-coming-box{
    width: 100%;
    min-height: 360px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px;
}

.emodel-coming-inner{
    text-align: center;
}

.emodel-coming-icon{
    display: block;
    width: 34px;
    margin: 0 auto 12px;
    opacity: .55;
}

.emodel-coming-icon img{
    display: block;
    width: 100%;
    height: auto;
}

.emodel-coming-en{
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #9a9a9a;
}

.emodel-coming-ko{
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    color: #8c8c8c;
}

/* =========================
   특화설계 페이지
========================= */
.design-page .infra-inner{
    max-width: 1100px;
}

.design-list{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.design-item{
    display: grid;
    grid-template-columns: 390px 1fr;
    align-items: center;
    gap: 34px;
    min-height: 190px;
    padding: 18px 18px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.design-item--reverse{
    grid-template-columns: 1fr 390px;
}

.design-item--reverse .design-thumb{
    order: 2;
}

.design-item--reverse .design-copy{
    order: 1;
     text-align: right;
}

.design-item--reverse .design-title{
    padding-left: 0;
    padding-right: 12px;
}

.design-item--reverse .design-text{
    padding-left: 0;
    padding-right: 12px;
}

.design-item--reverse .design-title::before{
    left: auto;
    right: 0;
}

.design-thumb{
    margin: 0;
    width: 100%;
    background: #eee;
}

.design-thumb img{
    display: block;
    width: 100%;
    height: auto;
}

.design-copy{
    text-align: left;
}

.design-title{
    position: relative;
    margin: 0 0 12px;
    padding-left: 12px;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
    color: #195495;
    letter-spacing: -0.02em;
}

.design-title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 20px;
    background: #9fb7d8;
}

.design-text{
    margin: 0;
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.02em;
}

/* =========================
   공급안내 - 덕소역 더블뷰 한강
========================= */
.sub_menu.menu04 ul li{
    width: 25%;
}

.supply-page .infra-inner{
    max-width: 1100px;
}

.supply-icon-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 46px 26px;
    max-width: 920px;
    margin: 0 auto;
}

.supply-icon-item{
    text-align: center;
}

.supply-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0 auto 14px;
}

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

.supply-icon-title{
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #195495;
    letter-spacing: -0.02em;
}

.supply-icon-text{
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #555;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.supply-page .infra-section-copy{
    margin-bottom: 44px;
}

.supply-page .infra-note{
    margin-top: 44px;
}

/* =========================
   DOUBLE VIEW HANGANG
   공급안내 카드형 개선
   ========================= */

.supply-page .infra-inner {
  position: relative;
}

/* 섹션 카피 조금 더 힘 주기 */
.supply-page .infra-section-copy {
  margin-top: 26px;
  margin-bottom: 44px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #222;
  letter-spacing: -0.03em;
}

.supply-page .infra-section-copy span {
  color: #195495;
  font-weight: 700;
}

/* 카드 그리드 */
.supply-page .supply-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 0;
  position: relative;
}

/* 카드 */
.supply-page .supply-icon-item {
  position: relative;
  min-height: 228px;
  padding: 30px 22px 26px;
  border: 1px solid #e7edf3;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.04);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
}

/* 카드 하단 포인트 라인 */
.supply-page .supply-icon-item::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #195495 0%, rgba(25, 84, 149, 0.16) 100%);
}

/* hover */
.supply-page .supply-icon-item:hover {
  transform: translateY(-6px);
  border-color: rgba(25, 84, 149, 0.24);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
}

/* 아이콘 배지 */
.supply-page .supply-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(25, 84, 149, 0.07);
  border: 1px solid rgba(25, 84, 149, 0.10);
}

.supply-page .supply-icon img {
  width: 37px;
  height: 37px;
  object-fit: contain;
  display: block;
}

/* 제목 */
.supply-page .supply-icon-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #111;
  word-break: keep-all;
}

/* 설명 */
.supply-page .supply-icon-text {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  color: #666;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

/* 하단 주석 */
.supply-page .infra-note {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.7;
  color: #999;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

/* 제목의 無 컬러 강조가 가능하면 전체 타이틀에 적용 */
.supply-page .supply-icon-title {
  color: #111;
}

/* 상단 타이틀과 카드 간격 정리 */
.supply-page .subpage-title {
  margin-bottom: 0;
}

.supply-page .subpage-kicker {
  margin-bottom: 8px;
}

.supply-page .subpage-headline {
  margin-bottom: 0;
}

.supply-page .supply-icon-title span {
  color: #195495;
  font-weight: 800;
}

/* =========================
   모집공고 페이지 전용
========================= */
.notice-board-page .notice-board-card{
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: stretch;
    margin: 0 0 24px;
    background: #fff;
}

.notice-board-page .notice-board-thumb{
    min-width: 0;
}

.notice-board-page .notice-board-thumb img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notice-board-page .notice-board-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 54px 40px;
    background: #f8f8f8;
    text-align: center;
    box-sizing: border-box;
}

.notice-board-page .notice-board-kicker{
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
    color: #0E5F6A;
    letter-spacing: -0.02em;
}

.notice-board-page .notice-board-title{
    margin: 0;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    color: #195495;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.notice-board-page .notice-board-divider{
    display: block;
    width: 1px;
    height: 34px;
    margin: 26px 0 26px;
    background: #9fb7d8;
}

.notice-board-page .notice-board-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 300px;
    height: 60px;
    padding: 0 28px;
    background: #195495;
    color: #fff !important;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -0.02em;
    transition: background .25s ease, transform .25s ease;
    box-sizing: border-box;
}

.notice-board-page .notice-board-btn:hover{
    background: #123a66;
    transform: translateY(-2px);
}

.notice-board-page .notice-board-btn-icon{
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}


/* =========================
   홍보센터 - 홍보영상
========================= */
.promo-page .infra-inner{
    max-width: 1100px;
}

.promo-video-tab{
    margin-bottom: 34px;
}

.promo-video-panel{
    display: none;
}

.promo-video-panel.is-active{
    display: block;
}

.promo-video-frame{
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: transparent;
    overflow: hidden;
}

.promo-video-frame iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    transform: translate(-50%, -50%);
}

.promo-page .promo-video-tab{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 34px;
}

/* =========================
   홍보센터 - 언론보도
========================= */
.press-page .press-inner{
    max-width: 1100px;
}

.press-page .press-board-wrap{
    margin-top: 8px;
}

.press-page .press-board{
    width: 100%;
}

/* 게시판 전체 기본 톤 */
.press-page .press-board table{
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    border-top: 1px solid #222 !important;
}

.press-page .press-board tr{
    border-bottom: 1px solid #ececec !important;
}

.press-page .press-board th,
.press-page .press-board td{
    padding: 18px 14px !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #555 !important;
    vertical-align: middle !important;
    text-align: center !important;
    word-break: keep-all !important;
    background: #fff !important;
}

.press-page .press-board th{
    font-weight: 600 !important;
    color: #222 !important;
    background: #fafafa !important;
}

/* 제목/링크 */
.press-page .press-board a{
    color: #383838 !important;
    text-decoration: none !important;
    transition: color .25s ease;
}

.press-page .press-board a:hover{
    color: #195495 !important;
}

.press-page .press-board .subject,
.press-page .press-board .title,
.press-page .press-board td.subject,
.press-page .press-board td.title{
    text-align: left !important;
}

.press-page .press-board .subject a,
.press-page .press-board .title a,
.press-page .press-board td.subject a,
.press-page .press-board td.title a{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 검색영역 */
.press-page .press-board select,
.press-page .press-board input[type="text"],
.press-page .press-board input[type="search"]{
    height: 40px !important;
    padding: 0 12px !important;
    border: 1px solid #dcdcdc !important;
    font-size: 14px !important;
    color: #555 !important;
    box-sizing: border-box !important;
    background: #fff !important;
}

.press-page .press-board input[type="submit"],
.press-page .press-board button,
.press-page .press-board .btn,
.press-page .press-board a.btn{
    height: 40px !important;
    padding: 0 18px !important;
    border: 0 !important;
    background: #195495 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 40px !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.press-page .press-board input[type="submit"]:hover,
.press-page .press-board button:hover,
.press-page .press-board .btn:hover,
.press-page .press-board a.btn:hover{
    background: #123a66 !important;
}

/* 페이징 */
.press-page .press-board .paging,
.press-page .press-board .pagination,
.press-page .press-board .pageNum{
    margin-top: 28px !important;
    text-align: center !important;
}

.press-page .press-board .paging a,
.press-page .press-board .pagination a,
.press-page .press-board .pageNum a,
.press-page .press-board .paging strong,
.press-page .press-board .pagination strong,
.press-page .press-board .pageNum strong{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 34px !important;
    height: 34px !important;
    margin: 0 2px !important;
    padding: 0 8px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    color: #666 !important;
    text-decoration: none !important;
    border: 1px solid #e5e5e5 !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

.press-page .press-board .paging strong,
.press-page .press-board .pagination strong,
.press-page .press-board .pageNum strong{
    color: #195495 !important;
    border-color: #195495 !important;
    background: rgba(25, 84, 149, 0.06) !important;
}

/* =========================
   SUBPAGE MOTION
========================= */
.fade-up{
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}

.fade-up.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.fade-up.delay-1{
  transition-delay: .08s;
}

.fade-up.delay-2{
  transition-delay: .16s;
}

.fade-up.delay-3{
  transition-delay: .24s;
}

.fade-up.delay-4{
  transition-delay: .32s;
}

.fade-up.delay-5{
  transition-delay: .40s;
}

.fade-left,
.fade-right{
  opacity: 0;
  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}

.fade-left{
  transform: translateX(-28px);
}

.fade-right{
  transform: translateX(28px);
}

.fade-left.is-visible,
.fade-right.is-visible{
  opacity: 1;
  transform: translateX(0);
}

/* =========================
   PREMIUM MOTION TUNE
========================= */
.premium-item.fade-up,
.premium-item.fade-right{
  transition-duration: .82s;
}

.premium-item.fade-up{
  transform: translateY(24px);
}

.premium-item.fade-right{
  transform: translateX(24px);
}

.premium-item.fade-up.is-visible,
.premium-item.fade-right.is-visible{
  transform: translate(0, 0);
}

/* =========================
   EDU MOTION TUNE
========================= */
.edu-side-card.fade-up,
.edu-info-box.fade-up,
.edu-table-wrap.fade-up{
  transition-duration: .82s;
}

.edu-side-card.fade-up{
  transform: translateY(22px);
}

.edu-info-box.fade-up{
  transform: translateY(20px);
}

.edu-table-wrap.fade-up{
  transform: translateY(24px);
}

.edu-side-card.fade-up.is-visible,
.edu-info-box.fade-up.is-visible,
.edu-table-wrap.fade-up.is-visible{
  transform: translateY(0);
}

/* =========================
   MAP MOTION TUNE
========================= */
.map-card.fade-up{
  transition-duration: .8s;
  transform: translateY(22px);
}

.map-card.fade-up.is-visible{
  transform: translateY(0);
}

/* =========================
   SITE PLAN MOTION TUNE
========================= */
.place-plan-main.fade-up{
  transition-duration: .9s;
  transform: translateY(24px);
}

.place-plan-main.fade-up.is-visible{
  transform: translateY(0);
}

/* =========================
   COMMUNITY MOTION TUNE
========================= */
.community-row-box.fade-up{
  transition-duration: .82s;
  transform: translateY(24px);
}

.community-item.fade-up{
  transition-duration: .72s;
  transform: translateY(20px);
}

.community-row-box.fade-up.is-visible,
.community-item.fade-up.is-visible{
  transform: translateY(0);
}

/* =========================
   UNIT PLAN MOTION TUNE
========================= */
.unit-plan-wrap.fade-up{
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .65s ease,
    transform .65s cubic-bezier(.22,.61,.36,1);
}

.unit-plan-wrap.fade-up.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   EMODEL MOTION TUNE
========================= */
.emodel-coming-box.fade-up{
  transition-duration: .85s;
  transform: translateY(24px);
}

.emodel-coming-box.fade-up.is-visible{
  transform: translateY(0);
}

/* =========================
   DESIGN MOTION TUNE
========================= */
.design-item.fade-up,
.design-item.fade-right{
  transition-duration: .82s;
}

.design-item.fade-up{
  transform: translateY(24px);
}

.design-item.fade-right{
  transform: translateX(24px);
}

.design-item.fade-up.is-visible,
.design-item.fade-right.is-visible{
  transform: translate(0, 0);
}

/* =========================
   SUPPLY ICON MOTION TUNE
========================= */
.supply-icon-item.fade-up{
  transition-duration: .72s;
  transform: translateY(20px);
}

.supply-icon-item.fade-up.is-visible{
  transform: translateY(0);
}

/* =========================
   PROMO VIDEO MOTION TUNE
========================= */
.promo-video-panel.fade-up{
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .65s ease,
    transform .65s cubic-bezier(.22,.61,.36,1);
}

.promo-video-panel.fade-up.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   PRESS MOTION TUNE
========================= */
.press-board-wrap.fade-up{
  transition-duration: .78s;
  transform: translateY(22px);
}

.press-board-wrap.fade-up.is-visible{
  transform: translateY(0);
}

/* =========================
   REGISTER MOTION TUNE
========================= */
.register-board.fade-up{
  transition-duration: .8s;
  transform: translateY(22px);
}

.register-board.fade-up.is-visible{
  transform: translateY(0);
}