diff --git a/src/components/molecules/LocalCouncilReportText/AgeText.tsx b/src/components/molecules/LocalCouncilReportText/AgeText.tsx
index ecc3b4b..0dbb16b 100644
--- a/src/components/molecules/LocalCouncilReportText/AgeText.tsx
+++ b/src/components/molecules/LocalCouncilReportText/AgeText.tsx
@@ -70,13 +70,13 @@ export const AgeText = ({
에는 {ageHistogramParagraph.candidateCount}명이{" "}
후보로 나와 {ageHistogramParagraph.electedCount}명이{" "}
당선됐어요. 당선자의 20%가{" "}
- {ageHistogramParagraph.firstQuintile}세 미만, 20%가{" "}
+ {ageHistogramParagraph.firstQuintile}세 이하, 20%가{" "}
{ageHistogramParagraph.lastQuintile}세 이상이에요.
참고로 다양성 지표 전국 1위는 전체 인원의 20%가{" "}
{ageHistogramParagraph.divArea.firstQuintile}세{" "}
- 미만, 20%가{" "}
+ 이하, 20%가{" "}
{ageHistogramParagraph.divArea.lastQuintile}세{" "}
이상인{" "}
@@ -84,7 +84,7 @@ export const AgeText = ({
, 전국 뒤에서 1위는 전체 인원의 20%가{" "}
{ageHistogramParagraph.uniArea.firstQuintile}세
- 미만, 20%가{" "}
+ 이하, 20%가{" "}
{ageHistogramParagraph.uniArea.lastQuintile}세
이상인{" "}