/* ============================================================
   Who We Are (EN) — 2026 KDDF Brochure p2·3·5 재구성
   요청 0715. 통이미지 대신 홈페이지 톤으로 재구성.
   scope: .wwa-*
   ============================================================ */
.wwa {
	--wwa-brand: #0d5bd1;
	--wwa-navy: #102a4c;
	--wwa-ink: #26313f;
	--wwa-muted: #5b6675;
	--wwa-line: #e5eaf1;
	--wwa-card: #ffffff;
	--wwa-soft: #f4f7fb;
	--wwa-s1: #3fa9bd;   /* Season 1 */
	--wwa-s2: #6f63c4;   /* Season 2 */
	--wwa-radius: 16px;
	--wwa-shadow: 0 10px 28px rgba(16,42,76,0.06);
	display: flex;
	flex-direction: column;
	gap: 28px;
	color: var(--wwa-ink);
	font-family: Inter, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.wwa * { box-sizing: border-box; }

/* --- 공통 카드/헤더 --- */
.wwa-card {
	background: var(--wwa-card);
	border: 1px solid var(--wwa-line);
	border-radius: var(--wwa-radius);
	box-shadow: var(--wwa-shadow);
	padding: 34px 34px 38px;
}
.wwa-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wwa-brand);
	margin: 0 0 10px;
}
.wwa-h {
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 800;
	color: var(--wwa-navy);
	margin: 0 0 14px;
}
.wwa-h2 {
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: -0.01em;
	font-weight: 800;
	color: var(--wwa-navy);
	margin: 0 0 12px;
}
.wwa-lead {
	font-size: 16px;
	line-height: 1.7;
	color: var(--wwa-muted);
	margin: 0;
}
.wwa-divider {
	height: 1px;
	background: var(--wwa-line);
	border: 0;
	margin: 30px 0;
}

/* --- 정부 3부처 --- */
.wwa-ministries-figure {
	width: 100%;
	max-width: 920px;
	margin: 26px auto 0;
	background: #fff;
}
.wwa-ministries-figure img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.wwa-min-note {
	display: block;
	margin-top: 16px;
	text-align: center;
	font-size: 13px;
	color: var(--wwa-muted);
}

/* --- Our Purpose KPI + 삼각 파트 --- */
.wwa-purpose {
	margin-top: 26px;
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 22px;
	align-items: stretch;
}
.wwa-kpi {
	background: linear-gradient(135deg, #0d3a86, #0d5bd1);
	color: #fff;
	border-radius: 14px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wwa-kpi-num {
	font-size: 48px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.02em;
}
.wwa-kpi-num .u { font-size: 24px; font-weight: 700; margin-left: 4px; }
.wwa-kpi-sub {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255,255,255,0.9);
}
.wwa-kpi-note {
	margin-top: 12px;
	font-size: 12px;
	color: rgba(255,255,255,0.72);
}
.wwa-pillars {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	gap: 12px;
}
.wwa-pill {
	border: 1px solid var(--wwa-line);
	border-left: 4px solid var(--wwa-brand);
	border-radius: 10px;
	padding: 16px 18px;
	background: var(--wwa-card);
	font-size: 15px;
	font-weight: 700;
	color: var(--wwa-navy);
	display: flex;
	align-items: center;
}

/* --- Key Outcomes --- */
.wwa-legend {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	margin: 4px 0 26px;
}
.wwa-lg {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--wwa-muted);
	font-weight: 600;
}
.wwa-lg .dot { width: 12px; height: 12px; border-radius: 50%; }
.wwa-lg.s1 .dot { background: var(--wwa-s1); }
.wwa-lg.s2 .dot { background: var(--wwa-s2); }

.wwa-out {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.wwa-out-block {
	background: var(--wwa-soft);
	border: 1px solid var(--wwa-line);
	border-radius: 12px;
	padding: 22px 20px 24px;
}
.wwa-out-title {
	font-size: 15px;
	font-weight: 800;
	color: var(--wwa-brand);
	margin: 0 0 4px;
}
.wwa-out-sub {
	font-size: 12px;
	color: var(--wwa-muted);
	margin: 0 0 18px;
}
.wwa-stat-row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.wwa-stat { min-width: 88px; }
.wwa-stat .k {
	display: block;
	font-size: 11px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--wwa-muted);
	margin-bottom: 4px;
}
.wwa-stat .v {
	font-size: 34px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.02em;
}
.wwa-stat .v .u { font-size: 15px; font-weight: 700; margin-left: 2px; }
.wwa-stat.s1 .v { color: var(--wwa-s1); }
.wwa-stat.s2 .v { color: var(--wwa-s2); }

/* --- Five Strategic Pillars --- */
.wwa-five {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 22px;
}
.wwa-five-row {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 22px;
	padding: 20px 0;
	border-top: 1px solid var(--wwa-line);
	align-items: start;
}
.wwa-five-row:first-child { border-top: 0; }
.wwa-five-key {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 17px;
	font-weight: 800;
	color: var(--wwa-brand);
	letter-spacing: -0.01em;
}
.wwa-five-ic {
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	border-radius: 10px;
	background: #e9f1fd;
	color: var(--wwa-brand);
	display: flex;
	align-items: center;
	justify-content: center;
}
.wwa-five-ic svg { width: 20px; height: 20px; }
.wwa-five-desc {
	font-size: 15px;
	line-height: 1.65;
	color: var(--wwa-muted);
	margin: 0;
	padding-top: 6px;
}
/* Partnering 설명 아래 각주 */
.wwa-five-note {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--wwa-navy);
}
/* 브로슈어 파트너링 행사 사진 */
.wwa-five-photos {
	margin: 26px 0 0;
	text-align: center;
}
.wwa-five-photos img {
	display: block;
	width: 100%;
	max-width: 760px;
	height: auto;
	margin: 0 auto;
}
.wwa-five-foot {
	margin-top: 26px;
	padding-top: 20px;
	border-top: 1px solid var(--wwa-line);
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: var(--wwa-muted);
}
.wwa-five-foot a { color: var(--wwa-brand); font-weight: 700; text-decoration: none; }
.wwa-five-foot a:hover { text-decoration: underline; }

/* --- 반응형 --- */
@media (max-width: 860px) {
	.wwa-card { padding: 26px 20px 30px; }
	.wwa-h { font-size: 24px; }
	.wwa-purpose { grid-template-columns: 1fr; }
	.wwa-out { grid-template-columns: 1fr; }
	.wwa-five-row { grid-template-columns: 1fr; gap: 8px; }
	.wwa-five-desc { padding-top: 0; }
}
