From 2312c78ec4539dc21f2dc3c664d823cb0bc2df33 Mon Sep 17 00:00:00 2001 From: com02 Date: Wed, 24 Nov 2021 15:38:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=A9=EB=8F=8C=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/css/default.css | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index d6dd6b28..69d6107b 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -623,21 +623,23 @@ transform: rotate(45deg); .map .inner .row-bottom .map-box .info > div p:nth-of-type(4) {font-size:13px;color:#666;} .map .inner .row-bottom .map-box .info .mapimg {width:100%;height:440px;padding:0;margin-right:0;border-bottom:1px solid #ddd;} .map .inner .row-bottom .map-box .info .mapimg iframe {width:100%;height:100%;} -.map .inner .row-bottom .info-box .info-sec {margin-bottom: 80px;text-align: left;} -.map .inner .row-bottom .info-box .info-sec h3 {font-size:24px;color:#333;margin-bottom:15px;} -.map .inner .row-bottom .info-box .info-sec h3 span {color:#376795;} -.map .inner .row-bottom .info-box .info-sec .text-box {border:1px solid #ddd;padding:20px 40px;} -.map .inner .row-bottom .info-box .info-sec .text-box > div {font-size:16px;line-height: 26px;} -.map .inner .row-bottom .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 .row-bottom .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 .row-bottom .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 .row-bottom .info-box .info-sec .text-box > div.box {background: #f5f7fa;padding:15px 40px;margin-top:15px;} -.map .inner .row-bottom .info-box .info-sec .text-box > div.box p {text-indent: -18px;font-weight: 500;} -.map .inner .row-bottom .info-box .info-sec .text-box > div p {text-indent: -18px;font-weight: 500;} -.map .inner .row-bottom .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;} -.map .inner .row-bottom .info-box .info-sec:nth-of-type(3) .text-box > div p::before {content: '';width:4px;height:4px;background: #376795;display: inline-block;position: absolute;left:-15px;top:12px;} -.map .inner .row-bottom .info-box .info-sec:nth-of-type(3) .text-box > div p:nth-child(1) {font-weight: 500;text-indent: -18px;} -.map .inner .row-bottom .info-box .info-sec:nth-of-type(3) .text-box > div p:nth-child(1)::before {display: none;} + +.map .inner .info-box {width: 1400px;margin: 0 auto;padding-bottom: 140px;} +.map .inner .info-box .info-sec {margin-bottom: 80px;text-align: left;} +.map .inner .info-box .info-sec h3 {font-size:24px;color:#333;margin-bottom:15px;} +.map .inner .info-box .info-sec h3 span {color:#376795;} +.map .inner .info-box .info-sec .text-box {border:1px solid #ddd;padding:20px 40px;} +.map .inner .info-box .info-sec .text-box > div {font-size:16px;line-height: 26px;} +.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 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;} +.map .inner .info-box .info-sec:nth-of-type(3) .text-box > div p::before {content: '';width:4px;height:4px;background: #376795;display: inline-block;position: absolute;left:-15px;top:12px;} +.map .inner .info-box .info-sec:nth-of-type(3) .text-box > div p:nth-child(1) {font-weight: 500;text-indent: -18px;} +.map .inner .info-box .info-sec:nth-of-type(3) .text-box > div p:nth-child(1)::before {display: none;} /********** 카트 **********/