2020-10-12 14:39:23 +09:00
|
|
|
@Html.Raw(ViewBag.MenuPage.pagehtml)
|
|
|
|
|
@section scriptsHeader{
|
|
|
|
|
<script charset="UTF-8" class="daum_roughmap_loader_script" src="https://ssl.daumcdn.net/dmaps/map_js_init/roughmapLoader.js"></script>
|
|
|
|
|
}
|
|
|
|
|
<script>
|
|
|
|
|
$('.tzmCont').hover(
|
|
|
|
|
function () {
|
|
|
|
|
$(this).addClass('on');
|
|
|
|
|
},
|
|
|
|
|
function () {
|
|
|
|
|
$(this).removeClass('on');
|
|
|
|
|
}
|
|
|
|
|
);
|
|
|
|
|
function tzmClose() {
|
|
|
|
|
$('.tzmPop').fadeOut();
|
|
|
|
|
};
|
|
|
|
|
$('.tzmTitle').click(function () {
|
|
|
|
|
tzmClose();
|
|
|
|
|
$(this).next().fadeIn();
|
|
|
|
|
});
|
|
|
|
|
$('.tzmpClose').click(function () {
|
|
|
|
|
tzmClose();
|
|
|
|
|
});
|
|
|
|
|
$('.aescTab li:first-child').addClass('current');
|
|
|
|
|
$('.aescCont#aesc01').fadeIn();
|
|
|
|
|
$('.aescTab li div').click(function () {
|
|
|
|
|
$('.aescCont').hide();
|
|
|
|
|
$('.aescTab li').removeClass('current');
|
|
|
|
|
$(this).parent().addClass('current');
|
|
|
|
|
$('#aesc' + $(this).attr('aesc')).fadeIn();
|
|
|
|
|
});
|
|
|
|
|
$(window).on("load", function () {
|
2020-10-12 15:32:10 +09:00
|
|
|
$("span.roughmap_lebel_text").text("한국영남건설기술교육원(중소기업중앙회 신관 5층)");
|
2020-10-12 14:39:23 +09:00
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
<script charset="UTF-8">
|
|
|
|
|
new daum.roughmap.Lander({
|
|
|
|
|
"timestamp": "1568952433408",
|
|
|
|
|
"key": "v4hc",
|
|
|
|
|
"mapWidth": "640",
|
|
|
|
|
"mapHeight": "360"
|
|
|
|
|
}).render();
|
|
|
|
|
</script>
|