diff --git a/app/Views/admin/index.php b/app/Views/admin/index.php
index 338a04e..3e48331 100644
--- a/app/Views/admin/index.php
+++ b/app/Views/admin/index.php
@@ -63,10 +63,8 @@
-
-
= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/bottom'); ?>
= $this->endSection() ?>
\ No newline at end of file
diff --git a/app/Views/admin/payment/index.php b/app/Views/admin/payment/index.php
index 338a04e..3e48331 100644
--- a/app/Views/admin/payment/index.php
+++ b/app/Views/admin/payment/index.php
@@ -63,10 +63,8 @@
-
-
= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/bottom'); ?>
= $this->endSection() ?>
\ No newline at end of file
diff --git a/app/Views/admin/popup/create_form.php b/app/Views/admin/popup/create_form.php
index 6136645..9e537b1 100644
--- a/app/Views/admin/popup/create_form.php
+++ b/app/Views/admin/popup/create_form.php
@@ -21,5 +21,4 @@
= $this->include("templates/{$viewDatas['layout']}/form_content_bottom"); ?>
-= $this->include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?>
= $this->endSection() ?>
\ No newline at end of file
diff --git a/app/Views/admin/popup/index.php b/app/Views/admin/popup/index.php
index 4852a96..45b4d30 100644
--- a/app/Views/admin/popup/index.php
+++ b/app/Views/admin/popup/index.php
@@ -51,7 +51,5 @@
= form_close() ?>
-= $this->include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?>
-
-
+
= $this->endSection() ?>
\ No newline at end of file
diff --git a/app/Views/admin/popup/modify_form.php b/app/Views/admin/popup/modify_form.php
index 2b22290..587ae3f 100644
--- a/app/Views/admin/popup/modify_form.php
+++ b/app/Views/admin/popup/modify_form.php
@@ -21,5 +21,4 @@
= $this->include("templates/{$viewDatas['layout']}/form_content_bottom"); ?>
-= $this->include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?>
= $this->endSection() ?>
\ No newline at end of file
diff --git a/app/Views/admin/popup/view.php b/app/Views/admin/popup/view.php
index 28c322f..ddf121c 100644
--- a/app/Views/admin/popup/view.php
+++ b/app/Views/admin/popup/view.php
@@ -14,5 +14,4 @@
-= $this->include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?>
= $this->endSection() ?>
\ No newline at end of file
diff --git a/app/Views/admin/search/index.php b/app/Views/admin/search/index.php
index e82a283..b27dcf8 100644
--- a/app/Views/admin/search/index.php
+++ b/app/Views/admin/search/index.php
@@ -82,11 +82,9 @@
-
-
= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/bottom'); ?>
= $this->endSection() ?>
\ No newline at end of file
diff --git a/app/Views/admin/server/index.php b/app/Views/admin/server/index.php
index 7067103..84d7f25 100644
--- a/app/Views/admin/server/index.php
+++ b/app/Views/admin/server/index.php
@@ -117,11 +117,9 @@
-
-
= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/bottom'); ?>
= $this->endSection() ?>
\ No newline at end of file
diff --git a/app/Views/admin/service/index.php b/app/Views/admin/service/index.php
index 872a7af..7d953a6 100644
--- a/app/Views/admin/service/index.php
+++ b/app/Views/admin/service/index.php
@@ -106,11 +106,9 @@
-
-
= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/bottom'); ?>
= $this->endSection() ?>
\ No newline at end of file
diff --git a/app/Views/layouts/admin/bottom.php b/app/Views/layouts/admin/bottom.php
index 785e0cd..2423704 100644
--- a/app/Views/layouts/admin/bottom.php
+++ b/app/Views/layouts/admin/bottom.php
@@ -1,5 +1,4 @@
-
-
-
-
+
+
+
\ No newline at end of file
diff --git a/app/Views/templates/admin/index_footer.php b/app/Views/templates/admin/index_footer.php
index 9bdf1f1..7ec0097 100644
--- a/app/Views/templates/admin/index_footer.php
+++ b/app/Views/templates/admin/index_footer.php
@@ -1,2 +1,3 @@
-= $this->include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?>
-
\ No newline at end of file
+= $this->include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?>
+
+
\ No newline at end of file
diff --git a/public/css/admin/index.css b/public/css/admin/index.css
index cb55431..c9b79ff 100644
--- a/public/css/admin/index.css
+++ b/public/css/admin/index.css
@@ -158,15 +158,4 @@ div.index_bottom {
white-space: normal;
/* 자동 줄바꿈 */
/* border: 1px solid red; */
-}
-
-div.index_bottom div.modal_action_form {
- margin-top: 20px;
- /* border: 1px solid red; */
-}
-
-div.index_bottom div.modal_action_form iframe {
- width: 100%;
- border: none;
- /* border: 1px solid blue; */
}
\ No newline at end of file
diff --git a/public/css/front/index.css b/public/css/front/index.css
index 0f68aa5..94c68a2 100644
--- a/public/css/front/index.css
+++ b/public/css/front/index.css
@@ -154,15 +154,4 @@ div.index_bottom {
white-space: normal;
/* 자동 줄바꿈 */
/* border: 1px solid red; */
-}
-
-div.index_bottom div.modal_action_form {
- margin-top: 20px;
- /* border: 1px solid red; */
-}
-
-div.index_bottom div.modal_action_form iframe {
- width: 100%;
- border: none;
- /* border: 1px solid blue; */
}
\ No newline at end of file