diff --git a/packages/common/src/components/chat/Notice.tsx b/packages/common/src/components/chat/Notice.tsx
index 152a7fb0..6b6e4fe2 100644
--- a/packages/common/src/components/chat/Notice.tsx
+++ b/packages/common/src/components/chat/Notice.tsx
@@ -2,9 +2,9 @@ import { PropsWithChildren } from 'react';
export default function Notice({ children }: PropsWithChildren) {
return (
-
-
안내
-
{children}
+
);
}
diff --git a/packages/user/public/images/racing/side/leisure.webp b/packages/user/public/images/racing/side/leisure.webp
index dd0bdf41..730e263d 100644
Binary files a/packages/user/public/images/racing/side/leisure.webp and b/packages/user/public/images/racing/side/leisure.webp differ
diff --git a/packages/user/public/images/racing/side/pet.webp b/packages/user/public/images/racing/side/pet.webp
index 4628c933..d5929ab7 100644
Binary files a/packages/user/public/images/racing/side/pet.webp and b/packages/user/public/images/racing/side/pet.webp differ
diff --git a/packages/user/public/images/racing/side/place.webp b/packages/user/public/images/racing/side/place.webp
index 48681bb3..70396549 100644
Binary files a/packages/user/public/images/racing/side/place.webp and b/packages/user/public/images/racing/side/place.webp differ
diff --git a/packages/user/public/images/racing/side/travel.webp b/packages/user/public/images/racing/side/travel.webp
index b6329af7..3fcf7247 100644
Binary files a/packages/user/public/images/racing/side/travel.webp and b/packages/user/public/images/racing/side/travel.webp differ
diff --git a/packages/user/src/components/event/chatting/inputArea/input/index.tsx b/packages/user/src/components/event/chatting/inputArea/input/index.tsx
index a6e2a88c..a20f724f 100644
--- a/packages/user/src/components/event/chatting/inputArea/input/index.tsx
+++ b/packages/user/src/components/event/chatting/inputArea/input/index.tsx
@@ -38,7 +38,7 @@ export default function ChatInput({ onSend }: ChatInputProps) {
return (