#koreacare-education-wrapper {
	--edu-text: #1f2937;
	--edu-muted: #6b7280;
	--edu-bg: #f7f9fc;
	--edu-border: #e5e7eb;
	--edu-blue: #2f6df6;
	--edu-red: #ef5350;
	--edu-green: #20b77a;
	--edu-amber: #dd9800;
	--edu-indigo: #6366f1;
	--edu-purple: #8b5cf6;
	background: #ffffff;
}

#koreacare-education-wrapper .container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

#koreacare-education-wrapper .edu-showcase-section {
	position: relative;
	padding: 70px 0;
	background: linear-gradient(125deg, #f8fafc 0%, #eaf1ff 100%);
	overflow: hidden;
}

#koreacare-education-wrapper .edu-showcase-section::before {
	content: "";
	position: absolute;
	top: -160px;
	right: -140px;
	width: 380px;
	height: 380px;
	border-radius: 50%;
	background: rgba(47, 109, 246, 0.16);
}

#koreacare-education-wrapper .edu-showcase-grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 48px;
	align-items: center;
}

#koreacare-education-wrapper .edu-brand-chip {
	display: inline-block;
	padding: 9px 18px;
	border-radius: 100px;
	background: #dbeafe;
	color: #1d4ed8;
	font-size: 0.86rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-bottom: 24px;
}

#koreacare-education-wrapper .edu-showcase-content h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.18;
	font-weight: 300;
	letter-spacing: -0.02em;
	margin: 0 0 16px;
	color: #1f2937;
}

#koreacare-education-wrapper .edu-showcase-content h2 span {
	color: var(--edu-blue);
}

#koreacare-education-wrapper .edu-showcase-subtitle {
	font-size: 1.4rem;
	font-weight: 300;
	color: #4b5563;
	margin: 0 0 22px;
}

#koreacare-education-wrapper .edu-showcase-description {
	font-size: 1.35rem;
	line-height: 1.55;
	font-weight: 300;
	color: #5f6b7d;
	margin: 0 0 26px;
}

#koreacare-education-wrapper .edu-showcase-content blockquote {
	margin: 0;
	padding: 18px 20px;
	border-left: 4px solid #7ca6ff;
	background: rgba(255, 255, 255, 0.72);
	font-size: 1.52rem;
	font-style: italic;
	font-weight: 300;
	color: #64748b;
	line-height: 1.4;
}

#koreacare-education-wrapper .edu-showcase-meta {
	display: flex;
	gap: 20px;
	margin-top: 22px;
	font-size: 0.95rem;
	color: #6b7280;
	flex-wrap: wrap;
}

#koreacare-education-wrapper .edu-showcase-preview {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 24px 40px rgba(15, 23, 42, 0.18);
	border: 1px solid #d8dfeb;
	overflow: hidden;
}

#koreacare-education-wrapper .edu-preview-bar {
	padding: 16px 20px;
	border-bottom: 1px solid #e5e7eb;
	background: #f8fafc;
}

#koreacare-education-wrapper .edu-preview-bar > span {
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	color: #374151;
	margin-bottom: 8px;
}

#koreacare-education-wrapper .edu-preview-bar ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#koreacare-education-wrapper .edu-preview-bar li {
	font-size: 0.73rem;
	font-weight: 600;
	text-align: center;
	padding: 7px 4px;
	color: #fff;
	background: linear-gradient(135deg, #3b82f6, #0ea5e9);
	border-radius: 999px;
}

#koreacare-education-wrapper .edu-preview-content {
	padding: 18px;
	background: #ffffff;
}

#koreacare-education-wrapper .edu-thumb-row {
	margin-bottom: 16px;
}

#koreacare-education-wrapper .edu-thumb-tag {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 4px;
	margin-bottom: 8px;
	background: #dbeafe;
	color: #1e40af;
}

#koreacare-education-wrapper .edu-thumb-tag.hot {
	background: #fee2e2;
	color: #b91c1c;
}

#koreacare-education-wrapper .edu-thumb-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

#koreacare-education-wrapper .edu-thumb-item {
	height: 64px;
	border-radius: 8px;
	background: linear-gradient(145deg, #d8e6ff, #b7cdfa);
}

#koreacare-education-wrapper .edu-banner-row {
	height: 68px;
	border-radius: 10px;
	margin-bottom: 16px;
	background: linear-gradient(90deg, #e8eefb, #d9e7ff);
}

#koreacare-education-wrapper .edu-overview-section,
#koreacare-education-wrapper .edu-detail-section,
#koreacare-education-wrapper .edu-dual-section,
#koreacare-education-wrapper .edu-mandatory-section,
#koreacare-education-wrapper .edu-advanced-section,
#koreacare-education-wrapper .edu-cert-section,
#koreacare-education-wrapper .edu-guide-section {
	padding: 80px 0;
	border-bottom: 1px solid #eef2f7;
}

#koreacare-education-wrapper .edu-overview-section {
	background: #f8fbff;
}

#koreacare-education-wrapper .edu-section-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	margin-bottom: 28px;
}

#koreacare-education-wrapper .edu-section-head h3 {
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	font-weight: 300;
	margin: 0;
	line-height: 1.2;
	color: #1f2937;
}

#koreacare-education-wrapper .edu-section-head h3 span {
	color: var(--edu-blue);
}

#koreacare-education-wrapper .edu-section-head p {
	margin: 0;
	font-size: 1.38rem;
	font-weight: 300;
	color: #8a99b0;
}

#koreacare-education-wrapper .edu-overview-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

#koreacare-education-wrapper .edu-overview-card {
	background: #fff;
	border-radius: 20px;
	padding: 28px 24px 24px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
	border-top: 4px solid transparent;
}

#koreacare-education-wrapper .edu-overview-card h4 {
	font-size: 1.8rem;
	font-weight: 300;
	color: #334155;
	line-height: 1.25;
	margin: 0 0 6px;
}

#koreacare-education-wrapper .edu-overview-card > p {
	margin: 0 0 16px;
	font-size: 1rem;
	letter-spacing: 0.09em;
	color: #9ca3af;
}

#koreacare-education-wrapper .edu-overview-card ul {
	margin: 0;
	padding: 16px 16px 14px 26px;
	background: #f8fafc;
	border-radius: 14px;
	border: 1px solid #edf2f7;
}

#koreacare-education-wrapper .edu-overview-card li {
	margin-bottom: 8px;
	color: #64748b;
	font-weight: 300;
}

#koreacare-education-wrapper .edu-overview-card li:last-child {
	margin-bottom: 0;
}

#koreacare-education-wrapper .edu-overview-card.blue {
	border-top-color: var(--edu-blue);
}

#koreacare-education-wrapper .edu-overview-card.red {
	border-top-color: var(--edu-red);
}

#koreacare-education-wrapper .edu-overview-card.green {
	border-top-color: var(--edu-green);
}

#koreacare-education-wrapper .edu-overview-card.amber {
	border-top-color: var(--edu-amber);
}

#koreacare-education-wrapper .edu-overview-card.indigo {
	border-top-color: var(--edu-indigo);
}

#koreacare-education-wrapper .edu-overview-card.purple {
	border-top-color: var(--edu-purple);
}

#koreacare-education-wrapper .edu-detail-head {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: flex-start;
	margin-bottom: 32px;
}

#koreacare-education-wrapper .edu-label {
	display: inline-block;
	padding: 6px 14px;
	background: #dbeafe;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 700;
	color: #2563eb;
	margin-bottom: 10px;
}

#koreacare-education-wrapper .edu-detail-head h3 {
	margin: 0;
	font-size: clamp(2rem, 3.8vw, 3.3rem);
	line-height: 1.2;
	font-weight: 300;
	color: #1f2937;
	letter-spacing: -0.01em;
}

#koreacare-education-wrapper .edu-detail-head p {
	margin: 12px 0 0;
	font-size: 1.5rem;
	line-height: 1.45;
	font-weight: 300;
	color: #697586;
}

#koreacare-education-wrapper .edu-label-en {
	font-size: 1.3rem;
	color: #a8b0bf;
	white-space: nowrap;
	font-weight: 300;
	padding-top: 28px;
}

#koreacare-education-wrapper .edu-role-grid,
#koreacare-education-wrapper .edu-cert-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	padding: 34px;
	border-radius: 34px;
	background: #f4f7fd;
}

#koreacare-education-wrapper .edu-role-card,
#koreacare-education-wrapper .edu-cert-grid article {
	border: 1px solid #dce3ed;
	border-radius: 16px;
	padding: 18px 16px;
	background: #fff;
}

#koreacare-education-wrapper .edu-role-card h4,
#koreacare-education-wrapper .edu-cert-grid article h4 {
	font-size: 1.75rem;
	font-weight: 300;
	color: #334155;
	margin: 0 0 12px;
	line-height: 1.2;
}

#koreacare-education-wrapper .edu-role-card ul,
#koreacare-education-wrapper .edu-cert-grid article ul {
	margin: 0;
	padding: 14px 14px 12px 24px;
	border-radius: 12px;
	background: #f8fafc;
}

#koreacare-education-wrapper .edu-role-card li,
#koreacare-education-wrapper .edu-cert-grid article li {
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 300;
	color: #64748b;
}

#koreacare-education-wrapper .edu-role-card li:last-child,
#koreacare-education-wrapper .edu-cert-grid article li:last-child {
	margin-bottom: 0;
}

#koreacare-education-wrapper .edu-dual-grid,
#koreacare-education-wrapper .edu-advanced-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

#koreacare-education-wrapper .edu-panel,
#koreacare-education-wrapper .edu-advanced-card {
	padding: 32px 26px;
	background: #f9fbff;
	border: 1px solid #e7edf6;
	border-radius: 20px;
}

#koreacare-education-wrapper .edu-panel.red {
	border-top: 3px solid var(--edu-red);
}

#koreacare-education-wrapper .edu-panel.green {
	border-top: 3px solid var(--edu-green);
}

#koreacare-education-wrapper .edu-panel h4,
#koreacare-education-wrapper .edu-advanced-card h4 {
	font-size: 2.15rem;
	line-height: 1.2;
	font-weight: 300;
	color: #334155;
	margin: 0 0 14px;
}

#koreacare-education-wrapper .edu-panel p,
#koreacare-education-wrapper .edu-advanced-card p {
	margin: 0 0 16px;
	font-size: 1.32rem;
	line-height: 1.5;
	font-weight: 300;
	color: #64748b;
}

#koreacare-education-wrapper .edu-panel ul,
#koreacare-education-wrapper .edu-mini-grid,
#koreacare-education-wrapper .edu-step-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#koreacare-education-wrapper .edu-panel ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

#koreacare-education-wrapper .edu-panel ul li {
	background: #fff;
	padding: 12px;
	border-radius: 10px;
	border: 1px solid #e5e7eb;
	font-size: 1.05rem;
	color: #475569;
}

#koreacare-education-wrapper .edu-mandatory-section {
	background: #f8fafc;
}

#koreacare-education-wrapper .edu-mandatory-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

#koreacare-education-wrapper .edu-mandatory-grid article {
	padding: 24px 20px;
	border-radius: 14px;
	border: 1px solid #dbe2ed;
	background: #fff;
	min-height: 128px;
	display: flex;
	align-items: center;
	gap: 16px;
}

#koreacare-education-wrapper .edu-mandatory-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#koreacare-education-wrapper .edu-mandatory-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#koreacare-education-wrapper .edu-mandatory-icon svg {
	width: 24px;
	height: 24px;
}

#koreacare-education-wrapper .edu-mandatory-icon.pink { background-color: #fee2e2; color: #ef4444; }
#koreacare-education-wrapper .edu-mandatory-icon.coral { background-color: #ffedd5; color: #f97316; }
#koreacare-education-wrapper .edu-mandatory-icon.blue { background-color: #e0e7ff; color: #4f46e5; }
#koreacare-education-wrapper .edu-mandatory-icon.green { background-color: #dcfce7; color: #22c55e; }
#koreacare-education-wrapper .edu-mandatory-icon.yellow { background-color: #fef9c3; color: #eab308; }
#koreacare-education-wrapper .edu-mandatory-icon.purple { background-color: #f3e8ff; color: #a855f7; }
#koreacare-education-wrapper .edu-mandatory-icon.indigo { background-color: #e0e7ff; color: #6366f1; }
#koreacare-education-wrapper .edu-mandatory-icon.gray { background-color: #f1f5f9; color: #475569; }
#koreacare-education-wrapper .edu-mandatory-icon.lightblue { background-color: #dbeafe; color: #3b82f6; }
#koreacare-education-wrapper .edu-mandatory-icon.rose { background-color: #fce7f3; color: #ec4899; }
#koreacare-education-wrapper .edu-mandatory-icon.black { background-color: #f1f5f9; color: #0f172a; }

#koreacare-education-wrapper .edu-mandatory-grid h4 {
	margin: 6px 0 0;
	font-size: 1.58rem;
	font-weight: 300;
	line-height: 1.28;
	color: #334155;
	word-break: keep-all;
}

#koreacare-education-wrapper .edu-mandatory-grid p {
	margin: 0;
	font-size: 0.9rem;
	color: #94a3b8;
	font-weight: 600;
}

#koreacare-education-wrapper .edu-mandatory-complete {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fff;
	gap: 12px;
	border: 1px solid #1f2937;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

#koreacare-education-wrapper .edu-complete-icon {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #1f2937;
	border-radius: 12px;
	margin-bottom: 4px;
}

#koreacare-education-wrapper .edu-complete-icon svg {
	width: 24px;
	height: 24px;
	fill: #1f2937;
}

#koreacare-education-wrapper .edu-mandatory-complete h4 {
	margin: 0;
	font-weight: 600;
	font-size: 1.45rem;
	color: #1f2937;
}

#koreacare-education-wrapper .edu-mini-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

#koreacare-education-wrapper .edu-mini-grid span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 86px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #e2e8f0;
	font-size: 1.5rem;
	font-weight: 300;
	color: #475569;
}

#koreacare-education-wrapper .edu-step-list li {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 14px 18px;
	border-radius: 14px;
	border: 1px solid #d7e4ff;
	background: #ffffff;
	margin-bottom: 12px;
}

#koreacare-education-wrapper .edu-step-list li:last-child {
	margin-bottom: 0;
}

#koreacare-education-wrapper .edu-step-list strong {
	font-size: 1.45rem;
	font-weight: 400;
	color: #2563eb;
}

#koreacare-education-wrapper .edu-step-list span {
	font-size: 1.02rem;
	color: #6b7280;
}

#koreacare-education-wrapper .edu-guide-section {
	background: #f3f7fd;
}

#koreacare-education-wrapper .edu-guide-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr 0.9fr;
	gap: 18px;
}

#koreacare-education-wrapper .edu-guide-card {
	padding: 24px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e2e8f0;
}

#koreacare-education-wrapper .edu-guide-card.contact {
	background: #1f2f46;
	color: #fff;
	border-color: #1f2f46;
}

#koreacare-education-wrapper .edu-guide-card h4 {
	margin: 0 0 16px;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
	color: inherit;
}

#koreacare-education-wrapper .edu-membership-box {
	padding: 16px;
	border-radius: 14px;
	background: #eef5ff;
	border: 1px solid #dbeafe;
	margin-bottom: 12px;
}

#koreacare-education-wrapper .edu-membership-box.basic {
	background: #f8fafc;
	border-color: #e5e7eb;
	margin-bottom: 0;
}

#koreacare-education-wrapper .edu-membership-box strong {
	display: block;
	font-size: 1.45rem;
	font-weight: 300;
	margin-bottom: 8px;
	color: #334155;
}

#koreacare-education-wrapper .edu-membership-box p {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 300;
	color: #64748b;
}

#koreacare-education-wrapper .edu-guide-card ol,
#koreacare-education-wrapper .edu-guide-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#koreacare-education-wrapper .edu-guide-card ol li,
#koreacare-education-wrapper .edu-guide-card ul li {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 14px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid #edf2f7;
	margin-bottom: 10px;
}

#koreacare-education-wrapper .edu-guide-card.contact ul li {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.15);
}

#koreacare-education-wrapper .edu-guide-card li:last-child {
	margin-bottom: 0;
}

#koreacare-education-wrapper .edu-guide-card strong {
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1.2;
	color: #334155;
}

#koreacare-education-wrapper .edu-guide-card.contact strong {
	color: #fff;
}

#koreacare-education-wrapper .edu-guide-card span {
	font-size: 1rem;
	line-height: 1.45;
	color: #64748b;
}

#koreacare-education-wrapper .edu-guide-card.contact span {
	color: rgba(255, 255, 255, 0.8);
}

#koreacare-education-wrapper .service-body {
	padding: 80px 0;
}

#koreacare-education-wrapper .service-cta-box {
	margin-top: 0;
}

#koreacare-education-wrapper .service-navigation-section {
	padding-bottom: 100px;
}

@media (max-width: 1199px) {
	#koreacare-education-wrapper .edu-section-head,
	#koreacare-education-wrapper .edu-detail-head {
		flex-direction: column;
		gap: 10px;
	}

	#koreacare-education-wrapper .edu-label-en {
		padding-top: 0;
	}

	#koreacare-education-wrapper .edu-overview-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#koreacare-education-wrapper .edu-role-grid,
	#koreacare-education-wrapper .edu-cert-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	#koreacare-education-wrapper .edu-guide-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#koreacare-education-wrapper .edu-guide-card.contact {
		grid-column: span 2;
	}
}

@media (max-width: 991px) {
	#koreacare-education-wrapper .edu-showcase-grid,
	#koreacare-education-wrapper .edu-dual-grid,
	#koreacare-education-wrapper .edu-advanced-grid {
		grid-template-columns: 1fr;
	}

	#koreacare-education-wrapper .edu-mandatory-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	#koreacare-education-wrapper .edu-panel h4,
	#koreacare-education-wrapper .edu-advanced-card h4,
	#koreacare-education-wrapper .edu-guide-card h4,
	#koreacare-education-wrapper .edu-role-card h4,
	#koreacare-education-wrapper .edu-cert-grid article h4,
	#koreacare-education-wrapper .edu-mandatory-grid h4 {
		font-size: 1.55rem;
	}

	#koreacare-education-wrapper .edu-panel p,
	#koreacare-education-wrapper .edu-advanced-card p,
	#koreacare-education-wrapper .edu-detail-head p {
		font-size: 1.12rem;
	}

	#koreacare-education-wrapper .edu-showcase-content blockquote {
		font-size: 1.2rem;
	}
}

@media (max-width: 768px) {
	#koreacare-education-wrapper .edu-showcase-section,
	#koreacare-education-wrapper .edu-overview-section,
	#koreacare-education-wrapper .edu-detail-section,
	#koreacare-education-wrapper .edu-dual-section,
	#koreacare-education-wrapper .edu-mandatory-section,
	#koreacare-education-wrapper .edu-advanced-section,
	#koreacare-education-wrapper .edu-cert-section,
	#koreacare-education-wrapper .edu-guide-section {
		padding: 56px 0;
	}

	#koreacare-education-wrapper .edu-showcase-subtitle {
		font-size: 1.1rem;
	}

	#koreacare-education-wrapper .edu-showcase-description {
		font-size: 1.06rem;
	}

	#koreacare-education-wrapper .edu-preview-bar ul {
		grid-template-columns: repeat(2, 1fr);
	}

	#koreacare-education-wrapper .edu-thumb-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	#koreacare-education-wrapper .edu-overview-grid,
	#koreacare-education-wrapper .edu-role-grid,
	#koreacare-education-wrapper .edu-cert-grid,
	#koreacare-education-wrapper .edu-guide-grid {
		grid-template-columns: 1fr;
	}

	#koreacare-education-wrapper .edu-role-grid,
	#koreacare-education-wrapper .edu-cert-grid {
		padding: 16px;
		border-radius: 20px;
	}

	#koreacare-education-wrapper .edu-mandatory-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#koreacare-education-wrapper .edu-guide-card.contact {
		grid-column: auto;
	}

	#koreacare-education-wrapper .edu-step-list strong {
		font-size: 1.2rem;
	}

	#koreacare-education-wrapper .edu-mini-grid span {
		height: 64px;
		font-size: 1.1rem;
	}
}

@media (max-width: 480px) {
	#koreacare-education-wrapper .container {
		padding: 0 16px;
	}

	#koreacare-education-wrapper .edu-showcase-content blockquote {
		font-size: 1.02rem;
		padding: 14px;
	}

	#koreacare-education-wrapper .edu-showcase-meta {
		gap: 10px;
		font-size: 0.84rem;
	}

	#koreacare-education-wrapper .edu-mandatory-grid {
		grid-template-columns: 1fr;
	}

	#koreacare-education-wrapper .edu-panel ul {
		grid-template-columns: 1fr;
	}
}

/* ========================================================================== 
   Education Page Enhancement Layer (frontend-design)
   ========================================================================== */
#koreacare-education-wrapper {
	position: relative;
	isolation: isolate;
}

#koreacare-education-wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle at 8% 6%, rgba(47, 109, 246, 0.08), transparent 33%),
		radial-gradient(circle at 92% 22%, rgba(32, 183, 122, 0.07), transparent 34%),
		repeating-linear-gradient(135deg, rgba(148, 163, 184, 0.07) 0, rgba(148, 163, 184, 0.07) 1px, transparent 1px, transparent 20px);
	pointer-events: none;
	z-index: -1;
}

#koreacare-education-wrapper .edu-overview-section,
#koreacare-education-wrapper .edu-dual-section,
#koreacare-education-wrapper .edu-cert-section {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(243, 248, 255, 0.85));
}

#koreacare-education-wrapper .edu-detail-head {
	padding-bottom: 20px;
	border-bottom: 1px solid #dfe8f3;
}

#koreacare-education-wrapper .edu-label-en {
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#koreacare-education-wrapper .edu-showcase-preview {
	transform: perspective(1200px) rotateY(-5deg);
	transform-origin: right center;
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

#koreacare-education-wrapper .edu-showcase-grid:hover .edu-showcase-preview {
	transform: perspective(1200px) rotateY(-1deg) translateY(-3px);
	box-shadow: 0 30px 50px rgba(15, 23, 42, 0.2);
}

#koreacare-education-wrapper .edu-thumb-item {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	border: 1px solid #d8e4f7;
}

#koreacare-education-wrapper .edu-thumb-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(15, 23, 42, 0.3) 100%);
}

#koreacare-education-wrapper .edu-thumb-grid .edu-thumb-item:nth-child(1) {
	background-image: url('../images/home/service-01.jpg');
}

#koreacare-education-wrapper .edu-thumb-grid .edu-thumb-item:nth-child(2) {
	background-image: url('../images/home/service-02.jpg');
}

#koreacare-education-wrapper .edu-thumb-grid .edu-thumb-item:nth-child(3) {
	background-image: url('../images/home/service-03.jpg');
}

#koreacare-education-wrapper .edu-thumb-grid .edu-thumb-item:nth-child(4) {
	background-image: url('../images/home/service-05.jpg');
}

#koreacare-education-wrapper .edu-banner-row {
	background-image: linear-gradient(90deg, rgba(232, 238, 251, 0.68), rgba(217, 231, 255, 0.58)), url('../images/home/service-04.jpg');
	background-size: cover;
	background-position: center;
	border: 1px solid #dce6f7;
}

#koreacare-education-wrapper .edu-overview-card,
#koreacare-education-wrapper .edu-role-card,
#koreacare-education-wrapper .edu-cert-grid article,
#koreacare-education-wrapper .edu-panel,
#koreacare-education-wrapper .edu-advanced-card,
#koreacare-education-wrapper .edu-guide-card,
#koreacare-education-wrapper .edu-mandatory-grid article {
	position: relative;
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

#koreacare-education-wrapper .edu-overview-card:hover,
#koreacare-education-wrapper .edu-role-card:hover,
#koreacare-education-wrapper .edu-cert-grid article:hover,
#koreacare-education-wrapper .edu-panel:hover,
#koreacare-education-wrapper .edu-advanced-card:hover,
#koreacare-education-wrapper .edu-guide-card:hover,
#koreacare-education-wrapper .edu-mandatory-grid article:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 30px rgba(15, 23, 42, 0.1);
	border-color: #bfdbfe;
}

#koreacare-education-wrapper .edu-role-card ul li,
#koreacare-education-wrapper .edu-overview-card li,
#koreacare-education-wrapper .edu-cert-grid article li {
	position: relative;
	padding-left: 4px;
}

#koreacare-education-wrapper .edu-role-card ul li::marker,
#koreacare-education-wrapper .edu-overview-card li::marker,
#koreacare-education-wrapper .edu-cert-grid article li::marker {
	color: #3b82f6;
}

#koreacare-education-wrapper .edu-step-list li {
	position: relative;
	padding-right: 44px;
}

#koreacare-education-wrapper .edu-step-list li::after {
	content: ">";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.18rem;
	font-weight: 700;
	color: #93c5fd;
}

#koreacare-education-wrapper .edu-step-list li:hover::after {
	color: #2563eb;
}

#koreacare-education-wrapper .edu-mandatory-grid article:nth-child(odd) {
	background: linear-gradient(180deg, #ffffff, #f9fbff);
}

#koreacare-education-wrapper .edu-mandatory-grid article:nth-child(even) {
	background: linear-gradient(180deg, #fdfdff, #f3f7ff);
}

#koreacare-education-wrapper .edu-showcase-content,
#koreacare-education-wrapper .edu-showcase-preview,
#koreacare-education-wrapper .edu-section-head,
#koreacare-education-wrapper .edu-detail-head,
#koreacare-education-wrapper .edu-overview-card,
#koreacare-education-wrapper .edu-role-card,
#koreacare-education-wrapper .edu-panel,
#koreacare-education-wrapper .edu-mandatory-grid article,
#koreacare-education-wrapper .edu-advanced-card,
#koreacare-education-wrapper .edu-cert-grid article,
#koreacare-education-wrapper .edu-guide-card {
	opacity: 0;
	animation: edu-rise-in 0.75s cubic-bezier(.2, .75, .25, 1) forwards;
}

#koreacare-education-wrapper .edu-showcase-preview { animation-delay: .12s; }
#koreacare-education-wrapper .edu-overview-card:nth-child(1) { animation-delay: .04s; }
#koreacare-education-wrapper .edu-overview-card:nth-child(2) { animation-delay: .08s; }
#koreacare-education-wrapper .edu-overview-card:nth-child(3) { animation-delay: .12s; }
#koreacare-education-wrapper .edu-overview-card:nth-child(4) { animation-delay: .16s; }
#koreacare-education-wrapper .edu-overview-card:nth-child(5) { animation-delay: .20s; }
#koreacare-education-wrapper .edu-overview-card:nth-child(6) { animation-delay: .24s; }
#koreacare-education-wrapper .edu-role-card:nth-child(1),
#koreacare-education-wrapper .edu-panel:nth-child(1),
#koreacare-education-wrapper .edu-advanced-card:nth-child(1),
#koreacare-education-wrapper .edu-guide-card:nth-child(1) { animation-delay: .05s; }
#koreacare-education-wrapper .edu-role-card:nth-child(2),
#koreacare-education-wrapper .edu-panel:nth-child(2),
#koreacare-education-wrapper .edu-advanced-card:nth-child(2),
#koreacare-education-wrapper .edu-guide-card:nth-child(2) { animation-delay: .1s; }
#koreacare-education-wrapper .edu-role-card:nth-child(3),
#koreacare-education-wrapper .edu-guide-card:nth-child(3) { animation-delay: .15s; }
#koreacare-education-wrapper .edu-role-card:nth-child(4) { animation-delay: .2s; }
#koreacare-education-wrapper .edu-role-card:nth-child(5) { animation-delay: .25s; }
#koreacare-education-wrapper .edu-mandatory-grid article:nth-child(1) { animation-delay: .03s; }
#koreacare-education-wrapper .edu-mandatory-grid article:nth-child(2) { animation-delay: .06s; }
#koreacare-education-wrapper .edu-mandatory-grid article:nth-child(3) { animation-delay: .09s; }
#koreacare-education-wrapper .edu-mandatory-grid article:nth-child(4) { animation-delay: .12s; }
#koreacare-education-wrapper .edu-mandatory-grid article:nth-child(5) { animation-delay: .15s; }
#koreacare-education-wrapper .edu-mandatory-grid article:nth-child(6) { animation-delay: .18s; }
#koreacare-education-wrapper .edu-mandatory-grid article:nth-child(7) { animation-delay: .21s; }
#koreacare-education-wrapper .edu-mandatory-grid article:nth-child(8) { animation-delay: .24s; }
#koreacare-education-wrapper .edu-mandatory-grid article:nth-child(9) { animation-delay: .27s; }
#koreacare-education-wrapper .edu-mandatory-grid article:nth-child(10) { animation-delay: .3s; }
#koreacare-education-wrapper .edu-mandatory-grid article:nth-child(11) { animation-delay: .33s; }
#koreacare-education-wrapper .edu-mandatory-grid article:nth-child(12) { animation-delay: .36s; }

@keyframes edu-rise-in {
	from {
		opacity: 0;
		transform: translateY(18px);
		filter: blur(2px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		filter: blur(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	#koreacare-education-wrapper .edu-showcase-content,
	#koreacare-education-wrapper .edu-showcase-preview,
	#koreacare-education-wrapper .edu-section-head,
	#koreacare-education-wrapper .edu-detail-head,
	#koreacare-education-wrapper .edu-overview-card,
	#koreacare-education-wrapper .edu-role-card,
	#koreacare-education-wrapper .edu-panel,
	#koreacare-education-wrapper .edu-mandatory-grid article,
	#koreacare-education-wrapper .edu-advanced-card,
	#koreacare-education-wrapper .edu-cert-grid article,
	#koreacare-education-wrapper .edu-guide-card {
		opacity: 1;
		animation: none;
		transform: none;
	}

	#koreacare-education-wrapper .edu-overview-card,
	#koreacare-education-wrapper .edu-role-card,
	#koreacare-education-wrapper .edu-cert-grid article,
	#koreacare-education-wrapper .edu-panel,
	#koreacare-education-wrapper .edu-advanced-card,
	#koreacare-education-wrapper .edu-guide-card,
	#koreacare-education-wrapper .edu-mandatory-grid article,
	#koreacare-education-wrapper .edu-showcase-preview {
		transition: none;
	}
}

@media (max-width: 991px) {
	#koreacare-education-wrapper .edu-showcase-preview {
		transform: none;
	}

	#koreacare-education-wrapper .edu-detail-head {
		padding-bottom: 14px;
	}
}

@media (max-width: 768px) {
	#koreacare-education-wrapper .edu-showcase-grid:hover .edu-showcase-preview,
	#koreacare-education-wrapper .edu-overview-card:hover,
	#koreacare-education-wrapper .edu-role-card:hover,
	#koreacare-education-wrapper .edu-cert-grid article:hover,
	#koreacare-education-wrapper .edu-panel:hover,
	#koreacare-education-wrapper .edu-advanced-card:hover,
	#koreacare-education-wrapper .edu-guide-card:hover,
	#koreacare-education-wrapper .edu-mandatory-grid article:hover {
		transform: none;
	}
}

/* ========================================================================== 
   AI Nursing Reference Override
   ========================================================================== */
#koreacare-education-wrapper {
	--edu-primary: #3c78d8;
	--edu-primary-light: #f0f5fc;
	--edu-dark: #1e2434;
	--edu-card-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	--edu-card-shadow-hover: 0 15px 50px rgba(0, 0, 0, 0.08);
	--edu-transition: all 0.3s ease;
}

#koreacare-education-wrapper .edu-overview-section,
#koreacare-education-wrapper .edu-dual-section,
#koreacare-education-wrapper .edu-advanced-section,
#koreacare-education-wrapper .edu-guide-section {
	position: relative;
	overflow: hidden;
}

#koreacare-education-wrapper .edu-overview-section::after,
#koreacare-education-wrapper .edu-dual-section::after,
#koreacare-education-wrapper .edu-advanced-section::after,
#koreacare-education-wrapper .edu-guide-section::after {
	content: "";
	position: absolute;
	width: 380px;
	height: 380px;
	border-radius: 50%;
	background: rgba(60, 120, 216, 0.07);
	z-index: 0;
	filter: blur(2px);
}

#koreacare-education-wrapper .edu-overview-section::after {
	top: -150px;
	left: -120px;
}

#koreacare-education-wrapper .edu-dual-section::after,
#koreacare-education-wrapper .edu-advanced-section::after,
#koreacare-education-wrapper .edu-guide-section::after {
	bottom: -170px;
	right: -130px;
}

#koreacare-education-wrapper .edu-overview-section .container,
#koreacare-education-wrapper .edu-dual-section .container,
#koreacare-education-wrapper .edu-advanced-section .container,
#koreacare-education-wrapper .edu-guide-section .container {
	position: relative;
	z-index: 1;
}

#koreacare-education-wrapper .edu-label {
	background: var(--edu-primary-light);
	color: var(--edu-primary);
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

#koreacare-education-wrapper .edu-detail-head h3,
#koreacare-education-wrapper .edu-section-head h3,
#koreacare-education-wrapper .edu-showcase-content h2 {
	color: var(--edu-dark);
}

#koreacare-education-wrapper .edu-detail-head p,
#koreacare-education-wrapper .edu-showcase-description,
#koreacare-education-wrapper .edu-guide-card span,
#koreacare-education-wrapper .edu-role-card li,
#koreacare-education-wrapper .edu-overview-card li,
#koreacare-education-wrapper .edu-panel p,
#koreacare-education-wrapper .edu-advanced-card p {
	color: #7b8798;
}

#koreacare-education-wrapper .edu-overview-card,
#koreacare-education-wrapper .edu-role-card,
#koreacare-education-wrapper .edu-cert-grid article,
#koreacare-education-wrapper .edu-panel,
#koreacare-education-wrapper .edu-advanced-card,
#koreacare-education-wrapper .edu-guide-card,
#koreacare-education-wrapper .edu-mandatory-grid article {
	box-shadow: var(--edu-card-shadow);
	transition: var(--edu-transition);
	border-top: 5px solid #dbe7fb;
}

#koreacare-education-wrapper .edu-overview-card.blue,
#koreacare-education-wrapper .edu-role-card:nth-child(1),
#koreacare-education-wrapper .edu-cert-grid article:nth-child(1) {
	border-top-color: #3c78d8;
}

#koreacare-education-wrapper .edu-overview-card.red,
#koreacare-education-wrapper .edu-role-card:nth-child(2),
#koreacare-education-wrapper .edu-cert-grid article:nth-child(2) {
	border-top-color: #ef5350;
}

#koreacare-education-wrapper .edu-overview-card.green,
#koreacare-education-wrapper .edu-role-card:nth-child(3),
#koreacare-education-wrapper .edu-cert-grid article:nth-child(3) {
	border-top-color: #20b77a;
}

#koreacare-education-wrapper .edu-overview-card.amber,
#koreacare-education-wrapper .edu-role-card:nth-child(4),
#koreacare-education-wrapper .edu-cert-grid article:nth-child(4) {
	border-top-color: #dd9800;
}

#koreacare-education-wrapper .edu-overview-card.indigo,
#koreacare-education-wrapper .edu-role-card:nth-child(5),
#koreacare-education-wrapper .edu-cert-grid article:nth-child(5) {
	border-top-color: #6366f1;
}

#koreacare-education-wrapper .edu-panel.red {
	border-top-color: #ef5350;
}

#koreacare-education-wrapper .edu-panel.green {
	border-top-color: #20b77a;
}

#koreacare-education-wrapper .edu-overview-card:hover,
#koreacare-education-wrapper .edu-role-card:hover,
#koreacare-education-wrapper .edu-cert-grid article:hover,
#koreacare-education-wrapper .edu-panel:hover,
#koreacare-education-wrapper .edu-advanced-card:hover,
#koreacare-education-wrapper .edu-guide-card:hover,
#koreacare-education-wrapper .edu-mandatory-grid article:hover {
	box-shadow: var(--edu-card-shadow-hover);
	transform: translateY(-5px);
}

#koreacare-education-wrapper .edu-role-card h4,
#koreacare-education-wrapper .edu-cert-grid article h4,
#koreacare-education-wrapper .edu-mandatory-grid h4 {
	font-size: 1.45rem;
}

#koreacare-education-wrapper .edu-panel h4,
#koreacare-education-wrapper .edu-advanced-card h4,
#koreacare-education-wrapper .edu-guide-card h4 {
	font-size: 1.95rem;
}

#koreacare-education-wrapper .edu-preview-bar li {
	background: linear-gradient(135deg, #3c78d8, #57a1ff);
}

@media (max-width: 991px) {
	#koreacare-education-wrapper .edu-overview-section::after,
	#koreacare-education-wrapper .edu-dual-section::after,
	#koreacare-education-wrapper .edu-advanced-section::after,
	#koreacare-education-wrapper .edu-guide-section::after {
		display: none;
	}
}

@media (max-width: 768px) {
	#koreacare-education-wrapper .edu-panel h4,
	#koreacare-education-wrapper .edu-advanced-card h4,
	#koreacare-education-wrapper .edu-guide-card h4 {
		font-size: 1.45rem;
	}
}

/* ========================================================================== 
   AI Nursing Typography Scale Override
   ========================================================================== */
#koreacare-education-wrapper .edu-showcase-content h2 {
	font-size: clamp(2rem, 3.4vw, 3rem);
}

#koreacare-education-wrapper .edu-showcase-subtitle {
	font-size: 1.35rem;
}

#koreacare-education-wrapper .edu-showcase-description {
	font-size: 1.02rem;
}

#koreacare-education-wrapper .edu-showcase-content blockquote {
	font-size: 1.2rem;
}

#koreacare-education-wrapper .edu-section-head h3,
#koreacare-education-wrapper .edu-detail-head h3 {
	font-size: 2.2rem;
	line-height: 1.3;
}

#koreacare-education-wrapper .edu-section-head p,
#koreacare-education-wrapper .edu-detail-head p {
	font-size: 1rem;
}

#koreacare-education-wrapper .edu-label-en {
	font-size: 0.95rem;
}

#koreacare-education-wrapper .edu-overview-card h4 {
	font-size: 1.45rem;
}

#koreacare-education-wrapper .edu-role-card h4,
#koreacare-education-wrapper .edu-cert-grid article h4,
#koreacare-education-wrapper .edu-mandatory-grid h4 {
	font-size: 1.35rem;
}

#koreacare-education-wrapper .edu-panel h4,
#koreacare-education-wrapper .edu-advanced-card h4,
#koreacare-education-wrapper .edu-guide-card h4 {
	font-size: 1.6rem;
}

#koreacare-education-wrapper .edu-membership-box strong,
#koreacare-education-wrapper .edu-step-list strong,
#koreacare-education-wrapper .edu-guide-card strong {
	font-size: 1.1rem;
}

#koreacare-education-wrapper .edu-role-card li,
#koreacare-education-wrapper .edu-overview-card li,
#koreacare-education-wrapper .edu-cert-grid article li,
#koreacare-education-wrapper .edu-guide-card span,
#koreacare-education-wrapper .edu-step-list span,
#koreacare-education-wrapper .edu-panel ul li {
	font-size: 0.95rem;
}

@media (max-width: 991px) {
	#koreacare-education-wrapper .edu-section-head h3,
	#koreacare-education-wrapper .edu-detail-head h3 {
		font-size: 1.95rem;
	}
}

@media (max-width: 768px) {
	#koreacare-education-wrapper .edu-section-head h3,
	#koreacare-education-wrapper .edu-detail-head h3 {
		font-size: 1.7rem;
	}

	#koreacare-education-wrapper .edu-showcase-subtitle {
		font-size: 1.1rem;
	}

	#koreacare-education-wrapper .edu-panel h4,
	#koreacare-education-wrapper .edu-advanced-card h4,
	#koreacare-education-wrapper .edu-guide-card h4,
	#koreacare-education-wrapper .edu-overview-card h4,
	#koreacare-education-wrapper .edu-role-card h4,
	#koreacare-education-wrapper .edu-cert-grid article h4,
	#koreacare-education-wrapper .edu-mandatory-grid h4 {
		font-size: 1.28rem;
	}
}
