diff --git a/frontend/src/component/Info/Help.tsx b/frontend/src/component/Info/Help.tsx
index 77aee39..1878c8d 100644
--- a/frontend/src/component/Info/Help.tsx
+++ b/frontend/src/component/Info/Help.tsx
@@ -51,11 +51,11 @@ const Help = () => {
+
우측 하단의 물음표 버튼을 클릭해서 도움말을 볼 수 있습니다.
-
우측 하단의 물음표 버튼을 클릭해서 도움말을 볼 수 있습니다.
>
diff --git a/frontend/src/component/Info/info.styled.ts b/frontend/src/component/Info/info.styled.ts
index 6af9537..6846e3b 100644
--- a/frontend/src/component/Info/info.styled.ts
+++ b/frontend/src/component/Info/info.styled.ts
@@ -122,17 +122,18 @@ export const content = css`
`;
export const helpSettingWrapper = css`
- font-size: 14px;
+ width: 100%;
+ font-size: 12px;
padding-top: 20px;
text-align: center;
`;
export const helpSetting = (isCheck: boolean) => css`
${flexCenter}
- padding-bottom: 10px;
+ padding-top: 10px;
button {
- margin-left: 10px;
+ margin-left: 5px;
width: 14px;
height: 14px;
background-image: url(${checkBox});