diff --git a/design/uiux/prototype/02-대시보드.html b/design/uiux/prototype/02-대시보드.html
index a0279a5..991a7c7 100644
--- a/design/uiux/prototype/02-대시보드.html
+++ b/design/uiux/prototype/02-대시보드.html
@@ -279,6 +279,13 @@
margin-bottom: var(--space-xs);
}
+ /* 모바일에서 이모지 숨김 */
+ @media (max-width: 767px) {
+ .stat-icon {
+ display: none;
+ }
+ }
+
.stat-number {
font-size: var(--font-h1);
font-weight: var(--font-weight-bold);
@@ -502,7 +509,7 @@