From e2901f4bf5cd2712ab65ae44c90f988f6c15cdcf Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 12 Mar 2013 10:12:32 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20gnb=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=EC=97=90=EC=84=9C=201depth=20=EC=96=91?= =?UTF-8?q?=EC=AA=BD=20=EB=9D=BC=EC=9D=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/default.css b/css/default.css index 17131b888..c8cb4173e 100644 --- a/css/default.css +++ b/css/default.css @@ -74,13 +74,13 @@ a:active {color:#000;text-decoration:underline} .gnb_2depth {float:left} .gnb_2depth a {font-weight:normal} /* gnb js on */ -.gnb_js {padding-left:1px} +.gnb_js {} .gnb_js #gnb_ul {zoom:1} .gnb_js #gnb_ul:after {display:block;visibility:hidden;clear:both;content:""} -.gnb_js .gnb_1depth {clear:none;position:relative;float:left;margin:0 0 0 -1px;border:1px solid #e0e5e9;border-top:0;border-bottom:0} +.gnb_js .gnb_1depth {clear:none;position:relative;float:left} .gnb_js .gnb_1depth a {text-align:center} .gnb_js .gnb_1depth_air a {float:none;background:#f7f7f2;color:#000} -.gnb_js .gnb_1depth_on a {float:none;background:#fff;color:#000} +.gnb_js .gnb_1depth_on a {float:none;border-color:#e0e5e9;background:#fff;color:#000} .gnb_js .gnb_sub_ul {position:absolute;top:35px;width:1px;height:1px;overflow:hidden} .gnb_js .gnb_2depth a {display:inline-block;float:none !important;padding:0 10px;width:161px;text-align:left} .gnb_1depth_over .gnb_sub_ul {left:-1px;width:181px;height:auto;border:1px solid #c3c7c5;border-top:0;background:#fff}