/* 서브 비주얼 이미지 */
#visual .bg1{ background: url("/img/sub/bg_company.jpg") no-repeat center center / cover; }
#visual .bg2{ background: url("/img/sub/bg_business.jpg") no-repeat center center / cover; }
#visual .bg3{ background: url("/img/sub/bg_rnd.jpg") no-repeat center right 27% / cover; }
#visual .bg4{ background: url("/img/sub/bg_ir.jpg") no-repeat center center / cover; }
#visual .bg5{ background: url("/img/sub/bg_career.jpg") no-repeat center center / cover; }
#visual .bg10{ background: url("/img/sub/bg_career.jpg") no-repeat center center / cover; }


/* visual */
#visual{ position: relative; z-index: 100; }
#visual .bg{ overflow: hidden; }
#visual .bg div{ min-height: 320px; padding-bottom: 37.796%; }
#visual .flex-box{ display: flex; justify-content: space-between; align-items: flex-end; }
#visual .text{ padding-bottom: 60px; position: absolute; bottom: 0; left: 0; right: 0; }
#visual .text h2{ font-family: var(--engFont); font-size: 11.2rem; font-weight: 600; color: #FFF; }


/* lnb */
#lnb{
	--height: 70px;
}
#lnb a{ display: block; font-family: var(--engFont); }
#lnb .home a{ width: var(--height); height: var(--height); display: flex; justify-content: center; align-items: center; background: var(--mainColor); border-radius: 50%; }
#lnb .home img{ width: auto; height: auto; }

#lnb button{ width: 250px; height: var(--height); display: flex; justify-content: space-between; align-items: center; background: transparent; border: 2px solid #FFF; border-radius: 99px; font-family: var(--engFont); font-size: 19px; font-weight: 500; color: #FFF; text-align: left; padding: 5px 30px; }
#lnb button::after{ content: ""; flex-shrink: 0; width: 12px; height: 8px; display: inline-block; background: url("/img/sub/icon_lnb_arrow.svg") no-repeat center center / contain; margin-left: 10px; transform: scaleY(1); transition: transform 0.4s; }

#lnb > ul{ display: flex; }
#lnb > ul > li{ position: relative; }
#lnb > ul > li:not(:last-of-type){ margin-right: 10px; }

#lnb .local ul{ width: 100%; background: var(--mainColor); border-radius: 20px; padding: 23px 0; position: absolute; top: calc(100% + 10px); left: 0; display: none; }
#lnb .local ul li a{ font-size: 20px; font-weight: 500; color: rgba(255, 255, 255, 0.5); line-height: 1.3; padding: 7px 30px; transition: color 0.4s; }

#lnb .local.on button::after{ transform: scaleY(-1); }


/* common */
#sub{
	--subPt: 120px;
	--subPb: 200px;
}
.ptH{ padding-top: var(--headerH); }
.sub-content{ padding: var(--subPt) 0 var(--subPb); }
.grayBg{ background: var(--grayBg); }


/* 간격 */
.pt140{ padding-top: 140px; }
.pb140{ padding-bottom: 140px; }
.pt120{ padding-top: 120px; }
.pb120{ padding-bottom: 120px; }


/* page-title */
.page-title{ text-align: center; } 
.page-title h3{ font-size: 6.2rem; font-weight: 600; color: #111; }


/* sec-title */
.sec-title{ padding-bottom: 80px; }
.sec-title h4{ font-size: 36px; font-weight: 500; color: #111; }


/* centerBtn */
.centerBtn{ text-align: center; }
.centerBtn > *{ width: 400px; height: 80px; display: inline-flex; justify-content: center; align-items: center; background: var(--mainColor); border: none; border-radius: 10px; font-size: 20px; font-weight: 500; color: #FFF !important; }
.centerBtn i{ display: inline-block; width: 16px; height: 16px; margin-left: 10px; }
.centerBtn a[target="_blank"] i,
.centerBtn a[target="blank"] i{ background: url("/img/sub/icon_btn_target.svg") no-repeat center center / contain; }



/* tab-menu */
.page-title + .tab-menu{ margin-top: 80px; }
.tab-menu{ max-width: 1200px; background: #F8F8F8; border-radius: 999px; padding: 10px; margin: 0 auto; }
.tab-menu ul{ display: grid; grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); }
.tab-menu ul li a{ min-height: 53px; height: 100%; display: flex; justify-content: center; align-items: center; border-radius: 99px; font-size: 18px; font-weight: 500; color: #AAA; text-align: center; padding: 10px; }
.tab-menu ul li.on a{ background: var(--mainColor); color: #FFF; }


/* grid-layout */
.grid-layout{ display: grid; grid-template-columns: 440px calc(100% - 440px); }
.grid-layout > *{ opacity: 0; transition: transform var(--aosT), opacity var(--aosT); }
.grid-layout .left{ padding-right: 30px; transform: translateX(var(--aosM)); }
.grid-layout .right{ transform: translateY(var(--aosP)); }

.grid-layout.aos-animate > *{ transform: translate(0, 0) !important; opacity: 1; }


/* table-box */
.table-box table{ border-collapse: unset; border-spacing: 0 2px; text-align: center; }
.table-box table tr > *:first-child{ border-radius: 10px 0 0 10px; }
.table-box table tr > *:last-child{ border-radius: 0 10px 10px 0; }

.table-box thead th{ background: #222; font-size: 18px; font-weight: 400; color: #FFF; padding-block: 25px; }
.table-box thead th span{ display: block; padding-inline: 10px; position: relative; }
.table-box thead th span::after{ content: ""; width: 2px; height: 25px; background: rgba(255, 255, 255, 0.15); position: absolute; top: 50%; right: 0; transform: translate(50%, -50%); }

.table-box tbody{ background: var(--grayBg); }
.table-box tbody tr{ margin-top: 2px; }
.table-box tbody td{ font-size: 17px; font-weight: 300; color: #555; line-height: 1.5; padding: 20px 10px; }
.table-box tbody td *{ line-height: inherit; }
.table-box tbody td ul{ text-align: left; }
.table-box tbody td ul li:not(:last-of-type){ margin-bottom: 5px; }

.grayBg .table-box tbody td{ background: #FFF; }


/* ir-table */
.ir-table table{ text-align: center; }
.ir-table table th,
.ir-table table td{ padding: 20px 10px; }
.ir-table table tr > *{ border: 1px solid var(--borderColor); border-left: none; }
.ir-table table tr > *:last-child{ border-right: none; }

.ir-table thead{ background: #F8F8F8; }
.ir-table thead tr > *{ font-size: 20px; font-weight: 500; color: #111; }
.ir-table thead .border td{ background: #000; border: none; padding: 0; }
.ir-table thead .border:first-of-type div{ height: 2px; }
.ir-table thead .border:last-of-type div{ height: 1px; }

.ir-table tbody td{ font-size: 18px; font-weight: 300; color: #333; }
.ir-table tbody td strong{ font-weight: 500; }
.ir-table tbody .bold{ background: #EEE; }
.ir-table tbody .bold > *{ border-right-color: #FFF; }


/* intro-box */
.intro-box{ background: #F8F8F8; border-radius: 15px; text-align: center; padding: 80px; }
.intro-box h6{ font-size: 28px; font-weight: 600; color: #111; line-height: 1.6; }
.intro-box h6::after{ content: ""; display: block; width: 80px; height: 2px; background: linear-gradient(to right, var(--mainColor) 50%, #222 50%); margin: 30px auto; }
.intro-box h6 em{ color: var(--mainColor); }
.intro-box p{ font-size: 18px; font-weight: 300; color: #333; line-height: 1.8; }


/* scollbar custom */
.scroll-bar{ padding-bottom: 20px; }
.scroll-bar.os-theme-dark > .os-scrollbar, .os-theme-light > .os-scrollbar{ padding-inline: 0; }
.scroll-bar.os-theme-dark > .os-scrollbar > .os-scrollbar-track, 
.scroll-bar.os-theme-light > .os-scrollbar > .os-scrollbar-track{ height: 8px; background: #DDD; border-radius: 0; right: 0 !important; }
.scroll-bar.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{ background: #222 !important; border-radius: 0; }

@media screen and (hover: hover) and (pointer: fine){
	/* lnb */
	#lnb .local ul li:hover a{ color: #FFF; }
}

@media screen and (max-width: 1700px){
	/* visual */
	#visual .text h2{ font-size: 9rem; }

	/* lnb */
	#lnb{
		--height: 65px;
	}

	/* common */
	#sub{
		--subPt: 80px;
		--subPb: 150px;
	}

	/* 간격 */
	.pt140{ padding-top: 100px; }
	.pb140{ padding-bottom: 100px; }
	.pt120{ padding-top: 90px; }
	.pb120{ padding-bottom: 90px; }

	/* sec-title */
	.sec-title{ padding-bottom: 50px; }
	.sec-title h4{ font-size: 32px; }

	/* centerBtn */
	.centerBtn > *{ width: 300px; height: 70px; font-size: 19px; }
	.centerBtn i{ width: 15px; height: 15px; }

	/* grid-layout */
	.grid-layout{ grid-template-columns: 350px calc(100% - 350px); }

	/* tab-menu */
	.page-title + .tab-menu{ margin-top: 60px; }

	/* ir-table */
	.ir-table table th,
	.ir-table table td{ padding-block: 15px; }
	.ir-table thead tr > *{ font-size: 19px; }
	.ir-table tbody td{ font-size: 17px; }

	/* intro-box */
	.intro-box{ padding: 60px; }
	.intro-box h6{ font-size: 24px; }

	/* table-box */
	.table-box thead th{ padding-block: 20px; }
	.table-box tbody td{ padding-block: 15px; }
}

@media screen and (max-width: 1280px){
	/* visual */
	#visual .text{ padding-bottom: 40px; }
	#visual .text h2{ font-size: 8rem; }

	/* lnb */
	#lnb{
		--height: 60px;
	}
	#lnb button{ padding-inline: 25px; }
	#lnb .local ul{ padding: 15px 0; }
	#lnb .local ul li a{ padding: 5px 25px; }

	/* common */
	#sub{
		--subPt: 60px;
		--subPb: 100px;
	}

	/* 간격 */
	.pt140{ padding-top: 80px; }
	.pb140{ padding-bottom: 80px; }
	.pt120{ padding-top: 70px; }
	.pb120{ padding-bottom: 70px; }

	/* sec-title */
	.sec-title{ padding-bottom: 30px; }
	.sec-title h4{ font-size: 28px; }

	/* centerBtn */
	.centerBtn > *{ width: 200px; height: 60px; font-size: 18px; }
	.centerBtn i{ width: 14px; height: 14px; }

	/* grid-layout */
	.grid-layout{ grid-template-columns: 300px calc(100% - 300px); }

	/* tab-menu */
	.page-title + .tab-menu{ margin-top: 30px; }
	.tab-menu{ padding: 7px; }
	.tab-menu ul li a{ min-height: 45px; font-size: 17px; }

	/* ir-table */
	.ir-table table th,
	.ir-table table td{ padding-block: 12px; }
	.ir-table thead tr > *{ font-size: 17px; }
	.ir-table tbody td{ font-size: 16px; }

	/* intro-box */
	.intro-box{ padding: 40px 35px; }
	.intro-box h6{ font-size: 22px; }
	.intro-box h6::after{ margin-block: 25px; }
	.intro-box p{ font-size: 17px; }
}

@media screen and (max-width: 1200px){
	/* grid-layout */
	.grid-layout{ grid-template-columns: repeat(1, 100%); }
	.grid-layout .left{ padding-right: 0; transform: translateY(var(--aosP)); }
}

@media screen and (max-width: 1000px){
	/* visual */
	#visual .flex-box{ height: 100%; flex-direction: column; }
	#visual .text{ height: 100%; padding-top: var(--headerH); }
	#visual .text > *{ height: 100%; }
	#visual .text h2{ flex: 1 0 auto; width: 100%; display: flex; justify-content: center; align-items: center; text-align: center; } 

	/* lnb */
	#lnb{ width: 100%; }
	#lnb .local{ width: calc((100% - var(--height) - 20px) / 2); }
	#lnb button{ width: 100%; }
}

@media screen and (max-width: 900px){
	/* visual */
	#visual .text{ padding-bottom: 30px; }

	/* lnb */
	#lnb{
		--height: 53px;
	}
	#lnb button{ font-size: 17px; padding-inline: 20px; }
	#lnb .local ul li a{ font-size: 17px; padding-inline: 20px; }

	/* page-title */
	.page-title.pb120{ padding-bottom: 40px; }

	/* sec-title */
	.sec-title h4{ font-size: 26px; }

	/* tab-menu */
	.tab-menu.max50{ border-radius: 30px; }
	.tab-menu.max50 ul{ grid-template-columns: repeat(auto-fit, minmax(0, 50%)); }

	/* intro-box */
	.intro-box h6{ font-size: 21px; }
}


/* 회사소개 - 인사말 */
#ceo .grid-box{ display: grid; grid-template-columns: 620px calc(100% - 620px); align-items: flex-start; }
#ceo .img{ position: relative; }
#ceo .img figure,
#ceo .img figure img{ width: 100%; }
#ceo .img .name{ padding: 20px; position: absolute; bottom: 0; right: 0; }
#ceo .img .name *{ font-size: 20px; }
#ceo .img .name span{ display: block; font-family: var(--engFont); font-weight: 500; color: #CCC; margin-bottom: 10px; }
#ceo .img .name p{ font-weight: 600; color: #111; }

#ceo .text{ padding-left: 150px; }
#ceo .text h4{ font-size: 4.2rem; font-weight: 600; color: #111; line-height: 1.6; margin-bottom: 60px; }
#ceo .text h4 em{ color: var(--mainColor); }
#ceo .text .pBox p{ font-size: 20px; font-weight: 300; color: #333; line-height: 1.8; }
#ceo .text .pBox p:not(:last-of-type){ margin-bottom: 20px; }

@media screen and (max-width: 1700px){
	#ceo .img .name *{ font-size: 19px; }

	#ceo .text{ padding-left: 100px; }
	#ceo .text h4{ margin-bottom: 40px; }
	#ceo .text .pBox p{ font-size: 19px; }
}

@media screen and (max-width: 1500px){
	#ceo .grid-box{ grid-template-columns: 45% 55%; }
	#ceo .text{ padding-left: 70px; }
	#ceo .text p br{ display: none; }
}

@media screen and (max-width: 1280px){
	#ceo .img .name{ padding: 0; }
	#ceo .img .name *{ font-size: 18px; }

	#ceo .text h4{ font-size: 4.5rem; margin-bottom: 30px; }
	#ceo .text .pBox p{ font-size: 18px; }
	#ceo .text .pBox p:not(:last-of-type){ margin-bottom: 15px; }
}

@media screen and (max-width: 1200px){
	#ceo .grid-box{ display: grid; grid-template-columns: repeat(1, 100%); }
	#ceo .img{ transform: unset; opacity: 1; }
	#ceo .img figure{ display: block; transform: scale(0.9); opacity: 0; transition: transform var(--aosT), opacity var(--aosT); }
	#ceo .img.aos-animate figure{ transform: scale(1); opacity: 1; }
	#ceo .text{ padding-left: 0; padding-top: 40px; }
}


/* 회사소개 - 회사개요 */
#overview{ padding-bottom: 0; overflow: hidden; }
#overview section:last-of-type{ padding-bottom: var(--subPb); }

#overview .intro{ text-align: center; }
#overview .intro h5{ font-family: var(--engFont); font-size: 36px; font-weight: 500; color: #111; }
#overview .intro h5 em{ color: var(--mainColor); }
#overview .intro p{ font-size: 22px; font-weight: 300; color: #111; line-height: 1.8; margin-top: 40px; }


#overview .company .inner{ max-width: 1080px; margin: 0 auto; }
#overview .company figure{ display: block; text-align: center; }
#overview .company figure img{ width: 420px; height: auto; }
#overview .company h6{ font-family: var(--engFont); font-size: 32px; font-weight: 600; color: #111; text-align: center; margin: 60px 0; }
#overview .company h6 em{ color: var(--mainColor); }
#overview .company .dl dl{ display: grid; grid-template-columns: 280px calc(100% - 280px); border-bottom: 1px solid var(--borderColor); font-size: 20px; padding: 20px 0; }
#overview .company .dl dl dt{ display: flex; justify-content: center; align-items: center; min-height: 80px; background: #222; border-radius: 10px; font-family: var(--engFont); font-weight: 400; color: #FFF; text-align: center; padding: 10px; }
#overview .company .dl dl.red dt{ background: var(--mainColor); }
#overview .company .dl dl dd{ display: flex; align-items: center; padding: 15px 0; padding-left: 60px; font-weight: 300; color: #333; }


#overview .diagram{
	--circle: 26.9%;
	--text: 185px;
}
#overview .diagram .inner{ max-width: 1190px; padding: 0 calc(var(--text) + 45px); margin: 0 auto; position: relative; }

#overview .diagram .center{ position: relative; }
#overview .diagram .center::before{ content: ""; display: block; background: url("/img/sub/company/overview_diagram_bg.png") no-repeat center center / contain; padding-bottom: 100%; }
#overview .diagram .center h6{ font-family: var(--engFont); font-size: 36px; font-weight: 600; color: var(--mainColor); text-align: center; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }

#overview .diagram .grid-box{ width: 100%; height: 100%; display: grid; grid-template-columns: var(--circle) calc(100% - (var(--circle) * 2)) var(--circle); padding: 0 var(--text); position: absolute; inset: 0; }
#overview .diagram .item{ display: flex; flex-direction: column; }
#overview .diagram .item .box{ position: relative; }
#overview .diagram .item .circle{ position: relative; } 
#overview .diagram .item .circle::before{ content: ""; display: block; background: linear-gradient(135deg, #666, #000); border-radius: 50%; padding-bottom: 100%; }
#overview .diagram .item span{ font-size: 26px; font-weight: 600; color: #FFF; text-align: center; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
#overview .diagram .item .text{ width: var(--text); display: flex; flex-direction: column; margin: -15px 0; position: absolute; }
#overview .diagram .item .text > *{ margin: 15px 0; }
#overview .diagram .item .text p{ width: 100%; font-size: 20px; font-weight: 300; color: #333; line-height: 1.5; text-align: center; }
#overview .diagram .item .text .line{ width: calc(50% + 4px); height: 50px; border-top: 1px dashed #222; border-right: 1px dashed #222; position: relative; }
#overview .diagram .item .text .line i{ width: 6px; height: 6px; background: #222; border-radius: 50%; position: absolute; }
#overview .diagram .item .text .line i::before{ content: ""; width: 18px; height: 18px; background: rgba(34, 34, 34, 0.1); border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#overview .diagram .item .text .line i:first-of-type{ top: 0; left: 0; transform: translateY(-50%); }
#overview .diagram .item .text .line i:first-of-type::before{ display: none; }
#overview .diagram .item .text .line i:last-of-type{ bottom: 0; right: 0; transform: translateX(50%); }

#overview .diagram .item.red .circle::before{ background: linear-gradient(135deg, #E4022D 0%, #7E0119 100%); }
#overview .diagram .item.red .line{ border-color: var(--mainColor); }
#overview .diagram .item.red .line i{ background: var(--mainColor); }
#overview .diagram .item.red .line i::before{ background: rgba(var(--mainRGB), 0.1); }

#overview .diagram .item:nth-of-type(odd){ grid-column: 1 / 2; }
#overview .diagram .item:nth-of-type(odd) .text{ left: 4px; }
#overview .diagram .item:nth-of-type(even){ grid-column: 3 / 4; }
#overview .diagram .item:nth-of-type(even) .text{ right: 3px; }

#overview .diagram .item01,
#overview .diagram .item02{ grid-row: 1 / 2; }
#overview .diagram .item03,
#overview .diagram .item04{ justify-content: flex-end; }

#overview .diagram .item01 .text{ align-items: flex-end;  top: 50%; left: 0; transform: translateX(-100%); }
#overview .diagram .item01 .text .line{ transform: scaleX(-1); }

#overview .diagram .item02 .text{ top: 50%; transform: translateX(100%); }

#overview .diagram .item03 .text{ flex-direction: column-reverse; align-items: flex-end; top: 50%; transform: translate(-100%, -75%); }
#overview .diagram .item03 .text .line{ transform: scale(-1); }

#overview .diagram .item04 .text{ flex-direction: column-reverse; top: 50%; transform: translate(100%, -75%); }
#overview .diagram .item04 .text .line{ transform: scaleY(-1); }


#overview .business .grid-box{ display: grid; grid-template-columns: repeat(3, calc(100% / 3)); margin: -25px; }
#overview .business .grid-box > *{ margin: 25px; }
#overview .business .item{ text-align: center; }
#overview .business .item .icon{ max-width: 250px; margin: 0 auto; }
#overview .business .item .icon figure{ display: block; border: 2px solid #222; border-radius: 50%; padding-bottom: 100%; position: relative; overflow: hidden; }
#overview .business .item .icon figure img{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1); transition: transform 0.4s; }
#overview .business .item dl dt{ font-size: 22px; font-weight: 600; color: #111; margin: 33px 0; }
#overview .business .item dl dd{ font-size: 20px; font-weight: 300; color: #333; line-height: 1.5; }


#overview .location{ opacity: 1 !important; }
#overview .location .grid-box{ display: grid; grid-template-columns: 56% 44%; }
#overview .location .grid-box > *{ opacity: 0; transition: opacity var(--aosT), transform var(--aosT); }
#overview .location .left{ transform: translateX(var(--aosM)); }
#overview .location .right{ transform: translateX(var(--aosP)); }
#overview .location .grid-box.aos-animate > *{ opacity: 1; transform: translate(0, 0) !important; }
#overview .location .root_daum_roughmap{ width: 100%; height: 100%; border-radius: 20px; overflow: hidden; }
#overview .location .root_daum_roughmap .wrap_map{ height: 100%; }
#overview .location  .root_daum_roughmap .map_border{ display: none; }
#overview .location .root_daum_roughmap .section_address{ display: none; }

#overview .location address{ padding-block: 30px; padding-left: 80px; }
#overview .location address .sec-title{ padding-bottom: 40px; }
#overview .location address h6{ font-size: 24px; font-weight: 500; color: #111; padding-left: 40px; padding-left: 40px; position: relative; margin-bottom: 15px; }
#overview .location address h6::before{ content: ""; width: 22px; height: 24px; background: url("/img/sub/company/icon_marker.svg") no-repeat center center / contain; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }
#overview .location address p{ font-size: 20px; font-weight: 300; color: #333; }
#overview .location address .dl{ margin: 60px 0; }
#overview .location address .dl dl:not(:last-of-type){ margin-bottom: 15px; }
#overview .location address dl{ display: grid; grid-template-columns: 120px calc(100% - 120px); font-size: 20px; color: #111; }
#overview .location address dl dt{ font-weight: 600; }
#overview .location address dl dd{ font-family: var(--engFont); font-weight: 300; }
#overview .location address .btns{ display: grid; grid-template-columns: repeat(3, calc(100% / 3)); margin: -5px; }
#overview .location address .btns a{ height: 65px; display: flex; justify-content: center; align-items: center; border-radius: 10px; margin: 5px; padding: 10px; }
#overview .location address .btns .naver{ background: #03C75A; }
#overview .location address .btns .kakao{ background: #F9E000; }
#overview .location address .btns .google{ background: #FFF; border: 1px solid var(--borderColor); }


#overview .traffic .grid-box{ display: grid; grid-template-columns: repeat(2, 50%); margin: -40px; }
#overview .traffic .grid-box > *{ margin: 40px; }
#overview .traffic .title{ display: flex; align-items: center; border-bottom: 1px solid #000; padding-bottom: 20px; margin-bottom: 20px; }
#overview .traffic .title i{ flex-shrink: 0; width: 60px; height: 60px; display: inline-flex; flex-direction: column; justify-content: center; background: #FFF; border-radius: 50%; margin-right: 37px; }
#overview .traffic .title i::before{ content: ""; display: block; height: 24px; background: url("/img/sub/company/icon_traffic.svg") no-repeat center center / contain; }
#overview .traffic .title h6{ font-size: 24px; font-weight: 600; color: #111; }
#overview .traffic .grid{ display: grid; grid-template-columns: repeat(2, 50%); margin: -10px; }
#overview .traffic .grid > *{ margin: 10px; }
#overview .traffic .grid dl{ background: #FFF; padding: 50px; border-radius: 20px; }
#overview .traffic .grid dl dt{ font-size: 20px; font-weight: 600; color: #111; margin-bottom: 20px; }
#overview .traffic .grid dl dd{ font-size: 18px; font-weight: 300; color: #333; padding-left: 12px; position: relative; }
#overview .traffic .grid dl dd:not(:last-of-type){ margin-bottom: 10px; }
#overview .traffic .grid dl dd::before{ content: "-"; position: absolute; top: 0; left: 0; }


@media screen and (hover: hover) and (pointer: fine){
	#overview .business .item:hover .icon figure img{ transform: translate(-50%, -50%) scale(1.08); }
}

@media screen and (max-width: 1700px){
	#overview .intro h5{ font-size: 32px; }
	#overview .intro p{ font-size: 20px; margin-top: 30px; }

	#overview .company figure img{ width: 350px; }
	#overview .company h6{ font-size: 28px; }
	#overview .company .dl dl{ grid-template-columns: 240px calc(100% - 240px); font-size: 19px; }
	#overview .company .dl dl dt{ min-height: 70px; }

	#overview .diagram .center h6{ font-size: 32px; }
	#overview .diagram .item span{ font-size: 23px; }
	#overview .diagram .item .text p{ font-size: 19px; }

	#overview .business .item .icon{ max-width: 200px; }
	#overview .business .item dl dt{ font-size: 21px; margin: 25px 0; }
	#overview .business .item dl dd{ font-size: 19px; }

	#overview .location address h6{ font-size: 22px; } 
	#overview .location address p{ font-size: 19px; }
	#overview .location address .dl{ margin: 50px 0; }
	#overview .location address dl{ font-size: 19px; }
	#overview .location address .btns a{ height: 60px; }

	#overview .traffic .title i{ width: 50px; height: 50px; margin-right: 25px; }
	#overview .traffic .title h6{ font-size: 22px; }
	#overview .traffic .grid dl{ padding: 40px; }
	#overview .traffic .grid dl dt{ font-size: 19px;}
}

@media screen and (max-width: 1400px){
	#overview .location address{ padding-left: 50px; }

	#overview .traffic .grid-box{ margin: -20px; }
	#overview .traffic .grid-box > *{ margin: 20px; }
}

@media screen and (max-width: 1280px){
	#overview .intro h5{ font-size: 28px; }
	#overview .intro p{ font-size: 19px; margin-top: 20px; }

	#overview .company figure img{ width: 300px; }
	#overview .company h6{ font-size: 24px; margin: 50px 0 40px; }
	#overview .company .dl dl{ grid-template-columns: 200px calc(100% - 200px); font-size: 18px; padding: 15px 0; }
	#overview .company .dl dl dt{ min-height: 60px; }
	#overview .company .dl dl dd{ padding-left: 30px; }

	#overview .diagram{
		--text: 170px;
	}
	#overview .diagram .center h6{ font-size: 28px; }
	#overview .diagram .item span{ font-size: 21px; }
	#overview .diagram .item .text p{ font-size: 18px; }

	#overview .business .grid-box{ margin: -15px; }
	#overview .business .grid-box > *{ margin: 15px; }
	#overview .business .item .icon{ max-width: 150px; }
	#overview .business .item dl dt{ font-size: 19px; margin: 20px 0 15px; }
	#overview .business .item dl dd{ font-size: 18px; }

	#overview .location .grid-box{ grid-template-columns: repeat(2, 50%); }
	#overview .location address{ padding-block: 15px; }
	#overview .location address .sec-title{ padding-bottom: 20px; }
	#overview .location address h6{ font-size: 20px; padding-left: 27px; margin-bottom: 10px; } 
	#overview .location address h6::before{ width: 16px; height: 18px; }
	#overview .location address p{ font-size: 18px; }
	#overview .location address .dl{ margin: 35px 0 40px; }
	#overview .location address .dl dl:not(:last-of-type){ margin-bottom: 12px; }
	#overview .location address dl{ font-size: 18px; }
	#overview .location address .btns a{ height: 55px; }

	#overview .traffic .title{ padding-bottom: 15px; margin-bottom: 15px; }
	#overview .traffic .title i{ width: 45px; height: 45px; margin-right: 20px; }
	#overview .traffic .title i::before{ height: 21px; }
	#overview .traffic .title h6{ font-size: 20px; }
	#overview .traffic .grid dl{ padding: 25px; }
	#overview .traffic .grid dl dt{ font-size: 18px; margin-bottom: 10px; }
	#overview .traffic .grid dl dd{ font-size: 17px; }
	#overview .traffic .grid dl dd:not(:last-of-type){ margin-bottom: 7px; }
}

@media screen and (max-width: 1100px){
	#overview .location .grid-box{ grid-template-columns: repeat(1, 100%); }
	#overview .location .grid-box > *{ transform: translateY(var(--aosP)); }
	#overview .location .left{ height: 300px; }
	#overview .location .right{ padding: 30px 0 0; }
	#overview .location address .dl{ margin: 25px 0 30px; }

	#overview .traffic .grid-box{ grid-template-columns: repeat(1, 100%); }
	#overview .traffic .item{ transition-delay: unset !important; }
}

@media screen and (max-width: 1000px){
	#overview .diagram .inner{ padding: 0; } 
	#overview .diagram .center{ max-width: 400px; margin: 0 auto 30px; }
	#overview .diagram .center::before{ background-size: 110% 110%; }
	
	#overview .diagram .grid-box{ width: unset; height: unset; grid-template-columns: repeat(2, 50%); margin: -10px; padding: 0; position: static; inset: unset; }
	#overview .diagram .item{ grid-column: unset !important; grid-row: unset !important; margin: 10px; }
	#overview .diagram .item .text{ margin: 0; }
	#overview .diagram .item .text > *{ margin: 0; }
	#overview .diagram .item .circle::before{ width: 100%; height: 100%; border-radius: 99px; padding: 0; position: absolute; top: 0; left: 0; z-index: -1; }
	#overview .diagram .item span{ display: block; padding: 15px 10px; position: static; transform: unset; }
	#overview .diagram .item .text{ width: 100%; flex-direction: column !important; align-items: center; position: static; transform: unset !important; }
	#overview .diagram .item .text .line{ width: 1px; height: 30px; border-top: none !important; transform: unset !important; } 
	#overview .diagram .item .text .line i:first-of-type{ left: calc(50% + 1px) !important; right: unset !important; transform: translate(-50%, -50%) !important; }
	#overview .diagram .item .text .line i:last-of-type{ right: calc(50% - 1px); transform: translate(50%, 50%); }
	#overview .diagram .item .text p{ background: #FFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 99px; padding: 15px 10px; margin: 0; }

	#overview .business .grid-box{ grid-template-columns: repeat(2, 50%); }
	#overview .business .item{ display: flex; align-items: center; transition-delay: unset !important; }
	#overview .business .item .icon{ width: 120px; flex-shrink: 0; margin: 0; margin-right: 30px; }
	#overview .business .item dl{ flex: 1 1 auto; min-width: 0; text-align: left; }
	#overview .business .item dl dt{ margin: 0 0 10px; }
}

@media screen and (max-width: 900px){
	#overview .intro h5{ font-size: 24px; }
	#overview .intro p{ font-size: 18px; }
	
	#overview .company figure img{ width: 240px; }
	#overview .company h6{ font-size: 22px; }
	#overview .company .dl dl{ grid-template-columns: 100px calc(100% - 100px); padding: 10px 0; }
	#overview .company .dl dl dd{ padding-left: 20px; }

	#overview .diagram .center{ max-width: 350px; }
	#overview .diagram .center h6{ font-size: 26px; }

	#overview .diagram .item span{ font-size: 19px; }
	#overview .diagram .item .text p{ font-size: 17px; }

	#overview .business .item br{ display: none; }

	#overview .traffic .grid{ grid-template-columns: repeat(1, 100%); margin: -7px; }
	#overview .traffic .grid > *{ margin: 7px; }
}


@media screen and (max-width: 850px){
	#overview .intro br{ display: none; }
}

@media screen and (max-width: 750px){
	#overview .business .grid-box{ grid-template-columns: repeat(1, 100%); }
	#overview .business .item br{ display: block; }
}


/* 회사소개 - 주요연혁 */
#history section:not(:last-of-type){ padding-bottom: 240px; }
#history .grid-box{ display: grid; grid-template-columns: 49% 51%; }
#history .left{ padding-right: 100px; padding-bottom: 60px; }
#history .left .sticky{ max-width: 620px; width: 100%; opacity: 1; position: sticky; top: calc(50% - (var(--stickyH) / 2) - var(--headerH)); left: 0; }
#history .left h4{ font-family: var(--engFont); font-size: 4.2rem; font-weight: 600; color: #111; margin-bottom: 20px; }
#history .left figure{ display: block; border-radius: 20px; padding-bottom: 61.292%; position: relative; overflow: hidden; clip-path: inset(0 100% 0 0 round 20px); -webkit-clip-path: inset(0 100% 0 0 round 20px); transition: clip-path var(--aosT); }
#history .left .aos-animate figure{ clip-path: inset(0 0 0 0 round 20px); -webkit-clip-path: inset(0 0 0 0 round 20px); }
#history .left figure img{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#history .right{ border-top: 1px solid var(--borderColor); padding-top: 60px; }
#history .right dl{ padding-bottom: 60px; }
#history .right dl dt{ font-family: var(--engFont); font-size: 26px; font-weight: 700; color: #111; margin-bottom: 30px; }
#history .right dl dd{ display: flex; align-items: baseline; font-size: 20px; font-size: 300; color: #333; }
#history .right dl dd:not(:last-of-type){ margin-bottom: 20px; }
#history .right dl dd span{ flex-shrink: 0; width: 80px; display: inline-block; font-family: var(--engFont); font-weight: 600; color: #CCC; }

@media screen and (max-width: 1700px){
	#history section:not(:last-of-type){ padding-bottom: 180px; }
	#history .right dl dt{ font-size: 24px; margin-bottom: 20px; }
	#history .right dl dd{ font-size: 19px; }
	#history .right dl dd span{ width: 60px; }
}

@media screen and (max-width: 1400px){
	#history .left{ padding-right: 70px; }
}

@media screen and (max-width: 1280px){
	#history section:not(:last-of-type){ padding-bottom: 100px; }
	#history .left{ padding-bottom: 40px; }
	#history .left h4{ font-size: 5rem; }

	#history .right{ padding-top: 40px; }
	#history .right dl{ padding-bottom: 40px; }
	#history .right dl dt{ font-size: 22px; margin-bottom: 15px; }
	#history .right dl dd{ font-size: 18px; }
	#history .right dl dd:not(:last-of-type){ margin-bottom: 10px; }
	#history .right dl dd span{ width: 50px; }
}

@media screen and (max-width: 1024px){
	#history .grid-box{ grid-template-columns: repeat(1, 100%); }
	#history .left{ padding-right: 0; padding-bottom: 40px; }
	#history .left .sticky{ max-width: 100%; }
}


/* 회사소개 - 고객사 */
#partner .logo-box{ display: grid; grid-template-columns: repeat(5, 20%); margin: -5px 0; }
#partner .logo-box > *{ margin: 5px 0; }
#partner section:not(:last-of-type){ border-bottom: 1px solid var(--borderColor); }

@media screen and (max-width: 1500px){
	#partner .logo-box{ grid-template-columns: repeat(4, 25%); }
}

@media screen and (max-width: 1200px){
	#partner .grid-layout .sec-title{ padding-bottom: 10px; }
	#partner .grid-layout .sec-title br{ display: none; }

	#partner .logo-box{ grid-template-columns: repeat(5, 20%); }
}

@media screen and (max-width: 1000px){
	#partner .logo-box{ grid-template-columns: repeat(4, 25%); }
}

@media screen and (max-width: 900px){
	#partner .logo-box{ grid-template-columns: repeat(3, calc(100% / 3)); }
}

@media screen and (max-width: 650px){
	#partner .logo-box{ grid-template-columns: repeat(2, 50%); margin: 0; }
	#partner .logo-box > *{ margin: 0; }
}


/* 회사소개 - 윤리경영 */
#ethics section:not(:last-of-type){ border-bottom: 1px solid var(--borderColor); }
#ethics .tit{ margin-bottom: 20px; }
#ethics .tit h5{ font-size: 36px; font-weight: 500; color: #111; margin-bottom: 30px; }
#ethics .tit p{ font-size: 20px; font-weight: 500; color: #111; line-height: 1.45; }


#ethics .intro{ padding-bottom: 60px; overflow: hidden; }
#ethics .intro .grid-box{ display: grid; grid-template-columns: repeat(3, calc(100% / 3)); text-align: center; margin: -25px; }
#ethics .intro .grid-box > *{ margin: 25px; }
#ethics .intro .item dl dt{ min-height: 75px; display: flex; flex-direction: column; justify-content: center; background: var(--mainColor); border-radius: 10px; font-size: 22px; font-weight: 500; color: #FFF; padding: 10px 20px; position: relative; }
#ethics .intro .item dl dt::after{ content: ""; width: 15px; height: 15px; background: var(--mainColor); border-radius: 0 0 3px 0; position: absolute; top: 100%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); }
#ethics .intro .item dl dd{ font-size: 20px; font-weight: 300; color: #333; margin-top: 50px; }
#ethics .intro .item ul li{ padding-left: 13px; text-indent: -13px; }
#ethics .intro .item ul li:not(:last-of-type){ margin-bottom: 15px; }
#ethics .intro .item ul li::before{ content: "- "; }

#ethics .intro .grid-box .item:nth-of-type(even) dl dt,
#ethics .intro .grid-box .item:nth-of-type(even) dl dt::after{ background: #222; }

#ethics .charter .tit + p{ font-size: 18px; font-weight: 300; color: #333; line-height: 1.8; }

#ethics .rule ul{ border-top: 1px solid #000; }
#ethics .rule ul li{ display: flex; align-items: baseline; border-bottom: 1px dashed var(--borderColor); font-size: 18px; font-weight: 300; color: #333; padding: 20px; }
#ethics .rule ul li span{ flex-shrink: 0; width: 35px; height: 35px; display: inline-flex; justify-content: center; align-items: center; background: var(--mainColor); border-radius: 10px; font-family: var(--engFont); font-size: 15px; font-weight: 500; color: #FFF; text-align: center; margin-right: 20px; }

@media screen and (max-width: 1700px){
	#ethics .tit h5{ font-size: 32px; }
	#ethics .tit p{ font-size: 19px; }

	#ethics .intro .item dl dt{ min-height: 65px; font-size: 21px; }
	#ethics .intro .item dl dd{ font-size: 19px; margin-top: 40px; }
}

@media screen and (max-width: 1400px){
	#ethics .intro .grid-box{ margin: -15px; }
	#ethics .intro .grid-box > *{ margin: 15px; }
}

@media screen and (max-width: 1280px){
	#ethics .tit h5{ font-size: 28px; margin-bottom: 20px; }
	#ethics .tit p{ font-size: 18px; }
	
	#ethics .intro .item dl dt{ min-height: 55px; font-size: 19px; }
	#ethics .intro .item dl dd{ font-size: 18px; margin-top: 35px; }
	#ethics .intro .item ul li:not(:last-of-type){ margin-bottom: 10px; }

	#ethics .charter .tit + p{ font-size: 17px; }

	#ethics .rule ul li{ font-size: 17px; padding: 15px; }
	#ethics .rule ul li span{ width: 32px; height: 32px; margin-right: 15px; }
}

@media screen and (max-width: 1200px){
	#ethics .intro .grid-box{ grid-template-columns: repeat(1, 100%); margin: -5px; }
	#ethics .intro .grid-box > *{ margin: 5px; }
	#ethics .intro .item{ transition-delay: unset !important; }
	#ethics .intro .item dl{ display: grid; grid-template-columns: 120px calc(100% - 120px); }
	#ethics .intro .item dl dt{ min-height: 100px; }
	#ethics .intro .item dl dt::after{ top: 50%; left: 100%; border-radius: 0 3px 0 0; }
	#ethics .intro .item dl dd{ display: flex; flex-direction: column; justify-content: center; text-align: left; margin-top: 0; padding: 20px 0; padding-left: 30px; }
}

@media screen and (max-width: 950px){
	#ethics .charter br{ display: none; }
}

@media screen and (max-width: 900px){
	#ethics .tit h5{ font-size: 24px; }

	#ethics .rule ul li{ padding-inline: 10px; }
}

@media screen and (max-width: 750px){
	#ethics .intro-box br{ display: none; }
}


/* 연구개발 - 핵심보유기술 */
#technology{ padding-bottom: 0; overflow: hidden; }

#technology .diagram{
	--circle: 175px;
	--circleGap: 40px;
	--textGap: 30px;
	--padding01: 105px;
	--padding02: 20px;
}
#technology .diagram{ text-align: center; }
#technology .diagram .flex-box{ display: flex; justify-content: space-between; }
#technology .diagram .flex-box > *{ width: calc((100% - 150px) / 2); position: relative; }
#technology .diagram .flex{ display: flex; align-items: center; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }

#technology .diagram .bg{ border: 2px dashed var(--borderColor); border-radius: 50%; padding: 60px; }
#technology .diagram .bg div{ background: rgba(var(--color), 0.03); border-radius: inherit; padding: 80px; }
#technology .diagram .bg div::before{ content: ""; display: block; background: rgba(var(--color), 0.03); border-radius: inherit; padding-bottom: 100%; }

#technology .diagram .circle{ width: var(--circle); border-radius: 50%; position: relative; }
#technology .diagram .circle::before{ content: ""; display: block; padding-bottom: 100%; }
#technology .diagram .circle::after{ content: ""; width: calc((var(--circleGap) / 2) - 5px); height: 1px; background: rgb(var(--color)); position: absolute; top: 50%; }
#technology .diagram .circle p{ font-size: 20px; font-weight: 600; color: #FFF; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }

#technology .diagram .text{ width: calc(100% - var(--circle)); padding-inline: var(--circleGap); }
#technology .diagram .text ul{ position: relative; }
#technology .diagram .text ul:not(:last-of-type){ margin-bottom: 10px; }
#technology .diagram .text ul::before{ content: ""; width: 1px; height: 100%; background: rgb(var(--color)); position: absolute; top: 0; left: calc((var(--circleGap) * -0.5) - 1px); transform: translateY(-50%); }
#technology .diagram .text ul:first-of-type::before{ display: none; }
#technology .diagram .text ul li{ display: flex; justify-content: space-between; position: relative; }
#technology .diagram .text ul li:not(:last-of-type){ margin-bottom: 10px; }
#technology .diagram .text ul li::before{ content: ""; width: calc((var(--circleGap) / 2) - 5px); height: calc(100% + 10px); border-top: 1px solid rgb(var(--color)); border-left: 1px solid rgb(var(--color)); position: absolute; top: 50%; }
#technology .diagram .text ul li p{ width: calc((100% - var(--textGap)) / 2); min-height: 65px; display: flex; justify-content: center; align-items: center; background: #FFF; border-radius: 999px; font-family: var(--engFont); font-weight: 500; padding: 5px 10px; position: relative; }
#technology .diagram .text ul li p::before{ content: ""; width: 6px; height: 7px; background: url("/img/sub/rnd/icon_arrow.svg") no-repeat center center / contain; position: absolute; top: 50%; }
#technology .diagram .text ul li p:nth-of-type(1){ border: 2px solid rgb(var(--color)); box-shadow: 0 0 30px rgba(var(--color), 0.15); font-size: 18px; color: rgb(var(--color)); }
#technology .diagram .text ul li p:nth-of-type(1)::before{ display: none; }
#technology .diagram .text ul li p:nth-of-type(2){ border: 2px solid var(--borderColor); font-size: 17px; color: #333; }


#technology .diagram .red{ --color: var(--mainRGB); padding-inline: var(--padding02) var(--padding01); }
#technology .diagram .red .circle{ background: linear-gradient(135deg, #E4022D 0%, #7E0119 100%); }
#technology .diagram .red .circle::after{ right: -5px; transform: translateX(100%); }
#technology .diagram .red .text{ padding-right: 0; }
#technology .diagram .red .text ul li::before{ left: -5px; transform: translateX(-100%); }
#technology .diagram .red .text ul li:last-of-type::before{ border-left: none; }
#technology .diagram .red .text ul li p::before{ left: calc(var(--textGap) * -0.5); transform: translate(-50%, -50%); }

#technology .diagram .black{ --color: 34, 34, 34; padding-inline: var(--padding01) var(--padding02); }
#technology .diagram .black .flex{ flex-direction: row-reverse; }
#technology .diagram .black .circle{ background: linear-gradient(135deg, #666 0%, #000 100%); }
#technology .diagram .black .circle::after{ left: -5px; transform: translateX(-100%); }
#technology .diagram .black .text{ padding-left: 0; }
#technology .diagram .black .text ul li{ flex-direction: row-reverse; }
#technology .diagram .black .text ul li::before{ right: -5px; transform: translateX(100%); border-left: none; border-right: 1px solid rgb(var(--color)); }
#technology .diagram .black .text ul li:last-of-type::before{ border-right: none; }
#technology .diagram .black .text ul li p::before{ right: calc(var(--textGap) * -0.5); transform: translate(50%, -50%) scaleX(-1); filter: grayscale(1); -webkit-filter: grayscale(1); }


#technology .table{ padding-bottom: var(--subPb); }
#technology .table .sec-title{ padding-bottom: 30px; }
#technology .table .grid-box{ display: grid; margin: -20px; }
#technology .table .grid-box > *{ margin: 20px; }

#technology .table .item dl{ height: 100%; display: flex; flex-direction: column; }
#technology .table .item dl dt{ min-height: 75px; display: flex; justify-content: center; align-items: center; border-radius: 10px 10px 0 0; font-size: 20px; font-weight: 500; color: #FFF; text-align: center; padding: 10px; }
#technology .table .item dl dd{ flex: 1 1 auto; background: #FFF; border-radius: 0 0 10px 10px; }
#technology .table .item ul li{ font-size: 17px; font-weight: 300; color: #555; line-height: 1.5; padding-left: 20px; position: relative; }
#technology .table .item ul li:not(:last-of-type){ margin-bottom: 10px; }
#technology .table .item ul li::before{ content: ""; width: 5px; height: 5px; background: #222; border-radius: 2px; position: absolute; top: calc(1.5em / 2); left: 0; transform: translateY(-50%); }

#technology .table .black .grid-box{ grid-template-columns: 42% 29% 29%; }
#technology .table .black .item dl dt{ background: #222; }
#technology .table .black .item dl dd{ display: flex; flex-direction: column; padding: 10px; }
#technology .table .black .grid{ flex: 1 0 auto; display: grid; grid-template-columns: repeat(2, 50%); margin: -5px; }
#technology .table .black .grid.column3{ grid-template-columns: repeat(3, calc(100% / 3)); }
#technology .table .black .grid > *{ display: flex; flex-direction: column; background: #F8F8F8; border-radius: 10px; margin: 5px; }
#technology .table .black .grid p{ min-height: 65px; display: flex; justify-content: center; align-items: center; background: #EEE; border-radius: 10px 10px 0 0; font-size: 18px; font-weight: 500; color: #333; text-align: center; padding: 5px 10px; }
#technology .table .black .grid ul{ flex: 1 1 auto; padding: 15px 20px 30px; }

#technology .table .gray .grid-box{ grid-template-columns: repeat(3, calc(100% / 3)); }
#technology .table .gray .item dl dt{ background: #BBB; }
#technology .table .gray .item dl dd{ padding: 20px 30px; }

@media screen and (max-width: 1700px){
	#technology .diagram{
		--circle: 150px;
		--padding01: 85px;
	}
	#technology .diagram .flex-box > *{ width: calc((100% - 100px) / 2); }
	#technology .diagram .bg{ padding: 40px; }
	#technology .diagram .bg div{ padding: 60px; }
	#technology .diagram .circle p{ font-size: 19px; }

	#technology .table .item dl dt{ min-height: 65px; font-size: 19px; }

	#technology .table .black .grid p{ min-height: 55px; }
}

@media screen and (max-width: 1600px){
	#technology .table .grid-box{ margin: -10px; }
	#technology .table .grid-box > *{ margin: 10px; }

	#technology .table .black .grid ul{ padding: 15px; }
}

@media screen and (max-width: 1500px){
	#technology .diagram{
		--circleGap: 30px;
		--textGap: 20px;
		--padding01: 70px;
	}
	#technology .diagram .flex-box > *{ width: calc((100% - 70px) / 2); }

	#technology .table .black .grid-box{ grid-template-columns: repeat(2, 50%); }
	#technology .table .item dl dt{ min-height: 60px; }
}

@media screen and (max-width: 1280px){
	#technology .diagram{
		--circle: 130px;
	}
	#technology .diagram .text ul li p{ min-height: 60px; }
	#technology .diagram .text ul li p:nth-of-type(1){ font-size: 17px; }
	#technology .diagram .text ul li p:nth-of-type(2){ font-size: 16px; }
	#technology .diagram .circle p{ font-size: 18px; }

	#technology .table .sec-title{ padding-bottom: 20px; }
	#technology .table .black .grid p{ font-size: 17px; }
	#technology .table .item ul li{ font-size: 16px; padding-left: 15px; }
	#technology .table .item ul li::before{ width: 4px; height: 4px; }
}

@media screen and (max-width: 1200px){
	#technology .diagram{
		--circle: 150px;
	}
	#technology .diagram .flex-box{ flex-direction: column; }
	#technology .diagram .flex-box > *{ max-width: 700px; width: 100%; padding-inline: 50px; margin-inline: auto; }
	#technology .diagram .flex-box > *:not(:last-child){ margin-bottom: 50px; }
	#technology .diagram .bg{ max-width: 500px; margin: 0 auto; } 

	#technology .table .black .grid-box{ grid-template-columns: repeat(1, 100%); }
	#technology .table .black .item{ transition-delay: unset !important; }

	#technology .table .gray .grid-box{ grid-template-columns: repeat(2, 50%); }
}

@media screen and (max-width: 850px){
	#technology .table .black .grid{ grid-template-columns: repeat(1, 100%) !important; }

	#technology .table .gray .grid-box{ grid-template-columns: repeat(1, 100%); }
	#technology .table .gray .item{ transition-delay: unset !important; }
}

@media screen and (max-width: 700px){
	#technology .diagram{
		--circleGap: 20px;
	}
	#technology .diagram .flex-box > *{ padding: 0; transform: translateY(var(--aosP)); }
	#technology .diagram .flex-box > *.aos-animate{ transform: translateY(0); }
	#technology .diagram .bg{ width: 90%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
	#technology .diagram .flex{ flex-direction: column !important; position: static; transform: unset; }
	#technology .diagram .circle::after{ display: none; }
	#technology .diagram .text{ width: 100%; display: flex; justify-content: space-between; align-items: flex-start; padding: var(--circleGap) 0 0; }
	#technology .diagram .text ul{ flex: 1 0 auto; width: 100%; display: grid; grid-template-columns: repeat(2, 50%); margin: -5px; }
	#technology .diagram .text ul::before{ display: none; }
	#technology .diagram .text ul li{ display: block; background: rgba(255, 255, 255, 0.8); border: 1px solid rgba(var(--color), 0.1); border-radius: 40px; padding: 10px; margin: 5px; }
	#technology .diagram .text ul li:not(:last-of-type){ margin-bottom: 5px; }
	#technology .diagram .text ul li::before{ display: none; }
	#technology .diagram .text ul li p{ width: 100%; margin-right: 0; }
	#technology .diagram .text ul li p:nth-of-type(1){ margin-bottom: var(--textGap); }
	#technology .diagram .text ul li p:only-child{ margin-bottom: 0; }
	#technology .diagram .text ul li p::before{ top: calc(var(--textGap) * -0.5); left: 50% !important; right: unset !important; transform: translate(-50%, -50%) rotate(90deg) !important; }

	#technology .diagram .red .text ul:not(:only-child){ flex: unset; width: calc(50% + 5px); grid-template-columns: repeat(1, 100%); }
}


/* 연구개발 - 생산시설현황 - 시험설비 */
#test{ padding-bottom: 0; overflow: hidden; }

#test .gallery{ overflow: hidden; }
#test .gallery .grid-box{ display: grid; grid-template-columns: repeat(2, 50%); margin: -40px; }
#test .gallery .grid-box > *{ margin: 40px; }
#test .gallery .item figure,
#test .gallery .item figure img{ width: 100%; }
#test .gallery .item figure img{ border-radius: 15px; }
#test .gallery .item p{ font-size: 20px; font-weight: 600; color: #111; text-align: center; margin-top: 30px; }

#test .ess{ padding-bottom: var(--subPb); }
#test .ess .sec-title{ padding-bottom: 30px; }
#test .ess .grid-box{ display: grid; grid-template-columns: 600px calc(100% - 600px); }
#test .ess .img{ display: flex; flex-direction: column; justify-content: center; background: #FFF; border-radius: 20px; padding: 50px; }
#test .ess .img figure{ display: block; text-align: center; }

#test .ess .table{ padding-left: 40px; }
#test .ess .table colgroup col.s{ width: 16.7%; }

@media screen and (max-width: 1700px){
	#test .gallery .grid-box{ margin: -30px; }
	#test .gallery .grid-box > *{ margin: 30px; }
	#test .gallery .item p{ margin-top: 20px; }
}

@media screen and (max-width: 1500px){
	#test .ess .grid-box{ grid-template-columns: 500px calc(100% - 500px); }
	#test .ess .table{ padding-left: 20px; }
}

@media screen and (max-width: 1400px){
	#test .gallery .grid-box{ margin: -20px; }
	#test .gallery .grid-box > *{ margin: 20px; }

	#test .ess .grid-box{ grid-template-columns: repeat(1, 100%); }
	#test .ess .grid-box > *{ transform: translateY(var(--aosP)); }
	#test .ess .grid-box > *.aos-animate{ transform: translateY(0); }
	#test .ess .table{ padding-left: 0; padding-top: 15px; }
}

@media screen and (max-width: 1400px){
	#test .gallery .grid-box{ margin: -25px -15px; }
	#test .gallery .grid-box > *{ margin: 25px 15px; }
	#test .gallery .item p{ font-size: 19px; }
}

@media screen and (max-width: 1000px){
	#test .ess .table-box br{ display: none; }
	#test .ess .table-box table{ border-spacing: 0; }
	#test .ess .table-box colgroup,
	#test .ess .table-box thead{ display: none; }
	#test .ess .table-box tr{ display: flex; flex-direction: column; background: #FFF; border-radius: 15px; padding: 0 10px; }
	#test .ess .table-box tr:not(:last-of-type){ margin-bottom: 30px; }
	#test .ess .table-box tr td{ min-height: 50px; display: flex; flex-direction: column; justify-content: center; background: none; border-radius: 0 !important; padding-block: 25px; padding-inline: 115px 15px; position: relative; }
	#test .ess .table-box tr td:not(:last-of-type){ border-bottom: 1px solid var(--borderColor); }
	#test .ess .table-box tr td::before{ content: attr(data-th); width: 100px; height: 100%; display: flex; justify-content: center; align-items: center; background: #222; font-weight: 500; color: #FFF; padding: 10px; position: absolute; top: 0; left: 0; box-sizing: border-box; }
	#test .ess .table-box tr td:first-of-type::before{ border-radius: 10px 0 0 0; }
	#test .ess .table-box tr td:last-of-type::before{ border-radius: 0 0 0 10px; }
}

@media screen and (max-width: 900px){
	#test .gallery .grid-box{ grid-template-columns: repeat(1, 100%); }
	#test .gallery .item{ transform: translateY(var(--aosP)); }
	#test .gallery .item.aos-animate{ transform: translateY(0); }
}


/* 연구개발 - 생산시설현황 - 생산설비 */
#production{ padding-bottom: 0; }
#production .sec-title{ padding-bottom: 30px; }


#production .click{
	--circle: 80px;
}
#production .click ul li{ cursor: pointer; }
#production .click .circle{ width: var(--circle); border: 1px dashed #AAA; border-radius: 50%; padding: 6px; position: relative; }
#production .click .circle::before{ content: ""; display: block; background: rgba(170, 170, 170, 0.1); border-radius: 50%; padding-bottom: 100%; }
#production .click .circle i{ width: 30px; height: 30px; display: inline-flex; flex-direction: column; justify-content: center; background: #AAA; box-shadow: 0 0 20px rgba(170, 170, 170, 0.5); border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#production .click .circle i::before{ content: ""; display: block; height: 8px; background: url("/img/sub/rnd/icon_plus.svg") no-repeat center center / contain; }

#production .click ul li.active .circle{ border-color: var(--mainColor); }
#production .click ul li.active .circle::before{ background: rgba(var(--mainRGB), 0.1); }
#production .click ul li.active .circle i{ background: var(--mainColor); }


#production .content .grayBg{ padding: 65px 0; }
#production .content .figure{ position: relative; padding-bottom: 5%; }
#production .content .mobile{ display: none; }

#production .content .click{
	--line: 40px;
}
#production .content .click ul li{ display: flex; flex-direction: column; align-items: center; position: absolute; top: 51%; left: var(--left); }
#production .content .click ul li:nth-of-type(1){ --left: 12%; }
#production .content .click ul li:nth-of-type(2){ --left: 37.3%; }
#production .content .click ul li:nth-of-type(3){ --left: 58%; }
#production .content .click ul li:nth-of-type(4){ --left: 81%; }
#production .content .click span{ display: inline-block; background: #AAA; border-radius: 99px; font-family: var(--engFont); font-size: 16px; font-weight: 400; color: #FFF; text-align: center; padding: 5px 20px; margin-top: var(--line); position: relative; }
#production .content .click span::before{ content: ""; width: 2px; height: var(--line); background: var(--borderColor); position: absolute; top: 0; left: 50%; transform: translate(-50%, -100%); }

#production .content .click ul li.active span{ background: var(--mainColor); }
#production .content .click ul li.active span::before{ background: var(--mainColor); }

#production .content .tab:not(:first-of-type){ display: none; }
#production .content .tab .sec-title h4{ font-family: var(--engFont); }
#production .content .tab .table-box colgroup col.s{ width: 17.5%; }
#production .content .tab .table-box td{ padding-inline: 30px; }


#production .method{ padding-bottom: var(--subPb); }
#production .method .gallery .grid{ display: grid; grid-template-columns: 63% 37%; margin: -5px; }
#production .method .gallery .grid > *{ margin: 5px; }
#production .method .gallery figure img{ width: 100%; border-radius: 15px; }
#production .method .gallery p{ font-size: 20px; font-weight: 600; color: #111; text-align: center; margin-top: 30px; } 


#production .diagram{
	--gapLR: 270px;
}
#production .diagram{ max-width: 1175px; margin: 0 auto; }
#production .diagram .figure{ position: relative; }
#production .diagram .figure > p{ font-size: 20px; font-weight: 600; color: #111; text-align: center; padding-right: 7%; margin-top: 80px; }
#production .diagram .figure > figure{ display: block; text-align: center; padding-right: 7%; }
#production .diagram .figure .click{ position: absolute; top: 5%; left: 0; right: 0; z-index: 10; }
#production .diagram .figure .click ul{ display: grid; grid-template-columns: repeat(2, 50%); align-items: flex-start; margin: -2.5%; }
#production .diagram .figure .click ul li{ font-size: 20px; font-weight: 600; color: #AAA; padding-inline: var(--gapLR); margin: 2.5%; position: relative; pointer-events: none; }
#production .diagram .figure .click ul li::before{ content: ""; width: calc(var(--gapLR) / 2); border: 2px solid var(--borderColor); position: absolute; top: calc(1.3em / 2); }
#production .diagram .figure .click ul li::after{ content: ""; width: calc((var(--gapLR) / 2) - 58px); height: 2px; background: var(--borderColor); position: absolute; z-index: -1; }
#production .diagram .figure .click ul li .circle,
#production .diagram .figure .click ul li .img{ pointer-events: auto; }
#production .diagram .figure .click ul li p{ font-family: var(--engFont); margin-bottom: 20px; position: relative; } 
#production .diagram .figure .click figure{ display: block; opacity: 0.3; }
#production .diagram .figure .click .circle{ position: absolute; }

#production .diagram .figure .click ul li:nth-of-type(1),
#production .diagram .figure .click ul li:nth-of-type(2){ --top: 33%; }
#production .diagram .figure .click ul li:nth-of-type(3),
#production .diagram .figure .click ul li:nth-of-type(4){ --top: -40%; }

#production .diagram .figure .click ul li:nth-of-type(odd){ text-align: right; padding-left: 0; }
#production .diagram .figure .click ul li:nth-of-type(odd)::before{ border-left-width: 0px; right: calc((var(--gapLR) / 2) - 20px); }
#production .diagram .figure .click ul li:nth-of-type(odd)::after{ right: calc(var(--circle) / 2); }
#production .diagram .figure .click ul li:nth-of-type(odd) .circle{ right: 0; }

#production .diagram .figure .click ul li:nth-of-type(even){ padding-right: 0; }
#production .diagram .figure .click ul li:nth-of-type(even)::before{ border-right-width: 0px; left: calc((var(--gapLR) / 2) - 20px); }
#production .diagram .figure .click ul li:nth-of-type(even)::after{ left: calc(var(--circle) / 2); }
#production .diagram .figure .click ul li:nth-of-type(even) .circle{ left: 0; }

#production .diagram .figure .click ul li:nth-of-type(1)::before,
#production .diagram .figure .click ul li:nth-of-type(2)::before{ height: calc(var(--top) + 1.3em); border-bottom-width: 0px; }
#production .diagram .figure .click ul li:nth-of-type(1)::after,
#production .diagram .figure .click ul li:nth-of-type(2)::after{ top: calc(var(--top) + 1.95em); }
#production .diagram .figure .click ul li:nth-of-type(1) .circle,
#production .diagram .figure .click ul li:nth-of-type(2) .circle{ top: var(--top); }

#production .diagram .figure .click ul li:nth-of-type(3)::before,
#production .diagram .figure .click ul li:nth-of-type(4)::before{ height: calc((var(--top) * -1) - 1.5em); border-top-width: 0px; transform: translateY(-100%); }
#production .diagram .figure .click ul li:nth-of-type(3)::after,
#production .diagram .figure .click ul li:nth-of-type(4)::after{ top: calc(var(--top) + 1.95em); }
#production .diagram .figure .click ul li:nth-of-type(3) .circle,
#production .diagram .figure .click ul li:nth-of-type(4) .circle{ top: var(--top); }

#production .diagram .figure .click ul li.active::before{ border-color: var(--mainColor); }
#production .diagram .figure .click ul li.active::after{ background: var(--mainColor); }
#production .diagram .figure .click ul li.active p{ color: var(--mainColor); }
#production .diagram .figure .click ul li.active figure{ opacity: 1; }

@media screen and (max-width: 1700px){
	#production .click{
		--circle: 70px;
	}

	#production .content .click{
		--line: 30px;
	}
	#production .content .click ul li{ top: 48%; }
	#production .content .figure{ padding-bottom: 6%; }

	#production .method .gallery p{ font-size: 19px; } 

	#production .diagram .figure > p{ font-size: 19px; }
	#production .diagram .figure .click ul li{ font-size: 19px; }
}

@media screen and (max-width: 1400px){
	#production .content .click ul li{ top: 40%; }
	#production .content .figure{ padding-bottom: 7%; }
}

@media screen and (max-width: 1280px){
	#production .sec-title{ padding-bottom: 25px; }
	
	#production .click{
		--circle: 60px;
	}
	#production .click .circle{ padding: 4px; }
	#production .click .circle i{ width: 25px; height: 25px; }

	#production .content .sec-title{ padding-bottom: 15px; }
	#production .content .pc{ display: none; }
	#production .content .mobile{ display: block; }
	#production .content .fade{ padding-top: 50px; }

	#production .content .click{
		--line: 20px;
	}
	#production .content .click{ background: var(--grayBg); border-radius: 35px; padding: 10px; margin: 0 0 30px; }
	#production .content .click ul{ display: grid; grid-template-columns: repeat(2, 50%); margin: -7px; }
	#production .content .click ul li{ flex-direction: row; align-items: unset; position: static; margin: 7px; }
	#production .content .click ul li{ min-height: var(--circle); }
	#production .content .click .circle{ display: none; }
	#production .content .click span{ flex: 1 1 auto; min-width: auto; display: flex; justify-content: center; align-items: center; margin-top: 0; }
	#production .content .click span::before{ display: none; }
	#production .content .figure{ padding-bottom: 0; }

	#production .content .tab .table-box colgroup,
	#production .content .tab .table-box thead{ display: none; }
	#production .content .tab .table-box tbody{ background: unset !important; }
	#production .content .tab .table-box tr{ display: flex; flex-direction: column; }
	#production .content .tab .table-box td{ background: var(--grayBg); padding: 15px 20px; padding-left: 140px; position: relative; }
	#production .content .tab .table-box td::before{ content: attr(data-th); width: 120px; height: 100%; display: flex; justify-content: center; align-items: center; background: #222; font-weight: 500; color: #FFF; position: absolute; top: 0; left: 0; }

	#production .content .tab .table-box tr:not(:last-of-type){ margin-bottom: 30px; }
	#production .content .tab .table-box tr td:not(:last-of-type){ border-bottom: 1px solid var(--borderColor); }
	#production .content .tab .table-box tr td:first-of-type{ border-radius: 10px 10px 0 0; }
	#production .content .tab .table-box tr td:first-of-type::before{ border-radius: 10px 0 0 0; }
	#production .content .tab .table-box tr td:last-of-type{ border-radius: 0 0 10px 10px; }
	#production .content .tab .table-box tr td:last-of-type::before{ border-radius: 0 0 0 10px; }

	#production .method .gallery p{ font-size: 18px; margin-top: 20px; } 

	#production .diagram .figure > p{ font-size: 18px; }
	#production .diagram .figure .click ul li{ font-size: 18px; }
}

@media screen and (max-width: 1200px){
	#production .diagram .figure{ position: relative; }
	#production .diagram .figure > p{ margin-top: 30px; }
	#production .diagram .figure .click{ margin-top: 60px; position: static; }
	#production .diagram .figure .click ul{ grid-template-columns: 42% 58%; align-items: unset; margin: -20px -10px; }
	#production .diagram .figure ul li,
	#production .diagram .figure figure{ text-align: center !important; }
	#production .diagram .figure .click ul li{ padding: 0 !important; margin: 20px 10px; position: static; }
	#production .diagram .figure .click ul li::before,
	#production .diagram .figure .click ul li::after,
	#production .diagram .figure .click ul li .circle{ display: none; }
	#production .diagram .figure .click ul li .img{ height: 100%; display: flex; flex-direction: column-reverse; }
	#production .diagram .figure .click ul li .img figure{ flex: 1 0 auto; display: flex; flex-direction: column; justify-content: flex-end; opacity: 1; }
	#production .diagram .figure .click ul li p{ color: #AAA !important; margin: 15px 0 0; }
}

@media screen and (max-width: 750px){
	#production .method .gallery .grid{ grid-template-columns: repeat(1, 100%); }
}

@media screen and (max-width: 600px){
	#production .content .click{ border-radius: 30px; padding: 10px; }
	#production .content .click ul{ grid-template-columns: repeat(3, calc(100% / 3)); margin: -5px; }
	#production .content .click ul li{ min-height: unset; margin: 5px; }
	#production .content .click ul li:first-of-type{ grid-column: auto / span 3; }
	#production .content .click span{ padding: 12px 15px; }
	#production .content .click ul br{ display: none; }
}


/* 연구개발 - 생산시설현황 - 부속설비 */
#attached section:not(:last-of-type){ border-bottom: 1px solid var(--borderColor); }
#attached .sec > *:not(:last-child){ margin-bottom: 20px; }
#attached .sec .table-box colgroup col.s{ width: 19.5%; }
#attached .sec .table-box table tbody{ background: transparent; }
#attached .sec .table-box table tbody td{ border: 2px solid var(--borderColor); border-right-width: 0px; border-left-width: 0px; padding-inline: 30px; }
#attached .sec .table-box table tbody tr td:first-of-type{ border-left-width: 2px; }
#attached .sec .table-box table tbody tr td:last-of-type{ border-right-width: 2px; }

#attached .sec .img-box{ background: var(--grayBg); border-radius: 20px; padding: 80px 130px; }
#attached .sec .img-box .grid{ display: grid; margin: -40px; }
#attached .sec .img-box .grid > *{ display: flex; flex-direction: column; justify-content: center; margin: 40px; position: relative; }
#attached .sec .img-box p{ font-family: var(--engFont); font-size: 17px; font-weight: 500; color: #111; text-align: center; position: absolute; bottom: -48px; left: 0; right: 0; }
#attached .sec .gallery{ background: #FFF; border-radius: 10px; padding: 20px; }

#attached .sec01 .img-box{ padding: 90px 85px; }
#attached .sec01 .img-box .grid{ grid-template-columns: 25% 25% 50%; }

#attached .sec02 .img-box{ text-align: center; }
#attached .sec02 .img-box .grid{ grid-template-columns: 30% 70%; }

#attached .sec03 .img-box{ padding-block: 20px !important; }
#attached .sec03 .img-box p{ bottom: 40px; }
#attached .sec03 .img-box .grid{ grid-template-columns: 36.5% 63.5%; }
#attached .sec03 .img-box .grid figure{ text-align: center; }
#attached .sec03 .img-box .gallery{ min-height: 360px; }
#attached .sec03 .img-box .gallery > div{ flex: 1 0 auto; display: flex; flex-direction: column; justify-content: center; }
#attached .sec03 .img-box .gallery ul{ display: grid; }
#attached .sec03 .img-box .gallery ul li figure img{ width: 100%; border-radius: 5px; }
#attached .sec03 .img-box .gallery p{ position: unset; margin-top: 20px; }

#attached .sec03 .img-box .gallery.gallery01 ul{ grid-template-columns: repeat(3, calc(100% / 3)); margin: -2px; }
#attached .sec03 .img-box .gallery.gallery01 ul li{ margin: 2px; }
#attached .sec03 .img-box .gallery.gallery01 ul li.block{ grid-column: auto / span 3; }
#attached .sec03 .img-box .gallery.gallery02 ul{ grid-template-columns: repeat(2, 50%); margin: -5px; }
#attached .sec03 .img-box .gallery.gallery02 ul li{ margin: 5px; }

@media screen and (max-width: 1700px){
	#attached .sec .img-box{ padding: 60px 100px; }
	#attached .sec .img-box p{ bottom: -30px; }

	#attached .sec01 .img-box{ padding: 70px 65px; }

	#attached .sec03 .img-box p{ bottom: 20px; }
	#attached .sec03 .img-box .gallery{ min-height: 320px; }
}

@media screen and (max-width: 1400px){
	#attached .sec .img-box{ padding-inline: 50px; }

	#attached .sec01 .img-box{ padding: 50px 45px; }
}

@media screen and (max-width: 1000px){
	#attached .sec .img-box{ padding: 30px 25px; }
	#attached .sec .img-box .grid{ grid-template-columns: repeat(1, 100%) !important; margin: -20px 0; }
	#attached .sec .img-box .grid > *{ margin: 20px 0; }
	#attached .sec .img-box .grid figure{ display: block; text-align: center; }
	#attached .sec .img-box p{ position: unset; margin-top: 20px; }

	#attached .sec03 .img-box .gallery{ min-height: unset; }

	#attached .table-box colgroup,
	#attached .table-box thead{ display: none; }
	#attached .table-box tbody tr{ width: 100%; display: flex; flex-direction: column; } 
	#attached .table-box tbody tr:not(:last-of-type){ margin-bottom: 30px; }
	#attached .table-box tbody tr td{ min-height: 60px; border-width: 2px !important; border-radius: 10px !important; padding: 15px 25px; padding-left: 145px !important; position: relative; }
	#attached .table-box tbody tr td:not(:last-of-type){ margin-bottom: 2px; }
	#attached .table-box tbody tr td::before{ content: attr(data-th); width: 120px; height: calc(100% - 10px); display: flex; justify-content: center; align-items: center; background: #222; font-weight: 500; color: #FFF; border-radius: 7px; position: absolute; top: 5px; left: 5px; }
}

@media screen and (max-width: 700px){
	#attached .sec03 .img-box .gallery.gallery01 ul{ grid-template-columns: repeat(2, 50%); }
	#attached .sec03 .img-box .gallery.gallery01 ul li.block{ grid-column: auto / span 2; }
	#attached .sec03 .img-box .gallery.gallery02 ul{ grid-template-columns: repeat(1, 100%); }
}


/* 투자정보 - 재무정보 */
#finance .graph{ overflow: hidden; }
#finance .graph .grid-box{ display: grid; grid-template-columns: repeat(3, calc(100% / 3)); margin: -55px; }
#finance .graph .grid-box > *{ margin: 55px; }
#finance .graph h5{ font-size: 32px; font-weight: 600; color: #111; margin-bottom: 20px; }
#finance .graph figure, 
#finance .graph figure img{ width: 100%; }

@media screen and (max-width: 1700px){
	#finance .graph h5{ font-size: 28px; }
}

@media screen and (max-width: 1400px){
	#finance .graph .grid-box{ margin: -40px; }
	#finance .graph .grid-box > *{ margin: 40px; }
}

@media screen and (max-width: 1280px){
	#finance .graph h5{ font-size: 24px; margin-bottom: 0; }
}

@media screen and (max-width: 1200px){
	#finance .graph .grid-box{ margin: -30px -20px; }
	#finance .graph .grid-box > *{ margin: 30px 20px; }
}

@media screen and (max-width: 1000px){
	#finance .graph .grid-box{ grid-template-columns: repeat(2, 50%); }
}

@media screen and (max-width: 900px){
	#finance .graph h5{ font-size: 23px; }
}

@media screen and (max-width: 700px){
	#finance .graph .grid-box{ grid-template-columns: repeat(1, 100%); }
	#finance .graph .grid-box > *{ transition-delay: unset !important; }
}


/* 투자정보 - 주주정보 - 공시 */
#announce{ overflow: hidden; }
#announce .grid-box{ display: grid; grid-template-columns: repeat(2, 50%); margin: -20px; }
#announce .grid-box > *{ margin: 20px; }
#announce .item{ background: var(--grayBg); border-radius: 10px; }
#announce .item a{ min-height: 250px; display: flex; align-items: center; padding: 60px; }
#announce .item dl{ flex: 1 1 auto; min-width: 0; }
#announce .item dl dt{ font-size: 30px; font-weight: 600; color: #111; margin-bottom: 15px; }
#announce .item dl dd{ font-size: 19px; font-weight: 300; color: #333; }
#announce .item .icon{ flex-shrink: 0; padding-left: 30px; text-align: right; }


/* 팝업 - 공시 */
#popup.announce .inner{ max-width: 1200px; background: #FFF; border-radius: 10px; padding: 60px; }
#popup.announce .tit{ margin-bottom: 40px; }
#popup.announce .scroll-bar{ max-height: 60vh; height: 460px; background: var(--grayBg); border-radius: 10px; overflow-x: clip; overflow-y: auto; }
#popup.announce .scroll-bar.os-theme-dark > .os-scrollbar, 
#popup.announce .scroll-bar.os-theme-light > .os-scrollbar{ padding: 10px; padding-right: 25px; }
#popup.announce .scroll-bar.scroll-bar.os-theme-dark > .os-scrollbar > .os-scrollbar-track, 
#popup.announce .scroll-bar.scroll-bar.os-theme-light > .os-scrollbar > .os-scrollbar-track{ width: 5px; height: 100%; right: -10px !important; }
#popup.announce .scroll-bar.os-scrollbar-handle{ min-height: 100px; }
#popup.announce .content{ padding: 40px; }
#popup.announce .content > *:not(:last-of-type){ margin-bottom: 80px; }
#popup.announce .content > * > *:not(:last-of-type){ margin-bottom: 30px; }
#popup.announce .content h6{ border-bottom: 1px solid #000; font-size: 20px; font-weight: 600; color: #111; padding-bottom: 20px; margin-bottom: 30px; }
#popup.announce .content dl dt{ font-size: 18px; font-weight: 500; color: #333; }
#popup.announce .content dl dd,
#popup.announce .content dl dd *{ font-size: 16px; font-weight: 300; color: #555; line-height: 1.6; }
#popup.announce .content dl dd{ margin-top: 5px; }
#popup.announce .content ul li:not(:last-of-type){ margin-bottom: 5px; }
#popup.announce .content ul.pl{ padding-left: 20px; margin-top: 5px; }

@media screen and (max-width: 1700px){
	#announce .item a{ min-height: 220px; padding: 40px; }
	#announce .item dl dt{ font-size: 27px; }
	#announce .item dl dd{ font-size: 18px; }

	/* 팝업 - 공시 */
	#popup.announce .inner{ padding: 45px; }
	#popup.announce .tit{ margin-bottom: 30px; }
	#popup.announce .content{ padding: 30px; }
}

@media screen and (max-width: 1280px){
	#announce .grid-box{ margin: -10px; }
	#announce .grid-box > *{ margin: 10px; }
	#announce .item a{ min-height: 160px; padding: 30px; }
	#announce .item dl dt{ font-size: 23px; margin-bottom: 10px; }
	#announce .item dl dd{ font-size: 17px; }

	/* 팝업 - 공시 */
	#popup.announce .inner{ padding: 30px; }
	#popup.announce .tit{ margin-bottom: 20px; }
	#popup.announce .content{ padding: 25px; padding-right: 40px !important; }
	#popup.announce .content > *:not(:last-of-type){ margin-bottom: 60px; }
	#popup.announce .content h6{ font-size: 19px; padding-bottom: 10px; margin-bottom: 20px; }
	#popup.announce .content dl dt{ font-size: 17px; }
}

@media screen and (max-width: 1200px){
	#announce .grid-box{ grid-template-columns: repeat(1, 100%); }
}

@media screen and (max-width: 1023px){
	/* 팝업 - 공시 */
	#popup.announce .scroll-bar{ max-height: 70vh; height: unset; }
}

@media screen and (max-width: 900px){
	#announce .item dl dt{ font-size: 21px; }

	/* 팝업 - 공시 */
	#popup.announce .inner{ padding: 25px 20px; }
	#popup.announce .content{ padding: 20px; }
}

@media screen and (max-width: 600px){
	#announce .item a{ min-height: 220px; flex-direction: column-reverse; justify-content: center; align-items: unset; text-align: center; padding-block: 40px; }
	#announce .item dl{ flex: unset; }
	#announce .item .icon{ text-align: center; padding-left: 0; padding-bottom: 30px; }
}


/* 공지사항 - 인재채용 - 인재상 */
#talent{ overflow: hidden; }
#talent .grid-box{ display: grid; grid-template-columns: repeat(2, 50%); margin: -30px; }
#talent .grid-box > *{ margin: 30px; }
#talent .item{ min-height: 450px; display: flex; flex-direction: column; justify-content: flex-end; padding: 50px; padding-top: 70px !important; position: relative; z-index: 10; }
#talent .item::before{ content: ""; width: 15px; height: 15px; background: #FFF; border-radius: 50%; position: absolute; top: 20px; right: 20px; }
#talent .item .bg{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; }
#talent .item .bg img{ width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
#talent .item dl dt{ border-bottom: 1px dashed rgba(255, 255, 255, 0.5); font-size: 4rem; font-weight: 500; color: #FFF; padding-bottom: 30px; margin-bottom: 30px; }
#talent .item dl dt span{ display: block; font-size: 18px; color: rgba(255, 255, 255, 0.5); margin-top: 10px; }
#talent .item dl dd{ font-size: 20px; font-weight: 400; color: rgba(255, 255, 255, 0.8); padding-left: 15px; position: relative; }
#talent .item dl dd:not(:last-of-type){ margin-bottom: 15px; }
#talent .item dl dd::before{ content: "-"; position: absolute; top: 0; left: 0; }

@media screen and (max-width: 1700px){
	#talent .item{ min-height: 400px; padding: 40px; }
	#talent .item dl dt span{ font-size: 17px; }
	#talent .item dl dd{ font-size: 19px; }
}

@media screen and (max-width: 1280px){
	#talent .grid-box{ margin: -15px; }
	#talent .grid-box > *{ margin: 15px; }

	#talent .item{ min-height: 350px; padding: 30px; }
	#talent .item dl dt{ font-size: 4.3rem; padding-bottom: 20px; margin-bottom: 20px; }
	#talent .item dl dt span{ font-size: 16px; }
	#talent .item dl dd{ font-size: 18px; }
	#talent .item dl dd:not(:last-of-type){ margin-bottom: 10px; }
}

@media screen and (max-width: 1000px){
	#talent .grid-box{ grid-template-columns: repeat(1, 100%); }
}

@media screen and (max-width: 900px){
	#talent .item{ min-height: 300px; }
	#talent .item::before{ width: 12px; height: 12px; }
}


/* 공지사항 - 인재채용 - 복리후생 */
#welfare section:not(:last-of-type){ border-bottom: 1px solid var(--borderColor); }
#welfare .welfare-box{ display: grid; grid-template-columns: repeat(3, calc(100% / 3)); margin: -12px; }
#welfare .welfare-box > *{ margin: 12px; }
#welfare .welfare-box .item{ min-height: 200px; display: flex; flex-direction: column; background: var(--grayBg); border-radius: 10px; padding: 30px; }
#welfare .welfare-box .item > div{ flex: 1 0 auto; display: flex; justify-content: space-between; align-items: flex-start; }
#welfare .welfare-box .item > div span{ font-family: var(--engFont); font-size: 18px; font-weight: 600; color: var(--mainColor); }
#welfare .welfare-box .item p{ font-size: 22px; font-weight: 500; color: #111; margin-top: 30px; }

#welfare .diagram{ text-align: center; }
#welfare .diagram .tit{ margin-bottom: 80px; }
#welfare .diagram .tit h6{ font-size: 36px; font-weight: 500; color: #111; margin-bottom: 20px; }
#welfare .diagram .tit p{ font-size: 20px; font-weight: 300; color: #111; }

#welfare .diagram .organ{
	--mb: 50px;
	--dot: 8px;
}
#welfare .diagram .organ .flex{ display: flex; justify-content: center; }
#welfare .diagram .organ .flex:not(:last-of-type){ margin-bottom: var(--mb); }
#welfare .diagram .organ .flex > *{ width: calc((100% - 80px) / 2); }
#welfare .diagram .organ .flex > *:not(:last-of-type){ margin-right: 40px; }
#welfare .diagram .organ .flex .black:first-of-type .box i{ display: none; }
#welfare .diagram .organ .box{ position: relative; }
#welfare .diagram .organ .box span{ min-height: 80px; display: flex; justify-content: center; align-items: center; border-radius: 10px; font-size: 20px; font-weight: 500; color: #FFF; padding: 10px; }

#welfare .diagram .organ .red{ position: relative; z-index: 10; }
#welfare .diagram .organ .red .box i{ width: 2px; height: var(--mb); background: var(--borderColor); position: absolute; top: 100%; left: 50%; transform: translateX(-50%); }
#welfare .diagram .organ .red .box i::before,
#welfare .diagram .organ .red .box i::after{ content: ""; width: var(--dot); height: var(--dot); border: 2px solid #FFF; border-radius: 50%; position: absolute; left: 50%; box-sizing: border-box; }
#welfare .diagram .organ .red .box i::before{ background: var(--mainColor); top: 0; transform: translate(-50%, -50%); }
#welfare .diagram .organ .red .box i::after{ background: #222; bottom: 0; transform: translate(-50%, 50%); }
#welfare .diagram .organ .red .box span{ background: var(--mainColor); }

#welfare .diagram .organ .black .box i{ width: 40px; height: 2px; background: var(--borderColor); position: absolute; top: 50%; left: 0; transform: translate(-100%, -50%); }
#welfare .diagram .organ .black .box i::before,
#welfare .diagram .organ .black .box i::after{ content: ""; width: 10px; height: 10px; background: #222; border: 2px solid #FFF; border-radius: 50%; position: absolute; top: 50%; box-sizing: border-box; }
#welfare .diagram .organ .black .box i::before{ left: 0; transform: translate(-50%, -50%); }
#welfare .diagram .organ .black .box i::after{ right: 0; transform: translate(50%, -50%); }
#welfare .diagram .organ .black .box span{ background: #222; }

#welfare .diagram .organ ul{ display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: calc(var(--mb) / 2); position: relative; }
#welfare .diagram .organ ul::before{ content: ""; width: 2px; height: calc(var(--mb) / 2); background: var(--borderColor); position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#welfare .diagram .organ ul::after{ content: ""; width: var(--dot); height: var(--dot); background: #222; border: 2px solid #FFF; border-radius: 50%; box-sizing: border-box; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); }
#welfare .diagram .organ ul li{ width: calc((100% - 20px) / 2); min-height: 60px; display: flex; justify-content: center; align-items: center; border: 2px solid var(--borderColor); border-radius: 10px; font-size: 18px; font-weight: 500; color: #555; padding: 10px; margin-top: calc(var(--mb) / 2); position: relative; }
#welfare .diagram .organ ul li::before{ content: ""; width: calc(50% + 11px); height: calc(var(--mb) / 2); border-top: 2px solid var(--borderColor); border-left: 2px solid var(--borderColor); position: absolute; top: 0; left: calc(50% - 1px); transform: translateY(-100%); }
#welfare .diagram .organ ul li:nth-of-type(even)::before{ border-left: none; border-right: 2px solid var(--borderColor); left: unset; right: calc(50% - 1px); }
#welfare .diagram .organ ul li i{ width: var(--dot); height: var(--dot); background: var(--borderColor); border: 2px solid #FFF; border-radius: 50%; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); box-sizing: border-box; }

@media screen and (max-width: 1700px){
	#welfare .welfare-box .item p{ font-size: 20px; }

	#welfare .diagram .tit{ margin-bottom: 60px; }
	#welfare .diagram .tit h6{ font-size: 32px; }
	#welfare .diagram .tit p{ font-size: 19px; }

	#welfare .diagram .organ .box span{ min-height: 70px; font-size: 19px; }
}

@media screen and (max-width: 1400px){
	#welfare .welfare-box{ grid-template-columns: repeat(2, 50%); }
	#welfare .welfare-box .item{ min-height: 170px; }
}

@media screen and (max-width: 1280px){
	#welfare .welfare-box .item{ padding: 25px; }
	#welfare .welfare-box .item > div span{ font-size: 17px; }
	#welfare .welfare-box .item p{ font-size: 19px; }

	#welfare .diagram .tit{ margin-bottom: 40px; }
	#welfare .diagram .tit h6{ font-size: 28px; margin-bottom: 10px; }
	#welfare .diagram .tit p{ font-size: 18px; }

	#welfare .diagram .organ{
		--mb: 40px;
	}
	#welfare .diagram .organ .box span{ min-height: 60px; font-size: 18px; }
	#welfare .diagram .organ ul li{ min-height: 50px; font-size: 17px; }
}

@media screen and (max-width: 1200px){
	#welfare .welfare-box{ grid-template-columns: repeat(3, calc(100% / 3)); }
}

@media screen and (max-width: 1000px){
	#welfare .welfare-box{ grid-template-columns: repeat(2, 50%); margin: -10px; }
	#welfare .welfare-box > *{ margin: 10px; }
	#welfare .welfare-box .item{ min-height: 150px; padding: 20px; }

	#welfare .diagram .organ .flex > *{ width: calc((100% - 40px) / 2); }
	#welfare .diagram .organ .flex > *:not(:last-of-type){ margin-right: 20px; }
	#welfare .diagram .organ .black .box i{ width: 20px; }
	#welfare .diagram .organ .black .box i::before, 
	#welfare .diagram .organ .black .box i::after{ width: 7px; height: 7px; }
}

@media screen and (max-width: 900px){
	#welfare .welfare-box .item > div span{ font-size: 16px; }

	#welfare .diagram .tit h6{ font-size: 21px; }

	#welfare .diagram .organ{
		--mb: 30px;
		--dot: 7px;
	}
	#welfare .diagram .organ .flex > *{ width: calc((100% - 30px) / 3); }
	#welfare .diagram .organ .flex > *:not(:last-of-type){ margin-right: 15px; }
	#welfare .diagram .organ .black .box i{ width: 15px; }

	#welfare .diagram .organ ul{ padding-top: 0; }
	#welfare .diagram .organ ul::before{ display: none; }
	#welfare .diagram .organ ul li{ width: 100%; }
	#welfare .diagram .organ ul li::before{ border-top: none; top: -2px; }
}

@media screen and (max-width: 650px){
	#welfare .welfare-box{ grid-template-columns: repeat(1, 100%); }

	#welfare .diagram .tit span{ display: block; }
}


/* 공지사항 - 인재채용 - 채용안내 */
#recruit{ overflow: hidden; }
#recruit .sec-title{ text-align: center; padding-bottom: 80px; }
#recruit .sec-title h4{ font-weight: 600; }

#recruit .diagram ul{ display: grid; grid-template-columns: repeat(6, calc(100% / 6)); margin: -25px; }
#recruit .diagram ul li{ position: relative; border: 2px solid var(--borderColor); border-radius: 50%; padding: 10px; margin: 25px; }
#recruit .diagram ul li::before{ content: ""; display: block; background: var(--grayBg); border-radius: 50%; padding-bottom: 100%; }
#recruit .diagram ul li::after{ content: ""; width: 10px; height: 15px; background: rgba(0, 0, 0, var(--opacity)); position: absolute; top: 50%; left: -25px; transform: translate(-50%, -50%); clip-path: polygon(100% 50%, 0 0, 0 100%); -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%); }
#recruit .diagram ul li .text{ text-align: center; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
#recruit .diagram ul li .text span{ display: block; font-family: var(--engFont); font-size: 18px; font-weight: 600; color: var(--mainColor); margin-bottom: 15px; }
#recruit .diagram ul li .text p{ font-size: 20px; font-weight: 600; color: #111; }

#recruit .diagram ul li:last-of-type{ border: 2px dashed var(--mainColor); }
#recruit .diagram ul li:last-of-type::before{ background: linear-gradient(135deg, #E4022D, #7E0119); }
#recruit .diagram ul li:last-of-type::after{ background: var(--mainColor); }
#recruit .diagram ul li:last-of-type .text span, 
#recruit .diagram ul li:last-of-type .text p{ font-weight: 500; color: #FFF; }


#recruit .step .grid-box{ display: grid; grid-template-columns: repeat(3, calc(100% / 3)); margin: -40px; }
#recruit .step .grid-box > *{ margin: 40px; }
#recruit .step dl{ border-bottom: 1px solid var(--borderColor); padding-bottom: 45px; }
#recruit .step dl dt{ font-family: var(--engFont); font-size: 22px; font-weight: 600; color: #111; margin-bottom: 30px; }
#recruit .step dl dd{ min-height: 4.8em; font-size: 20px; font-weight: 300; color: #555; line-height: 1.6; }

@media screen and (max-width: 1700px){
	#recruit .diagram ul{ margin: -15px; }
	#recruit .diagram ul li{ margin: 15px; }
	#recruit .diagram ul li::after{ width: 7px; height: 12px; left: -15px; }
	#recruit .diagram ul li .text span{ font-size: 17px; }
	#recruit .diagram ul li .text p{ font-size: 19px; }

	#recruit .step dl dt{ font-size: 21px; margin-bottom: 20px; }
	#recruit .step dl dd{ font-size: 19px; }
}

@media screen and (max-width: 1500px){
	#recruit .step br{ display: none; }
}

@media screen and (max-width: 1400px){
	#recruit .diagram ul li{ padding: 5px; }

	#recruit .step .grid-box{ margin: -20px; }
	#recruit .step .grid-box > *{ margin: 20px; }
}

@media screen and (max-width: 1280px){
	#recruit .sec-title{ padding-bottom: 60px; }

	#recruit .diagram ul li .text span{ font-size: 16px; margin-bottom: 10px; }
	#recruit .diagram ul li .text p{ font-size: 18px; }

	#recruit .step dl{ padding-bottom: 30px; }
	#recruit .step dl dt{ font-size: 20px; margin-bottom: 15px; }
	#recruit .step dl dd{ font-size: 18px; }
}

@media screen and (max-width: 1200px){
	#recruit .diagram{ max-width: 700px; margin: 0 auto; }
	#recruit .diagram ul{ grid-template-columns: repeat(3, calc(100% / 3)); }
	#recruit .diagram ul li{ transform: scale(0.8); transition-delay: unset; }
	#recruit .diagram ul li.aos-animate{ transform: scale(1); }
	#recruit .diagram ul li:nth-of-type(3n) + li::after{ display: none; }

	#recruit .step .grid-box{ grid-template-columns: repeat(2, 50%); }
}

@media screen and (max-width: 650px){
	#recruit .step br{ display: block; }
	#recruit .step .grid-box{ grid-template-columns: repeat(1, 100%); }
}

@media screen and (max-width: 600px){
	#recruit .sec-title span{ display: block; }

	#recruit .diagram{ max-width: 400px; }
	#recruit .diagram ul{ grid-template-columns: repeat(2, 50%); }
	#recruit .diagram ul li:nth-of-type(3n) + li::after{ display: block; }
	#recruit .diagram ul li:nth-of-type(odd)::after{ display: none; }
}

/* 공지사항 - 덕산 Clean 제보센터 */
#clean h5{ font-size: 28px; font-weight: 600; color: #111; margin-bottom: 30px; }
#clean .dot-list li{ font-size: 20px; font-weight: 300; color: #333; line-height: 1.4; padding-left: 26px; position: relative; }
#clean .dot-list li:not(:last-of-type){ margin-bottom: 12px; }
#clean .dot-list li *{ line-height: inherit; }
#clean .dot-list li::before{ content: ""; width: 6px; height: 6px; background: var(--mainColor); border-radius: 2px; position: absolute; top: calc(1.4em / 2); left: 0; transform: translateY(-50%); }

#clean .dot-list.grid{ display: grid; grid-template-columns: repeat(2, 50%); margin: -6px; }
#clean .dot-list.grid li{ margin: 6px; }

#clean .hyphen p{ padding-left: 15px; margin-top: 15px; position: relative; }
#clean .hyphen p::before{ content: "-"; position: absolute; top: 0; left: 0; }

@media screen and (max-width: 1700px){
	#clean h5{ font-size: 24px; }
	#clean .dot-list li{ font-size: 19px; padding-left: 22px; }
}

@media screen and (max-width: 1600px){
	#clean .intro-box br{ display: none; }
}

@media screen and (max-width: 1280px){
	#clean h5{ font-size: 22px; margin-bottom: 20px; }
	#clean .dot-list li{ font-size: 18px; padding-left: 18px; }
	#clean .dot-list li:not(:last-of-type){ margin-bottom: 8px; }

	#clean .dot-list.grid{ margin: -5px; }
	#clean .dot-list.grid li{ margin: 5px; }

	#clean .hyphen p{ margin-top: 12px; }
}

@media screen and (max-width: 800px){
	#clean .dot-list.grid{ grid-template-columns: repeat(1, 100%); }
}


/* 개인정보처리방침 */
#policy .page-title{ padding-bottom: 80px; }
#policy .p-box{ background: var(--grayBg); border-radius: 15px; padding: 80px; }
#policy .p-box p{ font-size: 20px; font-weight: 300; color: #333; line-height: 1.7; }
#policy .p-box p:not(:last-of-type){ margin-bottom: 30px; }

#policy .sec-box{ line-height: 1.65; }
#policy .sec-box *{ font-size: 18px; font-weight: 300; color: #555; line-height: inherit; }
#policy .sec-box > *{ margin-top: 80px; }
#policy .sec-box h6{ font-size: 28px; font-weight: 500; color: #111; }
#policy .sec-box .content{ padding-top: 15px; }
#policy .sec-box .mb{ margin-bottom: 10px; }
#policy .sec-box .gap20 > *:not(:last-child){ margin-bottom: 25px; }
#policy .sec-box ul li{ margin-top: 5px; }
#policy .sec-box dl{ margin-top: 40px; }
#policy .sec-box dl dt{ font-weight: 500; color: #333; }
#policy .sec-box dl dd{ margin-top: 10px; }
#policy .sec-box .hyphen{ padding-left: 15px; position: relative; }
#policy .sec-box .hyphen::before{ content: "-"; position: absolute; top: 0; left: 0; }

#policy .person{ display: grid; grid-template-columns: repeat(2, 50%); text-align: center; }
#policy .person > *{ border-right: 1px solid var(--borderColor); border-bottom: 1px solid var(--borderColor); }
#policy .person > *:last-child{ border-right: 0; }
#policy .person p{ background: var(--grayBg); border-top: 2px solid #000; border-bottom: 1px solid #000; font-weight: 500; color: #333; padding: 10px; }
#policy .person ul{ padding: 20px; }
#policy .person ul li:first-of-type{ margin-top: 0; }

@media screen and (max-width: 1700px){
	#policy .page-title{ padding-bottom: 60px; }
	#policy .p-box{ padding: 60px; }
	#policy .p-box p{ font-size: 19px; }

	#policy .sec-box h6{ font-size: 24px; }
	#policy .sec-box .content{ padding-top: 10px; }
}

@media screen and (max-width: 1400px){
	#policy br{ display: none; }
}

@media screen and (max-width: 1280px){
	#policy .page-title{ padding-bottom: 40px; }
	#policy .p-box{ padding: 40px; }
	#policy .p-box p{ font-size: 18px; }

	#policy .sec-box *{ font-size: 17px; }
	#policy .sec-box > *{ margin-top: 60px; }
	#policy .sec-box h6{ font-size: 22px; }
	#policy .sec-box .content{ padding-top: 5px; }
	#policy .sec-box dl{ margin-top: 30px; }
	#policy .sec-box dl dd{ margin-top: 5px; }
	#policy .sec-box ul li{ margin-top: 3px; }

	#policy .person ul{ padding: 15px; }
}

@media screen and (max-width: 900px){
	#policy .p-box{ padding: 30px; }

	#policy .sec-box h6{ font-size: 21px; }
}

@media screen and (max-width: 750px){
	#policy .person{ grid-template-columns: repeat(1, 100%); }
	#policy .person > *{ border-right: none; }
	#policy .person > *:not(:last-of-type){ margin-bottom: 20px; }
	#policy .person p{ padding-block: 8px; }  
}