@charset "utf-8";

/* 서브-공통 */
[class*=section]{position: relative; width: 100%; padding: var(--common-padding) 0 /* var(--common-padding) */; box-sizing: border-box;}
[class*=section].visual {margin:0!important; padding: 0!important;}
[class*=section] .maintit {color: var(--theme-color); font-size: 5rem; text-transform: capitalize; font-weight: 500;}
[class*=section] .subtit {color: var(--mudgray);text-align: center;}
[class*=section] .title {margin: 0rem auto 3rem; font-size: 2rem; display: flex; flex-direction: column; gap: .5rem; align-items: center; justify-content: center;}
[class*=section] .title:before {content: ''; display: block; /* background: url(../images/main/main_title_bg.png) no-repeat center center / contain;  height: 2rem; margin-bottom: 1rem;*/}
/* [class*=section][class*=sub] {margin: 0 auto; text-align: center;} */
/*	[class*=section] [class*=sub-] {margin: 0 auto;	max-width: var(--common-width);}	*/
[class*=section] > div {margin: 0 auto;	max-width: var(--common-width);}
[class*=section] [class*=sub-visual] {max-width: 100%!important;}

/* 서브메뉴 페이지스크롤시 상단에고정 */
.snb-sticky {position: fixed; top: 121px; width: 100%; z-index: 11;}
.snb-sticky + .sub {padding-top: 12rem;}
.snb.snb-sticky {/*box-shadow: var(--box-shadow1);*/ border-bottom: none; padding: 0;transform: translateY(-300%);}

/* fix-box-wrap */
.fix-box-wrap {display: none;}


/******************** 서브섹션-서브비쥬얼 ********************/
/* .visual {position: relative; padding-bottom: 0px!important; display: block;} */
.sub-visual {background-color: var(--theme-color); height: var(--sub-visual-height);}
.sub-visual .swiper-slide {position:absolute; top:0; height: var(--sub-visual-height); width: 100%; overflow: hidden;}
.sub-visual .swiper-slide .bg {width: 101%; height: 101%; transform: scale(1.1,1.1); transition: transform 3s linear; filter: blur(0px) brightness(0.95); background-position: center center; background-size: cover !important; background-repeat: no-repeat; overflow: hidden;}
.sub-visual.active .swiper-slide .bg {transform: scale(1.0,1.0) rotate(0.002deg);}
.sub-visual .swiper-slide .bg.item1 {background-image: url(../images/sub/sub_visual01.jpg);}
.sub-visual .swiper-slide .bg.item2 {background-image: url(../images/sub/sub_visual02.jpg);}
.sub-visual .swiper-slide .bg.item3 {background-image: url(../images/sub/sub_visual03.jpg);}
.sub-visual .swiper-slide .copy {position: absolute; left: 0; top: calc(var(--sub-visual-height) / 1.6); width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.95); display: none;}
.sub-visual .swiper-slide .copy b {font-weight: 600; font-size: 0rem; margin-bottom: 0rem; text-transform: uppercase; letter-spacing: -0.01em;}
.sub-visual .swiper-slide .copy span.mtxt {font-weight: 100; font-size: 4rem;}
.sub-visual .swiper-slide .copy span.stxt {font-weight: 100; font-size: 1.65rem;}
.sub-visual .swiper-slide .copy em {font-weight: 500;}



/***************** 서브섹션-snb *****************/
.snb {display: flex; justify-content: center;	align-items: center; width: 100%; /* border-bottom: 1px solid var(--lightgray); */ background: var(--white); padding: 5rem 0 0;transform: translateY(0%);transition: all 0.3s ease 0s;}
.snb .snb-area {width: 100%; max-width: var(--common-width);}
.snb .snb-area.col-4 {}
.snb-area ul {display: flex; justify-content: center; align-items: center; box-sizing: border-box; overflow:hidden; /* border-radius: 0.5rem; */ /* box-shadow: var(--box-shadow3); */}
.snb-area ul li {display: flex; justify-content: center; border: 1px solid var(--lightgray); background: var(--brightgray); transition: var(--transition); transition-property: opacity; opacity: 1; flex: 1;}
.snb-area ul li + li {border-left: none;}
/* .snb-area ul li:nth-last-of-type(1) {border-radius: 0 0.5rem 0.5rem 0;} */
.snb-area ul li:first-of-type,
.snb-area ul li:hover:first-of-type a, .snb-area ul li.on:first-of-type a {border-radius: 0.6rem 0 0 0.6rem;}
.snb-area ul li:last-of-type,
.snb-area ul li:hover:last-of-type a, .snb-area ul li.on:last-of-type a {border-radius: 0 0.6rem 0.6rem 0;}

.snb-area ul li a {display: block; height: 6rem; line-height: 6rem; width: 100%; text-align: center;}
.snb-area ul li:hover a, .snb-area ul li.on a {color: var(--white); background: var(--main-color);}
/* .snb-area.col-1 ul li {width:100%;}
.snb-area.col-2 ul li {width:50%;}
.snb-area.col-3 ul li {width:33.33%;}
.snb-area.col-4 ul li {width:25%;}
.snb-area.col-5 ul li {width:20%;}
.snb-area.col-6 ul li {width:16.66%;}
.snb-area.col-7 ul li {width:14.28%;}
.snb-area.col-8 ul li {width:12.5%;}
.snb-area.col-9 ul li {width:11.11%;} */
/* .col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;} */


/***************** 서브섹션-snb-nav *****************/
/* 현재위치 */
/* .path_wrap {width:100%; border-top: 1px solid var(--lightgray); border-bottom: 1px solid var(--lightgray);}
.path_wrap .path{position:relative; margin:0 auto; padding:0px 0; width:1100px; z-index:10;}
.path_wrap .path:after{display:block;clear:both;content:"";}
.path_wrap .path li{float:left; padding:10px; border-right:1px solid var(--lightgray); }
.path_wrap .path li.last{}
.path_wrap .path li.home{padding:12px; width: 20px; border-left: 1px solid var(--lightgray); text-align: center;}
.path_wrap .path li.depth1 a{display:block;width:160px;padding:0;border:0px solid var(--gray);background:url(../img/ico_arrdown.jpg) no-repeat 150px center; font-weight:bold;font-size: 14px; line-height: 17px;}
.path_wrap .path li.depth2 a{display:block;width:160px;padding:0;border:0px solid var(--gray);background:url(../img/ico_arrdown.jpg) no-repeat 150px center; font-weight:bold;font-size: 14px; line-height: 17px;}
.path_wrap .path li.depth1 ul{left:45px;}
.path_wrap .path li.depth2 ul{left:226px;}
.path_wrap .path li.last a{color:var(--theme-color);}
.path_wrap .path li .other_list{overflow:hidden;position:absolute; top:37px ; border:1px solid var(--lightgray);  border-top:none; background:var(-white);}
.path_wrap .path li .other_list li{clear:both; background:none; border:none;  padding:0px;}
.path_wrap .path li .other_list li a{font-weight:normal; background:none var(--white); color:var(--mudgray); padding:8px 10px; border:none; border-top:1px dashed var(--lightgray); }
.path_wrap .path li .other_list li a:hover{background:none var(--lightgray); color:var(--mudgray);} */


/****************** 서브섹션-사업안내 ******************/
.info {}

/****************** 서브섹션-단지안내입지안내 ******************/
.complex {}


/************** 서브섹션-unititem 세대안내-슬라이드 **************/
.sub-unititem {}
.sub-unititem {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.sub-unititem .unititem-slide {display:flex; margin: 0; width: 100%; align-items: center; justify-content: center; box-sizing: border-box;}
.sub-unititem .unititem-slide .swiper-wrapper {display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;}
.sub-unititem .unititem-slide .swiper-slide {/* display: flex; align-items: center; justify-content: flex-start; flex-direction: column; height: auto; background: var(--accent-color); */ position: relative; border: 1px solid var(--lightgray); box-sizing: border-box;}
.sub-unititem .unititem-slide .bg {background-repeat: repeat; background-position: center; background-size: cover; overflow: hidden; /* height: 55%; line-height: 55vh; */}
.sub-unititem .unititem-slide .bg img {display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden;}
.sub-unititem .unititem-slide .bg a:hover img {transform: var(--transform); transition-property: transition opacity; opacity: 1;}
.sub-unititem .unititem-slide .bg a:hover:after {left: 0px; right: 0px; top: 0px; bottom: 0px; color: var(--simple-color); border: 15px solid currentColor; transition: var(--transition2); opacity: 0.5;}
.sub-unititem .unititem-slide .bg a:after {position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; content: ""; display: block; border:rgba(255,255,255,0.0) 0px solid; z-index: 8; transition-property: transition;}
.sub-unititem .unititem-slide .copy {color: var(--white); /* width: calc(100% - 70%); height: calc(100vh - 80vh); */ padding: 2rem 5rem 3rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.3rem; background: var(--accent-color); position: absolute; top: 0; left: 0; z-index: 1;}
.sub-unititem .unititem-slide .copy p {opacity: .5; /* display: none; */}
.sub-unititem .unititem-slide .copy > b {font-weight: 300;}
.sub-unititem .unititem-slide .copy span.mtxt {font-weight: 600; font-size: 4.25rem; text-transform: uppercase;}
.sub-unititem .unititem-slide .copy span.stxt {font-weight: 200;}
.sub-unititem .unititem-slide .copy em {color: var(--white); font-weight: bold; }
/* 페이지넘버 */
.sub-unititem .pag {position: absolute; top: 0px; left: 50%; transform: translateX(-50%); z-index: 2; font-weight: 200; color: var(--white); display: none;}
.sub-unititem .pag b {font-weight: 800; margin-right: 10px; color: var(--theme-color);}
.sub-unititem .pag em {margin-left: 10px;}
/* 좌우버튼-버튼영역 */
.sub-unititem .prev, .sub-unititem .next {position: absolute; z-index: 3; width: 60px; height: 60px; border-radius: 20rem; display: block; left: 2rem; top: 50%; transform: translateY(50%); transition: var(--transition2); color: var(--white); /* border: 1px solid currentColor; */ box-shadow: var(--box-shadow1); background: var(--white-a3); display: none;}
.sub-unititem .next {left: auto; right: 2rem;}
.sub-unititem .prev:hover, .sub-unititem .next:hover {display: block;}
/* 좌우버튼-화살표 */
.sub-unititem .prev::after, .sub-unititem .next::after {content: '\f053'; font-family: var(--awesome); font-weight: 600;}
.sub-unititem .next::after {content: '\f054';}
/* 페이징동그라미 */
.sub-unititem .pag-num {display: flex; justify-content: center; margin: 3rem 0rem; }
.sub-unititem .pag-num .swiper-pagination-bullet {margin:0 0.2rem; width: 3rem; height: 1rem; background-color: var(--mudgray); opacity: 0.3; transition: var(--transition2); border-radius: 0.5rem; transition-property: width opacity;}
.sub-unititem .pag-num .swiper-pagination-bullet-active {background-color: var(--accent-color); opacity: 1;}
.sub-unititem .pag-num span {font-size: 0rem; color: var(--white); display: flex; align-items: center; justify-content: center;}


/****************** 서브섹션-오시는길 ******************/
.sub-loc {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.sub-loc .desc {display: flex; justify-content: center; align-items: flex-start; color: var(--theme-color); width: 100%; gap: 5rem;}
.sub-loc .desc .text {display: flex; flex: 1; flex-direction: column; gap: 2rem; padding:0; margin-right: 5rem; text-align: left;}
.sub-loc .desc .text b {font-size: 3.5rem;}
.sub-loc .desc .text p {}
.sub-loc .desc .text .tel {display: flex; flex-direction: column; font-size: 2.2rem; font-weight: 500; margin-top: 2rem;}
.sub-loc .desc .text .tel em {font-size: 5.3rem; font-weight: 800; letter-spacing: -0.05em;}
.sub-loc .desc .text .caution {display: flex; flex-direction: column; gap: 0.5rem; font-size: 1.6rem; color: var(--mudgray);}
.sub-loc .desc .text .caution li {display: flex;;}
.sub-loc .desc .text .caution li:before {display: inline-block; content: "※"; font-size: inherit; font-weight: 400; padding-right: 0.5rem;}
.sub-loc .desc .loc-add-txt {display: flex; flex-direction: column; gap: 1rem; font-size: 2.25rem; color: var(--tanblack);}
.sub-loc .desc .loc-add-txt li {margin-left: 3rem;  display: flex;}
.sub-loc .desc .loc-add-txt li:first-child {display: none;}
.sub-loc .desc .loc-add-txt li::before {display: inline-block; margin-left: -3rem; padding-right:1rem;}
.sub-loc .desc .loc-add-txt li:first-child::before {content: "\e4d1";}
.sub-loc .desc .loc-add-txt li:last-child::before {content: "\f5a0";}
.sub-loc .desc .map {flex: 1; position: relative; border:1px solid var(--lightgray); margin-right: auto; overflow: hidden; width: 100vmin;}
.sub-loc .desc .map img {object-fit: cover; object-position: center;}
.sub-loc .desc .map .btn-bx-sns {display: flex; position: absolute; bottom: 0; left: 0; width: 100%; display: none;}
.sub-loc .desc .map .btn-bx-sns a {display: flex; padding: 3rem 3rem; justify-content: center; align-items: center; gap: 1rem; color: var(--white); /* text-align: center;  */line-height: 1.1;}
.sub-loc .desc .map .btn-bx-sns a::after {content: '\f08e'; font-size: 2rem; margin-left: auto;}
.sub-loc .desc .map .btn-bx-sns .btn-kakao {background: var(--theme-color);}
.sub-loc .desc .map .btn-bx-sns .btn-naver {background: var(--accent-color);}

/****************** 서브섹션-관심고객등록 ******************/
/************************ 관심고객등록서브 ************************/
[class*=section].customer.sub {background: var(--white)!important; 
	/* padding: 0vw 0 !important; */
}
[class*=section].customer.sub .common-customer {max-width:var(--common-width)!important; margin-bottom: 5rem;}
[class*=section].customer.sub .common-customer .frm-customer {width: 100%; display: flex; flex-wrap: wrap; align-content: stretch; flex-direction: row; gap: 2rem;}
[class*=section].customer.sub .common-customer .frm-customer fieldset {width: 100%; display: flex; flex-wrap: wrap; gap: 2rem;}
[class*=section].customer.sub .common-customer .frm-customer fieldset .desc {}
[class*=section].customer.sub .common-customer .frm-customer p {margin-bottom: 0;}
[class*=section].customer.sub .common-customer .frm-customer .desc label {flex: unset; flex-basis: 8rem; width: 8rem;}
[class*=section].customer.sub .common-customer .frm-customer .desc input {/* flex: 1; */ width: 100%;}
[class*=section].customer.sub .common-customer .frm-customer .desc input[type="radio"]{width:5%};
[class*=section].customer.sub .common-customer .frm-customer .content {/* flex: 1; */width: 100%; height: 10rem;}
[class*=section].customer.sub .common-customer .frm-customer fieldset p.desc {flex: 1 1 40%;}
[class*=section].customer.sub .common-customer .frm-customer fieldset p.privacy {display: flex; flex-direction: row; flex-grow: 1; width: 100%; padding: 0rem 0 5rem; justify-content: flex-end; align-items: flex-end; gap: 4rem;}
[class*=section].customer.sub .common-customer .frm-customer .privacy .input {display: flex; /* flex-direction: row; */ gap: 3rem;}

[class*=section].customer.sub .info {display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: 100%; font-size: 1.85rem; line-height: 1.5; padding: 2rem 0;}
[class*=section].customer.sub .info li {display: flex;}
[class*=section].customer.sub .info li:before {display: inline-block; content: "※"; font-size: inherit; font-weight: 400; padding-right: 0.5rem;}
[class*=section].customer.sub .common-customer .btn-register {width: unset; padding: 3rem 5rem;}
[class*=section].customer.sub .common-customer .space {display: none;}
[class*=section].customer.sub .common-customer .customer-box {width: calc(100vw - 10vw); max-width: var(--common-width); padding: 0rem 0rem!important;}
[class*=section].customer.sub .common-customer .customer-box {gap: 4rem;}
/* 개인정보내용아이프레임 */
[class*=section].customer.sub .common-customer .customer-box .privacy-box {width: 100%;}
[class*=section].customer.sub .common-customer .customer-box .privacy-box .title {font-size: 2.4rem; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; font-weight: 600; margin: 2rem 0 !important; color: var(--theme-color);}
[class*=section].customer.sub .common-customer .customer-box .privacy-box .title::before {content: "\f00c";}
[class*=section].customer.sub .common-customer .customer-box .privacy-box .privacy-iframe {width: 100%; height: 300px; overflow-y: scroll; border: 1px solid var(--gray); border-radius: 0.5rem; padding: 0; font-size: 1.45rem; color: var(--mudgray); box-sizing: border-box}
.privacy-iframe #inquery-modal {line-height: 1!important;}
[class*=section].customer.sub .common-customer .frm-customer .privacy .text {text-decoration: none;}


/* 언론보도 */
.searchC{display: flex;justify-content: flex-end;height: 40px;}
.searchC input{display: inline-block;height: 100%;padding: 0 40px;background: #f1f1f1;border: none;}
.searchC button{display:inline-block;height: 100%;border:1px solid #666;box-sizing:border-box;background: #666666;color: #fff;font-size: 16px;padding: 0 30px;transition: all 0.3s ease 0s;}
.searchC button:hover{background:transparent;color:#666;}
.topNews{display: flex;justify-content: center;column-gap: 5rem;padding: 5rem 0;border-top: 2px solid #cdcdcd;border-bottom:1px solid #cdcdcd;margin-top: 3rem;}
.topNews img{width:50%;}
.topNews div{width:50%;}
.newColor{color:#b48c52;font-weight: 400;}
.topNews div h3{text-wrap-style: balance;font-weight: 600;line-height: 130%;margin-top: 1.8rem;margin: 1.8rem 0;}
.topNews div p{ font-size: 1.6rem;line-height: 180%;color: #737372;margin-bottom: 2rem;}
.moreT{margin: 1.6rem 0;display: inline-block;border-radius: 50px;border: 1px solid #b48c52;padding: 3px 11px;font-size: 1.8rem;transition:all 0.3s ease 0s;cursor:pointer;}
.moreT:hover{background:#b48c52;color:#fff;}
.newsList{display: grid;grid-template-columns: repeat(3, 1fr);margin: 5rem 0;column-gap: 3rem;}
.newsList li{border: 1px solid #eeeeee;padding: 5rem 2rem;cursor:pointer;}
.newsList li h4{font-weight: 600;margin: 2rem 0;}
.newsName{color: #bb8063;}
.newsList p,.contents,.contents p,.contents span{ font-size: 1.6rem !important;line-height: 180% !important;color: #737372 !important;font-family: 'NanumSquareNeo' !important;font-weight: 400 !important;letter-spacing: 0 !important;margin: 0 !important;}
.contents{height:400px;overflow:hidden;}

.newsList p span{margin: 3rem 0;display: inline-block;margin-bottom: 0;font-weight: 700;font-size: 1.5rem;color:#000;position:relative;z-index:1;}
.newsList p span::before{content: "";display: inline-block;width: 0px;height: 28px;background: #7b65465e;position: absolute;top: 50%;left: 50%;transform: translate(-40%, -50%);transition: all 0.3s ease 0s;}
.newsList li:hover p span.more::before{width:7rem;}
.pagination{display: flex;justify-content: center;column-gap: 9px;margin-top: 8rem;}
.pagination li{width: 35px;height: 30px;background: #eeeeee;line-height: 30px;text-align: center;color: #000;transition:all 0.3s ease 0s;cursor:pointer;}
.pagination li.active{background:var(--menu-color);color: #fff;}
.pagination li:hover{background:var(--menu-color);color: #fff;}

/* 언론보도 상세페이지 */
.visitView .topNews{flex-direction: column;column-gap:0;row-gap: 3rem;}
.visitView .topNews img,.visitView .topNews div{width:100%}
.idx{display: flex;justify-content: center;column-gap: 9px;margin-top: 8rem;}
.idx li{padding: 1rem 2rem;background:var(--menu-color);color: #fff;text-align: center;transition:all 0.3s ease 0s;cursor:pointer;border:1px solid var(--menu-color);box-sizing:border-box;}
.idx li:hover{background:transparent;color:var(--menu-color);}

/* 언론보도 리스트 페이지 */
.newsListP{row-gap:3rem;}
 



@media screen and (max-width: 1740px) {	

	@media screen and (max-width: 1470px){
  }
	@media all and (max-width:1300px){	    
    [class*=section]{padding: var(--common-padding);}	
    /* 서브메뉴바 상단여백조정에따른 */
    .snb {padding: 0;}
    [class*=section].customer.sub {padding: 5vw 0 !important;}
	}  
	@media all and (max-width:1280px){		
	}
	@media screen and (max-width: 1024px){
    [class*=section] .maintit {font-size: 4rem;}
		.sub-loc .desc {flex-direction:column-reverse; gap: 5rem;}
		.sub-loc .desc .text {width: 100%; margin-right: 0;}
		.sub-loc .desc .map {max-width: 100%; }
		.sub-loc .desc .btn-bx-sns a {width: 50rem;}
		.sub-unititem .unititem-slide .swiper-wrapper {grid-template-columns: 1fr;}
	}
	@media screen and (max-width: 800px){
    [class*=section].customer.sub .common-customer .customer-box {gap: 2rem;}
    [class*=section].customer.sub .common-customer .customer-box .privacy-box .privacy-iframe {height: 150px;}
    [class*=section].customer.sub .common-customer .frm-customer fieldset {gap: 1rem;}
    [class*=section].customer.sub .common-customer .frm-customer fieldset p.desc {flex: 1 1 50%;}
    /* [class*=section].customer.sub .common-customer .frm-customer fieldset p.privacy {flex-direction: column; gap: 1rem;} */
    [class*=section].customer.sub .common-customer .btn-register {width: 100%; padding: 3rem 0;}
	.searchC{justify-content: center;}
	.searchC input{width:50%;}
    .topNews{flex-direction: column;}
	.topNews img{width:100%;}
	.topNews div{width:100%;}
	.topNews{flex-direction: column;row-gap: 3rem;}
	.newsList{column-gap:1rem;grid-template-columns: repeat(1, 1fr);row-gap: 1rem;}
	.pagination,.idx{margin-top:5rem;}
	}
	@media screen and (max-width: 360px){
    [class*=section].customer.sub .common-customer .frm-customer {width: 100%;}
    [class*=section].customer.sub .common-customer .customer-box {gap: 1rem;}
	}
}