diff --git a/.gitignore b/.gitignore index 5512880c..f1e66539 100644 --- a/.gitignore +++ b/.gitignore @@ -202,3 +202,4 @@ rebel.xml /mvnw /mvnw.cmd /.gemini.zip +/CLAUDE.md diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp index 9cf41d7a..06081feb 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp @@ -1557,6 +1557,7 @@ function actionLogin_end(){
diff --git a/src/main/webapp/publish/css/common.css b/src/main/webapp/publish/css/common.css index 68682db9..a7e3f153 100644 --- a/src/main/webapp/publish/css/common.css +++ b/src/main/webapp/publish/css/common.css @@ -206,7 +206,7 @@ caption, .label {position: absolute;width: 1px;height: 1px;margin: -1px;border: /* 사이트맵 */ .layer_sitemap {overflow:hidden;position:relative;display:block;width:100%;height:0;border-bottom:1px solid #d5d5d5;background:#fff;z-index:16;/*transition:height 0.4s;*/} -.layer_sitemap.active {height:635px;box-shadow:0px 20px 30px 0px rgba(0, 0, 0, 0.1);} +.layer_sitemap.active {height:670px;box-shadow:0px 20px 30px 0px rgba(0, 0, 0, 0.1);} .layer_sitemap .inner {padding:0;letter-spacing:-0.025em;} .layer_sitemap .menu {display:flex;justify-content:space-between;} /*.layer_sitemap .menu > li {width:calc(100%/7);}*/