diff --git a/WebContent/jsp/common/screen/top_04.jsp b/WebContent/jsp/common/screen/top_04.jsp
index 08c2841..c73ef17 100644
--- a/WebContent/jsp/common/screen/top_04.jsp
+++ b/WebContent/jsp/common/screen/top_04.jsp
@@ -249,9 +249,9 @@
"/>
"/>
">
">
@@ -543,11 +543,6 @@
parent.changeLocale($(this).val());
});
- $('.sitemap-link').on('mouseenter', function () {
- $(this).closest('.gnb').addClass('sitemap-hover');
- }).on('mouseleave', function () {
- $(this).closest('.gnb').removeClass('sitemap-hover');
- });
});
$(function() {
@@ -578,13 +573,16 @@
<%=localeMessage.getString("screen.lastLogin") %> : <%=LastLoginYms%> [ <%=LastLoginIp%> ]
<% } %>
-
-