From d73e2b7772b49a17f097eb127e70aefa374e250a Mon Sep 17 00:00:00 2001 From: jjstyle Date: Wed, 27 May 2026 16:49:51 +0900 Subject: [PATCH] =?UTF-8?q?pc=20=EB=B2=84=EC=A0=84=20=EC=84=9C=EB=B8=8C?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=A1=9C=EA=B3=A0=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/css/common.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/main/resources/static/css/common.css b/src/main/resources/static/css/common.css index 4342069..176fc03 100644 --- a/src/main/resources/static/css/common.css +++ b/src/main/resources/static/css/common.css @@ -307,12 +307,7 @@ body.page-inquiry #m_navBtn.on span:after { background-color: #fff; } -/* 서브 페이지 PC 로고 교체 */ -#top_nav_wrap.sub #top_logo img { - content: url('/img/common/logo_d.png') !important; - display: inline-block !important; -} -/* 서브 페이지 모바일 로고 교체 */ +/* 서브 페이지 모바일 로고만 어두운 로고로 교체 */ #hd.sub #m_logo img { content: url('/img/common/logo_d.png') !important; display: inline-block !important;