diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index e449ca52..681bfa61 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -20,7 +20,7 @@ .wrap header .inner .search-wrap .ark_query {position: relative;width:160px;height:43px;padding:0px 20px 0px 100px;border-radius:3px;} .wrap header .inner .search-wrap form .condition_sear {display:inline;position: absolute;top:7px;left:30px;height:28px;border-right:1px solid #ddd;padding-right:10px;} .wrap header .inner .search-wrap form .search-input {position: relative;} -.wrap header .inner .search-wrap form .condition_sear select {background: none;outline:0;border:0;padding:0px 10px;font-weight: 600;color:#666;} +.wrap header .inner .search-wrap form .condition_sear select {border:0;padding: 0px 20px 0px 5px;font-weight: 600;color:#666;} .wrap header .inner .search-wrap .search-input .btn-search {background:#364d63;height:43px;width:43px;border-radius:3px;position: relative;left:-5px;} .wrap header .inner .search-wrap .search-input .btn-search span {display:inline-block;text-indent: -99999px;background: url(/images/icon/icon-search.png) no-repeat;background-size:100%;width:16px;height:16px;} .wrap header .inner .search-wrap .search-input .btn-search-detail {background: #3e404a;width:100px;height:43px;line-height:40px;border-radius: 3px;color:#fff;font-weight: 600;position: relative;left:-3px;} diff --git a/src/main/webapp/js/default.js b/src/main/webapp/js/default.js index 87eadb52..70304d23 100644 --- a/src/main/webapp/js/default.js +++ b/src/main/webapp/js/default.js @@ -35,7 +35,9 @@ $(document).ready(function(){ $('.skip-nav a:nth-of-type(1)').focus(); }); - + $('.skip-nav a:nth-of-type(4)').focusout(function(){ + $('.skip-nav').hide(); + }) /* 인기자료 탭메뉴 */ (function ($) {