/* intro */
#intro{ width: 100%; height: 100%; background: #FFF; text-align: center; position: fixed; top: 0; left: 0; z-index: 1000; }
#intro > div{ height: 100%; }
#intro .center{ height: 100%; display: flex; flex-direction: column; justify-content: center; position: relative; }
#intro svg{ width: auto; height: auto; overflow: visible; }

#intro .txt{ opacity: 0; animation: introFadeIn 1s 0.3s both; }
#intro .txt .black{ animation: introFadeIn 0.7s 1.3s reverse both; }
#intro .txt .red{ animation: introMoveCenter 0.7s 2s both; }
#intro .txt .red01{ --x: 37.6%; }
#intro .txt .red02{ --x: 34%; }
#intro .txt .red03{ --x: 32.5%; }
#intro .txt .red04{ --x: 32.5%; }
#intro .txt .red05{ --x: 32.5%; }
#intro .txt .red06{ --x: 17.9%; }
#intro .txt .red07{ --x: 17.9%; }
#intro .txt .red08{ --x: -3.5%; }
#intro .txt .red09{ --x: -10.5%; }
#intro .txt .red10{ --x: -24.75%; }

#intro .symbol{ position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); opacity: 0;  animation: introFadeIn 0.7s 3s both; }

#intro .logo{ display: none; overflow: hidden; }
#intro .logo .text{ 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); }
#intro .logo .text01{ --delay: 0s; }
#intro .logo .text02{ --delay: 0.1s; }
#intro .logo .text03{ --delay: 0.2s; }
#intro .logo .text04{ --delay: 0.3s; }
#intro .logo .text05{ --delay: 0.4s; }
#intro .logo .text06{ --delay: 0.5s; }
#intro .logo .text07{ --delay: 0.6s; }
#intro .logo .text08{ --delay: 0.7s; }
#intro .logo .text09{ --delay: 0.8s; }
#intro .logo .text10{ --delay: 0.9s; }
#intro .logo .object{ --delay: 2s; opacity: 0; }

@media screen and (max-width: 1700px){
	#intro svg{ height: 100px; }
}

@media screen and (max-width: 1280px){
	#intro svg{ height: 80px; }
}

@media screen and (max-width: 1000px){
	#intro .txt,
	#intro .symbol{ display: none; }
	#intro .logo{ display: block; opacity: 0; animation: introFadeIn 0.3s both; }

	#intro .logo .text{ animation: textClip 1s calc(var(--delay) + 0.3s) both; }
	#intro .logo .object{ animation: introFadeIn 1s calc(var(--delay) + 0.3s) both; }
}

/* 간격 */
.pt180{ padding-top: 180px; }
.pb180{ padding-bottom: 180px; }


/* title-box */
.title-box h3{ font-family: var(--engFont); font-size: 8.4rem; font-weight: 500; color: #111; }
.title-box h3 a{ margin-left: 30px; }
.title-box h3 i{ display: inline-block; width: 31px; height: 31px; background: url("/img/main/icon_arrow.svg") no-repeat center center / contain; vertical-align: text-top; position: relative; top: calc(1.3em / 2); transform: translateY(-50%); }
.title-box p{ font-size: 22px; font-weight: 400; color: #333; line-height: 1.7; margin-top: 40px; }


/* viewmore */
.viewmore{ display: inline-flex; align-items: center; font-family: var(--engFont); font-size: 21px; font-weight: 400; color: #FFF !important; }
.viewmore i{ display: inline-block; width: 11px; height: 11px; background: url("/img/main/icon_viewmore.svg") no-repeat center center / contain; margin-left: 10px; } 


/* slide-info */
.slide-info{ display: flex; align-items: center; }
.slide-info span{ font-family: var(--engFont); font-size: 17px; font-weight: 600; color: #FFF; }
.slide-info button{ display: inline-flex; background: none; border: none; }
.slide-info button i{ display: inline-block; width: 8px; height: 12px; }
.slide-info .prev i{ background: url("/img/main/icon_prev.svg") no-repeat center center / contain; }
.slide-info .next i{ background: url("/img/main/icon_next.svg") no-repeat center center / contain; }

@media screen and (max-width: 1700px){
	/* 간격 */
	.pt180{ padding-top: 130px; }
	.pb180{ padding-bottom: 130px; }

	/* title-box */
	.title-box h3 a{ margin-left: 25px; }
	.title-box h3 i{ width: 25px; height: 25px; }
	.title-box p{ font-size: 20px; margin-top: 30px; }

	/* viewmore */
	.viewmore{ font-size: 20px; }
}

@media screen and (max-width: 1280px){
	/* 간격 */
	.pt180{ padding-top: 100px; }
	.pb180{ padding-bottom: 100px; }

	/* title-box */
	.title-box h3{ font-size: 8rem; }
	.title-box h3 a{ margin-left: 20px; }
	.title-box h3 i{ width: 20px; height: 20px; }
	.title-box p{ font-size: 18px; margin-top: 20px; }

	/* viewmore */
	.viewmore{ font-size: 20px; }
	.viewmore i{ width: 10px; height: 10px; } 

	/* slide-info */
	.slide-info span{ font-size: 16px; }
}

@media screen and (max-width: 900px){
	/* title-box */
	.title-box h3{ font-size: 7rem; }
	.title-box h3 a{ margin-left: 15px; }
	.title-box h3 i{ width: 15px; height: 15px; top: calc((1.3em / 2) + 1px); }
	.title-box p{ margin-top: 15px; }
}


/* visual */
#visual{ position: relative; }
#visual .visual{ max-height: 100svh; height: 100vh; position: relative; }
#visual .visual video{ 
	min-height: 110vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	width: 100vw;
	height: 60vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	pointer-events: none;
}
#visual .cover{ padding-bottom: 50px; position: absolute; bottom: 0; left: 0; right: 0; }
#visual .cover .flex-box{ display: flex; align-items: flex-end; }
#visual .cover .left{ flex: 1 1 auto; min-width: 0; }

#visual .cover .txt-wrap{ margin-top: 50px; }
#visual .cover .txt-wrap .slick-track{ display: flex; }
#visual .cover .txt{ float: unset; height: auto; display: flex; flex-direction: column; justify-content: flex-end; }
#visual .cover h2{ font-size: 7.2rem; font-weight: 600; color: #FFF; margin-bottom: 30px; }
#visual .cover p{ font-size: 32px; font-weight: 400; color: #FFF; }
#visual .cover p strong{ font-weight: 600; }
#visual .cover .slick-active h2{ animation: fadeLeft 1s both; }
#visual .cover .slick-active p{ animation: fadeLeft 1s 0.15s both; }

#visual .slide-info{ margin: -9px; }
#visual .slide-info button{ padding: 9px; }

#visual .line{ width: 60px; background: rgba(255, 255, 255, 0.1); margin: 0 9px; }
#visual .line div{ width: 0; height: 2px; background: var(--mainColor); }

#visual .bar{ height: 1px !important; background: rgba(255, 255, 255, 0.2); margin-top: 70px; }
#visual .bar div{ width: 0; height: 100%; background: #FFF; }

#visual .scrolldown{ display: inline-flex; flex-direction: column; font-family: var(--engFont); font-size: 17px; font-weight: 500; color: #FFF; position: relative; overflow: hidden; }
#visual .scrolldown span{ display: inline-block; animation: scrolldown 2s infinite; }
#visual .scrolldown span:first-of-type{ position: relative; top: 0; left: 0; }
#visual .scrolldown span:last-of-type{ position: absolute; top: 100%; left: 0; }

@media screen and (max-width: 1700px){
	#visual .cover{ padding-bottom: 40px; }
	#visual .cover h2{ margin-bottom: 25px; }
	#visual .cover p{ font-size: 28px; }

	#visual .bar{ margin-top: 50px; }

	#visual .scrolldown{ font-size: 16px; }  
}

@media screen and (max-width: 1280px){
	#visual .cover{ padding-bottom: 30px; }
	#visual .cover .txt-wrap{ margin-top: 40px; }
	#visual .cover h2{ margin-bottom: 20px; }
	#visual .cover p{ font-size: 24px; }

	#visual .bar{ margin-top: 40px; }

	#visual .scrolldown{ font-size: 15px; }  
}

@media screen and (max-width: 1000px){
	#visual .cover .flex-box{ height: 100%; flex-direction: column; align-items: flex-end; }
	#visual .cover .left{ width: 100%; flex: unset; margin-bottom: 50px; }
}

@media screen and (max-width: 900px){
	#visual .cover h2{ font-size: 6.5rem; }
	#visual .cover p{ font-size: 19px; }
}

@media screen and (max-width: 800px){
	#visual .cover h2 span{ display: block; }
}


/* company */
#company{ overflow: hidden; }
#company .title-box{ margin-bottom: 120px; }
#company .bg{ background: url("/img/main/company_img.jpg") no-repeat center right 30% / cover; }
#company .grid-box{ display: grid; grid-template-columns: repeat(3, calc(100% / 3)); margin: -1px; }

#company .item{ min-height: 550px; border: 1px solid #FFF; position: relative; opacity: 1 !important; }
#company .item::after{ content: ""; width: calc(100% + 4px); height: calc(100% + 4px); background: #FFF; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); clip-path: inset(0 0 0 0); -webkit-clip-path: inset(0 0 0 0); transition: clip-path var(--aosT); }
#company .item a{ height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 30px; position: relative; overflow: hidden; }
#company .item a::before,
#company .item a::after{ content: ""; position: absolute; box-sizing: border-box; }
#company .item a::before{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); backdrop-filter: blur(7px); top: 0; left: 0; }
#company .item a::after{ width: calc(100% + 6px); height: calc(100% + 6px); border: 0px solid #FFF; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: border-width 0.4s; will-change: border-width; }
#company .item dl{ text-align: center; color: #FFF; }
#company .item dl .icon{ margin-bottom: 80px; }
#company .item dl dt{ font-size: 32px; font-weight: 500; position: relative; }
#company .item dl dd{ font-size: 19px; font-weight: 400; line-height: 1.7; margin-top: 30px; position: relative; }

#company .item.aos-animate::after{ clip-path: inset(0 0 0 100%); -webkit-clip-path: inset(0 0 0 100%); }

@media screen and (hover: hover) and (pointer: fine){
	#company .item a::before{ background: rgba(0, 0, 0, 0.7); opacity: 0; transition: opacity 0.4s; }
	#company .item dl > *{ top: 50%; transition: opacity 0.4s, top 0.4s, transform 0.4s; }
	#company .item dl dt{ opacity: 0.5; transform: translateY(-50%); }
	#company .item dl dd{ opacity: 0; transform: translateY(100%); }

	#company .item:hover a::before{ opacity: 1; }
	#company .item:hover a::after{ border-width: 10px; }
	#company .item:hover dl > *{ top: 0; transform: translateY(0) !important; }
	#company .item:hover dl dt{ opacity: 1; }
	#company .item:hover dl dd{ opacity: 1; }
}

@media screen and (max-width: 1700px){
	#company .title-box{ margin-bottom: 90px; }

	#company .item{ min-height: 450px; }
	#company .item dl .icon{ margin-bottom: 60px; }
	#company .item dl dt{ font-size: 28px; }
	#company .item dl dd{ margin-top: 20px; }
}

@media screen and (max-width: 1400px){
	#company .item{ min-height: 400px; }
}

@media screen and (max-width: 1280px){
	#company .title-box{ margin-bottom: 60px; }

	#company .item{ min-height: 350px; }
	#company .item dl .icon{ margin-bottom: 40px; }
	#company .item dl dt{ font-size: 24px; }
	#company .item dl dd{ font-size: 18px; margin-top: 15px; }
}

@media screen and (max-width: 1200px){
	#company .item br{ display: none; }
}

@media screen and (max-width: 1000px){
	#company .grid-box{ grid-template-columns: repeat(1, 100%); position: relative; }
	#company .grid-box::after{ content: ""; width: 100%; height: 2px; background: #FFF; position: absolute; top: 100%; left: 0; transform: translateY(-1px); }
	#company .item{ min-height: auto; }
	#company .item br{ display: block; }
	#company .item a{ padding: 50px 40px; }
}

@media screen and (max-width: 900px){
	#company .title-box{ margin-bottom: 40px; }

	#company .item dl dt{ font-size: 22px; }
}

@media screen and (max-width: 720px){
	#company .title-box br{ display: none; }
}


/* business */
#business{
	--width: 300px;
	--height: 360px;
}
#business{ height: 250vh; position: relative; }
#business .sticky{ width: 100%; height: 100vh; display: flex; flex-direction: column; justify-content: center; position: sticky; top: 0; left: 0; opacity: 1 !important; }
#business .title{ text-align: center; position: absolute; top: calc(100% - var(--height)); left: 0; right: 0; transform: translateY(0); opacity: 1; transition: transform 0.8s, opacity 0.8s; }
#business .title-box{ padding-bottom: 188px; transform: translateY(-100%); }

#business .bg{ width: 100%; height: 100%; background: url("/img/main/business_img.jpg") no-repeat center center / cover; position: absolute; top: 0; left: 0; transform: translateY(calc((100% - var(--height)) / 2)); clip-path: inset(calc(50% - (var(--height) / 2)) calc(50% - (var(--width) / 2)) calc(50% - (var(--height) / 2)) calc(50% - (var(--width) / 2))); transition: transform 0.8s, clip-path 0.8s 1s; }
#business .bg::after{ content: ""; width: 100%; height: 100%; display: block; background: rgba(0, 0, 0, 0.5); opacity: 0; transition: opacity 0.8s 1.5s; }

#business .text{ position: relative; z-index: 10; opacity: 0; transform: translateY(var(--aosP)); transition: opacity var(--aosT) 2s, transform var(--aosT) 2s; }
#business .text h4{ font-size: 7.2rem; font-weight: 500; color: #FFF; line-height: 1.5; margin-bottom: 60px; }
#business .text .p-box{ max-width: 835px; width: 100%; margin-left: auto; }
#business .text p{ font-size: 22px; font-weight: 400; color: #FFF; line-height: 1.7; }
#business .text p:not(:last-of-type){ margin-bottom: 40px; }
#business .text a{ margin: -10px; margin-top: 50px; padding: 10px; }

#business .aos-animate .title{ transform: translateY(var(--aosM)); opacity: 0; }
#business .aos-animate .bg{ transform: translateY(0); clip-path: inset(0 0 0 0); -webkit-clip-path: inset(0 0 0 0); }
#business .aos-animate .bg::after{ opacity: 1; }
#business .aos-animate .text{ opacity: 1; transform: translateY(0); }

@media screen and (max-width: 1700px){
	#business .text h4{ margin-bottom: 40px; }
	#business .text .p-box{ max-width: 750px; }
	#business .text p{ font-size: 20px; }
	#business .text p:not(:last-of-type){ margin-bottom: 30px; }
}

@media screen and (max-width: 1280px){
	#business .text h4{ margin-bottom: 30px; }
	#business .text .p-box{ max-width: 650px; }
	#business .text p{ font-size: 18px; }
	#business .text p:not(:last-of-type){ margin-bottom: 20px; }
}

@media screen and (max-width: 900px){
	#business .text h4{ font-size: 6.5rem; }
}

@media screen and (max-width: 650px){
	#business .text .p-box br{ display: none; }
}


/* news */
#news .title-box{ margin-bottom: 80px; }
#news .overflow{ overflow: hidden; clip-path: inset(0 0 0 calc((100% - 1720px) / 2)); -webkit-clip-path: inset(0 0 0 calc((100% - 1720px) / 2)); }

#news .news-wrap,
#news .news-wrap .slick-list{ overflow: visible; }
#news .news-wrap .slick-list{ margin-right: -20px; }
#news .news{ margin-right: 20px; }
#news .news a{ display: block; border-top: 2px solid #000; padding-top: 40px; position: relative; }
#news .news a::before{ content: ""; width: 100%; height: 2px; background: var(--mainColor); position: absolute; top: -2px; left: 0; transform: scaleX(0); transform-origin: left; transition: transform 0.5s; }
#news .news p{ font-family: var(--engFont); font-size: 16px; font-weight: 400; color: #CCC; }
#news .news h6{ height: 3em; display: -webkit-box; font-size: 22px; font-weight: 500; color: #111; line-height: 1.5; text-overflow: ellipsis; overflow: hidden; word-break: break-all; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 20px 0 60px; }
#news .news div{ text-align: right; }
#news .news span{ display: inline-flex; align-items: center; font-family: var(--engFont); font-size: 16px; font-weight: 600; color: #CCC; transition: color 0.5s; }
#news .news span i{ display: inline-block; width: 11px; height: 11px; background: url("/img/main/icon_viewmore_color.svg") no-repeat center center / contain; margin-left: 10px; filter: grayscale(1) brightness(3.8); -webkit-filter: grayscale(1) brightness(3.8); transition: filter 0.5s; }

#news .slide-info{ margin-top: 80px; }
#news .slide-info > *:last-child{ margin-right: -15px; }
#news .slide-info span{ color: #CCC; padding: 0 15px; position: relative; }
#news .slide-info span.idx{ color: var(--mainColor); padding-left: 0; }
#news .slide-info span.length{ padding-right: 0; }
#news .slide-info span::before{ content: ""; width: 2px; height: 10px; background: #000; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#news .slide-info span:last-of-type::before{ display: none; }
#news .slide-info button{ padding: 15px; margin-block: -15px; }
#news .slide-info button i{ filter: invert(1); -webkit-filter: invert(1); }

#news .bar{ flex: 1 1 auto; min-width: 0; background: #EEE; margin-right: 5px; }
#news .bar div{ width: 0; height: 3px; background: var(--mainColor); }

@media screen and (hover: hover) and (pointer: fine){
	#news .news:hover a::before{ transform: scaleX(1); }
	#news .news:hover span{ color: var(--mainColor); }
	#news .news:hover span i{ filter: unset; -webkit-filter: unset; }
}

@media screen and (max-width: 1760px){
	#news .overflow{ clip-path: inset(0 0 0 20px); -webkit-clip-path: inset(0 0 0 20px); }
}

@media screen and (max-width: 1700px){
	#news .title-box{ margin-bottom: 60px; }

	#news .news a{ padding-top: 30px; }
	#news .news h6{ font-size: 20px; margin: 15px 0 50px; }

	#news .slide-info{ margin-top: 60px; }
}

@media screen and (max-width: 1280px){
	#news .title-box{ margin-bottom: 30px; }

	#news .news a{ padding-top: 22px; }
	#news .news p{ font-size: 15px; }
	#news .news h6{ font-size: 19px; margin: 10px 0 35px; }
	#news .news span i{ width: 9px; height: 9px; }

	#news .slide-info{ margin-top: 30px; }
}

@media screen and (max-width: 600px){
	#news .news{ width: 320px; }

	#news .news.slick-active a::before{ transform: scaleX(1); }
	#news .news.slick-active span{ color: var(--mainColor); }
	#news .news.slick-active span i{ filter: unset; -webkit-filter: unset; }

	#news .news.slick-now a::before{ transform: scaleX(1); }
	#news .news.slick-now span{ color: var(--mainColor); }
	#news .news.slick-now span i{ filter: unset; -webkit-filter: unset; }
}


/* customer */
#customer .slide{ max-height: 42px; display: flex; overflow: hidden; opacity: 1 !important; }
#customer .slide:not(:last-of-type){ margin-bottom: 100px; }
#customer .slide *{ width: max-content; max-height: 100%; }
#customer .slide ul{ display: flex; align-items: center; }
#customer .slide ul li{ padding-right: 120px; opacity: 0; transform: scale(0.5); transition: opacity var(--aosT), transform var(--aosT); }
#customer.aos-animate .slide ul li{ opacity: 1; transform: scale(1); }

/* 왼쪽으로 롤링 */
#customer.aos-animate .slide:nth-of-type(odd) .origin{ animation: calc(var(--length) * 4.5s) linear var(--aosT) infinite normal forwards running origin_left; }
#customer.aos-animate .slide:nth-of-type(odd) .clone{ animation: calc(var(--length) * 4.5s) linear var(--aosT) infinite normal none running clone_left; }

/* 오른쪽으로 롤링 */
#customer.aos-animate .slide:nth-of-type(even) .origin{ animation: calc(var(--length) * 4.5s) linear var(--aosT) infinite normal forwards running origin_right; }
#customer.aos-animate .slide:nth-of-type(even) .clone{ animation: calc(var(--length) * 4.5s) linear var(--aosT) infinite normal none running clone_right; }

@media screen and (max-width: 1700px){
	#customer .slide:not(:last-of-type){ margin-bottom: 80px; }
	#customer .slide ul li{ padding-right: 100px; }
}

@media screen and (max-width: 1280px){
	#customer .slide:not(:last-of-type){ margin-bottom: 60px; }
	#customer .slide ul li{ padding-right: 80px; }
}


/* bottom */
#bottom{ padding-bottom: 200px; }
#bottom .w1920{ padding: 0 20px; }
#bottom .relative{ border-radius: 20px; overflow: hidden; position: relative; z-index: 10; }
#bottom .relative > .bg{ opacity: 0; }
#bottom .bg{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; }
#bottom .bg img{ width: 100%; height: 100%; object-fit: cover; }

#bottom .grid-box{ display: grid; grid-template-columns: repeat(2, 50%); margin: -10px; }
#bottom .item{ border-radius: 20px; overflow: hidden; position: relative; margin: 10px; }
#bottom .item .bg{ opacity: 1; }
#bottom .item .bg::after{ content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.15); position: absolute; top: 0; left: 0; }
#bottom .item a{ height: 100%; display: block; padding: 60px 0; }
#bottom .item .box{ height: 100%; display: flex; align-items: center; padding: 0 160px; position: relative; }
#bottom .item:last-of-type .box::after{ display: none; }
#bottom .item .icon{ flex-shrink: 0; }
#bottom .item .text{ flex: 1 1 auto; min-width: 0; min-height: 360px; display: flex; flex-direction: column; justify-content: center; color: #FFF; padding-left: 60px; }
#bottom .item .text h6{ font-size: 38px; font-weight: 600; margin-bottom: 20px; }
#bottom .item .text p{ font-size: 20px; font-weight: 400; }
#bottom .item .text .eng{ font-weight: 500; }

@media screen and (hover: hover) and (pointer){
	#bottom .relative > .bg{ opacity: 1; }

	#bottom .grid-box{ margin: 0; }
	#bottom .item{ margin: 0; position: static; }
	#bottom .item .bg::after{ opacity: 0; }
	#bottom .item .box::after{ content: ""; width: 1px; height: 100%; background: rgba(255, 255, 255, 0.2); position: absolute; top: 0; right: 0; }
	#bottom .item .box > *{ opacity: 0.3; transition: opacity var(--aosT); }
	#bottom .item .bg{ opacity: 0; transition: opacity var(--aosT); }

	#bottom .item:hover .bg{ opacity: 1; }
	#bottom .item:hover .box > *{ opacity: 1; }
}

@media screen and (max-width: 1700px){
	#bottom{ padding-bottom: 150px; }
	#bottom .item a{ padding: 40px 0; }
	#bottom .item .box{ padding: 0 80px; }
	#bottom .item .text{ min-height: 300px; padding-left: 50px; }
	#bottom .item .text h6{ font-size: 32px; margin-bottom: 15px; }
	#bottom .item .text p{ font-size: 19px; }
}

@media screen and (max-width: 1280px){
	#bottom{ padding-bottom: 100px; }
	#bottom .item a{ padding: 30px 0; }
	#bottom .item .box{ padding: 0 45px; }
	#bottom .item .text{ min-height: 240px; padding-left: 40px; }
	#bottom .item .text h6{ font-size: 28px; }
	#bottom .item .text p{ font-size: 18px; }
}

@media screen and (max-width: 1000px){
	#bottom .relative > .bg{ opacity: 0; }

	#bottom .grid-box{ grid-template-columns: repeat(1, 100%); margin: -15px; }
	#bottom .item{ position: relative; margin: 15px; }
	#bottom .item .bg{ opacity: 1 !important; }
	#bottom .item .bg::after{ opacity: 1; }
	#bottom .item a{ padding: 45px 0; }
	#bottom .item .box{ flex-direction: column; text-align: center; }
	#bottom .item .box::after{ width: calc(100% - 90px); height: 1px; top: calc(100% + 45px); right: 50%; transform: translate(50%, -100%); }
	#bottom .item .box > *{ opacity: 1; }
	#bottom .item .text{ min-height: unset; padding-left: 0; padding-top: 30px; }
	#bottom .item .text p span{ display: block; }
}

@media screen and (max-width: 900px){
	#bottom .item .text h6{ font-size: 24px; }
}