{"id":14969,"date":"2025-01-14T13:03:08","date_gmt":"2025-01-14T06:03:08","guid":{"rendered":"https:\/\/119mori.com\/cake\/?p=14969"},"modified":"2025-01-14T13:08:32","modified_gmt":"2025-01-14T06:08:32","slug":"notice","status":"publish","type":"post","link":"https:\/\/119mori.com\/cake\/notice\/","title":{"rendered":"\u0e01\u0e23\u0e30\u0e14\u0e32\u0e19\u0e02\u0e48\u0e32\u0e27"},"content":{"rendered":"<div class=\"clear\"><\/div><div id=\"mb_top\" class=\"mb-desktop\"><div id=\"notice_board\" class=\"mb-board\"><div class=\"mb-level-0 mb-name-notice mb-mode-list mb-skin-bbs-basic\"><script type=\"text\/javascript\">\nfunction resizeResponsive(){var nWidth\t\t= window.innerWidth;if(nWidth>=1200){jQuery(\".mb-desktop\").removeClass(\"mb-desktop\").addClass(\"mb-desktop-large\");jQuery(\".mb-tablet\").removeClass(\"mb-tablet\").addClass(\"mb-desktop-large\");jQuery(\".mb-mobile\").removeClass(\"mb-mobile\").addClass(\"mb-desktop-large\");}else if(nWidth>=992){jQuery(\".mb-desktop-large\").removeClass(\"mb-desktop-large\").addClass(\"mb-desktop\");jQuery(\".mb-tablet\").removeClass(\"mb-tablet\").addClass(\"mb-desktop\");jQuery(\".mb-mobile\").removeClass(\"mb-mobile\").addClass(\"mb-desktop\");}else if(nWidth>=768){jQuery(\".mb-desktop-large\").removeClass(\"mb-desktop-large\").addClass(\"mb-tablet\");jQuery(\".mb-desktop\").removeClass(\"mb-desktop\").addClass(\"mb-tablet\");jQuery(\".mb-mobile\").removeClass(\"mb-mobile\").addClass(\"mb-tablet\");}else if(nWidth<768){jQuery(\".mb-desktop-large\").removeClass(\"mb-desktop-large\").addClass(\"mb-mobile\");jQuery(\".mb-desktop\").removeClass(\"mb-desktop\").addClass(\"mb-mobile\");jQuery(\".mb-tablet\").removeClass(\"mb-tablet\").addClass(\"mb-mobile\");}}if(typeof jQuery != \"undefined\"){ jQuery(window).resize(resizeResponsive);resizeResponsive();};var category_text\t\t\t\t= '';mb_categorys[\"value1\"]\t= \"\";mb_categorys[\"value2\"]\t= \"\";mb_categorys[\"value3\"]\t= \"\";mb_urls[\"base\"]\t\t\t\t\t\t= \"https:\/\/119mori.com\/cake\/wp-content\/plugins\/mangboard\/\";mb_urls[\"image\"]\t\t\t\t\t\t= \"https:\/\/119mori.com\/cake\/?mb_ext=file\";mb_urls[\"file\"]\t\t\t\t\t\t\t= \"https:\/\/119mori.com\/cake\/?mb_ext=file\";mb_urls[\"search\"]\t\t\t\t\t\t= \"https:\/\/119mori.com\/cake\/notice\/?mode=list\";mb_options[\"device_type\"]\t\t= \"desktop\";mb_options[\"mode\"]\t\t\t\t= \"list\";mb_options[\"board_action\"]\t\t\t\t= \"\";mb_options[\"board_name\"]\t\t= \"notice\";mb_options[\"board_type\"]\t\t\t= \"board\";mb_options[\"table_prefix\"]\t\t\t= \"mb_notice_\";mb_options[\"pid\"]\t\t\t\t\t= \"\";mb_options[\"nonce\"]\t\t\t\t= \"mb_nonce_value=56f76933197405b3f9274749859827af&mb_nonce_time=1780561621&wp_nonce_value=5a8511a7f3\";mb_options[\"list_type\"]\t\t\t\t= \"list\";mb_options[\"search_field\"]\t\t= \"fn_title\";mb_options[\"search_text\"]\t\t\t= \"\";mb_languages[\"selectbox1\"]\t\t= \"All\";mb_languages[\"selectbox2\"]\t\t= \"All\";mb_languages[\"selectbox3\"]\t\t= \"All\";var category_data\t\t\t\t= \"\";\ntry {\n\tif(isJsonType(category_text)){\n\t\tcategory_data\t\t\t= JSON.parse(category_text);\n\t}\n}catch(e) {}\n<\/script><script type=\"text\/javascript\">\nfunction selectTabMenu(obj,category,name,idx){\n\tif(typeof(idx)==='undefined' || idx =='') idx\t= \"1\";\n\tjQuery('.tab-menu-on').removeClass(\"tab-menu-on\").addClass(\"tab-menu-off\");\n\tjQuery(obj).removeClass(\"tab-menu-off\").addClass(\"tab-menu-on\");\n\tif(jQuery(\"input[name=category\"+idx+\"]\")) jQuery(\"input[name=category\"+idx+\"]\").val(category);\n\tsendListTemplateData({\"board_name\":name,\"category\":category});\n}\nfunction sendSearchData(data){\n\tvar search_url\t\t\t\t\t= mb_urls[\"search\"];\t\n\tvar params\t\t\t\t\t\t= jQuery('#'+mb_options[\"board_name\"]+'_form_board_search').serialize();\n\tif(typeof(data)!=='undefined') params\t\t\t\t\t= params+\"&\"+data;\t\t\n\tif(params.indexOf('category')!=-1 && search_url.indexOf('category')!=-1) {\n\t\tsearch_url\t\t= search_url.replace(\/(category)(\\d{1})=\/g,\"category_old$2=\");\n\t}\n\tsearch_url\t\t\t\t\t\t= search_url+\"&\"+params;\t\t\n\tmoveURL(search_url);\n}\njQuery(document).ready(function(){\t\n\tvar tbl = jQuery(\"#tbl_board_list\");\n\tjQuery(\"th :checkbox\", tbl).first().click(function(){\t\t\n\t\tif(jQuery(this).is(\":checked\")){\n\t\t\tjQuery(\"td :checkbox\", tbl).prop(\"checked\", true);\n\t\t}else{\n\t\t\tjQuery(\"td :checkbox\", tbl).prop(\"checked\", false);\n\t\t}\t\n\t\tjQuery(\":checkbox\", tbl).trigger(\"change\");\n\t});\n});\nfunction showDeleteConfirm(){\t\n\tvar check_count\t= jQuery(\".mb-board input[name='check_array[]']\").filter(\":checked\").length;\n\tif(check_count > 0) {\n\t\tshowConfirmPopup(check_count+\" items, Do you want to delete selected items?\", {\"board_action\":\"multi_delete\"}, sendBoardListData);\n\t}else{\n\t\tshowAlertPopup({\"code\":\"1000\",\"message\":\"Select the items to delete\"});\n\t}\n}\nfunction showMoveConfirm(type){\t\n\tvar check_count\t= jQuery(\".mb-board input[name='check_array[]']\").filter(\":checked\").length;\n\tif(check_count > 0) {\n\t\tif(type==\"multi_copy\"){\n\t\t\tshowConfirmPopup(check_count+\" items, Do you want to copy selected items?\", {\"board_action\":type}, sendBoardListData);\n\t\t}else if(type==\"multi_move\"){\n\t\t\tshowConfirmPopup(check_count+\" items, Do you want to move selected items?\", {\"board_action\":type}, sendBoardListData);\n\t\t}\t\t\n\t}else{\n\t\tif(type==\"multi_copy\"){\n\t\t\tshowAlertPopup({\"code\":\"1000\",\"message\":\"Select the items to copy\"});\n\t\t}else if(type==\"multi_move\"){\n\t\t\tshowAlertPopup({\"code\":\"1000\",\"message\":\"Select the items to move\"});\n\t\t}\n\t}\n}\nfunction sendBoardListData(args){\t\n\tif(args.board_action==\"multi_modify\"){\n\t\tjQuery('#'+mb_options[\"board_name\"]+'_form_board_list input[name=board_pid]').val(args.board_pid);\n\t}\n\tjQuery('#'+mb_options[\"board_name\"]+'_form_board_list input[name=board_action]').val(args.board_action);\n\tsendFormDataRequest(jQuery('#'+mb_options[\"board_name\"]+'_form_board_list'), mb_urls[\"board_api\"], sendBoardListDataHandler);\n}\nfunction sendBoardListDataHandler(response, state)\n{\n\tif(response.state == \"success\"){\n\t\tif(typeof(response.message)!=='undefined' && response.message!=\"\") \n\t\t\talert(response.message);\n\t\tmoveURL(\"reload\");\n\t}else{\t\t\t\n\t\tshowAlertPopup(response);\n\t}\n}\n<\/script>\n<div class=\"mb-style1 board-list\">\n\n\t<form name=\"notice_form_board_search\" id=\"notice_form_board_search\" method=\"post\">\n\t<input type=\"hidden\" name=\"board_name\" value=\"notice\" \/>\n\t\t\t<div class=\"list-head\">\n\t\n\t\t<div class=\"mb-category\"><input type=\"hidden\" name=\"category1\" value=\"\" \/><input type=\"hidden\" name=\"category2\" value=\"\" \/><input type=\"hidden\" name=\"category3\" value=\"\" \/><\/div>\t\n\t\t\t\t<div class=\"list-search\">\n\t\t\t<select id=\"search_field\" name=\"search_field\" class=\"search-field margin-right-5\" title=\"Search Field\"><option value=\"fn_pid\" >No<\/option><option value=\"fn_title\"  selected>Title<\/option><option value=\"fn_user_name\" >Writer<\/option><option value=\"fn_content\" >Content<\/option><option value=\"fn_reg_date\" >Date<\/option><option value=\"fn_tag\" >Tag<\/option><\/select><input type=\"text\" id=\"search_text\" class=\"search-text\" name=\"search_text\" accesskey=\"s\" title=\"Search Text\" value=\"\" onkeypress=\"checkEnterKey(sendSearchData);\"\/><input style=\"display:none !important;\" type=\"text\" title=\"search\"\/><button onclick=\"sendSearchData();return false;\" title=\"Search\" class=\"btn btn-default btn-search margin-left-5\" type=\"button\"><span>Search<\/span><\/button>\t\t<\/div>\n\t\t\t\t<div class=\"clear\"><\/div>\n\t<\/div>\n\t<\/form>\n\n\t\t\n\t<form name=\"notice_form_board_list\" id=\"notice_form_board_list\" method=\"post\">\t\n\t<input type=\"hidden\" name=\"board_name\" id=\"board_name\" value=\"notice\" \/>\n\t<input type=\"hidden\" name=\"page_id\" id=\"page_id\" value=\"\" \/>\n\t<input type=\"hidden\" name=\"list_type\" id=\"list_type\" value=\"list\" \/>\n\t<input type=\"hidden\" name=\"page\" id=\"page\" value=\"1\" \/>\n\t<input type=\"hidden\" name=\"mode\" id=\"mode\" value=\"list\" \/>\n\t<input type=\"hidden\" name=\"board_action\" id=\"board_action\" value=\"\" \/>\n\t<input type=\"hidden\" name=\"board_pid\" id=\"board_pid\" value=\"\" \/>\n\t<input type=\"hidden\" name=\"mb_nonce_value\" value=\"56f76933197405b3f9274749859827af\" \/><input type=\"hidden\" name=\"mb_nonce_time\" value=\"1780561621\" \/><input type=\"hidden\" id=\"wp_nonce_value\" name=\"wp_nonce_value\" value=\"5a8511a7f3\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/cake\/wp-json\/wp\/v2\/posts\/14969\" \/>\n\t<div class=\"main-style1\" id=\"notice_board_box\">\n\n\t\t<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" id=\"tbl_board_list\" class=\"table table-list\">\n\t\t<caption>\u0e01\u0e23\u0e30\u0e14\u0e32\u0e19\u0e02\u0e48\u0e32\u0e27<\/caption>\n\t\t\t\n\t\t\t<colgroup><col style=\"width:50px\" class=\"mb-col-pid mb-hide-mobile mb-hide-tablet\" \/><col class=\"mb-col-title\" \/><col style=\"width:115px\" class=\"mb-col-user-name\" \/><col style=\"width:90px\" class=\"mb-col-reg-date mb-hide-mobile\" \/><col style=\"width:60px\" class=\"mb-col-hit mb-hide-mobile mb-hide-tablet\" \/><\/colgroup>\n\t\t\t<thead><tr><th scope=\"col\" class=\"mb-th-pid mb-hide-mobile mb-hide-tablet order-asc\" class=\"order-asc\"><a href=\"https:\/\/119mori.com\/cake\/notice\/?mode=list&order_by=fn_pid&order_type=asc\" title=\"No\"><span>No<\/span><\/a><\/th><th scope=\"col\" class=\"mb-th-title\"><a href=\"https:\/\/119mori.com\/cake\/notice\/?mode=list&order_by=fn_title&order_type=asc\" title=\"Title\"><span>Title<\/span><\/a><\/th><th scope=\"col\" class=\"mb-th-user-name\"><a href=\"https:\/\/119mori.com\/cake\/notice\/?mode=list&order_by=fn_user_name&order_type=asc\" title=\"Writer\"><span>Writer<\/span><\/a><\/th><th scope=\"col\" class=\"mb-th-reg-date mb-hide-mobile\"><a href=\"https:\/\/119mori.com\/cake\/notice\/?mode=list&order_by=fn_reg_date&order_type=asc\" title=\"Date\"><span>Date<\/span><\/a><\/th><th scope=\"col\" class=\"mb-th-hit mb-hide-mobile mb-hide-tablet\"><a href=\"https:\/\/119mori.com\/cake\/notice\/?mode=list&order_by=fn_hit&order_type=asc\" title=\"Hit\"><span>Hit<\/span><\/a><\/th><\/tr><\/thead>\n\t\t\t<tbody id=\"notice_board_body\">\n\t\t\t<tr id=\"mb_notice_tr_1\"><td class=\"mb-hide-mobile mb-hide-tablet\"><span>4<\/span><\/td><td class=\"text-left\"><a href=\"https:\/\/119mori.com\/cake\/notice\/?vid=4\" title=\"\u0e40\u0e04\u0e49\u0e01\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e43\u0e04\u0e23\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23\u0e1a\u0e49\u0e32\u0e07 \u0e41\u0e25\u0e30\u0e04\u0e38\u0e13\u0e04\u0e48\u0e32\u0e17\u0e35\u0e48\u0e41\u0e17\u0e49\u0e08\u0e23\u0e34\u0e07\u0e02\u0e2d\u0e07\u0e40\u0e04\u0e49\u0e01\u0e04..\"><span>\u0e40\u0e04\u0e49\u0e01\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e43\u0e04\u0e23\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23\u0e1a\u0e49\u0e32\u0e07 \u0e41\u0e25\u0e30\u0e04\u0e38\u0e13\u0e04\u0e48\u0e32\u0e17\u0e35\u0e48\u0e41\u0e17\u0e49\u0e08\u0e23\u0e34\u0e07\u0e02\u0e2d\u0e07\u0e40\u0e04\u0e49\u0e01\u0e04..<\/span><\/a><\/td><td><span><a href=\"javascript:;\" onclick=\"getUserMenu('1','4');return false;\" title=\"admin **01:fb1:13d:8445:9d11:65d0:5a7a:32**\" class=\"btn-user-info\" role=\"button\"><span>admin<\/span><\/a> <img class=\"user-i-level mb-level-10\" alt=\"Level 10\" src=\"https:\/\/119mori.com\/cake\/wp-content\/plugins\/mangboard\/skins\/bbs_basic\/images\/icon_level10.gif\" \/><\/span><\/td><td class=\"mb-hide-mobile\"><span>2026-02-23<\/span><\/td><td class=\"mb-hide-mobile mb-hide-tablet\"><span>21<\/span><\/td><\/tr><tr id=\"mb_notice_tr_2\"><td class=\"mb-hide-mobile mb-hide-tablet\"><span>3<\/span><\/td><td class=\"text-left\"><a href=\"https:\/\/119mori.com\/cake\/notice\/?vid=3\" title=\"\u0e41\u0e08\u0e49\u0e07\u0e27\u0e31\u0e19\u0e2b\u0e22\u0e38\u0e14\u0e2b\u0e19\u0e49\u0e32\u0e23\u0e49\u0e32\u0e19\"><span>\u0e41\u0e08\u0e49\u0e07\u0e27\u0e31\u0e19\u0e2b\u0e22\u0e38\u0e14\u0e2b\u0e19\u0e49\u0e32\u0e23\u0e49\u0e32\u0e19<\/span><\/a><\/td><td><span><a href=\"javascript:;\" onclick=\"getUserMenu('1','3');return false;\" title=\"admin **01:fb1:13f:1292:40e0:1671:5102:89**\" class=\"btn-user-info\" role=\"button\"><span>admin<\/span><\/a> <img class=\"user-i-level mb-level-10\" alt=\"Level 10\" src=\"https:\/\/119mori.com\/cake\/wp-content\/plugins\/mangboard\/skins\/bbs_basic\/images\/icon_level10.gif\" \/><\/span><\/td><td class=\"mb-hide-mobile\"><span>2025-10-22<\/span><\/td><td class=\"mb-hide-mobile mb-hide-tablet\"><span>31<\/span><\/td><\/tr><tr id=\"mb_notice_tr_3\"><td class=\"mb-hide-mobile mb-hide-tablet\"><span>2<\/span><\/td><td class=\"text-left\"><a href=\"https:\/\/119mori.com\/cake\/notice\/?vid=2\" title=\"\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e21\u0e35 Order \u0e40\u0e02\u0e49\u0e32\u0e21\u0e32\u0e08\u0e33\u0e19\u0e27\u0e19\u0e21\u0e32\u0e01 \u0e23\u0e1a\u0e01\u0e27\u0e19\u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e04\u0e34\u0e27 \u0e1c\u0e48\u0e32\u0e19\u0e17\u0e32\u0e07 Line..\"><span>\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e21\u0e35 Order \u0e40\u0e02\u0e49\u0e32\u0e21\u0e32\u0e08\u0e33\u0e19\u0e27\u0e19\u0e21\u0e32\u0e01 \u0e23\u0e1a\u0e01\u0e27\u0e19\u0e2a\u0e2d\u0e1a\u0e16\u0e32\u0e21\u0e04\u0e34\u0e27 \u0e1c\u0e48\u0e32\u0e19\u0e17\u0e32\u0e07 Line..<\/span><\/a><\/td><td><span><a href=\"javascript:;\" onclick=\"getUserMenu('1','2');return false;\" title=\"admin **2.68.44.1**\" class=\"btn-user-info\" role=\"button\"><span>admin<\/span><\/a> <img class=\"user-i-level mb-level-10\" alt=\"Level 10\" src=\"https:\/\/119mori.com\/cake\/wp-content\/plugins\/mangboard\/skins\/bbs_basic\/images\/icon_level10.gif\" \/><\/span><\/td><td class=\"mb-hide-mobile\"><span>2025-03-15<\/span><\/td><td class=\"mb-hide-mobile mb-hide-tablet\"><span>57<\/span><\/td><\/tr><tr id=\"mb_notice_tr_4\"><td class=\"mb-hide-mobile mb-hide-tablet\"><span>1<\/span><\/td><td class=\"text-left\"><a href=\"https:\/\/119mori.com\/cake\/notice\/?vid=1\" title=\"\u0e41\u0e08\u0e49\u0e07\u0e02\u0e48\u0e32\u0e27\u0e08\u0e49\u0e32 *\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e27\u0e31\u0e15\u0e16\u0e38\u0e14\u0e34\u0e1a\u0e02\u0e36\u0e49\u0e19\u0e23\u0e32\u0e04\u0e32\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e23\u0e49\u0e32\u0e19 119mori \u0e17\u0e33\u0e43\u0e2b..\"><span>\u0e41\u0e08\u0e49\u0e07\u0e02\u0e48\u0e32\u0e27\u0e08\u0e49\u0e32 *\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e27\u0e31\u0e15\u0e16\u0e38\u0e14\u0e34\u0e1a\u0e02\u0e36\u0e49\u0e19\u0e23\u0e32\u0e04\u0e32\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e23\u0e49\u0e32\u0e19 119mori \u0e17\u0e33\u0e43\u0e2b..<\/span><\/a><\/td><td><span><a href=\"javascript:;\" onclick=\"getUserMenu('1','1');return false;\" title=\"admin **01:fb1:13f:a76:65e1:3340:70e8:e2**\" class=\"btn-user-info\" role=\"button\"><span>admin<\/span><\/a> <img class=\"user-i-level mb-level-10\" alt=\"Level 10\" src=\"https:\/\/119mori.com\/cake\/wp-content\/plugins\/mangboard\/skins\/bbs_basic\/images\/icon_level10.gif\" \/><\/span><\/td><td class=\"mb-hide-mobile\"><span>2025-01-14<\/span><\/td><td class=\"mb-hide-mobile mb-hide-tablet\"><span>79<\/span><\/td><\/tr>\t\t\t<\/tbody>\n\n\t\t<\/table>\n\t<\/div>\n\t\n\n\t\t<div class=\"list-btn\">\n\t\t<div class=\"btn-box-right\" id=\"notice_btn_box\">\n\t\t\t<div class=\"btn-box-left\" style=\"float:left;\"><\/div><button onclick=\"movePage('https:\/\/119mori.com\/cake\/notice\/?mode=write&board_action=write');return false;\" title=\"Write\" class=\"btn btn-default btn-write\" type=\"button\"><span>Write<\/span><\/button><div class=\"clear\"><\/div>\t\t<\/div>\n\t<\/div>\n\t\n\n\t<\/form>\n\t\t\n\t<div id=\"notice_pagination_box\" class=\"pagination-box\"><div class=\"pagination-large\"><table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" class=\"table table-page\" align=\"center\"><tbody><tr><td class=\"page_arrow mb-disabled mb-mobile-hide\"><a title=\"First\" class=\"btn-start\" role=\"button\"><span><img src=\"https:\/\/119mori.com\/cake\/wp-content\/plugins\/mangboard\/skins\/bbs_basic\/images\/btn_paging_pprev.gif\" alt=\"First\" \/><\/span><\/a><\/td><td class=\"page_arrow mb-disabled\"><a title=\"Prev\" class=\"btn-prev\" role=\"button\"><span><img src=\"https:\/\/119mori.com\/cake\/wp-content\/plugins\/mangboard\/skins\/bbs_basic\/images\/btn_paging_prev.gif\" alt=\"Prev\" \/><\/span><\/a><\/td><td class=\"btn-page active\"><a class=\"btn-page-num first\" title=\"Page 1 - Selected\">1<\/a><\/td><td class=\"page_arrow mb-disabled\"><a title=\"Next\" class=\"btn-next\" role=\"button\"><span><img src=\"https:\/\/119mori.com\/cake\/wp-content\/plugins\/mangboard\/skins\/bbs_basic\/images\/btn_paging_next.gif\" alt=\"Next\" \/><\/span><\/a><\/td><td class=\"page_arrow mb-disabled mb-mobile-hide\"><a title=\"Last\" class=\"btn-end\" role=\"button\"><span><img src=\"https:\/\/119mori.com\/cake\/wp-content\/plugins\/mangboard\/skins\/bbs_basic\/images\/btn_paging_nnext.gif\" alt=\"Last\" \/><\/span><\/a><\/td><\/tr><\/tbody><\/table><\/div><\/div><\/div><\/div><\/div><\/div><div style=\"display:none !important;\" class=\"mb-poweredby\"><!-- \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc1fc\ud551\ubab0 - \ub9dd\ubcf4\ub4dc --><a href=\"https:\/\/www.mangboard.com\" target=\"_blank\" style=\"font-size:13px;\" title=\"Powered by MangBoard\">Powered by MangBoard<\/a> | <a href=\"https:\/\/www.mangboard.com\/store\/\" target=\"_blank\" style=\"font-size:13px;\" title=\"\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc1fc\ud551\ubab0 \ub9dd\ubcf4\ub4dc\">\uc6cc\ub4dc\ud504\ub808\uc2a4 \uc1fc\ud551\ubab0 \ub9dd\ubcf4\ub4dc<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"NoTitleWriterContent","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[641],"tags":[],"_links":{"self":[{"href":"https:\/\/119mori.com\/cake\/wp-json\/wp\/v2\/posts\/14969"}],"collection":[{"href":"https:\/\/119mori.com\/cake\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/119mori.com\/cake\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/119mori.com\/cake\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/119mori.com\/cake\/wp-json\/wp\/v2\/comments?post=14969"}],"version-history":[{"count":3,"href":"https:\/\/119mori.com\/cake\/wp-json\/wp\/v2\/posts\/14969\/revisions"}],"predecessor-version":[{"id":14972,"href":"https:\/\/119mori.com\/cake\/wp-json\/wp\/v2\/posts\/14969\/revisions\/14972"}],"wp:attachment":[{"href":"https:\/\/119mori.com\/cake\/wp-json\/wp\/v2\/media?parent=14969"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/119mori.com\/cake\/wp-json\/wp\/v2\/categories?post=14969"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/119mori.com\/cake\/wp-json\/wp\/v2\/tags?post=14969"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}