From fdb907fdf61254a3afa5de9557da4c8fabe6324b Mon Sep 17 00:00:00 2001 From: sgshin Date: Mon, 9 Dec 2024 05:49:58 +0000 Subject: [PATCH] =?UTF-8?q?pms6203=20=EA=B4=80=EB=A0=A8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Course/ApplyEdu.cshtml | 2 +- FO/Views/Shared/Partial/CSS.cshtml | 2 +- FO/css/style.css | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/FO/Views/Course/ApplyEdu.cshtml b/FO/Views/Course/ApplyEdu.cshtml index 98dfd09..dc41b19 100644 --- a/FO/Views/Course/ApplyEdu.cshtml +++ b/FO/Views/Course/ApplyEdu.cshtml @@ -182,7 +182,7 @@ 사업자등록번호 @Html.TextBoxFor(x => x.Assign.brno, new { @class = "apylpt", @maxlength = "10", @readonly = true, @style = "background-color:#ddd;" }) 검색 - ※ 소속 업체가 변경된 경우 검색버튼을 눌러 현재 소속 업체의 사업자등록번호를 입력 해주세요. + ※ 소속 업체가 변경된 경우 검색버튼을 눌러 현재 소속 업체의 사업자등록번호를 입력 해주세요. diff --git a/FO/Views/Shared/Partial/CSS.cshtml b/FO/Views/Shared/Partial/CSS.cshtml index 60df323..ac8c06c 100644 --- a/FO/Views/Shared/Partial/CSS.cshtml +++ b/FO/Views/Shared/Partial/CSS.cshtml @@ -1,5 +1,5 @@  - + diff --git a/FO/css/style.css b/FO/css/style.css index 716e1a4..045ef39 100644 --- a/FO/css/style.css +++ b/FO/css/style.css @@ -86,6 +86,10 @@ body { color: #0047a7; } +.text-bold { + font-weight: bold; +} + /* GNB */ @media (min-width:1221px) {