diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 14c042d1..8571cf89 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -1,4 +1,6 @@ @charset "utf-8"; /********** 헤더 **********/ +input:focus {outline: none;} +button:focus{outline:none;} .skip-nav { position: fixed; left: 0px; @@ -2098,7 +2100,7 @@ footer .tot_nlib_site .site_depth div a { footer .tot_nlib_site .site_depth .depth_box { overflow-y: scroll; overflow-x: hidden; - max-height: 176px; + max-height: 172px; padding: 7px 0px; }