diff --git a/public/static/images/sub/file_down_btn.svg b/public/static/images/sub/file_down_btn.svg
new file mode 100644
index 0000000..3159305
--- /dev/null
+++ b/public/static/images/sub/file_down_btn.svg
@@ -0,0 +1,6 @@
+
diff --git a/src/app/community/filedown/page.jsx b/src/app/community/filedown/page.jsx
new file mode 100644
index 0000000..71670f0
--- /dev/null
+++ b/src/app/community/filedown/page.jsx
@@ -0,0 +1,44 @@
+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 FileDownForm from "@/components/sub/community/filedown/FileDownForm";
+
+export default function FileDownPage(){
+ return(
+
+
+
+
+
+
+
+ 資料のダウンロード
+
+
+
+
+
+
+
+
+
+ 物品及び図面管理
+
+
+ 新規物件登録
+
+
+
+
+
+
+
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx
index 8b91535..10ea800 100644
--- a/src/components/publishpage/PublishPage.jsx
+++ b/src/components/publishpage/PublishPage.jsx
@@ -147,7 +147,7 @@ export default function PublishPage() {
2024-10-11
-
커뮤니티
+
커뮤니티
공지사항
NoticePage
@@ -159,6 +159,12 @@ export default function PublishPage() {