diff --git a/src/components/org/OrgAdmin/AboutSection/Executives/ExecInfo.tsx b/src/components/org/OrgAdmin/AboutSection/Executives/ExecInfo.tsx
index 196fb1a7..b85959d1 100644
--- a/src/components/org/OrgAdmin/AboutSection/Executives/ExecInfo.tsx
+++ b/src/components/org/OrgAdmin/AboutSection/Executives/ExecInfo.tsx
@@ -30,7 +30,9 @@ const ExecInfo = ({ selectedExec }: ExecInfoProps) => {
프로필 사진
- 사진은 1:1 비율로 올려주세요.
+
+ 사진은 1:1 비율로 올려주세요. 사진 용량은 00mb 아래로 첨부해주세요.
+
= (theme: Theme) => css`
overflow-y: scroll;
overflow-x: hidden;
+ font-smooth: never;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+
&::-webkit-scrollbar {
width: 1.2rem;
}