주제분야-${itemPop.subjectNm }
diff --git a/src/main/webapp/js/default.js b/src/main/webapp/js/default.js
index 70304d23..4bcc717e 100644
--- a/src/main/webapp/js/default.js
+++ b/src/main/webapp/js/default.js
@@ -24,12 +24,6 @@ $(document).ready(function(){
$('.location .inner .row-top .arr img').attr('alt','');
$('.map .inner .info-box .info-sec .text-box > div span:nth-of-type(1) em.next').append('
다음');
- $("#searchHeaderButton").focus(function (e) {
- if (e.keyCode == 13 || e.keyCode == 9) {
- alert('1');
- }
- });
-
$("#searchHeaderButton").focus(function(){
$('.skip-nav').show();
$('.skip-nav a:nth-of-type(1)').focus();
@@ -37,7 +31,13 @@ $(document).ready(function(){
$('.skip-nav a:nth-of-type(4)').focusout(function(){
$('.skip-nav').hide();
- })
+ });
+ $(".skip-nav a").keydown(function (e) {
+ if (e.keyCode == 13) {
+ $('.skip-nav').hide();
+ }
+ });
+
/* 인기자료 탭메뉴 */
(function ($) {