@charset "utf-8";
.pcbr{display:block;}
.tbbr{display:none;}
.mbbr{display:none;}
.dn{display:none;}

#wrap{overflow:hidden;}
.innerwrap{max-width:1600px;width:94%;margin:0 auto;}
h3.mainTitle1{font-size:7vw;color:#000;font-weight:400;line-height:1em;letter-spacing:-0.035em;}
h3.mainTitle1>div{display:inline-block;}




/* section1 */
.section1{padding:300px 0 0;}
.section1 h3{position:relative;text-align:center;}
.section1 h3:after{
	display:block;content:"";
	width:100%;height:110%;
	position:absolute;left:0;top:0%;
	transform:translateY(0);
	background:#fff;
}
.section1 h3 div span{
	display:inline-block;
	opacity:0;	
	filter: blur(10px);
	will-change: transform, opacity;
}
/**/

.section1 .visual{
	position:relative;
	width:100%;height:100vh;
	margin:100px 0 0;
}
.section1 .visual .bg{
	overflow:hidden;
	position:absolute;left:0;top:0;
	width:100%;height:100%;
	background:url(/images/main/sec1_bg.jpg) no-repeat;
	background-size:cover;
	transition:all 0.2s;
}
.visual h4{
	position:absolute;left:2%;top:50%;z-index:10;
	transform:translateY(-50%);
	font-size:64px;color:rgba(255,255,255,0.8);font-weight:600;
}
.visual h4 span{
	display:inline-block;
	opacity:0;transform:translateY(50px);
	transition:all 1.4s;
}
.visual h4.on span{opacity:1;transform:translateY(0);}
.visual h4.on span.text1{transition:all 1.4s;}
.visual h4.on span.text2{transition:all 1.4s 0.3s;}
.visual h4.on span.text3{transition:all 1.4s 0.6s;}






/* section2 */
.section2{position:relative;padding:150px 0 0;}
.section2 .bg{
	overflow:hidden;
	position:absolute;right:2%;top:50px;z-index:-1;
	width:50%;padding:20% 0;
	background:url(/images/main/sec2_bg.jpg) no-repeat center;
	background-size:cover;
	border-radius:15px;
}
.section2 .conwrap{
	position:relative;
	padding:150px 2%;
}
.section2 .conwrap h3.mainTitle1{
	width:60%;
	font-size:6.5vw;
}
.section2 .conwrap p{
	margin:70px 0 0 6%;
	font-family:"Pretendard";font-size:20px;color:#333;line-height:1.5em;
}





/* section3 */
.section3{overflow:hidden;padding:200px 0;}
.section3 h4{overflow:hidden;font-size:64px;color:#000;font-weight:600;text-align:center;}
.section3 h4 span{display:inline-block;transform:translateY(100%);}
.section3 .mainGallery{
	position:relative;
	margin:45px 0 0;
}
.section3 .mainGallery .gall1{
	width:1160px;
	margin:0 auto;
}
.section3 .mainGallery .gall1 .swiper-slide{
	overflow:hidden;
	position:relative;z-index:1;
	width:100%;
}
.section3 .mainGallery .gall1 .swiper-slide .bg{
	overflow:hidden;
	filter:grayscale(100%);transition:all 0.4s ease;
	border-radius:15px;
}
.section3 .mainGallery .gall1 .swiper-slide .bg:hover{
	filter:none;transition:all 0.4s ease;
}
.section3 .mainGallery .gall1 .swiper-slide .tit{
	padding:35px 0 0;
	font-size:30px;color:#000;text-align:center;
	font-weight: 700;
}
.sec3_prev{
	width:20px;height:35px;
	background:url(/images/main/sec3_prev.png) no-repeat;
	position:absolute;left:0;top:45%;
	transform:translateY(-50%);
	cursor:pointer;
}
.sec3_next{
	width:20px;height:35px;
	background:url(/images/main/sec3_next.png) no-repeat;
	position:absolute;right:0;top:45%;
	transform:translateY(-50%);
	cursor:pointer;
}
.section3 .Cursor{
	position:fixed;left:0;top:0;z-index:100;
	mix-blend-mode: difference;
	pointer-events: none;
}
.section3 .Cursor .drag{
	display:flex;align-items:center;justify-content:center;
	width:120px;height:120px;
	margin:-60px 0 0 -60px;
	border:1px solid #fff;	
	border-radius:50%;
	font-size:16px;color:#fff;
	transform:scale(0);transition:all 0.4s;
}
.section3 .Cursor .drag.on{transform:scale(1);}
.section3 .Cursor .drag img{object-fit: contain;mix-blend-mode: screen;}
.section3 .Cursor .drag span{
	display:inline-block;position:relative
}
.section3 .Cursor .drag span:before{
	display:block;content:"";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    border-left: 6px solid transparent;
	position:absolute;right:calc(100% + 20px);top:4px;
}
.section3 .Cursor .drag span:after{
	display:block;content:"";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid #fff;
	position:absolute;left:calc(100% + 20px);top:4px;
}




/* section4 */
.section4{height:100vh;}
.section4 .conwrap{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;height:100%;}
.section4 .conwrap .textwrap{
	display:flex;align-items:flex-end;
	box-sizing:border-box;
	width:calc(100% - 61.98% - 10px);
	padding:0 50px 60px;
	background:#eee9e5;
	border-radius:0 15px 15px 0;
}
.section4 .conwrap .textwrap h4{opacity:0;transform:translateY(40px);margin-bottom:35px;font-size:64px;color:#000;font-weight:600;}
.section4 .conwrap .textwrap dl{
	opacity:0;
	padding:50px 0;border-top:1px solid #bebab7;border-bottom:1px solid #bebab7;
}
.section4 .conwrap .textwrap dl dt{font-size:30px;color:rgba(0,0,0,0.9);font-weight:600;}
.section4 .conwrap .textwrap dl dd{margin-top:25px;font-family:"Pretendard";font-size:16px;color:#333;line-height:1.75em;}
.section4 .conwrap .bg{overflow:hidden;width:61.98%;height:100%;position: relative;border-radius:15px;}
.section4 .conwrap .bg>div{
	position: absolute;
	top:0;left:0;
	width:100%;height:100%;
	background:url(/images/main/sec4_bg.jpg) no-repeat;
	background-size:cover;
	z-index:10;
	transform: scale(1.15);
}
.section4 .conwrap .bg>div:nth-child(2){
	background:url(/images/main/sec4_bg2.jpg) no-repeat;
	background-size:cover;
	z-index:20;
	opacity:0;
	transform: scale(1.15);
}




/* section5 */
.section5{padding:100px 0;}
.section5 .textBg{position:relative;padding-bottom:8.5%;}
.section5 .txt{
	position:absolute;left:0;top:0;
	font-size:100px;color:#000;font-weight:500;
	display:flex;white-space:nowrap;
	gap:80px;
}
@keyframes textScroll {
	0%{
		transform: translate(0, 0);
	}
	100%{
		transform: translate(-50%, 0);
	}
}



/* section6 */
.section6{
	box-sizing:border-box;
	position:relative;
	padding:0 2%;
	height:492px
}
.section6 .bg{
	position:absolute;left:2%;top:0;
	width:96%;height:100%;
	background:url(/images/main/sec6_bg.jpg) no-repeat center;
	background-size:cover;
	border-radius:15px;
}
.section6 .conwrap{
	display:flex;justify-content:center;
	position:relative;z-index:10;
	width:100%;height:100%;
	text-align:center;
}
.section6 .conwrap h4{margin-top: 97px; font-size:64px;color:rgba(255,255,255,0.8);font-weight:600;}
.section6 .conwrap p{margin:25px 0 55px;/* font-family:"Pretendard"; */font-size:19px;color:rgba(255,255,255,0.6);line-height:1.55em;}
.section6 .conwrap a{
	display:inline-flex;align-items:center;
	margin:105px 0 0;
}
.section6 .conwrap a .arr{
	display:inline-block;
	box-sizing:border-box;
	width:40px;height:40px;
	border:1px solid rgba(255,255,255,0.8);
	background:url(/images/main/more_arr.png) no-repeat center;
	border-radius:50%;
}
.section6 .conwrap a .txt{margin-left:12px;font-size:18px;color:rgba(255,255,255,0.8);}


.section6 .bg{transform:scale(1.1);transition:all 1.2s}
.section6 .conwrap h4{opacity:0;}
.section6 .conwrap p{opacity:0;}
.section6 .conwrap a{opacity:0;}
.section6.in-view .bg{transform:scale(1);}
.section6.in-view .conwrap h4{animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;}
.section6.in-view .conwrap p{animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;}
.section6.in-view .conwrap a{animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;}











/*  
.section1 h3:after{}
.section1 h3.in-view:after{opacity:0;transform:translateY(-100%);transition:all 2.4s linear;}
.section1 h3 div.text1 span{transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;}
.section1 h3 div.text2 span,
.section1 h3 div.text3 span{transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);}



	

.section1 h3 div.text1 span{opacity:0;filter: blur(10px);}
.section1 h3 div.text2 span{opacity:0;filter: blur(10px);}
.section1 h3 div.text3 span{opacity:0;filter: blur(10px);}
*/
@keyframes smokeEffect {
    0% {
        opacity: 0;
        filter: blur(10px);
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) scale(1);
    }
}

.section1 h3:after{display:none;}
.section1 h3{perspective:1000px;}
.section1 h3 div{opacity:0;transform-origin:center;}
.section1 h3 div.text1{transform:scale(1.1) translate3d(0, -40px, 0) rotateZ(0);}
.section1 h3 div.text2{transform:scale(1.1) translate3d(-40px, 0, 0) rotateZ(0);}
.section1 h3 div.text3{transform:scale(1.1) translate3d(30px, 0, 00) rotateZ(0);}
.section1 h3 div span{transform:translateY(0);opacity:0;filter: blur(0);}
.section1 h3.in-view div{opacity:1;transform:scale(1) translate(0,0);}
.section1 h3.in-view div.text1{transition:all 1.4s ease-in-out;}
.section1 h3.in-view div.text2{transition:all 1.4s 0.7s ease-in-out;}
.section1 h3.in-view div.text3{transition:all 1.4s 1s ease-in-out;}

/*
.section1 h3.in-view div.text1 span{animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;}
.section1 h3.in-view div.text2 span{animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s forwards;}
.section1 h3.in-view div.text3 span{animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;}
*/

.section1 h3 div.text1 span.show{animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;}
.section1 h3 div.text2 span.show{animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s forwards;}
.section1 h3 div.text3 span.show{animation: smokeEffect 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;}

