diff --git a/BO/Content/homeDepth2.htm b/BO/Content/homeDepth2.htm
index 7b99542..9dae3c2 100644
--- a/BO/Content/homeDepth2.htm
+++ b/BO/Content/homeDepth2.htm
@@ -133,4 +133,4 @@
-
검색/교육신청
+ 교육신청
diff --git a/Base/Controller/ACommon.cs b/Base/Controller/ACommon.cs
index c56e385..e0fbbc2 100644
--- a/Base/Controller/ACommon.cs
+++ b/Base/Controller/ACommon.cs
@@ -672,7 +672,7 @@ namespace NP.Base.Controllers
}
- result += "\t검색/교육신청\n";
+ result += "\t교육신청\n";
string path = Server.MapPath("~/") + "\\Content\\homeDepth2.htm";
System.IO.StreamWriter sw = new System.IO.StreamWriter(path, false, System.Text.Encoding.UTF8);
diff --git a/FO/Views/Course/ApplyEdu.cshtml b/FO/Views/Course/ApplyEdu.cshtml
index 5f65734..d91ebe7 100644
--- a/FO/Views/Course/ApplyEdu.cshtml
+++ b/FO/Views/Course/ApplyEdu.cshtml
@@ -450,6 +450,8 @@
model.iscompany = @(Model.isCompany != null ? Model.isCompany.ToString() : "null");
$(document).ready(function () {
+
+ $("#pageTitle h3").text("개인정보입력")
$(".div-companyInfo").find(".clsTable").find("tr th").removeClass("req");
if ($("input:radio[name='isrebate']").val() == "1") {
$(".div-companyInfo").find(".clsTable").find("tr th.offreq").addClass("req");
diff --git a/FO/Views/Course/SmartSearch.cshtml b/FO/Views/Course/SmartSearch.cshtml
index aad755b..8455e63 100644
--- a/FO/Views/Course/SmartSearch.cshtml
+++ b/FO/Views/Course/SmartSearch.cshtml
@@ -66,11 +66,16 @@
- 본인의 기술인 정보를 모르실 경우에는 아래링크를 클릭하여 정보 확인 후 교육신청을 하여 주시기 바랍니다.
-
+ @*본인의 기술인 정보를 모르실 경우에는 아래링크를 클릭하여 정보 확인 후 교육신청을 하여 주시기 바랍니다.
+ *@
+
+
+
아래의 교육과정 중 원하시는 교육을 선택하여 주세요.
+ 아래의 모든 교육과정들이 이전단계에서 입력하신 교육목적으로 인정가능 합니다.
+
@if (Model.stringval2 == "2" && Model.stringval4 == "32")
{
@@ -219,7 +224,7 @@