diff --git a/FO/Views/Account/FindMe.cshtml b/FO/Views/Account/FindMe.cshtml
index 8317787..9e8abf1 100644
--- a/FO/Views/Account/FindMe.cshtml
+++ b/FO/Views/Account/FindMe.cshtml
@@ -43,7 +43,7 @@
diff --git a/FO/Views/Home/Index.cshtml b/FO/Views/Home/Index.cshtml
index ad29b42..fac3fc8 100644
--- a/FO/Views/Home/Index.cshtml
+++ b/FO/Views/Home/Index.cshtml
@@ -227,6 +227,10 @@
});
$(".msBtn").click(function () {
+ if (@ViewBag.SSUserNo <= 0) {
+ msg("로그인 후 진행 할 수 있습니다.");
+ return;
+ }
if ($("#liTab1").hasClass("current")) {
$("#stringval").val("0");
}
@@ -269,7 +273,7 @@
if ($(this).parent().attr('id') == 'msSel2') {
msg('교육유형을 선택해주세요.');
} else if ($(this).parent().attr('id') == 'msSel3') {
- msg('직무분야를 선택해주세요.');
+ msg('기술인분류를 선택해주세요.');
} else if ($(this).parent().attr('id') == 'msSel4') {
msg('교육목적을 선택해주세요.');
} else if ($(this).parent().attr('id') == 'msSel5') {