From 53b075967c49ad611e731b4d6529440411329449 Mon Sep 17 00:00:00 2001 From: eastargh Date: Tue, 7 Jul 2026 16:53:22 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=EC=8B=9C=ED=8A=B8?= =?UTF-8?q?=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/css/theme_blue.css | 1 + WebContent/css/theme_green.css | 1 + WebContent/css/theme_orange.css | 1 + WebContent/css/theme_pink.css | 1 + WebContent/css/theme_yellow.css | 1 + WebContent/css/web_ui.css | 14 +++++++------- WebContent/jsp/common/screen/top_04.jsp | 3 +-- 7 files changed, 13 insertions(+), 9 deletions(-) diff --git a/WebContent/css/theme_blue.css b/WebContent/css/theme_blue.css index da605f5..cdc36a4 100644 --- a/WebContent/css/theme_blue.css +++ b/WebContent/css/theme_blue.css @@ -1,6 +1,7 @@ @charset "utf-8"; .gnb .depth1 > li:hover > a{color:#008cc5;} /* theme */ +.gnb .sitemap-link:hover{color:#008cc5;} /* theme */ .gnb .depth1 > li > .red_box{background:#008cc5;}/* theme */ .gnb .depth2 > li > a:hover{color:#008cc5;}/* theme */ diff --git a/WebContent/css/theme_green.css b/WebContent/css/theme_green.css index 2362be5..b328409 100644 --- a/WebContent/css/theme_green.css +++ b/WebContent/css/theme_green.css @@ -1,6 +1,7 @@ @charset "utf-8"; .gnb .depth1 > li:hover > a{color:#16a085;} /* theme */ +.gnb .sitemap-link:hover{color:#16a085;} /* theme */ .gnb .depth1 > li > .red_box{background:#16a085;}/* theme */ .gnb .depth2 > li > a:hover{color:#16a085;}/* theme */ diff --git a/WebContent/css/theme_orange.css b/WebContent/css/theme_orange.css index 459128f..e808162 100644 --- a/WebContent/css/theme_orange.css +++ b/WebContent/css/theme_orange.css @@ -1,6 +1,7 @@ @charset "utf-8"; .gnb .depth1 > li:hover > a{color:#e74c3c;} /* theme */ +.gnb .sitemap-link:hover{color:#e74c3c;} /* theme */ .gnb .depth1 > li > .red_box{background:#e74c3c;}/* theme */ .gnb .depth2 > li > a:hover{color:#e74c3c;}/* theme */ diff --git a/WebContent/css/theme_pink.css b/WebContent/css/theme_pink.css index 0ce53ec..da2ddb0 100644 --- a/WebContent/css/theme_pink.css +++ b/WebContent/css/theme_pink.css @@ -1,6 +1,7 @@ @charset "utf-8"; .gnb .depth1 > li:hover > a{color:#ff80c0;} /* theme */ +.gnb .sitemap-link:hover{color:#ff80c0;} /* theme */ .gnb .depth1 > li > .red_box{background:#ff80c0;}/* theme */ .gnb .depth2 > li > a:hover{color:#ff80c0;}/* theme */ diff --git a/WebContent/css/theme_yellow.css b/WebContent/css/theme_yellow.css index 45f48e3..feac114 100644 --- a/WebContent/css/theme_yellow.css +++ b/WebContent/css/theme_yellow.css @@ -1,6 +1,7 @@ @charset "utf-8"; .gnb .depth1 > li:hover > a{color:#be8200;} /* theme */ +.gnb .sitemap-link:hover{color:#be8200;} /* theme */ .gnb .depth1 > li > .red_box{background:#be8200;}/* theme */ .gnb .depth2 > li > a:hover{color:#be8200;}/* theme */ diff --git a/WebContent/css/web_ui.css b/WebContent/css/web_ui.css index d7dd595..c67d0ca 100644 --- a/WebContent/css/web_ui.css +++ b/WebContent/css/web_ui.css @@ -63,7 +63,7 @@ header.sub{position:relative; padding-top:80px;} } */ .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{position:absolute; top:0px; left:180px; display:inline-block; height:80px; overflow-y:hidden;} .gnb:hover{height:auto; overflow-y:visible;} .gnb:hover + .gnb_bg{display:block;} .gnb h1{float:left; display:block; width:auto; height:100%; line-height:80px;} @@ -71,15 +71,15 @@ header.sub{position:relative; padding-top:80px;} .gnb .depth1 > li{position:relative;} .gnb .depth1 > li > a{position:relative; display:block; box-sizing:border-box; color:#000; font-size:14px; width:160px; height:80px; text-align:center; line-height:80px; letter-spacing:-0.5px; opacity:0.7; transition:all 0.3s;} -.gnb .depth1 > li > a:after{content:''; position:absolute; top:34px; right:0; display:inline-block; width:1px; height:13px; background:#ddd;} -.gnb .depth1 > li:first-child > a:before{content:''; position:absolute; top:34px; left:0; display:inline-block; width:1px; height:13px; background:#ddd;} +.gnb .depth1 > li > a:after{content:''; position:absolute; top:34px; right:0; display:inline-block; width:1px; height:13px; } +.gnb .depth1 > li:first-child > a:before{content:''; position:absolute; top:34px; left:0; display:inline-block; width:1px; height:13px; } /* .gnb .depth1 > li:hover .red_box{transform:scaleX(1);} .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: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 .depth1 > li:first-child .depth2{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;} @@ -94,9 +94,9 @@ header.sub{position:relative; padding-top:80px;} .left_box .depth3 > li:hover > a, .left_box .depth3 > li.on > a{color:#ed1c24;} .content_top{position:fixed; top:0; left:0; padding:0 30px; width:100%; height:50px; line-height:50px; background:#eee; border-top:1px solid #ddd; border-left:1px solid #ddd; z-index:100;} -.content_top .path{} -.content_top .path > li{display:inline-block;} -.content_top .path > li a{display:block; height:50px; line-height:50px; padding-left:10px; font-size:12px; color:#999;} +.content_top .path{margin:0; padding:0;} +.content_top .path > li{display:inline-block; margin:0; padding:0;} +.content_top .path > li a{display:block; height:50px; line-height:50px; padding-left:10px; font-size:12px; color:#999; text-decoration:none;} .content_top .path > li a:hover{color:#666;} .content_top .path > li a:before{content:'>'; margin-right:10px;} .content_top .path > li:first-child a:before{content:'';} diff --git a/WebContent/jsp/common/screen/top_04.jsp b/WebContent/jsp/common/screen/top_04.jsp index 60769b2..08c2841 100644 --- a/WebContent/jsp/common/screen/top_04.jsp +++ b/WebContent/jsp/common/screen/top_04.jsp @@ -249,8 +249,7 @@ "/> "/>