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