/* 서브 비주얼 */
.sv{position:relative; margin-top: var(--mt);}
.sv .bg{height: 450px;}
.sv .txt{position:absolute; top: 50%; left: 0; width: 100%; text-align: center; transform:translateY(-50%);}
.sv .txt h2{font-weight:600; font-size:64px; color: #fff;}
.sv .txt ul{display:flex; align-items:center; justify-content:center; margin-top: 30px;}
.sv .txt ul li{position:relative; font-weight:300; font-size:16px; color: #fff; opacity: 0.5; margin-right: 34px;}
.sv .txt ul li::after{content:""; position:absolute; top: 6px; right: -20px; width: 4px; height: 4px; background: #fff; opacity: 0.5; border-radius:50%;}
.sv .txt ul li:last-of-type{opacity: 0.8; margin-right: 0;}
.sv .txt ul li:last-of-type::after{display:none;}

/* 서브 공통 */
.sub_wrap{ padding-top: 120px; padding-bottom: 150px; }
.sub_wrap .s_tit{margin-bottom:80px; text-align: center;}
.sub_wrap .s_tit h2{position:relative; font-weight:600; font-size:58px; color: #000; padding-top: 10px;}
.sub_wrap .s_tit h2::after{content:""; position:absolute; top: 0; left: 50%; width: 10px; height: 6px; background: var(--mainC); transform:translateX(-50%); border-radius:50%}
.sub_wrap .s_tit p{ font-size: 16px; font-weight: 400; color: #444; line-height: 1.6; margin-top: 30px; }

/* common */
figure.center{ width: 100%; display: inline-block; margin: 0 auto; text-align: center; }

/* 스크롤바 커스텀 */
.scroll-custom::-webkit-scrollbar{ width: 17px; height: 17px; }
.scroll-custom::-webkit-scrollbar-thumb{ background: var(--mainC); background-clip: padding-box; border: 5px solid transparent; border-radius: 100px; }
.scroll-custom::-webkit-scrollbar-track{ background: #eee; background-clip: padding-box; border: 5px; border: 5px solid transparent; border-radius: 100px; }

/* 간격 */
.pt150{ padding-top: 150px; }
.pb150{ padding-bottom: 150px; }
.pt120{ padding-top: 120px; }
.pb120{ padding-bottom: 120px; }
.pt100{ padding-top: 100px; }
.pb100{ padding-bottom: 100px; }
.pt80{ padding-top: 80px; }
.pb80{ padding-bottom: 80px; }

@media screen and (max-width: 1700px){
	/* 간격 */
	.pt150{ padding-top: 120px; }
	.pb150{ padding-bottom: 120px; }
	.pt120{ padding-top: 100px; }
	.pb120{ padding-bottom: 100px; }
	.pt100{ padding-top: 80px; }
	.pb100{ padding-bottom: 80px; }
	.pt80{ padding-top: 60px; }
	.pb80{ padding-bottom: 60px; }
}

@media (max-width: 1200px){
	/* 서브 비주얼 */
	.sv .bg{height: 340px;}
	.sv .txt{padding: 0 16px;}
	.sv .txt h2{font-size:50px;}
	.sv .txt ul{margin-top: 20px;}

	/* 서브 공통 */
	.sub_wrap{ padding-top: 100px; padding-bottom: 100px; }
	.sub_wrap .s_tit{margin-bottom:40px;}
	.sub_wrap .s_tit h2{font-size:42px;}
	.sub_wrap .s_tit p{ margin-top: 20px; }

	/* 간격 */
	.pt150{ padding-top: 100px; }
	.pb150{ padding-bottom: 100px; }
	.pt120{ padding-top: 80px; }
	.pb120{ padding-bottom: 80px; }
	.pt100{ padding-top: 70px; }
	.pb100{ padding-bottom: 70px; }
}

@media screen and (max-width: 1024px){
	/* 서브 공통 */
	.sub_wrap .s_tit{margin-bottom:30px;}
	.sub_wrap .s_tit h2{font-size:38px;}
}

@media screen and (max-width: 900px){
	.sv .txt h2{font-size:40px;}
}

/* tab-menu */
.tab-menu{ margin-bottom: 60px; --gap: 20px; }
.tab-menu ul{ display: flex; flex-wrap: wrap; gap: var(--gap); }
.tab-menu ul li{ height: 75px; display: flex; justify-content: center; align-items: center; border-radius: 5px; border: 1px solid #E8E8E8; font-size: 18px; font-weight: 500; color: #AAA; position: relative; padding: 20px; cursor: pointer; }
.tab-menu ul li.on{ background: var(--mainC); border: 1px solid var(--mainC); font-weight: 600; color: #fff; }
.tab-menu ul li a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }

.tab-menu.two ul li{ width: calc((100% - var(--gap)) / 2); }
.tab-menu.three ul li{ width: calc((100% - (var(--gap) * 2)) / 3); }
.tab-menu.four ul li{ width: calc((100% - (var(--gap) * 3)) / 4); }
.tab-menu.five ul li{ width: calc((100% - (var(--gap) * 4)) / 5); }

@media screen and (max-width: 1600px){
	.tab-menu ul li{ height: 65px; }
}

@media screen and (max-width: 1400px){
	.tab-menu.five ul li{ width: calc((100% - (var(--gap) * 2)) / 3); }
}

@media screen and (max-width: 1200px){
	.tab-menu{ --gap: 10px; margin-bottom: 30px; }
	.tab-menu ul li{ height: 55px; font-size: 17px; }

	.tab-menu.three ul li{ width: calc((100% - var(--gap)) / 2); }
	.tab-menu.four ul li{ width: calc((100% - var(--gap)) / 2); }
}

@media screen and (max-width: 900px){
	.tab-menu.five ul li{ width: calc((100% - var(--gap)) / 2); }
}


/* table-box */
.table-box{ border-top: 1px solid #000; }
.table-box th, .table-box td{ border: 1px solid #E0E0E0; }
.table-box th{ font-size: 20px; font-weight: 600; color: #000; background: #F1F1F1; padding: 17px 25px; }
.table-box th.small{ font-size: 16px; font-weight: 500; color: #222; background: #F1F1F1; }
.table-box th.light{ background: #F9F9F9; border: none; position: relative; }
.table-box th.light::after{ content: ""; width: 1px; height: 10px; background: #EBEBEB; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.table-box tr > th.light:last-of-type::after{ display: none; }
.table-box td{ background: #fff; font-size: 16px; font-weight: 400; color: #666; padding: 20px 40px; }

.table-box .bLeft{ border-left: 1px solid #E0E0E0 !important; }
.table-box .bRight{ border-right: 1px solid #E0E0E0 !important; }
.table-box .redBg{ background: var(--mainC); color: #fff; }

.small-txt{ font-size: 15px; font-weight: 400; color: #777; }

@media screen and (max-width: 1400px){
	.table-box th{ font-size: 18px; padding: 17px 20px; }
	.table-box td{ padding: 20px; }
}

@media screen and (max-width: 1200px){
	.table-box th{ font-size: 17px; padding: 15px; }
	.table-box td{ padding: 15px; }
}


/* flex-wrap */
.flex-wrap{ display: flex; }
.flex-wrap .title{ width: 425px; }
.flex-wrap .title h6{ font-size: 24px; font-weight: 700; color: #222; line-height: 1.5; }
.flex-wrap .title span{ display: inline-block; font-size: 16px; font-weight: 400; color: #666; margin-top: 10px; }
.flex-wrap .content{ width: calc(100% - 425px); }

@media screen and (max-width: 1700px){
	.flex-wrap .title h6{ font-size: 22px; }
}

@media screen and (max-width: 1400px){
	.flex-wrap .title{ width: 350px; }
	.flex-wrap .content{ width: calc(100% - 350px); }
}

@media screen and (max-width: 1280px){
	.flex-wrap .title h6{ font-size: 20px; }
}

@media screen and (max-width: 1200px){
	.flex-wrap{ flex-direction: column; }
	.flex-wrap .title{ width: 100%; margin-bottom: 20px; }
	.flex-wrap .title br{ display: none; }
	.flex-wrap .content{ width: 100%; }
}


/* 회사소개 - 인사말 */
.greeting{/* padding-top: 120px;*/ padding-bottom: 0; } 
.greeting .cont{}
.greeting .cont .fbox{gap:40px; align-items:flex-start}
.greeting .cont .fbox > figure{position:sticky; top: 85px; width: calc(50% - 40px); max-height: 837px; height: 100vh;}
.greeting .cont .fbox > figure img{width: 100%; height: 100%; object-fit:cover}
.greeting .cont .fbox .txt{width: 50%; padding: 30px 110px 120px 40px;}
.greeting .cont .fbox .txt {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.greeting .cont .fbox .txt::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.greeting .cont .fbox .txt h3{position:relative; font-weight:600; font-size:35px; line-height: 1.5em; color: #000; padding-bottom:40px; margin-bottom:40px; border-bottom: 1px solid #ebebeb;}
.greeting .cont .fbox .txt h3::before{content:'“'; font-family: "Righteous", sans-serif; position:absolute; top: 6px; left: -32px; font-size:125px; color: var(--mainC); opacity: 0.1;}
.greeting .cont .fbox .txt > ul{}
.greeting .cont .fbox .txt > ul > li{ margin-bottom:40px;}
.greeting .cont .fbox .txt > ul > li span{font-family: var(--enF); font-size:14px; color: var(--mainC); border-bottom: 1px solid var(--mainC);}
.greeting .cont .fbox .txt > ul > li p{font-weight:700; font-size:22px; margin: 23px 0 10px; color: #222;}
.greeting .cont .fbox .txt > ul > li > ul{}
.greeting .cont .fbox .txt > ul > li > ul > li{font-size:16px; line-height: 1.5em; color: #666; margin-bottom:10px;}
.greeting .cont .fbox .txt > ul > li:last-of-type{margin-bottom:0;}
.greeting .cont .fbox .txt > ul > li > ul > li:last-of-type{margin-bottom:0;}
.greeting .cont .fbox .txt .line_box{padding-top: 40px; margin-top: 40px; border-top: 1px solid #ebebeb;}
.greeting .cont .fbox .txt .line_box p{font-size:16px; color: #666; margin-bottom:18px; line-height: 1.5em;}
.greeting .cont .fbox .txt .sign{text-align: right; margin-top: 76px;}
.greeting .cont .fbox .txt .sign h4{font-weight:600; font-size:23px; color: #222;}
.greeting .cont .fbox .txt .sign h4 span{display:inline-block; font-size:14px; color: #666; transform:translateY(-4px); margin-right: 
10px;}
.greeting .cont .fbox .txt .sign figure{width: 100%; margin-top: 10px;}

@media (min-width: 1924px){
	.greeting .cont .fbox > figure{max-height: none;}
}

@media (max-width: 1600px){
	.greeting .cont .fbox .txt{padding: 30px 60px 120px 40px;}
}

@media (max-width: 1400px){
	.greeting .cont .fbox .txt h3{font-size:30px; padding-bottom:20px; margin-bottom:20px;}
	.greeting .cont .fbox .txt > ul > li p{margin: 10px 0;}
	.greeting .cont .fbox .txt > ul > li{margin-bottom:20px;}
}

@media (max-width: 1200px){
	.greeting {/* padding: 100px 0; */ padding-bottom: 100px;}
	.greeting .cont .fbox{flex-wrap:wrap;}
	.greeting .cont .fbox > figure{position:static; max-height: none; width: 100%; height: 400px;}
	.greeting .cont .fbox > figure img{object-fit:cover; height: 100%;}
	.greeting .cont .fbox .txt{width: 100%; padding: 0 16px 0 40px;}
}

@media (max-width: 1024px){
	.greeting .cont .fbox .txt{padding: 0 16px 0 20px;}
	.greeting .cont .fbox .txt h3{font-size:26px;}
	.greeting .cont .fbox .txt h3::before{font-size:80px; left: -14px;}
}


/* 회사소개 - 회사개요 */
#summary dl dt{ font-size: 16px; font-weight: 400; color: #666; margin-bottom: 10px; }
#summary dl dd{ font-size: 26px; font-weight: 700; color: #222; }
#summary dl dd span{ font-size: 16px; font-weight: 400; color: #666; }

#summary .company{ margin-bottom: 40px; }
#summary .company ul{ display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; }
#summary .company ul li{ width: calc((100% - 160px) / 5); display: flex; flex-direction: column; justify-content: space-between; background: #fff; border-top: 1px solid rgba(255, 0, 18, 0.6); border-radius: 10px; box-shadow: 5px 4px 20px 0px rgba(0, 0, 0, 0.07); padding: 40px; }
#summary .company ul li .icon{ width: 100%; text-align: right; }
#summary .company dl{ margin-bottom: 90px; }

#summary .part{ background: #F8F8F8; border-radius: 10px; padding: 40px; }
#summary .part .flex-box{ display: flex; justify-content: space-between; position: relative; }
#summary .part .flex-box::after{ content: ""; width: 1px; height: 100%; background: #E2E2E2; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#summary .part .flex-box > div{ width: calc((100% - 120px) / 2); }
#summary .part dl dd{ display: flex; flex-wrap: wrap; align-items: center; gap: 5px 15px; }
#summary .part dl dd span{ margin-top: calc((1.3em - 16px) / 2); }

#summary .part .flex{ display: flex; justify-content: space-between; align-items: flex-end; margin-top: 110px; }
#summary .part .dl div{ display: flex; flex-wrap: wrap; gap: 10px 30px; margin-top: 10px; }
#summary .part .dl p{ font-size: 16px; font-weight: 400; color: #666; }
#summary .part .dl p span{ font-weight: 600; margin-right: 15px; }

@media screen and (max-width: 1700px){
	#summary dl dd{ font-size: 22px; }
	#summary .company ul li{ padding: 30px; }
}

@media screen and (max-width: 1400px){
	#summary .company{ margin-bottom: 20px; }
	#summary .company ul{ gap: 20px; }
	#summary .company ul li{ width: calc((100% - 80px) / 5); }
}

@media screen and (max-width: 1280px){
	#summary dl dt{ margin-bottom: 5px; }
	#summary dl dd{ font-size: 20px; }

	#summary .company ul li{ width: calc((100% - 40px) / 3); }
	#summary .company dl{ margin-bottom: 50px; }

	#summary .part{ padding: 30px; }
	#summary .part .flex-box > div{ width: calc((100% - 80px) / 2); }
	#summary .part .flex{ flex-direction: column; margin-top: 20px; }
	#summary .part .dl{ width: 100%; }
	#summary .part dl dt{ margin-bottom: 10px; }
	#summary .part dl dd span{ display: block; width: 100%; }
	#summary .part .icon{ margin-top: 50px; }
}

@media screen and (max-width: 900px){
	#summary .part .flex-box{ flex-direction: column; }
	#summary .part .flex-box::after{ display: none; }
	#summary .part .flex-box > div{ width: 100%; position: relative; }
	#summary .part .flex-box > div::after{ content: ""; width: 100%; height: 1px; background: #E2E2E2; position: absolute; left: 50%; bottom: -30px; transform: translate(-50%, -50%); }
	#summary .part .flex-box > div:not(:last-of-type){ margin-bottom: 60px; }
	#summary .part .flex-box > div:last-of-type::after{ display: none; }
}

@media screen and (max-width: 800px){
	#summary .company ul{ justify-content: flex-start; }
	#summary .company ul li{ width: calc((100% - 20px) / 2); padding: 25px; }
}



/* 회사소개 - 회사연혁 */
#history{ padding-bottom: 0; }
#history .flex-box{ display: flex; }
#history .sticky-box{ width: 48.5%; margin-bottom: -1px; }
#history .sticky{ height: calc(100vh - var(--headerH)); position: sticky; top: var(--headerH); left: 0; text-align: center; overflow: hidden; }
#history .sticky .inner { height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: url("/img/sub/company/history_img.jpg") no-repeat center center / cover; padding: 30px; }
#history .sticky .inner > div{ max-width: 500px; width: 100%; }
#history .sticky .title{ border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
#history .sticky .title *{ color: #fff; }
#history .sticky .title span{ font-size: 18px; font-weight: 400; }
#history .sticky .title h3{ font-size: 55px; font-weight: 700; padding: 25px 0 60px; }
#history .sticky ul{ padding-top: 15px; }
#history .sticky ul li{ font-family: var(--enF); font-size: 35px; font-weight: 400; color: rgba(255, 255, 255, 0.4); padding: 22px 0; cursor: pointer; transition: all 0.5s; }
#history .sticky ul li.on{ font-size: 45px; font-weight: 600; color: var(--mainC); }

#history .list-box{ width: 51.5%; padding: 70px 0 225px; }
#history .list-box .offset:not(:last-of-type), #history .list-box .offset dl:not(:last-of-type){ margin-bottom: 60px; }
#history .list-box .dl{ padding: 0 80px; }
#history .list-box .dl dl dt{ font-family: var(--enF); font-size: 32px; font-weight: 600; color: #000; margin-bottom: 20px; }
#history .list-box .dl dl dd p{ font-size: 18px; font-weight: 400; color: #666; padding-left: 15px; position: relative; }
#history .list-box .dl dl dd p::before{ content: ""; width: 4px; height: 4px; background: #D9D9D9; border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#history .list-box .dl dl dd p:not(:last-of-type){ margin-bottom: 10px; }

@media screen and (max-width: 1700px){
	#history .sticky .title h3{ font-size: 45px; }
	#history .sticky ul li{ font-size: 28px; }
	#history .sticky ul li.on{ font-size: 35px; }

	#history .list-box{ padding: 70px 0 180px; }
	#history .list-box .dl dl dt{ font-size: 28px; }
}

@media screen and (max-width: 1280px){
	#history .sticky .title h3{ font-size: 35px; padding: 10px 0 30px; }
	#history .sticky ul li{ font-size: 24px; padding: 10px; }
	#history .sticky ul li.on{ font-size: 30px; }

	#history .list-box{ padding: 40px 0 100px; }
	#history .list-box .dl{ padding: 0 40px; }
	#history .list-box .dl dl dt{ font-size: 24px; }
	#history .list-box .dl dl dd p{ font-size: 17px; }
}

@media screen and (max-width: 1200px){
	#history .flex-box{ flex-direction: column; }
	#history .sticky-box{ width: 100%; }
	#history .sticky{ height: auto; }
	#history .sticky ul{ display: flex; flex-wrap: wrap; align-items: center; }

	#history .list-box{ width: 100%; }
	#history .list-box .dl{ padding: 0 20px; }
}

@media screen and (max-width: 950px){
	.history .s_tit br, #history .s_tit br{ display: none; }
}

@media screen and (max-width: 900px){
	#history .sticky .inner{ padding: 30px 20px; }
	#history .sticky .title h3{ font-size: 30px; }
	#history .sticky ul li{ font-size: 17px; }
	#history .sticky ul li.on{ font-size: 20px; }

	#history .list-box .dl dl dt{ font-size: 20px; }
}


/* 회사소개 - 경영방침 */
#principle{ overflow: hidden; }
#principle .text-box{ text-align: center; margin-bottom: 60px; }
#principle .text-box h4{ font-size: 26px; font-weight: 700; color: #222; }
#principle .text-box h4 strong{ font-weight: inherit; color: var(--mainC); }
#principle .text-box p{ font-size: 16px; font-weight: 400; color: #444; line-height: 1.6; margin-top: 15px; }

#principle .flex-box{ display: flex; justify-content: space-between; text-align: center; }
#principle .flex-box .half{ width: calc((100% - 35px) / 2); display: flex; justify-content: center; align-items: center; padding: 80px; border-radius: 20px; box-shadow: 5px 4px 20px 0px rgba(0, 0, 0, 0.07); position: relative; overflow: hidden; }
#principle .half > div{ width: 100%; }
#principle .flex-box .half > span{ position: absolute; font-family: var(--enF); font-size: 65px; font-weight: 900; color: #F9F9F9; position: absolute; bottom: -15px; right: -15px; z-index: -1; text-align: right; }

#principle .square h5{ font-size: 55px; font-weight: 700; color: #222; }
#principle .square h5 span{ display: inline-block; color: #fff; text-stroke: 1px #444; -webkit-text-stroke: 1px #444; margin-left: 15px; }
#principle .square ul{ display: flex; flex-wrap: wrap; margin: 70px 0 20px; gap: 20px; }
#principle .square ul li{ width: calc((100% - 40px) / 3); background: #fff; border-top: 1px solid var(--mainC); border-radius: 10px; padding: 25px 30px; box-shadow: 5px 4px 20px 0px rgba(0, 0, 0, 0.07); position: relative; }
#principle .square ul li:nth-of-type(even){ top: 20px; }
#principle .square ul li span{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; background: var(--mainC); border-radius: 50%; font-family: var(--enF); font-size: 13px; font-weight: 500; color: #fff; line-height: 1; margin: 0 auto; }
#principle .square ul li p{ font-size: 19px; font-weight: 500; color: #333; line-height: 1.45; margin-top: 20px; }

#principle .circle{ border-radius: 50%; position: relative; }
#principle .circle .text{ position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); padding: 0 20px; }
#principle .circle .text strong{ font-size: 30px; font-weight: 700; }
#principle .circle .text span{ font-size: 22px; font-weight: 600; }
#principle .circle .text dl dt{ font-size: 45px; font-weight: 700; color: var(--mainC); }
#principle .circle .text dl dd{ font-size: 18px; font-weight: 500; color: #333; margin-top: 5px; }

#principle .c335{ width: 335px; height: 335px; background: #333; }
#principle .c200{ width: 200px; height: 200px; }

#principle .circle-box{ position: relative; }
#principle .box{ width: fit-content; padding: 120px 100px 55px; position: relative; }
#principle .box .circle .text{ color: #fff; }
#principle .absolute{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 200px auto 200px; }
#principle .absolute > .circle{ background: rgba(225, 0, 18, 0.8); filter: drop-shadow(0px 0px 30px rgba(225, 0, 18, 0.10)); webkit-filter: drop-shadow(0px 0px 30px rgba(225, 0, 18, 0.10)); }
#principle .absolute > .circle:nth-of-type(1){ grid-column: 1 / 4; margin: 0 auto; }
#principle .absolute > .circle:nth-of-type(2){ grid-column: 1 / 2; align-self: end; }
#principle .absolute > .circle:nth-of-type(3){ grid-column: 3 / 4; align-self: end; }

#principle .border{ background: #fff; border: 1px dashed #A4A4A4; position: absolute; top: 55px; right: 0; }

@media screen and (max-width: 1700px){
	#principle .flex-box .half{ padding: 60px; }
	#principle .flex-box .half > span{ font-size: 50px; bottom: -10px; }

	#principle .square h5{ font-size: 45px; }
	#principle .square ul li p{ font-size: 17px; }

	#principle .circle .text strong{ font-size: 25px; }
	#principle .circle .text span{ font-size: 18px; }
	#principle .circle .text dl dt{ font-size: 35px; }
	#principle .circle .text dl dd{ font-size: 17px; }

	#principle .c335{ width: 280px; height: 280px; }
	#principle .c200{ width: 170px; height: 170px; }

	#principle .absolute{ grid-template-columns: 170px auto 170px; }
}

@media screen and (max-width: 1600px){
	#principle .square br{ display: none; }
	#principle .square ul li{ padding: 20px; }
	#principle .square ul li span{ width: 35px; height: 35px; font-size: 12px; }
}

@media screen and (max-width: 1420px){
	#principle .flex-box{ flex-direction: column; }
	#principle .flex-box .half{ width: 100%; }
	#principle .flex-box .half:not(:last-of-type){ margin-bottom: 30px; }

	#principle .square ul{ max-width: 700px; margin: 40px auto 20px; }

	#principle .circle-box{ max-width: 600px; }
}

@media screen and (max-width: 1280px){
	#principle .square h5{ font-size: 35px; }
	#principle .square ul li{ font-size: 16px; }

	#principle .circle .text strong{ font-size: 22px; }
	#principle .circle .text span{ font-size: 17px; }
	#principle .circle .text dl dt{ font-size: 30px; }
	#principle .circle .text dl dd{ font-size: 16px; }
}

@media (max-width: 1200px){
	#principle .text-box{ margin-bottom: 20px; }
	#principle .text-box h4{ font-size: 22px; }
	#principle .text-box p{ margin-top: 10px; }
}

@media (max-width: 1024px){
	#principle .text-box h4{ font-size: 20px; }
}

@media screen and (max-width: 900px){
	#principle .square h5{ font-size: 30px; }
}

@media screen and (max-width: 700px){
	#principle .flex-box .half{ padding: 40px 30px; }

	#principle .square ul li{ width: 100%; }
	#principle .square ul li:nth-of-type(even){ top: 0; }
	#principle .square ul li p{ margin-top: 10px; }

	#principle .c335{ width: 230px; height: 230px; }
	#principle .c200{ width: 140px; height: 140px; }

	#principle .box{ padding: 100px 80px 35px; }
	#principle .absolute{ grid-template-columns: 140px auto 140px; }

	#principle .border{ position: relative; width: 100%; height: auto; top: unset; left: unset; border-radius: 20px; padding: 10px 20px 20px; margin-top: 30px; }
	#principle .border .text{ position: static; transform: translate(0, 0); }
}

@media screen and (max-width: 600px){
	#principle .flex-box .half > span{ font-size: 40px; }
}


/* 회사소개 - 관련사 */
#partner .partner-list{ margin-top: 60px; }
#partner .partner-list ul{ display: flex; flex-wrap: wrap; gap: 20px; }
#partner .partner-list ul li{ width: calc((100% - 60px) / 4); height: 120px; border-radius: 10px; box-shadow: 5px 4px 20px 0px rgba(0, 0, 0, 0.07); padding: 30px 50px; position: relative; }
#partner .partner-list ul li figure{ width: 100%; height: 100%; display: flex; align-items: center; }
#partner .partner-list ul li figure img{ max-height: 100%; }
#partner .partner-list ul li a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }

@media screen and (max-width: 1500px){
	#partner .partner-list ul li{ height: 100px; }
}

@media screen and (max-width: 1280px){
	#partner .partner-list{ margin-top: 30px; }
	#partner .partner-list ul li{ height: 80px; padding: 20px 30px; }
}

@media screen and (max-width: 1000px){
	#partner .partner-list ul li{ width: calc((100% - 40px) / 3); }
}

@media screen and (max-width: 750px){
	#partner .partner-list ul li{ width: calc((100% - 20px) / 2); padding: 20px; }
}


/* 회사소개 - 오시는 길 */
.location .map{ position: relative; height: 500px; border-radius: 20px; overflow: hidden; }
.location .map .root_daum_roughmap{ width: 100%; height: 100%; }
.location .map .root_daum_roughmap .wrap_map{ height: 100%; }
.location .map .root_daum_roughmap .map_border{ display: none !important; }

.location .info{ margin-top: 35px; }
.location .info .flex-box{ display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 60px; }
.location .info .dl{ display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 30px; }
.location .info .dl dl::before{ content: ""; width: 2px; height: 15px; background: #C8C8C8; position: absolute; top: 6px; right: -17px; }
.location .info .dl dl:last-of-type::before{ display: none; }
.location .info dl{ display: flex; position: relative; }
.location .info dl *{ font-size: 20px; }
.location .info dl dt{ font-weight: 700; color: #222; }
.location .info dl dd{ font-weight: 400; color: #666; padding-left: 15px; }
.location .info dl dd.eng{ font-family: var(--Poppins); }

.location .info .icon{ padding-left: 25px; position: relative; }
.location .info .icon::before{ position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-30%); }
.location .info .icon.address::before{ content: url("/img/sub/company/address_icon.svg"); }
.location .info .icon.call::before{ content: url("/img/sub/company/call_icon.svg"); }

@media (max-width: 1400px){
	.location .info .dl dl::before{ top: 5px; }
	.location .info dl *{ font-size: 18px; }
}

@media (max-width: 1200px){
	.location .map{ height: 400px; }

	.location .info{ margin-top: 20px; } 
	.location .info .dl dl::before{ top: 4px; }
	.location .info dl *{ font-size: 17px; }
}


/* 
	사업소개 (공통)
*/
#business{ padding-bottom: 0; overflow: hidden; }
#business .intro .img-bg{ position: relative; border-radius: 20px; overflow: hidden; padding-bottom: 25.3%; }
#business .intro .img-bg img{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#business .intro .flex-box{ display: flex; padding: 0 50px; }
#business .intro .mark{ width: 280px; height: 230px; transform: translateY(-50%); }
#business .intro .mark figure{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: #fff; border-radius: 20px; box-shadow: 5px 4px 20px 0px rgba(0, 0, 0, 0.07); position: relative; z-index: 10; padding: 30px; }
#business .intro .mark figure img{ max-height: 100%; }
#business .intro .text{ width: calc(100% - 280px); padding-top: 40px; padding-left: 45px; }
#business .intro .text *{ font-size: 17px; font-weight: 400; color: #666; }
#business .intro .text .sec:not(:last-of-type){ margin-bottom: 40px; }
#business .intro .text h6{ font-size: 30px; font-weight: 700; color: #222; line-height: 1.4; margin-bottom: 20px; }
#business .intro .text .p-box p:not(:last-of-type){ margin-bottom: 20px; }
#business .intro .text  dl dt{ font-size: 22px; font-weight: 600; color: #222; margin-bottom: 10px; }

#business .gray-bg{ background: #F9F9F9; }
#business .gray-bg .title{ margin-bottom: 40px; }
#business .gray-bg .title h5{ font-size: 35px; font-weight: 700; color: #222; }
#business .gray-bg .title p{ font-size: 17px; font-weight: 400; color: #444; margin-top: 15px; }


/* 사업소개 - 주조 */
#business.casting .big figure{ width: 100%; text-align: center; padding: 60px; background: #fff; border: 1px solid #EDEDED; border-radius: 20px; }
#business.casting .step-list{ margin-top: 40px; }
#business.casting .step-list ul{ display: flex; flex-wrap: wrap; gap: 40px 100px; }
#business.casting .step-list ul li{ width: calc((100% - 200px) / 3); display: flex; background: #fff; border: 1px solid #EDEDED; border-radius: 20px; padding: 40px; position: relative; }
#business.casting .step-list ul li::after{ content: url("/img/sub/business/casting_arrow.svg"); position: absolute; top: 50%; right: -50px; transform: translate(50%, -50%); }
#business.casting .step-list ul li:nth-of-type(3n)::after{ display: none; }
#business.casting .step-list ul li:last-of-type::after{ display: none !important; }
#business.casting .step-list .dl{ width: calc(100% - 180px); }
#business.casting .step-list .dl > span{ display: inline-block; background: var(--mainC); border-radius: 990px; font-family: var(--enF); font-size: 12px; font-weight: 700; color: #fff; line-height: 1; padding: 8px 10px; margin-bottom: 20px; }
#business.casting .step-list .dl dl dt{ font-size: 26px; font-weight: 700; color: #222; margin-bottom: 10px; }
#business.casting .step-list .dl dl dd{ font-size: 17px; font-weight: 400; color: #666; line-height: 1.5; }

#business.casting .step-list ul li .img{ width: 180px; display: flex; justify-content: flex-end; align-items: flex-end; padding-left: 30px; }

#business.casting .step-list ul li.center{ padding: 20px 40px; }
#business.casting .step-list ul li.center .dl{ padding: 20px 0; }


/* 사업소개 - 표면처리 */
#business.surface .table-box colgroup col:nth-of-type(1){ width: 320px; }
#business.surface .table-box colgroup col:nth-of-type(2){ width: 130px; }
#business.surface .table-box colgroup col:nth-of-type(3){ width: 100%; }
#business.surface .table-box th.small{ text-align: left; }


/* 사업소개 - 환경설비 */
#business.environment .dl-list ul{ display: flex; flex-wrap: wrap; gap: 50px; } 
#business.environment .dl-list ul li{ width: calc((100% - 100px) / 3); background: #fff; border: 1px solid #EDEDED; border-radius: 20px; overflow: hidden; }
#business.environment .dl-list figure{ width: 100%; position: relative; padding-bottom: 58%; overflow: hidden; }
#business.environment .dl-list figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#business.environment .dl-list dl{ padding: 40px; }
#business.environment .dl-list dl dt{ font-size: 26px; font-weight: 700; color: #222; margin-bottom: 15px; padding-left: 20px; position: relative; }
#business.environment .dl-list dl dt::before{ content: ""; width: 10px; height: 10px; border: 3px solid var(--mainC); border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); box-sizing: border-box; }
#business.environment .dl-list dl dd{ display: flex; flex-wrap: wrap; gap: 5px 25px; font-size: 17px; font-weight: 400; color: #666; }  
#business.environment .dl-list dl dd p{ width: calc((100% - 25px) / 2); padding-left: 15px; position: relative; }
#business.environment .dl-list dl dd p::before{ content: ""; width: 4px; height: 4px; background: #D9D9D9; border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }


/* 사업소개 - 투사재 */
#business.abrasives .intro ul{ max-width: 860px; display: flex; flex-wrap: wrap; gap: 17px; }
#business.abrasives .intro ul li{ width: calc((100% - 51px) / 4); position: relative; }
#business.abrasives .intro ul li figure{ width: 100%; position: relative; padding-bottom: 89%; overflow: hidden; border: 1px solid #D3D3D3; }
#business.abrasives .intro ul li figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#business.abrasives .intro ul li span{ max-width: calc(100% - 20px); width: max-content; display: inline-block; background: rgba(255, 255, 255, 0.8); border-radius: 990px; font-size: 16px; font-weight: 600; color: #222; text-align: center; padding: 8px 15px; position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); }

#business.abrasives .gray-bg .flex-box{ display: flex; justify-content: space-between; }
#business.abrasives .gray-bg .flex-box > div{ width: calc((100% - 50px) / 2); }
#business.abrasives .table-box th.small{ font-weight: 600; }
#business.abrasives .table-box tbody th{ background: #fff; }
#business.abrasives .table-box tbody th p:not(:last-of-type){ margin-bottom: 6px; }
#business.abrasives .table-box td{ text-align: center; }

#business.abrasives .gray-bg .half.img{ display: flex; justify-content: center; align-items: center; background: #fff; border: 1px solid #E0E0E0; border-radius: 20px; padding: 40px; text-align: center; }
#business.abrasives .gray-bg .box{ width: 100%; }
#business.abrasives .gray-bg ul{ display: flex; gap: 15px; }
#business.abrasives .gray-bg ul li{ width: calc((100% - 15px) / 2); }
#business.abrasives .gray-bg ul li figure{ width: 100%; position: relative; border: 1px solid #E0E0E0; border-radius: 20px; overflow: hidden; padding-bottom: 61%; }
#business.abrasives .gray-bg ul li figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#business.abrasives .gray-bg .box p{ font-size: 16px; font-weight: 600; color: #000; margin-top: 25px; }


/* 사업소개 - Maintenance */
#business.maintenance .gray-bg .table-box{ width: 1000px; }
#business.maintenance .gray-bg .table-box tr{ position: relative; z-index: 10; }
#business.maintenance .gray-bg .table-box tr::after{ content: ""; width: 700px; height: 1px; border-bottom: 1px dotted #000; position: absolute; top: 50%; right: 0; z-index: -1; transform: translate(100%, -50%); }
#business.maintenance .gray-bg .table-box th{ width: 320px; }
#business.maintenance .gray-bg .table-box td{ width: 100%; padding: 30px; }
#business.maintenance .gray-bg .table-box p{ line-height: 1.6; }
#business.maintenance .gray-bg .table-box .mb{ margin-bottom: 20px; }

#business.maintenance .gray-bg .table-box ul{ margin-top: -5px; }
#business.maintenance .gray-bg .table-box ul li{ margin-top: 5px; padding-left: 15px; position: relative; }
#business.maintenance .gray-bg .table-box ul li::before{ content: ""; width: 4px; height: 4px; background: #D9D9D9; border-radius: 50%; position: absolute; top: calc(1.2em / 2); left: 0; transform: translateY(-50%); }

#business.maintenance .gray-bg .table-box ul.half{ display: flex; flex-wrap: wrap; justify-content: space-between; }
#business.maintenance .gray-bg .table-box ul.half li{ width: calc((100% - 20px) / 2); }

#business.maintenance .gray-bg .table-box .gallery{ width: 700px; position: absolute; top: 50%; right: 0; transform: translate(100%, -50%); display: flex; justify-content: flex-end; }
#business.maintenance .gray-bg .table-box .gallery > div{ display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 15px; padding-left: 25px; background: #F9F9F9; position: relative; }
#business.maintenance .gray-bg .table-box .gallery > div::before{ content: ""; width: 5px; height: 5px; background: #000; border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); }
#business.maintenance .gray-bg .table-box .gallery img{ border-radius: 20px; }


@media screen and (max-width: 1740px){
	/* 사업소개 - Maintenance */
	#business.maintenance .gray-bg .table-box tr::after{ width: calc(100vw - 1000px - 80px); }
	#business.maintenance .gray-bg .table-box .gallery{ width: calc(100vw - 1000px - 80px); }
}

@media screen and (max-width: 1700px){
	/* 사업소개 (공통) */
	#business .intro .mark{ width: 200px; height: 180px; }
	#business .intro .text{ width: calc(100% - 200px); }
	#business .intro .text h6{ font-size: 26px; }
	
	#business .gray-bg .title h5{ font-size: 30px; }

	/* 사업소개 - 주조 */
	#business.casting .step-list .dl dl dt{ font-size: 22px; }

	/* 사업소개 - 환경설비 */
	#business.environment .dl-list dl{ padding: 30px; }
	#business.environment .dl-list dl dt{ font-size: 22px; }

	/* 사업소개 - Maintenance */
	#business.maintenance .gray-bg .table-box{ width: 100%; }
	#business.maintenance .gray-bg .table-box tr::after{ display: none; }
	#business.maintenance .gray-bg .table-box .gallery{ width: 100%; position: static; transform: translate(0, 0); margin-top: 20px; }
	#business.maintenance .gray-bg .table-box .gallery > div{ background: transparent; padding-left: 0; }
	#business.maintenance .gray-bg .table-box .gallery > div::before{ display: none; }
}

@media screen and (max-width: 1600px){
	/* 사업소개 - 주조 */
	#business.casting .step-list ul li{ padding: 30px; }
	#business.casting .step-list ul li .dl{ width: calc(100% - 150px); }
	#business.casting .step-list ul li .img{ width: 150px; }

	#business.casting .step-list ul li.center{ padding: 20px 30px; }
	#business.casting .step-list ul li.center .dl{ padding: 10px 0; }

	/* 사업소개 - 투사재 */
	#business.abrasives .gray-bg .half.img{ padding: 30px; }

	/* 사업소개 - Maintenance */
	#business.maintenance .intro br{ display: none; }
}

@media screen and (max-width: 1400px){
	/* 사업소개 - 주조 */
	#business.casting .step-list ul li{ width: calc((100% - 100px) / 2); }
	#business.casting .step-list ul li:nth-of-type(3n)::after{ display: block; }
	#business.casting .step-list ul li:nth-of-type(2n)::after{ display: none; }

	/* 사업소개 - 환경설비 */
	#business.environment .dl-list ul{ gap: 30px; } 
	#business.environment .dl-list ul li{ width: calc((100% - 60px) / 3); }
	#business.environment .dl-list dl dd{ flex-direction: column; }  
	#business.environment .dl-list dl dd p{ width: 100%; }

	/* 사업소개 - 투사재 */
	#business.abrasives .gray-bg .flex-box > div{ width: calc((100% - 20px) / 2); }
}

@media screen and (max-width: 1280px){
	/* 사업소개 (공통) */
	#business .intro .img-bg{ padding-bottom: 230px; }
	#business .intro .flex-box{ padding: 0 30px; }
	#business .intro .text h6{ font-size: 22px; margin-bottom: 15px; }
	#business .intro .text .p-box p:not(:last-of-type){ margin-bottom: 15px; }

	#business .intro .text dl dt{ font-size: 20px; }

	#business .gray-bg .title{ margin-bottom: 20px; }
	#business .gray-bg .title h5{ font-size: 25px; }
	#business .gray-bg .title p{ margin-top: 5px; }

	/* 사업소개 - 주조 */
	#business.casting .big figure{ padding: 30px; }

	/* 사업소개 - 표면처리 */
	#business.surface .table-box colgroup col:nth-of-type(1){ width: 250px; }

	/* 사업소개 - 환경설비 */
	#business.environment .dl-list dl{ padding: 20px; }
	#business.environment .dl-list dl dt{ font-size: 20px; margin-bottom: 10px; }
	#business.environment .dl-list dl dd{ font-size: 16px; }

	/* 사업소개 - 투사재 */
	#business.abrasives .intro ul li span{ font-size: 15px; }

	/* 사업소개 - Maintenance */
	#business.maintenance .gray-bg .table-box th{ width: 150px; }
	#business.maintenance .gray-bg .table-box td{ padding: 20px; }
}

@media screen and (max-width: 1200px){
	/* 사업소개 - 투사재 */
	#business.abrasives .gray-bg .flex-box{ flex-direction: column; }
	#business.abrasives .gray-bg .flex-box > div{ width: 100%; }
	#business.abrasives .gray-bg .flex-box > div:not(:last-of-type){ margin-bottom: 40px; }
}

@media screen and (max-width: 1000px){
	/* 사업소개 (공통) */
	#business .intro .flex-box{ flex-direction: column; padding: 0; }
	#business .intro .mark{ width: 100%; height: 120px; transform: translate(0, 0); margin-top: -60px; padding: 0 30px;  }
	#business .intro .mark figure{ padding: 20px; }
	#business .intro .text{ width: 100%; padding: 0; padding-top: 30px; }

	/* 사업소개 - 주조 */
	#business.casting .step-list{ margin-top: 20px; }
	#business.casting .step-list ul{ gap: 20px 80px; }
	#business.casting .step-list ul li{ width: calc((100% - 80px) / 2); padding: 20px; }
	#business.casting .step-list ul li::after{ right: -40px; }

	#business.casting .step-list ul li.center{ padding: 20px; }
	#business.casting .step-list ul li.center .dl{ padding: 0; }

	/* 사업소개 - 환경설비 */
	#business.environment .dl-list ul{ gap: 20px; }
	#business.environment .dl-list ul li{ width: calc((100% - 20px) / 2); }
}

@media screen and (max-width: 900px){
	/* 사업소개 - 주조 */
	#business.casting .step-list ul li .dl{ width: calc(100% - 120px); }
	#business.casting .step-list .dl dl dt{ font-size: 20px; }
	#business.casting .step-list .dl dl dd{ font-size: 16px; }

	#business.casting .step-list ul li .img{ width: 120px; padding-left: 20px; }

	/* 사업소개 - 표면처리 */
	#business.surface .table-box{ overflow-y: auto; padding-bottom: 1px; }
	#business.surface .table-box table{ width: 900px; }

	/* 사업소개 - 환경설비 */
	#business.environment .dl-list dl dt{ font-size: 18px; }

	/* 사업소개 - 투사재 */
	#business.abrasives .table-box th{ padding: 15px; }
	#business.abrasives .table-box td{ font-size: 15px; padding: 10px; }

	#business.abrasives .gray-bg .half.img{ padding: 20px; }
	#business.abrasives .gray-bg .box p{ margin-top: 15px; }
}

@media screen and (max-width: 800px){
	/* 사업소개 - 주조 */
	#business.casting .step-list ul{ gap: 80px 0; }
	#business.casting .step-list ul li{ width: 100%; }
	#business.casting .step-list ul li::after{ top: calc(100% + 40px); right: 50%; transform: translate(50%, -50%) rotate(90deg); }
	#business.casting .step-list ul li:nth-of-type(2n)::after{ display: block; }

	/* 사업소개 - 투사재 */
	#business.abrasives .intro ul li{ width: calc((100% - 17px) / 2); }

	/* 사업소개 - Maintenance */
	#business.maintenance .gray-bg .table-box tr{ display: flex; flex-direction: column; }
	#business.maintenance .gray-bg .table-box tr:not(:last-of-type){ margin-bottom: 40px; }
	#business.maintenance .gray-bg .table-box tr:not(first-of-type){ border-top: 1px solid #000; }
	#business.maintenance .gray-bg .table-box th{ width: 100%; border-bottom: none; }
	#business.maintenance .gray-bg .table-box ul.half li{ width: 100%; }
	
	#business.maintenance .gray-bg .table-box .gallery{ justify-content: center; }
	#business.maintenance .gray-bg .table-box .gallery > div{ justify-content: center; }
}

@media screen and (max-width: 600px){
	/* 사업소개 - 환경설비 */
	#business.environment .dl-list ul{ gap: 30px; }
	#business.environment .dl-list ul li{ width: 100%; }
}


/* 
	제품소개
*/
#product{ overflow: hidden; }
.prod-intro .flex-box{ display: flex; }
.prod-intro .img{ width: 700px; }
.prod-intro .img figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 61.4%; border-radius: 20px; }
.prod-intro .img figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.prod-intro .text{ width: calc(100% - 700px); display: flex; flex-direction: column; justify-content: center; padding-left: 100px; }
.prod-intro .text  *{ font-size: 18px; font-weight: 400; color: #666; } 
.prod-intro .text h5{ font-size: 40px; font-weight: 700; color: #222; padding: 25px 0; }

.prod-intro .text .title{ position: relative; }
.prod-intro .text .title::after{ content: ""; max-width: 700px; width: 100%; height: 1px; background: #EBEBEB; position: absolute; bottom: 0; left: 0; }
.prod-intro .text .content{ padding-top: 25px; }
.prod-intro .text .content *{ line-height: 1.65; }
.prod-intro .text .content .sec:not(:last-of-type){ margin-bottom: 20px; }
.prod-intro .text dl dt{ font-family: var(--enF); font-size: 20px; font-weight: 700; color: #222; letter-spacing: -0.02em; }

/* 제품소개 - 투사재 */
.prod-intro.abrasives .img figure{ padding-bottom: 65%; }

.prod-tab{ margin-bottom: 50px; overflow: hidden; padding-bottom: 1px; }
.prod-tab ul{ display: flex; flex-wrap: wrap; margin-left: -20px; }
.prod-tab ul li{ font-size: 20px; font-weight: 500; color: #666; padding: 15px 20px; position: relative; cursor: pointer; }
.prod-tab ul li::before{ content: ""; width: 100vw; height: 1px; background: #EBEBEB; position: absolute; bottom: -1px; left: -50%; }
.prod-tab ul li::after{ content: ""; display: inline-block; width: 5px; height: 5px; background: var(--mainC); clip-path: ellipse(50% 30% at 50% 50%); position: relative; top: -50%; margin-left: 3px; margin-top: -5px; display: none; }
.prod-tab ul li a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 5; }
.prod-tab ul li.on{ font-weight: 600; color: var(--mainC); }
.prod-tab ul li.on::before{ width: calc(100% - 40px); height: 2px; background: var(--mainC); left: 50%; z-index: 10; transform: translateX(-50%); }
.prod-tab ul li.on::after{ display: inline-block; }

.prod-list ul{ display: flex; flex-wrap: wrap; gap: 60px 33px; }
.prod-list ul li{ width: calc((100% - 99px) / 4); position: relative; }
.prod-list ul li figure{ width: 100%; position: relative; overflow: hidden; border: 1px solid #EBEBEB; padding-bottom: 49.7%; }
.prod-list ul li figure img{ max-width: 100%; max-height: 100%; /*  height: 100%; object-fit: cover; */ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.prod-list ul li .text{ display: flex; justify-content: space-between; align-items: center; margin-top: 10px; padding: 15px 0; position: relative; }
.prod-list ul li .text::after{ content: ""; width: 100%; height: 1px; background: var(--mainC); position: absolute; bottom: 0; left: 0; transform: scaleX(0); transform-origin: right; transition: transform 0.5s; }
.prod-list ul li .text h6{ width: calc(100% - 65px); font-size: 20px; font-weight: 600; color: #222; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: color 0.5s; }
.prod-list ul li .text span{ display: inline-block; font-family: var(--enF); font-size: 13px; font-weight: 500; color: #666; padding-right: 20px; position: relative; transition: color 0.5s; }
.prod-list ul li .text span::before, .prod-list ul li .text span::after{ position: absolute; top: 50%; right: 10px; transform: translate(50%, -50%); transition: opacity 0.5s; }
.prod-list ul li .text span::before{ content: url("/img/sub/product/prod_arrow.svg"); opacity: 1; }
.prod-list ul li .text span::after{ content: url("/img/sub/product/prod_arrow_on.svg"); opacity: 0; }

.prod-list ul li a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }

@media screen and (hover: hover){
	.prod-list ul li:hover .text::after{ transform: scaleX(1);transform-origin: left; }
	.prod-list ul li:hover .text h6{ color: var(--mainC); }
	.prod-list ul li:hover .text span{ color: var(--mainC); }
	.prod-list ul li:hover .text span::before{ opacity: 0; }
	.prod-list ul li:hover .text span::after{ opacity: 1; }
}

@media screen and (max-width: 1700px){
	.prod-intro .text h5{ font-size: 30px; }
	.prod-intro .text dl dt{ font-size: 19px; }
	
	.prod-tab{ margin-bottom: 40px; }
	.prod-tab ul li{ font-size: 18px; }

	.prod-list ul li .text{ margin-top: 5px; }
	.prod-list ul li .text h6{ font-size: 18px; }
}

@media screen and (max-width: 1600px){
	.prod-intro br{ display: none; }
	.prod-intro .img{ width: 500px; }
	.prod-intro .text{ width: calc(100% - 500px); }
}

@media screen and (max-width: 1280px){
	.prod-intro .text{ padding-left: 50px; }
	.prod-intro .text *{ font-size: 17px; }
	.prod-intro .text h5{ font-size: 25px; padding: 20px 0; }
	.prod-intro .text .content{ padding-top: 20px; }
	.prod-intro .text dl dt{ font-size: 18px; }

	.prod-tab{ margin-bottom: 30px; }
	.prod-tab ul{ margin-left: -10px; }
	.prod-tab ul li{ font-size: 17px; padding: 10px; }
	.prod-tab ul li.on::before{ width: calc(100% - 20px); }

	.prod-list ul li .text{ margin-top: 0; }
	.prod-list ul li .text h6{ font-size: 17px; }
}

@media screen and (max-width: 1200px){
	.prod-intro .flex-box{ flex-direction: column; }
	.prod-intro .img{ width: 100%; }
	.prod-intro .text{ width: 100%; margin-top: 30px; padding-left: 0; }

	.prod-list ul li{ width: calc((100% - 66px) / 3); }
}

@media screen and (max-width: 950px){
	.prod-list ul{ gap: 40px 20px; }
	.prod-list ul li{ width: calc((100% - 40px) / 3); }
	.prod-list ul li .text{ padding: 10px 0; }
}

@media screen and (max-width: 900px){
	.prod-intro .text *{ font-size: 16px; }
	.prod-intro .text h5{ font-size: 22px; }
}

@media screen and (max-width: 750px){
	.prod-list ul li{ width: calc((100% - 20px) / 2); }
}


/* 제품소개 (공통) */
#product .gray-bg{ background: #F9F9F9; box-shadow: 5px 4px 20px 0px rgba(0, 0, 0, 0.07); }

#product .flex-wrap .content .arti:not(:last-of-type){ margin-bottom: 120px; }
#product .flex-wrap .content .sec:not(:last-of-type){ margin-bottom: 80px; }
#product .flex-wrap .content *{ font-size: 18px; font-weight: 400; color: #000; }
#product .flex-wrap p{ line-height: 1.4; }

#product .flex-wrap .content dl dt{ font-size: 22px; font-weight: 600; color: #222; position: relative; padding: calc((40px - 1.3em) / 2) 0; padding-left: 120px !important; margin-bottom: 20px; }
#product .flex-wrap .content dl dt span{ display: inline-block; background: var(--mainC); border-radius: 990px; font-size: 16px; font-weight: 500; color: #fff !important; line-height: 1; padding: 12px 25px; position: absolute; top: 0; left: 0; }
#product .flex-wrap .content dl dt.pl0{ padding-left: 0 !important; }
#product .flex-wrap .content .figure-list{ display: flex; flex-wrap: wrap; gap: 35px; margin-top: 30px; }
#product .flex-wrap .content .figure-list li{ width: calc((100% - 35px) / 2); text-align: center; }
#product .flex-wrap .content .figure-list li figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 54%; border: 1px solid #EBEBEB; }
#product .flex-wrap .content .figure-list figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#product .flex-wrap .content .figure-list li p{ font-size: 16px; font-weight: 600; color: #222; margin-top: 15px; }

@media screen and (max-width: 1700px){
	#product .flex-wrap .content dl dt{ font-size: 20px; padding: calc((33px - 1.3em) / 2) 0; padding-left: 95px !important; }
	#product .flex-wrap .content dl dt span{ padding: 9px 15px; }
}

@media screen and (max-width: 1280px){
	#product .flex-wrap .content *{ font-size: 17px; }
	#product .flex-wrap .content .arti:not(:last-of-type){ margin-bottom: 80px; }
	#product .flex-wrap .content .sec:not(:last-of-type){ margin-bottom: 50px; }

	#product .flex-wrap .content dl dt{ font-size: 18px; margin-bottom: 10px; }
	#product .flex-wrap .content dl dt span{ font-size: 15px; }
	#product .flex-wrap .content .figure-list{ margin-top: 20px; }
	#product .flex-wrap .content .figure-list li p{ font-size: 15px; margin-top: 10px; }
}

@media screen and (max-width: 900px){
	#product .flex-wrap .content .figure-list{ gap: 35px 15px; }
	#product .flex-wrap .content .figure-list li{ width: calc((100% - 15px) / 2); }
}

@media screen and (max-width: 750px){
	#product br{ display: none; }
}


/* 제품소개 - 환경설비 */
#product.environment{ padding-bottom: 0; }


/* 제품소개 - 투사재 */
#product.abrasives{ padding-bottom: 0; }
#product.abrasives .table-box *{ font-size: 16px; }
#product.abrasives .intro-box .flex-box{ display: flex; }
#product.abrasives .intro-box .flex-box > div{ width: 50%; }

#product.abrasives .intro-box .img ul{ display: flex; gap: 50px; }
#product.abrasives .intro-box .img ul li{ width: calc((100% - 50px) / 2); text-align: center; }
#product.abrasives .intro-box .img ul li figure{ width: 100%; }
#product.abrasives .intro-box .img ul li figure img{ width: 100%; }
#product.abrasives .intro-box .img ul li p{ font-size: 16px; font-weight: 600; color: #222; margin-top: 10px; }

#product.abrasives .intro-box .table{ padding-left: 50px; text-align: center; }
#product.abrasives .intro-box .table th{ background: #F9F9F9; }
#product.abrasives .intro-box .table tr > *:first-of-type{border-left: none; }
#product.abrasives .intro-box .table tr > *:last-of-type{border-right: none; }
#product.abrasives .intro-box .table thead th{ border: none; position: relative; }
#product.abrasives .intro-box .table thead th::after{ content: ""; width: 1px; height: 10px; background: #EBEBEB; position: absolute; top: 50%; right: 0; transform: translate(50%, -50%); }

#product.abrasives .intro-box .table thead th:last-of-type::after{ display: none; }
#product.abrasives .intro-box .table tbody th, #product.abrasives .intro-box .table tbody td{ padding: 15px 5px; }
#product.abrasives .intro-box .table tbody th{ font-size: 16px; background: #fff; }

#product.abrasives .flex-wrap dl dt{ padding: 0 !important; }
#product.abrasives .flex-wrap dl dt span{ position: static; margin-right: 15px; vertical-align: middle; }
#product.abrasives .flex-wrap dl dt.pl0{ font-weight: 400; }
#product.abrasives .gray-bg .flex-box{ display: flex; justify-content: space-between; margin-top: 45px; }
#product.abrasives .gray-bg .flex-box > div{ width: calc((100% - 35px) / 2); }
#product.abrasives .gray-bg .img{ background: #fff; border-radius: 20px; padding: 20px; text-align: center; }
#product.abrasives .gray-bg .list{ display: flex; justify-content: space-between; padding: 20px 0; }
#product.abrasives .gray-bg .list .half{ width: calc((100% - 20px) / 2); text-align: center; }
#product.abrasives .gray-bg .list .half p{ display: flex; justify-content: center; align-items: center; background: #fff; border-radius: 20px; width: 100%; height: 60px; font-size: 16px; font-weight: 700; color: var(--mainC); }
#product.abrasives .gray-bg .list .half ul{ margin-top: 60px; }
#product.abrasives .gray-bg .list .half ul li{ font-size: 16px; font-weight: 500; color: #000; }
#product.abrasives .gray-bg .list .half ul li:not(:last-of-type){ margin-bottom: 15px; }
#product.abrasives .gray-bg .list .half ul li::before{ content: ""; display: inline-block; width: 4px; height: 2px; background: var(--mainC); border-radius: 50%; margin-right: 8px; vertical-align: middle; }
#product.abrasives .gray-bg p{ line-height: 1.5; }
#product.abrasives .gray-bg ul{ gap: 40px 15px; }
#product.abrasives .gray-bg .figure-list li{ width: calc((100% - 70px) / 3); }
#product.abrasives .gray-bg .figure-list li figure{ padding-bottom: 70%; border: none; }

#product.abrasives .gray-bg  .table-box colgroup col.w300{ width: 300px; }
#product.abrasives .gray-bg  .table-box tr > *:first-of-type{ border-left: none; }
#product.abrasives .gray-bg  .table-box tr > *:last-of-type{ border-right: none; }
#product.abrasives .gray-bg  .table-box th{ font-weight: 600; }
#product.abrasives .gray-bg  .table-box td{ color: #666; text-align: center; padding: 15px; }
#product.abrasives .gray-bg  .table-box tbody th{ background: #fff; }

#product.abrasives .gray-bg  .table-box .black *{ color: #000; }

@media screen and (max-width: 1740px){
	#product.abrasives .gray-bg .scroll-custom:not(.scroll){ overflow-x: auto; }
	#product.abrasives .gray-bg .scroll-custom:not(.scroll) table{ width: 1250px; }
}

@media screen and (max-width: 1400px){
	#product.abrasives .intro-box .img ul{ gap: 25px; }
	#product.abrasives .intro-box .img ul li{ width: calc((100% - 25px) / 2); }
	#product.abrasives .intro-box .table{ padding-left: 25px; }

	#product.abrasives .gray-bg  .table-box colgroup col.w300{ width: 200px; }
}

@media screen and (max-width: 1280px){
	#product.abrasives .intro-box .flex-box{ flex-direction: column; }
	#product.abrasives .intro-box .flex-box > div{ width: 100%; }

	#product.abrasives .intro-box .table{ padding-left: 0; padding-top: 40px; }
	#product.abrasives .intro-box .table tbody th, #product.abrasives .intro-box .table tbody td{ padding: 10px; }

	#product.abrasives .gray-bg .flex-box{ margin-top: 20px; }
	#product.abrasives .gray-bg .list .half p{ height: 50px; }
}

@media screen and (max-width: 900px){
	#product.abrasives .gray-bg .flex-box{ flex-direction: column; }
	#product.abrasives .gray-bg .flex-box > div{ width: 100%; }
	#product.abrasives .gray-bg .list .half ul{ margin-top: 30px; }

	#product.abrasives .gray-bg .figure-list li{ width: calc((100% - 15px) / 2); }

	#product.abrasives .gray-bg  .table-box colgroup col.w300{ width: 180px; }
	#product.abrasives .gray-bg .scroll{ overflow-x: auto; }
	#product.abrasives .gray-bg .scroll table{ width: 700px; }
}


/* 제품소개 (상세) */
#detail{ padding-bottom: 0; overflow: hidden; }
#detail .download a{ display: flex; width: 230px; height: 70px; justify-content: space-between; align-items: center; background: var(--mainC); border-radius: 10px; font-size: 17px; font-weight: 600; color: #fff; padding: 10px 25px; }
#detail .download a i{ font-size: 18px; }

#detail .detail-top .info h5{ font-size: 30px; font-weight: 700; color: #222; margin-bottom: 20px; }
#detail .detail-top .info .flex-box{ display: flex; }
#detail .detail-top .info .img{ width: 800px; }
#detail .detail-top .info .img figure{ width: 100%; position: relative; /* overflow: hidden; padding-bottom: 51%; */ border: 1px solid #E8E8E8; }
#detail .detail-top .info .img figure img{ width: 100%; /* position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); */ }

#detail .detail-top .info .text{ width: calc(100% - 800px); padding-left: 50px; }
#detail .detail-top .info .text h6{ font-size: 28px; font-weight: 700; color: #000; margin-bottom: 35px; }
#detail .detail-top .info .dl dl:not(:last-of-type){ margin-bottom: 25px; }
#detail .detail-top .info .dl dt{ font-size: 22px; font-weight: 600; color: var(--mainC); margin-bottom: 15px; }
#detail .detail-top .info .dl dd{ font-size: 16px; font-weight: 400; color: #333; line-height: 1.5; }
#detail .detail-top .info ul{ display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
#detail .detail-top .info ul li{ font-size: 16px; font-weight: 400; color: #000; padding: 15px 20px; border-radius: 10px; box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.08); }
#detail .detail-top .info .download{ margin-top: 80px; }

#detail .detail-content{ background: #F9F9F9; }
#detail .detail-content .content:not(:first-of-type){ display: none; }
#detail .detail-content .content .pdf{ position: relative; padding-bottom: 800px; }
#detail .detail-content .content embed{ width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#detail .detail-content .content .download{ padding-top: 20px; display: none; }

#detail .center{ margin-top: 70px; text-align: center; }
#detail .center a{ display: inline-block; font-size: 16px; font-weight: 600; color: #222; padding: 20px 30px; position: relative; }
#detail .center a span{ width: 60px; height: 60px; background: var(--mainC); border-radius: 50%; position: absolute; top: 50%; right: 0; z-index: 5; transform: translateY(-50%); overflow: hidden; cursor: pointer; }
#detail .center a span::before{ content: attr(data-txt); position: absolute; top: 50%; right: 30px; transform: translateY(-50%); color: #fff; }

@media screen and (max-width: 1700px){
	#detail .download a{ width: 200px; height: 60px; }

	#detail .detail-top .info h5{ font-size: 25px; }
	#detail .detail-top .info .text h6{ font-size: 23px; }
	#detail .detail-top .info .dl dt{ font-size: 20px; }
	#detail .detail-top .info .download{ margin-top: 50px; }
}

@media screen and (max-width: 1500px){
	#detail .detail-top .info .img{ width: 600px; }
	#detail .detail-top .info .text{ width: calc(100% - 600px); }
}

@media screen and (max-width: 1280px){
	#detail .download a{ width: 170px; height: 50px; font-size: 16px; padding: 0 20px; }
	#detail .download a i{ font-size: 17px; }

	#detail .detail-top .info .img{ width: 500px; }
	#detail .detail-top .info .text{ width: calc(100% - 500px); }
	#detail .detail-top .info h5{ font-size: 22px; }
	#detail .detail-top .info .text h6{ font-size: 20px; margin-bottom: 20px; }
	#detail .detail-top .info .dl dt{ font-size: 18px; margin-bottom: 10px; }
	#detail .detail-top .info ul li{ font-size: 15px; padding: 10px 15px; }
	#detail .detail-top .info .download{ margin-top: 30px; }

	#detail .center a{ padding: 17px 25px; }
	#detail .center a span{ width: 54px; height: 54px; }
	#detail .center a span::before{ right: 25px; }
}

@media screen and (max-width: 1200px){
	#detail .detail-top .info .flex-box{ flex-direction: column; }
	#detail .detail-top .info .img{ max-width: 100%; }
	#detail .detail-top .info .text{ width: 100%; margin-top: 40px; padding-left: 0; }
}

@media screen and (max-width: 1050px){
	#detail .detail-content .content .pdf{ display: none; }
	#detail .detail-content .content .download{ display: block; }
}


/* 문제해결 (공통) */
#solution .half-box{ display: flex; flex-wrap: wrap; justify-content: space-between; gap: 120px 0; }
#solution .half-box > div{ width: calc((100% - 40px) / 2); }
#solution .half-box > div.block{ width: 100%; padding: 60px; }
#solution .center-center{ display: flex; justify-content: center; align-items: center; }
#solution em{  color: var(--mainC) !important; }

#solution .symbol-box{ display: grid; grid-template-rows: 100px auto; gap: 40px; }
#solution .symbol-box .half-box{ gap: 40px 0; }
#solution .symbol-box .title{ display: flex; flex-wrap: wrap; align-items: center; gap: 10px 30px; padding: 0 60px; position: relative; z-index: 5; background: #EEE url("/img/sub/solution/symbol_bg.svg") no-repeat top -143px right -40px / auto; }
#solution .symbol-box .title h6{ font-size: 24px; font-weight: 700; color: #222; }
#solution .symbol-box .title p{ font-size: 18px; font-weight: 400; color: #333; }
#solution .symbol-box .shadow{ background: #fff; border-radius: 20px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); padding: 60px; }

#solution .symbol-box .base{ font-size: 18px; font-weight: 600; color: #222; }

#solution h6{ font-size: 24px; font-weight: 600; color: #000; }
#solution h6.dot{ font-size: 24px; font-weight: 700; color: #222; padding-left: 20px; position: relative; }
#solution h6.dot::before{ content: ""; width: 10px; height: 10px; border: 3px solid var(--mainC); border-radius: 50%; position: absolute; top: calc(1.4em / 2); left: 0; transform: translateY(-50%); box-sizing: border-box; }

#solution .bBox, #solution .rBox{ padding: 22px; border-radius: 10px; color: #fff; text-align: center; }
#solution .bBox{ background: #333; }
#solution .rBox{ background: var(--mainC); }

#solution .border-box{ border: 1px solid #E8E8E8; border-radius: 10px; padding: 30px; }
#solution .border-box.pa60{ max-width: 1500px; width: 100%; padding: 60px; margin: 0 auto; margin-bottom: 60px; text-align: center; }
#solution .border-box.pa60 p{ font-size: 22px; font-weight: 600; color: #222; }
#solution .border-box.pa60 p:not(:last-of-type){ margin-bottom: 10px; }


#solution .num-dl dt{ font-size: 20px; font-weight: 600; color: #333; position: relative; padding: calc((40px - 1.3em) / 2) 0; padding-left: 50px; margin-bottom: 20px; }
#solution .num-dl dt::before{ content: attr(data-num); width: 40px; height: 40px; background: var(--mainC); border-radius: 50%; font-family: var(--enF); font-size: 16px; font-weight: 400; color: #fff; line-height: 40px; text-align: center; position: absolute; top: 0; left: 0; }
#solution .num-dl dd{ font-size: 16px; font-weight: 400; color: #333; padding-left: 15px; position: relative; }
#solution .num-dl dd::before{ content: ""; width: 3px; height: 3px; background: #000; border-radius: 50%; position: absolute; top: calc(1.2em / 2); left: 0; transform: translateY(-50%); }
#solution .num-dl dd.none{ padding-left: 0; }
#solution .num-dl dd.none::before{ display: none; }

@media screen and (max-width: 1700px){
	#solution .half-box > div.block{ padding: 40px; }
	#solution .symbol-box{ grid-template-rows: 85px auto; }
	#solution .symbol-box .title{ padding: 0 40px; }
	#solution .symbol-box .title h6{ font-size: 22px; }
	#solution .symbol-box .title p{ font-size: 17px; }

	#solution .symbol-box .shadow{ padding: 40px; }
	#solution h6{ font-size: 22px; }
	#solution h6.dot{ font-size: 22px; }

	#solution .bBox, #solution .rBox{ padding: 20px; }

	#solution .border-box.pa60{ padding: 40px; }
	#solution .border-box.pa60 p{ font-size: 20px; }

	#solution .num-dl dt{ font-size: 19px; }
}

@media screen and (max-width: 1300px){
	#solution .half-box{ flex-direction: column; gap: 100px 0; }
	#solution .half-box > div{ width: 100%; }

	#solution .symbol-box{ display: block; }
	#solution .symbol-box .half-box{ gap: 20px 0; }
	#solution .symbol-box .title{ min-height: 80px; padding: 30px; margin-bottom: 20px; }
}

@media screen and (max-width: 1280px){
	#solution .half-box > div.block{ padding: 25px; }

	#solution .symbol-box .title{ min-height: 70px; padding: 25px; }
	#solution .symbol-box .title h6{ font-size: 20px; }
	#solution .symbol-box .title p{ font-size: 16px; }

	#solution .symbol-box .shadow{ padding: 25px; }
	#solution h6{ font-size: 20px; }
	#solution h6.dot{ font-size: 20px; }
	#solution .symbol-box .base{ font-size: 17px; }

	#solution .bBox, #solution .rBox{ padding: 15px; }

	#solution .border-box.pa60{ padding: 30px; }
	#solution .border-box.pa60 p{ font-size: 18px; }

	#solution .num-dl dt{ font-size: 18px; padding: calc((35px - 1.3em) / 2) 0; padding-left: 45px !important; }
	#solution .num-dl dt::before{ width: 35px; height: 35px; font-size: 15px; line-height: 35px; }
}

@media screen and (max-width: 1200px){
	#solution .half-box{  gap: 80px 0; }
	#solution .border-box{ padding: 20px; }
}


/* 문제해결 (원형 그래프) */
#solution .circle-graph .flex-box{ display: flex; justify-content: center; align-items: center; gap: 20px; }
#solution .circle-graph .circle{ width: 600px; height: 600px; border-radius: 50%; box-shadow: -10px 0px 40px 0px rgba(225, 0, 18, 0.10); padding: 25px; display: flex; justify-content: center; align-items: center; position: relative; }
#solution .circle-graph .circle::after{ content: ""; width: calc(50% + 20px); height: 1px; border-bottom: 1px dotted #000; position: absolute; top: 50%; right: -20px; z-index: -1; transform: translateY(-50%); }
#solution .circle-graph .circle div{ max-width: 350px; width: 100%; }
#solution .circle-graph .circle figure{ width: 100%; padding-bottom: 100%; position: relative; overflow: hidden; padding-bottom: 100%; }
#solution .circle-graph .circle figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#solution .circle-graph .graph ul{ padding-left: 40px; position: relative; }
#solution .circle-graph .graph ul::before{ content: ""; width: 50px; height: calc(100% - (50px + 1.3em)); border: 1px dotted #000; border-right: none; border-radius: 10px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#solution .circle-graph .graph ul li{ max-width: 400px; padding: 25px 20px; background: #333; border-radius: 10px; font-size: 18px; font-weight: 500; color: #fff; text-align: center; position: relative; }
#solution .circle-graph .graph ul li::after{ content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--mainC); position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); }
#solution .circle-graph .graph ul li::before{ content: ""; width: 40px; height: 1px; border-top: 1px dotted #000; position: absolute; top: calc(25px + (1.3em / 2)); left: 0; transform: translateX(-100%); }
#solution .circle-graph .graph ul li:first-of-type::before, #solution .circle-graph .graph ul li:last-of-type::before{ display: none; }
#solution .circle-graph .graph ul li:not(:last-of-type){ margin-bottom: 20px; }

@media screen and (max-width: 1700px){
	#solution .circle-graph .circle{ width: 500px; height: 500px; }
	#solution .circle-graph .graph ul li{ font-size: 17px; }
}

@media screen and (max-width: 1280px){
	#solution .circle-graph .circle{ width: 400px; height: 400px; }
	#solution .circle-graph .circle div{ max-width: 300px; }
	#solution .circle-graph .graph ul li{ font-size: 16px; }
}

@media screen and (max-width: 900px){
	#solution .circle-graph .flex-box{ flex-direction: column; }

	#solution .circle-graph .circle{ width: 250px; height: 250px; }
	#solution .circle-graph .circle::after{ width: 1px; height: calc(50% + 20px); border-bottom: none; border-right: 1px dotted #000; top: calc(50% + 20px); left: 50%; transform: translateX(-50%); }

	#solution .circle-graph .graph ul{ padding-left: 0; padding-top: 20px; }
	#solution .circle-graph .graph ul::before{ display: none; }
	#solution .circle-graph .graph ul li{ padding: 20px; }
	#solution .circle-graph .graph ul li::before{ width: 1px; height: 20px; border-bottom: none; border-right: 1px dotted #000; top: 0; left: 50%; transform: translate(-50%, -100%); }
	#solution .circle-graph .graph ul li:last-of-type::before{ display: block; }
	#solution .circle-graph .graph ul li::after{ top: 0; left: 50%; transform: translate(-50%, -50%); }
}


/* 문제해결 - 주조 - 사처리 시스템 */
#solution.idst .arti01 .left .shadow{ text-align: center; }
#solution.idst .arti01 .left figure{ margin: 30px 0 65px; }
#solution.idst .arti01 .left ul{ display: flex; flex-wrap: wrap; gap: 100px 144px; }
#solution.idst .arti01 .left ul li{ width: calc((100% - 144px) / 2); font-size: 18px; font-weight: 500; line-height: 1.5; position: relative; }
#solution.idst .arti01 .left ul li::after{ content: url("/img/sub/solution/arrow3.svg"); position: absolute; top: 50%; right: calc((144px / 2) * -1); transform: translate(50%, -50%); }
#solution.idst .arti01 .left ul li:last-of-type::after{ display: none; }
#solution.idst .arti01 .right figure{ width: 100%; margin-top: 65px; text-align: center; }

#solution.idst .arti02 .flex-box{ display: flex; align-items: center; gap: 60px; }
#solution.idst .arti02 .diagram{ max-width: 710px; width: calc(50% - 60px); }
#solution.idst .arti02 .img{ width: 50%; }
#solution.idst .arti02 .rBox, #solution.idst .arti02 .bBox{ font-size: 20px; font-weight: 600; }
#solution.idst .arti02 ul{ margin: 15px 0; padding-left: 75px; position: relative; }
#solution.idst .arti02 ul::before{ content: ""; width: 60px; height: 100%; background: linear-gradient(180deg, rgba(217, 217, 217, 0.33) 0%, #3C3C3C 119.55%); position: absolute; top: 0; left: 0; clip-path: polygon(0% 0%, 0 calc(100% - 15px), 50% 100%, 100% calc(100% - 15px), 100% 0); }
#solution.idst .arti02 ul li{ background: #F3F3F3; border-radius: 10px; padding: 30px 40px; font-size: 18px; font-weight: 400; color: #666; }
#solution.idst .arti02 ul li.bold{ border: 1px solid #FF0000; font-weight: 700; color: #FF0000; }
#solution.idst .arti02 ul li:not(:last-of-type){ margin-bottom: 20px; }

#solution.idst .arti03 .left .shadow p{ width: 100%; }
#solution.idst .arti03 .left figure{ margin: 60px 0 50px; }
#solution.idst .arti03 .right .step{ display: flex; flex-wrap: wrap; gap: 10px 25px; margin-top: 15px; }
#solution.idst .arti03 .right .step li{ width: calc((100% - 100px) / 5); display: flex; justify-content: center; align-items: center; background: #F3F3F3; border-radius: 10px; font-size: 18px; font-weight: 600; color: #333; text-align: center; padding: 20px 15px; position: relative; }
#solution.idst .arti03 .right .step li::after{ content: url("/img/sub/solution/arrow1.svg"); position: absolute; top: 50%; right: calc((25px / 2) * -1); transform: translate(50%, -50%); } 
#solution.idst .arti03 .right .step li:last-of-type::after{ display: none; }
#solution.idst .arti03 .right .border-box{ margin-top: 40px; }
#solution.idst .arti03 .right .border-box .flex-box{ display: flex; }
#solution.idst .arti03 .right .border-box .flex-box figure{ width: 147px; }
#solution.idst .arti03 .right dl{ width: calc(100% - 147px); padding-left: 30px; }
#solution.idst .arti03 .right dl dt{ font-size: 20px; font-weight: 700; color: #000; margin-bottom: 15px; }
#solution.idst .arti03 .right dl dd{ font-size: 16px; font-weight: 500; color: #666; line-height: 1.4; }
#solution.idst .arti03 .right dl dd *{ line-height: inherit; }
#solution.idst .arti03 .right .num-list li:not(:last-of-type){ margin-bottom: 25px; }
#solution.idst .arti03 .right .num-list li{ position: relative; padding-top: calc((30px - 1.4em) / 2); padding-left: 40px !important; }
#solution.idst .arti03 .right .num-list li span{ display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; background: var(--mainC); border-radius: 50%; font-family: var(--enF); font-size: 11px; font-weight: 600; color: #fff; position: absolute; top: 0; left: 0; }
#solution.idst .arti03 .right .figure{ display: flex; flex-wrap: wrap; justify-content: center; margin-top: 10px; }

#solution.idst .arti04 .right .shadow{ background: #fff url("/img/sub/solution/idst_bg01.png") no-repeat bottom right / auto; }
#solution.idst .arti04 .right .shadow .max550{ max-width: 550px; }
#solution.idst .arti04 .right .shadow table{ text-align: center; }
#solution.idst .arti04 .right .shadow table td{ background: transparent; }
#solution.idst .arti04 .right .shadow .bBox{ padding: 20px; margin-top: 20px; }
#solution.idst .arti04 .right .shadow .bBox span{ display: block; font-size: 16px; font-weight: 300; opacity: 0.6; margin-top: 5px; }

#solution.idst .arti06 .flex{ display: flex; gap: 50px; }
#solution.idst .arti06 .flex > div{ width: calc((100% - 50px) / 2); display: flex; justify-content: center; align-items: center; position: relative; }
#solution.idst .arti06 .flex .bBox, #solution.idst .arti06 .flex .rBox{ font-size: 20px; font-weight: 600; }
#solution.idst .arti06 .flex > div::after{ content: url("/img/sub/solution/arrow1.svg"); position: absolute; top: 50%; right: -25px; transform: translate(50%, -50%); }
#solution.idst .arti06 .flex > div:last-of-type::after{ display: none; }
#solution.idst .arti06 .left ul{ display: flex; gap: 10px; margin: 30px 0 70px;  }
#solution.idst .arti06 .left ul li{ width: calc((100% - 40px) / 5); display: flex; justify-content: center; align-items: center; background: #F3F3F3; border-radius: 10px; font-size: 18px; font-weight: 400; color: #666; text-align: center; padding: 20px; }
#solution.idst .arti06 .left figure{ text-align: center; }
#solution.idst .arti06 .right .flex-box{ display: flex; gap: 10px; margin-top: 30px; }
#solution.idst .arti06 .right .flex-box > div{ width: calc((100% - 10px) / 2); }
#solution.idst .arti06 .right .flex-box > div > p{ font-weight: 700; text-align: center; margin-top: 20px; }
#solution.idst .arti06 .right .box01 ul{ display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0 20px; text-align: center; }
#solution.idst .arti06 .right .box01 ul li{ max-width: 110px; width: calc((100% - 20px) / 2); margin-bottom: 20px; }
#solution.idst .arti06 .right .box01 ul li figure{ border-radius: 5px; overflow: hidden; }
#solution.idst .arti06 .right .box01 ul li figure.border{ border: 1px solid #484848; }
#solution.idst .arti06 .right .box01 ul li div{ margin-top: -15px; }
#solution.idst .arti06 .right .box01 ul li span{ display: inline-block; background: #333; border-radius: 990px; font-size: 16px; font-weight: 500; color: #fff; padding: 5px 20px; }
#solution.idst .arti06 .right .box01 ul li p{ font-size: 16px; font-weight: 300; color: #666; line-height: 1.4; margin-top: 5px; }
#solution.idst .arti06 .right .box02{ display: flex; flex-direction: column; justify-content: space-between; }
#solution.idst .arti06 .right .box02 .flex{ display: flex; align-items: center; }
#solution.idst .arti06 .right .box02 .flex ul{ width: 90px; text-align: center; }
#solution.idst .arti06 .right .box02 .flex ul li{ background: #F3F3F3; border-radius: 8px; font-size: 16px; font-weight: 400; color: #666; padding: 10px; }
#solution.idst .arti06 .right .box02 .flex ul li.black{ background: #333; color: #fff; }
#solution.idst .arti06 .right .box02 .flex ul li:not(:last-of-type){ margin-bottom: 10px; }
#solution.idst .arti06 .right .box02 .flex .figure{ width: calc(100% - 90px); text-align: center; }
#solution.idst .arti06 .right .box02 .gray-box{ background: #F3F3F3; border-radius: 10px; text-align: center; padding: 25px; margin-top: 20px; }
#solution.idst .arti06 .right .box02 .gray-box span{ display: block; font-size: 16px; font-weight: 400; color: #666; margin-top: 7px; }

#solution.idst .arti07 .flex-box{ display: flex; justify-content: space-between; text-align: center; }
#solution.idst .arti07 .flex-box > div{ box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); border-radius: 20px; }
#solution.idst .arti07 .flex-box .tit{ width: 460px; background: #F8F8F8; position: relative; }
#solution.idst .arti07 .flex-box .tit::after{ content: url("/img/sub/solution/idst_arrow.svg"); position: absolute; top: 50%; right: 0; transform: translate(50%, -50%); }
#solution.idst .arti07 .flex-box .tit p{ font-size: 22px; font-weight: 600; color: #222; line-height: 1.5; margin-bottom: 15px; }
#solution.idst .arti07 .flex-box .tit p em{ color: var(--mainC); line-height: inherit; }
#solution.idst .arti07 .flex-box .tit span{ font-size: 18px; font-weight: 400; color: #666; }
#solution.idst .arti07 .flex-box .content{ width: calc((100% - 500px)); padding: 60px; }

@media screen and (max-width: 1700px){
	#solution.idst .arti01 .left ul li{ font-size: 17px; }

	#solution.idst .arti02 .rBox, #solution.idst .arti02 .bBox{ font-size: 19px; }
	#solution.idst .arti02 ul li{ font-size: 17px; padding: 25px 35px; }

	#solution.idst .arti03 .right .step li{ font-size: 17px; padding: 15px; }
	#solution.idst .arti03 .right dl dt{ font-size: 19px; }

	#solution.idst .arti06 .flex .bBox, #solution.idst .arti06 .flex .rBox{ font-size: 18px; }
	#solution.idst .arti06 .left ul li{ font-size: 17px; }

	#solution.idst .arti07 .flex-box .tit p{ font-size: 20px; }
	#solution.idst .arti07 .flex-box .tit span{ font-size: 17px; }
}

@media screen and (max-width: 1500px){
	#solution.idst .arti01 .left ul{ gap: 100px; }
	#solution.idst .arti01 .left ul li{ width: calc((100% - 100px) / 2); }
	#solution.idst .arti01 .left ul li::after{ right: calc((100px / 2) * -1); }

	#solution.idst .arti04 .left br{ display: none; }
	#solution.idst .arti04 .left p{ margin-top: 20px; }

	#solution.idst .arti06 .half-box{ flex-direction: column; }
	#solution.idst .arti06 .half-box > div{ width: 100%; }
	#solution.idst .arti06 .right .flex-box{ flex-direction: column; }
	#solution.idst .arti06 .right .flex-box > div{ width: 100%; }

	#solution.idst .arti07 .flex-box .content{ padding: 40px; }
}

@media screen and (max-width: 1400px){
	#solution.idst .arti03 .left br{ display: none; }
	#solution.idst .arti03 .right .step{ justify-content: center; }
	#solution.idst .arti03 .right .step li{ width: calc((100% - 50px) / 3); }
	#solution.idst .arti03 .right .step li:nth-of-type(3n)::after{ display: none; }
}

@media screen and (max-width: 1280px){
	#solution.idst .arti01 .left ul li{ font-size: 16px; }
	#solution.idst .arti01 .left figure{ margin: 20px 0 40px; }
	#solution.idst .arti01 .right figure{ margin-top: 35px; }

	#solution.idst .arti02 .rBox, #solution.idst .arti02 .bBox{ font-size: 18px; }
	#solution.idst .arti02 ul{ padding-left: 60px; }
	#solution.idst .arti02 ul::before{ width: 45px; }
	#solution.idst .arti02 ul li{ font-size: 16px; padding: 20px 25px; }

	#solution.idst .arti03 .left figure{ margin: 30px 0 20px; }
	#solution.idst .arti03 .right .step li{ font-size: 16px; }
	#solution.idst .arti03 .right dl dt{ font-size: 18px; }

	#solution.idst .arti04 .right .shadow .bBox span{ font-size: 15px; }

	#solution.idst .arti06 .flex .bBox, #solution.idst .arti06 .flex .rBox{ font-size: 17px; }
	#solution.idst .arti06 .left ul{ margin: 20px 0 40px; }
	#solution.idst .arti06 .left ul li{ font-size: 16px; padding: 15px; }

	#solution.idst .arti07 .flex-box .tit p{ font-size: 18px; }
	#solution.idst .arti07 .flex-box .tit span{ font-size: 16px; }

	#solution.idst .arti07 .flex-box .tit{ width: 360px; }
	#solution.idst .arti07 .flex-box .content{ width: calc(100% - 400px); padding: 30px; }
}

@media screen and (max-width: 1000px){
	#solution.idst .arti02 .flex-box{ flex-direction: column-reverse; align-items: center; gap: 30px; }
	#solution.idst .arti02 .diagram{ width: 100%; }
	#solution.idst .arti02 .img{ width: 100%; text-align: center; }

	#solution.idst .arti07 .flex-box{ flex-direction: column; }
	#solution.idst .arti07 .flex-box .tit{ width: 100%; padding: 35px 25px; }
	#solution.idst .arti07 .flex-box .tit::after{ top: 100%; right: 50%; transform: translate(50%, -50%) rotate(90deg); }
	#solution.idst .arti07 .flex-box .tit br{ display: none; }
	#solution.idst .arti07 .flex-box .tit p{ margin-bottom: 5px; }
	#solution.idst .arti07 .flex-box .content{ width: 100%; margin-top: 30px; }
}

@media screen and (max-width: 800px){
	#solution.idst .arti06 .left ul{ flex-wrap: wrap; justify-content: center; }
	#solution.idst .arti06 .left ul li{ width: calc((100% - 20px) / 3); }
}

@media screen and (max-width: 700px){
	#solution.idst .arti01 .left ul{ flex-direction: column; gap: 60px; }
	#solution.idst .arti01 .left ul li{ width: 100%; }
	#solution.idst .arti01 .left ul li::after{ top: calc(100% + 30px); right: 50%; transform: translate(50%, -50%) rotate(90deg) scale(0.8); }
	#solution.idst .arti01 .left ul li br{ display: none; }
	#solution.idst .arti01 .right figure{ margin-top: 20px; }

	#solution.idst .arti03 .right .border-box .flex-box{ flex-direction: column; }
	#solution.idst .arti03 .right .border-box .flex-box figure{ width: 100%; text-align: center; }
	#solution.idst .arti03 .right dl{ width: 100%; padding-left: 0; margin: 20px 0; }

	#solution.idst .arti04 .right .shadow table td{ background: rgba(255, 255, 255, 0.7); }

	#solution.idst .arti06 .right .box01 ul li{ max-width: 100%; width: calc((100% - 25px) / 2); }
	#solution.idst .arti06 .right .box01 ul li figure{ width: fit-content; margin: 0 auto; }
}

@media screen and (max-width: 550px){
	#solution.idst .arti03 .right .step li{ width: calc((100% - 25px) / 2); }
	#solution.idst .arti03 .right .step li:nth-of-type(3n)::after{ display: block; }
	#solution.idst .arti03 .right .step li:nth-of-type(2n)::after{ display: none; }
}


/* 문제해결 - 주조 - 사처리 시스템 */
#solution.hardening .arti01 .left .list{ margin: 55px 0 45px; }
#solution.hardening .arti01 .left .list .li{ display: flex; align-items: center; }
#solution.hardening .arti01 .left .list .li:not(:last-of-type){ margin-bottom: 45px; }
#solution.hardening .arti01 .left .diagram{ width: 255px; display: flex; align-items: center; }
#solution.hardening .arti01 .left .icon{ width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; border-radius: 50%; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15); position: relative; }
#solution.hardening .arti01 .left .icon::after{ content: ""; width: calc(45px / 2); height: 1px; border-bottom: 1px dashed #333; position: absolute; top: 50%; right: 0; transform: translate(100%, -50%); }
#solution.hardening .arti01 .left .txt{ width: calc(100% - 80px); padding-left: 45px; position: relative; }
#solution.hardening .arti01 .left .txt::before{ content: ""; width: 1px; height: calc(100% - 38px); border-left: 1px dashed #333; position: absolute; top: calc(50% + 1px); left: calc(45px / 2); transform: translateY(-50%); }
#solution.hardening .arti01 .left .txt span{ display: block; font-size: 16px; font-weight: 400; color: #222; text-align: center; padding: 8px; border: 1px solid #DDD; border-radius: 5px; position: relative; }
#solution.hardening .arti01 .left .txt span:nth-of-type(even){ border: none; background: #333; color: #fff; }
#solution.hardening .arti01 .left .txt span:not(:last-of-type){ margin-bottom: 5px; }
#solution.hardening .arti01 .left .txt span::before{ content: ""; width: calc(45px / 2); height: 1px; border-bottom: 1px dashed #333; position: absolute; top: 50%; left: 0; transform: translate(-100%, -50%); }
#solution.hardening .arti01 .left .txt span::after{ content: ""; width: 5px; height: 5px; background: var(--mainC); border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); }
#solution.hardening .arti01 .left .ul{ width: calc(100% - 255px); padding-left: 30px; }
#solution.hardening .arti01 .left .ul li{ font-size: 16px; font-weight: 400; color: #222; padding-left: 15px; position: relative; }
#solution.hardening .arti01 .left .ul li:not(:last-of-type){ margin-bottom: 20px; }
#solution.hardening .arti01 .left .ul li::before{ content: ""; width: 4px; height: 4px; background: #222; border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#solution.hardening .arti01 .left .gray-bg{ background: #F8F8F8; border-radius: 5px; font-size: 20px; font-weight: 600; color: #222; text-align: center; padding: 22px; }
#solution.hardening .arti01 .right{ text-align: center; }
#solution.hardening .arti01 .right .base{ font-size: 20px; line-height: 1.6; }
#solution.hardening .arti01 .right ul{ padding: 0 40px; margin-top: 35px; position: relative; z-index: 10; }
#solution.hardening .arti01 .right ul li{ background: #F8F8F8; border-radius: 10px; font-size: 17px; font-weight: 400; color: #666; padding: 24px; }
#solution.hardening .arti01 .right ul li:not(:last-of-type){ margin-bottom: 10px; }
#solution.hardening .arti01 .right .figure{ margin-top: -70px; position: relative; }
#solution.hardening .arti01 .right .figure p{ font-size: 16px; font-weight: 600; color: #fff; position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.5); padding: 24px; }
#solution.hardening .arti01 .block{ background: #F8F8F8; border: 1px solid #EBEBEB; border-radius: 20px; }
#solution.hardening .arti01 .block .max960{ max-width: 960px; width: 100%; margin: 0 auto; }
#solution.hardening .arti01 .block .iframe{ width: 100%; position: relative; padding-bottom: 56.5%; overflow: hidden; }
#solution.hardening .arti01 .block .iframe iframe{ width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#solution.hardening .arti02 .flex-box{ display: flex; flex-wrap: wrap; gap: 30px; margin-top: 40px; }
#solution.hardening .arti02 .flex-box > div{ overflow: hidden; border-radius: 10px; }
#solution.hardening .arti02 .figure{ width: calc((100% - 30px) / 2); border: 1px solid #DDD; position: relative; }
#solution.hardening .arti02 .figure p{ min-width: 110px; background: var(--mainC); border-radius: 10px 0 20px 0; font-size: 16px; font-weight: 600; color: #fff; text-align: center; padding: 10px 15px; position: absolute; top: -1px; left: -1px; }
#solution.hardening .arti02 .figure p span{ font-family: var(--enF); }
#solution.hardening .arti02 .figure figure{ width: 100%; text-align: center; padding: 25px; }

#solution.hardening .arti02 .block{ border-radius: 0; }
#solution.hardening .arti02 .table-box{ border: 1px solid #E0E0E0; border-top: 1px solid #000; border-radius: 20px; overflow: hidden; }
#solution.hardening .arti02 .table-box col.w140{ width: 140px; }
#solution.hardening .arti02 .table-box col.medium{ width: 20.6%; }
#solution.hardening .arti02 .table-box .red{ background: var(--mainC); color: #fff; }
#solution.hardening .arti02 .table-box tr > *:first-of-type{ border-left: none; }
#solution.hardening .arti02 .table-box tr > *:last-of-type{ border-right: none; }
#solution.hardening .arti02 .table-box tbody tr td{ border-bottom: none; }
#solution.hardening .arti02 .table-box tbody tr:last-of-type th{ border-bottom: none; }
#solution.hardening .arti02 .table-box th:after{ display: none; }
#solution.hardening .arti02 .table-box td{ padding: 40px; }
#solution.hardening .arti02 .table-box thead th{ border-top: 1px solid #000; }
#solution.hardening .arti02 .table-box tbody th{ background: #fff; }
#solution.hardening .arti02 .table-box dl dt{ font-weight: 600; color: #222; margin-bottom: 5px; }
#solution.hardening .arti02 .table-box dl dd{ font-weight: 400; color: #222; }
#solution.hardening .arti02 .table-box dl dd span{ display: block; font-size: 14px; font-weight: 400; color: #777; margin-top: 5px; }
#solution.hardening .arti02 .table-box .w380{ max-width: 380px; margin: 0 auto; }
#solution.hardening .arti02 .table-box ul{ margin-bottom: -15px; }
#solution.hardening .arti02 .table-box ul li{ font-weight: 400; color: #222; padding-left: 15px; position: relative; margin-bottom: 15px; }
#solution.hardening .arti02 .table-box ul li::before{ content: ""; width: 4px; height: 4px; background: #222; border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#solution.hardening .arti02 .table-box ul.half{ display: flex; flex-wrap: wrap; }
#solution.hardening .arti02 .table-box ul.half li{ width: 50%; }
#solution.hardening .arti02 .table-box .gallery{ display: flex; justify-content: center; gap: 10px; margin-top: 30px; }

#solution.hardening .arti03 .shadow h6{ margin-bottom: 40px; }
#solution.hardening .arti03 .shadow .sec{ position: relative; }
#solution.hardening .arti03 .shadow .sec::after{ content: url("/img/sub/solution/red_arrow.svg"); position: absolute; bottom: 50px; left: 50%; transform: translate(-50%, 50%) rotate(90deg); }
#solution.hardening .arti03 .shadow .sec:last-of-type::after{ display: none; }
#solution.hardening .arti03 .shadow .sec:not(:last-of-type){ padding-bottom: 100px; }
#solution.hardening .arti03 .diagram ul{ max-width: 1070px; margin: 0 auto; display: flex; justify-content: center; align-items: center; gap: 100px; padding: 50px 60px; border: 1px dashed var(--mainC); border-radius: 320px; }
#solution.hardening .arti03 .diagram ul li{ width: calc((100% - 200px) / 3); position: relative; }
#solution.hardening .arti03 .diagram ul li::after{ content: url("/img/sub/solution/red_arrow.svg"); position: absolute; top: 50%; right: -50px; transform: translate(50%, -50%); }
#solution.hardening .arti03 .diagram ul li:last-of-type::after{ display: none; }
#solution.hardening .arti03 .diagram ul li .circle{ width: 100%; border-radius: 50%; padding-bottom: 100%; background: #fff; box-shadow: 0px 0px 30px rgba(225, 0, 18, 0.10); position: relative; }
#solution.hardening .arti03 .diagram ul li .circle::before{ content: attr(data-num); font-family: var(--enF); font-size: 80px; font-weight: 700; color: var(--mainC); opacity: 0.05; position: absolute; top: 50%; left: 50%; z-index: 5; transform: translate(-50%, -50%); }
#solution.hardening .arti03 .diagram dl{ position: absolute; top: 50%; left: 0; right: 0; z-index: 10; transform: translateY(-50%); padding: 0 20px; text-align: center; }
#solution.hardening .arti03 .diagram dl dt{ font-size: 20px; font-weight: 600; color: #222; margin-bottom: 10px; }
#solution.hardening .arti03 .diagram dl dd{ font-size: 18px; font-weight: 500; color: #333; line-height: 1.5; }
#solution.hardening .arti03 .table-box tr > *:first-of-type{ border-left: none; }
#solution.hardening .arti03 .table-box tr > *:last-of-type{ border-right: none; }
#solution.hardening .arti03 .table-box th::after{ display: none; }
#solution.hardening .arti03 .table-box .s{ width: 18%; }
#solution.hardening .arti03 .table-box .slash{ padding: 8px 15px; position: relative; }
#solution.hardening .arti03 .table-box .slash::before{ content: ""; width: 100%; height: 100%; background: #EBEBEB; clip-path: polygon(0 1%, 99% 100%, 100% 99%, 1% 0); position: absolute; top: 0; left: 0; }
#solution.hardening .arti03 .table-box .slash::after{ display: block; }
#solution.hardening .arti03 .table-box .slash span{ display: block; }
#solution.hardening .arti03 .table-box .slash span:first-of-type{ text-align: right; padding-bottom: 5px; }
#solution.hardening .arti03 .table-box .slash span:last-of-type{ text-align: left; }
#solution.hardening .arti03 .table-box .opa04{ background: rgba(255, 0, 18, 0.4) !important; }
#solution.hardening .arti03 .table-box .opa025{ background: rgba(255, 0, 18, 0.25) !important; }
#solution.hardening .arti03 .table-box .opa01{ background: rgba(255, 0, 18, 0.1) !important; }
#solution.hardening .arti03 .table-box .liPink{ background: #FCE6E8 !important; }
#solution.hardening .arti03 .table-box .mePink{ background: #F7BFC3 !important; }
#solution.hardening .arti03 .table-box .laPink{ background: #F399A0 !important; }
#solution.hardening .arti03 .table-box .gray{ background: #DDD !important; }
#solution.hardening .arti03 .table-box td{ color: var(--mainC) !important; text-align: center; border: 1px solid #EBEBEB; }
#solution.hardening .arti03 .small-txt{ margin-top: 20px; }
#solution.hardening .arti03 .small-txt li:not(:last-of-type){ margin-bottom: 10px; }
#solution.hardening .arti03 .gray-bg{ background: #F8F8F8; border-radius: 20px; text-align: center; padding: 30px; }

#solution.hardening .arti04 h6.dot{ margin-bottom: 40px; }
#solution.hardening .arti04 .gray-box{ background: #F8F8F8; border-radius: 20px; padding: 40px 60px; }
#solution.hardening .arti04 .gray-box p{ font-size: 20px; font-weight: 600; color: #222; margin-bottom: 30px; }
#solution.hardening .arti04 ul{ display: flex; flex-wrap: wrap; gap: 10px; }
#solution.hardening .arti04 ul li{ background: #333; border-radius: 50px; font-size: 18px; font-weight: 500; color: #fff; padding: 14px 30px; }
#solution.hardening .arti04 figure{ width: 100%; text-align: center; margin-top: 60px; }

#solution.hardening .arti05 .shadow h6{ font-weight: 700; margin-bottom: 40px; }
#solution.hardening .arti05 .redDot{ font-size: 20px; font-weight: 600; color: #222; padding-left: 15px; position: relative; margin-bottom: 25px; }
#solution.hardening .arti05 .redDot::before{ content: ""; width: 6px; height: 6px; background: var(--mainC); border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#solution.hardening .arti05 .shadow02 .flex-box{ display: flex; gap: 50px; }
#solution.hardening .arti05 .shadow02 .text{ width: calc(100% - 505px); }
#solution.hardening .arti05 .shadow02 .text dl{ margin-top: 20px; }
#solution.hardening .arti05 .shadow02 .text dt{ font-size: 16px; font-weight: 600; color: #222; padding-left: 30px; position: relative; margin-bottom: 20px; }
#solution.hardening .arti05 .shadow02 .text dt::before{ content: url("/img/sub/solution/hardening_before.svg"); position: absolute; top: 0; left: 0; }
#solution.hardening .arti05 .shadow02 .text dd{ font-size: 15px; font-weight: 400; color: #222; padding-left: 20px; position: relative; }
#solution.hardening .arti05 .shadow02 .text dd:not(:last-of-type){ margin-bottom: 10px; }
#solution.hardening .arti05 .shadow02 .text dd span{ color: var(--mainC); position: absolute; top: 0; left: 0; }
#solution.hardening .arti05 .shadow02 .figure{ width: 455px; text-align: center; padding: 15px; border-radius: 20px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); }
#solution.hardening .arti05 .shadow03 .flex-box{ display: flex; gap: 30px; }
#solution.hardening .arti05 .shadow03 .flex-box > div{ width: calc((100% - 60px) / 3); }
#solution.hardening .arti05 .shadow03 .flex-box > div.center-center{ padding: 20px; border-radius: 20px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); }
#solution.hardening .arti05 .shadow03 .border-box{ display: flex; flex-direction: column; justify-content: space-between; padding: 40px; }
#solution.hardening .arti05 .shadow03 .border-box div > p{ font-size: 16px; font-weight: 600; color: #222; line-height: 1.6; }
#solution.hardening .arti05 .shadow03 .border-box ul li{ display: flex; flex-wrap: wrap; font-size: 16px; font-weight: 600; color: #222; position: relative; padding-left: 15px; }
#solution.hardening .arti05 .shadow03 .border-box ul li:not(:last-of-type){ margin-bottom: 15px; }
#solution.hardening .arti05 .shadow03 .border-box ul li::before{ content: ""; width: 4px; height: 4px; background: var(--mainC); border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#solution.hardening .arti05 .shadow03 .border-box ul li p{ width: 150px; }
#solution.hardening .arti05 .shadow03 .box01 ul{ margin: 60px 0 30px; }
#solution.hardening .arti05 .shadow03 .box01 > span{ font-family: var(--enF); font-size: 68px; font-weight: 500; color: var(--mainC); }
#solution.hardening .arti05 .shadow03 .box02 ul{ margin: 40px 0; }
#solution.hardening .arti05 .shadow03 .box02 .gray-box{ background: #F8F8F8; border-radius: 5px; padding: 20px 15px; }
#solution.hardening .arti05 .shadow03 .box02 .gray-box table td{ font-size: 16px; font-weight: 400; color: #222; padding: 5px; }
#solution.hardening .arti05 .shadow03 .box02 .gray-box table td strong{ font-weight: 600; }
#solution.hardening .arti05 .shadow03 .box02 .gray-box table tr td:nth-of-type(1){ width: 47%; }
#solution.hardening .arti05 .shadow03 .box02 .gray-box table tr td:nth-of-type(2){ width: 30%; }
#solution.hardening .arti05 .shadow05 .table-box{ border-radius: 20px 20px 0 0; overflow: hidden; }
#solution.hardening .arti05 .shadow05 .table-box th{ font-weight: 600 !important; width: 400px; border: 1px solid #E8E8E8; border-left: none; }
#solution.hardening .arti05 .shadow05 .table-box td{ border-right: none; }
#solution.hardening .arti05 .shadow05 .table-box td p{ line-height: 1.6; }
#solution.hardening .arti05 .shadow05 .table-box .flex{ display: flex; flex-wrap: wrap; gap: 10px 40px; }
#solution.hardening .arti05 .shadow05 .table-box ul{ display: flex; flex-wrap: wrap; gap: 10px 15px; }

@media screen and (max-width: 1700px){
	#solution.hardening .arti01 .left .gray-bg{ font-size: 20px; }
	#solution.hardening .arti01 .right .base{ font-size: 19px; }

	#solution.hardening .arti03 .diagram dl dt{ font-size: 19px; }
	#solution.hardening .arti03 .diagram dl dd{ font-size: 18px; }

	#solution.hardening .arti04 .gray-box{ padding: 30px 40px; }
	#solution.hardening .arti04 .gray-box p{ font-size: 19px; }
	#solution.hardening .arti04 ul li{ font-size: 17px; }

	#solution.hardening .arti05 .redDot{ font-size: 19px; }
	#solution.hardening .arti05 .shadow02 .flex-box{ align-items: center; }
	#solution.hardening .arti05 .shadow03 .box02 .gray-box{ padding: 10px; }
}

@media screen and (max-width: 1620px){
	#solution.hardening .arti05 .shadow03 .flex-box{ flex-wrap: wrap; }
	#solution.hardening .arti05 .shadow03 .flex-box > div{ width: calc((100% - 30px) / 2); }
	#solution.hardening .arti05 .shadow03 .flex-box > div.center-center{ width: 100%; }
	#solution.hardening .arti05 .shadow03 .box01 ul{ margin: 30px 0; }
	#solution.hardening .arti05 .shadow03 .box02 ul{ margin: 30px 0; }
}

@media screen and (max-width: 1600px){
	#solution.hardening .arti05 .shadow03 br{ display: none; }
}

@media screen and (max-width: 1500px){
	#solution.hardening .arti01 .half-box{ flex-direction: column; }
	#solution.hardening .arti01 .half-box > div{ width: 100%; }
	#solution.hardening .arti01 .left .list{ display: flex; flex-wrap: wrap; gap: 40px; }
	#solution.hardening .arti01 .left .list .li{ width: calc((100% - 40px) / 2); flex-direction: column; }
	#solution.hardening .arti01 .left .list .li:not(:last-of-type){ margin: 0; }
	#solution.hardening .arti01 .left .diagram{ width: auto; flex-direction: column; }
	#solution.hardening .arti01 .left .icon::after{ width: 1px; height: calc(45px / 2); border-bottom: none; border-right: 1px dashed #333; top: 100%; right: 50%; transform: translateX(50%); }
	#solution.hardening .arti01 .left .txt{ width: 270px; display: flex; padding-left: 0; padding-top: 45px; }
	#solution.hardening .arti01 .left .txt::before{ width: calc(100% - 130px); height: 1px; border-left: none; border-bottom: 1px dashed #333; top: calc((45px / 2) - 1px); left: 50%; transform: translateX(-50%); }
	#solution.hardening .arti01 .left .txt span{ width: calc((100% - 10px) / 2); display: flex; justify-content: center; align-items: center; line-height: 1; }
	#solution.hardening .arti01 .left .txt span:not(:last-of-type){ margin-bottom: 0; margin-right: 10px; }
	#solution.hardening .arti01 .left .txt span::before{ width: 1px; height: calc(45px / 2); border-bottom: none; border-right: 1px dashed #333; top: 0; left: 50%; transform: translate(-50%, -100%); }
	#solution.hardening .arti01 .left .txt span::after{ top: 0; left: 50%; }
	#solution.hardening .arti01 .left .ul{ max-width: max-content; width: 100%; margin-top: 20px; padding-left: 0; }
	#solution.hardening .arti01 .right ul{ padding: 0 20px; }
	#solution.hardening .arti01 .left .ul li:not(:last-of-type){ margin-bottom: 5px; }

	#solution.hardening .arti02 .table-box td{ padding: 20px; }
}

@media screen and (max-width: 1400px){
	#solution.hardening .arti03 .diagram ul{ padding: 30px 40px; }
	#solution.hardening .arti03 .table-box{ overflow-x: scroll; }
	#solution.hardening .arti03 .table-box table{ width: 1300px; }

	#solution.hardening .arti05 .shadow05 .table-box th{ width: 300px; }
}

@media screen and (max-width: 1300px){
	#solution.hardening .arti05 .shadow:not(:last-of-type){ margin-bottom: 20px; }
	#solution.hardening .arti05 .shadow02 .flex-box{ flex-direction: column-reverse; gap: 30px; }
	#solution.hardening .arti05 .shadow02 .figure{ width: 100%; padding: 20px 80px; }
	#solution.hardening .arti05 .shadow02 .text{ width: 100%; }
}

@media screen and (max-width: 1280px){
	#solution.hardening .arti01 .left .list{ margin: 30px 0; }
	#solution.hardening .arti01 .left .gray-bg{ font-size: 18px; padding: 15px; }
	#solution.hardening .arti01 .right .base{ font-size: 18px; }
	#solution.hardening .arti01 .right ul li{ font-size: 16px; padding: 15px; }
	#solution.hardening .arti01 .right .figure{ margin-top: -35px; }
	#solution.hardening .arti01 .right .figure p{ padding: 15px; }

	#solution.hardening .arti02 .figure{ width: 100%; }
	#solution.hardening .arti02 .flex-box .scroll-custom{ overflow-x: scroll; width: 100%; }
	#solution.hardening .arti02 .table-box{ width: 1350px; }

	#solution.hardening .arti03 .diagram dl dt{ font-size: 18px; margin-bottom: 5px; }
	#solution.hardening .arti03 .diagram dl dd{ font-size: 17px; }
	#solution.hardening .arti03 .small-txt{ margin-top: 10px; }
	#solution.hardening .arti03 .gray-bg{ padding: 20px; }

	#solution.hardening .arti04 h6.dot{ margin-bottom: 20px; }
	#solution.hardening .arti04 .gray-box{ padding: 20px 30px; }
	#solution.hardening .arti04 .gray-box p{ font-size: 18px; }
	#solution.hardening .arti04 ul li{ font-size: 16px; padding: 10px 20px; }

	#solution.hardening .arti05 .shadow h6{ margin-bottom: 20px; }
	#solution.hardening .arti05 .redDot{ font-size: 18px; margin-bottom: 15px; }
	#solution.hardening .arti05 .shadow02 .text dl{ margin-top: 30px; }
	#solution.hardening .arti05 .shadow02 .text dt{ margin-bottom: 10px; }
	#solution.hardening .arti05 .shadow03 .border-box{ padding: 25px; }
	#solution.hardening .arti05 .shadow03 .box01 > span{ font-size: 50px; }
}

@media screen and (max-width: 1050px){
	#solution.hardening .arti05 .shadow03 .flex-box > div{ width: 100%; }
	#solution.hardening .arti05 .shadow03 .box02 .gray-box table td{ font-size: 15px; }
	#solution.hardening .arti05 .shadow03 .box02 .gray-box table tr td:nth-of-type(1){ width: 165px; }
	#solution.hardening .arti05 .shadow03 .box02 .gray-box table tr td:nth-of-type(2){ width: 100px; }
}

@media screen and (max-width: 1000px){
	#solution.hardening .arti03 .diagram ul li .circle::before{ font-size: 60px; }

	#solution.hardening .arti05 .shadow05 .table-box th{ width: 200px; }
}

@media screen and (max-width: 900px){
	#solution.hardening .arti03 .diagram ul{ max-width: 300px; flex-direction: column; padding: 40px 30px; gap: 80px; }
	#solution.hardening .arti03 .diagram ul li{ width: 100%; }
	#solution.hardening .arti03 .diagram ul li::after{ top: calc(100% + 40px); right: 50%; transform: translate(50%, -50%) rotate(90deg); }
}

@media screen and (max-width: 700px){
	#solution.hardening .arti01 .left .list .li{ width: 100%; }

	#solution.hardening .arti05 .shadow05 .table-box th{ width: 130px; }
}

@media screen and (max-width: 600px){
	#solution.hardening .arti05 .shadow05 .table-box br{ display: none; }
}


/* 문제해결 - 주조 - 자동주탕 시스템 */
#solution.pouring .arti01 .left ul{ max-width: 710px; display: flex; flex-wrap: wrap; gap: 60px 25px; margin: 0 auto; }
#solution.pouring .arti01 .left ul li{ width: calc((100% - 25px) / 2); display: flex; flex-direction: column; justify-content: space-between; }
#solution.pouring .arti01 .left ul li figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 59%; border-radius: 10px; }
#solution.pouring .arti01 .left ul li figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#solution.pouring .arti01 .left .num-dl{ padding-left: 50px; position: relative; margin-bottom: 20px; }
#solution.pouring .arti01 .left .num-dl dt{ margin-bottom: 3px; position: static; }
#solution.pouring .arti01 .left .num-dl dt{ padding-left: 0 !important; }
#solution.pouring .arti01 .right .flex-box{ max-width: 710px; width: 100%; display: flex; flex-wrap: wrap; gap: 20px; }
#solution.pouring .arti01 .right .box{ width: calc((100% - 20px) / 2); border-radius: 10px; padding: 25px 20px; box-shadow: 0px 0px 30px 0px rgba(225, 0, 18, 0.10); display: flex; align-items: center; gap: 20px; position: relative; }
#solution.pouring .arti01 .right .box figure{ width: 90px; overflow: hidden; border-radius: 50%; }
#solution.pouring .arti01 .right .box ul{ width: calc(100% - 110px); }
#solution.pouring .arti01 .right .box ul li{ font-size: 18px; font-weight: 400; color: #666; position: relative; }
#solution.pouring .arti01 .right .box ul li:not(:last-of-type){ margin-bottom: 5px; }
#solution.pouring .arti01 .right .box ul li::before{ content: ""; display: inline-block; width: 4px; height: 4px; background: var(--mainC); border-radius: 50%; margin-right: 10px; vertical-align: middle; transform: translateY(-50%); }
#solution.pouring .arti01 .right .box .circle{ width: 50%; padding-bottom: 50%; position: absolute; }
#solution.pouring .arti01 .right .box .circle::before{ content: ""; width: 100%; height: 100%; background: url("/img/sub/solution/pouring_bg01.svg") no-repeat center center / contain; position: absolute; top: 0; left: 0; }
#solution.pouring .arti01 .right .box .circle span{ font-size: 20px; font-weight: 700; color: #fff; position: absolute; left: 0; right: 0; padding: 25px; }

#solution.pouring .arti01 .right .box:nth-of-type(1), #solution.pouring .arti01 .right .box:nth-of-type(2){ padding-bottom: 120px; }
#solution.pouring .arti01 .right .box:nth-of-type(1) .circle span, #solution.pouring .arti01 .right .box:nth-of-type(2) .circle span{ bottom: 0; }

#solution.pouring .arti01 .right .box:nth-of-type(3), #solution.pouring .arti01 .right .box:nth-of-type(4){ padding-top: 120px; }
#solution.pouring .arti01 .right .box:nth-of-type(3) .circle span, #solution.pouring .arti01 .right .box:nth-of-type(4) .circle span{ top: 0; }

#solution.pouring .arti01 .right .box:nth-of-type(1) .circle span, #solution.pouring .arti01 .right .box:nth-of-type(3) .circle span{ text-align: right; }
#solution.pouring .arti01 .right .box:nth-of-type(2), #solution.pouring .arti01 .right .box:nth-of-type(4){ flex-direction: row-reverse; }
#solution.pouring .arti01 .right .box:nth-of-type(2) ul, #solution.pouring .arti01 .right .box:nth-of-type(4) ul{ text-align: right; }

#solution.pouring .arti01 .right .box:nth-of-type(1) .circle{ bottom: 0; right: 0; }

#solution.pouring .arti01 .right .box:nth-of-type(2) .circle{ bottom: 0; left: 0; }
#solution.pouring .arti01 .right .box:nth-of-type(2) .circle::before{ transform: rotate(90deg); }

#solution.pouring .arti01 .right .box:nth-of-type(3) .circle{ top: 0; right: 0; }
#solution.pouring .arti01 .right .box:nth-of-type(3) .circle::before{ transform: rotate(-90deg); }

#solution.pouring .arti01 .right .box:nth-of-type(4) .circle{ top: 0; left: 0; }
#solution.pouring .arti01 .right .box:nth-of-type(4) .circle::before{ transform: rotate(-180deg); }

#solution.pouring .arti02 h6.dot{ margin-bottom: 60px; }
#solution.pouring .arti02 .radius-box{ max-width: 1380px; width: 100%; border: 1px solid #EEE; border-radius: 10px; margin: 0 auto; }
#solution.pouring .arti02 .radius-box ul{ display: flex; }
#solution.pouring .arti02 .radius-box ul li{ width: 50%; display: flex; flex-direction: column; justify-content: space-between; align-items: center; text-align: center; gap: 20px; padding: 60px; position: relative; }
#solution.pouring .arti02 .radius-box ul li::after{ content: ""; width: 1px; height: 100px; background: #000; position: absolute; top: 50%; right: 0; transform: translate(50%, -50%); }
#solution.pouring .arti02 .radius-box ul li:nth-of-type(even)::after{ display: none; }
#solution.pouring .arti02 .radius-box ul li > p{ font-size: 22px; font-weight: 600; color: #222; }
#solution.pouring .arti02 .radius-box ul li div{ width: 100%; }
#solution.pouring .arti02 .radius-box ul li span{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; background: #333; border-radius: 50%; margin: 0 auto; }
#solution.pouring .arti02 .radius-box ul li .rBox{ width: 100%; font-size: 18px; font-weight: 600; color: #fff; margin-top: 20px; }
#solution.pouring .arti02 .left video{ max-width: 710px; width: 100%; border-radius: 20px; }
#solution.pouring .arti02 .right .dl-box{ max-width: 710px; display: flex; flex-wrap: wrap; gap: 30px; margin: 0 auto; }
#solution.pouring .arti02 .right .dl-box dl{ width: calc((100% - 30px) / 2); display: flex; flex-direction: column; justify-content: space-between; }
#solution.pouring .arti02 .right .dl-box dl dt{ margin-bottom: 20px; }
#solution.pouring .arti02 .right .dl-box dl dd{ min-height: calc(100% - 60px); position: relative; z-index: 5; }
#solution.pouring .arti02 .right .dl-box dl dd::after{ content: ""; width: 100%; height: calc(100% - 20px); border: 1px solid #DDD; border-top: none; border-radius: 0 0 20px 20px; position: absolute; bottom: 0; left: 0; box-sizing: border-box; z-index: -1; }
#solution.pouring .arti02 .right .dl-box figure{ width: 100%; border-radius: 10px 10px 0 0; overflow: hidden; }
#solution.pouring .arti02 .right .dl-box figure img{ width: 100%; }
#solution.pouring .arti02 .right .dl-box .text{ display: flex; flex-direction: column; justify-content: center; gap: 10px 0; padding: 20px; }
#solution.pouring .arti02 .right .dl-box .text *{ font-size: 16px; font-weight: 400; color: #666; }
#solution.pouring .arti02 .right .dl-box .text ul li{ padding-left: 15px; position: relative; }
#solution.pouring .arti02 .right .dl-box .text ul li::before{ content: ""; width: 4px; height: 4px; background: #D9D9D9; border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#solution.pouring .arti02 .right .dl-box .text ul li:not(:last-of-type){ margin-bottom: 5px; }
#solution.pouring .arti02 .right .dl-box .text em{ font-weight: 600; }
#solution.pouring .arti02 .model .flex-box{ display: flex; flex-wrap: wrap; gap: 100px; }
#solution.pouring .arti02 .model .box{ width: calc((100% - 200px) / 3);  display: grid; grid-template-rows: 90px auto 130px; gap: 15px; border: 1px solid #DDD; border-radius: 10px; padding: 50px; position: relative; }
#solution.pouring .arti02 .model .box::after{ content: url("/img/sub/solution/arrow3.svg"); position: absolute; top: 50%; right: -50px; transform: translate(50%, -50%); }
#solution.pouring .arti02 .model .box:nth-of-type(odd)::after{ transform: translate(50%, -50%) rotate(180deg); }
#solution.pouring .arti02 .model .box:last-of-type::after{ display: none; }
#solution.pouring .arti02 .model .box > div{ border-radius: 10px; background: #F8F8F8; }
#solution.pouring .arti02 .model .box > div.tit{ background: #333; }
#solution.pouring .arti02 .model .box > div.tit.red{ background: var(--mainC); }
#solution.pouring .arti02 .model .tit{ padding: 20px 40px; }
#solution.pouring .arti02 .model .tit span{ font-size: 16px; font-weight: 300; color: rgba(255, 255, 255, 0.6); }
#solution.pouring .arti02 .model .tit span{ color: rgba(255, 255, 255, 0.8); }
#solution.pouring .arti02 .model .tit h6{ font-weight: 600; color: #fff; margin-top: 3px; }
#solution.pouring .arti02 .model .box > div:not(.tit) *{ font-size: 16px; font-weight: 400; color: #666; }
#solution.pouring .arti02 .model ul li{ padding-left: 15px; position: relative; }
#solution.pouring .arti02 .model ul li:not(:last-of-type){ margin-bottom: 5px; }
#solution.pouring .arti02 .model ul li::before{ content: ""; width: 4px; height: 4px; background: #D9D9D9; border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#solution.pouring .arti02 .model .box  > div:not(.tit) dl dt{ font-size: 20px; font-weight: 600; color: #222; margin-bottom: 15px; }
#solution.pouring .arti02 .model .box  > div:not(.tit) p{ line-height: 1.5; }
#solution.pouring .arti02 .model .box  > div:not(.tit) p em{ font-weight: 700; }
#solution.pouring .arti02 .model .box .dl{ padding-bottom: 25px; border-bottom: 1px solid #DDD; }
#solution.pouring .arti02 .model .box .p{ padding-top: 25px; }
#solution.pouring .arti02 .model .box .p p:not(:last-of-type){ margin-bottom: 20px; }
#solution.pouring .arti02 .model .gray{  padding: 40px; }
#solution.pouring .arti02 .model .dotted{ display: flex; align-items: center; border: 1px dotted #000; padding: 30px; }

@media screen and (max-width: 1700px){
	#solution.pouring .arti01 .right .box ul li{ font-size: 16px; }
	#solution.pouring .arti01 .right .box .circle span{ font-size: 18px; }

	#solution.pouring .arti02 h6.dot{ margin-bottom: 40px; }
	#solution.pouring .arti02 .radius-box ul li{ padding: 40px; }
	#solution.pouring .arti02 .radius-box ul li > p{ font-size: 20px; }
	#solution.pouring .arti02 .radius-box ul li .rBox{ font-size: 17px; }
	#solution.pouring .arti02 .model .box{ padding: 30px; }
	#solution.pouring .arti02 .model .tit{ padding: 20px 30px; }
	#solution.pouring .arti02 .model .box > div{ padding: 20px 25px; }
	#solution.pouring .arti02 .model .box  > div:not(.tit) dl dt{ font-size: 18px; }
}

@media screen and (max-width: 1600px){
	#solution.pouring .arti02 .model br{ display: none; }
}

@media screen and (max-width: 1400px){
	#solution.pouring .arti02 .model .box{ width: 100%; display: flex; flex-wrap: wrap; }
	#solution.pouring .arti02 .model .box::after{ top: calc(100% + 50px); right: 50%; transform: translate(50%, -50%) rotate(90deg); }
	#solution.pouring .arti02 .model .box:nth-of-type(odd)::after{ transform: translate(50%, -50%) rotate(-90deg); }
	#solution.pouring .arti02 .model .box > div{ width: calc((100% - 15px) / 2); }
	#solution.pouring .arti02 .model .box > div.tit{ width: 100%; padding: 15px 20px; }
}

@media screen and (max-width: 1300px){
	#solution.pouring .arti02 .radius-box{ margin-bottom: 20px; }
	#solution.pouring .arti02 .half-box{ margin-bottom: 20px; }
}

@media screen and (max-width: 1280px){
	#solution.pouring .arti01 .left .num-dl{ padding-left: 45px; }
	#solution.pouring .arti01 .left ul{ gap: 40px 20px; }
	#solution.pouring .arti01 .left ul li{ width: calc((100% - 20px) / 2); }

	#solution.pouring .arti02 h6.dot{ margin-bottom: 30px; }
	#solution.pouring .arti02 .radius-box ul li > p{ font-size: 18px; }
	#solution.pouring .arti02 .radius-box ul li .rBox{ font-size: 16px; }
	#solution.pouring .arti02 .model .tit span{ font-size: 15px; }
	#solution.pouring .arti02 .model .box  > div:not(.tit) dl dt{ font-size: 17px; }
}

@media screen and (max-width: 800px){
	#solution.pouring .arti02 .radius-box ul{ flex-direction: column; }
	#solution.pouring .arti02 .radius-box ul li{ width: 100%; padding: 30px; }
	#solution.pouring .arti02 .radius-box ul li:not(:last-of-type){ margin-bottom: 20px; }
	#solution.pouring .arti02 .radius-box ul li::after{ width: calc(100% - 50px); height: 1px; top: calc(100% + 10px); right: 50%; transform: translate(50%, 50%); }
}

@media screen and (max-width: 700px){
	#solution.pouring .arti02 .model .box > div{ width: 100%; }
}

@media screen and (max-width: 650px){
	#solution.pouring .arti01 .right .box{ width: 100%; }
	#solution.pouring .arti01 .right .box:nth-of-type(1), #solution.pouring .arti01 .right .box:nth-of-type(2){ padding-bottom: 80px; }
	#solution.pouring .arti01 .right .box:nth-of-type(3), #solution.pouring .arti01 .right .box:nth-of-type(4){ padding-top: 80px; }
	#solution.pouring .arti01 .right .box .circle{ width: 177px; padding-bottom: 177px; }

	#solution.pouring .arti02 .right .dl-box br{ display: none; }
	#solution.pouring .arti02 .right .dl-box{ gap: 40px 20px; }
	#solution.pouring .arti02 .right .dl-box dl{ width: calc((100% - 20px) / 2); }
}

@media screen and (max-width: 600px){
	#solution.pouring .arti02 .right .dl-box dl{ width: 100%; }
}


/* 문제해결 - 표면처리 - 기어피닝 */
#solution.gear .half-box{ gap: 20px 30px; }
#solution.gear .half-box .shadow{ width: calc((100% - 30px) / 2); }

#solution.gear .arti01 .block{ padding: 0 60px; }
#solution.gear .arti01 .flex-box{ display: flex; justify-content: space-between; align-items: center; }
#solution.gear .arti01 .circle{ width: 44%; padding-right: 50px; }
#solution.gear .arti01 ul{ display: flex; justify-content: space-between; flex-wrap: wrap; gap: 65px; }
#solution.gear .arti01 ul li{ max-width: 230px; width: calc((100% - 65px) / 2); text-align: center; }
#solution.gear .arti01 ul li span{ width: 120px; height: 45px; display: flex; justify-content: center; align-items: center; background: #333; border-radius: 990px; font-size: 18px; font-weight: 700; color: #fff; line-height: 1; margin: 0 auto; }
#solution.gear .arti01 ul li:nth-of-type(even) span{ background: var(--mainC); }
#solution.gear .arti01 ul li figure{ width: 100%; margin-top: 20px; }
#solution.gear .arti01 .figure{ width: 56%; }

#solution.gear .arti02 figure{ padding: 90px 60px 60px; text-align: center; }

#solution.gear .arti03 .flex-box{ display: flex; align-items: center; gap: 25px; }
#solution.gear .arti03 .circle{ width: 230px; }
#solution.gear .arti03 .circle figure{ width: 100%; position: relative; overflow: hidden; border-radius: 50%; padding-bottom: 100%; }
#solution.gear .arti03 .circle figure.border{ border: 1px solid #DDD; }
#solution.gear .arti03 .circle figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#solution.gear .arti03 .text{ width: calc(100% - 255px); }
#solution.gear .arti03 .text h6{ margin-bottom: 20px; }
#solution.gear .arti03 .list{ display: flex; justify-content: space-between; }
#solution.gear .arti03 .list ul{ width: calc((100% - 10px) / 2); }
#solution.gear .arti03 .list ul li{ font-size: 18px; font-weight: 400; color: #666; padding-left: 17px; position: relative; }
#solution.gear .arti03 .list ul li:not(:last-of-type){ margin-bottom: 10px; }  
#solution.gear .arti03 .list ul li::before{ position: absolute; top: calc(1.1em / 2); left: 0; transform: translateY(-50%); }
#solution.gear .arti03 .list ul.o li::before{ content: url("/img/sub/solution/gear_o.svg"); top: calc(1.05em / 2); }
#solution.gear .arti03 .list ul.x li::before{ content: url("/img/sub/solution/gear_x.svg"); }

#solution.gear .arti04 .graph{ text-align: center; }
#solution.gear .arti04 .graph .tit{ margin-bottom: 35px; }  
#solution.gear .arti04 .graph .tit h5{ display: inline-block; background: var(--mainC); font-size: 30px; font-weight: 700; color: #fff; padding: 15px 65px; border-radius: 50px; }
#solution.gear .arti04 .graph .flex-box{ display: flex; justify-content: center; gap: 100px 180px; }
#solution.gear .arti04 .graph .figure{ max-width: calc((100% - 180px) / 2); position: relative; }
#solution.gear .arti04 .graph .figure::after{ content: url("/img/sub/solution/thin3.svg"); position: absolute; top: 50%; right: -90px; transform: translate(50%, -50%); }
#solution.gear .arti04 .graph .figure:last-of-type::after{ display: none; }
#solution.gear .arti04 .graph .figure p{ font-size: 20px; font-weight: 400; color: #222; margin-top: 30px; }
#solution.gear .arti04 .graph .figure p strong{ font-weight: 700; }
#solution.gear .arti04 .graph .figure p em.blue{ color: #004577 !important; }
#solution.gear .arti04 .graph .shadow h5{ font-size: 30px; font-weight: 700; color: #111; margin-top: 80px; }

@media screen and (max-width: 1700px){
	#solution.gear .arti01 .block{ padding: 0 35px; }
	#solution.gear .arti01 ul li span{ width: 100px; height: 40px; font-size: 17px; }

	#solution.gear .arti02 figure{ padding: 50px 30px 30px; }

	#solution.gear .arti03 .circle{ width: 180px; }
	#solution.gear .arti03 .text{ width: calc(100% - 205px); }
	#solution.gear .arti03 .list ul li{ font-size: 17px; }

	#solution.gear .arti04 .graph .tit h5{ font-size: 26px; padding: 10px 40px; }
	#solution.gear .arti04 .graph .figure p{ font-size: 18px; }
	#solution.gear .arti04 .graph .shadow h5{ font-size: 26px; }
}

@media screen and (max-width: 1600px){
	#solution.gear .arti03 .flex-box{ flex-direction: column; }
	#solution.gear .arti03 .text{ width: 100%; }
	#solution.gear .arti03 .list{ gap: 30px; } 
	#solution.gear .arti03 .list ul{ width: calc((100% - 30px) / 2); }
}

@media screen and (max-width: 1300px){
	#solution.gear .half-box .shadow{ width: 100%; }

	#solution.gear .arti03 .flex-box{ flex-direction: row; justify-content: center; gap: 40px; }
	#solution.gear .arti03 .text{ max-width: 450px; width: calc(100% - 220px); }
}

@media screen and (max-width: 1280px){
	#solution.gear .arti01 .block{ padding: 0; }
	#solution.gear .arti01 ul li span{ width: 90px; height: 35px; font-size: 16px; }
	#solution.gear .arti01 ul li figure{ margin-top: 15px; }

	#solution.gear .arti02 figure{ padding: 30px; }

	#solution.gear .arti03 .text h6{ margin-bottom: 15px; }
	#solution.gear .arti03 .list ul li{ font-size: 16px; }

	#solution.gear .arti04 .graph .tit{ margin-bottom: 20px; }
	#solution.gear .arti04 .graph .tit h5{ font-size: 22px; padding: 9px 35px; }
	#solution.gear .arti04 .graph .figure p{ font-size: 17px; }
	#solution.gear .arti04 .graph .shadow h5{ font-size: 22px; margin-top: 40px; }
}

@media screen and (max-width: 1200px){
	#solution.gear .arti01 .flex-box{ flex-direction: column; align-items: center; }
	#solution.gear .arti01 .circle{ max-width: max-content; width: 100%; margin-bottom: 60px; padding-right: 0; }
	#solution.gear .arti01 ul{ max-width: 550px; gap: 50px 20px; }
	#solution.gear .arti01 ul li{ width: calc((100% - 30px) / 2); }
	#solution.gear .arti01 .figure{ max-width: max-content; width: 100%; }

	#solution.gear .arti04 .graph .flex-box{ gap: 100px; }
	#solution.gear .arti04 .graph .figure{ max-width: 100%; width: calc((100% - 100px) / 2); }
	#solution.gear .arti04 .graph .figure::after{ right: -50px; }
}

@media screen and (max-width: 1000px){
	#solution.gear .arti04 .graph .flex-box{ flex-direction: column; }
	#solution.gear .arti04 .graph .figure{ width: 100%; }
	#solution.gear .arti04 .graph .figure::after{ top: calc(100% + 50px); right: 50%; transform: translate(50%, -50%) rotate(90deg); }
}

@media screen and (max-width: 750px){
	#solution.gear .arti03 .flex-box{ flex-direction: column; }
	#solution.gear .arti03 .text{ width: 100%; }
}

@media screen and (max-width: 550px){
	#solution.gear .arti03 .list{ flex-direction: column; }
	#solution.gear .arti03 .list ul{ width: 100%; }
}


/* 문제해결 - 표면처리 - 에어 브라스트 */
#solution.air .block{ padding-top: 20px; }
#solution.air ul.box-list{ max-width: 1350px; margin: 0 auto; }
#solution.air ul.box-list li{ border-radius: 10px; text-align: center; font-size: 20px; font-weight: 500; color: #333; padding: 35px; position: relative; }
#solution.air ul.box-list li::after{ content: url("/img/sub/solution/thin3.svg"); position: absolute; bottom: -35px; left: 50%; transform: translate(-50%, 50%) rotate(90deg); }
#solution.air ul.box-list li:last-of-type::after{ display: none; }
#solution.air ul.box-list li.white{ box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); }
#solution.air ul.box-list li.red{ background: var(--mainC); color: #fff; }
#solution.air ul.box-list li:not(:last-of-type){ margin-bottom: 70px; }

#solution.air .arti02 .flex-box{ display: flex; justify-content: center; align-items: center; gap: 50px; }
#solution.air .arti02 .circle{ width: 500px; padding: 70px; border-radius: 50%; box-shadow: -10px 0px 40px 0px rgba(225, 0, 18, 0.10); position: relative; }
#solution.air .arti02 .circle::before{ content: ""; width: 50px; height: 1px; border-bottom: 1px dotted #222; position: absolute; top: 50%; left: 0; transform: translate(-100%, -50%); }
#solution.air .arti02 .circle::after{ content: ""; width: 6px; height: 6px; background: #222; border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); }
#solution.air .arti02 .circle .box{ width: 100%; padding-bottom: 100%; position: relative; background: var(--mainC); border-radius: 50%; }
#solution.air .arti02 .circle .box .text{ font-size: 25px; font-weight: 600; color: #fff; text-align: center; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); padding: 0 20px; }
#solution.air .arti02 .circle .box .text p{ margin-top: 30px; }
#solution.air .arti02 .list{ display: flex; }
#solution.air .arti02 .list ul{ position: relative; padding-right: 35px; }
#solution.air .arti02 .list ul::before{ content: ""; width: 10px; height: calc((60px + 1.3em) + 30px); background: #fff; position: absolute; top: 50%; left: -5px; transform: translate(-50%, -50%); }
#solution.air .arti02 .list ul::after{ content: ""; width: 1px; height: calc(100% - (60px + 1.3em) - 2px); border-right: 1px dotted #222; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#solution.air .arti02 .list ul li{ font-size: 18px; font -weight: 500; border-radius: 10px; padding: 30px; position: relative; }
#solution.air .arti02 .list ul li::before{ content: ""; width: calc(100% + 35px); height: 1px; border-bottom: 1px dotted #222; position: absolute; top: calc(30px + ( 1.3em / 2)); left: 0; transform: translateY(-50%); z-index: -1; }
#solution.air .arti02 .list ul li:not(:last-of-type){ margin-bottom: 30px; }

#solution.air .arti02 .white ul li{ width: 360px; background: #fff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); }
#solution.air .arti02 .white ul li span{ font-family: var(--enF); font-weight: 600; color: var(--mainC); margin-right: 30px; }

#solution.air .arti02 .black{ padding: 55px 0; }
#solution.air .arti02 .black ul{ height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding-left: 50px; }
#solution.air .arti02 .black ul li{ width: 320px; background: #333; color: #fff; text-align: center; }
#solution.air .arti02 .black ul li::before{ width: calc(100% + 85px); left: -50px; }
#solution.air .arti02 .black ul li::after{ content: ""; width: 6px; height: 6px; background: var(--mainC); border-radius: 50%; position: absolute; top: calc(30px + (1.3em / 2)); left: 0; transform: translate(-50%, -50%); }

#solution.air .arti03 .figure{ display: flex; justify-content: center; align-items: center; gap: 70px; margin-top: 60px; }

#solution.air .arti04 .block h6{ margin-bottom: 30px; }
#solution.air .arti04 .dl{ display: flex; flex-wrap: wrap; gap: 55px; }
#solution.air .arti04 .dl dl{ width: calc((100% - 110px) / 3); background: #F8F8F8; border-radius: 20px; overflow: hidden; }
#solution.air .arti04 .dl dl dt{ display: flex; justify-content: center; align-items: center; width: 110px; height: 40px; background: var(--mainC); border-radius: 20px 0 20px 0; font-size: 16px; font-weight: 600; color: #fff; text-align: center; }
#solution.air .arti04 .dl dl dd{ padding: 30px 40px; }  
#solution.air .arti04 .dl dl dd p{ font-size: 18px; font-weight: 400; color: #333; padding-left: 15px; position: relative; }
#solution.air .arti04 .dl dl dd p:not(:last-of-type){ margin-bottom: 10px; }
#solution.air .arti04 .dl dl dd p::before{ content: ""; width: 3px; height: 3px; background: #000; border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#solution.air .arti04 .sec01 ul{ display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; margin: 60px 0 100px; }
#solution.air .arti04 .sec01 ul li{ max-width: 190px; width: calc((100% - 120px) / 4); }
#solution.air .arti04 .sec02 ul{ display: flex; flex-wrap: wrap; gap: 20px 40px; }
#solution.air .arti04 .sec02 ul li{ width: calc((100% - 40px) / 2); padding: 45px 50px; background: #F8F8F8; border-radius: 20px; }
#solution.air .arti04 .sec02 ul li p{ font-size: 18px; font-weight: 500; color: #333; }
#solution.air .arti04 .sec02 ul li p span{ font-family: var(--enF); font-weight: 600; color: var(--mainC); margin-right: 30px; }

#solution.air .arti05 .flex-box{ display: flex; flex-wrap: wrap; gap: 30px; margin-top: 90px; }
#solution.air .arti05 .box{ width: calc((100% - 30px) / 2); }
#solution.air .arti05 .box .figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 54.5%; border-radius: 20px 20px 0 0; }
#solution.air .arti05 .box .figure img{ position: absolute; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#solution.air .arti05 .box .figure video{ width: 100%; position: absolute; }
#solution.air .arti05 .box figure{ box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); }
#solution.air .arti05 .box figure img{ max-width: calc(100% - 60px); max-height: calc(100% - 60px); }
#solution.air .arti05 .box .text{ background: #333; font-size: 20px; font-weight: 600; color: #fff; text-align: center; padding: 25px;border-radius: 0 0 20px 20px; }

@media screen and (max-width: 1700px){
	#solution.air ul.box-list li{ font-size: 18px; padding: 30px; }
	
	#solution.air .arti02 .circle{ width: 400px; padding: 60px; }
	#solution.air .arti02 .circle .box .text{ font-size: 22px; }
	#solution.air .arti02 .list ul li{ font-size: 17px; }

	#solution.air .arti04 .dl dl dd p{ font-size: 17px; }
	#solution.air .arti04 .sec02 ul li{ padding: 35px; }
	#solution.air .arti04 .sec02 ul li p{ font-size: 17px; }

	#solution.air .arti05 .box .text{ font-size: 18px; }
}

@media screen and (max-width: 1400px){
	#solution.air .arti02 .circle{ width: 350px; padding: 50px; }
	#solution.air .arti02 .list ul::before{ content: ""; width: 10px; height: calc((40px + 1.3em) + 30px); }
	#solution.air .arti02 .list ul::after{ height: calc(100% - (40px + 1.3em) - 2px); }
	#solution.air .arti02 .list ul li{ padding: 20px 25px; }
	#solution.air .arti02 .list ul li::before{ top: calc(20px + (1.3em / 2)); }

	#solution.air .arti02 .white ul li{ width: 280px; }
	#solution.air .arti02 .white ul li span{ margin-right: 15px; }

	#solution.air .arti02 .black ul li{ width: 250px; }
	#solution.air .arti02 .black ul li::after{ top: calc(20px + (1.3em / 2)); }

	#solution.air .arti04 .dl{ gap: 30px; }
	#solution.air .arti04 .dl dl{ width: calc((100% - 60px) / 3); }
	#solution.air .arti04 .dl dl dd{ padding: 30px; }

	#solution.air .arti05 .flex-box{ margin-top: 50px; }
	#solution.air .arti05 .box .text{ padding: 20px; }
}

@media screen and (max-width: 1280px){
	#solution.air ul.box-list li{ font-size: 17px; padding: 20px; }

	#solution.air .arti02 .circle .box .text{ font-size: 18px; }
	#solution.air .arti02 .circle .box .text p{ margin-top: 20px; }
	#solution.air .arti02 .list ul li{ font-size: 16px; }

	#solution.air .arti04 .block h6{ margin-bottom: 20px; }
	#solution.air .arti04 .dl dl dd p{ font-size: 16px; }
	#solution.air .arti04 .sec02 ul{ gap: 20px; }
	#solution.air .arti04 .sec02 ul li{ width: calc((100% - 20px) / 2); padding: 25px; }
	#solution.air .arti04 .sec02 ul li p{ font-size: 16px; }
	#solution.air .arti04 .sec02 ul li p span{ margin-right: 15px; }

	#solution.air .arti05 .box .text{ font-size: 17px; }
}

@media screen and (max-width: 1200px){
	#solution.air .arti02 .flex-box{ flex-direction: column-reverse; }
	#solution.air .arti02 .circle{ width: 230px; padding: 30px; }
	#solution.air .arti02 .circle::before{ width: 1px; height: 50px; border-bottom: none; border-right: 1px dotted #222; top: 100%; left: 50%; transform: translateX(-50%); }
	#solution.air .arti02 .circle::after{ top: 100%; left: 50%; }
	#solution.air .arti02 .circle .icon img{ width: 35%; }
	#solution.air .arti02 .list { max-width: 600px; width: 100%; flex-direction: column-reverse; }
	#solution.air .arti02 .list ul{ display: flex; flex-wrap: wrap; gap: 20px; padding: 0; padding-top: 20px; }
	#solution.air .arti02 .list ul::before{ display: none; }
	#solution.air .arti02 .list ul::after{ width: calc(100% - ((100% - 20px) / 2)); height: 1px; border-right: none; border-bottom: 1px dotted #222; top: -3px; left: 50%; transform: translateX(-50%); }
	#solution.air .arti02 .list ul li{ width: calc((100% - 20px) /  2) !important; display: flex; flex-direction: column; align-items: center; text-align: center; }
	#solution.air .arti02 .list ul li::before{ width: 1px; height: 20px; border-bottom: none; border-right: 1px dotted #222; top: -20px; left: 50%; transform: translateX(-50%); }
	#solution.air .arti02 .list ul li:not(:last-of-type){ margin-bottom: 0; }

	#solution.air .arti02 .black{ padding: 0; }
	#solution.air .arti02 .black ul{ flex-direction: row; }
	#solution.air .arti02 .black ul li::after{ top: 100%; left: 50%; }

	#solution.air .arti02 .white ul{ height: 209px; flex-direction: column; }
	#solution.air .arti02 .white ul::after{ display: none; }
	#solution.air .arti02 .white ul li{ padding: 15px 20px; }
	#solution.air .arti02 .white ul li span{ margin-right: 0; margin-bottom: 5px; }

	#solution.air .arti04 .dl dl{ width: calc((100% - 30px) / 2); }
	#solution.air .arti04 .sec02 ul li p span{ display: block; margin-right: 0; margin-bottom: 10px; }
}

@media screen and (max-width: 900px){
	#solution.air .arti03 .figure{ gap: 30px; }

	#solution.air .arti04 .sec02 ul li{ width: 100%; }
}

@media screen and (max-width: 750px){
	#solution.air .arti04 .dl dl{ width: 100%; }
	#solution.air .arti04 .sec01 ul{ gap: 40px 20px; }
	#solution.air .arti04 .sec01 ul li{ max-width: 100%; width: calc((100% - 20px) / 2); text-align: center; }
	#solution.air .arti04 .sec01 ul li img{ width: 80%; }

	#solution.air .arti05 .box{ width: 100%; }
}

@media screen and (max-width: 650px){
	#solution.air .arti03 .figure{ flex-wrap: wrap; text-align: center; }
	#solution.air .arti03 .figure figure:first-of-type img{ max-width: 70%; }

	#solution.air .arti05 br{ display: none; }
}


/* 문제해결 - 표면처리 - 선재 브라스트 */
#solution.blast .arti01 ul{ display: flex; flex-wrap: wrap; gap: 35px 33px; text-align: center; }
#solution.blast .arti01 ul li{ width: calc((100% - 99px) / 4); border-radius: 10px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10); padding: 30px; }
#solution.blast .arti01 ul li span{ font-family: var(--enF); font-size: 14px; font-weight: 600; color: #222; }
#solution.blast .arti01 ul li .icon{ margin: 35px 0; }
#solution.blast .arti01 ul li p{ font-size: 18px; font-weight: 500; color: #222; }

#solution.blast .arti02 .flex-box{ display: flex; gap: 60px 120px; }
#solution.blast .arti02 dl{ width: calc((100% - 240px) / 3); position: relative; }
#solution.blast .arti02 dl::after{ content: ""; width: 1px; height: 115px; background: #DDD; position: absolute; top: 0; right: -60px; transform: translateX(100%); }
#solution.blast .arti02 dl:last-of-type::after{ display: none; }
#solution.blast .arti02 dl dd{ line-height: 1.5; }
#solution.blast .arti02 dl dd:not(:last-of-type){ margin-bottom: 15px; }

#solution.blast .arti03 .block > div:not(:last-of-type){ margin-bottom: 60px; }
#solution.blast .arti03 .good ul{ display: flex; justify-content: center; gap: 120px; }
#solution.blast .arti03 .good ul li{ max-width: 390px; width: calc((100% - 240px) / 3); position: relative; }
#solution.blast .arti03 .good ul li::after{ content: ""; width: 120px; height: 1px; border-bottom: 1px dashed #222; position: absolute; top: 50%; right: 0; z-index: -5; transform: translate(100%, -50%); }
#solution.blast .arti03 .good ul li:last-of-type::after{ display: none; }
#solution.blast .arti03 .good ul li .circle{ width: 100%; padding-bottom: 100%; border-radius: 50%; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); position: relative; }
#solution.blast .arti03 .good ul li .circle::before, #solution.blast .arti03 .good ul li .circle::after{ content: ""; width: 5px; height: 5px; background: #222; border-radius: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
#solution.blast .arti03 .good ul li .circle::before{ left: 0; }
#solution.blast .arti03 .good ul li .circle::after{ right: 0; transform: translate(50%, -50%); }
#solution.blast .arti03 .good ul li:first-of-type .circle::before{ display: none; }
#solution.blast .arti03 .good ul li:last-of-type .circle::after{ display: none; }
#solution.blast .arti03 .good ul li .text{ position: absolute; top: 41%; left: 0; right: 0; transform: translateY(-50%); padding: 0 20px; text-align: center; }
#solution.blast .arti03 .good ul li .text span{ display: inline-block; background: var(--mainC); font-size: 18px; font-weight: 600; color: #fff; border-radius: 50px; padding: 5px 15px; }
#solution.blast .arti03 .good ul li .text .icon{ margin: 60px 0 30px; }
#solution.blast .arti03 .good ul li .text p{ font-size: 16px; font-weight: 400; color: #333; }
#solution.blast .arti03 .shadow01 .num-dl dt{ margin-bottom: 40px; }
#solution.blast .arti03 .shadow01 .flex-box{ display: flex; padding-left: 50px; }
#solution.blast .arti03 .shadow01 .figure{ width: 20.5%; }
#solution.blast .arti03 .shadow01 .figure ul{ display: flex; flex-direction: column; gap: 40px; }
#solution.blast .arti03 .shadow01 .figure ul li{ position: relative; }
#solution.blast .arti03 .shadow01 .figure ul li div{ position: relative; }
#solution.blast .arti03 .shadow01 .figure ul li span{ font-size: 16px; font-weight: 500; color: #fff; position: absolute; top: 0; left: 0; right: 0; padding: 20px 25px; }
#solution.blast .arti03 .shadow01 .figure ul li figure{ width: 100%; border-radius: 20px; overflow: hidden; position: relative; }
#solution.blast .arti03 .shadow01 .figure ul li figure img{ width: 100%; }
#solution.blast .arti03 .shadow01 .figure ul li.active{ margin-top: 150px; }
#solution.blast .arti03 .shadow01 .figure ul li.active::before{ content: ""; width: 15px; height: 130px; background: url("/img/sub/solution/blast_arrow.svg") no-repeat bottom center / auto; position: absolute; top: -30px; left: 50%; transform: translate(-50%, -100%); }
#solution.blast .arti03 .shadow01 .figure ul li.active figure::after{ content: ""; width: 100%; height: 100%; border-radius: inherit; border: 3px solid var(--mainC); position: absolute; top: 0; left: 0; box-sizing: border-box; }
#solution.blast .arti03 .shadow01 .graph{ max-width: 1104px; width: 79.5%; position: relative; padding-left: 100px; }
#solution.blast .arti03 .shadow01 .graph .border{ border: 1px solid #EEE; border-radius: 10px; font-size: 22px; font-weight: 600; color: #222; text-align: center; padding: 45px; }
#solution.blast .arti03 .shadow01 .graph ul{ margin-top: 15px; }
#solution.blast .arti03 .shadow01 .graph ul li{ text-align: right; font-size: 16px; font-weight: 400; color: #333; }
#solution.blast .arti03 .shadow01 .graph ul li:not(:last-of-type){ margin-bottom: 10px; }
#solution.blast .arti03 .shadow01 .graph ul li::before{ content: ""; display: inline-block; width: 11px; height: 11px; background: #333; border-radius: 50%; margin-right: 5px; }
#solution.blast .arti03 .shadow01 .graph ul li.red::before{ background: var(--mainC); }
#solution.blast .arti03 .shadow01 .graph figure{ margin-top: 25px; }
#solution.blast .arti03 .left .flex-box{ max-width: 515px; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto; }
#solution.blast .arti03 .left .box{ width: 270px; position: relative; z-index: 5; }
#solution.blast .arti03 .left .box:not(:first-of-type){ margin-top: -60px; }
#solution.blast .arti03 .left .box:nth-of-type(2){ z-index: 0; }
#solution.blast .arti03 .left .box:nth-of-type(3){ margin-left: -25px; }
#solution.blast .arti03 .left .box .circle{ width: 100%; padding-bottom: 100%; background: rgba(51, 51, 51, 0.5); border-radius: 50%; position: relative; }
#solution.blast .arti03 .left .box .circle.red{ background: rgba(225, 0, 18, 0.5); }
#solution.blast .arti03 .left .box .circle.gray{ background: rgba(215, 215, 215, 0.5); }
#solution.blast .arti03 .left .box .circle::after{ content: ""; width: calc(100% - 60px); height:  calc(100% - 60px); background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); box-sizing: border-box; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10); }
#solution.blast .arti03 .left .box .text{ font-size: 16px; font-weight: 400; color: #333; text-align: center; position: absolute; top: 50%; left: 0; right: 0; z-index: 10; transform: translateY(-50%); padding: 0 50px; }
#solution.blast .arti03 .right ul{ margin-bottom: 25px; }
#solution.blast .arti03 .right ul li{ font-size: 16px; font-weight: 400; color: #333; text-align: right; }
#solution.blast .arti03 .right ul li em{ font-weight: 500; }
#solution.blast .arti03 .right figure{ width: 100%; text-align: center; }

@media screen and (max-width: 1700px){
	#solution.blast .arti01 ul li p{ font-size: 17px; }

	#solution.blast .arti03 .good ul li .text span{ font-size: 17px; }
	#solution.blast .arti03 .shadow01 .figure ul li span{ padding: 15px; }
	#solution.blast .arti03 .shadow01 .graph .border{ font-size: 20px; padding: 30px; }
}

@media screen and (max-width: 1460px){
	#solution.blast .arti02 br{ display: none; }

	#solution.blast .arti03 .left .box{ width: calc(50% + (25px / 2)); }
}

@media screen and (max-width: 1350px){
	#solution.blast .arti03 .shadow01 .flex-box{ padding-left: 0; }
}

@media screen and (max-width: 1280px){
	#solution.blast .arti01 ul li .icon{ margin: 20px 0; }
	#solution.blast .arti01 ul li p{ font-size: 16px; }

	#solution.blast .arti02 .flex-box{ gap: 60px; }
	#solution.blast .arti02 dl{ width: calc((100% - 120px) / 3); }
	#solution.blast .arti02 dl::after{ right: -30px; }
	#solution.blast .arti02 dl dd:not(:last-of-type){ margin-bottom: 10px; }

	#solution.blast .arti03 .good ul li .text span{ font-size: 16px; }

	#solution.blast .arti03 .shadow01 .figure ul li span{ font-size: 15px; }
	#solution.blast .arti03 .shadow01 .graph .border{ padding: 20px; }
	#solution.blast .arti03 .shadow01 .graph .border{ font-size: 18px; }
	#solution.blast .arti03 .shadow01 .graph ul li{ font-size: 15px; }
	#solution.blast .arti03 .shadow01 .graph ul li:not(:last-of-type){ margin-bottom: 5px; }
}

@media screen and (max-width: 1200px){
	#solution.blast .arti01 ul{ gap: 20px; }
	#solution.blast .arti01 ul li{ width: calc((100% - 40px) / 3); }

	#solution.blast .arti03 .good ul{ gap: 60px; }
	#solution.blast .arti03 .good ul li{ width: calc((100% - 120px) / 3); }
	#solution.blast .arti03 .good ul li::after{ width: 60px; }
	#solution.blast .arti03 .good ul li .text .icon{ margin: 30px 0; }
	#solution.blast .arti03 .shadow01 .figure{ width: 25%; }
	#solution.blast .arti03 .shadow01 .graph{ width: 75%; padding-left: 50px; }
}

@media screen and (max-width: 1000px){
	#solution.blast .arti02 .flex-box{ flex-wrap: wrap; }
	#solution.blast .arti02 dl{ width: calc((100% - 60px) / 2); }
	#solution.blast .arti02 dl:nth-of-type(2n)::after{ display: none; }

	#solution.blast .arti03 .good ul{ max-width: 280px; flex-direction: column; margin: 0 auto; }
	#solution.blast .arti03 .good ul li{ width: 100%; }
	#solution.blast .arti03 .good ul li::after{ width: 1px; height: 60px; border-bottom: none; border-right: 1px dashed #222; top: 100%; right: 50%; transform: translateX(50%); }
	#solution.blast .arti03 .good ul li .circle::before{ top: 0; left: 50%; transform: translate(-50%, -50%); }
	#solution.blast .arti03 .good ul li .circle::after{ top: 100%; right: 50%; transform: translate(50%, -50%); }
	#solution.blast .arti03 .shadow01 .flex-box{ flex-direction: column; }
	#solution.blast .arti03 .shadow01 .figure{ width: 100%; margin-bottom: 60px; }
	#solution.blast .arti03 .shadow01 .figure ul{ flex-direction: row; flex-wrap: wrap; }
	#solution.blast .arti03 .shadow01 .figure ul li{ width: calc((100% - 40px) / 2); align-content: flex-end; }
	#solution.blast .arti03 .shadow01 .figure ul li:first-of-type{ margin-right: 40px; }
	#solution.blast .arti03 .shadow01 .figure ul li.active{ margin-top: 60px; }
	#solution.blast .arti03 .shadow01 .figure ul li.active::before{ height: 60px; top: -20px; }
	#solution.blast .arti03 .shadow01 .graph{ width: 100%; padding-left: 0; }
}

@media screen and (max-width: 850px){
	#solution.blast .arti01 ul li{ width: calc((100% - 20px) / 2); }
}

@media screen and (max-width: 650px){
	#solution.blast .arti01 ul li{ padding: 20px; }

	#solution.blast .arti02 .flex-box{ gap: 40px; }
	#solution.blast .arti02 dl{ width: 100%; }
	#solution.blast .arti02 dl::after{ display: none; }

	#solution.blast .arti03 .shadow01 .figure ul{ gap: 20px; }
	#solution.blast .arti03 .shadow01 .figure ul li{ width: calc((100% - 20px) / 2); }
	#solution.blast .arti03 .shadow01 .figure ul li.active::before{ height: 40px; top: -20px; }
	#solution.blast .arti03 .left br{ display: none; }
	#solution.blast .arti03 .left .box:not(:first-of-type){ margin-top: -50px; }
	#solution.blast .arti03 .left .box .circle::after{ width: calc(100% - 50px); height: calc(100% - 50px); }
}


/* 문제해결 - 표면처리 - 마이크로 브라스트 */
#solution.micro .table-box th{ font-weight: 600; }
#solution.micro .table-box td{ text-align: center; padding: 15px 20px; }
#solution.micro .table-box td.black{ background: #333; font-weight: 300; color: #fff; }  

#solution.micro .arti02 colgroup col:nth-of-type(4){ width: 22.4%; }
#solution.micro .arti02 colgroup col:nth-of-type(5){ width: 17.7%; }
#solution.micro .arti02 ul li::before{ content: "· "; color: var(--mainC); }
#solution.micro .arti02 ul li:not(:last-of-type){ margin-bottom: 10px; }
#solution.micro .arti02 p{ line-height: 1.5; }

#solution.micro .arti03 .flex-box{ display: flex; flex-wrap: wrap; gap: 40px; position: relative; z-index: 10; padding: 20px 0; }
#solution.micro .arti03 .flex-box::before{ content: ""; width: 95%; height: 20px; background: linear-gradient(to right, #DDD, #000); position: absolute; top: 50%; left: 0; z-index: -1; transform: translateY(-50%); }
#solution.micro .arti03 .flex-box .box{ display: flex; justify-content: center; align-items: center; height: 130px; background: #fff; font-size: 18px; font-weight: 500; color: #333; text-align: center; border-radius: 10px; position: relative; }
#solution.micro .arti03 .flex-box .box{ width: calc((100% - 440px) / 12); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10); }
#solution.micro .arti03 .box.black{ background: #333; color: #fff; }
#solution.micro .arti03 .box.red{ background: var(--mainC); color: #fff; }
#solution.micro .arti03 .box::before{ content: ""; width: 25px; height: 45px; background: #000; position: absolute; top: 50%; left: -1px; transform: translateY(-50%); clip-path: polygon(0 0, 0% 100%, 100% 50%); }
#solution.micro .arti03 .box:not(:last-of-type)::before{ display: none; }
#solution.micro .arti03 .box.border::after{ content: ""; width: calc(100% + 40px); height: calc(100% + 40px); border: 1px dashed #000; border-left: none; border-right: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#solution.micro .arti03 .box[data-index="0"]::after{ border-left: 1px dashed #000; border-radius: 20px 0 0 20px; }
#solution.micro .arti03 .box[data-index="4"]::after{ border-right: 1px dashed #000; border-radius: 0 20px 20px 0; }
#solution.micro .arti03 .box > *{ display: inline-block; width: 100%; }
#solution.micro .arti03 .box strong{ font-size: 25px; font-weight: 500; }
#solution.micro .arti03 ul{ display: flex; flex-wrap: wrap; gap: 30px 40px; margin-top: 60px; }
#solution.micro .arti03 ul li{ width: calc((100% - 40px) / 2); padding: 30px; border-radius: 10px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); }
#solution.micro .arti03 dl{ display: flex; align-items: baseline; }
#solution.micro .arti03 dl dt{ font-size: 18px; font-weight: 700; color: var(--mainC); padding-right: 20px; }
#solution.micro .arti03 dl dd{ font-size: 16px; font-weight: 400; color: #333; }

@media screen and (max-width: 1700px){
	#solution.micro .arti03 .flex-box .box{ font-size: 17px; }
	#solution.micro .arti03 .box strong{ font-size: 22px; }
}

@media screen and (max-width: 1600px){
	#solution.micro .arti03 .flex-box::before{ display: none; }
	#solution.micro .arti03 .flex-box .box{ width: calc((100% - 160px) / 5); height: 100px; }
	#solution.micro .arti03 .box > *::before{ content: ""; width: 40px; height: 20px; background: #000; position: absolute; top: 50%; right: 0; transform: translate(100%, -50%); }
	#solution.micro .arti03 .box:nth-of-type(5n) > *::before{ display: none; }
	#solution.micro .arti03 .box:last-of-type > *::before{ display: none; }
}

@media screen and (max-width: 1500px){
	#solution.micro .arti02 br{ display: none; }
}

@media screen and (max-width: 1280px){
	#solution.micro .arti03 .flex-box .box{ font-size: 16px; }
	#solution.micro .arti03 .box strong{ font-size: 20px; }
	#solution.micro .arti03 dl{ flex-wrap: wrap; }
	#solution.micro .arti03 dl dt{ font-size: 17px; }
	#solution.micro .arti03 dl dd{ width: 100%; margin-top: 10px; }
}

@media screen and (max-width: 1200px){
	#solution.micro .arti03 .flex-box{ padding: 0 20px; }
	#solution.micro .arti03 ul{ gap: 20px; }
	#solution.micro .arti03 ul li{ width: 100%; padding: 20px; }
}

@media screen and (max-width: 1050px){
	#solution.micro .arti02 .table-box{ overflow-x: scroll; }
	#solution.micro .arti02 .table-box table{ width: 1000px; }
}

@media screen and (max-width: 900px){
	#solution.micro .arti03 .flex-box{ gap: 40px 20px; }
	#solution.micro .arti03 .flex-box .box{ width: calc((100% - 80px) / 5); }
	#solution.micro .arti03 .box > *::before{ width: 20px; }
	#solution.micro .arti03 .box.border::after{ width: calc(100% + 20px); }
}

@media screen and (max-width: 800px){
	#solution.micro .arti01 .table-box{ overflow-x: scroll; }
	#solution.micro .arti01 .table-box table{ width: 800px; }
}

@media screen and (max-width: 650px){
	#solution.micro .arti03 .flex-box .box{ width: calc((100% - 40px) / 3); }
	#solution.micro .arti03 .box.border::after{ height: calc(100% + 20px); }
	#solution.micro .arti03 .box[data-index="0"]::after, #solution.micro .arti03 .box[data-index="4"]::after{ border: 1px dashed #000; border-radius: 20px; }
	#solution.micro .arti03 .box[data-index="1"]::after{ border-left: 1px dashed #000; border-radius: 20px 0 0 20px; }
	#solution.micro .arti03 .box[data-index="3"]::after{ border-right: 1px dashed #000; border-radius: 0 20px 20px 0; }
	#solution.micro .arti03 .box:nth-of-type(5n) > *::before{ display: block; }
	#solution.micro .arti03 .box:nth-of-type(3n) > *::before{ display: none; }
}


/* 문제해결 - 환경 - 더스트 모니터 */
#solution.environment .arti01 .flex-box{ display: flex; justify-content: space-between; }
#solution.environment .arti01 .flex-box > div{ display: flex; align-items: center; padding: 40px 45px; border-radius: 20px; position: relative; }
#solution.environment .arti01 .flex-box > div::after{ content: url("/img/sub/solution/thin3.svg"); position: absolute; top: 50%; right: -35px; transform: translate(50%, -50%); }
#solution.environment .arti01 .flex-box > div:last-of-type::after{ display: none; }
#solution.environment .arti01 .icon{ width: 65px; }
#solution.environment .arti01 dl{ width: calc(100% - 65px); display: flex; align-items: baseline; padding-left: 20px; }
#solution.environment .arti01 dl *{ color: #333; }
#solution.environment .arti01 dl dt{ font-size: 20px; font-weight: 600; padding-right: 20px; }
#solution.environment .arti01 dl dd{ font-size: 16px; font-weight: 400; }
#solution.environment .arti01 .white{ width: 520px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); } 
#solution.environment .arti01 .red{ width: calc(100% - 590px); background: var(--mainC); }
#solution.environment .arti01 .red dl *{ color: #fff; }  

#solution.environment .arti02 .flex-box{ display: flex; gap: 30px; }
#solution.environment .arti02 .shadow01{ width: 40%; }
#solution.environment .arti02 .shadow02{ width: calc(60% - 30px); }

#solution.environment .arti03 .shadow-wrap{ margin-top: 20px; }
#solution.environment .arti03 .shadow-wrap .shadow:not(:last-of-type){ margin-bottom: 60px; }
#solution.environment .arti03 ul{ display: flex; justify-content: center; gap: 10px; }
#solution.environment .arti03 ul li{ max-width: 260px; width: calc((100% - 10px) / 2); height: 70px; display: flex; justify-content: center; align-items: center; background: #333; border-radius: 10px; font-size: 18px; font-weight: 600; color: #fff; text-align: center; padding: 20px; }
#solution.environment .arti03 ul li.red{ background: var(--mainC); }
#solution.environment .arti03 figure{ width: 100%; text-align: center; margin-top: 55px; }

#solution.environment .arti04 .shadow{ margin-bottom: 20px; text-align: center; }
#solution.environment .arti04 .table-box{ text-align: center; }

@media screen and (max-width: 1700px){
	#solution.environment .arti01 dl dt{ font-size: 19px; }

	#solution.environment .arti03 ul li{ height: 60px; font-size: 17px; }
}

@media screen and (max-width: 1300px){
	#solution.environment .arti03 .shadow-wrap .shadow:not(:last-of-type){ margin-bottom: 30px; }
}

@media screen and (max-width: 1280px){
	#solution .border-box.pa60{ margin-bottom: 30px; }

	#solution.environment .arti01 dl dt{ font-size: 18px; }
	#solution.environment .arti01 .flex-box > div{ padding: 25px 30px; }

	#solution.environment .arti03 ul li{ height: 50px; font-size: 16px; }
	#solution.environment .arti03 figure{ margin-top: 30px; }
}

@media screen and (max-width: 1200px){
	#solution.environment .arti01 .flex-box{ flex-direction: column; }
	#solution.environment .arti01 .flex-box > div::after{ top: calc(100% + 35px); right: 50%; transform: translate(50%, -50%) rotate(90deg); }
	#solution.environment .arti01 .white{ width: 100%; margin-bottom: 70px; }
	#solution.environment .arti01 .red{ width: 100%; }

	#solution.environment .arti02 .flex-box{ flex-direction: column; }
	#solution.environment .arti02 .shadow01{ width: 100%; }
	#solution.environment .arti02 .shadow02{ width: 100%; }
}

@media screen and (max-width: 700px){
	#solution.environment .arti04 .table-box{ overflow-x: scroll; }
	#solution.environment .arti04 .table-box table{ width: 700px; }
}

@media screen and (max-width: 600px){
	#solution.environment .arti01 dl{ flex-direction: column; }
	#solution.environment .arti01 dl dt{ padding-right: 0; padding-bottom: 10px; }
}


/* 문제해결 - IoT·DX - WIZNEX 소개 */
#solution.wiznex .arti01 .border-box{ display: flex; align-items: center; text-align: left; padding: 75px 150px; }
#solution.wiznex .arti01 .border-box .img{ width: 262px; }
#solution.wiznex .arti01 .border-box .text{ position: relative; width: calc(100% - 262px); padding-left: 180px; }
#solution.wiznex .arti01 .border-box .text::before{ content: ""; width: 60px; height: 1px; background: #000; position: absolute; top: 50%; left: 90px; transform: translate(-50%, -50%); }
#solution.wiznex .arti01 .border-box .text p{ margin-bottom: 15px; }
#solution.wiznex .arti01 .border-box .text span{ font-size: 18px; font-weight: 400; color: #333; }
#solution.wiznex .arti01 .circle-graph{ margin-bottom: 30px; }
#solution.wiznex .arti01 .circle-graph .circle > div{ position: relative; }
#solution.wiznex .arti01 .circle-graph .txt{ text-align: center; position: relative; z-index: 10; }
#solution.wiznex .arti01 .circle-graph .txt::before{ content: ""; display: inline-block; width: 100%; padding-bottom: 100%; background: #fff; border: 3px solid var(--mainC); border-radius: 50%; box-sizing: border-box; position: absolute; top: 50%; left: 50%; z-index: -5; transform: translate(-50%, -50%); box-shadow: -10px 0px 40px 0px rgba(225, 0, 18, 0.10);; }
#solution.wiznex .arti01 .circle-graph .txt p{ font-size: 24px; font-weight: 600; color: var(--mainC); margin-top: 30px; }
#solution.wiznex .arti01 .circle-graph .graph ul li{ width: 400px; }
#solution.wiznex .arti01 .diagram h6{ font-size: 22px; font-weight: 700; color: #222; margin-bottom: 10px; text-align: center; }
#solution.wiznex .arti01 .diagram-box{ position: relative; }
#solution.wiznex .arti01 .diagram-box::before, #solution.wiznex .arti01 .diagram-box::after{ content: url("/img/sub/solution/wiznex_arrow.svg"); position: absolute; top: 50%; }
#solution.wiznex .arti01 .diagram-box::before{ left: 2px; transform: translate(-50%, -50%) rotate(-90deg); }
#solution.wiznex .arti01 .diagram-box::after{ right: 2px; transform: translate(50%, -50%) rotate(90deg); }
#solution.wiznex .arti01 .diagram ul{ display: flex; flex-wrap: wrap; gap: 30px; padding: 50px 60px; border: 1px dashed var(--mainC); border-radius: 320px; }
#solution.wiznex .arti01 .diagram ul::before, #solution.wiznex .arti01 .diagram ul::after{ content: url("/img/sub/solution/wiznex_arrow.svg"); position: absolute; left: 50%; }
#solution.wiznex .arti01 .diagram ul::before{ top: 3px; transform: translate(-50%, -50%); }
#solution.wiznex .arti01 .diagram ul::after{ bottom: 3px; transform: translate(-50%, 50%) rotate(180deg); }
#solution.wiznex .arti01 .diagram ul li{ width: calc((100% - 180px) / 7); position: relative; }
#solution.wiznex .arti01 .diagram ul li::before{ content: attr(data-num); font-family: var(--enF); font-size: 80px; font-weight: 700; color: var(--mainC); opacity: 0.05; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#solution.wiznex .arti01 .diagram ul li .c{ width: 100%; padding-bottom: 100%; border-radius: 50%; box-shadow: 0px 0px 30px rgba(225, 0, 18, 0.10); }
#solution.wiznex .arti01 .diagram ul li .text{ font-size: 20px; font-weight: 500; color: #222; text-align: center; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); padding: 0 20px; }

#solution.wiznex .arti02 figure{ width: 100%; text-align: center; }

#solution.wiznex .arti03 .block figure{ width: 100%; text-align: center; }
#solution.wiznex .arti03 .shadow h6.dot{ margin-bottom: 20px; }
#solution.wiznex .arti03 .shadow > p{ font-size: 18px; font-weight: 400; color: #333; }
#solution.wiznex .arti03 .shadow > p em{ font-weight: 600; }
#solution.wiznex .arti03 .shadow.left .figure{ text-align: center; margin: 60px 0 40px; }
#solution.wiznex .arti03 .shadow.left .figure p{ font-size: 20px; font-weight: 700; color: #333; margin-bottom: 10px; }
#solution.wiznex .arti03 .shadow.left ul li{ font-size: 18px; font-weight: 400; color: #666; padding-left: 15px; position: relative; }
#solution.wiznex .arti03 .shadow.left ul li:not(:last-of-type){ margin-bottom: 10px; }
#solution.wiznex .arti03 .shadow.left ul li::before{ content: ""; width: 3px; height: 3px; background: #000; border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#solution.wiznex .arti03 .shadow.right .dl{ display: flex; flex-wrap: wrap; gap: 60px 30px; margin-top: 60px; }  
#solution.wiznex .arti03 .shadow.right dl{ width: calc((100% - 30px) / 2); }
#solution.wiznex .arti03 .shadow.right dl dt{ margin-bottom: 5px; }
#solution.wiznex .arti03 .shadow.right dl dd p{ padding-left: 50px; margin-bottom: 20px; }
#solution.wiznex .arti03 .shadow.right dl dd figure{ width: 100%; }
#solution.wiznex .arti03 .shadow.right dl dd figure img{ width: 100%; border-radius: 10px; }
#solution.wiznex .arti03 .shadow.right dl dd figure.border img{ border: 1px solid #DDD; }

@media screen and (max-width: 1700px){
	#solution.wiznex .arti01 .border-box{ padding: 60px; }
	#solution.wiznex .arti01 .border-box .text span{ font-size: 17px; }

	#solution.wiznex .arti01 .circle-graph .txt p{ font-size: 22px; }
	#solution.wiznex .arti01 .diagram h6{ font-size: 20px; }
	#solution.wiznex .arti01 .diagram ul li::before{ font-size: 65px; }
	#solution.wiznex .arti01 .diagram ul li .text{ font-size: 18px; }

	#solution.wiznex .arti03 .shadow > p{ font-size: 17px; }
	#solution.wiznex .arti03 .shadow.left .figure p{ font-size: 18px; }
	#solution.wiznex .arti03 .shadow.left ul li{ font-size: 17px; }
}

@media screen and (max-width: 1500px){
	#solution.wiznex .arti01 .diagram{ margin-top: 50px; }
	#solution.wiznex .arti01 .diagram h6{ margin-bottom: 30px; }
	#solution.wiznex .arti01 .diagram ul{ padding: 40px 50px; }
}

@media screen and (max-width: 1300px){
	#solution.wiznex .arti01 .diagram ul{ justify-content: center; border-radius: 160px; }
	#solution.wiznex .arti01 .diagram ul li{ width: calc((100% - 90px) / 4); }
}

@media screen and (max-width: 1280px){
	#solution.wiznex .arti01 .border-box{ margin-bottom: 50px; }
	#solution.wiznex .arti01 .border-box .text span{ font-size: 16px; }

	#solution.wiznex .arti01 .circle-graph .txt p{ font-size: 20px; margin-top: 20px; }
	#solution.wiznex .arti01 .diagram h6{ font-size: 18px; }
	#solution.wiznex .arti01 .diagram ul li .text{ font-size: 17px; }

	#solution.wiznex .arti03 .shadow > p{ font-size: 16px; }
	#solution.wiznex .arti03 .shadow.left .figure{ margin: 40px 0 20px; }
	#solution.wiznex .arti03 .shadow.left .figure p{ font-size: 17px; }
	#solution.wiznex .arti03 .shadow.left ul li{ font-size: 16px; }
}

@media screen and (max-width: 1200px){
	#solution.wiznex .arti01 .border-box{ flex-direction: column; align-items: center; text-align: center; padding: 35px; }
	#solution.wiznex .arti01 .border-box .img{ width: 100%; }
	#solution.wiznex .arti01 .border-box .text{ width: 100%; padding-left: 0; padding-top: 70px; }
	#solution.wiznex .arti01 .border-box .text::before{ width: 1px; height: 30px; top: 20px; left: 50%; transform: translateX(-50%); }
	#solution.wiznex .arti01 .border-box .text p{ margin-bottom: 10px; }

	#solution.wiznex .circle-graph .circle div.icon{ width: 50px; margin: 0 auto; }
}

@media screen and (max-width: 850px){
	#solution.wiznex .arti01 .diagram-box{ max-width: 500px; margin: 0 auto; }
	#solution.wiznex .arti01 .diagram ul{ border-radius: 135px; }
	#solution.wiznex .arti01 .diagram ul li{ width: calc((100% - 30px) / 2); }
	#solution.wiznex .arti01 .diagram ul li::before{ font-size: 55px; }

	#solution.wiznex .arti03 .shadow.right .dl{ gap: 40px 20px; margin-top: 30px; }
	#solution.wiznex .arti03 .shadow.right dl{ width: calc((100% - 20px) / 2);}
	#solution.wiznex .arti03 .shadow.right dl dt{ margin-bottom: 15px; }
	#solution.wiznex .arti03 .shadow.right dl dd p{ padding-left: 0; margin-bottom: 10px; }
}

@media screen and (max-width: 550px){
	#solution.wiznex .arti01 .diagram-box{ max-width: 250px; }
	#solution.wiznex .arti01 .diagram ul{ padding: 30px; }
	#solution.wiznex .arti01 .diagram ul li{ width: 100%; }
}


/* 문제해결 - IoT·DX - Good CastingSystem™ */
#solution.castingsystem{ overflow: hidden; }
#solution.castingsystem .gray-bg{ background: #F5F5F5; }
#solution.castingsystem h6.dot{ margin-bottom: 30px; }

#solution.castingsystem .flex400{ display: flex; }
#solution.castingsystem .flex400 > div:first-of-type{ width: 400px; background: #fff; border: 1px solid #DDD; border-radius: 20px; padding: 80px 35px; }
#solution.castingsystem .flex400 > div:last-of-type{ width: calc(100% - 400px); padding-left: 80px; }

#solution.castingsystem .gray-bg .flex400 > div:first-of-type{ border: 1px solid transparent; }

#solution.castingsystem .step-list{ margin-top: 60px; text-align: center; }
#solution.castingsystem .step-list ul{ display: flex; flex-wrap: wrap; gap: 20px 50px; position: relative; }
#solution.castingsystem .step-list ul::before{ content: ""; width: calc(100% - 10px); height: 20px; background: linear-gradient(to right, #DDD, #000); position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
#solution.castingsystem .step-list ul li{ width: calc((100% - 300px) / 7); background: #fff; border-radius: 10px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10); padding: 30px 0; position: relative; }
#solution.castingsystem .step-list ul li::before{ content: ""; width: 25px; height: 45px; background: #000; position: absolute; top: 50%; left: -7px; transform: translateY(-50%); clip-path: polygon(100% 50%, 0 0, 0 100%); }
#solution.castingsystem .step-list ul li:not(:last-of-type)::before{ display: none; }
#solution.castingsystem .step-list ul li span{ font-family: var(--enF); font-size: 14px; font-weight: 500; color: #AAA; }
#solution.castingsystem .step-list ul li .icon{ display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; margin: 20px auto; }
#solution.castingsystem .step-list ul li p{ font-size: 18px; font-weight: 500; color: #333; }
#solution.castingsystem .step-list ul li.red{ background: var(--mainC); }
#solution.castingsystem .step-list ul li.red *{ color: #fff !important; }
#solution.castingsystem .step-list ul li.red .icon img{ filter: invert(1); -webkit-filter: invert(1); }
#solution.castingsystem .step-list ul li.border{ border: 1px solid #000; }

#solution.castingsystem .video{ background: #000; position: relative; overflow: hidden; border-radius: 20px; }
#solution.castingsystem .video video{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#solution.castingsystem .arti01 .block{ margin-top: 20px; }

#solution.castingsystem .arti02 .flex-box{ display: flex; }
#solution.castingsystem .arti02 .list dl dt{ font-size: 20px; font-weight: 500; color: #222; margin-bottom: 20px; }
#solution.castingsystem .arti02 .list .keyword{ display: flex; flex-wrap: wrap; gap: 10px 60px; }
#solution.castingsystem .arti02 .list .keyword li{ width: calc((100% - 240px) / 5); height: 65px; display: flex; justify-content: center; align-items: center; background: #fff; border-radius: 10px; font-size: 18px; font-weight: 600; color: #333; text-align: center; position: relative; }
#solution.castingsystem .arti02 .list .keyword li::after{ content: url("/img/sub/solution/arrow1.svg"); position: absolute; top: 50%; right: -30px; transform: translate(50%, -50%); }
#solution.castingsystem .arti02 .list .keyword li:last-of-type::after{ display: none; }
#solution.castingsystem .arti02 .list .flex{ display: flex; justify-content: space-between; margin-top: 60px; }
#solution.castingsystem .arti02 .list .flex dl{ width: 60%; padding-right: 50px; }
#solution.castingsystem .arti02 .list .flex ul li{ font-size: 18px; font-weight: 400; color: #333; line-height: 1.4; padding: calc((40px - 1.4em) / 2) 0; padding-left: 50px; position: relative; }
#solution.castingsystem .arti02 .list .flex ul li:not(:last-of-type){ margin-bottom: 20px; }
#solution.castingsystem .arti02 .list .flex ul li::before{ content: attr(data-num); display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; background: var(--mainC); border-radius: 50%; font-family: var(--enF); font-size: 16px; font-weight: 400; color: #fff; position: absolute; top: 0; left: 0; }
#solution.castingsystem .arti02 .list .flex figure{ width: 40%; }

#solution.castingsystem .arti03 .border-box{ padding: 60px; }
#solution.castingsystem .arti03 .num-dl dd p{ line-height: 1.7; }
#solution.castingsystem .arti03 .num-dl .center-center{ gap: 50px; margin-top: 30px; }
#solution.castingsystem .arti03 .num-dl .gap{ display: flex; gap: 10px; }

#solution.castingsystem .arti05 .diagram{ display: flex; gap: 30px 0; }

#solution.castingsystem .arti06 figure img{ width: 100%; border-radius: 20px; overflow: hidden; }
#solution.castingsystem .arti06 .left{ display: flex; gap: 10px; }
#solution.castingsystem .arti06 .left > .video{ width: calc(70.5% - 10px); }
#solution.castingsystem .arti06 .left .figure{ width: 29.5%; display: flex; flex-direction: column; gap: 10px; }

#solution.castingsystem .arti08 ul{ display: flex; flex-wrap: wrap; gap: 60px 30px; }
#solution.castingsystem .arti08 ul li{ width: calc((100% - 30px) / 2); }
#solution.castingsystem .arti08 ul li p{ font-size: 20px; font-weight: 500; color: #222; margin-bottom: 20px; }
#solution.castingsystem .arti08 ul li figure img{ border-radius: 20px; }

@media screen and (max-width: 1700px){
	#solution.castingsystem .flex400 > div:last-of-type{ padding-left: 40px; }

	#solution.castingsystem .arti02 .list dl dt{ font-size: 19px; }
	#solution.castingsystem .arti02 .list .keyword li{ height: 60px; font-size: 17px; }

	#solution.castingsystem .arti03 .border-box{ padding: 40px; }

	#solution.castingsystem .arti08 ul li p{ font-size: 18px; }
}

@media screen and (max-width: 1510px){
	#solution.castingsystem .arti03 br{ display: none; }
}

@media screen and (max-width: 1350px){
	#solution.castingsystem .step-list ul::before{ display: none; }
	#solution.castingsystem .step-list ul li{ width: calc((100% - 150px) / 4); padding: 20px 0; }
	#solution.castingsystem .step-list ul li::after{ content: ""; width: 100%; height: 20px; background: #000; position: absolute; top: 50%; right: -50px; z-index: -1; transform: translateY(-50%); }
	#solution.castingsystem .step-list ul li:nth-of-type(4n)::after{ display: none; }
	#solution.castingsystem .step-list ul li:last-of-type::after{ display: none; }
	#solution.castingsystem .step-list ul li .icon{ margin: 10px auto; }
}

@media screen and (max-width: 1300px){
	#solution.castingsystem .half-box{ gap: 20px 0; }
	#solution.castingsystem .video{ padding-bottom: 49%; }

	#solution.castingsystem .arti07 .video{ padding-bottom: 56%; }
}

@media screen and (max-width: 1280px){
	#solution.castingsystem .flex400{ flex-direction: column; }
	#solution.castingsystem .flex400 > div:first-of-type{ width: 100%; padding: 35px; }
	#solution.castingsystem .flex400 > div:last-of-type{ width: 100%; padding-left: 0; padding-top: 30px; }

	#solution.castingsystem .step-list ul li p{ font-size: 17px; }

	#solution.castingsystem .arti02 .list dl dt{ font-size: 18px; }
	#solution.castingsystem .arti02 .list .keyword li{ font-size: 16px; }
	#solution.castingsystem .arti02 .list .flex ul li{ font-size: 17px; padding: calc((35px - 1.4em) / 2) 0; padding-left: 45px; }
	#solution.castingsystem .arti02 .list .flex ul li::before{ width: 35px; height: 35px; font-size: 15px; }

	#solution.castingsystem .arti03 .border-box{ padding: 25px; }

	#solution.castingsystem .arti08 ul li p{ font-size: 17px; margin-bottom: 15px; }
}

@media screen and (max-width: 950px){
	#solution.castingsystem .arti02 .list .flex{ flex-direction: column; }
	#solution.castingsystem .arti02 .list .flex dl{ width: 100%; padding-right: 0; }
	#solution.castingsystem .arti02 .list .flex figure{ width: 100%; margin-top: 30px; text-align: center; }
}

@media screen and (max-width: 850px){
	#solution.castingsystem .step-list ul{ gap: 20px; }
	#solution.castingsystem .step-list ul li{ width: calc((100% - 60px) / 4); }
	#solution.castingsystem .step-list ul li::after{ right: -20px; }

	#solution.castingsystem .arti02 .list .keyword li{ width: calc((100% - 120px) / 3); }
	#solution.castingsystem .arti02 .list .keyword li:nth-of-type(3n)::after{ display: none; }
}

@media screen and (max-width: 800px){
	#solution.castingsystem .arti06 .left > .video{ width: calc(71% - 10px); }
	#solution.castingsystem .arti06 .left .figure{ width: 29%; } 

	#solution.castingsystem .arti08 ul li{ width: 100%; }
}

@media screen and (max-width: 600px){
	#solution.castingsystem .step-list ul li{ width: calc((100% - 40px) / 3); }
	#solution.castingsystem .step-list ul li::after{ width: calc(100% + 40px); right: -20px; }
	#solution.castingsystem .step-list ul li:first-of-type::after{ width: calc(100% + 20px); }
	#solution.castingsystem .step-list ul li:last-of-type::after{ display: block; width: calc(100% + 20px); right: 0; }
	#solution.castingsystem .step-list ul li:nth-of-type(4n)::after{ display: block; }
	#solution.castingsystem .step-list ul li:nth-of-type(3n)::after{ display: block; }

	#solution.castingsystem .arti02 .list .keyword{ gap: 10px 40px; }
	#solution.castingsystem .arti02 .list .keyword li{ width: calc((100% - 80px) / 3); }
	#solution.castingsystem .arti02 .list .keyword li::after{ right: -20px; }
}


/* 문제해결 - IoT·DX - ePVS™ */
#solution.epvs figure{ text-align: center; }

#solution.epvs .arti01 .block h6{ font-weight: 700; text-align: center; margin-bottom: 30px; }

#solution.epvs .arti02 .shadow{ margin-top: 60px; }
#solution.epvs .arti02 .flex-box{ display: flex; flex-wrap: wrap; gap: 60px 120px; }
#solution.epvs .arti02 dl{ width: calc((100% - 240px) / 3); position: relative; }
#solution.epvs .arti02 dl::after{ content: ""; width: 1px; height: 115px; background: #DDD; position: absolute; top: 0; right: -60px; transform: translateX(50%); }
#solution.epvs .arti02 dl:last-of-type::after{ display: none; }
#solution.epvs .arti02 dl dd:not(:last-of-type){ margin-bottom: 15px; }

@media screen and (max-width: 1280px){
	#solution.epvs .arti01 .block h6{ margin-bottom: 15px; }

	#solution.epvs .arti02 .shadow{ margin-top: 30px; }
	#solution.epvs .arti02 .flex-box{ gap: 60px; }
	#solution.epvs .arti02 dl{ width: calc((100% - 120px) / 3); }
	#solution.epvs .arti02 dl::after{ right: -30px; }
}

@media screen and (max-width: 1000px){
	#solution.epvs .arti02 dl{ width: calc((100% - 60px) / 2); }
	#solution.epvs .arti02 dl:nth-of-type(2n)::after{ display: none; }
}

@media screen and (max-width: 650px){
	#solution.epvs .arti02 .flex-box{ gap: 40px; }
	#solution.epvs .arti02 dl{ width: 100%; }
	#solution.epvs .arti02 dl::after{ display: none; }
}


/* 문제해결 - IoT·DX - 장비 운영 모니터 */
#solution.equipment .block{ margin-top: 20px; }

#solution.equipment .arti02 .flex-box{ display: flex; flex-wrap: wrap; gap: 40px; padding: 40px 0; position: relative; }
#solution.equipment .arti02 .flex-box::before{ content: ""; width: calc(100% - ((100% - 80px) / 3)); height: 100%; border: 1px dashed var(--mainC); border-radius: 20px; position: absolute; bottom: 0; left: 50%; z-index: -5; transform: translateX(-50%); }
#solution.equipment .arti02 h6{ font-weight: 700; text-align: center; padding: 0 15px; background: #fff; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); }
#solution.equipment .arti02 .center-center{ width: calc((100% - 80px) / 3); background: #fff; border-radius: 20px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); padding: 60px; text-align: center; }
#solution.equipment .arti02 dl{ margin-top: 30px; }
#solution.equipment .arti02 dl dt{ font-size: 20px; font-weight: 600; color: #222; margin-bottom: 20px; }
#solution.equipment .arti02 dl dd{ font-size: 16px; font-weight: 400; color: #666; line-height: 1.75; }

#solution.equipment .arti03 .flex-box{ display: flex; flex-wrap: wrap; gap: 30px; }
#solution.equipment .arti03 dl{ width: calc((100% - 120px) / 5); box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10); border-radius: 20px; }
#solution.equipment .arti03 dl dt{ background: #333; border-radius: 20px 20px 0 0; font-size: 20px; font-weight: 600; color: #fff; padding: 17px; text-align: center; }
#solution.equipment .arti03 dl dd{ padding: 30px; }
#solution.equipment .arti03 ul li{ font-size: 16px; font-weight: 400; color: #666; }
#solution.equipment .arti03 ul li:not(:last-of-type){ margin-bottom: 10px; }
#solution.equipment .arti03 ul li p{ padding-left: 15px; position: relative; margin-bottom: 10px; }
#solution.equipment .arti03 ul li p::before{ content: ""; width: 3px; height: 3px; background: #000; border-radius: 50%; position: absolute; top: calc(1.2em / 2); left: 0; transform: translateY(-50%); }
#solution.equipment .arti03 ul li:not(:last-of-type) figure{ margin-bottom: 30px; }
#solution.equipment .arti03 ul li figure{ width: 100%; }
#solution.equipment .arti03 ul li figure img{ width: 100%; border-radius: 10px; }

@media screen and (max-width: 1700px){
	#solution.equipment .arti02 br{ display: none; }
	#solution.equipment .arti02 .center-center{ padding: 40px; }
	#solution.equipment .arti02 dl dt{ font-size: 18px; }

	#solution.equipment .arti03 dl dt{ font-size: 18px; }
}

@media screen and (max-width: 1400px){
	#solution.equipment .arti03 dl{ width: calc((100% - 60px) / 3); }
}

@media screen and (max-width: 1280px){
	#solution.equipment .arti02 dl dt{ font-size: 17px; margin-bottom: 10px; }

	#solution.equipment .arti03 dl dt{ font-size: 17px; padding: 12px 15px; }
}

@media screen and (max-width: 1200px){
	#solution.equipment .arti02 .flex-box{ gap: 20px; }
	#solution.equipment .arti02 .center-center{ width: calc((100% - 40px) / 3); padding: 30px; }
}

@media screen and (max-width: 900px){
	#solution.equipment .arti02 .flex-box::before{ width: calc(100% - 80px); }
	#solution.equipment .arti02 .center-center{ width: 100%; padding: 25px; }

	#solution.equipment .arti03 .flex-box{ gap: 20px; }
	#solution.equipment .arti03 dl{ width: calc((100% - 20px) / 2); }
}

@media screen and (max-width: 600px){
	#solution.equipment .arti03 dl dd{ padding: 20px; }
}


/* 문제해결 - IoT·DX - 원격 모니터링 시스템 */
#solution.remote{ padding-bottom: 0; }
#solution.remote .arti01 .border-box p{ margin-bottom: 15px; }
#solution.remote .arti01 .border-box span{ font-size: 18px; font-weight: 400; color: #333; }
#solution.remote .arti01 figure{ width: 100%; text-align: center; margin-top: 75px; }

#solution.remote .arti02{ background: #F9F9F9; }
#solution.remote .arti02 h6{ font-weight: 500; margin-bottom: 30px; }
#solution.remote .arti02 .diagram{ position: relative; }
#solution.remote .arti02 .diagram::before, #solution.remote .arti02 .diagram::after{ content: url("/img/sub/solution/wiznex_arrow.svg"); position: absolute; left: 50%; }
#solution.remote .arti02 .diagram::before{ top: 3px; transform: translate(-50%, -50%); }
#solution.remote .arti02 .diagram::after{ bottom: 3px; transform: translate(-50%, 50%) rotate(180deg); }
#solution.remote .arti02 .diagram ul{ display: flex; flex-wrap: wrap; gap: 30px; padding: 30px 32px; border: 1px dashed var(--mainC); border-radius: 320px; position: relative; }
#solution.remote .arti02 .diagram ul::before, #solution.remote .arti02 .diagram ul::after{ content: url("/img/sub/solution/wiznex_arrow.svg"); position: absolute; top: 50%; } 
#solution.remote .arti02 .diagram ul::before{ left: 3px; transform: translate(-50%, -50%) rotate(-90deg); }
#solution.remote .arti02 .diagram ul::after{ right: 3px; transform: translate(50%, -50%) rotate(90deg); }
#solution.remote .arti02 .diagram ul li{ width: calc((100% - 90px) / 4); display: flex; justify-content: center; align-items: center; background: #fff; border-radius: 120px; font-size: 18px; font-weight: 500; color: #222; line-height: 1.6666; text-align: center; padding: 30px; position: relative; box-shadow: 0px 0px 20px 0px rgba(225, 0, 18, 0.10); }
#solution.remote .arti02 .diagram ul li::before{ content: attr(data-num); font-family: var(--enF); font-size: 60px; font-weight: 700; color: var(--mainC); opacity: 0.05; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }  
#solution.remote .arti02 .list p{ font-size: 20px; font-weight: 400; color: #222; }
#solution.remote .arti02 .list .hashtag{ display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
#solution.remote .arti02 .list .hashtag li{ background: #333; border-radius: 50px; font-size: 18px; font-weight: 500; color: #fff; padding: 14px 30px; }
#solution.remote .arti02 .list .gallery{ display: flex; flex-wrap: wrap; gap: 40px; margin-top: 60px; }
#solution.remote .arti02 .list .gallery figure{ width: calc((100% - 80px) / 3); }
#solution.remote .arti02 .list .gallery figure img{ width: 100%; border-radius: 10px; }

@media screen and (max-width: 1700px){
	#solution.remote .arti01 .border-box span{ font-size: 17px; }
	#solution.remote .arti01 figure{ margin-top: 40px; }

	#solution.remote .arti02 .diagram ul li{ font-size: 17px; }
	#solution.remote .arti02 .diagram ul li::before{ font-size: 50px; }
	#solution.remote .arti02 .list p{ font-size: 18px; }
	#solution.remote .arti02 .list .hashtag li{ font-size: 17px; padding: 12px 25px; }
}

@media screen and (max-width: 1400px){
	#solution.remote .arti02 .diagram ul{ padding: 30px; border-radius: 70px; }
	#solution.remote .arti02 .diagram ul li{ width: calc((100% - 30px) / 2); padding: 20px; }
}

@media screen and (max-width: 1280px){
	#solution.remote .arti01 .border-box p{ margin-bottom: 5px; }
	#solution.remote .arti01 .border-box span{ font-size: 16px; }
	#solution.remote .arti01 figure{ margin-top: 30px; }

	#solution.remote .arti02 .diagram ul li{ font-size: 16px; }
	#solution.remote .arti02 .list p{ font-size: 17px; }
	#solution.remote .arti02 .list .hashtag{ margin-top: 20px; }
	#solution.remote .arti02 .list .hashtag li{ font-size: 16px; padding: 8px 20px; }
	#solution.remote .arti02 .list .gallery{ gap: 20px; margin-top: 30px; }
	#solution.remote .arti02 .list .gallery figure{ width: calc((100% - 40px) / 3); }
}

@media screen and (max-width: 1200px){
	#solution.remote .arti02 .list .gallery figure{ width: calc((100% - 20px) / 2); }
}

@media screen and (max-width: 650px){
	#solution.remote .arti02 .diagram ul{ gap: 20px; }
	#solution.remote .arti02 .diagram ul li{ width: 100%; }
}


/* ESG (공통) */
#esg *{ letter-spacing: -0.02em; }
#esg .intro{ min-height: 385px; display: flex; align-items: flex-end; border-radius: 20px; padding: 40px 60px; margin-bottom: 80px; }
#esg .intro *{ color: #fff; }
#esg .intro em{ color: var(--mainC); }
#esg .intro p{ font-size: 20px; font-weight: 400; line-height: 1.5; opacity: 0.6; }
#esg .intro h5{ font-size: 35px; font-weight: 700; margin-top: 20px; }

#esg .gray-bg{ background: #F9F9F9; }

#esg .graph-box{ max-width: 495px; margin: 0 auto; position: relative; }
#esg .graph-box .circle{ width: 200px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#esg .graph-box .circle::before{ content: ""; display: block; width: 100%; padding-bottom: 100%; background: #fff; border-radius: 50%; box-shadow: -10px 0px 40px rgba(225, 0, 18, 0.10); }
#esg .graph-box .circle .text{ position: absolute; top: 54%; left: 0; right: 0; transform: translateY(-50%); padding: 0 20px; text-align: center; }
#esg .graph-box .circle .text p{ font-size: 20px; font-weight: 700; color: var(--mainC); }
#esg .graph-box .icon-box{ width: 100%; display: flex; flex-direction: column; align-items: center; position: relative; }
#esg .graph-box .icon-box::before{ content: ""; width: calc(100% - 95px); padding-bottom: calc(100% - 95px); border: 1px dashed #E5E5E5; border-radius: 50%; position: absolute; top: 60px; left: 50%; z-index: -1; transform: translateX(-50%); box-sizing: border-box; }
#esg .graph-box .icon-box .line{ width: 100%; display: flex; justify-content: space-between; }
#esg .graph-box .icon-box .box{ position: relative; }
#esg .graph-box .icon-box .box br{ display: block; }
#esg .graph-box .icon-box .box .icon{ width: 120px; height: 120px; display: flex; justify-content: center; align-items: center; background: linear-gradient(135deg, #FF782C, #E10012); border-radius: 50%; text-align: center; }
#esg .graph-box .icon-box .box .icon span{ font-size: 18px; font-weight: 700; color: #fff; }
#esg .graph-box .icon-box .box dl{ position: absolute; width: max-content; top: 50%; }
#esg .graph-box .icon-box .box dl dt{ font-family: var(--enF); font-size: 20px; font-weight: 700; color: var(--mainC); margin-bottom: 10px; }
#esg .graph-box .icon-box .box dl dd{ font-size: 18px; font-weight: 300; color: #333; padding-left: 10px; position: relative; }
#esg .graph-box .icon-box .box dl dd:not(:last-of-type){ margin-bottom: 5px; }
#esg .graph-box .icon-box .box dl dd::before{ content: ""; width: 3px; height: 3px; background: #333; border-radius: 50%; position: absolute; top: calc(1.3em / 2); left: 0; trasnform: transalteY(-50%); }

#esg .graph-box .icon-box .box.left dl{ left: -30px; transform: translate(-100%, -50%); text-align: right; }
#esg .graph-box .icon-box .box.left dl dd{ padding-left: 0; padding-right: 10px; }
#esg .graph-box .icon-box .box.left dl dd::before{ left: 100%; transform: translate(-100%, -50%); }
#esg .graph-box .icon-box .box.right dl{ right: -30px; transform: translate(100%, -50%); }
#esg .graph-box .icon-box > .box.right dl{ top: 0; transform: translateX(100%); }

#esg .graph-box.five .icon-box .line:last-of-type{ padding: 0 65px; margin-top: 95px; }
#esg .graph-box.five .icon-box > .box{ margin-bottom: 20px; }
#esg .graph-box.five .icon-box .line:nth-of-type(2) .box:last-of-type .icon, #esg .graph-box.five .icon-box .line:nth-of-type(3) .box:first-of-type .icon{ background: #E10012; }
#esg .graph-box.five .icon-box .line:nth-of-type(3) .box:last-of-type .icon{ background: linear-gradient(135deg, #E10012, #93010C); }

#esg .graph-box.six{ max-width: 520px; }
#esg .graph-box.six .icon-box > .box:first-of-type{ margin-bottom: -20px; }
#esg .graph-box.six .icon-box > .box:last-of-type{ margin-top: -100px; }
#esg .graph-box.six .icon-box .line:nth-of-type(2) .box:last-of-type .icon, #esg .graph-box.six .icon-box .line:nth-of-type(3) .box:first-of-type .icon{ background: #E10012; }
#esg .graph-box.six .icon-box .line:nth-of-type(3) .box:last-of-type .icon, #esg .graph-box.six .icon-box > .box:last-of-type .icon{ background: linear-gradient(135deg, #E10012, #93010C); }
#esg .graph-box.six .icon-box > .line{ margin-bottom: 100px; }
#esg .graph-box.six .circle .text{ top: 53%; }

#esg .content *{ font-size: 18px; font-weight: 300; color: #333; }
#esg .content .sec:not(:last-of-type){ margin-bottom: 80px; }

#esg .content .p-box p{ line-height: 1.5; }
#esg .content .p-box p.bold{ font-size: 26px; font-weight: 600; color: #111; }
#esg .content .p-box p:not(:last-of-type){ margin-bottom: 40px; }

#esg .table-box table tr > *:first-of-type{ border-left: none; }
#esg .table-box table tr > *:last-of-type{ border-right: none; }
#esg .table-box table th, #esg .table-box table td{ font-size: 16px; }
#esg .table-box table th{ font-weight: 600; color: #000; padding: 20px 30px; }
#esg .table-box table td{ font-weight: 400; color: #222; padding: 15px 30px; }
#esg .table-box table .left{ text-align: left !important; }

#esg .shadow-list{ border-radius: 20px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); padding: 80px; }
#esg .shadow-list ul li{ display: flex; align-items: baseline; font-size: 16px; font-weight: 300; color: #333; line-height: 2; }
#esg .shadow-list ul li span{ display: inline-block; width: 50px; font-family: var(--enF); font-size: inherit; font-weight: 500; color: var(--mainC); line-height: inherit; }
#esg .shadow-list ul li p{ width: calc(100% - 50px); font-size: inherit; font-weight: inherit; color: inherit; line-height: inherit; }

#esg .moreBtn{ width: 280px; height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 0 20px; background: var(--mainC); border-radius: 10px; font-size: 17px; font-weight: 600; color: #fff; padding: 0 25px; }
#esg .moreBtn::after{ content: url("/img/sub/esg/view_arrow.svg"); }


@media screen and (max-width: 1700px){
	#esg .intro p{ font-size: 18px; }
	#esg .intro h5{ font-size: 30px; }

	#esg .graph-box .circle .text p{ font-size: 18px; }
	#esg .graph-box .icon-box .box .icon span{ font-size: 17px; }
	#esg .graph-box .icon-box .box dl dt{ font-size: 19px; }
	#esg .graph-box .icon-box .box dl dd{ font-size: 17px; }

	#esg .content .p-box p.bold{ font-size: 23px; }

	#esg .shadow-list{ padding: 60px; }

	#esg .moreBtn{ height: 60px; }
}

@media screen and (max-width: 1300px){
	#esg .graph-box{ max-width: 450px; }
	#esg .graph-box .circle{ width: 150px; top: 55%; }
	#esg .graph-box .icon-box::before{ width: calc(100% - 100px); padding-bottom: calc(100% - 100px); }
	#esg .graph-box .icon-box .box .icon{ width: 100px; height: 100px; }

	#esg .graph-box.six .circle{ top: 50%; }
	#esg .graph-box.six .icon-box > .line{ padding: 0 30px; }
}

@media screen and (max-width: 1280px){
	#esg .intro{ min-height: 300px; padding: 40px 30px; margin-bottom: 40px; }
	#esg .intro p{ font-size: 17px; }
	#esg .intro h5{ font-size: 27px; margin-top: 10px; }

	#esg .content *{ font-size: 17px; } 
	#esg .content .p-box p:not(:last-of-type){ margin-bottom: 20px; }

	#esg .graph-box .circle .text p{ font-size: 17px; }
	#esg .graph-box .icon-box .box .icon span{ font-size: 16px; }
	#esg .graph-box .icon-box .box dl dt{ font-size: 18px; }
	#esg .graph-box .icon-box .box dl dd{ font-size: 16px; }
	#esg .graph-box .icon-box .box.left dl{ left: -20px; }
	#esg .graph-box .icon-box .box.right dl{ right: -20px; }

	#esg .content .p-box p.bold{ font-size: 21px; }

	#esg .table-box table th{ padding: 15px; }
	#esg .table-box table td{ padding: 12px 15px; }

	#esg .shadow-list{ padding: 40px; }

	#esg .moreBtn{ width: 250px; height: 55px; font-size: 16px; padding: 0 15px; }
}

@media screen and (max-width: 1200px){
	#esg .content .sec:not(:last-of-type){ margin-bottom: 40px; }
}

@media screen and (max-width: 900px){
	#esg .intro{ padding: 30px; }
	#esg .intro h5{ font-size: 24px; }

	#esg .content .p-box p.bold{ font-size: 19px; }
}

@media screen and (max-width: 550px){
	#esg .graph-box.six{ max-width: 400px; }
	#esg .graph-box .icon-box::before{ width: calc(100% - 50px); padding-bottom: calc(100% - 50px); top: 50%; transform: translate(-50%, -50%); }
	#esg .graph-box.six .icon-box > .line{ padding: 0; margin-bottom: 80px; }
}


/* ESG - 정도경영 */
#esg.precision{ padding-bottom: 0; }
#esg.precision .intro{ background: url("/img/sub/esg/precision_bg.jpg") no-repeat center center / cover; }

#esg.precision .arti02 figure{ width: 100%; text-align: center; background: #fff; border: 1px solid #EBEBEB; padding: 60px; margin-top: 30px; }
#esg.precision .arti02 .btns{ display: flex; flex-wrap: wrap; gap: 20px; margin-top: 80px; }

@media screen and (max-width: 1680px){
	#esg.precision .flex-wrap br{ display: none; }
}

@media screen and (max-width: 1280px){
	#esg.precision .arti02 figure{ padding: 40px; margin-top: 20px; }
	#esg.precision .arti02 .btns{ margin-top: 40px; }
}

@media screen and (max-width: 900px){
	#esg.precision .graph-box .circle{ position: static; transform: translate(0, 0); margin: 0 auto 50px; }
	#esg.precision .graph-box .icon-box::before{ width: 1px; height: calc(100% + 50px); top: -50px; left: 50%; z-index: -5; transform: translateX(-50%); border: none; border-right: 1px dashed #E5E5E5; }
	#esg.precision .graph-box .icon-box{ max-width: 320px; display: block; margin: 0 auto; }
	#esg.precision .graph-box .icon-box > .box{ margin-bottom: 30px; }
	#esg.precision .graph-box .icon-box .line{ display: block; padding: 0 !important; }
	#esg.precision .graph-box .icon-box .line:last-of-type{ margin: 0; }
	#esg.precision .graph-box .icon-box .line:not(:last-of-type){ margin-bottom: 30px; }
	#esg.precision .graph-box .icon-box .line .box:not(:last-of-type){ margin-bottom: 30px; }
	#esg.precision .graph-box .icon-box .box{ display: flex; align-items: center; position: relative; padding: 20px 30px; padding-left: 0; }
	#esg.precision .graph-box .icon-box .box::before{ content: ""; width: calc(100% - 50px); height: 100%; background: #fff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); border-radius: 20px; position: absolute; top: 0; right: 0; z-index: -1; }
	#esg.precision .graph-box .icon-box .box dl{ position: static; transform: translate(0, 0); padding-left: 30px; }

	#esg.precision .graph-box .icon-box .box.left dl{ text-align: left; }
	#esg.precision .graph-box .icon-box .box.left dl dd{ padding-left: 10px; padding-right: 0; }
	#esg.precision .graph-box .icon-box .box.left dl dd::before{ left: 0; transform: translate(0, -50%); }
}

@media screen and (max-width: 600px){
	#esg.precision .intro br{ display: none; }
}


/* ESG - 인권경영 */
#esg.human{ padding-bottom: 0; }
#esg.human .intro{ background: url("/img/sub/esg/human_bg.jpg") no-repeat center center / cover; }
#esg.human .graph-box{ position: relative; }
#esg.human .table-box{ margin-top: 30px; }
#esg.human .table-box table tr th:first-of-type{ width: 300px; }
#esg.human .table-box table tbody tr *:first-of-type{ text-align: center; }
#esg.human .moreBtn{ margin-top: 80px; }

#esg.human .arti01 p strong{ display: block; font-weight: 600; color: #111; line-height: inherit; }

#esg.human .arti04 .graph-box .border{ width: 1px; height: 100%; background: var(--mainC); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#esg.human .arti04 .graph-box .border::before, #esg.human .arti04 .graph-box .border::after{ content: ""; width: 100%; height: 100%; background: var(--mainC); position: absolute; top: 50%; left: 50%; }
#esg.human .arti04 .graph-box .border::before{ transform: translate(-50%, -50%) rotate(60deg); }
#esg.human .arti04 .graph-box .border::after{ transform: translate(-50%, -50%) rotate(-60deg); }
#esg.human .arti04 .graph-box .circle{ padding-bottom: 200px; background: var(--mainC); border-radius: 50%; box-shadow: none; z-index: 10; }
#esg.human .arti04 .graph-box .circle::before{ width: calc(100% + 50px); padding-bottom: calc(100% + 50px); background: var(--mainC); opacity: 0.1; position: absolute; top: 50%; left: 50%; z-index: -1; transform: translate(-50%, -50%); }
#esg.human .arti04 .graph-box .circle::after{ content: ""; width: calc(100% + 100px); padding-bottom: calc(100% + 100px); background: var(--mainC); border-radius: 50%; opacity: 0.1; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; box-sizing: border-box; }
#esg.human .arti04 .graph-box .circle p{ color: #fff; }
#esg.human .arti04 .graph-box .icon-box .box .icon{ background: #fff !important; border: 1px solid var(--mainC) !important; }
#esg.human .arti04 .graph-box .icon-box .box .icon span{ color: var(--mainC); }

#esg.human .arti05 figure{ width: 100%; margin-top: 30px; }
#esg.human .arti05 figure img{ width: 100%; border-radius: 20px; }

#esg.human .arti06 .table-box table th{ border: 1px solid #EBEBEB; border-left: none; }
#esg.human .arti06 .table-box table tbody tr td{ border-left: 1px solid #EBEBEB; text-align: left; }
#esg.human .arti06 ul{ display: flex; flex-wrap: wrap; gap: 30px 50px; margin-top: 80px; }
#esg.human .arti06 ul li{ width: calc((100% - 250px) / 6); position: relative; }
#esg.human .arti06 ul li::after{ content: url("/img/sub/esg/arrow1.svg"); position: absolute; top: 50%; right: -25px; transform: translate(50%, -50%); }
#esg.human .arti06 ul li .circle{ width: 100%; padding-bottom: 100%; border: 1px dashed var(--mainC); border-radius: 50%; background: #fff; }
#esg.human .arti06 ul li .text{ text-align: center; padding: 0 10px; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
#esg.human .arti06 ul li .text span{ font-size: 18px; font-weight: 700; color: var(--mainC); }

#esg.human .arti06 ul li:nth-of-type(1)::after{ opacity: 0.2; }
#esg.human .arti06 ul li:nth-of-type(2)::after{ opacity: 0.4; }
#esg.human .arti06 ul li:nth-of-type(3)::after{ opacity: 0.6; }
#esg.human .arti06 ul li:nth-of-type(4)::after{ opacity: 0.8; }
#esg.human .arti06 ul li:last-of-type::after{ display: none; }
#esg.human .arti06 ul li:last-of-type .circle{ background: var(--mainC); border: none; }
#esg.human .arti06 ul li:last-of-type .text span{ color: #fff; }

#esg.human .arti07 .flex-box{ display: flex; flex-wrap: wrap; gap: 45px; }
#esg.human .arti07 dl{ width: calc((100% - 90px) / 3); }
#esg.human .arti07 dl dt{ display: flex; justify-content: center; align-items: center; min-height: 55px; background: #333; border-radius: 10px; font-weight: 700; color: #fff; padding: 0 10px; margin-bottom: 5px; position: relative; text-align: center; }
#esg.human .arti07 dl:nth-of-type(1) dt::after{ opacity: 0.2; }
#esg.human .arti07 dl:nth-of-type(2) dt::after{ opacity: 0.5; }
#esg.human .arti07 dl:nth-of-type(4) dt::after{ opacity: 0.8; }
#esg.human .arti07 dl:nth-of-type(3n) dt::after{ display: none; }
#esg.human .arti07 dl:last-of-type dt::after{ display: none !important; }
#esg.human .arti07 dl dt::after{ content: url("/img/sub/esg/arrow1.svg"); position: absolute; top: 50%; right: -25px; transform: translate(50%, -50%); }
#esg.human .arti07 dl dd{ height: calc(100% - 60px); background: #fff; border-radius: 10px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); padding: 30px; }
#esg.human .arti07 dl dd p{ font-size: 16px; font-weight: 300; color: #333; }
#esg.human .arti07 dl dd p:not(:last-of-type){ margin-bottom: 10px; }
#esg.human .arti07 dl:last-of-type dt{ background: var(--mainC); }
#esg.human .arti07 dl:last-of-type dd{ border: 2px solid var(--mainC); box-shadow: 0px 0px 20px 0px rgba(225, 0, 18, 0.10); }

@media screen and (max-width: 1730px){
	#esg.human br{ display: none; }
}

@media screen and (max-width: 1300px){
	#esg.human .arti04 .graph-box .circle{ padding-bottom: 150px; }
}

@media screen and (max-width: 1280px){
	#esg.human .arti06 ul li .text span{ font-size: 16px; }

	#esg.human .arti07 dl dd{ padding: 20px; }
}

@media screen and (max-width: 1200px){
	#esg.human .table-box table tr th:first-of-type{ width: 200px; }
}

@media screen and (max-width: 950px){
	#esg.human .arti07 dl{ width: calc((100% - 45px) / 2); }
	#esg.human .arti07 dl:nth-of-type(2n) dt::after{ display: none; }
	#esg.human .arti07 dl:nth-of-type(3n) dt::after{ display: block; }
}

@media screen and (max-width: 900px){
	#esg.human .moreBtn{ margin-top: 40px; }

	#esg.human .arti06 ul{ max-width: 500px; margin: 40px auto 0; }
	#esg.human .arti06 ul li{ width: calc((100% - 100px) / 3); }
	#esg.human .arti06 ul li:nth-of-type(3n)::after{ display: none; }
}

@media screen and (max-width: 800px){
	#esg.human .table-box table tr th:first-of-type{ width: 150px; }
}

@media screen and (max-width: 650px){
	#esg.human .arti07 dl{ width: 100%; position: relative; }
	#esg.human .arti07 dl::after{ content: url("/img/sub/esg/arrow1.svg"); position: absolute; bottom: calc((45px / 2) * -1); left: 50%; transform: translate(-50%, 50%) rotate(90deg); }
	#esg.human .arti07 dl:last-of-type::after{ display: none; }
	#esg.human .arti07 dl dt::after{ display: none !important; }
}

@media screen and (max-width: 550px){
	#esg.human .arti04 .graph-box .circle::before{ width: calc(100% + 40px); padding-bottom: calc(100% + 40px); }
	#esg.human .arti04 .graph-box .circle::after{ width: calc(100% + 80px); padding-bottom: calc(100% + 80px); }
}


/* ESG - 성과지표 */
#esg.performance .table-box th.left{ width: 305px; }
#esg.performance .table-box .year{ width: 150px; }
#esg.performance .table-box table tbody th{ background: none; text-align: left; }
#esg.performance .table-box table tbody td{ text-align: center; color: #666; }
#esg.performance .table-box table tbody td.left{ color: #222; }
#esg.performance .table-box table tbody td.bg{ background: #F8F8F8; }

@media screen and (max-width: 1550px){
	#esg.performance .table-box th.left{ width: 200px; }
	#esg.performance .table-box .year{ width: 110px; }
	#esg.performance .table-box table th, #esg.performance .table-box table td{ padding: 12px 10px; }
	#esg.performance .table-box table .left{ padding: 12px 15px; }
}

@media screen and (max-width: 1400px){
	#esg.performance .table-box th.left{ width: 170px; }
}

@media screen and (max-width: 900px){
	#esg.performance .table-box{ overflow-x: auto; }
	#esg.performance .table-box table{ width: 900px; }
	#esg.performance .table-box th.left{ width: 150px; }
}


/* ESG - 준법경영 */
#esg.law .intro{ background: url("/img/sub/esg/law_bg.jpg") no-repeat center center / cover; }

#esg.law .arti01 .dl{ margin-top: 80px; }
#esg.law .arti01 .dl h6{ font-size: 24px; font-weight: 700; color: #222; margin-bottom: 30px; }
#esg.law .arti01 .dl .flex-box{ display: flex; flex-wrap: wrap; gap: 45px; }
#esg.law .arti01 dl{ width: calc((100% - 90px) / 3); text-align: center; }
#esg.law .arti01 dl dt{ height: 55px; display: flex; justify-content: center; align-items: center; padding: 0 20px; background: #333; border-radius: 10px; font-weight: 600; color: #fff; position: relative; }
#esg.law .arti01 dl dt::after{ content: url("/img/sub/esg/arrow1.svg"); position: absolute; top: 50%; right: calc((45px / 2) * -1); transform: translate(50%, -50%); }
#esg.law .arti01 dl:last-of-type dt::after{ display: none !important; }
#esg.law .arti01 dl dd p{ font-weight: 400; color: #333 ; line-height: 1.4; }
#esg.law .arti01 dl dd{ display: flex; justify-content: center; align-items: center; padding: 30px; border-radius: 10px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); }
#esg.law .arti01 dl dd.red{ border: 1px solid var(--mainC); box-shadow: 0px 0px 20px 0px rgba(225, 0, 18, 0.10); padding: 15px 30px; }
#esg.law .arti01 dl dd.red p{ font-weight: 700; color: var(--mainC); }
#esg.law .arti01 dl dd:not(.red){ min-height: calc(100% - 120px); margin: 5px 0; }

@media screen and (max-width: 1700px){
	#esg.law br{ display: none; }

	#esg.law .arti01 .dl h6{ font-size: 22px; }
}

@media screen and (max-width: 1280px){
	#esg.law .arti01 .dl h6{ font-size: 20px; }
	#esg.law .arti01 dl dt{ height: 50px; }
	#esg.law .arti01 dl dd{ padding: 20px 30px; }
	#esg.law .arti01 dl dd.red{ padding: 12px 20px; }
	#esg.law .arti01 dl dd:not(.red){ height: calc(100% - 115px); }
}

@media screen and (max-width: 800px){
	#esg.law .arti01 dl{ width: calc((100% - 45px) / 2); }
	#esg.law .arti01 dl:nth-of-type(2n) dt::after{ display: none; }
}

@media screen and (max-width: 550px){
	#esg.law .arti01 dl{ width: 100%; position: relative; }
	#esg.law .arti01 dl::after{ content: url("/img/sub/esg/arrow1.svg"); position: absolute; bottom: calc((40px / 2) * -1); left: 50%; transform: translate(-50%, 50%) rotate(90deg); }
	#esg.law .arti01 dl:last-of-type::after{ display: none; }
	#esg.law .arti01 dl dt::after{ display: none; }
	#esg.law .arti01 dl dd{ padding: 35px; }
}


/* ESG - 환경경영 */
#esg.environment .intro{ background: url("/img/sub/esg/environment_bg.jpg") no-repeat center center / cover; }

#esg.environment .arti01 .dl{ display: flex; justify-content: space-between; }
#esg.environment .arti01 dl{ width: calc((100% - 25px) / 2); display: flex; flex-wrap: wrap; justify-content: space-between; }
#esg.environment .arti01 dl dt{ width: 100%; height: 55px; display: flex; justify-content: center; align-items: center; background: #333; border-radius: 10px; font-size: 18px; font-weight: 700; color: #fff; padding: 0 20px; text-align: center; margin-bottom: 5px; }
#esg.environment .arti01 dl dd{ width: calc((100% - 25px) / 2); padding: 30px; border-radius: 10px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); text-align: center; }
#esg.environment .arti01 dl dd .icon{ width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; background: #F5F5F5; border-radius: 50%; margin: 0 auto; }
#esg.environment .arti01 dl dd p{ margin-top: 20px; font-size: 18px; font-weight: 500; color: #333; }
#esg.environment .arti01 .shadow-list{ margin-top: 30px; }

#esg.environment .arti02 ul{ display: flex; flex-wrap: wrap; gap: 40px 0; }
#esg.environment .arti02 ul li{ width: calc(100% / 5); text-align: center; padding: 0 20px; }
#esg.environment .arti02 ul li .icon{ width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; border-radius: 50%; box-shadow: 0px 0px 30px rgba(225, 0, 18, 0.10); margin: 0 auto; }
#esg.environment .arti02 ul li p{ font-size: 18px; font-weight: 600; color: #222; margin-top: 20px; }
#esg.environment .arti02 .moreBtn{ margin-top: 80px; }

@media screen and (max-width: 1650px){
	#esg.environment br{ display: none; }
}

@media screen and (max-width: 1280px){
	#esg.environment .arti01 dl dt{ height: 50px; font-size: 17px; }
	#esg.environment .arti01 dl dd p{ font-size: 17px; margin-top: 10px; }

	#esg.environment .arti02 ul li p{ font-size: 17px; padding: 0 10px; }
	#esg.environment .arti02 .moreBtn{ margin-top: 40px; }
}

@media screen and (max-width: 900px){
	#esg.environment .arti01 .dl{ flex-direction: column; }
	#esg.environment .arti01 .dl dl{ width: 100%; }
	#esg.environment .arti01 .dl dl:not(:last-of-type){ margin-bottom: 30px; }
	#esg.environment .arti01 dl dd{ padding: 20px; }

	#esg.environment .arti02 ul li{ width: calc(100% / 3); }
}

@media screen and (max-width: 550px){
	#esg.environment .arti02 ul li{ width: calc(100% / 2); }
}


/* ESG - CSR */
#esg.csr .intro{ background: url("/img/sub/esg/csr_bg.jpg") no-repeat center center / cover; }

#esg.csr .diagram{ max-width: 620px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 0 13px; overflow: hidden; }
#esg.csr .diagram .box{ width: calc((100% - 13px) / 2); position: relative; }
#esg.csr .diagram .box::before{ content: ""; display: inline-block; width: 100%; padding-bottom: 100%; background: url("/img/sub/esg/csr_circle.svg") no-repeat center center / contain; }
#esg.csr .diagram .box .text{ position: absolute; top:50%; left: 0; right: 0; transform: translateY(-50%); padding: 0 10px; text-align: center; }
#esg.csr .diagram .box .text *{ color: #fff; }
#esg.csr .diagram .box .text span{ display: block; font-family: var(--enF); font-size: 26px; font-weight: 700; margin-bottom: 30px; }
#esg.csr .diagram .box .text p{ font-size: 20px; font-weight: 400; line-height: 1.4; }
#esg.csr .diagram .box .text p strong{ font-weight: 600; line-height: inherit; }
#esg.csr .diagram .box:nth-of-type(1){ margin: 0 15px; margin-bottom: -35px; }
#esg.csr .diagram .box:nth-of-type(1)::before{ transform: rotate(120deg); }
#esg.csr .diagram .box:nth-of-type(2)::before{ opacity: 0.6; transform: rotate(0); }
#esg.csr .diagram .box:nth-of-type(3)::before{ opacity: 0.3; transform: rotate(-120deg); }
#esg.csr .dl{ display: flex; flex-wrap: wrap; gap: 25px; padding-top: 100px; position: relative; }
#esg.csr .dl .line{ width: calc(100% - ((100% - 75px) / 4)); height: 1px; border-bottom: 1px dashed var(--mainC); position: absolute; top: 50px; left: calc(50% + 1px); transform: translate(-50%, -50%); }
#esg.csr .dl dl{ width: calc((100% - 75px) / 4); border-radius: 20px; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10); text-align: center; background: #fff; position: relative; }
#esg.csr .dl dl dt{ height: 60px; display: flex; justify-content: center; align-items: center; font-size: 20px; font-weight: 600; color: #fff; background: #333; border-radius: 20px 20px 0 0; padding: 15px; }
#esg.csr .dl dl dd{ min-height: calc(100% - 60px); display: flex; justify-content: center; align-items: center; padding: 40px 20px; font-weight: 400; color: #333; line-height: 1.5; position: relative; }
#esg.csr .dl dl dd span{ font-family: var(--enF); font-size: 32px; font-weight: 600; color: var(--mainC); opacity: 0.1; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#esg.csr .dl::after, #esg.csr .dl dl::after{ content: ""; width: 5px; height: 5px; background: var(--mainC); border-radius: 50%; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); }
#esg.csr .dl::after{ top: 50px; }
#esg.csr .dl::before, #esg.csr .dl dl::before{ content: ""; width: 1px; height: 50px; border-right: 1px dashed var(--mainC); position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#esg.csr .dl dl::before{ transform: translate(-50%, -100%); z-index: -1; }

@media screen and (max-width: 1700px){
	#esg.csr .diagram{ max-width: 550px; }
	#esg.csr .diagram .box .text span{ font-size: 23px; margin-bottom: 20px; }
	#esg.csr .diagram .box .text p{ font-size: 19px; }
	#esg.csr .dl dl dt{ font-size: 18px; }
	#esg.csr .dl dl dd span{ font-size: 25px; }
}

@media screen and (max-width: 1500px){
	#esg.csr .dl{ gap: 20px; }
	#esg.csr .dl .line{ width: calc(100% - ((100% - 60px) / 4)); }
	#esg.csr .dl dl{ width: calc((100% - 60px) / 4); }
	#esg.csr .dl dl dt{ font-size: 17px; height: 55px; }
	#esg.csr .dl dl dd span{ font-size: 22px; }
}

@media screen and (max-width: 1280px){
	#esg.csr .diagram{ max-width: 500px; }
	#esg.csr .diagram .box:nth-of-type(1){ margin-bottom: -25px; }
	#esg.csr .diagram .box .text span{ font-size: 19px; margin-bottom: 15px; }
	#esg.csr .diagram .box .text p{ font-size: 17px; }
	#esg.csr .dl dl dd span{ font-size: 20px; }
}

@media screen and (max-width: 885px){
	#esg.csr br{ display: none; }
}

@media screen and (max-width: 850px){
	#esg.csr .dl .line{ width: calc(100% - ((100% - 20px) / 2)); }
	#esg.csr .dl dl{ width: calc((100% - 20px) / 2); }
}


/* ESG - CSR 활동 */
#esg.csr-list .intro{ background: url("/img/sub/esg/csr_list_bg.jpg") no-repeat center center / cover; }


/* ESG - 공급망관리 */
#esg.supply{ padding-bottom: 0; }
#esg.supply .intro{ background: url("/img/sub/esg/supply_bg.jpg") no-repeat center center / cover; }
#esg.supply .arti01 .sec dl:not(:last-of-type){ margin-bottom: 10px; }
#esg.supply .arti01 dl{ display: flex; justify-content: space-between; }
#esg.supply .arti01 dl dt{ width: 240px; display: flex; justify-content: center; align-items: center; background: #333; border-radius: 10px; font-family: var(--enF); font-size: 18px; font-weight: 600; color: #fff; text-align: center; padding: 20px; }
#esg.supply .arti01 dl dd{ width: calc(100% - 250px); }
#esg.supply .arti01 dl dd div{ width: 100%; display: flex; align-items: center; height: 100%; border-radius: 10px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); padding: 20px 30px; font-size: 16px; font-weight: 400; color: #333; }
#esg.supply .arti01 dl dd  a{ width: 240px; display: flex; justify-content: space-between; align-items: center; background: var(--mainC); border-radius: 10px; font-size: 17px; font-weight: 600; color: #fff; padding: 0 25px; }
#esg.supply .arti01 dl dd  a::after{ content: url("/img/sub/esg/view_arrow.svg"); }

#esg.supply .arti01 dl dd.flex{ display: flex; gap: 10px; }
#esg.supply .arti01 dl dd.flex div{ width: calc(100% - 250px); }

#esg.supply .arti02 figure{ width: 100%; text-align: center; }

#esg.supply .arti03 .table-box th{ width: 300px; } 

#esg.supply .arti04 .dl{ display: flex; justify-content: center; align-items: flex-start; gap: 100px; }
#esg.supply .arti04 .dl dl{ max-width: calc((100% - 100px) / 2); width: 390px; background: #fff; text-align: center; padding: 20px; border-radius: 10px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); position: relative; }
#esg.supply .arti04 .dl dl::after{ content: url("/img/sub/esg/plus_icon.svg"); width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; background: var(--mainC); border-radius: 50%; position: absolute; top: 50%; right: -50px; transform: translate(50%, -50%); }
#esg.supply .arti04 .dl dl:last-of-type::after{ display: none; }
#esg.supply .arti04 .dl dl > *{ min-height: 65px; display: flex; justify-content: center; align-items: center; border-radius: inherit; padding: 20px; }
#esg.supply .arti04 .dl dl dt{ background: #333; font-weight: 600; color: #fff; }
#esg.supply .arti04 .dl dl dd{ background: #F5F5F5; font-size: 16px; font-weight: 400; color: #333; margin-top: 10px; }

#esg.supply .arti05 ul li{ display: flex; align-items: center; background: #fff; border-radius: 10px; padding: 20px 40px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); }
#esg.supply .arti05 ul li:not(:last-of-type){ margin-bottom: 10px; }
#esg.supply .arti05 ul li p{ width: calc(100% - 395px); font-weight: 600; color: #222; padding-right: 20px; }
#esg.supply .arti05 ul li span{ display: inline-block; width: 215px; color: #555; text-align: center; padding: 0 20px; }
#esg.supply .arti05 ul li a{ width: 180px; display: flex; justify-content: center; align-items: center; background: var(--mainC); border-radius: 10px; padding: 18px; font-weight: 600; color: #fff; }
#esg.supply .arti05 ul li a::after{ content: url("/img/sub/esg/pdf_download.svg"); margin-left: 10px; position: relative; top: 2px; }

@media screen and (max-width: 1700px){
	#esg.supply .arti04 .dl dl > *{ min-height: 60px; }
}

@media screen and (max-width: 1680px){
	#esg.supply br{ display: none; }
}

@media screen and (max-width: 1280px){
	#esg.supply .arti01 dl dt{ width: 200px; padding: 15px; }
	#esg.supply .arti01 dl dd{ width: calc(100% - 210px); }
	#esg.supply .arti01 dl dd div{ padding: 15px 20px; }
	#esg.supply .arti01 dl dd.flex div{ width: calc(100% - 210px); }
	#esg.supply .arti01 dl dd a{ width: 200px; font-size: 16px; padding: 15px; }

	#esg.supply .arti03 .table-box th{ width: 200px; }

	#esg.supply .arti04 .dl{ gap: 60px; }
	#esg.supply .arti04 .dl dl{ max-width: calc((100% - 60px) / 2); }
	#esg.supply .arti04 .dl dl::after{ width: 30px; height: 30px; right: -30px; }
	#esg.supply .arti04 .dl dl > *{ min-height: 55px; padding: 10px 15px; }

	#esg.supply .arti05 ul li{ padding: 20px; }
	#esg.supply .arti05 ul li p{ width: calc(100% - 230px); }
#esg.supply .arti05 ul li span{ width: 100px; }
	#esg.supply .arti05 ul li a{ width: 130px; padding: 12px 15px; }
}

@media screen and (max-width: 900px){
	#esg.supply .arti01 dl{ flex-direction: column; }
	#esg.supply .arti01 .sec dl:not(:last-of-type){ margin-bottom: 40px; }
	#esg.supply .arti01 dl dt{ width: 100%; font-size: 16px; margin-bottom: 10px; }
	#esg.supply .arti01 dl dd{ width: 100%; }

	#esg.supply .arti03 .table-box th{ width: 120px; }

	#esg.supply .arti04 .dl dl{ padding: 15px; }
	#esg.supply .arti04 .dl dl > *{ min-height: 50px; }
}

@media screen and (max-width: 600px){
	#esg.supply .arti04 .dl{ flex-direction: column; align-items: center; }
	#esg.supply .arti04 .dl dl{ max-width: 100%; width: 300px; }
	#esg.supply .arti04 .dl dl::after{ top: calc(100% + 30px); right: 50%; transform: translate(50%, -50%); }
}




/* ESG - 정도경영 */
#precision{ padding-bottom: 0; }
