From d78a1536990d297dca4efa3ee2a86ccf14f43236 Mon Sep 17 00:00:00 2001 From: com02 Date: Thu, 2 Dec 2021 11:35:37 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=91=EA=B7=BC=EC=84=B1=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/webapp/css/default.css | 4 ++-- src/main/webapp/js/default.js | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 7e2e1158..a250e6bc 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -650,7 +650,7 @@ transform: rotate(45deg); .map .inner .info-box .info-sec .text-box > div span:nth-of-type(1) {display: inline-block;height:15px;font-weight: 200;margin-bottom:5px;position: relative;} .map .inner .info-box .info-sec .text-box > div span:nth-of-type(2) {font-size:14px;display: inline-block;font-weight: 200;margin-bottom:5px;} .map .inner .info-box .info-sec .text-box > div span:nth-of-type(1)::before {content: '';width:4px;height:4px;background: #376795;display: inline-block;position: absolute;left:-15px;top:12px;} -.map .inner .info-box .info-sec .text-box > div.box {background: #f5f7fa;padding:15px 40px;margin-top:15px;} +.map .inner .info-box .info-sec .text-box > div.box {background: #f5f7fa;padding:15px 0px;margin-top:15px;} .map .inner .info-box .info-sec .text-box > div.box p {text-indent: -18px;font-weight: 500;} .map .inner .info-box .info-sec .text-box > div p {text-indent: -18px;font-weight: 500;} .map .inner .info-box .info-sec:nth-of-type(3) .text-box > div p {display: inline-block;width:100%;height:15px;font-weight: 200;margin-bottom:5px;position: relative;text-indent: 0;} @@ -2055,7 +2055,7 @@ animation: animate-bg2 2.0s 1.9s ease-in infinite; .paging .btn a {font-size:12px;font-weight: 300;} .article-side .filter-wrap .Title {display:none;} -.ir {position:absolute;z-index:-1;opacity:0;} +.ir {position:absolute !important;z-index:-1 !important;opacity:0 !important;} .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {display:none !important;} diff --git a/src/main/webapp/js/default.js b/src/main/webapp/js/default.js index 70f7438f..2665065d 100644 --- a/src/main/webapp/js/default.js +++ b/src/main/webapp/js/default.js @@ -22,6 +22,8 @@ $(document).ready(function(){ $('.location-box .loc li').append('다음'); $('.location-box .loc li.on *').remove(''); $('.location .inner .row-top .arr img').attr('alt',''); + $('.map .inner .info-box .info-sec .text-box > div span:nth-of-type(1) em.next').append('다음'); + $('.map .inner .row-bottom .map-box .info .mapimg #map div a').empty(); /* 인기자료 탭메뉴 */