diff --git a/src/pages/deleteModal.module.css b/src/pages/deleteModal.module.css
index b27da53f3bec7a657ad3b76595802296a896b1dd..09783aa0784b1b9216547fc9bbef13c6ec7c6809 100644
--- a/src/pages/deleteModal.module.css
+++ b/src/pages/deleteModal.module.css
@@ -46,8 +46,23 @@
   box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* 그림자 추가 */
   transition: background-color 0.3s, color 0.3s, transform 0.3s;
 }
+.Demodal_content button:last-child{
+  background-color: #F97E7E;
+  color: white;
+  height: 40px;
+  width: 300px;
+  padding: 10px 20px;
+  margin: 5px;
+  font-size: 16px;
+  cursor: pointer;
+  border: none;
+  border-radius: 5px;
+  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* 그림자 추가 */
+  transition: background-color 0.3s, color 0.3s, transform 0.3s;
+}
+
 .method_text{
-  margin-bottom: 5%;
+  margin-bottom: 7%;
   font-size: 18px;
   
   text-align: center;