From 724117860b78ba04f5503be9f8c668c2fff5d32d Mon Sep 17 00:00:00 2001 From: eastargh Date: Tue, 7 Jul 2026 14:47:02 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=91=EB=A9=94=EB=89=B4=20=EC=98=A4?= =?UTF-8?q?=EB=B2=84=EB=A0=88=EC=9D=B4=20=EB=86=92=EC=9D=B4=20=EC=A1=B0?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/css/web_ui.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/css/web_ui.css b/WebContent/css/web_ui.css index 5aff783..d7dd595 100644 --- a/WebContent/css/web_ui.css +++ b/WebContent/css/web_ui.css @@ -62,7 +62,7 @@ header.sub{position:relative; padding-top:80px;} 100% { color:rgba(255,96,78,0); } } */ -.gnb_bg{position:absolute; top:80px; left:0; display:none; width:100%; height:382px; box-sizing:border-box; background:white; box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);} +.gnb_bg{position:absolute; top:80px; left:0; display:none; width:100%; height:282px; box-sizing:border-box; background:white; box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);} .gnb{position:absolute; top:0px; left:230px; display:inline-block; height:80px; overflow-y:hidden;} .gnb:hover{height:auto; overflow-y:visible;} .gnb:hover + .gnb_bg{display:block;} @@ -78,7 +78,7 @@ header.sub{position:relative; padding-top:80px;} .gnb .depth1 > li:hover > a{opacity:1;} .gnb .depth1 > li > .red_box{display:block; position:absolute; width:100%; height:2px; top:78px; box-sizing:border-box; background:#ed1c24; transform-origin:center center; transform:scaleX(0); transition:all 0.3s;} */ -.gnb .depth2{position:absolute; left:0; top:80px; width:160px; height:410px; box-sizing:border-box; padding:20px 0; border-right:1px solid #eee; text-align:center; z-index:9;} +.gnb .depth2{position:absolute; left:0; top:80px; width:160px; height:310px; box-sizing:border-box; padding:20px 0; border-right:1px solid #eee; text-align:center; z-index:9;} .gnb .depth2.first{border-left:1px solid #eee;} .gnb .depth2 > li > a{display:block; color:#000; font-size:13px; line-height:30px;} .gnb .depth2 > li > a:hover{color:#ff0000;}