diff --git a/frontend/src/component/Info/HelpDescription/KeyBoardInfo.tsx b/frontend/src/component/Info/HelpDescription/KeyBoardInfo.tsx
index 5212374..1b8d67a 100644
--- a/frontend/src/component/Info/HelpDescription/KeyBoardInfo.tsx
+++ b/frontend/src/component/Info/HelpDescription/KeyBoardInfo.tsx
@@ -11,32 +11,30 @@ const keyBoardInfo = () => {
- 기본키 조작법
-
-
- -
-
- 화살표 방향키로 이동할 수 있습니다.
-
- -
-
- space키로 점프할 수 있습니다.
-
-
-
- -
-
- A키로 공격 모션을 취할 수 있습니다.
-
- -
-
- R키로 구르기를 할 수 있습니다.
-
- -
-
- shift키로 달리기를 할 수 있습니다.
-
-
-
+
+ -
+
+ 화살표 방향키로 이동할 수 있습니다.
+
+ -
+
+ space키로 점프할 수 있습니다.
+
+
+
+ -
+
+ A키로 공격 모션을 취할 수 있습니다.
+
+ -
+
+ R키로 구르기를 할 수 있습니다.
+
+ -
+
+ shift키로 달리기를 할 수 있습니다.
+
+
);
diff --git a/frontend/src/component/Info/HelpDescription/keyBoardInfo.styled.ts b/frontend/src/component/Info/HelpDescription/keyBoardInfo.styled.ts
index 7f032b8..c8900ba 100644
--- a/frontend/src/component/Info/HelpDescription/keyBoardInfo.styled.ts
+++ b/frontend/src/component/Info/HelpDescription/keyBoardInfo.styled.ts
@@ -1,13 +1,6 @@
import { css } from '@emotion/react';
export const description = css`
- display: flex;
- flex-grow: 1;
-
- width: 100%;
-`;
-
-export const keyboard = css`
display: flex;
justify-content: space-around;
width: 100%;