diff --git a/src/main/resources/templates/web/service/serviceInfo.html b/src/main/resources/templates/web/service/serviceInfo.html index df31f7e..28997a2 100644 --- a/src/main/resources/templates/web/service/serviceInfo.html +++ b/src/main/resources/templates/web/service/serviceInfo.html @@ -28,8 +28,7 @@ .container { max-width: 1280px; width: 100%; - height: calc(100vh - 300px); /* 헤더/푸터 공간 확보 */ - min-height: calc(100vh - 300px); + height: 100vh; /* 헤더/푸터 공간 확보 */ margin: 0 auto; box-sizing: border-box; display: flex;