diff --git a/src/main/webapp/WEB-INF/jsp/nlib/member/insertMemberInfoForm.jsp b/src/main/webapp/WEB-INF/jsp/nlib/member/insertMemberInfoForm.jsp
index 622c4b4c..51149750 100644
--- a/src/main/webapp/WEB-INF/jsp/nlib/member/insertMemberInfoForm.jsp
+++ b/src/main/webapp/WEB-INF/jsp/nlib/member/insertMemberInfoForm.jsp
@@ -356,6 +356,20 @@ function mobileCert(){
mobileDoubleSubmitFlag = false;
}
})
+
+ // 접근성
+ if(event.type === 'click'){
+ return true;
+ }
+ else if(event.type === 'keypress'){
+ var code = event.charCode || event.keyCode;
+ if((code === 32)|| (code === 13)){
+ return true;
+ }
+ }
+ else{
+ return false;
+ }
}
<%
@@ -570,7 +584,7 @@ function fn_cancel(){
@@ -595,7 +609,7 @@ function fn_cancel(){
diff --git a/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp b/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp
index fa476056..109036fd 100644
--- a/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp
+++ b/src/main/webapp/WEB-INF/jsp/nlib/search/getDetailedSearchFormPopup.jsp
@@ -381,13 +381,13 @@ function detailSearchSetting(){
-
+
-
+
diff --git a/src/main/webapp/WEB-INF/tiles/inc/footer.jsp b/src/main/webapp/WEB-INF/tiles/inc/footer.jsp
index 5b1fe697..00a78567 100644
--- a/src/main/webapp/WEB-INF/tiles/inc/footer.jsp
+++ b/src/main/webapp/WEB-INF/tiles/inc/footer.jsp
@@ -9,7 +9,7 @@
관련 사이트
diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css
index 4f135c88..92178025 100644
--- a/src/main/webapp/css/default.css
+++ b/src/main/webapp/css/default.css
@@ -505,7 +505,7 @@ transform: rotate(45deg);
.join .inner .row-bottom .join-box .form-group.form-group.Useremail .con span.suc {color:#3f8f4a;}
.join .inner .row-bottom .join-box .form-group .con .row .chk-suc {display: inline-block;width:15px;height:15px;position: absolute;top:10px;right:330px;background: url(/images/icon/icon-checked-tab.png) no-repeat center;background-size: 15px;z-index: 99;display: none;}
.join .inner .row-bottom .join-box .form-group.Usermobile .con .row .timer {display: inline-block;width:15px;height:15px;position: absolute;top:8px;right:350px;z-index: 99;color:red;display:none;}
-.join .inner .row-bottom .join-box .form-group .con span.fail {width:26%;font-size:12px;display: inline-block;margin:0px 0px 0px 10px;vertical-align: middle;color:orange;display: none;}
+.join .inner .row-bottom .join-box .form-group .con span.fail {width:26%;font-size:12px;display: inline-block;margin:0px 0px 0px 10px;vertical-align: middle;color:red;display: none;}
/********** 회원가입 완료 **********/
@@ -1939,7 +1939,7 @@ animation: animate-bg2 2.0s 1.9s ease-in infinite;
/* button style */
.btn-wrap {text-align: center;margin:30px 0px 30px;}
.btn-box {margin:30px 0px 30px;}
-.btn {display: inline-block;min-width: 130px;padding:0px 20px;height: 44px;border-radius: 3px;line-height: 42px;text-align: center;font-weight: 600;margin-right: 6px;color: #999;}
+.btn {display: inline-block;min-width: 130px;padding:0px 20px;height: 44px;border-radius: 3px;line-height: 42px;text-align: center;font-weight: 600;margin-right: 6px;color: #111;}
.btn-black {background: #333;color: #fff;}
.btn-black:focus,
.btn-black:hover {background: #666;transition: background .3s ease;}
diff --git a/src/main/webapp/join-1.html b/src/main/webapp/join-1.html
index 5d76a207..3cc971ea 100644
--- a/src/main/webapp/join-1.html
+++ b/src/main/webapp/join-1.html
@@ -110,15 +110,15 @@
diff --git a/src/main/webapp/join-2.html b/src/main/webapp/join-2.html
index eff58bec..5f9c83c9 100644
--- a/src/main/webapp/join-2.html
+++ b/src/main/webapp/join-2.html
@@ -110,15 +110,15 @@
diff --git a/src/main/webapp/js/default.js b/src/main/webapp/js/default.js
index 2fbb4905..80c9b354 100644
--- a/src/main/webapp/js/default.js
+++ b/src/main/webapp/js/default.js
@@ -18,6 +18,11 @@ $(document).ready(function(){
}
});
+ //접근성
+ $('.location-box .loc li:first-child').append('
다음');
+ $('.location-box .loc li span').hide();
+ $('.location .inner .row-top .arr img').attr('alt','');
+
/* 인기자료 탭메뉴 */
(function ($) {
$(".tab ul.tabs").addClass("active").find("> li:eq(0)").addClass("current");