From adb9a078adab3a1004e539c7538fa66052d1eade Mon Sep 17 00:00:00 2001 From: thkim Date: Thu, 19 Feb 2026 11:35:02 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=B0=9C=EC=A3=BC=EA=B8=B0=EA=B4=80=20?= =?UTF-8?q?=EB=8F=99=EC=98=81=EC=83=81=20=EB=A7=A4=EB=89=B4=EC=96=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EA=B1=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/drilling/home/drilling_index.jsp | 8 +++++++- src/main/webapp/com/css/common.v2.0.css | 2 +- src/main/webapp/com/css/sass/common.v2.0.scss | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/drilling/home/drilling_index.jsp b/src/main/webapp/WEB-INF/views/drilling/home/drilling_index.jsp index 133ddd5e..a7f3c2dc 100644 --- a/src/main/webapp/WEB-INF/views/drilling/home/drilling_index.jsp +++ b/src/main/webapp/WEB-INF/views/drilling/home/drilling_index.jsp @@ -438,7 +438,13 @@

이용에 어려움이 있으신가요?

본 시스템은 발주 기관의 건설현장 프로젝트 계획을 입력하고 관리하는 시스템입니다. 매뉴얼을 통해 더 자세히 알아보세요.

- 매뉴얼 다운로드 +

+ +

+ 매뉴얼 다운로드

문의: 031-995-0934(ryujisong@kict.re.kr)

diff --git a/src/main/webapp/com/css/common.v2.0.css b/src/main/webapp/com/css/common.v2.0.css index 31de03c4..c962d033 100644 --- a/src/main/webapp/com/css/common.v2.0.css +++ b/src/main/webapp/com/css/common.v2.0.css @@ -5836,7 +5836,7 @@ ul.faq-q > li textarea { .drilling-index .wrap_greeting { position: relative; width: 370px; - height: 233px; + height: 416px; padding: 30px 30px 60px; color: #fff; background: #00479d url("/com/img/drilling/place2016/wcmo/main/bg_pattern01.png") no-repeat 100% 100%; diff --git a/src/main/webapp/com/css/sass/common.v2.0.scss b/src/main/webapp/com/css/sass/common.v2.0.scss index 1b59caf2..ad05a008 100644 --- a/src/main/webapp/com/css/sass/common.v2.0.scss +++ b/src/main/webapp/com/css/sass/common.v2.0.scss @@ -4417,7 +4417,7 @@ ul.faq-q > li textarea { .wrap_greeting { position: relative; width: 370px; // Overrides the initial width - height: 233px; // Overrides the initial height + height: 416px; // Overrides the initial height padding: 30px 30px 60px; color: #fff; background: #00479d url('/com/img/drilling/place2016/wcmo/main/bg_pattern01.png') no-repeat 100% 100%;