/* 서브 비주얼 이미지 */
#visual .bg1{ background: url("/img/sub/bg_company.jpg") no-repeat center right 15% / cover; } 
#visual .bg2{ background: url("/img/sub/bg_business.jpg") no-repeat center right 40% / cover; } 
#visual .bg3{ background: url("/img/sub/bg_quality.jpg") no-repeat center right 21% / cover; } 
#visual .bg4{ background: url("/img/sub/bg_esg.jpg") no-repeat center right 9% / cover; } 
#visual .bg5{ background: url("/img/sub/bg_career.jpg") no-repeat center right 22% / cover; } 
#visual .bg6{ background: url("/img/sub/bg_pr.jpg") no-repeat center right 33% / cover; } 


/* visual */
#visual{ position: relative; z-index: 100; }
#visual .overflow{ max-height: 100svh; height: 100vh; overflow: hidden; }
#visual .bg{ height: 100%; transform: scale(1); animation: bgScale 3s 0.3s linear both; }
#visual .text{ padding-bottom: 60px; position: absolute; bottom: 0; left: 0; right: 0; }
#visual .text h2{ font-family: var(--engFont); font-size: 10.4rem; font-weight: 600; color: #FFF; margin: 40px 0 80px; }


/* lnb */
#lnb ul{ display: flex; align-items: center; margin: -22px 0; margin-left: -22px; }
#lnb ul li{ position: relative; }
#lnb ul li::before{ content: ""; width: 4px; height: 4px; background: #FFF; border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); }
#lnb ul li:first-of-type::before{ display: none; }
#lnb ul li img{ width: auto; height: auto; }
#lnb ul li a{ display: inline-block; font-size: 20px; font-weight: 500; color: #FFF; padding: 22px; position: relative; }
#lnb ul li a::before{ content: ""; width: 4px; height: 4px; background: #FFF; border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); }
#lnb ul li a:first-of-type::before{ display: none; }

/* tab */
#tab .mobile{ display: none; }
#tab button{ width: 100%; min-height: 60px; display: flex; justify-content: space-between; align-items: center; background: transparent; border: 2px solid #FFF; border-radius: 10px; font-family: var(--baseFont); font-size: 19px; font-weight: 500; color: #FFF; padding: 10px 20px; text-align: left; transition: background 0.4s, border-color 0.4s; }
#tab button::after{ content: ""; flex-shrink: 0; width: 13px; height: 9px; display: inline-block; margin-left: 20px; background: url("/img/sub/icon_tab_arrow.svg") no-repeat center center / contain; transform: scaleY(1); transition: transform 0.4s; }
#tab ul{ display: flex; }
#tab ul li{ width: 250px; }
#tab ul li:not(:last-of-type){ margin-right: 10px; }
#tab ul li a{ min-height: 66px; display: flex; justify-content: center; align-items: center; border-radius: 10px; font-size: 20px; font-weight: 500; color: #FFF; position: relative; z-index: 10; overflow: hidden; transition: border-color 0.4s; }
#tab ul li a::before,
#tab ul li a::after{ content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; box-sizing: border-box; }
#tab ul li a::before{ border: 2px solid #FFF; border-radius: 10px; transition: border-color 0.4s; }
#tab ul li a::after{ background: var(--mainColor); clip-path: inset(0 100% 0 0 round 10px); -webkit-clip-path: inset(0 100% 0 0 round 10px); transition: clip-path 0.4s; }

#tab ul li.active a::before{ border-color: var(--mainColor); }
#tab ul li.active a::after{ clip-path: inset(0 0 0 0 round 10px); -webkit-clip-path: inset(0 0 0 0 round 10px); }

@media screen and (hover: hover) and (pointer: fine){
	#tab ul li:hover a::before{ border-color: var(--mainColor); }
	#tab ul li:hover a::after{ clip-path: inset(0 0 0 0 round 10px); -webkit-clip-path: inset(0 0 0 0 round 10px); }
}


/* sub - false */
#sub.false{ padding-top: var(--headerH); }
#sub.false #visual{ padding-top: 120px; }
#sub.false #lnb ul li::before{ background: #111; }
#sub.false #lnb ul li img{ filter: invert(1); -webkit-filter: invert(1); }
#sub.false #lnb ul li a{ color: #111; }


/* common */
#sub{
	--subPt: 200px;
	--subPb: 200px;
}
.sub-content{ padding: var(--subPt) 0 var(--subPb); }
.grayBg{ background: var(--grayBg); }
br.m{ display: none; }


/* 간격 */
.pt120{ padding-top: 120px; }
.pb120{ padding-bottom: 120px; }
.pt150{ padding-top: 150px; }
.pb150{ padding-bottom: 150px; }
.pt180{ padding-top: 180px; }
.pb180{ padding-bottom: 180px; }
.pt200{ padding-top: 200px; }
.pb200{ padding-bottom: 200px; }


/* data-aos="clip-right" */
[data-aos="clip-right"]{
	--radius: 0;
}
[data-aos="clip-right"]{ position: relative; clip-path: inset(0 100% 0 0 round var(--radius)); -webkit-clip-path: inset(0 100% 0 0 round var(--radius)); transition: clip-path var(--aosT); }
[data-aos="clip-right"].aos-animate{ clip-path: inset(0 0 0 0 round var(--radius)); -webkit-clip-path: inset(0 0 0 0 round var(--radius)); } 


/* page-title */
.page-title{ text-align: center; }
.page-title h3{ font-size: 5.4rem; font-weight: 600; color: #111; }
.page-title p{ font-size: 24px; font-weight: 300; color: #111; margin-top: 15px; }


/* sec-title */
.sec-title{ text-align: center; }
.sec-title h4{ font-size: 4.8rem; font-weight: 700; color: #111; }
.sec-title p{ font-size: 24px; font-weight: 300; color: #333; line-height: 1.55; margin-top: 40px; }


/* grid-title */
.grid-title{ display: grid; grid-template-columns: repeat(2, 50%); border-bottom: 1px solid #000; opacity: 1 !important; }
.grid-title > *{ opacity: 0; transition: opacity var(--aosT), transform var(--aosT); }
.grid-title .left{ padding-right: 30px; transform: translateX(var(--aosM)); }
.grid-title .left h4{ font-size: 4.8rem; font-weight: 600; color: #111; line-height: 1.5; }
.grid-title .right{ transform: translateX(var(--aosP)); }
.grid-title .right > *:not(:last-child){ margin-bottom: 30px; }
.grid-title .right h5{ font-size: 28px; font-weight: 500; color: #111; line-height: 1.7; }
.grid-title .right p{ font-size: 20px; font-weight: 300; color: #333; line-height: 1.7; }
.grid-title .right.animated{ opacity: 1; transform: translateY(0); }

.grid-title.aos-animate > *{ opacity: 1; transform: translate(0, 0) !important; }


/* tab-menu */
.tab-menu{ padding-bottom: 40px; }
.tab-menu ul{ display: flex; justify-content: center; margin: -21px 0; }
.tab-menu ul li{ position: relative; }
.tab-menu ul li::after{ content: ""; width: 2px; height: 15px; background: var(--borderColor); position: absolute; top: 50%; right: 0; transform: translate(50%, -50%); }
.tab-menu ul li:last-of-type::after{ display: none; }
.tab-menu ul li > *{ display: inline-block; background: none; border: none; font-family: var(--baseFont); font-size: 22px; font-weight: 500; color: #CCC; text-stroke: 0.012em transparent; -webkit-text-stroke: 0.012em transparent; padding: 21px; }
.tab-menu ul li.on > *{ color: var(--mainColor); text-stroke-color: var(--mainColor); -webkit-text-stroke-color: var(--mainColor); }


/* grid-sec */
.grid-sec > *:not(:last-of-type){ margin-bottom: 120px; }
.grid-sec > *:not(:last-of-type) .right{ border-bottom: 1px solid var(--borderColor); padding-bottom: 120px; }


/* grid-layout */
.grid-layout{ display: grid; grid-template-columns: 480px calc(100% - 480px); opacity: 1 !important; }
.grid-layout > *{ transition: transform var(--aosT), opacity var(--aosT); }
.grid-layout .left{ padding-right: 40px; transform: translateX(var(--aosM)); opacity: 0; }
.grid-layout .left h5{ font-size: 28px; font-weight: 500; color: #111; }
.grid-layout .right{ transform: translateY(var(--aosP)); opacity: 0; }

.grid-layout.block{ grid-template-columns: repeat(1, 100%); }
.grid-layout.block .left{ padding-bottom: 40px; transform: translateY(var(--aosP)); }

.grid-layout.aos-animate .left,
.grid-layout.aos-animate .right,
.grid-layout.block.aos-animate .left,
.grid-layout.block.aos-animate .right,
.grid-layout .right.animated{ transform: translate(0, 0) !important; opacity: 1 !important; }



/* icon-dl */
.icon-dl{ display: grid; grid-template-columns: repeat(3, calc(100% / 3)); }
.icon-dl .item{ display: flex; flex-direction: column; background: var(--grayBg); border-radius: 20px; padding: 40px; }
.icon-dl .box{ flex: 1 0 auto; display: flex; justify-content: space-between; align-items: flex-start; }
.icon-dl .box .icon{ padding-right: 10px; padding-bottom: 10px; margin-bottom: 43px; position: relative; z-index: 10; }
.icon-dl .box .icon::before{ content: ""; width: 50px; height: 50px; background: var(--mainColor); border-radius: 10px; position: absolute; bottom: 0; right: 0; z-index: -1; }
.icon-dl .box figure{ width: 80px; height: 80px; display: inline-flex; justify-content: center; align-items: center; background: #FFF; border-radius: 10px; padding: 10px; }
.icon-dl .box span{ font-family: var(--engFont); font-size: 28px; font-weight: 600; color: #DDD; }
.icon-dl dl dt{ font-size: 22px; font-weight: 500; color: #111; margin-bottom: 20px; }
.icon-dl dl dd{ font-size: 18px; font-weight: 300; color: #333; line-height: 1.6; }
.icon-dl dl dd strong{ font-weight: 500; }


/* icon-listbox */
.icon-listbox{
	--icon: 120px;
}
.icon-listbox ul{ border-top: 2px solid #000; }
.icon-listbox ul li{ display: grid; grid-template-columns: var(--icon) calc(100% - var(--icon)); padding: 50px 60px; }
.icon-listbox ul li:not(:last-of-type){ border-bottom: 1px solid var(--borderColor); }
.icon-listbox .icon{ height: var(--icon); display: flex; justify-content: center; align-items: center; background: #000; border-radius: 10px; padding: 15px; }
.icon-listbox .icon img{ max-height: 100%; }
.icon-listbox dl{ min-height: var(--icon); display: flex; flex-direction: column; justify-content: center; padding-left: 60px; }
.icon-listbox dl dt{ font-size: 22px; font-weight: 500; color: #111; margin-bottom: 20px; }
.icon-listbox dl dd{ font-size: 18px; font-weight: 300; color: #333; }
.icon-listbox dl dd:not(:last-of-type){ margin-bottom: 10px; }
.icon-listbox dl dd strong{ font-weight: 500; }

.icon-listbox.hyphen dl dd{ padding-left: 12px; position: relative; }
.icon-listbox.hyphen dl dd::before{ content: "-"; position: absolute; top: 0; left: 0; }


/* basic-box */
.basic-box h6{ font-size: 32px; font-weight: 600; color: #111; line-height: 1.6; margin-bottom: 40px; }
.basic-box p{ font-size: 20px; font-weight: 300; color: #333; line-height: 1.7; }
.basic-box p strong{ font-weight: 500; }

.basic-box.grayBg{ border-radius: 999px; padding: 100px 50px; text-align: center; }
.basic-box.grayBg h6{ margin-bottom: 15px; }


/* bg-box */
.bg-box{
	--radius: 40px;
}
.bg-box{ min-height: 520px; display: flex; flex-direction: column; justify-content: center; border-radius: var(--radius); text-align: center; }
.bg-box *{ color: #FFF; }
.bg-box > div{ padding: 40px; opacity: 0; transform: translateY(var(--aosP)); transition: opacity var(--aosT) var(--aosT), transform var(--aosT) var(--aosT); }
.bg-box > div > *:not(:last-child){ margin-bottom: 40px; }
.bg-box span{ display: block; font-size: 28px; font-weight: 400; }
.bg-box h6{ font-size: 36px; font-weight: 500; line-height: 1.5; }
.bg-box p{ font-size: 22px; font-weight: 200; line-height: 1.7; }
.bg-box p strong{ font-weight: 500; }

.bg-box.top p{ font-weight: 400; color: rgba(255, 255, 255, 0.8); }

.bg-box.aos-animate > div{ opacity: 1; transform: translateY(0); }


/* zoom-img */
.zoom-img{ position: relative; pointer-events: none; }
.zoom-img i{ width: 60px; height: 60px; display: flex; flex-direction: column; justify-content: center; background: var(--mainColor); border: 2px solid rgba(255, 255, 255, 0.2); border-radius: 20px; position: absolute; bottom: 20px; right: 20px; opacity: 0; }
.zoom-img i::before{ content: ""; display: block; height: 30px; background: url("/img/sub/icon_zoom.svg") no-repeat center center / contain; }

@media screen and (max-width: 1760px){
	/* icon-dl */
	.icon-dl .item{ padding: 35px; }
	.icon-dl .box span{ font-size: 27px; }
}

@media screen and (max-width: 1700px){
	/* visual */
	#visual .text h2{ font-size: 9rem; margin: 30px 0 60px; }

	/* lnb */
	#lnb ul li a{ font-size: 19px; }

	/* tab */
	#tab ul li{ width: 200px; }
	#tab ul li a{ min-height: 60px; font-size: 19px; }

	/* common */
	#sub{
		--subPt: 150px;
		--subPb: 150px;
	}

	/* sub - false */
	#sub.false #visual{ padding-top: 90px; }

	/* 간격 */
	.pt120{ padding-top: 90px; }
	.pb120{ padding-bottom: 90px; }
	.pt150{ padding-top: 120px; }
	.pb150{ padding-bottom: 120px; }
	.pt180{ padding-top: 150px; }
	.pb180{ padding-bottom: 150px; }
	.pt200{ padding-top: 150px; }
	.pb200{ padding-bottom: 150px; }

	/* page-title */
	.page-title p{ font-size: 22px; }

	/* sec-title */
	.sec-title p{ font-size: 22px; margin-top: 30px; }

	/* grid-title */
	.grid-title .right > *:not(:last-child){ margin-bottom: 20px; }
	.grid-title .right h5{ font-size: 24px; }
	.grid-title .right p{ font-size: 19px; }

	/* tab-menu */
	.tab-menu ul li > *{ font-size: 20px; }

	/* grid-sec */
	.grid-sec > *:not(:last-of-type){ margin-bottom: 90px; }
	.grid-sec > *:not(:last-of-type) .right{ padding-bottom: 90px; }

	/* grid-layout */
	.grid-layout{ grid-template-columns: 400px calc(100% - 400px); }
	.grid-layout .left h5{ font-size: 26px; }

	.grid-layout.block .left{ padding-bottom: 30px; }

	/* icon-dl */
	.icon-dl .item{ padding: 30px; }
	.icon-dl .box .icon{ margin-bottom: 35px; }
	.icon-dl .box .icon::before{ width: 45px; height: 45px; }
	.icon-dl .box figure{ width: 70px; height: 70px; }
	.icon-dl .box span{ font-size: 26px; }
	.icon-dl dl dt{ font-size: 21px; margin-bottom: 15px; }

	/* icon-listbox */
	.icon-listbox{
		--icon: 100px;
	}
	.icon-listbox ul li{ padding: 35px 45px; }
	.icon-listbox dl{ padding-left: 45px; }
	.icon-listbox dl dt{ font-size: 21px; margin-bottom: 15px; }
	.icon-listbox dl dd{ font-size: 18px; }

	/* basic-box */
	.basic-box h6{ font-size: 28px; margin-bottom: 30px; }
	.basic-box p{ font-size: 19px; }

	.basic-box.grayBg{ padding: 70px 30px; }

	/* bg-box */
	.bg-box{ min-height: 450px; }
	.bg-box > div > *:not(:last-child){ margin-bottom: 30px; }
	.bg-box span{ font-size: 24px; }
	.bg-box h6{ font-size: 32px; }
	.bg-box p{ font-size: 20px; }
}

@media screen and (max-width: 1400px){
	/* grid-layout */
	.grid-layout{ grid-template-columns: 300px calc(100% - 300px); }
}

@media screen and (max-width: 1280px){
	/* visual */
	#visual .text{ padding-bottom: 40px; }
	#visual .text h2{ font-size: 8rem; margin-bottom: 40px; }

	/* lnb */
	#lnb ul{ margin: -15px 0; margin-left: -15px; }
	#lnb ul li::before{ width: 3px; height: 3px; }
	#lnb ul li img{ height: 18px; }
	#lnb ul li a{ font-size: 18px; padding: 15px; }

	/* tab */
	#tab ul li{ width: 170px; }
	#tab ul li a{ min-height: 55px; font-size: 18px; }

	/* common */
	#sub{
		--subPt: 100px;
		--subPb: 100px;
	}

	/* sub - false */
	#sub.false #visual{ padding-top: 60px; }

	/* 간격 */
	.pt120{ padding-top: 60px; }
	.pb120{ padding-bottom: 60px; }
	.pt150{ padding-top: 80px; }
	.pb150{ padding-bottom: 80px; }
	.pt180{ padding-top: 100px; }
	.pb180{ padding-bottom: 100px; }
	.pt200{ padding-top: 100px; }
	.pb200{ padding-bottom: 100px; }

	/* page-title */
	.page-title p{ font-size: 20px; margin-top: 10px; }

	/* sec-title */
	.sec-title p{ font-size: 20px; margin-top: 20px; }

	/* grid-title */
	.grid-title .right > *:not(:last-child){ margin-bottom: 10px; }
	.grid-title .right h5{ font-size: 22px; }
	.grid-title .right p{ font-size: 18px; }

	/* tab-menu */
	.tab-menu{ padding-bottom: 30px; }
	.tab-menu ul{ margin: -15px; }
	.tab-menu ul li::after{ height: 13px; }
	.tab-menu ul li > *{ font-size: 19px; padding: 15px; }

	/* grid-sec */
	.grid-sec > *:not(:last-of-type){ margin-bottom: 60px; }
	.grid-sec > *:not(:last-of-type) .right{ padding-bottom: 60px; }

	/* grid-layout */
	.grid-layout .left h5{ font-size: 24px; }

	/* icon-dl */
	.icon-dl .item{ padding: 25px; }
	.icon-dl .box .icon{ padding-right: 8px; padding-bottom: 8px; }
	.icon-dl .box .icon::before{ width: 40px; height: 40px; }
	.icon-dl .box figure{ width: 65px; height: 65px; }
	.icon-dl .box span{ font-size: 24px; }
	.icon-dl dl dt{ font-size: 20px; margin-bottom: 10px; }
	.icon-dl dl dd{ font-size: 17px; }

	/* icon-listbox */
	.icon-listbox{
		--icon: 85px;
	}
	.icon-listbox ul li{ padding: 20px 25px; }
	.icon-listbox dl{ padding-left: 25px; }
	.icon-listbox dl dt{ font-size: 20px; margin-bottom: 15px; }
	.icon-listbox dl dd{ font-size: 17px; }
	.icon-listbox dl dd:not(:last-of-type){ margin-bottom: 7px; }

	/* basic-box */
	.basic-box h6{ font-size: 24px; margin-bottom: 20px; }
	.basic-box p{ font-size: 18px; }

	.basic-box.grayBg{ padding-block: 40px; }
	.basic-box.grayBg h6{ margin-bottom: 5px; }

	/* bg-box */
	.bg-box{ min-height: 350px; }
	.bg-box > div{ padding-inline: 30px; }
	.bg-box > div > *:not(:last-child){ margin-bottom: 20px; }
	.bg-box span{ font-size: 22px; }
	.bg-box h6{ font-size: 28px; }
	.bg-box p{ font-size: 19px; }

	/* zoom-img */
	.zoom-img i{ width: 50px; height: 50px; border-radius: 15px; bottom: 10px; right: 10px; }
}

@media screen and (max-width: 1200px){
	/* grid-title */
	.grid-title{ grid-template-columns: repeat(1, 100%); }
	.grid-title .left{ padding-right: 0; padding-bottom: 20px; transform: translateY(var(--aosP)); }
	.grid-title .right{ transform: translateY(var(--aosP)); }

	/* grid-layout */
	.grid-layout{ grid-template-columns: repeat(1, 100%); }
	.grid-layout .left{ padding-right: 0; padding-bottom: 20px; transform: translateY(var(--aosP)); }

	.grid-layout.block .left{ padding-bottom: 20px; }
}

@media screen and (max-width: 1000px){
	/* visual */
	#visual .text h2{ margin-bottom: 0; }

	/* tab */
	#tab{ position: relative; margin-top: 40px; }
	#tab .pc{ display: none; }
	#tab .mobile{ display: block; }
	#tab .mobile.on button{ background: var(--mainColor); border-color: var(--mainColor); }
	#tab .mobile.on button::after{ transform: scaleY(-1); }
	#tab ul{ width: 100%; display: none; background: #FFF; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); border-radius: 10px; padding: 10px 0; position: absolute; top: calc(100% + 5px); left: 0; }
	#tab ul li{ width: 100%; }
	#tab ul li a{ min-height: auto; justify-content: flex-start; border: none; font-size: 19px; color: #333; line-height: 1.3; text-align: left; padding: 10px 20px; transition: color 0.4s; }
	#tab ul li a::before,
	#tab ul li a::after{ display: none; }
}

@media screen and (max-width: 1000px) and (hover: hover) and (pointer: fine){
	#tab ul li:hover a{ color: var(--mainColor); }
}

@media screen and (max-width: 900px){
	/* lnb */
	#lnb ul li img{ height: 17px; }
	#lnb ul li a{ font-size: 17px; }

	/* common */
	#sub{
		--subPt: 60px;
	}

	/* sub - false */
	#sub.false #visual{ padding-top: 30px; }

	/* page-title */
	.page-title h3{ font-size: 5rem; }
	.page-title p{ font-size: 18px; }

	/* sec-title */
	.sec-title h4{ font-size: 4.5rem; }
	.sec-title p{ font-size: 18px; }

	/* grid-title */
	.grid-title .left h4{ font-size: 4.5rem; }
	.grid-title .right h5{ font-size: 21px; }

	/* icon-listbox */
	.icon-listbox ul li{ padding: 20px 0; }
	.icon-listbox dl{ padding-left: 20px; }
	.icon-listbox dl dt{ font-size: 19px; margin-bottom: 10px; }

	/* bg-box */
	.bg-box span{ font-size: 18px; }
	.bg-box h6{ font-size: 24px; }
	.bg-box p{ font-size: 17px; }

	/* basic-box */
	.basic-box h6{ font-size: 20px; }
}


/* 회사소개 - 회사소개 */
#overview .intro{ background: url("/img/sub/company/overview_img.jpg") no-repeat center center / cover; border-radius: 40px; color: #FFF; padding: 120px 70px; opacity: 1 !important; clip-path: inset(0 100% 0 0 round 40px); -webkit-clip-path: inset(0 100% 0 0 round 40px); transition: clip-path var(--aosT); }
#overview .intro.aos-animate{ clip-path: inset(0 0 0 0 round 40px); -webkit-clip-path: inset(0 0 0 0 round 40px); }
#overview .intro h2{ font-family: var(--engFont); font-size: 5.8rem; font-weight: 500; line-height: 1.4; }
#overview .intro p{ font-size: 20px; font-weight: 200; line-height: 1.7; margin-top: 60px; }
#overview .intro p.strong{ font-size: 24px; font-weight: 500; line-height: 1.3; margin-top: 40px; }

#overview .icon-dl{ margin: -5px; }
#overview .icon-dl > *{ margin: 5px; }

@media screen and (max-width: 1700px){
	#overview .intro{ padding: 80px 50px; }
	#overview .intro p{ font-size: 19px; margin-top: 40px; }
	#overview .intro p.strong{ font-size: 22px; margin-top: 30px; }
}

@media screen and (max-width: 1550px){
	#overview .icon-dl{ grid-template-columns: repeat(2, 50%); }
}

@media screen and (max-width: 1280px){
	#overview .intro{ padding: 50px 25px; }
	#overview .intro p{ font-size: 18px; margin-top: 30px; }
	#overview .intro p.strong{ font-size: 20px; margin-top: 20px; }
}

@media screen and (max-width: 900px){
	#overview .intro h2{ font-size: 5.5rem; }
}

@media screen and (max-width: 750px){
	#overview .icon-dl{ grid-template-columns: repeat(1, 100%); }
}

@media screen and (max-width: 700px){
	#overview .intro p.strong{ line-height: 1.5; }
	#overview .intro p br{ display: none; }
	#overview .intro p span{ display: block; }
}

@media screen and (max-width: 600px){
	#overview .sec-title br{ display: none; }
}


/* 회사소개 - CEO 인사말 */
#ceo .grid-box{ display: grid; grid-template-columns: 660px calc(100% - 660px); }
#ceo figure{ display: block; border-radius: 60px; overflow: hidden; }
#ceo figure img{ width: 100%; }

#ceo .right{ display: flex; flex-direction: column; justify-content: center; padding-left: 115px; }
#ceo .right h4{ font-size: 4.2rem; font-weight: 700; color: #111; line-height: 1.6; }
#ceo .right h4 .eng{ font-weight: 600; }
#ceo .right p{ font-size: 20px; }
#ceo .right .p-box{ margin: 60px 0; }
#ceo .right .p-box p{ font-weight: 300; color: #333; line-height: 1.7; }
#ceo .right .p-box p:not(:last-of-type){ margin-bottom: 40px; }
#ceo .right .name{ font-weight: 600; color: #111; }

@media screen and (max-width: 1700px){
	#ceo .right p{ font-size: 19px; }
	#ceo .right p br{ display: none; }
	#ceo .right .p-box{ margin: 40px 0; }
	#ceo .right .p-box p:not(:last-of-type){ margin-bottom: 30px; }
}

@media screen and (max-width: 1500px){
	#ceo .grid-box{ grid-template-columns: 550px calc(100% - 550px); }
	#ceo .right{ padding-left: 80px; }
}

@media screen and (max-width: 1350px){
	#ceo .right h4 br{ display: none; }
}

@media screen and (max-width: 1280px){
	#ceo .grid-box{ grid-template-columns: 450px calc(100% - 450px); }
	#ceo .right p{ font-size: 18px; }
	#ceo .right .p-box{ margin: 25px 0; }
	#ceo .right .p-box p:not(:last-of-type){ margin-bottom: 15px; }
}

@media screen and (max-width: 1100px){
	#ceo .grid-box{ grid-template-columns: repeat(1, 100%); }
	#ceo .right{ padding-left: 0; padding-top: 30px; }
}


/* 회사소개 - 연혁 */
#history .relative{ position: relative; }
#history .line{ height: 100%; background: #EEE; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#history .line div{ width: 2px; height: 0; background: var(--mainColor); position: relative; transition: height 0.15s ease-out; }
#history .line div i{ width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; background: #FFF; border: 4px solid var(--mainColor); box-shadow: 0 0 50px rgba(var(--mainRGB), 0.3); border-radius: 50%; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
#history .line div i::before{ content: ""; width: 10px; height: 10px; display: inline-block; background: var(--mainColor); border-radius: 50%; }

#history .sec-box{ overflow: hidden; }
#history .sec-box section{ padding-bottom: 150px; opacity: 1 !important; }
#history .sec-box section:last-of-type{ margin-bottom: -150px; }
#history .flex-box{ display: flex; justify-content: space-between; }
#history .flex-box > *{ width: calc((100% - 260px) / 2); opacity: 0; transition: opacity var(--aosT), transform var(--aosT); }
#history h3{ font-family: var(--engFont); font-size: 7rem; font-weight: 600; color: #111; text-align: center; margin-bottom: 60px; }

#history .sticky{ position: sticky; top: calc(var(--stickyH) / 4); left: 0; }
#history .img{ transform: translateX(var(--aosM)); }
#history .img figure{ display: block; border-radius: 40px; padding-bottom: 60%; position: relative; overflow: hidden; }
#history .img figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#history .text{ transform: translateY(var(--aosP)); }
#history .text h3{ opacity: 0; pointer-events: none; }
#history .text dl{ display: flex; font-size: 20px; }
#history .text dl:not(:last-of-type){ margin-bottom: 40px; }
#history .text dl dt{ width: 150px; font-family: var(--engFont); font-weight: 600; color: #111; }
#history .text dl dd{ flex: 1 1 auto; min-width: 0; font-weight: 300; color: #333; }

#history .sec-box section:nth-of-type(even) .flex-box{ flex-direction: row-reverse; }
#history .sec-box section:nth-of-type(even) .img{ transform: translateX(var(--aosP)); }
#history .sec-box section:nth-of-type(even) .text{ text-align: right; }
#history .sec-box section:nth-of-type(even) .text dl{ flex-direction: row-reverse; }

#history section.aos-animate .flex-box > *{ opacity: 1; transform: translate(0, 0) !important; }

@media screen and (max-width: 1700px){
	#history .line div i{ width: 45px; height: 45px; }

	#history .sec-box section{ padding-bottom: 120px; } 
	#history .sec-box section:last-of-type{ margin-bottom: -120px; }
	#history .flex-box > *{ width: calc((100% - 200px) / 2); }
	#history h3{ margin-bottom: 40px; }

	#history .text dl{ font-size: 19px; }
	#history .text dl:not(:last-of-type){ margin-bottom: 30px; }
	#history .text dl dt{ width: 120px; }
}

@media screen and (max-width: 1400px){
	#history .line div i{ width: 40px; height: 40px; }
	#history .line div i::before{ width: 8px; height: 8px; }
	
	#history .flex-box > *{ width: calc((100% - 160px) / 2); }
}

@media screen and (max-width: 1280px){
	#history .line div i{ width: 34px; height: 34px; }
	#history .line div i::before{ width: 6px; height: 6px; }

	#history .sec-box section{ padding-bottom: 80px; }
	#history .sec-box section:last-of-type{ margin-bottom: -80px; }
	#history .flex-box > *{ width: calc((100% - 120px) / 2); }
	#history h3{ margin-bottom: 20px; }

	#history .text dl{ font-size: 18px; }
	#history .text dl:not(:last-of-type){ margin-bottom: 20px; }
	#history .text dl dt{ width: 100px; }
}

@media screen and (max-width: 1000px){
	#history .line{ left: 33px; }
	#history .line div i{ width: 26px; height: 26px; border-width: 3px; }

	#history .sec-box section{ padding-left: 50px; }
	#history .flex-box{ flex-direction: column !important; }
	#history .flex-box > *{ width: 100%; }

	#history .img figure{ border-radius: 35px; }

	#history .text{ padding-top: 30px; }
	#history .text h3{ display: none; }

	#history .sec-box section:nth-of-type(odd) .img, 
	#history .sec-box section:nth-of-type(even) .img{ transform: translateY(var(--aosP)); }

	#history .sec-box section:nth-of-type(even) .text{ text-align: left; }
	#history .sec-box section:nth-of-type(even) .text dl{ flex-direction: row; }
}


/* 회사소개 - 오시는 길 */
#location .map{ border-radius: 40px 40px 0 0; overflow: hidden; }
#location .map .root_daum_roughmap{ width: 100%; }
#location .map .root_daum_roughmap .section_address{ display: none; }
#location .map .root_daum_roughmap .wrap_map{ height: 680px; }
#location .map .root_daum_roughmap .map_border{ display: none; }

#location address{ background: var(--grayBg); border-radius: 0 0 40px 40px; padding: 80px; }
#location address .flex-box{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: -5px -50px; }
#location address p{ font-size: 32px; font-weight: 500; color: #111; padding-left: 56px; position: relative; margin: 5px 50px; }
#location address p::before{ content: ""; width: 36px; height: 40px; background: url("/img/sub/company/icon_marker.svg") no-repeat center center / contain; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#location address .dl{ display: flex; flex-wrap: wrap; }
#location address .dl dl{ display: flex; font-family: var(--engFont); font-size: 20px; margin: 5px 50px; }
#location address .dl dl dt{ flex-shrink: 0; font-weight: 600; color: #111; margin-right: 30px; }
#location address .dl dl dd{ flex: 1 1 auto; font-weight: 300; color: #333; }

@media screen and (max-width: 1700px){
	#location .map .root_daum_roughmap .wrap_map{ height: 600px; }

	#location address{ padding: 60px; }
	#location address .flex-box{ margin-inline: -25px; }
	#location address p{ font-size: 28px; padding-left: 40px; margin-inline: 25px; }
	#location address p::before{ width: 25px; height: 28px; }
	#location address .dl dl{ font-size: 19px; margin-inline: 25px; }
	#location address .dl dl dt{ margin-right: 20px; }
}

@media screen and (max-width: 1280px){
	#location .map .root_daum_roughmap .wrap_map{ height: 500px; }

	#location address{ padding: 40px; }
	#location address p{ font-size: 24px; padding-left: 30px; }
	#location address p::before{ width: 18px; height: 20px; }
	#location address .dl dl{ font-size: 18px; }
	#location address .dl dl dt{ margin-right: 15px; }
}

@media screen and (max-width: 1100px){
	#location address .flex-box{ flex-direction: column; align-items: flex-start; }
	#location address p{ margin-bottom: 15px; }
}

@media screen and (max-width: 900px){
	#location .map .root_daum_roughmap .wrap_map{ height: 400px; }

	#location address{ padding: 30px; }
	#location address p{ font-size: 22px; }
	#location address .dl{ flex-direction: column; }
}


/* 사업소개 - 사업분야 */
#business{ overflow: hidden; }
#business .title{ text-align: center; }
#business .title p{ font-size: 24px; font-weight: 300; color: #111; line-height: 1.5; margin-bottom: 15px; }
#business .title h4{ font-size: 4.8rem; font-weight: 700; color: #111; line-height: 1.4; }


#business .sec .flex-box{ display: flex; }
#business .sec .img{ width: 53%; transform: translateX(var(--aosM)); opacity: 0; transition: transform var(--aosT), opacity var(--aosT); }
#business .sec .img figure{ display: block; height: 100%; }
#business .sec .img figure img{ width: 100%; height: 100%; object-fit: cover; border-radius: 40px; }
#business .sec .text{ width: 47%; display: flex; flex-direction: column; justify-content: center; padding: 20px 0; padding-inline: 120px 180px; transform: translateY(var(--aosP)); opacity: 0; transition: transform var(--aosT), opacity var(--aosT); }
#business .sec .text h4{ font-size: 4.8rem; font-weight: 600; color: #111; line-height: 1.6; margin-bottom: 60px; }
#business .sec .text p{ font-size: 20px; font-weight: 300; color: #333; line-height: 1.7; }

#business .sec:nth-of-type(odd) .flex-box{ flex-direction: row-reverse; }
#business .sec:nth-of-type(odd) .img{ transform: translateX(var(--aosP)); }
#business .sec:nth-of-type(odd) .text{ padding-inline: 180px 120px; }

#business .sec .aos-animate .img,
#business .sec .aos-animate .text{ transform: translate(0, 0) !important; opacity: 1; }


#business .icon-box ul{ display: grid; grid-template-columns: repeat(3, calc(100% / 3)); margin: -5px; }
#business .icon-box ul li{ display: grid; grid-template-columns: 60px calc(100% - 60px); align-items: center; background: var(--grayBg); border-radius: 99px; font-size: 20px; font-weight: 500; color: #111; padding: 30px 60px; margin: 5px; }


#business .diagram{ display: flex; flex-wrap: wrap; }
#business .diagram .item{ width: calc((100% + 120px) / 4); border: 1px dashed #E5E5E5; border-radius: 50%; position: relative; z-index: var(--index); }
#business .diagram .item:not(:last-of-type){ margin-right: -40px; }
#business .diagram .item::before{ content: ""; display: block; padding-bottom: 100%; }
#business .diagram .item::after{ content: ""; width: calc(100% - 40px); height: 1px; border-bottom: 1px dashed #E5E5E5; position: absolute; top: calc(50% - 2px); left: 0; }
#business .diagram .item .text{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; text-align: center; z-index: 10; }
#business .diagram .item .text::before{ content: ""; width: 10px; height: 10px; background: #000; clip-path: polygon(100% 50%, 0 0, 0 100%); -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%); position: absolute; top: calc(50% - 1px); right: 20px; transform: translate(50%, -50%); } 
#business .diagram .item.white .text::before{ background: #FFF; }
#business .diagram .item p{ display: flex; flex-direction: column; height: 50%; font-size: 22px; font-weight: 600; color: #111; padding: 30px; }
#business .diagram .item p.eng{ justify-content: flex-end; font-size: 20px; font-weight: 500; color: var(--mainColor); }

#business .diagram .item:first-of-type p.eng{ border-bottom: 1px dashed #E5E5E5; }

#business .diagram .item:nth-of-type(even){ background: rgba(var(--mainRGB), 0.03); border-color: var(--mainColor); }
#business .diagram .item:nth-of-type(even) p{ color: var(--mainColor); }

#business .diagram .item:last-of-type{ background: linear-gradient(to bottom, var(--mainColor), #82074C); border-color: transparent; }
#business .diagram .item:last-of-type::after{ width: 100%; border-color: rgba(255, 255, 255, 0.5); }
#business .diagram .item:last-of-type .text::before{ display: none; }
#business .diagram .item:last-of-type p{ font-weight: 500; color: #FFF; }
#business .diagram .item:last-of-type p.eng{ font-weight: 400; }

@media screen and (max-width: 1700px){
	#business .title p{ font-size: 22px; }

	#business .sec .text{ padding-inline: 90px; }
	#business .sec:nth-of-type(odd) .text{ padding-inline: 90px; }
	#business .sec .text h4{ margin-bottom: 40px; }
	#business .sec .text p{ font-size: 19px; }

	#business .icon-box ul li{ font-size: 19px; padding: 25px 40px; }

	#business .diagram .item p{ font-size: 21px; padding: 25px; }
	#business .diagram .item p.eng{ font-size: 19px; }
}

@media screen and (max-width: 1450px){
	#business .sec .text{ padding-inline: 70px; }
	#business .sec:nth-of-type(odd) .text{ padding-inline: 70px; }
}

@media screen and (max-width: 1280px){
	#business .title p{ font-size: 20px; margin-bottom: 10px; }

	#business .sec .text{ padding-inline: 50px; }
	#business .sec:nth-of-type(odd) .text{ padding-inline: 50px; }
	#business .sec .text h4{ font-size: 4.2rem; margin-bottom: 20px; }
	#business .sec .text p{ font-size: 18px; }

	#business .icon-box ul li{ font-size: 18px; padding: 20px 30px; }

	#business .diagram .item{ width: calc((100% + 90px) / 4); }
	#business .diagram .item:not(:last-of-type){ margin-right: -30px; }
	#business .diagram .item .text::before{ width: 8px; height: 8px; right: 15px; }
	#business .diagram .item p{ font-size: 20px; padding: 20px; }
	#business .diagram .item p.eng{ font-size: 18px; }
}

@media screen and (max-width: 1200px){
	#business .sec .text p br{ display: none; }
}

@media screen and (max-width: 1000px){
	#business .sec br{ display: none; }
	#business .sec .flex-box{ flex-direction: column !important; }
	#business .sec .img,
	#business .sec .text{ width: 100%; }
	#business .sec .text{ padding-inline: 0 !important; padding-bottom: 0; }
	#business .sec .text h4{ margin-bottom: 10px; }

	#business .sec .img, 
	#business .sec:nth-of-type(odd) .img{ transform: translateY(var(--aosP)); }
}

@media screen and (max-width: 900px){
	#business .title h4{ font-size: 4.5rem; }
	#business .title p{ font-size: 18px; }

	#business .sec .text h4{ font-size: 4.5rem; }

	#business .icon-box ul{ grid-template-columns: repeat(2, 50%); }
	#business .icon-box ul li{ padding: 15px 25px; }

	#business .diagram{ max-width: 550px; margin: 0 auto; }
	#business .diagram .item{ width: calc((100% + 30px) / 2); }
	#business .diagram .item::after{ width: calc(100% - 30px); }
	#business .diagram .item p{ font-size: 19px; }
	#business .diagram .item p.eng{ font-size: 17px; }
	#business .diagram .item:nth-of-type(even){ margin-right: 0; }
	#business .diagram .item:nth-of-type(even)::after{ width: 100%; }
	#business .diagram .item:nth-of-type(even) .text::before{ display: none; }
}

@media screen and (max-width: 700px){
	#business .title span{ display: block; }
}

@media screen and (max-width: 650px){
	#business .icon-box ul{ grid-template-columns: repeat(1, 100%); }
}

@media screen and (max-width: 600px){
	#business .sec .text h4 span{ display: block; }
}


/* 사업소개 (공통) */
.business-sec{
	--icon: 80px;
}
.business-sec > *:not(:last-of-type){ margin-bottom: 120px; }
.business-sec > *:not(:last-of-type) .right{ border-bottom: 1px solid var(--borderColor); padding-bottom: 120px; }
.business-sec .right > *:not(:last-child){ margin-bottom: 60px; }
.business-sec .right figure{ display: block; }
.business-sec .right figure img{ width: 100%; }
.business-sec .right figure.radius img{ border-radius: 20px; }
.business-sec .right p{ font-size: 20px; font-weight: 300; color: #333; line-height: 1.7; } 

.business-sec .icon-list ul{ display: grid; grid-template-columns: repeat(3, calc(100% / 3)); margin: -5px; }
.business-sec .icon-list ul li{ display: grid; grid-template-columns: var(--icon) calc(100% - var(--icon)); align-items: center; background: #FFF; border: 2px solid var(--borderColor); border-radius: 10px; margin: 5px; overflow: hidden; }
.business-sec .icon-list ul li .icon{ min-height: var(--icon); height: 100%; display: flex; justify-content: center; align-items: center; background: var(--grayBg); padding: 5px; }
.business-sec .icon-list ul li p{ font-size: 17px; font-weight: 500; color: #555; line-height: 1.3; padding: 5px 30px; }

.grayBg .business-sec .icon-list ul li .icon{ background: #EEE; }

@media screen and (max-width: 1700px){
	.business-sec > *:not(:last-of-type){ margin-bottom: 90px; }
	.business-sec > *:not(:last-of-type) .right{ padding-bottom: 90px; }
	.business-sec .right p{ font-size: 19px; }

	.business-sec{
		--icon: 75px;
	}
	.business-sec .icon-list ul li p{ padding-inline: 25px; }
}

@media screen and (max-width: 1280px){
	.business-sec > *:not(:last-of-type){ margin-bottom: 60px; }
	.business-sec > *:not(:last-of-type) .right{ padding-bottom: 60px; }
	.business-sec .right > *:not(:last-child){ margin-bottom: 30px; }
	.business-sec .right p{ font-size: 18px; }

	.business-sec{
		--icon: 65px;
	}
	.business-sec .icon-list ul li p{ padding-inline: 20px; }
}

@media screen and (max-width: 1000px){
	.business-sec .icon-list ul{ grid-template-columns: repeat(2, 50%); }
}

@media screen and (max-width: 700px){
	.business-sec .icon-list ul{ grid-template-columns: repeat(1, 100%); }
}


/* 사업소개 - 차상 검측시스템 - 선로 분야 */
#railway .intro .video{ position: relative; overflow: hidden; padding-bottom: 33.596%; }
#railway .intro video{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

@media screen and (max-width: 1720px){
	#railway .business-sec .right br{ display: none; }
}


/* 사업소개 - 차상 검측시스템 - 선로 분야 */
@media screen and (max-width: 1790px){
	#tramrail .business-sec .right br{ display: none; }
}


/* 사업소개 - 차상 검측시스템 - 신호 분야 */
@media screen and (max-width: 1600px){
	#sign .business-sec .right br{ display: none; }
}


/* 사업소개 - 차상 검측시스템 - 차량 분야 */
@media screen and (max-width: 1740px){
	#vehicle .business-sec .right br{ display: none; }
}


/* 사업소개 - 선로변 검측시스템 */
#trackside .grid-figure{ display: grid; grid-template-columns: repeat(2, 50%); margin: -10px; }
#trackside .grid-figure > *{ margin: 10px; }
#trackside .grid-figure .item figure{ display: block; border-radius: 40px; overflow: hidden; }
#trackside .grid-figure .item figure img{ width: 100%; }

#trackside .gallery{ background: #FFF; border-radius: 40px; padding: 60px; }
#trackside .gallery ul{ display: grid; grid-template-columns: repeat(3, calc(100% / 3)); margin: -5px; }
#trackside .gallery ul li{ margin: 5px; }
#trackside .gallery ul li.block{ grid-column: auto / span 3; }
#trackside .gallery figure{ display: block; position: relative; }
#trackside .gallery figure img{ width: 100%; border-radius: 20px; }
#trackside .gallery figure figcaption{ background: var(--mainColor); border-radius: 99px; font-size: 17px; font-weight: 400; color: #FFF; line-height: 1; text-align: center; padding: 8px 30px; position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); }
#trackside .gallery p{ font-size: 20px; font-weight: 600; color: #111; text-align: center; margin-top: 40px; }

@media screen and (max-width: 1700px){
	#trackside .gallery{ padding: 40px; }
	#trackside .gallery p{ font-size: 19px; margin-top: 30px; }
}

@media screen and (max-width: 1540px){
	#trackside .business-sec .right br{ display: none; }
}

@media screen and (max-width: 1280px){
	#trackside .grid-figure{ margin: -5px; }
	#trackside .grid-figure > *{ margin: 5px; }
	#trackside .grid-figure .item figure{ border-radius: 30px; }

	#trackside .gallery{ border-radius: 35px; padding: 20px; }
	#trackside .gallery figure figcaption{ font-size: 16px; padding: 6px 18px; }
	#trackside .gallery p{ font-size: 18px; margin-top: 20px; }
}

@media screen and (max-width: 750px){
	#trackside .gallery ul{ grid-template-columns: repeat(2, 50%); }
	#trackside .gallery ul li.block{ grid-column: auto / span 2; }
}


/* 품질정책 - 공장소개 */
#factory{ overflow: hidden; }
#factory .feature .icon-dl{ margin: -20px; }
#factory .feature .icon-dl > *{ margin: 20px; }
#factory .feature .icon-dl .item{ min-height: 400px; }

#factory .text h6{ font-size: 32px; font-weight: 600; color: #111; line-height: 1.6; margin-bottom: 40px; }
#factory .text p{ font-size: 20px; font-weight: 300; color: #333; line-height: 1.7; }

#factory .gallery ul{ display: grid; grid-template-columns: repeat(2, 50%); margin: -5px; }
#factory .gallery ul.column4{ grid-template-columns: repeat(4, 25%); }
#factory .gallery ul > li{ margin: 5px; }
#factory .gallery figure{ display: block; }
#factory .gallery figure img{ width: 100%; border-radius: 20px; }

@media screen and (max-width: 1700px){
	#factory .feature .icon-dl .item{ min-height: 350px; }

	#factory .text h6{ font-size: 28px; margin-bottom: 30px; }
	#factory .text p{ font-size: 19px; }
}

@media screen and (max-width: 1440px){
	#factory .feature br{ display: none; }
}

@media screen and (max-width: 1350px){
	#factory .grid-title p br{ display: none; }
}

@media screen and (max-width: 1280px){
	#factory .feature .icon-dl .item{ min-height: 300px; }

	#factory .text h6{ font-size: 24px; margin-bottom: 20px; }
	#factory .text p{ font-size: 18px; }
}

@media screen and (max-width: 1200px){
	#factory .grid-title br{ display: none; }

	#factory .feature .icon-dl{ margin: -10px; }
	#factory .feature .icon-dl > *{ margin: 10px; }
}

@media screen and (max-width: 1000px){
	#factory .feature .icon-dl{ grid-template-columns: repeat(2, 50%); }
}

@media screen and (max-width: 900px){
	#factory .text br{ display: none; }
	#factory .text h6{ font-size: 22px; margin-bottom: 10px; }
}

@media screen and (max-width: 700px){
	#factory .gallery ul{ display: grid; grid-template-columns: repeat(1, 100%); }
	#factory .gallery ul.column4{ grid-template-columns: repeat(2, 50%); }
}

@media screen and (max-width: 600px){
	#factory .feature .icon-dl{ grid-template-columns: repeat(1, 100%); }
	#factory .feature .icon-dl .item{ min-height: unset; transition-delay: unset !important; }
}


/* 품질정책 - 품질절차 */
/* #process{ overflow: hidden; }

#process .step .pc{ margin-top: 60px; }

#process .step .item-box{ display: grid; grid-template-columns: repeat(8, calc(100% / 8)); margin: -7px; }
#process .step .item{ margin: 7px; cursor: pointer; }
#process .step .item .content{ display: none; }

#process .step .box{ height: 100%; background: transparent; border: 2px solid var(--borderColor); border-radius: 20px; text-align: center; padding: 30px 10px; position: relative; transition: background 0.3s, border-color 0.3s; }
#process .step .box span{ display: block; font-family: var(--engFont); font-size: 16px; font-weight: 600; color: var(--mainColor); transition: color 0.3s; }   
#process .step .box .icon{ display: flex; justify-content: center; align-items: center; margin: 30px 0; }
#process .step .box .icon img{ transition: filter 0.3s; }
#process .step .box p{ font-size: 18px; font-weight: 500; color: #111; transition: color 0.3s; }
#process .step .box i{ width: 45px; height: 45px; display: flex; flex-direction: column; justify-content: center; background: var(--borderColor); border-radius: 50%; position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%); transition: background 0.3s, box-shadow 0.3s; }
#process .step .box i::before{ content: ""; height: 5px; display: block; background: url("/img/sub/quality/icon_arrow.svg") no-repeat center center / contain; filter: grayscale(1) brightness(5); -webkit-filter: grayscale(1) brightness(5); transform: scaleY(1); transition: filter 0.3s, transform 0.3s; }

#process .step .content{ background: #FFF; border: 2px solid var(--mainColor); border-radius: 20px; padding: 60px; }
#process .step .content ul li{ font-size: 20px; font-weight: 300; color: #333; padding-left: 20px; position: relative; }
#process .step .content ul li:not(:last-of-type){ margin-bottom: 15px; }
#process .step .content ul li::before{ content: ""; width: 5px; height: 5px; background: #DDD; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }

#process .step .item.on .box{ background: var(--mainColor); border-color: var(--mainColor); }
#process .step .item.on .box .icon img{ filter: invert(1); -webkit-filter: invert(1); }
#process .step .item.on .box span,
#process .step .item.on .box p{ color: #FFF; }
#process .step .item.on .box i{ background: #FFF; box-shadow: 0 0 20px rgba(var(--mainRGB), 0.25); }
#process .step .item.on .box i::before{ filter: unset; -webkit-filter: unset; transform: scaleY(-1); }

#process .slide-info{ display: none; margin-top: 20px; }
#process .slide-info .flex{ display: flex; align-items: center; }
#process .slide-info .bar{ flex: 1 0 auto; background: #F5F5F5; }
#process .slide-info .bar div{ width: 0; height: 2px; background: var(--mainColor); }


#process .slide-info .btn{ display: flex; padding-left: 20px; }
#process .slide-info .btn button{ width: 55px; height: 55px; background: #EEE; border: none; border-radius: 10px; transition: background 0.4s; }
#process .slide-info .btn button:not(:last-of-type){ margin-right: 10px; }
#process .slide-info .btn button i{ display: inline-block; width: 15px; height: 13px; vertical-align: middle; position: relative; overflow: hidden; }
#process .slide-info .btn button i::before,
#process .slide-info .btn button i::after{ content: ""; display: block; width: 100%; height: 100%; background: url("/img/main/icon_viewmore.svg") no-repeat center center / contain; transition: filter 0.4s, transform 0.4s; }
#process .slide-info .btn button i::before{ position: absolute; top: 0; left: 0; transform: translateX(-200%); }
#process .slide-info .btn button i::after{ transform: translateX(0); }

#process .slide-info .btn .prev{ transform: rotate(-180deg); }

@media screen and (hover: hover) and (pointer: fine){
	#process .slide-info .btn button:hover{ background: #111; }
	#process .slide-info .btn button:hover i::before,
	#process .slide-info .btn button:hover i::after{ filter: brightness(5); -webkit-filter: brightness(5);}
	#process .slide-info .btn button:hover i::before{ transform: translateX(0); }
	#process .slide-info .btn button:hover i::after{ transform: translateX(200%); }
}

@media screen and (max-width: 1700px){
	#process .step .box{ padding-block: 25px; }
	#process .step .box .icon{ margin: 20px 0; }
	#process .step .box i{ width: 40px; height: 40px; }

	#process .step .content{ padding: 40px; }
	#process .step .content ul li{ font-size: 19px; }
}

@media screen and (max-width: 1500px){
	#process .step .item-box{ margin: -5px; }
	#process .step .item{ margin: 5px; }
}

@media screen and (max-width: 1280px){
	#process .step .pc{ margin-top: 30px; }

	#process .step .box{ padding-block: 20px; }
	#process .step .box span{ font-size: 15px; }
	#process .step .box .icon{ margin: 20px 0; }
	#process .step .box p{ font-size: 17px; }
	#process .step .box i{ width: 35px; height: 35px; }

	#process .step .content{ padding: 25px; }
	#process .step .content ul li{ font-size: 18px; padding-left: 15px; }
	#process .step .content ul li:not(:last-of-type){ margin-bottom: 10px; }
}

@media screen and (max-width: 1200px){
	#process .step .pc{ display: none; }

	#process .step .item-box{ display: block; margin: 0; }
	#process .step .item-box .slick-list{ margin-right: -20px; }
	#process .step .item-box .slick-track{ display: flex; }
	#process .step .item{ float: unset !important; height: auto !important; display: flex; flex-direction: column; margin: 0; margin-right: 20px; }
	#process .step .item .content{ flex: 1 0 auto; display: block; margin-top: 6px; }

	#process .step .box{ height: unset; }
	#process .step .box i{ bottom: -3px; } 

	#process .step .item.on .box{ background: transparent; border-color: var(--borderColor); }
	#process .step .item.on .box .icon img{ filter: unset; -webkit-filter: unset; }
	#process .step .item.on .box span{ color: var(--mainColor); }
	#process .step .item.on .box p{ color: #111; }
	#process .step .item.on .box i{ background: var(--borderColor); box-shadow: unset; }
	#process .step .item.on .box i::before{ filter: grayscale(1) brightness(5); -webkit-filter: grayscale(1) brightness(5); transform: scaleY(1); }

	#process .step .item.slick-current .box{ background: var(--mainColor); border-color: var(--mainColor); }
	#process .step .item.slick-current .box .icon img{ filter: invert(1); -webkit-filter: invert(1); }
	#process .step .item.slick-current .box span,
	#process .step .item.slick-current .box p{ color: #FFF; }
	#process .step .item.slick-current .box i{ background: #FFF; box-shadow: 0 0 20px rgba(var(--mainRGB), 0.25); }
	#process .step .item.slick-current .box i::before{ filter: unset; -webkit-filter: unset; }

	#process .slide-info{ display: block; }
}

@media screen and (max-width: 1000px){
	#process .zoom-img{ pointer-events: auto; }
	#process .zoom-img i{ opacity: 1; }
}

@media screen and (max-width: 600px){
	#process .step .item-box{ width: calc(100% + 40px); margin-left: -20px; }
} */

#process{ overflow: hidden; }

#process .step .item{ display: flex; flex-direction: column; }
#process .step .box{ background: #FFF; border: 2px solid var(--borderColor); border-radius: 20px; text-align: center; padding: 30px 10px; position: relative; transition: background 0.4s, border-color 0.4s; }
#process .step .box .icon{ display: flex; justify-content: center; margin: 30px 0; }
#process .step .box .icon img{ transition: filter 0.4s; }
#process .step .box span{ display: block; font-family: var(--engFont); font-size: 16px; font-weight: 500; color: var(--mainColor); text-stroke: 0.015em var(--mainColor); -webkit-text-stroke: 0.015em var(--mainColor); transition: color 0.4s, text-stroke-color 0.4s; }
#process .step .box p{ font-size: 18px; font-weight: 400; color: #111; line-height: 1.5; color: #111; text-stroke: 0.015em #111; -webkit-text-stroke: 0.015em #111; transition: color 0.4s, text-stroke-color 0.4s; }
#process .step .box i{ width: 45px; height: 45px; display: flex; flex-direction: column; justify-content: center; background: var(--borderColor); border-radius: 50%; position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%); transition: background 0.4s, box-shadow 0.4s; }
#process .step .box i::before,
#process .step .box i::after{ content: ""; display: block; height: 5px; background: url("/img/sub/quality/icon_arrow.svg") no-repeat center center / contain; transition: opacity 0.4s; }
#process .step .box i::before{ transform: scaleY(-1); opacity: 0; }
#process .step .box i::after{ filter: grayscale(1) brightness(10); -webkit-filter: grayscale(1) brightness(10); position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); opacity: 1; }

#process .step .content{ flex: 1 0 auto; background: #FFF; border: 2px solid var(--mainColor); border-radius: 20px; padding: 60px; margin-top: 60px; }
#process .step .content ul li{ font-size: 20px; font-weight: 300; color: #333; line-height: 1.5; padding-left: 20px; position: relative; }
#process .step .content ul li:not(:last-of-type){ margin-bottom: 10px; }
#process .step .content ul li::before{ content: ""; width: 5px; height: 5px; background: #DDD; position: absolute; top: calc(1.5em / 2); left: 0; transform: translateY(-50%); }

#process .step .pc .grid-box{ display: grid; grid-template-columns: repeat(8, calc(100% / 8)); margin: -7px; }
#process .step .pc .grid-box > *{ display: flex; flex-direction: column; margin: 7px; cursor: pointer; }
#process .step .pc .item{
	-webkit-tap-highlight-color: transparent;   /* 사파리 & 크롬용 */
	-webkit-touch-callout: none;                    /* iOS 오래 누를 때 메뉴 제거 */
	user-select: none;    
}
#process .step .pc .box{ flex: 1 0 auto; display: flex; flex-direction: column; justify-content: center; }

#process .step .item-wrap .box{ display: none; }

#process .step .pc .item.active .box{ background: var(--mainColor); border-color: var(--mainColor); }
#process .step .pc .item.active .box .icon img{ filter: invert(1); -webkit-filter: invert(1); }
#process .step .pc .item.active .box span{ color: #FFF; text-stroke-color: transparent; -webkit-text-stroke-color: transparent; }
#process .step .pc .item.active .box p{ color: #FFF; text-stroke-color: transparent; -webkit-text-stroke-color: transparent; }
#process .step .pc .item.active .box i{ background: #FFF; box-shadow: 0 0 20px rgba(var(--mainRGB), 0.25); }
#process .step .pc .item.active .box i::before{ opacity: 1; }
#process .step .pc .item.active .box i::after{ opacity: 0; }

#process .slide-info{ display: none; margin-top: 20px; }
#process .slide-info .flex{ display: flex; align-items: center; }
#process .slide-info .bar{ flex: 1 0 auto; background: #F5F5F5; }
#process .slide-info .bar div{ width: 0; height: 2px; background: var(--mainColor); }

#process .slide-info .btn{ display: flex; padding-left: 20px; }
#process .slide-info .btn button{ width: 55px; height: 55px; background: #EEE; border: none; border-radius: 10px; transition: background 0.4s; }
#process .slide-info .btn button:not(:last-of-type){ margin-right: 10px; }
#process .slide-info .btn button i{ display: inline-block; width: 15px; height: 13px; vertical-align: middle; position: relative; overflow: hidden; }
#process .slide-info .btn button i::before,
#process .slide-info .btn button i::after{ content: ""; display: block; width: 100%; height: 100%; background: url("/img/main/icon_viewmore.svg") no-repeat center center / contain; transition: filter 0.4s, transform 0.4s; }
#process .slide-info .btn button i::before{ position: absolute; top: 0; left: 0; transform: translateX(-200%); }
#process .slide-info .btn button i::after{ transform: translateX(0); }

#process .slide-info .btn .prev{ transform: rotate(-180deg); }


#process .quality .sec01 .basic-box h6{ margin-bottom: 0; }
#process .quality .sec02 .basic-box{ margin-bottom: 60px; }
#process .quality .sec02 .icon-dl{ margin: -5px; }
#process .quality .sec02 .icon-dl > *{ min-height: 320px; margin: 5px; }

#process .quality .core-box{ display: grid; grid-template-columns: repeat(3, calc(100% / 3)); margin: -5px; }
#process .quality .core-box > *{ margin: 5px; }
#process .quality .core-box .item{ min-height: 320px; display: flex; flex-direction: column; justify-content: center; border-radius: 20px; text-align: center; padding: 40px; }
#process .quality .core-box .item dl dt{ font-size: 26px; font-weight: 500; color: #FFF; margin: 40px 0 10px; }
#process .quality .core-box .item dl dd{ font-size: 18px; font-weight: 200; color: #FFF; }

#process .bg-box{ background: url("/img/sub/quality/process_img.jpg") no-repeat center center / cover; } 

@media screen and (hover: hover) and (pointer: fine){
	#process .slide-info .btn button:hover{ background: #111; }
	#process .slide-info .btn button:hover i::before,
	#process .slide-info .btn button:hover i::after{ filter: brightness(5); -webkit-filter: brightness(5);}
	#process .slide-info .btn button:hover i::before{ transform: translateX(0); }
	#process .slide-info .btn button:hover i::after{ transform: translateX(200%); }
}

@media screen and (max-width: 1700px){
	#process .step .box{ padding-block: 25px 30px; }
	#process .step .box .icon{ margin: 20px 0; }
	#process .step .box i{ width: 40px; height: 40px; }

	#process .step .content{ padding: 40px; margin-top: 40px; }
	#process .step .content ul li{ font-size: 19px; }

	#process .quality .sec02 .icon-dl > *{ min-height: 280px; }

	#process .quality .core-box .item{ min-height: 280px; padding: 30px; }
	#process .quality .core-box .item dl dt{ font-size: 23px; margin-top: 30px; }
}

@media screen and (max-width: 1500px){
	#process .step .box{ padding-top: 20px; }

	#process .step .pc .grid-box{ margin: -5px; }
	#process .step .pc .grid-box > *{ margin: 5px; }
}

@media screen and (max-width: 1280px){
	#process .step .box i{ width: 35px; height: 35px; bottom: -4px; }

	#process .step .content{ padding: 25px 20px; margin-top: 8px; }
	#process .step .content ul li{ font-size: 18px; padding-left: 15px; }
	#process .step .content ul li:not(:last-of-type){ margin-bottom: 7px; }

	#process .step .pc{ display: none; }

	#process .step .item-wrap{ width: calc(100% + 40px); margin-left: -20px; }
	#process .step .item-wrap .slick-list{ margin-right: -20px; }
	#process .step .item-wrap .slick-track{ display: flex; align-items: stretch; }
	#process .step .item-wrap .item{ float: unset; height: auto; margin-right: 20px; }
	#process .step .item-wrap .box{ display: block; }

	#process .step .item-wrap .item.slick-current .box{ background: var(--mainColor); border-color: var(--mainColor); }
	#process .step .item-wrap .item.slick-current .box .icon img{ filter: invert(1); -webkit-filter: invert(1); }
	#process .step .item-wrap .item.slick-current .box span{ color: #FFF; text-stroke-color: transparent; -webkit-text-stroke-color: transparent; }
	#process .step .item-wrap .item.slick-current .box p{ color: #FFF; text-stroke-color: transparent; -webkit-text-stroke-color: transparent; }
	#process .step .item-wrap .item.slick-current .box i{ background: #FFF; box-shadow: 0 0 20px rgba(var(--mainRGB), 0.25); }
	#process .step .item-wrap .item.slick-current .box i::before{ opacity: 1; }
	#process .step .item-wrap .item.slick-current .box i::after{ opacity: 0; }

	#process .step .item-wrap .item.slick-now .box{ background: var(--mainColor); border-color: var(--mainColor); }
	#process .step .item-wrap .item.slick-now .box .icon img{ filter: invert(1); -webkit-filter: invert(1); }
	#process .step .item-wrap .item.slick-now .box span{ color: #FFF; text-stroke-color: transparent; -webkit-text-stroke-color: transparent; }
	#process .step .item-wrap .item.slick-now .box p{ color: #FFF; text-stroke-color: transparent; -webkit-text-stroke-color: transparent; }
	#process .step .item-wrap .item.slick-now .box i{ background: #FFF; box-shadow: 0 0 20px rgba(var(--mainRGB), 0.25); }
	#process .step .item-wrap .item.slick-now .box i::before{ opacity: 1; }
	#process .step .item-wrap .item.slick-now .box i::after{ opacity: 0; }

	#process .slide-info{ display: block; }

	#process .quality .sec02 .basic-box{ margin-bottom: 30px; }
	#process .quality .sec02 .icon-dl > *{ min-height: 240px; }

	#process .quality .core-box .item{ min-height: 240px; padding: 25px; }
	#process .quality .core-box .item dl dt{ font-size: 21px; margin: 20px 0 7px; }
	#process .quality .core-box .item dl dd{ font-size: 17px; } 
}

@media screen and (max-width: 900px){
	#process .quality .sec02 .icon-dl{ grid-template-columns: repeat(2, 50%); }
	#process .quality .sec02 .icon-dl > *{ transition-delay: unset; }

	#process .quality .core-box{ grid-template-columns: repeat(2, 50%); }
	#process .quality .core-box .item{ transition-delay: unset; }
}

@media screen and (max-width: 800px){
	#process br{ display: none; }
}

@media screen and (max-width: 750px){
	#process .bg-box br.m{ display: block; }
}

@media screen and (max-width: 600px){
	#process .quality .sec02 .icon-dl{ grid-template-columns: repeat(1, 100%); }

	#process .quality .core-box{ grid-template-columns: repeat(1, 100%); }
}


/* 품질정책 - 연구개발 - 연구소 소개 */
#laboratory{ overflow: hidden; }

#laboratory .intro{ background: url("/img/sub/quality/laboratory_bg.jpg") no-repeat center left 40% / cover; text-align: center; }
#laboratory .intro .text{ opacity: 0; transform: translateY(var(--aosP)); transition: opacity var(--aosT) var(--aosT), transform var(--aosT) var(--aosT); }
#laboratory .intro h4{ font-size: 4.8rem; font-weight: 500; color: #FFF; line-height: 1.5; margin-bottom: 60px; }
#laboratory .intro p{ font-size: 22px; font-weight: 400; color: rgba(255, 255, 255, 0.8); line-height: 1.7; }
#laboratory .intro.aos-animate .text{ opacity: 1; transform: translateY(0); }

#laboratory .research .grid-title{ align-items: center; }
#laboratory .research .dl-box{ display: grid; grid-template-columns: repeat(3, calc(100% / 3)); margin: -20px; }
#laboratory .research .dl-box > *{ margin: 20px; }
#laboratory .research .dl-box dl{ display: flex; flex-direction: column; position: relative; }
#laboratory .research .dl-box dl::before{ content: ""; width: 2px; height: 100%; background: var(--borderColor); position: absolute; top: 0; left: 50%; z-index: -1; transform: translateX(-50%); }
#laboratory .research .dl-box dl dt{ min-height: 100px; display: flex; justify-content: center; align-items: center; background: var(--color); border-radius: 20px; font-size: 20px; font-weight: 500; color: #FFF; text-align: center; padding: 10px; margin-bottom: 20px; }
#laboratory .research .dl-box dl dd{ flex: 1 0 auto; display: flex; flex-direction: column; justify-content: center; background: #FFF; border: 2px solid var(--color); border-radius: 20px; padding: 40px; position: relative; }
#laboratory .research .dl-box dl dd::before{ content: ""; width: 10px; height: 10px; background: #FFF; border: 2px solid var(--color); border-radius: 50%; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); box-sizing: border-box; }
#laboratory .research .dl-box ul li{ font-size: 18px; font-weight: 300; color: #333; line-height: 1.7; padding-left: 20px; position: relative; }
#laboratory .research .dl-box ul li:not(:last-of-type){ margin-bottom: 10px; }
#laboratory .research .dl-box ul li::before{ content: ""; width: 5px; height: 5px; background: #DDD; position: absolute; top: calc(1.7em / 2); left: 0; transform: translateY(-50%); }

#laboratory .mission ul li{ font-size: 20px; font-weight: 300; color: #333; padding-left: 12px; position: relative; }
#laboratory .mission ul li:not(:last-of-type){ margin-bottom: 20px; }
#laboratory .mission ul li::before{ content: "-"; position: absolute; top: 0; left: 0; }
#laboratory .mission ul li strong{ font-weight: 500; }

@media screen and (max-width: 1700px){
	#laboratory .intro h4{ margin-bottom: 40px; }
	#laboratory .intro p{ font-size: 21px; }

	#laboratory .research .dl-box dl dt{ min-height: 85px; font-size: 19px; }
	#laboratory .research .dl-box dl dd{ padding: 30px; }

	#laboratory .mission ul li{ font-size: 19px; }
	#laboratory .mission ul li:not(:last-of-type){ margin-bottom: 15px; }
}

@media screen and (max-width: 1530px){
	#laboratory .research br{ display: none; }
}

@media screen and (max-width: 1500px){
	#laboratory .grid-title .right br{ display: none; }
}

@media screen and (max-width: 1400px){
	#laboratory .research .dl-box{ margin: -10px; }
	#laboratory .research .dl-box > *{ margin: 10px; }
}

@media screen and (max-width: 1280px){
	#laboratory .intro h4{ margin-bottom: 20px; }
	#laboratory .intro p{ font-size: 19px; }

	#laboratory .research .dl-box dl dt{ min-height: 75px; font-size: 18px; margin-bottom: 10px; }
	#laboratory .research .dl-box dl dd{ padding: 25px; }
	#laboratory .research .dl-box ul li{ font-size: 17px; padding-left: 15px; }
	#laboratory .research .dl-box ul li:not(:last-of-type){ margin-bottom: 7px; }

	#laboratory .mission ul li{ font-size: 18px; }
	#laboratory .mission ul li:not(:last-of-type){ margin-bottom: 10px; }
}

@media screen and (max-width: 1100px){
	#laboratory .research .dl-box{ grid-template-columns: repeat(1, 100%); }
	#laboratory .research .dl-box dl{ display: grid; grid-template-columns: 200px calc(100% - 200px); transition-delay: 0 !important; }
	#laboratory .research .dl-box dl::before{ width: 100%; height: 2px; top: 50%; left: 0; transform: translateY(-50%); }
	#laboratory .research .dl-box dl dt{ padding: 20px; margin-bottom: 0; margin-right: 15px; }
	#laboratory .research .dl-box dl dd::before{ top: 50%; left: 0; }
}

@media screen and (max-width: 900px){
	#laboratory .intro h4{ font-size: 4.5rem; }
}

@media screen and (max-width: 750px){
	#laboratory .intro br{ display: none; }

	#laboratory .research .dl-box dl{ grid-template-columns: 150px calc(100% - 150px); }
	#laboratory .research .dl-box dl dt{ padding: 15px; }
	#laboratory .research .dl-box dl dd{ padding: 20px; }
}


/* ESG - 공통 */
.esg-box .box{ display: flex; align-items: center; }
.esg-box .box:not(:last-of-type){ margin-bottom: 120px; }
.esg-box .box .img{ flex-shrink: 0; width: 43.751%; }
.esg-box .box .img figure{ display: block; }
.esg-box .box .img figure img{ width: 100%; border-radius: 20px; }
.esg-box .box .text{ padding-inline: 80px; }
.esg-box .box .text dl dt{ font-size: 26px; font-weight: 600; color: #111; margin-bottom: 40px; }
.esg-box .box .text ul li{ font-size: 20px; font-weight: 300; color: #333; line-height: 1.7; padding-left: 20px; position: relative; }
.esg-box .box .text ul li:not(:last-of-type){ margin-bottom: 15px; }
.esg-box .box .text ul li::before{ content: ""; width: 5px; height: 5px; background: #DDD; position: absolute; top: calc(1.7em / 2); left: 0; transform: translateY(-50%); }

.esg-box .box:nth-of-type(odd) .text{ padding-right: 0; }
.esg-box .box:nth-of-type(even){ flex-direction: row-reverse; }
.esg-box .box:nth-of-type(even) .text{ padding-left: 0; }

@media screen and (max-width: 1700px){
	.esg-box .box:not(:last-of-type){ margin-bottom: 90px; }
	.esg-box .box .text dl dt{ font-size: 23px; margin-bottom: 25px; }
	.esg-box .box .text ul li{ font-size: 19px; }
}

@media screen and (max-width: 1500px){
	.esg-box .box .text{ padding-inline: 50px; }
}

@media screen and (max-width: 1280px){
	.esg-box .box:not(:last-of-type){ margin-bottom: 60px; }
	.esg-box .box .text dl dt{ font-size: 21px; margin-bottom: 15px; }
	.esg-box .box .text ul li{ font-size: 18px; padding-left: 15px; }
	.esg-box .box .text ul li:not(:last-of-type){ margin-bottom: 10px; }
}

@media screen and (max-width: 900px){
	.esg-box .box{ flex-direction: column !important; }
	.esg-box .box .img{ width: 100%; }
	.esg-box .box .text{ padding: 20px 0 0 !important; }
}


/* ESG - 환경경영 */
#environment .bg-box{ background: url("/img/sub/esg/environment_bg02.jpg") no-repeat center center / cover; }
#environment .bg-box.top{ background: url("/img/sub/esg/environment_bg01.jpg") no-repeat center center / cover; }

#environment .course .grid-box{ display: grid; grid-template-columns: repeat(4, 25%); margin: -10px; }
#environment .course .grid-box > *{ margin: 10px; }
#environment .course .item{ display: flex; flex-direction: column; justify-content: center; border-radius: 20px; text-align: center; padding: 70px 40px; }
#environment .course .item dl > *{ color: #FFF; line-height: 1.6; }
#environment .course .item dl dt{ font-size: 26px; font-weight: 500; margin: 40px 0; }
#environment .course .item dl dd{ font-size: 18px; font-weight: 200; }

@media screen and (max-width: 1700px){
	#environment .course .item .icon img{ max-height: 80px; }
	#environment .course .item{ padding: 50px 30px; }
	#environment .course .item dl dt{ font-size: 23px; margin: 30px 0; }
}

@media screen and (max-width: 1520px){
	#environment .course .item dl dd br{ display: none; }
}

@media screen and (max-width: 1280px){
	#environment .course .item .icon img{ max-height: 70px; }
	#environment .course .item{ padding: 40px 25px; }
	#environment .course .item dl dt{ font-size: 21px; margin: 20px 0 15px; }
	#environment .course .item dl dd{ font-size: 17px; }
}

@media screen and (max-width: 1200px){
	#environment .course .grid-box{ grid-template-columns: repeat(2, 50%); }
	#environment .course .item{ transition-delay: unset !important; }
}

@media screen and (max-width: 650px){
	#environment .course br{ display: none; }
	#environment .course .grid-box{ grid-template-columns: repeat(1, 100%); }
}

@media screen and (max-width: 600px){
	#environment .bg-box br{ display: none; }
	#environment .bg-box br.m{ display: block; }
}


/* ESG - 사회경영 */
#society .bg-box{ background: url("/img/sub/esg/society_bg02.jpg") no-repeat center center / cover; }
#society .bg-box.top{ background: url("/img/sub/esg/society_bg01.jpg") no-repeat center center / cover; }

@media screen and (max-width: 1650px){
	#society .esg-box br{ display: none; }
}

@media screen and (max-width: 720px){
	#society .bg-box br{ display: none; }
}

@media screen and (max-width: 620px){
	#society .bg-box br.m{ display: block; }
}


/* ESG - 투명경영 */
#governance .bg-box{ background: url("/img/sub/esg/governance_bg02.jpg") no-repeat center center / cover; }
#governance .bg-box.top{ background: url("/img/sub/esg/governance_bg01.jpg") no-repeat center center / cover; }

@media screen and (max-width: 1705px){
	#governance .esg-box br{ display: none; }
}

@media screen and (max-width: 780px){
	#governance .bg-box br{ display: none; }
}

@media screen and (max-width: 570px){
	#governance .bg-box br.m{ display: block; }
}


/* 인재채용 - 인재상 */
#talent .sec-title p{ margin-top: 15px; }
#talent .grid-sec{ border-top: 1px solid #000; }

#talent .icon-dl{ grid-template-columns: repeat(2, 50%); margin: -5px; }
#talent .icon-dl > *{ margin: 5px; }

#talent .icon-listbox{ margin-top: 60px; }

@media screen and (max-width: 1350px){
	#talent .basic-box p br{ display: none; } 
}

@media screen and (max-width: 1280px){
	#talent .icon-listbox{ margin-top: 40px; }
}

@media screen and (max-width: 800px){
	#talent .icon-dl{ grid-template-columns: repeat(1, 100%); }	
}

@media screen and (max-width: 600px){
	#talent .sec-title br.m{ display: block; }
}

@media screen and (max-width: 500px){
	#talent .basic-box br{ display: none; }
}


/* 인재채용 - 복리후생 */
#welfare .welfare .grid-box{ display: grid; grid-template-columns: repeat(4, 25%); margin: -10px; }
#welfare .welfare .grid-box > *{ margin: 10px; }
#welfare .welfare .item{ display: flex; flex-direction: column; background: #FFF; border-radius: 20px; padding: 40px; }
#welfare .welfare .item dl{ flex: 1 0 auto; }
#welfare .welfare .item dl *{ font-size: 18px; }
#welfare .welfare .item dl dt{ font-size: 26px; font-weight: 600; color: #111; margin-bottom: 20px; }
#welfare .welfare .item dl dt span{ display: block; color: var(--mainColor); margin-bottom: 20px; }
#welfare .welfare .item dl dd{ color: #333; line-height: 1.6; }
#welfare .welfare .item .icon{ margin-top: 5px; text-align: right; }

@media screen and (max-width: 1700px){
	#welfare .welfare .item{ padding: 30px; }
	#welfare .welfare .item dl dt{ font-size: 23px; }
}

@media screen and (max-width: 1530px){
	#welfare .welfare br{ display: none; }
}

@media screen and (max-width: 1280px){
	#welfare .welfare .item{ padding: 25px 20px; }
	#welfare .welfare .item dl dt{ font-size: 21px; margin-bottom: 10px; }
	#welfare .welfare .item dl dt span{ margin-bottom: 15px; }
}

@media screen and (max-width: 1200px){
	#welfare .welfare .grid-box{ grid-template-columns: repeat(3, calc(100% / 3)); }
}

@media screen and (max-width: 900px){
	#welfare .welfare .grid-box{ grid-template-columns: repeat(2, 50%); }
	#welfare .welfare .item .icon{ margin-top: 10px; }
}

@media screen and (max-width: 630px){
	#welfare .welfare br{ display: block; }
	#welfare .welfare .grid-box{ grid-template-columns: repeat(1, 100%); }

	#welfare .basic-box br.m{ display: block; }
}


/* 개인정보처리방침 */
#policy{
	--mtb: 15px;
}

#policy{ padding-top: 80px; }
#policy *{ line-height: 1.4; }
#policy h2{ font-size: 5.4rem; font-weight: 600; color: #111; }
#policy .p-box{ border-bottom: 2px solid #222; padding: 40px 0 80px; margin-bottom: 80px; }
#policy .p-box p{ font-size: 20px; font-weight: 300; color: #333; }

#policy .sec-box *{ font-size: 17px; font-weight: 300; color: #555; }
#policy .sec-box > *:not(:last-child){ margin-bottom: 80px; }
#policy .sec-box h6{ font-size: 28px; font-weight: 500; color: #111; margin-bottom: 30px; }
#policy .sec-box .bold{ font-weight: 500; color: #111; }
#policy .sec-box .hyphen{ padding-left: 12px; position: relative; }
#policy .sec-box .hyphen::before{ content: "-"; position: absolute; top: 0; left: 0; }
#policy .sec-box .content > *:not(:last-of-type){ margin-bottom: var(--mtb); }
#policy .sec-box .content dl dd{ margin-top: var(--mtb); }
#policy .sec-box .content ul li{ margin-top: var(--mtb); }

#policy .sec-box table{ border-top: 2px solid #000; color: #333; text-align: center; }
#policy .sec-box table thead{ background: var(--grayBg); }
#policy .sec-box table tr{ border-bottom: 1px solid var(--borderColor); }
#policy .sec-box table th,
#policy .sec-box table td{ padding: 20px; }
#policy .sec-box table th{ font-weight: 500; color: #111; }

@media screen and (max-width: 1700px){
	#policy{ padding-top: 60px; }
	#policy .p-box{ padding: 30px 0 60px; margin-bottom: 60px; }
	#policy .p-box p{ font-size: 19px; }

	#policy .sec-box > *:not(:last-child){ margin-bottom: 60px; }
	#policy .sec-box h6{ font-size: 24px; margin-bottom: 20px; }

	#policy .sec-box table th,
	#policy .sec-box table td{ padding: 15px; }
}

@media screen and (max-width: 1280px){
	#policy{
		--mtb: 10px;
	}
	#policy{ padding-top: 40px; }
	#policy .p-box{ padding: 20px 0 40px; margin-bottom: 40px; }
	#policy .p-box p{ font-size: 18px; }

	#policy .sec-box > *:not(:last-child){ margin-bottom: 40px; }
	#policy .sec-box .mb10{ margin-bottom: 5px !important; }
	#policy .sec-box h6{ font-size: 22px; margin-bottom: 10px; }

	#policy .sec-box table th,
	#policy .sec-box table td{ padding: 12px 12px 10px; }
}

@media screen and (max-width: 900px){
	#policy .sec-box h6{ font-size: 20px; }
}