diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_cart_popup.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_cart_popup.ftl
index 911034e..9e63399 100644
--- a/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_cart_popup.ftl
+++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_cart_popup.ftl
@@ -47,7 +47,7 @@
-
+
* 구매가 필요한 식재료를 장바구니에 담아서 한 눈에 확인할 수 있습니다.
diff --git a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl
index 28250b8..af657db 100644
--- a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl
+++ b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl
@@ -204,7 +204,12 @@
-
+
+
<#include "/m/include/cart_script.ftl">
<#include "/m/include/chatbot_script_top.ftl">
diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css
index 5d863a4..eefc013 100644
--- a/src/main/webapp/m/css/style.css
+++ b/src/main/webapp/m/css/style.css
@@ -15666,6 +15666,9 @@ main.sona_cont_measurement {
border-radius: 10px;
color: #fff;
font-size: 0.8rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}
.description {
@@ -17491,6 +17494,9 @@ color: white;
color: white;
border-radius: 4px;
height: 40px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}
.cart_list .item img{