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%;