{"id":1374,"date":"2023-01-14T01:53:11","date_gmt":"2023-01-13T16:53:11","guid":{"rendered":"https:\/\/www.novakidschool.com\/ko\/blog\/?p=1374"},"modified":"2023-01-14T01:53:49","modified_gmt":"2023-01-13T16:53:49","slug":"yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi","status":"publish","type":"post","link":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/","title":{"rendered":"\uc544\uc774\ub4e4\uc774 \uc27d\uac8c \uc804\uce58\uc0ac\ub97c \uc774\ud574\ud558\uace0 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \uaca9\ub824\ud558\ub294 \ubc29\ubc95\u00a0"},"content":{"rendered":"  <section class=\"section blogHeader\" id=\"blogHeader-block_1a918fda916b24950805d26777e347d6\">\n      <div class=\"blogHeader__wrapper\">\n                              <div class=\"blogHeader__image\">\n              <a href=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed-1.jpeg\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed-1.jpeg\" alt=\"\uc544\uc774\ub4e4\uc774 \uc27d\uac8c \uc804\uce58\uc0ac\ub97c \uc774\ud574\ud558\uace0 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \uaca9\ub824\ud558\ub294 \ubc29\ubc95\u00a0\" class=\"blogHeader__imageItem\" srcset=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed-1-300x200.jpeg 300w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed-1-1024x682.jpeg 1024w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed-1-768x512.jpeg 768w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed-1-1536x1023.jpeg 1536w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed-1.jpeg 1600w\" style=\"width:100%; aspect-ratio:1024\/682;\"> \n              <\/a>\n          <\/div>\n          \n      <\/div>\n  <\/section>\n\n      <section class=\"blogContentTable\" data-toc-section>\n        <input type=\"checkbox\" id=\"blogTocToggle\" class=\"blogContentTable__toggle\" \/>\n        <label for=\"blogTocToggle\" class=\"blogContentTable__header\">\n            <span class=\"blogContentTable__heading\">\n                \ub0b4\uc6a9            <\/span>\n            <span class=\"blogContentTable__arrow\"><\/span>\n        <\/label>\n        <div class=\"blogContentTable__wrapper\">\n            <div class=\"blogContentTable__heading blogContentTable__heading--sidebar\">\n                \ub0b4\uc6a9            <\/div>\n            <ol class=\"blogContentTable__list\">\n                                    <li>\n                        <span class=\"toc-item\">\uc804\uce58\uc0ac(Preposition)\uc758 \uc0ac\uc6a9<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\uc608\uc2dc\ub85c \ud568\uaed8 \ubcf4\ub294 \uc601\uc5b4 \uc804\uce58\uc0ac \uc885\ub958<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">1) \uc704\uce58\/\uc7a5\uc18c \uc804\uce58\uc0ac<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">2) \uc2dc\uac04\/\ub0a0\uc9dc \uc804\uce58\uc0ac<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">3) \ub3c4\uad6c\/\uc218\ub2e8 \uc804\uce58\uc0ac<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">4) \uc6d0\uc778\/\uc774\uc720 \uc804\uce58\uc0ac<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\uc544\uc774\uc758 \uc790\uc2e0\uac10\uc740 \uc62c\ub824\uc8fc\uace0, \uac70\ubd80\uac10\uc740 \ub0ae\ucdb0\uc8fc\uace0<\/span>\n                    <\/li>\n                            <\/ol>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ Use DOMContentLoaded for faster TOC initialization\n        document.addEventListener('DOMContentLoaded', () => {\n            const tocSection = document.querySelector('[data-toc-section]');\n            if (!tocSection) return;\n\n            const headings = document.querySelectorAll('.blogHeadingText');\n            const tableContainer = tocSection.querySelector('.blogContentTable__list');\n            if (!tableContainer) return;\n\n            \/\/ Clear the container\n            tableContainer.innerHTML = '';\n\n            \/\/ Count valid headings with h2\n            let validHeadingsCount = 0;\n\n            \/\/ For each heading, create an item in the table of contents\n            headings.forEach((heading, index) => {\n                const h2 = heading.querySelector('h2');\n                if (!h2) return;\n\n                validHeadingsCount++;\n                const title = h2.textContent.trim();\n                const itemHtml = `<li><a href=\"#${heading.id}\">${title}<\/a><\/li>`;\n                tableContainer.innerHTML += itemHtml;\n            });\n\n            \/\/ Hide TOC if no valid headings found\n            if (validHeadingsCount === 0) {\n                tocSection.style.display = 'none';\n            }\n            \n            \/\/ Dispatch custom event to notify that TOC is ready\n            document.dispatchEvent(new CustomEvent('tocReady'));\n        });\n    <\/script>\n  \n\n\n  <section class=\"section blogText\" id=\"blogText-block_000047e39160194812faae70e76b0814\">\n    <div class=\"blogText__wrapper\">\n        <div class=\"blogText__content\">\n            <p><span style=\"font-weight: 400;\">\uc544\uc774\uac00 \uc54c\uace0 \uc788\ub294 \ub2e8\uc5b4\ub098 \ud45c\ud604\uc744 \ud569\uccd0\uc11c \ubb38\uc7a5\uc744 \uad6c\uc0ac\ud560 \uc218 \uc788\uc73c\ub824\uba74 \uae30\ucd08\uac00 \uc544\uc8fc \uc911\uc694\ud569\ub2c8\ub2e4. \ub2f9\uc5f0\ud788 \ub178\ubc14\ud0a4\ub4dc\uc5d0\uc11c \ub298 \ub9d0\uc500\ub4dc\ub9ac\ub294 \uac83\ucc98\ub7fc \uc544\uc774\uc5d0\uac8c \uc601\uc5b4\ub97c \ub4e3\uace0, \ub9d0\ud558\uace0, \uc77d\uace0, \uc4f0\ub294 \ud658\uacbd\uc744 \ub9cc\ub4e4\uc5b4 \uc8fc\ub294 \uac83\uc740 \ub2f9\uc5f0\ud788 \uc911\uc694\ud569\ub2c8\ub2e4. \uc601\uc5b4 \ub2e8\uc5b4\ub97c \ub9ce\uc774 \uc54c\uac8c \ub418\uace0 \uac04\ub2e8\ud55c \ubb38\uc7a5\uc744 \ub9cc\ub4e4 \uc218 \uc788\uac8c \ub41c\ub2e4\uba74 \uadf8\ub2e4\uc74c\uc740<\/span><a href=\"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eoui-gibon-pumsa-aiga-jigjeob-munjang-eul-mandeulgo-gusahaneun-beob\/\"> <span style=\"font-weight: 400;\">\uc5b4\ub9b0\uc774\ub97c \uc704\ud55c \uc601\uc5b4 \ud488\uc0ac<\/span><\/a><span style=\"font-weight: 400;\">\uc758 \uae30\ucd08\ub97c \ubc30\uc6b0\uace0 \uc601\uc5b4 \ubb38\ubc95\uc758 \uae30\ubc18\uc744 \ub2e4\uc838\uc57c \ud569\ub2c8\ub2e4. \uc544\uc774\uac00 \ud558\uace0 \uc2f6\uc740 \ub9d0\uc744 \uc601\uc5b4\ub85c \ud45c\ud604\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc8fc\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uc2a4\uc2a4\ub85c \ub9cc\ub4e4\uace0 \ubb38\uc7a5\uc744 \ud65c\uc6a9\ud558\uc5ec \ub300\ub2f5\ud560 \ub54c \uadf8 \ubb38\uc7a5\uc774 \uc544\uc774\uc758 \uae30\uc5b5\uc5d0 \ud6e8\uc52c \uc624\ub798 \ub0a8\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ud488\uc0ac\ub97c \uc798 \uc774\ud574\ud558\uace0 \uc788\uc5b4\uc57c \uc5b4\ub5a0\ud55c \ubb38\uc7a5\uc774\ub4e0 \uad6c\uc131\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubb38\uc7a5\uc744 \ub9cc\ub4e4 \ub54c\ub3c4 \uac01\uac01\uc758 \ud488\uc0ac\uc5d0 \uc54c\ub9de\uc740 \ub2e8\uc5b4\ub098 \ud45c\ud604\uc744 \ub300\uc785\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\uc774\uac00 \uc601\uc5b4\ub85c \ubb38\uc7a5\uc744 \ub9cc\ub4e4\uace0 \ub300\ud654\ud560 \uc218 \uc788\ub2e4\ub294 \uac83\ub9cc\uc73c\ub85c \uc774\ub7ec\ud55c \uae30\ucd08 \ubd80\ubd84\uc744 \uc18c\ud640\ud788 \ud558\uace0 \ub118\uc5b4\uac00\ub294 \ubd84\ub4e4\uc774 \ub9ce\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uc774\ub7ec\ud55c \ubd80\ubd84\uc744 \uc0dd\ub7b5\ud558\uba74 \uc5b8\uc820\uac00 \uc544\uc774\uac00 \uc601\uc5b4\uc758 \ubcbd\uc5d0 \ubd80\ub52a\ud790 \uc218 \uc788\uc73c\ubbc0\ub85c, \uc88b\uc740 \uae30\ucd08\ub97c \ud1a0\ub300\ub85c \uc544\uc774\uc758 \uc601\uc5b4 \uacf5\ubd80\uac00 \uc9c0\uc18d\uc131\uc744 \uac00\uc9c8 \uc218 \uc788\ub3c4\ub85d \ud574\uc57c \ud569\ub2c8\ub2e4. \uc624\ub298\uc740 \uae30\ucd08 8\ud488\uc0ac \uc911\uc5d0\uc11c <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">(Preposition)\uc5d0 \ub300\ud574\uc11c \uc54c\uc544\ubcf4\uace0\uc790 \ud569\ub2c8\ub2e4. <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\uac00 \ubb38\uc7a5\uc5d0\uc11c \uc5b4\ub5bb\uac8c \uc4f0\uc774\uace0, \uc5b4\ub5a4 \ud45c\ud604\uc5d0 \uc0ac\uc6a9\ub418\ub294\uc9c0, \uadf8\ub9ac\uace0 \uc815\ud655\ud558\uac8c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574 \uc5b4\ub5bb\uac8c \uacf5\ubd80\uc5d0 \uc811\ubaa9\ud574\uc57c \ud558\ub294\uc9c0 \ud568\uaed8 \uc54c\uc544\ubd05\uc2dc\ub2e4.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_518dfba67afba8a4ba508cf330b409e9\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_518dfba67afba8a4ba508cf330b409e9\">\n                \uc804\uce58\uc0ac(Preposition)\uc758 \uc0ac\uc6a9            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac(Preposition)\ub294<\/span><span style=\"font-weight: 400;\"> \uae30\ubcf8\uc801\uc73c\ub85c \ub300\uba85\uc0ac\ub098 \uba85\uc0ac \uc55e\uc5d0 \uc704\uce58\ud558\uc5ec \ub2e4\ub978 \ud488\uc0ac\uc640\uc758 \uad00\uacc4\ub098 \uc704\uce58 \ub4f1\uc744 \ub098\ud0c0\ub0b4\ub294 \ud488\uc0ac\uc785\ub2c8\ub2e4. <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\ub294 \uba85\uc0ac \uc55e\uc5d0\uc11c \uc2dc\uac04, \uc7a5\uc18c \ub4f1\uc744 \ub098\ud0c0\ub0b4\uc8fc\ub294 \uc5ed\ud560\uc744 \ud558\ubbc0\ub85c \uc77c\ubc18\uc801\uc73c\ub85c \ub2e8\ub3c5\uc73c\ub85c \uc4f0\uc77c \uc218\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\uc640 \uba85\uc0ac\ub97c \ubb36\uc5b4\uc11c <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\uad6c\ub77c\uace0 \ud45c\ud604\ud569\ub2c8\ub2e4. \uadf8\ub7ec\ubbc0\ub85c \ubcf4\ud1b5 \ud615\uc6a9\uc0ac\ucc98\ub7fc \uba85\uc0ac\ub97c \uafb8\uba70\uc8fc\ub294 \uc5ed\ud560\uc744 \ud558\uac70\ub098 \ubd80\uc0ac\ucc98\ub7fc \ub3d9\uc0ac, \ud615\uc6a9\uc0ac, \ubd80\uc0ac\ub97c \uafb8\uba70\uc8fc\ub294 \uc5ed\ud560\ub85c \uc0ac\uc6a9\ub418\uae30\ub3c4 \ud569\ub2c8\ub2e4. \ud55c\uad6d\uc5b4\uc5d0\ub294 <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\ub77c\ub294 \ub9d0\uc774 \ub530\ub85c \uc874\uc7ac\ud558\uc9c0\ub294 \uc54a\uc9c0\ub9cc, <\/span><span style=\"font-weight: 400;\">\ud55c\uad6d\uc5b4 <\/span><span style=\"font-weight: 400;\">\uc870\uc0ac\uc640 \ube44\uc2b7\ud55c \uc815\ub3c4\ub85c \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\ub2e4\ub9cc \uc774\ub7ec\ud55c <\/span><span style=\"font-weight: 400;\">\uc601\uc5b4 \uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\ub294 \uc0ac\uc6a9\ub418\ub294 \uc0c1\ud669\uc774\ub098 \ub4a4\uc5d0 \uc624\ub294 \ubb38\uc7a5\uc5d0 \ub530\ub77c \ub2ec\ub77c\uc9c0\uae30 \ub54c\ubb38\uc5d0 \ubb38\uc7a5\uc5d0\uc11c \uc62c\ubc14\ub974\uac8c \uc0ac\uc6a9\ud558\uae30\uac00 \uc27d\uc9c0\ub9cc\uc740 \uc54a\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c \uc9c0\uae08 \uc774 \uc2dc\uac04\uc744 \ud1b5\ud574 <\/span><span style=\"font-weight: 400;\">\uc601\uc5b4 \uc804\uce58\uc0ac \uc815\ub9ac<\/span><span style=\"font-weight: 400;\">\ub97c \ud558\uace0, \ub2e4\uc591\ud55c \uc6a9\ubc95\uacfc \ud65c\uc6a9\uc5d0 \ub9de\ub294 \uc608\ubb38\uc744 \ubcf4\uba74\uc11c \ud568\uaed8 <\/span><span style=\"font-weight: 400;\">\uc601\uc5b4 \uc804\uce58\uc0ac \uc5f0\uad6c<\/span><span style=\"font-weight: 400;\">\uc5d0 \ucc38\uc5ec\ud558\ub294 \uc2dc\uac04\uc744 \uac00\uc838\ubcf4\ub824\uace0 \ud569\ub2c8\ub2e4.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_2e0cdb6c3ef8cba881f747e49b01e8dd\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_2e0cdb6c3ef8cba881f747e49b01e8dd\">\n                \uc608\uc2dc\ub85c \ud568\uaed8 \ubcf4\ub294 \uc601\uc5b4 \uc804\uce58\uc0ac \uc885\ub958            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\uc55e\uc11c \ub9d0\uc500\ub4dc\ub9b0 \uac83\ucc98\ub7fc <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\ub294 \ub2e8\ub3c5\uc73c\ub85c \uc0ac\uc6a9\ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub4a4\uc5d0 \uc5b4\ub5a0\ud55c \ubb38\uc7a5\uc774 \uc624\ub294\uc9c0\uc5d0 \ub530\ub77c\uc11c \uc0ac\uc6a9\ub418\ub294 <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\uc758 \uc885\ub958\uac00 \ub2ec\ub77c\uc9d1\ub2c8\ub2e4. \uadf8\ub7ec\ubbc0\ub85c \ud754\ud788 \uc774\ub97c \uc5b4\ub5bb\uac8c \uc0ac\uc6a9\ud558\ub294\uc9c0 \ub530\ub77c \ubb36\uc5b4\uc11c \uc774\ud574\ub97c \ub9ce\uc774 \ud569\ub2c8\ub2e4. \uadf8 \uc885\ub958\uac00 \ub2e4\uc591\ud558\uc9c0\ub9cc, \uac00\uc7a5 \ub9ce\uc774 \uc4f0\uace0 \uc544\uc774\ub4e4\uc774 \uc774\ud574\ud558\uae30 \uc88b\ub3c4\ub85d \ud06c\uac8c 4 \uc885\ub958\uc758 <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\ub85c \ub098\ub204\uc5b4 \ubd24\uc2b5\ub2c8\ub2e4. \uc544\ub798\uc5d0\uc11c \uc608\uc2dc\uc640 \ud568\uaed8 \uc0b4\ud3b4\ubd05\uc2dc\ub2e4.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_ec132c568b5c81d51d2c8c5584273255\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h3 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_ec132c568b5c81d51d2c8c5584273255\">\n                1) \uc704\uce58\/\uc7a5\uc18c \uc804\uce58\uc0ac            <\/h3>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\uc704\uce58\/\uc7a5\uc18c <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\ub294 \uba85\uc0ac\uc758 \uc704\uce58\ub098 \uc7a5\uc18c \ub4f1\uc744 \ub098\ud0c0\ub0bc \ub54c \uc0ac\uc6a9\ub418\ub294 <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\uc785\ub2c8\ub2e4. \uac00\uc7a5 \uc811\uadfc\ud558\uae30 \uc27d\uace0 \ubb38\uc7a5\uc744 \ub9cc\ub4e4\uc5b4\uc11c \ud45c\ud604\ud558\uae30 \uc88b\uc740 <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\uc785\ub2c8\ub2e4. \uc704\uce58\ub97c \ud45c\ud604\ud560 \ub54c \ub9ce\uc774 \uc0ac\uc6a9\ub418\ub294 \uac83\uc740 at, in, on \ub4f1\uc774 \ub300\ud45c\uc801\uc785\ub2c8\ub2e4. \uc704\uce58\uc640 \uc7a5\uc18c\uc5d0 \uad00\ub828\ub41c <\/span><span style=\"font-weight: 400;\">\uc601\uc5b4 \uc804\uce58\uc0ac \uc885\ub958<\/span><span style=\"font-weight: 400;\">\ub4e4\uc744 \uc608\ubb38\uacfc \ud568\uaed8 \uc0b4\ud3b4\ubd05\uc2dc\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0&#8211; at : -(\uc9c0\uc810)\uc5d0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">: I\u2019m waiting for you <\/span><span style=\"font-weight: 400;\">at<\/span><span style=\"font-weight: 400;\"> the bus stop(\ubc84\uc2a4\uc815\ub958\uc7a5\uc5d0\uc11c \uae30\ub2e4\ub9ac\uace0 \uc788\uc5b4\uc694)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0: I study <\/span><span style=\"font-weight: 400;\">at<\/span><span style=\"font-weight: 400;\"> home every day(\ub9e4\uc77c \uc9d1\uc5d0\uc11c \uacf5\ubd80\ud574\uc694)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0&#8211; in : -\uc548\uc5d0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0: The book is <\/span><span style=\"font-weight: 400;\">in<\/span><span style=\"font-weight: 400;\"> the bag(\ucc45\uc740 \uac00\ubc29 \uc548\uc5d0 \uc788\uc5b4)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0<\/span> <span style=\"font-weight: 400;\">: I grew up <\/span><span style=\"font-weight: 400;\">in<\/span><span style=\"font-weight: 400;\"> this city(\ub098\ub294 \uc774 \ub3c4\uc2dc\uc5d0\uc11c \uc790\ub790\uc5b4)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0&#8211; on : -\uc704\uc5d0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0: The cat is <\/span><span style=\"font-weight: 400;\">on<\/span><span style=\"font-weight: 400;\"> the roof(\uace0\uc591\uc774\uac00 \uc9c0\ubd95 \uc704\uc5d0 \uc788\uc5b4)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0: He stopped <\/span><span style=\"font-weight: 400;\">on<\/span><span style=\"font-weight: 400;\"> the road(\uadf8\ub294 \ub3c4\ub85c \uc704\uc5d0 \uba48\ucdc4\uc5b4)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\uadf8 \uc678\uc5d0\ub3c4 under(\uc544\ub798\uc5d0), next to(\uc606\uc5d0), between(\uc0ac\uc774\uc5d0), in front of(\uc55e\uc5d0), behind(\ub4a4\uc5d0), near(\uadfc\ucc98\uc5d0), around(\uc8fc\uc704\uc5d0) \ub4f1\uc774 \uc704\uce58\ub098 \uc7a5\uc18c\ub97c \ub098\ud0c0\ub0b4\ub294 <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\uc785\ub2c8\ub2e4. \uc800\ud76c \ub178\ubc14\ud0a4\ub4dc \uc720\ud29c\ube0c\uc5d0\uc11c \uc704\uce58 \uc804\uce58\uc0ac\ub97c \uc5b4\ub5bb\uac8c \uc0ac\uc6a9\ud558\ub294\uc9c0 \uc9c1\uc811 \ubc30\uc6cc\ubcf4\uc138\uc694. \uc9e7\uc740 \ub3d9\uc601\uc0c1\uc73c\ub85c \uc704\uce58 \uc804\uce58\uc0ac\uc5d0 \ub300\ud574\uc11c \ud55c\ub208\uc5d0 \uc774\ud574\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc2dc\uac01\uc801 \uc790\ub8cc\uac00 \uc5ec\ub7ec\ubd84\uc758 \uc774\ud574\ub97c \ub3c4\uc640 \uc904 \uac83\uc785\ub2c8\ub2e4.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogYoutube\" id=\"blogYoutube-block_8aae3aa4f06449760fb4148a5c1fbc52\">\n    <div class=\"blogYoutube__wrapper\">\n        <div class=\"blogYoutube__content\">\n            <iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/hqVzmGZ-kmQ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe>        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_9d27f77ae030f437f26aa0626e62a87c\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h3 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_9d27f77ae030f437f26aa0626e62a87c\">\n                2) \uc2dc\uac04\/\ub0a0\uc9dc \uc804\uce58\uc0ac            <\/h3>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\uc601\uc5b4\uc5d0\uc11c \uc2dc\uac04\uc744 \ub098\ud0c0\ub0b4\ub294 \uc22b\uc790\ub098 \ub0a0\uc9dc\ub97c \ud45c\ud604\ud560 \ub54c\ub3c4 \uc804\uce58\uc0ac\uac00 \ud65c\uc6a9\ub429\ub2c8\ub2e4. \ud2b9\ud788 \uc6d4, \ub144, \uc77c\uc744 \ud45c\ud604\ud560 \ub54c \uc804\uce58\uc0ac\uac00 \ub2e4\ub974\ubbc0\ub85c \uc8fc\uc758\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. \uc544\ub798 \uc608\uc2dc\ub97c \ud568\uaed8 \uc0b4\ud3b4\ubd05\uc2dc\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; at : -\uc2dc, -\ubd84<\/span><\/p>\n<p><span style=\"font-weight: 400;\">: Lunch time ends <\/span><span style=\"font-weight: 400;\">at<\/span><span style=\"font-weight: 400;\"> 1 o\u2019clock<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0: I study <\/span><span style=\"font-weight: 400;\">at<\/span><span style=\"font-weight: 400;\"> home every day(\ub9e4\uc77c \uc9d1\uc5d0\uc11c \uacf5\ubd80\ud574\uc694)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; in : -\uc5f0\ub3c4, \uc6d4, \uacc4\uc808<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0: I was born <\/span><span style=\"font-weight: 400;\">in<\/span><span style=\"font-weight: 400;\"> 2004, and I was born <\/span><span style=\"font-weight: 400;\">in<\/span><span style=\"font-weight: 400;\"> August (\ub098\ub294 2004\ub144\uc5d0 \ud0dc\uc5b4\ub0ac\uace0, 8\uc6d4\uc0dd\uc774\uc57c)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; on : -\ub0a0\uc9dc<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0: Let\u2019s meet <\/span><span style=\"font-weight: 400;\">on<\/span><span style=\"font-weight: 400;\"> the 30<\/span><span style=\"font-weight: 400;\">th<\/span><span style=\"font-weight: 400;\"> (30\uc77c\uc5d0 \ub9cc\ub098\uc790)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\uadf8 \uc678\uc5d0\ub3c4 since(-\uc774\ub798\ub85c), from(-\ubd80\ud130), after(-\ud6c4\uc5d0), during(-\ub3d9\uc548\uc5d0) \ub4f1\ub3c4 \uc2dc\uac04\uc5d0 \uad00\ub828\ub41c \uc804\uce58\uc0ac\uc785\ub2c8\ub2e4.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_76aa513f9490ac2293bc8330c181d878\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h3 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_76aa513f9490ac2293bc8330c181d878\">\n                3) \ub3c4\uad6c\/\uc218\ub2e8 \uc804\uce58\uc0ac            <\/h3>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\ud2b9\uc815\ud55c \ubb3c\uac74\uc744 \uc0ac\uc6a9\ud558\uac70\ub098, \uc790\uc2e0\uc758 \uc18c\uc720\uc784\uc744 \ub098\ud0c0\ub0bc \ub54c \uc0ac\uc6a9\ud558\ub294 <\/span><span style=\"font-weight: 400;\">\uc601\uc5b4 \uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\uc785\ub2c8\ub2e4. \uad50\ud1b5\uc744 \uc774\uc6a9\ud558\uac70\ub098 \ub3c4\uad6c\ub97c \uc774\uc6a9\ud558\ub294 \ub4f1 \ub9e4\uac1c\ubb3c\uac00 \uc5f0\uad00\ub418\uc5b4 \uc0ac\uc6a9\ud558\ub294 <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; with : -\uc744 \uac00\uc9c0\uace0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">: We ate rice <\/span><span style=\"font-weight: 400;\">with<\/span><span style=\"font-weight: 400;\"> chopsticks(\uc6b0\ub9ac\ub294 \ubc25\uc744 \uc813\uac00\ub77d\uc73c\ub85c \uba39\uc5c8\ub2e4)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0: I study <\/span><span style=\"font-weight: 400;\">at<\/span><span style=\"font-weight: 400;\"> home every day(\ub9e4\uc77c \uc9d1\uc5d0\uc11c \uacf5\ubd80\ud574\uc694)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; by : \ud1b5\uc2e0, \uad50\ud1b5\uc218\ub2e8<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0: I heard the news <\/span><span style=\"font-weight: 400;\">by<\/span><span style=\"font-weight: 400;\"> e-mail yesterday(\uc5b4\uc81c \uc774\uba54\uc77c\ub85c \uc18c\uc2dd\uc744 \uc804\ud574 \ub4e4\uc5c8\uc5b4)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">: She comes to school <\/span><span style=\"font-weight: 400;\">by<\/span><span style=\"font-weight: 400;\"> bus(\uadf8\ub140\ub294 \ubc84\uc2a4\ub97c \ud0c0\uace0 \ud559\uad50\uc5d0 \uc640)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ucd94\uac00\ub85c \uc11c\uc11c \uc774\uc6a9 \uac00\ub2a5\ud55c \uad50\ud1b5\uc218\ub2e8(\ubc84\uc2a4, \uc9c0\ud558\ucca0 \ub4f1)\uc758 \uacbd\uc6b0 on\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc73c\uba70, \uc548\uc5d0\uc11c \ud0c0\uace0 \uc624\ub294 \uad50\ud1b5\uc218\ub2e8(\uc790\ub3d9\ucc28 \ub4f1)\uc740 in\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud45c\ud604\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uadf8 \uc678\uc5d0\ub3c4 as(~\ub85c\uc368), of(~\uc758) \ub4f1\uc758 <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_90b06e11dc7f4bfd99a7139cabeadcdc\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h3 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_90b06e11dc7f4bfd99a7139cabeadcdc\">\n                4) \uc6d0\uc778\/\uc774\uc720 \uc804\uce58\uc0ac            <\/h3>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\uc0ac\uac74\uc774\ub098 \uc77c\uc774 \uc5b4\ub5a0\ud55c \uc774\uc720\ub098 \uc6d0\uc778\uc73c\ub85c \uc778\ud574 \ubc1c\uc0dd\ud558\uc600\uc74c\uc744 \ub098\ud0c0\ub0bc \ub54c \uc0ac\uc6a9\ud558\ub294 <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\uc785\ub2c8\ub2e4. \uc55e\uc758 \ubb38\uc7a5\uc774 <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\"> \ub4a4\uc758 \ubb38\uc7a5\uc73c\ub85c \uc778\ud574 \ubc1c\uc0dd\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; from : -\uc73c\ub85c (\uc9c1\uc811\uc801\uc778 \uc678\uc0c1 \uc694\uc778)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">: He is suffering <\/span><span style=\"font-weight: 400;\">from<\/span><span style=\"font-weight: 400;\"> an injury(\uadf8\ub294 \ubd80\uc0c1\uc73c\ub85c \uace0\ud1b5\uc2a4\ub7fd\ub2e4)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; because of : -\ub54c\ubb38\uc5d0(\uc0ac\uac74\uc758 \uc6d0\uc778, \uc774\uc720)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">: I can\u2019t go out today <\/span><span style=\"font-weight: 400;\">because of<\/span><span style=\"font-weight: 400;\"> the rain(\ube44 \ub54c\ubb38\uc5d0 \uc624\ub298\uc740 \ubc16\uc5d0 \ubabb \ub098\uac00\uaca0\uc5b4)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">&#8211; with : -\uc73c\ub85c, -\ub54c\ubb38\uc5d0(\uac10\uc815\uc758 \uc6d0\uc778)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\u00a0: He looked happy <\/span><span style=\"font-weight: 400;\">with<\/span><span style=\"font-weight: 400;\"> this result(\uadf8\ub294 \uc774\ubc88 \uacb0\uacfc\ub85c \ud589\ubcf5\ud574 \ubcf4\uc600\ub2e4.)<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\uadf8 \uc678\uc5d0\ub3c4 due to(-\ub54c\ubb38\uc5d0), for(-\ub54c\ubb38\uc5d0), on account of(-\ub54c\ubb38\uc5d0) \ub4f1\uc758 \uc6d0\uc778, \uc774\uc720\ub97c \ub098\ud0c0\ub0b4\ub294 <\/span><span style=\"font-weight: 400;\">\uc804\uce58\uc0ac<\/span><span style=\"font-weight: 400;\">\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogImage\" id=\"blogImage-block_ecc6872e1db608c6e6e2a889a06d9906\">\n    <div class=\"blogImage__wrapper\" >\n        <div class=\"blogImage__image\">\n            <a href=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed3-1.jpeg\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed3-1.jpeg\" alt=\"\" class=\"blogImage__imageItem\" srcset=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed3-1-300x200.jpeg 300w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed3-1-1024x682.jpeg 1024w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed3-1-768x512.jpeg 768w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed3-1-1536x1023.jpeg 1536w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed3-1.jpeg 1600w\" >\n                <div class=\"glightbox__zoom\">\n                    <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/themes\/novakid\/public\/img\/icons\/search.svg\" alt=\"Zoom icon\" class=\"style-svg\">\n                <\/div>\n            <\/a>\n        <\/div>\n            <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_25f32cdcff566f35658a9314a85716da\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_25f32cdcff566f35658a9314a85716da\">\n                \uc544\uc774\uc758 \uc790\uc2e0\uac10\uc740 \uc62c\ub824\uc8fc\uace0, \uac70\ubd80\uac10\uc740 \ub0ae\ucdb0\uc8fc\uace0            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\uc624\ub298\uc740 <\/span><span style=\"font-weight: 400;\">\uc601\uc5b4 \uc804\uce58\uc0ac \uc815\ub9ac<\/span><span style=\"font-weight: 400;\">\ub97c \uc804\uccb4\uc801\uc73c\ub85c \uacf5\ubd80\ud574\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \uac01\uac01\uc758 <\/span><span style=\"font-weight: 400;\">\uc601\uc5b4 \uc804\uce58\uc0ac \uc885\ub958<\/span><span style=\"font-weight: 400;\">\uc5d0 \ub9de\ub294 \uc608\uc2dc\ub97c \ud1b5\ud574\uc11c \uc544\uc774\ub4e4\uc774 \ubb38\uc7a5\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc8fc\uc138\uc694. \uc601\uc5b4\ub97c \uc798\ud558\ub294 \uc544\uc774\ub294 \ubb38\uc7a5 \uad6c\uc131 \uc694\uc18c\uc5d0 \uc801\ud569\ud55c \ud488\uc0ac\ub97c \uc0ac\uc6a9\ud558\uac8c \ub418\uace0, \ud488\uc0ac\uc758 \ucc28\uc774\ub97c \uc774\ud574\ud558\uace0 \uc644\ubcbd\ud55c \ubb38\uc7a5\uc744 \uad6c\uc0ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\uc774\uac00 \ubb38\uc7a5\uc744 \ub9cc\ub4e4\uace0 \ub9d0\ud558\ub294 \uac83\uc5d0 \uc790\uc2e0\uac10\uc744 \uc2e4\uc5b4\uc8fc\uc138\uc694. \ud2c0\ub824\ub3c4 \uc88b\uc2b5\ub2c8\ub2e4. \ubd80\ub044\ub7ec\uc6cc\ud560 \ud544\uc694\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc601\uc5b4\ub294 \ud2c0\ub9ac\uace0 \ub9d0\ud558\uba70 \uae30\uc5b5\ud558\uba70 \ubc30\uc6b0\ub294 \uac83\uc774\ub2c8\uae4c\uc694.<\/span><\/p>\n<p><a href=\"https:\/\/www.novakidschool.com\/ko\/blog\/ap-eulo-janyeoga-gayahal-yeong-eo-gongbulaneun-meonameon-yeohaeng-i-meomchuji-anhdolog-gyeoglyeohaneun-bangbeob\/\"><span style=\"font-weight: 400;\">\uc790\ub140\uac00 \uc601\uc5b4\ub97c \ubc30\uc6b0\ub3c4\ub85d \uaca9\ub824\ud558\ub294 \ubc29\ubc95<\/span><\/a><span style=\"font-weight: 400;\">\uc740 \uc790\ub140\uac00 \uc601\uc5b4\ub97c \ubc1b\uc544\ub4e4\uc77c \uc218 \uc788\ub294 \ud658\uacbd\uc744 \ub9cc\ub4e4\uc5b4\uc8fc\ub294 \uac83\ubd80\ud130 \uc2dc\uc791\ud569\ub2c8\ub2e4. \ub178\ubc14\ud0a4\ub4dc\uc5d0\uc11c \ub298 \ub9d0\uc500\ub4dc\ub9ac\ub294 \uac83\ucc98\ub7fc \uc774\ub7ec\ud55c \uae30\ucd08\ub97c \ud615\uc131\ud558\uace0, \ubb38\ubc95\uc744 \ucc28\uadfc\ucc28\uadfc \uc54c\uc544\uac00\ub294 \uc2dc\uc810\uc5d0\uc11c\ub3c4 \uc544\uc774\uc5d0\uac8c \uc601\uc5b4\ub97c \ub4e3\uace0, \ub9d0\ud558\uace0, \uc77d\uace0, \uc4f0\ub294 \ud658\uacbd\uc744 \ub9cc\ub4e4\uc5b4 \uc8fc\ub294 \uac83\uc740 \ub2f9\uc5f0\ud788 \uc911\uc694\ud569\ub2c8\ub2e4. \uc544\uc774\uac00 \uc601\uc5b4\ub97c \uc2b5\ub4dd\ud574\uac00\uba74\uc11c \ubc30\uc6b4 \uac83\uc744 \ud65c\uc6a9\ud558\uace0 \uc2f6\uace0, \ub9d0\ud574\ubcf4\uace0 \uc2f6\ub3c4\ub85d \ub3c4\uc640\uc8fc\uc5b4\uc57c \ud569\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ub178\ubc14\ud0a4\ub4dc\uc5d0\uc11c\ub294 \ubaa8\uad6d\uc5b4\ub97c \ubc30\uc6b0\ub294 \ud658\uacbd\uc744 \ub204\uad6c\ubcf4\ub2e4 \uc911\uc694\ud558\uac8c \uc0dd\uac01\ud569\ub2c8\ub2e4. \uc804\ubb38 \uad50\uc721\uc744 \ubc1b\uc740 \uc6d0\uc5b4\ubbfc \uc120\uc0dd\ub2d8\ub4e4\uc740 \uc544\uc774\ub4e4\uc774 \uacc4\uc18d\ud574\uc11c \uc8fc\ub3c4\uc801\uc73c\ub85c \uc601\uc5b4\ub97c \uacf5\ubd80\ud560 \uc218 \uc788\uac8c \ub3d5\uc2b5\ub2c8\ub2e4. \ub178\ubc14\ud0a4\ub4dc\uc758 \ud504\ub85c\uadf8\ub7a8\uc740 \uc544\uc774\ub4e4\uc774 \ud765\ubbf8\ub97c \ub290\ub07c\uace0 \uc9d1\uc911\ud560 \uc218 \uc788\ub3c4\ub85d \uac8c\uc784, \uc601\uc0c1, \uc74c\uc545 \ub4f1\uc758 \ud504\ub85c\uadf8\ub7a8\uc73c\ub85c \uad6c\uc131\ub418\uc5b4 \ud6a8\uacfc\uc801\uc778 \uc601\uc5b4 \ud658\uacbd\uc744 \uc81c\uacf5\ud558\ub294 \ud50c\ub7ab\ud3fc\uc785\ub2c8\ub2e4. \uc544\uc774\uc758 \uc601\uc5b4 \uc790\uc2e0\uac10\uc744 \uc704\ud574,<\/span><a href=\"https:\/\/www.novakidschool.com\/ko\/registration?language=ko&amp;region=KR\"> <span style=\"font-weight: 400;\">\uc9c0\uae08 \ubc14\ub85c \ubb34\ub8cc \uc0d8\ud50c \uc218\uc5c5\uc744 \uc2e0\uccad\ud574 \ubcf4\uc138\uc694<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p style=\"text-align: right;\"><span style=\"font-weight: 400;\">\u00a0\u00a0\u00a0<\/span><\/p>\n<p style=\"text-align: right;\"><span style=\"font-weight: 400;\">\uc624\ub298 \ud3ec\uc2a4\ud305\uc740 \uc5b4\ub5a0\uc168\ub098\uc694?<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n","protected":false},"excerpt":{"rendered":"<p>\uc601\uc5b4 \uc804\uce58\uc0ac \uc885\ub958\ub97c \uc54c\uc544\ubcf4\uace0 \uc815\ud655\ud558\uac8c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc815\ub9ac\ud574 \ubd05\uc2dc\ub2e4. \uc804\uce58\uc0ac\ub294 \ubb38\uc7a5 \uc804\uccb4\ub97c \ub9cc\ub4e4\uc5b4 \ub098\uac00\ub294 \uac83\uc5d0\uc11c \uc911\uc694\ud55c \uc5f0\uacb0 \uace0\ub9ac \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc0c1\ud669\uc5d0 \uc54c\ub9de\uc740 \uc601\uc5b4 \uc804\uce58\uc0ac\ub97c \ubc30\uc6b0\uace0, \uc601\uc5b4 \ubb38\ubc95\uacfc \uc601\uc5b4 \uc790\uc2e0\uac10\uc744 \ud568\uaed8 \uae38\ub7ec\ubd05\uc2dc\ub2e4.<\/p>\n","protected":false},"author":1,"featured_media":1375,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[18],"tags":[],"class_list":["post-1374","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-swiun-munbeob"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\uc601\uc5b4 \uacf5\ubd80\uc5d0 \ube60\uc9c8 \uc218 \uc5c6\ub294 \uc804\uce58\uc0ac: \uc544\uc774\ub4e4\uacfc \ud568\uaed8 \uc804\uce58\uc0ac \uc885\ub958\uc640 \uc704\uce58\ub97c \ubc30\uc6b0\uace0 \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc601\uc5b4 \ubb38\uc7a5 \uad6c\uc0ac\ud558\uae30<\/title>\n<meta name=\"description\" content=\"\uc601\uc5b4 \uc804\uce58\uc0ac \uc885\ub958\ub97c \uc54c\uc544\ubcf4\uace0 \uc815\ud655\ud558\uac8c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc815\ub9ac\ud574 \ubd05\uc2dc\ub2e4. \uc804\uce58\uc0ac\ub294 \ubb38\uc7a5 \uc804\uccb4\ub97c \ub9cc\ub4e4\uc5b4 \ub098\uac00\ub294 \uac83\uc5d0\uc11c \uc911\uc694\ud55c \uc5f0\uacb0 \uace0\ub9ac \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc0c1\ud669\uc5d0 \uc54c\ub9de\uc740 \uc601\uc5b4 \uc804\uce58\uc0ac\ub97c \ubc30\uc6b0\uace0, \uc601\uc5b4 \ubb38\ubc95\uacfc \uc601\uc5b4 \uc790\uc2e0\uac10\uc744 \ud568\uaed8 \uae38\ub7ec\ubd05\uc2dc\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc601\uc5b4 \uacf5\ubd80\uc5d0 \ube60\uc9c8 \uc218 \uc5c6\ub294 \uc804\uce58\uc0ac: \uc544\uc774\ub4e4\uacfc \ud568\uaed8 \uc804\uce58\uc0ac \uc885\ub958\uc640 \uc704\uce58\ub97c \ubc30\uc6b0\uace0 \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc601\uc5b4 \ubb38\uc7a5 \uad6c\uc0ac\ud558\uae30\" \/>\n<meta property=\"og:description\" content=\"\uc601\uc5b4 \uc804\uce58\uc0ac \uc885\ub958\ub97c \uc54c\uc544\ubcf4\uace0 \uc815\ud655\ud558\uac8c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc815\ub9ac\ud574 \ubd05\uc2dc\ub2e4. \uc804\uce58\uc0ac\ub294 \ubb38\uc7a5 \uc804\uccb4\ub97c \ub9cc\ub4e4\uc5b4 \ub098\uac00\ub294 \uac83\uc5d0\uc11c \uc911\uc694\ud55c \uc5f0\uacb0 \uace0\ub9ac \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc0c1\ud669\uc5d0 \uc54c\ub9de\uc740 \uc601\uc5b4 \uc804\uce58\uc0ac\ub97c \ubc30\uc6b0\uace0, \uc601\uc5b4 \ubb38\ubc95\uacfc \uc601\uc5b4 \uc790\uc2e0\uac10\uc744 \ud568\uaed8 \uae38\ub7ec\ubd05\uc2dc\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/\" \/>\n<meta property=\"og:site_name\" content=\"Novakid Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-13T16:53:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-13T16:53:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed-1.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1066\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Novakid\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"Novakid\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\uc601\uc5b4 \uacf5\ubd80\uc5d0 \ube60\uc9c8 \uc218 \uc5c6\ub294 \uc804\uce58\uc0ac: \uc544\uc774\ub4e4\uacfc \ud568\uaed8 \uc804\uce58\uc0ac \uc885\ub958\uc640 \uc704\uce58\ub97c \ubc30\uc6b0\uace0 \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc601\uc5b4 \ubb38\uc7a5 \uad6c\uc0ac\ud558\uae30","description":"\uc601\uc5b4 \uc804\uce58\uc0ac \uc885\ub958\ub97c \uc54c\uc544\ubcf4\uace0 \uc815\ud655\ud558\uac8c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc815\ub9ac\ud574 \ubd05\uc2dc\ub2e4. \uc804\uce58\uc0ac\ub294 \ubb38\uc7a5 \uc804\uccb4\ub97c \ub9cc\ub4e4\uc5b4 \ub098\uac00\ub294 \uac83\uc5d0\uc11c \uc911\uc694\ud55c \uc5f0\uacb0 \uace0\ub9ac \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc0c1\ud669\uc5d0 \uc54c\ub9de\uc740 \uc601\uc5b4 \uc804\uce58\uc0ac\ub97c \ubc30\uc6b0\uace0, \uc601\uc5b4 \ubb38\ubc95\uacfc \uc601\uc5b4 \uc790\uc2e0\uac10\uc744 \ud568\uaed8 \uae38\ub7ec\ubd05\uc2dc\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc601\uc5b4 \uacf5\ubd80\uc5d0 \ube60\uc9c8 \uc218 \uc5c6\ub294 \uc804\uce58\uc0ac: \uc544\uc774\ub4e4\uacfc \ud568\uaed8 \uc804\uce58\uc0ac \uc885\ub958\uc640 \uc704\uce58\ub97c \ubc30\uc6b0\uace0 \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc601\uc5b4 \ubb38\uc7a5 \uad6c\uc0ac\ud558\uae30","og_description":"\uc601\uc5b4 \uc804\uce58\uc0ac \uc885\ub958\ub97c \uc54c\uc544\ubcf4\uace0 \uc815\ud655\ud558\uac8c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc815\ub9ac\ud574 \ubd05\uc2dc\ub2e4. \uc804\uce58\uc0ac\ub294 \ubb38\uc7a5 \uc804\uccb4\ub97c \ub9cc\ub4e4\uc5b4 \ub098\uac00\ub294 \uac83\uc5d0\uc11c \uc911\uc694\ud55c \uc5f0\uacb0 \uace0\ub9ac \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc0c1\ud669\uc5d0 \uc54c\ub9de\uc740 \uc601\uc5b4 \uc804\uce58\uc0ac\ub97c \ubc30\uc6b0\uace0, \uc601\uc5b4 \ubb38\ubc95\uacfc \uc601\uc5b4 \uc790\uc2e0\uac10\uc744 \ud568\uaed8 \uae38\ub7ec\ubd05\uc2dc\ub2e4.","og_url":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/","og_site_name":"Novakid Blog","article_published_time":"2023-01-13T16:53:11+00:00","article_modified_time":"2023-01-13T16:53:49+00:00","og_image":[{"width":1600,"height":1066,"url":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed-1.jpeg","type":"image\/jpeg"}],"author":"Novakid","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"Novakid"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/#article","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/"},"author":{"name":"Novakid","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#\/schema\/person\/c862f822b1359f3e25aa788f96e5a65d"},"headline":"\uc544\uc774\ub4e4\uc774 \uc27d\uac8c \uc804\uce58\uc0ac\ub97c \uc774\ud574\ud558\uace0 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \uaca9\ub824\ud558\ub294 \ubc29\ubc95\u00a0","datePublished":"2023-01-13T16:53:11+00:00","dateModified":"2023-01-13T16:53:49+00:00","mainEntityOfPage":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/"},"wordCount":0,"commentCount":0,"publisher":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#organization"},"image":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed-1.jpeg","articleSection":["\uc26c\uc6b4 \ubb38\ubc95"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/","url":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/","name":"\uc601\uc5b4 \uacf5\ubd80\uc5d0 \ube60\uc9c8 \uc218 \uc5c6\ub294 \uc804\uce58\uc0ac: \uc544\uc774\ub4e4\uacfc \ud568\uaed8 \uc804\uce58\uc0ac \uc885\ub958\uc640 \uc704\uce58\ub97c \ubc30\uc6b0\uace0 \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc601\uc5b4 \ubb38\uc7a5 \uad6c\uc0ac\ud558\uae30","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/#primaryimage"},"image":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed-1.jpeg","datePublished":"2023-01-13T16:53:11+00:00","dateModified":"2023-01-13T16:53:49+00:00","description":"\uc601\uc5b4 \uc804\uce58\uc0ac \uc885\ub958\ub97c \uc54c\uc544\ubcf4\uace0 \uc815\ud655\ud558\uac8c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc815\ub9ac\ud574 \ubd05\uc2dc\ub2e4. \uc804\uce58\uc0ac\ub294 \ubb38\uc7a5 \uc804\uccb4\ub97c \ub9cc\ub4e4\uc5b4 \ub098\uac00\ub294 \uac83\uc5d0\uc11c \uc911\uc694\ud55c \uc5f0\uacb0 \uace0\ub9ac \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc0c1\ud669\uc5d0 \uc54c\ub9de\uc740 \uc601\uc5b4 \uc804\uce58\uc0ac\ub97c \ubc30\uc6b0\uace0, \uc601\uc5b4 \ubb38\ubc95\uacfc \uc601\uc5b4 \uc790\uc2e0\uac10\uc744 \ud568\uaed8 \uae38\ub7ec\ubd05\uc2dc\ub2e4.","breadcrumb":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/#primaryimage","url":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed-1.jpeg","contentUrl":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2023\/01\/unnamed-1.jpeg","width":1600,"height":1066},{"@type":"BreadcrumbList","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eo-gongbue-ppajil-su-eobsneun-jeonchisa-aideulgwa-hamkke-jeonchisa-jonglyuwa-wichileul-baeugo-jayeonseuleobge-yeong-eo-munjang-gusahagi\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.novakidschool.com\/ko\/blog\/"},{"@type":"ListItem","position":2,"name":"\uc544\uc774\ub4e4\uc774 \uc27d\uac8c \uc804\uce58\uc0ac\ub97c \uc774\ud574\ud558\uace0 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \uaca9\ub824\ud558\ub294 \ubc29\ubc95\u00a0"}]},{"@type":"WebSite","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#website","url":"https:\/\/www.novakidschool.com\/ko\/blog\/","name":"Novakid Blog","description":"Novakid Blog Korea","publisher":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.novakidschool.com\/ko\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#organization","name":"Novakid","url":"https:\/\/www.novakidschool.com\/ko\/blog\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/06\/logo-novakid.svg","contentUrl":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/06\/logo-novakid.svg","width":268,"height":71,"caption":"Novakid"},"image":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#\/schema\/person\/c862f822b1359f3e25aa788f96e5a65d","name":"Novakid","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/secure.gravatar.com\/avatar\/85510d02da12df511628c23305b00fcb2f7a40089b2d477ccfc9b81f0455881e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/85510d02da12df511628c23305b00fcb2f7a40089b2d477ccfc9b81f0455881e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/85510d02da12df511628c23305b00fcb2f7a40089b2d477ccfc9b81f0455881e?s=96&d=mm&r=g","caption":"Novakid"}}]}},"_links":{"self":[{"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/posts\/1374","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/comments?post=1374"}],"version-history":[{"count":3,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/posts\/1374\/revisions"}],"predecessor-version":[{"id":1379,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/posts\/1374\/revisions\/1379"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/media\/1375"}],"wp:attachment":[{"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/media?parent=1374"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/categories?post=1374"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/tags?post=1374"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}