﻿@charset "utf-8";

/* ==================================================
	상위 컨텐츠
================================================== */
.cont_inner {
	width: 100%;
	padding-top: 5rem;
}

.cont_inner2 {
	width: 100%;
}

.cont_inner2.reveal-up {
	opacity: 0;
	transform: translateY(1.2rem);
	visibility: visible;
	transition: opacity 0.8s 0.3s ease-out, transform 0.8s 0.3s ease-out;
}

.cont_inner2.reveal-up.is-revealed {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	transition: opacity 0.8s 0.3s ease-out, transform 0.8s 0.3s ease-out;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1280px) {
	.cont_inner {
		padding-top: 4rem;
	}
}

@media screen and (max-width: 1100px) {
	.cont_inner {
		margin-top: 0;
		padding-top: 3rem;
	}

	.cont_inner2 {
		margin-top: 0;
	}
}

@media screen and (max-width: 800px) {
	.cont_inner {
		padding-top: 2.6rem;
	}
}

@media screen and (max-width: 600px) {
	.cont_inner {
		padding-top: 2rem;
	}
}

/* ==================================================
	기본 컨텐츠
================================================== */
.blind {
	display: none;
}

/* ==================
	반응형CSS
=====================*/
.mb_brblock {
	display: none !important;
}

@media screen and (max-width: 1024px) {
	.mb_brnone {
		display: none !important;
	}

	.mb_brblock {
		display: block !important;
	}
}

@media screen and (max-width: 640px) {
	.mb_brnone2 {
		display: none !important;
	}
}

/* ==================================================
	일반 컨텐츠
================================================== */
.tech_tag {
	display: inline-flex;
	align-items: center;
	padding: 0.55rem 1.6rem;
	border-left: 3px solid var(--brand-color-main, #1d2c6a);
	background: rgba(29, 44, 106, 0.05);
	border-radius: 0 0.8rem 0.8rem 0;
	margin-bottom: 2.2rem;
}

.tech_tag .tag_text {
	font-size: 1.25rem;
	font-weight: var(--font-bd);
	letter-spacing: 0.15em;
	color: var(--brand-color-main, #1d2c6a);
	text-transform: uppercase;
}

/* 라인형 라벨 (가운데 정렬) */
.line_label {
	display: inline-flex;
	align-items: center;
	gap: 1.6rem;
	padding: 0;
	margin-bottom: 2rem;
}

.line_label .tag_text {
	font-size: 1.25rem;
	font-weight: var(--font-bd);
	letter-spacing: 0.15em;
	color: var(--brand-color-main, #1d2c6a);
	text-transform: uppercase;
}

.line_label .line_l,
.line_label .line_r {
	display: inline-block;
	width: 3.6rem;
	height: 1.5px;
}

.line_label .line_l {
	background: linear-gradient(90deg, transparent, var(--brand-color-main, #1d2c6a));
}

.line_label .line_r {
	background: linear-gradient(90deg, var(--brand-color-main, #1d2c6a), transparent);
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1024px) {
	.tech_tag {
		padding: 0.5rem 1.4rem;
		margin-bottom: 1.8rem;
	}

	.tech_tag .tag_text {
		font-size: 1.2rem;
		letter-spacing: 0.12em;
	}

	.line_label .tag_text {
		font-size: 1.2rem;
		letter-spacing: 0.12em;
	}
}

@media screen and (max-width: 768px) {
	.tech_tag {
		padding: 0.45rem 1.2rem;
		margin-bottom: 1.6rem;
	}

	.tech_tag .tag_text {
		font-size: 1.15rem;
		letter-spacing: 0.1em;
	}

	.line_label {
		gap: 1.2rem;
		margin-bottom: 1.6rem;
	}

	.line_label .tag_text {
		font-size: 1.15rem;
		letter-spacing: 0.1em;
	}

	.line_label .line_l,
	.line_label .line_r {
		width: 2.8rem;
	}
}

@media screen and (max-width: 480px) {
	.tech_tag {
		padding: 0.4rem 1rem;
		margin-bottom: 1.4rem;
		border-left-width: 2px;
	}

	.tech_tag .tag_text {
		font-size: 1.1rem;
		letter-spacing: 0.08em;
	}

	.line_label {
		gap: 1rem;
		margin-bottom: 1.4rem;
	}

	.line_label .tag_text {
		font-size: 1.1rem;
		letter-spacing: 0.08em;
	}

	.line_label .line_l,
	.line_label .line_r {
		width: 2.4rem;
	}
}

/* ==================================================
	공통 섹션 헤더
================================================== */
.c_hd {
	text-align: center;
}

.c_hd h2 {
	font-size: clamp(3rem, 4vw, 4.8rem);
	font-weight: var(--font-eb);
	color: var(--text-main);
	line-height: 1.35;
	letter-spacing: -0.03em;
	word-break: keep-all;
}

.c_hd h2 span {
	color: var(--brand-color-main, #1d2c6a);
}

.c_hd .c_desc {
	margin-top: 3rem;
	font-size: 1.8rem;
	font-weight: var(--font-rg);
	color: var(--cw-grey-600, #64748b);
	line-height: 1.8;
	word-break: keep-all;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 768px) {
	.c_hd .c_desc {
		margin-top: 2rem;
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 480px) {
	.c_hd h2 {
		font-size: 2.8rem;
	}

	.c_hd .c_desc {
		font-size: 1.6rem;
		line-height: 1.7;
	}
}

/* ==================================================
	공통 서브페이지 히어로
================================================== */
.sk-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4.8rem;
	min-height: 48rem;
	padding: 7.2rem 10rem;
	margin-bottom: 0;
	overflow: hidden;
	box-sizing: border-box;
	background:
		radial-gradient(rgba(0, 66, 100, 0.05) 0.12rem, transparent 0.12rem) 0 0 / 2.4rem 2.4rem,
		radial-gradient(ellipse 70% 80% at 12% 20%, rgba(0, 176, 240, 0.085) 0%, transparent 55%),
		radial-gradient(ellipse 55% 70% at 88% 75%, rgba(38, 89, 208, 0.07) 0%, transparent 50%),
		linear-gradient(145deg, #f4f6f9 0%, #e8ebf0 45%, #eef2f7 100%);
	color: var(--text-main);
}

.sk-hero::before {
	content: '';
	position: absolute;
	top: -18%;
	right: -8%;
	width: 48rem;
	height: 48rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 176, 240, 0.085) 0%, transparent 68%);
	border: 0.1rem dashed rgba(0, 176, 240, 0.055);
	pointer-events: none;
	z-index: 0;
}

.sk-hero::after {
	content: '';
	position: absolute;
	bottom: -22%;
	left: -6%;
	width: 40rem;
	height: 40rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(38, 89, 208, 0.055) 0%, transparent 70%);
	border: 0.1rem dashed rgba(38, 89, 208, 0.055);
	pointer-events: none;
	z-index: 0;
}

.sk-hero-txt {
	flex: 1 1 50%;
	width: 50%;
	max-width: 50%;
	position: relative;
	z-index: 2;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sk-hero-en {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	width: fit-content;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--brand-color-main, #004264);
	letter-spacing: 0.16rem;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 2.2rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.sk-hero-en::before {
	content: '';
	width: 2.4rem;
	height: 0.2rem;
	flex-shrink: 0;
	border-radius: 0.1rem;
	background: var(--ad-accent, #00b0f0);
	box-shadow: none;
}

.sk-hero-tit {
	font-size: var(--rem-36);
	font-weight: var(--font-bd);
	line-height: 1.35;
	margin: 0 0 2.4rem;
	word-break: keep-all;
	letter-spacing: -0.03em;
	white-space: normal;
}

.sk-hero-tit-light {
	display: block;
	font-weight: var(--font-rg);
	color: var(--text-main);
	font-size: 0.95em;
}

.sk-hero-tit-bold {
	display: inline;
	color: var(--text-main);
	font-weight: var(--font-bd);
}

.sk-hero-desc {
	font-size: var(--rem-17);
	line-height: 1.75;
	color: var(--text-main);
	word-break: keep-all;
	margin-bottom: 3.6rem;
	font-weight: var(--font-rg);
}

.sk-hero-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}

.op-wrap .sk-hero-tag:first-child {
	margin-right: 100%;
}

.sk-hero-tag {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	background: rgba(255, 255, 255, 0.88);
	border: 0.1rem solid #d8dde5;
	padding: 0.7rem 1.2rem;
	border-radius: 0.8rem;
	font-size: var(--rem-14);
	font-weight: var(--font-md);
	color: var(--color-gray1);
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	box-shadow: none;
	text-decoration: none;
	cursor: default;
	box-sizing: border-box;
}

a.sk-hero-tag {
	cursor: pointer;
	transition: border-color 0.25s ease, color 0.25s ease;
}

a.sk-hero-tag:hover {
	border-color: var(--brand-color-sub, #517E95);
	color: var(--brand-color-main, #004264);
}

.sk-hero-tag::before {
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	background-color: var(--ad-accent);
	border-radius: 50%;
	flex-shrink: 0;
}

.sk-hero-img {
	flex: 1 1 50%;
	width: 50%;
	max-width: 50%;
	position: relative;
	z-index: 2;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	transform: translateY(1.2rem);
	box-sizing: border-box;
}

.sk-hero-img img {
	width: 100%;
	height: auto;
	max-height: 42rem;
	object-fit: contain;
	display: block;
}

.sk-hero-img-cap {
	position: static;
	transform: none;
	background: rgba(255, 255, 255, 0.92);
	border: 0.1rem solid #d8dde5;
	color: var(--color-gray1);
	font-size: var(--rem-13);
	font-weight: var(--font-sb);
	padding: 0.55rem 1.4rem;
	border-radius: 2rem;
	white-space: nowrap;
	box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
	text-align: center;
}

.sk-hero.sk-ml {
	gap: 6.4rem;
	min-height: 0;
	padding: 6rem 4rem;
	margin-bottom: 5rem;
	border-radius: 2.4rem;
	box-shadow: 0 1.2rem 3rem rgba(0, 42, 80, 0.06);
}

.sk-hero.sk-ml .sk-hero-img {
	flex: 1 1 45%;
	width: 45%;
	max-width: 45%;
	transform: none;
}

.sk-hero.sk-ml .sk-hero-txt {
	flex: 1.2 1 55%;
	width: 55%;
	max-width: 55%;
	text-align: left;
}

.sk-em {
	color: var(--brand-color-main, #004264);
	font-weight: var(--font-bd);
}

.sk-hero-img.sk-frame {
	border-radius: 1.6rem;
	overflow: hidden;
	box-shadow: 0 1rem 2.4rem rgba(0, 42, 80, 0.12);
	align-items: stretch;
	gap: 0;
}

.sk-hero-img.sk-frame img {
	max-height: none;
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.sk-hero-img.sk-frame:hover img {
	transform: scale(1.05);
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1440px) {
	.sk-hero {
		padding: 6.4rem 6rem;
		gap: 3.6rem;
	}

	.sk-hero-tit {
		white-space: normal;
	}
}

@media screen and (max-width: 1200px) {
	.sk-hero {
		padding: 5.6rem 4rem;
		gap: 3.2rem;
	}

	.sk-hero-tit {
		font-size: var(--rem-32);
		white-space: normal;
	}
}

@media screen and (max-width: 900px) {
	.sk-hero {
		flex-direction: column;
		align-items: stretch;
		min-height: 0;
		padding: 4.8rem 2.8rem;
		text-align: left;
		gap: 3.2rem;
	}

	.sk-hero.sk-ml {
		gap: 3.6rem;
		padding: 5rem 3rem;
	}

	.sk-hero-txt,
	.sk-hero-img,
	.sk-hero.sk-ml .sk-hero-txt,
	.sk-hero.sk-ml .sk-hero-img {
		flex: none;
		width: 100%;
		max-width: 100%;
	}

	.sk-hero-img {
		transform: none;
	}

	.sk-hero-desc {
		max-width: 100%;
	}

	.sk-hero-tags {
		justify-content: flex-start;
	}

	.sk-hero-img img {
		width: 100%;
		max-width: 100%;
		max-height: 32rem;
		height: auto;
		object-fit: contain;
	}

	.sk-hero-img.sk-frame img {
		max-height: none;
		object-fit: cover;
	}
}

@media screen and (max-width: 640px) {
	.sk-hero {
		padding: 4rem 2rem;
		gap: 2.8rem;
	}

	.sk-hero-en {
		font-size: 1.25rem;
		letter-spacing: 0.12rem;
		gap: 0.8rem;
		margin-bottom: 1.8rem;
	}

	.sk-hero-en::before {
		width: 1.8rem;
		height: 0.2rem;
	}

	.sk-hero-tit {
		font-size: 2.4rem;
		line-height: 1.4;
		margin-bottom: 1.8rem;
		white-space: normal;
	}

	.sk-hero-desc {
		font-size: var(--rem-15);
		line-height: 1.7;
		margin-bottom: 2.4rem;
	}

	.sk-hero-tags {
		flex-direction: column;
		align-items: stretch;
		gap: 0.8rem;
	}

	.op-wrap .sk-hero-tag:first-child {
		margin-right: 0;
	}

	.sk-hero-tag {
		width: 100%;
		box-sizing: border-box;
		justify-content: flex-start;
	}

	.sk-hero-img-cap {
		white-space: normal;
		max-width: 100%;
	}
}

/* ==================================================
	서브비주얼
================================================== */
.sv {
	position: relative;
	z-index: 2;
	padding: 0 var(--header-inner-padding) 0;
	margin-top: var(--header-hei);
	box-sizing: border-box;
}

.sv .sv-box {
	position: relative;
	width: 100%;
	height: 50rem;
	border-radius: 4rem;
	overflow: hidden;
	background-color: transparent;
}

.sv .sv-bg {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* header_config.php $visual_img — sv 배경 이미지 */
.sv .sv-bg.visual_company {
	background-image: url('../../lib/images/company/sub_visual.png');
}

/* 제품소개 */
.sv .sv-bg.visual_product {
	background-image: url('../../lib/images/product/sub_visual.png');
	background-size: 100% auto;
	background-position: center center;
}

/* 절삭유 공급장치 */
.sv .sv-bg.visual_suwater {
	background-image: url('../../lib/images/product/sub_visual_suwater.png');
	background-size: 100% auto;
	background-position: center center;
}

.sv .sv-bg.visual_suoil {
	background-image: url('../../lib/images/product/sub_visual_suoil.png');
	background-size: 100% auto;
	background-position: center center;
}

/* 절삭유 재생장치 */
.sv .sv-bg.visual_rewater {
	background-image: url('../../lib/images/product/sub_visual_rewater.png?v=0801');
	background-size: 100% auto;
	background-position: center center;
}

.sv .sv-bg.visual_reoil {
	background-image: url('../../lib/images/product/sub_visual_reoil.png');
	background-size: 100% auto;
	background-position: center center;
}

.sv .sv-bg.visual_recompressor {
	background-image: url('../../lib/images/product/sub_visual_recompressor.png');
	background-size: 100% auto;
	background-position: center center;
}

.sv .sv-bg.visual_recustomoduct {
	background-image: url('../../lib/images/product/sub_visual_recustomoduct.png?v=0801');
	background-size: 100% auto;
	background-position: center center;
}

/* 증류수 시스템 */
.sv .sv-bg.visual_purewater {
	background-image: url('../../lib/images/product/sub_visual_purewater.png');
	background-size: 100% auto;
	background-position: center center;
}

.sv .sv-bg.visual_aklwater {
	background-image: url('../../lib/images/product/sub_visual_aklwater.png');
	background-size: 100% auto;
	background-position: center center;
}

.sv .sv-bg.visual_wtsoftener {
	background-image: url('../../lib/images/product/sub_visual_wtsoftener.png');
	background-size: 100% auto;
	background-position: center center;
}

/* 세척제 재생장치 */
.sv .sv-bg.visual_clnrecycle {
	background-image: url('../../lib/images/product/sub_visual_clnrecycle.png');
	background-size: 100% auto;
	background-position: center center;
}

/* 기타 */
.sv .sv-bg.visual_chpcleaner {
	background-image: url('../../lib/images/product/sub_visual_chpcleaner.png');
	background-size: 100% auto;
	background-position: center center;
}

.sv .sv-bg.visual_oilskimmer {
	background-image: url('../../lib/images/product/sub_visual_oilskimmer.png');
	background-size: 100% auto;
	background-position: center center;
}

.sv .sv-bg.visual_indlubricant {
	background-image: url('../../lib/images/product/sub_visual_indlubricant.png');
	background-size: 100% auto;
	background-position: center center;
}

.sv .sv-bg.visual_indvacuum {
	background-image: url('../../lib/images/product/sub_visual_indvacuum.png');
	background-size: 100% auto;
	background-position: center center;
}

.sv .sv-bg.visual_installation {
	background-image: url('../../lib/images/installation/sub_visual.png');
}

.sv .sv-bg.visual_prcenter {
	background-image: url('../../lib/images/prcenter/sub_visual.png');
}

.sv .sv-bg.visual_customer {
	background-image: url('../../lib/images/customer/sub_visual.png');
}

/* 제품소개 서브비주얼 — product 폴더 페이지 동일 높이 (이미지 2500×820 기준) */
.sv-box.sv-box--product {
	height: auto;
	aspect-ratio: 2500 / 820;
	min-height: 48rem;
}

/* header_config $vi_common_text — 구 마크업 호환 */
.sv .svtit_h1 {
	margin: 0;
	font-size: 6.5rem;
	font-weight: var(--font-bd);
	line-height: 1.15;
	color: #111;
	letter-spacing: -0.02em;
}

.sv .svtit_h1 span {
	display: block;
}

.sv .svtit_p {
	margin: 1.5rem 0 0;
	max-width: 56rem;
	font-size: 2rem;
	font-weight: var(--font-md);
	line-height: 1.5;
	color: #333;
	word-break: keep-all;
}

/* 좌측 워시 — 왼쪽 끝(라운드 가장자리) 띠 완화, 텍스트 영역은 유지 */
.sv .sv-dim {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg,
			rgba(232, 240, 248, 0.55) 0%,
			rgba(232, 240, 248, 0.92) 6%,
			rgba(220, 232, 244, 0.9) 18%,
			rgba(200, 220, 238, 0.72) 34%,
			rgba(180, 208, 232, 0.35) 50%,
			rgba(160, 196, 228, 0.1) 60%,
			rgba(255, 255, 255, 0) 72%),
		linear-gradient(90deg, rgba(2, 40, 90, 0.22) 0%, rgba(2, 40, 90, 0.38) 8%, rgba(4, 63, 123, 0.2) 38%, rgba(4, 63, 123, 0) 64%),
		linear-gradient(180deg, rgba(2, 40, 90, 0.22) 0%, rgba(4, 63, 123, 0.1) 38%, rgba(4, 63, 123, 0) 68%),
		/* 우측 scroll 가독성 — 은은한 다크 비네트 */
		linear-gradient(270deg, rgba(0, 18, 42, 0.42) 0%, rgba(0, 18, 42, 0.18) 12%, rgba(0, 18, 42, 0) 28%);
	pointer-events: none;
	z-index: 1;
}

/* 제품소개 — 오른쪽 제품 이미지는 딤을 씌우지 않음 */
.sv .sv-box--product .sv-dim {
	background:
		linear-gradient(90deg,
			rgba(232, 240, 248, 0.55) 0%,
			rgba(232, 240, 248, 0.92) 6%,
			rgba(220, 232, 244, 0.88) 16%,
			rgba(200, 220, 238, 0.5) 30%,
			rgba(180, 208, 232, 0.16) 40%,
			rgba(255, 255, 255, 0) 48%),
		linear-gradient(90deg,
			rgba(2, 40, 90, 0.22) 0%,
			rgba(2, 40, 90, 0.32) 8%,
			rgba(4, 63, 123, 0.12) 26%,
			rgba(4, 63, 123, 0) 42%);
}

.sv .sv-in {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	max-width: var(--px-base);
	margin: 0 auto;
	padding: 0;
	min-width: 0;
}

.sv .sv-label {
	margin: 0 0 1.6rem;
	font-family: var(--font-Pretendard);
	font-size: 2.5rem;
	font-weight: var(--font-bd);
	line-height: 1.2;
	color: var(--accent);
	letter-spacing: 0.06em;
}

.sv .sv-tit {
	margin: 0;
	max-width: 100%;
	font-size: 6.5rem;
	font-weight: var(--font-bd);
	line-height: 1.22;
	color: #111;
	letter-spacing: -0.03em;
	word-break: keep-all;
	text-transform: uppercase;
}

.sv .sv-tit span {
	display: block;
}

.sv .sv-tit span.is-light {
	font-size: 6rem;
	font-weight: var(--font-md);
	letter-spacing: -0.025em;
}

.sv .sv-tit::after {
	content: "";
	display: block;
	width: 5rem;
	height: 0.2rem;
	margin-top: 2.2rem;
	background: var(--accent);
	border-radius: 5rem;
}

.sv .sv-desc {
	margin: 2rem 0 0;
	max-width: 44rem;
	font-size: 2rem;
	font-weight: var(--font-md);
	line-height: 1.65;
	color: #555;
	letter-spacing: -0.01em;
	word-break: keep-all;
}

/* Figma scroll down — 우측 */
.sv .sv-scroll {
	position: absolute;
	right: 3.2rem;
	bottom: 8rem;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	opacity: 1;
	pointer-events: none;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.28));
}

.sv .sv-scroll-txt {
	display: block;
	writing-mode: vertical-lr;
	text-orientation: sideways;
	transform: none;
	font-family: var(--font-Pretendard);
	font-size: 1.4rem;
	font-weight: var(--font-sb);
	line-height: 1;
	color: var(--color-white);
	letter-spacing: 0.08em;
	white-space: nowrap;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.sv .sv-scroll-line {
	position: relative;
	display: block;
	overflow: hidden;
	width: 0.25rem;
	height: 12rem;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 5rem;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.sv .sv-scroll-line::after {
	content: "";
	position: absolute;
	left: 0;
	top: -35%;
	width: 100%;
	height: 40%;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--color-white) 45%, var(--color-white) 70%, rgba(255, 255, 255, 0) 100%);
	animation: sv-scroll-line 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes sv-scroll-line {
	0% {
		top: -35%;
		opacity: 0;
	}

	15% {
		opacity: 1;
	}

	85% {
		opacity: 1;
	}

	100% {
		top: 100%;
		opacity: 0;
	}
}

/* 서브비주얼 진입 — 배경 살짝 줌아웃 + 텍스트 순차 페이드업 */
@keyframes sv-bg-in {
	from {
		transform: scale(1.06);
		opacity: 0.72;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes sv-fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes sv-fade-up {
	from {
		opacity: 0;
		transform: translateY(1.8rem);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes sv-bar-in {
	from {
		opacity: 0;
		transform: scaleX(0);
	}

	to {
		opacity: 1;
		transform: scaleX(1);
	}
}

@keyframes sv-scroll-in {
	from {
		opacity: 0;
		transform: translateY(1rem);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.sv .sv-bg {
	transform-origin: center center;
	will-change: transform, opacity;
	animation: sv-bg-in 1.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sv .sv-dim {
	animation: sv-fade-in 1s ease 0.12s both;
}

.sv .sv-label {
	animation: sv-fade-up 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both;
}

.sv .sv-tit>span {
	animation: sv-fade-up 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sv .sv-tit>span:first-child {
	animation-delay: 0.4s;
}

.sv .sv-tit>span.is-light,
.sv .sv-tit>span:nth-child(2) {
	animation-delay: 0.52s;
}

.sv .sv-tit::after {
	transform-origin: left center;
	animation: sv-bar-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.68s both;
}

.sv .sv-desc {
	animation: sv-fade-up 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.72s both;
}

.sv .sv-scroll {
	animation: sv-scroll-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.95s both;
}

@media (prefers-reduced-motion: reduce) {

	.sv .sv-bg,
	.sv .sv-dim,
	.sv .sv-label,
	.sv .sv-tit>span,
	.sv .sv-tit::after,
	.sv .sv-desc,
	.sv .sv-scroll {
		animation: none;
	}

	.sv .sv-scroll-line::after {
		animation: none;
		top: 30%;
		opacity: 0.85;
	}
}

.sv+.cont_detail {
	padding-top: 0;
}

.page-head {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1.6rem;
	padding: 5rem 0 3rem;
	text-align: left;
	position: relative;
	z-index: 20;
	overflow: visible;
}

.page-head .page-title {
	margin: 0;
	width: 100%;
	font-size: 4rem;
	font-weight: var(--font-bd);
	line-height: 1.2;
	color: var(--color-black);
	letter-spacing: -0.02em;
	text-align: left;
	padding-bottom: 2rem;
}

.page-head .breadcrumbs {
	justify-content: space-between;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: visible;
}

.page-head .breadcrumbs .bc-dropdown,
.page-head .breadcrumbs .bc-dropdown li a {
	text-align: left;
}

.page-head .breadcrumbs .bc-dropdown {
	z-index: 110;
}

.container._sub .cont_detail,
.container._sub .cont_detail .inner {
	overflow: visible;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1920px) {
	.sv .sv-box {
		height: 62rem;
	}

	.sv-box.sv-box--product {
		min-height: 46rem;
	}

	.sv .sv-label {
		font-size: 2.3rem;
		margin-bottom: 1.4rem;
	}

	.sv .sv-tit,
	.sv .svtit_h1 {
		font-size: 5.8rem;
	}

	.sv .sv-tit span.is-light {
		font-size: 5.4rem;
	}

	.sv .sv-tit::after {
		margin-top: 2rem;
	}

	.sv .sv-desc,
	.sv .svtit_p {
		margin-top: 1.8rem;
		font-size: 1.9rem;
		max-width: 42rem;
	}

	.sv .sv-scroll {
		right: 2.8rem;
		bottom: 7.2rem;
	}

	.sv .sv-scroll-line {
		height: 11rem;
	}
}

@media screen and (max-width: 1600px) {
	.sv .sv-box {
		height: 58rem;
		border-radius: 3.6rem;
	}

	.sv-box.sv-box--product {
		min-height: 44rem;
	}

	.sv .sv-label {
		font-size: 2.2rem;
		letter-spacing: 0.05em;
	}

	.sv .sv-tit,
	.sv .svtit_h1 {
		font-size: 5.4rem;
	}

	.sv .sv-tit span.is-light {
		font-size: 5rem;
	}

	.sv .sv-desc,
	.sv .svtit_p {
		font-size: 1.85rem;
		max-width: 40rem;
	}

	.sv .sv-scroll {
		right: 2.4rem;
		bottom: 6.4rem;
	}

	.sv .sv-scroll-line {
		height: 10rem;
	}
}

@media screen and (max-width: 1500px) {
	.sv .sv-box {
		height: 54rem;
	}

	.sv-box.sv-box--product {
		height: auto;
		min-height: 42rem;
	}

	.sv .sv-box--product .sv-bg {
		background-size: auto 100%;
		background-position: right center;
	}

	.sv .sv-in {
		max-width: 100%;
		padding: 0 6.4rem 0 2.8rem;
	}

	.sv .sv-dim {
		background:
			linear-gradient(90deg,
				rgba(232, 240, 248, 0.62) 0%,
				rgba(220, 232, 244, 0.88) 12%,
				rgba(200, 220, 238, 0.58) 34%,
				rgba(255, 255, 255, 0) 60%),
			linear-gradient(270deg, rgba(0, 18, 42, 0.32) 0%, rgba(0, 18, 42, 0) 22%);
	}

	.sv .sv-box--product .sv-dim {
		background:
			linear-gradient(90deg,
				rgba(232, 240, 248, 0.62) 0%,
				rgba(220, 232, 244, 0.88) 12%,
				rgba(200, 220, 238, 0.42) 32%,
				rgba(255, 255, 255, 0) 46%);
	}

	.sv .sv-label {
		font-size: 2.1rem;
		margin-bottom: 1.2rem;
	}

	.sv .sv-tit,
	.sv .svtit_h1 {
		font-size: 5rem;
	}

	.sv .sv-tit span.is-light {
		font-size: 4.6rem;
	}

	.sv .sv-tit::after {
		width: 4.4rem;
		margin-top: 1.8rem;
	}

	.sv .sv-desc,
	.sv .svtit_p {
		font-size: 1.8rem;
		max-width: 38rem;
	}
}

@media screen and (max-width: 1400px) {
	.sv .sv-box {
		height: 52rem;
	}

	.sv-box.sv-box--product {
		min-height: 40rem;
	}

	.sv .sv-in {
		padding: 0 5.6rem 0 2.4rem;
	}

	.sv .sv-label {
		font-size: 2rem;
	}

	.sv .sv-tit,
	.sv .svtit_h1 {
		font-size: 4.6rem;
	}

	.sv .sv-tit span.is-light {
		font-size: 4.2rem;
	}

	.sv .sv-desc,
	.sv .svtit_p {
		font-size: 1.75rem;
		max-width: 36rem;
	}
}

@media screen and (max-width: 1280px) {
	.sv {
		padding-left: var(--header-inner-padding);
		padding-right: var(--header-inner-padding);
	}

	.sv .sv-box {
		height: 48rem;
		border-radius: 3.2rem;
	}

	.sv-box.sv-box--product {
		height: auto;
		min-height: 38rem;
	}

	.sv .sv-in {
		padding: 0 4.8rem 0 2rem;
	}

	.sv .sv-dim {
		background:
			linear-gradient(90deg,
				rgba(232, 240, 248, 0.7) 0%,
				rgba(220, 232, 244, 0.88) 14%,
				rgba(200, 220, 238, 0.55) 36%,
				rgba(255, 255, 255, 0) 62%),
			linear-gradient(270deg, rgba(0, 18, 42, 0.28) 0%, rgba(0, 18, 42, 0) 22%);
	}

	.sv .sv-box--product .sv-dim {
		background:
			linear-gradient(90deg,
				rgba(232, 240, 248, 0.7) 0%,
				rgba(220, 232, 244, 0.88) 14%,
				rgba(200, 220, 238, 0.4) 34%,
				rgba(255, 255, 255, 0) 48%);
	}

	.sv .sv-label {
		font-size: 1.9rem;
		margin-bottom: 1.2rem;
	}

	.sv .sv-tit,
	.sv .svtit_h1 {
		font-size: 4.2rem;
	}

	.sv .sv-tit span.is-light {
		font-size: 3.8rem;
	}

	.sv .sv-tit::after {
		margin-top: 1.6rem;
	}

	.sv .sv-desc,
	.sv .svtit_p {
		margin-top: 1.6rem;
		font-size: 1.75rem;
		max-width: 38rem;
	}

	.sv .sv-scroll {
		right: 2rem;
		bottom: 5rem;
	}

	.sv .sv-scroll-line {
		height: 8rem;
	}

	.page-head {
		padding: 4.4rem 0 2.8rem;
	}

	.page-head .page-title {
		font-size: 3.6rem;
	}
}

@media screen and (max-width: 1024px) {
	.sv .sv-box {
		height: 42rem;
		border-radius: 2.8rem;
	}

	.sv-box.sv-box--product {
		height: auto;
		min-height: 34rem;
	}

	.sv .sv-in {
		padding: 0 3.2rem;
	}

	.sv .sv-label {
		font-size: 2rem;
		margin-bottom: 1.2rem;
		letter-spacing: 0.04em;
	}

	.sv .sv-tit,
	.sv .svtit_h1 {
		font-size: 4rem;
	}

	.sv .sv-tit span.is-light {
		font-size: 3.6rem;
	}

	.sv .sv-tit::after {
		width: 4rem;
		margin-top: 1.6rem;
	}

	.sv .sv-desc,
	.sv .svtit_p {
		margin-top: 1.6rem;
		font-size: 1.7rem;
		max-width: 100%;
	}

	.sv .sv-scroll {
		display: none;
	}

	.page-head {
		padding: 3.6rem 0 2.4rem;
		gap: 1.4rem;
	}

	.page-head .page-title {
		font-size: 3.2rem;
	}
}

@media screen and (max-width: 768px) {
	.sv .sv-box--product .sv-bg {
		background-position: center center;
	}

	.sv .sv-desc,
	.sv .svtit_p {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.sv {
		padding-top: 0.8rem;
	}

	.sv .sv-box {
		height: 34rem;
		border-radius: 2.4rem;
	}

	.sv-box.sv-box--product {
		height: auto;
		min-height: 30rem;
	}

	.sv .sv-in {
		padding: 0 2.4rem;
	}

	.sv .sv-label {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}

	.sv .sv-tit,
	.sv .svtit_h1 {
		font-size: 3rem;
		line-height: 1.25;
	}

	.sv .sv-tit span.is-light {
		font-size: 2.8rem;
	}

	.sv .sv-tit::after {
		width: 3.6rem;
		margin-top: 1.4rem;
	}

	.sv .sv-desc,
	.sv .svtit_p {
		margin-top: 1.4rem;
		font-size: 1.55rem;
		line-height: 1.55;
	}

	.sv .sv-desc br {
		display: none;
	}

	.page-head {
		padding: 3.2rem 0 2rem;
		gap: 1.4rem;
	}

	.page-head .page-title {
		font-size: 2.8rem;
	}
}

@media screen and (max-width: 600px) {
	.sv .sv-box {
		height: 28rem;
		border-radius: 1.6rem;
	}

	.sv-box.sv-box--product {
		height: auto;
		min-height: 26rem;
	}

	.sv .sv-in {
		padding: 0 2rem;
	}

	.sv .sv-label {
		font-size: 1.45rem;
		margin-bottom: 0.8rem;
	}

	.sv .sv-tit,
	.sv .svtit_h1 {
		font-size: 2.5rem;
	}

	.sv .sv-tit span.is-light {
		font-size: 2.3rem;
	}

	.sv .sv-tit::after {
		width: 3.2rem;
		margin-top: 1.2rem;
	}

	.sv .sv-desc,
	.sv .svtit_p {
		margin-top: 1.2rem;
		font-size: 1.45rem;
		line-height: 1.55;
	}

	.page-head {
		padding: 2.8rem 0 1.8rem;
		gap: 1.2rem;
	}

	.page-head .page-title {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 400px) {
	.sv .sv-box {
		height: 26rem;
		border-radius: 1.4rem;
	}

	.sv-box.sv-box--product {
		height: auto;
		min-height: 24rem;
	}

	.sv .sv-in {
		padding: 0 1.6rem;
	}

	.sv .sv-tit,
	.sv .svtit_h1 {
		font-size: 2.2rem;
	}

	.sv .sv-tit span.is-light {
		font-size: 2.1rem;
	}

	.sv .sv-desc,
	.sv .svtit_p {
		font-size: 1.35rem;
	}

	.page-head .page-title {
		font-size: 2.2rem;
	}
}

/* ==================================================
	영상
================================================== */
.vd {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.4rem;
	width: 100%;
}

.vd .pd_sec_hd,
.vd .pd_sec_hd:not(:has(.pd_sub)) {
	margin-bottom: 0;
	width: 100%;
}

.vd_player {
	position: relative;
	width: 100%;
	max-width: 110rem;
	margin: 0 auto;
	border-radius: 3.2rem;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
	aspect-ratio: 16 / 9;
}

.vd--full .vd_player {
	max-width: none;
}

.vd_player video,
.vd_player iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border: none;
}

.vd_cover {
	position: absolute;
	inset: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.vd_cover::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(15, 23, 42, 0.45);
	transition: background 0.3s ease;
}

.vd_player:hover .vd_cover::before {
	background: rgba(15, 23, 42, 0.55);
}

.vd_btn {
	position: relative;
	z-index: 2;
	width: 9.6rem;
	height: 9.6rem;
	padding: 0;
	border: none;
	outline: none;
	border-radius: 50%;
	background: var(--color-white);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.vd_btn i {
	font-size: 4.2rem;
	color: var(--brand-color-main, #1d2c6a);
	margin-left: 0.6rem;
	transition: color 0.3s ease;
}

.vd_btn::after {
	content: '';
	position: absolute;
	inset: -1.5rem;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	animation: vd_ring 2s infinite;
	pointer-events: none;
}

@keyframes vd_ring {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}

	100% {
		transform: scale(1.3);
		opacity: 0;
	}
}

.vd_btn:hover {
	transform: scale(1.1);
	background: var(--brand-color-main, #1d2c6a);
	box-shadow: 0 15px 40px rgba(29, 44, 106, 0.4);
}

.vd_btn:hover i {
	color: var(--color-white);
}

.vd_player.is-playing .vd_cover {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.vd {
		gap: 2rem;
	}

	.vd_player {
		border-radius: 2.8rem;
	}

	.vd_btn {
		width: 8.8rem;
		height: 8.8rem;
	}

	.vd_btn i {
		font-size: 3.8rem;
	}
}

@media screen and (max-width: 768px) {
	.vd {
		gap: 1.8rem;
	}

	.vd_player {
		border-radius: 2rem;
		box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
	}

	.vd_btn {
		width: 7.2rem;
		height: 7.2rem;
	}

	.vd_btn i {
		font-size: 3.2rem;
		margin-left: 0.4rem;
	}

	.vd_btn::after {
		inset: -1rem;
	}
}

@media screen and (max-width: 480px) {
	.vd {
		gap: 1.6rem;
	}

	.vd_player {
		border-radius: 1.6rem;
	}

	.vd_btn {
		width: 6.4rem;
		height: 6.4rem;
	}

	.vd_btn i {
		font-size: 2.8rem;
	}

	.vd_btn::after {
		inset: -0.8rem;
	}
}

/* ==================================================
	애니메이션
================================================== */
.reveal {
	opacity: 0;
	transform: translateY(4rem);
	transition: var(--transition-base);
}

.reveal.is-active {
	opacity: 1;
	transform: translateY(0);
}

.reveal-up,
.reveal-scale,
.reveal-left,
.reveal-right {
	opacity: 0;
	visibility: hidden;
}

.reveal-up {
	transform: translateY(40px);
}

.reveal-scale {
	transform: scale(0.9);
}

.reveal-left {
	transform: translateX(40px);
}

.reveal-right {
	transform: translateX(-40px);
}

.is-revealed {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0) scale(1);
	transition: all 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}



/* ==================================================
	회사소개 - 인사말
================================================== */
.ceo_greeting {
	width: 100%;
}

.ceo_greeting .ceo_inner_card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 4.8rem;
	padding: 6rem 6.4rem;
	border-radius: 3.2rem;
	background: linear-gradient(145deg, var(--color-white) 0%, #f8fafc 50%, #f1f5f9 100%);
	border: 1px solid #e2e8f0;
	box-shadow: 0 2rem 5rem rgba(0, 42, 80, 0.06);
	overflow: hidden;
	box-sizing: border-box;
}

.ceo_greeting .ceo_inner_card::before {
	content: '“';
	position: absolute;
	top: -2rem;
	right: 4rem;
	font-family: var(--font-Paperlogy, serif);
	font-size: 24rem;
	font-weight: 800;
	color: rgba(29, 44, 106, 0.03);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}

/* 이미지 영역 */
.ceo_greeting .ceoImg {
	width: 100%;
	position: relative;
	z-index: 2;
}

.ceo_greeting .ceoImg .img_box {
	position: relative;
	width: 100%;
	border-radius: 2.4rem;
	overflow: hidden;
	box-shadow: 0 2rem 4rem rgba(0, 42, 80, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.8);
	background-color: #f8fafc;
}

.ceo_greeting .ceoImg .img_box img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* 텍스트 영역 */
.ceo_greeting .ceotxt1 {
	font-size: var(--rem-32);
	font-weight: var(--font-eb);
	color: var(--text-main);
	line-height: 1.4;
	letter-spacing: -0.03em;
	word-break: keep-all;
	margin: 0 0 2.8rem;
}

.ceo_greeting .ceotxt1 .highlight {
	color: var(--brand-color-main);
	background: linear-gradient(180deg, transparent 65%, rgba(0, 176, 240, 0.15) 65%);
	padding: 0 0.4rem;
}

.ceo_greeting .pceotxt_wrap {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
}

.ceo_greeting .pceotxt {
	margin: 0;
	font-size: var(--rem-18);
	font-weight: var(--font-rg);
	color: var(--cw-grey-600);
	line-height: 1.85;
	word-break: keep-all;
	letter-spacing: -0.01em;
}

.ceo_greeting .pceotxt_closing {
	margin: 0.8rem 0 0;
	font-size: var(--rem-19);
	font-weight: var(--font-sb);
	color: var(--text-main);
	line-height: 1.7;
	word-break: keep-all;
}

.ceo_greeting .sign_area {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1rem;
	margin-top: 4rem;
	padding-top: 2.8rem;
	border-top: 1px solid var(--cw-grey-200);
}

.ceo_greeting .sign_area .company_name {
	font-size: 1.5rem;
	font-weight: var(--font-sb);
	color: var(--text-muted);
	letter-spacing: -0.01em;
}

.ceo_greeting .sign_area .sign_row {
	display: flex;
	align-items: baseline;
	gap: 1.6rem;
}

.ceo_greeting .sign_area .position {
	font-size: 1.8rem;
	font-weight: var(--font-bd);
	color: var(--text-main);
}

.ceo_greeting .sign_area .sign_name {
	font-size: 3.2rem;
	font-weight: var(--font-eb);
	color: var(--brand-color-main);
	letter-spacing: 0.15em;
	line-height: 1;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1400px) {
	.ceo_greeting .ceo_inner_card {
		gap: 4rem;
		padding: 5rem 4.8rem;
	}

	.ceo_greeting .ceo_inner_card::before {
		font-size: 20rem;
		right: 3rem;
	}

	.ceo_greeting .ceotxt1 {
		font-size: 2.8rem;
	}
}

@media screen and (max-width: 1200px) {
	.ceo_greeting .ceo_inner_card {
		padding: 4.4rem 3.6rem;
		gap: 3.6rem;
		border-radius: 2.8rem;
	}

	.ceo_greeting .ceo_inner_card::before {
		font-size: 16rem;
		top: -1.2rem;
		right: 2.4rem;
	}

	.ceo_greeting .ceoImg .img_box {
		border-radius: 2rem;
		box-shadow: 0 1.6rem 3.2rem rgba(0, 42, 80, 0.1);
	}

	.ceo_greeting .ceotxt1 {
		font-size: 2.6rem;
		margin-bottom: 2.4rem;
	}

	.ceo_greeting .pceotxt {
		font-size: 1.7rem;
	}

	.ceo_greeting .pceotxt_closing {
		font-size: 1.8rem;
	}

	.ceo_greeting .sign_area .sign_name {
		font-size: 3rem;
	}
}

@media screen and (max-width: 1024px) {
	.ceo_greeting .ceo_inner_card {
		padding: 4rem 3.2rem;
		gap: 3.2rem;
	}

	.ceo_greeting .ceotxt1 {
		font-size: 2.4rem;
	}

	.ceo_greeting .pceotxt_wrap {
		gap: 1.6rem;
	}

	.ceo_greeting .sign_area {
		margin-top: 3.2rem;
		padding-top: 2.4rem;
	}
}

@media screen and (max-width: 768px) {
	.ceo_greeting .ceo_inner_card {
		padding: 3.2rem 2.4rem;
		border-radius: 2.4rem;
		gap: 2.8rem;
	}

	.ceo_greeting .ceo_inner_card::before {
		font-size: 12rem;
		top: -0.8rem;
		right: 1.6rem;
		opacity: 0.8;
	}

	.ceo_greeting .ceoImg .img_box {
		border-radius: 1.6rem;
		box-shadow: 0 1.2rem 2.4rem rgba(0, 42, 80, 0.08);
	}

	.ceo_greeting .ceotxt1 {
		font-size: 2.15rem;
		line-height: 1.45;
		margin-bottom: 2rem;
	}

	.ceo_greeting .ceotxt1 br {
		display: none;
	}

	.ceo_greeting .ceotxt1 .highlight {
		padding: 0 0.2rem;
	}

	.ceo_greeting .pceotxt_wrap {
		gap: 1.5rem;
	}

	.ceo_greeting .pceotxt {
		font-size: 1.55rem;
		line-height: 1.8;
	}

	.ceo_greeting .pceotxt_closing {
		margin-top: 0.4rem;
		font-size: 1.6rem;
	}

	.ceo_greeting .sign_area {
		margin-top: 2.8rem;
		padding-top: 2rem;
		gap: 0.8rem;
	}

	.ceo_greeting .sign_area .company_name {
		font-size: 1.35rem;
	}

	.ceo_greeting .sign_area .sign_row {
		gap: 1.2rem;
	}

	.ceo_greeting .sign_area .position {
		font-size: 1.55rem;
	}

	.ceo_greeting .sign_area .sign_name {
		font-size: 2.6rem;
		letter-spacing: 0.12em;
	}
}

@media screen and (max-width: 480px) {
	.ceo_greeting .ceo_inner_card {
		padding: 2.4rem 1.6rem;
		border-radius: 1.8rem;
		gap: 2.2rem;
	}

	.ceo_greeting .ceo_inner_card::before {
		display: none;
	}

	.ceo_greeting .ceoImg .img_box {
		border-radius: 1.2rem;
	}

	.ceo_greeting .ceotxt1 {
		font-size: 1.9rem;
		line-height: 1.5;
		margin-bottom: 1.8rem;
	}

	.ceo_greeting .pceotxt_wrap {
		gap: 1.4rem;
	}

	.ceo_greeting .pceotxt {
		font-size: 1.45rem;
		line-height: 1.75;
	}

	.ceo_greeting .pceotxt br {
		display: none;
	}

	.ceo_greeting .pceotxt_closing {
		font-size: 1.5rem;
	}

	.ceo_greeting .sign_area {
		margin-top: 2.4rem;
		padding-top: 1.8rem;
		gap: 0.6rem;
	}

	.ceo_greeting .sign_area .company_name {
		font-size: 1.3rem;
	}

	.ceo_greeting .sign_area .sign_row {
		flex-wrap: wrap;
		gap: 0.6rem 1rem;
	}

	.ceo_greeting .sign_area .position {
		font-size: 1.45rem;
	}

	.ceo_greeting .sign_area .sign_name {
		font-size: 2.3rem;
		letter-spacing: 0.1em;
	}
}

/* ==================================================
	회사소개 - 회사개요
================================================== */
.overview_new_container {
	display: flex;
	flex-direction: column;
	gap: 9rem;
}

/* 1. Hero Text Banner */
.ov_hero_banner {
	display: flex;
	flex-direction: column;
	gap: 4.8rem;
	padding: 6.4rem 7rem;
	border-radius: 3.2rem;
	background: linear-gradient(135deg, #0d1b3e 0%, #1d2c6a 50%, #0a4d7c 100%);
	color: var(--color-white);
	box-shadow: 0 2rem 5rem rgba(13, 27, 62, 0.18);
	position: relative;
	overflow: hidden;
}

.ov_hero_banner::before {
	content: '';
	position: absolute;
	top: -30%;
	right: -10%;
	width: 50rem;
	height: 50rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 176, 240, 0.25) 0%, transparent 70%);
	pointer-events: none;
}

.ov_hero_banner::after {
	content: '';
	position: absolute;
	bottom: -40%;
	left: -10%;
	width: 45rem;
	height: 45rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(91, 196, 191, 0.15) 0%, transparent 70%);
	pointer-events: none;
}

.ov_hero_text {
	position: relative;
}

.ov_hero_banner .tech_tag {
	border-left-color: #38bdf8;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
}

.ov_hero_banner .tech_tag .tag_text {
	color: var(--color-white);
	font-size: 1.4rem;
}

.ov_hero_heading {
	font-size: 4.4rem;
	font-weight: var(--font-eb);
	line-height: 1.35;
	letter-spacing: -0.03em;
	margin: 0 0 2rem;
	color: var(--color-white);
	word-break: keep-all;
}

.ov_hero_heading .gradient_text {
	background: linear-gradient(90deg, #60a5fa 0%, #38bdf8 50%, #34d399 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ov_hero_sub {
	font-size: 2.1rem;
	font-weight: var(--font-rg);
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.7;
	margin: 0;
	word-break: keep-all;
}

/* Stats Cards inside Hero */
.ov_stats_grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.4rem;
	padding-top: 3.6rem;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ov_stats_grid .stat_card {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	padding: 2.4rem 2.8rem;
	border-radius: 2rem;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.ov_stats_grid .stat_num {
	font-size: 5.2rem;
	font-weight: var(--font-eb);
	color: var(--color-white);
	line-height: 1;
	font-family: var(--font-Paperlogy, sans-serif);
}

.ov_stats_grid .stat_num small {
	font-size: 3.2rem;
	color: #38bdf8;
	margin-left: 0.2rem;
}

.ov_stats_grid .stat_num--since {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.8rem;
	font-size: 4.4rem;
}

.ov_stats_grid .stat_num--since small {
	margin-left: 0;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.ov_stats_grid .stat_num--phrase {
	font-size: 2.8rem;
	letter-spacing: 0.02em;
	line-height: 1.15;
}

.ov_stats_grid .stat_label {
	font-size: 1.65rem;
	font-weight: var(--font-bd);
	color: #38bdf8;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.ov_stats_grid .stat_desc {
	font-size: 1.65rem;
	color: rgba(255, 255, 255, 0.7);
}

/* 2. Image & Spec Section */
.ov_main_spec_sec {
	width: 100%;
}

.ov_spec_card {
	width: 100%;
	padding: 5.2rem 5.6rem;
	border-radius: 2.8rem;
	background: var(--color-white);
	border: 1px solid #e2e8f0;
	box-shadow: 0 1.6rem 4rem rgba(0, 42, 80, 0.05);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.ov_spec_card .spec_card_head {
	margin: 0 0 3.6rem;
	padding-bottom: 2.4rem;
	border-bottom: 2px solid var(--brand-color-main);
}

.ov_spec_card .spec_card_head .tech_tag {
	margin-bottom: 1.2rem;
}

.ov_spec_card .spec_card_title {
	font-size: 2.8rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin: 0;
	letter-spacing: -0.02em;
}

.ov_spec_card .spec_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 4.8rem;
	row-gap: 0;
}

.ov_spec_card .spec_row {
	display: flex;
	align-items: flex-start;
	gap: 2.4rem;
	padding: 2.2rem 0;
	border-bottom: 1px solid #f1f5f9;
}

.ov_spec_card .spec_row--full {
	grid-column: 1 / -1;
	margin-top: 1.2rem;
	padding: 2.8rem 3.2rem;
	border-bottom: 0;
	border-radius: 1.6rem;
	background: linear-gradient(135deg, rgba(29, 44, 106, 0.04) 0%, rgba(0, 176, 240, 0.06) 100%);
}

.ov_spec_card .spec_key {
	flex: 0 0 14rem;
	width: 14rem;
	font-size: 1.7rem;
	font-weight: var(--font-bd);
	color: var(--text-muted);
	line-height: 1.6;
	padding-top: 0.15rem;
}

.ov_spec_card .spec_val {
	flex: 1;
	font-size: 1.9rem;
	font-weight: var(--font-bd);
	color: var(--text-main);
	line-height: 1.75;
	word-break: keep-all;
}

.ov_spec_card .spec_val.highlight_val {
	color: var(--brand-color-main);
	font-weight: var(--font-bd);
}

/* 3. Core Competencies Grid */
.ov_core_values {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.8rem;
}

.ov_core_values .val_card {
	position: relative;
	padding: 4.4rem 3.6rem;
	border-radius: 2.4rem;
	background: var(--color-white);
	border: 1px solid #e2e8f0;
	box-shadow: 0 1rem 3rem rgba(0, 42, 80, 0.04);
	display: flex;
	flex-direction: column;
}

.ov_core_values .val_num {
	font-size: 4.2rem;
	font-weight: 800;
	color: rgba(29, 44, 106, 0.15);
	font-family: var(--font-Paperlogy, sans-serif);
	line-height: 1;
	margin-bottom: 2rem;
}

.ov_core_values .val_title {
	font-size: 2.6rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	margin: 0 0 1.4rem;
	letter-spacing: -0.02em;
}

.ov_core_values .val_text {
	font-size: 1.85rem;
	font-weight: var(--font-rg);
	color: var(--cw-grey-600);
	line-height: 1.75;
	margin: 0;
	word-break: keep-all;
}

/* 4. Portfolio Showcase Section */
.ov_portfolio_sec {
	display: flex;
	flex-direction: column;
	gap: 4.8rem;
}

.ov_portfolio_sec .portfolio_head {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ov_portfolio_sec .portfolio_title {
	font-size: 4.2rem;
	font-weight: var(--font-eb);
	color: var(--text-main);
	letter-spacing: -0.03em;
	margin: 0 0 1.2rem;
}

.ov_portfolio_sec .portfolio_sub {
	font-size: 2rem;
	font-weight: var(--font-rg);
	color: var(--cw-grey-600);
	margin: 0;
}

.ov_portfolio_sec .portfolio_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.8rem;
}

.ov_portfolio_sec .portfolio_grid--5 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ov_portfolio_sec .portfolio_grid--5 .port_item {
	grid-column: span 2;
}

.ov_portfolio_sec .portfolio_grid--5 .port_item:nth-child(4) {
	grid-column: 2 / 4;
}

.ov_portfolio_sec .portfolio_grid--5 .port_item:nth-child(5) {
	grid-column: 4 / 6;
}

.ov_portfolio_sec .portfolio_cta {
	display: flex;
	justify-content: center;
	margin-top: 2.4rem;
}

.ov_portfolio_sec .portfolio_more {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	padding: 1.7rem 4.8rem;
	border-radius: 999px;
	border: 1px solid #cbd5e1;
	background: var(--color-white);
	color: var(--brand-color-main, #1d2c6a);
	font-size: 1.9rem;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.ov_portfolio_sec .portfolio_more:hover {
	background: var(--brand-color-main, #1d2c6a);
	border-color: var(--brand-color-main, #1d2c6a);
	color: var(--color-white);
	transform: translateY(-2px);
}

.ov_portfolio_sec .portfolio_more i {
	font-size: 1.8rem;
}

.ov_portfolio_sec .port_item {
	display: flex;
	flex-direction: column;
	border-radius: 2.4rem;
	background: var(--color-white);
	border: 1px solid #e2e8f0;
	box-shadow: 0 1rem 2.8rem rgba(0, 42, 80, 0.05);
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.ov_portfolio_sec .port_item:hover {
	transform: translateY(-0.8rem);
	box-shadow: 0 2.2rem 4.5rem rgba(0, 42, 80, 0.14);
	border-color: var(--brand-color-main);
}

.ov_portfolio_sec .port_thumb {
	position: relative;
	width: 100%;
	padding-top: 75%;
	overflow: hidden;
	background: #f8fafc;
}

.ov_portfolio_sec .port_thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.ov_portfolio_sec .port_item:hover .port_thumb img {
	transform: scale(1.08);
}

.ov_portfolio_sec .port_tag {
	position: absolute;
	top: 1.6rem;
	left: 1.6rem;
	padding: 0.55rem 1.5rem;
	border-radius: 2rem;
	background: rgba(13, 27, 62, 0.78);
	backdrop-filter: blur(8px);
	color: var(--color-white);
	font-size: 1.4rem;
	font-weight: var(--font-sb);
	letter-spacing: 0.04em;
	z-index: 2;
}

.ov_portfolio_sec .port_body {
	padding: 2.4rem 2.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.2rem;
}

.ov_portfolio_sec .port_name {
	font-size: 2.15rem;
	font-weight: var(--font-bd);
	color: var(--text-main);
	margin: 0;
	line-height: 1.4;
	word-break: keep-all;
}

.ov_portfolio_sec .port_arrow {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	background: #f1f5f9;
	color: var(--cw-grey-800);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	flex-shrink: 0;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.ov_portfolio_sec .port_item:hover .port_arrow {
	background: var(--brand-color-main);
	color: var(--color-white);
	transform: translateX(0.4rem);
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1400px) {
	.ov_hero_banner {
		padding: 5rem 4.8rem;
	}

	.ov_hero_heading {
		font-size: 3.8rem;
	}

	.ov_portfolio_sec .portfolio_grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 1100px) {
	.ov_spec_card {
		padding: 4.4rem 4rem;
	}

	.ov_spec_card .spec_list {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.ov_stats_grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.6rem;
	}

	.ov_stats_grid .stat_card {
		padding: 2rem;
	}

	.ov_stats_grid .stat_num {
		font-size: 4.2rem;
	}

	.ov_stats_grid .stat_num--since {
		font-size: 3.6rem;
	}

	.ov_stats_grid .stat_num--phrase {
		font-size: 2.2rem;
	}

	.ov_core_values {
		grid-template-columns: repeat(3, 1fr);
		gap: 2.0rem;
	}

	.ov_core_values .val_card {
		padding: 3.2rem 2.4rem;
	}
}

@media screen and (max-width: 860px) {
	.ov_hero_banner {
		padding: 4rem 2.8rem;
	}

	.ov_hero_heading {
		font-size: 3rem;
	}

	.ov_stats_grid {
		grid-template-columns: 1fr;
		gap: 1.2rem;
	}

	.ov_core_values {
		grid-template-columns: 1fr;
		gap: 1.8rem;
	}

	.ov_portfolio_sec .portfolio_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}

	.ov_portfolio_sec .portfolio_grid--5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ov_portfolio_sec .portfolio_grid--5 .port_item,
	.ov_portfolio_sec .portfolio_grid--5 .port_item:nth-child(4),
	.ov_portfolio_sec .portfolio_grid--5 .port_item:nth-child(5) {
		grid-column: auto;
	}

	.ov_portfolio_sec .portfolio_title {
		font-size: 3.2rem;
	}

	.ov_spec_card .spec_row {
		flex-direction: column;
		gap: 0.8rem;
		padding: 2rem 0;
	}

	.ov_spec_card .spec_key {
		width: 100%;
		flex: none;
	}

	.ov_spec_card .spec_row--full {
		padding: 2.2rem 2rem;
		margin-top: 0.8rem;
	}

	.ov_spec_card {
		padding: 3.6rem 2.8rem;
	}

	.ov_spec_card .spec_card_head {
		margin-bottom: 2.4rem;
		padding-bottom: 1.8rem;
	}

	.ov_spec_card .spec_card_title {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 520px) {
	.overview_new_container {
		gap: 6rem;
	}

	.ov_hero_banner {
		padding: 3.2rem 2rem;
		border-radius: 2.4rem;
	}

	.ov_hero_heading {
		font-size: 2.6rem;
	}

	.ov_hero_sub {
		font-size: 1.75rem;
	}

	.ov_portfolio_sec .portfolio_grid,
	.ov_portfolio_sec .portfolio_grid--5 {
		grid-template-columns: 1fr;
	}

	.ov_portfolio_sec .portfolio_title {
		font-size: 2.8rem;
	}
}

/* ==================================================
	회사소개 - 연혁
================================================== */
.history_wrap {
	max-width: 130rem;
	margin: 0 auto;
	position: relative;
	padding-bottom: 8rem;
}

.history_wrap::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(to bottom,
			transparent,
			rgba(29, 44, 106, 0.1) 5%,
			rgba(29, 44, 106, 0.1) 95%,
			transparent);
	transform: translateX(-50%);
	z-index: 1;
}

.history_wrap::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	height: 100px;
	background: linear-gradient(to bottom, transparent, var(--brand-color-main, #1d2c6a), transparent);
	transform: translateX(-50%);
	z-index: 2;
	animation: hisScanLine 7s linear infinite;
	opacity: 0.45;
}

@keyframes hisScanLine {
	0% {
		top: -100px;
	}

	100% {
		top: 100%;
	}
}

.history_section {
	position: relative;
	margin-bottom: 14rem;
}

.history_section:last-child {
	margin-bottom: 0;
}

.decade_title {
	position: relative;
	text-align: center;
	margin-bottom: 8rem;
	z-index: 5;
}

.decade_title .decade_bg_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	font-size: 13rem;
	font-weight: var(--font-eb, 900);
	font-family: var(--font-Paperlogy, sans-serif);
	color: rgba(29, 44, 106, 0.035);
	white-space: nowrap;
	z-index: -1;
	letter-spacing: -0.05em;
	line-height: 1;
}

.decade_title h3 {
	display: inline-block;
	font-size: 7.2rem;
	font-weight: var(--font-eb, 900);
	font-family: var(--font-Paperlogy, sans-serif);
	background: var(--gradient-01);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: -0.02em;
	line-height: 1;
	position: relative;
	margin: 0;
}

.decade_title p {
	font-size: 1.5rem;
	color: var(--brand-color-main, #1d2c6a);
	font-weight: var(--font-bd, 700);
	margin: 1.2rem 0 0;
	letter-spacing: 0.35rem;
	text-transform: uppercase;
	opacity: 0.75;
}

.history_item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 6.5rem;
	opacity: 0;
	transform: translateY(40px) scale(0.98);
	transition: all 0.9s cubic-bezier(0.2, 0, 0.2, 1);
}

.history_item.is-active {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.history_item:nth-child(even) {
	flex-direction: row-reverse;
}

.history_point {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	background: var(--color-white, var(--color-white));
	border: 2px solid #dee2e6;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	box-shadow: 0 0 0 5px var(--color-white, var(--color-white));
	transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.history_item.is-active .history_point,
.history_item:hover .history_point {
	background: var(--brand-color-main, #1d2c6a);
	border-color: var(--brand-color-main, #1d2c6a);
	transform: translate(-50%, -50%) scale(1.45);
	box-shadow: 0 0 0 8px rgba(29, 44, 106, 0.1);
}

.history_year_box {
	width: 43%;
	text-align: right;
	padding-right: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.history_item:nth-child(even) .history_year_box {
	text-align: left;
	padding-right: 0;
	padding-left: 4.5rem;
	justify-content: flex-start;
}

.year_num {
	font-size: 6.4rem;
	font-weight: var(--font-eb, 900);
	font-family: var(--font-Paperlogy, sans-serif);
	color: #eef1f6;
	line-height: 1;
	transition: all 0.8s cubic-bezier(0.2, 0, 0.2, 1);
	position: relative;
	display: inline-block;
	transition-delay: 0.18s;
	letter-spacing: -0.04em;
}

.history_item.is-active .year_num,
.history_item:hover .year_num {
	color: var(--brand-color-main, #1d2c6a);
	transform: translateX(-8px);
}

.history_item:nth-child(even).is-active .year_num,
.history_item:nth-child(even):hover .year_num {
	transform: translateX(8px);
}

.history_content_box {
	width: 43%;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(10px);
	padding: 3.5rem 4.2rem;
	border-radius: 3.2rem;
	border: 1px solid rgba(29, 44, 106, 0.06);
	box-shadow: 0 15px 40px rgba(29, 44, 106, 0.04);
	transition: all 0.8s cubic-bezier(0.2, 0, 0.2, 1);
	position: relative;
	z-index: 5;
	transition-delay: 0.35s;
	box-sizing: border-box;
}

.history_content_box::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 3.2rem;
	padding: 1px;
	background: linear-gradient(135deg, rgba(29, 44, 106, 0.12), transparent 50%, rgba(0, 176, 240, 0.1));
	-webkit-mask: linear-gradient(var(--color-white) 0 0) content-box, linear-gradient(var(--color-white) 0 0);
	mask: linear-gradient(var(--color-white) 0 0) content-box, linear-gradient(var(--color-white) 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.history_item.is-active .history_content_box,
.history_content_box:hover {
	background: var(--color-white, var(--color-white));
	transform: translateY(-1.2rem);
	box-shadow: 0 30px 60px rgba(29, 44, 106, 0.08);
	border-color: rgba(29, 44, 106, 0.16);
}

.history_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.history_list li {
	display: flex;
	align-items: center;
	gap: 1.8rem;
	margin-bottom: 1.8rem;
}

.history_list li:last-child {
	margin-bottom: 0;
}

.month_circle {
	flex-shrink: 0;
	width: 4.2rem;
	height: 4.2rem;
	background: rgba(0, 176, 240, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	font-weight: var(--font-eb, 800);
	font-family: var(--font-Paperlogy, sans-serif);
	color: var(--ad-accent, #00b0f0);
	transition: all 0.4s ease;
}

.history_item.is-active .month_circle,
.history_item:hover .month_circle {
	background: var(--brand-color-main, #1d2c6a);
	color: var(--color-white, var(--color-white));
}

.event_descs {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
}

.event_desc {
	font-size: 1.8rem;
	line-height: 1.6;
	color: #1a1a1a;
	font-weight: var(--font-md, 500);
	word-break: keep-all;
}

.history_content_box::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	width: clamp(18px, 7vw, 92px);
	height: 1px;
	background: rgba(29, 44, 106, 0.18);
	transform: translateY(-50%);
}

.history_item:nth-child(even) .history_content_box::after {
	right: auto;
	left: 100%;
}

/* [추가 2026-09-03] Digital@Sea 연혁 — 세원 레이아웃 + 행사 이미지/테마 */
.history_list li {
	align-items: flex-start;
}

.event_date {
	font-weight: var(--font-bd, 700);
	color: var(--brand-color-main, #1d2c6a);
}

.event_place {
	font-size: 1.6rem;
	color: #555;
}

.event_theme {
	font-size: 1.6rem;
	color: #1a9cd5;
}

.event_flag {
	display: inline-block;
	margin-top: 0.4rem;
	padding: 0.35rem 1rem;
	border-radius: 999px;
	background: rgba(220, 53, 69, 0.1);
	color: #c0392b;
	font-size: 1.35rem;
	font-weight: var(--font-bd, 700);
	line-height: 1.4;
}

.history_thumb {
	/* [수정 2026-09-03] 월 원형(month_circle)+gap 만큼 들여쓰기 — 본문 텍스트와 좌측 정렬 */
	margin-top: 2rem;
	margin-left: calc(4.2rem + 1.8rem);
	max-width: 28rem;
	border-radius: 1.2rem;
	overflow: hidden;
	background: #eef1f6;
}

.history_thumb img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}


/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1024px) {

	.history_wrap::before,
	.history_wrap::after {
		left: 3.2rem;
		transform: none;
	}

	.history_section {
		margin-bottom: 5rem;
	}

	.decade_title {
		margin-bottom: 3rem;
		overflow: hidden;
	}

	.decade_title .decade_bg_text {
		font-size: 10rem;
	}

	.decade_title h3 {
		font-size: 5.4rem;
	}

	.history_item {
		flex-direction: column !important;
		align-items: flex-start;
		margin-left: 6.4rem;
		width: calc(100% - 6.4rem);
		margin-bottom: 3rem;
	}

	.history_point {
		left: calc(-6.4rem + 3.2rem);
		top: 2.05rem;
		transform: translate(-50%, -50%);
	}

	.history_item.is-active .history_point,
	.history_item:hover .history_point {
		transform: translate(-50%, -50%) scale(1.45);
	}

	.history_item.is-active .year_num,
	.history_item:hover .year_num {
		transform: translateX(8px);
	}

	.history_year_box {
		width: 100%;
		text-align: left !important;
		padding: 0 !important;
		margin-bottom: 1.5rem;
		justify-content: flex-start;
		min-height: 0 !important;
	}

	.year_num {
		font-size: 4.1rem;
	}

	.history_content_box {
		width: 100%;
		padding: 3rem 3.5rem;
		border-radius: 2.4rem;
	}

	.history_content_box::before {
		border-radius: 2.4rem;
	}

	.history_content_box::after {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.history_wrap {
		padding-bottom: 5rem;
	}

	.history_wrap::before,
	.history_wrap::after {
		left: 1.4rem;
	}

	.decade_title {
		margin-bottom: 2rem;
	}

	.decade_title .decade_bg_text {
		font-size: clamp(4.8rem, 18vw, 7rem);
	}

	.decade_title h3 {
		font-size: 4.5rem;
	}

	.decade_title p {
		font-size: 1.25rem;
		letter-spacing: 0.2rem;
		margin-top: 0.8rem;
	}

	.history_item {
		margin-left: 3.6rem;
		width: calc(100% - 3.6rem);
		margin-bottom: 2.4rem;
	}

	.history_point {
		left: calc(-3.6rem + 1.4rem);
		top: 1.5rem;
		width: 10px;
		height: 10px;
	}

	.history_year_box {
		margin-bottom: 1.2rem;
	}

	.year_num {
		font-size: 3rem;
	}

	.history_content_box {
		padding: 2.4rem 2.2rem;
		border-radius: 2rem;
	}

	.event_desc {
		font-size: 1.55rem;
	}

	.month_circle {
		width: 3.8rem;
		height: 3.8rem;
		font-size: 1.2rem;
	}

	.history_list li {
		gap: 1.2rem;
		margin-bottom: 1.4rem;
	}

	.history_thumb {
		margin-top: 1.6rem;
		margin-left: calc(3.8rem + 1.2rem);
		max-width: 22rem;
		border-radius: 1rem;
	}

	.event_flag {
		font-size: 1.2rem;
	}
}

/* ==================================================
	회사소개 - 주요 고객사
================================================== */
.cl {
	width: 100%;
}

.cl_hd {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 8rem;
}

.cl_hd .line_label {
	margin-bottom: 2.4rem;
}

.cl_hd h2 {
	font-size: clamp(3.2rem, 4.2vw, 4.4rem);
	margin: 0;
}

.cl_hd h2 span {
	color: var(--brand-color-main, #1d2c6a);
}

.cl_hd .c_desc {
	margin-top: 1.6rem;
	font-size: 2rem;
	line-height: 1.7;
	color: var(--cw-grey-600, #64748b);
}

.cl_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem;
}

.cl_item {
	background: var(--color-white);
	border: 1px solid var(--cw-grey-200, #e2e8f0);
	border-radius: 1rem;
	height: 11rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1rem;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.01);
	transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.cl_item img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: contain;
	transform: scale(1.3);
	transform-origin: center center;
	transition: transform 0.4s ease;
}

.cl_item:hover {
	transform: translateY(-0.6rem);
	border-color: var(--brand-color-main, #1d2c6a);
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.cl_item:hover img {
	transform: scale(1.38);
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.cl_hd {
		margin-bottom: 7rem;
	}

	.cl_grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 2.5rem;
	}

	.cl_item {
		height: 10.5rem;
		border-radius: 0.8rem;
	}
}

@media screen and (max-width: 1024px) {
	.cl_hd {
		margin-bottom: 6rem;
	}

	.cl_grid {
		gap: 2rem;
	}

	.cl_item {
		height: 10rem;
		padding: 0.6rem 0.9rem;
	}
}

@media screen and (max-width: 768px) {
	.cl_hd {
		margin-bottom: 5rem;
	}

	.cl_hd .line_label {
		margin-bottom: 1.8rem;
	}

	.cl_hd .c_desc {
		margin-top: 1.2rem;
		font-size: 1.8rem;
	}

	.cl_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}

	.cl_item {
		height: 10rem;
		padding: 0.6rem 0.85rem;
		border-radius: 0.6rem;
	}

	.cl_item img {
		transform: scale(1.22);
	}

	.cl_item:hover {
		transform: none;
		box-shadow: 0 10px 30px rgba(15, 23, 42, 0.01);
	}

	.cl_item:hover img {
		transform: scale(1.22);
	}
}

@media screen and (max-width: 640px) {
	.cl_grid {
		gap: 1.5rem;
	}

	.cl_item {
		height: 9.5rem;
	}
}

@media screen and (max-width: 480px) {
	.cl_hd {
		margin-bottom: 4rem;
	}

	.cl_hd .c_desc {
		font-size: 1.6rem;
		line-height: 1.65;
	}

	.cl_grid {
		gap: 1.2rem;
	}

	.cl_item {
		height: 9rem;
		padding: 0.55rem 0.75rem;
		border-radius: 0.4rem;
	}

	.cl_item img {
		transform: scale(1.18);
	}

	.cl_item:hover img {
		transform: scale(1.18);
	}
}

/* ==================================================
	회사소개 - 오시는 길
================================================== */
.lo {
	width: 100%;
}

.lo_hd {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 6rem;
}

.lo_hd .line_label {
	margin-bottom: 2.4rem;
}

.lo_hd h2 {
	font-size: clamp(3.2rem, 4.2vw, 4.4rem);
	margin: 0;
}

.lo_hd h2 span {
	color: var(--brand-color-main, #1d2c6a);
}

.lo_map {
	width: 100%;
	border-radius: 3.2rem;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.05);
	background: var(--cw-grey-200, #e2e8f0);
}

.lo_map .root_daum_roughmap,
.lo_map .root_daum_roughmap_landing {
	width: 100% !important;
	max-width: 100% !important;
}

.lo_map .root_daum_roughmap .wrap_map {
	height: 500px !important;
}

.lo_map .root_daum_roughmap .cont,
.root_daum_roughmap .cont {
	display: none;
}

.lo_cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem;
	margin-top: 5rem;
	align-items: stretch;
}

.lo_card {
	height: 100%;
	box-sizing: border-box;
	background: var(--color-white);
	border: 1px solid var(--cw-grey-200, #e2e8f0);
	border-radius: 2.4rem;
	padding: 4.5rem 3.5rem;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
	display: flex;
	flex-direction: column;
}

.lo_ico {
	width: 6.5rem;
	height: 6.5rem;
	background: var(--cw-grey-100, #f1f5f9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3.5rem;
	color: var(--brand-color-main, #1d2c6a);
	flex-shrink: 0;
}

.lo_ico svg {
	width: 2.8rem;
	height: 2.8rem;
}

.lo_lbl {
	font-size: 1.6rem;
	font-weight: var(--font-eb);
	color: var(--brand-color-main, #1d2c6a);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 1.2rem;
}

.lo_val {
	font-size: 1.9rem;
	font-weight: var(--font-md);
	color: var(--text-main, #0f172a);
	line-height: 1.5;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.lo_val a {
	color: inherit;
	text-decoration: none;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.lo_card:first-child .lo_val {
	line-height: 1.65;
	word-break: normal;
	overflow-wrap: anywhere;
}

.lo_sub {
	font-size: 1.6rem;
	color: var(--cw-grey-600, #64748b);
	font-weight: var(--font-md);
	margin-top: 0.8rem;
}

.lo_person {
	margin-bottom: 1.2rem;
}

.lo_person:last-child {
	margin-bottom: 0;
}

.lo_person .lo_sub {
	margin-top: 0.3rem;
}

/* ==================
	반응형 CSS
=====================*/
@media screen and (max-width: 1200px) {
	.lo_cards {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 4rem;
		gap: 2.5rem;
	}

	.lo_card {
		padding: 4rem 3.5rem;
	}
}

@media screen and (max-width: 1024px) {
	.lo_hd {
		margin-bottom: 5rem;
	}

	.lo_map {
		border-radius: 2.4rem;
	}

	.lo_map .root_daum_roughmap .wrap_map {
		height: 380px !important;
	}
}

@media screen and (max-width: 768px) {
	.lo_hd {
		margin-bottom: 4rem;
	}

	.lo_hd .line_label {
		margin-bottom: 1.8rem;
	}

	.lo_hd h2 br {
		display: none;
	}

	.lo_map {
		border-radius: 2rem;
	}

	.lo_map .root_daum_roughmap .wrap_map {
		height: 300px !important;
	}

	.lo_cards {
		grid-template-columns: 1fr;
		margin-top: 3rem;
		gap: 2rem;
	}

	.lo_card {
		height: auto;
		min-height: 13.5rem;
		padding: 3.5rem 3rem;
		flex-direction: row;
		align-items: center;
		gap: 2.5rem;
	}

	.lo_txt {
		flex: 1;
		min-width: 0;
	}

	.lo_ico {
		margin-bottom: 0;
		width: 6rem;
		height: 6rem;
	}

	.lo_ico svg {
		width: 2.4rem;
		height: 2.4rem;
	}
}

@media screen and (max-width: 480px) {
	.lo_hd {
		margin-bottom: 3.5rem;
	}

	.lo_map {
		border-radius: 1.6rem;
	}

	.lo_map .root_daum_roughmap .wrap_map {
		height: 240px !important;
	}

	.lo_cards {
		margin-top: 2.5rem;
		gap: 1.5rem;
	}

	.lo_card {
		min-height: 12rem;
		padding: 2.5rem 2rem;
		gap: 2rem;
		border-radius: 2rem;
	}

	.lo_ico {
		width: 5.4rem;
		height: 5.4rem;
	}

	.lo_ico svg {
		width: 2.2rem;
		height: 2.2rem;
	}

	.lo_lbl {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}

	.lo_val {
		font-size: 1.7rem;
	}

	.lo_sub {
		font-size: 1.5rem;
	}

	.lo_card:first-child .lo_val {
		font-size: 1.6rem;
	}
}

/* ==================================================
	제품소개 공통 사항
================================================== */
/* 섹션 헤더 */
.pd_sec_hd {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0;
	margin-bottom: 4.5rem;
}

.pd_sec_hd:not(:has(.pd_sub)) {
	margin-bottom: 3.6rem;
}

.pd_eyebrow {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	font-weight: var(--font-bd);
	color: var(--accent, #1a64f4);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: 1.3;
}

.pd_eyebrow span {
	color: var(--brand-color-main, #1d2c6a);
}

.pd_eyebrow--accent {
	font-weight: var(--font-bd);
	font-size: 1.5rem;
	color: var(--accent, #1a64f4);
	letter-spacing: 0.08em;
}

.pd_title {
	margin: 0;
	font-size: 3.6rem;
	font-weight: var(--font-bd);
	color: var(--brand-color-main, #1d2c6a);
	line-height: 1.3;
	word-break: keep-all;
}

.pd_title--dark {
	color: var(--color-black);
}

.pd_sub {
	margin: 1.2rem 0 0;
	font-size: 1.7rem;
	font-weight: var(--font-rg);
	color: var(--cw-grey-600, #64748b);
	line-height: 1.6;
	word-break: keep-all;
}

.pd_note {
	margin: 0;
	font-size: 1.8rem;
	font-weight: var(--font-md);
	color: var(--color-black);
	line-height: 1.5;
}

.pd_note--brand {
	color: var(--brand-color-main, #1d2c6a);
	text-align: center;
}

.pd_tip {
	display: flex;
	align-items: center;
	gap: 1.4rem;
	width: 100%;
	margin-top: 3.2rem;
	padding: 2rem 2.4rem;
	box-sizing: border-box;
	background: #f5f9ff;
	border-radius: 1.2rem;
	text-align: left;
}

.pd_tip>i {
	flex-shrink: 0;
	font-size: 2.4rem;
	line-height: 1;
	color: #3b82f6;
}

.pd_tip p {
	margin: 0;
	font-size: 1.6rem;
	font-weight: var(--font-md);
	color: #1e293b;
	line-height: 1.55;
	word-break: keep-all;
	text-align: left;
}

/* 제품 페이지 공통 래퍼 (섹션 간격) */
.sw {
	display: flex;
	flex-direction: column;
	gap: 10rem;
}

/* 상단 배너 + 제품 소개 묶음 */
.pd_intro {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	width: 100%;
}

/* 풀폭 인트로 배너 */
.pd_wide_banner {
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	padding: 5.5rem 0 6rem;
	background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 50%, #f1f5f9 100%);
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
	color: #111b25;
	overflow: hidden;
}

.pd_wide_banner::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(0, 176, 240, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
	pointer-events: none;
}

.pd_wide_inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: calc(var(--px-base) + (var(--header-inner-padding) * 2));
	margin: 0 auto;
	padding: 0 var(--header-inner-padding);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 2.4rem;
}

.pd_wide_badge {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	padding: 0.8rem 2.2rem;
	background: rgba(29, 44, 106, 0.08);
	color: var(--brand-color-main, #1d2c6a);
	border: 1px solid rgba(29, 44, 106, 0.15);
	font-size: 1.7rem;
	font-weight: 700;
	border-radius: 5rem;
	letter-spacing: 0.05em;
}

.pd_wide_badge i {
	font-size: 1.8rem;
	color: var(--brand-color-main, #1d2c6a);
}

.pd_wide_title {
	font-size: 4.8rem;
	font-weight: 800;
	color: #111b25;
	line-height: 1.25;
	letter-spacing: -0.03em;
	margin: 0;
	word-break: keep-all;
}

.pd_wide_title span {
	color: var(--brand-color-main, #1d2c6a);
}

.pd_wide_desc {
	font-size: 2.2rem;
	color: #334155;
	font-weight: 400;
	line-height: 1.65;
	margin: 0;
	word-break: keep-all;
}

.pd_wide_tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.4rem;
	margin-top: 1rem;
	padding-top: 2.8rem;
	border-top: 1px solid #cbd5e1;
	width: 100%;
}

.pd_tag_item {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem 2.4rem;
	background: var(--color-white);
	border: 1px solid #cbd5e1;
	border-radius: 5rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #1e293b;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.pd_tag_item i {
	color: var(--brand-color-main, #1d2c6a);
	font-size: 2rem;
}

/* 제품 히어로 카드 */
.pd_hero_card {
	display: grid;
	grid-template-columns: 4.5fr 5.5fr;
	gap: 5rem;
	background: var(--color-white);
	border: 1px solid #e2e8f0;
	border-radius: 2.8rem;
	padding: 4.5rem;
	align-items: center;
	box-shadow: 0 15px 40px rgba(29, 44, 106, 0.05);
}

.pd_hero_img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f8fafc;
	border-radius: 2rem;
	padding: 3rem;
	border: 1px solid #f1f5f9;
}

.pd_hero_img img {
	max-width: 100%;
	height: auto;
	max-height: 38rem;
	object-fit: contain;
}

.pd_hero_info {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
}

.pd_hero_badge {
	display: inline-flex;
	padding: 0.5rem 1.4rem;
	background: rgba(29, 44, 106, 0.08);
	color: var(--brand-color-main, #1d2c6a);
	font-size: 1.4rem;
	font-weight: 700;
	border-radius: 5rem;
	align-self: flex-start;
}

.pd_hero_badge--dark {
	background: rgba(15, 23, 42, 0.08);
	color: #0f172a;
}

.pd_hero_title {
	margin: 0;
	font-size: 3.4rem;
	font-weight: 800;
	color: #111b25;
	line-height: 1.3;
}

.pd_hero_title span {
	color: var(--brand-color-main, #1d2c6a);
}

.pd_hero_desc {
	margin: 0;
	font-size: 1.7rem;
	color: #475569;
	line-height: 1.65;
	word-break: keep-all;
}

/* 처리 절차 플로우 */
.pd_process_sec {
	width: 100%;
}

.pd_flow_track {
	list-style: none;
	margin: 0;
	padding: 3.2rem 2.4rem;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	box-sizing: border-box;
	background: var(--cw-grey-50, #f8fafc);
	border: 1px solid var(--cw-grey-200, #e2e8f0);
	border-radius: 2.4rem;
}

.pd_flow_track--7 {
	grid-template-columns: repeat(7, minmax(0, 1fr));
	padding: 2.8rem 1.6rem;
}

.pd_flow_track--7 .pd_flow_item {
	padding: 1rem 0.8rem 0.6rem;
	gap: 1.2rem;
}

.pd_flow_track--7 .pd_flow_item:not(:last-child)::after {
	left: calc(50% + 1.8rem);
	width: calc(100% - 3.6rem);
}

.pd_flow_item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1.6rem;
	padding: 1.2rem 1.6rem 0.8rem;
	min-width: 0;
}

.pd_flow_item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 3.4rem;
	left: calc(50% + 2.4rem);
	width: calc(100% - 4.8rem);
	height: 1px;
	background: linear-gradient(90deg, var(--brand-color-main, #1d2c6a) 0%, var(--cw-grey-300, #94a3b8) 100%);
	opacity: 0.35;
	pointer-events: none;
}

.pd_flow_num {
	position: relative;
	z-index: 1;
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-white);
	border: 1.5px solid var(--cw-grey-200, #e2e8f0);
	color: var(--brand-color-main, #1d2c6a);
	font-size: 1.5rem;
	font-weight: var(--font-eb);
	letter-spacing: 0.02em;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.pd_flow_item:hover .pd_flow_num {
	background: var(--brand-color-main, #1d2c6a);
	border-color: var(--brand-color-main, #1d2c6a);
	color: var(--color-white);
	box-shadow: 0 8px 20px rgba(29, 44, 106, 0.2);
}

.pd_flow_txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.6rem;
	min-width: 0;
}

.pd_flow_step {
	font-size: 1.25rem;
	font-weight: var(--font-eb);
	color: var(--cw-grey-600, #64748b);
	letter-spacing: 0.08em;
}

.pd_flow_title {
	margin: 0;
	font-size: 1.8rem;
	font-weight: var(--font-bd);
	color: var(--text-main, #111b25);
	line-height: 1.35;
	word-break: keep-all;
}

.pd_flow_desc {
	margin: 0;
	font-size: 1.4rem;
	color: #64748b;
	line-height: 1.4;
	word-break: keep-all;
}

.pd_flow_item--accent .pd_flow_num {
	background: var(--brand-color-main, #1d2c6a);
	border-color: var(--brand-color-main, #1d2c6a);
	color: var(--color-white);
}

.pd_flow_item--accent .pd_flow_step {
	color: var(--brand-color-main, #1d2c6a);
}

.pd_flow_item--accent .pd_flow_title {
	color: var(--brand-color-main, #1d2c6a);
}

/* 핵심 가치 카드 (3열 / 4열) */
.pd_values {
	width: 100%;
}

/* 섹션은 트리거만 쓰고, 실제 모션은 자식에서 부드럽게 처리 */
.pd_values.reveal-up {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.pd_values .pd_sec_hd,
.pd_values .pd_value_card,
.pd_values .pd_tip {
	opacity: 0;
	transform: translate3d(0, 1.6rem, 0);
	transition:
		opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1),
		transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.pd_values.is-revealed .pd_sec_hd {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0s;
}

.pd_values.is-revealed .pd_value_card {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.pd_values.is-revealed .pd_value_card:nth-child(1) {
	transition-delay: 0.12s;
}

.pd_values.is-revealed .pd_value_card:nth-child(2) {
	transition-delay: 0.24s;
}

.pd_values.is-revealed .pd_value_card:nth-child(3) {
	transition-delay: 0.36s;
}

.pd_values.is-revealed .pd_value_card:nth-child(4) {
	transition-delay: 0.48s;
}

.pd_values.is-revealed .pd_value_card:nth-child(5) {
	transition-delay: 0.6s;
}

.pd_values.is-revealed .pd_value_card:nth-child(6) {
	transition-delay: 0.72s;
}

.pd_values.is-revealed .pd_tip {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.84s;
}

.pd_value_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
}

.pd_value_grid--3 {
	grid-template-columns: repeat(3, 1fr);
}

.pd_value_grid--4 {
	grid-template-columns: repeat(4, 1fr);
	gap: 2.4rem;
}

.pd_value_card {
	position: relative;
	background: var(--color-white);
	border-radius: 2rem;
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.pd_values.is-revealed .pd_value_card {
	transition:
		opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1),
		transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.pd_value_visual {
	position: relative;
	height: 30rem;
}

.pd_value_grid--4 .pd_value_visual {
	height: 24rem;
}

.pd_value_img {
	height: 100%;
	overflow: hidden;
	border-radius: 2rem 2rem 0 0;
}

.pd_value_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pd_value_badge {
	position: absolute;
	right: 2.4rem;
	bottom: -4rem;
	width: 8rem;
	height: 8rem;
	background: var(--accent, #1a64f4);
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	box-shadow: 0 0.6rem 1.6rem rgba(26, 100, 244, 0.28);
	pointer-events: none;
}

.pd_value_grid--4 .pd_value_badge {
	right: 1.8rem;
	bottom: -3.4rem;
	width: 6.8rem;
	height: 6.8rem;
	border-radius: 0.9rem;
}

.pd_value_badge>img {
	width: 5rem;
	height: 5rem;
	object-fit: contain;
}

.pd_value_grid--4 .pd_value_badge>img {
	width: 4.2rem;
	height: 4.2rem;
}

.pd_value_body {
	padding: 4rem;
}

.pd_value_card:has(.pd_value_visual) .pd_value_body {
	padding-top: 5.6rem;
}

.pd_value_grid--4 .pd_value_body {
	padding: 3.2rem 2.4rem;
}

.pd_value_grid--4 .pd_value_card:has(.pd_value_visual) .pd_value_body {
	padding-top: 4.8rem;
}

@media (prefers-reduced-motion: reduce) {

	.pd_values .pd_sec_hd,
	.pd_values .pd_value_card,
	.pd_values .pd_tip,
	.pd_value_img img,
	.pd_value_badge {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		will-change: auto;
	}
}

.pd_value_head {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding-bottom: 3rem;
	border-bottom: 1px dashed #c8cacf;
}

.pd_value_num {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 3.6rem;
	height: 3.6rem;
	margin-right: 1.4rem;
	border-radius: 0.9rem;
	background: linear-gradient(145deg, var(--brand-color-main, #1d2c6a) 0%, #2f4aa0 100%);
	color: var(--color-white);
	font-size: 1.4rem;
	font-weight: var(--font-eb, 800);
	letter-spacing: 0.02em;
	line-height: 1;
	box-shadow: 0 0.4rem 1rem rgba(29, 44, 106, 0.2);
	vertical-align: middle;
}

.pd_value_head:has(.pd_value_num) h4 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
}

.pd_value_grid--4 .pd_value_head {
	padding-bottom: 2.4rem;
}

/* 텍스트만 있는 가치 카드 (타이틀 + 설명) */
.pd_value_grid--plain .pd_value_card {
	align-items: stretch;
}

.pd_value_grid--plain .pd_value_body {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	height: 100%;
	box-sizing: border-box;
	padding: 3.2rem;
}

.pd_value_grid--plain .pd_value_head {
	flex: 0 0 auto;
	gap: 0.9rem;
	padding-bottom: 0;
	border-bottom: none;
}

.pd_value_grid--plain .pd_value_head h4 {
	min-height: 3.6rem;
	line-height: 1.35;
}

.pd_value_grid--plain .pd_value_head p {
	font-size: 1.55rem;
	font-weight: var(--font-rg);
	color: #94a3b8;
	line-height: 1.55;
}

/* 2×2 카드 그리드 */
.pd_value_grid--2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3rem;
	max-width: 96rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* 5카드 — PC 3+2, 하단 2개 flex 중앙 정렬 */
.pd_value_grid--5 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3rem;
}

.pd_value_grid--5 .pd_value_card {
	flex: 0 0 calc((100% - 6rem) / 3);
	width: calc((100% - 6rem) / 3);
}

.pd_value_grid--5.pd_value_grid--plain .pd_value_head h4 {
	min-height: auto;
}

.pd_value_grid--5.pd_value_grid--plain .pd_value_head p {
	color: #6c768a;
	font-size: 1.6rem;
	line-height: 1.6;
}

/* 텍스트 카드 — 컴팩트 (용도 등) */
.pd_value_grid--plain-compact .pd_value_body {
	padding: 1.8rem 2.2rem;
}

.pd_value_grid--plain-compact .pd_value_head {
	gap: 0.55rem;
}

.pd_value_grid--plain-compact .pd_value_head h4 {
	min-height: auto;
}

.pd_value_grid--plain-compact .pd_value_head p {
	font-size: 1.45rem;
}

.pd_value_head h4 {
	margin: 0;
	font-size: 2.6rem;
	font-weight: var(--font-bd);
	color: var(--brand-color-main, #1d2c6a);
	line-height: 1.5;
}

.pd_value_grid--4 .pd_value_head h4 {
	font-size: 2.4rem;
}

.pd_value_head p {
	margin: 0;
	font-size: 1.7rem;
	font-weight: var(--font-sb);
	color: #6c768a;
	line-height: 1.5;
}

.pd_value_grid--4 .pd_value_head p {
	font-size: 1.6rem;
}

.pd_check_list {
	list-style: none;
	margin: 0;
	padding: 3rem 0 0;
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
}

.pd_value_grid--4 .pd_check_list {
	padding-top: 2.4rem;
	gap: 1.2rem;
}

.pd_check_list li {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	font-size: 1.7rem;
	font-weight: var(--font-rg);
	color: var(--color-black);
	line-height: 1.5;
	word-break: keep-all;
}

.pd_value_grid--4 .pd_check_list li {
	font-size: 1.6rem;
	gap: 1rem;
}

.pd_check_list li::before {
	content: '';
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: var(--brand-color-main, #1d2c6a) url('../../lib/images/product/common/ico_check.svg') center / 1.3rem auto no-repeat;
}

.pd_value_grid--4 .pd_check_list li::before {
	width: 2.6rem;
	height: 2.6rem;
	background-size: 1.1rem auto;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1400px) {
	.pd_value_grid--4 {
		gap: 2rem;
	}

	.pd_value_grid--4 .pd_value_visual {
		height: 22rem;
	}

	.pd_value_grid--4 .pd_value_head h4 {
		font-size: 2.2rem;
	}

	.pd_flow_track--7 {
		grid-template-columns: 1fr;
		padding: 2.4rem 2rem;
	}

	.pd_flow_track--7 .pd_flow_item {
		flex-direction: row;
		align-items: center;
		text-align: left;
		gap: 1.8rem;
		padding: 1.6rem 0.8rem;
	}

	.pd_flow_track--7 .pd_flow_item:not(:last-child)::after {
		top: 4.8rem;
		left: 2.3rem;
		bottom: 0;
		width: 1px;
		height: auto;
		background: linear-gradient(180deg, var(--brand-color-main, #1d2c6a) 0%, var(--cw-grey-300, #94a3b8) 100%);
	}

	.pd_flow_track--7 .pd_flow_item:not(:last-child) {
		padding-bottom: 2.8rem;
	}

	.pd_flow_track--7 .pd_flow_txt {
		align-items: flex-start;
	}
}

@media screen and (max-width: 1200px) {
	.pd_title {
		font-size: 3.2rem;
	}

	.pd_flow_track {
		padding: 2.8rem 1.6rem;
	}

	.pd_flow_title {
		font-size: 1.65rem;
	}

	.pd_flow_item {
		padding: 1rem 1rem 0.6rem;
	}

	.pd_flow_item:not(:last-child)::after {
		left: calc(50% + 2.2rem);
		width: calc(100% - 4.4rem);
	}

	.pd_value_grid {
		gap: 2rem;
	}

	.pd_value_grid--4 {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.4rem;
	}

	.pd_value_grid--2 {
		gap: 2.4rem;
		max-width: 100%;
	}

	.pd_value_grid--5 {
		gap: 2.4rem;
	}

	.pd_value_grid--5 .pd_value_card {
		flex: 0 0 calc((100% - 2.4rem) / 2);
		width: calc((100% - 2.4rem) / 2);
	}

	.pd_value_visual {
		height: 24rem;
	}

	.pd_value_grid--4 .pd_value_visual {
		height: 24rem;
	}

	.pd_value_body {
		padding: 3.2rem 2.4rem;
	}

	.pd_value_card:has(.pd_value_visual) .pd_value_body,
	.pd_value_grid--4 .pd_value_card:has(.pd_value_visual) .pd_value_body {
		padding-top: 5rem;
	}

	.pd_value_grid--4 .pd_value_body {
		padding: 3.2rem 2.4rem;
	}

	.pd_value_grid--plain .pd_value_body {
		padding: 3rem 2.8rem;
	}

	.pd_value_grid--plain-compact .pd_value_body {
		padding: 1.6rem 2rem;
	}

	.pd_value_head h4,
	.pd_value_grid--4 .pd_value_head h4 {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 1024px) {
	.pd_sec_hd {
		margin-bottom: 3.2rem;
	}

	.pd_title {
		font-size: 3rem;
	}

	.pd_eyebrow {
		margin-bottom: 0.8rem;
		font-size: 1.4rem;
	}

	.pd_sub {
		margin-top: 1rem;
		font-size: 1.6rem;
	}

	.pd_intro {
		gap: 3rem;
	}

	.pd_hero_card {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.pd_flow_track {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 2.4rem 2rem;
	}

	.pd_flow_item {
		flex-direction: row;
		align-items: center;
		text-align: left;
		gap: 1.8rem;
		padding: 1.6rem 0.8rem;
	}

	.pd_flow_item:not(:last-child)::after {
		top: 4.8rem;
		left: 2.3rem;
		bottom: 0;
		width: 1px;
		height: auto;
		background: linear-gradient(180deg, var(--brand-color-main, #1d2c6a) 0%, var(--cw-grey-300, #94a3b8) 100%);
	}

	.pd_flow_item:not(:last-child) {
		padding-bottom: 2.8rem;
	}

	.pd_flow_txt {
		align-items: flex-start;
	}

	.pd_value_grid,
	.pd_value_grid--3,
	.pd_value_grid--4,
	.pd_value_grid--5 {
		grid-template-columns: 1fr;
		max-width: 56rem;
		margin: 0 auto;
	}

	.pd_value_grid--2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 100%;
		margin: 0;
		gap: 2rem;
	}

	.pd_value_grid--5 {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.pd_value_grid--5 .pd_value_card {
		flex: 0 0 100%;
		width: 100%;
		max-width: none;
	}

	.pd_value_visual,
	.pd_value_grid--4 .pd_value_visual {
		height: 28rem;
	}

	.pd_wide_banner {
		padding: 5rem 0 5.5rem;
	}

	.pd_wide_title {
		font-size: 3.8rem;
	}

	.pd_wide_desc {
		font-size: 2rem;
	}

	.pd_tag_item {
		font-size: 1.6rem;
		padding: 0.8rem 2rem;
	}
}

@media screen and (max-width: 768px) {
	.pd_sec_hd {
		margin-bottom: 3rem;
	}

	.pd_value_grid--2 {
		grid-template-columns: 1fr;
		max-width: 56rem;
		margin-left: auto;
		margin-right: auto;
	}

	.pd_title {
		font-size: 2.6rem;
	}

	.pd_eyebrow {
		margin-bottom: 0.7rem;
		font-size: 1.35rem;
	}

	.pd_eyebrow--accent {
		font-size: 1.35rem;
	}

	.pd_sub {
		margin-top: 0.9rem;
		font-size: 1.55rem;
	}

	.pd_value_badge,
	.pd_value_grid--4 .pd_value_badge {
		width: 6.4rem;
		height: 6.4rem;
		right: 1.6rem;
		bottom: -3.2rem;
	}

	.pd_value_badge>img,
	.pd_value_grid--4 .pd_value_badge>img {
		width: 3.8rem;
		height: 3.8rem;
	}

	.pd_value_body,
	.pd_value_grid--4 .pd_value_body {
		padding: 3.2rem 2.4rem;
	}

	.pd_value_card:has(.pd_value_visual) .pd_value_body,
	.pd_value_grid--4 .pd_value_card:has(.pd_value_visual) .pd_value_body {
		padding-top: 4.4rem;
	}

	.pd_value_grid--plain .pd_value_body {
		padding: 2.8rem;
	}

	.pd_value_grid--plain-compact .pd_value_body {
		padding: 1.6rem 1.4rem;
	}

	.pd_check_list li,
	.pd_value_grid--4 .pd_check_list li {
		font-size: 1.6rem;
	}

	.pd_check_list li::before,
	.pd_value_grid--4 .pd_check_list li::before {
		width: 2.6rem;
		height: 2.6rem;
		background-size: 1.1rem auto;
	}

	.pd_note {
		font-size: 1.6rem;
	}

	.pd_hero_title {
		font-size: 2.6rem;
	}

	.pd_hero_card {
		padding: 3rem 2.4rem;
		gap: 2.4rem;
		border-radius: 2rem;
	}

	.pd_intro {
		gap: 2.4rem;
	}
}

@media screen and (max-width: 640px) {
	.pd_wide_banner {
		padding: 4rem 0;
	}

	.pd_wide_badge {
		font-size: 1.5rem;
		padding: 0.6rem 1.6rem;
	}

	.pd_wide_title {
		font-size: 2.8rem;
	}

	.pd_wide_desc {
		font-size: 1.6rem;
	}

	.pd_tag_item {
		font-size: 1.5rem;
		padding: 0.7rem 1.6rem;
	}

	.pd_tag_item i {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 480px) {
	.pd_title {
		font-size: 2.4rem;
	}

	.pd_eyebrow {
		margin-bottom: 0.6rem;
		font-size: 1.3rem;
	}

	.pd_sub {
		margin-top: 0.8rem;
		font-size: 1.5rem;
	}

	.pd_value_visual,
	.pd_value_grid--4 .pd_value_visual {
		height: 22rem;
	}

	.pd_value_body,
	.pd_value_grid--4 .pd_value_body {
		padding: 2.8rem 2rem;
	}

	.pd_value_card:has(.pd_value_visual) .pd_value_body,
	.pd_value_grid--4 .pd_value_card:has(.pd_value_visual) .pd_value_body {
		padding-top: 4.2rem;
	}

	.pd_value_grid--plain .pd_value_body {
		padding: 2.4rem 2rem;
	}

	.pd_value_grid--plain-compact .pd_value_body {
		padding: 1.6rem 1.4rem;
	}

	.pd_value_head {
		padding-bottom: 2rem;
	}

	.pd_value_num {
		width: 3.2rem;
		height: 3.2rem;
		font-size: 1.3rem;
		margin-right: 1.2rem;
		border-radius: 0.8rem;
	}

	.pd_value_grid--plain .pd_value_head {
		padding-bottom: 0;
		gap: 0.8rem;
	}

	.pd_value_grid--plain .pd_value_head h4 {
		min-height: 3.2rem;
		font-size: 2rem;
	}

	.pd_value_grid--plain .pd_value_head p {
		font-size: 1.45rem;
	}

	.pd_value_head h4,
	.pd_value_grid--4 .pd_value_head h4 {
		font-size: 2rem;
	}

	.pd_value_head p,
	.pd_value_grid--4 .pd_value_head p,
	.pd_check_list li,
	.pd_value_grid--4 .pd_check_list li,
	.pd_note {
		font-size: 1.5rem;
	}
}

/* ==================================================
	제품소개 - 절삭유 공급장치 - 수용성 절삭유 자동공급장치
================================================== */
/* supply_water 전용 배지 아이콘 조합 */
.sw_ico_chart {
	position: relative;
	display: block;
	width: 5rem;
	height: 5rem;
}

.pd_value_grid--4 .sw_ico_chart {
	width: 4.2rem;
	height: 4.2rem;
}

.sw_ico_chart img {
	position: absolute;
	display: block;
	max-width: none;
	width: auto;
	height: auto;
}

.sw_ico_chart_bars {
	inset: 28.64% 2.66% 0 2.66%;
	width: 94.68%;
	height: 71.36%;
}

.sw_ico_chart_trend {
	inset: 0 8.89% 45.62% 19.4%;
	width: 71.71%;
	height: 54.38%;
}

.sw_ico_chart_dot {
	inset: 57.29% 83.27% 38.81% 12.82%;
	width: 3.91%;
	height: 3.9%;
}

/* --- 효과 분석 --- */
.sw_effect {
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	padding: 8rem 0;
	background: #fafafc;
	overflow: hidden;
}

.sw_effect_bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.sw_effect_bg img {
	position: absolute;
	left: 0;
	top: 0;
	width: 79%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

.sw_effect_bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(250, 250, 252, 0) 50%, #fafafc 80%);
}

.sw_effect_inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: calc(var(--px-base) + (var(--header-inner-padding) * 2));
	margin: 0 auto;
	padding: 0 var(--header-inner-padding);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5rem;
}

.sw_effect_grid {
	display: grid;
	grid-template-columns: minmax(0, 64rem) minmax(0, 78rem);
	gap: 0 4rem;
	width: 100%;
	align-items: start;
}

.sw_effect_copy {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.sw_effect_label {
	margin: 0;
	font-size: 2.4rem;
	font-weight: var(--font-bd);
	color: var(--accent, #1a64f4);
	line-height: 1.5;
}

.sw_effect_heading {
	margin: 0;
	font-size: 5.2rem;
	font-weight: var(--font-bd);
	color: #1b36a7;
	line-height: 1.3;
	word-break: keep-all;
}

.sw_effect_desc {
	margin: 0;
	font-size: 2rem;
	font-weight: var(--font-md);
	color: var(--color-black);
	line-height: 1.5;
	word-break: keep-all;
}

.sw_effect_stats {
	display: flex;
	gap: 6rem;
	padding-top: 3rem;
}

.sw_effect_stat {
	width: 26rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sw_effect_stat:first-child {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	padding-right: 3rem;
}

.sw_effect_stat strong {
	font-size: 5.2rem;
	font-weight: var(--font-bd);
	color: var(--accent, #1a64f4);
	line-height: 1.3;
}

.sw_effect_stat span {
	font-size: 2rem;
	font-weight: var(--font-sb);
	color: var(--brand-color-main, #1d2c6a);
	line-height: 1.5;
}

.sw_effect_charts {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	min-width: 0;
}

.sw_chart_card {
	background: var(--color-white);
	border-radius: 2rem;
	box-shadow: 0 0.4rem 1.1rem rgba(0, 0, 0, 0.07);
	padding: 4rem 5rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
	overflow: hidden;
}

.sw_chart_block {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding-bottom: 4rem;
	border-bottom: 1px dashed #c8cacf;
}

.sw_chart_block--last {
	border-bottom: 0;
	padding-bottom: 0;
}

.sw_chart_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.2rem;
}

.sw_chart_top strong {
	font-size: 2.4rem;
	font-weight: var(--font-bd);
	color: var(--brand-color-main, #1d2c6a);
	line-height: 1.5;
}

.sw_chart_badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.6rem 2rem;
	border-radius: 5rem;
	background: #e8f0fe;
	font-size: 2rem;
	font-weight: var(--font-bd);
	color: var(--accent, #1a64f4);
	line-height: 1.5;
}

.sw_chart_rows {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.sw_chart_row {
	display: grid;
	grid-template-columns: 7rem minmax(0, 1fr) auto;
	align-items: center;
	gap: 3rem;
}

.sw_chart_label {
	font-size: 1.8rem;
	font-weight: var(--font-bd);
	color: #6c768a;
	white-space: nowrap;
}

.sw_chart_row--after .sw_chart_label,
.sw_chart_row--after .sw_chart_val {
	color: var(--accent, #1a64f4);
}

.sw_bar {
	display: block;
	height: 2rem;
	width: var(--w, 100%);
	max-width: 100%;
	border-radius: 0.6rem;
}

.sw_bar--before {
	background: #c8cacf;
}

.sw_bar--after {
	background: var(--accent, #1a64f4);
}

/* 효과 분석 — 좌/우 슬라이드 + 막대 성장 */
.sw_effect.reveal-up {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.sw_effect .sw_effect_inner>.pd_title,
.sw_effect .sw_effect_copy,
.sw_effect .sw_effect_charts {
	opacity: 0;
	transition:
		opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.sw_effect .sw_effect_inner>.pd_title {
	transform: translate3d(0, 1.4rem, 0);
}

.sw_effect .sw_effect_copy {
	transform: translate3d(-2.4rem, 0, 0);
}

.sw_effect .sw_effect_charts {
	transform: translate3d(2.4rem, 0, 0);
}

.sw_effect .sw_bar {
	width: 0;
	transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.sw_effect.is-revealed .sw_effect_inner>.pd_title {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.sw_effect.is-revealed .sw_effect_copy {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.1s;
}

.sw_effect.is-revealed .sw_effect_charts {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.18s;
}

.sw_effect.is-revealed .sw_bar {
	width: var(--w, 100%);
	transition-delay: 0.35s;
}

.sw_effect.is-revealed .sw_chart_block:nth-child(2) .sw_bar {
	transition-delay: 0.48s;
}

.sw_effect.is-revealed .sw_chart_block:nth-child(3) .sw_bar {
	transition-delay: 0.6s;
}

@media (prefers-reduced-motion: reduce) {

	.sw_effect .sw_effect_inner>.pd_title,
	.sw_effect .sw_effect_copy,
	.sw_effect .sw_effect_charts,
	.sw_effect .sw_bar {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		will-change: auto;
	}

	.sw_effect .sw_bar {
		width: var(--w, 100%) !important;
	}
}

.sw_chart_val {
	font-size: 1.8rem;
	font-weight: var(--font-bd);
	color: #6c768a;
	white-space: nowrap;
	min-width: 7rem;
	text-align: right;
}

/* --- 제품 제원 --- */
.sw_specs .pd_sec_hd {
	margin-bottom: 5rem;
}

.sw_table_wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-top: 2px solid #1b36a7;
}

.sw_table {
	width: 100%;
	min-width: 72rem;
	border-collapse: collapse;
	table-layout: fixed;
}

.sw_table--simple {
	min-width: 48rem;
}

.sw_table th,
.sw_table td {
	padding: 2rem;
	border: 1px solid #c8cacf;
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.5;
	word-break: keep-all;
	vertical-align: middle;
}

.sw_table thead th {
	background: #e7f0fe;
	font-weight: var(--font-bd);
	color: #372f2f;
}

.sw_table tbody th {
	background: #f8f9fa;
	font-weight: var(--font-bd);
	color: #372f2f;
}

.sw_table tbody td {
	background: var(--color-white);
	font-weight: var(--font-sb);
	color: #6c768a;
}

.sw_th_group {
	width: 10%;
}

/* --- 제어 인터페이스 --- */
.sw_ctrl {
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	padding: 10rem 0;
	background: #f7f8fc;
}

.sw_ctrl_inner {
	width: 100%;
	max-width: calc(var(--px-base) + (var(--header-inner-padding) * 2));
	margin: 0 auto;
	padding: 0 var(--header-inner-padding);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6rem;
}

.sw_ctrl .pd_sec_hd {
	margin-bottom: 0;
	width: 100%;
}

.sw_ctrl .pd_title {
	max-width: 92rem;
}

.sw_ctrl_main {
	display: grid;
	grid-template-columns: minmax(0, 86rem) 1px minmax(0, 48rem);
	grid-template-rows: auto 1fr;
	grid-template-areas:
		"screen-hd divider feats-hd"
		"screen-img divider feats";
	column-gap: 3rem;
	row-gap: 3rem;
	align-items: stretch;
	width: 100%;
}

.sw_ctrl_screen_hd {
	grid-area: screen-hd;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sw_ctrl_feats_hd {
	grid-area: feats-hd;
	display: flex;
	align-items: flex-end;
}

.sw_ctrl_divider {
	grid-area: divider;
	width: 1px;
	background: #c8cacf;
	opacity: 0.8;
	justify-self: center;
}

.sw_ctrl_screen_img {
	grid-area: screen-img;
	background: #000;
	border-radius: 1rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4rem 2.4rem;
	min-height: 52rem;
	min-width: 0;
}

.sw_ctrl_screen_img img {
	display: block;
	width: 88%;
	height: auto;
}

.sw_feat_list {
	grid-area: feats;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-height: 0;
	height: 100%;
}

.sw_ctrl_screen_hd h4,
.sw_ctrl_feats_hd h4,
.sw_ctrl_subs_hd h4,
.sw_guide_hd h4 {
	margin: 0;
	font-size: 2.4rem;
	font-weight: var(--font-sb);
	color: var(--brand-color-main, #1d2c6a);
	line-height: 1.35;
}

.sw_ctrl_feats_hd h4 {
	color: #1b36a7;
}

.sw_ctrl_screen_hd p,
.sw_ctrl_subs_hd p,
.sw_guide_hd p {
	margin: 0;
	font-size: 1.7rem;
	font-weight: var(--font-rg);
	color: var(--color-black);
	line-height: 1.5;
	word-break: keep-all;
}

.sw_ctrl_subs_hd p {
	font-weight: var(--font-md);
}

.sw_feat_item {
	display: flex;
	align-items: center;
	gap: 2.4rem;
	padding: 2rem;
	background: var(--color-white);
	border: 1px solid #c8cacf;
	border-radius: 1rem;
	flex: 1;
}

/* Control Interface — 화면 scale + 기능/썸네일 stagger */
.sw_ctrl.reveal-up {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.sw_ctrl .pd_sec_hd,
.sw_ctrl .sw_ctrl_screen_hd,
.sw_ctrl .sw_ctrl_feats_hd,
.sw_ctrl .sw_ctrl_subs_hd,
.sw_ctrl .sw_ctrl_screen_img,
.sw_ctrl .sw_feat_item,
.sw_ctrl .sw_ctrl_sub,
.sw_ctrl .sw_guide,
.sw_ctrl .pd_note {
	opacity: 0;
	transition:
		opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.sw_ctrl .pd_sec_hd,
.sw_ctrl .sw_ctrl_screen_hd,
.sw_ctrl .sw_ctrl_feats_hd,
.sw_ctrl .sw_ctrl_subs_hd,
.sw_ctrl .sw_guide,
.sw_ctrl .pd_note {
	transform: translate3d(0, 1.4rem, 0);
}

.sw_ctrl .sw_ctrl_screen_img {
	transform: scale(0.94);
	transform-origin: center center;
}

.sw_ctrl .sw_feat_item,
.sw_ctrl .sw_ctrl_sub {
	transform: translate3d(0, 1.2rem, 0);
}

.sw_ctrl.is-revealed .pd_sec_hd {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.sw_ctrl.is-revealed .sw_ctrl_screen_hd,
.sw_ctrl.is-revealed .sw_ctrl_feats_hd {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.08s;
}

.sw_ctrl.is-revealed .sw_ctrl_screen_img {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.12s;
}

.sw_ctrl.is-revealed .sw_feat_item {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.sw_ctrl.is-revealed .sw_feat_item:nth-child(1) {
	transition-delay: 0.2s;
}

.sw_ctrl.is-revealed .sw_feat_item:nth-child(2) {
	transition-delay: 0.3s;
}

.sw_ctrl.is-revealed .sw_feat_item:nth-child(3) {
	transition-delay: 0.4s;
}

.sw_ctrl.is-revealed .sw_feat_item:nth-child(4) {
	transition-delay: 0.5s;
}

.sw_ctrl.is-revealed .sw_ctrl_subs_hd {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.22s;
}

.sw_ctrl.is-revealed .sw_ctrl_sub {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.sw_ctrl.is-revealed .sw_ctrl_sub:nth-child(1) {
	transition-delay: 0.28s;
}

.sw_ctrl.is-revealed .sw_ctrl_sub:nth-child(2) {
	transition-delay: 0.36s;
}

.sw_ctrl.is-revealed .sw_ctrl_sub:nth-child(3) {
	transition-delay: 0.44s;
}

.sw_ctrl.is-revealed .sw_ctrl_sub:nth-child(4) {
	transition-delay: 0.52s;
}

.sw_ctrl.is-revealed .sw_ctrl_sub:nth-child(5) {
	transition-delay: 0.6s;
}

.sw_ctrl.is-revealed .sw_guide,
.sw_ctrl.is-revealed .pd_note {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.55s;
}

@media (prefers-reduced-motion: reduce) {

	.sw_ctrl .pd_sec_hd,
	.sw_ctrl .sw_ctrl_screen_hd,
	.sw_ctrl .sw_ctrl_feats_hd,
	.sw_ctrl .sw_ctrl_subs_hd,
	.sw_ctrl .sw_ctrl_screen_img,
	.sw_ctrl .sw_feat_item,
	.sw_ctrl .sw_ctrl_sub,
	.sw_ctrl .sw_guide,
	.sw_ctrl .pd_note {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		will-change: auto;
	}
}

.sw_feat_ico {
	flex-shrink: 0;
	width: 6rem;
	height: 6rem;
	border-radius: 3rem;
	background: #eaeef7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sw_feat_ico>img {
	width: 2.8rem;
	height: auto;
	max-height: 3.2rem;
	object-fit: contain;
}

.sw_ico_stack {
	position: relative;
	display: block;
	width: 3.1rem;
	height: 2.6rem;
}

.sw_ico_stack img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sw_feat_txt {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.sw_feat_txt strong {
	font-size: 2.1rem;
	font-weight: var(--font-sb);
	color: var(--color-black);
	line-height: 1.35;
	word-break: keep-all;
}

.sw_feat_txt strong span {
	font-weight: 900;
	color: var(--accent, #1a64f4);
}

.sw_feat_txt p {
	margin: 0;
	font-size: 1.7rem;
	font-weight: var(--font-rg);
	color: var(--color-black);
	line-height: 1.5;
	word-break: keep-all;
}

.sw_ctrl_subs {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.sw_ctrl_subs_hd {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sw_ctrl_sub_grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2rem;
}

.sw_ctrl_sub {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	min-width: 0;
}

.sw_ctrl_sub_img {
	width: 100%;
	aspect-ratio: 260 / 198;
	background: #000;
	border-radius: 1rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.8rem;
	box-sizing: border-box;
}

.sw_ctrl_sub_img img {
	display: block;
	width: 98%;
	height: auto;
}

.sw_ctrl_sub figcaption {
	font-size: 1.7rem;
	font-weight: var(--font-md);
	color: var(--color-black);
	text-align: center;
	line-height: 1.4;
}

.sw_guide {
	width: 100%;
	background: var(--color-white);
	border-radius: 3rem;
	box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.12);
	padding: 5rem 4.5rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.sw_guide_hd {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #c8cacf;
}

.sw_guide_hd>div {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sw_guide_toggle {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: 1.7rem;
	font-weight: var(--font-bd);
	color: var(--accent, #1a64f4);
	white-space: nowrap;
	line-height: 1.4;
}

.sw_guide_body {
	display: none;
}

.sw_guide.is-open .sw_guide_body {
	display: block;
}

.sw_guide_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 1rem;
}

.sw_guide_list li {
	width: calc(33.333% - 1rem);
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 1.7rem;
	font-weight: var(--font-md);
	color: var(--color-black);
	line-height: 1.4;
	word-break: keep-all;
}

.sw_guide_list li span {
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: var(--accent, #1a64f4);
	color: var(--color-white);
	font-size: 1.5rem;
	font-weight: var(--font-bd);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

/* ==================
	반응형 CSS
=====================*/
@media screen and (max-width: 1400px) {
	.sw_effect_grid {
		grid-template-columns: 1fr 1.15fr;
		gap: 3rem;
	}

	.sw_effect_heading,
	.sw_effect_stat strong {
		font-size: 4.6rem;
	}

	.sw_ctrl_main {
		grid-template-columns: minmax(0, 1.7fr) 1px minmax(0, 1fr);
	}

	.sw_ctrl_screen_img {
		min-height: 44rem;
		padding: 3.2rem 2rem;
	}

	.sw_guide_list li {
		width: calc(50% - 0.8rem);
	}
}

@media screen and (max-width: 1200px) {
	.sw {
		gap: 8rem;
	}

	.sw.il .il_brand + .il_brand {
		margin-top: -8rem;
	}

	.sw_effect_label {
		font-size: 2.2rem;
	}

	.sw_effect_heading,
	.sw_effect_stat strong {
		font-size: 4.2rem;
	}

	.sw_effect_desc,
	.sw_effect_stat span {
		font-size: 1.9rem;
	}

	.sw_chart_card {
		padding: 3.2rem 3rem;
	}

	.sw_chart_top strong {
		font-size: 2.2rem;
	}

	.sw_chart_badge {
		font-size: 1.8rem;
	}

	.sw_chart_label,
	.sw_chart_val {
		font-size: 1.7rem;
	}

	.sw_chart_row {
		grid-template-columns: 6.4rem minmax(0, 1fr) auto;
		gap: 1.6rem;
	}

	.sw_table th,
	.sw_table td {
		font-size: 1.6rem;
		padding: 1.8rem 1.4rem;
	}

	.sw_ctrl_screen_hd h4,
	.sw_ctrl_feats_hd h4,
	.sw_ctrl_subs_hd h4,
	.sw_guide_hd h4 {
		font-size: 2.2rem;
	}

	.sw_ctrl_screen_hd p,
	.sw_ctrl_subs_hd p,
	.sw_guide_hd p,
	.sw_feat_txt p,
	.sw_guide_list li,
	.sw_guide_toggle,
	.sw_ctrl_sub figcaption {
		font-size: 1.6rem;
	}

	.sw_feat_txt strong {
		font-size: 2rem;
	}

	.sw_ctrl_sub_grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 1024px) {
	.sw {
		gap: 7rem;
	}

	.sw.il .il_brand + .il_brand {
		margin-top: -7rem;
	}

	.sw_effect {
		padding: 6rem 0;
	}

	.sw_effect_inner {
		gap: 3.5rem;
	}

	.sw_effect_grid {
		grid-template-columns: 1fr;
		gap: 4rem;
	}

	.sw_effect_bg img {
		width: 100%;
		opacity: 0.35;
	}

	.sw_effect_bg::after {
		background: linear-gradient(180deg, rgba(250, 250, 252, 0.2) 0%, #fafafc 70%);
	}

	.sw_effect_heading,
	.sw_effect_stat strong {
		font-size: 4rem;
	}

	.sw_effect_desc {
		font-size: 1.8rem;
	}

	.sw_effect_desc br {
		display: none;
	}

	.sw_effect_stats {
		gap: 3rem;
	}

	.sw_effect_stat {
		width: auto;
		flex: 1;
	}

	.sw_ctrl {
		padding: 7rem 0;
	}

	.sw_ctrl_inner {
		gap: 4.5rem;
	}

	.sw_ctrl_main {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		grid-template-areas:
			"screen-hd"
			"screen-img"
			"feats-hd"
			"feats";
		gap: 2.4rem;
	}

	.sw_ctrl_divider {
		display: none;
	}

	.sw_ctrl_feats_hd {
		align-items: flex-start;
		margin-top: 1.6rem;
	}

	.sw_ctrl_screen_img {
		min-height: 0;
		padding: 2.4rem 1.6rem;
	}

	.sw_feat_list {
		height: auto;
	}

	.sw_feat_item {
		flex: none;
	}

	.sw_ctrl_sub_grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.6rem;
	}

	.sw_guide {
		padding: 4rem 3rem;
	}
}

@media screen and (max-width: 768px) {
	.sw {
		gap: 5.5rem;
	}

	.sw.il .il_brand + .il_brand {
		margin-top: -5.5rem;
	}

	.sw_ico_chart {
		width: 3.8rem;
		height: 3.8rem;
	}

	.sw_effect_label {
		font-size: 2rem;
	}

	.sw_effect_heading,
	.sw_effect_stat strong {
		font-size: 3.4rem;
	}

	.sw_effect_desc,
	.sw_effect_stat span {
		font-size: 1.7rem;
	}

	.sw_effect_stats {
		flex-direction: column;
		gap: 2rem;
		padding-top: 1.5rem;
	}

	.sw_effect_stat:first-child {
		border-right: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.12);
		padding-right: 0;
		padding-bottom: 2rem;
	}

	.sw_chart_card {
		padding: 2.8rem 2.4rem;
		border-radius: 1.6rem;
	}

	.sw_chart_top strong {
		font-size: 2rem;
	}

	.sw_chart_badge {
		font-size: 1.6rem;
		padding: 0.4rem 1.4rem;
	}

	.sw_chart_label,
	.sw_chart_val {
		font-size: 1.5rem;
	}

	.sw_chart_row {
		grid-template-columns: 5.2rem minmax(0, 1fr) auto;
		gap: 1.2rem;
	}

	.sw_bar {
		height: 1.6rem;
	}

	.sw_table {
		min-width: 64rem;
	}

	.sw_table th,
	.sw_table td {
		font-size: 1.5rem;
		padding: 1.6rem 1.2rem;
	}

	.sw_ctrl_screen_hd h4,
	.sw_ctrl_feats_hd h4,
	.sw_ctrl_subs_hd h4,
	.sw_guide_hd h4 {
		font-size: 2rem;
	}

	.sw_ctrl_screen_hd p,
	.sw_ctrl_subs_hd p,
	.sw_guide_hd p {
		font-size: 1.6rem;
	}

	.sw_ctrl_screen_img {
		padding: 2rem 1.2rem;
	}

	.sw_feat_item {
		gap: 1.6rem;
		padding: 1.6rem;
	}

	.sw_feat_ico {
		width: 5.2rem;
		height: 5.2rem;
	}

	.sw_feat_txt strong {
		font-size: 1.8rem;
	}

	.sw_feat_txt p,
	.sw_guide_toggle,
	.sw_guide_list li,
	.sw_ctrl_sub figcaption {
		font-size: 1.5rem;
	}

	.sw_ctrl_sub_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.6rem;
	}

	.sw_ctrl_sub_img {
		padding: 0.6rem;
	}

	.sw_guide {
		padding: 3.2rem 2.4rem;
		border-radius: 2rem;
	}

	.sw_guide_hd {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.2rem;
		padding-bottom: 2rem;
	}

	.sw_guide_list li {
		width: 100%;
	}

	.sw_guide_list li span {
		width: 2.8rem;
		height: 2.8rem;
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 480px) {
	.sw {
		gap: 4.5rem;
	}

	.sw.il .il_brand + .il_brand {
		margin-top: -4.5rem;
	}

	.sw_effect {
		padding: 4.5rem 0;
	}

	.sw_effect_label {
		font-size: 1.8rem;
	}

	.sw_effect_heading,
	.sw_effect_stat strong {
		font-size: 3rem;
	}

	.sw_effect_desc,
	.sw_effect_stat span {
		font-size: 1.6rem;
	}

	.sw_chart_card {
		padding: 2.4rem 1.6rem;
		gap: 2.4rem;
		border-radius: 1.6rem;
	}

	.sw_chart_block {
		padding-bottom: 2.4rem;
	}

	.sw_chart_top {
		flex-wrap: wrap;
		gap: 0.8rem;
	}

	.sw_chart_top strong {
		font-size: 1.8rem;
	}

	.sw_chart_badge {
		font-size: 1.5rem;
		padding: 0.3rem 1.2rem;
	}

	.sw_chart_row {
		grid-template-columns: 4.8rem minmax(0, 1fr) auto;
		gap: 0.8rem;
	}

	.sw_chart_label,
	.sw_chart_val {
		font-size: 1.5rem;
	}

	.sw_chart_val {
		min-width: 5.6rem;
	}

	.sw_ctrl {
		padding: 5rem 0;
	}

	.sw_ctrl_inner {
		gap: 3.5rem;
	}

	.sw_ctrl_screen_hd h4,
	.sw_ctrl_feats_hd h4,
	.sw_ctrl_subs_hd h4,
	.sw_guide_hd h4 {
		font-size: 1.9rem;
	}

	.sw_ctrl_screen_hd p,
	.sw_ctrl_subs_hd p,
	.sw_guide_hd p,
	.sw_feat_txt p,
	.sw_guide_toggle,
	.sw_guide_list li,
	.sw_ctrl_sub figcaption {
		font-size: 1.5rem;
	}

	.sw_feat_txt strong {
		font-size: 1.7rem;
	}

	.sw_feat_item {
		padding: 1.4rem;
		gap: 1.2rem;
	}

	.sw_feat_ico {
		width: 4.8rem;
		height: 4.8rem;
	}

	.sw_ctrl_screen_img {
		padding: 1.6rem 1rem;
		border-radius: 0.8rem;
	}

	.sw_ctrl_sub_grid {
		grid-template-columns: 1fr 1fr;
		gap: 1.2rem;
	}

	.sw_guide {
		padding: 2.4rem 1.6rem;
		border-radius: 1.6rem;
		gap: 1.6rem;
	}

	.sw_guide_hd {
		padding-bottom: 1.6rem;
	}

	.sw_table th,
	.sw_table td {
		padding: 1.2rem 0.8rem;
		font-size: 1.5rem;
	}
}

/* ==================================================
	제품소개 - 절삭유 공급장치 - 비수용성 절삭유 자동공급장치
================================================== */
/* Specifications Table Specifics */
.so_table {
	width: 100%;
}

.so_table th {
	background: #f1f5f9;
	color: #1e293b;
	font-weight: 700;
	font-size: 1.6rem;
	padding: 1.6rem;
	border-bottom: 2px solid #cbd5e1;
	text-align: center;
}

.so_table td {
	padding: 1.6rem 2rem;
	font-size: 1.6rem;
	color: #334155;
	border-bottom: 1px solid #e2e8f0;
}

.so_table .so_num {
	text-align: center;
	font-weight: 700;
	color: var(--brand-color-main, #1d2c6a);
	background: #f8fafc;
}

.so_table .so_item {
	font-weight: 600;
	color: #1e293b;
	background: #f8fafc;
}

.so_table .so_val {
	color: #0f172a;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 640px) {

	.so_table th,
	.so_table td {
		padding: 1.2rem 1rem;
		font-size: 1.5rem;
	}
}

/* ==================================================
	제품소개 - 절삭유 재생장치 - 압축기용 재생장치
================================================== */
.sw.rc .pd_flow_track--7 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 3.2rem;
	padding: 3.2rem 2.4rem;
}

.sw.rc .pd_flow_track--7 .pd_flow_item {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 1.2rem 1.6rem 0.8rem;
	gap: 1.4rem;
}

.sw.rc .pd_flow_track--7 .pd_flow_item:nth-child(4)::after {
	display: none;
}

.sw.rc .pd_flow_track--7 .pd_flow_step,
.sw.rc .pd_flow_track--7 .pd_flow_desc {
	font-size: 1.5rem;
	line-height: 1.45;
}

.sw.rc .pd_flow_track--7 .pd_flow_title {
	font-size: 1.8rem;
}

.sw.rc .rc_compare {
	max-width: none;
}

.sw.rc .rc_compare_card--after {
	background: #f8fafc;
	border-color: rgba(29, 44, 106, 0.18);
}

.sw.rc .rc_metric_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.sw.rc .rc_metric_list li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1.2rem;
	padding: 1.4rem 0;
	border-bottom: 1px solid var(--cw-grey-200, #e2e8f0);
}

.sw.rc .rc_metric_list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.sw.rc .rc_metric_label {
	flex-shrink: 0;
	font-size: 1.5rem;
	font-weight: var(--font-md);
	color: var(--cw-grey-600, #475569);
	line-height: 1.5;
	word-break: keep-all;
}

.sw.rc .rc_metric_val {
	font-size: 1.7rem;
	font-weight: var(--font-bd);
	color: var(--text-main, #111b25);
	line-height: 1.45;
	text-align: right;
	word-break: keep-all;
}

.sw.rc .rc_compare_card--after .rc_metric_val {
	color: var(--brand-color-main, #1d2c6a);
}

.sw.rc .rc_metric_val sup {
	font-size: 0.7em;
	line-height: 0;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1400px) {
	.sw.rc .pd_flow_track--7 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 3.2rem;
		padding: 3.2rem 2rem;
		grid-template-columns: none;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_item {
		flex: 0 0 25%;
		max-width: 25%;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 1.2rem 1.4rem 0.8rem;
		gap: 1.4rem;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_item:not(:last-child) {
		padding-bottom: 0.8rem;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_item:not(:last-child)::after {
		top: 3.4rem;
		left: calc(50% + 2.4rem);
		bottom: auto;
		width: calc(100% - 4.8rem);
		height: 1px;
		background: linear-gradient(90deg, var(--brand-color-main, #1d2c6a) 0%, var(--cw-grey-300, #94a3b8) 100%);
	}

	.sw.rc .pd_flow_track--7 .pd_flow_item:nth-child(4)::after {
		display: none;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_txt {
		align-items: center;
		text-align: center;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_step,
	.sw.rc .pd_flow_track--7 .pd_flow_desc {
		font-size: 1.5rem;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_title {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 1100px) {
	.sw.rc .pd_flow_track--7 .pd_flow_item {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_item:nth-child(4)::after {
		display: block;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_item:nth-child(3n)::after {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.sw.rc .pd_flow_track--7 {
		row-gap: 2.4rem;
		padding: 2.4rem 1.6rem;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_item {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_item:nth-child(3n)::after,
	.sw.rc .pd_flow_track--7 .pd_flow_item:nth-child(4)::after {
		display: block;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_item:nth-child(2n)::after {
		display: none;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_title {
		font-size: 1.7rem;
	}

	.sw.rc .rc_metric_list li {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.4rem;
		padding: 1.2rem 0;
	}

	.sw.rc .rc_metric_val {
		font-size: 1.6rem;
		text-align: left;
	}
}

@media screen and (max-width: 640px) {
	.sw.rc .pd_flow_track--7 {
		row-gap: 0;
		padding: 2.4rem 2rem;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_item {
		flex: 0 0 100%;
		max-width: 100%;
		flex-direction: row;
		align-items: center;
		text-align: left;
		gap: 1.8rem;
		padding: 1.6rem 0.8rem;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_item:not(:last-child) {
		padding-bottom: 2.8rem;
	}

	.sw.rc .pd_flow_track--7 .pd_flow_item:not(:last-child)::after {
		display: block;
		top: 4.8rem;
		left: 2.3rem;
		bottom: 0;
		width: 1px;
		height: auto;
		background: linear-gradient(180deg, var(--brand-color-main, #1d2c6a) 0%, var(--cw-grey-300, #94a3b8) 100%);
	}

	.sw.rc .pd_flow_track--7 .pd_flow_txt {
		align-items: flex-start;
		text-align: left;
	}
}

/* ==================================================
	제품소개 - 절삭유 재생장치 - 재생장치 맞춤제작
================================================== */
.rx_figure {
	margin: 0;
	overflow: hidden;
	background: #f8fafc;
	border: 1px solid #e6ebf2;
	border-radius: 2rem;
}

.rx_figure img {
	display: block;
	width: 100%;
	height: auto;
}

.rx_figure--chart {
	padding: 4.8rem 5.6rem;
	background: #fff;
	overflow: auto hidden;
	-webkit-overflow-scrolling: touch;
}

.rx_chart_scroll {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.rx_chart_scroll img {
	display: block;
	width: 100%;
	min-width: 110rem;
	height: auto;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.rx_figure--chart {
		padding: 3.2rem 3.6rem;
	}
}

@media screen and (max-width: 768px) {
	.rx_figure {
		border-radius: 1.8rem;
	}

	.rx_figure--chart {
		padding: 2.4rem 1.6rem;
	}
}

/* ==================================================
	제품소개 -  증류수 시스템 - 알칼리수기
================================================== */
.sw.aw .pd_flow_track--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 3.2rem 2.4rem;
}

.sw.aw .pd_flow_track--4 .pd_flow_title {
	font-size: 1.8rem;
}

.sw.aw .pd_flow_track--4 .pd_flow_desc {
	font-size: 1.5rem;
}

.aw_table {
	min-width: 86rem;
	border-collapse: collapse;
}

.aw_table .so_item {
	text-align: center;
	font-size: 1.55rem;
	line-height: 1.6;
}

.aw_table .so_val {
	font-size: 1.55rem;
	line-height: 1.65;
}

.sw.aw .sw_table_wrap {
	border-top: 2px solid #1b36a7;
}

.sw.aw .aw_table th,
.sw.aw .aw_table td {
	padding: 2rem 2.2rem;
	border: 1px solid #c8cacf;
}

.sw.aw .aw_table thead th {
	border-top: 0;
	border-bottom: 1px solid #c8cacf;
	text-align: center;
}

.sw.aw .aw_table tbody th,
.sw.aw .aw_table tbody td {
	border-bottom: 1px solid #c8cacf;
}

.aw_table td[rowspan] {
	font-weight: 600;
	color: #1e293b;
}

.aw_effect {
	text-align: left;
}

.aw_effect ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

.aw_effect li {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	padding-left: 0;
	line-height: 1.65;
	word-break: keep-all;
}

.aw_effect li::before {
	content: '';
	position: static;
	flex-shrink: 0;
	width: 0.4rem;
	height: 0.4rem;
	margin-top: 0.65em;
	border-radius: 50%;
	background: var(--brand-color-main, #1d2c6a);
	background-image: none;
}

.aw_apply {
	display: flex;
	flex-direction: column;
	gap: 4.8rem;
	width: 100%;
}

.aw_apply_block {
	width: 100%;
}

.aw_apply_tit {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.8rem 1.2rem;
	margin: 0 0 0.8rem;
	color: #0f172a;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.35;
	word-break: keep-all;
}

.aw_apply_desc {
	margin: 0 0 2rem;
	max-width: 72rem;
	color: #475569;
	font-size: 1.65rem;
	font-weight: 500;
	line-height: 1.65;
	word-break: keep-all;
}

.aw_apply_tit span {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0.35rem 1.1rem;
	background: rgba(29, 44, 106, 0.08);
	color: var(--brand-color-main, #1d2c6a);
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.3;
	border-radius: 5rem;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1024px) {
	.sw.aw .pd_flow_track--4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 2.8rem;
		padding: 2.8rem 1.6rem;
		grid-template-columns: none;
	}

	.sw.aw .pd_flow_track--4 .pd_flow_item {
		flex: 0 0 50%;
		max-width: 50%;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 1.2rem 1.4rem 0.8rem;
		gap: 1.4rem;
	}

	.sw.aw .pd_flow_track--4 .pd_flow_item:not(:last-child) {
		padding-bottom: 0.8rem;
	}

	.sw.aw .pd_flow_track--4 .pd_flow_item:not(:last-child)::after {
		top: 3.4rem;
		left: calc(50% + 2.4rem);
		bottom: auto;
		width: calc(100% - 4.8rem);
		height: 1px;
		background: linear-gradient(90deg, var(--brand-color-main, #1d2c6a) 0%, var(--cw-grey-300, #94a3b8) 100%);
	}

	.sw.aw .pd_flow_track--4 .pd_flow_item:nth-child(2n)::after {
		display: none;
	}

	.sw.aw .pd_flow_track--4 .pd_flow_txt {
		align-items: center;
		text-align: center;
	}

	.aw_apply_tit {
		font-size: 2rem;
	}
}

@media screen and (max-width: 640px) {
	.sw.aw .pd_flow_track--4 {
		row-gap: 0;
		padding: 2.4rem 2rem;
	}

	.sw.aw .pd_flow_track--4 .pd_flow_item {
		flex: 0 0 100%;
		max-width: 100%;
		flex-direction: row;
		align-items: center;
		text-align: left;
		gap: 1.8rem;
		padding: 1.6rem 0.8rem;
	}

	.sw.aw .pd_flow_track--4 .pd_flow_item:not(:last-child) {
		padding-bottom: 2.8rem;
	}

	.sw.aw .pd_flow_track--4 .pd_flow_item:not(:last-child)::after {
		display: block;
		top: 4.8rem;
		left: 2.3rem;
		bottom: 0;
		width: 1px;
		height: auto;
		background: linear-gradient(180deg, var(--brand-color-main, #1d2c6a) 0%, var(--cw-grey-300, #94a3b8) 100%);
	}

	.sw.aw .pd_flow_track--4 .pd_flow_txt {
		align-items: flex-start;
		text-align: left;
	}

	.aw_apply {
		gap: 3.2rem;
	}

	.aw_apply_tit {
		font-size: 2rem;
	}
}

/* ==================================================
	제품소개 - 세척제 재생장치
================================================== */
.sw.cr .cr_feat_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2.4rem;
	width: 100%;
}

.sw.cr .cr_feat_grid .pd_value_card {
	height: 100%;
}

.sw.cr .cr_feat_grid .pd_value_body {
	height: 100%;
	box-sizing: border-box;
}

.sw.cr .cr_feat_grid .pd_check_list li {
	font-size: 1.5rem;
	letter-spacing: -0.02em;
	word-break: keep-all;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.sw.cr .cr_feat_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 768px) {
	.sw.cr .cr_feat_grid {
		grid-template-columns: 1fr;
		max-width: 56rem;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ==================================================
	제품소개 - 기타 - 오일 스키머
================================================== */
.sw.os .os_use_wide {
	width: 100%;
}

.sw.os .os_use_wide_inner {
	display: flex;
	align-items: center;
	gap: 3rem;
	padding: 3.2rem 4rem;
	background: var(--color-white);
	border-radius: 2rem;
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}

.sw.os .os_use_wide_title {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin: 0;
	font-size: 2.6rem;
	font-weight: var(--font-bd);
	color: #372f2f;
	line-height: 1.4;
	word-break: keep-all;
}

.sw.os .os_use_wide_desc {
	flex: 1;
	margin: 0;
	padding-left: 3rem;
	border-left: 1px dashed #c8cacf;
	color: #6c768a;
	font-size: 1.8rem;
	font-weight: var(--font-sb);
	line-height: 1.6;
	word-break: keep-all;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1024px) {
	.sw.os .os_use_wide_inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.6rem;
		padding: 2.8rem 2.4rem;
	}

	.sw.os .os_use_wide_title {
		font-size: 2.2rem;
	}

	.sw.os .os_use_wide_desc {
		width: 100%;
		padding-left: 0;
		border-left: 0;
		padding-top: 1.6rem;
		border-top: 1px dashed #c8cacf;
		font-size: 1.6rem;
	}
}

/* ==================================================
	제품소개 - 기타 - 산업용 윤활유
================================================== */
.sw.il {
	--il-tab-pad: clamp(1.6rem, 1.5625vw, 2.4rem);
	--il-tab-bar-h: 5.2rem;
}

.sw.il .il_brand {
	margin-bottom: 0;
}

.sw.il .il_brand:last-child {
	margin-bottom: 0;
}

.sw.il .il_brand[id] {
	scroll-margin-top: calc(var(--header-hei, 12rem) + var(--il-nav-bar-hei, 6.8rem));
}

.sw.il .il_brand + .il_brand {
	margin-top: -10rem;
}

.sw.il #brand_cimcool.il_brand_zone {
	padding-top: 3.2rem;
}

.sw.il .il_brand_zone {
	padding: 6rem 0;
}

.sw.il .il_brand_zone--alt {
	position: relative;
	background: transparent;
}

.sw.il .il_brand_zone--alt::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: #f4f7fb;
}

.sw.il .pd_sec_hd .il_download_note {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	margin: 1.4rem 0 0;
	padding: 0;
	max-width: 100%;
	color: #64748b;
	font-size: 1.5rem;
	font-weight: var(--font-md, 500);
	line-height: 1.55;
	text-align: center;
	word-break: keep-all;
}

.sw.il .il_download_note i {
	flex-shrink: 0;
	font-size: 1.6rem;
	line-height: 1;
	color: #94a3b8;
}

.sw.il .il_download_note span {
	flex: 0 1 auto;
	min-width: 0;
}

.il_brand_group {
	margin: 4.8rem 0 1.6rem;
	padding-bottom: 1.2rem;
	border-bottom: 1px solid #e2e8f0;
	color: #1d2c6a;
	font-size: 2.1rem;
	font-weight: var(--font-bd);
	line-height: 1.35;
	word-break: keep-all;
}

.il_brand_group:first-of-type {
	margin-top: 0;
}

.sw.il .il_sub_title {
	margin: 0 0 1.6rem;
	color: #1d2c6a;
	font-size: 2.3rem;
	font-weight: var(--font-bd);
	line-height: 1.4;
	word-break: keep-all;
}

.sw.il .il_sub_title span {
	display: inline-block;
	margin-left: 0.4rem;
	color: #6c768a;
	font-size: 1.7rem;
	font-weight: var(--font-md, 500);
}

.sw.il .il_brand .il_sub_title:not(:first-of-type) {
	margin-top: 4rem;
}

/* 브랜드 상단 탭 네비게이션 */
.sw.il .il_brand_nav_sticky {
	position: sticky;
	top: var(--header-hei, 12rem);
	z-index: 90;
	display: flex;
	justify-content: center;
	padding: var(--il-tab-pad) 0;
	margin-bottom: calc((var(--il-tab-pad) * 2 + var(--il-tab-bar-h)) * -1);
	transition: top 0.35s ease;
}

.sw.il .il_brand_nav_bar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.8rem;
	padding: 0.4rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.92);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}

.sw.il .il_brand_nav_indicator {
	position: absolute;
	top: 0.4rem;
	left: 0;
	z-index: 0;
	height: calc(100% - 0.8rem);
	border-radius: 999px;
	background: linear-gradient(180deg, var(--brand-color-main, #1d2c6a) 0%, #2a3d8f 100%);
	box-shadow: 0 4px 14px rgba(29, 44, 106, 0.22);
	pointer-events: none;
	transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.il_nav_item {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	padding: 0.8rem 2.4rem;
	background: transparent;
	border: none;
	border-radius: 999px;
	color: #475569;
	font-size: 1.8rem;
	font-weight: var(--font-bd, 700);
	text-decoration: none;
	box-shadow: none;
	white-space: nowrap;
	transition: color 0.3s ease;
}

.il_nav_item:hover {
	color: var(--brand-color-main, #1d2c6a);
}

.il_nav_item.is-active {
	color: var(--color-white);
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}

.il_nav_item:focus,
.il_nav_item:focus-visible,
.il_nav_item:active {
	border-radius: 999px;
	outline: none;
}

.il_nav_item:focus-visible {
	outline: 2px solid var(--brand-color-main, #1d2c6a);
	outline-offset: 3px;
}

.il_nav_item i {
	font-size: 1.8rem;
}

/* 제품 그리드 카드 및 칩 시스템 */
.il_card_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: 2.8rem;
	margin-top: 2.4rem;
	width: 100%;
}

.il_card_grid--full {
	grid-template-columns: 1fr;
}

.il_product_card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--color-white);
	border: 1px solid #e2e8f0;
	border-radius: 2rem;
	padding: 3.2rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	position: relative;
	overflow: hidden;
}

.il_card_top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.6rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #f1f5f9;
}

.il_product_card>.il_card_top:only-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.il_card_title_wrap {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.il_card_tag {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	padding: 0.4rem 1.2rem;
	background: #eef2ff;
	color: #1d2c6a;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 0.6rem;
}

.il_card_title {
	margin: 0;
	font-size: 2.6rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.3;
}

.il_card_title span {
	font-size: 1.6rem;
	color: #64748b;
	font-weight: normal;
}

.il_pdf_download {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.8rem 1.6rem;
	background: #fee2e2;
	color: #111b25;
	border-radius: 0.8rem;
	font-size: 1.7rem;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
	flex-shrink: 0;
}

.il_pdf_download:hover {
	background: #dc2626;
	color: var(--color-white);
	transform: translateY(-2px);
}

.il_pdf_download i {
	font-size: 1.8rem;
	color: inherit;
}

.il_spec_metrics {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.2rem;
	padding: 2rem;
	margin: 1.6rem 0;
	background: #f8fafc;
	border-radius: 1.2rem;
	text-align: center;
}

.il_metric_item {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.il_metric_lbl {
	font-size: 1.5rem;
	color: #64748b;
	font-weight: 600;
}

.il_metric_val {
	font-size: 1.9rem;
	color: #1d2c6a;
	font-weight: 800;
}

.il_app_badge_group {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.4rem 0;
}

.il_app_row {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	flex-wrap: wrap;
}

.il_app_lbl {
	font-size: 1.5rem;
	font-weight: 700;
	color: #475569;
	width: 6.5rem;
	flex-shrink: 0;
}

.il_badge_list {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	flex-wrap: wrap;
}

.il_metal_pill {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 1rem;
	border-radius: 0.6rem;
	font-size: 1.5rem;
	font-weight: 700;
	background: #f1f5f9;
	color: #334155;
}

.il_metal_pill--opt {
	background: #dcfce7;
	color: #15803d;
}

.il_metal_pill--good {
	background: #e0f2fe;
	color: #0369a1;
}

.il_metal_pill--limit {
	background: #fef3c7;
	color: #b45309;
}

.il_metal_pill--none {
	background: #f1f5f9;
	color: #94a3b8;
}

.il_card_features {
	margin-top: 1.6rem;
	padding-top: 1.6rem;
	border-top: 1px dashed #e2e8f0;
}

.il_card_features ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.il_card_features li {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	font-size: 1.7rem;
	color: #334155;
	line-height: 1.5;
	word-break: keep-all;
}

.il_card_features li::before {
	content: '';
	flex-shrink: 0;
	width: 1.6rem;
	height: 1.6rem;
	margin-top: calc((1.5em - 1.6rem) / 2);
	border-radius: 50%;
	background: #1d2c6a url('../../lib/images/product/common/ico_check.svg') center / 0.8rem auto no-repeat;
}

/* 산업용 윤활유 — 타이포 스케일 */
.sw.il .pd_eyebrow {
	font-size: 1.6rem;
}

.sw.il .pd_title {
	font-size: 3.8rem;
}

.sw.il .pd_sub {
	font-size: 2rem;
}

.sw.il .il_download_note {
	font-size: 1.6rem;
}

.sw.il .pd_wide_badge {
	font-size: 1.9rem;
}

.sw.il .pd_wide_badge i {
	font-size: 2rem;
}

.sw.il .pd_tag_item {
	font-size: 2rem;
}

.sw.il .pd_tag_item i {
	font-size: 2.2rem;
}

.sw.il .pd_hero_badge {
	font-size: 1.6rem;
}

.sw.il .pd_hero_title {
	font-size: 3.8rem;
}

.sw.il .pd_hero_desc {
	font-size: 2rem;
}

.sw.il .pd_check_list li {
	font-size: 2rem;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1024px) {
	.sw.il .il_brand_zone {
		padding: 4.8rem 0;
	}

	.il_brand_group {
		margin-top: 3.6rem;
		font-size: 2rem;
	}

	.sw.il .il_sub_title {
		font-size: 2.1rem;
	}

	.sw.il .il_sub_title span {
		font-size: 1.6rem;
	}

	.sw.il .il_brand .il_sub_title:not(:first-of-type) {
		margin-top: 3.2rem;
	}

	.sw.il .pd_title {
		font-size: 3.2rem;
	}

	.sw.il .pd_eyebrow,
	.sw.il .pd_tag_item,
	.sw.il .pd_sub,
	.sw.il .pd_hero_desc,
	.sw.il .pd_check_list li {
		font-size: 1.8rem;
	}

	.sw.il .pd_hero_title {
		font-size: 3.2rem;
	}

	.il_nav_item {
		font-size: 1.8rem;
	}

	.il_card_title {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 900px) {
	.il_card_grid {
		grid-template-columns: 1fr;
	}

	.il_spec_metrics {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.sw.il {
		--il-tab-pad: 1.6rem;
		--il-tab-bar-h: 8.6rem;
	}

	.sw.il .il_brand_nav_sticky {
		padding: 0;
		margin-bottom: -8.6rem;
	}

	.sw.il .il_brand_nav_bar {
		width: 100%;
		border-radius: 0 0 0.8rem 0.8rem;
		flex-wrap: wrap;
		gap: 0.4rem;
		padding: 0.8rem 0.5rem;
	}

	.sw.il .il_brand_nav_indicator {
		display: none;
	}

	.sw.il .il_brand_zone {
		padding: 4rem 0;
	}

	.il_nav_item {
		flex: 1 1 calc(50% - 0.4rem);
		min-width: 0;
		padding: 0.6rem 1.2rem;
		font-size: 1.5rem;
		white-space: normal;
		text-align: center;
	}

	.il_nav_item.is-active {
		background: linear-gradient(180deg, var(--brand-color-main, #1d2c6a) 0%, #2a3d8f 100%);
	}

	.sw.il #brand_cimcool.il_brand_zone {
		padding-top: 2.4rem;
	}

	.sw.il .pd_title {
		font-size: 2.8rem;
	}

	.sw.il .pd_eyebrow,
	.sw.il .pd_sub,
	.sw.il .pd_check_list li,
	.sw.il .il_download_note,
	.sw.il .pd_hero_desc {
		font-size: 1.7rem;
	}

	.sw.il .pd_hero_title {
		font-size: 2.8rem;
	}

	.sw.il .il_sub_title {
		font-size: 2rem;
	}

	.il_card_title {
		font-size: 2.2rem;
	}
}

@media screen and (max-width: 640px) {
	.sw.il .il_brand_zone {
		padding: 3.2rem 0;
	}

	.il_brand_group {
		font-size: 1.9rem;
	}

	.sw.il .pd_sec_hd .il_download_note {
		margin-top: 1.2rem;
		font-size: 1.5rem;
	}

	.sw.il .pd_wide_badge,
	.sw.il .pd_tag_item,
	.sw.il .pd_eyebrow,
	.sw.il .pd_sub,
	.sw.il .pd_check_list li,
	.sw.il .il_download_note {
		font-size: 1.5rem;
	}

	.sw.il .pd_hero_title {
		font-size: 2.6rem;
	}

	.il_nav_item {
		font-size: 1.6rem;
	}

	.il_card_title {
		font-size: 2rem;
	}
}

/* ==================================================
	제품소개 - 기타 - 세척기
================================================== */
.sw.iw {
	width: 100%;
}

.pd_flow_track--6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	padding: 2.8rem 1.6rem;
}

.pd_flow_track--6 .pd_flow_item {
	padding: 1rem 0.8rem 0.6rem;
	gap: 1.2rem;
}

.pd_flow_track--6 .pd_flow_item:not(:last-child)::after {
	left: calc(50% + 1.8rem);
	width: calc(100% - 3.6rem);
}

.pd_flow_track--6 .pd_flow_title {
	font-size: 1.6rem;
}

.pd_flow_track--6 .pd_flow_desc {
	font-size: 1.5rem;
}

.iw_process_note {
	margin: 1.6rem 0 0;
	color: #64748b;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
}

/* 라인업 */
.iw_lineup {
	width: 100%;
}

.iw_lineup_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.4rem;
	width: 100%;
}

.iw_card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--color-white);
	border: 1px solid #e2e8f0;
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.iw_card_media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 10;
	padding: 1.6rem;
	background: #f8fafc;
	border-bottom: 1px solid #eef2f7;
}

.iw_card_media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.iw_card_media--photo {
	position: relative;
	padding: 0;
	overflow: hidden;
	background: #eef2f7;
}

.iw_card_media--photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
}

.iw_card_body {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 1.2rem;
	padding: 2.4rem 2.8rem 2.8rem;
}

.iw_card_en {
	display: inline-block;
	color: #64748b;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.iw_card_title {
	margin: 0;
	color: #0f172a;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.3;
	word-break: keep-all;
}

.iw_card_desc {
	margin: 0;
	color: #475569;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	word-break: keep-all;
}

.iw_card_specs {
	margin: auto 0 0;
	padding: 1.6rem 0 0;
	list-style: none;
	border-top: 1px dashed #e2e8f0;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.iw_card_specs li {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	color: #334155;
	font-size: 1.55rem;
	font-weight: 600;
	line-height: 1.5;
	word-break: keep-all;
}

.iw_card_specs li::before {
	content: '';
	flex-shrink: 0;
	width: 0.45rem;
	height: 0.45rem;
	margin-top: calc((1.5em - 0.45rem) / 2);
	border-radius: 50%;
	background: var(--brand-color-main, #1d2c6a);
}

/* 주요 시스템 구성 */
.iw_system {
	width: 100%;
}

.iw_system_layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
	gap: 0;
	overflow: hidden;
	background: var(--color-white);
	border: 1px solid #e2e8f0;
	border-radius: 2rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.iw_system_visual {
	position: relative;
	min-height: 0;
	aspect-ratio: 10 / 7;
	padding: 0;
	background: #eef2f7;
	overflow: hidden;
}

.iw_system_visual img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.iw_system_list {
	margin: 0;
	padding: 2.4rem 2.8rem;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-content: center;
	column-gap: 0;
	row-gap: 0;
	background: var(--color-white);
}

.iw_system_list li {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem 1.4rem;
	color: #1e293b;
	font-size: 1.55rem;
	font-weight: 600;
	line-height: 1.45;
	word-break: keep-all;
	border-bottom: 1px solid #eef2f7;
}

.iw_system_list li:nth-child(odd) {
	padding-left: 0;
	padding-right: 1.8rem;
	border-right: 1px solid #eef2f7;
}

.iw_system_list li:nth-child(even) {
	padding-left: 1.8rem;
	padding-right: 0;
}

.iw_system_list li:last-child:nth-child(odd) {
	border-right: 0;
	grid-column: 1 / -1;
	padding-right: 0;
}

.iw_system_list li:last-child {
	border-bottom: 0;
}

.iw_system_num {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 0.8rem;
	background: rgba(29, 44, 106, 0.08);
	color: var(--brand-color-main, #1d2c6a);
	font-size: 1.3rem;
	font-weight: var(--font-eb);
	letter-spacing: 0.02em;
}

/* 맞춤 제작 */
.iw_custom {
	width: 100%;
}

.iw_custom_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.6rem;
	padding: 5.6rem 3.2rem;
	text-align: center;
	background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 55%, #f1f5f9 100%);
	border: 1px solid #e2e8f0;
	border-radius: 2.4rem;
}

.iw_custom_inner .pd_sec_hd,
.iw_custom_inner .pd_eyebrow,
.iw_custom_inner .pd_title,
.iw_custom_inner .pd_sub {
	text-align: center;
}

.iw_custom_tags {
	justify-content: center;
	margin-top: 1.2rem;
}

.iw_custom_note {
	margin: 0.8rem 0 0;
	color: #64748b;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	word-break: keep-all;
}

/* 기타장비 */
.iw_related {
	width: 100%;
}

.iw_related_card {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 0;
	overflow: hidden;
	background: var(--color-white);
	border: 1px solid #e2e8f0;
	border-radius: 2rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.iw_related_media {
	position: relative;
	align-self: stretch;
	height: 100%;
	min-height: 42rem;
	aspect-ratio: 10 / 7;
	padding: 0;
	overflow: hidden;
	background: #eef2f7;
	border-right: 1px solid #eef2f7;
}

.iw_related_media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.iw_related_body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.6rem;
	padding: 4rem 4.8rem;
}

.iw_related_body .iw_card_en,
.iw_related_body .iw_card_title,
.iw_related_body .iw_card_desc {
	display: block;
}

.iw_related_body .iw_card_specs {
	margin: 0;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.iw_lineup_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2.2rem;
	}

	.iw_card_body {
		padding: 2.2rem 2.2rem 2.4rem;
	}

	.iw_card_title {
		font-size: 2.2rem;
	}
}

@media screen and (max-width: 1024px) {
	.pd_flow_track--6 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 2.4rem;
		padding: 2.4rem 1.6rem;
	}

	.pd_flow_track--6 .pd_flow_item:nth-child(3n)::after {
		display: none;
	}

	.iw_system_layout {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.iw_system_visual {
		min-height: 0;
		aspect-ratio: 10 / 7;
	}

	.iw_system_list {
		padding: 2.4rem 2.8rem 2.8rem;
	}

	.iw_related_card {
		grid-template-columns: 1fr;
	}

	.iw_related_media {
		min-height: 0;
		height: auto;
		border-right: 0;
		border-bottom: 1px solid #eef2f7;
	}

	.iw_related_body {
		padding: 3.2rem 2.8rem;
	}
}

@media screen and (max-width: 768px) {
	.iw_lineup_grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.pd_flow_track--6 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 2rem;
	}

	.pd_flow_track--6 .pd_flow_item:nth-child(3n)::after {
		display: block;
	}

	.pd_flow_track--6 .pd_flow_item:nth-child(2n)::after {
		display: none;
	}

	.iw_card_media {
		aspect-ratio: 16 / 11;
	}

	.iw_system_list {
		padding: 2rem 2.2rem 2.4rem;
	}

	.iw_custom_inner {
		padding: 4rem 2rem;
	}

	.iw_related_body {
		padding: 2.4rem 2rem;
	}
}

@media screen and (max-width: 640px) {
	.iw_system_list {
		grid-template-columns: 1fr;
	}

	.iw_system_list li:nth-child(odd),
	.iw_system_list li:nth-child(even),
	.iw_system_list li:last-child:nth-child(odd) {
		grid-column: auto;
		border-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.pd_flow_track--6 {
		grid-template-columns: 1fr;
	}

	.pd_flow_track--6 .pd_flow_item:not(:last-child)::after {
		display: none;
	}

	.iw_card_title {
		font-size: 2rem;
	}
}

/* ==================================================
	홍보센터 - 홍보영상
================================================== */
.prmovie_page_wrap {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	align-items: center;
	padding-bottom: 4rem;
	width: 100%;
}

/* 3열 카드 그리드 */
.prmovie_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 3.5rem;
	width: 100%;
}

.prmovie_grid--as {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	max-width: none;
	margin: 0;
}

.prmovie_grid--as .prmovie_img_box {
	height: auto;
	aspect-ratio: 16 / 9;
}

.prmovie_card {
	display: flex;
	flex-direction: column;
	background: var(--color-white);
	border: 1px solid #e2e8f0;
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
	cursor: pointer;
}

.prmovie_card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(29, 44, 106, 0.12);
	border-color: #cbd5e1;
}

.prmovie_img_box {
	position: relative;
	width: 100%;
	height: 24rem;
	background: #0f172a;
	overflow: hidden;
}

.prmovie_img_box img,
.prmovie_img_box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease, opacity 0.35s ease;
	opacity: 0.9;
}

.prmovie_card:hover .prmovie_img_box img,
.prmovie_card:hover .prmovie_img_box video {
	transform: scale(1.06);
	opacity: 1;
}

.prmovie_overlay {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.35s ease;
}

.prmovie_card:hover .prmovie_overlay {
	background: rgba(15, 23, 42, 0.15);
}

.prmovie_play_btn {
	width: 6rem;
	height: 6rem;
	background: var(--brand-color-main, #1d2c6a);
	color: var(--color-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
	padding-left: 0.4rem;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
	transition: transform 0.35s ease, background 0.35s ease;
}

.prmovie_card:hover .prmovie_play_btn {
	transform: scale(1.15);
	background: #00b0f0;
}

.prmovie_badge {
	position: absolute;
	top: 1.6rem;
	left: 1.6rem;
	padding: 0.5rem 1.4rem;
	background: rgba(29, 44, 106, 0.9);
	color: var(--color-white);
	backdrop-filter: blur(4px);
	font-size: 1.3rem;
	font-weight: 700;
	border-radius: 5rem;
}

.prmovie_badge--sub {
	background: rgba(0, 176, 240, 0.9);
}

.prmovie_badge--accent {
	background: rgba(26, 100, 244, 0.9);
}

.prmovie_info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 2.4rem;
	flex: 1;
	text-align: center;
}

.prmovie_name {
	margin: 0;
	font-size: 2rem;
	font-weight: 800;
	color: #111b25;
	line-height: 1.35;
	word-break: keep-all;
	text-align: center;
	transition: color 0.25s ease;
}

.prmovie_card:hover .prmovie_name {
	color: var(--brand-color-main, #1d2c6a);
}

.prmovie_desc {
	margin: 0;
	font-size: 1.5rem;
	color: #64748b;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: keep-all;
}

/* 동영상 모달 팝업 */
.prmovie_modal_overlay {
	position: fixed;
	inset: 0;
	background: rgba(11, 17, 32, 0.85);
	backdrop-filter: blur(8px);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.prmovie_modal_overlay.is-active {
	opacity: 1;
	pointer-events: auto;
}

.prmovie_modal_content {
	position: relative;
	background: var(--color-white);
	border-radius: 2rem;
	max-width: 96rem;
	width: 100%;
	max-height: 90vh;
	overflow: hidden;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
	animation: modalSlideUp 0.35s ease;
}

.prmovie_modal_hd {
	padding: 2.2rem 2.8rem;
	background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
	border-bottom: 1px solid #e2e8f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prmovie_modal_title {
	margin: 0;
	font-size: 2.2rem;
	font-weight: 800;
	color: #111b25;
}

.prmovie_modal_close {
	background: #1e293b;
	border: none;
	font-size: 2.8rem;
	color: var(--color-white);
	width: 3.8rem;
	height: 3.8rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	line-height: 1;
	transition: background 0.25s ease;
}

.prmovie_modal_close:hover {
	background: var(--brand-color-main, #1d2c6a);
}

.prmovie_modal_body {
	padding: 2.8rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	overflow-y: auto;
}

.prmovie_video_box {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* 16:9 Aspect Ratio */
	height: 0;
	border-radius: 1.4rem;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.prmovie_video_box iframe,
.prmovie_video_box video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: contain;
}

.prmovie_modal_text {
	margin: 0;
	font-size: 1.6rem;
	color: #475569;
	line-height: 1.6;
}

/* ==================================================
	CONTACT
================================================== */
.venue_map{
	width: 50%;
	max-width: 40rem;
	filter: invert(1);
}






/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 992px) {
	.prmovie_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2.5rem;
	}

	.prmovie_grid--as {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 640px) {
	.prmovie_grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.prmovie_grid--as {
		grid-template-columns: 1fr;
	}

	.prmovie_modal_body {
		padding: 1.8rem;
	}
}

/* ==================================================
	홍보센터 - 주요 설치 사례
================================================== */
.inst_page_wrap {
	display: flex;
	flex-direction: column;
	gap: 7rem;
}

/* 1. 주요 설치사례 갤러리 섹션 */
.inst_case_sec {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
}

/* 게시판 전환 대비: 섹션은 트리거만, 카드는 자식 CSS 스태거 */
.inst_case_sec.reveal-up {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.inst_case_sec .inst_case_card {
	opacity: 0;
	transform: translate3d(0, 2rem, 0);
	transition:
		opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.inst_case_sec.is-revealed .inst_case_card {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(1) {
	transition-delay: 0.04s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(2) {
	transition-delay: 0.1s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(3) {
	transition-delay: 0.16s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(4) {
	transition-delay: 0.22s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(5) {
	transition-delay: 0.28s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(6) {
	transition-delay: 0.34s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(7) {
	transition-delay: 0.4s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(8) {
	transition-delay: 0.46s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(9) {
	transition-delay: 0.52s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(10) {
	transition-delay: 0.58s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(11) {
	transition-delay: 0.64s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(12) {
	transition-delay: 0.7s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(13) {
	transition-delay: 0.76s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(14) {
	transition-delay: 0.82s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(15) {
	transition-delay: 0.88s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(16) {
	transition-delay: 0.94s;
}

.inst_case_sec.is-revealed .inst_case_card:nth-child(n+17) {
	transition-delay: 1s;
}

/* 4열 그리드 레이아웃 */
.inst_case_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2.8rem 2.4rem;
	width: 100%;
}

.inst_case_card {
	display: flex;
	flex-direction: column;
	background: var(--color-white);
	border: 1px solid #e2e8f0;
	border-radius: 1.6rem;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.inst_case_img {
	width: 100%;
	height: 28rem;
	overflow: hidden;
	background: #f8fafc;
	position: relative;
}

.inst_case_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inst_case_info {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.inst_case_cname {
	margin: 0;
	padding: 1.6rem 1.8rem;
	background: linear-gradient(135deg, #edf4ff 0%, #e2ecfd 100%);
	font-size: 1.7rem;
	font-weight: 800;
	color: var(--brand-color-main, #1d2c6a);
	border-bottom: 1px solid #d0e1fd;
	line-height: 1.35;
	word-break: keep-all;
}

.inst_case_cname .sub_txt {
	font-size: 1.5rem;
	font-weight: 500;
	color: #64748b;
	display: inline-block;
	margin-left: 0.2rem;
}

.inst_case_desc {
	margin: 0;
	padding: 1.8rem;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	flex: 1;
	background: var(--color-white);
}

.inst_case_desc li {
	font-size: 1.5rem;
	color: #475569;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
	padding-left: 1.4rem;
}

.inst_case_desc li::before {
	content: '•';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--brand-color-main, #1d2c6a);
	font-weight: 700;
}

/* 2. 설치 기업체 현황 섹션 */
.inst_status_sec {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.inst_status_hd {
	display: flex;
	align-items: center;
}

.inst_sec_tit {
	margin: 0;
	font-size: 2.6rem;
	font-weight: 800;
	color: #111b25;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.inst_sec_tit::before {
	content: '';
	display: inline-block;
	width: 0.5rem;
	height: 2.4rem;
	background: var(--brand-color-main, #1d2c6a);
	border-radius: 0.2rem;
}

/* 3열 현황 그리드 */
.inst_status_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.8rem;
	width: 100%;
}

.inst_status_col {
	display: flex;
	flex-direction: column;
	background: var(--color-white);
	border: 1px solid #e2e8f0;
	border-radius: 1.6rem;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.inst_col_tit {
	margin: 0;
	padding: 1.6rem 2rem;
	background: var(--brand-color-main, #1d2c6a);
	color: var(--color-white);
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 0.8rem;
	letter-spacing: 0.02em;
}

.inst_col_tit i {
	font-size: 1.6rem;
	color: #00b0f0;
}

.inst_status_tb_wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.inst_status_tb {
	width: 100%;
	border-collapse: collapse;
}

.inst_status_tb th {
	background: #f8fafc;
	color: #334155;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1.3rem 2rem;
	border-bottom: 1px solid #e2e8f0;
	text-align: left;
}

.inst_status_tb th:last-child {
	text-align: center;
}

.inst_status_tb td {
	padding: 1.2rem 2rem;
	font-size: 1.5rem;
	color: #334155;
	border-bottom: 1px solid #f1f5f9;
	vertical-align: middle;
}

.inst_status_tb td:last-child {
	text-align: center;
	font-weight: 700;
	color: var(--brand-color-main, #1d2c6a);
}

.inst_status_tb tr.tb_bg td {
	background: #fafafc;
}

.tb_total_cell {
	background: #edf4ff !important;
	color: var(--brand-color-main, #1d2c6a) !important;
	font-size: 1.55rem !important;
	font-weight: 800 !important;
	text-align: center !important;
	padding: 1.6rem 2rem !important;
	border-top: 2px solid #d0e1fd;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.inst_case_grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 2.4rem;
	}
}

@media screen and (max-width: 992px) {
	.inst_page_wrap {
		gap: 5rem;
	}

	.inst_case_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.inst_status_grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 2.4rem;
	}
}

@media screen and (max-width: 640px) {
	.inst_page_wrap {
		gap: 4rem;
	}

	.inst_case_grid {
		grid-template-columns: 1fr;
	}

	.inst_sec_tit {
		font-size: 2.2rem;
	}

	.inst_case_img {
		height: 24rem;
	}
}

/* ==================================================
	홍보센터 - E-카탈로그 (Hanvit catalogue layout ref)
================================================== */
.ecatalog_wrap {
	width: 100%;
}

.ecatalog_sec {
	width: 100%;
}

.ecatalog_overview {
	position: relative;
	width: 100%;
	min-height: 56.1rem;
	border-radius: 2rem;
	overflow: hidden;
}

.ecatalog_overview_bg {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 48rem;
	border-radius: 2rem;
	background: var(--brand-color-main, #1d2c6a);
}

.ecatalog_overview_bg::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -10%;
	width: 48rem;
	height: 48rem;
	background: url('../../lib/images/prcenter/logo_bg.png') no-repeat center / contain;
	opacity: 0.45;
	pointer-events: none;
}

.ecatalog_overview_inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	gap: 12rem;
	padding: 0 10rem 8rem;
	box-sizing: border-box;
}

.ecatalog_overview_cover {
	flex: 0 0 40rem;
	width: 40rem;
	height: 56.1rem;
	border-radius: 1.8rem;
	border: 1px solid #cccccc;
	overflow: hidden;
	background: var(--color-white);
	box-shadow: 0 1.2rem 2.8rem rgba(15, 23, 42, 0.12);
}

.ecatalog_overview_cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ecatalog_overview_body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 8rem;
	align-self: stretch;
	min-height: 56.1rem;
	padding: 4rem 0;
	box-sizing: border-box;
}

.ecatalog_overview_text {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 3.2rem;
	min-height: 0;
}

.ecatalog_overview_en {
	margin: 0;
	color: #030303;
	font-size: clamp(2.6rem, 2.8vw, 3.8rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.ecatalog_overview_desc {
	color: var(--color-white);
}

.ecatalog_overview_desc p {
	margin: 0;
	color: var(--color-white);
	font-size: clamp(1.6rem, 1.3vw, 1.9rem);
	font-weight: 500;
	line-height: 1.55;
	word-break: keep-all;
}

.ecatalog_overview_desc p+p {
	margin-top: 1.2rem;
}

.ecatalog_overview_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-self: flex-start;
	width: 100%;
	max-width: 32rem;
	padding: 2.2rem 3.2rem;
	border-radius: 1.2rem;
	background: var(--color-white);
	text-decoration: none;
	box-sizing: border-box;
	box-shadow: 0 0.6rem 1.6rem rgba(15, 23, 42, 0.1);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.ecatalog_overview_btn:hover {
	opacity: 0.92;
	transform: translateY(-2px);
}

.ecatalog_overview_btn_label {
	color: #333333;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.3;
}

.ecatalog_overview_btn_icon {
	display: flex;
	flex-shrink: 0;
}

.ecatalog_overview_btn_icon svg {
	display: block;
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.ecatalog_overview_inner {
		gap: 5rem;
		padding: 0 4rem 6rem;
	}

	.ecatalog_overview_cover {
		flex-basis: 30rem;
		width: 30rem;
		height: 42rem;
	}

	.ecatalog_overview_body {
		min-height: 42rem;
		gap: 4rem;
		padding: 2.4rem 0;
	}

	.ecatalog_overview_bg {
		height: 75%;
	}

	.ecatalog_overview_bg::after {
		right: 0;
		width: 36rem;
		height: 36rem;
		bottom: -8%;
	}

	.ecatalog_overview {
		min-height: 0;
	}
}

@media screen and (max-width: 900px) {
	.ecatalog_overview_inner {
		display: block;
		padding: 0 2.4rem 4.8rem;
	}

	.ecatalog_overview_cover {
		width: min(70%, 28rem);
		height: auto;
		aspect-ratio: 400 / 561;
		margin: 0 auto 2.4rem;
	}

	.ecatalog_overview_body {
		min-height: 0;
		gap: 3.2rem;
		padding: 0;
	}

	.ecatalog_overview_text {
		gap: 2.4rem;
	}

	.ecatalog_overview_en {
		color: var(--color-white);
		font-size: 2.4rem;
	}

	.ecatalog_overview_desc p {
		font-size: 1.55rem;
	}

	.ecatalog_overview_bg {
		height: 78%;
	}

	.ecatalog_overview_bg::after {
		right: 0;
		width: 28rem;
		height: 28rem;
		bottom: -4%;
	}

	.ecatalog_overview_btn {
		max-width: none;
		width: 100%;
		padding: 2rem 2.4rem;
	}
}

@media screen and (max-width: 640px) {
	.ecatalog_overview_cover {
		width: min(78%, 24rem);
	}

	.ecatalog_overview_bg::after {
		right: 0;
		width: 20rem;
		height: 20rem;
		bottom: 0;
		opacity: 0.35;
	}

	.ecatalog_overview_en {
		font-size: 2.1rem;
	}

	.ecatalog_overview_btn_label {
		font-size: 1.55rem;
	}
}

/* ==================================================
	고객센터 - Contact Us
================================================== */
.cu {
	width: 100%;
	padding-bottom: 4rem;
}

.cu_hd {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 5.6rem;
}

.cu_hd .line_label {
	margin-bottom: 2.4rem;
}

.cu_hd h2 {
	margin: 0;
}

.cu_hd .c_desc {
	margin-top: 1.6rem;
	max-width: 56rem;
}

.cu_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.4rem;
	width: 100%;
	margin: 0 0 4rem;
	padding: 0;
	list-style: none;
}

.cu_item {
	display: flex;
	align-items: center;
	gap: 2.4rem;
	min-width: 0;
	padding: 4rem 4.4rem;
	background: var(--color-white);
	border: 1px solid var(--cw-grey-200, #e2e8f0);
	border-radius: 2.4rem;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
	box-sizing: border-box;
}

.cu_ico {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 7.2rem;
	height: 7.2rem;
	border-radius: 50%;
	background: #eef3fb;
	box-shadow: 0 0 0 1rem rgba(238, 243, 251, 0.7);
	color: var(--brand-color-main, #1d2c6a);
}

.cu_ico i {
	font-size: 2.8rem;
	line-height: 1;
}

.cu_txt {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	min-width: 0;
}

.cu_lbl {
	font-size: 1.5rem;
	font-weight: var(--font-eb);
	color: var(--brand-color-main, #1d2c6a);
}

.cu_val {
	font-size: 2.6rem;
	font-weight: var(--font-bd, 700);
	color: var(--text-main, #0f172a);
	line-height: 1.3;
	word-break: break-word;
	overflow-wrap: break-word;
	text-decoration: none;
}

.cu_hint {
	margin: 0;
	font-size: 1.6rem;
	font-weight: var(--font-md, 500);
	color: var(--cw-grey-500, #64748b);
	line-height: 1.5;
	word-break: keep-all;
}

.cu_hours {
	display: flex;
	align-items: center;
	gap: 2.2rem;
	width: 100%;
	padding: 2.8rem 3.2rem;
	background: #f4f6fa;
	border-radius: 2rem;
	box-sizing: border-box;
}

.cu_hours_ico {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.6rem;
	height: 5.6rem;
	border-radius: 50%;
	background: var(--brand-color-main, #1d2c6a);
	color: var(--color-white);
}

.cu_hours_ico i {
	font-size: 2.4rem;
	line-height: 1;
}

.cu_hours_txt {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	min-width: 0;
}

.cu_hours_lbl {
	font-size: 1.5rem;
	font-weight: var(--font-eb);
	color: var(--brand-color-main, #1d2c6a);
}

.cu_hours_txt p {
	margin: 0;
	font-size: 2rem;
	font-weight: var(--font-bd, 700);
	color: var(--text-main, #0f172a);
	line-height: 1.45;
	word-break: keep-all;
}

.cu_hours_sep {
	display: inline-block;
	margin: 0 0.8rem;
	color: var(--cw-grey-400, #94a3b8);
	font-weight: var(--font-md, 500);
}

.cu_hours_sub {
	font-size: 1.5rem;
	font-weight: var(--font-md, 500);
	color: var(--cw-grey-500, #64748b);
}

/* ==================
	반응형CSS
=====================*/
@media screen and (max-width: 1200px) {
	.cu_item {
		gap: 2rem;
		padding: 3.6rem 3.2rem;
	}

	.cu_val {
		font-size: 2.4rem;
	}

	.cu_hours_txt p {
		font-size: 1.8rem;
	}

	/* [추가 2026-09-03] dsa-sec-logo 좌우 패딩 축소 */
	.dsa-sec-logo {
		padding: 2.2rem clamp(2.4rem, 8vw, 10rem);
	}
}

@media screen and (max-width: 1024px) {
	.cu_hd {
		margin-bottom: 4.4rem;
	}

	.cu_list {
		gap: 2rem;
		margin: 0 0 3.2rem;
	}

	.cu_item {
		padding: 3.2rem 2.8rem;
	}

	.cu_ico {
		width: 6.4rem;
		height: 6.4rem;
		box-shadow: 0 0 0 0.8rem rgba(238, 243, 251, 0.7);
	}

	.cu_ico i {
		font-size: 2.4rem;
	}

	.cu_val {
		font-size: 2.2rem;
	}

	.cu_hours {
		padding: 2.4rem 2.6rem;
	}

	.dsa-sec-logo {
		width: 100%;
		padding: 2rem 3.2rem;
		border-radius: 1.6rem;
	}
}

@media screen and (max-width: 768px) {
	.cu_hd {
		margin-bottom: 3.6rem;
	}

	.cu_hd .line_label {
		margin-bottom: 1.8rem;
	}

	.cu_list {
		grid-template-columns: 1fr;
		gap: 1.6rem;
		margin: 0 0 2.4rem;
	}

	.cu_item {
		padding: 2.4rem 2.2rem;
	}

	.cu_ico {
		width: 5.6rem;
		height: 5.6rem;
		box-shadow: 0 0 0 0.6rem rgba(238, 243, 251, 0.7);
	}

	.cu_val {
		font-size: 2rem;
	}

	.cu_hours {
		gap: 1.6rem;
		padding: 2rem;
		border-radius: 1.6rem;
	}

	.cu_hours_txt p {
		font-size: 1.7rem;
	}

	.dsa-sec-logo {
		width: 100%;
		padding: 1.8rem 2.4rem;
		margin-bottom: 2rem;
		border-radius: 1.6rem;
	}
}

@media screen and (max-width: 480px) {
	.cu {
		padding-bottom: 2rem;
	}

	.cu_hd {
		margin-bottom: 2.8rem;
	}

	.dsa-sec-logo {
		width: 100%;
		padding: 1.6rem 1.6rem;
		border-radius: 1.4rem;
	}

	.cu_item {
		gap: 1.6rem;
		padding: 2rem 1.8rem;
	}

	.cu_ico {
		width: 5rem;
		height: 5rem;
	}

	.cu_ico i {
		font-size: 2.2rem;
	}

	.cu_hint,
	.cu_hours_sub {
		font-size: 1.5rem;
	}

	.cu_val {
		font-size: 1.8rem;
	}

	.cu_hours {
		align-items: flex-start;
		padding: 1.8rem;
	}

	.cu_hours_ico {
		width: 4.6rem;
		height: 4.6rem;
	}

	.cu_hours_ico i {
		font-size: 2.1rem;
	}

	.cu_hours_sep {
		display: none;
	}

	.cu_hours_txt p {
		font-size: 1.6rem;
	}
}
/* ==================================================
   Digital@Sea Asia-Pacific — conference content
================================================== */
/* [수정 2026-09-03] digital 메뉴 서브비주얼 — bg_digital.jpg */
.sv .sv-bg.visual_digital {
	background-color: #102543;
	background-image: url('../../lib/images/2026/bg_digital.jpg');
	background-size: cover;
	background-position: center top;
}

/* [수정 2026-09-03] programme 메뉴 서브비주얼 — bg_programme.jpg */
.sv .sv-bg.visual_programme {
	background-color: #102543;
	background-image: url('../../lib/images/2026/bg_programme.jpg');
	background-size: cover;
	background-position: center top;
}

/* [수정 2026-09-04] archive 메뉴 서브비주얼 — bg_archive.jpg */
.sv .sv-bg.visual_archive {
	background-color: #102543;
	background-image: url('../../lib/images/2026/bg_archive.jpg');
	background-size: cover;
	background-position: center top;
}

.sv .sv-bg.visual_contact {
	background-color: #102543;
	background-image: url('../../lib/images/2026/bg_contact.jpg');
	background-size: cover;
	background-position: center top;
}

/* Overview intro */
.dsa-intro { margin-bottom: 3.2rem; }
.dsa-intro p { margin: 0 0 1.6rem; font-size: 1.7rem; line-height: 1.75; color: #333; word-break: keep-all; }

/* Overview / schedule tables */
table.normal_table1 {
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #102543;
}
table.normal_table1 caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
table.normal_table1 tbody th {
	width: 18%;
	padding: 1.6rem 1.2rem;
	background: #f3f6fa;
	border-bottom: 1px solid #dde3ea;
	color: #102543;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
table.normal_table1 tbody td {
	padding: 1.5rem 2.5rem;
	border-bottom: 1px solid #dde3ea;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1.6;
}

ul.sub_icon_list,
ul.sub_icon_list2 {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.sub_icon_list li,
ul.sub_icon_list2 li {
	float: left;
	margin: 1rem 0;
}
ul.sub_icon_list li img,
ul.sub_icon_list2 li img {
	padding: 0.5rem 2.5rem 0.5rem 0;
	max-height: 50px;
	width: auto;
}

table.normal_table3 {
	width: 100%;
	border-collapse: collapse;
	border-top: 2px solid #102543;
	font-size: 1.5rem;
}
table.normal_table3 caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
table.normal_table3 thead th {
	padding: 1.4rem 1rem;
	background: #102543;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
table.normal_table3 tbody th,
table.normal_table3 tbody td {
	padding: 1.4rem 1.2rem;
	border-bottom: 1px solid #dde3ea;
	border-right: 1px solid #edf1f5;
	vertical-align: middle;
}
table.normal_table3 tbody th { color: #102543; font-weight: 700; }
table.normal_table3 .yellow-color { background: #fff8e6; }
table.normal_table3 tbody td.session-color { background: #f3f6fa; }
table.normal_table3 tbody td.session-color ul.sub-list li { font-weight: 700; }
/* [추가 2026-09-02] programme oct29 — 세션 주제·휴식·Speaker 숨김 */
table.normal_table3 .session-topic-color { background: #f3f6fa; font-weight: 700; }
table.normal_table3 .break-color { background: #ececec; }
table.normal_table3.is-speaker-hidden th.col-speaker,
table.normal_table3.is-speaker-hidden td.col-speaker { display: none; }
.programme-notice { margin: 0 0 0.4rem; }
.programme-notice:last-child { margin-bottom: 0; }

/* [추가 2026-09-04] programme 국문/영문 전환 */
.programme-toolbar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2.4rem;
	margin-bottom: 2.4rem;
}
.programme-meta {
	flex: 1 1 auto;
	min-width: 0;
}
.programme-meta p {
	margin: 0 0 0.4rem;
}
.programme-meta p:last-child {
	margin-bottom: 0;
}
.programme-lang {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	gap: 0.8rem;
	margin-bottom: 0.2rem;
}
.programme-lang-btn {
	min-width: 7.2rem;
	padding: 0.85rem 3rem;
	border: 1px solid #102543;
	border-radius: 2rem;
	background: #fff;
	color: #102543;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.programme-lang-btn:hover {
	background: #f3f6fa;
}
.programme-lang-btn.is-active {
	background: #102543;
	border-color: #102543;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.programme-toolbar {
		flex-direction: column;
		align-items: stretch;
		gap: 1.6rem;
	}
	.programme-lang {
		justify-content: flex-end;
		margin-bottom: 0;
	}
}

table.normal_table3 ul.list,
table.normal_table3 ul.sub-list { list-style: none; margin: 0; padding: 0; }
table.normal_table3 .text-center { text-align: center; }
table.normal_table3 .text-left { text-align: left; }
table.normal_table3 .valign-middle { vertical-align: middle; }
.table-scroll { width: 100%; overflow-x: auto; }
.dsa-reg-btn { width: 100%; text-align: center; padding-top: 3rem; }
.dsa-reg-btn .primary,
button.primary {
	display: inline-block;
	padding: 2rem 5rem;
	background: #102543;
	color: #fff;
	border: 0;
	border-radius: 0.4rem;
	font-size: 1.6rem;
	font-weight: 700;
	cursor: pointer;
}
.dsa-reg-btn .primary:hover,
button.primary:hover { background: #1a3d6b; }

/* History timeline */
.company_history ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../../lib/images/bg_line.gif') center top repeat-y;
}
.company_history ul li { padding-top: 4rem; width: 100%; overflow: hidden; }
.company_history ul li:first-child { padding-top: 0; }
.company_history ul li > .h_left_box {
	position: relative;
	float: left;
	width: 47.5%;
	text-align: right;
	padding-right: 2.5%;
	box-sizing: border-box;
}
.company_history ul li > .h_right_box {
	position: relative;
	float: left;
	width: 47.5%;
	padding-left: 2.5%;
	box-sizing: border-box;
}
.company_history ul li > .h_right_box:before {
	position: absolute;
	left: -4px;
	top: 5px;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: url('../../lib/images/bullet_history.png') no-repeat;
	background-size: contain;
	z-index: 2;
}
.company_history ul li .txt_box .year { margin-bottom: 0.8rem; font-size: 3.4rem; color: #2c2c2c; line-height: 1; font-weight: 700; }
.company_history ul li .txt_box .month { margin-bottom: 0.2rem; font-size: 2rem; color: #223d79; font-weight: 700; }
.company_history ul li .txt_box .place {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	color: #6b6b6b;
	background: url('../../lib/images/sub/icon_ll.jpg') left 5px no-repeat;
	padding-left: 1.5rem;
}
.company_history ul li .txt_box .txt1 { margin-bottom: 0.3rem; font-size: 1.6rem; color: #1a9cd5; }
.company_history ul li .txt_box .txt2 { margin-bottom: 1rem; font-size: 1.4rem; color: #6b6b6b; }
.company_history ul li .img_box {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	height: 170px;
	background: #fff;
	overflow: hidden;
}
.company_history ul li .img_box img { width: 100%; height: 100%; object-fit: cover; }

/* Photo / video archive grids */
.list_area_photo,
.list_area_video {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
.list_area_photo > li,
.list_area_video > li {
	width: calc(33.333% - 1.6rem);
	box-sizing: border-box;
}
.list_area_photo > li a,
.list_area_video > li a { display: block; color: inherit; text-decoration: none; }
.list_area_photo .img,
.list_area_video .img {
	width: 100%;
	aspect-ratio: 16 / 10;
	background-color: #d9e2ec;
	border-radius: 0.4rem;
	overflow: hidden;
	position: relative;
}
.list_area_photo .img img,
.list_area_video .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list_area_photo .txt,
.list_area_video .txt { padding: 1.2rem 0.2rem 0; }
.list_area_photo .tt,
.list_area_video .tt {
	margin: 0 0 0.6rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.45;
	color: #222;
}
.list_area_photo .info,
.list_area_video .info { margin: 0; font-size: 1.3rem; color: #888; }
.list_area_photo .info span,
.list_area_video .info span { margin-right: 1rem; }

/* Secretariat / venue */
.dsa-sec-title { margin: 0 0 2.4rem; font-size: 2.4rem; color: #102543; font-weight: 700; }
.dsa-sec-list { list-style: none; margin: 0; padding: 0; max-width: 60rem; }
.dsa-sec-list li {
	display: flex;
	gap: 2rem;
	align-items: baseline;
	padding: 1.6rem 0;
	border-bottom: 1px solid #e5eaf0;
}
.dsa-sec-label { min-width: 10rem; font-weight: 700; color: #102543; font-size: 1.6rem; }
.dsa-sec-val { font-size: 1.7rem; color: #333; }

/* [추가 2026-09-03] secretariat — 세원 Contact Us(cu) 적용 */
.dsa-sec-logo {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto 2.4rem;
	/* PC 기준 좌우 넓게, 좁은 화면에서는 clamp로 자동 축소 */
	padding: 2.2rem clamp(2rem, 10vw, 15rem);
	background: linear-gradient(135deg, #0a6b78 0%, #102543 100%);
	border-radius: 2rem;
	box-shadow: 0 12px 32px rgba(16, 37, 67, 0.18);
	box-sizing: border-box;
	min-width: 0;
}

.dsa-sec-logo img {
	display: block;
	width: min(34rem, 100%);
	height: auto;
	margin: 0 auto;
}

.dsa-secretariat .cu_hd .c_desc {
	margin-top: 1.6rem;
}

.dsa-secretariat .cu_val {
	font-size: clamp(1.7rem, 2.1vw, 2.4rem);
}
.venue-content .title { margin: 2.8rem 0 1rem; font-size: 2rem; color: #102543; font-weight: 700; }
.venue-content p { margin: 0 0 1.2rem; font-size: 1.6rem; line-height: 1.7; color: #444; }
.dsa-map { display: block; max-width: 100%; height: auto; margin: 0; }
.venue p { font-size: 1.8rem; line-height: 1.7; color: #333; }
.venue p img{margin-top:1.5rem; width:100%;}

/* [수정 2026-09-03] contact/venue — 주소 카드 + Transportation 디자인 */
.lo_cards--venue-contact {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0;
	margin-bottom: 4rem;
}

.dsa-venue-page .lo_hd {
	margin-bottom: 4.8rem;
}

.dsa-venue-page .dsa-venue-plan {
	margin-bottom: 5.6rem;
}

.dsa-venue-page .dsa-venue-plan .dsa-map {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

/* [수정 2026-09-03] Google Maps iframe — 세원 lo_map(카카오) 영역과 동일 높이 */
.dsa-venue-plan .dsa-gmap {
	display: block;
	width: 100%;
	height: 500px;
	border: 0;
}

@media screen and (max-width: 1024px) {
	.dsa-venue-plan .dsa-gmap {
		height: 380px;
	}
}

@media screen and (max-width: 768px) {
	.dsa-venue-plan .dsa-gmap {
		height: 300px;
	}
}

@media screen and (max-width: 480px) {
	.dsa-venue-plan .dsa-gmap {
		height: 240px;
	}
}

.venue-trans-wrap {
	margin-top: 0;
}

.venue-trans-title {
	margin: 0 0 2.4rem;
	padding-bottom: 1.2rem;
	font-size: 2.4rem;
	font-weight: 700;
	color: #102543;
	border-bottom: 2px solid #102543;
}

.venue-trans {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.venue-trans-item {
	margin: 0;
	padding: 2.8rem 3.2rem;
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 2rem;
	box-shadow: 0 10px 28px rgba(16, 37, 67, 0.04);
	box-sizing: border-box;
}

.venue-trans-hd {
	position: relative;
	margin: 0 0 1.6rem;
	padding-left: 2rem;
	font-size: 1.85rem;
	font-weight: 700;
	line-height: 1.45;
	color: #102543;
	word-break: keep-all;
}

.venue-trans-hd::before {
	content: "▶";
	position: absolute;
	left: 0;
	top: 0.15em;
	font-size: 1.3rem;
	line-height: 1;
	color: var(--brand-color-main, #1d2c6a);
}

.venue-trans-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.venue-trans-list > li {
	position: relative;
	margin: 0 0 1rem;
	padding-left: 1.6rem;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #444;
	word-break: keep-all;
}

.venue-trans-list > li:last-child {
	margin-bottom: 0;
}

.venue-trans-list > li::before {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
	color: #8a93a3;
}

.venue-trans-list > li.venue-trans-note {
	margin-top: 0.8rem;
	padding: 0.8rem 1.2rem 0.8rem 1.6rem;
	background: #fff6f6;
	border-radius: 0.8rem;
	color: #c0392b;
	font-weight: 600;
}

.venue-trans-list > li.venue-trans-note::before {
	content: "!";
	left: 0.6rem;
	color: #c0392b;
	font-weight: 700;
}

.venue-trans-bus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 5.6rem;
	margin-bottom: 0.6rem;
	padding: 0.35rem 1rem;
	border-radius: 999px;
	background: rgba(26, 156, 213, 0.12);
	color: #0f6f9c;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
}

.venue-trans-list > li:has(.venue-trans-bus)::before {
	display: none;
}

.venue-trans-list > li:has(.venue-trans-bus) {
	padding-left: 0;
}

.venue-trans-sub {
	margin: 0.8rem 0 0;
	padding: 0 0 0 0.2rem;
	list-style: none;
}

.venue-trans-sub > li {
	position: relative;
	margin: 0 0 0.7rem;
	padding-left: 1.4rem;
	font-size: 1.55rem;
	line-height: 1.7;
	color: #555;
	word-break: keep-all;
}

.venue-trans-sub > li:last-child {
	margin-bottom: 0;
}

.venue-trans-sub > li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #9aa3b2;
}

.venue-trans-label {
	font-weight: 700;
	color: #333;
}

.venue-hl {
	color: #1a9cd5;
	font-weight: 700;
}

@media screen and (max-width: 1200px) {
	.lo_cards--venue-contact {
		margin-top: 0;
		margin-bottom: 3.2rem;
	}
}

@media screen and (max-width: 768px) {
	.lo_cards--venue-contact {
		grid-template-columns: 1fr;
		margin-top: 0;
		margin-bottom: 2.4rem;
		gap: 1.6rem;
	}

	.dsa-venue-page .lo_hd {
		margin-bottom: 3.2rem;
	}

	.dsa-venue-page .dsa-venue-plan {
		margin-bottom: 3.6rem;
	}

	.venue-trans-title {
		font-size: 2rem;
		margin-bottom: 1.8rem;
	}

	.venue-trans-item {
		padding: 2.2rem 2rem;
		border-radius: 1.6rem;
	}

	.venue-trans-hd {
		font-size: 1.65rem;
	}
}

/* [추가 2026-09-03] venue_info — 세원 location 카드 스타일 */
.lo_cards--venue {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 0;
	margin-bottom: 5rem;
}

.dsa-venue-plan {
	margin-top: 0;
	line-height: 0;
	font-size: 0;
	background: #fff;
	border: 1px solid var(--cw-grey-200, #e2e8f0);
}

.dsa-venue-plan img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

@media screen and (max-width: 1200px) {
	.lo_cards--venue {
		margin-bottom: 4rem;
	}
}

@media screen and (max-width: 768px) {
	.lo_cards--venue {
		margin-bottom: 3rem;
	}
	.lo_cards--venue {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* Sitemap */
.dsa-sitemap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3.2rem; }
.dsa-sitemap-group h3 { margin: 0 0 1.2rem; font-size: 2rem; color: #102543; }
.dsa-sitemap-group h3 a { color: inherit; text-decoration: none; }
.dsa-sitemap-group ul { list-style: none; margin: 0; padding: 0; }
.dsa-sitemap-group li { margin: 0.6rem 0; }
.dsa-sitemap-group li a { font-size: 1.6rem; color: #445; text-decoration: none; }
.dsa-sitemap-group li a:hover { color: #1a9cd5; }

/* Main hero */
.dsa-hero { background: #102543; }
.dsa-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	/* [수정 2026-09-09] 메인 히어로 배경: main_bg03.jpg — 이미지 교체 캐시버스트 */
	background: #0a2f3d url('../../lib/images/2026/main_bg03.jpg?v=0909a') no-repeat 72% center;
	background-size: cover;
}
/* [주석 2026-09-07] 모바일 배 위치 프레이밍은 보류 — 추후 재작업 */
.dsa-hero .hero-overlay {
	/* [수정 2026-09-07] 배경 구체가 잘 보이도록 오버레이 약화 */
	background:
		linear-gradient(90deg, rgba(8, 28, 40, 0.28) 0%, rgba(8, 28, 40, 0.08) 48%, rgba(8, 28, 40, 0.12) 100%),
		linear-gradient(180deg, rgba(8, 28, 40, 0.18) 0%, rgba(8, 28, 40, 0.08) 55%, rgba(8, 28, 40, 0.35) 100%);
}
.dsa-hero-content { text-align: center; }
.dsa-hero-label {
	margin: 0 0 1.6rem;
	font-size: 1.6rem;
	letter-spacing: 0.12em;
	font-weight: 600;
	color: rgba(255,255,255,0.85);
}
.dsa-hero .hero-title {
	white-space: normal;
	font-size: clamp(3.6rem, 6vw, 7.2rem);
	line-height: 1.15;
}
.dsa-hero-cta { margin-top: 3.2rem; }
.dsa-hero-cta img { max-width: 280px; height: auto; }

.dsa-main-intro { padding: 8rem 0 10rem; background: #f4f7fa; }
.dsa-main-intro-tit {
	margin: 0 0 4rem;
	text-align: center;
	font-size: clamp(2.4rem, 2.8vw, 3.2rem);
	font-weight: 700;
	color: #102543;
	letter-spacing: 0.04em;
	line-height: 1.3;
}
.dsa-main-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.4rem;
}
/* [수정 2026-09-04] 카드메뉴 배경 이미지 + 텍스트 가독성 */
.dsa-main-card {
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0.25rem;
	min-height: 20rem;
	padding: 3.2rem 2.4rem;
	border: 0;
	outline: none;
	border-radius: 1.2rem;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	background-image: url('../../lib/images/main/con_info01.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: none;
	transition: transform 0.2s, box-shadow 0.2s;
}
.dsa-main-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	border-radius: inherit;
	background:
		linear-gradient(180deg,
			rgba(8, 20, 40, 0.08) 0%,
			rgba(8, 20, 40, 0.42) 48%,
			rgba(8, 20, 40, 0.78) 100%);
	transition: background 0.25s ease;
	pointer-events: none;
}
.dsa-main-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(16, 37, 67, 0.16);
}
.dsa-main-card:hover::before {
	background:
		linear-gradient(180deg,
			rgba(8, 20, 40, 0.05) 0%,
			rgba(8, 20, 40, 0.36) 45%,
			rgba(8, 20, 40, 0.72) 100%);
}
.dsa-main-card strong,
.dsa-main-card span {
	position: relative;
	z-index: 1;
}
.dsa-main-card strong {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0.02em;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}
.dsa-main-card span {
	font-size: 1.45rem;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

/* [수정 2026-09-04] 카드별 배경 이미지 — con_info01~04 순서 적용 */
.dsa-main-grid .dsa-main-card:nth-child(1) {
	background-image: url('../../lib/images/main/con_info01.jpg');
}
.dsa-main-grid .dsa-main-card:nth-child(2) {
	background-image: url('../../lib/images/main/con_info02.jpg');
}
.dsa-main-grid .dsa-main-card:nth-child(3) {
	background-image: url('../../lib/images/main/con_info03.jpg');
}
.dsa-main-grid .dsa-main-card:nth-child(4) {
	background-image: url('../../lib/images/main/con_info04.jpg');
}

/* .ft-logo { margin-bottom: 1.6rem; } */
.ft-logo img { width: 180px; height: auto; }

@media screen and (max-width: 1024px) {
	.list_area_photo > li,
	.list_area_video > li { width: calc(50% - 1.2rem); }
	.dsa-main-grid { grid-template-columns: repeat(2, 1fr); }
	.dsa-main-card { min-height: 20rem; }
	.dsa-sitemap { grid-template-columns: 1fr; }

	/* [수정 2026-09-09] overview 파트너 로고 — 태블릿 간격 정리 */
	ul.sub_icon_list,
	ul.sub_icon_list2 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 1.6rem 2.4rem;
		overflow: visible;
	}
	ul.sub_icon_list li,
	ul.sub_icon_list2 li {
		float: none;
		width: auto;
		max-width: calc(50% - 1.2rem);
		margin: 0;
	}
	ul.sub_icon_list li img,
	ul.sub_icon_list2 li img {
		display: block;
		padding: 0;
		max-height: 4.6rem;
		max-width: 100%;
		width: auto;
		height: auto;
	}
}
@media screen and (max-width: 640px) {

	.dsa-hero-bg {
		background-position: 68%;
	}

	table.normal_table1 tbody th { width: 28%; padding: 1.2rem 0.8rem; font-size: 1.3rem; }
	table.normal_table1 tbody td { padding: 1.2rem 1.2rem; font-size: 1.4rem; }
	/* [수정 2026-09-09] overview 파트너 로고 — 모바일 간격 자연스럽게 */
	ul.sub_icon_list,
	ul.sub_icon_list2 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 1.4rem 1.6rem;
		overflow: visible;
	}
	ul.sub_icon_list li,
	ul.sub_icon_list2 li {
		float: none;
		width: auto;
		max-width: calc(50% - 0.8rem);
		margin: 0;
	}
	ul.sub_icon_list li img,
	ul.sub_icon_list2 li img {
		display: block;
		padding: 0;
		max-height: 3.8rem;
		max-width: 100%;
		width: auto;
		height: auto;
	}
	.company_history ul { background: none; }
	.company_history ul li > .h_left_box,
	.company_history ul li > .h_right_box {
		float: none;
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.company_history ul li > .h_right_box:before { display: none; }
	.company_history ul li .img_box { max-width: 100%; margin-bottom: 1.6rem; }
	.list_area_photo > li,
	.list_area_video > li { width: 100%; }
	.dsa-main-grid { grid-template-columns: 1fr; }
	.dsa-main-card { min-height: 20rem; }
	.dsa-hero-cta img { max-width: 220px; }
}
