/* 서브 비주얼 이미지 */
#visual.visual1 .bg{ background: url("/img/sub/company_bg.jpg") no-repeat center center / cover; }
#visual.visual2 .bg{ background: url("/img/sub/business_bg01.jpg") no-repeat center center / cover; }
#visual.visual3 .bg{ background: url("/img/sub/substainable_bg.jpg") no-repeat center center / cover; }
#visual.visual4 .bg{ background: url("/img/sub/career_bg_n.jpg") no-repeat center center / cover; }
#visual.visual5 .bg{ background: url("/img/sub/notice_bg.jpg") no-repeat center center / cover; }
#visual.visual6 .bg{ background: url("/img/sub/policy_bg.jpg") no-repeat center center / cover; }

/* visual */
#visual{ height: 100vh; position: relative; overflow: hidden; }
#visual .bg{ --scale: scale(1.1); width: 100%; height: 100%; position: absolute; top: 0; left: 0; animation: visualCircle 1.5s both; }
#visual .text-box{ height: 100%; display: flex; align-items: flex-end; position: relative; }
#visual .text-box .txt{ position: absolute; top: 50%; right: 0; left: 0; transform: translateY(-50%); text-align: center; }
#visual .text-box .txt h2{ font-family: var(--engFont); font-size: 15rem; font-weight: 600; color: #FFF; letter-spacing: -0.02em; text-transform: uppercase; margin-bottom: 20px; animation: textClip 1.5s both; }

/* lnb (공통) */
#visual .lnb a{ font-size: 19px; font-weight: 500; color: rgba(255, 255, 255, 0.3); letter-spacing: -0.02em; }

/* lnb */
#lnb{ overflow: hidden; }
#lnb ul{ --transform: -100%; display: flex; justify-content: center; align-items: center; margin: -32px; animation: transformY 1s both; }
#lnb ul li{ position: relative; }
#lnb ul li::before{ content: ""; width: 3px; height: 3px; background: #fff; opacity: 0.3; 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 a{ display: inline-block; padding: 32px; }
#lnb ul li:last-of-type a{ color: #FFF; }


/* lnb2 */
#lnb2{ --transform: 100%; width: 100%; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); text-align: center; animation: transformY 1s 0.3s both; }
#lnb2 ul{ display: flex; }
#lnb2 ul li a{ display: block; padding: 23px 10px; }
#lnb2 ul li.on a{ background: var(--mainColor); color: #FFF; }


/* body - end */
body.end #header, 
body.end #visual .bg, 
body.end #visual .text-box .txt h2, 
body.end #lnb ul,
body.end #lnb2{ animation: none !important; }

@media screen and (max-width: 1700px){
	/* lnb (공통) */
	#visual .lnb a{ font-size: 18px; }

	/* lnb */
	#lnb ul{ margin: -20px; }
	#lnb ul li a{ padding: 20px; }
}

@media screen and (max-width: 1280px){
	/* lnb (공통) */
	#visual .lnb a{ font-size: 16px; }

	/* lnb2 */
	#lnb2 ul li a{ padding: 18px 10px; }
}

@media screen and (max-width: 900px){
	/* visual */
	#visual .text-box .txt h2{ font-size: 12rem; }

	/* lnb2 */
	#lnb2{ display: none; }
}

@media screen and (max-width: 800px){
	/* visual */
	#visual{ height: var(--vh); }
}


/* common */
#sub{
	--subPt: 150px;
	--subPb: 200px;
}
#header{ --transform: -100%; animation: transformY 1s 0.3s both; }
.sub-content{ padding: var(--subPt) 0 var(--subPb); }
.ptH{ padding-top: var(--headerH); }


/* normal-scroll (일반 스크롤) */
.normal-scroll{ width: 100%; height: inherit; overflow-x: clip; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none; }
.normal-scroll::-webkit-scrollbar{ display: none; }
.normal-scroll.lock{ overflow-y: hidden; }
.normal-scroll .sub-content{ width: 100%; min-height: 100%; height: auto; display: flex; align-items: center; } 


/* full-bg */
.full-bg{
	--scale: scale(1.03);
	--pb: 80px;
}
.full-bg{ height: 100vh; position: relative; z-index: 10; overflow: hidden; padding: 150px 0 80px; opacity: 1 !important; }
.full-bg::before{ content: ""; opacity: 1; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; transform: var(--scale); }
.full-bg *{ color: #FFF; }
.full-bg h4{ font-size: 5.4rem; font-weight: 600; letter-spacing: -0.02em; }
.full-bg p{ font-size: 28px; font-weight: 400; letter-spacing: -0.02em; line-height: 1.7; }
.full-bg .text,
.full-bg .w1600,
.full-bg .flex{ height: 100%; }
.full-bg .flex{ display: flex; flex-direction: column; justify-content: flex-end; }
.full-bg .flex .top{ flex: 1 0 auto; }

.full-bg.cc{ padding: 0; }
.full-bg.cc .flex{ justify-content: center; padding: 0; }

.full-bg.aos-animate::before{ animation: bgScale 3s linear both; }


/* page-title */
.page-title{ margin-bottom: 80px; }
.page-title.mb120{ margin-bottom: 120px; }
.page-title span{ display: block; font-family: var(--engFont); font-size: 20px; font-weight: 600; color: var(--mainColor); letter-spacing: -0.02em; text-transform: capitalize; margin-bottom: 10px; }
.page-title span.big{ font-size: 32px; }
.page-title h3{ font-size: 7.8rem; font-weight: 600; color: #111; letter-spacing: -0.02em; }
.page-title h4{ font-size: 6.8rem !important; font-weight: 600; color: #111; letter-spacing: -0.02em; }
.page-title p{ font-size: 21px; font-weight: 300; color: #333; letter-spacing: -0.02em; margin-top: 20px; }

.page-title.white *{ color: #FFF !important; }
.page-title.white span, 
.page-title.white h3, 
.page-title.white h4{ font-weight: 500; }


/* sec-title */
.sec-title h4{ font-size: 4.2rem; font-weight: 600; color: #111; letter-spacing: -0.02em; }
.sec-title p{ font-size: 21px; font-weight: 300; color: #333; letter-spacing: -0.02em; margin-top: 20px; }


/* tab-menu */
.tab-menu ul{ display: flex; flex-wrap: wrap; margin-top: 10px; margin-left: -30px; margin-bottom: -30px; }
.tab-menu ul li{ position: relative; }
.tab-menu ul li::after{ content: ""; width: 1px; height: 20px; background: #E5E5E5; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }  
.tab-menu ul li:last-of-type::after{ display: none; }
.tab-menu ul li a{ display: inline-block; font-size: 23px; font-weight: 600; color: #CCC; letter-spacing: -0.02em; padding: 30px; }
.tab-menu ul li.on a{ color: #111; }


/* num-content */
.num-content{ display: flex; flex-direction: column; justify-content: flex-end; }
.num-content h4{ font-size: 4.8rem; font-weight: 600; color: #111; letter-spacing: -0.02em; }
.num-content h4 span{ display: inline-block; font-family: var(--engFont); color: var(--mainColor); margin-right: 20px; }
.num-content h4 em{ font-size: 32px; }
.num-content p{ font-size: 21px; font-weight: 300; color: #222; letter-spacing: -0.02em; line-height: 1.5; margin-top: 20px; }
.num-content ul li{ font-size: 19px; font-weight: 300; color: #333; letter-spacing: -0.02em; padding-left: 20px; position: relative; }
.num-content ul li:not(:last-of-type){ margin-bottom: 15px; }
.num-content ul li::before{ content: ""; width: 5px; height: 5px; background: var(--mainColor); position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
.num-content ul li strong{ font-weight: 500; color: #111; line-height: inherit; }
.num-content .list-box{ background: #F8F8F8; padding: 40px; margin-top: 40px; }

@media screen and (max-height: 800px){
	/* common */
	.ptH{ padding-top: 0; }
	.ptb{ padding: 100px 0; }
	.ptb + .ptb{ padding-top: 0; }

	/* normal-scroll (일반 스크롤) */
	.normal-scroll{ height: auto; overflow-y: unset; }
	.normal-scroll .sub-content{ min-height: auto; } 

	/* full-bg */
	.full-bg{ height: auto; }
	.full-bg .flex{ height: auto; }
}

@media screen and (max-width: 1700px){
	/* common */
	#sub{
		--subPt: 100px;
		--subPb: 150px;
	}

	/* full-bg */
	.full-bg{ padding: 120px 0 60px; }
	.full-bg p{ font-size: 24px; }

	/* page-title */
	.page-title{ margin-bottom: 50px; }
	.page-title.mb120{ margin-bottom: 80px; }
	.page-title span{ font-size: 18px; }
	.page-title span.big{ font-size: 28px; }
	.page-title p{ font-size: 19px; }

	/* sec-title */
	.sec-title p{ font-size: 19px; }

	/* tab-menu */
	.tab-menu ul{ margin-left: -20px; margin-bottom: -20px; }
	.tab-menu ul li a{ font-size: 20px; padding: 20px; }

	/* num-content */
	.num-content h4 em{ font-size: 28px; }
	.num-content p{ font-size: 19px; margin-top: 15px; }
	.num-content ul li{ font-size: 17px; }
	.num-content .list-box{ padding: 30px; margin-top: 30px; }
}

@media screen and (max-width: 1280px){
	/* common */
	#sub{
		--subPt: 60px;
		--subPb: 100px;
	}

	/* full-bg */
	.full-bg{ padding: 100px 0 40px; }
	.full-bg p{ font-size: 20px; }

	/* page-title */
	.page-title{ margin-bottom: 30px; }
	.page-title.mb120{ margin-bottom: 40px; }
	.page-title h4{ font-size: 5.5rem !important; }
	.page-title span{ font-size: 16px; }
	.page-title span.big{ font-size: 24px; }
	.page-title p{ font-size: 17px; margin-top: 10px; }

	/* sec-title */
	.sec-title h4{ font-size: 4.7rem; }
	.sec-title p{ font-size: 17px; margin-top: 10px; }

	/* tab-menu */
	.tab-menu ul{ margin-left: -15px; margin-bottom: -15px; }
	.tab-menu ul li::after{ height: 15px; }
	.tab-menu ul li a{ font-size: 18px; padding: 15px; }

	/* num-content */
	.num-content h4 span{ margin-right: 10px; }
	.num-content h4 em{ font-size: 24px; }
	.num-content p{ font-size: 17px; margin-top: 10px; }
	.num-content ul li{ font-size: 16px; padding-left: 12px; }
	.num-content ul li:not(:last-of-type){ margin-bottom: 10px; }
	.num-content ul li::before{ width: 4px; height: 4px; top: calc(1.2em / 2); }
	.num-content .list-box{ padding: 20px; margin-top: 20px; }
}

@media screen and (max-width: 1200px){
	/* common */
	.ptH{ padding-top: 0; }
	.ptb{ padding: 80px 0; }
	.ptb + .ptb{ padding-top: 0; }
	
	/* normal-scroll (일반 스크롤) */
	.normal-scroll{ height: auto; overflow-y: unset; }
	.normal-scroll .sub-content{ min-height: auto; } 

	/* full-bg */
	.full-bg{
		--pb: 60px;
	}
	.full-bg{ height: auto; padding: 100px 0; }
	.full-bg .flex{ height: auto; }
}

@media screen and (max-width: 900px){
	/* full-bg */
	.full-bg{
		--pb: 40px;
	}
	.full-bg{ padding: 80px 0; }
	.full-bg h4{ font-size: 4.7rem; }
	.full-bg p{ font-size: 18px; }

	/* page-title */
	.page-title span.big{ font-size: 20px; }

	/* sec-title */
	.sec-title h4{ font-size: 5.5rem; }

	/* num-content */
	.num-content h4 em{ font-size: 20px; }
}



/* 기업소개 - 경영이념 */
#philosophy{ background: url("/img/sub/company/overview_bg03_01.jpg") no-repeat center center / cover; }
#philosophy .title{ padding: 40px 0 20px; position: relative; text-align: center; }
#philosophy .title span{ font-family: var(--engFont); font-size: 32px; font-weight: 500; color: #FFF; letter-spacing: -0.02em; position: absolute; top: 0; left: 0; }
#philosophy .title h5{ font-size: 32px; font-weight: 400; color: #FFF; letter-spacing: -0.02em; line-height: 1.5; }

#philosophy figure{ display: block; text-align: center; }
#philosophy figure img{ width: 90%; }

@media screen and (max-height: 800px){
	#philosophy{ padding: 200px 0; }
}

@media screen and (max-width: 1700px){
	#philosophy .title{ padding: 30px 0; }
	#philosophy .title span{ font-size: 28px; }
	#philosophy .title h5{ font-size: 26px; }
}

@media screen and (max-width: 1280px){
	#philosophy .title span{ font-size: 24px; }
	#philosophy .title h5{ font-size: 22px; }
}

@media screen and (max-width: 1200px){
	#philosophy{ padding: 100px 0; }
	#philosophy .title{ padding: 0 0 30px; }
	#philosophy .title span{ display: block; position: relative; margin-bottom: 10px; }
	#philosophy .title h5{ padding: 0; }

	#philosophy figure img{ width: 100%; }
}

@media screen and (max-width: 900px){
	#philosophy .title span{ font-size: 20px; }
	#philosophy .title h5{ font-size: 18px; }
}

@media screen and (max-width: 700px){
	#philosophy .title br{ display: none; }
}


/* 기업소개 - 회사소개 */
#overview1 .full-bg::before{ background: url("/img/sub/company/overview_bg01_n.jpg") no-repeat center center / cover; }
#overview1 .page-title{ text-align: center; margin-bottom: 70px; }
#overview1 h4{ font-size: 4.2rem; font-weight: 500; line-height: 1.5; text-align: center; margin-bottom: 60px; }

#overview1 .flex-box{ display: flex; flex-wrap: wrap; margin-bottom: -20px; opacity: 1; }
#overview1 .item{ width: calc((100% - 100px) / 6); display: flex; flex-direction: column; margin-right: 20px; margin-bottom: 20px; padding: 30px; background: rgba(0, 0, 0, 0.1); border: 2px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
#overview1 .item::before{ content: ""; width: 100%; height: 100%; background: linear-gradient(135deg, var(--mainColor), #005B2C); border: 2px solid var(--mainColor); position: absolute; top: -2px; left: -2px; opacity: 0; transition: opacity 0.5s; }
#overview1 .item:nth-of-type(6n){ margin-right: 0; }
#overview1 .item > *{ position: relative; z-index: 10; }
#overview1 .item .icon{ flex: 1 0 auto; padding-bottom: 160px; opacity: 0.5; transition: opacity 0.5s; }
#overview1 .item dl *{ font-weight: 500; color: rgba(255, 255, 255, 0.5); letter-spacing: -0.02em; }
#overview1 .item dl dt{ font-family: var(--engFont); font-size: 18px; margin-bottom: 10px; }
#overview1 .item dl dd{ font-size: 20px; transition: color 0.5s; }

#overview1 .item.on::before{ opacity: 1; }
#overview1 .item.on .icon{ opacity: 1; }
#overview1 .item.on dl dd{ color: #FFF; }


#overview2 .full-bg::before{ background: url("/img/sub/company/overview_bg02_n.jpg") no-repeat center center / cover; }
#overview2 .page-title{ margin-bottom: 0; }
#overview2 .page-title:not(:last-of-type){ margin-bottom: 100px; }

#overview3{
	--plr: 90px;
	--lr: 18%;
}
#overview3{ overflow: hidden; }
#overview3 .full-bg::before{ background: url("/img/sub/company/overview_bg03_01.jpg") no-repeat center center / cover; }
#overview3 .page-title{ text-align: center; margin-bottom: 60px; }
#overview3 .mobile{ display: none; }
#overview3 .inner{ max-width: 1010px; width: 100%; margin: 0 auto; position: relative; }
#overview3 .grid-box{ display: grid; grid-template-columns: repeat(2, 1fr); }

#overview3 .pc .inner{ padding: 0 180px; }
#overview3 .pc .grid-box{ background: url("/img/sub/company/core_bg.svg") no-repeat center center / contain; }
#overview3 .pc .grid-box .item{ padding-bottom: 100%; position: relative; opacity: 1; transform: unset; }
#overview3 .pc .grid-box .item .text{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#overview3 .pc .grid-box .item .text > p{ font-family: var(--engFont); font-size: 21px; font-weight: 400; letter-spacing: -0.02em; line-height: 1.3; text-align: center; }

#overview3 .pc .grid-box .item .dot{ position: absolute; top: 50%; }
#overview3 .pc .grid-box .item .dot::before,
#overview3 .pc .grid-box .item .dot::after{ content: ""; background: #FFF; position: absolute; top: 50%; transform: translateY(-50%); }
#overview3 .pc .grid-box .item .dot::before{ width: calc(var(--plr) - 20px); height: 1px; }
#overview3 .pc .grid-box .item .dot::after{ width: 8px; height: 8px; background: #FFF; border-radius: 50%; }
#overview3 .pc .grid-box .item .dot p{ font-size: 24px; line-height: 1.3; opacity: 0; transition: opacity 1s 0.5s, transform 1s 0.3s; }
#overview3 .pc .aos-animate .grid-box .dot p{ opacity: 1; transform: translateX(0) !important; }

#overview3 .pc .grid-box .item:nth-of-type(odd) .text{ padding-right: 10%; }
#overview3 .pc .grid-box .item:nth-of-type(odd) .dot{ padding-right: var(--plr); left: var(--lr); transform: translate(-100%, -50%); }
#overview3 .pc .grid-box .item:nth-of-type(odd) .dot::before,
#overview3 .pc .grid-box .item:nth-of-type(odd) .dot::after{ right: 0; }
#overview3 .pc .grid-box .item:nth-of-type(odd) .dot p{ transform: translateX(var(--aosMinus)); }

#overview3 .pc .grid-box .item:nth-of-type(even) .text{ padding-left: 10%; }
#overview3 .pc .grid-box .item:nth-of-type(even) .dot{ padding-left: var(--plr); right: var(--lr); transform: translate(100%, -50%); }
#overview3 .pc .grid-box .item:nth-of-type(even) .dot::before,
#overview3 .pc .grid-box .item:nth-of-type(even) .dot::after{ left: 0; }
#overview3 .pc .grid-box .item:nth-of-type(even) .dot p{ transform: translate(var(--aosPlus)); }

#overview3 .pc .circle{ position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate(-50%, -50%); }
#overview3 .pc .circle p{ font-family: var(--engFont); font-size: 32px; font-weight: 600; color: #000; letter-spacing: -0.02em; }

#overview3 .mobile .circle{ max-width: 200px; margin: 0 auto; margin-bottom: 30px; position: relative; }
#overview3 .mobile .circle::before{ content: ""; display: block; padding-bottom: calc(100% - 20px); background: #FFF; border-width: 10px; border-style: solid; border-top-color: #62B5D4; border-right-color: #AFDCCC; border-bottom-color: #78C6D0; border-left-color: #2897BF; border-radius: 50%; transform: rotate(-45deg); box-sizing: border-box; }
#overview3 .mobile .circle p{ font-size: 24px; font-weight: 600; color: #000; letter-spacing: -0.02em; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#overview3 .mobile .grid-box{ text-align: center; margin: -10px; }
#overview3 .mobile .item{ display: flex; flex-direction: column; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.1); padding: 15px; border-radius: 20px; margin: 10px; }
#overview3 .mobile .item:nth-of-type(2),
#overview3 .mobile .item:nth-of-type(3){ background: rgba(255, 255, 255, 0.3); }
#overview3 .mobile .item br{ display: none; }
#overview3 .mobile .item .text{ height: auto; }
#overview3 .mobile .item .text > p{ font-size: 18px; font-weight: 500; line-height: 1.3; letter-spacing: -0.02em; }
#overview3 .mobile .item .text .dot p{ font-size: 16px; line-height: 1.3; margin-top: 10px; }


#overview4 .full-bg::before{ background: url("/img/sub/company/overview_bg04_n.jpg") no-repeat center center / cover; }
#overview4 .page-title{ margin-bottom: 0; }

@media screen and (max-height: 800px){
	.overview .full-bg{ padding: 100px 0; }
	#overview2 .full-bg,
	#overview4 .full-bg{ padding-top: 200px; }

	#overview1 .item{ transition-delay: unset !important; }

	#overview2{ margin-bottom: -1px; }
}

@media screen and (max-width: 1700px){
	#overview1 .page-title{ margin-bottom: 50px; }
	#overview1 h4{ margin-bottom: 40px; }
	#overview1 .item{ padding: 25px; }
	#overview1 .item .icon{ padding-bottom: 130px; }

	#overview2 .page-title:not(:last-of-type){ margin-bottom: 60px; }

	#overview3 .page-title{ margin-bottom: 40px; }
	#overview3 .pc .grid-box .item .text > p{ font-size: 19px; }
	#overview3 .pc .grid-box .item .dot p{ font-size: 20px; }

	#overview3 .pc .circle p{ font-size: 28px; }
}

@media screen and (max-width: 1500px){
	#overview1 .item{ width: calc((100% - 40px) / 3); }
	#overview1 .item:nth-of-type(6n){ margin-right: 20px; }
	#overview1 .item:nth-of-type(3n){ margin-right: 0; }
	#overview1 .item .icon{ padding-bottom: 60px; }
}

@media screen and (max-width: 1280px){
	#overview1 .page-title{ margin-bottom: 30px; }
	#overview1 h4{ margin-bottom: 20px; }
	#overview1 .item{ padding: 20px; }
	#overview1 .item dl dt{ font-size: 17px; }
	#overview1 .item dl dd{ font-size: 18px; }

	#overview2 .page-title:not(:last-of-type){ margin-bottom: 30px; }

	#overview3 .page-title{ margin-bottom: 20px; }
	#overview3 .pc .grid-box .item .text > p{ font-size: 18px; }
	#overview3 .pc .grid-box .item .dot p{ font-size: 18px; }

	#overview3 .pc .circle p{ font-size: 24px; }
}

@media screen and (max-width: 1200px){
	.overview .full-bg{ padding: 100px 0; }
	#overview2 .full-bg,
	#overview4 .full-bg{ padding-top: 200px; }

	#overview1 .item{ transition-delay: unset !important; }

	#overview2{ margin-bottom: -1px; }

	#overview4{ margin: -1px 0; }
}

@media screen and (max-width: 1000px){
	#overview3{
		--plr: 60px;
		--lr: 15%;
	}
	#overview3 .pc .inner{ padding: 0 140px; }
	#overview3 .pc .grid-box .item:nth-of-type(odd) .text{ padding-right: 5%; }
	#overview3 .pc .grid-box .item:nth-of-type(even) .text{ padding-left: 5%; }
	#overview3 .pc .grid-box .item .dot::before{ width: calc(var(--plr) - 10px); }
	#overview3 .pc .grid-box .item .dot::after{ width: 5px; height: 5px; }
}

@media screen and (max-width: 900px){
	#overview1 .full-bg,
	#overview3 .full-bg{ padding: 70px 0; }
	#overview2 .full-bg,
	#overview4 .full-bg{ padding: 200px 0 50px; }

	#overview1 .page-title{ margin-bottom: 20px; }

	#overview3{
		--plr: 50px;
	}
}

@media screen and (max-width: 800px){
	#overview3 .pc{ display: none; }
	#overview3 .mobile{ display: block; }
}

@media screen and (max-width: 750px){
	#overview1 .item{ width: calc((100% - 20px) / 2); }
	#overview1 .item:nth-of-type(3n){ margin-right: 20px; }
	#overview1 .item:nth-of-type(2n){ margin-right: 0; }
}


/* 기업소개 - 인사말 */
#greeting{ background: url("/img/sub/company/greeting_bg03.jpg") no-repeat bottom right / cover; position: relative; }
#greeting .half{ width: 50%; position: relative; }
#greeting .img{ width: 100%; position: absolute; bottom: 0; left: 0; }
#greeting .img .half{ margin-left: auto; }
#greeting .img figure{ display: flex; justify-content: flex-end; align-items: flex-end; }
#greeting .img figure figcaption{ font-size: 23px; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 80px; margin-right: -45px; position: relative; z-index: 10; }
#greeting .img figure img{ max-width: 80%; }
#greeting h4{ font-size: 32px; font-weight: 600; color: #111; letter-spacing: -0.02em; line-height: 1.5; margin-bottom: 40px; }
#greeting p{ font-size: 19px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.8; }
#greeting .p-box p:not(:last-of-type){ margin-bottom: 20px; }
#greeting p strong{ font-weight: 600; color: #111; }
#greeting .name{ display: none; }

@media screen and (max-height: 800px){
	#greeting{ padding: var(--subPt) 0 var(--subPb); }
	#greeting .img figure img{ max-width: 60%; }
}

@media screen and (max-width: 1700px){
	#greeting .img figure figcaption{ font-size: 19px; margin-bottom: 60px; }
	#greeting h4{ font-size: 28px; }
	#greeting p{ font-size: 17px; }
}

@media screen and (max-width: 1280px){
	#greeting .img figure figcaption{ font-size: 17px; margin-bottom: 40px; margin-right: -20px; }
	#greeting h4{ font-size: 24px; margin-bottom: 20px; }
	#greeting p{ font-size: 16px; }
	#greeting .p-box p:not(:last-of-type){ margin-bottom: 15px; }
}

@media screen and (max-width: 1200px){
	#greeting{ padding: var(--subPt) 0 var(--subPb); }
	#greeting .text .half{ width: 60%; }
	#greeting p br{ display: none; }
	#greeting .img figure img{ max-width: 60%; }
}

@media screen and (max-width: 1000px){
	#greeting .img figure img{ max-width: 70%; }
}

@media screen and (max-width: 900px){
	#greeting h4{ font-size: 20px; }
	#greeting .img figure figcaption{ font-size: 16px; }
}

@media screen and (max-width: 800px){
	#greeting .text .half{ width: 100%; }
	#greeting .img{ position: relative; }
	#greeting h4{ margin-bottom: 0; }

	#greeting .flex-box{ display: flex; justify-content: flex-end; margin-bottom: 20px; position: relative; }
	#greeting .flex-box .half{ width: 100%; height: 100%; display: flex; flex-direction: column; }
	#greeting .flex-box .text{ width: 60%; height: 100%; padding: 50px 0 20px; position: absolute; top: 0; left: 0; z-index: 100; }
	#greeting .flex-box .text > div{ height: 100%; }
	#greeting .flex-box .text .page-title{ flex: 1 0 auto; }
	#greeting .flex-box .img{ width: 100%; }
	#greeting .flex-box .img > div{ padding-left: 0; }
	#greeting .img figure figcaption{ display: none; }
	#greeting .img figure img{ max-width: 55%; }
	#greeting .name{ display: block; }
}



#greeting2{ background: url("/img/sub/company/greeting_bg02.jpg") no-repeat center center / cover; }
#greeting2 h4{ font-size: 32px; font-weight: 600; color: #111; letter-spacing: -0.02em; line-height: 1.5; margin-bottom: 40px; }
#greeting2 p{ font-size: 19px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.8; }
#greeting2 .p-box p:not(:last-of-type){ margin-bottom: 20px; }
#greeting2 p strong{ font-weight: 600; color: #111; }

@media screen and (max-height: 800px){
	#greeting2{ padding: var(--subPt) 0 var(--subPb); }
}

@media screen and (max-width: 1700px){
	#greeting2 h4{ font-size: 28px; margin-bottom: 30px; }
	#greeting2 p{ font-size: 17px; }
	#greeting2 .p-box p:not(:last-of-type){ margin-bottom: 15px; }
}

@media screen and (max-width: 1280px){
	#greeting2 h4{ font-size: 24px; margin-bottom: 20px; }
	#greeting2 p{ font-size: 16px; }
	#greeting2 .p-box p:not(:last-of-type){ margin-bottom: 10px; }
}

@media screen and (max-width: 1200px){
	#greeting2{ padding: var(--subPt) 0 var(--subPb); }
}

@media screen and (max-width: 900px){
	#greeting2 h4{ font-size: 20px; }
	#greeting2 p br{ display: none; }
}


/* 기업소개 - 연혁 */
#history .page-title{ text-align: center; }
#history .offset-box{ position: relative; }
#history .line{ width: 2px; height: 100%; background: #E5E5E5; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#history .line .bar{ height: 0; background: var(--mainColor); }

#history .dl{ padding: 45px 0; }
#history .dl dl{ width: 50%; position: relative; }
#history .dl dl::before{ content: ""; width: 10px; height: 10px; background: #FFF; border: 3px solid #CCC; border-radius: 50%; box-sizing: border-box; position: absolute; top: 0; transition: border-color 0.3s; }
#history .dl dl:not(:last-of-type){ margin-bottom: 60px; }
#history .dl dl dt{ width: 150px; font-family: var(--engFont); font-size: 32px; font-weight: 600; color: #111; letter-spacing: -0.02em; position: absolute; top: 0; }
#history .dl dl dd{ position: relative; font-size: 19px; font-weight: 300; color: #333; letter-spacing: -0.02em; }
#history .dl dl dd:not(:last-of-type){ margin-bottom: 20px; }
#history .dl dl dd p:not(:last-of-type){ margin-bottom: 10px; }
#history .dl dl dd span{ font-weight: 600; color: #CCC; position: absolute; top: 0; }

#history .dl dl:nth-of-type(odd){ margin-left: auto; padding-left: 60px; }
#history .dl dl:nth-of-type(odd)::before{ left: 0; transform: translate(-50%, 50%); }
#history .dl dl:nth-of-type(odd) dt{ left: 0; transform: translate(-100%, -20%); }
#history .dl dl:nth-of-type(odd) dd{ padding-left: 80px; }
#history .dl dl:nth-of-type(odd) dd span{ left: 0; }

#history .dl dl:nth-of-type(even){ text-align: right; padding-right: 60px; }
#history .dl dl:nth-of-type(even)::before{ right: 0; transform: translate(50%, 50%); }
#history .dl dl:nth-of-type(even) dt{ right: 0; transform: translate(100%, -20%); }
#history .dl dl:nth-of-type(even) dd{ padding-right: 80px; }
#history .dl dl:nth-of-type(even) dd span{ right: 0; }

#history .dl dl.on::before{ border-color: var(--mainColor); }

@media screen and (max-width: 1700px){
	#history .dl dl dt{ width: 100px; font-size: 28px; }
	#history .dl dl dd{ font-size: 17px; }

	#history .dl dl:nth-of-type(odd){ padding-left: 40px; }
	#history .dl dl:nth-of-type(odd) dd{ padding-left: 60px; }

	#history .dl dl:nth-of-type(even){ padding-right: 40px; }
	#history .dl dl:nth-of-type(even) dd{ padding-right: 60px; }
}

@media screen and (max-width: 1280px){
	#history .dl dl dt{ font-size: 24px; }
	#history .dl dl dd{ font-size: 16px; }
	#history .dl dl dd:not(:last-of-type){ margin-bottom: 15px; }
	#history .dl dl dd p:not(:last-of-type){ margin-bottom: 7px; }

	#history .dl dl:nth-of-type(odd){ padding-left: 30px; }
	#history .dl dl:nth-of-type(odd) dd{ padding-left: 30px; }

	#history .dl dl:nth-of-type(even){ padding-right: 30px; }
	#history .dl dl:nth-of-type(even) dd{ padding-right: 30px; }
}

@media screen and (max-width: 900px){
	#history .dl dl dt{ font-size: 22px; }

	#history .dl dl:nth-of-type(odd) dt{ transform: translate(-100%, -15%); }
	#history .dl dl:nth-of-type(even) dt{ transform: translate(100%, -15%); }
}

@media screen and (max-width: 700px){
	#history .line{ left: 5px; transform: translateX(-50%); }
	#history .dl dl::before{ left: 0 !important; right: unset !important; transform: translate(0, 50%) !important; }
	#history .dl dl{ width: 100%; margin-left: 0 !important; padding-left: 110px !important; }
	#history .dl dl dt{ left: 30px !important; transform: translate(0, -15%) !important; }
	#history .dl dl dd span{ left: 0 !important; right: unset !important; }

	#history .dl dl:nth-of-type(even){ text-align: left; padding-right: 0; }
	#history .dl dl:nth-of-type(even) dd{ padding-left: 30px; padding-right: 0; }
	#history .dl dl:nth-of-type(even) dt{ right: unset; }
}


/* 기업소개 - 사업장 */
#location .normal-scroll{ overflow-y: hidden; }
#location .w1600{ height: 100%; position: relative; }
#location .flex-box{ height: 100%; display: flex; align-items: center; }
#location .content{ width: 40%; position: relative; z-index: 100; }
#location .content dl dt{ background: var(--mainColor); font-size: 22px; font-weight: 600; color: #FFF; letter-spacing: -0.02em; text-align: center; padding: 25px; }
#location .content dl dt::before{ content: ""; display: inline-block; width: 12px; height: 15px; background: url("/img/sub/company/marker_icon.svg") no-repeat center center / contain; margin-right: 10px; vertical-align: middle; transform: translateY(-2px); }
#location .content dl dd > div{ background: #FFF; border: 4px solid #E5E5E5; margin-top: 5px; }

#location .tab-content .tab:not(.active){ width: 100%; opacity: 0; pointer-events: none; position: absolute; top: 0; left: 0; transition-duration: unset; }

#location .iframe{ height: 275px; }
#location .iframe .root_daum_roughmap{ width: 100% !important; height: 100% !important; }

#location .info{ padding: 40px 60px; }
#location .info ul li{ display: flex; font-size: 20px; color: #333; letter-spacing: -0.02em; }
#location .info ul li:not(:last-of-type){ margin-bottom: 20px; }
#location .info span{ width: 80px; display: block; font-family: var(--engFont); font-weight: 600; }
#location .info p{ width: calc(100% - 80px); font-weight: 300; }

#location .img{ width: 65%; position: absolute; top: 0; right: 20px; }
#location .img svg{ max-width: 100%; max-height: 100%; width: auto; height: auto; }
#location .img svg .area{ cursor: pointer; }
#location .img svg .circle circle{ transform: scale(0); transform-box: content-box; transform-origin: center; opacity: 0; }

#location .img svg .area.active .name .bg{ fill: var(--mainColor); }
#location .img svg .area.active .name .text{ fill: #FFF; }
#location .img svg .area.active .marker .bg{ fill: #FFF; }
#location .img svg .area.active .marker .border{ fill: var(--mainColor); }
#location .img svg .circle.active circle{ animation: mapCircle 2s linear infinite; }
#location .img svg .circle.active circle.delay{ animation-delay: 0.5s; }

@media screen and (max-height: 800px){
	#location{  padding: var(--subPt) 0 var(--subPb); }
	#location .img{ top: calc(var(--subPt) * -1); }
}

@media screen and (max-width: 1700px){
	#location .content dl dt{ font-size: 22px; padding: 20px; }

	#location .info{ padding: 30px 40px; }
	#location .info ul li{ font-size: 18px; }
}

@media screen and (max-width: 1280px){
	#location .content dl dt{ font-size: 20px; padding: 15px; }

	#location .info{ padding: 25px 30px; }
	#location .info ul li{ font-size: 17px; }
	#location .info ul li:not(:last-of-type){ margin-bottom: 10px; }
	#location .info span{ width: 50px; }
	#location .info p{ width: calc(100% - 50px); }
}

@media screen and (max-width: 1200px){
	#location{  padding: var(--subPt) 0 var(--subPb); }
	#location .content{ width: 45%; }
	#location .img{ top: calc(var(--subPt) * -1); }
}

@media screen and (max-width: 1000px){
	#location .flex-box{ flex-direction: column-reverse; }
	#location .content{ width: 100%; }
	#location .tab-content{ display: flex; flex-wrap: wrap; margin-bottom: -60px; }
	#location .tab-content .tab{ width: calc((100% - 20px) / 2); margin-right: 20px; margin-bottom: 60px; }
	#location .tab-content .tab:nth-of-type(2n){ margin-right: 0; }
	#location .tab-content .tab:not(.active){ position: static; pointer-events: auto; transition-duration: 1s; }
	#location .tab-content .tab:not(.active).aos-animate{ opacity: 1; }

	#location .iframe{ height: 250px; }

	#location .img{ display: none; }
}

@media screen and (max-width: 900px){
	#location .content dl dt{ font-size: 18px; }
	#location .info{ padding: 20px; }
	#location .info ul li{ font-size: 16px; }
}

@media screen and (max-width: 700px){
	#location .tab-content{ margin-bottom: -40px; }
	#location .tab-content .tab{ width: 100%; margin-right: 0; margin-bottom: 40px; }
}


/* 기업소개 - CI */
.ci-dl dt{ font-family: var(--engFont); font-size: 19px; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 20px; }

#size .ci-dl .grid{ display: grid; grid-template-columns: repeat(2, 50%); margin: -20px; }
#size .ci-dl .grid > *{ margin: 20px; }
#size .ci-dl .item{ background: #F8F8F8; text-align: center; padding: 45px; }

#ci .flex-box{ display: flex; flex-wrap: wrap; justify-content: space-between; }
#ci .flex-box > div{ width: calc((100% - 40px) / 2); }

#ci .symbol figure{ background: #F8F8F8; padding: 50px; text-align: center; }
#ci .symbol svg{ width: auto; height: auto; }
#ci .symbol p{ font-size: 19px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.7; margin-top: 30px; }
#ci .symbol p em{ font-weight: 500; color: #0057A8; }

#ci .color{ display: flex; flex-direction: column; }
#ci .color dl:not(:last-of-type){ margin-bottom: 30px; }
#ci .color dl{ display: flex; flex-direction: column; }
#ci .color dl dd{ display: flex; flex-direction: column; justify-content: center; }
#ci .color dl dd ul{ width: 100%; height: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 40px; margin: 0 auto; }
#ci .color dl dd ul li{ font-size: 21px; font-weight: 600; color: #FFF; letter-spacing: -0.02em; }
#ci .color dl dd ul li:not(:last-of-type){ margin-right: 105px; }
#ci .color dl dd ul li span{ display: block; font-size: 19px; font-weight: 300; margin-top: 5px; }

#ci .color dl.height, 
#ci .color dl.height dd{ flex: 1 0 auto; }

#ci .color .grid{ height: 100%; display: grid; grid-template-columns: repeat(4, 25%); }
#ci .color .item{ color: #FFF; padding: 25px; }
#ci .color .item strong{ display: block; font-size: 19px; font-weight: 500; margin-bottom: 10px; }
#ci .color .item p{ font-size: 16px; font-weight: 200; margin-top: 5px; }

@media screen and (max-height: 800px){
	#size{ padding-top: var(--subPt); padding-bottom: 80px; }
	#ci{ padding-bottom: var(--subPb); }
}

@media screen and (max-width: 1700px){
	.ci-dl dt{ font-size: 18px; }

	#size .ci-dl .item{ padding: 35px; }
	
	#ci .symbol figure{ padding: 40px; }
	#ci .symbol p{ font-size: 17px; }

	#ci .color dl dd ul{ padding: 30px; }
	#ci .color dl dd ul li{ font-size: 19px; }
	#ci .color dl dd ul li span{ font-size: 17px; }

	#ci .color .item{ padding: 20px; }
	#ci .color .item strong{ font-size: 18px; }
}

@media screen and (max-width: 1500px){	
	#ci .color dl dd ul{ padding: 25px; }
	#ci .color dl dd ul li:not(:last-of-type){ margin-right: 75px; }

	#ci .color .item{ padding: 15px; }
	#ci .color .item strong{ font-size: 17px; }
}

@media screen and (max-width: 1400px){
	.ci-dl dt{ margin-bottom: 15px; }

	#ci .symbol p br{ display: none; }

	#ci .color .grid{ grid-template-columns: repeat(2, 50%); }
}

@media screen and (max-width: 1280px){
	.ci-dl dt{ font-size: 17px; }

	#size .ci-dl .grid{ margin: -10px; }
	#size .ci-dl .grid > *{ margin: 10px; }
	#size .ci-dl .item{ padding: 20px; }
	
	#ci .symbol figure{ padding: 30px; }
	#ci .symbol svg{ height: 100px; }
	#ci .symbol br{ display: none; }
	#ci .symbol p{ font-size: 16px; margin-top: 20px; }
	
	#ci .color dl dd ul li{ font-size: 17px; }
	#ci .color dl dd ul li:not(:last-of-type){ margin-right: 50px; }
	#ci .color dl dd ul li span{ font-size: 15px; }
}

@media screen and (max-width: 1200px){
	#size{ padding-top: var(--subPt); padding-bottom: 80px; }
	#ci{ padding-bottom: var(--subPb); }

	#ci .flex-box > div{ width: 100%; }
	#ci .flex-box > div:not(:last-of-type){ margin-bottom: 40px; }
}

@media screen and (max-width: 900px){
	#size .ci-dl .grid{ grid-template-columns: repeat(1, 100%); }

	#ci .color dl dd ul li:not(:last-of-type){ margin-right: 50px; }
}

@media screen and (max-width: 600px){
	#ci .color dl dd ul{ padding: 20px 30px; }
}


/* 비즈니스 - 사업분야 */
#business{ position: relative; background: transparent; transition: background 1s; }
#business.zIndex{ background: #FFF; z-index: 10; }
#business .page-title{ flex: 1 0 auto; }

#business .bg-box{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none; }
#business .bg-box ul li{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; transition: opacity 1s; }
#business .bg-box ul li.active{ opacity: 1; z-index: 10; }
#business .bg-box figure{ width: 50%; height: 100vh; position: relative; margin-left: 50%; transition: margin 1s; }
#business .bg-box figure img{ width: 100%; height: 100%; object-fit: cover; }
#business .bg-box.even figure{ margin-left: 0; }

#business .business-wrap{ position: relative; }
#business .business{ outline: none; }
#business .business .num-content{ width: 50%; height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 120px; }
#business .business:nth-of-type(odd) .num-content{ padding-left: 0; }
#business .business:nth-of-type(even) .num-content{ padding-right: 0; margin-left: auto; }

#business .business .num-content figure{ width: 100%; display: none; }
#business .business .num-content figure img{ width: 100%; height: 100%; object-fit: cover; }

@media screen and (max-width: 1700px){
	#business .business .num-content{ padding: 80px; }
}

@media screen and (max-width: 1280px){
	#business .business .num-content{ padding: 50px 20px; }
}

@media screen and (max-height: 800px){
	#business{ padding: var(--subPt) 0 var(--subPb); }
	#business.zIndex{ z-index: unset; }
	#business .bg-box{ display: none; }

	#business .business .num-content{ padding: 0; height: auto; }
	#business .business .bottom{ position: relative; padding: 300px 20px 20px; }
	#business .business:nth-of-type(odd) .bottom{ padding-left: 0; }
	#business .business:nth-of-type(even) .bottom{ padding-right: 0; }

	#business .business .bottom figure{ display: block; width: 100%; height: 100%; overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
	#business .business:nth-of-type(odd) .bottom figure{ transform: translateX(100%); }
	#business .business:nth-of-type(even) .bottom figure{ transform: translateX(-100%); }
}

@media screen and (max-width: 1200px){
	#business{ padding: var(--subPt) 0 var(--subPb); }
	#business .bg-box{ display: none; }

	#business .business .num-content{ padding: 0; height: auto; }
	#business .business .bottom{ position: relative; padding: 300px 20px 20px; }
	#business .business:nth-of-type(odd) .bottom{ padding-left: 0; }
	#business .business:nth-of-type(even) .bottom{ padding-right: 0; }

	#business .business .bottom figure{ display: block; width: 100%; height: 100%; overflow: hidden; position: absolute; top: 0; left: 0; }
	#business .business:nth-of-type(odd) .bottom figure{ transform: translateX(100%); }
	#business .business:nth-of-type(even) .bottom figure{ transform: translateX(-100%); }
}

@media screen and (max-width: 1000px){
	#business .business:not(:last-of-type){ padding-bottom: 60px; }
	#business .business .num-content{ width: 100%; }
	#business .business .bottom{ padding: 0; }
	#business .business .bottom figure{ position: static; transform: unset !important; margin-bottom: 20px; }
}


/* 비즈니스 - 제품소개 */
#product1 .page-title{ flex: 1 0 auto; }

#product1 .product{ position: relative; }
#product1 .product .num-content{ width: 50%; height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 120px; padding-left: 0 !important; position: static !important; }
#product1 .product .num-content h4,
#product1 .product .num-content .list-box{ opacity: 0; transform: translateY(var(--aosPlus)); transition: opacity 1s, transform 1s; }
#product1 .product.aos-animate .num-content h4,
#product1 .product.aos-animate .num-content .list-box{ opacity: 1; transform: translateY(0); }
#product1 .product .num-content .list-box{ background: rgba(0, 165, 80, 0.03); }
#product1 .product .num-content .list-box ul li{ line-height: 1.5; }
#product1 .product .num-content .list-box ul li::before{ top: calc(1.5em / 2); }

#product1 .product .img{ width: 50%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: url("/img/sub/business/product_bg.jpg") no-repeat center center / cover; padding: 120px; position: absolute; top: 0; right: 0; overflow: hidden; }
#product1 .product .img figure{ position: relative; z-index: 10; animation: floating 3s infinite alternate; }
#product1 .product .img p{ font-family: var(--engFont); font-size: 8rem; font-weight: 700; color: #FFF; font-style: italic; letter-spacing: -0.02em; white-space: nowrap; opacity: 0.3; position: absolute; bottom: 120px; left: 0; right: 0; text-align: center; }


#product2 h4{ font-size: 32px; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 30px; }
#product2 .flex-box{ display: flex; flex-wrap: wrap; margin-bottom: -50px; }
#product2 .item{ width: calc((100% - 100px) / 3); margin-right: 50px; margin-bottom: 50px; }
#product2 .item:nth-of-type(3n){ margin-right: 0; }
#product2 .item figure{ background: #F8F8F8; padding: 75px; text-align: center; }
#product2 .item dl{ margin-top: 40px; }
#product2 .item dl dt{ font-size: 23px; font-weight: 500; color: #111; letter-spacing: -0.02em; margin-bottom: 20px; }
#product2 .item dl dd{ font-size: 18px; font-weight: 300; color: #333; letter-spacing: -0.02em; position: relative; padding-left: 12px; }
#product2 .item dl dd::before{ content: "-"; position: absolute; top: 0; left: 0; line-height: inherit; }
#product2 .item dl dd:not(:last-of-type){ margin-bottom: 10px; }

@media screen and (max-width: 1700px){
	#product1 .product .num-content{ padding: 80px; }
	#product1 .product .img p{ font-size: 6rem; }

	#product2 h4{ font-size: 28px; }
	#product2 .item figure{ padding: 60px; }
	#product2 .item dl{ margin-top: 30px; }
	#product2 .item dl dt{ font-size: 20px; }
	#product2 .item dl dd{ font-size: 17px; }
}

@media screen and (max-width: 1280px){
	#product1 .product .num-content{ padding: 50px 20px; }
	/* #product1 .product .img p{ font-size: 12rem; } */

	#product2 h4{ font-size: 24px; margin-bottom: 15px; }
	#product2 .item figure{ padding: 50px; }
	#product2 .item dl{ margin-top: 20px; }
	#product2 .item dl dt{ font-size: 18px; margin-bottom: 10px; }
	#product2 .item dl dd{ font-size: 16px; }
}

@media screen and (max-height: 800px){
	#product1{ padding-top: var(--subPt); }
	#product1 .product .num-content{ height: 800px; }
	
	#product2{ padding: 80px 0 var(--subPb); }
}

@media screen and (max-width: 1200px){
	#product1{ padding-top: var(--subPt); }
	#product1 .product .num-content{ height: auto; padding: 0; }
	#product1 .product .bottom{ padding: 300px 20px 20px; padding-left: 0; position: relative; } 
	#product1 .product .img{ width: calc(100% +  20px); right: 0; transform: translateX(100%); }
	#product1 .product .img p{ position: static; font-size: 7rem; margin-top: 10px; }

	#product2{ padding: 80px 0 var(--subPb); }
	#product2 h4{ font-size: 22px; }
	#product2 .item{ width: calc((100% - 60px) / 3); margin-right: 30px; }
}

@media screen and (max-width: 1000px){
	#product1 .product .num-content{ width: 100%; }
	#product1 .product .bottom{ padding-top: 0; }
	#product1 .product:not(:last-of-type){ margin-bottom: 50px; }
	#product1 .product .img{ position: relative; transform: translate(0, 0); padding: 60px 30px; margin-bottom: 20px; }
	#product1 .product .img figure{ width: 60%; }

	#product2 .item{ width: calc((100% - 30px) / 2); transition-delay: unset !important; }
	#product2 .item:nth-of-type(3n){ margin-right: 30px; }
	#product2 .item:nth-of-type(2n){ margin-right: 0; }
}

@media screen and (max-width: 600px){
	#product2 .item{ width: 100%; margin-right: 0 !important; }
}


/* 비즈니스 - 공급방식 */
.supply{ background: #F8F8F8; }
.supply .w1600{ height: 100%; }
.supply .flex-box{ height: 100%; display: flex; flex-direction: column; padding: 130px 0; }
.supply .border-box{ flex: 1 0 auto; background: #FFF; border: 2px solid #E5E5E5; padding: 80px; }
.supply .border-box .inner{ max-width: 1340px; width: 100%; margin: 0 auto; text-align: center; }
.supply .border-box .tit{ margin-bottom: 130px; }
.supply .border-box .tit h4{ font-size: 36px; font-weight: 600; color: #111; letter-spacing: -0.02em; }
.supply .border-box .tit span{ display: block; font-family: var(--engFont); font-size: 21px; font-weight: 600; color: var(--mainColor); margin-top: 10px; }
.supply .line-box .line:not(:last-of-type){ margin-bottom: 20px; }
.supply .line{ display: flex; justify-content: space-between; }
.supply .line figure{ padding: 0 40px; }
.supply .line figure:first-of-type{ padding-left: 0; }
.supply .line figure:last-of-type{ padding-right: 0; }
.supply .line figcaption{ font-size: 16px; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-top: 20px; }

.supply .line .border{ flex: 1 0 auto; display: flex; justify-content: center; align-items: center; position: relative; }
.supply .line .border::before,
.supply .line .border::after{ content: ""; position: absolute; top: 50%; transform: translateY(-50%); }
.supply .line .border::before{ width: 6px; height: 6px; background: var(--mainColor); border-radius: 50%; left: 0; }
.supply .line .border::after{ width: 20px; height: 20px; background: url("/img/sub/business/green_arrow.svg") no-repeat center center / contain; right: 0; }
.supply .line .border:not(:first-of-type)::before{ display: none; }
.supply .line .border:not(:last-of-type)::after{ display: none; }
.supply .line .border div{ width: 100%; height: 1px; border-bottom: 1px dashed var(--mainColor); opacity: 0.2; position: absolute; top: 50%; left: 0; }
.supply .line .border span{ min-height: 45px; display: flex; justify-content: center; align-items: center; background: var(--mainColor); font-size: 16px; font-weight: 500; color: #FFF; padding: 5px 25px; position: relative; z-index: 10; }

#supply01 .border-box .tit{ margin-bottom: 60px; }
#supply01 .line02{ max-width: 550px; width: 100%; margin-left: auto; }
#supply01 .line02 figure{ padding: 0 20px; }
#supply01 .line02 figure:first-of-type{ padding-left: 0; }
#supply01 .line02 figure:last-of-type{ padding-right: 0; }


#supply04 .sec-title{ margin-bottom: 60px; }
#supply04 .flex-box{ display: flex; flex-wrap: wrap; margin-bottom: -50px; }
#supply04 .item{ width: calc((100% - 60px) / 4); margin-right: 20px; margin-bottom: 50px; }
#supply04 .item:nth-of-type(4n){ margin-right: 0; }
#supply04 .item figure img{ width: 100%; }
#supply04 .item dl{ margin-top: 40px; }
#supply04 .item dl dt{ font-size: 23px; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 10px; }
#supply04 .item dl dt span{ font-family: var(--engFont); color: var(--mainColor); margin-right: 10px; }
#supply04 .item dl dd{ font-size: 18px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.5; }
#supply04 .item dl p{ min-height: calc(3em + 40px); margin-bottom: 10px; line-height: inherit; }
#supply04 .item dl ul li{ font-size: 17px; line-height: 1.5; padding-left: 15px; position: relative; }
#supply04 .item dl ul li:not(:last-of-type){ margin-bottom: 10px; }
#supply04 .item dl ul li::before{ content: ""; width: 5px; height: 5px; background: var(--mainColor); position: absolute; top: calc(1.4em / 2); left: 0; transform: translateY(-50%); }
#supply04 .item dl ul li strong{ font-weight: 500; }

@media screen and (max-height: 800px){
	.supply{ padding-bottom: 100px; }
	.supply .flex-box{ padding: 0; }

	#supply04{ padding-top: var(--subPt); }

	#supply03{ padding-bottom: var(--subPb); }
}

@media screen and (max-width: 1700px){
	.supply .border-box{ padding: 60px; }
	.supply .border-box .tit h4{ font-size: 32px; }
	.supply .border-box .tit span{ font-size: 19px; }

	.supply .line figure{ padding: 0 20px; }
	.supply .line .border span{ min-height: 45px; padding: 5px 25px; }

	#supply04 .sec-title{ margin-bottom: 40px; }
	#supply04 .item dl{ margin-top: 30px; }
	#supply04 .item dl dt{ font-size: 20px; }
	#supply04 .item dl dd{ font-size: 17px; }
	#supply04 .item dl ul li{ font-size: 16px; }
} 

@media screen and (max-width: 1280px){
	.supply .border-box{ padding: 40px; }
	.supply .border-box .tit{ margin-bottom: 100px; }
	.supply .border-box .tit h4{ font-size: 28px; }
	.supply .border-box .tit span{ font-size: 17px; }

	.supply .line .border span{ min-height: 40px; font-size: 15px; padding: 5px 20px; }

	#supply04 .sec-title{ margin-bottom: 30px; }
	#supply04 .item dl{ margin-top: 20px; }
	#supply04 .item dl dt{ font-size: 18px; }
	#supply04 .item dl dd{ font-size: 16px; }
	#supply04 .item dl ul li{ font-size: 15px; }
}

@media screen and (max-width: 1200px){
	.supply{ padding-bottom: 80px; }
	.supply .flex-box{ padding: 0; }
	.supply .border-box .tit{ margin-bottom: 60px; }

	.supply .line-box{ display: flex; justify-content: center; }
	.supply .line-box .line:not(:last-of-type){ margin-bottom: 0; }
	.supply .line{ flex-direction: column; }
	.supply .line figure{ padding: 20px 0; }
	.supply .line figure:first-of-type{ padding-top: 0; }
	.supply .line figure:last-of-type{ padding-bottom: 0; }
	.supply .line .border{ padding: 60px 0; }
	.supply .line .border div{ width: 1px; height: 100%; border-bottom: none; border-right: 1px dashed var(--mainColor); left: 50%; transform: translateY(-50%); }
	.supply .line .border::before, 
	.supply .line .border::after{ left: 50%; right: unset; transform: translateX(-50%) rotate(90deg); }
	.supply .line .border::before{ top: 0; }
	.supply .line .border::after{ top: unset; bottom: 0; }

	#supply01{ padding-top: 80px; }
	#supply01 .flex-box{ padding: 0; }
	#supply01 .line{ width: 50% !important; }
	#supply01 .line01 figure:first-of-type img{ width: 35%; }
	#supply01 .line02{ margin-left: 0; }
	#supply01 .line02 figure{ padding: 15px 0; }
	#supply01 .line02 figure:first-of-type{ padding-top: 0; }
	#supply01 .line02 figure:last-of-type{ padding: 0; }

	#supply04{ padding-top: var(--subPt); padding-bottom: 80px; }
}

@media screen and (max-width: 1100px){
	#supply04 .item{ width: calc((100% - 20px) / 2); transition-delay: unset !important; }
	#supply04 .item:nth-of-type(2n){ margin-right: 0; }
	#supply04 .item dl p{ min-height: calc(3em + 10px); }
}

@media screen and (max-width: 900px){
	.supply .border-box .tit{ margin-bottom: 40px; }
	.supply .border-box .tit h4{ font-size: 24px; }
	.supply .border-box .tit span{ font-size: 16px; }
}

@media screen and (max-width: 700px){
	.supply .line-box{ flex-direction: column; align-items: center; }
	.supply .line-box .line:not(:last-of-type){ margin-bottom: 60px; }
	.supply .line figure{ padding: 10px 0; }
	.supply .line .border{ padding: 30px 0 45px; }

	#supply01 .line{ width: 100% !important; }
}

@media screen and (max-width: 600px){
	#supply04 .item{ width: 100%; margin-right: 0; }
	#supply04 .item dl p{ min-height: auto; }
}


/* 지속가능경영 - ESG */
#esg{ position: relative; text-align: center; z-index: 10; overflow: hidden; }
#esg .full-bg::before{ background: url("/img/sub/substainable/esg_bg.jpg") no-repeat center center / cover; }
#esg .page-title{ margin-bottom: 150px; }
#esg .full-bg h4{ line-height: 1.5; }


#esg2{ text-align: center; overflow: hidden; }
#esg2 .flex-box{ display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; opacity: 1; margin-bottom: -50px; }
#esg2 .item{ width: calc((100% - 400px) / 3); margin-bottom: 50px; position: relative; z-index: 5; opacity: 1; transform: translate(0, 0); transition: left 1s, transform 1s; }
#esg2 .item .inner{ padding: 0 60px; margin-bottom: 60px; position: relative; }
#esg2 .item .circle{ position: relative; }
#esg2 .item .circle::before{ content: ""; display: block; padding-bottom: calc(100% - 4px); background: #FFF; border: 2px solid #E5E5E5; border-radius: 50%; box-sizing: border-box; }
#esg2 .item .circle::after{ content: ""; width: 20px; height: 20px; background: url("/img/sub/substainable/green_arrow.svg") no-repeat center center / contain; position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%); opacity: 0; transition: bottom 0.5s, opacity 0.5s; }

#esg2{ background: url("/img/sub/substainable/esg_bg02.jpg") no-repeat center center / cover; }
#esg2 .item .text{ position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
#esg2 .item .text::after{ content: ""; width: 50px; height: 50px; background: #FFF url("/img/sub/substainable/plus_icon.svg") no-repeat center center / contain; border: 1px dashed rgba(0, 165, 80, 0.2); border-radius: 50%; position: absolute; top: 50%; right: 50%; transform: translate(50%, -50%); transition: right 1s; }
#esg2 .item:last-of-type .text::after{ display: none; }
#esg2 .item .text h4{ font-size: 32px; font-weight: 600; color: #111; letter-spacing: -0.02em; margin-bottom: 10px; }
#esg2 .item .text p{ font-family: var(--engFont); font-size: 21px; font-weight: 600; color: #CCC; letter-spacing: -0.02em; }
#esg2 .item .dl dl{ background: #F8F8F8; border: 2px solid #F8F8F8; border-radius: 20px; padding: 30px; transform: translateY(-20px); opacity: 0; transition: opacity 1s, transform 1s; }
#esg2 .item .dl dl:not(:last-of-type){ margin-bottom: 10px; }
#esg2 .item .dl dl dt{ font-size: 19px; font-weight: 600; color: var(--mainColor); letter-spacing: -0.02em; margin-bottom: 10px; }
#esg2 .item .dl dl dd{ font-size: 17px; font-weight: 300; color: #333; }

#esg2 .item:nth-of-type(odd) .dl dl:nth-of-type(even),
#esg2 .item:nth-of-type(even) .dl dl:nth-of-type(odd){ background: transparent; border-color: #E5E5E5; }
#esg2 .item:nth-of-type(odd) .dl dl:nth-of-type(even) dt,
#esg2 .item:nth-of-type(odd) .dl dl:nth-of-type(even) dd,
#esg2 .item:nth-of-type(even) .dl dl:nth-of-type(odd) dt, 
#esg2 .item:nth-of-type(even) .dl dl:nth-of-type(odd) dd{ color: #FFF; }
#esg2 .item:nth-of-type(odd) .dl dl:nth-of-type(even) dt,
#esg2 .item:nth-of-type(even) .dl dl:nth-of-type(odd) dt{ font-weight: 500; }
#esg2 .item:nth-of-type(odd) .dl dl:nth-of-type(even) dd,
 #esg2 .item:nth-of-type(even) .dl dl:nth-of-type(odd) dd{ font-weight: 200; }

#esg2 .item01{ left: 50%; transform: translateX(-50%); }

#esg2 .item02{ z-index: 3; }
#esg2 .item02 .inner::before,
#esg2 .item02 .inner::after{ content: ""; width: 100vw; height: 1px; border-bottom: 2px solid rgba(0, 165, 80, 0.2); opacity: 0; position: absolute; z-index: -1; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#esg2 .item02 .inner::before{ --opacity: 0; }
#esg2 .item02 .inner::after{ border-bottom-style: dashed; transition: opacity 1s; }

#esg2 .item03{ left: -50%; transform: translateX(50%); }

#esg2 .aos-animate .item01{ left: 0; transform: translateX(0); }
#esg2 .aos-animate .item03{ left: 0; transform: translateX(0); }
#esg2 .aos-animate .item02 .inner::before{ animation: fadeToggle 1.5s both; }
#esg2 .aos-animate .item02 .inner::after{ opacity: 1; transition-delay: 1s; }
#esg2 .aos-animate .item .circle::after{ bottom: -30px; opacity: 1; transition-delay: 1s; }
#esg2 .aos-animate .item .text::after{ right: -160px; }
#esg2 .flex-box.aos-animate .item dl{ transform: translateY(0); opacity: 1; transition-delay: var(--delayP); }

@media screen and (max-width: 1700px){
	#esg2 .item .text h4{ font-size: 28px; }
	#esg2 .item .text p{ font-size: 19px; }
	#esg2 .item .dl dl{ padding: 25px; }
	#esg2 .item .dl dl dt{ font-size: 18px; }
}

@media screen and (max-width: 1500px){
	#esg2 .item{ width: calc((100% - 200px) / 3); }
	#esg2 .aos-animate .item .text::after{ right: -110px; }
}

@media screen and (max-width: 1280px){
	#esg2 .aos-animate .item .text::after{ right: -85px; }
	#esg2 .item .text h4{ font-size: 24px; }
	#esg2 .item .text p{ font-size: 17px; }
	#esg2 .item .dl dl{ padding: 20px; }
	#esg2 .item .dl dl dt{ font-size: 17px; }
	#esg2 .item .dl dl dd{ font-size: 16px; }
}

@media screen and (max-width: 1200px){
	#esg .page-title{ margin-bottom: 100px; }

	#esg2 .item{ width: calc((100% - 140px) / 3); }
	#esg2 .aos-animate .item .text::after{ width: 40px; height: 40px; right: -70px; }
}

@media screen and (max-width: 900px){
	#esg .page-title{ margin-bottom: 60px; }

	#esg2 .item{ width: calc((100% - 40px) / 3); }
	#esg2 .item .inner{ padding: 0 30px; }
	#esg2 .aos-animate .item .text::after{ width: 35px; height: 35px; right: -40px; }
	#esg2 .item .text h4{ font-size: 20px; }
	#esg2 .item .dl dl{ padding: 15px; }
}

@media screen and (max-width: 750px){
	#esg2 .flex-box{ justify-content: center; }
	#esg2 .item{ width: calc((100% - 50px) / 2); margin-right: 50px; left: 0 !important; opacity: 0; transform: translateY(var(--aosPlus)) !important; transition: opacity 1s, transform 1s; transition-delay: unset; }
	#esg2 .item:nth-of-type(2n),
	#esg2 .item:last-of-type{ margin-right: 0; }
	#esg2 .item.aos-animate{ opacity: 1; transform: translateY(0) !important; }
	#esg2 .item .inner{ padding: 0 45px; }
	#esg2 .item .inner::before,
	#esg2 .item .inner::after{ display: none; }
	#esg2 .item .text::after{ display: none; }

	#esg2 .flex-box.aos-animate.item .circle::after{ bottom: 0; opacity: 0; }
	#esg2 .item.aos-animate .circle::after{ bottom: -30px; opacity: 1; transition-delay: 0.3s; }
	#esg2 .flex-box.aos-animate .item dl{ transform: translateY(var(--aosMinus)); opacity: 0; }
	#esg2 .flex-box .item.aos-animate dl{ transform: translateY(0); opacity: 1; transition-delay: var(--delayM); }
}

@media screen and (max-width: 600px){
	#esg2 .item{ max-width: 320px; width: 100%; margin-right: 0; }
	#esg2 .item .inner{ padding: 0 70px; }
}


/* 지속가능경영 - 윤리경영 */
#ethics .full-bg::before{ background: url("/img/sub/substainable/ethics_bg.jpg") no-repeat center center / cover; }
#ethics .full-bg .bottom p{ margin-bottom: 30px; }

#ethics2{ background: url("/img/sub/substainable/ethics_bg02.jpg") no-repeat center center / cover; }
#ethics3{ background: url("/img/sub/substainable/ethics_bg03.jpg") no-repeat center center / cover; }

.ethics-box{ text-align: center; }
.ethics-box .sec-title{ margin-bottom: 80px; }
.ethics-box .sec-title h4{ color: #FFF; }
.ethics-box .flex-box{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -20px; }
.ethics-box .item{ width: calc((100% - 60px) / 4); margin-bottom: 20px; position: relative; z-index: 5; }
.ethics-box .item > div{ height: 100%; padding: 145px 40px; transition: opacity 0.5s, transform 0.5s, z-index 0.5s; cursor: pointer; }
.ethics-box .item dl{ margin-top: 60px; }
.ethics-box .item dl *{ color: #FFF; }
.ethics-box .item dl dt{ font-size: 28px; font-weight: 500; letter-spacing: -0.02em; margin-bottom: 40px; }
.ethics-box .item dl dd{ font-size: 19px; font-weight: 200; letter-spacing: -0.02em; line-height: 1.5; }

.ethics-box .item .front{ background: rgba(255, 255, 255, 0.1); border: 4px solid rgba(255, 255, 255, 0.1); opacity: 1; transform: scaleX(1); }
.ethics-box .item .back{ width: 100%; height: 100%; background: var(--mainColor); border: 4px solid rgba(255, 255, 255, 0.5); position: absolute; top: 0; left: 0; z-index: -1; opacity: 0; transform: scaleX(-1); }

@media screen and (hover: hover){
	.ethics-box .item:hover .front{ opacity: 0; transform: scaleX(-1); }
	.ethics-box .item:hover .back{ opacity: 1; transform: scaleX(1); z-index: 5; }
}

@media screen and (max-width: 1700px){
	#ethics .full-bg .bottom p{ margin-bottom: 20px; }
	
	.ethics-box .sec-title{ margin-bottom: 60px; }
	.ethics-box .item > div{ padding: 120px 30px; }
	.ethics-box .item dl{ margin-top: 40px; }
	.ethics-box .item dl dt{ font-size: 24px; margin-bottom: 20px; }
	.ethics-box .item dl dd{ font-size: 17px; }
}

@media screen and (max-width: 1280px){
	#ethics .page-title{ margin-bottom: 50px; }
	#ethics .full-bg .bottom p{ margin-bottom: 10px; }

	.ethics-box .sec-title{ margin-bottom: 40px; }
	.ethics-box .item > div{ padding: 100px 20px; }
	.ethics-box .item dl{ margin-top: 30px; }
	.ethics-box .item dl dt{ font-size: 22px; margin-bottom: 10px; }
	.ethics-box .item dl dd{ font-size: 16px; }
}

@media screen and (max-width: 1200px){
	.ethics-box .item > div{ padding: 80px 20px; }

	#ethics3{ padding-bottom: var(--subPb); }
}

@media screen and (max-width: 1000px){
	.ethics-box .item{ width: calc((100% - 30px) / 4); }
	.ethics-box .item > div{ padding: 60px 20px; }
}

@media screen and (max-width: 900px){
	.ethics-box .item{ width: calc((100% - 20px) / 2); transition-delay: unset !important; }
	.ethics-box .item dl dt{ font-size: 19px; }
}

@media screen and (max-width: 550px){
	.ethics-box .item > div{ padding: 45px 15px; }
}


/* 인재개발 - 인재상 */
#talent .flex-box{ display: flex; flex-wrap: wrap; margin-bottom: -20px; }
#talent .item{ width: calc((100% - 60px) / 4); align-content: flex-end; margin-right: 20px; margin-bottom: 20px; position: relative; z-index: 10; }
#talent .item:nth-of-type(4n){ margin-right: 0; }
#talent .item .bg{ overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; }
#talent .item .bg img{ width: 100%; height: 100%; object-fit: cover; }

#talent .item dl{ color: #FFF; padding: 40px; margin-top: 185px; }
#talent .item dl dt{ font-size: 38px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 20px; }
#talent .item dl dt .icon{ margin-bottom: 20px; }
#talent .item dl dd{ font-size: 19px; font-weight: 200; color: #FFF; line-height: 1.5; }

@media screen and (max-height: 800px){
	#talent{ padding: var(--subPt) 0 var(--subPb); }
}

@media screen and (max-width: 1700px){
	#talent .item dl{ padding: 30px; margin-top: 160px; }
	#talent .item dl dt{ font-size: 32px; }
	#talent .item dl dd{ font-size: 17px; }
}

@media screen and (max-width: 1280px){
	#talent .item dl{ padding: 20px; margin-top: 140px; }
	#talent .item dl dt{ font-size: 28px; margin-bottom: 10px; }
	#talent .item dl dt .icon{ margin-bottom: 15px; }
	#talent .item dl dd{ font-size: 16px; }
}

@media screen and (max-width: 1200px){
	#talent{ padding: var(--subPt) 0 var(--subPb); }
	#talent .item dl{ margin-top: 120px; }
}

@media screen and (max-width: 1000px){
	#talent .item{ width: calc((100% - 20px) / 2); transition-delay: unset !important; }
	#talent .item:nth-of-type(2n){ margin-right: 0; }
}

@media screen and (max-width: 900px){
	#talent .item dl dt{ font-size: 24px; }
}

@media screen and (max-width: 550px){
	#talent .item dl{ margin-top: 100px; }
}

@media screen and (max-width: 500px){
	#talent br{ display: none; }
	#talent .item dl{ margin-top: 70px; }
}


/* 인재개발 - 복리후생 */
#welfare{ background: url("/img/sub/career/welfare_bg.jpg") no-repeat center center / cover; }
#welfare .grid-box{ display: grid; grid-template-columns: repeat(6, 1fr); margin: -5px -10px; }
#welfare .grid-box .item{ min-height: 240px; display: flex; flex-direction: column; background: rgba(0, 0, 0, 0.2); padding: 30px; margin: 5px 10px; }
#welfare .grid-box .item .text{ flex: 1 0 auto; margin-bottom: 20px; }
#welfare .grid-box .item .text *{ color: #FFF; }
#welfare .grid-box .item .text .num{ display: block; font-family: var(--engFont); font-size: 19px; font-weight: 500; letter-spacing: -0.02em; margin-bottom: 15px; }
#welfare .grid-box .item .text p{ font-size: 20px; font-weight: 400; letter-spacing: -0.02em; line-height: 1.5; }
#welfare .grid-box .item .text p em{ display: block; font-size: 17px; font-weight: 200; letter-spacing: -0.02em; }
#welfare .grid-box .item .icon{ text-align: right; }

@media screen and (max-height: 800px){
	#welfare{ padding: var(--subPt) 0 var(--subPb); }
}

@media screen and (max-width: 1700px){
	#welfare .grid-box .item{ min-height: 220px; padding: 20px; }
	#welfare .grid-box .item .text .num{ font-size: 17px; }
	#welfare .grid-box .item .text p{ font-size: 18px; }
	#welfare .grid-box .item .text p em{ font-size: 16px; }
}

@media screen and (max-width: 1400px){
	#welfare .grid-box .item{ min-height: 200px; }
}

@media screen and (max-width: 1280px){
	#welfare .grid-box .item{ padding: 16px; }
	#welfare .grid-box .item .text{ margin-bottom: 10px; }
	#welfare .grid-box .item .text .num{ font-size: 15px; margin-bottom: 10px; }
	#welfare .grid-box .item .text p{ font-size: 17px; }
	#welfare .grid-box .item .text p em{ font-size: 15px; }
}

@media screen and (max-width: 1200px){
	#welfare{ padding: var(--subPt) 0 var(--subPb); }
	#welfare .grid-box{ grid-template-columns: repeat(4, 1fr); }
}

@media screen and (max-width: 800px){
	#welfare .grid-box{ grid-template-columns: repeat(3, 1fr); }
}

@media screen and (max-width: 600px){
	#welfare .grid-box{ grid-template-columns: repeat(2, 1fr); }
}


/* 인재개발 - 채용 절차 */
#procedure p{ font-size: 23px; font-weight: 500; color: #111; letter-spacing: -0.02em; }
#procedure .gray-box{ background: #F8F8F8; padding: 80px 50px; margin: 30px 0; }
#procedure .grid-box{ display: grid; grid-template-columns: repeat(6, 1fr); text-align: center; margin: -15px; }
#procedure .item{ background: #F2F2F2; border-radius: 50%; padding: 15px; margin: 15px; position: relative; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15); }
#procedure .item::before{ content: ""; display: block; padding-bottom: 100%; background: #FFF; border-radius: 50%; }
#procedure .item .arrow{ position: absolute; top: 50%; right: -15px; transform: translate(50%, -50%); }
#procedure .item .arrow svg{ width: auto; height: auto; }
#procedure .item .arrow svg path{ fill: var(--bg); }
#procedure .item .text{ position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
#procedure .item .text::before{ content: ""; width: 30px; height: 2px; background: #F2F2F2; position: absolute; top: 50%; right: -15px; transform: translate(50%, -50%); }
#procedure .item .text span{ font-family: var(--engFont); font-size: 18px; font-weight: 600; color: var(--mainColor); }
#procedure .item .text p{ font-size: 22px; margin-top: 20px; }

#procedure .item:last-of-type{ background: #1DAE63; }
#procedure .item:last-of-type::before{ background: var(--mainColor); }
#procedure .item:last-of-type .arrow{ display: none; }
#procedure .item:last-of-type .text::before{ display: none; }
#procedure .item:last-of-type .text span{ color: #FFF; }
#procedure .item:last-of-type .text p{ font-size: 28px; color: #FFF; }

#procedure ul li{ font-size: 19px; font-weight: 300; color: #333; letter-spacing: -0.02em; padding-left: 20px; position: relative; }
#procedure ul li:not(:last-of-type){ margin-bottom: 15px; }
#procedure ul li::before{ content: ""; width: 5px; height: 5px; background: var(--mainColor); position: absolute; top: calc(1.2em / 2); left: 0; transform: translateY(-50%); }
#procedure ul li strong{ font-weight: 500; color: #111; }

@media screen and (max-height: 800px){
	#procedure{ padding: var(--subPt) 0 var(--subPb); }
}

@media screen and (max-width: 1700px){
	#procedure p{ font-size: 21px; }

	#procedure .gray-box{ padding: 50px 30px; }
	#procedure .item .text span{ font-size: 16px; }
	#procedure .item .text p{ font-size: 20px; }
	#procedure .item:last-of-type .text p{ font-size: 24px; }

	#procedure ul li{ font-size: 17px; }
}

@media screen and (max-width: 1280px){
	#procedure p{ font-size: 19px; }

	#procedure .gray-box{ padding: 30px 20px; margin: 20px 0; }
	#procedure .item{ padding: 10px; }
	#procedure .item .text span{ font-size: 15px; }
	#procedure .item .text p{ font-size: 18px; margin-top: 10px; }
	#procedure .item:last-of-type .text p{ font-size: 20px; }

	#procedure ul li{ font-size: 16px; padding-left: 15px; }
	#procedure ul li:not(:last-of-type){ margin-bottom: 10px; }
}

@media screen and (max-width: 1200px){
	#procedure{ padding: var(--subPt) 0 var(--subPb); }
}

@media screen and (max-width: 1000px){
	#procedure .grid-box{ max-width: 550px; margin: 0 auto; grid-template-columns: repeat(3, 1fr); }
	#procedure .item:nth-of-type(3n) .arrow{ display: none; }
	#procedure .item:nth-of-type(3n) .text::before{ display: none; }
}

@media screen and (max-width: 900px){
	#procedure p{ font-size: 18px; }

	#procedure .gray-box{ padding: 20px 15px; }
	#procedure .item .text p{ font-size: 16px; }
	#procedure .item:last-of-type .text p{ font-size: 18px; }
}

@media screen and (max-width: 550px){	
	#procedure .grid-box{ max-width: 350px; grid-template-columns: repeat(2, 1fr); }
	#procedure .item:nth-of-type(3n) .arrow{ display: block; }
	#procedure .item:nth-of-type(3n) .text::before{ display: block; }
	#procedure .item:nth-of-type(2n) .arrow{ display: none; }
	#procedure .item:nth-of-type(2n) .text::before{ display: none; }
}