@charset "utf-8";

/******************** 메인-공통 ********************/
[class*=section]{position: relative; /* display: table; */ width: 100%; padding: 5rem var(--section-padding) 0; box-sizing: border-box;}
[class*=section].visual {margin:0!important; padding: 0!important;}
[class*=section].customer {margin:0!important; padding: 0!important; margin-top:3rem!important; display:none;} /* 2025-03-11 일단숨기기로함 */
[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 3rem; 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(--tanblack); font-size: 4.5rem; text-transform: capitalize; line-height: 1.2;}
[class*=section] .maintit::after {content:""; display:block;}
[class*=section] .subtit {color: var(--gray); font-size: 2rem; font-weight: 300;}
[class*=section] .freebtn {display: none;}
/* 관심고객등록 예외 */
[class*=section].customer .title {margin: 0 auto 2rem!important;}
[class*=section].customer .maintit {color: var(--tanblack); width: 100%;}
[class*=section].customer .subtit {width: 100%;}



/******************** 메인섹션-비쥬얼 ********************/
.visual {position: relative; display: block;}
.main-visual {overflow: hidden; background-color: var(--theme-color);}
.main-visual .swiper-slide {position: relative; height: calc(100vh - var(--header-height)); overflow:hidden!important;}
.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 3s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 3s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: opacity 3s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: opacity 3s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);	
	filter: blur(2px) brightness(0.6);
}
.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.8);
}
.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 3s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 3s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: opacity 3s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: opacity 3s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	filter: blur(2px) brightness(0.6);
}
.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);
	filter: blur(0px) brightness(0.8);
}
.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%; max-width: 100%; height: 100%; padding: 0 11vw; text-align: center; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center; gap:0; color: var(--white); text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);}
.main-visual .swiper-slide .copy p {display: none;}
.main-visual .swiper-slide .copy b {font-weight: 400; font-size: 2.6rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0em; width:70%;}
.main-visual .swiper-slide .copy span.mtxt,
.main-visual .swiper-slide .copy span.stxt {font-weight: 600; font-size: 7rem; line-height: 1.2; letter-spacing: -0.0345em; margin-bottom: 0rem;}
.main-visual .swiper-slide .copy span.mtxt {font-weight: 700;}

.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: 10rem; 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;}


/* 메인레이어데코 */
.pop-deco {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -45%); z-index: 1; width: 80vw; max-width: 100vw; min-width: 20vw; height: unset; overflow: hidden; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); letter-spacing: -0.06em;/*  */ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; color: var(--white); font-size: 2.2rem; line-height: 1.2; text-align: center;}
.pop-deco .titles {font-size: 4rem; font-weight: 500;}
.pop-deco .deco {background-image: url(../images/main/pop-deco.png); background-repeat: no-repeat;background-size: contain; background-position: center; width: 25vw; height: 10vw; max-width: 90vw; min-width: 15vw;}
.pop-deco .desc {text-overflow: ellipsis; overflow: hidden; word-break: auto-phrase; line-height: 1.3; padding-top: 0rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}


/* 메인 싱글 이미지 */
.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);*/}
.main-visual-single .inner img{ width: 100%;}

/* 메인화면 동영상 */
.visual-video{padding: 0;}
.main-visual-video {position: relative;/* display: table; */ width: 100%; /* height: 100vh;*/padding:0; box-sizing: border-box; }
.main-visual-video .inner {position: relative; padding-bottom: 56.25%; /* 16:9 비율 */ height: 0; overflow: hidden; max-width: 100%; background: #000; margin-top: var(--header-height);}
.main-visual-video .inner iframe{ width: 100%; height: 100%; position: absolute; top: 0;left: 0;}


/* 이전다음버튼 */
.main-visual .navigator {}
.main-visual .prev, .main-visual .next {position: absolute; z-index: 3; width: 9rem; height: 9rem; 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: .5;}
.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%; max-height: 75vh; height: fit-content; margin: 0 auto; box-sizing: border-box;/* border-radius: 5rem; overflow: hidden;*/}
.main-life .life-slide .swiper-wrapper {border-radius: 5rem; overflow: hidden;}
.main-life .life-slide .bg {max-width: 100%;}
.main-life .life-slide .bg a {display: block;}
.main-life .life-slide .bg .mtxt {display: none;}
.main-life .life-slide .bg img {object-fit: cover; object-position: center;/* box-shadow: var(--box-shadow2); */ width:100%;}
.main-life .life-slide .copy {position: absolute; bottom: 0; top: 0; padding: 6rem 7rem 7rem; 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; gap:1rem; box-sizing: border-box; width: 100%; background: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent); height: fit-content; backdrop-filter: blur(1px) brightness(1);}
.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: 5rem; line-height: 1.1; margin: 0rem 0;}
.main-life .life-slide .copy span.stxt {line-height: 1.2; margin-top: 0rem; opacity: .8 !important; width: 50vw;}
.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: center; justify-content: center; padding-top:3rem;}
/* 페이징동그라미 */
.main-life .pag-num {display: flex; justify-content: center; align-items: center;}
.main-life .pag-num .swiper-pagination-bullet {margin: 0 0.5rem; width: 2.5rem; height: 2.5rem; background-color: var(--lightgray); opacity: 1; transition: var(--transition2);}
.main-life .pag-num .swiper-pagination-bullet-active {background-color: var(--theme-color);}
/* 페이지넘버 */
.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 .life-slide .navigator button {display: flex; justify-content: center; align-items: center; gap: .5rem; margin-right: auto; margin-left: auto; width: auto;}
.main-life .prev,
.main-life .next {position: absolute; z-index: 3; left: 0;}
.main-life .next {left: 8rem; right: auto;}
.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;} */









/* 유튜브 링크 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);}





/************** 메인섹션-프리미엄 **************/
/* 2025-02-21 yun */
[class*=section] .main-premium {position: relative; display: flex; flex-direction: row-reverse; align-items: center; justify-content: center; padding: 0vw 0!important; max-width: unset!important; height: 50vh; backdrop-filter: brightness(0.8) blur(2px) /* grayscale(0) contrast(1) saturate(1) sepia(0) */;}
/* premium 메인백배경추가작업 */
[class*=section].premium {padding: 0!important; margin: 5rem 0 0!important;/* margin-top: 5vw; */ position: relative; background: var(--theme-color) url(/admin/images/banner/adbg.jpg)fixed no-repeat right -10rem / cover !important;}
/* 광고 */
/* [class*=section].premium::after {content: "케이웹미디어 광고AD"; display: block; position: absolute; top: 0; right: 0; color: var(--darkgray); font-size: 1.8rem;	display: flex; align-items: center; justify-content: center; padding: 1rem 2rem;	font-weight: 400;	font-family: var(--pretendard);	background: var(--yellow);} */
[class*=section].premium .title {/* flex:1;  */width: 70vw; margin: 0 auto 0rem!important; gap: 2rem; text-align: center!important;	align-items: center!important;}
/* 문구추가 */
[class*=section].premium .maintit {color: var(--white)!important; width: unset!important; font-size: 4.5rem;}
[class*=section].premium .subtit {color: var(--white-a)!important; width: unset!important; display: flex; flex-direction: column; line-height: 1.3;}
/* 
[class*=section].premium .maintit::after {content: "Get strated free"; font-family: var(--pretendard); font-size: 5.5rem;	text-transform: capitalize;	line-height: 1;}
[class*=section].premium .subtit::before {content: "지금 시작하면 반응형 홈페이지가 무료"; font-family: var(--pretendard); font-weight: 300;}
[class*=section].premium .subtit::after {content: "케이웹에서 무료로 제공하는 템플릿으로 멋진 사이트를 만들 수 있어요."; font-family: var(--pretendard); font-weight: 300;} */
/* 무료제작버튼추가 */
[class*=section].premium .freebtn {width: auto; padding: 1.6rem 5rem; font-size:2.7rem; display: flex; flex-direction: row;  align-items: center; justify-content: center; gap: .5rem; border-radius: .7rem; background: var(--second-color); color: var(--white);  border: 1px solid var(--second-color); box-shadow: 5px 1px 8px rgba(0,0,0,.2); cursor: pointer; transition-property: all; transition: .3s;}
[class*=section].premium .freebtn:after {content: "\f054"; display: block; clear: both; line-height:1;}
[class*=section].premium .freebtn:hover {background: var(--theme-color); color: var(--white);  border: 1px solid var(--theme-color);}
/* [class*=section].premium .freebtn:hover {background: var(--theme-color); color: var(--white);  border: 1px solid var(--theme-color);} */
/* 무료제작이미지추가 */
[class*=section].premium .premium-con {/* flex:1; */ background: var(--transparent) url(/admin/images/banner/ad-desc.png) no-repeat center center / cover!important; height: 100%; width: 50vw; display: none;}
[class*=section].premium .premium-con:after {content: ""; display: block; clear: both; }
[class*=section].premium .premium-con img {display: none;}
/* // */


.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;}




/*************** 설명글과이미지 추가 *******************/
.main-office {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap:0rem;}
.main-office .office-wrap {width: 100%; position: relative; display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; gap: 3rem;/*  overflow: hidden; */}
.main-office .office-wrap .txt {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; width: 100%;}
.main-office .office-wrap .title {color: var(--tanblack); font-size: 4rem; font-weight: 700; line-height: 1.25; margin: 1rem auto;}
.main-office .office-wrap .desc {color: var(--mudgray); font-size: 2.35rem; line-height: 1.385; width: 100%; text-align: center;}
.main-office .office-wrap .desc-txt {color: var(--mudgray); font-size: 2.35rem; line-height: 1.385; width: 100%; text-align: center;}
.main-office .office-wrap .desc pre,
.main-office .office-wrap .desc-txt pre {font-family: var(--pretendard); white-space: pre-line; /* white-space-collapse: preserve-breaks; text-wrap-mode: wrap; */}
.main-office .office-wrap .img {position: relative;}
.main-office .office-wrap .img::after {content: "이미지컷"; display: block; position: absolute; top: 0; right: 0; color: var(--white); font-size: 1.8rem;	display: flex; align-items: center; justify-content: center; padding: 1rem 1rem; font-weight: 400; font-family: var(--pretendard); background: var(--transparent);}
/* row타입추가 */
.main-office .office-wrap.row {display: grid; grid-template-columns: 1fr 1fr!important;}
.main-office .office-wrap.row .title {grid-column: 2 / span 2; text-align: unset; margin: 0;}
.main-office .office-wrap.row .desc {grid-column: 2 / span 2; /* flex: 40%; */ text-align: unset;}
.main-office .office-wrap.row .desc-txt {grid-column: 2 / span 2; /* flex: 40%; */ text-align: unset;}
.main-office .office-wrap.row .img {grid-row: 1 / span 4;}




/* 세대안내테스트 */
/* .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; overflow:hidden;}
.main-unit .unit-slide {display:flex; margin: 0; width: 100%; align-items: center; justify-content: center; box-sizing: border-box;}
.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; border-radius: 2rem; overflow: hidden;}
.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 3rem 2.2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.3rem; background: linear-gradient(80deg, rgba(0,0,0,.5), transparent); backdrop-filter: var(--backdrop-filter); /*opacity: .9;*/ width: 100%; box-sizing: border-box; position: absolute; bottom: 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.desc {font-weight: 200; font-size: 1.825rem; line-height: 1.3; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.main-unit .unit-slide .copy span.mtxt {font-weight: 400; font-size: 2.2rem; text-transform: uppercase; padding-bottom:.5rem;}
.main-unit .unit-slide .copy span.stxt {font-weight: 300; display: none;}
.main-unit .unit-slide .copy em {color: var(--white); font-weight: bold; }
/* 페이지넘버 */
.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; margin: 2rem 0rem; transform: translateX(0%) !important;}
.main-unit .pag-num .swiper-pagination-bullet {margin:0 0.5rem; width: 2rem; height: 2rem; background-color: var(--lightgray); opacity: 1; transition: var(--transition2); border-radius: 1rem; transition-property: width opacity;}
.main-unit .pag-num .swiper-pagination-bullet-active {background-color: var(--mudgray); opacity: 1;}
.main-unit .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; flex-direction: row-reverse; gap: 5rem; 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: 2rem; padding:0; margin-right: 0; text-align: left; /* width: 40%; */}
.main-loc .desc .text b {font-size: 2.35rem; color: var(--tanblack); display: flex; flex-direction: row; align-items: center; gap: 1rem;}
.main-loc .desc .text b:before {content: "\f54e"; font-size: 2rem;} /* 업체명 */
.main-loc .desc .text .tel>b {display: none;}
.main-loc .desc .text p {}
.main-loc .desc .text .tel {display: flex; flex-direction: row; font-weight: 800; font-size: 4rem; margin-top: 1rem; gap: 1rem;}
.main-loc .desc .text .tel div {display: flex; align-items: center; gap: .5rem; /* font-size: 5rem; font-weight: 800; */  letter-spacing: -0.05em; line-height: 1;}
.main-loc .desc .text .tel .tell:before {content: "\f095"; font-size: 3rem;}
.main-loc .desc .text .tel .phone:before {content: "\f3cf"; font-size: 3rem;}

.main-loc .desc .text .caution {display: flex; flex-direction: column; gap: 0.5rem; font-size: 1.56rem; color: var(--mudgray); word-break: break-all; display: none;}
.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: .5rem; font-size: 2rem; color: var(--mudgray);}
.main-loc .desc .loc-add-txt li {margin-left: 3rem;  display: flex; gap: 1rem;}
.main-loc .desc .loc-add-txt li::before {display: inline-block; margin-left: -3rem; /* padding-right:1rem; */ line-height: 1.3; font-size: 2rem;}
.main-loc .desc .loc-add-txt li:first-child {display: none;}
.main-loc .desc .loc-add-txt .office::before {content: "\e4d1";} 
.main-loc .desc .loc-add-txt .location::before {content: "\f3c5";} /* 오시는길 */
.main-loc .desc .loc-add-txt .keyword::before {content: "\f02c";} /* 태그 */

.main-loc .desc .map {position: relative; /*border:1px solid var(--lightgray);*/ width: 60%; margin-left: 0; overflow: hidden; }
.main-loc .desc .map #frame_map {width: 100%; height: 30vmax; max-height: 35vmax; min-height: 40rem; border: 1px solid var(--white); border-radius: 0rem; box-sizing: border-box;}
.main-loc .desc .map img {object-fit: cover; object-position: center;}
.main-loc .desc .map #frame_map iframe {}
/*지도버튼*/
.main-loc .desc .map .btn-bx-sns {display: grid; grid-template-columns: repeat(auto-fill, minmax(25%, auto)); position: absolute; bottom: 0; left: 0; width: 100%; /* display: none; */}
.main-loc .desc .map .btn-bx-sns a {display: flex; padding: 2rem 3rem; justify-content: center; align-items: center; gap: 1rem; color: var(--white); line-height: 1.1; font-size: 2rem; font-weight: 400;}
.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(--kakao); color: var(--kakao-text);}
.main-loc .desc .map .btn-bx-sns .btn-naver {background: var(--naver); color: var(--naver-text);}


/*************** 메인섹션-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(--brightgray); border: 0px solid var(--lightgray); margin: -1px 0px; box-sizing: border-box; border-radius: .5rem; overflow: hidden;}
.main-news .news-slide .bg {background-repeat: repeat; background-position: center; background-size: cover; overflow: hidden; /* border-radius: 3rem 0; 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 .mtxtt {display: none;}
/* .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); display: none;}
.main-news .news-slide .copy > b {display: none;}
.main-news .news-slide .copy span.mtxt {margin: 0rem 0 1rem 0; font-weight: 500; font-size: 2.35rem; white-space: nowrap; overflow: hidden;	text-overflow: ellipsis;}
.main-news .news-slide .copy span.stxt {font-weight: 300; font-size: 2rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;/*display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; 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); display: none;}
.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 .5rem; width: 2.5rem; height: 2.5rem; background-color: var(--lightgray); opacity: 1; transition: var(--transition2); border-radius: 3rem; transition-property: width;}
.main-news .pag-num .swiper-pagination-bullet-active {background-color: var(--mudgray); }




/*************** 메인섹션-grid 그리드슬라이드 2025-03-13 *******************/
.main-grid {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.main-grid .grid-slide .swiper-slide:last-child {}
.main-grid .grid-slide .swiper-slide.last {}
.main-grid .grid-slide .swiper-slide.last .wrap {}
.main-grid .grid-slide {/* display:flex; margin: 0; width: 100%; align-items: center; justify-content: center; overflow: hidden; */ width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.main-grid .grid-slide .swiper-wrapper {/* display: flex; justify-content: center; align-items: center; */}
.main-grid .grid-slide .swiper-slide {display: flex; align-items: center; justify-content: flex-start; flex-direction: column; background: var(--brightgray); box-sizing: border-box; overflow: hidden;}
.main-grid .grid-slide .bg {background-repeat: repeat; background-position: center; background-size: cover; overflow: hidden; position: relative;/* border-radius: 3rem 0; overflow: hidden; */}
.main-grid .grid-slide .bg img {display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden;}
.main-grid .grid-slide .bg a:hover img {transform: var(--transform);}
.main-grid .grid-slide .bg .mtxtt {display: none;}
/* 오버 */
/* .main-grid .grid-slide .bg a:hover:after {left: 10px; right: 10px; top: 10px; bottom: 10px; border: 1px solid var(--white-a); transition: var(--transition2);}
.main-grid .grid-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-grid .grid-slide .bg a {display: flex; flex-direction: column; align-items: center; justify-content: center; }
.main-grid .grid-slide .bg a:after {content:""; display: block; width:100%; height:100%; background: rgba(0,0,0,.5); position: absolute; left: 0; top: 0; z-index: 8; opacity: 0; transform: translateY(0rem); transition: var(--transition); /* display: none; */}
.main-grid .grid-slide .bg a:hover:after {opacity: 1; transform: translateY(0rem);}
/* 텍스트 */
.main-grid .grid-slide .bg a .copy {color: var(--white); width: calc(100% - 7rem); display: flex; flex-direction: column; gap: 1rem; justify-content: center; align-items: center; padding: 0; line-height: 1.2; position: absolute; z-index: 9; box-sizing: border-box; opacity: 1; transform: translateY(0rem); transition: var(--transition); /* display: none; */}
.main-grid .grid-slide .bg a:hover .copy {opacity: .9; transform: translateY(0rem);}
.main-grid .grid-slide .copy p {font-weight: 200; font-size: 1.65rem;}
.main-grid .grid-slide .copy > b {display: none;}
.main-grid .grid-slide .copy span.mtxt {margin: 0rem 0 0rem 0; font-weight: 400; font-size: 2rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main-grid .grid-slide .copy span.stxt {font-weight: 400; font-size: 1.85rem; display: -webkit-box; -webkit-box-orient: vertical;	-webkit-line-clamp: 3; overflow: hidden;}
.main-grid .grid-slide .copy em {color: var(--main-color); font-weight: bold;}
.main-grid .grid-slide .copy span.more-bt:not(.last) {padding:.8rem 2rem; border: 1px solid var(--white); border-radius: 0rem; line-height: 1.1; font-size: 1.65rem; color: var(--lightgray); width: fit-content; display: none;}
/* 페이지넘버 */
.main-grid .pag {position: absolute; top: 0px; left: 50%; transform: translateX(-50%); z-index: 2; font-weight: 200; color: var(--white); /* display: none; */}
.main-grid .pag b {font-weight: 800; margin-right: 10px; color: var(--main-color);}
.main-grid .pag em {margin-left: 10px;}
/* 좌우버튼-버튼영역 */
.main-grid .prev, .main-grid .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); /* display: none; */}
.main-grid .next {left: auto; right: 0rem;}
.main-grid .prev:hover, .main-grid .next:hover {background-color: var(--white);}
/* 좌우버튼-화살표 */
.main-grid .prev:after, .main-grid .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-grid .next:after {margin: -6px 0 0 -8px; transform: rotate(45deg);}
.main-grid .prev::after, .main-grid .next::after {content: '\f053'; font-family: var(--awesome); font-weight: 600;}
.main-grid .next::after {content: '\f054';}
/* 페이징바 */
.main-grid .pag-num {display: flex; justify-content: center; margin: 3rem 0; /*display: none;*/}
.main-grid .pag-num .swiper-pagination-bullet {margin:0 .5rem; width: 2.5rem; height: 2.5rem; background-color: var(--lightgray); opacity: 1; transition: var(--transition2); border-radius: 3rem; transition-property: width;}
.main-grid .pag-num .swiper-pagination-bullet-active {background-color: var(--mudgray); }


/*********************** 메인섹션-갤러리썸네일 ******************/






/****************** 메인섹션-라이프s ****************/
[class*=section].lifes {margin-top: 0rem;}
[class*=section].lifes:before {content: "";	position: absolute;	left: 50%; top: 0; transform: translateX(-50%);	display: block;	width: 101%; height: 55vh;	background: var(--theme-color);	z-index: 0;}
.main-lifes {position: relative; padding-top: 5rem;}
/* .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; text-align: left; font-size: 3rem; margin-bottom: 0; /* gap: 0; */}
.main-lifes .maintit {color: var(--main-color); font-size: 6rem; padding-bottom: 0rem;}
.main-lifes .subtit {color: var(--white); opacity: .6;}
.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(--transparent); border-radius: 4rem; box-shadow: var(--box-shadow); overflow:hidden;}
/* .main-lifes .lifes-slide .bg:before {content: ""; width: 0; height: 0; border-left: 5rem solid var(--theme-color);  border-right: 5rem solid transparent;  border-bottom: 5rem solid transparent; position: absolute; top:0; left:0;}
.main-lifes .lifes-slide .bg:after {content: ""; width: 0; height: 0; border-left: 5rem solid transparent;  border-right: 5rem solid var(--theme-color);  border-bottom: 5rem solid transparent; position: absolute; bottom:0; right:0;} */
.main-lifes .lifes-slide .bg {max-width: var(--common-width); width: 100%; height: 65vh; background-repeat: no-repeat!important; background-position: center center!important; background-size: cover!important; 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; justify-content: center; padding:3rem 0 2rem;  /* 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-right: auto; margin-left:0;} 
.main-lifes .copy .active {flex:1; display: flex; flex-direction: column; color: var(--white); line-height: 1.2; font-size: 2rem; font-weight: 300; gap:.5rem;}
.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: 3.3rem; line-height: 1.1; opacity: 1 !important;}
.main-lifes .copy span.stxt {line-height: 1.2; opacity: .8 !important; height: 5rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; word-break: break-word;}
.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 .navigator {display: flex; flex-direction: row; gap: 1rem; margin-right: 0; margin-left: 10rem;}
.main-lifes .prev, .main-lifes .next {flex:0 0 6rem; width: 6rem; height: 6rem; margin-right: 0; border-radius: 6rem; background: var(--transparent); border: 1px solid var(--white-a2); transition: var(--transition2);}
.main-lifes .next {/* left: auto;  */}
.main-lifes .prev::after, .main-lifes .next::after {font-size: 2rem; color: var(--white-a5);}
.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(--white-a1)}
.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);}

.main-lifes .lifes-slide:hover {scale(1.1)}
/*애니메이션 추가 CSS*/
.main-lifes .maintita {display: inline-block; font-size: 5rem; 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 .component {padding: 1rem 0 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;}
}




/* 2025-02-21 yun 메인 갤러리스타일 추가 */
/*************** view-case-1 *******************/
[class*=section].view-case-1 .main-news {position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; /* overflow: visible; */}
[class*=section].view-case-1 .main-news .news-slide {display:flex; margin: 0; width: 100%; align-items: center; justify-content: center; box-sizing: border-box; /* overflow: visible; */}
[class*=section].view-case-1 .main-news .news-slide .swiper-wrapper {display: flex;}
[class*=section].view-case-1 .main-news .news-slide .swiper-slide {display: unset;/*  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; border-radius: 4rem; overflow: hidden;}
[class*=section].view-case-1 .main-news .news-slide .bg {background-repeat: repeat; background-position: center; background-size: cover; overflow: hidden; position: relative; /* height: 55%; line-height: 55vh; */ border-radius: unset;}
[class*=section].view-case-1 .main-news .news-slide .bg img {display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden;}
[class*=section].view-case-1 .main-news .news-slide .bg a:hover img {transform: var(--transform); transition-property: transition opacity; opacity: 1; }
[class*=section].view-case-1 .main-news .news-slide .bg .mtxtt {position: absolute; top: 0; left:0; width:auto; font-weight: 400; font-size: 2.2rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: var(--theme-color) /* rgba(76,76,76,1) */; padding: 2rem 4rem 2.1rem 4rem; border-radius: 0 0 2rem 0; box-shadow: var(--box-shadow); opacity: .9; color: var(--white); line-height: 1; z-index: 1; display: block!important;}
[class*=section].view-case-1 .main-news .news-slide .copy {line-height: 1.3; color: var(--white); padding: 2.5rem 4rem 2.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; background: rgba(76,76,76,.75); backdrop-filter: var(--backdrop-filter); width: 100%; box-sizing: border-box; position: absolute; bottom: 0; left: 0; z-index: 1; border-radius:unset;}
[class*=section].view-case-1 .main-news .news-slide .copy p {font-weight: 200; font-size: 2rem; color: var(--tanblack); display: none;}
[class*=section].view-case-1 .main-news .news-slide .copy > b {display: none;}
[class*=section].view-case-1 .main-news .news-slide .copy span.mtxt {margin: 0; font-weight: 400; font-size: 2.2rem; white-space: nowrap; overflow: hidden;	text-overflow: ellipsis; background: var(--main-color)/* rgba(76,76,76,1) */; padding: 1rem 3rem; position: absolute; top: -2.5rem; border-radius: 0.7rem; box-shadow: var(--box-shadow); opacity:.8; display: none;}
[class*=section].view-case-1 .main-news .news-slide .copy span.stxt {font-weight: 300; font-size: 2rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; overflow: hidden;}
[class*=section].view-case-1 .main-news .news-slide .copy em {color: var(--main-color); font-weight: bold;}
/* 페이지넘버 */
[class*=section].view-case-1 .main-news .pag {display: none; position: absolute; top: 0px; left: 50%; transform: translateX(-50%); z-index: 2; font-weight: 200; color: var(--white);}
[class*=section].view-case-1 .main-news .pag b {font-weight: 800; margin-right: 10px; color: var(--main-color);}
[class*=section].view-case-1 .main-news .pag em {margin-left: 10px;}
/* 좌우버튼-버튼영역 */
[class*=section].view-case-1 .main-news .prev, [class*=section].view-case-1 .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); display: none;}
[class*=section].view-case-1 .main-news .next {left: auto; right: 0rem;}
[class*=section].view-case-1 .main-news .prev:hover, [class*=section].view-case-1 .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);} */
[class*=section].view-case-1 .main-news .prev::after, [class*=section].view-case-1 .main-news .next::after {content: '\f053'; font-family: var(--awesome); font-weight: 600;}
[class*=section].view-case-1 .main-news .next::after {content: '\f054';}
/* 페이징동그라미 */
[class*=section].view-case-1 .main-news .pag-num {display: flex; justify-content: center; margin: 3rem 0rem; }
[class*=section].view-case-1 .main-news .pag-num .swiper-pagination-bullet {margin:0 0.4rem; width: 3.5rem; height: 1.3rem; background-color: var(--mudgray); opacity: 0.3; transition: var(--transition2); border-radius: 50rem; transition-property: width opacity;}
[class*=section].view-case-1 .main-news .pag-num .swiper-pagination-bullet-active {background-color: var(--mudgray); opacity: 1;}
[class*=section].view-case-1 .main-news .pag-num span {font-size: 0rem; color: var(--white); display: flex; align-items: center; justify-content: center;}


/*************** view-case-2 *******************/
[class*=section].view-case-2 .main-news {position: relative; overflow: hidden !important; display: flex; flex-direction: column; align-items: center; justify-content: center; /* overflow: visible; */}
[class*=section].view-case-2 .main-news .news-slide {display:flex; margin: 0; width: 100%; align-items: center; justify-content: center; box-sizing: border-box; overflow: visible;}
[class*=section].view-case-2 .main-news .news-slide .swiper-wrapper {display: flex;}
[class*=section].view-case-2 .main-news .news-slide .swiper-slide {display: unset; margin: 0; align-items: center; justify-content: flex-start; flex-direction: column; height: auto; background: var(--white); position: unset; border: 1px solid var(--white); box-sizing: border-box;}
[class*=section].view-case-2 .main-news .news-slide .bg {background-repeat: repeat; background-position: center; background-size: cover; overflow: hidden; height: auto; border-radius: 0rem; line-height: unset; position:relative;}
[class*=section].view-case-2 .main-news .news-slide .bg img {display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden; }
[class*=section].view-case-2 .main-news .news-slide .bg:hover img {transform: var(--transform); transition-property: all; transition:.3s; opacity: 1;}
[class*=section].view-case-2 .main-news .news-slide .bg .mtxtt {position: absolute; bottom: 0; display: block; width: 100%; color: var(--white); background: transparent; backdrop-filter: var(--backdrop-filter); padding: 2rem; font-size: 2.4rem; box-sizing: border-box; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; z-index:1;}
[class*=section].view-case-2 .main-news .news-slide .bg .mtxtt:after {content: ""; display: block; position: absolute; top: 0; left: 0; background: linear-gradient(45deg, rgba(0,0,0,.5), transparent); width: 100%; height: inherit;  backdrop-filter: var(--backdrop-filter); z-index: -1;}

[class*=section].view-case-2 .main-news .news-slide .copy {	padding: 2rem 0; color: var(--tanblack); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; width: 100%; box-sizing: border-box;}
[class*=section].view-case-2 .main-news .news-slide .copy p {font-weight: 200; font-size: 2rem; color: var(--mudgray); display: none; }
[class*=section].view-case-2 .main-news .news-slide .copy > b {display: none;}
[class*=section].view-case-2 .main-news .news-slide .copy span.mtxt {margin: 0rem 0 1rem 0; font-weight: 400; font-size: 2.2rem; white-space: nowrap; overflow: hidden;	text-overflow: ellipsis; display:none;}
[class*=section].view-case-2 .main-news .news-slide .copy span.stxt {font-weight: 300; font-size: 2.2rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; overflow: hidden;}
[class*=section].view-case-2 .main-news .news-slide .copy em {color: var(--main-color); font-weight: bold;}
/* 페이지넘버 */
[class*=section].view-case-2 .main-news .pag {display: none; position: absolute; top: 0px; left: 50%; transform: translateX(-50%); z-index: 2; font-weight: 200; color: var(--white);}
[class*=section].view-case-2 .main-news .pag b {font-weight: 800; margin-right: 10px; color: var(--main-color);}
[class*=section].view-case-2 .main-news .pag em {margin-left: 10px;}
/* 좌우버튼-버튼영역 */
[class*=section].view-case-2 .main-news .prev,
[class*=section].view-case-2 .main-news .next {position: absolute; z-index: 3; right: auto; bottom: 0rem; top:unset; width: unset; display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 1rem 1.5rem; border: 1px solid var(--gray); border-radius: 50rem;}
[class*=section].view-case-2 .main-news .next {left: auto; right: 0;}
[class*=section].view-case-2 .main-news .prev:before,
[class*=section].view-case-2 .main-news .next:before,
[class*=section].view-case-2 .main-news .prev:after,
[class*=section].view-case-2 .main-news .next:after {content: ''; font-size: 1.65rem; color: var(--mudgray); letter-spacing: 1px;}
[class*=section].view-case-2 .main-news .prev:after {/* content: '< prev'; */ content: '이전'; font-family: var(--pretendard); text-transform: capitalize;}
[class*=section].view-case-2 .main-news .next:after {/* content: 'next >'; */ content: '\f054'; color: var(--tanblack);}
[class*=section].view-case-2 .main-news .prev:before {content: '\f053'; color: var(--tanblack);}
[class*=section].view-case-2 .main-news .next:before {content: '다음'; font-family: var(--pretendard); text-transform: capitalize;}
/* [class*=section].view-case-2 .main-news .prev, [class*=section].view-case-2 .main-news .next {position: absolute; z-index: 3; right: auto; bottom: 0rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 1rem 1.5rem; border: 1px solid var(--gray); border-radius: 50rem;}
[class*=section].view-case-2 .main-news .next {left: auto; right: 0;}
[class*=section].view-case-2 .main-news .prev:hover, [class*=section].view-case-2 .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);} */
/* [class*=section].view-case-2 .main-news .prev::after, [class*=section].view-case-2 .main-news .next::after {content: '\f053'; font-family: var(--awesome); font-weight: 600;}
[class*=section].view-case-2 .main-news .next::after {content: '\f054';} */
/* 페이징바 */
[class*=section].view-case-2 .main-news .pag-num {display: flex; justify-content: center; margin: 1rem 0; /* display: none; */ opacity: 0; }
[class*=section].view-case-2 .main-news .pag-num .swiper-pagination-bullet {margin:0 .5rem; width: 3rem; height: 3rem; background-color: var(--lightgray); opacity: 1; transition: var(--transition2); border-radius: 3rem; transition-property: width;}
[class*=section].view-case-2 .main-news .pag-num .swiper-pagination-bullet-active {background-color: var(--theme-color); }

/*************** view-case-3 *******************/



/****************** 메인 썸네일더보기형 add yun 2025-03-21 ******************/
/* 쎔네일 */
.preview-wrap {display: flex; flex-direction: column; align-items: center; justify-content: center;}
.preview-wrap .list-item {display: grid; grid-template-columns: repeat(auto-fill,minmax(20%,auto)); gap: 2rem; box-sizing: border-box; padding-top:0rem; grid-auto-flow: dense; align-items: baseline; width: 100%; height: 100%;/* grid-template-rows: repeat(3, minmax(15rem, auto)); */}
.preview-wrap .list-item .item-box {position: relative; box-sizing: border-box; width: 100%; height: auto; overflow: hidden; display: flex; flex-direction: column; /* justify-content: flex-end; */}
.preview-wrap .list-item .item-box.hidden {display:none;}
.preview-wrap .list-item .item-box .bg {background-repeat: repeat; background-position: center; background-size: cover; overflow: hidden; width: 100%; height: 105%; position: relative;}
.preview-wrap .list-item .item-box .bg img {display: block; width: 100%; height: auto; object-fit: cover; filter: brightness(1); overflow: hidden; position: relative; z-index: -1;}
.preview-wrap .list-item .item-box .bg:hover img {filter: brightness(1); transform: var(--transform); transition-property: all; opacity: 1;}
/* 텍스트 */
.preview-wrap .list-item .item-box .bg .mtxt {display: flex; justify-content: center; align-items: center; width: 100%; height:100%; padding: 3rem; box-sizing: border-box; transform: translateY(100%); transition: .3s; background: linear-gradient(280deg, transparent, rgba(0,0,0,.9)); backdrop-filter: var(--backdrop-filter); position: absolute; overflow: hidden;}
.preview-wrap .list-item .item-box .bg:hover .mtxt {transform: translateY(0); visibility: visible;}
.preview-wrap .list-item .item-box .bg .mtxt .stxt {font-weight: 200; font-size: 1.85rem; line-height: 1.2; color: var(--white-a); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; word-break: break-word;}
.preview-wrap .list-item .item-box .copy {position: absolute; bottom:0; display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; margin-top: auto; margin-bottom: 0; width: 100%; padding: 1rem 2rem; background: var(--black-a); color: var(--white-a); box-sizing: border-box;/*  display:none; */}
.preview-wrap .list-item .item-box .copy .mtxt {font-weight: 300; font-size: 2rem; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.preview-wrap .list-item .item-box .copy .stxt {font-weight: 300; font-size: 2rem; line-height: 1.3; width: 100%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; word-break: break-word; display:none;}
/* 마지막쎔네일 _view */
.preview-wrap .list-item .item-box._view .bg .mtxt {display: flex!important; gap:.5rem; color: rgba(255,255,255,.5); /*background: linear-gradient(132deg, transparent, rgba(0,0,0,.8));*/background:rgba(0,0,0,.7); transform: translateY(0); font-weight: 400; font-size: 2.2rem; line-height:1; backdrop-filter: grayscale(1) blur(3px);}
.preview-wrap .list-item .item-box._view .bg .mtxt:hover {color: rgba(255,255,255,.9); background:rgba(0,0,0,.7); backdrop-filter: grayscale(0) blur(0);}
.preview-wrap .list-item .item-box._view .bg .mtxt::after {content: "\f061"; font-weight: 600; font-size: 2rem;}
.preview-wrap .list-item .item-box._view .bg .mtxt::before {content: ""; width: 12rem; height:5rem; border-radius:5rem; position: absolute; border: 1px solid var(--white-a5); background: var(--transparent); transition:var(--transition);}
.preview-wrap .list-item .item-box._view .bg .mtxt:hover::before {background: var(--white-a1);}
.preview-wrap .list-item .item-box._view a {display: block; width: 100%; height: 100%;}
/* type-01 */
.preview-wrap.type-01 .list-item {display: flex; flex-direction: row; flex-wrap: wrap; gap: 0rem;}
.preview-wrap.type-01 .list-item .item-box {width: calc(100% / 3);}
/* type-02 */
.preview-wrap.type-02 .list-item {}
.preview-wrap.type-02 .list-item .item-box {}









/***************** @media ****************/
@media screen and (max-width:1740px) {

	@media screen and (max-width:1470px){
	}	
	@media all and (max-width:1280px){
		.preview-wrap .list-item {grid-template-columns: repeat(auto-fill,minmax(30%,auto));}
	}
	@media all and (max-width:1024px){
		.main-pop {width: 90rem;}

		.main-visual .prev, .main-visual .next {left: 1rem;}
		.main-visual .next {left: auto; right: 1rem;}
		.main-visual .swiper-slide {height: 75vh;}
		.main-visual .swiper-slide .copy {padding: 0 10vw;}
		.main-visual .swiper-slide .copy span.mtxt {font-size: 6rem;}
		.main-visual .swiper-slide .copy span.stxt {font-size: 2rem;}
		
		.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 {grid-template-columns: repeat(auto-fill, minmax(30%, auto));}
		/* 바로가기 */
		[class*=section] .main-premium {height: 38vh;}
		[class*=section] .main-premium .title {/* width: 90vw; */}
		[class*=section].premium .maintit {font-size: 4rem;}
		[class*=section].view-case-1 .main-news .news-slide .swiper-slide {border-radius:2rem;}
		[class*=section].view-case-1 .main-news .news-slide .bg {}
		[class*=section].view-case-1 .main-news .news-slide .copy {padding: 2rem 4rem 2rem;}
		[class*=section].view-case-1 .main-news .news-slide .copy span.stxt {font-size: 2rem;}
		[class*=section].view-case-1 .main-news .news-slide .bg .mtxtt {font-size: 1.8rem; padding: 1rem 3rem 1.1rem 3rem;}
		/* main-office */
		.main-office .office-wrap .title {font-size: 3.4rem;}
		.main-office .office-wrap .desc {font-size: 2rem;}
		.main-office .office-wrap .desc-txt {font-size: 2rem;}
		/* row타입추가 */
		.main-office .office-wrap.row .title {font-size: 3.4rem;}
		.main-office .office-wrap.row .desc {font-size: 2rem;}
		.main-office .office-wrap.row .desc-txt {font-size: 2rem;}		
	}
	@media all and (max-width:800px){
		/* 모바일패딩삭제 */
		/* [class*=section] {padding: 3rem var(--mobile-padding);} */
		.main-pop {width: 75rem;}	
		.main-visual .swiper-slide {height: 65vh;}		
		.main-visual .swiper-slide .copy span.mtxt {font-size: 4.6rem;}
		/**/
		.main-visual-single .inner {margin-top: var(--header-height);}

		.main-loc .desc .map .btn-bx-sns a {padding: 2.5rem; font-size: 2rem;}
		.main-loc .desc .map .btn-bx-sns a::after {font-size: 1.65rem;}
		.main-loc .desc .map #frame_map {height: 30vmax;}
		/* 바로가기 */
		[class*=section] .main-premium {height: 35vh;}
		[class*=section] .main-premium .title {gap: 1rem;}
		[class*=section].premium .maintit {font-size: 3rem;}
		[class*=section].premium .freebtn {font-size: 2rem;}
		/* row타입추가 */
		.main-office .office-wrap.row {display: flex;}

		.main-life .life-slide .copy {font-size: 2rem; padding: 4rem; gap:.5rem;}
		.main-life .life-slide .copy span.mtxt {font-size: 3rem;}
		.main-life .life-slide .copy span.stxt {width: 100%;}

		.preview-wrap .list-item .item-box .bg .mtxt .stxt {font-size: 1.6rem;}
	}
	@media all and (max-width:680px){
		.main-pop {width: 40rem;}
		.main-visual .swiper-slide .copy {padding: 0 10vw;}
		.main-visual .swiper-slide .copy span.mtxt {font-size: 4rem;}
		.main-visual .prev, .main-visual .next {display: none;}
		.main-office .office-wrap.row {flex-direction: column;}
		.main-office .office-wrap .desc {text-align: left;}
		[class*=section].view-case-1 .main-news .prev, [class*=section].view-case-1 .main-news .next  {display: none;}		
		.main-life .pag-num {display:none;}
		.main-lifes .navigator {margin-left: 1rem;}	
		.preview-wrap .list-item {grid-template-columns: repeat(auto-fill, minmax(40%,auto));}
		.preview-wrap.type-01 .list-item .item-box {width: calc(100% / 2);}
	}
	@media all and (max-width:480px){
		.main-visual .swiper-slide {height: 50vh;}
		.main-visual .pag {bottom: 2rem;}
		.main-lifes .copy span.stxt {height: 7rem;}

		
	}
	@media all and (max-width:320px){
		.main-pop {display: none;}
	}
}