/* 서브 비주얼 이미지 */
#visual.visual1 .bg{ background: url("/img/sub/company_bg01.png") no-repeat center center / cover; }
#visual.visual2 .bg{ background: url("/img/sub/business_bg01.png") no-repeat center center / cover; }
#visual.visual3 .bg{ background: url("/img/sub/facilities_bg01.png") no-repeat center center / cover; }
#visual.visual4 .bg{ background: url("/img/sub/rnd_bg01.png") no-repeat center center / cover; }
#visual.visual5 .bg{ background: url("/img/sub/esg_bg01.png") no-repeat center center / cover; }
#visual.visual6 .bg{ background: url("/img/sub/notice_bg01.png") no-repeat center center / cover; }
#visual.visual7 .bg{ background: url("/img/sub/recruit_bg01.png") no-repeat center center / cover; }
#visual.visual8 .bg{ background: url("/img/sub/recruit_bg01.png") no-repeat center center / cover; }


/* visual */
#visual{ padding-top: 20px; overflow: hidden; }
#visual .text-box{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
#visual .text-box h2{ font-size: 5.5rem; font-weight: 600; color: #111; letter-spacing: -0.03em; }
#visual .bg{ padding-bottom: 22.734%; animation: bgClipLeft 1s 0.3s both; }

#visual.none > *{ display: none; }
#visual.none + .sub-content{ padding-top: 0; }

/* lnb */
#lnb{ margin-right: -32px; }
#lnb ul{ display: flex; }
#lnb ul li{ position: relative; }
#lnb ul li::after{ content: ""; width: 4px; height: 4px; background: #AAA; position: absolute; top: 50%; right: 0; transform: translate(50%, -50%); }
#lnb ul li:last-of-type::after{ display: none; }
#lnb ul li a{ display: inline-block; font-size: 18px; font-weight: 500; color: #AAA; letter-spacing: -0.03em; padding: 32px; }
#lnb ul li:last-of-type a{ font-weight: 600; color: #333; }
#lnb ul li.home a{ font-family: var(--engFont); font-weight: 400; letter-spacing: 0; }

/* common */
#sub .w1720{ max-width: 1540px; }
.line-box .inner{ max-width: 1700px; }
#header nav .depth01 > li > a{ color: #333; }
#header .right button{ color: #333; }
#header .right button img{ filter: invert(1); -webkit-filter: invert(1); }
#header .lang button::after{ filter: invert(1); -webkit-filter: invert(1); }

#sub{ padding-top: var(--headerH); position: relative; }
.sub-content{ padding: 60px 0 150px; }

/* 간격 */
.pt250{ padding-top: 250px; }
.pb250{ padding-bottom: 250px; }
.pt150{ padding-top: 150px; }
.pb150{ padding-bottom: 150px; }
.pt145{ padding-top: 145px; }
.pb145{ padding-bottom: 145px; }
.pt100{ padding-top: 100px; }
.pb100{ padding-bottom: 100px; }
.pt60{ padding-top: 60px; }
.pb60{ padding-bottom: 60px; }

/* page-title */
.page-title{ margin-bottom: 60px; }
.page-title.mb30{ margin-bottom: 30px; }
.page-title .flex{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.page-title h3{ font-size: 4.6rem; font-weight: 600; color: #111; letter-spacing: -0.03em; }
.page-title p{ font-size: 20px; font-weight: 300; color: #222; letter-spacing: -0.03em; line-height: 1.8; margin-top: 30px; }

/* sec-title */
.sec-title .flex{ display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.sec-title h4{ font-size: 30px; font-weight: 600; color: #222; letter-spacing: -0.03em; }
.sec-title h4 span{ font-size: 18px; font-weight: 300; color: #666; letter-spacing: -0.03em; vertical-align: middle; }
.sec-title p{ font-size: 20px; font-weight: 300; color: #222; letter-spacing: -0.03em; line-height: 1.8; margin-top: 20px; }

/* title-marker */
.title-marker{ font-family: var(--engFont); font-size: 18px; font-weight: 400; color: #111; margin-bottom: 20px; }
.title-marker span{ display: inline-block; writing-mode: vertical-lr; transform: scale(-1); }

/* table-box */
.table-box{ --solid: 1px solid #000; --dashed: 1px dashed #000; }
.table-box{ overflow-x: auto; overflow-y: clip; }
.table-box::-webkit-scrollbar{ width: 20px; height: 20px; }
.table-box::-webkit-scrollbar-thumb{ background: var(--mainColor); background-clip: padding-box; border: 7px solid transparent; border-left: none; border-right: none; }
.table-box::-webkit-scrollbar-track{ background: #EEE; background-clip: padding-box; border: 9px solid transparent; border-left: none; border-right: none; }
.table-box table{ text-align: center; border-top: var(--solid); border-bottom: var(--solid); margin-bottom: 1px; }
.table-box table *{ letter-spacing: -0.03em; }
.table-box table tr{ border-bottom: var(--dashed); }
.table-box table th, .table-box table td{ padding: 22px 10px; }
.table-box table th{ font-size: 20px; font-weight: 500; color: #222; }
.table-box table td{ font-size: 18px; font-weight: 300; color: #666; }

.table-box .dashL{ border-left: var(--dashed) !important; }
.table-box .dashR{ border-right: var(--dashed) !important; }

.table-box + .small{ font-size: 18px; font-weight: 300; color: #666; letter-spacing: -0.03em; margin-top: 20px; }

/* flex-layout */
.flex-layout{ --left: 430px; display: flex; flex-wrap: wrap; }
.flex-layout .title{ width: var(--left); padding-right: 30px; }
.flex-layout .title h4{ font-size: 32px; font-weight: 600; color: #222; letter-spacing: -0.03em; }
.flex-layout .content{ width: calc(100% - var(--left)); }
.flex-layout .content .dl .dot-dl:not(:last-of-type){ margin-bottom: 40px; }

/* dash-box */
.dash-box{ background: #FFF; border: 1px dashed #000; padding: 100px; }
.dash-box h5{ font-size: 26px; font-weight: 600; color: #222; letter-spacing: -0.03em; text-align: center; margin-bottom: 30px; }

/* dot-list */
.dot-list li{ font-size: 20px; font-weight: 300; color: #333; letter-spacing: -0.03em; padding-left: 15px; position: relative; }
.dot-list li:not(:last-of-type){ margin-bottom: 15px; }
.dot-list li::before{ content: ""; width: 5px; height: 5px; background: #000; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }

/* dot-dl */
.dot-dl dt{ font-size: 22px; font-weight: 500; color: #222; padding-left: 15px; position: relative; }
.dot-dl dt::before{ content: ""; width: 5px; height: 5px; background: #000; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
.dot-dl dd{ font-size: 20px; font-weight: 300; color: #666; margin-top: 10px; }

/* num-box */
.num-box{ --min: 100px; --padding: 60px; }
.num-box > li{ display: flex; justify-content: space-between; }
.num-box > li:not(:last-of-type){ margin-bottom: 10px; }
.num-box > li::before{ content: attr(data-index); width: var(--min); height: var(--min); display: flex; justify-content: center; align-items: center; border: 1px dashed #000; font-family: var(--engFont); font-size: 20px; font-weight: 400; color: #111; }
.num-box .min{ display: flex; align-items: center; min-height: var(--min); padding: 15px 0; }
.num-box .content{ width: calc(100% - var(--min) - 10px); background: #FFF; border: 1px solid #000; padding: 0 var(--padding); }
.num-box .content dl{ padding-bottom: var(--padding); }
.num-box .content dl dt{ border-bottom: 1px dashed #000; font-size: 20px; font-weight: 600; color: #222; letter-spacing: -0.03em; margin-bottom: 30px; }
.num-box .content p{ width: 100%; font-size: 20px; font-weight: 300; color: #333; letter-spacing: -0.03em; padding: 15px 0; }

.num-box.reverse-list li:nth-of-type(even){ flex-direction: row-reverse; text-align: right; }

/* border-dl */
.border-dl{ --min: 100px; }
.border-dl > dl{ border: 1px solid #000; padding: 40px 60px; padding-top: 0 !important; }
.border-dl > dl:not(:last-of-type){ margin-bottom: 10px; }
.border-dl > dl > dt{ min-height: var(--min); display: flex; flex-direction: column; justify-content: center; font-size: 20px; font-weight: 600; color: #222; letter-spacing: -0.03em; padding: 10px 0; border-bottom: 1px dashed #000; margin-bottom: 30px; }

/* tab-menu */
.tab-menu{ margin-left: auto; text-align: center; }
.tab-menu ul{ max-width: 100%; display: flex; flex-wrap: wrap; margin-bottom: -5px; }
.tab-menu ul li{ width: 200px; border-bottom: 1px solid #DDD; margin-bottom: 5px; }
.tab-menu ul li:not(:last-of-type){ margin-right: 20px; }
.tab-menu ul li > *{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: none; border: none; font-family: var(--baseFont); font-size: 20px; font-weight: 500; color: #AAA; letter-spacing: -0.03em; padding: 17px 0; position: relative; outline: none; transition: color 0.5s; }
.tab-menu ul li > *::before{ content: ""; width: 100%; height: 3px; background: #000; position: absolute; bottom: -1px; left: 0; transform: scaleX(0); transform-origin: left; transition: transform 0.5s; }
.tab-menu ul li.on > *{ font-weight: 600; color: #333; }
.tab-menu ul li.on > *::before{ transform: scaleX(1); }

.tab-menu.three ul li{ max-width: calc((100% - 40px) / 3); }

/* border-box */
.border-box{ display: flex; flex-wrap: wrap; }
.border-box .item{ margin-right: -1px; margin-bottom: -1px; position: relative; }
.border-box .item::before, 
.border-box .item::after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; transform: scale(0); transition: transform 1s; pointer-events: none; }
.border-box .item::before{ border-top: 1px solid #000; border-left: 1px solid #000; transform-origin: top left; }
.border-box .item::after{ border-bottom: 1px solid #000; border-right: 1px solid #000; transform-origin: bottom right; }

.border-box .item.aos-animate::before, 
.border-box .item.aos-animate::after{ transform: scale(1); }

/* viewmore */
.viewmore{ --color: #000; }
.viewmore{ max-width: max-content; display: flex; align-items: center; font-size: 18px; font-weight: 400; color: #222 !important; letter-spacing: -0.03em; }
.viewmore::after{ content: ""; display: inline-block; width: 30px; height: 30px; background: var(--color) url("/img/sub/viewmore.svg") no-repeat center center / auto; border-radius: 50%; margin-left: 20px; }

/* icon-filter */
.icon-filter .icon{ display: inline-block; position: relative; }
.icon-filter .icon::before{ content: ""; width: 25px; height: 25px; background: var(--mainColor); border-radius: 50%; position: absolute; bottom: -5px; right: -5px;  mix-blend-mode: exclusion; backdrop-filter: invert(1); -webkit-backdrop-filter: invert(1); opacity: 0; transition: opacity 0.5s;}

/* half-layout */
.half-layout{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.half-layout > div{ width: calc((100% - 20px) / 2); }
.half-layout .img img{ width: 100%; min-height: 100%; object-fit: cover; }
.half-layout .text{ display: flex; flex-direction: column; background: #FFF; border: 1px solid #000; padding: 60px; }
.half-layout .text dl{ flex: 1 0 auto; }
.half-layout .text dl dt{ font-size: 32px; font-weight: 500; color: #111; letter-spacing: -0.03em; line-height: 1.4375; }
.half-layout .text dl dd{ font-size: 20px; font-weight: 300; color: #222; letter-spacing: -0.03em; line-height: 1.8; margin: 30px 0 50px; }
.half-layout .text .icon{ text-align: right; }

/* sec-layout */
.sec-layout{ display: grid; grid-template-columns: repeat(2, 1fr); margin: -30px; }
.sec-layout > *{ margin: 30px; }
.sec-layout .block{ grid-column: auto / span 2; }

/* clipLeft */
.clipLeft{ opacity: 1; clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); transition: clip-path 1s !important; }
.clipLeft.aos-animate{ clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
figure.clipLeft, 
figure.clipLeft img{ width: 100%; }


/* symbol-motion */
.symbol-motion{
	--min: 300px;
}
.symbol-motion{ min-height: var(--min); display: flex; flex-direction: column; justify-content: center; position: relative; text-align: center; padding: 60px 0; }
.symbol-motion::before{ content: ""; width: 100%; height: var(--min); background: url("/img/sub/gray_symbol.svg") no-repeat center center / contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
.symbol-motion h3{ font-size: 4.6rem; font-weight: 600; color: #000; line-height: 1.4347; }


/* 팝업 공통 */
#popup{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; z-index: 1000; display: none; }
#popup .blank{ width: 100%; height: 100%; }
#popup .inner{ max-width: 90%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

@media screen and (hover: hover){
	/* tab-menu */
	.tab-menu ul li:hover > *{ color: #333; }
	.tab-menu ul li:hover > *::before{ transform: scaleX(1); }

	/* icon-filter */
	.item:hover .icon-filter .icon::before{ opacity: 1; }
	.item:hover .icon-filter .icon img:not(.black){ opacity: 1; }
}

@media screen and (max-width: 1760px){
	/* visual */
	#visual .bg{ width: calc(100% + 40px); margin-left: -20px; }
}

@media screen and (max-width: 1700px){
	/* visual */
	#visual{ padding-top: 80px; }
	#visual .text-box{ margin-bottom: 60px; }

	/* lnb */
	#lnb{ margin-right: -20px; }
	#lnb ul li a{ font-size: 17px; padding: 20px; }

	/* common */
	.sub-content{ padding: 60px 0 120px; }

	/* 간격 */
	.pt250{ padding-top: 180px; }
	.pb250{ padding-bottom: 180px; }
	.pt150{ padding-top: 120px; }
	.pb150{ padding-bottom: 120px; }
	.pt145{ padding-top: 100px; }
	.pb145{ padding-bottom: 100px; }
	.pt100{ padding-top: 70px; }
	.pb100{ padding-bottom: 70px; }
	.pt60{ padding-top: 40px; }
	.pb60{ padding-bottom: 40px; }

	/* page-title */
	.page-title{ margin-bottom: 40px; }
	.page-title.mb30{ margin-bottom: 20px !important; }
	.page-title p{ font-size: 18px; }

	/* sec-title */
	.sec-title h4{ font-size: 26px; }
	.sec-title p{ font-size: 18px; }

	/* title-marker */
	.title-marker{ font-size: 17px; }

	/* table-box */
	.table-box table th, .table-box table td{ padding: 18px 10px; }
	.table-box table th{ font-size: 18px; }

	.table-box + .small{ font-size: 17px; }

	/* flex-layout */
	.flex-layout .title h4{ font-size: 28px; }

	/* dash-box */
	.dash-box{ padding: 70px; }
	.dash-box h5{ font-size: 22px; }

	/* dot-list */
	.dot-list li{ font-size: 18px; }

	/* dot-dl */
	.dot-dl dt{ font-size: 20px; }
	.dot-dl dd{ font-size: 18px; }

	/* num-box */
	.num-box{ --min: 80px; --padding: 40px; }
	.num-box > li::before{ font-size: 18px; }
	.num-box .content dl dt{ font-size: 18px; }
	.num-box .content p{ font-size: 18px; }

	/* border-dl */
	.border-dl{ --min: 80px; }
	.border-dl > dl{ padding: 30px 40px; }
	.border-dl > dl > dt{ font-size: 18px; }

	/* tab-menu */
	.tab-menu ul li{ width: 170px; }
	.tab-menu ul li > *{ font-size: 18px; }

	/* viewmore */
	.viewmore{ font-size: 17px; }
	.viewmore::after{ margin-left: 15px; }

	/* half-layout */
	.half-layout .text{ padding: 40px; }
	.half-layout .text dl dt{ font-size: 28px; }
	.half-layout .text dl dd{ font-size: 18px; }

	/* sec-layout */
	.sec-layout{ margin: -20px -15px; }
	.sec-layout > *{ margin: 20px 15px; }
}

@media screen and (max-width: 1500px){
	/* flex-layout */
	.flex-layout{ --left: 350px; } 
}

@media screen and (max-width: 1450px){
	/* half-layout */
	.half-layout .text{ padding: 30px; }
}

@media screen and (max-width: 1280px){
	/* visual */
	#visual{ padding-top: 50px; }
	#visual .text-box{ margin-bottom: 30px; }
	#visual .text-box h2{ font-size: 6.5rem; }

	/* lnb */
	#lnb{ margin-right: -15px; }
	#lnb ul li a{ font-size: 16px; padding: 15px; }

	/* common */
	.sub-content{ padding: 40px 0 100px; }

	/* 간격 */
	.pt250{ padding-top: 120px; }
	.pb250{ padding-bottom: 120px; }
	.pt150{ padding-top: 100px; }
	.pb150{ padding-bottom: 100px; }
	.pt145{ padding-top: 60px; }
	.pb145{ padding-bottom: 60px; }
	.pt100{ padding-top: 50px; }
	.pb100{ padding-bottom: 50px; }
	.pt60{ padding-top: 30px; }
	.pb60{ padding-bottom: 30px; }

	/* page-title */
	.page-title{ margin-bottom: 20px; }
	.page-title.mb30{ margin-bottom: 10px !important; }
	.page-title h3{ font-size: 5.5rem; }
	.page-title p{ font-size: 17px; margin-top: 20px; }

	/* sec-title */
	.sec-title.mb30{ margin-bottom: 15px !important; }
	.sec-title h4{ font-size: 22px; }
	.sec-title p{ font-size: 17px; margin-top: 10px; }

	/* title-marker */
	.title-marker{ font-size: 15px; }

	/* table-box */
	.table-box table th, 
	.table-box table td{ padding: 15px 10px; font-size: 17px; }

	.table-box + .small{ font-size: 15px; margin-top: 7px; }

	/* flex-layout */
	.flex-layout{ --left: 250px; } 
	.flex-layout .title h4{ font-size: 24px; }
	.flex-layout .content .dl .dot-dl:not(:last-of-type){ margin-bottom: 25px; }

	/* dash-box */
	.dash-box{ padding: 40px; }
	.dash-box h5{ font-size: 20px; margin-bottom: 20px; }

	/* dot-list */
	.dot-list li{ font-size: 17px; padding-left: 13px; }
	.dot-list li:not(:last-of-type){ margin-bottom: 10px; }
	.dot-list li::before{ width: 4px; height: 4px; }

	/* dot-dl */
	.dot-dl dt{ font-size: 18px; padding-left: 13px; }
	.dot-dl dt::before{ width: 4px; height: 4px; }
	.dot-dl dd{ font-size: 16px; margin-top: 7px; }

	/* num-box */
	.num-box{ --min: 60px; --padding: 25px; }
	.num-box > li::before{ font-size: 16px; }
	.num-box .content dl dt{ font-size: 17px; margin-bottom: 15px; }
	.num-box .content p{ font-size: 17px; padding: 10px 0; }

	/* border-dl */
	.border-dl{ --min: 60px; }
	.border-dl > dl{ padding: 20px; }
	.border-dl > dl:not(:last-of-type){ margin-bottom: 5px; }
	.border-dl > dl > dt{ font-size: 17px; margin-bottom: 20px; padding: 15px 0; }

	/* tab-menu */
	.tab-menu ul li{ width: 160px; }
	.tab-menu ul li > *{ font-size: 17px; padding: 12px 0; }

	/* viewmore */
	.viewmore{ font-size: 16px; }
	.viewmore::after{ width: 25px; height: 25px; margin-left: 10px; }

	/* half-layout */
	.half-layout .text{ padding: 25px; }
	.half-layout .text dl dt{ font-size: 24px; }
	.half-layout .text dl dd{ font-size: 17px; margin: 10px 0 40px; }

	/* symbol-motion */
	.symbol-motion{
		--min: 240px;
	}
	.symbol-motion{ padding: 40px 0; }
}

@media screen and (max-width: 1200px){
	/* flex-layout */
	.flex-layout > div{ width: 100% !important; }
	.flex-layout .title{ padding-right: 0; padding-bottom: 15px; }
}

@media screen and (max-width: 1000px){
	/* page-title */
	.page-title .flex{ flex-direction: column; align-items: flex-start; }
	.page-title .flex h3{ margin-bottom: 20px; }

	/* dash-box */
	.dash-box{ padding: 25px; }

	/* sec-layout */
	.sec-layout{ grid-template-columns: repeat(1, 1fr); }
	.sec-layout .block{ grid-column: auto / span 1; }
}

@media screen and (max-width: 900px){
	/* visual */
	#visual{ padding-top: 20px; }

	/* sec-title */
	.sec-title h4{ font-size: 20px; }

	/* table-box */
	.table-box table th, 
	.table-box table td{ font-size: 16px; }

	/* flex-layout */
	.flex-layout .title h4{ font-size: 20px; }

	/* num-box */
	.num-box{ --min: 35px; }
	.num-box > li::before{ display: none; }
	.num-box .content{ width: 100%; position: relative; }
	.num-box .content::before{ content: attr(data-index); width: var(--min); height: var(--min); display: flex; justify-content: center; align-items: center; border: 1px dashed #000; font-family: var(--engFont); font-size: 15px; font-weight: 400; color: #111; line-height: 1; position: absolute; top: 15px; left: var(--padding); }
	.num-box .content dt{ min-height: calc(var(--min) + 30px); padding: calc(((var(--min) - 1.3em) / 2) + 15px) 0; padding-left: calc(var(--min) + 15px); }

	.num-box.reverse-list{ --padding: 15px; }
	.num-box.reverse-list li p{ padding: calc(((var(--min) - 1.3em) / 2) + 15px) 0; padding-left: calc(var(--min) + 15px); }
	.num-box.reverse-list li:nth-of-type(even) p{ padding-left: 0; padding-right: calc(var(--min) + 15px); }
	.num-box.reverse-list li:nth-of-type(even) .content::before{ left: unset; right: var(--padding); }

	/* half-layout */
	.half-layout .text dl dt{ font-size: 20px; }

	/* symbol-motion */
	.symbol-motion{
		--min: 180px;
	}
	.symbol-motion{ padding: 30px 0; }
	.symbol-motion h3{ font-size: 5rem; }
}

@media screen and (max-width: 750px){
	/* half-layout */
	.half-layout > div{ width: 100%; }
	.half-layout > div:not(:last-of-type){ margin-bottom: 20px; }
}

@media screen and (max-width: 700px){
	/* visual */
	#visual .text-box{ display: block; margin-bottom: 0; }

	/* lnb */
	#lnb ul{ justify-content: flex-end; }
}


/* 회사소개 - CEO 인사말 */
#ceo .flex-box{ display: flex; justify-content: space-between; }
#ceo .flex-box > div{ width: calc((100% - 100px) / 2); }

#ceo .img figure,
#ceo .img figure img{ width: 100%; }

#ceo .text{ padding-top: 30px; }
#ceo .text p{ font-size: 20px; font-weight: 300; color: #111; letter-spacing: -0.03em; line-height: 1.7; }
#ceo .text .p-box p{ margin-bottom: 30px; }
#ceo .text .name{ font-size: 24px; font-weight: 500; text-align: right; }
#ceo .text .name strong{ font-weight: 700; margin-left: 20px; }

@media screen and (max-width: 1700px){
	#ceo .text p{ font-size: 18px; }
	#ceo .text .name{ font-size: 22px; }
}

@media screen and (max-width: 1280px){
	#ceo .flex-box > div{ width: calc((100% - 50px) / 2); }

	#ceo .text p{ font-size: 17px; }
	#ceo .text .p-box p{ margin-bottom: 20px; }
	#ceo .text .name{ font-size: 20px; }
	#ceo .text .name strong{ margin-left: 10px; }
}

@media screen and (max-width: 1200px){
	#ceo .text br{ display: none; }
}

@media screen and (max-width: 900px){
	#ceo .flex-box{ flex-direction: column; }
	#ceo .flex-box > div{ width: 100%; }

	#ceo .text .name{ font-size: 19px; }
}

@media screen and (max-width: 700px){
	#ceo .symbol-motion span{ display: block; }
}


/* 회사소개 - 회사소개 */
#greeting .page-title{ margin-bottom: 0; }
#greeting .page-title p{ margin-top: 20px; }

#greeting .company{ padding-bottom: 30px; }
#greeting .company .flex-box{ display: flex; flex-wrap: wrap; margin-bottom: -20px; }
#greeting .company .item{ width: calc((100% - 80px) / 5); background: #F5F5F5; margin-right: 20px; margin-bottom: 20px; position: relative; } 
#greeting .company .item::after{ content: ""; display: block; width: 100%; padding-bottom: 100%; }
#greeting .company .item:nth-of-type(5n){ margin-right: 0; }
#greeting .company .item > div{ display: flex; flex-direction: column; justify-content: space-between; padding: 40px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#greeting .company .item dl dt{ font-size: 20px; font-weight: 500; color: #222; letter-spacing: -0.03em; margin-bottom: 15px; }
#greeting .company .item dl dd{ font-size: 18px; font-weight: 300; color: #333; letter-spacing: -0.03em; }
#greeting .company .item .icon{ text-align: right; margin-top: 40px; }

#greeting .table table{ min-width: 850px; }

@media screen and (max-width: 1450px){
	#greeting .company .item > div{ padding: 30px; }
}

@media screen and (max-width: 1280px){
	#greeting .page-title p{ margin-top: 10px; }

	#greeting .company .item > div{ padding: 25px; }
	#greeting .company .item dl dt{ font-size: 18px; margin-bottom: 10px; }
	#greeting .company .item dl dd{ font-size: 16px; }
}

@media screen and (max-width: 1100px){
	#greeting .company .item{ width: calc((100% - 40px) / 3); }
	#greeting .company .item:nth-of-type(5n){ margin-right: 20px; }
	#greeting .company .item:nth-of-type(3n){ margin-right: 0; }
}

@media screen and (max-width: 900px){
	#greeting .company .item dl dt{ font-size: 17px; }
}

@media screen and (max-width: 850px){
	#greeting .page-title br{ display: none; }
}

@media screen and (max-width: 600px){
	#greeting .company .item{ width: calc((100% - 20px) / 2); }
	#greeting .company .item:nth-of-type(3n){ margin-right: 20px; }
	#greeting .company .item:nth-of-type(2n){ margin-right: 0; }
}


/* 회사소개 - 연혁 */
#history .pt{ height: 100px; }
#history .pt::before{ content: ""; display: block; width: 1px; height: 100px; background: #DDD; margin: 0 auto; }

#history .sec-box{ position: relative; }
#history .sec-box .line{ width: 1px; height: 100%; background: #DDD; position: absolute; top: 0; left: 50%; }
#history .sec-box .line div{ width: 1px; height: 0; background: #000; }

#history .sec-box section{ position: relative; }
#history .sec-box section:not(:last-of-type){ padding-bottom: 200px; }
#history .sec-box section::before{ content: ""; width: 15px; height: 15px; background: #AAA; border-radius: 50%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); transition: background 0.3s; }
#history .sec-box section.on::before{ background: #000; }

#history .title{ margin-bottom: 50px; }
#history .title span{ display: block; font-size: 22px; font-weight: 600; color: var(--mainColor); letter-spacing: -0.03em; margin-bottom: 10px; }
#history .title h4{ font-family: var(--engFont); font-size: 6rem; font-weight: 400; color: #111; }
#history .title p{ font-size: 20px; font-weight: 400; color: #333; letter-spacing: -0.03em; margin-top: 10px; }

#history .flex-box{ display: flex; justify-content: space-between; }
#history .flex-box > div{ width: calc((100% - 215px) / 2); }

#history .img figure,
#history .img figure img{ width: 100%; }
#history .img figure{ position: relative; overflow: hidden; padding-bottom: 62%; }
#history .img figure img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#history .text ul li{ display: flex; flex-wrap: wrap; align-items: baseline; }
#history .text ul li:not(:last-of-type){ margin-bottom: 15px; }
#history .text ul li span{ display: inline-block; width: 110px; font-family: var(--engFont); font-size: 18px; font-weight: 400; color: #AAA; }
#history .text ul li p{ width: calc(100% - 110px); margin-left: auto; font-size: 20px; font-weight: 300; color: #666; letter-spacing: -0.03em; }
#history .text ul li p:not(:last-of-type){ margin-bottom: 5px; }

@media screen and (max-width: 1700px){
	#history .pt{ height: 70px; }
	#history .sec-box section:not(:last-of-type){ padding-bottom: 150px; }
	#history .sec-box section::before{ width: 12px; height: 12px; }
	#history .flex-box > div{ width: calc((100% - 150px) / 2); }

	#history .title{ margin-bottom: 30px; }
	#history .title span{ font-size: 20px; }
	#history .title p{ font-size: 18px; }

	#history .text ul li span{ width: 100px; font-size: 17px; }
	#history .text ul li p{ width: calc(100% - 100px); font-size: 18px; }
}

@media screen and (max-width: 1280px){	
	#history .pt{ height: 40px; }
	#history .sec-box section:not(:last-of-type){ padding-bottom: 100px; }
	#history .sec-box section::before{ width: 8px; height: 8px; }
	#history .flex-box > div{ width: calc((100% - 80px) / 2); }

	#history .title{ margin-bottom: 20px; }
	#history .title span{ font-size: 18px; margin-bottom: 5px; }
	#history .title p{ font-size: 17px; margin-top: 5px; }

	#history .text ul li span{ width: 90px; font-size: 16px; }
	#history .text ul li p{ width: calc(100% - 90px); font-size: 17px; }
}

@media screen and (max-width: 900px){
	#history .pt::before{ margin: 0; margin-left: 4px; }
	#history .sec-box .line{ left: 4px; transform: translateX(0); }
	#history .sec-box section{ padding-left: 30px; }
	#history .sec-box section::before{ left: 0; transform: translateX(0); }

	#history .flex-box{ flex-direction: column; }
	#history .flex-box > div{ width: 100%; }

	#history .title span{ font-size: 16px; }
	#history .text{ padding-top: 20px; }
}


/* 회사소개 - 조직도 */
#organ > div{ position: relative; }
#organ .page-title{ position: absolute; top: 0; left: 20px; }
#organ .mobile{ display: none; }
#organ figure{ width: 100%; text-align: center; }

@media screen and (max-width: 850px){
	#organ .page-title{ position: static; }

	#organ .pc{ display: none; }
	#organ .mobile{ display: block; }
}


/* 회사소개 - 오시는 길 */
#location .flex-box{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -100px; }
#location .item{ width: calc((100% - 60px) / 2); margin-bottom: 100px; }
#location .item .top{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
#location .item .tit{ display: flex; flex-wrap: wrap; align-items: center; margin-top: -10px; margin-left: -20px; }
#location .item .tit > *{ margin-left: 20px; margin-top: 10px; }
#location .item .tit h5{ font-size: 30px; font-weight: 500; color: #222; letter-spacing: -0.03em; }
#location .item .tit span{ font-family: var(--engFont); font-size: 18px; font-weight: 400; color: var(--mainColor); }
#location .item .button button{ display: flex; jusitfy-content: center; align-items: center; background: none; border: none; font-family: var(--baseFont); font-size: 18px; font-weight: 400; color: #222; letter-spacing: -0.03em; }
#location .item .button button::after{ content: ""; display: inline-block; width: 30px; height: 30px; background: #000 url("/img/sub/company/location_arrow.svg") no-repeat center center / contain; border-radius: 50%; margin-left: 20px; }

#location .item figure{ width: 100%; position: relative; padding-bottom: 48.613%; overflow: hidden; }
#location .item figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#location .item dl{ display: flex; flex-wrap: wrap; margin-top: 30px; }
#location .item dl dt{ width: 300px; font-size: 22px; font-weight: 500; color: #333; letter-spacing: -0.03em; padding-right: 20px; }
#location .item dl dd{ width: calc(100% - 300px); }
#location .item dl dd p{ font-size: 20px; font-weight: 300; color: #666; letter-spacing: -0.03em; padding-left: 35px; position: relative; }
#location .item dl dd p:not(:last-of-type){ margin-bottom: 20px; }
#location .item dl dd p::before{ content: ""; width: 25px; height: 25px; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#location .item dl dd p.add::before{ background: url("/img/sub/company/add_icon.svg") no-repeat center center / contain; }
#location .item dl dd p.tel::before{ background: url("/img/sub/company/tel_icon.svg") no-repeat center center / contain; }
#location .item dl dd p.fax::before{ background: url("/img/sub/company/fax_icon.svg") no-repeat center center / contain; }

/* 회사소개 - 오시는 길 (팝업) */
.local-popup{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; z-index: 1000; opacity: 0; pointer-events: none; transition: opacity 0.5s; }
.local-popup .blank{ width: 100%; height: 100%; }
.local-popup .inner{ max-width: 1500px; width: 90%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.local-popup .iframe{ max-height: 80vh; height: 700px; }
.local-popup .iframe .root_daum_roughmap{ width: 100% !important; height: 100% !important; }
.local-popup .iframe .root_daum_roughmap .wrap_map{ height: 100% !important; }

.local-popup.on{ opacity: 1; pointer-events: auto; }

@media screen and (max-width: 1700px){
	#location .item .tit h5{ font-size: 26px; }
	#location .item .tit span{ font-size: 16px; }

	#location .item .button button{ font-size: 17px; }
	#location .item .button button::after{ width: 25px; height: 25px; margin-left: 10px; }

	#location .item dl dt{ width: 250px; font-size: 20px; }
	#location .item dl dd{ width: calc(100% - 250px); }
	#location .item dl dd p{ font-size: 18px; }
	#location .item dl dd p:not(:last-of-type){ margin-bottom: 15px; }
	#location .item dl dd p::before{ width: 22px; height: 22px; }
}

@media screen and (max-width: 1280px){
	#location .flex-box{ margin-bottom: -60px; }
	#location .item{ margin-bottom: 60px; }
	#location .item .top{ margin-bottom: 10px; }
	#location .item .tit h5{ font-size: 22px; }
	#location .item .tit span{ font-size: 15px; }

	#location .item .button button{ font-size: 16px; }

	#location .item dl{ margin-top: 15px; }
	#location .item dl dt{ width: 200px; font-size: 18px; }
	#location .item dl dd{ width: calc(100% - 200px); }
	#location .item dl dd p{ font-size: 16px; padding-left: 28px; }
	#location .item dl dd p:not(:last-of-type){ margin-bottom: 10px; }
	#location .item dl dd p::before{ width: 20px; height: 20px; }
}

@media screen and (max-width: 1200px){
	#location .item{ width: calc((100% - 30px) / 2); }
}

@media screen and (max-width: 1000px){
	#location .item dl{ flex-direction: column; }
	#location .item dl dt{ width: 100%; margin-bottom: 10px; }
	#location .item dl dt br{ display: none; }
	#location .item dl dd{ width: 100%; }
}

@media screen and (max-width: 900px){
	#location .item{ width: 100%; }

	/* 회사소개 - 오시는 길 (팝업) */
	.local-popup .iframe{ height: 500px; }
}


/* 사업분야 (공통) */
#business .page-title p{ font-size: 22px; line-height: 1.6363; }

#business .product{ position: relative; z-index: 10; }
#business .product .main{ position: relative; }
#business .product .text-flow{ display: flex; position: absolute; top: 50%; left: 0; right: 0; z-index: -1; transform: translateY(-50%); overflow: hidden; }
#business .product .text-flow h2{ font-family: var(--engFont); font-size: 15rem; font-weight: 400; color: #F5F5F5; white-space: nowrap; }
#business .product .text-flow h2.origin{ animation: 120s linear 0s infinite normal forwards running origin_left; }
#business .product .text-flow h2.clone{ animation: 120s linear 0s infinite normal none running clone_left; }
#business .product .text-flow h2 span{ margin-right: 150px; }
#business .product .main figure{ width: 100%; text-align: center; }

#business .product .open{ width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; position: absolute; top: 50%; left: 50%; z-index: 50; transform: translate(-50%, -50%) scale(1); transition: transform 0.3s; }
#business .product .open::after{ content: ""; width: 200%; height: 200%; background: #000; border-radius: 50%; position: absolute; top: 50%; left: 50%; z-index: -5; transform: translate(-50%, -50%) scale(0); animation: circleScale 1.5s linear infinite; }
#business .product .open button{ width: 100%; height: 100%; background: none; border: none; border-radius: 50%; padding: 13px; position: relative; }
#business .product .open button::before{ content: ""; width: 100%; height: 100%; background: var(--mainColor); border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1); transition: background 0.3s, transform 0.3s; }
#business .product .open img{ filter: invert(1) brightness(3); -webkit-filter: invert(1) brightness(3); transition: filter 0.3s; }

#business .product .motion{ --min: 200px; }
#business .product .motion{ padding: 50px 20px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none; }
#business .product .grid{ max-width: 1420px; width: 100%; height: 100%; margin: 0 auto; display: grid; justify-content: space-between; align-content: space-between; align-items: start; }
#business .product .item{ width: var(--min); background: #FFF; border: 1px dashed #000; padding: 10px; position: relative; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); opacity: 0; transition: top 1s, left 1s, opacity 1s; cursor: pointer; }
#business .product .item img{ width: 100%; }
#business .product .item p{ font-size: 18px; font-weight: 600; color: #333; letter-spacing: -0.03em; text-align: center; margin: 10px 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

#business .product .motion.on .item{ top: 0 !important; left: 0 !important; opacity: 1; pointer-events: auto; }

#business .tab-menu{ margin-bottom: 30px; }
#business .tab-menu ul{ margin-bottom: -5px; }
#business .tab-menu ul li{ margin-right: 10px; margin-bottom: 5px; }
#business .tab-menu ul li:last-of-type{ margin-right: 0; }
#business .tab-menu ul li > *{ min-height: 60px; font-size: 18px; line-height: 1.3; padding: 7px 0; }

#business .tab-content{ position: relative; }
#business .tab-content .tab:not(.on){ width: 100%; position: absolute; top: 0; left: 0; opacity: 0; pointer-events: none; }
#business .tab-content .tab.on{ display: block; position: static; }
#business .tab{ background: #FFF; border: 1px solid #000; padding: 60px; }
#business .tab .flex-box{ display: flex; flex-wrap: wrap; justify-content: space-between; }
#business .tab .flex-box > div{ width: calc((100% - 60px) / 2); }
#business .tab .img img{ width: 100%; }
#business .tab .text{ padding: 40px 0; }
#business .tab .text .sec-title{ border-bottom: 1px solid #DDD; padding-bottom: 30px; margin-bottom: 30px; }

@media screen and (hover: hover){
	#business .product .open:hover button::before{ background: #FFF; transform: translate(-50%, -50%) scale(1.15); }
	#business .product .open:hover img{ filter: invert(0); -webkit-filter: invert(0); }
}

@media screen and (max-width: 1700px){
	#business .page-title p{ font-size: 20px; }

	#business .product .open{ width: 45px; height: 45px; }

	#business .product .motion{ --min: 170px; }
	#business .product .motion{ padding: 20px; }
	#business .product .item p{ font-size: 17px; }

	#business .tab-menu ul li > *{ min-height: 50px; font-size: 17px; }

	#business .tab{ padding: 40px; }
	#business .tab .text{ padding: 30px 0; }
}

@media screen and (max-width: 1400px){
	#business .tab .flex-box > div{ width: calc((100% - 40px) / 2); }
}

@media screen and (max-width: 1280px){
	#business .page-title p{ font-size: 18px; }	
	#business .product .text-flow h2{ font-size: 12rem; }

	#business .product .open{ width: 40px; height: 40px; }

	#business .product .motion{ --min: 140px; }
	#business .product .item p{ font-size: 16px; }

	#business .tab-menu{ margin-bottom: 20px; }
	#business .tab-menu ul li > *{ min-height: 40px; font-size: 16px; }

	#business .tab{ padding: 25px; }
	#business .tab .text{ padding: 20px 0; }
	#business .tab .text .sec-title{ padding-bottom: 15px; margin-bottom: 15px; }
}

@media screen and (max-width: 1000px){
	#business .product .text-flow h2{ font-size: 10rem; }

	#business .product .motion{ --min: 120px; }
	#business .product .motion{ padding: 0 20px; }
	#business .product .item p{ margin-bottom: 0; }

	#business .tab .flex-box > div{ width: 100%; }
	#business .tab .text{ padding-bottom: 0; }
}

@media screen and (max-width: 900px){
	#business .product .motion{ --min: 120px; }
	#business .product .item{ padding: 5px; }
	#business .product .item p{ font-size: 15px; margin-bottom: 5px; }
}

@media screen and (max-width: 800px){
	#business .product .open{ display: none; }
	#business .product .motion{ position: relative; pointer-events: auto; }
	#business .product .grid{ display: flex; flex-wrap: wrap; align-items: unset; align-content: unset; justify-content: unset; gap: 10px; }
	#business .product .item{ width: auto; opacity: 0; top: 0 !important; left: 0 !important; margin: 0 !important; transition: transform 1s, opacity 1s; }
	#business .product .item.aos-animate{ opacity: 1; }
}


/* 사업분야 - K2 */
#business.k2{ --margin: 30px; }
#business.k2 .product .grid{ max-width: 1280px; grid-template-columns: repeat(5, minmax(var(--min), auto)); }
#business.k2 .product .item1, 
#business.k2 .product .item5{ margin-top: var(--margin); }
#business.k2 .product .item6, 
#business.k2 .product .item10{ margin-top: calc(var(--margin) * -1); }
#business.k2 .product .item1{ top: calc(70% - var(--margin)); left: 270%; }
#business.k2 .product .item2{ top: 70%; left: 135%; }
#business.k2 .product .item3{ top: 70%; left: 0; }
#business.k2 .product .item4{ top: 70%; left: -135%; }
#business.k2 .product .item5{ top: calc(70% - var(--margin)); left: -270%; }
#business.k2 .product .item6{ top: calc(-70% + var(--margin)); left: 270%; }
#business.k2 .product .item7{ top: -70%; left: 135%; }
#business.k2 .product .item8{ top: -70%; left: 0; }
#business.k2 .product .item9{ top: -70%; left: -135%; }
#business.k2 .product .item10{ top: calc(-70% + var(--margin)); left: -270%; }

#business.k2 .tab-menu ul li{ width: calc((100% - 90px) / 10); }

@media screen and (max-width: 1400px){
	#business.k2 .tab-menu ul li{ width: calc((100% - 40px) / 5); }
	#business.k2 .tab-menu ul li:nth-of-type(5n){ margin-right: 0; }
}

@media screen and (max-width: 900px){
	#business.k2{ --margin: 15px; }
}

@media screen and (max-width: 800px){
	#business.k2 .product .item{ width: calc((100% - 30px) / 4); }
}

@media screen and (max-width: 650px){
	#business.k2 .tab-menu ul li{ width: calc((100% - 20px) / 3); }
	#business.k2 .tab-menu ul li:nth-of-type(5n){ margin-right: 10px; }
	#business.k2 .tab-menu ul li:nth-of-type(3n){ margin-right: 0; }
}

@media screen and (max-width: 550px){
	#business.k2 .product .item{ width: calc((100% - 20px) / 3); }
}


/* 사업분야 - 차륜형장갑차 · K808, K806 */
#business.k808 .product .grid{ max-width: 760px; grid-template-columns: repeat(3, minmax(var(--min), auto)); }
#business.k808 .product .item1{ top: 70%; left: 50%; }
#business.k808 .product .item2{ top: 70%; left: 0; }
#business.k808 .product .item3{ top: 70%; left: -50%; }
#business.k808 .product .item4{ top: -70%; left: 50%; transform: translateX(70%); }
#business.k808 .product .item5{ top: -70%; left: -50%; transform: translateX(70%); }

#business.k808 .tab-menu ul li{ width: calc((100% - 40px) / 5); }

#business .tab{ opacity: 1; }

@media screen and (max-width: 1280px){
	#business.k808 .product .grid{ max-width: 500px; }
}

@media screen and (max-width: 800px){
	#business.k808 .product .item{ width: calc((100% - 20px) / 3); transform: unset !important; }
}

@media screen and (max-width: 700px){
	#business.k808 .tab-menu ul li{ width: calc((100% - 10px) / 2); }
	#business.k808 .tab-menu ul li:nth-of-type(even){ margin-right: 0; }
}


/* 사업분야 - 장애물 개척전차 */
#business.k600 .product .grid{ grid-template-columns: repeat(2, minmax(var(--min), auto)); }
#business.k600 .product .item1{ top: 70%; left: 270%; }
#business.k600 .product .item2{ top: 70%; left: -270%; }
#business.k600 .product .item3{ top: -70%; left: 270%; }
#business.k600 .product .item4{ top: -70%; left: -270%; }

#business.k600 .tab-menu ul li{ width: calc((100% - 30px) / 4); }

@media screen and (max-width: 800px){
	#business.k600 .product .grid{ margin-top: 30px; }
	#business.k600 .product .item{ width: calc((100% - 20px) / 3); }
}

@media screen and (max-width: 700px){
	#business.k600 .tab-menu ul li{ width: calc((100% - 10px) / 2); }
	#business.k600 .tab-menu ul li:nth-of-type(2n){ margin-right: 0; }
}


/* 사업분야 - 창정비·유지부품 */
#business.retention .step .sec-title{ margin-bottom: 30px; }
#business.retention .step .flex-box{ display: flex; flex-wrap: wrap; margin-bottom: -40px; }
#business.retention .step .item{ width: calc((100% - 60px) / 4); margin-right: 20px; margin-bottom: 40px; }
#business.retention .step .item:last-of-type{ margin-right: 0; }
#business.retention .step .title{ height: 280px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #F5F5F5; text-align: center; padding: 20px; position: relative; }
#business.retention .step .title::before{ content: ""; width: 30px; height: 30px; background: #000 url("/img/sub/process_icon.svg") no-repeat center center / auto; border-radius: 50%; position: absolute; top: 50%; left: -10px; transform: translate(-50%, -50%); }
#business.retention .step .item:first-of-type .title::before{ display: none; }
#business.retention .step .title span{ font-family: var(--engFont); font-size: 16px; font-weight: 400; color: #111; opacity: 0.2; }
#business.retention .step .title .icon{ margin: 20px 0; }
#business.retention .step .title p{ font-size: 22px; font-weight: 600; color: #222; letter-spacing: -0.03em; }
#business.retention .step .content{ background: #FFF; border: 1px dashed #000; padding: 30px; margin-top: 30px; }
#business.retention .step .content figure:not(:last-of-type){ margin-bottom: 10px; }

#business.retention .blue .title{ background: var(--mainColor); }
#business.retention .blue > .title *{ color: #FFF !important; }
#business.retention .blue > .title p{ font-weight: 500; }
#business.retention .blue .content{ border: 1px solid #000; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }

#business.retention .dot-list{ margin-top: 30px; }

#business.retention .tab-menu ul li{ width: calc((100% - 20px) / 3); }
#business.retention .tab-content .tab:not(.on){ position: static; pointer-events: auto; }
#business.retention .tab-content .tab:not(:last-of-type){ margin-bottom: 60px; }
#business.retention .tab-content .tab.aos-animate{ opacity: 1; }
#business.retention .tab .text{ padding-bottom: 0; }
#business.retention .tab dl dt{ font-size: 22px; font-weight: 500; color: #333; letter-spacing: -0.03em; margin-bottom: 10px; }
#business.retention .tab dl dd{ font-size: 20px; font-weight: 300; color: #666; letter-spacing: -0.03em;  }
#business.retention .tab .gallery{ display: flex; flex-wrap: wrap; margin-top: 30px; margin-bottom: -10px; }
#business.retention .tab .gallery figure{ width: calc((100% - 30px) / 4); margin-right: 10px; margin-bottom: 10px; position: relative; }
#business.retention .tab .gallery figure:last-of-type{ margin-right: 0; }
#business.retention .tab .gallery figure img{ width: 100%; }
#business.retention .tab .gallery figcaption{ background: #000; font-size: 16px; font-weight: 600; color: #FFF; padding: 7px 10px; position: absolute; bottom: 0; left: 0; }

@media screen and (max-width: 1700px){
	#business.retention .step .title{ height: 250px; }
	#business.retention .step .title p{ font-size: 20px; }

	#business.retention .tab dl dt{ font-size: 20px; }
	#business.retention .tab dl dd{ font-size: 18px; }
}

@media screen and (max-width: 1400px){
	#business.retention .tab .flex-box > div{ width: calc((100% - 50px) / 2); }
}

@media screen and (max-width: 1280px){
	#business.retention .step .title{ height: 220px; }
	#business.retention .step .title span{ font-size: 15px; }
	#business.retention .step .title .icon{ margin: 10px 0; }
	#business.retention .step .title p{ font-size: 18px; }
	#business.retention .step .content{ padding: 20px; margin-top: 20px; }

	#business.retention .dot-list{ margin-top: 20px; }

	#business.retention .tab-content .tab:not(:last-of-type){ margin-bottom: 40px; }
	#business.retention .tab dl dt{ font-size: 18px; }
	#business.retention .tab dl dd{ font-size: 17px; }
	#business.retention .tab .gallery{ margin-top: 20px; }
	#business.retention .tab .gallery figcaption{ font-size: 15px; }
}

@media screen and (max-width: 1250px){
	#business.retention .tab .flex-box > div{ width: 100%; }
}

@media screen and (max-width: 1000px){
	#business.retention .step .item{ width: calc((100% - 20px) / 2); }
	#business.retention .step .item:nth-of-type(even){ margin-right: 0; }
	#business.retention .step .item:nth-of-type(even) + .item .title::before{ display: none; }
}

@media screen and (max-width: 900px){
	#business.retention .step .title{ height: 190px; }
	#business.retention .step .title p{ font-size: 17px; }
	#business.retention .step .content{ padding: 15px; margin-top: 15px; }
}

@media screen and (max-width: 700px){
	#business.retention .tab .gallery figure{ width: calc((100% - 10px) / 2); }
	#business.retention .tab .gallery figure:nth-of-type(even){ margin-right: 0; }
}


/* 사업분야 - 시험장비 */
#business.testing .sec-title{ margin-bottom: 20px; }
#business.testing h5{ --min: 35px; min-height: var(--min); font-size: 24px; font-weight: 500; color: #222; letter-spacing: -0.03em; margin-bottom: 30px; position: relative; padding-top: calc((var(--min) - 1.3em) / 2); padding-left: calc(var(--min) + 10px); }
#business.testing h5 span{ width: var(--min); height: var(--min); display: flex; justify-content: center; align-items: center; background: var(--mainColor); border-radius: 50%; font-family: var(--engFont); font-size: 16px; font-weight: 400; color: #FFF; text-align: center; position: absolute; top: 0; left: 0; }
#business.testing .border{ background: #FFF; border: 1px solid #000; padding: 50px; }
#business.testing dl dt{ min-height: 1.3em; font-size: 22px; font-weight: 500; color: #333; letter-spacing: -0.03em; margin-bottom: 20px; }
#business.testing dl dd{ font-size: 20px; font-weight: 300; color: #666; letter-spacing: -0.03em; line-height: 1.6; }


#business.testing .sec01 .flex-box{ display: flex; flex-wrap: wrap; justify-content: space-between; }
#business.testing .sec01 .item{ width: calc((100% - 60px) / 3); }
#business.testing .sec01 dl{ height: 100%; display: flex; flex-direction: column; }
#business.testing .sec01 dl dd{ flex: 1 0 auto; }
#business.testing .sec01 figure{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: #F5F5F5; padding: 20px 0; }
#business.testing .sec01 figure img{ mix-blend-mode: multiply; }

#business.testing .sec01 .table *{ font-size: 18px; }
#business.testing .sec01 .table table{ border-top: 1px solid #000; border-bottom: 1px solid #000; }
#business.testing .sec01 .table tr{ border-bottom: 1px dashed #000; }
#business.testing .sec01 .table th{ font-weight: 500; color: #222; letter-spacing: -0.03em; text-align: left; padding: 2px 10px; }
#business.testing .sec01 .table th p{ --num: 25px; font-size: 16px; color: #333; padding-left: calc(var(--num) + 5px); position: relative; }
#business.testing .sec01 .table th p::before{ content: attr(data-num); width: var(--num); height: var(--num); display: flex; justify-content: center; align-items: center; background: #000; border-radius: 50%; font-family: var(--engFont); font-size: 12px; font-weight: 400; color: #FFF; letter-spacing: -0.03em; text-align: center; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#business.testing .sec01 .table thead th{ padding: 12px 10px; }
#business.testing .sec01 .table thead th:first-of-type{ width: 150px; }
#business.testing .sec01 .table td{ padding: 2px 0; }
#business.testing .sec01 .table td p{ display: flex; align-items: center; min-height: 2.6em; font-weight: 300; color: #666; letter-spacing: -0.03em; }


#business.testing .sec02 .grid-box{ display: grid; grid-template-columns: repeat(5, 1fr); margin: -5px; }
#business.testing .sec02 .border{ display: flex; flex-direction: column; margin: 5px; }
#business.testing .sec02 .wide{ grid-column: auto / span 3; }
#business.testing .sec02 .border dl{ flex: 1 0 auto; }
#business.testing .sec02 .border dl + figure{ margin-top: 10px; }
#business.testing .sec02 figure{ text-align: center; }

#business.testing .sec02 .gallery{ display: flex; flex-wrap: wrap; margin-bottom: -10px; }
#business.testing .sec02 .gallery figure{ width: calc((100% - 40px) / 5); display: flex; justify-content: center; align-items: center; background: #F5F5F5; margin-right: 10px; margin-bottom: 10px; position: relative; }
#business.testing .sec02 .gallery figure:last-of-type{ margin-right: 0; }
#business.testing .sec02 .gallery figure img{ width: 100%; }
#business.testing .sec02 .gallery figcaption{ background: #000; font-size: 16px; font-weight: 600; color: #FFF; letter-spacing: -0.03em; padding: 7px 10px; position: absolute; bottom: 0; left: 0; }
#business.testing .sec02 ul{ margin-top: 20px; }
#business.testing .sec02 ul li{ font-size: 18px; letter-spacing: -0.03em; padding-left: 13px; position: relative; }
#business.testing .sec02 ul li:not(:last-of-type){ margin-bottom: 10px; }
#business.testing .sec02 ul li::before{ content: ""; width: 3px; height: 3px; background: #AAA; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }

@media screen and (max-width: 1700px){
	#business.testing h5{ font-size: 21px; }
	#business.testing .border{ padding: 40px; }
	#business.testing dl dt{ font-size: 20px; }
	#business.testing dl dd{ font-size: 18px; }
	
	#business.testing .sec01 .table *{ font-size: 17px; }

	#business.testing .sec02 .gallery figcaption{ font-size: 15px; }
	#business.testing .sec02 ul li{ font-size: 17px; }
}

@media screen and (max-width: 1400px){
	#business.testing .sec01 .item{ width: calc((100% - 30px) / 2); }
	#business.testing .sec01 .item:nth-of-type(2n){ margin-right: 0; }
	#business.testing .sec01 .table{ width: 100% !important; margin-top: 30px; margin-right: 0 !important; }
	#business.testing .sec01 .table dl dt{ display: none; }
}

@media screen and (max-width: 1280px){
	#business.testing h5{ --min: 30px; font-size: 19px; margin-bottom: 15px; }
	#business.testing h5 span{ font-size: 14px; }
	#business.testing .border{ padding: 25px; }
	#business.testing dl dt{ font-size: 18px; margin-bottom: 10px; }
	#business.testing dl dd{ font-size: 16px; }

	#business.testing .sec01 .table *{ font-size: 16px; }
	#business.testing .sec02 ul{ margin-top: 15px; }
	#business.testing .sec02 ul li{ font-size: 16px; padding-left: 10px; }
	#business.testing .sec02 ul li:not(:last-of-type){ margin-bottom: 5px; }
}

@media screen and (max-width: 1100px){
	#business.testing .sec02 .grid-box{ grid-template-columns: repeat(2, 1fr); }
	#business.testing .sec02 .border:nth-of-type(1){ order: 1; }
	#business.testing .sec02 .border:nth-of-type(2){ order: 3; }
	#business.testing .sec02 .border:nth-of-type(3){ order: 2; }
}

@media screen and (max-width: 700px){
	#business.testing .sec01 .item{ width: 100%; margin-right: 0; }
	#business.testing .sec01 .item:not(:first-of-type){ margin-top: 40px; }
	#business.testing .sec01 figure{ padding: 30px; }
	#business.testing .sec01 .table td{ padding: 4px 0; }
}

@media screen and (max-width: 600px){
	#business.testing .border{ padding: 20px; }

	#business.testing .sec02 .grid-box{ margin: -5px; }
	#business.testing .sec02 .border{ margin: 5px; }
	#business.testing .sec02 .gallery figure{ width: calc((100% - 20px) / 3); }
	#business.testing .sec02 .gallery figure:nth-of-type(3n){ margin-right: 0; }
}


/* 사업분야 - 특수공구 */
#business.tools .flex-box{ display: flex; flex-wrap: wrap; margin-bottom: -20px; }
#business.tools .item{ width: calc((100% - 60px) / 4); background: #FFF; border: 1px solid #DDD; border-radius: 20px; padding: 19px; margin-right: 20px; margin-bottom: 20px; }
#business.tools .item:nth-of-type(4n){ margin-right: 0; }
#business.tools .item figure{ width: 100%; position: relative; padding-bottom: 100%; overflow: hidden; }
#business.tools .item figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#business.tools .item p{ font-size: 20px; font-weight: 500; color: #333; letter-spacing: -0.03em; text-align: center; margin-top: 20px; }

@media screen and (max-width: 1700px){
	#business.tools .item p{ font-size: 18px; }
}

@media screen and (max-width: 1280px){
	#business.tools .item{ padding: 10px; }
	#business.tools .item p{ font-size: 16px; margin-top: 10px; }
}

@media screen and (max-width: 1100px){
	#business.tools .item{ width: calc((100% - 40px) / 3); }
	#business.tools .item:nth-of-type(4n){ margin-right: 20px; }
	#business.tools .item:nth-of-type(3n){ margin-right: 0; }
}

@media screen and (max-width: 700px){
	#business.tools .item{ width: calc((100% - 20px) / 2); }
	#business.tools .item:nth-of-type(3n){ margin-right: 20px; }
	#business.tools .item:nth-of-type(2n){ margin-right: 0; }
}


/* 설비 및 환경 (공통) */
#facilities h4{ font-size: 30px; font-weight: 600; color: #111; letter-spacing: -0.03em; margin-bottom: 30px; }
#facilities .flex-box{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: -100px; }
#facilities .item{ width: calc((100% - 60px) / 2); margin-bottom: 100px; }

#facilities .item > .marker{ margin-bottom: 20px; }
#facilities .marker span{ display: inline-block; background: #000; font-size: 20px; font-weight: 500; color: #FFF; letter-spacing: -0.03em; padding: 15px 30px; }

#facilities .figure{ position: relative; }
#facilities .figure figure,
#facilities .figure figure img{ width: 100%; }
#facilities .figure.flex{ display: flex; }
#facilities .figure.flex > div{ width: 50%; position: relative; }
#facilities .figure .marker{ position: absolute; bottom: 0; left: 0; z-index: 10; }

#facilities .figure + .table-box{ margin-top: 20px; }
#facilities .table-box table{ min-width: 600px; }
#facilities .table-box td{ padding: 0; }
#facilities .table-box td .min{ display: flex; flex-direction: column; justify-content: center; min-height: 70px; padding: 12px 5px; }
#facilities .table-box td dl{ text-align: left; }
#facilities .table-box td dl:not(:last-of-type){ margin-bottom: 10px; }
#facilities .table-box td dl dt{ font-weight: 500; color: #333; margin-bottom: 5px; }

@media screen and (max-width: 1700px){
	#facilities h4{ font-size: 26px; }
	#facilities .flex-box{ margin-bottom: -70px; }
	#facilities .item{ margin-bottom: 70px; }

	#facilities .marker span{ font-size: 18px; padding: 12px 20px; }
	#facilities .table-box td .min{ min-height: 65px; }
}

@media screen and (max-width: 1280px){
	#facilities h4{ font-size: 22px; margin-bottom: 20px; }
	#facilities .flex-box{ margin-bottom: -50px; }
	#facilities .item{ margin-bottom: 50px; }

	#facilities .item > .marker{ margin-bottom: 10px; }
	#facilities .marker span{ font-size: 16px; padding: 10px 15px; }

	#facilities .figure + .table-box{ margin-top: 10px; }
	#facilities .table-box td .min{ min-height: 60px; padding: 10px 5px; }
}

@media screen and (max-width: 1000px){
	#facilities .item{ width: 100%; }
}

@media screen and (max-width: 900px){
	#facilities .marker span{ font-size: 15px; padding: 7px 10px; }
}


/* 기술 및 연구 개발 - 기술현황 */
#tech .sec-title{ margin-bottom: 30px; }
#tech figure{ width: 100%; }
#tech figure.gray{ background: #F5F5F5; padding: 20px; text-align: center; }
#tech figure.gray img{ mix-blend-mode: multiply; }

#tech .num-dl dl{ --minH: 25px; }
#tech .num-dl dl:not(:last-of-type){ margin-bottom: 30px; }
#tech .num-dl dl dt{ min-height: var(--minH); display: flex; align-items: center; font-size: 20px; font-weight: 500; color: #333; letter-spacing: -0.03em; padding-left: 35px; position: relative; }
#tech .num-dl dl dt span{ display: flex; justify-content: center; align-items: center; width: var(--minH); height: var(--minH); background: #000; font-family: var(--engFont); font-size: 16px; font-weight: 400; color: #FFF; text-align: center; position: absolute; 0; left: 0; }  
#tech .num-dl dl dd{ margin-top: 20px; font-size: 18px; font-weight: 300; color: #666; letter-spacing: -0.03em; }
#tech .num-dl dl dd > p{ margin-bottom: 20px; }
#tech .num-dl dl dd .p-box p:not(:last-of-type){ margin-bottom: 10px; }

#tech .grid{ display: grid; grid-template-columns: repeat(4, 1fr); margin: -10px; }
#tech .grid > div{ margin: 10px; }
#tech .grid .span2{ grid-column: auto / span 2; }
#tech .grid .span3{ grid-column: auto / span 3; }
#tech .grid figure,
#tech .grid figure img{ width: 100%; }

@media screen and (max-width: 1700px){
	#tech .sec-title{ margin-bottom: 20px; }

	#tech .num-dl dl dt{ font-size: 18px; }
	#tech .num-dl dl dd{ font-size: 17px; }
}

@media screen and (max-width: 1280px){
	#tech .sec-title{ margin-bottom: 15px; }

	#tech .num-dl dl{ --minH: 22px; }
	#tech .num-dl dl dt{ font-size: 17px; padding-left: 30px; }
	#tech .num-dl dl dt span{ font-size: 13px; }
	#tech .num-dl dl dd{ margin-top: 10px; font-size: 16px; }
	#tech .num-dl dl dd .p-box p:not(:last-of-type){ margin-bottom: 7px; }

	#tech .grid{ margin: -5px; }
	#tech .grid > div{ margin: 5px; }
}

@media screen and (max-width: 900px){
	#tech .grid{ grid-template-columns: repeat(2, 1fr); }

	#tech .grid.auto{ grid-template-columns: repeat(1, 1fr); }
	#tech .grid.auto > div{ grid-column: auto / span 1; }
}
  


/* 기술 및 연구개발 - 연구개발 현황 */
#rnd .dot{ font-size: 20px; font-weight: 300; color: #333; letter-spacing: -0.03em; margin-bottom: 30px; }
#rnd .dot p{ padding-left: 15px; position: relative; }
#rnd .dot p:not(:last-of-type){ margin-bottom: 15px; }
#rnd .dot p::before{ content: ""; width: 5px; height: 5px; background: #000; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }

#rnd .half-box{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 20px; }
#rnd .half-box > div{ width: calc((100% - 20px) / 2); }

#rnd .half-box.gray > div{ align-content: center; background: #F5F5F5; padding: 25px; }
#rnd .half-box.gray figure{ width: 100%; text-align: center; }
#rnd .half-box.gray figure img{ mix-blend-mode: multiply; }
#rnd .half-box:not(.gray) figure img{ width: 100%; }

#rnd .step ul{ display: flex; flex-wrap: wrap; margin-bottom: -30px; }
#rnd .step ul li{ width: calc((100% - 60px) / 3); align-content: center; background: #F5F5F5; text-align: center; margin-right: 30px; margin-bottom: 30px; padding: 30px; position: relative; }
#rnd .step ul li:nth-of-type(3n){ margin-right: 0; }
#rnd .step ul li::after{ content: ""; width: 30px; height: 30px; background: #000 url("/img/sub/rnd/rnd_arrow.svg") no-repeat center center / contain; border-radius: 50%; position: absolute; top: 50%; right: -15px; transform: translate(50%, -50%); }
#rnd .step ul li:last-of-type::after{ display: none; }
#rnd .step ul li span{ font-family: var(--engFont); font-size: 16px; font-weight: 400; color: #111; opacity: 0.2; }
#rnd .step dl dt{ font-size: 20px; font-weight: 600; color: #222; letter-spacing: -0.03em; margin: 10px 0; }
#rnd .step dl dd{ font-size: 18px; font-weight: 400; color: #666; letter-spacing: -0.03em; }

#rnd .step ul li:last-of-type{ background: var(--mainColor); }
#rnd .step ul li:last-of-type span,
#rnd .step ul li:last-of-type dl dt,
#rnd .step ul li:last-of-type dl dd{ color: #FFF; }
#rnd .step ul li:last-of-type dl dt{ font-weight: 500; }
#rnd .step ul li:last-of-type dl dd{ font-weight: 300; }

#rnd .table-box table th{ font-size: 18px; padding: 12px 5px; }
#rnd .table-box table td{ font-size: 16px; padding: 4px 5px; }

#rnd .process .line,
#rnd .process .grid{ display: grid; grid-template-columns: repeat(2, 1fr); }
#rnd .process .line{ margin: -10px; }
#rnd .process .line:not(:last-of-type){ margin-bottom: 10px; }
#rnd .process .grid > div{ margin: 10px; }
#rnd .process .item{ text-align: center; position: relative; }
#rnd .process .item figure{ width: 100%; background: #F5F5F5; padding: 20px; position: relative; }
#rnd .process .item figure img{ mix-blend-mode: multiply; }
#rnd .process .item p{ font-size: 18px; font-weight: 500; color: #222; letter-spacing: -0.03em; margin-top: 20px; }

#rnd .process .item::after,
#rnd .process .item figure::before{ content: ""; width: 30px; height: 30px; background: #000 url("/img/sub/rnd/rnd_arrow.svg") no-repeat center center / contain; border-radius: 50%; position: absolute; }
#rnd .process .item::after{ display: none; top: 0; left: 50%; transform: translate(-50%, -50%) rotate(90deg); }
#rnd .process .item figure::before{ top: 50%; left: -10px; transform: translate(-50%, -50%); }

#rnd .process .grid01 .item:first-of-type figure::before,
#rnd .process .grid03 .item:first-of-type figure::before{ display: none; }
#rnd .process .grid04 .item:last-of-type::after{ display: block; }

@media screen and (max-width: 1700px){
	#rnd .dot{ font-size: 18px; }

	#rnd .step ul li{ padding: 25px; }
	#rnd .step ul li span{ font-size: 15px; }
	#rnd .step dl dt{ font-size: 18px; }
	#rnd .step dl dd{ font-size: 16px; }

	#rnd .table-box table th{ font-size: 16px; padding: 8px 5px; }
	#rnd .table-box table td{ font-size: 15px; }

	#rnd .process .item p{ font-size: 16px; }
}

@media screen and (max-width: 1280px){
	#rnd .dot{ margin-bottom: 20px; }
	#rnd .dot p{ font-size: 16px; padding-left: 10px; }
	#rnd .dot p:not(:last-of-type){ margin-bottom: 10px; }
	#rnd .dot p::before{ width: 4px; height: 4px; top: calc(1.2em / 2); }

	#rnd .step ul li{ padding: 20px; }
	#rnd .step ul li span{ font-size: 13px; }
	#rnd .step dl dt{ font-size: 16px; margin: 5px 0; }
	#rnd .step dl dd{ font-size: 15px; }

	#rnd .table-box table th{ font-size: 15px; padding: 5px; }

	#rnd .process .item::after,
	#rnd .process .item figure::before{ width: 25px; height: 25px; }
	#rnd .process .item p{ font-size: 15px; margin-top: 10px; }
}

@media screen and (max-width: 1000px){
	#rnd .half-box > div{ width: 100%; }
	#rnd .half-box > div:not(:last-of-type){ margin-bottom: 20px; }
}

@media screen and (max-width: 700px){
	#rnd .half-box.gray > div{ padding: 10px; }

	#rnd .step ul li{ width: 100%; margin-right: 0; padding: 10px 20px; }
	#rnd .step ul li::after{ width: 25px; height: 25px; top: calc(100% + 15px); right: 50%; transform: translate(50%, -50%) rotate(90deg); }

	#rnd .process .line{ grid-template-columns: repeat(1, 1fr); }
	#rnd .process .reverse > div:first-of-type{ order: 2; }
	#rnd .process .reverse > div:last-of-type{ order: 1; }

	#rnd .process .grid02 > div:first-of-type{ order: 2; }
	#rnd .process .grid02 > div:last-of-type{ order: 1; }

	#rnd .process .grid04 > div:first-of-type{ order: 2; z-index: 10; }
	#rnd .process .grid04 > div:last-of-type{ order: 1; }

	#rnd .process .grid02 .item:first-of-type{ z-index: 10; }
	#rnd .process .grid02 .item:first-of-type::after{ display: block; }
	#rnd .process .grid02 .item:first-of-type figure::before{ transform: translate(-50%, -50%) rotate(180deg); }
	#rnd .process .grid03 .item:last-of-type::after{ display: block; }
	#rnd .process .grid03 .item:last-of-type figure::before{ transform: translate(-50%, -50%) rotate(180deg); }

	#rnd .process .grid02 .item:last-of-type figure::before,
	#rnd .process .grid04 .item:last-of-type figure::before{ display: none; }
}


/* 지속가능경영 - ESG 경영 */
#esg .esg .flex-box{ display: flex; flex-wrap: wrap; }
#esg .esg .item{ width: calc(100% / 3); display: flex; flex-direction: column; padding: 70px; }
#esg .esg .item dl{ flex: 1 0 auto; margin: 20px 0 40px; }
#esg .esg .item dl dt{ font-family: var(--engFont); font-size: 4rem; font-weight: 400; color: #000; margin-bottom: 20px; }
#esg .esg .item a{ margin-left: auto; }

#esg .organ{ 
	--item: (100% - 100px) / 3; 
	--min: 70px; 
	--min2: 60px; 
	--padding: 60px; 
	--gap: 35px; 
}
#esg .organ .sec-title{ margin-bottom: 20px; }
#esg .organ .organ-box{ display: flex; flex-direction: column; align-items: center; text-align: center; }
#esg .organ .organ-box *{ font-size: 20px; font-weight: 600; color: #FFF; letter-spacing: -0.03em; }
#esg .organ .block{ width: 100%; position: relative; }
#esg .organ .item{ width: calc(var(--item)); position: relative; }
#esg .organ .min{ display: flex; justify-content: center; align-items: center; max-width: 300px; height: var(--min); background: #262896; font-weight: 500; margin: 0 auto; position: relative; }
#esg .organ .blue{ background: var(--mainColor); }
#esg .organ .dark{ background: #121464; }
#esg .organ .dot::before{ content: ""; width: 10px; height: 10px; background: #000; border: 1px solid #FFF; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); }

#esg .organ .circle{ max-width: 360px; width: calc(var(--item)); position: relative; margin: 0 auto; padding: 50px; border: 1px dashed #000; border-radius: 50%; }
#esg .organ .circle::before{ content: ""; display: block; background: linear-gradient(-34deg, #080949, #4346E3); border-radius: 50%; box-shadow: 0 0 0 30px rgba(46, 48, 146, 0.1); padding-bottom: 100%; }
#esg .organ .circle::after{ content: ""; width: calc(100% - 100px); height: calc(100% - 100px); border-radius: 50%; box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; }
#esg .organ .circle .text{ position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); padding: 0 80px; }
#esg .organ .circle .text p{ font-size: 26px; font-weight: 500; letter-spacing: -0.03em; margin-top: 20px; }

#esg .organ .organ-box > .item{ padding: calc(var(--gap) * 2) 0 var(--gap); z-index: 10; }
#esg .organ .organ-box > .item::before,
#esg .organ .organ-box > .item::after{ content: ""; width: 100%; height: 30px; background: url("/img/sub/esg/organ_arrows.svg") no-repeat center center / contain; position: absolute; left: 50%; }
#esg .organ .organ-box > .item::before{ top: var(--gap); transform: translate(-50%, -50%); }
#esg .organ .organ-box > .item::after{ bottom: 0; transform: translate(-50%, 50%); }

#esg .organ .dash-box{ width: 100%; border: 1px dashed #000; padding: var(--gap) var(--padding) calc(var(--padding) / 2); position: relative; }
#esg .organ .top::before{ content: ""; width: 1px; height: calc((var(--gap) * 2) + (var(--min) / 2)); background: #000; position: absolute; top: 0; left: 50%; transform: translateY(-100%); }
#esg .organ .top::after{ content: ""; width: 100%; height: 1px; background: #000; position: absolute; top: calc(((var(--gap) * 2) + (var(--min) / 2)) * -1); left: 50%; }
#esg .organ .absolute{ width: 200px; position: absolute; top: 0; right: -1px; transform: translateY(-50%); }

#esg .organ .flex{ display: flex; flex-wrap: wrap; margin-top: calc(var(--min) * -1); position: relative; }
#esg .organ .flex::after{ content: ""; width: calc(100% - (var(--item))); height: 1px; background: #000; position: absolute; top: calc(var(--min) + (var(--min2) / 2)); left: 50%; transform: translateX(-50%); }
#esg .organ .flex .block{ padding-bottom: calc(var(--min2) / 2); }
#esg .organ .flex .block::after{ content: ""; width: 1px; height: calc(var(--min2) / 2); background: #000; position: absolute; bottom: 0; left: 50%; }
#esg .organ .flex .item{ margin-top: calc(var(--min2) / 2); margin-right: 50px; }
#esg .organ .flex .item:last-of-type{ margin-right: 0; }
#esg .organ .flex .item::before{ content: ""; width: 1px; height: calc(var(--min2) / 2); background: #000; position: absolute; top: 0; left: 50%; transform: translateY(-100%); }
#esg .organ .flex dl > *{ display: flex; justify-content: center; align-items: center; padding: 5px 10px; }
#esg .organ .flex dl dt{ min-height: var(--min); background: #FFF; border: 1px solid var(--mainColor); color: var(--mainColor); box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
#esg .organ .flex dl dt::before{ background: var(--mainColor); border: none; }
#esg .organ .flex dl dd{ min-height: var(--min2); background: #F5F5F5; border: 1px solid #DDD; font-size: 18px; font-weight: 400; color: #333; letter-spacing: -0.03em; margin-top: 10px; }

#esg .result .sec-title{ margin-bottom: 30px; }
#esg .result .table-box table{ min-width: 650px; }

@media screen and (max-width: 1700px){
	#esg .esg .item{ padding: 50px; }

	#esg .organ{ 
		--min: 65px; 
		--padding: 50px; 
	}
	#esg .organ .organ-box *{ font-size: 18px; }
	#esg .organ .min{ max-width: 250px; }

	#esg .organ .circle{ max-width: 300px; }
	#esg .organ .circle .text p{ font-size: 22px; }

	#esg .organ .absolute{ width: 170px; }
	#esg .organ .flex dl dd{ font-size: 17px; }
}

@media screen and (max-width: 1280px){
	#esg .esg .item{ padding: 30px; }
	#esg .esg .item dl{ margin: 15px 0 30px; }
	#esg .esg .item dl dt{ margin-bottom: 15px; }

	#esg .organ{ 
		--item: (100% - 40px) / 3; 
		--min: 60px;  
		--padding: 35px; 
		--gap: 25px; 
	}

	#esg .organ .circle .text p{ font-size: 20px; }

	#esg .organ .organ-box > .item::before,
	#esg .organ .organ-box > .item::after{ height: 20px; }

	#esg .organ .organ-box *{ font-size: 17px; }
	#esg .organ .min{ max-width: 200px; }
	#esg .organ .absolute{ max-width: 130px; }

	#esg .organ .flex .item{ margin-right: 20px; }
	#esg .organ .flex dl dd{ font-size: 16px; }
}

@media screen and (max-width: 1000px){
	#esg .organ br{ display: none; }
}

@media screen and (max-width: 900px){
	#esg .esg .item{ width: calc(100% / 2); padding: 25px; }
	#esg .esg .item dl dt{ font-size: 4.5rem; }

	#esg .organ{ 
		--item: (100% - 20px) / 2; 
		--min: 55px;
		--min2: 50px;
		--padding: 25px;
	}

	#esg .organ .dash-box{ padding: calc(var(--padding) - 5px) var(--padding) var(--padding); }
	#esg .organ .min{ max-width: 160px; }
	#esg .organ .top::after{ width: 50%; }

	#esg .organ .circle{ max-width: 200px; padding: 30px; }
	#esg .organ .circle::before{ box-shadow: 0 0 0 20px rgba(46, 48, 146, 0.1); }
	#esg .organ .circle::after{ width: calc(100% - 60px); height: calc(100% - 60px); }
	#esg .organ .circle .text p{ font-size: 18px; margin-top: 10px; }

	

	#esg .organ .flex{ justify-content: space-between; margin-top: 20px; }
	#esg .organ .flex .item{ margin-right: 0; }
}

@media screen and (max-width: 610px){
	#esg .esg .item{ width: 100%; margin-right: 0; }

	#esg .organ{ --item: 100%; }
	#esg .organ .top{ width: calc((100% - 20px) / 2); }

	#esg .organ .flex .block{ padding-bottom: 0; }
	#esg .organ .flex .block::after{ display: none; }
}


/* 지속가능경영 ( 환경 / 사회 / 지배구조 ) */
.sec-layout.esg h5{ font-size: 24px; font-weight: 600; color: #222; letter-spacing: -0.02em; margin-bottom: 10px; }
.sec-layout.esg figure,
.sec-layout.esg figure img{ width: 100%; }
.sec-layout.esg figure{ margin-bottom: 40px; }
.sec-layout.esg .dot-dl dl:not(:last-of-type){ margin-bottom: 30px; }
.sec-layout.esg .dot-dl dl dd{ line-height: 1.8; }

@media screen and (max-width: 1700px){
	.sec-layout.esg h5{ font-size: 22px; }
	.sec-layout.esg figure{ margin-bottom: 30px; }
}

@media screen and (max-width: 1280px){
	.page-title.esg{ margin-bottom: 50px; }

	.sec-layout.esg h5{ font-size: 20px; }
	.sec-layout.esg figure{ margin-bottom: 20px; }
	.sec-layout.esg .dot-dl dl:not(:last-of-type){ margin-bottom: 20px; }
}

@media screen and (max-width: 1000px){
	.page-title.esg h3{ margin-bottom: 20px; }
	.page-title.esg .flex{ flex-direction: column; }
	.page-title.esg .tab-menu{ width: 100%; }
	.page-title.esg .tab-menu ul li{ flex-basis: calc((100% - 60px) / 4); flex-grow: 1; }
}

@media screen and (max-width: 700px){
	.page-title.esg .tab-menu ul li{ flex-basis: calc((100% - 20px) / 2); flex-grow: 0; }
	.page-title.esg .tab-menu ul li:nth-of-type(2n){ margin-right: 0; }
}


/* 지속가능경영 - 환경경영 */
#environment.management .diagram{ --circle: 40px; }
#environment.management .diagram{ padding: 0 calc(var(--circle) * 2); }
#environment.management .diagram .flex-box{ display: flex; flex-wrap: wrap; position: relative; padding: calc(var(--circle) * 2) 0; z-index: 10; }
#environment.management .diagram .item{ width: calc((100% + 60px) / 4); position: relative; opacity: 0; transition: transform 1s, opacity 1s; }
#environment.management .diagram .item01{ transform: translateX(300%); }
#environment.management .diagram .item02{ transform: translateX(200%); }
#environment.management .diagram .item03{ transform: translateX(100%); }
#environment.management .diagram .item:not(:first-of-type){ margin-left: -20px; }
#environment.management .diagram .circle{ width: 100%; background: #FFF; border: 1px dashed #000; border-radius: 50%; padding-bottom: 100%; }
#environment.management .diagram .txt{ text-align: center; padding: 0 30px; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
#environment.management .diagram .txt p{ font-size: 24px; font-weight: 500; color: #111; letter-spacing: -0.03em; margin-top: 40px; }

#environment.management .diagram .blue{ opacity: 1; }
#environment.management .diagram .blue .circle{ background: var(--mainColor); border: none; }
#environment.management .diagram .blue .txt p{ font-size: 30px; font-weight: 500; color: #FFF; margin-top: 0; }
#environment.management .diagram .blue .txt br{ display: block; }

#environment.management .diagram .last{ position: absolute; bottom: calc(var(--circle) * 2); right: 0; z-index: -1; opacity: 1; }
#environment.management .diagram .last .circle{ background: none; border: none; }
#environment.management .diagram .last .circle::before, 
#environment.management .diagram .last .circle::after{ content: ""; background: var(--mainColor); border-radius: 50%; opacity: 0.1; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#environment.management .diagram .last .circle::before{ width: calc(100% + (var(--circle) * 2)); height: calc(100% + (var(--circle) * 2)); }
#environment.management .diagram .last .circle::after{ width: calc(100% + (var(--circle) * 4)); height: calc(100% + (var(--circle) * 4)); }

#environment.management .diagram.aos-animate .item{ opacity: 1; transform: translate(0, 0) !important; }


#environment.management .agenda .sec-title{ margin-bottom: 20px; }
#environment.management .agenda .item{ width: calc(100% / 4); display: flex; flex-direction: column; padding: 40px; }
#environment.management .agenda .item span{ font-family: var(--engFont); font-size: 18px; font-weight: 400; color: #AAA; }
#environment.management .agenda .item dl{ flex: 1 0 auto; }
#environment.management .agenda .item dl dt{ font-size: 26px; font-weight: 500; color: #222; letter-spacing: -0.03em; margin: 15px 0 20px; }
#environment.management .agenda .item .dot-list li:not(:last-of-type){ margin-bottom: 10px; }
#environment.management .agenda .item .icon-filter{ text-align: right; }

@media screen and (max-width: 1700px){
	#environment.management .diagram .txt p{ font-size: 20px; }

	#environment.management .diagram .blue .txt p{ font-size: 26px; }

	#environment.management .agenda .item{ padding: 40px; }
	#environment.management .agenda .item span{ font-size: 16px; }
	#environment.management .agenda .item dl dt{ font-size: 22px; }
}

@media screen and (max-width: 1280px){
	#environment.management br{ display: none; }

	#environment.management .diagram{ --circle: 30px; }
	#environment.management .diagram{ margin-top: 30px; }
	#environment.management .diagram .txt p{ font-size: 17px; margin-top: 20px; }

	#environment.management .diagram .blue .txt p{ font-size: 22px; }

	#environment.management .agenda .item{ padding: 25px; }
	#environment.management .agenda .item span{ font-size: 14px; }
	#environment.management .agenda .item dl dt{ font-size: 19px; margin: 10px 0; }
}

@media screen and (max-width: 1000px){
	#environment.management .diagram{ --circle: 20px; }

	#environment.management .agenda .item{ width: calc(100% / 2); }
}

@media screen and (max-width: 950px){
	#environment.management .diagram{ margin-top: 15px; }
	#environment.management .diagram .flex-box{ padding-top: 0; }
	#environment.management .diagram .item{ width: calc((100% + 20px) / 2); margin-top: -20px; }
	#environment.management .diagram .item:nth-of-type(odd){ margin-left: 0; }
	#environment.management .diagram .item:nth-of-type(1), #environment.management .diagram .item:nth-of-type(2){ margin-top: 0; }
	#environment.management .diagram .item01{ transform: translate(100%, 100%); }
	#environment.management .diagram .item02{ transform: translate(0, 100%); }
	#environment.management .diagram .item03{ transform: translateX(100%); }
}

@media screen and (max-width: 900px){
	#environment.management .diagram .blue .txt p{ font-size: 20px; }
}

@media screen and (max-width: 600px){
	#environment.management .diagram .txt img{ width: 40%; }

	#environment.management .agenda .item{ width: 100%; }
}


/* 지속가능경영 - 환경대응 및 관리 */
#environment.rnm .respond .sec-title{ margin-bottom: 60px; }
#environment.rnm .respond h5{ font-size: 24px; font-weight: 600; color: #222; letter-spacing: -0.02em; margin-bottom: 10px; }

#environment.rnm .respond .sec-box{ display: grid; grid-template-columns: repeat(2, 1fr); margin: -30px; }
#environment.rnm .respond .sec-box > div{ margin: 30px; }
#environment.rnm .respond .sec figure,
#environment.rnm .respond .sec figure img{ width: 100%; }
#environment.rnm .respond .sec figure{ margin-bottom: 30px; }
#environment.rnm .respond .sec ul{ display: flex; flex-wrap: wrap; margin-bottom: -20px; }
#environment.rnm .respond .sec ul li{ min-height: 80px; flex-basis: calc((100% - 60px) / 3); flex-grow: 1; align-content: center; border: 1px solid #000; font-size: 20px; font-weight: 500; color: #333; letter-spacing: -0.03em; text-align: center; padding: 10px 20px; margin-right: 30px; margin-bottom: 20px; position: relative; }
#environment.rnm .respond .sec ul li:last-of-type{ margin-right: 0 !important; }
#environment.rnm .respond .sec ul li:nth-of-type(3n){ margin-right: 0; }
#environment.rnm .respond .sec ul li::before{ content: ""; width: 40px; height: 40px; background: var(--mainColor) url("/img/sub/white_plus.svg") no-repeat center center / auto; border-radius: 50%; box-shadow: 0 0 0 10px rgba(46, 48, 146, 0.2); position: absolute; top: 50%; left: -15px; transform: translate(-50%, -50%); }
#environment.rnm .respond .sec ul li:first-of-type::before, 
#environment.rnm .respond .sec ul li:nth-of-type(3n) + li::before{ display: none; }
#environment.rnm .respond .sec p{ font-size: 20px; font-weight: 300; color: #222; letter-spacing: -0.02em; line-height: 1.8; margin-top: 30px; }

#environment.rnm .respond .block{ grid-column: auto / span 2; }
#environment.rnm .respond .block h6{ font-size: 20px; font-weight: 600; color: #222; letter-spacing: -0.03em; margin-bottom: 10px; }
#environment.rnm .respond .dash-box{ padding: 30px; text-align: center; }
#environment.rnm .respond .dash-box .inner{ max-width: 1065px; margin: 0 auto; }

#environment.rnm .respond .diagram{ display: flex; flex-wrap: wrap; margin-bottom: -15px; }
#environment.rnm .respond .diagram .item{ width: calc((100% - 105px) / 8); font-size: 18px; font-weight: 500; color: #222; letter-spacing: -0.03em; margin-right: 15px; margin-bottom: 15px; }
#environment.rnm .respond .diagram .item > div{ align-content: center; height: 120px; padding: 10px; position: relative; }
#environment.rnm .respond .diagram .item > div::before{ content: ""; width: 30px; height: 30px; background: #000 url("/img/sub/process_icon.svg") no-repeat center center / auto; border-radius: 50%; position: absolute; }
#environment.rnm .respond .diagram .box{ background: #F5F5F5; }
#environment.rnm .respond .diagram .box::before{ top: 50%; left: calc((15px / 2) * -1); transform: translate(-50%, -50%); }
#environment.rnm .respond .diagram .border{ border: 1px solid #000; margin-top: 15px; }
#environment.rnm .respond .diagram .border::before{ top: calc((15px / 2) * -1); left: 50%; transform: translate(-50%, -50%) rotate(90deg); }

#environment.rnm .respond .diagram .item:first-of-type .box::before{ display: none; }
#environment.rnm .respond .diagram .item:last-of-type{ margin-right: 0; }
#environment.rnm .respond .diagram .item:last-of-type .box{ background: var(--mainColor); font-weight: 400; color: #FFF; }


#environment.rnm .manage .sec-title{ margin: 40px 0 45px; }
#environment.rnm .manage .diagram{
	--pt: 40px;
	--gap: 60px;
	--length: 6;
	--width: (100% - (var(--gap) * (var(--length) - 1))) / var(--length);
	--boxH: 100px;
	--lineGap: 80px;
	--arrow: 30px;
}
#environment.rnm .manage .diagram{ padding-top: var(--pt); position: relative; }
#environment.rnm .manage .border{ width: calc(((var(--width)) * 4.5) + (var(--gap) * 4.5)); height: calc(40% + var(--gap)); border: 1px solid #000; border-bottom-width: 0; position: absolute; top: 0; right: calc((var(--width)) / 2); z-index: -1; }
#environment.rnm .manage .border::before{ top: 0; left: 50%; transform: translate(-50%, -50%) rotate(180deg); }

#environment.rnm .manage .flex-box{ display: flex; text-align: center; position: relative; }
#environment.rnm .manage .flex-box::before{ content: ""; width: 90%; height: 1px; background: #000; position: absolute; top: 50%; left: 50%; transform: translateX(-50%); }
#environment.rnm .manage .flex-box > div{ width: calc(var(--width)); align-content: center; font-size: 20px; font-weight: 600; color: #333; letter-spacing: -0.03em; position: relative; margin-right: var(--gap); }
#environment.rnm .manage .flex-box > div:last-child{ margin-right: 0; }
#environment.rnm .manage .flex-box > div::before{ top: 50%; left: calc((var(--gap) / 2) * -1); transform: translate(-50%, -50%); }
#environment.rnm .manage .flex-box > div:first-child::before,
#environment.rnm .manage .flex-box > div:last-child::before{ display: none; }

#environment.rnm .manage .circle{ position: relative; }
#environment.rnm .manage .circle::after{ content: ""; display: block; background: var(--mainColor); border-radius: 50%; padding-bottom: 100%; }
#environment.rnm .manage .circle p{ font-weight: 500; color: #FFF; padding: 0 20px; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }

#environment.rnm .manage .flex-box > div.square{ width: calc(((var(--width)) * 3) + (var(--gap) * 2)); }
#environment.rnm .manage .square::after{ content: ""; width: calc(100%); height: calc(100% - var(--boxH)); border: 1px solid #000; border-right-width: 0; position: absolute; top: 50%; left: calc((var(--gap) / 2) * -1); z-index: -1; transform: translateY(-50%); }
#environment.rnm .manage .square .line{ display: flex; }
#environment.rnm .manage .square .line:not(:last-of-type){ margin-bottom: var(--lineGap); }
#environment.rnm .manage .square .box{ align-content: center; width: calc((100% - (var(--gap) * 2)) / 3); min-height: var(--boxH); background: #FFF; border: 1px solid #000; margin-right: var(--gap); padding: 10px; position: relative; }
#environment.rnm .manage .square .box:last-child{ margin-right: 0; }
#environment.rnm .manage .square .box::before{ top: 50%; left: calc((var(--gap) / 2) * -1); transform: translate(-50%, -50%); }
#environment.rnm .manage .square .box:first-of-type::before{ display: none; }

#environment.rnm .manage .flex-box > div::before,
#environment.rnm .manage .square .box::before,
#environment.rnm .manage .border::before{ content: ""; width: var(--arrow); height: var(--arrow); background: #000 url("/img/sub/process_icon.svg") no-repeat center center / auto; border-radius: 50%; position: absolute; }


#environment.rnm .course .sec-title{ margin-bottom: 20px; }
#environment.rnm .course ul li{ font-size: 18px; font-weight: 300; color: #666; letter-spacing: -0.03em; }
#environment.rnm .course ul li:not(:last-of-type){ margin-bottom: 10px; }


#environment.rnm .safty .flex-box{ display: flex; flex-wrap: wrap; margin-bottom: -15px; }
#environment.rnm .safty .item{ width: calc((100% - 30px) / 3); display: flex; border: 1px solid #DDD; border-radius: 20px; padding: 50px; margin-right: 15px; margin-bottom: 15px; }
#environment.rnm .safty .item:nth-of-type(3n){ margin-right: 0; }
#environment.rnm .safty .item .icon{ width: 90px; position: relative; }
#environment.rnm .safty .item .icon::before{ content: ""; width: 25px; height: 25px; background: var(--mainColor); border-radius: 50%; mix-blend-mode: exclusion; backdrop-filter: invert(1); -webkit-backdrop-filter: invert(1); position: absolute; top: 0; left: 0; 0; }
#environment.rnm .safty .item dl{ width: calc(100% - 90px); }
#environment.rnm .safty .item dl dt{ font-size: 24px; font-weight: 500; color: #222; letter-spacing: -0.03em; margin-bottom: 15px; }
#environment.rnm .safty .item .dot-list li{ font-size: 18px; }
#environment.rnm .safty .item .dot-list li:not(:last-of-type){ margin-bottom: 10px; }
#environment.rnm .safty .item .dot-list li::before{ top: 50%; }

@media screen and (max-width: 1700px){
	#environment.rnm .respond h5{ font-size: 22px; }
	#environment.rnm .respond .sec ul li{ min-height: 70px; font-size: 18px; }
	#environment.rnm .respond .sec p{ font-size: 18px; }

	#environment.rnm .respond .block h6{ font-size: 18px; }
	#environment.rnm .respond .diagram .item{ font-size: 17px; }
	#environment.rnm .respond .diagram .item > div{ height: 110px; }

	#environment.rnm .manage .diagram{
		--boxH: 90px;
		--gap: 40px;
		--lineGap: 60px;
	}
	#environment.rnm .manage .flex-box > div{ font-size: 18px; }

	#environment.rnm .course ul li{ font-size: 17px; }

	#environment.rnm .safty .item{ padding: 35px; }
	#environment.rnm .safty .item dl dt{ font-size: 22px; }
	#environment.rnm .safty .item .dot-list li{ font-size: 17px; }
}

@media screen and (max-width: 1280px){
	#environment.rnm .respond h5{ font-size: 20px; }
	
	#environment.rnm .respond .sec-box{ margin: -20px -15px; }
	#environment.rnm .respond .sec-box > div{ margin: 20px 15px; }
	#environment.rnm .respond .sec figure{ margin-bottom: 20px; }
	#environment.rnm .respond .sec ul li{ min-height: 65px; flex-basis: calc((100% - 40px) / 3); font-size: 16px; margin-right: 20px; }
	#environment.rnm .respond .sec ul li::before{ width: 25px; height: 25px; box-shadow: 0 0 0 7px rgba(46, 48, 146, 0.2); left: -10px; }
	#environment.rnm .respond .sec p{ font-size: 16px; margin-top: 15px; }

	#environment.rnm .respond .block h6{ font-size: 17px; }
	#environment.rnm .respond .dash-box{ padding: 20px; }
	#environment.rnm .respond .diagram .item{ font-size: 15px; }
	#environment.rnm .respond .diagram .item > div{ height: 100px; }
	#environment.rnm .respond .diagram .item > div::before{ width: 25px; height: 25px; }

	#environment.rnm .manage .sec-title{ margin: 20px 0 25px; }
	#environment.rnm .manage .diagram{
		--boxH: 80px;
		--arrow: 24px;
		--gap: 35px;
		--lineGap: 40px;
	}
	#environment.rnm .manage .flex-box > div{ font-size: 16px; }

	#environment.rnm .course ul li{ font-size: 16px; }

	#environment.rnm .safty .item{ padding: 25px; }
	#environment.rnm .safty .item dl dt{ font-size: 19px; margin-bottom: 10px; }
	#environment.rnm .safty .item .dot-list li{ font-size: 16px; }
}

@media screen and (max-width: 1200px){
	#environment.rnm .course br{ display: none; }

	#environment.rnm .safty br{ display: none; }
}

@media screen and (max-width: 1100px){
	#environment.rnm .respond .sec-box{ grid-template-columns: repeat(1, 1fr); }
	#environment.rnm .respond .block{ grid-column: auto / span 1; }

	#environment.rnm .manage .sec-title br{ display: none; }
	#environment.rnm .manage .diagram{
		--pt: 20px;
		--width: 150px;
		--lineGap: 20px;
	}
	#environment.rnm .manage .diagram{ max-width: calc(400px + var(--pt)); margin: 0 auto; padding-top: 0; padding-right: var(--pt); }
	#environment.rnm .manage .border{ width: 55%; height: calc((var(--width) * 1.5) + (var(--boxH) * 3) + (var(--gap) * 4.5)); top: unset; right: 0; bottom: calc(var(--width) / 2); border-bottom-width: 1px; border-left-width: 0; }
	#environment.rnm .manage .border::before{ top: 50%; left: unset; right: 0; transform: translate(50%, -50%) rotate(-90deg); }

	#environment.rnm .manage .flex-box{ flex-direction: column; align-items: center; }
	#environment.rnm .manage .flex-box::before{ width: 1px; height: 100%; top: 0; left: 50%; transform: unset; }
	#environment.rnm .manage .flex-box > div{ margin-right: 0; margin-bottom: var(--gap); }
	#environment.rnm .manage .flex-box > div:last-child{ margin-bottom: 0; }
	#environment.rnm .manage .flex-box > div::before{ top: calc((var(--gap) / 2) * -1); left: 50%; transform: translate(-50%, -50%) rotate(90deg); }

	#environment.rnm .manage .flex-box > div.square{ display: flex; width: 100%; }
	#environment.rnm .manage .square::after{ width: calc(50% + (var(--lineGap) / 2)); height: 100%; top: calc(var(--gap) * -0.5); left: 50%; transform: translateX(-50%); border-right-width: 1px; border-bottom-width: 0; }
	#environment.rnm .manage .square .line{ width: calc((100% - var(--lineGap)) / 2); flex-direction: column; }
	#environment.rnm .manage .square .line:not(:last-of-type){ margin-bottom: 0; margin-right: var(--lineGap); }
	#environment.rnm .manage .square .box{ width: 100%; margin-right: 0; }
	#environment.rnm .manage .square .box:not(:last-of-type){ margin-bottom: var(--gap); }
	#environment.rnm .manage .square .box::before{ top: calc((var(--gap) / 2) * -1); left: 50%; transform: translate(-50%, -50%) rotate(90deg); }

	#environment.rnm .safty .item{ width: calc((100% - 15px) / 2); }
	#environment.rnm .safty .item:nth-of-type(3n){ margin-right: 15px; }
	#environment.rnm .safty .item:nth-of-type(2n){ margin-right: 0; }
}

@media screen and (max-width: 1000px){
	#environment.rnm .respond .diagram .item{ width: calc((100% - 60px) / 4); }
	#environment.rnm .respond .diagram .item:nth-of-type(4n){ margin-right: 0; }
	#environment.rnm .respond .diagram .item:nth-of-type(4n) + .item > .box::before{ display: none; }
}

@media screen and (max-width: 900px){ 
	#environment.rnm .respond .sec ul li{ min-height: 60px; font-size: 15px; }

	#environment.rnm .safty .item{ width: 100%; margin-right: 0; }
}

@media screen and (max-width: 550px){
	#environment.rnm .respond .sec ul li{ flex-basis: calc((100% - 20px) / 2); }
	#environment.rnm .respond .sec ul li:nth-of-type(3n){ margin-right: 20px; }
	#environment.rnm .respond .sec ul li:nth-of-type(2n){ margin-right: 0; }
	#environment.rnm .respond .sec ul li:nth-of-type(3n) + li::before{ display: block; }
	#environment.rnm .respond .sec ul li:nth-of-type(2n) + li::before{ display: none; }

	#environment.rnm .respond .diagram .item{ width: calc((100% - 15px) / 2); }
	#environment.rnm .respond .diagram .item:nth-of-type(4n){ margin-right: 15px; }
	#environment.rnm .respond .diagram .item:nth-of-type(4n) + .item > .box::before{ display: block; }
	#environment.rnm .respond .diagram .item:nth-of-type(2n){ margin-right: 0; }
	#environment.rnm .respond .diagram .item:nth-of-type(2n) + .item > .box::before{ display: none; }
	#environment.rnm .respond .diagram .item > div{ height: 80px; }
}


/* 지속가능경영 - 품질방침/인증 */
#environment.quality .sec-title{ margin-bottom: 30px; }

#environment.quality .check .flex-box{ display: flex; flex-wrap: wrap; margin-bottom: -20px; }
#environment.quality .check .item{ width: calc((100% - 40px) / 3); padding: 50px 25px; background: #FFF; border: 1px solid #000; text-align: center; margin-right: 20px; margin-bottom: 20px; }
#environment.quality .check .item:last-of-type{ margin-right: 0; }
#environment.quality .check .item p{ font-size: 20px; font-weight: 500; color: #333; letter-spacing: -0.03em; line-height: 1.6; }
#environment.quality .check .item p::before{ content: ""; display: block; width: 30px; height: 30px; background: url("/img/sub/esg/check_icon.svg") no-repeat center center / auto; border: 1px solid #000; border-radius: 50%; margin: 0 auto; margin-bottom: 20px; }

@media screen and (max-width: 950px){
	#environment.quality .check .item{ width: calc((100% - 20px) / 2); }
	#environment.quality .check .item:nth-of-type(2n){ margin-right: 0; }
}

@media screen and (max-width: 650px){
	#environment.quality .check .item{ width: 100%; margin-right: 0; }
}


/* 지속가능경영 - 녹색구매 방침 */
#environment.green .sec-title{ margin-bottom: 20px; }
#environment.green .dash-box{ padding: 100px; }
#environment.green dl:not(:last-of-type){ margin-bottom: 50px; }
#environment.green dl dt{ font-size: 20px; font-weight: 500; color: #222; letter-spacing: -0.03em; margin-bottom: 10px; }
#environment.green dl dd{ font-size: 18px; font-weight: 300; color: #333; letter-spacing: -0.03em; }
#environment.green ul li{ margin-top: 10px; }

@media screen and (max-width: 1700px){
	#environment.green .dash-box{ padding: 70px; }
	#environment.green dl dt{ font-size: 19px; }
	#environment.green dl dd{ font-size: 17px; }
}

@media screen and (max-width: 1280px){
	#environment.green .dash-box{ padding: 40px; }
	#environment.green dl:not(:last-of-type){ margin-bottom: 35px; }
	#environment.green dl dt{ font-size: 18px; }
	#environment.green dl dd{ font-size: 16px; }
}

@media screen and (max-width: 900px){
	#environment.green .dash-box{ padding: 25px; }
}


/* 지속가능경영 - 사회(공통) */
#social{ overflow-x: hidden; }


/* 지속가능경영 - 사회공헌 */
#social.contribute .sec-title{ margin-bottom: 30px; }

#social.contribute .diagram{ --pt: 50px; --mb: 30px; }
#social.contribute .diagram{ margin-top: 60px; }
#social.contribute .diagram .circle{ max-width: 440px; width: 100%; border: 1px dashed #000; border-radius: 50%; position: relative; padding: 60px; margin: 0 auto; margin-bottom: var(--mb); }
#social.contribute .diagram .circle::before{ content: ""; width: 1px; height: calc(50% + var(--mb)); background: #000; position: absolute; bottom: calc((var(--mb) * -1) - 1px); left: 50%; transform: translateX(-50%); }
#social.contribute .diagram .circle .blue{ width: 100%; background: var(--mainColor); border-radius: 50%; padding-bottom: 100%; position: relative; box-shadow: 0 0 0 30px rgba(46, 48, 146, 0.1); }
#social.contribute .diagram .circle .blue p{ font-family: var(--engFont); font-size: 4rem; font-weight: 400; color: #FFF; text-align: center; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
#social.contribute .diagram .flex-box{ display: flex; flex-wrap: wrap; position: relative; }
#social.contribute .diagram .flex-box::before{ content: ""; width: calc(75% - 3px); height: 1px; background: #000; position: absolute; top: 0; left: calc(50% - 1px); transform: translateX(-50%); }
#social.contribute .diagram .item{ width: calc(100% / 4); background: #FFF; border: 1px solid #000; margin-top: var(--pt); margin-right: -1px; margin-bottom: -1px; position: relative; }
#social.contribute .diagram .item::before, 
#social.contribute .diagram .item::after{ background: #000; position: absolute; top: 0; left: 50%; }
#social.contribute .diagram .item::before{ content: ""; width: 10px; height: 10px; transform: translate(-50%, -50%); }
#social.contribute .diagram .item::after{ content: ""; width: 1px; height: var(--pt); transform: translate(-50%, -100%); }
#social.contribute .diagram .item .pb{ padding-bottom: 100%; }
#social.contribute .diagram .item .off, 
#social.contribute .diagram .item .on{ display: flex; flex-direction: column; padding: 50px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#social.contribute .diagram .item .off dl{ flex: 1 0 auto; }
#social.contribute .diagram .item .off dl dt{ font-family: var(--engFont); font-size: 30px; font-weight: 400; color: #111; }
#social.contribute .diagram .item .off dl dd{ font-size: 20px; font-weight: 300; color: #333; letter-spacing: -0.03em; line-height: 1.7; margin: 20px 0; }
#social.contribute .diagram .item .off .icon{ text-align: right; }
#social.contribute .diagram .item .on{ justify-content: flex-end; background: #000; clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); transition: clip-path 0.5s; pointer-events: none; }
#social.contribute .diagram .item .on::before{ content: ""; width: 100%; height: 100%; border: 1px solid #000; position: absolute; top: 0; left: 0; }  
#social.contribute .diagram .item .on .dot-list li{ color: #FFF; }
#social.contribute .diagram .item .on .dot-list li:not(:last-of-type){ margin-bottom: 10px; }
#social.contribute .diagram .item .on .dot-list li::before{ background: #FFF; top: 50%; }

#social.contribute .diagram .item:hover .on{ clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

#social.contribute .table-box table{ min-width: 600px; }
#social.contribute .table-box .w400{ width: 400px; }
#social.contribute .table-box td{ text-align: left; padding: 22px 20px; }

@media screen and (max-width: 1700px){
	#social.contribute .diagram .circle{ max-width: 400px; }

	#social.contribute .diagram .item .off, 
	#social.contribute .diagram .item .on{ padding: 40px; }
	#social.contribute .diagram .item .off dl dt{ font-size: 26px; }
	#social.contribute .diagram .item .off dl dd{ font-size: 18px; }

	#social.contribute .table-box .w400{ width: 300px; }
}

@media screen and (max-width: 1450px){
	#social.contribute .diagram .item dd br{ display: none; }
}

@media screen and (max-width: 1320px){
	#social.contribute .diagram{ max-width: 650px; margin: 0 auto; margin-top: 30px; }
	#social.contribute .diagram .flex-box::before{ width: calc(50% + 10px); }
	#social.contribute .diagram .item{ width: calc((100% - 20px) / 2); margin-right: 20px; }
	#social.contribute .diagram .item:nth-of-type(2n){ margin-right: 0; }
}

@media screen and (max-width: 1280px){
	#social.contribute .sec-title{ margin-bottom: 15px; }
	
	#social.contribute .diagram .circle{ max-width: 330px; padding: 40px; }
	#social.contribute .diagram .circle .blue{ box-shadow: 0 0 0 20px rgba(46, 48, 146, 0.1); }

	#social.contribute .diagram .item .off, 
	#social.contribute .diagram .item .on{ padding: 25px; }
	#social.contribute .diagram .item .off dl dt{ font-size: 22px; }
	#social.contribute .diagram .item .off dl dd{ font-size: 17px; }

	#social.contribute .table-box .w400{ width: 250px; }
	#social.contribute .table-box td{ padding: 15px; }
}

@media screen and (max-width: 900px){
	#social.contribute .diagram .circle{ max-width: 230px; padding: 30px; }
	#social.contribute .diagram .circle .blue{ box-shadow: 0 0 0 15px rgba(46, 48, 146, 0.1); }
	#social.contribute .diagram .circle .blue p{ font-size: 4.3rem; }

	#social.contribute .diagram .item .off dl dt{ font-size: 20px; }

	#social.contribute .half-layout .text br{ display: none; }

	#social.contribute .table-box .w400{ width: 220px; }
	#social.contribute .table-box td{ padding: 15px; }
}

@media screen and (max-width: 750px){
	#social.contribute .sec-title br{ display: none; }
}

@media screen and (max-width: 650px){
	#social.contribute .diagram{ --pt: 30px; }
	#social.contribute .diagram{ max-width: 300px; }
	#social.contribute .diagram .circle{ margin-bottom: 0; }
	#social.contribute .diagram .circle::before{ height: 50%; top: 50%; }
	#social.contribute .diagram .flex-box::before{ display: none; }
	#social.contribute .diagram .item{ width: 100%; margin-right: 0; }
}


/* 지속가능경영 - 동반성장 */
#social.growth .sec-title{ margin-bottom: 30px; }

#social.growth .dash-box{ padding: 60px; }
#social.growth .dash-box h5{ margin-bottom: 20px; }

#social.growth .diagram{ max-width: 1240px; width: 100%; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; padding: 45px 0; }
#social.growth .diagram > div{ position: relative; }
#social.growth .diagram .figure{ position: relative; }
#social.growth .diagram .pb{ padding-bottom: 100%; position: relative; }
#social.growth .diagram .text{ color: #FFF; letter-spacing: -0.03em; text-align: center; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); padding: 0 20px; }
#social.growth .diagram .dot-list{ padding-top: 30px; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); }
#social.growth .diagram .dot-list li:not(:last-of-type){ margin-bottom: 10px; }

#social.growth .diagram .circle{ width: 300px; z-index: 10; }
#social.growth .diagram .circle .figure{ width: 100%; padding: 20px; border: 1px dashed #000; border-radius: 50%; }
#social.growth .diagram .circle .figure .pb{ background: #000; border-radius: 50%; }
#social.growth .diagram .circle .text p{ font-size: 24px; font-weight: 400; margin-top: 20px; }

#social.growth .diagram .hexagon{ width: 500px; }
#social.growth .diagram .hexagon::before{ content: ""; width: 200%; height: 1px; background: #000; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#social.growth .diagram .hexagon .figure{ padding: 100px; }
#social.growth .diagram .hexagon .figure::before, 
#social.growth .diagram .hexagon .figure::after{ content: ""; background: url("/img/sub/esg/hexagon.svg") no-repeat center center / contain; opacity: 0.1; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#social.growth .diagram .hexagon .figure::before{ width: 100%; height: 100%; }
#social.growth .diagram .hexagon .figure::after{ width: calc(100% - 100px); height: calc(100% - 100px); }
#social.growth .diagram .hexagon .figure .pb{ background: url("/img/sub/esg/hexagon.svg") no-repeat center center / contain; }
#social.growth .diagram .hexagon .figure .pb::before,
#social.growth .diagram .hexagon .figure .pb::after{ content: ""; width: 10px; height: 10px; background: #000; border: 1px solid #FFF; position: absolute; top: 50%; transform: translateY(-50%); box-sizing: border-box; }
#social.growth .diagram .hexagon .figure .pb::before{ left: 5%; }
#social.growth .diagram .hexagon .figure .pb::after{ right: 5%; }
#social.growth .diagram .hexagon .text p{ font-size: 30px; font-weight: 500; }

#social.growth .diagram .hexagon .dots{ --dot: 10px; display: grid; grid-template-columns: repeat(3, 1fr); position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }
#social.growth .diagram .hexagon .dots div{ grid-column: 1 / 2; }
#social.growth .diagram .hexagon .dots .center{ grid-column: auto / span 3; text-align: center; }
#social.growth .diagram .hexagon .dots .right{ grid-column: 3 / 4; text-align: right; }
#social.growth .diagram .hexagon .dots .bottom{ align-content: end; padding-bottom: 0; padding-bottom: 20px; }

#social.growth .diagram .hexagon .dots span{ display: inline-block; font-size: 18px; font-weight: 500; color: var(--mainColor); letter-spacing: -0.03em; padding-bottom: 5px; padding-right: 20px; position: relative; }
#social.growth .diagram .hexagon .dots .center span{ padding-bottom: 20px; padding-right: 0; }
#social.growth .diagram .hexagon .dots .right span{ padding-right: 0; padding-left: 20px; }
#social.growth .diagram .hexagon .dots .bottom span{ padding-top: 10px; }
#social.growth .diagram .hexagon .dots .center.bottom span{ padding-top: 5px; padding-top: 20px; }
#social.growth .diagram .hexagon .dots .dot01 span{ top: calc(var(--dot) / 2); transform: translateY(-100%); }
#social.growth .diagram .hexagon .dots .dot02 span{ top: calc(var(--dot) * 1.5); left: calc(var(--dot) * -0.5); transform: translate(-50%, -100%); }
#social.growth .diagram .hexagon .dots .dot03 span{ top: calc(var(--dot) * 1.5); right: calc(var(--dot) * -0.5); transform: translate(50%, -100%); }
#social.growth .diagram .hexagon .dots .dot04 span{ top: calc(var(--dot) * 2.5); left: calc(var(--dot) * -0.75); transform: translate(-50%, 150%); }
#social.growth .diagram .hexagon .dots .dot05 span{ top: calc(var(--dot) * 2.5); right: calc(var(--dot) * -1.5); transform: translate(50%, 150%); }
#social.growth .diagram .hexagon .dots .dot06 span{ top: calc(var(--dot) * 1.5); transform: translateY(100%); }

#social.growth .diagram .hexagon .dots span::before{ content: ""; width: var(--dot); height: var(--dot); background: var(--mainColor); border-radius: 50%; position: absolute; bottom: 0; right: 0; }
#social.growth .diagram .hexagon .dots .center span::before{ left: 50%; right: unset; transform: translateX(-50%); }
#social.growth .diagram .hexagon .dots .right span::before{ left: unset; left: 0; }
#social.growth .diagram .hexagon .dots .bottom span::before{ top: 0; bottom: unset; }

@media screen and (max-width: 1700px){
	#social.growth .dash-box{ padding: 40px; }
	#social.growth .dash-box h5{ margin-bottom: 40px; }

	#social.growth .diagram .circle{ width: 250px; }
	#social.growth .diagram .circle .text p{ font-size: 20px; }

	#social.growth .diagram .hexagon{ width: 430px; }
	#social.growth .diagram .hexagon .figure{ padding: 70px; }
	#social.growth .diagram .hexagon .figure::after{ width: calc(100% - 70px); height: calc(100% - 70px); }
	#social.growth .diagram .hexagon .text p{ font-size: 26px; }

	#social.growth .diagram .hexagon .dots span{ font-size: 16px; }
}

@media screen and (max-width: 1280px){
	#social.growth .sec-title{ margin-bottom: 20px; }
	#social.growth .dash-box{ padding: 30px 25px; }

	#social.growth .diagram{ max-width: 1000px; }
	#social.growth .diagram .dot-list{ padding-top: 20px; }

	#social.growth .diagram .circle{ width: 200px; }
	#social.growth .diagram .circle .figure{ padding: 10px; }
	#social.growth .diagram .circle .text p{ font-size: 18px; margin-top: 10px; }

	#social.growth .diagram .hexagon{ width: 350px; }
	#social.growth .diagram .hexagon .figure{ padding: 50px; }
	#social.growth .diagram .hexagon .figure::after{ width: calc(100% - 50px); height: calc(100% - 50px); }
	#social.growth .diagram .hexagon .text p{ font-size: 22px; }
	
	#social.growth .diagram .hexagon .dots span{ font-size: 15px; }
	#social.growth .diagram .hexagon .dots .dot02 span{ left: calc(var(--dot) * -1); }
	#social.growth .diagram .hexagon .dots .dot03 span{ right: calc(var(--dot) * -1); }
	#social.growth .diagram .hexagon .dots .dot04 span{ left: calc(var(--dot) * -1.3); }
	#social.growth .diagram .hexagon .dots .dot05 span{ right: calc(var(--dot) * -2); }
}

@media screen and (max-width: 1060px){
	#social.growth section:not(.diagram) br{ display: none; }
}

@media screen and (max-width: 1000px){
	#social.growth .diagram{ flex-direction: column; align-items: center; padding: 0; }
	#social.growth .diagram .dot-list{ position: static; transform: unset; }

	#social.growth .diagram .circle{ display: flex; flex-direction: column; align-items: center; }

	#social.growth .diagram .hexagon{ width: 280px; margin: 100px 0; }
	#social.growth .diagram .hexagon::before{ display: none; }
	#social.growth .diagram .hexagon .text p{ font-size: 20px; }
	#social.growth .diagram .hexagon .figure{ padding: 40px; }
	#social.growth .diagram .hexagon .figure::after{ width: calc(100% - 40px); height: calc(100% - 40px); }
	#social.growth .diagram .hexagon .figure .pb::before, #social.growth .diagram .hexagon .figure .pb::after{ display: none; }

	#social.growth .diagram .hexagon .dots::before, 
	#social.growth .diagram .hexagon .dots::after{ content: ""; width: 1px; height: 45px; background: #000; position: absolute; left: 50%; }
	#social.growth .diagram .hexagon .dots::before{ top: -45px; transform: translate(-50%, -100%); }
	#social.growth .diagram .hexagon .dots::after{ bottom: -45px; transform: translate(-50%, 100%); }

	#social.growth .diagram .hexagon .dots .center span{ padding: 10px 0 20px; }
	#social.growth .diagram .hexagon .dots .center.bottom span{ padding: 20px 0 10px; }

	#social.growth .diagram .hexagon .dots .dot02 span{ top: calc(var(--dot) / 2); left: calc(var(--dot) * -1); }
	#social.growth .diagram .hexagon .dots .dot03 span{ top: calc(var(--dot) / 2); right: calc(var(--dot) * -1); }
	#social.growth .diagram .hexagon .dots .dot04 span{ top: calc(var(--dot) * 2); }
	#social.growth .diagram .hexagon .dots .dot05 span{ top: calc(var(--dot) * 2); }
}

@media screen and (max-width: 900px){
	#social.growth .num-box .content p{ padding-left: calc(var(--min) + 15px); }
}


/* 지속가능경영 - 안전보건 */
#social.safety section figure,
#social.safety section figure img{ width: 100%; }

#social.safety section .sec-title{ margin: 60px 0 30px; }
#social.safety .num-box{
	--min: 80px;
	--padding: 30px;
}
#social.safety .num-box .content{ text-align: left; }
#social.safety .num-box .content p{ line-height: 1.6; padding: 20px 0; }

#social.safety .dot-list li::before{ top: 50%; }

@media screen and (max-width: 1700px){
	#social.safety section .sec-title{ margin: 40px 0 20px; }
	#social.safety .num-box{
		--min: 60px;
		--padding: 25px;
	}
}

@media screen and (max-width: 1280px){
	#social.safety section .sec-title{ margin: 25px 0 10px; }
	#social.safety .num-box{
		--min: 35px;
		--padding: 15px;
	}
}

@media screen and (max-width: 1280px){
	#social.safety .num-box .content p{ padding: 15px 0; }
}

@media screen and (max-width: 900px){
	#social.safety .num-box .content p{ padding-left: calc(var(--min) + 15px); }
}

@media screen and (max-width: 700px){
	#social.safety br{ display: none; }
}



/* 지속가능경영 - 인권경영 */



/* 지속가능경영 - 지배구조 (공통) */


/* 지속가능경영 - 윤리경영 */
#governance.ethics .sec-layout .dot-dl dl dd{ line-height: 1.3; }

@media screen and (max-width: 700px){
	#governance.ethics br{ display: none; }
}


/* 지속가능경영 - 공정거래 */
@media screen and (max-width: 800px){
	#governance.fair-trade br{ display: none; }
}


/* 지속가능경영 - 보안 및 개인정보 보호 */
#governance.security .dash-box{ padding: 60px; }

#governance.security .step{ display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: -20px; }
#governance.security .step .item{ width: calc((100% - 80px) / 5); display: flex; flex-direction: column; margin-right: 20px; margin-bottom: 20px; }
#governance.security .step .item:last-of-type{ margin-right: 0; }
#governance.security .step .item > div{ padding: 30px; }
#governance.security .step .tit{ height: 135px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #F5F5F5; text-align: center; position: relative; }
#governance.security .step .tit::before{ content: ""; width: 30px; height: 30px; background: #000 url("/img/sub/process_icon.svg") no-repeat center center / auto; border-radius: 50%; position: absolute; top: 50%; left: -10px; transform: translate(-50%, -50%); }
#governance.security .step .item:first-of-type .tit::before{ display: none; }
#governance.security .step .tit span{ font-family: var(--engFont); font-size: 16px; font-weight: 400; color: #111; opacity: 0.2; }
#governance.security .step .tit p{ font-size: 20px; font-weight: 600; color: #222; letter-spacing: -0.03em; margin-top: 10px; }
#governance.security .step .content{ flex: 1 0 auto; border: 1px solid #EEE; margin-top: 10px; }
#governance.security .step .content ul li{ font-size: 18px; font-weight: 300; color: #666; letter-spacing: -0.03em; padding-left: 13px; position: relative; }
#governance.security .step .content ul li:not(:last-of-type){ margin-bottom: 10px; }
#governance.security .step .content ul li::before{ content: ""; width: 3px; height: 3px; background: #AAA; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }

#governance.security .step .blue .tit{ background: var(--mainColor); }
#governance.security .step .blue .tit *{ color: #FFF !important; }
#governance.security .step .blue .tit p{ font-weight: 500; }
#governance.security .step .blue .content{ border-color: #000; }
#governance.security .step .blue .content ul li{ color: #333; }
#governance.security .step .blue .content ul li::before{ background: #000; }

#governance.security .dash-box .black{ background: #000; padding: 25px; margin-top: 30px; }
#governance.security .dash-box .black p{ font-size: 20px; font-weight: 500; color: #FFF; letter-spacing: -0.03em; text-align: center; }

#governance.security .diagram{ max-width: 1610px; margin: 0 auto; display: flex; flex-wrap: wrap; margin-bottom: -40px; }
#governance.security .diagram .item{ width: calc(100% / 4); margin-bottom: 40px; }
#governance.security .diagram .circle{ position: relative; }
#governance.security .diagram .circle::before{ content: ""; display: block; padding-bottom: 100%; background: #FFF; border: 1px dashed #000; border-radius: 50%; box-sizing: border-box; }
#governance.security .diagram .item .text{ padding: 0 25px; text-align: center; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
#governance.security .diagram .item .text p{ font-family: var(--engFont); font-size: 4rem; font-weight: 400; color: #111; margin-top: 40px; }
#governance.security .diagram .item ul{ margin-top: 40px; padding: 0 40px; }
#governance.security .diagram .item .dot-list li::before{ top: 50%; }

@media screen and (max-width: 1700px){
	#governance.security .dash-box{ padding: 40px; }

	#governance.security .step .item > div{ padding: 25px; }
	#governance.security .step .tit{ height: 110px; }
	#governance.security .step .tit p{ font-size: 18px; }
	#governance.security .step .content ul li{ font-size: 17px; }

	#governance.security .dash-box .black p{ font-size: 18px; }

	#governance.security .diagram .item ul{ padding: 0 30px; }
}

@media screen and (max-width: 1280px){
	#governance.security .dash-box{ padding: 25px; }

	#governance.security .step{ margin-bottom: -10px; }
	#governance.security .step .item{ width: calc((100% - 40px) / 5); margin-right: 10px; margin-bottom: 10px; }
	#governance.security .step .item > div{ padding: 20px; }
	#governance.security .step .tit{ height: 80px; }
	#governance.security .step .tit::before{ width: 25px; height: 25px; left: -5px; }
	#governance.security .step .tit span{ font-size: 15px; }
	#governance.security .step .tit p{ font-size: 17px; margin-top: 5px; }
	#governance.security .step .content{ margin-top: 5px; }
	#governance.security .step .content ul li{ font-size: 16px; }
	#governance.security .step .content ul li:not(:last-of-type){ margin-bottom: 5px; }

	#governance.security .dash-box .black{ padding: 20px; margin-top: 20px; }
	#governance.security .dash-box .black p{ font-size: 17px; }

	#governance.security .diagram .item .text p{ margin-top: 25px; }
	#governance.security .diagram .item ul{ margin-top: 20px; padding: 0 20px; }
}

@media screen and (max-width: 1100px){
	#governance.security .step .item{ width: calc((100% - 20px) / 3); }
	#governance.security .step .item:nth-of-type(3n){ margin-right: 0; }
	#governance.security .step .item:nth-of-type(3n) + .item .tit::before{ display: none; }

	#governance.security .diagram{ max-width: 600px; }
	#governance.security .diagram .item{ width: calc(100% / 2); }
}

@media screen and (max-width: 900px){
	#governance.security .dash-box .black{ padding: 15px; }
}

@media screen and (max-width: 650px){
	#governance.security .step .item{ width: calc((100% - 10px) / 2); }
	#governance.security .step .item:nth-of-type(3n){ margin-right: 10px; }
	#governance.security .step .item:nth-of-type(2n){ margin-right: 0; }
	#governance.security .step .item:nth-of-type(3n) + .item .tit::before{ display: block; }
	#governance.security .step .item:nth-of-type(odd) .tit::before{ display: none; }

	#governance.security .diagram .item ul{ padding: 0 10px; }
}


/* 지속가능경영 - 사이버신문고 */
#report .sec-title{ margin-bottom: 20px; }

@media screen and (max-width: 1280px){
	#report .sec-title{ margin-bottom: 10px; }
}

@media screen and (max-width: 560px){
	#report br{ display: none; }
}

/* form-box (공통) */
.form-box{
	--th: 300px;
	--maxWidth: 1160px;
	--height: 60px;
	--circle: 25px;
	--padding: 25px;
	--inputBg: #F5F5F5;
	--placeholder: #666;
}

.form-box .policy .dash-box{ height: 300px; padding: 50px; }
.form-box .policy .scroll{ height: 100%; overflow-y: scroll; padding-right: 20px; }
.form-box .policy .scroll::-webkit-scrollbar{ width: 3px; }
.form-box .policy .scroll::-webkit-scrollbar-thumb{ background: var(--mainColor); }
.form-box .policy .scroll::-webkit-scrollbar-track{ background: transparent; }
.form-box .policy .privacy *{ font-size: 18px !important; color: #666; }
.form-box .policy .privacy .textBox{ gap: 40px 0; }
.form-box .policy .privacy .subTextBox{ gap: 20px 0; }

.form-box .policy .agree{ --radio: 30px; }
.form-box .policy .agree{ margin-top: 30px; }
.form-box .policy .agree ul{ display: flex; flex-wrap: wrap; margin: -5px -30px; }
.form-box .policy .agree ul li{ margin: 5px 30px; }
.form-box .policy .agree input{ display: none; }
.form-box .policy .agree label{ display: inline-block; font-size: 20px; font-weight: 300; color: #333; letter-spacing: -0.003em; padding: calc((var(--radio) - 1.3em) / 2) 0; padding-left: calc(var(--radio) + 15px); position: relative; cursor: pointer; }
.form-box .policy .agree label::before,
.form-box .policy .agree label::after{ content: ""; width: var(--radio); height: var(--radio); border-radius: 50%; position: absolute; top: 0; left: 0; box-sizing: border-box; }
.form-box .policy .agree label::before{ background: #FFF; border: 1px solid #CCC; }
.form-box .policy .agree label::after{ border: 9px solid var(--mainColor); opacity: 0; }

.form-box .policy .agree input:checked + label{ font-weight: 500; }
.form-box .policy .agree input:checked + label::after{ opacity: 1; }


.form-box .table *{ font-family: var(--baseFont); font-size: 18px; font-weight: 300; color: #333; letter-spacing: -0.03em; }
.form-box .table table{ border-top: 1px solid #000; border-bottom: 1px solid #000; }
.form-box .table tr{ border-bottom: 1px dashed #000; }
.form-box .table th{ width: var(--th); font-size: 20px; font-weight: 500; color: #222; padding: 20px; }
.form-box .table td{ padding: 15px 30px; }

.form-box .table input, 
.form-box .table textarea, 
.form-box .table select{ max-width: var(--maxWidth); width: 100%; background: var(--inputBg); border: none; border-radius: 0; -webkit-border-radius: 0; outline: none; }
.form-box .table input::placeholder,
.form-box .table textarea::placeholder,
.form-box .table select{ color: var(--placeholder); }
.form-box .table input, 
.form-box .table select{ height: var(--height); padding: 0 var(--padding); }
.form-box .table textarea{ resize: none; height: 210px; line-height: 1.6666; padding: var(--padding); }
.form-box .table textarea::-webkit-scrollbar{ width: 43px; }
.form-box .table textarea::-webkit-scrollbar-thumb{ background: var(--placeholder); border: 20px solid transparent; background-clip: padding-box; }
.form-box .table textarea::-webkit-scrollbar-track{ background: transparent; border: 20px solid transparent; background-clip: padding-box; }
.form-box .table select{ background: var(--inputBg) url("/img/sub/select_icon.svg") no-repeat center right var(--padding); padding-right: calc((var(--padding) * 2) + 6px); }
.form-box .table option{ padding: 10px var(--padding); }

.form-box .table .flex{ max-width: var(--maxWidth); width: 100%; display: flex; flex-wrap: wrap; align-items: center; margin-top: -10px; }  
.form-box .table .flex > *{ margin-top: 10px; }
.form-box .table .flex > *:not(:last-child){ margin-right: 10px; }
.form-box .table span{ color: var(--placeholder); }
.form-box .table p{ color: var(--placeholder); }
.form-box .table .hyphen{ display: inline-block; width: 10px; height: 1px; background: #000; }
.form-box .table .max510{ max-width: 510px !important; }
.form-box .table .max330{ max-width: 330px !important; }

.form-box .table .input-list{ min-height: var(--height); display: flex; flex-wrap: wrap; align-items: center; }
.form-box .table ul.input-list{ margin: 0 -15px; }
.form-box .table .input-list li{ margin: 0 15px; }
.form-box .table .input-list input{ display: none; }
.form-box .table .input-list label{ display: inline-block; padding: calc(((var(--circle) - 1.3em) / 2) + 5px) 0; padding-left: calc(var(--circle) + 10px); position: relative; cursor: pointer; }
.form-box .table .input-list label::before, .form-box .table .input-list label::after{ content: ""; width: var(--circle); height: var(--circle); border-radius: 50%; position: absolute; top: 5px; left: 0; box-sizing: border-box; }
.form-box .table .input-list label::before{ background: #FFF; border: 1px solid #CCC; }
.form-box .table .input-list label::after{ border: 8px solid var(--mainColor); opacity: 0; }

.form-box .table .input-list input:checked + label{ font-weight: 500; }
.form-box .table .input-list input:checked + label::after{ opacity: 1; }

.form-box .table .tel .flex input{ width: calc((100% - 60px) / 3); }
.form-box .table .email input, 
.form-box .table .email select{ width: calc((100% - 46px) / 3); }
.form-box .table .file input{ max-width: 345px; }
.form-box .table .fileBtn{ margin-right: 20px !important; }
.form-box .table .fileBtn input{ display: none; }
.form-box .table .fileBtn label{ width: 155px; height: var(--height); display: flex; justify-content: center; align-items: center; border: 1px solid #000; font-weight: 400; line-height: 1; cursor: pointer; }

.form-box .table .submit{ text-align: right; }
.form-box .table .submit button{ width: 280px; height: 80px; background: var(--mainColor); border: none; font-size: 20px; font-weight: 500; color: #FFF; }

@media screen and (max-width: 1700px){
	.form-box{
		--th: 250px;
		--height: 55px;
	}

	.form-box .policy .dash-box{ padding: 35px; }
	.form-box .policy .privacy *{ font-size: 17px !important; }

	.form-box .policy .agree{ --radio: 25px; }
	.form-box .policy .agree ul{ margin: -5px -20px; }
	.form-box .policy .agree ul li{ margin: 5px 20px; }
	.form-box .policy .agree label{ font-size: 18px; padding-left: calc(var(--radio) + 10px); }
	.form-box .policy .agree label::after{ border-width: 7px; }

	.form-box .table *{ font-size: 17px; }
	.form-box .table th{ font-size: 18px; }

	.form-box .table .fileBtn label{ width: 140px; }

	.form-box .table .submit button{ width: 220px; height: 65px; font-size: 18px; }
}

@media screen and (max-width: 1280px){
	.form-box{
		--th: 200px;
		--height: 50px;
		--circle: 20px;
		--padding: 20px;
	}

	.form-box .policy .dash-box{ padding: 20px; }
	.form-box .policy .privacy *{ font-size: 15px !important; }

	.form-box .policy .agree{ --radio: 20px; }
	.form-box .policy .agree{ margin-top: 15px; }
	.form-box .policy .agree ul{ margin: -5px -10px; }
	.form-box .policy .agree ul li{ margin: 5px 10px; }
	.form-box .policy .agree label{ font-size: 17px; }
	.form-box .policy .agree label::after{ border-width: 6px; }

	.form-box .table *{ font-size: 16px; }
	.form-box .table th{ font-size: 17px; }
	.form-box .table td{ padding: 10px 20px; }

	.form-box .table .input-list label::after{ border-width: 6px; }

	.form-box .table .fileBtn label{ width: 120px; }

	.form-box .table .submit button{ width: 180px; height: 55px; font-size: 17px; }
}

@media screen and (max-width: 1000px){
	.form-box{
		--maxWidth: 100%;
	}

	.form-box .table .max510{ max-width: 100% !important; }
	.form-box .table .max330{ max-width: 100% !important; }

	.form-box .table .name input{ width: calc(100% - 77px); }
	.form-box .table .file input{ max-width: calc(100% - 140px); }
	.form-box .table .fileBtn{ margin-right: 0 !important; }
}

@media screen and (max-width: 800px){
	.form-box .table tr{ display: flex; flex-direction: column; }
	.form-box .table tr:last-of-type{ border-bottom: none; }
	.form-box .table th, 
	.form-box .table td{ width: 100%; }
	.form-box .table th{ border-bottom: 1px dashed #000; padding: 15px 10px; }
	.form-box .table td{ padding: 10px; }
}

@media screen and (max-width: 850px){
	.form-box br{ display: none; }
}

@media screen and (max-width: 650px){
	.form-box .table .email input{ width: calc((100% - 34px) / 2); }
	.form-box .table .email .flex > input:last-of-type{ margin-right: 0; }
	.form-box .table .email select{ width: 100%; }
}


/* 인재채용 - 인재상 */
#talent .flex-box{ display: flex; flex-wrap: wrap; padding-top: 60px; margin-bottom: -20px; }
#talent .item{ width: calc((100% - 60px) / 4); display: flex; flex-direction: column; background: #FFF; border: 1px solid #000; padding: 50px; margin-right: 20px; margin-bottom: 20px; position: relative; }
#talent .item:nth-of-type(odd){ top: -60px; }
#talent .item:nth-of-type(4n){ margin-right: 0; }
#talent .item .icon{ flex: 1 0 auto; margin-bottom: 125px; }
#talent .item .icon span{ display: block; font-family: var(--engFont); font-size: 30px; font-weight: 400; color: #000; margin-top: 10px; }
#talent .item dl dt{ font-size: 24px; font-weight: 500; color: #333; letter-spacing: -0.03em; margin-bottom: 20px; }
#talent .item dl dd{ font-size: 20px; font-weight: 300; color: #666; letter-spacing: -0.03em; line-height: 1.6; }

@media screen and (max-width: 1700px){
	#talent .item{ padding: 35px; }
	#talent .item .icon{ margin-bottom: 90px; }
	#talent .item .icon span{ font-size: 26px; }
	#talent .item dl dt{ font-size: 22px; }
	#talent .item dl dd{ font-size: 18px; }
}

@media screen and (max-width: 1400px){
	#talent .item .icon{ margin-bottom: 120px; }
}

@media screen and (max-width: 1280px){
	#talent .flex-box{ padding-top: 40px; }
	#talent .item{ padding: 25px; }
	#talent .item:nth-of-type(odd){ top: -40px; }
	#talent .item .icon{ margin-bottom: 50px; }
	#talent .item .icon span{ font-size: 22px; }
	#talent .item dl dt{ font-size: 18px; margin-bottom: 10px; }
	#talent .item dl dd{ font-size: 16px; }
}

@media screen and (max-width: 1000px){
	#talent .item br{ display: none; }
	/* #talent .item .icon{ margin-bottom: 70px; } */
}

@media screen and (max-width: 950px){
	#talent .item{ width: calc((100% - 20px) / 2); }
	#talent .item:nth-of-type(4n){ margin-right: 20px; }
	#talent .item:nth-of-type(2n){ margin-right: 0; }
}

@media screen and (max-width: 900px){
	#talent .item .icon span{ font-size: 20px; }
}

@media screen and (max-width: 700px){
	#talent .symbol-motion br{ display: none; }
}


/* 인재채용 - 복지제도 */
#welfare .sec-title{ margin-bottom: 10px; }
#welfare .sec-title h4{ color: #111; }

#welfare .sec-layout figure,
#welfare .sec-layout figure img{ width: 100%; }
#welfare .sec-layout figure{ margin-bottom: 20px; }
#welfare .sec-layout ul{ display: grid; grid-template-columns: repeat(3, 1fr); margin: -7px; }
#welfare .sec-layout ul li{ margin: 7px; padding: 40px 10px; text-align: center; border: 1px solid #DDD; border-radius: 20px; }
#welfare .sec-layout ul li p{ font-size: 18px; font-weight: 500; color: #333; letter-spacing: -0.03em; margin-top: 20px; }
#welfare .sec-layout ul li p span{ display: block; font-size: 16px; font-weight: 400; color: #666; line-height: 1.3; margin-bottom: -1.3em; }

@media screen and (max-width: 1700px){
	#welfare .sec-layout ul li{ padding: 35px 10px; }
	#welfare .sec-layout ul li p{ font-size: 17px; }
}

@media screen and (max-width: 1280px){
	#welfare .sec-layout ul li{ padding: 30px 10px; }
	#welfare .sec-layout ul li p{ font-size: 16px; margin-top: 10px; }
	#welfare .sec-layout ul li p span{ font-size: 15px; }
}

@media screen and (max-width: 650px){
	#welfare .sec-layout ul{ grid-template-columns: repeat(2, 1fr); }
}

/* 특허/인증서 팝업 */
#popup.certify .inner{ width: 540px; }
#popup.certify figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 141.126%; }
#popup.certify figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

@media screen and (max-width: 1280px){
	#popup.certify .inner{ width: 450px; }
}