/* common */
.ptH{ padding-top: var(--headerH); }
#main > .topBtn{ position: fixed; top: unset; bottom: 30px; right: 30px; z-index: 900; transform: unset; opacity: 0; pointer-events: none; }
#main > .topBtn.opacity{ opacity: 1; pointer-events: auto; }
#footer{ background: #010101; }

/* fp-nav */
#fp-nav{ display: flex; align-items: center; font-family: var(--engFont); font-size: 18px; font-weight: 600; top: unset; bottom: 60px; left: 60px; transform: translateY(0); opacity: 1; transition: bottom 0.7s, transform 0.7s, opacity 0.3s; pointer-events: none; }
#fp-nav .home{ display: flex; align-items: center; cursor: pointer; pointer-events: auto; }
#fp-nav .home i{ display: inline-block; width: 32px; height: 20px; background: url("/img/main/home_icon.svg") no-repeat center center / contain; }
#fp-nav .home span{ display: none; margin-left: 17px; }

#fp-nav ul{ display: flex; align-items: center; }
#fp-nav ul li{ width: auto !important; height: auto !important; margin: 0 0 0 17px !important; pointer-events: auto; }
#fp-nav ul li:last-of-type{ display: none; }
#fp-nav ul li a{ width: auto !important; height: auto !important; display: flex; align-items: center; margin: 0 !important; transform: unset !important; margin: 0 !important; }
#fp-nav ul li a i{ width: 5px; height: 5px; display: inline-block; background: rgba(255, 255, 255, 0.2); border-radius: 50%; }
#fp-nav ul li a span{ width: auto !important; height: auto !important; background: transparent; position: static; margin: 0 0 0 17px !important; display: none; }

#fp-nav ul li a.active i{ background: #FFF; }
#fp-nav ul li a.active span{ display: block; }

#fp-nav.first .home span{ display: block; }
#fp-nav.first ul li a i{ background: rgba(255, 255, 255, 0.2) !important; }
#fp-nav.first ul li a span{ display: none !important; } 

#fp-nav.opacity{ opacity: 0; }
#fp-nav.opacity .home, 
#fp-nav.opacity ul li{ pointer-events: none; }
#fp-nav.up{ bottom: 30px; transform: translateY(calc(var(--footerT) * -1)); }


/* viewmore */
.viewmore{ max-width: max-content; display: flex; justify-content: center; align-items: center; font-family: var(--engFont); font-size: 20px; font-weight: 400; letter-spacing: -0.02em; padding: 20px 0; }
.viewmore i{ display: inline-block; width: 10px; height: 23px; position: relative; overflow: hidden; margin-left: 15px; }
.viewmore i::before{ content: ""; width: 4px; height: 4px; background: #FFF; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 1; transition: background 0.3s, opacity 0.3s; }
.viewmore i::after{ content: ""; width: 100%; height: 100%; background: url("/img/main/viewmore_icon.svg") no-repeat center center / contain; position: absolute; top: 0; left: 0; transform: translateX(-100%); transition: filter 0.3s, transform 0.3s; }


/* btns */
.btns{ display: flex; align-items: center; margin-right: -10px; }
.btns button{ background: none; border: none; padding: 10px; }


@media screen and (hover: hover) and (pointer: fine){
	/* viewmore */
	.viewmore:hover i::before{ opacity: 0; }
	.viewmore:hover i::after{ transform: translateX(0); }
}

@media screen and (max-height: 620px){
	/* common */
	.ptH{ padding-top: 0; }
	#main > .topBtn{ display: none; }

	/* fp-nav */
	#fp-nav{ display: none; }
}

@media screen and (max-width: 1800px){
	/* fp-nav */
	#fp-nav{ font-size: 17px; bottom: 40px; left: 40px; }

	/* viewmore */
	.viewmore{ font-size: 19px; }
}

@media screen and (max-width: 1280px){
	/* fp-nav */
	#fp-nav{ font-size: 16px; bottom: 20px; left: 20px; }
	#fp-nav .home i{ width: 25px; }
	#fp-nav .home span,
	#fp-nav ul li,
	#fp-nav ul li a span{ margin-left: 12px !important; }

	/* viewmore */
	.viewmore{ font-size: 18px; }
	.viewmore i{ display: inline-block; height: 20px; margin-left: 10px; }
}

@media screen and (max-width: 1200px){
	/* common */
	.ptH{ padding-top: 0; }
	#main > .topBtn{ display: none; }

	/* fp-nav */
	#fp-nav{ display: none; }
}


/* visual */
#visual{ 
	--bottom: 60px;
	--coverW: 294px;
	--coverH: 200px;
}
#visual{ position: relative; }

#visual .scrolldown{ position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); opacity: 1; transition: opacity 0.3s 0.7s; cursor: pointer; }
#visual .scrolldown i{ display: inline-block; width: 40px; height: 17px; background: url("/img/main/scrolldown.svg") no-repeat center center / contain; animation: scrolldown 2s infinite; }

#visual .cover{ width: 100%; height: 100%; position: absolute; bottom: 0; right: 0; z-index: 50; overflow: hidden; transition: width 1s, height 1s, bottom 1s, right 1s; }
#visual .cover .button{ position: absolute; bottom: 10px; right: 10px; opacity: 0; transition: opacity 0.3s 0.7s; pointer-events: none; }
#visual .cover .button button{ width: 50px; height: 50px; background: transparent; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; }
#visual .cover .button .play{ display: none; }
#visual .cover .button.stop .play{ display: block; }
#visual .cover .button.stop .stop{ display: none; }

#iframe{ width: 100%; height: 100%; background: #000; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); padding-bottom: 56.25%; }
#iframe::after{ content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
#iframe iframe{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; pointer-events: none; }

#visual .visual{ height: 100%; position: relative; z-index: 10; }
#visual .visual > div{ height: 100%; }
#visual .visual .bg{ width: calc(100% + 1px); background: url("/img/main/visual01.jpg") no-repeat center right 70% / cover; position: absolute; top: 0; left: 0; z-index: -1; }
#visual .visual .text{ height: 100%; display: flex; flex-direction: column; justify-content: space-between; text-align: right; padding: calc(var(--headerH) + 10px) 0 var(--bottom); }
#visual .visual .text .top{ opacity: 1 !important; }
#visual .visual .text h2 strong,
#visual .visual .text dl dt,
#visual .visual .text dl dd{ transform: translateY(100%); clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
#visual .visual .text h2{ display: flex; justify-content: flex-end; align-items: baseline; font-family: var(--engFont); font-size: 19rem; font-weight: 700; letter-spacing: -0.02em; margin: 0 -20px; }
#visual .visual .text h2 > strong{ padding: 0 20px; }
#visual .visual .text dl{ margin-top: 60px; }
#visual .visual .text dl dt{ font-size: 32px; font-weight: 600; letter-spacing: -0.02em; }
#visual .visual .text dl dd{ font-size: 18px; font-weight: 300; color: rgba(255, 255, 255, 0.8); line-height: 1.6; margin-top: 30px; }

#visual .bottom{ display: flex; justify-content: flex-end; margin-top: 30px; }
#visual .bottom .link a{ width: var(--coverW); height: var(--coverH); display: flex; flex-direction: column; justify-content: flex-end; background: #404040; font-family: var(--engFont); font-size: 4rem; font-weight: 900; letter-spacing: -0.04em; line-height: 1; text-align: left; padding: 25px; transition: background 0.3s; }
#visual .bottom .link a span{ width: 100%; display: flex; align-items: center; line-height: inherit; }
#visual .bottom .link a i{ display: inline-block; width: 30px; height: 30px; margin-left: 11px; position: relative; overflow: hidden; }
#visual .bottom .link a i::before{ content: ""; width: 7px; height: 7px; background: #FFF; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 1; transition: opacity 0.3s; }
#visual .bottom .link a i::after{ content: ""; width: 100%; height: 100%; background: url("/img/main/visual_arrow.svg") no-repeat center center / contain; position: absolute; top: 0; left: 0; transform: translateX(-100%); transition: transform 0.3s; }


/* visual - animated */
#visual.scrolled .scrolldown{ opacity: 0; transition-delay: unset; }
#visual.scrolled .cover{ width: var(--coverW); height: var(--coverH); bottom: var(--bottom); right: calc(((100% - 1800px) / 2) + (var(--coverW) + 10px)); }
#visual.scrolled .cover .button{ opacity: 1; pointer-events: auto; }
#visual.scrolled .visual .text h2 strong,
#visual.scrolled .visual .text dl dt,
#visual.scrolled .visual .text dl dd{ animation: textClip var(--aosT) calc(700ms + var(--delay)) both; }

@media screen and (hover: hover) and (pointer: fine){
	#visual .bottom .link:hover a{ background: #292929; }
	#visual .bottom .link:hover a i::before{ opacity: 0; }
	#visual .bottom .link:hover a i::after{ transform: translateX(0); }
}

@media screen and (max-height: 620px){
	#visual .cover{ height: 100vh; position: relative; }
	#visual .cover .button{ opacity: 1 !important; pointer-events: auto !important; }

	#visual .visual .text{ padding: 40px 0 30px; }
	#visual .bottom{ margin-top: 200px; }

	/* visual - scrolled */
	#visual.scrolled .cover{ width: 100%; height: 100vh; bottom: 0; right: 0; }
	#visual.scrolled .visual .text h2 strong,
	#visual.scrolled .visual .text dl dt,
	#visual.scrolled .visual .text dl dd{ animation: unset; }

	#visual .text .top.aos-animate h2 strong,
	#visual .text .top.aos-animate dl dt, 
	#visual .text .top.aos-animate dl dd{ animation: textClip var(--aosT) calc(700ms + var(--delay)) both; }
}

@media screen and (max-width: 1840px){
	#visual .visual .text h2{ font-size: 16rem; }
	
	/* visual - scrolled */
	#visual.scrolled .cover{ right: calc(var(--coverW) + 30px); }
}

@media screen and (max-width: 1800px){
	#visual{
		--bottom: 40px;
		--coverW: 250px;
		--coverH: 170px;
	}

	#visual .scrolldown{ bottom: 35px; }
	#visual .scrolldown i{ width: 35px; }

	#visual .visual .text dl{ margin-top: 40px; }
	#visual .visual .text dl dt{ font-size: 28px; }
	#visual .visual .text dl dd{ font-size: 17px; margin-top: 20px; }

	#visual .bottom .link a{ padding: 20px; }
	#visual .bottom .link a i{ width: 25px; height: 25px; }
}

@media screen and (max-width: 1500px){
	#visual{
		--bottom: 30px;
		--coverW: 220px;
		--coverH: 150px;
	}
	
	#visual .visual .text{ padding-top: calc(var(--headerH) + 20px); }  
	#visual .visual .text h2{ font-size: 14rem; }
}

@media screen and (max-width: 1280px){
	#visual .scrolldown{ bottom: 15px; }
	#visual .scrolldown i{ width: 30px; }

	#visual .visual .text h2{ margin: 0 -10px; }
	#visual .visual .text h2 > strong{ padding: 0 10px; }
	#visual .visual .text dl{ margin-top: 30px; }
	#visual .visual .text dl dt{ font-size: 24px; }
	#visual .visual .text dl dd{ font-size: 16px; margin-top: 10px; }

	#visual .bottom .link a{ padding: 15px; }
	#visual .bottom .link a i{ width: 20px; height: 20px; margin-left: 5px; }
	#visual .bottom .link a i::before{ width: 5px; height: 5px; }
}

@media screen and (max-width: 1200px){
	#visual .cover{ height: 100vh; position: relative; }
	#visual .cover .button{ opacity: 1 !important; pointer-events: auto !important; }

	#visual .visual .text{ padding: 40px 0 30px; }
	#visual .bottom{ margin-top: 200px; }

	/* visual - scrolled */
	#visual.scrolled .cover{ width: 100%; height: 100vh; bottom: 0; right: 0; }
	#visual.scrolled .visual .text h2 strong,
	#visual.scrolled .visual .text dl dt,
	#visual.scrolled .visual .text dl dd{ animation: unset; }

	#visual .text .top.aos-animate h2 strong,
	#visual .text .top.aos-animate dl dt, 
	#visual .text .top.aos-animate dl dd{ animation: textClip var(--aosT) both; }
}

@media screen and (max-width: 1000px){
	#iframe{ height: 100%; padding-bottom: 0; }
	#iframe iframe{ 
		width: 100vw;
		height: 60vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
		min-height: 110vh;
		min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);  
	}
}

@media screen and (max-width: 900px){
	#visual{
		--coverW: 150px;
		--coverH: 102px;
	}
	#visual .visual .text h2{ margin: 0 -5px; }
	#visual .visual .text h2 > strong{ padding: 0 5px; }
	#visual .visual .text dl{ margin-top: 15px; }
	#visual .visual .text dl dt{ font-size: 22px; }

	#visual .bottom .link a{ font-size: 4.5rem; padding: 10px; }
}	

@media screen and (max-width: 700px){
	#visual .visual .text h2{ font-size: 10rem; }
}



/* project */
#project{ 
	--top: 35px;
	--gapT: 86px;
}
#project .wrap{ position: relative; }
#project .content{ position: relative; }

#project .tit{ position: absolute; top: 0; left: 0; z-index: 10; }
#project .tit > span{ font-family: var(--engFont); font-size: 18px; font-weight: 500; }
#project .tit h4{ font-size: 6rem; font-weight: 500; letter-spacing: -0.02em; line-height: 1.4; margin: 60px 0 30px; }

#project .slide-info{ display: flex; justify-content: flex-end; align-items: center; position: absolute; top: 0; right: 0; z-index: 100; }
#project .slide-info span{ font-family: var(--engFont); font-size: 18px; font-weight: 400; letter-spacing: -0.02em; }
#project .slide-info .slick-dots{ display: flex !important; margin: 0 15px; }
#project .slide-info .slick-dots li{ width: 4px; height: 4px; background: rgba(255, 255, 255, 0.4); border-radius: 50%; transition: background 0.3s: }
#project .slide-info .slick-dots li:not(:last-of-type){ margin-right: 15px; }
#project .slide-info .slick-dots li.slick-active{ background: #FFF; }
#project .slide-info .slick-dots li button{ display: none; }
#project .slide-info .btns{ margin-left: 30px; }

#project .slick-slider, 
#project .slick-list{ overflow: visible; }
#project .project{ width: 460px; margin-right: 50px; opacity: 0.2; transition: opacity 0.5s; }
#project .project .img{ position: relative; z-index: 50; transform: translateY(var(--gapT)); transition: transform 0.5s; }
#project .project .img::after{ content: ""; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent, #000); position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.5s; }
#project .project .img figure{ display: block; position: relative; padding-bottom: 132.61%; overflow: hidden; }
#project .project .img figure img{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1.07); transition: transform 0.5s; }
#project .project .img .viewmore{ font-size: 18px; margin: -20px 0; position: absolute; bottom: 40px; right: 40px; z-index: 10; opacity: 0; transition: opacity 0.4s; }

#project .project .txt{ padding-top: 20px; }
#project .project .txt p,
#project .project .txt h6{ white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
#project .project .txt span{ display: inline-block; font-size: 15px; font-weight: 300; color: rgba(255, 255, 255, 0.8); letter-spacing: -0.02em; margin-bottom: 15px; padding: 0 10px; position: relative; }
#project .project .txt span::after{ content: ""; width: 1px; height: 10px; background: rgba(255, 255, 255, 0.3); position: absolute; top: calc(1.3em / 2); right: 0; transform: translateY(-50%); }
#project .project .txt p span:first-of-type{ margin-left: -10px; }
#project .project .txt p span:last-of-type::after{ display: none; }
#project .project .txt h6{ font-size: 25px; font-weight: 600; letter-spacing: -0.02em; }

#project .project .all{ transform: translateY(var(--gapT)); transition: transform 0.5s; }
#project .project .all a{ display: block; background: rgba(255, 255, 255, 0.05); padding-bottom: 141.863%; position: relative; overflow: hidden; }
#project .project .all .mm{ width: 0; padding-bottom: 0; background: #FFF; border-radius: 50%; position: absolute; top: 0; left: 0; transform: translate(-50%, -50%); transition: width 0.4s, padding 0.4s; }
#project .project .all .viewmore{ max-width: 100%; width: 100%; font-size: 22px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); transition: color 0.3s; }
#project .project .all .viewmore i::before{ transition: opacity 0.3s, background 0.3s; }
#project .project .all .viewmore i::after{ transition: transform 0.3s, filter 0.3s; }


#project .project.slick-current, 
#project .project.slick-active{ opacity: 1; }
#project .project.slick-current .img, 
#project .project.slick-active .img,
#project .project.slick-current .all, 
#project .project.slick-active .all{ transform: translateY(0); }

@media screen and (hover: hover) and (pointer: fine){
	#project .project.hover:hover .img::after{ opacity: 1; }
	#project .project.hover:hover .img figure img{ transform: translate(-50%, -50%) scale(1); }
	#project .project.hover:hover .img .viewmore{ opacity: 1; }

	#project .project:hover .all .mm{ width: 350%; padding-bottom: 350%; }
	#project .project:hover .all .viewmore{ font-weight: 500; color: #050505; }
	#project .project:hover .all .viewmore i::before{ opacity: 0; background: #050505; }
	#project .project:hover .all .viewmore i::after{ transform: translateX(0); filter: invert(1); -webkit-filter: invert(1); }
}

@media screen and (max-height: 620px){
	#project{ padding: 70px 0 100px; }
}

@media screen and (max-width: 1800px){
	#project{ 
		--gapT: 84px;
	}
	#project .tit > span{ font-size: 17px; }
	#project .tit h4{ margin-top: 30px; }

	#project .slide-info span{ font-size: 17px; }

	#project .project{ width: 380px; }
	#project .project .img .viewmore{ font-size: 17px; bottom: 30px; right: 30px; }
	#project .project .img .viewmore i{ height: 20px; margin-left: 10px; }
	#project .project .txt h6{ font-size: 22px; }

	#project .project .all .viewmore{ font-size: 20px; }
}

@media screen and (max-width: 1280px){
	#project{ 
		--gapT: 75px;
	}
	#project .tit > span{ font-size: 16px; }
	#project .tit h4{ margin: 10px 0 20px; }

	#project .slide-info span{ font-size: 16px; }
	#project .slide-info .btns{ margin-left: 20px; }
	#project .slide-info .btns button img{ width: 20px; height: auto; }
	
	#project .project{ width: 320px; }
	#project .project .img .viewmore{ font-size: 16px; bottom: 20px; right: 20px; }
	#project .project .img .viewmore i{ height: 17px; }
	#project .project .txt span{ margin-bottom: 10px; }
	#project .project .txt h6{ font-size: 20px; }

	#project .project .all .viewmore{ font-size: 19px; }
}

@media screen and (max-width: 1200px){
	#project{ padding: 70px 0 100px; }
}

@media screen and (max-width: 1100px){
	#project .tit{ position: static; margin-bottom: 10px; }

	#project .content{ display: flex; flex-direction: column-reverse; }
	#project .slide-info{ justify-content: center; position: static; margin-top: 30px; }
	#project .slide-info .btns{ position: absolute; top: -20px; right: 0; transform: translateY(-100%); }
	
	#project .project{ margin-right: 30px; }
}


/* news */
#news h4{ font-family: var(--engFont); font-size: 6.5rem; font-weight: 700; margin-bottom: 30px; }
#news .slick-list{ margin-right: -40px; }

#news .news{ margin-right: 40px; }
#news .news .img{ position: relative; }
#news .news .img::after{ content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.4s; }
#news .news .img > span{ background: rgba(0, 0, 0, 0.3); border: 1px solid rgba(255, 255, 255, 0.2); font-family: var(--engFont); font-size: 16px; font-weight: 400; color: #FFF; line-height: 1; padding: 13px 20px; position: absolute; top: 20px; left: 20px; z-index: 10; transition: background 0.4s; }
#news .news .img figure{ display: block; position: relative; padding-bottom: 48.865%; overflow: hidden; }
#news .news .img figure img{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1); transition: transform 0.5s; }
#news .news .img .viewmore{ max-width: 100%; font-size: 17px; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); z-index: 10; opacity: 0; transition: opacity 0.4s; }
#news .news .img .viewmore i{ height: 20px; margin-left: 7px; }

#news .news .txt{ padding-top: 20px; }
#news .news .txt h6{ height: 2.8em; display: -webkit-box; font-size: 22px; font-weight: 500; line-height: 1.4; text-overflow: ellipsis; overflow: hidden; word-break: break-all; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#news .news .txt p{ font-size: 18px; font-weight: 100; color: rgba(255, 255, 255, 0.8); margin-top: 20px; }

#news .slide-info{ display: flex; align-items: center; margin-top: 20px; }
#news .slide-info .bar{ flex: 1 0 auto; height: 3px; background: rgba(255, 255, 255, 0.2); }
#news .slide-info .bar div{ width: 0; height: 100%; background: var(--orange); }
#news .slide-info .btns{ margin-left: 30px; }
#news .slide-info .btns button{ transition: opacity 0.3s; }
#news .slide-info .btns button.none{ opacity: 0.2; }

#news .center{ margin-top: 40px; }
#news .center a{ margin: 0 auto; }

@media screen and (hover: hover) and (pointer: fine){
	#news .news:hover .img::after{ opacity: 1; }
	#news .news:hover .img > span{ background: rgba(229, 147, 2, 0.3); }
	#news .news:hover .img figure img{ transform: translate(-50%, -50%) scale(1.05); }
	#news .news:hover .img .viewmore{ opacity: 1; }
	#news .news:hover .img .viewmore i::before{ opacity: 0; }
	#news .news:hover .img .viewmore i::after{ transform: translateX(0); }
}

@media screen and (max-height: 620px){
	#news{ padding-bottom: 30px; }
}

@media screen and (max-width: 1800px){
	#news .news .img > span{ font-size: 16px; padding: 10px 15px; }
	#news .news .txt h6{ font-size: 20px; }
	#news .news .txt p{ font-size: 17px; }  
}

@media screen and (max-width: 1280px){
	#news h4{ margin-bottom: 20px; }
	#news .slick-list{ margin-right: -20px; }

	#news .news{ margin-right: 20px; }
	#news .news .img > span{ font-size: 14px; padding: 8px 12px; top: 10px; left: 10px; }
	#news .news .txt{ padding-top: 15px; }
	#news .news .txt h6{ font-size: 18px; }
	#news .news .txt p{ font-size: 16px; margin-top: 10px; }  

	#news .slide-info .btns{ margin-left: 10px; }
	#news .slide-info .btns button img{ height: 30px; }

	#news .center{ margin-top: 0; }
}

@media screen and (max-width: 1200px){
	#news{ padding-bottom: 30px; }
}

@media screen and (max-width: 700px){
	#news .news-wrap{ width: calc(100% + 20px); }
	#news .news{ width: 390px; }
}


/* inquiry */
#inquiry{ background: #010101; position: relative; }
#inquiry::after{ content: ""; max-width: calc(100% - 40px); width: 1800px; border-top: var(--footerB); position: absolute; bottom: var(--footerT); left: 50%; transform: translateX(-50%); }
#inquiry .bg{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; }
#inquiry .bg .img{ width: 100%; height: 100%; background: url("/img/main/inquiry_bg.jpg") no-repeat bottom center / contain; position: absolute; top: 0; left: 0; transform: translateX(0); transition: transform 1s; }
#inquiry .bg .grid-box{ width: 100%; height: 100%; display: grid; grid-template-columns: 35% 30% 35%; position: absolute; top: 0; left: 0; }

#inquiry .text{ position: relative; z-index: 100; pointer-events: none; }
#inquiry .text .grid-box{ display: grid; grid-template-columns: calc(100% - 256px) 256px; align-items: center; }
#inquiry .text .tit{ padding-right: 100px; transform: translateX(var(--aosM)); transition: transform var(--aosT); }
#inquiry .text .tit h3{ font-family: var(--engFont); font-size: 8rem; font-weight: 700; margin-bottom: 30px; }
#inquiry .text .tit p{ font-size: 22px; font-weight: 200; }

#inquiry .circle a{ display: block; padding-bottom: 100%; position: relative; pointer-events: auto; }
#inquiry .circle a::before{ content: ""; width: 100%; height: 100%; background: url("/img/main/inquiry_circle.svg") no-repeat center center / contain; position: absolute; top: 0; left: 0; animation: rotate360 8s linear infinite; }
#inquiry .circle a i{ height: 48px; background: url("/img/main/inquiry_arrow.svg") no-repeat center center / contain; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }

#inquiry .bg.left .img{ transform: translateX(10%); }
#inquiry .bg.right .img{ transform: translateX(-10%); }

#inquiry .text.aos-animate .tit{ transform: translateX(0); }

@media screen and (max-width: 1800px){
	#inquiry .text .grid-box{ grid-template-columns: calc(100% - 200px) 200px; }
	#inquiry .text .tit p{ font-size: 20px; }

	#inquiry .text{ transform: translateY(var(--aosP)); }
	#inquiry .text .tit{ transform: translateX(0); transition: unset; }

	#inquiry .text.aos-animate{ transform: translateY(0); }
}

@media screen and (max-width: 1280px){
	#inquiry .text .tit h3{ margin-bottom: 20px; }
	#inquiry .text .tit p{ font-size: 18px; }

	#inquiry .circle a i{ height: 40px; }
}

@media screen and (max-width: 1200px){
	#inquiry{ padding: 150px 0 calc(150px + var(--footerT)); }
	#inquiry .bg .img{ width: 130%; background-size: cover; left: 50%; transform: translateX(-50%); }
	#inquiry .bg.left .img{ transform: translateX(-40%); }
	#inquiry .bg.right .img{ transform: translateX(-60%); }

	#inquiry .text .tit{ padding-right: 50px; }

	#inquiry .text{ transform: translateY(var(--aosP)); }
	#inquiry .text .tit{ transform: translateX(0); transition: unset; }

	#inquiry .text.aos-animate{ transform: translateY(0); }
}

@media screen and (max-width: 900px){
	#inquiry .text .grid-box{ grid-template-columns: calc(100% - 150px) 150px; }
	#inquiry .text .tit h3{ font-size: 6.5rem; }

	#inquiry .circle a i{ height: 35px; }
}

@media screen and (max-width: 650px){
	#inquiry .text{ text-align: center; }
	#inquiry .text .grid-box{ grid-template-columns: repeat(1, 100%); }

	#inquiry .text .tit{ padding-right: 0; margin-bottom: 40px; }
	#inquiry .grid-box .circle{ width: 150px; margin: 0 auto; }
}