diff --git a/src/main/resources/static/html/header.html b/src/main/resources/static/html/header.html
index 7f52a12f..6bd1efcf 100644
--- a/src/main/resources/static/html/header.html
+++ b/src/main/resources/static/html/header.html
@@ -44,11 +44,29 @@
flex: 1;
border: none;
}
+
+ /* 조이패드 아이콘 스타일 */
+ #joypadIcon {
+ cursor: pointer;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ width: 24px;
+ height: 24px;
+ fill: white;
+ margin-left: 12px;
+ transition: fill 0.3s;
+ }
+ #joypadIcon:hover {
+ fill: #0f0;
+ }