diff --git a/src/components/molecules/LocalCouncilReportText/GenderText.tsx b/src/components/molecules/LocalCouncilReportText/GenderText.tsx
index 02891bc..cd624cc 100644
--- a/src/components/molecules/LocalCouncilReportText/GenderText.tsx
+++ b/src/components/molecules/LocalCouncilReportText/GenderText.tsx
@@ -150,8 +150,8 @@ export const GenderText = ({
{nowGenderRatio < meanGenderRatio
? "전국 대비 성별 다양성이 충분하다고 보기는 어려워요."
: nowGenderRatio === meanGenderRatio
- ? "전국 평균 수준이예요."
- : "전국 평균 대비 높은 수준이예요."}
+ ? "전국 평균 수준이에요."
+ : "전국 평균 대비 높은 수준이에요."}
);
diff --git a/src/components/molecules/MetroCouncilReportText/GenderText.tsx b/src/components/molecules/MetroCouncilReportText/GenderText.tsx
index 6125ccf..1d9e7e2 100644
--- a/src/components/molecules/MetroCouncilReportText/GenderText.tsx
+++ b/src/components/molecules/MetroCouncilReportText/GenderText.tsx
@@ -131,7 +131,7 @@ export const GenderText = ({
{femalePop}명({nowPercentage}%)
- 이예요.
+ 이에요.
전국 지역 의회는 평균적으로 남성이{" "}
{100 - meanPercentage}%, 여성이{" "}
{meanPercentage}%를 차지하고 있어요.
@@ -143,8 +143,8 @@ export const GenderText = ({
{nowGenderRatio < meanGenderRatio
? "전국 대비 성별 다양성이 충분하다고 보기는 어려워요."
: nowGenderRatio === meanGenderRatio
- ? "전국 평균 수준이예요."
- : "전국 평균 대비 높은 수준이예요."}
+ ? "전국 평균 수준이에요."
+ : "전국 평균 대비 높은 수준이에요."}
);
diff --git a/src/components/molecules/NationalCouncilReportText/GenderText.tsx b/src/components/molecules/NationalCouncilReportText/GenderText.tsx
index 9f7ce7b..9b0240d 100644
--- a/src/components/molecules/NationalCouncilReportText/GenderText.tsx
+++ b/src/components/molecules/NationalCouncilReportText/GenderText.tsx
@@ -117,10 +117,10 @@ export const GenderText = ({
{femalePop}명({nowPercentage}%)
- 이예요.
+ 이에요.
전체 국회의원 10명 중 남성은{" "}
{10 - Math.round(nowPercentage / 10)}명, 여성은{" "}
- {Math.round(nowPercentage / 10)}명인 정도이예요.{" "}
+ {Math.round(nowPercentage / 10)}명인 정도이에요.{" "}
);
return 존재하지 않는 템플릿입니다.;