/* intro */
#intro{
	--size: 350px;
}
#intro{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; }
#intro .mask{ 
	width: 100%;
	height: 100%;
	background: #000;
	mask: url("/img/common/intro_logo.svg") no-repeat center center / var(--size), linear-gradient(#000 0 0);
	-webkit-mask: url("/img/common/intro_logo.svg") no-repeat center center / var(--size), linear-gradient(#000 0 0);
	mask-size: var(--size);
	-webkitmask-size: var(--size);
	mask-composite: exclude;
	animation: introMask 1s 2s ease-out both;
}
#intro h1{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; }
#intro h1 svg{ width: var(--size); height: auto; animation: introLogo 1s 1s both; }

@media screen and (max-width: 1700px){
	#intro{
		--size: 300px;
	}
}

@media screen and (max-width: 1280px){
	#intro{
		--size: 250px;
	}
}

@media screen and (max-width: 900px){
	#intro{
		--size: 200px;
	}
}


/* common */
#main{ background: url("/img/main/bottom_bg.jpg") no-repeat bottom center / contain; }


/* tit */
.tit{ font-size: 6rem; font-weight: 600; color: #111; letter-spacing: -0.03em; text-align: center; margin-bottom: 60px; }
.tit a{ display: inline-block; vertical-align: text-top; margin-left: 10px; }
.tit a::after{ content: ""; display: inline-block; width: 29px; height: 29px; background: url("/img/main/tit_plus.svg") no-repeat center center / contain; vertical-align: inherit; opacity: 0; transform: translateY(100%); transition: opacity 0.5s 1s, transform 0.5s 1s; }
.tit em{ font-family: var(--engFont); color: transparent; background: linear-gradient(to right, var(--mainColor) 0 50%, #111 50% 100%); background-clip: text; -webkit-background-clip: text; background-size: 200% 100%; background-position: 100% 0; transition: background-position 0.5s 1s; }

.tit.aos-animate a::after{ opacity: 1; transform: translateY(0); }
.tit.aos-animate em{ background-position: 0 0; }

/* viewBtn */
.viewBtn{ 
	--icon: 45px;
}
.viewBtn{ max-width: max-content; display: flex; justify-content: center; align-items: center; background: #F5F5F5; border: none; border-radius: 100px; padding: 10px; backdrop-filter: blur(7px); position: relative; overflow: hidden; }
.viewBtn .hover{ width: 0; height: 0; background: var(--mainColor); border-radius: 50%; position: absolute; top: 0; left: 0; transform: translate(-50%, -50%); transition: width 0.5s, height 0.5s; }
.viewBtn span,
.viewBtn em{ position: relative; z-index: 10; }
.viewBtn span{ display: inline-block; width: var(--icon); height: var(--icon); background: var(--mainColor); border-radius: 50%; transition: background 0.5s 0.2s; }
.viewBtn span::before{ content: ""; display: block; height: 100%; background: url("/img/main/more_btn.svg") no-repeat center center / contain; filter: invert(1) brightness(5); -webkit-filter: invert(1) brightness(5); transform: rotate(0); transition: filter 0.5s 0.2s, transform 0.5s 0.2s; }
.viewBtn em{ display: inline-block; font-family: var(--engFont); font-size: 20px; font-weight: 500; color: #111; padding-left: 30px; padding-right: 55px; transition: color 0.5s 0.3s; }

.viewBtn.white{ background: rgba(255, 255, 255, 0.2); }
.viewBtn.white em{ color: #FFF; }

@media screen and (hover: hover){
	.viewBtn:hover::before{ clip-path: circle(120% at 50% 100%); -webkit-clip-path: circle(120% at 50% 100%); }
	.viewBtn:hover .hover{ width: 500px; height: 500px; }
	.viewBtn:hover span{ background: #FFF; transition-delay: unset; }
	.viewBtn:hover span::before{ filter: unset; -webkit-filter: unset; transform: rotate(-180deg); transition-delay: unset; }
	.viewBtn:hover em{ color: #FFF !important; transition-delay: unset; }
}


/* slideBtn */
.slideBtn{ display: flex; }
.slideBtn button{ display: flex; justify-content: center; align-items: center; background: #FFF; border: 3px solid rgba(0, 0, 0, 0.1); border-radius: 50%; transition: background 0.3s, border-color 0.3s; }
.slideBtn button:not(:last-child){ margin-right: 10px; }
.slideBtn button svg{ width: auto; height: auto; }
.slideBtn button svg path{ transition: stroke 0.3s; }

@media screen and (hover: hover){
	.slideBtn button:hover{ background: var(--mainColor); border-color: var(--mainColor); }
	.slideBtn button:hover svg path{ stroke: #FFF; }
}

@media screen and (max-width: 1600px){
	/* tit */
	.tit{ margin-bottom: 40px; }
	.tit a::after{ width: 25px; height: 25px; }

	/* viewBtn */
	.viewBtn{ 
		--icon: 40px;
	}
	.viewBtn em{ font-size: 18px; padding-left: 20px; padding-right: 45px; }
}

@media screen and (max-width: 1280px){
	/* tit */
	.tit{ margin-bottom: 25px; }
	.tit a::after{ width: 20px; height: 20px; }
	
	/* slideBtn */
	.slideBtn button:not(:last-child){ margin-right: 7px; }

	/* viewBtn */
	.viewBtn{ 
		--icon: 35px;
	}
	.viewBtn{ padding: 7px; }
	.viewBtn em{ font-size: 17px; padding-left: 15px; padding-right: 35px; }
}


/* visual */
#visual{ position: relative; }
#visual .visual{ height: var(--vh); position: relative; }
#visual video{ pointer-events:none;
	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 */
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%); 
}

#visual .text-box{ position: absolute; top: 50%; left: 0; right: 0; text-align: center; perspective: 400px; }
#visual .text-box > div{ transform: translateY(-50%) rotateY(180deg); opacity: 0; }
#visual .text-box h3{ --before: 20px; --after: -0.03em; font-size: 9rem; font-weight: 600; color: #FFF; letter-spacing: -0.03em; }
#visual .text-box h3 em{ --after: 0; font-family: var(--engFont); font-size: 10rem; font-weight: 500; letter-spacing: 0; }
#visual .text-box p{ font-size: 22px; font-weight: 300; color: #FFF; letter-spacing: -0.03em; line-height: 1.6363; margin: 20px 0 80px; }
#visual .text-box a{ margin: 0 auto; }

#visual .slick-active .text-box > div{ animation: visual3D 1s both; }
#visual .slick-active .text-box h3{ animation: visualText 1s both; }
#visual .slick-active .text-box h3 em{ animation: visualText 1s both; }

#visual .btns{ position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); z-index: 10; pointer-events: none; }
#visual .btns .flex-box{ display: flex; justify-content: space-between; }
#visual .btns button{ background: none; border: none; padding: 30px; pointer-events: auto; }

#visual .dots{ position: absolute; bottom: 60px; left: 0; right: 0; }
#visual .slick-dots{ display: flex; justify-content: flex-end; }
#visual .slick-dots li{ width: 80px; font-family: var(--engFont); font-size: 16px; font-weight: 600; color: rgba(255, 255, 255, 0.6); transition: color 0.3s; cursor: pointer; }
#visual .slick-dots li:not(:last-of-type){ margin-right: 30px; }
#visual .slick-dots .bar{ height: 2px; background: rgba(255, 255, 255, 0.2); margin-top: 10px; }
#visual .slick-dots .bar div{ width: 0; height: 100%; background: #FFF; }

#visual .slick-dots li.slick-active{ color: #FFF; }

@media (hover: hover) and (pointer: fine) {
	#visual .visual{ height: 100vh; }
}

@media screen and (max-width: 1700px){
	#visual .text-box h3{ --before: 15px; }
	#visual .text-box p{ font-size: 20px; margin: 20px 0 60px; }
	
	#visual .dots{ bottom: 50px; }
	#visual .slick-dots li{ width: 75px; }
	#visual .slick-dots li:not(:last-of-type){ margin-right: 20px; }
}

@media screen and (max-width: 1280px){
	#visual .text-box h3{ --before: 10px; font-size: 8rem; }
	#visual .text-box h3 em{ font-size: 9rem; }
	#visual .text-box p{ font-size: 18px; margin: 20px 0 40px; }
	
	#visual .btns button{ padding: 20px; }
	
	#visual .dots{ bottom: 40px; }
	#visual .slick-dots li{ width: 70px; font-size: 15px; }
	#visual .slick-dots li:not(:last-of-type){ margin-right: 10px; }
}

@media screen and (max-width: 900px){
	#visual .text-box h3{ --before: 5px; font-size: 7rem; }
	#visual .text-box h3 em{ font-size: 8rem; }
}

@media screen and (max-width: 650px){
	#visual .btns{ display: none; }
}

@media screen and (max-width: 550px){
	#visual .text-box p br{ display: none; }
}


/* business */
#business{
	--circle: 70px;
	--circleP: 15px;
	--radius: 30px;
	--shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
#business{ padding: 200px 0 250px; }
#business .business-wrap{ display: flex; flex-wrap: wrap; margin-bottom: -20px;  }
#business .business-wrap .business{ width: calc((100% - 40px) / 3); margin-right: 20px; margin-bottom: 20px; opacity: 0; transform: translateY(var(--aosPlus)); transition: transform 1s, opacity 1s; }
#business .business-wrap .business:nth-of-type(3n){ margin-right: 0; }
#business .business-wrap .business.aos-animate{ opacity: 1; transform: translate(0, 0) !important; }

#business .business .box{ height: 100%; display: flex; flex-direction: column; border-radius: var(--radius); position: relative; /* box-shadow: var(--shadow); */ }
#business .business .shape{ display: flex; flex-direction: column; justify-content: flex-end; background: url("/img/main/business_clip.svg") bottom right / auto; filter: drop-shadow(var(--shadow)); -webkit- filter: drop-shadow(var(--shadow)); border-radius: var(--radius); position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

#business .business figure{ display: block; position: relative; padding-bottom: 58.27%; overflow: hidden; border-radius: var(--radius); }
#business .business figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#business .business .text{ flex: 1 0 auto; display: flex; flex-direction: column; padding: 40px; margin-top: -30px; position: relative; z-index: 10; }
#business .business dl{ flex: 1 0 auto; margin: 20px 0; }
#business .business dl dt{ font-family: var(--engFont); font-size: 36px; font-weight: 600; color: #111; letter-spacing: -0.02em; }
#business .business dl dd{ font-size: 20px; font-weight: 300; color: #333; letter-spacing: -0.03em;  line-height: 1.5; margin-top: 10px; }

#business .business .viewBtn{ --icon: 30px; }
#business .business .viewBtn span::before{ background: url("/img/main/business_play.svg") no-repeat center center / contain; transform: rotate(0); }
#business .business .viewBtn em{ font-size: 18px; padding-left: 20px; padding-right: 40px; }

#business .business .circle{ width: var(--circle); height: var(--circle); border-radius: var(--radius) 0 var(--radius) 0; padding: var(--circleP); padding-bottom: 0 !important; padding-right: 0 !important; position: absolute; bottom: 0; right: 0; }
#business .business .circle a{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: #FFF; border-radius: 50%; box-shadow: var(--shadow); position: relative; z-index: 10; }
#business .business .circle a::before{ content: ""; display: inline-block; width: 15px; height: 15px; background: url("/img/main/business_plus.svg") no-repeat center center / contain; transform: rotate(0); transition: transform 0.5s; }

#business .btns{ display: none; align-items: center; margin-top: 30px; position: relative; z-index: 100; }
#business .btns > *:not(:last-of-type){ margin-right: 20px; }
#business .btns .bar{ flex: 1 0 auto; height: 3px; background: rgba(0, 0, 0, 0.1); }
#business .btns .bar div{ width: 0; height: 100%; background: #111; }
#business .slideBtn button{ width: 50px; height: 50px; }

@media screen and (hover: hover){
	#business .business .circle a:hover::before{ transform: rotate(180deg); }
}

@media screen and (max-width: 1700px){
	#business{ padding: 150px 0 200px; }
	#business .business .text{ padding: 30px; }
	#business .business dl dt{ font-size: 30px; }
	#business .business dl dd{ font-size: 18px; }
	#business .business .viewBtn em{ padding-right: 30px; }
}

@media screen and (max-width: 1280px){
	#business{
		--circle: 60px;
		--circleP: 12px;
	}
	#business{ padding: 100px 0 150px; }
	#business .business .shape{ background-size: auto 100%; }
	#business .business .text{ padding: 30px 20px 20px; }
	#business .business dl dt{ font-size: 26px; }
	#business .business dl dd{ font-size: 17px; }
	#business .business .viewBtn em{ font-size: 16px; padding-left: 15px; padding-right: 20px; }
}

@media screen and (max-width: 1000px){
	#business{ padding: 70px 0 100px; }
	#business .overflow{ overflow: hidden; margin: -100px 0; }
	#business .business-wrap{ margin-bottom: 0; }
	#business .business-wrap .slick-list{ margin-right: -20px; overflow: visible; }
	#business .business-wrap .business{ width: 350px; margin-right: 20px !important; margin-bottom: 0; padding: 100px 0; transform: translateX(var(--aosPlus)); }
	
	#business .btns{ display: flex; }
}

@media screen and (max-width: 550px){
	#business .business-wrap .business{ width: calc(var(--fullSize) - 40px); }
}

/* service */
#service{
	--lineHeight: 1.3em;
}
#service .grid-box{ display: grid; grid-template-columns: repeat(3, 1fr); background: url("/img/main/service_bg.jpg") no-repeat center center / cover; border-radius: 500px; text-align: center; padding: 85px 0 90px; }
#service dl{ padding: 0 7px; position: relative; opacity: 1; }
#service dl::after{ content: ""; width: 1px; height: 60px; background: rgba(0, 0, 0, 0.1); position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#service dl:last-child::after{ display: none; }
#service dl dt{ font-family: var(--engFont); font-size: 24px; font-weight: 500; color: var(--mainColor); margin-bottom: 20px; }
#service dl dd{ font-size: 20px; font-weight: 400; color: #222; letter-spacing: -0.03em; }
#service dl dd p{ line-height: 1.6; margin-top: 10px; }

#service .counter,
#service .counter *{ line-height: var(--lineHeight); }
#service .counter{ display: inline-block; font-family: var(--engFont); font-size: 17rem; font-weight: 600; color: #000; line-height: 1; overflow: hidden; position: relative; }
#service .counter em{ color: transparent;  }
#service .counter em::after{ display: inline-block; font-size: 12rem; color: #222; vertical-align: middle; transform: translateY(-25px); }
#service .percent em::after{ content: "%"; transform: translateY(-15px); }
#service .plus em::after{ content: "+"; }

#service .counter .num{ display: flex; position: absolute; top: 0; left: 0; }
#service .counter .num div{ display: flex; flex-direction: column; position: relative; }
#service .counter .num div:nth-of-type(odd){ top: 1.3em; transform: translateY(-100%); }

#service dl.aos-animate .counter .num div:nth-of-type(odd){ animation: counter 1.5s ease-out both; }
#service dl.aos-animate .counter .num div:nth-of-type(even){ animation: counter 1.5s ease-in reverse both; }

@media screen and (max-width: 1700px){
	#service .grid-box{ padding: 65px 0 70px; }
	#service dl dt{ font-size: 20px; }
	#service dl dd{ font-size: 18px; }

	#service .counter em::after{ transform: translateY(-20px); }
	#service .percent em::after{ transform: translateY(-10px); }
}

@media screen and (max-width: 1280px){
	#service .grid-box{ padding: 35px 0 40px; }
	#service dl dt{ font-size: 18px; margin-bottom: 10px; }
	#service dl dd{ font-size: 16px; }
	#service dl dd p{ margin-top: 5px; }

	#service .counter em::after{ transform: translateY(-15px); }
	#service .percent em::after{ transform: translateY(-7px); }
}

@media screen and (max-width: 900px){
	#service .grid-box{ border-radius: 50px; }
	#service .counter{ font-size: 15rem; }
	#service .plus em::after{ font-size: 10rem; }

	#service .counter em::after{ transform: translateY(-10px); }
	#service .percent em::after{ transform: translateY(-7px); }
}

@media screen and (max-width: 700px){
	#service .grid-box{ max-width: 330px; margin: 0 auto; grid-template-columns: repeat(1, 1fr); border-radius: 500px; padding: 20px 0; }
	#service dl{ padding: 30px 0; }
	#service dl::after{ width: 60px; height: 1px; top: 100%; right: 50%; transform: translateX(50%); }
	#service dl dt{ margin-bottom: 10px; }
	#service .counter{ font-size: 20rem; }
	#service .plus em::after{ font-size: 12rem; transform: translateY(-10px); }
}

@media screen and (max-width: 600px){
	#service{
		--lineHeight: 1em;
	}
	#service dl{ padding: 15px 0; }
	#service .plus em::after{ margin-left: 3px; }
}


/* case */
#case{ padding: 260px 0 250px; overflow: hidden; }
#case .flex-box{ display: flex; position: relative; }
#case .title{ width: 600px; position: relative; z-index: 100; }
#case .title::before{ content: ""; width: 100vw; height: 100vh; background: #FFF; position: absolute; top: 50%; right: 1px; z-index: -1; transform: translateY(-50%); }
#case .title .tit{ text-align: left; }

#case .btns, 
#case .slideBtn{ display: flex; }
#case .btns > *:not(:last-child), 
#case .slideBtn > *:not(:last-child){ margin-right: 10px; }
#case .slideBtn button{ width: 65px; height: 65px; }
#case .mobile{ display: none; margin-left: 20px; }

#case .content{ width: calc(100% - 600px); }
#case .case-wrap{ width: calc(100% + ((100vw - 1600px) / 2)); margin: -80px 0; overflow: visible; }
#case .swiper-slide{ padding: 80px 0; perspective: 400px; opacity: 1; transition: margin 1s, opacity 1s; }
#case .swiper-slide a{ display: block; max-width: 400px; border-radius: 30px; padding: 40px; position: relative; z-index: 10; transform: rotateY(-15deg); transition: transform 1s; }
#case .swiper-slide a::before{ content: ""; width: 100%; height: 100%; background: #FFF; border: 2px solid transparent; position: absolute; top: 0; left: 0; z-index: -1; border-radius: inherit; box-sizing: border-box; box-shadow: 40px 0 80px rgba(0, 0, 0, 0.1); transition: border-color 0.5s; }
#case .swiper-slide figure{ width: 100%; position: relative; padding-bottom: 37.5%; overflow: hidden; }
#case .swiper-slide figure img{ max-width: calc(100% - 40px); max-height: calc(100% - 40px); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#case .swiper-slide h6, 
#case .swiper-slide p{ display: -webkit-box; text-overflow: ellipsis; overflow: hidden; word-break: break-all; -webkit-box-orient: vertical; }
#case .swiper-slide h6{ height: 2.8332em; font-size: 24px; font-weight: 500; color: #111; letter-spacing: -0.03em; line-height: 1.4166; -webkit-line-clamp: 2; }  
#case .swiper-slide p{ height: 4.6665em; font-size: 18px; font-weight: 300; color: #666; letter-spacing: -0.03em; line-height: 1.5555; -webkit-line-clamp: 3; margin: 15px 0 95px; }
#case .swiper-slide span{ display: inline-block; background: #F5F5F5; border-radius: 30px; font-family: var(--engFont); font-size: 14px; font-weight: 400; color: #666; line-height: 1; padding: 8px 10px; transition: background 0.5s, color 0.5s; }

#case .swiper-slide.swiper-slide-prev{ opacity: 0; }
#case .swiper-slide.swiper-slide-next { z-index: 4; }
#case .swiper-slide.swiper-slide-next + div { z-index: 3; }
#case .swiper-slide.swiper-slide-next + div + div { z-index: 2; }
#case .swiper-slide.swiper-slide-active{ margin-right: -100px !important; z-index: 10; }
#case .swiper-slide.swiper-slide-active a{ transform: rotateY(0); }
#case .swiper-slide.swiper-slide-active a::before{ border-color: var(--mainColor); }
#case .swiper-slide.swiper-slide-active span{ background: var(--mainColor); color: #FFF; }

#case .content .flex{ display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 100; margin-top: 60px; }
#case .progress{ width: 100%; }
#case .bar{ height: 2px; background: #EEE; position: relative; }
#case .bar div{ height: 100% !important; }
#case .bar .swiper-pagination-progressbar-fill{ background: var(--mainColor); }

@media screen and (max-width: 1700px){
	#case{ padding: 200px 0; }
	#case .title{ width: 500px; }
	#case .slideBtn button{ width: 60px; height: 60px; }
	
	#case .content{ width: calc(100% - 500px); }
	#case .swiper-slide a{ padding: 30px; }
	#case .swiper-slide h6{ font-size: 22px; }
	#case .swiper-slide p{ margin: 15px 0 65px; }
} 

@media screen and (max-width: 1640px){
	#case .case-wrap{ width: calc(100% + 20px); }
}

@media screen and (max-width: 1400px){
	#case .swiper-slide.swiper-slide-active{ margin-right: 0 !important; }
}

@media screen and (max-width: 1280px){
	#case{ padding: 150px 0; }
	#case .title{ width: 400px; }
	#case .slideBtn button{ width: 55px; height: 55px; }
	#case .btns > *:not(:last-child), 
	#case .slideBtn > *:not(:last-child){ margin-right: 7px; }
	
	#case .content{ width: calc(100% - 400px); }
	#case .swiper-slide a{ padding: 25px; }
	#case .swiper-slide h6{ font-size: 20px; }
	#case .swiper-slide p{ font-size: 17px; margin: 10px 0 50px; }
	#case .swiper-slide.swiper-slide-active{ margin-right: 30px !important; }
}

@media screen and (max-width: 1100px){
	#case .flex-box{ flex-direction: column; padding-bottom: 50px; }
	#case .title{ width: 100%; margin-bottom: 50px; position: static; }
	#case .title::before{ display: none; }
	#case .title .tit{ text-align: center; margin-bottom: 0; }
	#case .title br{ display: none; }
	#case .title .btns{ justify-content: center; position: absolute; bottom: 0; left: 0; right: 0; }
	#case .slideBtn button{ width: 50px; height: 50px; }
	#case .pc{ display: none; }
	#case .mobile{ display: flex; }
	
	#case .content{ width: 100%; }
	#case .swiper-slide a{ max-width: 300px; }
	#case .swiper-slide.swiper-slide-active{ margin-right: -120px !important; }
	#case .progress{ width: calc(100% - 127px); }
}

@media screen and (max-width: 1000px){
	#case .swiper-slide.swiper-slide-active{ margin-right: 20px !important; }
}

@media screen and (max-width: 900px){
	#case{ padding: 120px 0; }
	#case .title{ margin-bottom: 30px; }
	#case .btns button{ width: 50px; height: 50px; }
	#case .viewBtn{ --icon: 30px; }
	
	#case .case-wrap{ width: 100%; }
	#case .swiper-slide a{ max-width: 100%; width: 100%; transform: rotateX(0); padding-top: 0; }
	#case .swiper-slide p{ font-size: 17px; margin: 10px 0 30px; }
	#case .content .flex{ margin-top: 15px; }
}


/* news */
#news{ padding-bottom: 150px; }
#news .title{ margin-bottom: 60px; position: relative; z-index: 100; }
#news .tit{ width: calc(100% - 660px); margin: 0 auto; margin-bottom: 0; }
#news .btns{ display: flex; align-items: center; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#news .btns .bar{ width: 120px; height: 3px; background: rgba(0, 0, 0, 0.1); margin-right: 60px; }
#news .btns .bar div{ width: 0; height: 100%; background: #000; transform: translateX(0); }
#news .btns button{ width: 60px; height: 60px; }

#news .overflow{ overflow: hidden; margin: -50px 0; }
/* #news .news-wrap{ margin: -50px 0; } */
#news .news-wrap .slick-list{ margin-right: -20px; overflow: visible; }
#news .news{ padding: 50px 0; margin-right: 20px; }
#news .news a{ display: block; border-radius: 30px; overflow: hidden; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); position: relative; }
#news .news .img{ position: relative; overflow: hidden; }
#news .news .img i{ width: 50px; height: 50px; position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate(-50%, -50%); opacity: 0; transition: opacity 0.5s; }
#news .news .img i::before{ content: ""; width: 100%; height: 100%; background: var(--mainColor); border-radius: 50%; position: absolute; top: 0; left: 0; z-index: -1; transform: scale(0); transition: transform 0.5s; }
#news .news .img i::after{ content: ""; display: block; height: 100%; background: url("/img/main/news_plus.svg") no-repeat center center / contain; } 
#news .news figure{ display: block; position: relative; padding-bottom: 73.5%; overflow: hidden; filter: blur(0); -webkit-filter: blur(0); transition: filter 0.5s; }
#news .news figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#news .news .text{ background: #FFF; padding: 40px; }
#news .news .text span{ display: block; font-family: var(--engFont); font-size: 16px; font-weight: 300; color: #666; margin-bottom: 10px; }
#news .news .text h6{ height: 2.83332em; display: -webkit-box; font-size: 24px; font-weight: 500; color: #222; letter-spacing: -0.03em; line-height: 1.41666; overflow: hidden !important; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
#news .news .text h6 em{ background: linear-gradient(to top, #222 0 2px, transparent 2px 100%) left center no-repeat; background-size: 0; line-height: inherit; text-overflow: ellipsis !important; overflow: hidden !important; word-break: break-all; transition: background-size 0.5s; }

#news .new figure::before{ content: "NEW"; background: var(--mainColor); border-radius: 25px; font-family: var(--engFont); font-size: 16px; font-weight: 500; color: #FFF; letter-spacing: -0.03em; line-height: 1; padding: 5px 10px; position: absolute; top: 20px; right: 20px; z-index: 5; }

@media screen and (hover: hover){
	#news .news a:hover figure{ filter: blur(15px); -webkit-filter: blur(15px); }
	#news .news a:hover i{ opacity: 1; }
	#news .news a:hover i::before{ transform: scale(1); }
	#news .news a:hover h6 em{ background-size: 100% auto; }
}

@media screen and (max-width: 1700px){
	#news{ padding-bottom: 120px; }
	#news .title{ margin-bottom: 40px; }
	#news .btns .bar{ margin-right: 30px; }
	#news .btns button{ width: 55px; height: 55px; }
	
	#news .news .text{ padding: 30px; }
	#news .news .text h6{ font-size: 20px; }
	#news .news .img i{ width: 45px; height: 45px; }
	#news .new figure::before{ top: 15px; right: 15px; }
}

@media screen and (max-width: 1280px){
	#news{ padding-bottom: 100px; }
	#news .title{ margin-bottom: 35px; }
	#news .btns .bar{ margin-right: 10px; }
	#news .btns button{ width: 50px; height: 50px; }
	
	#news .news .text{ padding: 20px; }
	#news .news .text span{ font-size: 15px; }
	#news .news .text h6{ font-size: 18px; }
	#news .news .img i{ width: 40px; height: 40px; }
	#news .new figure::before{ font-size: 15px; top: 10px; right: 10px; }
}

@media screen and (max-width: 1200px){
	#news{ position: relative; padding-bottom: 170px; }
	#news .title{ margin-bottom: 20px; position: static; }
	#news .tit{ width: 100%; }
	#news .btns{ width: 100%; padding: 0 20px; top: unset; bottom: 170px; right: 0; transform: translateY(100%); z-index: 100; padding-top: 20px; }
	#news .btns .bar{ flex: 1 0 auto; margin-right: 20px; }
}

@media screen and (max-width: 550px){
	#news .news{ width: 300px; }
}


/* solution */
#solution{ padding-bottom: 150px; }
#solution .viewBtn{ background: #EEE; margin: 0 auto; }
#solution .viewBtn span::before{ background: url("/img/main/solution_btn.svg") no-repeat center center / contain; transform: rotate(0); }

@media screen and (max-width: 1700px){
	#solution{ padding-bottom: 120px; }
}

@media screen and (max-width: 1280px){
	#solution{ padding-bottom: 100px; }
}