/* 서브 비주얼 이미지 */
#visual .bg1{ background: url("/img/sub/company_bg.jpg") no-repeat center center / cover; }
#visual .bg2{ background: url("/img/sub/product_bg.jpg") no-repeat center center / cover; }
#visual .bg3{ background: url("/img/sub/business_bg.jpg") no-repeat center center / cover; }
#visual .bg4{ background: url("/img/sub/support_bg.jpg") no-repeat center center / cover; }


/* header */
#header{ background: #fff; }
#header .logo::after{ opacity: 1; }
#header .logo img{ opacity: 0; }
#header .depth01 > li > a{ color: var(--fontColor); }
#header .lang ul{ border: 2px solid var(--fontColor); }
#header .lang ul li::after{ background: rgba(33, 33, 33, 0.3); }
#header .lang ul li a{ color: rgba(33, 33, 33, 0.3); }
#header .lang ul li.on a{ color: var(--fontColor); }
#header .menu span, #header .menu span::after{ background: var(--fontColor); }

#header.scroll::after{ opacity: 1; }
#header.scroll .lang ul{ border: 2px solid var(--fontColor); }


/* visual */
#visual{ padding-top: 110px; overflow: hidden; }
#visual .text-box{ position: relative; z-index: 10; margin-bottom: -76px; pointer-events: none; }
#visual h2{ --translate: 100%; max-width: max-content; font-family: var(--engFont); font-size: 12rem; font-weight: 600; color: var(--fontColor); letter-spacing: -0.02em; line-height: 1.1; margin-top: 30px; animation: textTranslate_x 1.5s 0.5s cubic-bezier(0.86, 0, 0.07, 1) both; pointer-events: auto; }
#visual h2 span{ color: var(--mainColor); line-height: inherit; }
#visual .relative{ position: relative; }
#visual .bg{ padding-bottom: 25.224%; position: relative; }
#visual .bg::after{ content: ""; width: 100%; height: 100%; background: #fff; position: absolute; top: 0; left: 0; animation: imgCover 1.5s cubic-bezier(0.86, 0, 0.07, 1) both; }

/* nav */
#nav{ position: absolute; top: 0; left: 0; right: 0; transform: translateY(-100%); padding-bottom: 15px; }
#nav ul{ display: flex; justify-content: flex-end; gap: 0 45px; margin-right: -15px; animation: textClip 1s 1s both; }
#nav ul li a{ display: inline-block; font-size: 2rem; font-weight: 600; color: #888; letter-spacing: -0.02em; padding: 15px; position: relative;  }

#nav ul li.on a{ color: var(--mainColor); }
#nav ul li.on a::before{ content: ""; width: 4px; height: 4px; background: var(--mainColor); border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
  
/* lnb */
#lnb{ --translate: -100%; animation: textTranslate_x 1.5s 0.5s cubic-bezier(0.86, 0, 0.07, 1) both; pointer-events: auto; }
#lnb ul{ display: flex; align-items: center; margin-left: -10px; }
#lnb ul li{ position: relative; }
#lnb ul li::after{ content: ""; width: 3px; height: 3px; background: #888; border-radius: 50%; position: absolute; top: 50%; right: 0; transform: translate(50%, -50%); }
#lnb ul li:last-of-type::after{ display: none; }
#lnb a{ display: inline-block; font-size: 1.8rem; font-weight: 500; color: var(--fontColor); letter-spacing: -0.02em; padding: 10px; }
#lnb ul .local02 a{ color: var(--mainColor); }

/* common */
#sub{ padding-top: var(--headerH); }
.sub-content{ padding: 150px 0; }

.grayBg{ background: var(--grayBg); }

/* 간격 */
.pt150{ padding-top: 150px; }
.pb150{ padding-bottom: 150px; }
.pt100{ padding-top: 100px; }
.pb100{ padding-bottom: 100px; }
.pt80{ padding-top: 80px; }
.pb80{ padding-bottom: 80px; }
.pt40{ padding-top: 40px; }
.pb40{ padding-bottom: 40px; }

/* 스크롤바 커스텀 */
.scroll-bar::-webkit-scrollbar{ width: 24px; height: 24px; }
.scroll-bar::-webkit-scrollbar-thumb{ background: var(--mainColor); background-clip: padding-box; border: 7px solid transparent; border-radius: 100px; }
.scroll-bar::-webkit-scrollbar-track{ background: #E9E9E9; background-clip: padding-box; border: 7px solid transparent; border-radius: 100px; }

/* page-title */
.page-title h3{ font-size: 6rem; font-weight: 700; color: var(--fontColor); letter-spacing: -0.02em; }
.page-title p{ font-size: 2rem; font-weight: 400; color: #212121; letter-spacing: -0.02em; line-height: 1.5; margin-top: 20px; }
.page-title.mb80{ margin-bottom: 80px; }

/* sec-title */
.sec-title{ margin-bottom: 60px; }
.sec-title h4{ font-size: 4rem; font-weight: 700; color: var(--fontColor); letter-spacing: -0.02em; }

@media screen and (max-width: 1700px){
	/* visual */
	#visual .text-box{ margin-bottom: -64px; }
	#visual h2{ font-size: 10rem; }
	
	/* nav */
	#nav ul{ gap: 0 30px; }
	#nav ul li a{ font-size: 1.8rem; }

	/* lnb */
	#lnb a{ font-size: 1.7rem; }

	/* common */
	.sub-content{ padding: 100px 0 120px; }
	
	/* 간격 */
	.pt150{ padding-top: 120px; }
	.pb150{ padding-bottom: 120px; }
	.pt100{ padding-top: 80px; }
	.pb100{ padding-bottom: 80px; }

	/* page-title */
	.page-title h3{ font-size: 5rem; }
	.page-title p{ font-size: 1.9rem; }
	.page-title.mb80{ margin-bottom: 50px; }

	/* sec-title */
	.sec-title{ margin-bottom: 40px; }
	.sec-title h4{ font-size: 4.5rem; }
}

@media screen and (max-width: 1280px){
	/* visual */
	#visual{ padding-top: 70px; }
	#visual .text-box{ margin-bottom: -51px; }
	#visual h2{ font-size: 8rem; margin-top: 15px; }

	/* nav */
	#nav{ padding-bottom: 5px; }
	#nav ul{ gap: 0 20px; }
	#nav ul li a{ font-size: 1.7rem; }

	/* lnb */
	#lnb a{ font-size: 1.6rem; }

	/* common */
	.sub-content{ padding: 60px 0 100px; }

	/* 간격 */
	.pt150{ padding-top: 100px; }
	.pb150{ padding-bottom: 100px; }
	.pt100{ padding-top: 70px; }
	.pb100{ padding-bottom: 70px; }
	.pt80{ padding-top: 50px; }
	.pb80{ padding-bottom: 50px; }
	.pt40{ padding-top: 20px; }
	.pb40{ padding-bottom: 20px; }

	/* page-title */
	.page-title h3{ font-size: 3.5rem; }
	.page-title p{ font-size: 1.7rem; margin-top: 10px; }
	.page-title.mb80{ margin-bottom: 30px; }

	/* sec-title */
	.sec-title{ margin-bottom: 20px; }
	.sec-title h4{ font-size: 3rem; }
}

@media screen and (max-width: 1000px){
	/* visual */
	#visual .text-box{ margin-bottom: 15px; }
	#visual .bg{ padding-bottom: 250px; }
	
	/* nav */
	#nav{ margin-top: -5px; }
	#nav ul{ gap: 0; }
	
	/* lnb */
	#nav{ position: static; transform: translateY(0); }
}

@media screen and (max-width: 900px){
	/* visual */
	#visual{ padding-top: 30px; }
	#visual h2{ font-size: 5rem; margin-top: 5px; }

	/* page-title */
	.page-title h3{ font-size: 3rem; }

	/* sec-title */
	.sec-title h4{ font-size: 2.5rem; }
}

/* 팝업 (공통) */
#popup{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; left: 0; z-index: 1000; display: none; }
#popup .blank{ width: 100%; height: 100%; }
#popup .inner{ width: 90%; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#popup .popup-title{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 30px; border-bottom: 1px solid #AEAEAE; }
#popup .popup-title h5{ font-size: 3.2rem; font-weight: 600; color: #111; letter-spacing: -0.02em; }
#popup .popup-title h5 span{ color: #E00000; }
#popup .close{ background: none; border: none; padding: 10px; margin-right: -10px; }
#popup .close::before{ content: ""; display: inline-block; width: 20px; height: 20px; background: url("/img/sub/popup_close.svg") no-repeat center center / contain; }

/* tab-menu */
.tab-menu{ margin-top: -15px; margin-bottom: 25px; }
.tab-menu ul{ display: flex; flex-wrap: wrap; gap: 0 30px; }
.tab-menu ul li a{ display: inline-block; font-size: 2rem; font-weight: 500; color: #888; letter-spacing: -0.02em; padding: 15px; position: relative; }
.tab-menu ul li a::before{ content: ""; width: 4px; height: 4px; background: #888; border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

.tab-menu ul li.on a{ color: var(--mainColor); }
.tab-menu ul li.on a::before{ background: var(--mainColor); }

/* color-table */
.color-table{ 
	--green: rgba(180, 221, 218, var(--opacity));
	--red: rgba(239, 71, 111, var(--opacity));
	--blue: rgba(95, 168, 2111, var(--opacity));
}

.color-table *{ font-family: var(--engFont); font-size: 1.8rem; letter-spacing: -0.02em; text-align: center; }
.color-table th{ font-weight: 500; color: var(--fontColor); padding: 10px 40px; line-height: 1.6; }
.color-table th span{ display: block; font-size: 1.4rem; line-height: 1.5; margin-top: 5px; }
.color-table td{ background: #fff; font-weight: 400; color: #444; padding: 12px 20px; }
.color-table td ul{ max-width: max-content; margin: 0 auto; }
.color-table td ul li{ text-align: left; line-height: 1.6; }

.color-table .ptb{ padding: 13px 0; }
.color-table figure{ margin-top: 10px; }

.color-table thead tr:first-of-type th{ border-top-width: 2px !important; }

@media screen and (max-width: 1700px){
	/* 팝업 (공통) */
	#popup .popup-title h5{ font-size: 2.8rem; }

	/* tab-menu */
	.tab-menu ul{ gap: 0 25px; }
	.tab-menu ul li a{ font-size: 1.8rem; }
	
	/* color-table */
	.color-table *{ font-size: 1.7rem; }
	.color-table th{ padding: 10px 30px; }
}

@media screen and (max-width: 1280px){
	/* 팝업 (공통) */
	#popup .popup-title{ padding-bottom: 10px; }
	#popup .popup-title h5{ font-size: 2.4rem; }
	#popup .close::before{ width: 17px; height: 17px; }

	/* tab-menu */
	.tab-menu ul{ gap: 0 15px; }
	.tab-menu ul li a{ font-size: 1.7rem; padding: 10px; }
	.tab-menu ul li a::before{ width: 3px; height: 3px; }

	/* color-table */
	.color-table *{ font-size: 1.6rem; }
	.color-table th{ padding: 10px 20px; }
	.color-table td{ padding: 10px; }
}

@media screen and (max-width: 900px){
	/* 팝업 (공통) */
	#popup .popup-title h5{ font-size: 2.2rem; }

	/* tab-menu */
	.tab-menu ul li a{ padding: 7px 10px; }
}


/* 회사소개 -  인사말 */
#greeting{ padding-bottom: 0; overflow: hidden; }
#greeting .image{ position: relative; }
#greeting .image::before{ content: ""; width: 100%; height: calc(55% + 10px); background: #F4F6F9; position: absolute; top: 45%; left: 0; z-index: -1; }
#greeting .bg{ position: relative; opacity: 1; }
#greeting .bg::after{ content: ""; width: 100%; height: 100%; background: var(--mainColor); position: absolute; top: 0; left: 0; transform: scaleX(0); transform-origin: left; }
#greeting .bg.aos-animate::after{ animation: imgCover 1.5s cubic-bezier(0.86, 0, 0.07, 1) both; }

#greeting .text{ background: var(--grayBg); padding-top: 80px; }
#greeting .text h5{ font-size: 3.8rem; font-weight: 700; color: var(--mainColor); letter-spacing: -0.02em; }
#greeting .text h6{ font-size: 3rem; font-weight: 700; color: #212121; letter-spacing: -0.02em; line-height: 1.6; }
#greeting .text p{ font-size: 2rem; font-weight: 300; color: #212121; letter-spacing: -0.02em; }

#greeting .text .flex-box{ display: flex; justify-content: space-between; margin: 40px 0; }
#greeting .text .flex-box .half{ width: calc((100% - 85px) / 2); }
#greeting .text .flex-box .half p:not(:last-of-type){ margin-bottom: 20px; }

#greeting .text .ceo{ text-align: right; }
#greeting .text .ceo strong{ font-size: 3rem; font-weight: 700; margin-left: 10px; }

@media screen and (max-width: 1700px){
	#greeting .text{ padding-top: 60px; }
	#greeting .text h5{ font-size: 3.2rem; }
	#greeting .text h6{ font-size: 2.6rem; }
	#greeting .text p{ font-size: 1.8rem; }
	
	#greeting .text .ceo strong{ font-size: 2.6rem; }
}

@media screen and (max-width: 1400px){
	#greeting .text .flex-box .half{ width: calc((100% - 40px) / 2); }
}

@media screen and (max-width: 1280px){
	#greeting .text{ padding-top: 40px; }
	#greeting .text h5{ font-size: 2.6rem; }
	#greeting .text h6{ font-size: 2.2rem; }
	#greeting .text p{ font-size: 1.7rem; }
	
	#greeting .text .flex-box{ margin: 20px 0; }
	#greeting .text .flex-box .half p:not(:last-of-type){ margin-bottom: 10px; }
	
	#greeting .text .ceo strong{ font-size: 2.2rem; }
}

@media screen and (max-width: 1000px){
	#greeting .text .flex-box{ flex-direction: column; }
	#greeting .text .flex-box .half{ width: 100%; }
	#greeting .text .flex-box .half:not(:last-of-type){ margin-bottom: 10px; }
}

@media screen and (max-width: 900px){
	#greeting .text h5{ font-size: 2.4rem; }
	#greeting .text h6{ font-size: 2rem; }
	
	#greeting .text .ceo strong{ font-size: 2rem; margin-left: 5px; }
}

@media screen and (max-width: 600px){
	#greeting .text .ceo{ margin-top: 20px; }
}


/* 회사소개 -  회사연혁 */
#history{ padding-bottom: 0; }
#history .scroll-box{ background: var(--grayBg); }
#history .scroll-box section:not(:last-of-type){ margin-bottom: 80px; }
#history h5{ font-family: var(--engFont); font-size: 9.6rem; font-weight: 600; color: #212121; letter-spacing: -0.02em; text-align: center; margin-bottom: 30px; transition: color 0.5s; }
#history section.on h5{ color: var(--mainColor); }

#history .scroll{ width: 1px; height: 100%; background: #CCC; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#history .scroll span{ width: 24px; height: 24px; background: #D5DFEF; border-radius: 50%; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); }
#history .scroll span::after{ content: ""; width: 10px; height: 10px; background: #274C77; border-radius: 50%; position: absolute; top: 12px; left: 50%; transform: translate(-50%, -50%); }
#history .scroll .bar{ width: 100%; background: #274C77; }

#history .flex-box{ display: flex; padding: 50px 0; position: relative; }
#history .image, #history .text{ width: 50%; }

#history .image figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 42.858%; border-radius: 10px; opacity: 1; }
#history .image figure::after{ content: ""; width: 200%; height: 100%; background: linear-gradient(to left, var(--grayBg) 50%, var(--mainColor) 50%); position: absolute; top: 0; left: 0; z-index: 10; transform: translateX(-50%); transition: transform 2s cubic-bezier(0.86, 0, 0.07, 1); }
#history .image figure.aos-animate::after{ transform: translateX(50%); /* animation: imgCover 1.5s cubic-bezier(0.86, 0, 0.07, 1) both; */ }
#history .image figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#history .text ul li{ font-size: 2rem; font-weight: 500; color: #212121; letter-spacing: -0.02em; position: relative; }
#history .text ul li:not(:last-of-type){ margin-bottom: 20px; }
#history .text ul li::before{ content: ""; width: 4px; height: 4px; background: var(--mainColor); border-radius: 50%; position: absolute; top: calc(1.3em / 2); transform: translateY(-50%); }

#history section:nth-of-type(odd) .flex-box{ flex-direction: row-reverse; }
#history section:nth-of-type(odd) .image{ padding-left: 100px; }
#history section:nth-of-type(odd) .text{ padding-right: 70px; text-align: right; }
#history section:nth-of-type(odd) .text ul li{ padding-right: 20px; }
#history section:nth-of-type(odd) .text ul li::before{ right: 0; }

#history section:nth-of-type(even) .image{ padding-right: 100px; }
#history section:nth-of-type(even) .text{ padding-left: 70px; }
#history section:nth-of-type(even) .text ul li{ padding-left: 20px; }
#history section:nth-of-type(even) .text ul li::before{ left: 0; }

@media screen and (max-width: 1700px){
	#history h5{ font-size: 7.5rem; }
	#history .text ul li{ font-size: 1.8rem; }
}

@media screen and (max-width: 1280px){
	#history h5{ font-size: 6rem; margin-bottom: 15px; }
	#history .text ul li{ font-size: 1.7rem; }
	#history .text ul li:not(:last-of-type){ margin-bottom: 10px; }
	
	#history section:nth-of-type(odd) .image{ padding-left: 50px; }
	#history section:nth-of-type(odd) .text{ padding-right: 40px; }
	#history section:nth-of-type(odd) .text ul li{ padding-right: 15px; }

	#history section:nth-of-type(even) .image{ padding-right: 50px; }
	#history section:nth-of-type(even) .text{ padding-left: 40px; }
	#history section:nth-of-type(even) .text ul li{ padding-left: 15px; }
}

@media screen and (max-width: 900px){
	#history .scroll-box.pt150{ padding-top: 60px; }
	#history .scroll-box section:not(:last-of-type){ margin-bottom: 50px; }
	#history .flex-box{ flex-direction: column !important; padding: 5px 0 20px; padding-left: 30px; }
	#history .scroll{ top: 0; left: 9px; transform: translateX(0); }
	#history .scroll span{ width: 18px; height: 18px; }
	#history .scroll span::after{ width: 8px; height: 8px; top: 9px; }
	
	#history .image, #history .text{ width: 100%; }
	#history .text{ padding-top: 20px; }
	#history h5{ font-size: 4rem; text-align: left; }
	
	#history section:nth-of-type(odd) .image{ padding-left: 0; }
	#history section:nth-of-type(odd) .text{ padding-right: 0; text-align: left; }
	#history section:nth-of-type(odd) .text ul li{ padding-right: 0; padding-left: 15px; }
	#history section:nth-of-type(odd) .text ul li::before{ right: unset; left: 0; }

	#history section:nth-of-type(even) .image{ padding-right: 0; }
	#history section:nth-of-type(even) .text{ padding-left: 0; }
}


/* 회사소개 -  오시는길 */
#location{ padding-bottom: 0; overflow: hidden; }
#location .flex-box{ display: flex; align-items: flex-end; }
#location .map{ width: calc(100% - 680px); }
#location .map .iframe{ width: 100%; position: relative; padding-bottom: 59.14%; }
#location .map .iframe iframe{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

#location .text{ width: 680px; padding-left: 80px; }
#location .text .sec-title{ margin-bottom: 50px; }
#location .text .sec-title h4{ padding-left: 50px; position: relative; }
#location .text .sec-title h4::before{ content: ""; width: 30px; height: 40px; background: url("/img/sub/company/location_marker.svg") no-repeat center center / contain; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }

#location dl{ display: flex; }
#location dl:not(:last-of-type){ margin-bottom: 20px; }
#location dl *{ font-size: 2rem; letter-spacing: -0.02em; line-height: 1.6; }
#location dl dt{ width: 70px; display: flex; justify-content: space-between; font-weight: 600; color: #212121; text-align: justify; }
#location dl dd{ width: calc(100% - 70px); font-weight: 400; color: #666; padding-left: 35px; }

@media screen and (max-width: 1700px){
	#location .text .sec-title{ margin-bottom: 30px; }

	#location dl:not(:last-of-type){ margin-bottom: 5px; }
	#location dl *{ font-size: 1.8rem; }
}

@media screen and (max-width: 1400px){
	#location .map{ width: 50%; }
	#location .text{ width: 50%; padding-left: 60px; }
}

@media screen and (max-width: 1280px){
	#location .text .sec-title{ margin-bottom: 20px; }
	#location .text .sec-title h4{ padding-left: 40px; }
	#location .text .sec-title h4::before{ width: 25px; height: 30px; }
	
	#location dl *{ font-size: 1.7rem; }
	#location dl dt{ width: 60px; }
	#location dl dd{ width: calc(100% - 60px); padding-left: 20px; }
}

@media screen and (max-width: 1000px){
	#location .flex-box{ flex-direction: column; }
	#location .map{ width: 100%; }
	
	#location .text{ width: 100%; padding-top: 30px; padding-left: 0; }
	#location .text .sec-title h4{ padding-left: 30px; }
	#location .text .sec-title h4::before{ width: 21px; height: 22px; }
}


/* 제조사업 - PCB 가공 Plant */
#business{ overflow: hidden; }
#business .page-title{ position: relative; opacity: 1; }
#business .page-title::after{ content: ""; width: 500px; padding-bottom: 500px; background: url("/img/sub/business/hnj_symbol.png") no-repeat center center / contain; position: absolute; top: 0; right: 0; transform: translateX(var(--aosPlus)); opacity: 0; transition: transform 1s, opacity 1s; }
#business .page-title h3{  transform: translateX(var(--aosMinus)); opacity: 0; transition: transform 1s, opacity 1s; }

#business .page-title.aos-animate::after{ transform: translateY(0); opacity: 1; }
#business .page-title.aos-animate h3{ transform: translateX(0); opacity: 1; }

#business .color-table th:nth-of-type(1){ font-size: 2rem; text-align: left; }
#business .color-table th span{ text-align: inherit; }

#business .business .p-box p{ font-size: 2rem; font-weight: 400; color: #444; letter-spacing: -0.02em; line-height: 1.6; }
#business .business .p-box p:not(:last-of-type){ margin-bottom: 25px; }

#business .certify{ --gap: 40px; --line: 4; position: relative; }
#business .certify::before{ content: ""; width: 100%; height: 40%; background: var(--grayBg); position: absolute; top: 0; left: 0; z-index: -1; }
#business .certify ul{ max-width: 1368px; width: 100%; display: flex; flex-wrap: wrap; gap: var(--gap); }
#business .certify ul li{ width: calc((100% - (var(--gap) * (var(--line) - 1))) / var(--line)); }
#business .certify ul li figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 137%; border: 1px solid #DEDEDE; }
#business .certify ul li figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#business .certify dl{ margin-top: 20px; }
#business .certify dl *{ letter-spacing: -0.02em; line-height: 1.5; }
#business .certify dl dt{ font-size: 2rem; font-weight: 600; color: var(--fontColor); }
#business .certify dl dd{ font-size: 1.8rem; font-weight: 400; color: #444; }

#business .partner ul{ display: flex; flex-wrap: wrap; gap: 20px; }
#business .partner ul li{ max-width: 320px; width: calc((100% - 60px) / 4); }
#business .partner ul li figure{ width: 100%; height: 80px; display: flex; justify-content: center; align-items: center; padding: 10px 20px; border: 1px solid #DEDEDE; }
#business .partner ul li figure img{ max-height: 100%; }

#business .condition .color-table{ padding: 36px 0; }
#business .condition table tr th{ background: #F0F8F8; border-top: 1px solid rgba(180, 221, 218, 0.8); border-bottom: 1px solid rgba(180, 221, 218, 0.8); }
#business .condition table tr td{ border-top: 1px solid rgba(180, 221, 218, 0.8); border-bottom: 1px solid rgba(180, 221, 218, 0.8); }
#business .condition table tr th.red{ background: #FCDAE2; border-top: 1px solid rgba(239, 71, 111, 0.2); border-bottom: 1px solid rgba(239, 71, 111, 0.2); }
#business .condition table tr td.red{ border-top: 1px solid rgba(239, 71, 111, 0.2); border-bottom: 1px solid rgba(239, 71, 111, 0.2); }
#business .condition .bl{ border-left: 6px solid rgba(180, 221, 218, 0.8); }
#business .condition .br{ border-right: 6px solid rgba(180, 221, 218, 0.8); }

#business .condition .top{ position: relative; border-left: 6px solid rgba(180, 221, 218, 0.8); border-right: 6px solid rgba(180, 221, 218, 0.8); padding: 20px 20px 27px; }
#business .condition .top::after{ content: ""; width: 100%; height: 30px; background: #F0F8F8; border: 6px solid rgba(180, 221, 218, 0.8); border-bottom: #F0F8F8; position: absolute; top: 6px; left: -6px; box-sizing: content-box; transform: translateY(-100%); }
#business .condition .bottom{ position: relative; }
#business .condition .bottom::after{ content: ""; width: 100%; height: 30px; background: #fff; border: 6px solid rgba(180, 221, 218, 0.8); border-top: #F0F8F8; position: absolute; bottom: 6px; left: -6px; box-sizing: content-box; transform: translateY(100%); }
#business .condition .bottom.bl::after{ border-right: 6px solid #fff; }
#business .condition .bottom.br::after{ border-left: none; left: 0; }

#business .compare .color-table th, #business .compare .color-table td{ border: 1px solid rgba(95, 168, 211, 0.2); }
#business .compare .color-table th{ background: rgba(95, 168, 211, 0.1); }
#business .compare .color-table tr:first-of-type th{ border-top-color: #5FA8D3; }
#business .compare .color-table tr th:first-of-type{ border-left: none; }
#business .compare .color-table tr > *:last-of-type{ border-right: none; }
#business .compare .color-table .ptb{ padding: 45px 20px 30px; }
#business .compare .color-table .blue{ font-weight: 600; color: #5FA8D3; }

#business .gallery .flex-box{ display: flex; }
#business .gallery .img-box{ width: calc((100% / 4) * 3); display: flex; flex-wrap: wrap; gap: 20px; }
#business .gallery .img-box .figure{ width: calc(100% / 3); }
#business .gallery .img-box .figure.wide{ width: calc(((100% / 3) * 2) - 40px); }
#business .gallery .img-box .figure img{ width: 100%; height: 100%; object-fit: cover; }

#business .gallery .logo-box{ width: calc(100% / 4); }
#business .gallery .logo-box div{ height: 100%; display: flex; justify-content: center; align-items: center; background: #F4F6F9; border: 1px solid rgba(15, 32, 108, 0.2); padding: 20px; }

@media screen and (max-width: 1700px){
	#business .page-title::after{ width: 350px; padding-bottom: 350px; }

	#business .business .p-box p{ font-size: 1.8rem; }

	#business .certify dl{ margin-top: 15px; }
	#business .certify dl dt{ font-size: 1.8rem; }
	#business .certify dl dd{ font-size: 1.7rem; }

	#business .color-table th:nth-of-type(1){ font-size: 1.8rem; }
}

@media screen and (max-width: 1280px){
	#business .page-title::after{ width: 250px; padding-bottom: 250px; }

	#business .business .p-box p{ font-size: 1.7rem; }
	#business .business .p-box p:not(:last-of-type){ margin-bottom: 15px; }

	#business .certify dl{ margin-top: 10px; }
	#business .certify dl dt{ font-size: 1.7rem; }
	#business .certify dl dd{ font-size: 1.6rem; }

	#business .color-table th:nth-of-type(1){ font-size: 1.7rem; }
}

@media screen and (max-width: 1240px){
	#business .color-table{ overflow-y: clip; overflow-x: scroll; }
	#business .color-table table{ width: 1200px; }
}

@media screen and (max-width: 1200px){
	#business .page-title::after{ width: 200px; padding-bottom: 200px; }

	#business .certify{ --gap: 20px; }

	#business .partner ul li figure{ height: 70px; }
}

@media screen and (max-width: 1000px){
	#business .certify{ --gap: 20px; --line: 3; }
	#business .certify ul{ gap: 40px var(--gap); }

	#business .partner ul li{ width: calc((100% - 40px) / 3); }

	#business .gallery .flex-box{ flex-direction: column; }
	#business .gallery .img-box{ width: calc(100% + 30px); gap: 10px; }
	#business .gallery .logo-box{ width: 100%; margin-top: 10px; }
	#business .gallery .logo-box div{ padding: 35px 30px; }
}

@media screen and (max-width: 900px){
	#business .page-title::after{ width: 150px; padding-bottom: 150px; }
}

@media screen and (max-width: 850px){
	#business .business br{ display: none; }
}

@media screen and (max-width: 700px){
	#business .partner ul li{ width: calc((100% - 20px) / 2); }
}

@media screen and (max-width: 650px){
	#business .certify{ --line: 2; }
}


/* 제품소개 - 리스트 */
#product .product-list{
	--padding: 40px;
}

#product .product-list{ display: flex; flex-wrap: wrap; margin-bottom: -20px; }
#product .product-list .item{ width: calc((100% - 40px) / 3); border: 1px solid #DDD; margin-right: 20px; margin-bottom: 20px; position: relative; overflow: hidden; transition: border 0.5s, opacity 1s, transform 1s; }
#product .product-list .item:nth-of-type(3n){ margin-right: 0; }
#product .product-list .item::after{ content: ""; width: 50px; height: 50px; background: var(--mainColor) url("/img/sub/product/plus_icon.svg") no-repeat center center; position: absolute; top: 0; right: 0; transform: translateX(100%); transition: transform 0.5s; }
#product .product-list .item figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 86.874%; }
#product .product-list .item figure img{ max-width: calc(100% - (var(--padding) * 2)); max-height: calc(100% - (var(--padding) * 2)); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#product .product-list .item .text{ padding: var(--padding); }
#product .product-list .item .text span{ display: block; font-size: 1.8rem; font-weight: 600; color: var(--mainColor); margin-bottom: 10px; }
#product .product-list .item .text h6{ font-family: var(--engFont); font-size: 2.6rem; font-weight: 600; color: #222; letter-spacing: -0.02em; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

#product .product-list .none{ width: 100%; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; }
#product .product-list .none h6{ font-family: var(--engFont); font-size: 2.6rem; font-weight: 600; color: #222; text-align: center; padding: 100px 0; }

@media screen and (hover: hover){
	#product .product-list .item:hover{ border: 1px solid var(--mainColor); }
	#product .product-list .item:hover::after{ transform: translateX(0); }
}

@media screen and (max-width: 1600px){
	#product .product-list .item .text span{ font-size: 1.7rem; }
	#product .product-list .item .text h6{ font-size: 2.4rem; }

	#product .product-list .none h6{ font-size: 2.4rem; }
}

@media screen and (max-width: 1280px){
	#product .product-list{
		--padding: 30px;
	}

	#product .product-list .item::after{ width: 40px; height: 40px; }
	#product .product-list .item .text span{ font-size: 1.6rem; margin-bottom: 5px; }
	#product .product-list .item .text h6{ font-size: 2.2rem; }

	#product .product-list .none h6{ font-size: 2.2rem; }
}

@media screen and (max-width: 900px){
	#product .product-list{
		--padding: 20px;
	}
	
	#product .product-list .item::after{ width: 30px; height: 30px; }
	#product .product-list .item .text span{ font-size: 1.5rem; }
	#product .product-list .item .text h6{ font-size: 2rem; }
}

@media screen and (max-width: 850px){
	#product .product-list .item{ width: calc((100% - 20px) / 2); }
	#product .product-list .item:nth-of-type(3n){ margin-right: 20px; }
	#product .product-list .item:nth-of-type(2n){ margin-right: 0; }
}

@media screen and (max-width: 600px){
	#product .product-list{
		--padding: 15px;
	}
}


/* 제품소개 - 상세 */
#detail{ overflow: hidden; }
#detail .detail-top .flex-box{ display: flex; }
#detail .detail-top .flex-box > div{ width: 50%; }

#detail .detail-top .img{ padding-right: 100px; }
#detail .detail-top .slick-list{ position: relative; }
#detail .detail-top .slick-list::after{ content: ""; width: 100%; height: 100%; border: 1px solid #DDD; position: absolute; top: 0; left: 0; box-sizing: border-box; }
#detail .detail-top .figure figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 71.43%; margin-bottom: -4px; }
#detail .detail-top .figure figure img{ max-width: 100%; max-width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#detail .detail-top .slick-dots{ display: flex; justify-content: center; margin-top: 15px; }
#detail .detail-top .slick-dots li{ width: 13px; height: 13px; border: 1px solid var(--mainColor); transition: background 0.5s; cursor: pointer; }
#detail .detail-top .slick-dots li:not(:last-of-type){ margin-right: 10px; }
#detail .detail-top .slick-dots li.slick-active{ background: var(--mainColor); }
#detail .detail-top .slick-dots li button{ display: none; }


#detail .detail-top .text .category{ display: inline-block; border: 1px solid var(--mainColor); border-radius: 99px; font-size: 1.8rem; font-weight: 500; color: var(--mainColor); letter-spacing: -0.02em; line-height: 1; padding: 11px 20px; }
#detail .detail-top .text h3{ font-size: 5.4rem; font-weight: 700; color: #222; letter-spacing: -0.02em; margin: 20px 0 30px; }
#detail .detail-top .text p{ font-size: 2rem; font-weight: 400; color: #444; letter-spacing: -0.02em; line-height: 1.6; }
#detail .detail-top .text .dl{ margin-top: 60px; }
#detail .detail-top .text .dl dt{ font-size: 2.2rem; font-weight: 600; color: #212121; letter-spacing: -0.02em; margin-bottom: 20px; }
#detail .detail-top .text .dl dd{ font-size: 1.8rem; font-weight: 300; color: #444; letter-spacing: -0.02em; padding-left: 20px; position: relative; }
#detail .detail-top .text .dl dd:not(:last-of-type){ margin-bottom: 10px; }
#detail .detail-top .text .dl dd::before{ content: "-"; position: absolute; top: 0; left: 0; }
#detail .detail-top .text a{ width: 220px; height: 60px; display: flex; justify-content: center; align-items: center; border: 1px solid var(--mainColor); font-size: 1.8rem; font-weight: 500; color: var(--mainColor); letter-spacing: -0.02em; margin-top: 60px; transition: background 0.5s, color 0.5s; }


#detail .detail-content .detail-title{ border-bottom: 1px solid #212121; }
#detail .detail-content .detail-title h4{ font-size: 5.4rem; font-weight: 700; color: #212121; letter-spacing: -0.02em; margin-bottom: 30px; }
#detail .detail-content .info-box{ padding: 100px 0 80px; }

#detail .list-btn a{ width: 250px; height: 65px; display: flex; justify-content: center; align-items: center; background: var(--mainColor); font-size: 1.8rem; font-weight: 600; color: #fff; margin: 0 auto; }

@media screen and (hover: hover){
	#detail .detail-top .text a:hover{ background: var(--mainColor); color: #fff; }
}

@media screen and (max-width: 1600px){
	#detail br{ display: none; }

	#detail .detail-top .text .category{ font-size: 1.7rem; }
	#detail .detail-top .text h3{ font-size: 4.5rem; }
	#detail .detail-top .text p{ font-size: 1.8rem; }

	#detail .detail-top .text .dl{ margin-top: 40px; }
	#detail .detail-top .text .dl dt{ font-size: 2rem; }
	#detail .detail-top .text .dl dd{ font-size: 1.7rem; }
	#detail .detail-top .text a{ width: 180px; height: 55px; margin-top: 40px; }

	#detail .detail-content .detail-title h4{ font-size: 4.5rem; }
	#detail .detail-content .info-box{ padding: 70px 0; }

	#detail .list-btn a{ width: 200px; height: 60px; }
}

@media screen and (max-width: 1280px){
	#detail .detail-top .img{ padding-right: 60px; }

	#detail .detail-top .text .category{ font-size: 1.6rem; padding: 7px 15px; }
	#detail .detail-top .text h3{ font-size: 4rem; margin: 10px 0; }
	#detail .detail-top .text p{ font-size: 1.7rem; }
	
	#detail .detail-top .text .dl{ margin-top: 30px; }
	#detail .detail-top .text .dl dt{ font-size: 1.9rem; margin-bottom: 10px; }
	#detail .detail-top .text .dl dd{ font-size: 1.6rem; }
	#detail .detail-top .text a{ width: 140px; height: 50px; font-size: 1.7rem; margin-top: 30px; }

	#detail .detail-content .detail-title h4{ font-size: 3.8rem; margin-bottom: 15px; }
	#detail .detail-content .info-box{ padding: 40px 0; }

	#detail .list-btn a{ width: 160px; height: 55px; font-size: 1.7rem; }
}

@media screen and (max-width: 1000px){
	#detail .detail-top .flex-box{ flex-direction: column; }
	#detail .detail-top .flex-box > div{ width: 100%; }
	#detail .detail-top .img{ padding-right: 0; }
	#detail .detail-top .text{ padding-top: 30px; }
}

@media screen and (max-width: 900px){
	#detail .detail-top .text .category{ font-size: 1.5rem; }
	#detail .detail-top .text h3{ font-size: 3.5rem; }

	#detail .detail-content .detail-title h4{ font-size: 3rem; }

	#detail .detail-top .text .dl dt{ font-size: 1.8rem; }
}


/* 고객지원 - 제품문의 */
#inquiry{ overflow: hidden; }
#inquiry .flex-box{ display: flex; }
#inquiry .flex-box > div{ width: 50%; }

#inquiry .img .bg{ height: 100%; background: url("/img/sub/support/inquiry_img.jpg") no-repeat center center / cover; padding-bottom: 106.875%; }

#inquiry .content{ padding-left: 90px; }


/* 문의폼 */
.inquiry-form{
	--height: 50px;
	--padding: 15px;
	--fontSize: 1.7rem;
}

.inquiry-form .line:not(:last-of-type){ margin-bottom: 35px; }
.inquiry-form .tit{ font-size: 1.8rem; font-weight: 600; color: #212121; letter-spacing: -0.02em; margin-bottom: 10px; }
.inquiry-form .tit span{ color: #E00000; }

.inquiry-form input, .inquiry-form textarea{ width: 100%; background: #fff; border: none; border-bottom: 1px solid #999; border-radius: 0; -webkit-border-radius: 0; font-size: var(--fontSize); font-weight: 400; color: #212121; letter-spacing: -0.02em; outline: none; }
.inquiry-form input:placeholder, .inquiry-form textarea:placeholder{ color: #888; }
.inquiry-form input{ height: var(--height); padding: 0 var(--padding); }
.inquiry-form textarea{ resize: none; height: 130px; padding: var(--padding); }

.inquiry-form .agree{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.inquiry-form .agree .check{ padding-left: 20px; position: relative; font-size: 1.8rem; margin-top: -15px; }
.inquiry-form .agree .check input{ display: none; }
.inquiry-form .agree .check label{ display: inline-block; width: 20px; height: 20px; border: 1px solid var(--mainColor); background: #fff; position: absolute; top: calc((1.3em / 2) + 15px); left: 0; transform: translateY(-50%); cursor: pointer; }
.inquiry-form .agree .check input:checked + label{ background: var(--mainColor) url("/img/sub/support/agree_check.svg") no-repeat center center / auto; }
.inquiry-form .agree .check button{ background: none; border: none; font-family: var(--baseFont);  font-size: inherit; font-weight: 400; color: #212121; letter-spacing: -0.02em; padding: 15px; }
.inquiry-form .agree .check button strong{ font-weight: 600; border-bottom: 2px solid #212121; }

.inquiry-form .agree .submit{ width: 250px; height: 65px; background: var(--mainColor); border: none; font-family: var(--baseFont); font-size: 1.8rem; font-weight: 600; color: #fff; letter-spacing: -0.02em; }


/* 팝업 (개인정보처리방침) */
#popup.policy .inner{ max-width: 800px; padding: 30px 40px; }
#popup.policy .scroll-box{ margin-top: 30px; max-height: 270px; overflow-y: auto; overflow-x: clip; padding-right: 10px; }
/* 스크롤바 커스텀 */
#popup.policy .scroll-box::-webkit-scrollbar{ width: 3px; height: 3px; }
#popup.policy .scroll-box::-webkit-scrollbar-thumb{ background: #898989; border-radius: 100px; }
#popup.policy .scroll-box::-webkit-scrollbar-track{ background: #D9D9D9; border-radius: 100px; }
#popup.policy .scroll-box{ outline: none; }
#popup.policy .scroll-box *{ font-size: 1.6rem; font-weight: 400; color: #444; letter-spacing: -0.02em; line-height: 1.6; }
#popup.policy .scroll-box > *:not(:last-child){ margin-bottom: 25px; }

@media screen and (max-width: 1600px){
	/* 문의폼 */
	.inquiry-form .agree .submit{ width: 200px; height: 60px; }
}

@media screen and (max-width: 1400px){
	/* 고객지원 - 제품문의 */
	#inquiry .content{ padding-left: 60px; }

	/* 문의폼 */
	.inquiry-form .line:not(:last-of-type){ margin-bottom: 20px; }
}

@media screen and (max-width: 1280px){
	/* 문의폼 */
	.inquiry-form .tit{ font-size: 1.7rem; }

	.inquiry-form .agree{ flex-direction: column; }
	.inquiry-form .agree .check{ font-size: 1.7rem; }
	.inquiry-form .agree .submit{ width: 170px; height: 55px; margin: 0 auto; margin-top: 30px; }

	/* 팝업 (개인정보처리방침) */
	#popup.policy .inner{ padding: 25px 30px; }
	#popup.policy .scroll-box{ max-height: 400px; }
	#popup.policy .scroll-box{ margin-top: 20px; }
	#popup.policy .scroll-box > *:not(:last-child){ margin-bottom: 15px; }
	#popup.policy .scroll-box *{ font-size: 1.5rem; }
}

@media screen and (max-width: 1000px){
	/* 고객지원 - 제품문의 */
	#inquiry .flex-box{ flex-direction: column; }
	#inquiry .flex-box > div{ width: 100%; }
	#inquiry .img .bg{ background-position: center bottom; padding-bottom: 70%; }
	#inquiry .content{ padding-left: 0; padding-top: 30px; }
}