From ac5058a58ccd51aaf1d28a3eb861a1a9c8fe93d4 Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 16 Oct 2025 17:00:46 +0900 Subject: [PATCH] =?UTF-8?q?(=EC=82=AC=EC=9A=A9=EC=9E=90)=20=EC=8B=A0?= =?UTF-8?q?=EC=B2=AD=EB=AA=A9=EB=A1=9D=20=EB=82=B4=EC=9A=A9=20=EC=97=86?= =?UTF-8?q?=EC=9D=84=20=EA=B2=BD=EC=9A=B0=20=ED=81=AC=EA=B8=B0=20=EC=A1=B0?= =?UTF-8?q?=EC=A0=95,=20z=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp | 2 +- .../jsp/web/ve/aplct/sspnIdtmt/sspnIdtmtEduAplctList.jsp | 2 +- src/main/webapp/visitEdu/usr/publish/css/common.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp index 2869bcad..d6655b3e 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp @@ -102,7 +102,7 @@ } $(document).ready(function (){ }); - z + diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/sspnIdtmtEduAplctList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/sspnIdtmtEduAplctList.jsp index c0cd04ee..95eca1c2 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/sspnIdtmtEduAplctList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/sspnIdtmtEduAplctList.jsp @@ -642,7 +642,7 @@ $(document).ready(function(){ - + diff --git a/src/main/webapp/visitEdu/usr/publish/css/common.css b/src/main/webapp/visitEdu/usr/publish/css/common.css index 57ccf179..cfdb428b 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/common.css +++ b/src/main/webapp/visitEdu/usr/publish/css/common.css @@ -73,7 +73,7 @@ header nav .logo{display:flex;height:90px;align-items:center;} header nav .logo img{margin:-20px 0 0 0;} header nav .menu_area{display:flex;gap:100px;} header nav .menu{display:flex;gap:60px;} -header nav .depth01{display:flex;height:90px;font-size:2.8rem;font-weight:600;color:#333;border-bottom:3px solid transparent;align-items:center;box-sizing:border-box;} +header nav .depth01{display:flex;height:90px;font-size:2.5rem;font-weight:600;color:#333;border-bottom:3px solid transparent;align-items:center;box-sizing:border-box;} header nav li:hover .depth01{border-bottom:3px solid var(--primary-color);color:var(--primary-color)} .depth02_wrap{position:absolute;display:flex;width:100%;height:0;left:0;overflow:hidden;transition:height .5s;} @@ -99,7 +99,7 @@ nav .btn_identify i{display:inline-block;width:100%;height:100%;background:url(/ .all_menu_wrap .btn_close i{display:inline-block;width:100%;height:100%;background:url(/ipedu/visitEdu/usr/publish/images/common/icon_close.png) no-repeat center center;} .all_menu_wrap .menu{display:flex;margin:45px 0 0 0;gap:20px;} -.all_menu_wrap .menu>li{width:calc((100% / 5) - 20px);} +.all_menu_wrap .menu>li{width:calc((100% / 4) - 20px);} .all_menu_wrap .menu .depth01{display:flex;width:100%;min-height:80px;font-size:2.1rem;font-weight:500;color:#fff;text-align:center;padding:10px;line-height:1.4;background:var(--primary-color);border-radius:10px;justify-content:center;align-items:center;box-sizing:border-box;transition:all .3s;} .all_menu_wrap .menu .depth01:hover{background:var(--primary-color-hover);} .all_menu_wrap .menu .depth02{display:flex;flex-direction:column;padding:0 20px;margin:32px 0 0 0;gap:25px;}