diff --git a/src/web/js/main.js b/src/web/js/main.js
index fff1db9..18d3459 100644
--- a/src/web/js/main.js
+++ b/src/web/js/main.js
@@ -92,4 +92,25 @@ function showErrorMessage(message, type) {
+ message
+ ''
);
+}
+
+function showServiceCloseMessage(message) {
+ console.log("showNotifyMessage : " + message);
+ var messageBox = $("#message_box");
+
+ if(!messageBox)
+ return;
+
+ messageBox.html(
+ '
'
+ + '
× '
+ + '(10월 08일) 알림
\
+ * 2021년 02월 초코마에 서비스 종료 안내
(자세한 내용은 아래 버튼을 클릭해서 확인해주세요) \
+ - 유료 계정 신규 가입은 더이상 받지 않습니다.
\
+ - (기존) 유료 계정에 대한 환불 신청을 받습니다.
'
+ + '
'
+ );
}
\ No newline at end of file
diff --git a/src/web/main/close_service.html b/src/web/main/close_service.html
new file mode 100644
index 0000000..4cd386d
--- /dev/null
+++ b/src/web/main/close_service.html
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
서비스 종료 알림 | 초코마에
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/web/module/home_section.html b/src/web/module/home_section.html
index 0a5798b..12db976 100644
--- a/src/web/module/home_section.html
+++ b/src/web/module/home_section.html
@@ -1,6 +1,7 @@