From e585017ea721f4ce22ad22d27f4e1aeeea895762 Mon Sep 17 00:00:00 2001 From: com02 Date: Thu, 3 Mar 2022 10:40:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=9A=A9=EC=95=BD=EA=B4=80=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/css/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 17a8dfd8..3d4344fa 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -1656,7 +1656,8 @@ transform: rotate(45deg);} .service .con .sec ul li {font-size:14px;line-height: 26px;color:#444;letter-spacing: -0.5px;} .service .con .sec ul.d2 {padding-left:15px;margin-bottom:15px;} .service .con .sec ul.d3 {padding-left:18px;margin-bottom:15px;} -.service .con .sec ul li.color {color:#008dd9;font-weight: 500;border-bottom:1px solid #008dd9;display: inline;padding-bottom:2px;} +.service .con .sec ul .color {color:#008dd9;font-weight: 500;border-bottom:1px solid #008dd9;display: inline;padding-bottom:2px;} +.service .con .sec.last ul {margin-top:80px;} .error {text-align: center;width:100%;height: 100vh;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;justify-content: center;}