diff --git a/WebContent/images/ExcelDownload2.png b/WebContent/images/ExcelDownload2.png
new file mode 100644
index 0000000..912ed53
Binary files /dev/null and b/WebContent/images/ExcelDownload2.png differ
diff --git a/WebContent/js/common.js b/WebContent/js/common.js
index d8eb7c2..4e734d6 100644
--- a/WebContent/js/common.js
+++ b/WebContent/js/common.js
@@ -3022,7 +3022,8 @@ $(document).ready(function() {
var pageTitle = $('.plm_menu_name_gdnsi h2 span').text().trim();
// 이미 엑셀 버튼이 있으면 추가하지 않음 (#btnExcel 또는 .excel 클래스 체크)
if ($('#btnExcel').length === 0 && $('.btnArea .excel').length === 0) {
- $('.btnArea').append("");
+ // $('.btnArea').append("");
+ $('.btnArea').append("");
}
$(document).on('click', '.excelBtn', async function() {