/*-- sub page css --*/

/*sub visual*/
.sub-visual{height: 100vh;position: relative;}
.sub-visual .common-container{display: flex;justify-content: center;align-items: center;height: 100%;}

.sub-title{position: relative;z-index: 10;}
.sub-title h2{font-size: var(--fs-130);font-weight: var(--fw-6);margin-bottom: 10px;}
.sub-title p{font-size: var(--fs-24);font-weight: var(--fw-5);text-align: center;line-height: 145%;}

.sub-title h2 i{position: relative;}
.sub-title h2 i img{display: block;position: absolute;top: 15px;right: -33px;z-index: 1;}

.visual-marquee{position: absolute;bottom: 0;left: 0;width: 100%;z-index: 1;width: 2952px;}
.visual-rail{display: flex;align-items: flex-end;width: 200%;
	-webkit-animation: text-to-left 40s linear infinite;
	animation: text-to-left 40s linear infinite;
}
.visual-rail img{display: block;}

.sub-title-1{padding-bottom: 70px;}

.visual-bg-1{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

@media screen and (max-width: 1480px){
	
	.visual-marquee{width: 2000px;}
	.visual-rail img{max-width: 2000px;}
}

@media screen and (max-width: 960px){
	
	.sub-title h2{font-size: var(--fs-100);}
	.sub-title p{font-size: var(--fs-22);}
	
	.sub-title h2 i img{right: -25px;max-width: 35px;}
}

@media screen and (max-width: 720px){
	
	.sub-title h2{font-size: 42px;text-align: center;line-height: 100%;margin-bottom: 25px;}
	.sub-title p{font-size: 16px;word-break: keep-all;}
	.sub-title p br{display: none;}
	
	.sub-title h2 i img{top: 2px;right: -13px;max-width: 20px;}
	
	.visual-marquee{width: 1500px;}
	.visual-rail{
		-webkit-animation: text-to-left 20s linear infinite;
		animation: text-to-left 20s linear infinite;
	}
	.visual-rail img{max-width: 1500px;}
}

/*-- sub 1 - vision --*/
#sub-1{display: flex;justify-content: center;align-items: center;height: 100vh;position: relative;margin-bottom: 200px;}

.sub-box{text-align: center;}
#sub-1 .sub-box h4, #sub-1 .sub-box p{transform: translateY(100px);opacity: 0;white-space: nowrap;}
.sub-box h4{font-size: var(--fs-70);font-weight: var(--fw-8);line-height: 142%;margin-bottom: 32px;}
.sub-box p{font-size: var(--fs-30);font-weight: var(--fw-5);line-height: 166%;}

.sub-box-2{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;height: 0;z-index: 1;color: #FFF;overflow: hidden;}
.sub-box-2 .inner{display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;position: relative;z-index: 1;}

.sub-1-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

@media screen and (max-width: 1920px){
	
	#sub-1{margin-bottom: 0;}
}

@media screen and (max-width: 1480px){
	
	.sub-box h4{font-size: var(--fs-60);}
	.sub-box p{font-size: var(--fs-24);}
}

@media screen and (max-width: 1080px){
	
	#sub-1{margin-bottom: 200px;}
	
	.sub-box h4{font-size: var(--fs-50);}
	.sub-box p{font-size: var(--fs-20);}
}

@media screen and (max-width: 720px){

	#sub-1{margin-bottom: 0;}

	.sub-box h4, .sub-box p{white-space: normal !important;word-break: keep-all;width: 90%;margin: 0 auto;}

	.sub-box h4{font-size: 29px;margin-bottom: 20px;}
	.sub-box p{font-size: 16px;}
}

/*-- sub 2 - mission --*/
.sub-box-3{margin-top: 200px;}

.mission-box li{display: flex;align-items: center;border-bottom: 4px solid #000;position: relative;}
.mission-box li:first-child{border-top: 4px solid #000;}
.mission-box li:nth-child(even){flex-direction: row-reverse;}
.mission-box li::after{content: "";position: absolute;top: 0;left: calc( 50% - 2px );width: 4px;height: 100%;background: #000;}
.mission-box li>div{width: 50%;position: relative;overflow: hidden;}

.mission-ani{padding-bottom: 50%;}

.mission-txt{display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100%;}
.mission-txt>span{display: block;font-size: var(--fs-24);font-weight: var(--fw-6);letter-spacing: 0.3em;margin-bottom: 14px;}
.mission-txt>h4{font-size: var(--fs-60);font-weight: var(--fw-8);text-align: center;line-height: 125%;margin-bottom: 31px;}
.mission-txt>p{font-size: var(--fs-24);font-weight: var(--fw-5);line-height: 145%;text-align: center;margin-bottom: 63px;}

/*motion-1*/
.loader{position: absolute;margin: auto;top: 0;bottom: 0;left: 0;right: 0;width: 32em;height: 32em;
	animation: rotate5123 4s linear infinite;
}
.loader .white{top: 0;bottom: 0;left: 0;right: 0;background: white;opacity: 0;
	animation: flash 4s linear infinite;
}
.loader .dot{position: absolute;margin: auto;width: 13em;height: 13em;border-radius: 100%;transition: all 1s ease;}
.loader .dot:nth-child(2){top: 0;bottom: 0;left: 0;background: var(--color-1);
	animation: dotsY 4s linear infinite;
}
.loader .dot:nth-child(3){left: 0;right: 0;top: 0;background: #000;
	animation: dotsX 4s linear infinite;
}
.loader .dot:nth-child(4){top: 0;bottom: 0;right: 0;background: var(--color-2);
	animation: dotsY 4s linear infinite;
}
.loader .dot:nth-child(5){left: 0;right: 0;bottom: 0;background: #000;
	animation: dotsX 4s linear infinite;
}

@keyframes rotate5123{ 
	 
  0%{transform: rotate(0);}
  10%{width: 32em;height: 32em;}
  66%{width: 13em;height: 13em;}
  100%{transform: rotate(360deg);width: 32em;height: 32em;}
}

@keyframes dotsY{
  66%{opacity: .1;width: 13em;}
  77%{opacity: 1;width: 0;}
}

@keyframes dotsX{
  66%{opacity: .1;height: 13em;}
  77%{opacity: 1;height: 0;}
}

@keyframes flash{
  33%{opacity: 0;border-radius: 0%;}
  55%{opacity: .6;border-radius: 100%;}
  66%{opacity: 0;}
}

/*motion-2*/
.newtons-cradle{--uib-size: 320px;--uib-speed: 1.2s;--uib-color: #000;display: flex;align-items: center;justify-content: center;width: var(--uib-size);height: var(--uib-size);
	position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);
}

.newtons-cradle__dot{position: relative;display: flex;align-items: center;height: 100%;width: 25%;transform-origin: center top;}
.newtons-cradle__dot::after{content: '';display: block;width: 100%;height: 25%;border-radius: 50%;background-color: var(--uib-color);}
.newtons-cradle__dot:first-child::after{background: var(--color-1);}
.newtons-cradle__dot:last-child::after{background: var(--color-2);}
.newtons-cradle__dot:first-child{
	animation: swing var(--uib-speed) linear infinite;
}
.newtons-cradle__dot:last-child{
	animation: swing2 var(--uib-speed) linear infinite;
}

@keyframes swing{ 
	 
	0%{transform: rotate(0deg);animation-timing-function: ease-out;}
	25%{transform: rotate(70deg);animation-timing-function: ease-in;}
	50%{transform: rotate(0deg);animation-timing-function: linear;}
}

@keyframes swing2{ 

	0%{transform: rotate(0deg);animation-timing-function: linear;}
	50%{transform: rotate(0deg);animation-timing-function: ease-out;}
	75%{transform: rotate(-70deg);animation-timing-function: ease-in;}
}

/*motion-3*/
.up-arrow{position: absolute;width: 100%;height: 100%;
	--l: #3282c4;
	--b: #FFF;
	animation: weee 5s linear infinite;
	background: var(--b);
	background-image: 
		linear-gradient(
		-45deg,
		var(--l) 0% 30.76923076923077%,
		transparent 30.76923076923077% 61.53846153846154%,
		var(--l) 61.53846153846154% 92.3076923076923%,
		transparent 92.3076923076923%
	),
    linear-gradient(
		45deg,
		var(--l) 0% 30.76923076923077%,
		transparent 30.76923076923077% 61.53846153846154%,
		var(--l) 61.53846153846154% 92.3076923076923%,
		transparent 92.3076923076923%
    );
	background-size: 50% 80%;
	background-position-x: 0, 99.9%;
	background-repeat: repeat-y;
}

@keyframes weee{
	to{background-position-y: -400%;}
}

/*motion-4*/
.slice-pattern{display: flex;justify-content: center;align-items: center;position: absolute;top: 0;left: 0;width: 100%;height: 100%;
	background: #FFF;
	background: linear-gradient(
		135deg,
		var(--color-1) 25%,
		#FFF 25%,
		#FFF 50%,
		var(--color-1) 50%,
		var(--color-1) 75%,
		#FFF 75%,
		#FFF
	);
	background-size: 60% 60%;
	animation: move 12s linear infinite;
}

@keyframes move {
	0%{background-position: 0 0;}
	100%{background-position: 300% 300%;}
}

@media screen and (max-width: 1920px){
	
	#sub-2{padding-bottom: 0;}
}

@media screen and (max-width: 1280px){
	
	.mission-txt>span{font-size: var(--fs-20);}
	.mission-txt>h4{font-size: var(--fs-45);}
	.mission-txt>p{font-size: var(--fs-20);margin-bottom: 50px;}
}

@media screen and (max-width: 1080px){
	
	#sub-2{padding-bottom: 200px;}
}

@media screen and (max-width: 860px){
	
	.mission-txt>span{font-size: 14px;margin-bottom: 12px;}
	.mission-txt>h4{font-size: 30px;margin-bottom: 15px;}
	.mission-txt>p{font-size: 15px;margin-bottom: 30px;}
}

@media screen and (max-width: 720px){

	#sub-2{padding-bottom: 0;}
	
	.sub-box-3{margin-top: 150px;}
	
	.mission-box li{flex-direction: column !important;}
	.mission-box li::after{display: none;}
	.mission-box li>div{width: 100%;}
	.mission-ani{padding-bottom: 100%;margin-bottom: 40px;}
	
	.mission-txt{padding-bottom: 40px;}
	.mission-txt>h4{font-size: 24px;}
	
	.mission-ani-1, .mission-ani-3{margin-bottom: 0;}
	
	/*motion-1*/
	.loader{width: 24em;height: 24em;}
	.loader .dot{width: 8em;height: 8em;}

	@keyframes rotate5123{ 
		 
	  0%{transform: rotate(0);}
	  10%{width: 24em;height: 24em;}
	  66%{width: 8em;height: 8em;}
	  100%{transform: rotate(360deg);width: 24em;height: 24em;}
	}

	@keyframes dotsY{
	  66%{opacity: .1;width: 8em;}
	  77%{opacity: 1;width: 0;}
	}

	@keyframes dotsX{
	  66%{opacity: .1;height: 8em;}
	  77%{opacity: 1;height: 0;}
	}
	
	/*motion-2*/
	.newtons-cradle{--uib-size: 200px;}
}

/*-- sub 3 - tiktok --*/
.business-top{display: flex;align-items: center;justify-content: center;height: 100vh;}

.business-title{text-align: center;}
.business-title span{display: block;font-size: var(--fs-30);font-weight: var(--fw-6);text-align: center;margin-bottom: 25px;color: var(--color-1);}
.business-title h4{font-size: var(--fs-50);font-weight: var(--fw-7);line-height: 130%;margin-bottom: 30px;}
.business-title p{font-size: var(--fs-24);font-weight: var(--fw-5);color: #999;line-height: 160%;}

.tiktok-wrap{height: 100vh;position: relative;}

.tiktok-list{width: 100%;height: 100%;}
.tiktok-list>li{display: flex;flex-direction: column;align-items: flex-start;justify-content: center;width: 100%;height: 100%;padding-left: 100px;
	position: absolute;top: 0;z-index: 1;
}
.tiktok-list>li i{position: absolute;top: 100px;left: 40px;z-index: 1;font-size: var(--fs-20);font-weight: var(--fw-6);}
.tiktok-list>li>img{position: absolute;bottom: 150px;right: 180px;z-index: 1;}

.tiktok-title{margin-bottom: 120px;}
.tiktok-title b{font-size: var(--fs-22);font-weight: var(--fw-7);position: absolute;top: 103px;left: 104px;}
.tiktok-title span{font-size: var(--fs-100);font-weight: var(--fw-4);display: block;margin-bottom: 40px;}
.tiktok-title h4{font-size: var(--fs-36);font-weight: var(--fw-7);line-height: 140%;margin-bottom: 50px;}
    
.tiktok-title ol{display: flex;justify-content: flex-start;gap: 100px;}
.tiktok-title ol h5{font-size: var(--fs-22);font-weight: var(--fw-7);margin-bottom: 20px;}
.tiktok-title ol p{font-size: var(--fs-20);font-weight: var(--fw-4);color: #777;line-height: 160%;}

/*motion*/
.tiktok-list>li:nth-child(1){background: #FFF;left: 0;}
.tiktok-list>li:nth-child(2){background: #d33553;left: 100px;transform: translateX(calc( 100% - 100px ));}
.tiktok-list>li:nth-child(3){background: #3282c4;left: 200px;transform: translateX(calc( 100% - 200px ));}
.tiktok-list>li:nth-child(4){background: #32afc4;left: 300px;transform: translateX(calc( 100% - 300px ));}
.tiktok-list>li:nth-child(5){background: #000;left: 400px;transform: translateX(calc( 100% - 400px ));}

.tiktok-list>li:nth-child(2), .tiktok-list>li:nth-child(3), .tiktok-list>li:nth-child(4), .tiktok-list>li:nth-child(5){color: #FFF;}
.tiktok-list>li:nth-child(2) .tiktok-title ol p, .tiktok-list>li:nth-child(2) .text-link span, .tiktok-list>li:nth-child(3) .tiktok-title ol p, .tiktok-list>li:nth-child(3) .text-link span, .tiktok-list>li:nth-child(4) .tiktok-title ol p, .tiktok-list>li:nth-child(4) .text-link span, .tiktok-list>li:nth-child(5) .tiktok-title ol p, .tiktok-list>li:nth-child(5) .text-link span{color: #FFF;}
.tiktok-list>li:nth-child(2) .text-link img, .tiktok-list>li:nth-child(2)>img, .tiktok-list>li:nth-child(3) .text-link img, .tiktok-list>li:nth-child(3)>img, .tiktok-list>li:nth-child(4) .text-link img, .tiktok-list>li:nth-child(4)>img, .tiktok-list>li:nth-child(5) .text-link img, .tiktok-list>li:nth-child(5)>img{filter: brightness(0) invert(1);}
.tiktok-list>li:nth-child(2) .tiktok-title ol p, .tiktok-list>li:nth-child(3) .tiktok-title ol p, .tiktok-list>li:nth-child(4) .tiktok-title ol p, .tiktok-list>li:nth-child(5) .tiktok-title ol p{opacity: .9;}

.tiktok-list>li:nth-child(2)>img{right: 280px;}
.tiktok-list>li:nth-child(3)>img{right: 380px;}
.tiktok-list>li:nth-child(4)>img{right: 480px;}
.tiktok-list>li:nth-child(5)>img{right: 580px;}

/*why reu*/
.why-reu{background: #000;color: #FFF;margin-bottom: 200px;}
.why-reu span{display: block;font-size: var(--fs-30);font-weight: var(--fw-6);text-align: center;margin-bottom: 40px;}
.why-reu h4{font-size: var(--fs-45);font-weight: var(--fw-7);text-align: center;line-height: 150%;margin-bottom: 30px;}
.why-reu p{font-size: var(--fs-22);font-weight: var(--fw-5);text-align: center;line-height: 160%;}

.why-circle{display: flex;align-items: center;justify-content: center;margin-top: 100px;}
.why-circle li{width: calc( 100% / 3 );height: auto;padding-bottom: calc( 100% / 3 );position: relative;border-radius: 50%;}
.why-circle li:first-child{margin-right: -50px;}
.why-circle li:nth-child(2){margin-right: -50px;}
.why-circle li div{position: absolute;width: 100%;height: 100%;z-index: 1;display: flex;justify-content: center;flex-direction: column;align-items: center;}
.why-circle h4{font-size: var(--fs-30);font-weight: var(--fw-7);line-height: 150%;margin-bottom: 15px;}
.why-circle p{font-size: var(--fs-18);font-weight: var(--fw-5);line-height: 150%;}

.why-circle li:nth-child(1){border: 1px solid rgba(255,255,255,.2);}
.why-circle li:nth-child(2){border: 1px dashed rgba(255,255,255,.5);}
.why-circle li:nth-child(3){border: 1px dotted rgba(255,255,255,.8);}

@media screen and (max-width: 1920px){
	
	.why-reu{margin-bottom: 0;}
}

@media screen and (max-width: 1480px){

	.business-title span{font-size: var(--fs-30);}
	.business-title h4{font-size: var(--fs-50);line-height: 140%;}
	.business-title p{font-size: var(--fs-22);}
	
	.tiktok-title{margin-bottom: 70px;}
	.tiktok-title span{font-size: var(--fs-90);margin-bottom: 30px;}
	.tiktok-title h4{margin-bottom: 40px;}
	
	.tiktok-list>li i{top: 70px;left: 27px;}
	.tiktok-title b{top: 72px;left: 73px;}
	
	.tiktok-title ol{gap: 60px;}
	.tiktok-title ol h5{margin-bottom: 15px;}
	
	.tiktok-list>li>img{max-width: 300px;bottom: 125px;}
	
	.tiktok-list>li{padding-left: 70px;}
	.tiktok-list>li:nth-child(2){left: 70px;transform: translateX(calc( 100% - 70px ));}
	.tiktok-list>li:nth-child(3){left: 140px;transform: translateX(calc( 100% - 140px ));}
	.tiktok-list>li:nth-child(4){left: 210px;transform: translateX(calc( 100% - 210px ));}
	.tiktok-list>li:nth-child(5){left: 280px;transform: translateX(calc( 100% - 280px ));}

	.tiktok-list>li:nth-child(2)>img{right: 250px;}
	.tiktok-list>li:nth-child(3)>img{right: 320px;}
	.tiktok-list>li:nth-child(4)>img{right: 390px;}
	.tiktok-list>li:nth-child(5)>img{right: 460px;}
}

@media screen and (max-width: 1280px){
	
	.tiktok-list>li>img{max-width: 200px;}
}

@media screen and (max-width: 1080px){
	
	.tiktok-list>li i{top: 150px;}
	.tiktok-title b{top: 152px;}
	
	.why-reu{margin-bottom: 200px;}
	.why-circle li:first-child{margin-right: -25px;}
	.why-circle li:nth-child(2){margin-right: -25px;}
	.why-circle h4{font-size: var(--fs-24);}
}

@media screen and (max-width: 960px){
	
	.business-title span{font-size: var(--fs-24);}
	.business-title h4{font-size: var(--fs-36);}
	.business-title p{font-size: var(--fs-20);}

	.tiktok-list>li:nth-child(2){left: 0;transform: translateX(100%);}
	.tiktok-list>li:nth-child(3){left: 0;transform: translateX(100%);}
	.tiktok-list>li:nth-child(4){left: 0;transform: translateX(100%);}
	.tiktok-list>li:nth-child(5){left: 0;transform: translateX(100%);}

	.tiktok-list>li:nth-child(2)>img{right: 180px;}
	.tiktok-list>li:nth-child(3)>img{right: 180px;}
	.tiktok-list>li:nth-child(4)>img{right: 180px;}
	.tiktok-list>li:nth-child(5)>img{right: 180px;}
	
	.why-reu span{font-size: var(--fs-28);margin-bottom: 30px;}
	.why-reu h4{font-size: var(--fs-30);line-height: 140%;margin-bottom: 20px;}
	.why-reu p{font-size: var(--fs-20);}
	
	.why-circle{margin-top: 70px;}
	.why-circle li:first-child{margin-right: -1px;}
	.why-circle li:nth-child(2){margin-right: -1px;}
	.why-circle h4{font-size: 18px;margin-bottom: 15px;}
	.why-circle p{font-size: 13px;}
}

@media screen and (max-width: 720px){

	.business-title h4{font-size: 24px;margin-bottom: 20px;}
	.business-title p{font-size: 16px;}

	.tiktok-list>li{padding: 0 5%;}
	
	.tiktok-list>li i, .tiktok-list>li b{font-size: 16px;}
	.tiktok-list>li i{top: 100px;left: 5%;}
	
	.tiktok-title{margin-bottom: 50px;padding-top: 30px;}
	.tiktok-title b{top: 103px;left: calc( 5% + 30px );}
	.tiktok-title span{font-size: 40px;margin-bottom: 10px;}
	.tiktok-title h4{font-size: 24px;word-break: keep-all;margin-bottom: 30px;}
	.tiktok-title h4 br{display: none;}

	.tiktok-title ol{flex-direction: column;gap: 25px;}
	.tiktok-title ol li{width: 100%;}
	.tiktok-title ol h5{font-size: 17px;margin-bottom: 10px;}

	.tiktok-list>li>img{max-width: 130px;right: 5% !important;bottom: 30px;}

	.why-reu{margin-bottom: 0;}
	.why-reu h4{font-size: 20px;word-break: keep-all;}
	.why-reu h4 br{display: none;}
	.why-reu p{font-size: 14px;line-height: 150%;}
	
	.why-circle{flex-direction: column;}
	.why-circle li{width: 100%;padding-bottom: 100%;}
	.why-circle li + li{margin-top: -50px;}
}

/*-- office --*/
#sub-3{padding: 20vh 0;}
#sub-3 .sub-title{padding-bottom: 0;text-align: center;}
#sub-3 .sub-title h2{margin-bottom: 0;}

#office-slide{margin-top: -70px;position: relative;z-index: 10;}
#office-slide img{display: block;width: 100%;}

@media screen and (max-width: 1920px){
	
	#sub-3{padding-bottom: 0;}
}

@media screen and (max-width: 1480px){
	
	#office-slide{margin-top: -60px;}
}

@media screen and (max-width: 1080px){
	
	#sub-3{padding-bottom: 20vh;}
}

@media screen and (max-width: 960px){
	
	#office-slide{margin-top: -50px;}
}

@media screen and (max-width: 720px){

	#sub-3{padding-top: 30vh;padding-bottom: 0;}
	
	#office-slide{margin-top: -13px;}
}

/*-- contact --*/
#sub-4{padding: 20vh 0;}
#sub-4 .sub-title{text-align: center;margin-bottom: 70px;}
#sub-4 .sub-title h2{line-height: 110%;margin-bottom: 15px;}

#daumRoughmapContainer1740914870997{display: block;width: 100%;}
#daumRoughmapContainer1740914870997.root_daum_roughmap .wrap_controllers, #daumRoughmapContainer1740914870997 .map_border{display: none !important;}

@media screen and (max-width: 1920px){
	
	#sub-4{padding-bottom: 0;}
}

@media screen and (max-width: 1080px){
	
	#sub-4{padding-bottom: 20vh;}
}

@media screen and (max-width: 720px){

	#sub-4{padding-top: 30vh;padding-bottom: 0;}
	#sub-4 .sub-title{margin-bottom: 50px;}
	
	#daumRoughmapContainer1740914870997{height: 400px;}
}

/*-- fnb --*/
.fnb-title{margin-bottom: 60px;}
.fnb-title h4{font-size: var(--fs-50);font-weight: var(--fw-7);text-align: center;line-height: 130%;}
.fnb-title p{font-size: var(--fs-20);font-weight: var(--fw-4);line-height: 155%;text-align: center;margin-top: 25px;color: #454545;}

.fnb-list-1 li{display: flex;align-items: center;gap: 60px;}
.fnb-list-1 li:nth-child(even){flex-direction: row-reverse;}
.fnb-list-1 li + li{margin-top: 60px;}
.fnb-list-1 li figure{width: 638px;border-radius: 25px;overflow: hidden;}
.fnb-list-1 li figure img{display: block;}

.fnb-list-1 li div{width: calc( 100% - 698px )}
.fnb-list-1 li h5{font-size: var(--fs-36);font-weight: var(--fw-7);line-height: 140%;margin-bottom: 15px;}
.fnb-list-1 li p{font-size: var(--fs-20);font-weight: var(--fw-4);line-height: 155%;}

.mt-200{margin-top: 200px;}

.fnb-list-2{display: flex;align-items: flex-start;gap: 25px;}
.fnb-list-2 li{width: calc( ( 100% - 50px ) / 3 );border-radius: 25px;overflow: hidden;padding: 45px 40px;background: #F5F5F5;min-height: 512px;}

.fnb-list-2 figure{margin-bottom: 25px;}
.fnb-list-2 figure img{display: block;max-width: 70px;}

.fnb-list-2 div h5{font-size: var(--fs-36);font-weight: var(--fw-7);line-height: 145%;margin-bottom: 25px;}
.fnb-list-2 div p{font-size: var(--fs-20);font-weight: var(--fw-4);line-height: 155%;word-break: keep-all;margin-top: 15px;color: #565656;}

.fnb-list-3{display: flex;flex-wrap: wrap;align-items: flex-start;gap: 60px;row-gap: 0;border-top: 2px solid #000;}
.fnb-list-3 li{width: calc( ( 100% - 60px ) / 2 );border-bottom: 1px solid #dedede;padding: 45px 0;min-height: 262px;}
.fnb-list-3 li p{font-size: var(--fs-20);font-weight: var(--fw-4);line-height: 155%;word-break: keep-all;}

.fnb-3-title{display: flex;align-items: center;gap: 18px;margin-bottom: 25px;}
.fnb-3-title span{display: flex;align-items: center;justify-content: center;width: 52px;height: 52px;border-radius: 10px;font-size: var(--fs-20);font-weight: var(--fw-7);color: #777;background: #F5F5F5;overflow: hidden;}
.fnb-3-title h5{font-size: var(--fs-30);font-weight: var(--fw-7);line-height: 145%;}

@media screen and (max-width: 1480px){
	
	.fnb-title{margin-bottom: 50px;}
	
	.fnb-list-1 li + li{margin-top: 50px;}
	.fnb-list-1 li figure{width: 50%;}
	.fnb-list-1 li figure img{width: 100%;}
	.fnb-list-1 li div{width: calc( 50% - 60px );}
	
	.fnb-list-2 li{padding: 35px;border-radius: 20px;min-height: 420px;}
	.fnb-list-2 figure{margin-bottom: 20px;}
	.fnb-list-2 div h5{margin-bottom: 20px;}
	.fnb-list-2 div p{margin-top: 13px;}
	
	.mt-200{margin-top: 150px;}
	
	.fnb-list-3 li{min-height: 250px;}
}

@media screen and (max-width: 1280px){
	
	.fnb-list-2{display: block;}
	.fnb-list-2 li{width: 100%;min-height: auto;}
	.fnb-list-2 li + li{margin-top: 20px;}
	
	.fnb-list-2 div h5 br{display: none;}
	.fnb-list-2 div p{margin-top: 3px;}
	
	.mt-200{margin-top: 120px;}
	
	.fnb-list-3{gap: 40px;row-gap: 0;}
	.fnb-list-3 li{width: calc( ( 100% - 40px ) / 2 );}
}

@media screen and (max-width: 1080px){
	
	.fnb-title h4{font-size: var(--fs-45);}

	.fnb-list-1 li p{word-break: keep-all;}
}

@media screen and (max-width: 960px){
	
	.fnb-list-3{display: block;}
	.fnb-list-3 li{width: 100%;min-height: auto;padding: 40px 0;}
	
	.fnb-3-title{gap: 15px;margin-bottom: 20px;}
	.fnb-3-title span{width: 46px;height: 46px;}
}

@media screen and (max-width: 860px){
	
	.fnb-list-1 li{display: block;}
	
	.fnb-list-1 li figure, .fnb-list-1 li div{width: 100%;}
	.fnb-list-1 li figure{margin-bottom: 30px;}
}

@media screen and (max-width: 720px){
	
	.fnb-title{margin-bottom: 30px;}
	.fnb-title h4{font-size: 26px;}
	
	.fnb-list-1 li figure{border-radius: 15px;margin-bottom: 15px;}
	.fnb-list-1 li h5{font-size: 24px;margin-bottom: 10px;}
	
	.fnb-list-2 li{padding: 33px 28px;}
	.fnb-list-2 li + li{margin-top: 15px;}
	.fnb-list-2 figure img{max-width: 60px;}
	.fnb-list-2 div h5{font-size: 24px;margin-bottom: 10px;}
	.fnb-list-2 div p{margin-top: 10px;}
	
	.mt-200{margin-top: 100px;}
	
	.fnb-title p{margin-top: 15px;}
	
	.fnb-3-title{gap: 12px;margin-bottom: 15px;}
	.fnb-3-title span{width: 38px;height: 38px;border-radius: 6px;}
	.fnb-3-title h5{font-size: 20px;}
	
	.fnb-list-3 li{padding: 28px 0;}
}

/*-- marketing --*/
.mk-list-1 li{min-height: auto;}

.mk-list-2>li{display: flex;align-items: center;gap: 100px;}
.mk-list-2>li + li{margin-top: 60px;}

.mk-2-img{width: 50%;}

.mk-2-img figure{border-radius: 25px;overflow: hidden;}
.mk-2-img figure img{display: block;}

.mk-2-text{width: calc( 50% - 100px );}
.mk-2-text h5{font-size: var(--fs-42);font-weight: var(--fw-7);line-height: 140%;margin-bottom: 60px;}

.mk-2-text ol li{position: relative;padding-left: 30px;}
.mk-2-text ol li::before{content: "";position: absolute;top: 11px;left: 3.5px;width: 1px;height: calc( 100% + 40px );background: #000;}
.mk-2-text ol li::after{content: "";position: absolute;top: 11px;left: 0;width: 8px;height: 8px;border-radius: 8px;background: #000;}
.mk-2-text ol li:last-child::before{display: none;}
.mk-2-text ol li + li{margin-top: 40px;}
.mk-2-text ol b{font-size: var(--fs-24);font-weight: var(--fw-7);line-height: 145%;display: block;margin-bottom: 8px;}
.mk-2-text ol p{font-size: var(--fs-20);font-weight: var(--fw-4);line-height: 155%;word-break: keep-all;color: #696969;}

@media screen and (max-width: 1480px){
	
	.mk-list-2>li{gap: 80px;}
	
	.mk-2-img figure img{width: 100%;}
	
	.mk-2-text{width: calc( 50% - 80px );}
	.mk-2-text h5{margin-bottom: 50px;}
	
	.mk-2-text ol li{padding-left: 25px;}
	.mk-2-text ol li::before{height: calc( 100% + 30px );}
	.mk-2-text ol li + li{margin-top: 30px;}
}

@media screen and (max-width: 1080px){
	
	.mk-list-2>li{gap: 70px;}

	.mk-2-text{width: calc( 50% - 70px );}
	.mk-2-text h5{margin-bottom: 40px;}
}

@media screen and (max-width: 960px){
	
	.mk-list-2>li{display: block;}
	.mk-2-img, .mk-2-text{width: 100%;}
	.mk-2-img{margin-bottom: 30px;}
	
	.mk-2-text h5{margin-bottom: 30px;}
}

@media screen and (max-width: 720px){
	
	.mk-list-2>li + li{margin-top: 40px;}
	
	.mk-2-img{margin-bottom: 20px;}
	
	.mk-2-text ol li::before{top: 8px;left: 3.5px;height: calc( 100% + 20px );}
	.mk-2-text ol li::after{top: 8px;left: 0;}
	.mk-2-text ol li + li{margin-top: 20px;}
	
	.mk-2-text h5{font-size: 24px;margin-bottom: 20px;}
	.mk-2-text h5 br{display: none;}
}

/*-- support --*/
#support{background: #000;}
#support .sub-title{text-align: center;color: #FFF;}
#support .sub-title h2{font-size: var(--fs-100);line-height: 120%;margin-bottom: 30px;}
#support .sub-title h2 i img{max-width: 40px;right: -26px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1); 
}
#support .sub-title p{font-size: var(--fs-20);}

.support-visual{display: flex;align-items: center;justify-content: center;height: 100vh;position: relative;overflow: hidden;}
.support-visual figure{position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform: scale(1.1);transition: all 10s ease;
	background-image: url(/img/sub/support_bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.support-visual.on figure{transform: scale(1);}

#support .sub-box{color: #FFF;}
#support .sub-box h4{font-size: var(--fs-45);}
#support .sub-box p{font-size: var(--fs-24);}

/*support-list-1*/
.sp-title{display: flex;gap: 70px;color: #FFF;margin-bottom: 50px;}
.sp-title span{font-size: var(--fs-45);font-weight: var(--fw-5);display: block;line-height: 140%;margin-bottom: 10px;}
.sp-title h4{font-size: var(--fs-45);font-weight: var(--fw-7);line-height: 140%;}

.support-list-1>li + li{margin-top: 180px;}

.support-list-1 ol{display: flex;align-items: flex-start;gap: 25px;}
.support-list-1 ol li{width: calc( ( 100% - 50px ) / 3 );border-radius: 25px;overflow: hidden;padding: 1px;background-color: rgba(255,255,255,.15);position: relative;transition: .3s ease;}
.support-list-1 ol li::after{content: "";position: absolute;top: 50%;right: 50%;width: 100%;height: 60%;border-radius: 25px;background-color: rgba(255,255,255,.8);overflow: hidden;
	filter: blur(40px);transform-origin: right center;
	
	animation: rotate_ani 10s linear 0s infinite normal;
    -webkit-animation: rotate_ani 10s linear 0s infinite normal;
}
.support-list-1 ol li>div{border-radius: 25px;overflow: hidden;padding: 43px 38px;background: #000;position: relative;z-index: 10;}

.support-list-1 ol li figure{margin-bottom: 25px;}
.support-list-1 ol li img{display: block;max-width: 60px;}

.support-list-1 ol li div{color: #FFF;}
.support-list-1 ol li h5{font-size: var(--fs-28);font-weight: var(--fw-7);line-height: 145%;margin-bottom: 25px;}
.support-list-1 ol li p{font-size: var(--fs-18);font-weight: var(--fw-4);line-height: 155%;word-break: keep-all;}

.support-wrap{border-top: 1px solid rgba(255,255,255,.15);border-bottom: 1px solid rgba(255,255,255,.15);}

/*hover*/
.support-list-1 ol li:hover{transform: translateY(-25px);}

@keyframes rotate_ani{ 
    0% {transform: translateY(-50%) rotate(0);}
    100% {transform: translateY(-50%) rotate(360deg);}
}

@-webkit-keyframes rotate_ani{ 
    0% {transform: translateY(-50%) rotate(0);}
    100% {transform: translateY(-50%) rotate(360deg);}
}

@media screen and (max-width: 1480px){
	
	.support-list-1>li + li{margin-top: 150px;}
	
	.sp-title{gap: 50px;margin-bottom: 40px;}
	
	.support-list-1 ol{gap: 20px;}
	.support-list-1 ol li{width: calc( ( 100% - 40px ) / 3 );border-radius: 20px;}
	.support-list-1 ol li::after{border-radius: 20px;}
	.support-list-1 ol li>div{padding: 34px 32px;border-radius: 20px;}
}

@media screen and (max-width: 1080px){
	
	.support-list-1>li + li{margin-top: 100px;}
	
	.sp-title{gap: 40px;margin-bottom: 30px;}
	
	.support-list-1 ol li h5{font-size: 22px;}
	
	#support .sub-box{width: 90%;margin: 0 auto;}
	#support .sub-box h4{font-size: var(--fs-30);}
	#support .sub-box p{font-size: var(--fs-20);}
}

@media screen and (max-width: 960px){
	
	#support .sub-title h2{font-size: var(--fs-80);}
	#support .sub-title p{font-size: var(--fs-18);}
	#support .sub-title h2 i img{max-width: 30px;top: 8px;right: -20px;}
	
	.support-list-1 ol{display: block;}
	.support-list-1 ol li{width: 100%;}
	.support-list-1 ol li + li{margin-top: 20px;}
}

@media screen and (max-width: 720px){
	
	#support .sub-title h2{font-size: 36px;margin-bottom: 25px;}
	#support .sub-title p{font-size: 16px;}
	#support .sub-title h2 i img{max-width: 18px;top: 3px;right: -14px;}
	
	#support .sub-box h4{font-size: 24px;}
	#support .sub-box p{font-size: 15px;}
	
	.sp-title{gap: 25px;margin-bottom: 25px;}
	.sp-title span, .sp-title h4{font-size: 26px;}
	
	.support-list-1>li + li{margin-top: 70px;}
	
	.support-list-1 ol li{border-radius: 15px;}
	.support-list-1 ol li::after{border-radius: 15px;}
	.support-list-1 ol li>div{padding: 30px 28px;border-radius: 15px;}
	
	.support-list-1 ol li + li{margin-top: 15px;}
	.support-list-1 ol li figure{margin-bottom: 15px;}
	.support-list-1 ol li img{max-width: 50px;}
	
	.support-list-1 ol li h5{font-size: 18px;margin-bottom: 15px;}
	.support-list-1 ol li p{font-size: 15px;}
}

/*-- inquiry --*/
.inquiry-wrap{padding: 270px 0;}
.inquiry-container{width: 90%;max-width: 1680px;margin: 0 auto;}

.inquiry-title{margin-bottom: 100px;}
.inquiry-title span{display: block;font-size: var(--fs-24);font-weight: var(--fw-7);color: var(--color-1);}
.inquiry-title h4{font-size: var(--fs-90);font-weight: var(--fw-7);line-height: 145%;}

.inquiry-box{display: flex;justify-content: space-between;}
.inquiry-text{width: 40%;}
.inquiry-form{width: 60%;}

.inquiry-text h5{font-size: var(--fs-50);font-weight: var(--fw-7);line-height: 130%;margin-bottom: 25px;}
.inquiry-text p{font-size: var(--fs-20);font-weight: var(--fw-4);line-height: 160%;}

.inquiry-text ul{margin-top: 60px;}
.inquiry-text ul li + li{margin-top: 25px;}
.inquiry-text ul b, .inquiry-text ul span{display: block;}
.inquiry-text ul b{font-size: var(--fs-36);font-weight: var(--fw-7);}
.inquiry-text ul span{font-size: var(--fs-28);font-weight: var(--fw-5);margin-top: 5px;}

.form-wrap h4{display: flex;align-items: center;gap: 16px;font-size: var(--fs-28);font-weight: var(--fw-7);}
.form-wrap h4 span{display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;border-radius: 6px;font-size: var(--fs-18);font-weight: var(--fw-7);color: #FFF;background: var(--color-1);overflow: hidden;}

.form-inner{display: flex;align-items: flex-start;gap: 26px;margin-top: 25px;}
.form-inner .form-box{width: calc( ( 100% - 26px ) / 2 );}
.form-inner-100 .form-box{width: 100%;}

.form-box label{display: flex;align-items: flex-start;gap: 5px;font-size: var(--fs-17);font-weight: var(--fw-6);line-height: 1;margin-bottom: 12px;}
.form-box label b{width: 5px;height: 5px;border-radius: 5px;background: var(--color-1);}

.form-input{display: block;width: 100%;line-height: 55px;border: 1px solid #ddd;border-radius: 6px;outline: none;padding: 0 20px;font-size: var(--fs-18);background: #fafafa;}
.form-input:focus{outline: none;border-color: #000;}
.form-input::placeholder{font-weight: 400;color: #999;}

textarea.form-input{padding: 14px 20px;line-height: 150%;min-height: 150px;resize: vertical;}

.field-wrap{margin-top: 13px;padding: 15px 20px;border-radius: 6px;background: #f9f9f9;border: 1px solid #ddd;}

.check-box{position: relative;}
.check-box input[type=checkbox], .check-box input[type=radio]{position: absolute;top: 0;left: 0;width: 0;height: 0;opacity: 0;outline: 0;z-index: -1;overflow: hidden;}
.check-box input[type=checkbox] + label, .check-box input[type=radio] + label{display: flex;align-items: center;gap: 12px;color: rgba(0,0,0,.4);font-weight: 500;cursor: pointer;}
.check-box input[type=checkbox] + label span, .check-box input[type=radio] + label span{width: 20px;height: 20px;border: 2px solid #000;overflow: hidden;}
.check-box input[type=checkbox] + label a, .check-box input[type=radio] + label a{font-size: 12px;background-color: var(--color-1);color: #FFF;font-weight: 700;line-height: 26px;padding: 0 10px;border-radius: 26px;}
.check-box input[type=checkbox]:checked + label, .check-box input[type=radio]:checked + label{color: #000;}
.check-box input[type=checkbox]:checked + label span, .check-box input[type=radio]:checked + label span{background: url(/img/chk.png) no-repeat 50% 50% #000;border-color: #000;}

.mt-60{margin-top: 60px;}

.from-btn{display: block;width: 240px;line-height: 80px;border-radius: 80px;font-size: var(--fs-24);font-weight: var(--fw-7);background: var(--color-1);color: #FFF;margin-top: 60px;}

/*contact-check*/
.contact-check{display: flex;align-items: center;flex-wrap: wrap;gap: 8px;position: relative;}
.contact-check input[type=checkbox], .contact-check input[type=radio]{position: absolute;top: 0;left: 0;width: 0;height: 0;opacity: 0;outline: 0;z-index: -1;overflow: hidden;}
.contact-check input[type=checkbox] + label, .contact-check input[type=radio] + label{cursor: pointer;margin-bottom: 0;}
.contact-check input[type=checkbox] + label span, .contact-check input[type=radio] + label span{display: flex;justify-content: center;align-items: center;height: 55px;border: 1px solid #ddd;border-radius: 6px;overflow: hidden;padding: 0 20px;font-weight: var(--fw-4);color: #999;}
.contact-check input[type=checkbox]:checked + label span, .contact-check input[type=radio]:checked + label span{background: #000;color: #FFF;border-color: #000;-webkit-text-stroke: 0.02em;}

@media screen and (max-width: 1480px){
	
	.inquiry-wrap{padding: 220px 0;}
	
	.inquiry-title h4{font-size: var(--fs-80);}
	.inquiry-text h5{font-size: var(--fs-45);}
	
	.form-inner{gap: 20px;margin-top: 20px;}
	.form-inner .form-box{width: calc( ( 100% - 20px ) / 2 );}
	.form-inner-100 .form-box{width: 100%;}
	
	.form-box label{font-size: 15px;margin-bottom: 10px;}
	
	.form-input{line-height: 52px;font-size: 15px;font-weight: 400;}
	.form-input::placeholder{font-size: 15px;}
	
	.mt-60{margin-top: 50px;}
	
	.check-box input[type=checkbox] + label, .check-box input[type=radio] + label{font-size: 15px;}
	
	.from-btn{margin-top: 50px;}
	
	.contact-check input[type=checkbox] + label span, .contact-check input[type=radio] + label span{font-size: 15px;height: 52px;}
}

@media screen and (max-width: 1280px){
	
	.inquiry-text, .inquiry-form{width: 50%;}
}

@media screen and (max-width: 1080px){
	
	.inquiry-wrap{padding: 180px 0;}
	
	.inquiry-title{margin-bottom: 70px;}
	.inquiry-title h4{font-size: var(--fs-70);}
	
	.inquiry-text h5{margin-bottom: 20px;}
	
	.inquiry-text ul{margin-top: 50px;}
	.inquiry-text ul b{font-size: var(--fs-30);}
	.inquiry-text ul span{font-size: var(--fs-24);}
}

@media screen and (max-width: 960px){
	
	.inquiry-wrap{padding: 160px 0;}
	
	.inquiry-box{display: block;}
	.inquiry-text, .inquiry-form{width: 100%;}
	.inquiry-text{margin-bottom: 70px;}
	
	.inquiry-title{margin-bottom: 40px;}
	
	.inquiry-text ul{margin-top: 40px;}
	.inquiry-text ul li + li{margin-top: 20px;}
}

@media screen and (max-width: 720px){
	
	.inquiry-wrap{padding: 120px 0;}
	
	.inquiry-title span{font-size: 16px;}
	.inquiry-title h4{font-size: 40px;}
	
	.inquiry-text{margin-bottom: 50px;}
	.inquiry-text h5{font-size: 30px;}
	.inquiry-text ul{margin-top: 30px;}
	.inquiry-text ul b{font-size: 20px;}
	.inquiry-text ul span{font-size: 16px;}
	
	.form-wrap h4{font-size: 20px;gap: 14px;margin-bottom: 25px;}
	.form-wrap h4 span{width: 34px;height: 34px;}
	
	.form-inner{display: block;margin-top: 15px;}
	.form-inner .form-box{width: 100%;margin-top: 15px;}

	.form-input{line-height: 50px;padding: 0 16px;}
	textarea.form-input{padding: 14px 16px;}
	
	.form-box label{gap: 4px;margin-bottom: 8px;}
	.form-box label b{width: 4px;height: 4px;}
	
	.mt-60{margin-top: 30px;}
	
	.from-btn{width: 100%;line-height: 60px;margin: 0 auto;margin-top: 30px;}
	
	.field-wrap{padding: 14px 16px;}
	.check-box input[type=checkbox] + label, .check-box input[type=radio] + label{flex-wrap: wrap;}
	
	.contact-check input[type=checkbox] + label span, .contact-check input[type=radio] + label span{height: 52px;padding: 0 16px;}
}

/*-- contect success --*/
.success-title{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.success-title h4{font-size: var(--fs-36);font-weight: var(--fw-8);margin-bottom: 15px;text-align: center;line-height: 135%;}
.success-title p{font-size: var(--fs-20);font-weight: var(--fw-4);text-align: center;line-height: 160%;}

.success-info{background: #f9f9f9;border-radius: 6px;padding: 20px;max-width: 40%;margin: 0 auto;margin-top: 25px;}
.success-info p{font-weight: var(--fw-4);text-align: center;line-height: 160%;color: #777;}

@media screen and (max-width: 1480px){
	
	.success-title dotlottie-player{width: 200px !important;height: 200px !important;}
	
	.success-info{max-width: 45%;}
}

@media screen and (max-width: 1280px){

	.success-info{max-width: 60%;}
}

@media screen and (max-width: 960px){

	.success-info{max-width: 100%;}
}

@media screen and (max-width: 720px){

	.success-title dotlottie-player{width: 150px !important;height: 150px !important;}
	
	.success-title h4{font-size: 28px;}
	.success-title p{font-size: 16px;}
	
	.success-info p{font-size: 15px;}
}