/* 서브 비주얼 이미지 */
#visual .bg1{ background: url("/img/sub/company_bg.jpg") no-repeat center center / cover; }
#visual .bg2{ background: url("/img/sub/process_bg.jpg") no-repeat center center / cover; }
#visual .bg3{ background: url("/img/sub/product_bg.jpg") no-repeat center center / cover; }
#visual .bg4{ background: url("/img/sub/rnd_bg.jpg") no-repeat center center / cover; }
#visual.visual5{ display: none; }


/* visual */
#visual{
	--before: 15px;
	--after: -0.02em;
}
#visual{ position: relative; }
#visual .overflow{ min-height: 300px; padding-bottom: 31.4968%; position: relative; overflow: hidden; }
#visual .bg{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; animation: bgScale2 calc((var(--aosT) * 2) + 0.3s) both; }
#visual .text{ position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
#visual h2{ font-size: 8.5rem; font-weight: 600; color: #FFF; letter-spacing: -0.02em; line-height: 1.5; text-align: center; 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); animation: textClip var(--aosT) 0.3s both; }
#visual h2 em{ letter-spacing: var(--before); animation: letterSpacing var(--aosT) calc(var(--aosT) + 0.3s) both; }


/* lnb */
#lnb{ position: absolute; bottom: 0; left: 0; right: 0; z-index: 10; 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); animation: textClip var(--aosT) 0.3s both; }
#lnb::before{ content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); filter: blur(10px); -webkit-filter: blur(10px); position: absolute; top: 0; left: 0; z-index: -1; }
#lnb ul{ display: flex; justify-content: center; }
#lnb ul li a{ height: 80px; display: flex; justify-content: center; align-items: center; font-size: 18px; font-weight: 300; color: #FFF; letter-spacing: -0.02em; text-align: center; padding: 0 50px; }
#lnb ul li.on a{ font-weight: 400; color: var(--mainColor); }

/* common */
:root{
	--subPt: 140px;
	--subPb: 200px;
}
#sub.scroll{ --subPt: 90px; padding-top: var(--headerH); }
.sub-content{ padding: var(--subPt) 0 var(--subPb); }
.grayBg{ background: #F6F6F6; }
.red{ color: var(--mainColor) !important; }
.eng{ font-family: var(--engFont) !important; }


/* 간격 */
.pt160{ padding-top: 160px; }
.pb160{ padding-bottom: 160px; }
.pt130{ padding-top: 130px; }
.pb130{ padding-bottom: 130px; }
.pt100{ padding-top: 100px; }
.pb100{ padding-bottom: 100px; }


/* page-title */
.page-title{ text-align: center; margin-bottom: 100px; }
.page-title span{ display: block; font-family: var(--engFont); font-size: 22px; font-weight: 600; color: var(--mainColor); letter-spacing: -0.02em; margin-bottom: 10px; }
.page-title h3{ font-size: 6.5rem; font-weight: 700; color: #111; letter-spacing: -0.02em; }


/* sec-title */
.sec-title h4{ font-size: 4.4rem; font-weight: 600; color: #111; letter-spacing: -0.02em; text-align: center; }


/* dot-tit */
.dot-tit{ font-size: 5rem; font-weight: 700; color: #111; text-align: center; margin-bottom: 70px; }
.dot-tit::after{ content: ""; width: 10px; height: 10px; display: inline-block; background: var(--mainColor); border-radius: 3px; vertical-align: top; margin-left: 7px; }


/* quotes */
.quotes{ text-align: center; }
.quotes h5{ max-width: 100%; width: max-content; display: inline-block; font-size: 5.5rem; font-weight: 500; color: #111; letter-spacing: -0.02em; padding-inline: 40px; position: relative; }
.quotes h5::before,
.quotes h5::after{ content: ""; width: 30px; height: 20px; background-repeat: no-repeat; background-size: contain; position: absolute; top: 0; }
.quotes h5::before{ background-image: url("/img/sub/quotes_before.svg"); left: 0; }
.quotes h5::after{ background-image: url("/img/sub/quotes_after.svg"); right: 0; }
.quotes p{ font-size: 22px; font-weight: 300; color: #222; letter-spacing: -0.02em; line-height: 1.7; margin-top: 40px; }
.quotes p > *{ line-height: inherit; }

.quotes.white h5{ font-weight: 400; color: #FFF; }
.quotes.white h5::before{ background-image: url("/img/sub/quotes_before_white.svg"); background-position: top left; }
.quotes.white h5::after{ background-image: url("/img/sub/quotes_after_white.svg"); background-position: top right; }
.quotes.white p{ font-weight: 200; color: #FFF; }


/* tab-menu */
.tab-menu{ position: sticky; position: -webkit-sticky; top: 10px; left: 0; z-index: 800; margin-bottom: 100px; pointer-events: none; }
.tab-menu ul{ max-width: 100%; width: max-content; display: flex; justify-content: center; background: rgba(255, 255, 255, 0.6); border: 1px solid rgba(221, 221, 221, 0.5); backdrop-filter: blur(7px); border-radius: 10px; padding: 5px; margin: 0 auto; pointer-events: auto; }
.tab-menu ul li{ width: 220px; }
.tab-menu ul li > *{ width: 100%; min-height: 50px; display: flex; justify-content: center; align-items: center; background: transparent; border: none; border-radius: 8px; font-family: var(--baseFont); font-size: 18px; font-weight: 600; color: #111; letter-spacing: -0.02em; text-align: center; padding: 10px; transition: background 0.3s, color 0.3s; cursor: pointer; }

.tab-menu ul li.on > *{ background: #191919; font-weight: 500; color: #FFF; }


/* dot-list */
.dot-list li{ font-size: 19px; font-weight: 300; color: #222; letter-spacing: -0.02em; line-height: 1.6; position: relative; padding-left: 18px; }
.dot-list li:not(:last-of-type){ margin-bottom: 10px; }
.dot-list li::before{ content: ""; width: 3px; height: 3px; background: #222; border-radius: 50%; position: absolute; top: calc(1.6em / 2); left: 0; transform: translateY(-50%); }

@media screen and (max-width: 1600px){
	/* lnb */
	#lnb ul li a{ height: 70px; padding: 0 40px; }

	/* common */
	:root{
		--subPt: 100px;
		--subPb: 150px;
	}

	/* 간격 */
	.pt160{ padding-top: 120px; }
	.pb160{ padding-bottom: 120px; }
	.pt130{ padding-top: 100px; }
	.pb130{ padding-bottom: 100px; }

	/* page-title */
	.page-title{ margin-bottom: 70px; }
	.page-title span{ font-size: 20px; }

	/* tab-menu */
	.tab-menu{ margin-bottom: 70px; }
	.tab-menu ul li{ width: 180px; }
	.tab-menu ul li > *{ min-height: 45px; font-size: 17px; }

	/* dot-tit */
	.dot-tit{ margin-bottom: 40px; }

	/* quotes */
	.quotes h5::before,
	.quotes h5::after{ width: 25px; }
	.quotes p{ font-size: 20px; margin-top: 30px; }

	/* dot-list */
	.dot-list li{ font-size: 18px; }
}

@media screen and (max-width: 1280px){
	/* lnb */
	#lnb ul li a{ height: 60px; font-size: 18px; padding: 0 30px; }

	/* common */
	:root{
		--subPt: 60px;
		--subPb: 100px;
	}
	#sub.scroll{ --subPt: 60px; }

	/* 간격 */
	.pt160{ padding-top: 100px; }
	.pb160{ padding-bottom: 100px; }
	.pt130{ padding-top: 80px; }
	.pb130{ padding-bottom: 80px; }
	.pt100{ padding-top: 70px; }
	.pb100{ padding-bottom: 70px; }

	/* page-title */
	.page-title{ margin-bottom: 40px; }
	.page-title span{ font-size: 17px; margin-bottom: 5px; }

	/* dot-tit */
	.dot-tit{ margin-bottom: 30px; }
	.dot-tit::after{ width: 5px; height: 5px; border-radius: 2px; margin-left: 5px; }

	/* quotes */
	.quotes h5{ padding-inline: 35px; }
	.quotes h5::before,
	.quotes h5::after{ width: 20px; }
	.quotes p{ font-size: 18px; margin-top: 20px; }

	/* tab-menu */
	.tab-menu{ margin-bottom: 40px; }
	.tab-menu ul li{ width: 160px; }
	.tab-menu ul li > *{ min-height: 40px; font-size: 16px; }

	/* dot-list */
	.dot-list li{ font-size: 17px; padding-left: 10px; }
	.dot-list li:not(:last-of-type){ margin-bottom: 5px; }
}

@media screen and (max-width: 900px){
	/* visual */
	#visual .text{ padding-top: calc(var(--headerH) / 2); }

	/* lnb */
	#lnb{ display: none; }

	/* 간격 */
	.pt160{ padding-top: 80px; }
	.pb160{ padding-bottom: 80px; }

	/* dot-tit */
	.dot-tit{ font-size: 5.7rem; }

	/* sec-title */
	.sec-title h4{ font-size: 5.4rem; }

	/* quotes */
	.quotes h5{ padding-inline: 25px; }
	.quotes h5::before,
	.quotes h5::after{ width: 15px; }
}

/* 기업개요 - 기업소개 */
#overview{ padding-bottom: 0; margin-bottom: -30px; position: relative; }
#overview .tab-menu ul li{ max-width: calc(100% / 4); }
#overview .section{ overflow: hidden; }


/* 기업개요 - 기업소개 -  CEO 인사말 */
#overview .ceo .quotes{ margin-bottom: 60px; }

#overview .ceo .top{
	--iconP: 30px;
	--p1: 33px;
	--p2: 50px;
}
#overview .ceo .top .inner{ max-width: 930px; margin: 0 auto; }
#overview .ceo .top .flex-box{ display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 1%; }
#overview .ceo .item{
	--direction: to bottom;
}
#overview .ceo .item{ width: calc((100% - 90px) / 4); display: flex; flex-direction: column-reverse; justify-content: center; text-align: center; padding-block: var(--p1) var(--p2); padding-inline: 20px; position: relative; z-index: 10; margin-right: 30px; margin-bottom: -1%; }
#overview .ceo .item:nth-of-type(4n){ margin-right: 0; }
#overview .ceo .item:last-of-type{ margin-right: 0 !important; }
#overview .ceo .item::before,
#overview .ceo .item::after{ content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; mask: url("/img/sub/company/arrow_bg.svg") no-repeat center center / contain; -webkit-mask: url("/img/sub/company/arrow_bg.svg") no-repeat center center / contain; transition: opacity 0.4s; }
#overview .ceo .item::before{ background: #F6F6F6; opacity: 1; }
#overview .ceo .item::after{ background: linear-gradient(var(--direction), #666, #222); opacity: 0; }
#overview .ceo .item .icon{ padding-block: var(--iconP) 0; opacity: 0; transition: opacity 0.4s; }
#overview .ceo .item dl{ position: relative; top: 50%; transform: translateY(-50%); transition: top 0.4s, transform 0.4s; }
#overview .ceo .item dl dt{ font-family: var(--engFont); font-size: 22px; font-weight: 600; color: #222; letter-spacing: -0.02em; margin-bottom: 15px; transition: color 0.4s; }
#overview .ceo .item dl dd{ font-size: 18px; font-weight: 400; color: #666; letter-spacing: -0.02em; line-height: 1.4; transition: color 0.4s; }

#overview .ceo .item:nth-of-type(5),
#overview .ceo .item:nth-of-type(6),
#overview .ceo .item:nth-of-type(7){ flex-direction: column; padding-block: var(--p2) var(--p1); }

#overview .ceo .item:nth-of-type(5)::before,
#overview .ceo .item:nth-of-type(6)::before,
#overview .ceo .item:nth-of-type(7)::before,
#overview .ceo .item:nth-of-type(5)::after,
#overview .ceo .item:nth-of-type(6)::after,
#overview .ceo .item:nth-of-type(7)::after{ transform: scaleY(-1); }

#overview .ceo .item:nth-of-type(5) .icon,
#overview .ceo .item:nth-of-type(6) .icon,
#overview .ceo .item:nth-of-type(7) .icon{ padding-block: 0 var(--iconP); }

#overview .ceo .item:nth-of-type(5) dl,
#overview .ceo .item:nth-of-type(6) dl,
#overview .ceo .item:nth-of-type(7) dl{ top: -50%; transform: translateY(50%); }


#overview .ceo .bottom .flex-box{ display: flex; }
#overview .ceo .bottom .flex-box > *{ width: 50%; }
#overview .ceo .bottom .img figure,
#overview .ceo .bottom .img figure img{ width: 100%; height: 100%; }
#overview .ceo .bottom .img figure img{ object-fit: cover; border-radius: 20px; }

#overview .ceo .bottom .text{ display: flex; flex-direction: column; justify-content: center; padding-right: 80px; }
#overview .ceo .bottom .text p{ font-size: 19px; font-weight: 300; color: #222; letter-spacing: -0.02em; line-height: 1.7; }
#overview .ceo .bottom .text p:not(:last-of-type){ margin-bottom: 30px; }

#overview .ceo .bottom .name{ display: flex; align-items: flex-end; margin-top: 50px; }
#overview .ceo .bottom .name strong{ font-size: 23px; font-weight: 600; color: #222; margin-right: 20px; }

@media (hover: hover) and (pointer: fine) {
	#overview .ceo .item:hover::before{ opacity: 0; }
	#overview .ceo .item:hover::after{ opacity: 1; }
	#overview .ceo .item:hover .icon{ opacity: 1; }
	#overview .ceo .item:hover dl{ top: 0 !important; transform: translate(0, 0) !important; }
	#overview .ceo .item:hover dl dt,
	#overview .ceo .item:hover dl dd{ color: #FFF; }
	#overview .ceo .item:hover dl dt{ font-weight: 500; }
	#overview .ceo .item:hover dl dd{ font-weight: 300; }
}

@media screen and (max-width: 1600px){
	#overview .ceo .quotes{ margin-bottom: 40px; }

	#overview .ceo .item dl dt{ font-size: 20px; }

	#overview .ceo .bottom .text p{ font-size: 18px; }
	#overview .ceo .bottom .text p:not(:last-of-type){ margin-bottom: 25px; }

	#overview .ceo .bottom .name{ margin-top: 25px; }
	#overview .ceo .bottom .name strong{ font-size: 21px; margin-right: 20px; }
	#overview .ceo .bottom .name img{ height: 65px; }
}

@media screen and (max-width: 1400px){
	#overview .ceo .bottom br{ display: none; }
	#overview .ceo .bottom .text{ padding-right: 50px; }
}

@media screen and (max-width: 1280px){
	#overview .ceo .item{ width: calc((100% - 60px) / 4); margin-right: 20px; }
	#overview .ceo .item dl dt{ font-size: 19px; margin-bottom: 5px; }
	#overview .ceo .item dl dd{ font-size: 17px; }

	#overview .ceo .bottom .text p{ font-size: 17px; }
	#overview .ceo .bottom .text p:not(:last-of-type){ margin-bottom: 15px; }

	#overview .ceo .bottom .name{ margin-top: 0; }
	#overview .ceo .bottom .name strong{ font-size: 19px; margin-right: 10px; }
	#overview .ceo .bottom .name img{ height: 50px; }
}

@media screen and (max-width: 1000px){
	#overview .ceo .top{
		--iconP: 20px;
		--p1: 25px;
		--p2: 25px;
	}
	#overview .ceo .top .inner{ max-width: 600px; }
	#overview .ceo .top .flex-box{ margin-bottom: -20px; }
	#overview .ceo .item{ width: calc((100% - 20px) / 2); flex-direction: column; margin-bottom: 20px; }
	#overview .ceo .item:nth-of-type(even){ margin-right: 0; }
	#overview .ceo .item::before,
	#overview .ceo .item::after{ mask: unset; -webkit-mask: unset; border-radius: 20px; }
	#overview .ceo .item .icon{ padding-block: 0 var(--iconP); }
	#overview .ceo .item dl{ position: relative; top: -50%; transform: translateY(50%); }

	#overview .ceo .bottom .flex-box{ flex-direction: column-reverse; }
	#overview .ceo .bottom .flex-box > *{ width: 100%; }
	#overview .ceo .bottom .text{ padding-top: 30px; padding-right: 0; }
}

@media screen and (max-width: 760px){
	#overview .ceo .quotes p br{ display: none; }
	#overview .ceo .quotes em{ display: block; }
}

@media screen and (max-width: 650px){
	#overview .ceo .quotes{ margin-bottom: 30px; }
}


/* 기업개요 - 기업소개 -  회사소개 */
#overview .company{  text-align: center; }
#overview .company .quotes{ margin-bottom: 85px; }
#overview .company .inner{ max-width: 1300px; width: 100%; margin: 0 auto; }
#overview .company .grid-box{ display: grid; }
#overview .company .sec-title{ margin-bottom: 55px; }

#overview .company .bg{ position: relative; z-index: 10; opacity: 1 !important; padding-top: 120px; }
#overview .company .bg::before{ content: ""; width: 100%; height: 670px; background: url("/img/sub/company/company_bg.jpg") no-repeat center center / cover; position: absolute; top: 0; left: 0; z-index: -1; clip-path: inset(0 100% 0 0); -webkit-clip-path: inset(0 100% 0 0); transition: clip-path 1s; }
#overview .company .top{ transform: translateY(var(--aosP)); opacity: 0; transition: transform var(--aosT) 0.5s, opacity var(--aosT) 0.5s; }
#overview .company .top a{ display: inline-flex; align-items: center; height: 70px; background: rgba(255, 255, 255, 0.1); border-radius: 13px; font-size: 19px; font-weight: 400; color: #FFF; letter-spacing: -0.02em; padding: 0 30px; margin-bottom: 50px; position: relative; }
#overview .company .top a::before{ content: ""; width: 100%; height: 100%; background: var(--mainColor); border-radius: inherit; position: absolute; top: 0; left: 0; clip-path: circle(0% at 50% 100%); -webkit-clip-path: circle(0% at 50% 100%); transition: clip-path 0.5s; }
#overview .company .top a span,
#overview .company .top a i{ position: relative; z-index: 10; }
#overview .company .top a i{ display: inline-block; width: 31px; height: 18px; background: url("/img/sub/company/arrow.svg") no-repeat center center / contain; margin-left: 23px; }
#overview .company .top .grid-box{ grid-template-columns: repeat(3, calc(100% / 3)); margin: -17px; }
#overview .company .top .item{ background: #FFF; box-shadow: 0 0 30px rgba(136, 136, 136, 0.15); border-radius: 20px; padding: 60px; margin: 17px; position: relative; top: 0; transition: opacity 1s, transform 1s, top 0.4s; }
#overview .company .top .icon img{ transform: scaleX(1); transition: transform 0.4s; }
#overview .company .top dl{ margin-top: 40px; }
#overview .company .top dl dt{ font-size: 24px; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 15px; }
#overview .company .top dl dd{ font-size: 20px; font-weight: 300; color: #666; letter-spacing: -0.02em; }

#overview .company .bottom .grid-box{ grid-template-columns: repeat(2, 50%); margin: -15px; }
#overview .company .bottom .item{ min-height: 370px; display: flex; flex-direction: column; justify-content: center; border-radius: 20px; padding: 25px; margin: 15px; position: relative; z-index: 10; overflow: hidden; }
#overview .company .bottom .item::before{ content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); position: absolute; top: 0; left: 0; }
#overview .company .bottom .item .img{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; }
#overview .company .bottom .item .img img{ width: 100%; height: 100%; object-fit: cover; }
#overview .company .bottom .item .txt{ position: relative; z-index: 20; }
#overview .company .bottom .item .txt *{ font-weight: 500; letter-spacing: -0.02em; }
#overview .company .bottom .item .txt p{ font-size: 29px; color: #FFF; }
#overview .company .bottom .item .txt span{ display: block; font-family: var(--engFont); font-size: 26px; color: rgba(255, 255, 255, 0.5); margin-top: 10px; }


#overview .company .bg.aos-animate::before{ clip-path: inset(0 0 0 0); -webkit-clip-path: inset(0 0 0 0); }
#overview .company .bg.aos-animate .top{ transform: translateY(0); opacity: 1; }

@media (hover: hover) and (pointer: fine) {
	#overview .company .top a:hover::before{ clip-path: circle(150% at 50% 100%); -webkit-clip-path: circle(150% at 50% 100%); }
	#overview .company .top .item:hover{ top: -15px; }
	#overview .company .top .item:hover .icon img{ transform: scaleX(-1); }


	#overview .company .bottom .item::before{ opacity: 0; transition: opacity 0.4s; }
	#overview .company .bottom .item .txt{ transform: translateY(20px); opacity: 0; transition: transform 0.4s, opacity 0.4s; }
	#overview .company .bottom .item .img img{ transform: scale(1); transition: transform 0.4s; }

	#overview .company .bottom .item:hover::before{ opacity: 1; }
	#overview .company .bottom .item:hover .img img{ transform: scale(1.07); }
	#overview .company .bottom .item:hover .txt{ transform: translateY(0); opacity: 1; }
}

@media screen and (max-width: 1600px){
	#overview .company .quotes{ margin-bottom: 75px; }
	#overview .company .bg::before{ height: 450px; }
	#overview .company .sec-title{ margin-bottom: 40px; }

	#overview .company .bg{ padding-top: 80px; }
	#overview .company .top a{ height: 60px; font-size: 18px; padding: 0 25px; margin-bottom: 40px; }
	#overview .company .top a i{ margin-left: 20px; }

	#overview .company .top .item{ padding: 40px; }
	#overview .company .top dl{ margin-top: 30px; }
	#overview .company .top dl dt{ font-size: 22px; margin-bottom: 10px; }
	#overview .company .top dl dd{ font-size: 18px; }

	#overview .company .bottom .item{ min-height: 300px; }
	#overview .company .bottom .item .txt p{ font-size: 26px; }
	#overview .company .bottom .item .txt span{ font-size: 23px; }
}

@media screen and (max-width: 1280px){
	#overview .company .quotes{ margin-bottom: 45px; }
	#overview .company .bg::before{ height: 400px; }
	#overview .company .sec-title{ margin-bottom: 25px; }

	#overview .company .bg{ padding-top: 50px; }
	#overview .company .top a{ height: 50px; font-size: 17px; padding: 0 20px; margin-bottom: 30px; }
	#overview .company .top a i{ width: 20px; height: 15px; margin-left: 15px; }

	#overview .company .top .item{ padding: 30px; }
	#overview .company .top .icon img{ max-height: 55px; }
	#overview .company .top dl{ margin-top: 20px; }
	#overview .company .top dl dt{ font-size: 20px; margin-bottom: 5px; }
	#overview .company .top dl dd{ font-size: 17px; }

	#overview .company .bottom .item{ min-height: 250px; }
	#overview .company .bottom .item .txt p{ font-size: 23px; }
	#overview .company .bottom .item .txt span{ font-size: 20px; margin-top: 5px; }
}

@media screen and (max-width: 900px){
	#overview .company .top .grid-box{ margin: -10px; }
	#overview .company .top .item{ margin: 10px; }
	#overview .company .top .icon img{ max-height: 50px; }
	#overview .company .top dl dt{ font-size: 19px; }

	#overview .company .bottom .grid-box{ margin: -10px; }
	#overview .company .bottom .item{ min-height: 200px; margin: 10px; }
	#overview .company .bottom .item .txt p{ font-size: 21px; }
	#overview .company .bottom .item .txt span{ font-size: 18px; }
}

@media screen and (max-width: 700px){
	#overview .company .quotes em{ display: block; }
	/* #overview .company .bg::before{ height: 350px; } */

	#overview .company .top .grid-box{ grid-template-columns: repeat(2, 50%); }
	#overview .company .top .item{ padding: 30px 25px; top: 0 !important; }
	#overview .company .top .icon img{ max-height: 45px; }

	#overview .company .top .item:nth-of-type(1){ grid-column: auto / span 2; display: flex; justify-content: center; align-items: center; }
	#overview .company .top .item:nth-of-type(1) dl{ margin-top: 0; padding-left: 40px; }

	#overview .company .bottom .grid-box{ grid-template-columns: repeat(1, 100%); }
}


/* 기업개요 - 기업소개 -  사업분야 */
#overview .business .item{ display: flex; opacity: 1; }
#overview .business .item:not(:last-of-type){ margin-bottom: 90px; }
#overview .business .item > *{ opacity: 0; transition: transform var(--aosT), opacity var(--aosT); }
#overview .business .item .img{ width: calc(50% - 50px); border-radius: 20px; overflow: hidden; transform: translateX(var(--aosM)); }
#overview .business .item .img img{ width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform 0.7s; }
#overview .business .item .txt{ width: calc(50% + 50px); display: flex; flex-direction: column; justify-content: center; padding-inline: 100px 0; transform: translateX(var(--aosP)); }
#overview .business .item .txt span{ font-family: var(--engFont); font-size: 14rem; font-weight: 700; color: rgba(17, 17, 17, 0.06); letter-spacing: -0.02em; line-height: 1; }
#overview .business .item .txt dl{ padding-left: 50px; margin-top: -55px; }
#overview .business .item .txt dl dt{ font-family: var(--engFont); font-size: 4.6rem; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 20px; }
#overview .business .item .txt dl dd{ font-size: 20px; font-weight: 300; color: #222; }

#overview .business .item:nth-of-type(even){ flex-direction: row-reverse; }
#overview .business .item:nth-of-type(even) .img{ transform: translateX(var(--aosP)); }
#overview .business .item:nth-of-type(even) .txt{ padding-inline: 0 100px; transform: translateX(var(--aosM)); }

#overview .business .item.aos-animate > *{ opacity: 1; transform: translate(0, 0) !important; }

@media (hover: hover) and (pointer: fine) {
	#overview .business .item:hover .img img{ transform: scale(1.07); }
}

@media screen and (max-width: 1600px){
	#overview .business .item .txt dl{ margin-top: -45px; }
	#overview .business .item .txt dl dd{ font-size: 18px; }
}

@media screen and (max-width: 1280px){
	#overview .business .item:not(:last-of-type){ margin-bottom: 60px; }
	#overview .business .item .txt{ padding-inline: 70px 0; }
	#overview .business .item .txt dl{ padding-left: 35px; margin-top: -35px; }
	#overview .business .item .txt dl dt{ margin-bottom: 10px; }

	#overview .business .item:nth-of-type(even) .txt{ padding-inline: 0 70px; }
}

@media screen and (max-width: 900px){
	#overview .business .item{ flex-direction: column-reverse !important; }
	#overview .business .item > *{ width: 100% !important; transform: translateY(var(--aosP)) !important; }
	#overview .business .item .txt{ padding: 0 0 20px !important; }
	#overview .business .item .txt dl dt{ font-size: 5rem; margin-bottom: 5px; }
	#overview .business .item .txt dl dd{ font-size: 17px; }

	#overview .business .item.aos-animate > *{transform: translate(0, 0) !important; }
}


/* 기업개요 - 기업소개 -  비전 */
#overview .vision{ background: url("/img/sub/company/vision_bg.jpg") no-repeat center right 35% / cover; position: relative; padding-bottom: 320px; opacity: 1 !important; clip-path: inset(0 100% 0 0); -webkit-clip-path: inset(0 100% 0 0); transition: clip-path 1s; }
#overview .vision::before{ content: ""; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent, #111); position: absolute; top: 0; left: 0; }
#overview .vision::after{ content: ""; width: 100%; height: 30px; background: #111; position: absolute; bottom: 0; left: 0; z-index: -10; transform: translateY(100%); }
#overview .vision > div{ position: relative; z-index: 10; transform: translateY(var(--aosP)); opacity: 0; transition: transform var(--aosT) 0.5s, opacity var(--aosT) 0.5s; }
#overview .vision *{ color: #FFF; letter-spacing: -0.02em; }
#overview .vision .dot-tit{ text-align: left; font-weight: 600; }
#overview .vision h5{ font-size: 6.8rem; font-weight: 400; line-height: 1.4; margin-bottom: 50px; }
#overview .vision p{ font-size: 23px; font-weight: 300;  line-height: 1.7; }

#overview .vision.aos-animate{ clip-path: inset(0 0 0 0); -webkit-clip-path: inset(0 0 0 0); }
#overview .vision.aos-animate > div{ transform: translateY(0); opacity: 1; }

@media screen and (max-width: 1600px){
	#overview .vision p{ font-size: 21px; }
	#overview .vision h5{ margin-bottom: 40px; }
}

@media screen and (max-width: 1280px){
	#overview .vision h5{ margin-bottom: 20px; }
	#overview .vision p{ font-size: 19px; }
}

@media screen and (max-width: 900px){
	#overview .vision h5{ font-size: 6.3rem; margin-bottom: 10px; }
	#overview .vision p{ font-size: 18px; }
}


/* 기업개요 - 연혁 */
#history{
	--gap: 124px;
	--shadow: 7px;
}
#history{ overflow: hidden; }
#history .section{ position: relative; }
#history .bar{ width: 1px; height: calc(100% - 35px); background: #DDD; position: absolute; top: 35px; left: 50%; }
#history .bar div{ height: 0; background: var(--mainColor); }

#history .section section:not(:last-of-type){ margin-bottom: 130px; }
#history h6{ width: 50%; font-family: var(--engFont); font-size: 6rem; font-weight: 600; color: #111; padding-inline: var(--gap) 0; margin-left: auto; margin-bottom: 90px; position: relative; }
#history h6::before{ content: ""; width: 13px; height: 13px; background: var(--mainColor); box-shadow: 0 0 0 var(--shadow) rgba(var(--mainRGB), 0.15); border-radius: 4px; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); }
#history .flex-box{ display: flex; }
#history .flex-box > div{ width: 50%; }

#history .img{ padding-inline: 0 var(--gap); }
#history .img ul{ margin: -10px 0; transform: translateX(var(--aosM)); }
#history .img ul li{ display: grid; grid-template-columns: repeat(2, 50%); margin: 0 -10px; }
#history .img ul li:first-of-type{ align-items: flex-end; }
#history .img ul li figure{ margin: 10px; }
#history .img ul li figure img{ width: 100%; border: 1px solid #DDD; border-radius: 20px; }

#history .text{ padding-inline: var(--gap) 0; }
#history .text dl:not(:last-of-type){ margin-bottom: 80px; }
#history .text dl dt{ font-family: var(--engFont); font-size: 27px; font-weight: 600; color: #222; letter-spacing: -0.02em; margin-bottom: 25px; }
#history .text dl dd{ display: flex; flex-wrap: wrap; align-items: baseline; font-size: 18px; font-weight: 300; color: #222; letter-spacing: -0.02em; }
#history .text dl dd:not(:last-of-type){ margin-bottom: 17px; }
#history .text dl dd span{ display: inline-block; width: 45px; font-family: var(--engFont); font-size: 20px; font-weight: 600; color: #AAA; }
#history .text dl dd p{ width: calc(100% - 45px); margin-left: auto; }


#history .section section:nth-of-type(even) h6{ text-align: right; padding-inline: 0 var(--gap); margin-left: unset; }
#history .section section:nth-of-type(even) h6::before{ left: 100%; }
#history .section section:nth-of-type(even) .flex-box{ flex-direction: row-reverse; }
#history .section section:nth-of-type(even) .img{ padding-inline: var(--gap) 0; }
#history .section section:nth-of-type(even) .img ul{ transform: translateX(var(--aosP)); }
#history .section section:nth-of-type(even) .text{ padding-inline: 0 var(--gap); text-align: right; }
#history .section section:nth-of-type(even) .text dl dd{ flex-direction: row-reverse; }

#history .img ul.aos-animate{ transform: translateX(0) !important; }

@media screen and (max-width: 1600px){
	#history{
		--gap: 100px;
	}
	#history .bar{ height: calc(100% - 30px); top: 30px; }

	#history h6{ margin-bottom: 70px; }
	#history .text dl:not(:last-of-type){ margin-bottom: 60px; }
	#history .text dl dt{ font-size: 23px; margin-bottom: 13px; }
	#history .text dl dd:not(:last-of-type){ margin-bottom: 13px; }
	#history .text dl dd span{ font-size: 19px; }
}

@media screen and (max-width: 1280px){
	#history{
		--gap: 70px;
		--shadow: 5px;
	}
	#history .bar{ height: calc(100% - 20px); top: 20px; }

	#history h6{ margin-bottom: 40px; }
	#history h6::before{ width: 10px; height: 10px; }

	#history .text dl:not(:last-of-type){ margin-bottom: 40px; }
	#history .text dl dt{ font-size: 20px; }
	#history .text dl dd{ font-size: 17px; }
	#history .text dl dd span{ font-size: 18px; }
}

@media screen and (max-width: 1000px){
	#history{
		--gap: 35px;
	}
	#history .bar{ left: 5px; }

	#history h6{ text-align: left !important; padding-inline: var(--gap) 0 !important; margin-left: 0; }
	#history h6::before{ left: 0 !important; transform: translateY(-50%); }

	#history .flex-box{ flex-direction: column !important; }
	#history .flex-box > div{ width: 100%; padding-inline: var(--gap) 0 !important; }

	#history .img ul{ transform: translateX(var(--aosP)); }

	#history .text{ margin-top: 30px; }
	#history .text dl{ text-align: left !important; }
	#history .text dl dd{ flex-direction: row !important; }
}


/* 기업개요 - 기업문화 */
#culture{ padding-bottom: 0; overflow: hidden; margin-bottom: -30px; }
#culture .flex-box{ display: flex; opacity: 1 !important; }
#culture .flex-box > *{ width: 50%; opacity: 0; transition: opacity var(--aosT), transform var(--aosT); }

#culture .img{ border-radius: 20px; overflow: hidden; transform: translateX(var(--aosM)); }
#culture .img img{ width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform 0.7s; }

#culture .text{ display: flex; flex-direction: column; justify-content: center; padding-inline: 100px; transform: translateX(var(--aosP)); }
#culture .text figure{ width: 100%; border-radius: 20px; overflow: hidden; margin-bottom: 20px; display: none; }
#culture .text figure img{ width: 100%; }
#culture .text dl dt{ font-size: 40px; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 40px; }
#culture .text dl dt .icon{ margin-bottom: 30px; }
#culture .text dl dt p{ font-family: var(--engFont); font-size: 24px; font-weight: 600; color: rgba(17, 17, 17, 0.2); margin-top: 10px; }


#culture section:last-of-type{ padding-bottom: calc(var(--subPb) + 30px); }
#culture section:nth-of-type(odd) .text{ padding-right: 0 !important; }

#culture section:nth-of-type(even) .flex-box{ flex-direction: row-reverse; }
#culture section:nth-of-type(even) .img{ transform: translateX(var(--aosP)); }
#culture section:nth-of-type(even) .text{ padding-left: 0 !important; transform: translateX(var(--aosM)); }

#culture .flex-box.aos-animate > *{ opacity: 1; transform: translate(0, 0) !important; }

@media screen and (hover: hover) and (pointer: fine){
	#culture .flex-box:hover .img img{ transform: scale(1.07); }
}

@media screen and (max-width: 1600px){
	#culture .text dl dt{ font-size: 34px; margin-bottom: 30px; }
	#culture .text dl dt .icon{ margin-bottom: 20px; }
	#culture .text dl dt p{ font-size: 22px; } 
}

@media screen and (max-width: 1400px){
	#culture .text{ padding-inline: 60px; }
}

@media screen and (max-width: 1280px){
	#culture .text dl dt{ font-size: 28px; margin-bottom: 25px; }
	#culture .text dl dt .icon{ margin-bottom: 15px; }
	#culture .text dl dt p{ font-size: 20px; margin-top: 5px; } 
}

@media screen and (max-width: 900px){
	#culture .text dl dt{ font-size: 22px; margin-bottom: 20px; padding-left: 70px; position: relative; }
	#culture .text dl dt .icon{ width: 70px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
	#culture .text dl dt p{ font-size: 18px; margin-top: 3px; } 

	#culture .flex-box{ flex-direction: column !important; }
	#culture .flex-box > *{ width: 100%; }
	#culture .img{ display: none; }
	#culture .text{ padding: 0; transform: translateY(var(--aosP)) !important; }
	#culture .text figure{ display: block; }

	#culture .flex-box.aos-animate > *{ transform: translate(0, 0) !important; }
}


/* 기업개요 - 오시는길 */
#location .grayBg{ border-radius: 20px; margin-top: 25px; padding: 55px 60px; }

#location .root_daum_roughmap .cont .section.lst{ display: none; }
#location .root_daum_roughmap{ width: 100%; border-radius: 20px; }
#location .root_daum_roughmap .wrap_map{ height: 550px; }
#location .root_daum_roughmap .map_border{ display: none; }

#location .grid-box{ display: grid; grid-template-columns: repeat(2, 50%); margin: -20px -10px; }
#location .grid-box > *{ margin: 20px 10px; }
#location dl dt{ font-size: 19px; font-weight: 600; color: #222; letter-spacing: -0.02em; position: relative; }
#location dl dd{ font-size: 18px; font-weight: 300; color: #222; letter-spacing: -0.02em; }

#location address{ padding-right: 40px; }
#location address ul li:not(:last-of-type){ margin-bottom: 25px; }
#location address dl{ display: flex; align-items: baseline; }
#location address dl dt{ width: 130px; padding-left: 15px; }
#location address dl dt::before{ content: ""; width: 3px; height: 3px; background: var(--mainColor); border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#location address dl dd{ width: calc(100% - 130px); }

#location .btns a{ width: 100%; height: 60px; display: flex; justify-content: center; align-items: center; border-radius: 13px; font-size: 17px; font-weight: 400; color: #222; }
#location .btns a:not(:last-of-type){ margin-bottom: 15px; }
#location .btns a i{ width: 17px; height: 24px; display: inline-block; margin-right: 15px; }

#location .btns a.kakao{ background: #FAE100; }
#location .btns a.kakao i{ background: url("/img/sub/company/map_kakao.png") no-repeat center center / contain; }
#location .btns a.naver{ background: #00C046; font-weight: 300; color: #FFF; }
#location .btns a.naver i{ background: url("/img/sub/company/map_naver.png") no-repeat center center / contain; }

#location .block{ grid-column: auto / span 2; display: grid; grid-template-columns: calc(100% - 230px) 230px; align-items: center; }

#location .item{ background: #FFF; border-radius: 20px; padding: 50px; }
#location .item dl{ height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
#location .item dl dt{ padding-left: 36px; margin-bottom: 50px; position: relative; }
#location .item dl dt::before{ content: ""; width: 22px; height: 22px; background-repeat: no-repeat; background-position: center left; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#location .item dl.car dt::before{ background-image: url("/img/sub/company/location_icon01.png"); }
#location .item dl.bus dt::before{ background-image: url("/img/sub/company/location_icon02.png"); }
#location .item dl dd{ color: #666; }
#location .item .p-box{ width: calc(100% + 20px); display: flex; flex-wrap: wrap; margin-block: -3px; }
#location .item .p-box p{ padding-left: 50px; position: relative; margin-block: 3px; margin-right: 20px; }
#location .item .p-box p::before{ content: ""; width: 28px; height: 10px; background: url("/img/sub/company/location_arrow.svg") no-repeat center right / contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#location .item .p-box p:first-of-type{ padding-left: 0; }
#location .item .p-box p:first-of-type::before{ display: none; }
#location .item dl dd strong{ font-weight: 600; color: #222; }

@media screen and (max-width: 1600px){
	#location .grayBg{ padding: 35px 40px; }
	#location .root_daum_roughmap .wrap_map{ height: 500px; }

	#location address ul li:not(:last-of-type){ margin-bottom: 15px; }

	#location .btns a{ height: 55px; }

	#location .item{ padding: 35px; }
	#location .item dl dt{ margin-bottom: 35px; }
	#location .item .p-box{ width: calc(100% + 10px); }
	#location .item .p-box p{ padding-left: 38px; margin-right: 10px; }
}

@media screen and (max-width: 1280px){
	#location .root_daum_roughmap .wrap_map{ height: 400px; }
	#location .grayBg{ padding: 20px 25px; }
	#location .grid-box{ margin: -10px; }
	#location .grid-box > *{ margin: 10px; }

	#location dl dt{ font-size: 18px; }
	#location dl dd{ font-size: 17px; }

	#location .block{ grid-template-columns: calc(100% - 200px) 200px; }
	#location address ul li:not(:last-of-type){ margin-bottom: 10px; }
	#location .btns a{ height: 50px; }
	#location .btns a i{ width: 15px; height: 24px; margin-right: 10px; }

	#location address dl dt{ width: 100px; padding-left: 10px; }
	#location address dl dd{ width: calc(100% - 100px); }

	#location .item{ padding: 25px; }
	#location .item dl dt{ margin-bottom: 20px; }
}

@media screen and (max-width: 900px){
	#location .grid-box{ grid-template-columns: repeat(1, 100%); }
	#location .block{ grid-column: unset; }
	#location .btns a{ font-size: 16px; }

	#location address dl dt{ font-size: 17px; }
}

@media screen and (max-width: 800px){
	#location .block{ grid-template-columns: repeat(1, 100%); }
	#location .btns{ display: flex; justify-content: space-between; margin-top: 15px; }
	#location .btns a{ width: calc((100% - 10px) / 2); margin: 0 !important; }
}

@media screen and (max-width: 600px){
	#location address ul li:not(:last-of-type){ margin-bottom: 20px; }
	#location address dl{ flex-direction: column; }
	#location address dl dt, 
	#location address dl dd{ width: 100%; }
	#location address dl dd{ margin-top: 7px; }
}


/* 기업개요 - 협력사 */
#partner .item-box{ display: grid; grid-template-columns: repeat(4, 25%); margin: -10px; }
#partner .item-box > *{ margin: 10px; } 
#partner .item-box figure{ height: 120px; display: flex; justify-content: center; align-items: center; border-radius: 20px; padding: 10px; transition: box-shadow 0.4s; }
#partner .item-box figure img{ max-height: 100%; }

@media screen and (hover: hover) and (pointer: fine){
	#partner .item-box > *:hover figure{ box-shadow: 0 0 20px rgba(178, 178, 178, 0.2); }
}

@media screen and (max-width: 1600px){
	#partner .item-box figure{ height: 100px; }
}

@media screen and (max-width: 1280px){
	#partner .item-box figure{ height: 90px; }
}

@media screen and (max-width: 1000px){
	#partner .item-box{ grid-template-columns: repeat(3, calc(100% / 3)); }
}

@media screen and (max-width: 600px){
	#partner .item-box{ grid-template-columns: repeat(2, 50%); margin: -5px; }
	#partner .item-box > *{ margin: 5px; }
}



/* 제조공정 */
#process{
	--side: 110px;
}
#process{ overflow: hidden; }
#process .inner{ padding: 0 var(--side); }
#process .page-title{ margin-bottom: 80px; }

#process .relative{ position: relative; margin-bottom: 20px; }
#process .relative::before{ content: ""; width: 100vw; height: 1px; background: #DDD; position: absolute; top: 50%; left: 50%; transform: translateX(-50%); }
#process .relative .bar{ width: calc(100vw - 100%); height: 1px; background: var(--mainColor); position: absolute; top: 50%; left: 0; transform: translateX(-100%); }

#process .relative button{ width: 60px; height: 60px; background: rgba(204, 204, 204, 0.3); border: none; border-radius: 15px; position: absolute; top: 50%; z-index: 100; transform: translateY(-50%); transition: background 0.4s; }
#process .relative button::before{ content: ""; width: calc(100% - 14px); height: calc(100% - 14px); background: #CCC; border-radius: 10px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: background 0.4s; }
#process .relative button.prev{ left: calc(var(--side) * -1); }
#process .relative button.next{ right: calc(var(--side) * -1); }
#process .relative button img{ width: auto; height: auto; vertical-align: middle; position: relative; z-index: 10; transform: translateY(-1px); transition: filter 0.4s; }

#process .tab-wrap{ display: flex; position: relative; z-index: 20; }
#process .tab-wrap, 
#process .tab-wrap .slick-list{ overflow: visible; }
#process .tab{ width: calc(100% / 5); border-radius: 20px; text-align: center; padding: 27px; transition: box-shadow 0.4s; position: relative; cursor: pointer; }
#process .tab::before{ content: ""; width: 100%; height: 1px; background: var(--mainColor); position: absolute; top: 50%; left: 50%; z-index: -1; transform: translateX(-100%) scaleX(0); transform-origin: left; transition: transform 0.4s; }
#process .tab:first-of-type::before{ transform: translateX(-100%) scaleX(1); }
#process .tab p,
#process .tab span{ font-family: var(--engFont); font-size: 21px; font-weight: 600; color: #AAA; letter-spacing: -0.02em; transition: color 0.4s; }
#process .tab .icon{ width: 60px; height: 55px; display: flex; justify-content: center; align-items: center; background: #CCC; border-radius: 12px; margin-block: 20px; margin-inline: auto; transition: background 0.4s; }

#process .tab.active::before{ transform: translateX(-100%) scaleX(1); }
#process .tab.active p{ color: #111; }
#process .tab.active span{ color: var(--mainColor); }
#process .tab.active .icon{ background: var(--mainColor); }

#process .tab.on{ box-shadow: 0 0 30px rgba(136, 136, 136, 0.2); }

#process .content .grid-box{ display: grid; grid-template-columns: repeat(2, 50%); margin: -10px; }
#process .content .grid-box > *{ display: flex; flex-direction: column; margin: 10px; }
#process .content .figure-wrap{ position: relative; }
#process .content figure{ display: block; position: relative; padding-bottom: 48.65%; border-radius: 20px; overflow: hidden; }
#process .content figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#process .content .slick-dots{ display: flex; justify-content: center; position: absolute; bottom: 30px; left: 0; right: 0; }
#process .content .slick-dots li{ width: 10px; height: 10px; background: rgba(255, 255, 255, 0.3); border-radius: 50%; transition: background 0.4s; cursor: pointer; }
#process .content .slick-dots li:not(:last-of-type){ margin-right: 10px; }
#process .content .slick-dots li:only-child{ display: none; }
#process .content .slick-dots li.slick-active{ background: var(--mainColor); }
#process .content .slick-dots li button{ display: none; }

#process .content dl{ flex: 1 0 auto; background: #F6F6F6; border-radius: 20px; padding: 45px 60px; margin-top: 20px; }
#process .content dl dt{ font-family: var(--engFont); font-size: 32px; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 25px; }
#process .content dl dd{ font-size: 19px; font-weight: 300; color: #222; letter-spacing: -0.02em; line-height: 1.6; }

@media screen and (hover: hover) and (pointer: fine){
	#process .relative button:hover{ background: rgba(var(--mainRGB), 0.1); }
	#process .relative button:hover::before{ background: var(--mainColor); }
	#process .relative button:hover img{ filter: brightness(3); -webkit-filter: brightness(3); }
}

@media screen and (max-width: 1600px){
	#process .page-title{ margin-bottom: 60px; }

	#process .tab{ padding: 20px; }
	#process .tab p,
	#process .tab span{ font-size: 19px; }
	#process .tab .icon{ margin-block: 15px; }

	#process .content dl{ padding: 35px 40px; }
	#process .content dl dt{ font-size: 26px; margin-bottom: 20px; }
	#process .content dl dd{ font-size: 18px; }
}

@media screen and (max-width: 1400px){
	#process{
		--side: 80px;
	}
	#process .relative button{ width: 55px; height: 55px; }
}

@media screen and (max-width: 1280px){
	#process .page-title{ margin-bottom: 40px; }

	#process .tab{ padding: 15px 10px; }
	#process .tab p,
	#process .tab span{ font-size: 17px; }
	#process .tab .icon{ margin-block: 10px; }

	#process .content .slick-dots{ bottom: 20px; }
	#process .content dl{ padding: 20px 25px; }
	#process .content dl dt{ font-size: 22px; margin-bottom: 15px; }
	#process .content dl dd{ font-size: 17px; }
}

@media screen and (max-width: 1200px){
	#process{ 
		--side: 0;
	}
	#process .relative .page-title{ padding-inline: 80px; }

	#process .relative button{ top: -121px; transform: translateY(50%); }
	#process .relative button.next{ left: unset; right: 0; }
}

@media screen and (max-width: 1000px){
	#process .content .grid-box{ grid-template-columns: repeat(1, 100%); margin: -30px -10px; }
	#process .content .grid-box > *{ margin: 30px 10px; }
}

@media screen and (max-width: 900px){
	#process .relative button{ top: -107px; transform: translateY(10%); }
	#process .tab{ width: 150px; }

	#process .content .slick-dots{ bottom: 15px; }
	#process .content dl dt{ font-size: 20px; }
}


/* 제품소개 */
#product{ overflow: hidden; }
#product .grid-box{ display: grid; grid-template-columns: repeat(2, 50%); }
#product .img{ position: relative; }
#product .img figure{ display: block; padding-bottom: 73.335%; position: relative; overflow: hidden; border-radius: 20px; border: 1px solid transparent; }
#product .img figure.border{ border-color: #DDD; }
#product .img figure img{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#product .img .slick-dots{ display: flex; justify-content: center; position: absolute; bottom: 40px; left: 0; right: 0; }
#product .img .slick-dots li{ width: 9px; height: 9px; background: #CCC; border-radius: 2px; transition: background 0.3s; cursor: pointer; }
#product .img .slick-dots li:not(:last-of-type){ margin-right: 15px; }
#product .img .slick-dots li.slick-active{ background: var(--mainColor); }
#product .img .slick-dots li button{ display: none; }

#product .text{ display: flex; flex-direction: column; justify-content: center; padding-left: 90px; }
#product .text a{ max-width: 100%; width: max-content; border-radius: 13px; display: flex; justify-content: center; align-items: center; font-size: 18px; font-weight: 500; color: #222; letter-spacing: -0.02em; padding: 20px 40px; margin-top: 75px; position: relative; z-index: 10; transition: color 0.5s; }
#product .text a::before,
#product .text a::after{ content: ""; width: 100%; height: 100%; border-radius: inherit; position: absolute; top: 0; left: 0; box-sizing: border-box; }
#product .text a::before{ background: var(--mainColor); clip-path: circle(0% at 50% 100%); -webkit-clip-path: circle(0% at 50% 100%); z-index: -1; transition: clip-path 0.5s; }
#product .text a::after{ border: 1px solid #DDD; z-index: -2; }
#product .text a i{ width: 24px; height: 24px; display: inline-block; background: url("/img/sub/product/pdf_icon.svg") no-repeat center center / contain; margin-left: 15px; transition: filter 0.5s; }

#product .p-box p{ font-size: 19px; font-weight: 300; color: #222; letter-spacing: -0.02em; line-height: 1.6; }
#product .p-box p:not(:last-of-type){ margin-bottom: 20px; }
#product .p-box p strong{ font-weight: 600; }

#product .hashtag{ margin-top: 40px; }
#product .hashtag ul{ display: flex; flex-wrap: wrap; margin: -5px; }
#product .hashtag ul li{ background: #F5F5F5; border-radius: 5px; font-size: 16px; font-weight: 500; color: #888; letter-spacing: -0.02em; padding: 7px 20px; margin: 5px; }

@media screen and (hover: hover){
	#product .text a:hover{ color: #FFF; }
	#product .text a:hover::before{ clip-path: circle(150% at 50% 100%); -webkit-clip-path: circle(150% at 50% 100%); }
	#product .text a:hover i{ filter: invert(1) brightness(10); -webkit-filter: invert(1) brightness(10); }
}

@media screen and (max-width: 1600px){
	#product .img .slick-dots{ bottom: 30px; }

	#product .text a{ padding: 17px 30px; margin-top: 60px; }

	#product .p-box p{ font-size: 18px; }
	#product .p-box p:not(:last-of-type){ margin-bottom: 15px; }

	#product .hashtag{ margin-top: 30px; }
}

@media screen and (max-width: 1280px){
	#product .img .slick-dots{ bottom: 20px; }
	#product .img .slick-dots li:not(:last-of-type){ margin-right: 10px; }

	#product .text{ padding-left: 60px; }
	#product .text a{ font-size: 17px; padding: 17px 20px; margin-top: 40px; }
	#product .text a i{ width: 20px; height: 20px; }

	#product .p-box p{ font-size: 17px; }
	#product .p-box p:not(:last-of-type){ margin-bottom: 10px; }

	#product .hashtag{ margin-top: 20px; }
	#product .hashtag ul li{ font-size: 15px; padding: 5px 12px; }
}

@media screen and (max-width: 1000px){
	#product .grid-box{ grid-template-columns: repeat(1, 100%); }
	#product .img .slick-dots{ bottom: 15px; }
	#product .text{ padding-left: 0; padding-top: 20px; }
}

@media screen and (max-width: 700px){
	#product br{ display: none; }
}


/* 연구개발 - 연구소 소개 */
#lab{ padding-bottom: 0; }
#lab .subpb{ padding-bottom: var(--subPb); overflow: hidden; }
#lab .sec-title{ margin-bottom: 100px; }
#lab .sec-title h4{ line-height: 1.55; }

#lab .motion{ background: url("/img/sub/rnd/lab_bg.jpg") no-repeat center center / cover; padding: 160px 0; clip-path: inset(0 100% 0 0); -webkit-clip-path: inset(0 100% 0 0); opacity: 1; transition: clip-path 1s; }
#lab .motion .quotes{ transform: translateY(var(--aosP)); opacity: 0; transition: transform var(--aosT) 0.5s, opacity var(--aosT) 0.5s; }
#lab .motion .quotes p{ line-height: 1.6; margin-top: 30px; }

#lab .motion.aos-animate{ clip-path: inset(0 0 0 0); -webkit-clip-path: inset(0 0 0 0); }
#lab .motion.aos-animate .quotes{ transform: translateY(0); opacity: 1; }


#lab .diagram{
	--circle: 550px;
	--icon: 128px;
	--side: 60px;
	--gap: 20px;
}
#lab .diagram{ position: relative; opacity: 1; }
#lab .diagram .circle{ max-width: var(--circle); border: 1px solid #DDD; border-radius: 50%; margin: 0 auto; position: relative; transform: scale(1.5); opacity: 0; transition: transform var(--aosT), opacity var(--aosT); }
#lab .diagram .circle::before{ content: ""; display: block; padding-bottom: 100%; }
#lab .diagram .circle .dot{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; animation: rotate360 12s linear infinite; }
#lab .diagram .circle .dot::before{ content: ""; width: 7px; height: 7px; background: var(--mainColor); border-radius: 50%; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); }
#lab .diagram .circle .logo{ height: 48px; background: url("/img/sub/rnd/logo_bg.svg") no-repeat center center / contain; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }

#lab .diagram .grid-box{ display: grid; grid-template-columns: repeat(2, calc(((100% - var(--circle)) / 2) + var(--icon) + var(--gap))); justify-content: space-between; padding: 30px 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#lab .diagram .item{ display: flex; flex-direction: column; justify-content: flex-end; opacity: 0; transition-delay: 0.5s; }
#lab .diagram .box{ display: flex; align-items: center; }
#lab .diagram .icon{ width: var(--icon); height: var(--icon); display: flex; justify-content: center; align-items: center; background: linear-gradient(73deg, #222 0.15%, #666 99.85%); border-radius: 20px; }
#lab .diagram dl{ width: calc(100% - var(--icon)); padding-inline: var(--side) 0; }
#lab .diagram dl dt{ font-size: 24px; font-weight: 600; color: #222; letter-spacing: -0.02em; margin-bottom: 15px; }
#lab .diagram dl dd{ font-size: 19px; font-weight: 300; color: #222; letter-spacing: -0.02em; line-height: 1.6; }
 
#lab .diagram .item:nth-of-type(1),
#lab .diagram .item:nth-of-type(2){ justify-content: flex-start; }

#lab .diagram .item:nth-of-type(odd){ transform: translateX(var(--aosM)); }
#lab .diagram .item:nth-of-type(odd) .box{ flex-direction: row-reverse; }
#lab .diagram .item:nth-of-type(odd) dl{ text-align: right; padding-inline: 0 var(--side); }

#lab .diagram .item:nth-of-type(even){ transform: translateX(var(--aosP)); }

#lab .diagram.aos-animate .circle{ transform: scale(1); opacity: 1; }
#lab .diagram.aos-animate .item{ transform: translate(0, 0) !important; opacity: 1; }

@media screen and (max-width: 1600px){
	#lab .sec-title{ margin-bottom: 70px; }

	#lab .motion{ padding: 120px 0; }

	#lab .diagram{
		--circle: 500px;
		--icon: 110px;
		--side: 40px;
	}
	#lab .diagram dl dt{ font-size: 22px; }
	#lab .diagram dl dd{ font-size: 18px; }
}

@media screen and (max-width: 1280px){
	#lab .sec-title{ margin-bottom: 40px; }

	#lab .motion{ padding: 80px 0; }
	#lab .motion .quotes p{ margin-top: 15px; }

	#lab .diagram{
		--circle: 450px;
		--icon: 90px;
		--side: 25px;
	}
	#lab .diagram .circle .logo{ height: 40px; }
	#lab .diagram dl dt{ font-size: 20px; margin-bottom: 7px; }
	#lab .diagram dl dd{ font-size: 17px; }
}

@media screen and (max-width: 1050px){
	#lab .diagram dl dd br{ display: none; }
}

@media screen and (max-width: 1000px){
	#lab .diagram{
		--circle: 250px;
	}
	#lab .diagram .circle .logo{ height: 30px; }

	#lab .diagram .grid-box{ grid-template-columns: repeat(2, 50%); margin: -20px; position: static; padding-bottom: 0; }
	#lab .diagram .grid-box > *{ margin: 20px; }
	#lab .diagram .box{ flex-direction: row !important; }
	#lab .diagram dl{ text-align: left !important; padding-inline: var(--side) 0 !important; }

	#lab .diagram .item,
	#lab .diagram.aos-animate .item{ transform: translateY(var(--aosP)) !important; opacity: 0 !important; transition-delay: unset; }
	#lab .diagram .item.aos-animate{ transform: translate(0) !important; opacity: 1 !important; }
}

@media screen and (max-width: 900px){
	#lab .diagram dl dt{ font-size: 19px; }
}

@media screen and (max-width: 750px){
	#lab .diagram .grid-box{ grid-template-columns: repeat(1, 100%); margin: -5px; }
	#lab .diagram .item{ align-items: unset; border: 1px solid #DDD; border-radius: 25px; padding: 10px; margin: 5px; }
	#lab .diagram .icon{ height: 100%; }
	#lab .diagram dl{ padding-block: 10px; padding-inline: 25px 15px !important; }
}

@media screen and (max-width: 600px){
	#lab .motion .quotes br{ display: none; }
	#lab .motion .quotes h5{ padding-inline: 15px; }  
	#lab .motion .quotes em{ display: block; }
}


/* 연구개발 - 연구소 소개 - 보유기술 */
#technology{
	--bottom: 90px;
}
#technology{ padding-bottom: 0; }
#technology section{ padding-bottom: var(--subPb); overflow: hidden; }
#technology .section-wrap,
#technology .section-wrap .slick-list{ overflow: visible; }
#technology .section-wrap .slick-list{ margin-right: -36px; }

#technology .section{ padding: 30px; overflow: hidden; position: relative; margin-right: 36px; }
#technology .section .bg{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; clip-path: inset(0 0 var(--bottom) 0 round 20px); -webkit-clip-path: inset(0 0 var(--bottom) 0 round 20px); transition: clip-path 0.5s; }
#technology .section .bg img{ width: 100%; height: 100%; object-fit: cover; }

#technology .section .text{ max-width: 550px; min-height: 580px; display: flex; flex-direction: column; justify-content: center; background: rgba(255, 255, 255, 0.7); border-radius: 20px; box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); backdrop-filter: blur(7px); padding: 70px; transform: translateY(var(--aosP)); opacity: 0; transition: transform 0.7s, opacity 0.7s; }
#technology .section .text dl dt{ font-size: 4rem; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 50px; }
#technology .section .text dl dt span{ display: block; font-family: var(--engFont); font-size: 23px; font-weight: 600; color: var(--mainColor); margin-top: 10px; }
#technology .section .text ul li{ font-size: 19px; font-weight: 300; color: #222; letter-spacing: -0.02em; letter-spacing: 1.6; position: relative; padding-left: 18px; }
#technology .section .text ul li:not(:last-of-type){ margin-bottom: 10px; }
#technology .section .text ul li::before{ content: ""; width: 3px; height: 3px; background: #222; border-radius: 50%; position: absolute; top: calc(1.4em / 2); left: 0; transform: translateY(-50%); }

#technology .section.slick-active .bg{ clip-path: inset(0 0 0 0 round 20px); -webkit-clip-path: inset(0 0 0 0 round 20px); }
#technology .section.slick-active .text{ transform: translateY(0); opacity: 1; transition-delay: 1s; }

#technology .section.slick-now .bg{ clip-path: inset(0 0 0 0 round 20px); -webkit-clip-path: inset(0 0 0 0 round 20px); }
#technology .section.slick-now .text{ transform: translateY(0); opacity: 1; transition-delay: 1s; }


#technology .btns{ display: flex; justify-content: center; align-items: center; margin-top: 50px; }
#technology .btns button{ background: none; border: none; padding: 10px; margin-block: -10px; }
#technology .btns button img{ width: auto; height: auto; filter: grayscale(1) brightness(2.2); -webkit-filter: grayscale(1) brightness(2.2); transition: filter 0.4s; }

#technology .btns ul{ width: 147px; display: flex; justify-content: center; }
#technology .btns ul li{ width: 50%; font-family: var(--engFont); font-size: 19px; font-weight: 600; color: #BBB; letter-spacing: -0.02em; padding: 0 9px; position: relative; }
#technology .btns ul li::before{ content: ""; width: 3px; height: 3px; background: #CCC; border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); }
#technology .btns ul li:first-of-type::before{ display: none; }
#technology .btns ul li.index{ color: var(--mainColor); text-align: right; }

@media screen and (hover: hover) and (pointer: fine){
	#technology .btns button:hover img{ filter: unset; -webkit-filter: unset; }
}

@media screen and (max-width: 1600px){	
	#technology .section .text{ padding: 50px; }
	#technology .section .text dl dt{ margin-bottom: 35px; }
	#technology .section .text dl dt span{ font-size: 21px; }
	#technology .section .text ul li{ font-size: 18px; }
}

@media screen and (max-width: 1550px){
	#technology section{ padding-inline: 20px; }
	#technology .section-wrap .slick-list{ margin-right: -20px; }

	#technology .section{ margin-right: 20px; }
	#technology .section .text{ max-width: 450px; min-height: 500px; }
}

@media screen and (max-width: 1280px){
	#technology .section{ padding: 20px; }
	#technology .section .text{ max-width: 350px; min-height: 400px; padding: 30px; }
	#technology .section .text dl dt{ margin-bottom: 20px; }
	#technology .section .text dl dt span{ font-size: 19px; }
	#technology .section .text ul li{ font-size: 17px; padding-left: 10px; }

	#technology .btns{ margin-top: 40px; }
	#technology .btns button img{ height: 22px; }
	#technology .btns ul{ width: 100px; }
}

@media screen and (max-width: 900px){
	#technology .section .text dl dt{ font-size: 5rem; }
	#technology .section .text dl dt span{ font-size: 18px; }
}

@media screen and (max-width: 650px){
	#technology .section-wrap .slick-track{ display: flex; float: unset; }

	#technology .section{ display: flex; flex-direction: column; padding: 0; overflow: visible; }
	#technology .section .bg{ position: static; clip-path: inset(0 0 0 0 round 20px); clip-path: inset(0 0 0 0 round 20px); margin-bottom: 15px; }
	#technology .section .text{ max-width: 100%; min-height: var(--height); padding: 0; transform: translateY(0); opacity: 1; }
	#technology .section .text dl{ padding: 25px; }
}


/* Contact */
#contact{ padding-bottom: 0; }

#contact .grid-box{ display: grid; grid-template-columns: repeat(2, 50%); margin-bottom: -30px; clip-path: inset(0 0 0 0 round 20px 20px 0 0); }
#contact .grid-box .item{ overflow: hidden; position: relative; opacity: 1; }
#contact .grid-box .item .bg{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#contact .grid-box .item .bg::before,
#contact .grid-box .item .bg::after{ content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 10; transition: opacity 0.5s; }
#contact .grid-box .item .bg::before{ background: linear-gradient(to top, #111, transparent); opacity: 1; }
#contact .grid-box .item .bg::after{ height: 100%; background: linear-gradient(180deg, rgba(230, 0, 18, 0.00) 43.49%, #E60012 108.8%); opacity: 0; } 
#contact .grid-box .item .bg img{ width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform 0.5s; }

#contact .grid-box .item .text{ height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 20px; position: relative; z-index: 20; }
#contact .grid-box .item:first-of-type .text{ margin-left: auto; }
#contact .grid-box .item dl{ text-align: center; color: #FFF; letter-spacing: -0.02em; transform: translateY(0); transition: transform 0.4s; }
#contact .grid-box .item dl dt{ font-size: 4rem; font-weight: 600; margin-bottom: 15px; }
#contact .grid-box .item dl dt .icon{ margin-bottom: 40px; }
#contact .grid-box .item dl dt .icon img{ transform: scaleX(1); transition: transform 0.4s; }
#contact .grid-box .item dl dd{ font-family: var(--engFont); font-size: 24px; font-weight: 200; }

@media screen and (hover: hover) and (pointer: fine){
	#contact .grid-box .item:hover .bg::after{ opacity: 0.4; }
	#contact .grid-box .item:hover .bg img{ transform: scale(1.07); }
	#contact .grid-box .item:hover dl{ transform: translateY(-15px); }
	#contact .grid-box .item:hover dl dt .icon img{ transform: scaleX(-1); }
}

@media screen and (max-width: 1600px){
	#contact .grid-box .item dl dt .icon{ margin-bottom: 30px; }
	#contact .grid-box .item dl dd{ font-size: 22px; }
}

@media screen and (max-width: 1280px){
	#contact .grid-box .item dl dt{ margin-bottom: 10px; }
	#contact .grid-box .item dl dt .icon{ margin-bottom: 20px; }
	#contact .grid-box .item dl dd{ font-size: 20px; }
}

@media screen and (max-width: 900px){
	#contact .grid-box .item dl dt{ font-size: 5rem; }
	#contact .grid-box .item dl dd{ font-size: 18px; }
}

@media screen and (max-width: 750px){
	#contact{ padding-bottom: var(--subPb); }
	#contact .grid-box{ grid-template-columns: repeat(1, 100%); clip-path: unset; padding: 0 20px;  margin: -10px 0; }
	#contact .grid-box .item{ border-radius: 20px; overflow: hidden; margin: 10px 0; transform: translateY(var(--aosP)); opacity: 0; }
	#contact .grid-box .item.aos-animate{ transform: translateY(0); opacity: 1; } 
	#contact .grid-box .item .text{ height: auto; padding: 40px 20px; }
	#contact .grid-box .item dl dt{ font-size: 4.7rem; margin-bottom: 5px; }
	#contact .grid-box .item dl dt .icon img{ height: 25px; }
}


/* 개인정보처리방침 */
#policy h2{ font-size: 8.5rem; font-weight: 700; color: #111; letter-spacing: -0.02em; text-align: center; margin-bottom: 100px; }

@media screen and (max-width: 1600px){
	#policy h2{ margin-bottom: 70px; }
}

@media screen and (max-width: 1280px){
	#policy h2{ font-size: 7rem; margin-bottom: 40px; }
}

@media screen and (max-width: 950px){
	#policy br{ display: none; }
}