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;