diff --git a/components/RoomCard/RoomCard.tsx b/components/RoomCard/RoomCard.tsx
index 6786b22..9d7bb46 100644
--- a/components/RoomCard/RoomCard.tsx
+++ b/components/RoomCard/RoomCard.tsx
@@ -120,7 +120,7 @@ const Footer = ({ room, isLikedRooms }: CardProps) => {
{room.location.name}-dong, {room.location.upperLocation?.name}-gu
-
₩{formatPrice(room.deposit.amount)}
+
₩{formatPrice(room.monthlyRent.amount)}
/ month
{room.deposit ? 'Deposit required' : ''}
diff --git a/pages/room/[id].tsx b/pages/room/[id].tsx
index d98f3dd..975963b 100644
--- a/pages/room/[id].tsx
+++ b/pages/room/[id].tsx
@@ -433,7 +433,7 @@ export default function RoomDetail() {
-
₩ {formatPrice(room.deposit.amount)}
+
₩ {formatPrice(room.monthlyRent.amount)}
/ month