@charset "utf-8";

/******************** 메인-공통 ********************/
[class*=section]{position: relative; /* display: table; */ width: 100%; padding: 5rem var(--common-padding) 0; box-sizing: border-box;}
[class*=section].visual, .customer {margin:0!important; padding: 0!important;}
[class*=section] [class*=main-] {margin: 0 auto; max-width: var(--common-width);}
[class*=section] [class*=main-visual] {max-width: 100%!important;}
[class*=section] .title {margin: 0 auto 5rem; font-size: 2rem; text-align: center; display: flex; flex-direction: column; gap: 0.5rem; width: 100%;}
[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; display:none;}
[class*=section] .maintit {color: var(--darkgray); font-size: 4.5rem; text-transform: capitalize; /* line-height: 1; */} /* 변경금지 */
[class*=section] .subtit {color: var(--mudgray);}
[class*=section].customer .title {margin: 0 auto 2rem!important;}
[class*=section].customer .common-customer .customer-box .maintit {color: var(--darkgray)!important;} /* 변경금지 */



/******************** 메인섹션-비쥬얼 ********************/
.visual {position: relative; display: block;}
.main-visual {overflow: hidden; background-color: var(--theme-color);}
.main-visual .swiper-slide {position: relative; height: 100vh; }
.main-visual .swiper-slide .bg {position:absolute; top:0; right:0; left:0; bottom:0; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;
	opacity: 1;
	transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-webkit-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	
}
.main-visual .swiper-slide.swiper-slide-active .bg {
	opacity: 1;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	filter: blur(0px) brightness(0.95);
}
.main-visual .swiper-slide .bg-mo {position:absolute; top:0; right:0; left:0; bottom:0; width: 100%;  background-position:50% 50%; background-repeat:no-repeat; background-size:cover; display: none; 
	opacity: 1;
	transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-webkit-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-visual .swiper-slide.swiper-slide-active .bg-mo {
	opacity: 1;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
/*
.main-visual .swiper-slide.item1 .bg {background-image: url(../images/main/main_visual01.jpg);}
.main-visual .swiper-slide.item2 .bg {background-image: url(../images/main/main_visual02.jpg);}
.main-visual .swiper-slide.item3 .bg {background-image: url(../images/main/main_visual03.jpg);}
*/
.main-visual .swiper-slide .copy {position: absolute; left: 0; top: 0; bottom: 5rem; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.95);}
.main-visual .swiper-slide .copy p {display: none;}
.main-visual .swiper-slide .copy b {font-weight: 300; font-size: 3rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: -0.01em;}
.main-visual .swiper-slide .copy span.mtxt {font-weight: 600; font-size: 7rem; line-height: 1.1; letter-spacing: -0.06em; margin-bottom: 0rem; text-align: center;}
.main-visual .swiper-slide .copy span.stxt {font-weight: 600; font-size: 9rem;  line-height: 1.1; letter-spacing: -0.06em; margin-bottom: 0rem; text-align: center;}
.main-visual .swiper-slide .copy em {font-weight: 500;}
.main-visual .swiper-slide .pag {position: absolute; z-index: 200; color: var(--white); bottom: 10px; left: 0; width: 100%; text-align: center; display: flex; justify-content: center; align-items: center;}
.main-visual .pag {color: var(--white); position: absolute; bottom: 3rem; left: 0; width: 100%; text-align: center;	z-index: 2;	display: flex; justify-content: center; align-items: center;}
.main-visual .pag b {font-weight: 500; width: 3rem;}
.main-visual .pag .bar {position: relative; margin: 0 15px; width: 90px; height: 2px; background-color: var(--white-a3);}
.main-visual .pag .bar:after {content: ''; position: absolute; top: 0; left: 0; height: 2px; background-color: var(--white); display: block; transition: var(--transition2);}
/* .main-visual .pag.act1 .bar:after {width: 33.3%;}
.main-visual .pag.act2 .bar:after {width: 66.6%;}
.main-visual .pag.act3 .bar:after {width: 100%;} */
/* 슬라이드넘버 */
/* .main-visual .pag.act1 .bar:after {width: calc(100% / {{slider_count}} * 1);}
.main-visual .pag.act2 .bar:after {width: calc(100% / {{slider_count}} * 2);}
.main-visual .pag.act3 .bar:after {width: calc(100% / {{slider_count}} * 3);} */
.main-visual .pag-num {display: none;}


/* 메인 싱글 이미지 */
.visual-single{position: relative;/* display: table; */ width: 100%; /* height: 100vh;  */padding:0; box-sizing: border-box;}
.main-visual-single .inner {display: flex; justify-content: center; margin-top: var(--header-height); transition: transform 0.5s ease;}
.main-visual-single .swiper-container {width: 100%;height: 100%;}
.main-visual-single .swiper-slide img {width: 100%;height: auto; /* 이미지 비율 유지 */}
.main-visual-single .inner img{width:100%;}

/* 메인화면 동영상 */
.visual-video{padding: 0; padding-top:var(--header-height); }
.main-visual-video {/* position: relative; width: 100%; padding:0; box-sizing: border-box; */ }
/* .main-visual-video .inner {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; background: #000; margin-top: var(--header-height);} */ /* 16:9 비율 */
.main-visual-video .inner iframe{ width: 100%; height: 100%; position: absolute; top: 0;left: 0;}


/* 이전다음버튼 */
.main-visual .prev, .main-visual .next {position: absolute; z-index: 3; width: 80px; height: 80px; border: 1px solid var(--white); border-radius: 20rem; display: block; left: 5rem; top: 50%; transform: translateY(-50%); transition: var(--transition2); transition-property: backdrop-filter opacity; opacity: .3;}
.main-visual .next {left: auto; right: 5rem;}
/* .main-visual .prev:after, .main-visual .next:after {content: ''; position: absolute; top: 50%; left: 50%; width: 18px; height: 18px; border-top: 2px solid var(--white); border-right: 2px solid var(--white); display: block; margin: -9px 0 0 -6px; transform: rotate(-135deg); opacity: 0.5;}
.main-visual .next:after {margin: -9px 0 0 -12px; transform: rotate(45deg);} */
.main-visual .prev::after, .main-visual .next::after {content: '\f053'; font-size: 5rem; color: var(--white); transition: var(--transition2);}
.main-visual .next::after {content: '\f054';}
.main-visual .prev:hover, .main-visual .next:hover {backdrop-filter: var(--backdrop-filter); opacity: .7;}
.main-visual .prev:hover::after, .main-visual .next:hover::after {}



/*********** sns-bx ***********/
.visual .sns-bx {position: absolute; bottom:5rem; left:5rem; display: flex; z-index: 10;}
.visual .sns-bx a {display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 10rem; /* background-color: rgba(0,0,0,.5); */}
.visual .sns-bx a + a {margin-left: 5px;}
.visual .sns-bx a.sns1 {background:rgba(231, 209, 13, 0.8); /* #d4bf00 */}
.visual .sns-bx a.sns2 {background:rgba(165, 6, 170, 0.8); /* #8b8b8b */}
.visual .sns-bx a.sns3 {background:rgba(27, 190, 136, 0.8); /* #2aa57c */}
.visual .sns-bx a:after {display: flex; align-items: center; justify-content: center; font-size: 2.65rem; line-height: 1.1; color: var(--white-a); font-family: var(--awesome); font-weight: 600;}
.visual .sns-bx a.sns1::after {content: "\f075";}
.visual .sns-bx a.sns2::after {content: "\f16d";}
.visual .sns-bx a.sns3::after {content: "\f167";}



/*********** main-popup ***********/
/*
.pop-sm {position: absolute; right: 0; bottom:0; width: 120px; z-index: 11;}
.pop-sm a {display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1rem; width: 120px; height: 120px;}
.pop-sm a.bt-popup {background: var(--accent-color); color: var(--white); font-size: 2rem; text-transform: uppercase; font-size: 2rem;}
.pop-sm a.bt-popup::after {content: "\f1ea"; font-size: 2.35rem;}
.main-pop {position: fixed; bottom: 0; right: 0; z-index: 99; width: 840px; overflow: hidden;}
.main-pop .pop-slide {position: relative;}
.main-pop .pop-slide .pag {display: none;}
.main-pop .pop-foot {height: 60px; display: flex; align-items: center; justify-content: center; background: var(--black); color: var(--white);}
.main-pop .pop-foot .today {padding: 0 28px; color: var(--white); margin-right: auto;}
.main-pop .pop-foot .today input[type=checkbox] {width: 24px; height: 24px; border-radius: 0; border: 1px solid var(--white); background-image: none; margin-right: 20px;}
.main-pop .pop-foot .bt-close {position: relative; width: 60px; height: 60px; background-color: var(--theme-color); display: block;}
.main-pop .pop-foot .bt-close:before,
.main-pop .pop-foot .bt-close:after {content: ''; width: 26px; height: 2px; background-color: var(--white); position: absolute; top: 50%; left: 50%; display: block; margin: -1px 0 0 -13px; transition: var(--transition2); transform: rotate(45deg);}
.main-pop .pop-foot .bt-close:after {transform: rotate(-45deg);}
*/
/*********** main-popup ***********/
.pop-sm {position: absolute; right: 0; bottom:0; z-index: 11; display: none;}
.pop-sm span {display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 0rem; width: 12rem; height: 12rem;}
.pop-sm span.bt-popup {background: var(--accent-color); color: var(--white); text-transform: uppercase; font-size: 1.65rem;}
.pop-sm span.bt-popup::after {content: "\f03e"; font-size: 3rem; font-weight: 400;}
.main-pop {position: fixed; top: 50%; right: 50%; transform: translate(50%, -50%); z-index: 99; width: 100%; overflow: hidden; display: none; right:'-100%'; background-color: #FFF;}
.main-pop.pupup_count{max-width: 1200px;}
.main-pop.pupup_count_1{max-width: 400px;}
.main-pop.pupup_count_2{max-width: 800px;}
.main-pop .pop-slide {position: relative;}
.main-pop .pop-slide .pag {display: none;}
.main-pop .pop-foot .act1 {display: flex; align-items: center; justify-content: space-between; gap: 1rem;	padding-right:4rem;}
.main-pop .pop-foot .act1 button {color: var(--white-a5); font-weight: 100; line-height: 1.45; font-size: 1.5rem; text-transform: uppercase; display: flex; align-items: center; justify-content: center; width: 5rem; height: 5rem;}
.main-pop .pop-foot .act1 button span {}
.main-pop .pop-foot .act1 .prev::before {content: "\f053";}
.main-pop .pop-foot .act1 .next::after {content: "\f054";}
.main-pop .pop-foot {height: 6rem; display: flex; align-items: center; justify-content: space-between; background: var(--black); color: var(--white);}
.main-pop .pop-foot .today {padding: 0 1rem; color: var(--white); font-size: 1.65rem; font-weight: 300;}
.main-pop .pop-foot .today input[type=checkbox] {width: 2rem; height: 2rem; border-radius: 0; border: 1px solid var(--white); background-image: none; margin-right: 1rem;}
.main-pop .pop-foot .bt-close {position: relative; width: 6rem; height: 6rem; background-color: var(--tanblack); display: block;}
.main-pop .pop-foot .bt-close:before,
.main-pop .pop-foot .bt-close:after {content: ''; width: 2.6rem; height: 2px; background-color: var(--white); position: absolute; top: 50%; left: 50%; display: block; margin: -0.1rem 0 0 -1.3rem; transition: var(--transition2); transform: rotate(45deg);}
.main-pop .pop-foot .bt-close:after {transform: rotate(-45deg);}
.main-pop .swiper-slide{background: var(--white); max-height:500px; /* width:100%; */overflow: hidden;}
.main-pop .swiper-slide > a > img{object-fit: fill; width:100%; height: 100%;}
.main-pop .swiper-slide > span > img {object-fit: fill; width:100%; /* height: 500px; */}


/****************** 메인섹션-라이프 ****************/
.main-life {position: relative;}
.main-life .info-con + .info-con:not(:nth-of-type(1)) {padding-top: 1rem;}
/* .main-life:after {content: ''; position: absolute; bottom: 8rem; right: 6rem; width: 20rem; height: 20rem; border-radius: 50rem 50rem 50rem 50rem; border: 0px solid var(--accent-color); background-color: var(--accent-color); opacity: 1; z-index: 3;}
.main-life:before {content: ''; position: absolute; bottom: 10rem; right: 20rem; width: 10rem; height: 10rem; border-radius: 50rem 50rem 50rem 50rem; border: 0px solid var(--white); background-color: var(--theme-color); opacity: .8; z-index: 5;} */
.main-life .life-slide {display:flex; flex-direction: column; position: relative; width: 100%; margin: 0 auto; box-sizing: border-box;}
.main-life .life-slide .bg {max-width: 100%;}
.main-life .life-slide .bg img {object-fit: cover; object-position: center; border-radius: 2.35rem; /* box-shadow: var(--box-shadow2); */ width:100%;}
.main-life .life-slide .copy {position: absolute; bottom: 0; top: 0; padding: 10rem 10rem; z-index: 2; color: var(--white); line-height: 1.2; font-size: 2.35rem; font-weight: 400; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; width: 60%; box-sizing: border-box;}
.main-life .life-slide .copy p {display: none;}
.main-life .life-slide .copy > b {font-weight: 600; margin-top: 1rem; text-transform: uppercase; display: none;}
.main-life .life-slide .copy span.mtxt {font-weight: 600; font-size: 6rem; line-height: 1.1; margin: 0rem 0;}
.main-life .life-slide .copy span.stxt {line-height: 1.2; margin-top:1rem;}
.main-life .life-slide .copy span.itxt {display: block; margin-top: 40px; padding: 7px 50px; border: 1px solid #fff; transition: 0.5s all; font-weight: 500;}
.main-life .life-slide .copy span.itxt:hover {background-color: #0000007c; color: rgb(255, 255, 255);}
.main-life .life-slide .copy em {color: var(--theme-color); font-weight: bold;}
/**** 슬라이드네비게이션 *****/
.main-life .life-slide .navigator {width:100%; display: flex; align-items: flex-end; justify-content: center; height: 4rem;}
/* 페이지넘버 */
.main-life .life-slide .copy .pag {/* position: absolute; top: 40rem; left: 24rem; transform: translateX(0); z-index: 2;  */display: none;  font-weight: 200; color: var(--white); /* width: 60vw; */}
.main-life .life-slide .copy .pag > b {margin-right: 10px; color: var(--white); /* font-size: 3rem!important; */}
.main-life .life-slide .copy .pag > em {margin-left: 10px; color: var(--white)!important; font-weight: 200!important;}
/* 좌우버튼 */
.main-life .prev,
.main-life .next {position: absolute; z-index: 3; right: 8rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; /*  width: 90px; height: 90px;  border: 1px solid var(--theme-color); background-color: rgba(255,255,255,0.05); border-radius: 50rem;  display: block; left: 0rem; top: 50%; transform: translateY(-50%); transition: var(--transition2);*/}
.main-life .next {left: auto; right: 0;}

.main-life .prev:before,
.main-life .next:before,
.main-life .prev:after,
.main-life .next:after {content: ''; font-size: 1.6rem; color: var(--mudgray); letter-spacing: 1px;}
.main-life .prev:after {/* content: '< prev'; */ content: 'prev'; font-family: var(--pretendard); text-transform: capitalize;}
.main-life .next:after {/* content: 'next >'; */ content: '\f054'; color: var(--tanblack);}


.main-life .prev:before {content: '\f053'; color: var(--tanblack);}
.main-life .next:before {content: 'next'; font-family: var(--pretendard); text-transform: capitalize;}

/* .main-life .prev:hover, .main-life .next:hover {background-color: rgba(255,255,255,.1);} */
/* .main-life .prev, .main-life .next {display: none;} */
/* 페이징동그라미 */
.main-life .pag-num {display: flex; justify-content: center; align-items: center;}
.main-life .pag-num .swiper-pagination-bullet {margin: 0 0.7rem; width: 15px; height: 15px; background-color: var(--lightgray); opacity: 1; transition: var(--transition2);}
.main-life .pag-num .swiper-pagination-bullet-active {background-color: var(--theme-color);}

/****************** 메인섹션-라이프 ****************/
.main-life2 {position: relative;}
.main-life2:after {content: ''; position: absolute; bottom: 6rem; right: 0rem; width: 10rem; height: 10rem; border-radius: 20rem 40rem 30rem 40rem; border: 0px solid var(--accent-color); background-color: var(--accent-color); opacity: 1; z-index: 3;}
.main-life2:before {content: ''; position: absolute; bottom: 5rem; right: 7rem; width: 7rem; height: 6rem; border-radius: 40rem 20rem 30rem 10rem; border: 0px solid var(--white); background-color: var(--theme-color); opacity: .8; z-index: 5;}
.main-life2 .life2-slide {position: relative;/*  width: 100%; */ width: 65vw; margin: 0 auto; box-sizing: border-box;}
.main-life2 .life2-slide .bg {max-width: 100%; margin: 1rem;}
.main-life2 .life2-slide .bg img {object-fit: cover; object-position: center; border-radius: 30rem 20rem 50rem 3rem; box-shadow: var(--box-shadow);}
.main-life2 .life2-slide .copy {position: absolute; top: -20%; bottom: 0; z-index: 2; color: var(--white); line-height: 1.2; font-size: 2.35rem; font-weight: 400; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-left: 13rem;}
.main-life2 .life2-slide .copy p {display: none;}
.main-life2 .life2-slide .copy > b {font-weight: 600; margin-top: 1rem; text-transform: uppercase;}
.main-life2 .life2-slide .copy span.mtxt {font-weight: 600; font-size: 6rem; line-height: 1.1; margin: 2rem 0 2rem 0;}
.main-life2 .life2-slide .copy span.stxt {line-height: 1.2;}
.main-life2 .life2-slide .copy em {color: var(--theme-color); font-weight: bold;}
/* 페이지넘버 */
.main-life2 .life2-slide .copy .pag {/* position: absolute; top: 40rem; left: 24rem; transform: translateX(0); z-index: 2;  */font-weight: 200; color: var(--white); /* width: 60vw; */}
.main-life2 .life2-slide .copy .pag > b {margin-right: 10px; color: var(--white); /* font-size: 3rem!important; */}
.main-life2 .life2-slide .copy .pag > em {margin-left: 10px; color: var(--white)!important; font-weight: 200!important;}
/* 좌우버튼 */
.main-life2 .prev, 
.main-life2 .next {position: absolute; z-index: 3; width: 90px; height: 90px; border: 1px solid var(--theme-color); background-color: rgba(255,255,255,0.05); border-radius: 50rem; display: block; left: 0rem; top: 50%; transform: translateY(-50%); transition: var(--transition2);}
.main-life2 .next {left: auto; right: 0rem;}
.main-life2 .prev:after, 
.main-life2 .next:after {content: ''; position: absolute; top: 50%; left: 50%; width: 18px; height: 18px; border-top: 2px solid var(--theme-color); border-right: 2px solid var(--theme-color); display: block; margin: -9px 0 0 -6px; transform: rotate(-135deg);}
.main-life2 .next:after {margin: -9px 0 0 -12px; transform: rotate(45deg);}
.main-life2 .prev:hover, 
.main-life2 .next:hover {background-color: rgba(255,255,255,.1);}
.main-life2 .prev, 
.main-life2 .next {display: none;}
/* 페이징동그라미 */
.main-life2 .pag-num {display: flex; justify-content: center; margin: 3rem 0;}
.main-life2 .pag-num .swiper-pagination-bullet {margin: 0 0.7rem; width: 15px; height: 15px; background-color: var(--simple-color); opacity: 1; transition: var(--transition2);}
.main-life2 .pag-num .swiper-pagination-bullet-active {background-color: var(--theme-color);}

/* 유튜브 링크 video*/
.main-video {position: relative;/* display: table; */ width: 100%; /* height: 100vh;  */padding:0; box-sizing: border-box;  max-width: 1300px; margin: auto;}
.main-video .inner {position: relative; padding-bottom: 56.25%; /* 16:9 비율 */ height: 0; overflow: hidden; max-width: 100%; background: #000;}
.main-video .inner iframe{ width: 100%; height: 100%; position: absolute; top: 0;left: 0;}
.main-v{padding: 3rem var(--common-padding);}
.main-v .main-loc .title {margin: 0 auto 5rem; font-size: 2rem; text-align: center; width: 100%;}
.main-v .main-loc .title:before {content: ''; display: block; background: url(../images/main/main_title_bg.png) no-repeat center center / contain; height: 2rem; margin-bottom: 1rem; font-size: 7.35rem;}
.main-v .main-loc .title .maintit {color: var(--theme-color); font-size: 4.5rem; text-transform: capitalize; /* line-height: 1; */}
.main-v .main-loc .title .subtit {color: var(--main-color);}





/************** 메인섹션-프리미엄 **************/
.main-premium {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.main-premium .premium-slide {display:flex; margin: 0; width: 100%; align-items: center; justify-content: center; box-sizing: border-box;}
.main-premium .premium-slide .swiper-wrapper {display: flex;}
.main-premium .premium-slide .swiper-slide {display: flex; align-items: center; justify-content: flex-start; flex-direction: column; height: 100%; background: var(--theme-color);}
.main-premium .premium-slide .bg {background-repeat: repeat; background-position: center; background-size: cover; overflow: hidden; width: 100%;}
.main-premium .premium-slide .bg img {display: block; width: 110%; height: 110%; object-fit: cover; overflow: hidden;}
.main-premium .premium-slide .bg a:hover img {transform: var(--transform);}
.main-premium .premium-slide .bg a:hover:after {left: 1rem; right: 1rem; top: 1rem; bottom: 1rem; border:rgba(255,255,255,0.5) 1px solid; transition: var(--transition2);}
.main-premium .premium-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;}
.main-premium .premium-slide .copy {color: var(--white); width: calc(100% - 8.5rem); display: flex; flex-direction: column; padding: 4rem 0;}
.main-premium .premium-slide .copy p {opacity: 0.3;}
.main-premium .premium-slide .copy > b {font-weight: 300; text-transform: capitalize;}
.main-premium .premium-slide .copy span.mtxt {font-size: 3.385rem; margin: 1rem 0 1rem 0;}
.main-premium .premium-slide .copy span.stxt {font-weight: 300;}
.main-premium .premium-slide .copy em {color: var(--white); font-weight: bold;}
/* 페이지넘버 */
.main-premium .pag {position: absolute; top: 0px; left: 50%; transform: translateX(-50%); z-index: 2; font-weight: 200; color: var(--white); display: none;}
.main-premium .pag b {font-weight: 700; margin-right: 10px; color: var(--theme-color); }
.main-premium .pag em {margin-left: 10px;}
/* 좌우버튼-버튼영역 */
.main-premium .prev, .main-premium .next {position: absolute; z-index: 3; width: 60px; height: 60px; border-radius: 50rem; display: block; left: 0rem; top: 10rem; transition: var(--transition2); border: 1px solid var(--lightgray); box-shadow: var(--box-shadow1); display: none;}
.main-premium .next {left: auto; right: 0rem;}
.main-premium .prev:hover, .main-premium .next:hover {background-color: var(--white);}
/* 좌우버튼-화살표 */
.main-premium .prev:after, .main-premium .next:after {content: ''; position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; border-top: 2px solid var(--mudgray); border-right: 2px solid var(--mudgray); display: block; margin: -6px 0 0 -4px; transform: rotate(-135deg);}
.main-premium .next:after {margin: -6px 0 0 -8px; transform: rotate(45deg);}
/* 페이징동그라미 */
.main-premium .pag-num {display: flex; justify-content: center; margin: 3rem 0rem;}
.main-premium .pag-num .swiper-pagination-bullet {margin:0 0.2rem; width: 5rem; height: 0.7rem; background-color: var(--mudgray); opacity: 0.3; transition: var(--transition2); border-radius: 5rem; transition-property: width opacity;}
.main-premium .pag-num .swiper-pagination-bullet-active {background-color: var(--theme-color); opacity: 1;}





/* 세대안내테스트 */
/* .swiper {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.swiper-slide {text-align: center; background: var(--theme-color); display: flex; justify-content: center; align-items: center; overflow: hidden; background-repeat: repeat; background-position: center; background-size: cover;}
.swiper-slide img {display: block; width: 100%; height: 100%; object-fit: cover;}
.swiper .swiper-slide {height: 40vh; line-height: 40vh;}
.swiper .swiper-slide:nth-child(2n) {height: 40vh; line-height: 40vh;}
.swiper-pagination-bullet {width: 2rem; height: 2rem; line-height: 20rem; text-align: center; font-size: 2rem; color: var(--black); background: var(--lightgray); opacity: 0.5;}
.swiper-pagination-bullet-active {color: var(--white); background: var(--theme-color); opacity: 1;} */

/************** 메인섹션-unit 세대안내-슬라이드 **************/
.main-unit {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.main-unit .unit-slide {display:flex; flex-direction: column; margin: 0; width: 100%; align-items: center; justify-content: center; box-sizing: border-box; overflow: hidden;}
.main-unit .unit-slide .swiper-wrapper {display: flex;}
.main-unit .unit-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;}
.main-unit .unit-slide .bg {background-repeat: repeat; background-position: center; background-size: cover; overflow: hidden; height: 55%; line-height: 55vh;}
.main-unit .unit-slide .bg img {display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden;}
.main-unit .unit-slide .bg a:hover img {transform: var(--transform); transition-property: transition opacity; opacity: 1;}
.main-unit .unit-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;}
.main-unit .unit-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;}
.main-unit .unit-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;}
.main-unit .unit-slide .copy p {opacity: .5; /* display: none; */}
.main-unit .unit-slide .copy > b {font-weight: 300;}
.main-unit .unit-slide .copy span.mtxt {font-weight: 600; font-size: 4.25rem; text-transform: uppercase;}
.main-unit .unit-slide .copy span.stxt {font-weight: 200;}
.main-unit .unit-slide .copy em {color: var(--white); font-weight: bold; }

/**** 슬라이드네비게이션 *****/
.main-unit .unit-slide .navigator {display: flex; justify-content: center; align-items: flex-end; width:100%; height: 4rem; }
/* 페이지넘버 */
.main-unit .pag {position: absolute; top: 0px; left: 50%; transform: translateX(-50%); z-index: 2; font-weight: 200; color: var(--white); display: none;}
.main-unit .pag b {font-weight: 800; margin-right: 10px; color: var(--theme-color);}
.main-unit .pag em {margin-left: 10px;}
/* 좌우버튼-버튼영역 */
.main-unit .prev, .main-unit .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;}
.main-unit .next {left: auto; right: 2rem;}
.main-unit .prev:hover, .main-unit .next:hover {display: block;}
/* 좌우버튼-화살표 */
.main-unit .prev::after, .main-unit .next::after {content: '\f053'; font-family: var(--awesome); font-weight: 600; }
.main-unit .next::after {content: '\f054';}
/* 페이징동그라미 */
.main-unit .pag-num {display: flex; justify-content: center; }
.main-unit .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;}
.main-unit .pag-num .swiper-pagination-bullet-active {background-color: var(--accent-color); opacity: 1;}
.main-unit .pag-num span {font-size: 0rem; color: var(--white); display: flex; align-items: center; justify-content: center;}



/************** 메인섹션-unit 배너 2025-01-24 -슬라이드 **************/
.main-banner {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.main-banner .banner-slide {display:flex; flex-direction: column; margin: 0; width: 100%; align-items: center; justify-content: center; box-sizing: border-box;}
.main-banner .banner-slide .swiper-wrapper {display: flex;}
.main-banner .banner-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;}
.main-banner .banner-slide .bg {background-repeat: repeat; background-position: center; background-size: cover; overflow: hidden; height: 55%; line-height: 55vh;}
.main-banner .banner-slide .bg img {display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden;}
/*.main-banner .banner-slide .bg a:hover img {transform: var(--transform); transition-property: transition opacity; opacity: 1;}
.main-banner .banner-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;}
.main-banner .banner-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;}*/
.main-banner .banner-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;}
.main-banner .banner-slide .copy p {opacity: .5; /* display: none; */}
.main-banner .banner-slide .copy > b {font-weight: 300;}
.main-banner .banner-slide .copy span.mtxt {font-weight: 600; font-size: 4.25rem; text-transform: uppercase;}
.main-banner .banner-slide .copy span.stxt {font-weight: 200;}
.main-banner .banner-slide .copy em {color: var(--white); font-weight: bold; }
/***** 슬라이드네비게이션 *****/
.main-banner .banner-slide .navigator {width:100%;}
/* 페이지넘버 */
.main-banner .pag {position: absolute; top: 0px; left: 50%; transform: translateX(-50%); z-index: 2; font-weight: 200; color: var(--white); display: none;}
.main-banner .pag b {font-weight: 800; margin-right: 10px; color: var(--theme-color);}
.main-banner .pag em {margin-left: 10px;}
/* 좌우버튼-버튼영역 */
.main-banner .prev, .main-banner .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;}
.main-banner .next {left: auto; right: 2rem;}
.main-banner .prev:hover, .main-banner .next:hover {display: block;}
/* 좌우버튼-화살표 */
.main-banner .prev::after, .main-banner .next::after {content: '\f053'; font-family: var(--awesome); font-weight: 600; }
.main-banner .next::after {content: '\f054';}
/* 페이징동그라미 */
.main-banner .pag-num {display: flex; justify-content: center; margin: 3rem 0rem;}
.main-banner .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;}
.main-banner .pag-num .swiper-pagination-bullet-active {background-color: var(--accent-color); opacity: 1;}
.main-banner .pag-num span {font-size: 0rem; color: var(--white); display: flex; align-items: center; justify-content: center;}



/************** 메인섹션-loc 오시는길  **************/
.main-loc {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.main-loc .desc {display: flex; justify-content: center; align-items: flex-start; color: var(--theme-color); width: 100%;}
.main-loc .desc .text {display: flex; flex: 1; flex-direction: column; gap: 1rem; padding:0; margin-right: 5rem; text-align: left;}
.main-loc .desc .text b {font-size: 3.5rem;}
.main-loc .desc .text p {}
.main-loc .desc .text .tel {display: flex; flex-direction: column; font-size: 2.2rem; font-weight: 500; margin-top: 2rem;}
.main-loc .desc .text .tel em {font-size: 5.3rem; font-weight: 800; letter-spacing: -0.05em;}
.main-loc .desc .text .caution {display: flex; flex-direction: column; gap: 0.5rem; font-size: 1.56rem; color: var(--mudgray); word-break: break-all;}
.main-loc .desc .text .caution li {display: flex;}
.main-loc .desc .text .caution li:before {display: inline-block; content: "※"; font-size: inherit; font-weight: 400; padding-right: 0.5rem;}
.main-loc .desc .loc-add-txt {display: flex; flex-direction: column; gap: 1rem; font-size: 2.25rem; color: var(--darkgray);}
.main-loc .desc .loc-add-txt li {margin-left: 3rem;  display: flex;}
.main-loc .desc .loc-add-txt li::before {display: inline-block; margin-left: -3rem; padding-right:1rem;}
.main-loc .desc .loc-add-txt li:first-child {display: none;}
.main-loc .desc .loc-add-txt li:first-child::before {content: "\e4d1";}
.main-loc .desc .loc-add-txt li:last-child::before {content: "\f5a0";}
.main-loc .desc .map {flex: 1; position: relative; border:1px solid var(--lightgray); margin-left: auto; overflow: hidden;}
.main-loc .desc .map + .map {display: none!important;}
.main-loc .desc .map img {object-fit: cover; object-position: center; border: 1px solid var(--lightgray); border-bottom:none; box-sizing: border-box;}
.main-loc .desc .map .map-title {display: none;}
.main-loc .desc .map .btn-bx-sns {display: flex; position: absolute; bottom: 0; left: 0; width: 100%; display: none;}
.main-loc .desc .map .btn-bx-sns a {display: flex; padding: 3rem 3rem; justify-content: center; align-items: center; gap: 1rem; color: var(--white); font-size: 2.4rem; line-height: 1.1;}
.main-loc .desc .map .btn-bx-sns a::after {content: '\f08e'; font-size: 2rem; margin-left: auto;}
.main-loc .desc .map .btn-bx-sns .btn-kakao {background: var(--theme-color);}
.main-loc .desc .map .btn-bx-sns .btn-naver {background: var(--main-color);}
.main-loc .desc .map .btn-bx-sns .btn-model {background: var(--theme-color);}
.main-loc .desc .map .btn-bx-sns .btn-field {background: var(--main-color);}
/************ 메인섹션-loc 오시는길 타입추가 loc-type-01 2025-03-25 ************/
.main-loc.loc-type-01 {}
.main-loc.loc-type-01 .desc {display: grid; justify-content: center; align-items: flex-start; color: var(--theme-color); width: 100%; flex-direction: column-reverse; gap: 5rem; grid-template-columns: 1fr 1fr;}
.main-loc.loc-type-01 .desc .text {display: flex;flex: 1; flex-direction: column; gap: 1rem; padding:0; margin-right: auto;text-align: left; grid-column: 1 / span 2; grid-row: 2 / 2;}
.main-loc.loc-type-01 .desc .loc-add-txt {display: none;}
.main-loc.loc-type-01 .desc .map {display: flex; flex-direction: column; gap: 0rem; position: relative; border:0px solid var(--lightgray); margin-left: auto; width: 100%; overflow: hidden;}
.main-loc.loc-type-01 .desc .map + .map {display: flex!important;}
.main-loc.loc-type-01 .desc .map .map-title { display: flex; align-items: center; align-items: baseline; gap: 1rem; background: var(--white); font-size: 2.4rem; padding-bottom: 2rem; color: var(--darkgray); font-weight: 500; box-sizing: border-box;}
.main-loc.loc-type-01 .desc .map .btn-bx-sns {display: grid; grid-template-columns: repeat(auto-fit,minmax(25%,auto)); position: unset; bottom: 0; left: 0; width: 100%;}
.main-loc.loc-type-01 .desc .map.model .map-title::before {content: "\e4d1";}
.main-loc.loc-type-01 .desc .map.field .map-title::before {content: "\f5a0";}
.main-loc.loc-type-01 .desc .map .btn-bx-sns .btn-model,
.main-loc.loc-type-01 .desc .map .btn-bx-sns .btn-field {display:none;}
.main-loc.loc-type-01 .map_model_frame_div {width: 100%; height: 40rem; border: 1px solid var(--lightgray); border-bottom:none; box-sizing: border-box;}
.main-loc.loc-type-01 .map_model_frame {width: 100%; height: 100%;}
/************ 메인섹션-loc 오시는길 타입추가 loc-type-02 2025-04-02 ************/
.main-loc.loc-type-02 {}
.main-loc.loc-type-02 .desc {display: grid; justify-content: center; align-items: flex-start; color: var(--theme-color); width: 100%; flex-direction: column-reverse; gap: 5rem; grid-template-columns: 1fr 1fr;}
.main-loc.loc-type-02 .desc .text {display: flex;flex: 1; flex-direction: column; gap: 1rem; padding:0; margin-right: auto;text-align: left; grid-column: 1 / span 2; grid-row: 2 / 2;}
.main-loc.loc-type-02 .desc .loc-add-txt {display: none;}
.main-loc.loc-type-02 .desc .map {display: flex; flex-direction: column; gap: 0rem; position: relative; border:0px solid var(--lightgray); margin-left: auto; width: 100%; overflow: hidden;}
.main-loc.loc-type-02 .desc .map img {height:40vh;}
.main-loc.loc-type-02 .desc .map + .map {display: flex!important;}
.main-loc.loc-type-02 .desc .map .map-title { display: flex; align-items: center; align-items: baseline; gap: 1rem; background: var(--white); font-size: 2.4rem; padding-bottom: 2rem; color: var(--darkgray); font-weight: 500; box-sizing: border-box;}
.main-loc.loc-type-02 .desc .map .btn-bx-sns {display: grid; grid-template-columns: repeat(auto-fit,minmax(25%,auto)); position: unset; bottom: 0; left: 0; width: 100%;}
.main-loc.loc-type-02 .desc .map.model .map-title::before {content: "\e4d1";}
.main-loc.loc-type-02 .desc .map.field .map-title::before {content: "\f5a0";}
.main-loc.loc-type-02 .desc .map .btn-bx-sns .btn-model,
.main-loc.loc-type-02 .desc .map .btn-bx-sns .btn-field {display:none;}
.main-loc.loc-type-02 .map_model_frame_div {width: 100%; height: 40rem; border: 1px solid var(--lightgray); border-bottom:none; box-sizing: border-box;}
.main-loc.loc-type-02 .map_model_frame {width: 100%; height: 100%;}
@media all and (max-width:1280px){
	.main-loc.loc-type-01 .desc {gap:3rem;}
	.main-loc.loc-type-01 .desc .map .map-title {font-size: 2rem;}
	.main-loc.loc-type-01 .desc .map .btn-bx-sns a {width:unset;}
}
@media all and (max-width:1024px){
	.main-loc .desc {flex-direction:column-reverse; gap: 5rem;}
	.main-loc .desc .text {width: 100%;}
	.main-loc .desc .map {width: 100%; margin-left: 0;}
	.main-loc .desc .map .btn-bx-sns a {width: 50rem;}	
	.main-loc.loc-type-01 .desc {display: flex; gap:3rem;}
	.main-loc.loc-type-01 .desc .map .map-title {font-size: 2.4rem;}
	.main-loc.loc-type-01 .desc .map .btn-bx-sns a {width: unset;}
	.main-loc.loc-type-01 .map_model_frame_div {height: 45rem;}
}




/*************** 메인섹션-news 언론보도 *******************/
.main-news {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.main-news .news-slide {display:flex; margin: 0; width: 100%; align-items: center; justify-content: center; /* align-items: flex-start; height: 45vh;  line-height: 45vh; */overflow: hidden;}
.main-news .news-slide .swiper-wrapper {display: flex;}
.main-news .news-slide .swiper-slide {display: flex; align-items: center; justify-content: flex-start; flex-direction: column; height: auto; background: var(--white); border: 1px solid var(--lightgray); box-sizing: border-box;}
.main-news .news-slide .bg {background-repeat: repeat; background-position: center; background-size: cover; width:100%; height: 25vmin; overflow: hidden;}
.main-news .news-slide .bg img {display: block; width: 110%; height: 110%; object-fit: cover; overflow: hidden;}
.main-news .news-slide .bg a:hover img {transform: var(--transform);}
/* .main-news .news-slide .bg a:hover:after {left: 10px; right: 10px; top: 10px; bottom: 10px; border: 1px solid var(--white-a); transition: var(--transition2);}
.main-news .news-slide .bg a:after {position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; content: ""; display: block; border: 0px solid var(--white-a); z-index: 8; transition-property: transition;} */
.main-news .news-slide .copy {color: var(--tanblack); width: calc(100% - 7rem); display: flex; flex-direction: column; padding: 3rem 0; line-height: 1.3;}
.main-news .news-slide .copy p {font-weight: 200; font-size: 1.65rem; color: var(--mudgray);}
.main-news .news-slide .copy > b {display: none;}
.main-news .news-slide .copy span.mtxt {margin: 2rem 0 1rem 0; font-weight: 700; font-size: 2.85rem; white-space: nowrap;	overflow: hidden;	text-overflow: ellipsis;}
.main-news .news-slide .copy span.stxt {font-weight: 300; font-size: 1.75rem;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.main-news .news-slide .copy em {color: var(--main-color); font-weight: bold;}
/* 페이지넘버 */
.main-news .pag {display: none; position: absolute; top: 0px; left: 50%; transform: translateX(-50%); z-index: 2; font-weight: 200; color: var(--white);}
.main-news .pag b {font-weight: 800; margin-right: 10px; color: var(--main-color);}
.main-news .pag em {margin-left: 10px;}
/* 좌우버튼-버튼영역 */
.main-news .prev, .main-news .next {position: absolute; z-index: 3; width: 5rem; height: 5rem; border-radius: 0.5rem; display: block; left: 0rem; top: 0rem; transition: var(--transition2); border: 1px solid var(--lightgray); background: var(--white); box-shadow: var(--box-shadow1);}
.main-news .next {left: auto; right: 0rem;}
.main-news .prev:hover, .main-news .next:hover {background-color: var(--white);}
/* 좌우버튼-화살표 */
/* .main-news .prev:after, .main-news .next:after {content: ''; position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; border-top: 2px solid var(--mudgray); border-right: 2px solid var(--mudgray); display: block; margin: -6px 0 0 -4px; transform: rotate(-135deg);} 
.main-news .next:after {margin: -6px 0 0 -8px; transform: rotate(45deg);} */
.main-news .prev::after, .main-news .next::after {content: '\f053'; font-family: var(--awesome); font-weight: 600;}
.main-news .next::after {content: '\f054';}
/* 페이징바 */
.main-news .pag-num {display: flex; justify-content: center; margin: 3rem 0; display: none;}
.main-news .pag-num .swiper-pagination-bullet {margin:0; width: 10rem; height: 0.5rem; background-color: var(--lightgray); opacity: 1; transition: var(--transition2); border-radius: 0; transition-property: width;}
.main-news .pag-num .swiper-pagination-bullet-active {background-color: var(--theme-color); width: calc(5rem + 10rem);}

/****************** 메인섹션-럭셔리 추가 ****************/
/* 프리미엄배경 */
.luxury:after {content: "";	display: block; position: absolute;	left: 50%; top: 0; transform: translateX(-50%);	width: 101%; height: 58%;	background: var(--simple-color); z-index: -1;}
/* 프리미엄텍스트 */
.luxury:before {content: ''; display: block; position: absolute; top: 50%; left: 48%; transform: translate(50%, -90%); width: 45rem; height: 15rem; opacity: .2; z-index: 2; background: url(../images/main/premium_txt.svg) no-repeat;}
/* 써클애니 */
.main-luxury:before {content: ''; display: block; position: absolute; top: 14%; left: 44%; width: 26rem; height: 26rem; opacity: .3; z-index: 5; background: url(../images/main/premium_circle.svg) no-repeat; animation: circle 50s infinite linear both;}
@keyframes circle {
	0% { transform:rotate(0)}
	100% { transform:rotate(360deg)}
}

.main-luxury {position: relative;}
[class*=section] .main-luxury .title {align-items: flex-start;}
.main-luxury .luxury-slide {position: relative; width: 100%; margin: 0 auto; box-sizing: border-box;}
.main-luxury .luxury-slide .bg {max-width: 60%; height: 55rem; background-repeat: no-repeat; background-position: center center; background-size: cover; font-size: 0; border-radius: 1rem 5rem;}
.main-luxury .luxury-slide .item1 .bg {background-image: url(../images/main/luxury1.jpg);}
.main-luxury .luxury-slide .item2 .bg {background-image: url(../images/main/luxury2.jpg);}
.main-luxury .luxury-slide .item3 .bg {background-image: url(../images/main/luxury3.jpg);}
.main-luxury .luxury-slide .item4 .bg {background-image: url(../images/main/luxury4.jpg);}
.main-luxury .luxury-slide .item5 .bg {background-image: url(../images/main/luxury5.jpg);}
.main-luxury .luxury-slide .item6 .bg {background-image: url(../images/main/luxury6.jpg);}
.main-luxury .luxury-slide .item7 .bg {background-image: url(../images/main/luxury7.jpg);}
.main-luxury .luxury-slide .item8 .bg {background-image: url(../images/main/luxury8.jpg);}
.main-luxury .luxury-slide .copy {width: 35%; position: absolute; bottom: 0; right: 0; z-index: 2; color: var(--theme-color); line-height: 1.2; font-size: 2rem; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 1rem; margin-left: auto;}
.main-luxury .luxury-slide .copy p {display: none;}
.main-luxury .luxury-slide .copy > b {font-weight: 600; /* margin-top: 1rem; */ text-transform: uppercase;}
.main-luxury .luxury-slide .copy span.mtxt {font-weight: 600; font-size: 3rem; line-height: 1.1; /* margin: 1rem 0 1rem 0; */}
.main-luxury .luxury-slide .copy span.stxt {line-height: 1.2;}
.main-luxury .luxury-slide .copy em {color: var(--theme-color); font-weight: bold;}
/* 페이지넘버 */
.main-luxury .luxury-slide .copy .pag {/* position: absolute; top: 40rem; left: 24rem; transform: translateX(0); z-index: 2;  */font-weight: 200; color: var(--theme-color); /* width: 60vw; */}
.main-luxury .luxury-slide .copy .pag > b {margin-right: 10px; color: var(--theme-color); /* font-size: 3rem!important; */}
.main-luxury .luxury-slide .copy .pag > em {margin-left: 10px; color: var(--theme-color)!important; font-weight: 200!important;}
.main-luxury .luxury-slide .swiper-notification {display: none;}
/* 좌우버튼 */
.main-luxury .button {display: flex; align-items: center; justify-content: center; gap: 1rem; flex-direction: row; position: absolute; right: 0; bottom: 40%; z-index:3;}
.main-luxury .prev, .main-luxury .next {/* position: absolute; z-index: 3; */ width: 5rem; height: 5rem; border: 1px solid var(--gray); background: var(--transparent); color: var(--gray); border-radius: 0.5rem; display: block; right: 6rem; top: 60%; transform: translateY(-0%); transition: var(--transition2); cursor: pointer;}
.main-luxury .next {/* left: auto;  */right: 0rem;}
.main-luxury .prev:after {content: '\f104';}
.main-luxury .next:after {content: '\f105';}
/* .main-luxury .prev:after, .main-luxury .next:after {content: ''; position: absolute; top: 50%; left: 50%; width: 14px; height: 14px; border-top: 1px solid var(--gray); border-right: 1px solid var(--mudgray); display: block; margin: -7px 0 0 -4px; transform: rotate(-135deg);}
.main-luxury .next:after {margin: -7px 0 0 -10px; transform: rotate(45deg);} */
/* .main-luxury .prev:hover, .main-luxury .next:hover {background:var(--white);} */
.main-luxury .prev, .main-luxury .next {}
/* 페이징동그라미 */
.main-luxury .pag-num {display: flex; justify-content: center; margin: 3rem 0; display: none;}
.main-luxury .pag-num .swiper-pagination-bullet {margin: 0 0.7rem; width: 15px; height: 15px; background-color: var(--transparent); opacity: 1; transition: var(--transition2);}
.main-luxury .pag-num .swiper-pagination-bullet-active {background-color: var(--theme-color);}

/****************** 메인섹션-라이프s ****************/
[class*=section].lifes {}
[class*=section].lifes:before {content: "";	position: absolute;	left: 50%; top: 0; transform: translateX(-50%);	display: block;	width: 101%; height: 50vh;	background: var(--theme-color);	z-index: 0;}
.main-lifes {position: relative;}
/* .main-lifes:after {content: ''; position: absolute; bottom: 8rem; right: 6rem; width: 20rem; height: 20rem; border-radius: 0; border: 0px solid var(--accent-color); background-color: var(--accent-color); opacity: 1; z-index: 3;}
.main-lifes:before {content: ''; position: absolute; bottom: 10rem; right: 20rem; width: 10rem; height: 10rem; border-radius: 0; border: 0px solid var(--white); background-color: var(--theme-color); opacity: .8; z-index: 5;} */
.main-lifes .title {display: flex; align-items: flex-start; justify-content: center; flex-direction: column-reverse; font-size: 3rem; margin-bottom: 0;}
.main-lifes .maintit {color: var(--main-color); font-size: 8rem; padding-bottom: 1rem;}
.main-lifes .subtit {color: var(--white);}
.main-lifes .title:before {display: none;}
.main-lifes .lifes-slide {position: relative; width: 100%; max-width: var(--common-width); height: auto; margin: 0 auto; box-sizing: border-box; background: var(--theme-color); overflow:hidden;}
.main-lifes .lifes-slide .bg {max-width: var(--common-width); width: 100%; height: 50vh; background-repeat: no-repeat; background-position: center center; background-size: cover; font-size: 0;}
.main-lifes .lifes-slide .bg.item1 {background-image: url(../images/main/main_life1.jpg);}
.main-lifes .lifes-slide .bg.item2 {background-image: url(../images/main/main_life2.jpg);}
.main-lifes .lifes-slide .bg.item3 {background-image: url(../images/main/main_life3.jpg);}
.main-lifes .lifes-slide .bg.item4 {background-image: url(../images/main/main_life4.jpg);}
.main-lifes .lifes-slide .bg.item5 {background-image: url(../images/main/main_life5.jpg);}
/* .main-lifes .lifes-slide .bg img {object-fit: cover; object-position: center center; border-radius: 0; box-shadow: var(--box-shadow); overflow: hidden;} */
/* 텍스트 */
.main-lifes .component {display: flex; align-items: flex-end; justify-content: center; margin-bottom: 4rem; /* height: auto; margin: 0rem 0 3rem; */}
.main-lifes .copy [class*=pr_] {display: none;} 
.main-lifes .copy {flex: 1; display: flex; align-items: center; justify-content: center; margin-left: 5rem;} 
.main-lifes .copy .active {flex:1; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; text-align: right; color: var(--white); line-height: 1.2; font-size: 2rem; font-weight: 300;}
.main-lifes .copy p {display: none;}
.main-lifes .copy > b {font-weight: 600; margin-top: 1rem; text-transform: uppercase; display: none;}
.main-lifes .copy span.mtxt {font-weight: 500; font-size: 4rem; line-height: 1.1; margin: 0 0 1rem 0;}
.main-lifes .copy span.stxt {line-height: 1.2;}
.main-lifes .copy em {color: var(--theme-color); font-weight: bold;}
/* 페이지넘버 */
.main-lifes .copy .pag {/* position: absolute; top: 40rem; left: 24rem; transform: translateX(0); z-index: 2;  */font-weight: 200; color: var(--white); /* width: 60vw; */ display: none;}
.main-lifes .copy .pag > b {margin-right: 1rem; color: var(--white); /* font-size: 3rem!important; */}
.main-lifes .copy .pag > em {margin-left: 1rem; color: var(--white)!important; font-weight: 200!important;}
/* 좌우버튼 */
.main-lifes .prev, .main-lifes .next {flex:0 0 6rem; width: 6rem; height: 6rem; margin-right: 1rem; border-radius: 0.2rem; background: var(--white); transition: var(--transition2);}
.main-lifes .next {/* left: auto;  */}
.main-lifes .prev::after, .main-lifes .next::after {font-size: 4rem; color: var(--theme-color);}
.main-lifes .prev::after {content: "\f104";}
.main-lifes .next::after {content: "\f105";}
/* .main-lifes .prev:after, .main-lifes .next:after {content: ''; position: absolute; top: 50%; left: 50%; width: 2rem; height: 2rem; border-top: 2px solid var(--theme-color); border-right: 2px solid var(--theme-color); display: block; margin: -0.9rem 0 0 -0.6rem; transform: rotate(-135deg);}
.main-lifes .next:after {margin: -0.9rem 0 0 -1.2rem; transform: rotate(45deg);} */
.main-lifes .prev:hover, .main-lifes .next:hover {background: var(--lightgray)}
.main-lifes .prev, .main-lifes .next {display: block;}
/* 페이징동그라미 */
.main-lifes .pag-num {display: flex; justify-content: center; margin: 3rem 0; display: none;}
.main-lifes .pag-num .swiper-pagination-bullet {margin: 0 0.5rem; width: 2rem; height: 2rem; background-color: var(--simple-color); opacity: 1; transition: var(--transition2); border-radius:0;}
.main-lifes .pag-num .swiper-pagination-bullet-active {background-color: var(--theme-color);}
/*애니메이션 추가 CSS*/
.main-lifes .maintita { display: inline-block; font-size: 7rem; color: var(--theme-color);}
.main-lifes .maintita span { animation: changeColor 2.5s linear infinite;}
@keyframes changeColor {
  0% { color: var(--theme-color);} /* 원래 색으로 시작 */
  50% { color: var(--white); } /* 흰색으로 변경 */
  100% { color: var(--theme-color); } /* 다시 원래 색으로 돌아옴 */
}
/* 각 글자에 다른 타이밍으로 애니메이션 적용 */
.maintita span:nth-child(1) { animation-delay: 0s; }
.maintita span:nth-child(2) { animation-delay: 0.3s; }
.maintita span:nth-child(3) { animation-delay: 0.5s; }
.maintita span:nth-child(4) { animation-delay: 0.7s; }
.maintita span:nth-child(5) { animation-delay: 0.9s; }
.maintita span:nth-child(6) { animation-delay: 1.1s; }
.maintita span:nth-child(7) { animation-delay: 1.3s; }
.maintita span:nth-child(8) { animation-delay: 1.5s; }
.maintita span:nth-child(9) { animation-delay: 1.7s; }
.maintita span:nth-child(10) { animation-delay: 1.9s; }
.maintita span:nth-child(11) { animation-delay: 2.1s; }
.maintita span:nth-child(12) { animation-delay: 2.3s; }
.maintita span:nth-child(13) { animation-delay: 2.5s; }
.maintita span:nth-child(14) { animation-delay: 2.7s; }
.maintita span:nth-child(15) { animation-delay: 2.9s; }
.maintita span:nth-child(16) { animation-delay: 3.1s; }
.maintita span:nth-child(17) { animation-delay: 3.3s; }
.maintita span:nth-child(18) { animation-delay: 3.5s; }
.maintita span:nth-child(19) { animation-delay: 3.7s; }
.maintita span:nth-child(20) { animation-delay: 3.9s; }

@media all and (max-width:680px){	
	[class*=section].lifes {padding: 3rem var(--common-padding)!important;}
	[class*=section].lifes:before {height: 38vh;}
	.main-lifes .maintita {font-size: 4rem;}
	.main-lifes .title {font-size: unset;}
	.main-lifes .lifes-slide .bg {height: 30vh;}
	.main-lifes .prev, .main-lifes .next {display: none;}
	.main-lifes .component {margin-bottom: 2rem;}
	.main-lifes .copy {margin-left: 0;}
	.main-lifes .copy .active {justify-content:flex-start; align-items:flex-start; text-align: left;}
	.main-lifes .copy span.stxt {}
	.main-lifes .copy span.mtxt {font-size: 3rem; font-weight: 400;}
	}


/* 사업개요 추가 main-summary */
.main-summary {}
.main-summary .summary-innery {width:100%;}
.summary-inner tbody {display: flex; flex-flow: row wrap; margin-top:3rem; border-top: 2px solid var(--theme-color);/*line-height: 4.5;*/}
.summary-inner tbody tr {display: flex; flex: 1 1 51%; gap:0 3rem; align-items: center; border-bottom: 1px solid var(--lightgray); background: var(--white); padding:0; box-sizing: border-box;}
.summary-inner tbody tr th,
.summary-inner tbody tr td:nth-child(odd) {flex-shrink: 0; width: 30%; display: flex; align-items: center; justify-content: center; box-sizing: border-box; background: #fafafa; padding: 0 3rem; font-weight: 500; font-size:2.35rem; line-height: 1.35; height: 8.5rem;}
.summary-inner tbody tr td:nth-child(odd) {flex-grow: 0!important; font-weight: unset; font-size: unset;}
.summary-inner tbody tr td {flex-grow: 1; width: 100%;  display: flex; align-items: center; background: var(--white); box-sizing: border-box; font-weight: 300; font-size:2.35rem; line-height: 1.35; height: 8.5rem;}
/*.summary-inner tbody tr th span, .summary-inner tbody tr td span {line-height: 1.35;}*/
/* 가로열 세번째 강제로 타이틀해드 */
/* .summary-inner tbody tr td:nth-child(odd) {flex: 1; font-weight: 600; min-width: 10rem; justify-content: center; background: #fafafa; line-height: unset; padding: unset;} */
.summary-inner tbody tr td:nth-child(even) span {line-height: 1.2;}
/* .info-table 사업소개테이블 하단 caution */
.info-table {padding: 3rem 0;}
.info-table .caution {display: flex; flex-direction: column; gap: 0.5rem; font-size: 1.6rem; color: var(--mudgray); font-weight:300;}
.info-table .caution li {display: flex;;}
.info-table .caution li:before {display: inline-block; content: "※"; font-size: inherit; font-weight: 400; padding-right: 0.5rem;}


@media screen and (max-width:1740px) {		

	@media screen and (max-width:1470px){
		.main-life2 .life2-slide {width: 75vw;}	
	}	
	@media all and (max-width:1280px){
		.main-life2 .life2-slide {width: 85vw;}
	}
	@media all and (max-width:1024px){
		.main-pop {width: 90rem;}
		.main-visual .swiper-slide {height: 75vh;}
		.main-visual .swiper-slide .copy span.mtxt,
		.main-visual .swiper-slide .copy span.stxt {font-size: 5.5rem;}
		.main-life .life-slide .copy {font-size: 2rem; width: 70%;}
		.main-life .life-slide .copy span.mtxt {font-size: 3rem;}
		.main-loc .desc {flex-direction:column-reverse; gap: 5rem;}
		.main-loc .desc .text {width: 100%;}
		.main-loc .desc .map {width: 100%; margin-left: 0;}
		.main-loc .desc .map .btn-bx-sns a {width: 50rem;}
	}
	@media all and (max-width:800px){
		.main-pop {width: 75rem;}	
		.main-visual .swiper-slide {height: 75vh;}
		.main-life .pag-num {display: none;}
		[class*=section].banner {}
		/* .luxury {padding: 0;} */
		.main-luxury .title {display: none;}
		.main-luxury .luxury-slide {/* background: var(--simple-color); */}
		.main-luxury .luxury-slide .bg {max-width: 100%; height: 50vmax;}
		.main-luxury .luxury-slide .copy {position: unset; width: 100%; background: var(--transparent); padding: 2rem 0rem 7rem; line-height: 1.1; box-sizing: border-box; overflow: visible;}
		.main-luxury .luxury-slide .copy .pag {display: none;}
		.main-luxury .luxury-slide .copy > b {margin-top: 0;}    
		.main-luxury:before {display: none;} /* 써클애니숨김 */
		.luxury:before {top: 85%; left: 50%; transform: translate(-30%, -90%); opacity:.1;}/* 프리미엄텍스트 */
		.main-luxury .button {bottom:0; right: unset;}
		/* .main-luxury .prev, .main-luxury .next {right: 5rem; top: unset; bottom:0;}
		.main-luxury .next {border-left: none; right: 0;}
		.main-life2 .life2-slide .copy {padding-left: 10rem; font-size: 2rem;}
		.main-life2 .life2-slide .copy span.mtxt {font-size: 3rem;}
		.main-life2:after {width: 5rem; height: 5rem; right: -3rem;}
		.main-life2:before {width: 3rem; height: 3rem; bottom: 4rem; right: 0rem;} */		
	}
	@media all and (max-width:680px){
		.main-pop {width: 40rem;}
		.main-visual .swiper-slide .copy b{font-size: 2rem;}
		.main-visual .swiper-slide .copy span.mtxt,
		.main-visual .swiper-slide .copy span.stxt {font-size: 4rem;}
		.main-visual .prev, .main-visual .next {display: none;}
		.main-life .life-slide .copy {padding: 5rem 5rem;}
		.main-life .life-slide .copy .pag {display: none;}
		/* .main-life .life-slide .copy span.mtxt {margin: 0rem 0 1rem;} */
		.main-life2 .life2-slide .copy .pag {display: none;}
		.main-life2 .life2-slide .copy {padding-left: 8rem;}

	}
	@media all and (max-width:480px){
    .main-visual .swiper-slide {height: 55vh;}
		/* .main-news .prev, .main-news .next {top: 17rem; box-shadow:none; border-radius: 0;}
		.main-news .prev {left: unset; right: 5rem;}		 */
	}
	@media all and (max-width:320px){
		.main-pop {display: none;}
	}
}