@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rajdhani:wght@400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

.waco-pfas {
	font-family: 'Noto Sans KR', sans-serif;
}

.waco-pfas .hero-title,
.waco-pfas .section-title,
.waco-pfas .cta-title,
.waco-eco-title,
.waco-pfas .stat-num,
.waco-pfas .metric-val {
	font-family: 'Bebas Neue', sans-serif;
	text-transform: uppercase;
}

.waco-pfas .comp-card-title,
.waco-pfas .mech-title,
.waco-pfas .spec-block-title,
.waco-pfas .eco-item-title,
.waco-eco-card-title {
	font-family: 'Rajdhani', sans-serif;
}

.waco-pfas {
	--primary: #0057b8;
	--primary-d: #003f8a;
	--primary-l: #e8f0fc;
	--teal: #008c7e;
	--teal-l: #e6f4f2;
	--warning: #d95f00;
	--warning-l: #fff3eb;
	--text: #1a2533;
	--text-sub: #4a5a6e;
	--text-light: #6b7c93;
	--border: #dde3ec;
	--bg-white: #ffffff;
	--bg-off: #f7f9fc;
	--bg-mid: #eef2f9;

	font-family: 'Noto Sans KR', sans-serif;
	background: var(--bg-white);
	color: var(--text);
	overflow-x: hidden;
	line-height: 1.6;
}

.waco-pfas *,
.waco-pfas *::before,
.waco-pfas *::after {
	box-sizing: border-box;
}

.waco-pfas img {
	max-width: 100%;
	height: auto;
	display: block;
}

.waco-pfas .full-bleed {
	width: 100%;
}

.waco-pfas section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 24px;
}

.waco-pfas .section-tag {
	font-size: 10px;
	letter-spacing: 4px;
	color: var(--primary);
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

.waco-pfas .section-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(32px, 3.5vw, 48px);
	line-height: 1.08;
	color: var(--text);
	margin-bottom: 14px;
}

.waco-pfas .section-title .c-blue {
	color: var(--primary);
}

.waco-pfas .section-title .c-teal {
	color: var(--teal);
}

.waco-pfas .section-desc {
	color: var(--text-sub);
	font-size: 15px;
	line-height: 1.8;
	max-width: 800px;
	font-weight: 300;
}

.waco-pfas .divider {
	width: 48px;
	height: 3px;
	background: var(--primary);
	margin: 10px 0 28px 0;
	border-radius: 2px;
}

.waco-pfas .divider.teal {
	background: var(--teal);
}

.waco-pfas .bg-white {
	background: var(--bg-white);
}

.waco-pfas .bg-off {
	background: var(--bg-off);
}

.waco-pfas .bg-mid {
	background: var(--bg-mid);
}

/* HERO */
.waco-pfas .hero {
	background: linear-gradient(135deg, var(--primary-d) 0%, var(--primary) 55%, #0072cc 100%);
	position: relative;
	overflow: hidden;
}

.waco-pfas .hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 75% 40%, rgba(255, 255, 255, 0.10) 0%, transparent 55%),
		radial-gradient(ellipse at 10% 80%, rgba(0, 200, 255, 0.10) 0%, transparent 45%);
	pointer-events: none;
}

.waco-pfas .hero-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 40px 80px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
	position: relative;
	z-index: 2;
}

.waco-pfas .hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.35);
	padding: 5px 14px;
	border-radius: 2px;
	font-size: 10px;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.waco-pfas .hero-eyebrow::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #7df0e0;
	border-radius: 50%;
	animation: wacoBlink 2s infinite;
}

@keyframes wacoBlink {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.4;
	}
}

.waco-pfas .hero-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(52px, 6.5vw, 84px);
	line-height: 0.92;
	color: #fff;
	margin-bottom: 18px;
}

.waco-pfas .hero-title .hl {
	display: block;
	color: #7df0e0;
}

.waco-pfas .hero-sub {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.80);
	line-height: 1.75;
	margin-bottom: 42px;
	font-weight: 600;
}

.waco-pfas .hero-sub strong {
	color: #fff;
	font-weight: 800;
	display: block;
	margin-top: 12px;
}

.waco-pfas .hero-stats {
	display: flex;
	gap: 36px;
	padding-top: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	flex-wrap: wrap;
}

.waco-pfas .stat-num {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 38px;
	color: #7df0e0;
	line-height: 1;
}

.waco-pfas .stat-label {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.65);
	letter-spacing: 0.5px;
	margin-top: 4px;
}

.waco-pfas .hero-img-wrap {
	border-radius: 6px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.waco-pfas .hero-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.waco-pfas .spec-img-wrap img,
.waco-pfas .eco-img-wrap img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}


.pfas-highlight {
	color: #008c7e;
}


/* COMPARISON */
.waco-pfas .comparison-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 44px;
}

.waco-pfas .comp-card {
	border-radius: 6px;
	padding: 36px 32px;
	border: 1px solid var(--border);
}

.waco-pfas .comp-card.old-card {
	background: var(--bg-off);
	border-color: #c8d0da;
}

.waco-pfas .comp-card.new-card {
	background: var(--bg-white);
	border-color: var(--primary);
	border-top: 3px solid var(--primary);
	box-shadow: 0 4px 24px rgba(0, 87, 184, 0.10);
}

.waco-pfas .comp-card-label {
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

.waco-pfas .old-card .comp-card-label {
	color: var(--text-light);
}

.waco-pfas .new-card .comp-card-label {
	color: var(--primary);
}

.waco-pfas .comp-card-title {
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 22px;
}

.waco-pfas .old-card .comp-card-title {
	color: var(--warning);
}

.waco-pfas .new-card .comp-card-title {
	color: var(--primary);
}

.waco-pfas .pfas-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.waco-pfas .pfas-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13.5px;
	padding: 9px 13px;
	border-radius: 4px;
}

.waco-pfas .pfas-item.has {
	background: var(--teal-l);
	color: var(--teal);
	font-weight: 500;
}

.waco-pfas .pfas-item.no {
	background: #f2f4f7;
	color: #9ba8b8;
	text-decoration: line-through;
}

.waco-pfas .pfas-icon {
	flex-shrink: 0;
	font-size: 15px;
}

.waco-pfas .note-box {
	font-size: 12px;
	color: var(--text-sub);
	margin-top: 16px;
	padding: 12px 16px;
	background: var(--bg-off);
	border-left: 3px solid var(--primary);
	border-radius: 0 4px 4px 0;
	line-height: 1.7;
}

/* MECHANISM */
.waco-pfas .mech-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}

.waco-pfas .mech-steps {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.waco-pfas .mech-step {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 20px 22px;
	background: var(--bg-white);
	border: 1px solid var(--border);
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.2s;
}

.waco-pfas .mech-step:hover {
	box-shadow: 0 4px 16px rgba(0, 87, 184, 0.10);
}

.waco-pfas .mech-num {
	width: 36px;
	height: 36px;
	background: var(--primary);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	font-weight: 700;
	flex-shrink: 0;
}

.waco-pfas .mech-title {
	font-family: 'Rajdhani', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: var(--primary);
	margin-bottom: 6px;
}

.waco-pfas .mech-desc {
	font-size: 13px;
	color: var(--text-sub);
	line-height: 1.7;
	font-weight: 300;
}

/* SPECS */
.waco-pfas .specs-grid {
	align-items: stretch;
}

.waco-pfas .spec-img-wrap {
	min-height: auto;
	height: 100%;
}


.waco-pfas .spec-img-wrap,
.waco-pfas .eco-img-wrap,
.waco-pfas .hero-img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}


.waco-pfas .spec-block-title {
	font-family: 'Rajdhani', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: var(--primary);
	letter-spacing: 1px;
	padding: 10px 16px;
	background: var(--primary-l);
	border-left: 3px solid var(--primary);
	margin-bottom: 0;
	border-radius: 0 4px 0 0;
}

.waco-pfas .spec-block-title-teal {
	background: var(--teal-l);
	border-left-color: var(--teal);
	color: var(--teal);
}

.waco-pfas .spec-table-wrap {
	border: 1px solid var(--border);
	border-radius: 0 0 6px 6px;
	overflow: hidden;
}

.waco-pfas .spec-row {
	display: grid;
	grid-template-columns: 42% 58%;
	border-bottom: 1px solid var(--border);
}

.waco-pfas .spec-row:last-child {
	border-bottom: none;
}

.waco-pfas .spec-key {
	background: var(--bg-off);
	padding: 12px 18px;
	font-size: 12px;
	color: var(--text-sub);
	font-weight: 500;
	display: flex;
	align-items: center;
	border-right: 1px solid var(--border);
}

.waco-pfas .spec-val {
	padding: 12px 18px;
	font-size: 13px;
	color: var(--text);
	font-weight: 600;
	display: flex;
	align-items: center;
	background: var(--bg-white);
}

.waco-pfas .spec-val-teal {
	color: var(--teal);
	font-size: 15px;
}

.waco-pfas .spec-val-blue {
	color: var(--primary);
	font-size: 15px;
}

.waco-pfas .spec-img-wrap,
.waco-pfas .eco-img-wrap {
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid var(--border);
	min-height: auto;
	background: var(--bg-mid);
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.waco-pfas .spec-img-wrap img,
.waco-pfas .eco-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ECO */
.waco-pfas .eco-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: start;
}

.waco-pfas .eco-grid>div {
	align-self: start;
}


.waco-pfas .eco-img-wrap {
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid var(--border);
	min-height: auto;
	background: var(--bg-mid);
	display: flex;
	align-items: flex-start;
	justify-content: center;
}



.waco-pfas .eco-features {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 32px;
}

.waco-pfas .eco-item {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 20px;
	background: var(--bg-white);
	border: 1px solid var(--border);
	border-left: 3px solid var(--teal);
	border-radius: 0 6px 6px 0;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
}

.waco-pfas .eco-icon {
	font-size: 24px;
	flex-shrink: 0;
	margin-top: 1px;
}

.waco-pfas .eco-item-title {
	font-family: 'Rajdhani', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: var(--teal);
	margin-bottom: 5px;
}

.waco-pfas .eco-item-desc {
	font-size: 13px;
	color: var(--text-sub);
	line-height: 1.7;
	font-weight: 300;
}

/* METRICS */
.waco-pfas .metrics-banner {
	background: var(--primary);
	border-radius: 8px;
	padding: 40px 20px;
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.waco-pfas .metric {
	text-align: center;
}

.waco-pfas .metric-val {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 42px;
	font-weight: 300;
	color: #7df0e0;
	line-height: 1.1;
}

.waco-pfas .metric-val.blue {
	color: #a3cfff;
}

.waco-pfas .metric-label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.70);
	margin-top: 8px;
	line-height: 1.4;
	letter-spacing: 0.3px;
}




.waco-eco-wrap {
	width: 100%;
}

.waco-eco-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 56px;
	width: 100%;
}

.waco-eco-col-text {
	flex: 1 1 52%;
	max-width: 52%;
}

.waco-eco-col-cards {
	flex: 1 1 48%;
	max-width: 48%;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.waco-eco-tag {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #145fbe;
	margin-bottom: 18px;
}

.waco-eco-title {
	font-family: 'Bebas Neue', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;

	margin: 0;
	font-size: 42px;
	line-height: 1.2;
	font-weight: 800;
	color: #0a1628;
}

.waco-eco-title .teal {
	color: #008c7e;
}

.waco-eco-divider {
	width: 42px;
	height: 3px;
	background: #008c7e;
	margin: 26px 0 28px;
	border-radius: 999px;
}

.waco-eco-desc {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
	color: #7d8da3;
	max-width: 640px;
}

.waco-eco-image-card {
	width: 100%;
	min-height: 390px;
	border: 1px solid rgba(10, 22, 40, 0.08);
	border-radius: 12px;
	background: linear-gradient(to bottom, #f7f9fc 0%, #edf2f7 100%);
	box-shadow: 0 6px 18px rgba(10, 22, 40, 0.04);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	box-sizing: border-box;
}

.waco-eco-image-card img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.waco-eco-card {
	width: 100%;
	background: #ffffff;
	border: 1px solid rgba(10, 22, 40, 0.08);
	border-radius: 12px;
	padding: 22px 22px 20px;
	box-shadow: 0 6px 18px rgba(10, 22, 40, 0.04);
	box-sizing: border-box;
}

.waco-eco-card-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}

.waco-eco-num {
	width: 40px;
	height: 40px;
	min-width: 40px;
	border-radius: 50%;
	background: #008c7e;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.waco-eco-card-title {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #145fbe;
}

.waco-eco-card-desc {
	margin: 0;
	font-size: 16px;
	line-height: 1.85;
	color: #7d8da3;
}

@media (max-width: 1180px) {
	.waco-eco-title {
		font-size: 52px;
	}
}

@media (max-width: 991px) {
	.waco-eco-row {
		flex-direction: column;
		gap: 28px;
	}

	.waco-eco-col-text,
	.waco-eco-col-cards {
		max-width: 100%;
		flex: 1 1 100%;
	}

	.waco-eco-title {
		font-size: 44px;
	}

	.waco-eco-image-card {
		min-height: 300px;
	}
}

@media (max-width: 767px) {
	.waco-eco-title {
		font-size: 34px;
	}

	.waco-eco-desc,
	.waco-eco-card-desc {
		font-size: 15px;
		line-height: 1.75;
	}

	.waco-eco-card-title {
		font-size: 18px;
	}
}

.waco-eco-row {
	margin: 0 !important;
}

.waco-eco-col-text,
.waco-eco-col-cards {
	margin: 0 !important;
}







/* TABLE */
.waco-pfas .table-sub-desc {
	font-size: 13px;
	color: var(--text-light);
	margin-bottom: 14px;
}

.waco-pfas .table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.waco-pfas table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	table-layout: auto;
}


.waco-pfas thead th {
	background: var(--primary);
	color: #fff;
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 14px 18px;
	text-align: left;
	font-weight: 700;
	white-space: nowrap;
}

.waco-pfas tbody td {
	padding: 13px 18px;
	border-bottom: 1px solid var(--border);
	color: var(--text);
	vertical-align: middle;
}

.waco-pfas tbody tr:last-child td {
	border-bottom: none;
}

.waco-pfas tbody tr:nth-child(odd) td {
	background: var(--bg-off);
}

.waco-pfas tbody tr:hover td {
	background: var(--primary-l);
	transition: background 0.15s;
}

.waco-pfas .badge-kcl {
	display: inline-block;
	background: var(--primary-l);
	border: 1px solid rgba(0, 87, 184, 0.3);
	color: var(--primary);
	padding: 1px 7px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-radius: 2px;
	margin-left: 6px;
	vertical-align: middle;
}

.waco-pfas .badge-100 {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: var(--teal-l);
	border: 1px solid rgba(0, 140, 126, 0.35);
	color: var(--teal);
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 12.5px;
	font-weight: 700;
}

.waco-pfas .substance-name {
	font-weight: 600;
	color: var(--text);
}

.waco-pfas .remark-teal {
	color: var(--teal);
	font-weight: 600;
}

/* CERTIFICATIONS */
.waco-pfas .cert-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 44px;
}

.waco-pfas .cert-card {
	border: 1px solid var(--border);
	border-radius: 8px;
	padding: 36px 28px;
	text-align: center;
	background: var(--bg-white);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.2s, transform 0.2s;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.waco-pfas .cert-card:hover {
	box-shadow: 0 6px 24px rgba(0, 87, 184, 0.12);
	transform: translateY(-2px);
}

.waco-pfas .cert-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--primary);
}

.waco-pfas .cert-card.teal-top::before {
	background: var(--teal);
}

.waco-pfas .cert-logo-box {
	width: 100%;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.waco-pfas .cert-logo-box img {
	max-width: 160px;
	width: auto;
	height: auto;
	object-fit: contain;
	max-height: 35px;
}

.waco-pfas .logo-kcl {
	max-height: 55px !important;
}

.waco-pfas .logo-nsf {
	max-height: 42px;
}

.waco-pfas .logo-fda {
	max-height: 35px;
}

/* CTA */
.waco-pfas .cta-wrap {
	background: linear-gradient(135deg, var(--primary-d) 0%, var(--primary) 100%);
	padding: 90px 40px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.waco-pfas .cta-wrap::before {
	content: '';
	position: absolute;
	width: 500px;
	height: 500px;
	background: radial-gradient(ellipse, rgba(255, 255, 255, 0.07) 0%, transparent 65%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.waco-pfas .cta-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: clamp(38px, 4.5vw, 60px);
	color: #fff;
	margin-bottom: 18px;
	position: relative;
	z-index: 1;
}

.waco-pfas .cta-title span {
	color: #7df0e0;
}

.waco-pfas .cta-desc {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 44px;
	line-height: 1.8;
	font-weight: 300;
	position: relative;
	z-index: 1;
}

.waco-pfas .cta-buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.waco-pfas .btn-primary {
	background: #fff;
	color: var(--primary);
	padding: 15px 38px;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: background 0.2s, transform 0.15s;
	font-family: 'Noto Sans KR', sans-serif;
}

.waco-pfas .btn-primary:hover {
	background: #e8f0fc;
	transform: translateY(-1px);
}

/* PAGE-SPECIFIC SAFETY */
.page-id-18150 .entry-content,
.page-id-18150 .site-content,
.page-id-18150 .site-main {
	max-width: 100% !important;
	overflow-x: hidden;
}

.page-id-18150 .entry-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* MOBILE */
@media (max-width: 1100px) {

	.waco-pfas .comparison-grid,
	.waco-pfas .mech-layout,
	.waco-pfas .specs-grid,
	.waco-pfas .eco-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.waco-pfas .hero-inner,
	.waco-pfas section {
		padding-left: 24px;
		padding-right: 24px;
	}

	.waco-pfas .hero-inner {
		padding-top: 70px;
		padding-bottom: 60px;
	}

	.waco-pfas .hero-title {
		font-size: clamp(42px, 10vw, 68px);
	}
}

@media (max-width: 767px) {
	.waco-pfas section {
		padding: 48px 16px;
	}
}

.waco-pfas .hero-inner {
	grid-template-columns: 1fr;
	gap: 32px;
}

.waco-pfas .comp-card,
.waco-pfas .mech-step,
.waco-pfas .eco-item,
.waco-pfas .cta-wrap {
	padding-left: 18px;
	padding-right: 18px;
}

.waco-pfas .hero-stats {
	gap: 20px;
}

.waco-pfas .stat-num {
	font-size: 30px;
}

.waco-pfas .table-wrap {
	overflow-x: auto;
}

.waco-pfas table {
	min-width: 720px;
}

.waco-pfas .cta-wrap {
	padding-top: 70px;
	padding-bottom: 70px;
}



/* 워드프레스용 사이즈 수정 */
.page-id-18150 .content-area,
.page-id-18150 .site-content,
.page-id-18150 .site-main,
.page-id-18150 .entry-content {
	max-width: 100% !important;
	width: 100% !important;
	overflow-x: hidden;
}

.page-id-18150 .entry-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.page-id-18150 .content-area,
.page-id-18150 .site-content,
.page-id-18150 .site-main,
.page-id-18150 .entry-content {
	max-width: 100% !important;
	width: 100% !important;
	overflow-x: hidden;
}

.page-id-18150 .entry-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.waco-pfas section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 24px;
}

.waco-pfas .hero-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 72px 24px 64px;
}

.waco-pfas .table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.waco-pfas table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	table-layout: auto;
}

.waco-pfas thead th {
	white-space: normal;
	word-break: keep-all;
}

.waco-pfas .specs-grid {
	align-items: stretch;
}

.waco-pfas .hero-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.waco-pfas .spec-img-wrap img,
.waco-pfas .eco-img-wrap img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}


.waco-pfas .cert-logo-box {
	height: 72px;
}

.waco-pfas .cert-logo-box img {
	max-width: 150px;
	max-height: 40px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.waco-pfas .logo-kcl,
.waco-pfas .logo-nsf,
.waco-pfas .logo-fda {
	max-height: 40px !important;
}

@media (max-width: 1100px) {

	.waco-pfas .hero-inner,
	.waco-pfas .comparison-grid,
	.waco-pfas .mech-layout,
	.waco-pfas .specs-grid,
	.waco-pfas .eco-grid,
	.waco-pfas .cert-grid,
	.waco-pfas .metrics-banner {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.waco-pfas section {
		padding: 48px 16px;
	}

	.waco-pfas .hero-inner {
		padding: 56px 16px 48px;
	}
}


.eco-row {
	display: flex;
	gap: 40px;
	margin-top: 40px;
}

.eco-left {
	flex: 1;
}

.eco-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.eco-img {
	width: 100%;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.eco-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 4px solid #008c7e;
	border-radius: 10px;
	padding: 20px;
}

.eco-card-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}

.eco-num {
	width: 34px;
	height: 34px;
	background: #008c7e;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
}

.eco-title {
	font-weight: 700;
	color: #145fbe;
	font-size: 18px;
}

.eco-desc {
	font-size: 14px;
	line-height: 1.7;
	color: #6b7a90;
}


@media (max-width: 768px) {
	.eco-row {
		flex-direction: column;
	}

	.eco-left,
	.eco-right {
		width: 100%;
	}

	.eco-img {
		margin-bottom: 20px;
	}
}

.eco-card {
	transition: all 0.3s ease;
}

.eco-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}


.eco-card {
	border-left: 3px solid #008c7e;
}

.eco-img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.eco-right {
	gap: 22px;
}

.waco-eco-title {
	line-height: 1.15;
}


.eco-card .eco-title {
	color: #008c7e;
}


.eco-divider {
	width: 40px;
	height: 3px;
	background: #008c7e;
}


.hero-logo {
	position: absolute;
	top: 30px;
	right: 40px;
	z-index: 10;
}

.hero-logo img {
	height: 28px;
	width: auto;
	display: block;
}


.hero {
	position: relative;
}

.hero-logo {
	position: absolute;
	top: 28px;
	right: 36px;
	z-index: 10;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.hero-logo img {
	display: block;
	height: 28px;
	width: auto;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}