@charset "utf-8";














/* 메인화면 동영상 */
.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-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%; height:65vh; max-height:min(50vw, 65vh);}
.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: 0rem;}
.main-life2 .life2-slide .bg img {object-fit: cover; object-position: center; border-radius: 30rem 20rem 50rem 3rem; filter: blur(0px) brightness(0.75); box-shadow: var(--box-shadow); height:65vh; max-height:min(50vw, 65vh);}
.main-life2 .life2-slide .copy {position: absolute; top: 0; bottom: 0; z-index: 2; width:25vw; 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; gap: 0rem; padding: 10rem 0 0 10rem;}
.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: 4.85rem; line-height: 1.1; margin: 2rem 0 1rem 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-img-wrap {display: grid; grid-template-columns: repeat(auto-fit, minmax(25%, auto)); flex-direction: column; width: 100%;}
.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; height: 43vh; max-height: min(55vw, 43vh);}
.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); padding: 3rem 4rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0rem; background: var(--accent-color); position: absolute; top: 0; left: 0; z-index: 1; opacity: .85;}
.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: 3rem; text-transform: uppercase;}
.main-unit .unit-slide .copy span.stxt {font-weight: 200; display:none;}
.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;}

























@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-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 {}
			
	}
	@media all and (max-width:680px){
		.main-pop {width: 40rem;}
		
		.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: 6rem 0 0 6rem; width: 50vw;}
		.main-life2 .life2-slide .copy span.mtxt {font-size: 3rem}
		.main-premium .premium-img-wrap {grid-template-columns: repeat(auto-fit, minmax(50%, auto));}

	}
	@media all and (max-width:480px){
	}
	@media all and (max-width:320px){
		.main-pop {display: none;}
	}
}