diff --git a/src/components/organisms/Footer.tsx b/src/components/organisms/Footer.tsx
index 1672ea0..1bbedb7 100644
--- a/src/components/organisms/Footer.tsx
+++ b/src/components/organisms/Footer.tsx
@@ -1,11 +1,21 @@
import { Col, Flex, Layout, Row, Typography } from "antd";
+import { css } from "@emotion/react";
import { SNSHomepage, SNSInstagram, SNSLinkedin, SNSYoutube } from "@/assets";
const { Title, Paragraph, Text } = Typography;
const { Footer } = Layout;
-const FooterTitle = () =>
사단법인 뉴웨이즈(NEWWAYS);
+const FooterTitle = () => (
+
+ 사단법인 뉴웨이즈(NEWWAYS)
+
+);
const FooterDescription = () => (
@@ -54,7 +64,12 @@ const FooterLinks = () => (
);
const NewwaysFooter = () => (
-