diff --git a/public/static/images/sub/community_clip.svg b/public/static/images/sub/community_clip.svg
new file mode 100644
index 0000000..50092a0
--- /dev/null
+++ b/public/static/images/sub/community_clip.svg
@@ -0,0 +1,6 @@
+
diff --git a/public/static/images/sub/community_pop_close.svg b/public/static/images/sub/community_pop_close.svg
new file mode 100644
index 0000000..e04458f
--- /dev/null
+++ b/public/static/images/sub/community_pop_close.svg
@@ -0,0 +1,5 @@
+
diff --git a/public/static/images/sub/community_search.svg b/public/static/images/sub/community_search.svg
new file mode 100644
index 0000000..e83caf3
--- /dev/null
+++ b/public/static/images/sub/community_search.svg
@@ -0,0 +1,11 @@
+
diff --git a/src/app/community/FAQ/page.jsx b/src/app/community/FAQ/page.jsx
new file mode 100644
index 0000000..9a85c85
--- /dev/null
+++ b/src/app/community/FAQ/page.jsx
@@ -0,0 +1,5 @@
+export default function FAQPage(){
+ return(
+
+ )
+}
\ No newline at end of file
diff --git a/src/app/community/notice/page.jsx b/src/app/community/notice/page.jsx
new file mode 100644
index 0000000..626b967
--- /dev/null
+++ b/src/app/community/notice/page.jsx
@@ -0,0 +1,48 @@
+import Footer from "@/components/layout/Footer";
+import Header from "@/components/layout/Header";
+import Image from "next/image";
+import Link from "next/link";
+import '@/styles/contents.scss';
+import NoticeTable from "@/components/sub/community/notice/NoticeTable";
+import NoticeDetailPop from "@/components/sub/community/notice/NoticeDetailPop";
+
+export default function NoticePage(){
+ return(
+
+
+
+
+
+
+
+ お知らせ
+
+
+
+
+
+
+
+
+
+ 物品及び図面管理
+
+
+ 新規物件登録
+
+
+
+
+
+
+
+
+
+
+
+
+ {/* 공지사항 상세 */}
+
+
+ )
+}
\ No newline at end of file
diff --git a/src/components/canvas/modal/hexagonalroofoption/HexagonalRoofTab01.jsx b/src/components/canvas/modal/hexagonalroofoption/HexagonalRoofTab01.jsx
index 91f2ff8..7e2017b 100644
--- a/src/components/canvas/modal/hexagonalroofoption/HexagonalRoofTab01.jsx
+++ b/src/components/canvas/modal/hexagonalroofoption/HexagonalRoofTab01.jsx
@@ -56,8 +56,7 @@ export default function HexagonalRoofTab01({setTabNum}){
+ )
+}
\ No newline at end of file
diff --git a/src/components/sub/community/notice/NoticeTable.jsx b/src/components/sub/community/notice/NoticeTable.jsx
new file mode 100644
index 0000000..6b5cf0c
--- /dev/null
+++ b/src/components/sub/community/notice/NoticeTable.jsx
@@ -0,0 +1,135 @@
+import Pagination from "@/components/common/grid/Pagination";
+
+export default function NoticeTable(){
+ return(
+