diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp
index bbcd193b..db87f992 100644
--- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp
@@ -15,6 +15,7 @@
@@ -126,6 +127,7 @@ $(document).ready(function(){
if ($thisCell.text().trim() === "접수전") {
$applyButton.prop('disabled', false); // 버튼 비활성화
$applyButton.text('찜하기');
+ $applyButton.attr('title','찜하기 창 열림');
$applyButton.attr('onclick', "fn_ggim('" + $($thisCell).closest('tr').data('value') + "');");
}
if ($thisCell.text().trim() === "찜하기") {