@charset "utf-8";

.page-hero {position: relative;z-index: 7;display: flex;align-items: center;justify-content: center;height: clamp(300rem, calc(400 / var(--container) * 100vw), 400rem);contain: content;color: #fff;isolation: isolate;
	&::before { position: absolute; inset: 0; z-index: -1; background: var(--black) no-repeat 50% / cover; content: "";  background-image: url("/assets/images/pages/img-sub-visual-01.webp"); }
	&.nav-aboutus::before { background-image: url("/assets/images/pages/img-sub-visual-01.webp"); }
	&.nav-product::before { background-image: url("/assets/images/pages/img-sub-visual-02.webp"); }
	&.nav-esg::before { background-image: url("/assets/images/pages/img-sub-visual-03.webp"); }
	&.nav-customer::before { background-image: url("/assets/images/pages/img-sub-visual-04.webp"); }
	/* TODO: after 삭제 */
	&::after {position: absolute;inset: 0;z-index: -1;align-content: center;margin: auto;font: 200 var(--font-size-32) var(--font-sans);text-align: center;color: #fff;background: rgb(0 0 0 / 40%);content: '';}
	.page-hero-container {display: flex;justify-content: space-between;margin-top: var(--header-height);align-items: center;}
	.heading {font: 800 var(--font-size-60) 'Pretendard';}
	.breadcrumb { display: flex; }
	.breadcrumb li {display: flex;position: relative;gap: 15rem;}
	.breadcrumb li::after {content: '•';font-family: fantasy;margin-right: 15rem;}
	.breadcrumb li:last-child::after { display: none; }

	@media (prefers-reduced-motion: no-preference) {
		&::before { animation: page-hero-bg 1.8s both; }
		.heading { opacity: 0; animation: slide-up 0.6s 0.2s both; }
	}

	@media(max-width: 767px){
		.page-hero-container { flex-direction: column; gap: 20rem; }
	}
}
@keyframes page-hero-bg {
	0% { scale: 1.05; }
	100% { scale: 1; }
}
@keyframes slide-up {
	0% { translate: 0 40rem; opacity: 0; }
	100% { translate: 0; opacity: 1; }
}
@keyframes slide-right {
	0% { translate: -40rem; opacity: 0; }
	100% { translate: 0; opacity: 1; }
}

.local-nav {position: relative;z-index: 7;font: var(--font-size-18-to-14) var(--font-sans);border-bottom: 1rem solid #eee;
	.container {display: flex;height: 3.88888889em;}
	.home {display: grid;place-items: center;width: auto;height: 100%;aspect-ratio: 1;background: transparent;border-inline: 1rem solid #eee;}
	.home-icon {display: block;width: 1.05555556em;height: auto;fill: #488fcb;}
	details { position: relative; }
	summary {position: relative;display: block;align-content: center;height: 100%;padding-inline: 1.66666667em 3.83333333em;text-align: left;color: var(--black);background: transparent;border-right: 1rem solid #eee;min-width: 220rem;}
	summary::after {position: absolute;inset: 0;width: 0.4em;aspect-ratio: 1;margin: auto 29rem auto auto;border: solid rgb(110 110 110);border-width: 0 1px 1px 0;translate: 0 -25%;rotate: 45deg;content: "";}
	[open] summary::after { translate: 0 25%; scale: -1; }
	.nav-menu { position: absolute; inset: 100% 0 auto; color: var(--black); background: #fff; border: 1px solid var(--border-color); box-shadow: 0 10rem 30rem #0000000d; }
	.details-level-1 .nav-menu-level-2 { display: none; }
	.details-level-2 .nav-menu-level-3 { display: none; }
	.nav-link { display: block; padding: 1em 1.61111111em; }
	
	@media (any-hover) {
		.nav-link:hover { background: #f4f4f4; }
	}
	@media(max-width: 767px){
		summary { min-width: auto; }
	}
}

.layout-inner { min-height: 300px; padding-block: clamp(60rem, calc(90 / var(--container) * 100vw), 90rem); padding-bottom: clamp(60rem, calc(150 / var(--container) * 100vw), 150rem);
	.legal-document .page-heading, .page-heading-block { margin-bottom: calc(var(--font-size-35) * 2); text-align: center; }
	.page-heading {font-size: var(--font-size-42);font-weight: 800;}
	.page-subheading { margin-top: 0.125em; font-weight: 700; font-size: var(--font-size-16); color: #999; }
	/* 멤버 페이지는 각 페이지가 타이틀을 가진 경우가 많아서 공통 서브 타이틀 숨기기 */
	#main:has(.join_area) .sub_title { display: none; }
}

/* -- Greetings */
.greetings { 
	position: relative; 

	.container { display: flex; }
	.img-greetings {position: relative;display: flex;overflow: hidden;border-radius: 10rem 0 10rem 0; width: 100%;}
	.img-greetings img {width: 100%;height: 100%;object-fit: cover;}
	.txt-greetings {display: flex;flex-direction: column;gap: 30rem;justify-content: center;font-size: 17rem;margin-inline: auto;}
	.txt-greetings h4 { display: flex; flex-direction: column; font-weight: 700; font-size: var(--font-size-25); }
	.txt-greetings h4>small { font-size: 16rem; font-weight: 300; }
	.txt-greetings>div {line-height: 1.8;display: flex;flex-direction: column;gap: 20rem;}
	.txt-greetings span {font-size: var(--font-size-24);font-family: 'Malgun Gothic';}
	.txt-greetings span b {font-size: var(--font-size-45);font-weight: 100;font-family: 'InkLiquid';}

	@media(max-width: 1023px){
		.container { flex-wrap: wrap; gap: 30rem;}
		.img-greetings img {max-height: 300rem;}
	}
}

/* History */
.history { 
	position: relative; overflow: hidden; 

	.history-txt {font-size: var(--font-size-36);text-align: left;color: #555;padding-left: 30rem;border-left: 4rem solid #4d8eca;}

	.history-list { position: relative; overflow: visible !important; margin-top: clamp(60rem, calc(80 / var(--container) * 100vw), 80rem); }
	.history-list::before { content: ''; position: absolute; width: 100vw; height: 1rem; background: #ddd; top: 60rem; left: 50%; transform: translateX(-50%); }
	.history-list .swiper-slide { display: flex; flex-direction: column; gap: 40rem; align-items: center; }
	.history-list .swiper-slide .year { display: flex; width: fit-content; min-width: 120rem; aspect-ratio: 1; background: #4d8eca; border-radius: 150rem; justify-content: center; align-items: center; font-size: var(--font-size-22); font-weight: 800; color: #fff; }
	.history-list .swiper-slide .list { width: 100%; height: 100%; display: flex; background: #fafafa; flex-direction: column; gap: 10rem; padding: 30rem; border-radius: 5rem; }
	.history-list .swiper-slide .list li { display: flex; gap: 10rem; }
	.history-list .swiper-slide .list li .date { font-weight: 700; color: #365ec3; min-width: 35rem; }
	.history-list .button-wrap { position: absolute; display: flex; justify-content: space-between; top: 25rem; width: 100%; z-index: 4; }
	.history-list .swiper-button-next, .history-list .swiper-button-prev {position: absolute;inset: unset;top: 25rem;margin: 0;background: #eee;width: 70rem;height: 70rem;aspect-ratio: 1;border-radius: 50rem;color: #555;}
	.history-list .swiper-button-next {right: 0;}
	.history-list .swiper-button-next svg, .history-list .swiper-button-prev svg { width: 10rem; height: auto; fill: #555; }
	.history-list .swiper-button-disabled {opacity:1;background: #fafafa;}

	.vertical-history { position: relative; margin-top: 50rem; }
	.vertical-history::before { content: ''; position: absolute; width: 1rem; height: 100%; background: #ddd; left: 50%; z-index: -1; }
	.vertical-history .history-item { display: flex; flex-direction: column; align-items: center; }
	.vertical-history .history-item > li { display: flex; flex-direction: column; width: 100%; align-items: center; max-width: 900rem; }
	.vertical-history .history-item > li .year { display: flex; aspect-ratio: 1; width: 120rem; align-items: center; justify-content: center; font-size: var(--font-size-22); font-weight: 700; color: #4d8eca; border: 1rem solid #4d8eca; border-radius: 100rem; background: #fff; }
	.vertical-history .history-item > li .item { position: relative; margin-left: auto; padding: 20rem; background: #fafafa; border: 1rem solid #eee; border-radius: 10rem; display: flex; flex-direction: column; gap: 15rem; width: 100%; max-width: 350rem; }
	.vertical-history .history-item > li .item::before { content: ''; width: 100rem; height: 1rem; position: absolute; background: #ddd; left: -100rem; top: 50%; }
	.vertical-history .history-item > li.even .item::before { left:unset; right: -101rem; }
	.vertical-history .history-item > li.even .item { margin: 0; margin-right: auto; }
	.vertical-history .history-item > li .item li { display: flex; gap: 20rem; }
	.vertical-history .history-item > li .item li em { font-weight: 800; color: #4d8eca; }

	.horizontal-history {position: relative;margin-top: clamp(60rem, calc(150 / var(--container) * 100vw), 150rem);}
	.horizontal-history .ladder { display: flex; }
	.horizontal-history .ladder li { width: 100%; display: flex; flex-direction: column; gap: 20rem; }
	.horizontal-history .ladder li:nth-child(6) { margin-top: -120rem; }
	.horizontal-history .ladder li:nth-child(5) { margin-top: -80rem; }
	.horizontal-history .ladder li:nth-child(4) { margin-top: -40rem; }
	.horizontal-history .ladder li:nth-child(3) { margin-top: 0rem; }
	.horizontal-history .ladder li:nth-child(2) { margin-top: 40rem; }
	.horizontal-history .ladder li:nth-child(1) { margin-top: 80rem; }
	.horizontal-history .ladder li .year { font-size: var(--font-size-48); font-weight: 800; text-align: right; padding-right: 20rem; line-height: 1; color: #4d8eca; }
	.horizontal-history .ladder li .content { display: flex; flex-direction: column; border: 1rem solid #ddd; border-top: 4rem solid #4d8eca; border-bottom: 0; border-right: 0; padding: 20rem; align-items: flex-end; }
	.horizontal-history .ladder li .content em { font-weight: 800; font-size: 14rem; display: block; width: 100%; text-align: right; padding-bottom: 10rem; margin-bottom: 10rem; border-bottom: 1rem solid #ddd; }
	.horizontal-history .ladder li .content span { color: #4d8eca; font-weight: 700; }
	.horizontal-history .today-list { display: flex; margin-top: clamp(60rem, calc(80 / var(--container) * 100vw), 80rem); gap: 10rem; counter-reset: today; }
	.horizontal-history .today-list .today-item { position: relative; display: flex; flex-direction: column; width: 100%; padding: 20rem 30rem; border: 1rem solid #ddd; counter-increment: today; }
	.horizontal-history .today-list .today-item::after { content: counter(today, decimal-leading-zero); width: 60rem; font-size: 20rem; color: #4d8eca; font-weight: 900; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; background: #fff; border: 1rem solid #ddd; border-radius: 100rem; position: absolute; top: -30rem; right: 20rem; }
	.horizontal-history .today-list .today-item strong { font-size: var(--font-size-20); margin-bottom: 6rem; }

	@media(max-width: 1023px){
		.vertical-history .history-item { gap: 20rem; }
		.vertical-history .history-item > li { gap: 20rem; }
		.vertical-history .history-item > li .item { margin: 0 !important; max-width: unset; }
		.vertical-history .history-item > li .item::before { display: none; }
	}
	@media(max-width: 767px){
		.horizontal-history .ladder { flex-direction: column; gap: 30rem; }
		.horizontal-history .ladder li { margin: 0 !important; }
		.horizontal-history .today-list { flex-direction: column; }
	}
}

/* Management */
.management { 
	position: relative; 

	.circle-graph { position: relative; display: flex; flex-direction: column; align-items: center; }
	.circle-graph .intros { font-size: var(--font-size-20); text-align: center; }
	.circle-graph .graph { position: relative; margin-top: clamp(40rem, calc(80 / var(--container) * 100vw), 80rem); display: flex; }
	.circle-graph .graph li { display: flex; flex-direction: column; aspect-ratio: 1; width: 100%; max-width: 400rem; align-items: center; justify-content: center; border: 1rem solid #0476BD; border-radius: 500rem; gap: 20rem; padding: 50rem; transition: all .3s; }
	.circle-graph .graph li:hover { transform: scale(1.05); }
	.circle-graph .graph li:nth-child(1) { margin-right: -30rem; }
	.circle-graph .graph li:nth-child(3) { margin-left: -30rem; }
	.circle-graph .graph li img { width: 50rem; }
	.circle-graph .graph li hgroup { display: flex; flex-direction: column; text-align: center; gap: 10rem; font-size: 15rem; }
	.circle-graph .graph li hgroup span { font-size: var(--font-size-20); font-weight: 800; }

	@media(max-width: 767px){
		.circle-graph .graph { flex-direction: column; gap: 10rem; }
		.circle-graph .graph li { margin: 0 !important; aspect-ratio: unset; border-radius: 10rem; padding: 20rem; }
	}
}

/* Workplace */
.workplace { 
	position: relative; 

	.maps-location { position: relative; display: flex; flex-direction: column; gap: 20rem; }
	.maps-location .location { display: flex; gap: 50rem; padding: 20rem; border: 1rem solid #ddd; }
	.maps-location .location .maps { width: 100%; max-width: 650rem; height: 350rem; }
	.maps-location .location .maps iframe { width: 100%; height: 100%; }
	.maps-location .location .desc { display: flex; flex-direction: column; width: 100%; }
	.maps-location .location .desc h4 { display: block; font-size: var(--font-size-28); padding-block: 20rem; margin-bottom: 20rem; border-bottom: 1rem solid; }
	.maps-location .location .desc ul { display: flex; flex-direction: column; }
	.maps-location .location .desc ul li { display: flex; padding-block: 15rem; border-bottom: 1rem solid #eee; align-items: center; gap: 20rem; font-size: var(--font-size-18); }
	.maps-location .location .desc ul li img { max-width: 25rem; }

	@media(max-width: 767px){
		.maps-location .location { flex-direction: column; gap: 10rem; }
	}
}

/* ESG - Introduction */
.esg-introduction { 
	position: relative; 

	.esg-content { position: relative; }
	.esg-content .introduct { position: relative; }
	.esg-content .introduct > h2 { font-size: var(--font-size-30); }
	.esg-content .introduct > p { font-size: var(--font-size-18); display: block; margin-block: 30rem; padding-left: 30rem; border-left: 1rem solid; }
	.esg-content .introduct > p strong { color: #4d8eca; }
	.esg-content .esg-box { display: flex; padding: 30rem; border: 1rem solid #ddd; margin-top: 60rem; gap: 20rem; border-radius: 10rem; }
	.esg-content .esg-box .item { display: flex; flex-direction: column; width: 100%; }
	.esg-content .esg-box .item h4 { position: relative; display: flex; align-items: center; padding: 20rem; font-size: var(--font-size-30); text-align: center; justify-content: center; color: #6fa5da; background: rgb(82 142 201 / 5%); border-radius: 50rem; border: 1rem dashed #528ec9; line-height: 1; }
	.esg-content .esg-box .item h4::after { content: '+'; position: absolute; right: -35rem; background: #62c7f2; color: #fff; width: 50rem; height: 50rem; display: flex; align-items: center; justify-content: center; border-radius: 90rem; font-weight: 200; font-variant: full-width; z-index: 2; }
	.esg-content .esg-box .item:last-child h4::after { display:none; }
	.esg-content .esg-box .item h4 strong { font-size: var(--font-size-50); line-height: 1; color: #5bc8f3; }
	.esg-content .esg-box .item h4 small { font-weight: 300; margin-left: 10rem; }
	.esg-content .esg-box .item ul { display: flex; flex-direction: column; list-style: inside; padding: 30rem; padding-left: 50rem; gap: 10rem; background: #f6f9fc; border-radius: 10rem; margin-top: 20rem; }
	.esg-content .point { position: relative; margin-top: clamp(40rem, calc(80 / var(--container) * 100vw), 80rem); display: flex; gap: clamp(40rem, calc(60 / var(--container) * 100vw), 60rem); align-items: center; }
	.esg-content .point>figure { display: flex; aspect-ratio: 1; max-width: 600rem; border-radius: 10rem; overflow: hidden; }
	.esg-content .point>figure img { width: 100%; height: 100%; object-fit: cover; }
	.esg-content .point .list-point { display: flex; flex-direction: column; width: 100%; }
	.esg-content .point .list-point .list { display: flex; align-items: center; gap: 30rem; margin-bottom: 30rem; padding-bottom: 30rem; border-bottom: 1rem solid #ddd; }
	.esg-content .point .list-point .list>figure { display: flex; flex-direction: column; text-align: center; gap: 20rem; font-size: var(--font-size-18); font-weight: 600; max-width: 200rem; width: 100%; align-items: center; }
	.esg-content .point .list-point .list>figure img { width: 100%; max-width: 80rem; }
	.esg-content .point .list-point .list ul { display: grid; grid-template-columns: repeat(2, 1fr); list-style: circle; width: 100%; gap: 10rem; }

	@media(max-width: 1023px){
		.esg-content .esg-box { flex-direction: column; }
		.esg-content .esg-box .item h4::after { display: none; }
		.esg-content .point { flex-direction: column; }
		.esg-content .point>figure { max-width: unset; max-height: 200rem; width: 100%; }
	}
	@media(max-width: 767px){
		.esg-content .point .list-point .list ul {grid-template-columns: repeat(1, 1fr);}
	}

	.esg-section { position: relative; background: #fff; }
	.esg-visual { position: relative; min-height: 580px; overflow: hidden; border-radius: 20rem; }
	.esg-visual .inr { position: relative; z-index: 2; height: 100%; }
	.esg-bg { position: absolute; inset: 0; }
	.esg-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient( 90deg, #fff 0%, rgba(255, 255, 255, 0.96) 18%, rgba(255, 255, 255, 0.75) 36%, rgba(255, 255, 255, 0.2) 58%, rgba(255, 255, 255, 0) 75% ); }
	.esg-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
	.esg-copy { display: flex; flex-direction: column; justify-content: center; min-height: 580px; max-width: 600px; padding-block: 80px; padding-left: 50rem; }
	.esg-label { position: relative; display: inline-block; width: fit-content; margin-bottom: 45px; font-size: 32px; line-height: 1; font-weight: 800; color: #54a337; }
	.esg-label::after { content: ""; position: absolute; left: 0; bottom: -20px; width: 38px; height: 3px; background: #61a946; }
	.esg-copy h2 { position: relative; margin: 0; padding-bottom: 42px; font-size: clamp(34px, 3.2vw, 54px); line-height: 1.35; letter-spacing: -0.04em; font-weight: 600; color: #111; }
	.esg-copy h2::after { content: ""; position: absolute; left: 0; bottom: 20px; width: 58px; height: 3px; background: #61a946; }
	.esg-copy p { margin: 0; font-size: 17px; line-height: 1.8; font-weight: 400; color: #333; }
	.esg-content { position: relative; background: #fff; padding-block: 50rem; }
	.esg-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20rem; }
	.esg-item { position: relative; min-height: 230px; padding: 30rem 40rem; border: 1rem solid #ddd; border-radius: 10rem; }
	.esg-head { display: flex; align-items: center; gap: 20px; margin-bottom: 20rem; padding-bottom: 20rem; border-bottom: 1rem solid #ddd; }
	.esg-icon { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 72px; height: 72px; border-radius: 50%; font-size: 39px; }
	.esg-title { display: flex; flex-direction: column; gap: 4px; }
	.esg-title strong { font-size: 34px; line-height: 1; font-weight: 800; }
	.esg-title span { font-size: 17px; font-weight: 700; }
	.esg-item--environment .esg-icon { color: #61ad45; background: #f2f8ef; }
	.esg-item--environment .esg-title { color: #54a337; }
	.esg-item--social .esg-icon { color: #2568dc; background: #f0f5fd; }
	.esg-item--social .esg-title { color: #1460c7; }
	.esg-item--governance .esg-icon { color: #1f9eb1; background: #eef9fa; }
	.esg-item--governance .esg-title { color: #1595a9; }
	.esg-desc strong { display: block; margin-bottom: 7px; font-size: 20px; line-height: 1.5; font-weight: 600; color: #333; }
	.esg-desc p { margin: 0; font-size: 16px; line-height: 1.7; color: #555; }

	@media (max-width: 1024px) {
		.esg-visual { min-height: 500px; }
		.esg-copy { min-height: 500px; max-width: 500px; }
		.esg-item { padding-inline: 30rem; }
		.esg-head { gap: 15px; }
		.esg-icon { width: 62px; height: 62px; font-size: 32px; }
		.esg-title strong { font-size: 29px; }
	}
	@media (max-width: 768px) {
		.esg-visual { display: flex; align-items: flex-end; min-height: 620px; }
		.esg-bg::after { background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.95) 28%, rgba(255, 255, 255, 0.6) 52%, rgba(255, 255, 255, 0) 75% ); }
		.esg-bg img { object-position: 65% center; }
		.esg-copy { justify-content: flex-end; min-height: 620px; max-width: 100%; padding: 50px 0; }
		.esg-label { margin-bottom: 35px; font-size: 24px; }
		.esg-label::after { bottom: -15px; width: 30px; }
		.esg-copy h2 { padding-bottom: 35px; font-size: 32px; }
		.esg-copy h2::after { bottom: 17px; width: 45px; }
		.esg-copy p { font-size: 15px; }
		.esg-content { padding: 20px 0 50px; }
		.esg-list { grid-template-columns: repeat(1, 1fr); }
		.esg-item,
		.esg-item:first-child, .esg-item:last-child { min-height: auto; }
		.esg-item + .esg-item { }
		.esg-head { margin-bottom: 22px; }
		.esg-icon { width: 58px; height: 58px; font-size: 30px; }
		.esg-title strong { font-size: 26px; }
		.esg-title span { font-size: 16px; }
		.esg-desc strong { font-size: 16px; }
		.esg-desc p { font-size: 14px; }
	}

}

/* Management Policy */
.management-policy { 
	position: relative; 

	.policy-graph { position: relative; }
	.intro { font-size: var(--font-size-20); text-align: center; margin-bottom: 30rem; margin-top: -30rem; }
	.policy-graph .graph {display: flex;gap: 0rem;padding: 10rem;border-radius: 10rem;gap: 10rem;}
	.policy-graph .graph .content {display: flex;flex-direction: column;padding:  30rem;border-left: 1rem solid #ddd;transition: all .3s;width: 100%;}
	.policy-graph .graph .content:hover { background: #f4faff; transform: scale(1.03); }
	.policy-graph .graph .content>h4 {display: flex;position: relative;font-size: var(--font-size-22);margin-bottom: 20rem;padding: 10rem 20rem;border-bottom: 1rem solid #ddd;border-radius: 50rem;background: #4d8eca;color: #fff;align-items: center;gap: 20rem;justify-content: center;}
	.policy-graph .graph .content>h4::before {content: '';background: url(/assets/images/pages/img-mp-t-01.png) no-repeat center / contain;width: 40rem;height: 40rem;display: none;}
	.policy-graph .graph .content.g02>h4::before { background-image: url(/assets/images/pages/img-mp-t-02.png); }
	.policy-graph .graph .content.g03>h4::before { background-image: url(/assets/images/pages/img-mp-t-03.png); }
	.policy-graph .graph .content.g04>h4::before { background-image: url(/assets/images/pages/img-mp-t-04.png); }
	.policy-graph .graph .content.g02>h4, .policy-graph .graph .content.g04>h4 {}
	.policy-graph .graph .content ul {display: flex;flex-direction: column;gap: 15rem;list-style: inside;padding-left: 10rem;width: fit-content;min-width: 250rem;font-size: var(--font-size-18);}
	.policy-graph .graph .content.g02 ul, .policy-graph .graph .content.g04 ul {}
	.policy-graph .circle-logo { position: absolute; display: flex; flex-direction: column; aspect-ratio: 1; width: 500rem; background: #fff; border: 2rem solid #4d8eca; border-radius: 500rem; top: 50%; left: 50%; transform: translate(-50%, -50%); align-items: center; justify-content: center; gap: 30rem; z-index: 2; }
	.policy-graph .circle-logo::after { content: ''''; width: 98%; height: 98%; position: absolute; border: 4rem solid #4d8eca; border-radius: 500rem; }
	.policy-graph .circle-logo img { max-width: 350rem; width: 100%; }
	.policy-graph .circle-logo .img-policy { max-width: 120rem; position: absolute; top: 90rem; }

	@media(max-width: 1279px) {
		.policy-graph .graph {flex-wrap: wrap;}
		.policy-graph .circle-logo { width: 300rem; padding: 40rem; }
		.policy-graph .circle-logo .img-policy { max-width: 70rem; top: 15%; }

	}
	@media(max-width: 1024px) {
		.policy-graph .graph { grid-template-columns: repeat(1, 1fr); }
		.policy-graph .graph .content { min-height: auto; padding: 20rem; }
		.policy-graph .graph .content.g02>h4, .policy-graph .graph .content.g04>h4 { flex-direction: unset; }
		.policy-graph .graph .content.g02 ul, .policy-graph .graph .content.g04 ul { margin: unset; }
		.policy-graph .circle-logo { position: relative; inset: unset; transform: unset; margin: 0 auto; margin-bottom: -30rem; }
	}

	.esg-policy {padding: 50px 0;background: #fff;}
	.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
	.policy-card {--theme: #175ac8;--theme-light: #edf4ff;overflow: hidden;border: 1px solid var(--theme);border-radius: 15px;background: #fff;}
	.policy-card--green { --theme: #46932d; --theme-light: #f1f8ee; }
	.policy-head { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 110px; padding: 25px 35px; color: #fff; background: var(--theme); }
	.policy-head__title { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
	.policy-head__title i { font-size: 42px; font-weight: 300; }
	.policy-head__title strong { font-size: 24px; line-height: 1.4; font-weight: 700; white-space: nowrap; }
	.policy-head p {margin: 0;padding-left: 30px;border-left: 1px solid rgba(255, 255, 255, .35);line-height: 1.7;color: rgba(255, 255, 255, .9);}
	.policy-list { margin: 0; padding: 0 28px; list-style: none; }
	.policy-list li {display: grid;grid-template-columns: 50px 190px 1fr;align-items: center;gap: 20px;padding: 20px 0;border-bottom: 1px solid #e8e8e8;}
	.policy-list li:last-child { border-bottom: 0; }
	.policy-icon { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; font-size: 32px; color: var(--theme); }
	.policy-list strong {font-size: 16px;line-height: 1.5;font-weight: 700;color: #222;}
	.policy-list p {margin: 0;line-height: 1.65;color: #555;}
	.policy-summary {display: flex;align-items: center;gap: 40rem;margin-top: 28px;padding: 24px 30px;border-radius: 12px;background: #f7faff;flex-wrap: wrap;justify-content: space-between;}
	.summary-title { display: flex; align-items: center; gap: 18px; }
	.summary-icon { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 64px; height: 64px; border-radius: 50%; background: #fff; box-shadow: 0 6px 20px rgba(0, 0, 0, .05); }
	.summary-icon i { font-size: 36px; color: #175ac8; }
	.summary-title strong {/* font-size: 18px; */line-height: 1.45;font-weight: 700;color: #175ac8;}
	.policy-summary > p {margin: 0;line-height: 1.7;color: #444;font-size: 14px;}
	.summary-values {display: flex;align-items: center;margin: 0;padding: 0;list-style: none;/* width: 100%; *//* padding-top: 30rem; *//* border-top: 1rem solid #ddd; */gap: 20rem;}
	.summary-values li {display: flex;align-items: center;gap: 10rem;/* min-width: 115px; *//* width: 100%; */padding: 0rem;/* background: #fff; */border-radius: 10rem;}
	.summary-values i {flex: 0 0 auto;font-size: 30px;}
	.summary-values li:nth-child(1) i { color: #175ac8; }
	.summary-values li:nth-child(2) i { color: #175ac8; }
	.summary-values li:nth-child(3) i { color: #4f9f37; }
	.summary-values li:nth-child(4) i { color: #4f9f37; }
	.summary-values div {display: flex;flex-direction: column;gap: 3px;font-size: 15px;}
	.summary-values strong {font-size: 18rem;font-weight: 700;color: #222;}
	.summary-values span {line-height: 1.4;color: #555;}

	@media (max-width: 1200px) {
		.policy-head { align-items: flex-start; flex-direction: column; gap: 15px; }
		.policy-head p { padding-left: 0; border-left: 0; }
		.policy-list li { grid-template-columns: 50px 160px 1fr; }
		.policy-summary { grid-template-columns: 1fr; }
		.summary-values { justify-content: space-between; }
		.summary-values li:first-child {border-left: 0;}
	}
	@media (max-width: 768px) {
		.esg-policy {padding: 0;}
		.policy-grid { grid-template-columns: 1fr; gap: 20px; }
		.policy-head { min-height: auto; padding: 25px; }
		.policy-head__title i { font-size: 34px; }
		.policy-head__title strong { font-size: 21px; }
		.policy-head p br { display: none; }
		.policy-list { padding: 0 20px; }
		.policy-list li { grid-template-columns: 44px 1fr; gap: 5px 15px; padding: 20px 0; }
		.policy-icon { grid-row: 1 / 3; width: 44px; height: 44px; font-size: 29px; }
		.policy-list strong { font-size: 15px; }
		.policy-list p { font-size: 13px; }
		.policy-list p br { display: none; }
		.policy-summary { gap: 25px; padding: 25px 20px; }
		.summary-title { gap: 15px; }
		.summary-icon { width: 56px; height: 56px; }
		.summary-icon i { font-size: 31px; }
		.summary-title strong { font-size: 17px; }
		.policy-summary > p br { display: none; }
		.summary-values {display: grid;grid-template-columns: repeat(2, 1fr);}
		.summary-values li {min-width: 0;padding: 15px 10px;border-left: 0;border-top: 1px solid #e5e5e5;border: 0;}
		.summary-values i { font-size: 30px; }
	}

}

/* Inquiry */
.inquiry { 
	position: relative; 

	.inquiry-wrap { position: relative; display: flex; gap: clamp(40rem, calc(80 / var(--container) * 100vw), 80rem); }
	.inquiry-wrap .info { display: flex; flex-direction: column; gap: 50rem; width: 100%; max-width: 450rem; }
	.inquiry-wrap .info .contact { display: flex; gap: 20rem; }
	.inquiry-wrap .info .contact figure { display: flex; aspect-ratio: 1; background: #4d8eca; padding: 10rem; max-width: 50rem; height: fit-content; border-radius: 150rem; }
	.inquiry-wrap .info .contact figure img { width: 100%; height: 100%; filter: invert(1); }
	.inquiry-wrap .info .contact hgroup { display: flex; flex-direction: column; gap: 20rem; }
	.inquiry-wrap .info .contact hgroup h4 { font-size: var(--font-size-24); }
	.inquiry-wrap .info .contact hgroup ul { display: flex; flex-direction: column; gap: 10rem; }
	.inquiry-wrap .info .contact hgroup ul li { display: flex; gap: 10rem; align-items: center; }
	.inquiry-wrap .info .contact hgroup ul li p { min-width: 50rem; font-size: 14rem; font-weight: 700; }
	.inquiry-wrap .form { position: relative; display: block; width: 100%; padding: 30rem 50rem; background: #fafafa; border-radius: 10rem; border: 1rem solid #eee; }
	.inquiry-wrap .form h2 { font-size: var(--font-size-32); display: block; padding-bottom: 20rem; margin-bottom: 20rem; border-bottom: 1rem solid #ddd; }
	.inquiry-wrap .form .input-form { display: flex; flex-direction: column; gap: 10rem; }
	.inquiry-wrap .form .input-form li { display: flex; gap: 20rem; }
	.inquiry-wrap .form .input-form li .input-wrap { display: flex; gap: 10rem; width: 100%; }
	.inquiry-wrap .form .input-form li .input-wrap label { min-width: 80rem; display: flex;gap: 5rem; align-items: center;}
	.inquiry-wrap .form .input-form li .input-wrap input, .inquiry-wrap .form .input-form li .input-wrap textarea { width: 100%; background: #fff; border: 0; padding: 10rem; }
	.inquiry-wrap .form .cta { display: flex; }
	.inquiry-wrap .form .cta { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20rem; margin-top: 50rem; }
	.inquiry-wrap .form .cta .agree { display: block; font-weight: 500; }
	.inquiry-wrap .form .cta .agree>a { display: inline-block; text-decoration: underline; padding-left: 20rem; margin-left: 20rem; border-left: 1rem solid #222; }
	.inquiry-wrap .form .cta .btn-submit { display: flex; padding: 20rem 50rem; font-weight: 600; font-size: var(--font-size-18); background: #222; color: #fff; border-radius: 5rem; }

	@media(max-width: 1279px){
		.inquiry-wrap { flex-direction: column; }
		.inquiry-wrap .info { flex-direction: row; max-width: none; }
	}
	@media(max-width: 1023px){
		.inquiry-wrap .info { flex-direction: column; }
		.inquiry-wrap .form { padding: 20rem; }
		.inquiry-wrap .form .input-form li { flex-direction: column; gap: 10rem; }
		.inquiry-wrap .form .cta .agree { font-size: 12rem; display: flex; flex-wrap: wrap; gap: 10rem; }
		.inquiry-wrap .form .cta .agree>a { padding-left: 0; margin-left: 0; border: 0; }
		.inquiry-wrap .form .cta .btn-submit { width: 100%; justify-content: center; }
	}
}

/* Product Introduction */
.sub.product {
	position: relative;

	.product-tab-category {position: relative;margin-bottom: clamp(40rem, calc(60 / var(--container) * 100vw), 60rem);}
	.product-tab-category ul {display: flex;}
	.product-tab-category ul li {width: 100%;display: flex;justify-content: center;align-items: center;border-bottom: 1rem solid #ddd;min-width: 150rem;}
	.product-tab-category ul li.active button {border-bottom: 3rem solid #4d8eca;font-weight: 700;color: #4d8eca;}
	.product-tab-category ul li button {padding: 20rem;font-size: var(--font-size-20);color: #888;display: block;width: 100%;}
	.product-list { position: relative; }
	.product-list .product-item { }
	.product-list .product-item ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30rem; }
	.product-list .product-item ul li { }
	.product-list .product-item ul li a {}
	.product-list .product-item ul li a .img-product { display: flex; flex-direction: column; aspect-ratio: 1; align-items: center; justify-content: center; background: #fbfbfb; }
	.product-list .product-item ul li a .img-product img {display: block;width: 90%;height: 90%;object-fit: contain;transition: all .3s;}
	.product-list .product-item ul li:hover a .img-product img { width: 100%; }
	.product-list .product-item ul li a hgroup { display: flex; flex-direction: column; padding-block: 20rem; }
	.product-list .product-item ul li a hgroup span {font-weight: 700;color: #4d8eca;}
	.product-list .product-item ul li a hgroup h4 {font-size: var(--font-size-24);}
	.product-list .product-item .process-product { position: relative; display: grid; gap: 20rem; grid-template-columns: 450rem 1fr; }
	.product-list .product-item .process-product img, .process-product video { width: 100%; height: 100%; object-fit: cover; }
	.product-list .product-item .process-product .video-process::after { content: '본 영상 일부 AI 활용하여 제작'; display: block; position: absolute; font-size: var(--font-size-18); bottom: 0rem; z-index: 2; right: 0rem; background: #fff; padding: 6rem 15rem; border-radius: 10rem 0 0 0; color: #666; }
	.product-list .product-item .process-product video { aspect-ratio: 16/9; display: block; }
	.product-list .product-item .txt-info { display: flex; margin-top: 50rem; padding-top: 50rem; border-top: 1rem solid #ddd; }
	.product-list .product-item .txt-info> span { display: flex; flex-direction: column; max-width: 470rem; width: 100%; font-size: var(--font-size-40); font-weight: 800; color: #4d8eca; }
	.product-list .product-item .txt-info> span p { font-size: var(--font-size-18); font-weight: 300; color: #555; }
	.product-list .product-item .txt-info ul { display: flex; flex-direction: column; gap: 10rem; list-style: inside; }
	.product-list .product-item .txt-info ul li { position: relative; display: flex; flex-direction: column; padding-left: 30rem; font-size: var(--font-size-20); gap: 6rem; }
	.product-list .product-item .txt-info ul li::before { content: ''; width: 8rem; height: 8rem; background: #fff; border-radius: 300rem; border: 1rem solid; position: absolute; left: 0px; top: 8rem; }
	.product-list .product-item .txt-info ul li em { font-size: 16rem; color: #888; }

	/* product popup */
	.product-popup { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 30px; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
	.product-popup.active { opacity: 1; visibility: visible; }
	.product-popup__dim { position: absolute; inset: 0; background: rgba(0, 0, 0, .65); backdrop-filter: blur(3px); }
	.product-popup__content { position: relative; z-index: 1; width: min(100%, 1000px); max-height: calc(100vh - 60px); background: #fff; border-radius: 20px; overflow-y: auto; transform: translateY(30px); transition: transform .3s ease; }
	.product-popup.active .product-popup__content { transform: translateY(0); }
	.product-popup__inner {display: flex;grid-template-columns: 1fr 1fr;min-height: 500px;px; */}
	.product-popup__image {display: flex;align-items: center;justify-content: center;margin: 0;padding: 50px;background: #f5f5f5;width: 100%;}
	.product-popup__image img { display: block; width: 100%; height: 100%; max-height: 400px; object-fit: contain; }
	.product-popup__info {display: flex;flex-direction: column;justify-content: center;padding: 60px;width: 100%; display: none;}
	.product-popup__en { margin-bottom: 10px; font-size: 16px; font-weight: 600; letter-spacing: .05em; color: #888; }
	.product-popup__name { margin: 0; font-size: 36px; line-height: 1.3; font-weight: 700; color: #111; }
	.product-popup__line { width: 100%; height: 1px; margin: 30px 0; background: #ddd; }
	.product-popup__desc { margin: 0; font-size: 17px; line-height: 1.8; color: #555; white-space: pre-line; }
	.product-popup__close { position: absolute; top: 25px; right: 25px; z-index: 5; width: 45px; height: 45px; padding: 0; border: 0; background: transparent; cursor: pointer; }
	.product-popup__close span { position: absolute; top: 50%; left: 50%; width: 28px; height: 2px; background: #111; }
	.product-popup__close span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
	.product-popup__close span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }
	body.popup-open { overflow: hidden; }

	@media (max-width: 768px) {
		.product-popup { padding: 20px; }
		.product-popup__content { max-height: calc(100vh - 40px); border-radius: 15px; }
		.product-popup__inner { display: block; min-height: auto; }
		.product-popup__image { height: 300px; padding: 35px; }
		.product-popup__info { padding: 35px 25px 40px; }
		.product-popup__name { font-size: 26px; }
		.product-popup__desc { font-size: 15px; }
		.product-popup__close { top: 15px; right: 15px; width: 40px; height: 40px; }
	}

	@media(max-width: 1023px){
		.product-tab-category { overflow: auto; scrollbar-width: none; }
		.product-tab-category ul { gap: 5rem; }
		.product-list .product-item ul { grid-template-columns: repeat(2, 1fr); gap: 10rem; }
		.product-list .product-item .process-product { grid-template-columns: 1fr; }
		.product-list .product-item .txt-info { flex-direction: column; gap: 30rem; }
	}
}