From 8137ea34b7bfc2583617db41772dce67ea831cdd Mon Sep 17 00:00:00 2001 From: kmg Date: Mon, 26 Feb 2024 14:59:35 +0900 Subject: [PATCH] =?UTF-8?q?2024/02/26=20=ED=81=B4=EB=A6=AD=ED=95=A0?= =?UTF-8?q?=EB=95=8C=EB=A7=88=EB=8B=A4=20=ED=8F=B0=ED=8A=B8=EC=82=AC?= =?UTF-8?q?=EC=9D=B4=20=EC=97=AC=EB=B0=B1=EC=9D=B4=20=EB=8A=98=EC=96=B4?= =?UTF-8?q?=EB=82=98=EB=8A=94=EA=B2=83=20=EC=88=98=EC=A0=95=20(.menu=5Flin?= =?UTF-8?q?k=5Fbr)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/visitEdu/usr/publish/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/visitEdu/usr/publish/css/common.css b/src/main/webapp/visitEdu/usr/publish/css/common.css index 0be64bc8..2a2b39f3 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/common.css +++ b/src/main/webapp/visitEdu/usr/publish/css/common.css @@ -88,7 +88,7 @@ header.on .nav_wrap::after{opacity: 1;} .header .dep_li_07 .depth01_li{width: auto;} .header .menu_link{font-size: 20px; font-weight: 300; letter-spacing: -0.5px; display: flex; align-items: center; justify-content: center;/* height: 100%; */position: relative;font-family: 'GmarketSansMedium'; line-height: 1.25; padding:15px 0;} .header .menu_link::before{position: absolute; content: " "; display: block; width: 0; /*height: 2px; background-color: #E95504; left: 50%; transform: translateX(-50%); transition: width .4s ease-in-out; top: 32px;*/ z-index: 1;} -.header .menu_link .menu_link_br {color: #d64309;font-family: 'GmarketSansMedium'; padding:0 0 0 5px;} +.header .menu_link .menu_link_br {color: #d64309;font-family: 'GmarketSansMedium'; /*padding:0 0 0 5px;*/ text-indent:5px;} .header .on .menu_link{color: #d64309;} .on .nav_wrap .on .menu_link::before{width: 100%;} .header .depth02{position: absolute; top:53px; text-align: center; padding: 15px 0; width: 100%; left: 50%; transform: translateX(-50%);border-right: 1px solid #d5d5d5;}