diff --git a/FO/Views/Home/Html.cshtml b/FO/Views/Home/Html.cshtml index 14df9f5..157a787 100644 --- a/FO/Views/Home/Html.cshtml +++ b/FO/Views/Home/Html.cshtml @@ -34,17 +34,22 @@ //$(window).on("load", function () { // $("span.roughmap_lebel_text").text("한국영남건설기술교육원(중소기업중앙회 신관 5층)"); //}); + + $(window).on('load', function () { + $('div[id^="daumRoughmapContainer"] .cont').hide(); + }); +