fix: [rd] 경정청구 히어로 텍스트 배경 대비 강화

This commit is contained in:
김보곤
2026-03-20 10:27:19 +09:00
parent d47ee79f7c
commit 91c493daa0

View File

@@ -192,12 +192,12 @@ function crRenderOverview(container) {
container.innerHTML = `
<div class="space-y-6">
<!-- Hero Section -->
<div class="bg-gradient-to-r from-teal-700 to-teal-900 text-white rounded-lg p-8 shadow-sm">
<h2 class="text-2xl font-bold mb-3">납세자 권익 보호와 행정 효율의 혁신</h2>
<p class="text-teal-50 text-lg leading-relaxed max-w-3xl">
경정청구 전산화는 <strong class="text-white">행정 효율성</strong>,
<strong class="text-white">비용 절감</strong>, 그리고
<strong class="text-white">오류 감소</strong>를 통해
<div class="bg-gradient-to-r from-teal-600 to-emerald-700 rounded-lg p-8 shadow-sm">
<h2 class="text-2xl font-bold mb-3 text-white">납세자 권익 보호와 행정 효율의 혁신</h2>
<p class="text-white text-lg leading-relaxed max-w-3xl" style="color: rgba(255,255,255,0.9);">
경정청구 전산화는 <strong style="color: #fff;">행정 효율성</strong>,
<strong style="color: #fff;">비용 절감</strong>, 그리고
<strong style="color: #fff;">오류 감소</strong>를 통해
조세 정의 실현과 경제 활성화라는 거시적 효익을 창출합니다.
</p>
</div>