diff --git a/FO/Views/Shared/Partial/FileScript.cshtml b/FO/Views/Shared/Partial/FileScript.cshtml
index d21d91c..19a91d6 100644
--- a/FO/Views/Shared/Partial/FileScript.cshtml
+++ b/FO/Views/Shared/Partial/FileScript.cshtml
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/FO/js/filescript.js b/FO/js/filescript.js
index 8bb4779..2dae7c4 100644
--- a/FO/js/filescript.js
+++ b/FO/js/filescript.js
@@ -9,7 +9,7 @@
if (ul.attr("data-isimage") == "1" && "png,jpg,gif".indexOf(fext) < 0) {
$(f).val("");
msg("이미지파일만 첨부할 수 있습니다.");
- } else if (",xlsx,xls,hwp,pdf,zip,jpg,gif,png,txt,pptx,ppt,doc,docx,psd,mp4,mp3,wmv,".indexOf("," + fext + ",") < 0) {
+ } else if (",xlsx,xls,hwp,hwpx,pdf,zip,jpg,gif,png,txt,pptx,ppt,doc,docx,psd,mp4,mp3,wmv,".indexOf("," + fext + ",") < 0) {
$(f).val("");
msg("허용된 파일유형이 아닙니다.(" + fext + ")");
}