diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/vac_schedule.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/vac_schedule.ftl
index 8aac7bb..47e248d 100644
--- a/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/vac_schedule.ftl
+++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/vac_schedule.ftl
@@ -108,6 +108,7 @@
+
${item['dv_disease']!}
권장일
diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css
index f3347bc..6569b7e 100644
--- a/src/main/webapp/m/css/style.css
+++ b/src/main/webapp/m/css/style.css
@@ -17579,4 +17579,12 @@ color: white;
display: flex;
justify-content: center;
align-items: center;
+}
+.content_pick{
+ position: relative;
+}
+.content_pick #agree_grain{
+ position: absolute;
+ top:40%;
+ right: 15px;
}
\ No newline at end of file