diff --git a/src/components/@shared/Orbis/Comment/Posts.module.css b/src/components/@shared/Orbis/Comment/Posts.module.css
index 5eaaf21ed..b9d2499dc 100644
--- a/src/components/@shared/Orbis/Comment/Posts.module.css
+++ b/src/components/@shared/Orbis/Comment/Posts.module.css
@@ -16,3 +16,8 @@
padding: calc(var(--spacer) / 2) var(--spacer);
border-top: 1px solid var(--border-color);
}
+
+.noComment {
+ padding: calc(var(--spacer) / 2) var(--spacer);
+ text-align: center;
+}
diff --git a/src/components/@shared/Orbis/Comment/Posts.tsx b/src/components/@shared/Orbis/Comment/Posts.tsx
index 77e8a715c..a5a9f7538 100644
--- a/src/components/@shared/Orbis/Comment/Posts.tsx
+++ b/src/components/@shared/Orbis/Comment/Posts.tsx
@@ -22,10 +22,14 @@ export default function Posts({
posts.map((post, index) =>