{"id":1058,"date":"2022-10-13T21:56:41","date_gmt":"2022-10-13T12:56:41","guid":{"rendered":"https:\/\/www.novakidschool.com\/ko\/blog\/?p=1058"},"modified":"2022-10-13T21:57:53","modified_gmt":"2022-10-13T12:57:53","slug":"yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob","status":"publish","type":"post","link":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/","title":{"rendered":"\uc544\uc774\uac00 \uc601\uc5b4\ub2e8\uc5b4\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uacf5\ubd80 \ud560 \uc218 \uc788\ub294 \ubc29\ubc95"},"content":{"rendered":"  <section class=\"section blogHeader\" id=\"blogHeader-block_634806a776445\">\n      <div class=\"blogHeader__wrapper\">\n                              <div class=\"blogHeader__image\">\n              <a href=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/10\/allen-taylor-dAMvcGb8Vog-unsplash-2-scaled.jpg\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/10\/allen-taylor-dAMvcGb8Vog-unsplash-2-scaled.jpg\" alt=\"\uc544\uc774\uac00 \uc601\uc5b4\ub2e8\uc5b4\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uacf5\ubd80 \ud560 \uc218 \uc788\ub294 \ubc29\ubc95\" class=\"blogHeader__imageItem\" srcset=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/10\/allen-taylor-dAMvcGb8Vog-unsplash-2-300x200.jpg 300w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/10\/allen-taylor-dAMvcGb8Vog-unsplash-2-1024x683.jpg 1024w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/10\/allen-taylor-dAMvcGb8Vog-unsplash-2-768x512.jpg 768w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/10\/allen-taylor-dAMvcGb8Vog-unsplash-2-1536x1024.jpg 1536w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/10\/allen-taylor-dAMvcGb8Vog-unsplash-2-2048x1365.jpg 2048w\" style=\"width:100%; aspect-ratio:1024\/683;\"> \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\">\uc6b0\ub9ac \uc9d1\ubd80\ud130 \uc2dc\uc791\ud558\ub294 \uc601\uc5b4 \ub2e8\uc5b4 \ud559\uc2b5<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\ud559\uc2b5\ud55c \ub2e8\uc5b4\ub97c \uc774\uc6a9\ud574 \ub300\ud654 \uc18c\uc7ac\ub97c \ud655\uc7a5\ud558\uae30<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\uc704\uce58 \uc804\uce58\uc0ac\ub85c \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud655\uc7a5<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\uc5b8\uc5b4 \ud559\uc2b5\uc740 \ub9d0\ud558\uae30 \uc4f0\uae30 \ub4e3\uae30\uac00 \uace8\uace0\ub8e8 \ubc1c\ub2ec\ud574\uc57c \ud569\ub2c8\ub2e4<\/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_634806aa76446\">\n    <div class=\"blogText__wrapper\">\n        <div class=\"blogText__content\">\n            <p><span style=\"font-weight: 400;\">\uc5b4\ub5bb\uac8c<\/span> <span style=\"font-weight: 400;\">\ud558\uba74<\/span> <span style=\"font-weight: 400;\">\uc6b0\ub9ac<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\uc5d0\uac8c<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\uac00\ub974\uce60\uc9c0<\/span> <span style=\"font-weight: 400;\">\uace0\ubbfc\ud558\ub294<\/span> <span style=\"font-weight: 400;\">\ud559\ubd80\ubaa8\ub2d8\ub4e4<\/span> <span style=\"font-weight: 400;\">\ubaa8\ub450<\/span> <span style=\"font-weight: 400;\">\ud55c<\/span> <span style=\"font-weight: 400;\">\ubc88\ucbe4<\/span> <span style=\"font-weight: 400;\">\ud559\ucc3d\uc2dc\uc808\uc5d0<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\uc7a5\uc744<\/span> <span style=\"font-weight: 400;\">\ub4e4\uace0<\/span> <span style=\"font-weight: 400;\">\ud798\uacb9\uac8c<\/span> <span style=\"font-weight: 400;\">\uc554\uae30\ud574\ubcf8<\/span> <span style=\"font-weight: 400;\">\uacbd\ud5d8\uc774<\/span> <span style=\"font-weight: 400;\">\uc788\uc73c\uc2e4<\/span> <span style=\"font-weight: 400;\">\uac83\uc785\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc678\uad6d\uc5b4<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\uc5d0<\/span> <span style=\"font-weight: 400;\">\uc788\uc5b4\uc11c<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\uc740<\/span> <span style=\"font-weight: 400;\">\uc65c<\/span> <span style=\"font-weight: 400;\">\uc911\uc694\ud560\uae4c\uc694<\/span><span style=\"font-weight: 300;\">? <\/span><span style=\"font-weight: 400;\">\uadf8\uac83\uc740<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\uac00<\/span> <span style=\"font-weight: 400;\">\ubb38\uc7a5\uc744<\/span> <span style=\"font-weight: 400;\">\uad6c\uc131\ud558\ub294<\/span> <span style=\"font-weight: 400;\">\ucd5c\uc18c\uc758<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc704\uc774\uae30<\/span> <span style=\"font-weight: 400;\">\ub54c\ubb38\uc785\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\ub2e8\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\uc54c\uc544\uc57c<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4<\/span> <span style=\"font-weight: 400;\">\ubb38\uc7a5\uc758<\/span> <span style=\"font-weight: 400;\">\uad6c<\/span><span style=\"font-weight: 300;\">(phrase)<\/span><span style=\"font-weight: 400;\">\ub97c<\/span> <span style=\"font-weight: 400;\">\uc774\ud574\ud558\uac8c<\/span> <span style=\"font-weight: 400;\">\ub418\uace0<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\uadf8\ub2e4\uc74c\uc5d0\ub294<\/span> <span style=\"font-weight: 400;\">\uc808<\/span><span style=\"font-weight: 300;\">(clause)<\/span><span style=\"font-weight: 400;\">\uc744<\/span> <span style=\"font-weight: 400;\">\uc774\ud574\ud558\uac8c<\/span> <span style=\"font-weight: 400;\">\ub429\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\ud55c<\/span> <span style=\"font-weight: 400;\">\ubb38\uc7a5\uc744<\/span> <span style=\"font-weight: 400;\">\uc774\ud574\ud558\ub824\uba74<\/span> <span style=\"font-weight: 400;\">\uc774\ub7ec\ud55c<\/span> <span style=\"font-weight: 400;\">\ubb38\uc7a5<\/span> <span style=\"font-weight: 400;\">\uad6c\uc870\ub97c<\/span> <span style=\"font-weight: 400;\">\uc804\uccb4\uc801\uc73c\ub85c<\/span> <span style=\"font-weight: 400;\">\uc774\ud574\ud558\uace0<\/span> <span style=\"font-weight: 400;\">\uc788\uc5b4\uc57c<\/span> <span style=\"font-weight: 400;\">\ud569\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\ub610\ud55c<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\ucda9\ubd84\ud788<\/span> <span style=\"font-weight: 400;\">\uc54c\uace0<\/span> <span style=\"font-weight: 400;\">\uc788\uc5b4\uc57c<\/span> <span style=\"font-weight: 400;\">\uc801\uc808\ud55c<\/span> <span style=\"font-weight: 400;\">\ub54c\uc640<\/span> <span style=\"font-weight: 400;\">\uc7a5\uc18c\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub9de\ub294<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\uc120\ud0dd\ud560<\/span> <span style=\"font-weight: 400;\">\uc218<\/span> <span style=\"font-weight: 400;\">\uc788\uac8c<\/span> <span style=\"font-weight: 400;\">\ub429\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_634806b676447\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_634806b676447\">\n                \uc6b0\ub9ac \uc9d1\ubd80\ud130 \uc2dc\uc791\ud558\ub294 \uc601\uc5b4 \ub2e8\uc5b4 \ud559\uc2b5            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\uadf8\ub807\ub2e4\uba74<\/span> <span style=\"font-weight: 400;\">\uc911\uc694\ud55c<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\uc6b0\ub9ac<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc774<\/span> <span style=\"font-weight: 400;\">\uc5b4\ub5bb\uac8c<\/span> <span style=\"font-weight: 400;\">\ud6a8\uacfc\uc801\uc73c\ub85c<\/span> <span style=\"font-weight: 400;\">\uacf5\ubd80\ud560<\/span> <span style=\"font-weight: 400;\">\uc218<\/span> <span style=\"font-weight: 400;\">\uc788\uc744\uae4c\uc694<\/span><span style=\"font-weight: 300;\">? <\/span><span style=\"font-weight: 400;\">\uc544\uc9c1<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc5d0\uac8c<\/span> <span style=\"font-weight: 400;\">\ubaa8\uad6d\uc5b4\ub85c\ub3c4<\/span> <span style=\"font-weight: 400;\">\uac1c\ub150\uc744<\/span> <span style=\"font-weight: 400;\">\uc81c\ub300\ub85c<\/span> <span style=\"font-weight: 400;\">\uc774\ud574\ud558\uc9c0<\/span> <span style=\"font-weight: 400;\">\ubabb\ud558\ub294<\/span> <span style=\"font-weight: 400;\">\ub09c\uc774\ub3c4<\/span> <span style=\"font-weight: 400;\">\ub192\uc740<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\ub4e4\uc774<\/span> <span style=\"font-weight: 400;\">\ub098\uc5f4\ub41c<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\uc7a5\uc744<\/span> <span style=\"font-weight: 400;\">\ubb34\uc791\uc815<\/span> <span style=\"font-weight: 400;\">\uc554\uae30\ud558\ub294<\/span> <span style=\"font-weight: 400;\">\uac83<\/span> <span style=\"font-weight: 400;\">\ubcf4\ub2e4\ub294<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\uc77c\ub2e8\uc740<\/span> <span style=\"font-weight: 400;\">\uc77c\uc0c1\uc0dd\ud65c\uc5d0\uc11c<\/span> <span style=\"font-weight: 400;\">\ub208\uc5d0<\/span> <span style=\"font-weight: 400;\">\ubcf4\uc774\ub294<\/span> <span style=\"font-weight: 400;\">\uac83\ubd80\ud130<\/span><a href=\"https:\/\/www.novakidschool.com\/ko\/blog\/gwail-ui-ileum-eun-yeong-eolo-mueos-ibnikka-gwailgwa-chaesowa-gat-eun-gandanhan-yeong-eo-dan-eolo-aideul-ui-yeong-eo-sillyeog-eul-hyangsangsikil-su-issseubnida\/\"> <span style=\"font-weight: 400;\">\uc2dc\uc791<\/span><\/a><span style=\"font-weight: 400;\">\ud558\ub294<\/span> <span style=\"font-weight: 400;\">\uac83\uc774<\/span> <span style=\"font-weight: 400;\">\uc88b\uc2b5\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc608\ub97c<\/span> <span style=\"font-weight: 400;\">\ub4e4\uba74<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\uac00<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ud558\uace0<\/span> <span style=\"font-weight: 400;\">\uc788\ub294<\/span> <span style=\"font-weight: 400;\">\uacf5\uac04\uc778<\/span> <span style=\"font-weight: 400;\">\uc6b0\ub9ac<\/span> <span style=\"font-weight: 400;\">\uc9d1\ubd80\ud130<\/span> <span style=\"font-weight: 400;\">\uc2dc\uc791\ud558\ub294<\/span> <span style=\"font-weight: 400;\">\uac83\uc774\uc9c0\uc694<\/span><span style=\"font-weight: 300;\">.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\uacf5\uac04\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub300\ud55c<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub2e8\uc5b4<\/span><\/p>\n<ul>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">\u00a0<\/span><span style=\"font-weight: 400;\">\uce68\uc2e4\uc774<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub85c<\/span> <span style=\"font-weight: 400;\">\ubb58\uae4c<\/span><span style=\"font-weight: 300;\">? (Bedroom)<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\uc9d1\uc774<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub85c<\/span> <span style=\"font-weight: 400;\">\ubb58\uae4c<\/span><span style=\"font-weight: 300;\">? (House)<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\uc11c\uc7ac\uac00<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub85c<\/span> <span style=\"font-weight: 400;\">\ubb58\uae4c<\/span><span style=\"font-weight: 300;\">? (Studyroom)<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\uc548\ubc29\uc774<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub85c<\/span> <span style=\"font-weight: 400;\">\ubb58\uae4c<\/span><span style=\"font-weight: 300;\">? (Inner room)<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\uacf5\uac04\uc740<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub85c<\/span> <span style=\"font-weight: 400;\">\ubb58\uae4c<\/span><span style=\"font-weight: 300;\">? (Space)<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\ubd80\uc5cc\uc740<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub85c<\/span> <span style=\"font-weight: 400;\">\ubb58\uae4c<\/span><span style=\"font-weight: 300;\">? (Kitchen)<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">\u00a0<\/span><span style=\"font-weight: 400;\">\ud654\uc7a5\uc2e4\uc740<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub85c<\/span> <span style=\"font-weight: 400;\">\ubb58\uae4c<\/span><span style=\"font-weight: 300;\">? (Bathroom)<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\ub2e4\uc6a9\ub3c4\uc2e4\uc740<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub85c<\/span> <span style=\"font-weight: 400;\">\ubb58\uae4c<\/span><span style=\"font-weight: 300;\">? (Utility room)<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\ucc9c\uc7a5\uc740<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub85c<\/span> <span style=\"font-weight: 400;\">\ubb58\uae4c<\/span><span style=\"font-weight: 300;\">? (Ceiling)<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\ucc28\uace0\ub294<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub85c<\/span> <span style=\"font-weight: 400;\">\ubb58\uae4c<\/span><span style=\"font-weight: 300;\">? (Garage)<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\ub2e4\ub77d\ubc29\uc740<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub85c<\/span> <span style=\"font-weight: 400;\">\ubb58\uae4c<\/span><span style=\"font-weight: 300;\">? (Attic)<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">\uc774\ub807\uac8c<\/span> <span style=\"font-weight: 400;\">\uc775\uc219\ud55c<\/span> <span style=\"font-weight: 400;\">\uac83\ubd80\ud130<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\uc744<\/span><a href=\"https:\/\/www.novakidschool.com\/ko\/blog\/amuleohgena-sijaghal-su-eobsneun-aideul-yeong-eo-hagseub-aideul-eul-wihan-yeong-eo-hagseub-eul-sijaghaneun-bangbeob-e-daehae-al-abobsida\/\"> <span style=\"font-weight: 400;\">\uc2dc\uc791<\/span><\/a><span style=\"font-weight: 400;\">\ud558\uba74<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\uc644\uc804\ud788<\/span> <span style=\"font-weight: 400;\">\ub0af\uc120<\/span> <span style=\"font-weight: 400;\">\uac83\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub300\ud558\uc5ec<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ud560<\/span> <span style=\"font-weight: 400;\">\ub54c<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc740<\/span> <span style=\"font-weight: 400;\">\ub354<\/span><span style=\"font-weight: 300;\">\u00a0 <\/span><span style=\"font-weight: 400;\">\ud3b8\uc548\ud568\uc744<\/span> <span style=\"font-weight: 400;\">\ub290\ub08d\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uadf8<\/span> <span style=\"font-weight: 400;\">\ud3b8\uc548\ud568\uc740<\/span> <span style=\"font-weight: 400;\">\uc790\uc2e0\uac10\uc744<\/span> <span style=\"font-weight: 400;\">\ubd80\ub974\uc9c0\uc694<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc774\ub807\uac8c<\/span> <span style=\"font-weight: 400;\">\ud55c\ubc88<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc774<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ud55c<\/span> <span style=\"font-weight: 400;\">\uc5b8\uc5b4\ub294<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ud588\uc744<\/span> <span style=\"font-weight: 400;\">\ub54c\uc758<\/span> <span style=\"font-weight: 400;\">\ud3b8\uc548\ud568\uacfc<\/span> <span style=\"font-weight: 400;\">\uc790\uc2e0\uac10\uc774\ub77c\ub294<\/span> <span style=\"font-weight: 400;\">\uae0d\uc815\uc801<\/span> <span style=\"font-weight: 400;\">\uacbd\ud5d8\uc744<\/span> <span style=\"font-weight: 400;\">\uc8fc\uc5c8\ub358<\/span> <span style=\"font-weight: 400;\">\uc88b\uc740<\/span> <span style=\"font-weight: 400;\">\uae30\uc5b5<\/span> <span style=\"font-weight: 400;\">\ub54c\ubb38\uc5d0<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5<\/span> <span style=\"font-weight: 400;\">\ud6a8\uacfc\uac00<\/span> <span style=\"font-weight: 400;\">\ub9e4\uc6b0<\/span> <span style=\"font-weight: 400;\">\uc88b\uc2b5\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\uc77c\uc0c1\uc5d0\uc11c<\/span> <span style=\"font-weight: 400;\">\uc790\uc8fc<\/span> <span style=\"font-weight: 400;\">\ubcf4\uc774\ub294<\/span> <span style=\"font-weight: 400;\">\uac83\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub300\ud558\uc5ec<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ud558\uace0<\/span> <span style=\"font-weight: 400;\">\ub098\uba74<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\ud559\uc2b5\ud55c<\/span> <span style=\"font-weight: 400;\">\uc774\ud6c4\uc5d0\ub3c4<\/span> <span style=\"font-weight: 400;\">\uadf8<\/span> <span style=\"font-weight: 400;\">\uac83\uc744<\/span> <span style=\"font-weight: 400;\">\uc77c\uc0c1\uc5d0\uc11c<\/span> <span style=\"font-weight: 400;\">\ubc14\ub77c\ubcf4\uba74\uc11c<\/span> <span style=\"font-weight: 400;\">\uc774\uc804\uc5d0<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ud588\ub358<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\ub5a0\uc62c\ub9ac\uae30<\/span> <span style=\"font-weight: 400;\">\ub54c\ubb38\uc5d0<\/span> <span style=\"font-weight: 400;\">\ubb34\uc758\uc2dd\uc801\uc778<\/span> <span style=\"font-weight: 400;\">\ubc18\ubcf5<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5<\/span> <span style=\"font-weight: 400;\">\ud6a8\uacfc\ub3c4<\/span> <span style=\"font-weight: 400;\">\ubcfc<\/span> <span style=\"font-weight: 400;\">\uc218<\/span> <span style=\"font-weight: 400;\">\uc788\uc2b5\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc774<\/span> <span style=\"font-weight: 400;\">\ud6a8\uacfc\ub97c<\/span> <span style=\"font-weight: 400;\">\uc880<\/span> <span style=\"font-weight: 400;\">\ub354<\/span> <span style=\"font-weight: 400;\">\uadf9\ub300\ud654\ud558\uace0<\/span> <span style=\"font-weight: 400;\">\uc2f6\uc740<\/span> <span style=\"font-weight: 400;\">\ubd80\ubaa8\ub2d8\uc774\ub77c\uba74<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\uc774\uc804\uc5d0<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ud588\ub358<\/span> <span style=\"font-weight: 400;\">\uc77c\uc0c1\uc801\uc778<\/span> <span style=\"font-weight: 400;\">\uac83\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub300\ud55c<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub2e8\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\ud3ec\uc2a4\ud2b8\uc787\uc73c\ub85c<\/span> <span style=\"font-weight: 400;\">\ubd99\uc5ec<\/span> <span style=\"font-weight: 400;\">\ubcf4\uc138\uc694<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc774\ub807\uac8c<\/span> <span style=\"font-weight: 400;\">\ud558\uba74<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc740<\/span> <span style=\"font-weight: 400;\">\uc758\uc2dd\uc801\uc73c\ub85c<\/span> <span style=\"font-weight: 400;\">\ub300\uc0c1\uc744<\/span> <span style=\"font-weight: 400;\">\uc778\uc2dd\ud558\uac8c<\/span> <span style=\"font-weight: 400;\">\ub418\uba70<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\uc790\uc2e0\ub3c4<\/span> <span style=\"font-weight: 400;\">\ubaa8\ub974\ub294<\/span> <span style=\"font-weight: 400;\">\uc0ac\uc774\uc5d0<\/span> <span style=\"font-weight: 400;\">\ubc18\ubcf5<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ud558\uc5ec<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\uc758<\/span> <span style=\"font-weight: 400;\">\ub9dd\uac01<\/span> <span style=\"font-weight: 400;\">\uace1\uc120\uc744<\/span> <span style=\"font-weight: 400;\">\uc5ed\ud589\ud558\uac8c<\/span> <span style=\"font-weight: 400;\">\ub429\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_6348070276448\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_6348070276448\">\n                \ud559\uc2b5\ud55c \ub2e8\uc5b4\ub97c \uc774\uc6a9\ud574 \ub300\ud654 \uc18c\uc7ac\ub97c \ud655\uc7a5\ud558\uae30            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\uc544\uc774\uac00<\/span> <span style=\"font-weight: 400;\">\uc5b4\ub290<\/span> <span style=\"font-weight: 400;\">\uc815\ub3c4<\/span> <span style=\"font-weight: 400;\">\uc0c8\ub85c\uc6b4<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\uc5d0<\/span> <span style=\"font-weight: 400;\">\uc775\uc219\ud574\uc84c\ub2e4\uba74<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\uc774\uc81c\ub294<\/span> <span style=\"font-weight: 400;\">\uc0c8\ub85c\uc6b4<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\ub4e4\uc744<\/span> <span style=\"font-weight: 400;\">\uc774\uc6a9\ud558\uc5ec<\/span> <span style=\"font-weight: 400;\">\ubb38\uc7a5\uc744<\/span> <span style=\"font-weight: 400;\">\ub9cc\ub4e4\uc5b4<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\uac00<\/span> <span style=\"font-weight: 400;\">\uc0c8\ub85c<\/span> <span style=\"font-weight: 400;\">\uc775\ud78c<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\uc2a4\uc2a4\ub85c<\/span> <span style=\"font-weight: 400;\">\uc0ac\uc6a9\ud558\uac8c<\/span> <span style=\"font-weight: 400;\">\uc720\ub3c4\ud574\ubcf4\uc138\uc694<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\ucc98\uc74c\uc5d0\ub294<\/span> <span style=\"font-weight: 400;\">\uac04\ub2e8\ud558\uace0<\/span> <span style=\"font-weight: 400;\">\uc9e7\uc740<\/span> <span style=\"font-weight: 400;\">\ubb38\uc7a5\ubd80\ud130<\/span> <span style=\"font-weight: 400;\">\uc2dc\uc791\ud558\ub294<\/span> <span style=\"font-weight: 400;\">\uac83\uc774<\/span> <span style=\"font-weight: 400;\">\uc88b\uc2b5\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc774\ub7f0<\/span> <span style=\"font-weight: 400;\">\uc2dd\uc73c\ub85c<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\uac00<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ud55c<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\uc2e4\uc81c<\/span> <span style=\"font-weight: 400;\">\ub300\ud654\uc5d0\uc11c<\/span> <span style=\"font-weight: 400;\">\uc0ac\uc6a9\ud574\ubcf4\ub294<\/span> <span style=\"font-weight: 400;\">\uacbd\ud5d8\uc740<\/span> <span style=\"font-weight: 400;\">\ub9e4\uc6b0<\/span> <span style=\"font-weight: 400;\">\uc911\uc694\ud569\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc608\ubb38\uc744<\/span> <span style=\"font-weight: 400;\">\ud1b5\ud558\uc5ec<\/span> <span style=\"font-weight: 400;\">\uc775\ud788\uace0<\/span> <span style=\"font-weight: 400;\">\ud55c<\/span> <span style=\"font-weight: 400;\">\ubc88\uc774\ub77c\ub3c4<\/span> <span style=\"font-weight: 400;\">\uc0ac\uc6a9\ud574\ubcf8<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\ub294<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\uc758<\/span> <span style=\"font-weight: 400;\">\uae30\uc5b5\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub354<\/span> <span style=\"font-weight: 400;\">\uc624\ub798<\/span> <span style=\"font-weight: 400;\">\ub0a8\uac8c<\/span> <span style=\"font-weight: 400;\">\ub429\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\uc7a5\uc18c\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub300\ud55c<\/span> <span style=\"font-weight: 400;\">\ub300\ud654<\/span> <span style=\"font-weight: 400;\">\uc608\ubb38<\/span><\/p>\n<p><span style=\"font-weight: 300;\">A: <\/span><span style=\"font-weight: 400;\">\uc218\uc800\uac00<\/span> <span style=\"font-weight: 400;\">\uc5b4\ub514\uc5d0<\/span> <span style=\"font-weight: 400;\">\uc788\ub2c8<\/span><span style=\"font-weight: 300;\">? (Where is a spoon?)<\/span><\/p>\n<p><span style=\"font-weight: 300;\">B: <\/span><span style=\"font-weight: 400;\">\ubd80\uc5cc\uc5d0<\/span> <span style=\"font-weight: 400;\">\uc788\uc5b4\uc694<\/span><span style=\"font-weight: 300;\"> (It is in the kitchen.)<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 300;\">A: <\/span><span style=\"font-weight: 400;\">\ub0b4<\/span> <span style=\"font-weight: 400;\">\ucc45\uc774<\/span> <span style=\"font-weight: 400;\">\uc5b4\ub514\uc5d0<\/span> <span style=\"font-weight: 400;\">\uc788\ub2c8<\/span><span style=\"font-weight: 300;\">? (Where is my book?)<\/span><\/p>\n<p><span style=\"font-weight: 300;\">B: <\/span><span style=\"font-weight: 400;\">\uac70\uc2e4\uc5d0<\/span> <span style=\"font-weight: 400;\">\uc788\uc5b4\uc694<\/span><span style=\"font-weight: 300;\"> (Your book is at the living room)<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 300;\">A: <\/span><span style=\"font-weight: 400;\">\ud1a0\ub9c8\ud1a0\uac00<\/span> <span style=\"font-weight: 400;\">\uc5b4\ub514\uc5d0<\/span> <span style=\"font-weight: 400;\">\uc788\ub2c8<\/span><span style=\"font-weight: 300;\">? (Where are tomatoes?)<\/span><\/p>\n<p><span style=\"font-weight: 300;\">B: <\/span><span style=\"font-weight: 400;\">\ub2e4\uc6a9\ub3c4\uc2e4\uc5d0<\/span> <span style=\"font-weight: 400;\">\uc788\uc5b4\uc694<\/span><span style=\"font-weight: 300;\"> (Tomatoes are at the utility room)<\/span><\/p>\n<p><span style=\"font-weight: 300;\">\u00a0<\/span><span style=\"font-weight: 300;\">\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 300;\">A: <\/span><span style=\"font-weight: 400;\">\ube44\ub204\ub294<\/span> <span style=\"font-weight: 400;\">\uc5b4\ub514\uc5d0<\/span> <span style=\"font-weight: 400;\">\uc788\ub2c8<\/span><span style=\"font-weight: 300;\">? (Where is a soap?)<\/span><\/p>\n<p><span style=\"font-weight: 300;\">B: <\/span><span style=\"font-weight: 400;\">\ud654\uc7a5\uc2e4\uc5d0<\/span> <span style=\"font-weight: 400;\">\uc788\uc5b4\uc694<\/span><span style=\"font-weight: 300;\"> (Soap is at the bathroom)<\/span><\/p>\n<p><span style=\"font-weight: 300;\">\u00a0<\/span><span style=\"font-weight: 400;\">\ud3c9\uc18c\uc5d0<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\uc640<\/span> <span style=\"font-weight: 400;\">\ud568\uaed8<\/span> <span style=\"font-weight: 400;\">\uc9d1\uc548\uc5d0\uc11c<\/span> <span style=\"font-weight: 400;\">\uc0dd\ud65c\ud560<\/span> <span style=\"font-weight: 400;\">\ub54c<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\ud2c8\ud2c8\uc774<\/span> <span style=\"font-weight: 400;\">\uc704\uc640<\/span> <span style=\"font-weight: 400;\">\uac19\uc740<\/span> <span style=\"font-weight: 400;\">\uc9c8\ubb38\ub4e4\uc744<\/span> <span style=\"font-weight: 400;\">\ub358\uc838\ubcf4\uc138\uc694<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc9d1<\/span> <span style=\"font-weight: 400;\">\uacf5\uac04\uc740<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\uc640<\/span> <span style=\"font-weight: 400;\">\ud568\uaed8<\/span> <span style=\"font-weight: 400;\">\uac00\uc7a5<\/span> <span style=\"font-weight: 400;\">\ub9ce\uc740<\/span> <span style=\"font-weight: 400;\">\uc2dc\uac04\uc744<\/span> <span style=\"font-weight: 400;\">\ubcf4\ub0b4\ub294<\/span> <span style=\"font-weight: 400;\">\uc7a5\uc18c\uc774\uae30<\/span> <span style=\"font-weight: 400;\">\ub54c\ubb38\uc5d0<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\uc601\uc5b4<\/span> <span style=\"font-weight: 400;\">\uacf5\ubd80\uc5d0<\/span> <span style=\"font-weight: 400;\">\ud65c\uc6a9\ud558\uae30<\/span> <span style=\"font-weight: 400;\">\uc88b\uc2b5\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\ud55c\ubc88<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ud558\uace0<\/span> <span style=\"font-weight: 400;\">\ub098\uba74<\/span> <span style=\"font-weight: 400;\">\ubb34\uc758\uc2dd\uc801\uc73c\ub85c<\/span> <span style=\"font-weight: 400;\">\ubc18\ubcf5<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\uc774<\/span> <span style=\"font-weight: 400;\">\ub418\uae30<\/span> <span style=\"font-weight: 400;\">\ub54c\ubb38\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub9e4\uc6b0<\/span> <span style=\"font-weight: 400;\">\ud6a8\uc728\uc801\uc778<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5<\/span> <span style=\"font-weight: 400;\">\uacf5\uac04\uc785\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_6348074b76449\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_6348074b76449\">\n                \uc704\uce58 \uc804\uce58\uc0ac\ub85c \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \ud655\uc7a5            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\uacf5\uac04\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub300\ud574<\/span> <span style=\"font-weight: 400;\">\ubc30\uc6b0\uace0<\/span> <span style=\"font-weight: 400;\">\ub098\uba74<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\uadf8\ub2e4\uc74c\uc5d0\ub294<\/span> <span style=\"font-weight: 400;\">\uc790\uc5f0\uc2a4\ub7fd\uac8c<\/span> <span style=\"font-weight: 400;\">\uc704\uce58\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub300\ud55c<\/span> <span style=\"font-weight: 400;\">\uac1c\ub150\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub300\ud574\uc11c<\/span><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;\">\ud655\uc7a5<\/span><\/a><span style=\"font-weight: 400;\">\ud574\ub098\uac08<\/span> <span style=\"font-weight: 400;\">\uc218<\/span> <span style=\"font-weight: 400;\">\uc788\uc2b5\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">\u00a0<\/span><span style=\"font-weight: 300;\">Inside<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">At<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">In<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">On<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">Near<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">\u00a0<\/span><span style=\"font-weight: 300;\">Under<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">Over<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">Above<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">Around<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">Below<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">Between<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">Behind<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">In front of<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">Up<\/span><\/li>\n<li style=\"font-weight: 300;\" aria-level=\"1\"><span style=\"font-weight: 300;\">Down<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 300;\">\u00a0<\/span><span style=\"font-weight: 400;\">\uc704<\/span> <span style=\"font-weight: 400;\">\uc804\uce58\uc0ac\ub4e4\uc740<\/span> <span style=\"font-weight: 400;\">\uc7a5\uc18c\uc5d0<\/span> <span style=\"font-weight: 400;\">\uad00\ud55c<\/span> <span style=\"font-weight: 400;\">\ub300\ud654\ub97c<\/span> <span style=\"font-weight: 400;\">\ud560<\/span> <span style=\"font-weight: 400;\">\ub54c<\/span> <span style=\"font-weight: 400;\">\uc790\uc5f0\uc2a4\ub7fd\uac8c<\/span> <span style=\"font-weight: 400;\">\ub367\ubd99\uc5ec<\/span> <span style=\"font-weight: 400;\">\uc0ac\uc6a9\ud560<\/span> <span style=\"font-weight: 400;\">\uc218<\/span> <span style=\"font-weight: 400;\">\uc788\uc2b5\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc544\uc774\uac00<\/span> <span style=\"font-weight: 400;\">\uc774\ubbf8<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ud55c<\/span> <span style=\"font-weight: 400;\">\uc7a5\uc18c\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub300\ud55c<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\ub4e4\uc744<\/span> <span style=\"font-weight: 400;\">\uc5b8\uae09\ud560<\/span> <span style=\"font-weight: 400;\">\ub54c<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\uc704<\/span> <span style=\"font-weight: 400;\">\uc804\uce58\uc0ac\ub4e4\uc744<\/span> <span style=\"font-weight: 400;\">\uc774\uc6a9\ud574\uc11c<\/span> <span style=\"font-weight: 400;\">\ub300\ud654\ud558\uace0<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\uac00<\/span> <span style=\"font-weight: 400;\">\uc790\uc5f0\uc2a4\ub7fd\uac8c<\/span> <span style=\"font-weight: 400;\">\uc774\ud574\ud558\ub3c4\ub85d<\/span> <span style=\"font-weight: 400;\">\ud574\ubcf4\uc138\uc694<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc544\uc774\uac00<\/span> <span style=\"font-weight: 400;\">\uc804\uce58\uc0ac\uc758<\/span> <span style=\"font-weight: 400;\">\uc758\ubbf8\ub97c<\/span> <span style=\"font-weight: 400;\">\ucc98\uc74c<\/span> <span style=\"font-weight: 400;\">\uc811\ud558\ub354\ub77c\ub3c4<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\uc774\ubbf8<\/span> <span style=\"font-weight: 400;\">\uc54c\uace0<\/span> <span style=\"font-weight: 400;\">\uc788\ub294<\/span> <span style=\"font-weight: 400;\">\uc7a5\uc18c\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub300\ud558\uc5ec<\/span> <span style=\"font-weight: 400;\">\uc54c\uace0<\/span> <span style=\"font-weight: 400;\">\uc788\ub294<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\ub4e4\ub85c<\/span> <span style=\"font-weight: 400;\">\ub300\ud654\ud558\ub2e4<\/span> <span style=\"font-weight: 400;\">\ubcf4\uba74<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc740<\/span> <span style=\"font-weight: 400;\">\uc790\uc5f0\uc2a4\ub7fd\uac8c<\/span> <span style=\"font-weight: 400;\">\ub2e8\uc5b4\uc758<\/span> <span style=\"font-weight: 400;\">\ub73b\uc744<\/span> <span style=\"font-weight: 400;\">\uc720\ucd94\ud558\uac8c<\/span> <span style=\"font-weight: 400;\">\ub429\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uadf8\ub9ac\uace0<\/span> <span style=\"font-weight: 400;\">\uadf8\ub7f0<\/span> <span style=\"font-weight: 400;\">\uacfc\uc815\uc5d0\uc11c<\/span> <span style=\"font-weight: 400;\">\uc131\uacf5\uc801\uc73c\ub85c<\/span> <span style=\"font-weight: 400;\">\uc720\ucd94\ud55c<\/span> <span style=\"font-weight: 400;\">\uacbd\ud5d8\uc740<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\uc758<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4<\/span> <span style=\"font-weight: 400;\">\uc790\uc2e0\uac10\uc5d0<\/span> <span style=\"font-weight: 400;\">\ud070<\/span> <span style=\"font-weight: 400;\">\ub3c4\uc6c0\uc774<\/span> <span style=\"font-weight: 400;\">\ub429\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">.<\/span><\/p>\n<p><span style=\"font-weight: 300;\">A: What is on the ceiling? (<\/span><span style=\"font-weight: 400;\">\ucc9c\uc7a5\uc5d0<\/span> <span style=\"font-weight: 400;\">\ubb50\uac00<\/span> <span style=\"font-weight: 400;\">\uc788\ub294<\/span> <span style=\"font-weight: 400;\">\uac70\uc9c0<\/span><span style=\"font-weight: 300;\">?)<\/span><\/p>\n<p><span style=\"font-weight: 300;\">B:\u00a0 A fly is on the ceiling. (<\/span><span style=\"font-weight: 400;\">\ud30c\ub9ac<\/span> <span style=\"font-weight: 400;\">\ud55c<\/span> <span style=\"font-weight: 400;\">\ub9c8\ub9ac\uac00<\/span> <span style=\"font-weight: 400;\">\ubd99\uc5b4<\/span> <span style=\"font-weight: 400;\">\uc788\uc5b4\uc694<\/span><span style=\"font-weight: 300;\">.)<\/span><\/p>\n<p><span style=\"font-weight: 300;\">\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 300;\">A: Who is inside the bathroom? (<\/span><span style=\"font-weight: 400;\">\ud654\uc7a5\uc2e4<\/span> <span style=\"font-weight: 400;\">\uc548\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub204\uac00<\/span> <span style=\"font-weight: 400;\">\uc788\ub2c8<\/span><span style=\"font-weight: 300;\">?)<\/span><\/p>\n<p><span style=\"font-weight: 300;\">B: Papa is in the bathroom (<\/span><span style=\"font-weight: 400;\">\uc544\ube60\uac00<\/span> <span style=\"font-weight: 400;\">\ud654\uc7a5\uc2e4<\/span> <span style=\"font-weight: 400;\">\uc548\uc5d0<\/span> <span style=\"font-weight: 400;\">\uc788\uc5b4\uc694<\/span><span style=\"font-weight: 300;\">.)<\/span><\/p>\n<p><span style=\"font-weight: 300;\">\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 300;\">A: What is that noise in the attic? (<\/span><span style=\"font-weight: 400;\">\ub2e4\ub77d\ubc29\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub4e4\ub9ac\ub294<\/span> <span style=\"font-weight: 400;\">\uc18c\ub9ac\uac00<\/span> <span style=\"font-weight: 400;\">\ubb50\ub2c8<\/span><span style=\"font-weight: 300;\">?)<\/span><\/p>\n<p><span style=\"font-weight: 300;\">B: There is a cat in the attic. (<\/span><span style=\"font-weight: 400;\">\ub2e4\ub77d\ubc29\uc5d0<\/span> <span style=\"font-weight: 400;\">\uace0\uc591\uc774\uac00<\/span> <span style=\"font-weight: 400;\">\uc788\uc5b4\uc694<\/span><span style=\"font-weight: 300;\">.)<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_6348077d7644a\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_6348077d7644a\">\n                \uc5b8\uc5b4 \ud559\uc2b5\uc740 \ub9d0\ud558\uae30 \uc4f0\uae30 \ub4e3\uae30\uac00 \uace8\uace0\ub8e8 \ubc1c\ub2ec\ud574\uc57c \ud569\ub2c8\ub2e4            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc740<\/span><span style=\"font-weight: 300;\"> 24<\/span><span style=\"font-weight: 400;\">\uc2dc\uac04<\/span> <span style=\"font-weight: 400;\">\ubaa8\uad6d\uc5b4\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub178\ucd9c\ub418\uc5b4<\/span> <span style=\"font-weight: 400;\">\uc788\uc2b5\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uacc4\uc18d\ud574\uc11c<\/span> <span style=\"font-weight: 400;\">\ub4e3\uace0<\/span> <span style=\"font-weight: 400;\">\ucc98\uc74c\uc5d0\ub294<\/span> <span style=\"font-weight: 400;\">\uc639\uc54c\uc774\ud558\uba70<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\ub9d0\uc758<\/span> <span style=\"font-weight: 400;\">\ub73b\uc744<\/span> <span style=\"font-weight: 400;\">\uc720\ucd94\ud558\uac70\ub098<\/span> <span style=\"font-weight: 400;\">\ubc30\uc6cc\ub098\uac00\uba70<\/span> <span style=\"font-weight: 400;\">\uc790\uc2e0\uc758<\/span> <span style=\"font-weight: 400;\">\uc5b8\uc5b4<\/span> <span style=\"font-weight: 400;\">\uc601\uc5ed\uc744<\/span> <span style=\"font-weight: 400;\">\ud655\uc7a5\ud569\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc678\uad6d\uc5b4<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ub3c4<\/span> <span style=\"font-weight: 400;\">\uc774\uc640<\/span> <span style=\"font-weight: 400;\">\ub9c8\ucc2c\uac00\uc9c0\uc785\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc740<\/span> <span style=\"font-weight: 400;\">\uacc4\uc18d\ud574\uc11c<\/span> <span style=\"font-weight: 400;\">\uc678\uad6d\uc5b4<\/span> <span style=\"font-weight: 400;\">\ud658\uacbd\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub178\ucd9c\ub418\uc5b4<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ud558\uba70<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\ubc30\uc6b4<\/span> <span style=\"font-weight: 400;\">\uac83\uc744<\/span> <span style=\"font-weight: 400;\">\uc2a4\uc2a4\ub85c<\/span> <span style=\"font-weight: 400;\">\ub9ce\uc774<\/span> <span style=\"font-weight: 400;\">\uc0ac\uc6a9\ud574\uc57c<\/span> <span style=\"font-weight: 400;\">\ud569\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">.<\/span><span style=\"font-weight: 300;\">\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 300;\">Novakid<\/span><span style=\"font-weight: 400;\">\ub294<\/span> <span style=\"font-weight: 400;\">\uc81c<\/span><span style=\"font-weight: 300;\">2<\/span><span style=\"font-weight: 400;\">\uc678\uad6d\uc5b4\ub85c<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\ubc30\uc6b0\ub294<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\ub3c4<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\ubaa8\uad6d\uc5b4\ub85c\uc11c<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\ubc30\uc6b0\ub294<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc758<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5<\/span> <span style=\"font-weight: 400;\">\uacfc\uc815\uacfc<\/span> <span style=\"font-weight: 400;\">\ub3d9\uc77c\ud558\uac8c<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ud569\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc758<\/span> <span style=\"font-weight: 400;\">\uc5f0\ub839\uacfc<\/span> <span style=\"font-weight: 400;\">\uc218\uc900\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub9de\uac8c<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\uc790\uc758<\/span> <span style=\"font-weight: 400;\">\ub808\ubca8\uc744<\/span> <span style=\"font-weight: 400;\">\uad6c\ubd84\ud558\uace0<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\uadf8\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub9de\ub294<\/span> <span style=\"font-weight: 400;\">\ud504\ub85c\uadf8\ub7a8\uc744<\/span> <span style=\"font-weight: 400;\">\uc6b4\uc601\ud558\uba70<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\ub808\uc2a8\uc740<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc758<\/span> <span style=\"font-weight: 400;\">\uc9e7\uc740<\/span> <span style=\"font-weight: 400;\">\uc9d1\uc911\ub825\uc744<\/span> <span style=\"font-weight: 400;\">\uace0\ub824\ud558\uc5ec<\/span><span style=\"font-weight: 300;\"> 25<\/span><span style=\"font-weight: 400;\">\ubd84\uc73c\ub85c<\/span> <span style=\"font-weight: 400;\">\uc774\ub8e8\uc5b4\uc838<\/span> <span style=\"font-weight: 400;\">\uc788\uc2b5\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc720\ub7fd\uc5f0\ud569<\/span> <span style=\"font-weight: 400;\">\uacf5\ud1b5\uc5b8\uc5b4<\/span> <span style=\"font-weight: 400;\">\ud45c\uc900\ub4f1\uae09<\/span> <b>CEFR<\/b><span style=\"font-weight: 300;\">(Common European Framework of Reference for Languages)<\/span><span style=\"font-weight: 400;\">\uc73c\ub85c<\/span> <span style=\"font-weight: 400;\">\uac1c\ubc1c\ub41c<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5<\/span> <span style=\"font-weight: 400;\">\ud504\ub85c\uadf8\ub7a8\uc740<\/span><span style=\"font-weight: 300;\"> 4<\/span><span style=\"font-weight: 400;\">\uac00\uc9c0<\/span> <span style=\"font-weight: 400;\">\ub808\ubca8\ub85c<\/span> <span style=\"font-weight: 400;\">\uad6c\uc131\ub418\uc5b4<\/span> <span style=\"font-weight: 400;\">\uc788\uc2b5\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc740<\/span> <span style=\"font-weight: 400;\">\uac01\uc790<\/span> <span style=\"font-weight: 400;\">\ubc30\uc815\ub41c<\/span> <span style=\"font-weight: 400;\">\uc6d0\uc5b4\ubbfc<\/span> <span style=\"font-weight: 400;\">\uc120\uc0dd\ub2d8\uacfc<\/span> <span style=\"font-weight: 400;\">\uc628\ub77c\uc778<\/span><span style=\"font-weight: 300;\"> 1:1<\/span><span style=\"font-weight: 400;\">\ub85c<\/span> <span style=\"font-weight: 400;\">\uc628\ub77c\uc778<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4<\/span> <span style=\"font-weight: 400;\">\ud68c\ud654<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\uc744<\/span> <span style=\"font-weight: 400;\">\uc9c4\ud589\ud558\uac8c<\/span> <span style=\"font-weight: 400;\">\ub418\uba70<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\uc5c4\uaca9\ud558\uac8c<\/span> <span style=\"font-weight: 400;\">\uc120\ubc1c\ub41c<\/span> <span style=\"font-weight: 400;\">\uc6d0\uc5b4\ubbfc<\/span> <span style=\"font-weight: 400;\">\uc120\uc0dd\ub2d8\uc740<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc774<\/span> <span style=\"font-weight: 400;\">\uc990\uac81\uac8c<\/span> <span style=\"font-weight: 400;\">\ubc30\uc6b0\uace0<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\ub610<\/span> <span style=\"font-weight: 400;\">\ubc30\uc6b4<\/span> <span style=\"font-weight: 400;\">\uac83\uc744<\/span> <span style=\"font-weight: 400;\">\uc2e4\uc81c<\/span> <span style=\"font-weight: 400;\">\ub300\ud654\uc5d0\uc11c<\/span> <span style=\"font-weight: 400;\">\uc0ac\uc6a9\ud558\ub3c4\ub85d<\/span> <span style=\"font-weight: 400;\">\ub3c5\ub824\ud560<\/span> <span style=\"font-weight: 400;\">\uac83\uc785\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc774<\/span> <span style=\"font-weight: 400;\">\uc6d0\uc5b4\ubbfc<\/span> <span style=\"font-weight: 400;\">\uc544\uc774\ub4e4\uc774<\/span> <span style=\"font-weight: 400;\">\ubaa8\uad6d\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\ubc30\uc6b0\ub294<\/span> <span style=\"font-weight: 400;\">\uac83\uacfc<\/span> <span style=\"font-weight: 400;\">\ub3d9\uc77c\ud55c<\/span> <span style=\"font-weight: 400;\">\uacfc\uc815\uc744<\/span> <span style=\"font-weight: 400;\">\ud1b5\ud574<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\ubc30\uc6b0\uac8c<\/span> <span style=\"font-weight: 400;\">\ub41c\ub2e4\ub294<\/span> <span style=\"font-weight: 400;\">\uac83\uc774<\/span> <span style=\"font-weight: 400;\">\ud575\uc2ec<\/span> <span style=\"font-weight: 400;\">\uc0ac\ud56d\uc785\ub2c8\ub2e4<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uba87<\/span> <span style=\"font-weight: 400;\">\uc2ed\ub144<\/span> <span style=\"font-weight: 400;\">\ub3d9\uc548<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\uacf5\ubd80\ud588\uc5b4\ub3c4<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\uc6d0\uc5b4\ubbfc\uc744<\/span> <span style=\"font-weight: 400;\">\ub9cc\ub098\uba74<\/span> <span style=\"font-weight: 400;\">\ud55c\ub9c8\ub514\ub3c4<\/span> <span style=\"font-weight: 400;\">\ud558\uc9c0<\/span> <span style=\"font-weight: 400;\">\ubabb\ud558\ub294<\/span> <span style=\"font-weight: 400;\">\uae30\uc874\uc758<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4<\/span> <span style=\"font-weight: 400;\">\uad50\uc721<\/span> <span style=\"font-weight: 400;\">\ubc29\uc2dd\uc744<\/span> <span style=\"font-weight: 400;\">\ubc97\uc5b4\ub098\uc11c<\/span><span style=\"font-weight: 300;\">, <\/span><span style=\"font-weight: 400;\">\ucc98\uc74c\ubd80\ud130<\/span> <span style=\"font-weight: 400;\">\uc6d0\uc5b4\ubbfc\uacfc<\/span> <span style=\"font-weight: 400;\">\ud559\uc2b5\ud558\uace0<\/span> <span style=\"font-weight: 400;\">\uc601\uc5b4\ub97c<\/span> <span style=\"font-weight: 400;\">\uacf5\ubd80<\/span> <span style=\"font-weight: 400;\">\ud560<\/span> <span style=\"font-weight: 400;\">\uc218<\/span> <span style=\"font-weight: 400;\">\uc788\ub294<\/span> <span style=\"font-weight: 400;\">\ud658\uacbd\uc744<\/span> <span style=\"font-weight: 400;\">\uc870\uc131\ud574<\/span> <span style=\"font-weight: 400;\">\uc8fc\uc138\uc694<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc5b8\uc81c<\/span> <span style=\"font-weight: 400;\">\uc5b4\ub514\uc11c\ub098<\/span> <span style=\"font-weight: 400;\">\uc9d1\uc73c\ub85c<\/span> <span style=\"font-weight: 400;\">\ucd08\ub300\ud558\ub294<\/span> <span style=\"font-weight: 400;\">\uc6d0\uc5b4\ubbfc<\/span> <span style=\"font-weight: 400;\">\uc120\uc0dd\ub2d8<\/span><span style=\"font-weight: 300;\">. <\/span><span style=\"font-weight: 400;\">\uc9c0\uae08<\/span><span style=\"font-weight: 300;\"> Novakid <\/span><span style=\"font-weight: 400;\">\ubb34\ub8cc<\/span> <span style=\"font-weight: 400;\">\uc0d8\ud50c<\/span> <span style=\"font-weight: 400;\">\uc218\uc5c5\uc744<\/span><a href=\"https:\/\/www.novakidschool.com\/ko\/registration\"> <span style=\"font-weight: 400;\">\uc2e0\uccad<\/span><\/a><span style=\"font-weight: 400;\">\ud558\uc138\uc694<\/span><span style=\"font-weight: 300;\">.<\/span><\/p>\n<p><span style=\"font-weight: 300;\">\u00a0<\/span><\/p>\n<p style=\"text-align: right;\"><span style=\"font-weight: 400;\">\uae30\uc0ac\uac00<\/span> <span style=\"font-weight: 400;\">\ub9c8\uc74c\uc5d0<\/span> <span style=\"font-weight: 400;\">\ub4dc\uc168\ub098\uc694<\/span><span style=\"font-weight: 300;\">?<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n","protected":false},"excerpt":{"rendered":"<p>\uc27d\uc9c0 \uc54a\uc740 \uc601\uc5b4\ub2e8\uc5b4 \ud559\uc2b5. \uc758\ubbf8 \uc5c6\ub294 \ubc18\ubcf5 \ud559\uc2b5\uc73c\ub85c\ub294 \ud55c\uacc4\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc5b4\ub5bb\uac8c \ud558\uba74 \uc544\uc774\ub4e4\uc774 \uc601\uc5b4\ub2e8\uc5b4\ub97c \uc27d\uac8c \uc775\ud788\ub3c4\ub85d \ub3c4\uc6c0\uc744 \uc904 \uc218 \uc788\uc744\uae4c\uc694?<\/p>\n","protected":false},"author":1,"featured_media":1059,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[17],"tags":[],"class_list":["post-1058","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-eohwi"],"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\ub2e8\uc5b4 \uc885\uacb0\uc790, \uc774\uac78\ub85c \uc601\uc5b4\ub2e8\uc5b4 \ub05d! \ub2e8\ubc88\uc5d0 \uc678\uc6b0\ub294 \uc5b4\ub9b0\uc774 \uc601\uc5b4\ub2e8\uc5b4 \ud559\uc2b5\ubc95<\/title>\n<meta name=\"description\" content=\"\uc27d\uc9c0 \uc54a\uc740 \uc601\uc5b4\ub2e8\uc5b4 \ud559\uc2b5. \uc758\ubbf8 \uc5c6\ub294 \ubc18\ubcf5 \ud559\uc2b5\uc73c\ub85c\ub294 \ud55c\uacc4\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc5b4\ub5bb\uac8c \ud558\uba74 \uc544\uc774\ub4e4\uc774 \uc601\uc5b4\ub2e8\uc5b4\ub97c \uc27d\uac8c \uc775\ud788\ub3c4\ub85d \ub3c4\uc6c0\uc744 \uc904 \uc218 \uc788\uc744\uae4c\uc694?\" \/>\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-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc601\uc5b4\ub2e8\uc5b4 \uc885\uacb0\uc790, \uc774\uac78\ub85c \uc601\uc5b4\ub2e8\uc5b4 \ub05d! \ub2e8\ubc88\uc5d0 \uc678\uc6b0\ub294 \uc5b4\ub9b0\uc774 \uc601\uc5b4\ub2e8\uc5b4 \ud559\uc2b5\ubc95\" \/>\n<meta property=\"og:description\" content=\"\uc27d\uc9c0 \uc54a\uc740 \uc601\uc5b4\ub2e8\uc5b4 \ud559\uc2b5. \uc758\ubbf8 \uc5c6\ub294 \ubc18\ubcf5 \ud559\uc2b5\uc73c\ub85c\ub294 \ud55c\uacc4\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc5b4\ub5bb\uac8c \ud558\uba74 \uc544\uc774\ub4e4\uc774 \uc601\uc5b4\ub2e8\uc5b4\ub97c \uc27d\uac8c \uc775\ud788\ub3c4\ub85d \ub3c4\uc6c0\uc744 \uc904 \uc218 \uc788\uc744\uae4c\uc694?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/\" \/>\n<meta property=\"og:site_name\" content=\"Novakid Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-13T12:56:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-13T12:57:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/10\/allen-taylor-dAMvcGb8Vog-unsplash-2-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\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\ub2e8\uc5b4 \uc885\uacb0\uc790, \uc774\uac78\ub85c \uc601\uc5b4\ub2e8\uc5b4 \ub05d! \ub2e8\ubc88\uc5d0 \uc678\uc6b0\ub294 \uc5b4\ub9b0\uc774 \uc601\uc5b4\ub2e8\uc5b4 \ud559\uc2b5\ubc95","description":"\uc27d\uc9c0 \uc54a\uc740 \uc601\uc5b4\ub2e8\uc5b4 \ud559\uc2b5. \uc758\ubbf8 \uc5c6\ub294 \ubc18\ubcf5 \ud559\uc2b5\uc73c\ub85c\ub294 \ud55c\uacc4\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc5b4\ub5bb\uac8c \ud558\uba74 \uc544\uc774\ub4e4\uc774 \uc601\uc5b4\ub2e8\uc5b4\ub97c \uc27d\uac8c \uc775\ud788\ub3c4\ub85d \ub3c4\uc6c0\uc744 \uc904 \uc218 \uc788\uc744\uae4c\uc694?","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-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc601\uc5b4\ub2e8\uc5b4 \uc885\uacb0\uc790, \uc774\uac78\ub85c \uc601\uc5b4\ub2e8\uc5b4 \ub05d! \ub2e8\ubc88\uc5d0 \uc678\uc6b0\ub294 \uc5b4\ub9b0\uc774 \uc601\uc5b4\ub2e8\uc5b4 \ud559\uc2b5\ubc95","og_description":"\uc27d\uc9c0 \uc54a\uc740 \uc601\uc5b4\ub2e8\uc5b4 \ud559\uc2b5. \uc758\ubbf8 \uc5c6\ub294 \ubc18\ubcf5 \ud559\uc2b5\uc73c\ub85c\ub294 \ud55c\uacc4\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc5b4\ub5bb\uac8c \ud558\uba74 \uc544\uc774\ub4e4\uc774 \uc601\uc5b4\ub2e8\uc5b4\ub97c \uc27d\uac8c \uc775\ud788\ub3c4\ub85d \ub3c4\uc6c0\uc744 \uc904 \uc218 \uc788\uc744\uae4c\uc694?","og_url":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/","og_site_name":"Novakid Blog","article_published_time":"2022-10-13T12:56:41+00:00","article_modified_time":"2022-10-13T12:57:53+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/10\/allen-taylor-dAMvcGb8Vog-unsplash-2-scaled.jpg","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-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/#article","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/"},"author":{"name":"Novakid","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#\/schema\/person\/c862f822b1359f3e25aa788f96e5a65d"},"headline":"\uc544\uc774\uac00 \uc601\uc5b4\ub2e8\uc5b4\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uacf5\ubd80 \ud560 \uc218 \uc788\ub294 \ubc29\ubc95","datePublished":"2022-10-13T12:56:41+00:00","dateModified":"2022-10-13T12:57:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/"},"wordCount":0,"commentCount":0,"publisher":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#organization"},"image":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/10\/allen-taylor-dAMvcGb8Vog-unsplash-2-scaled.jpg","articleSection":["\uc5b4\ud718"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/","url":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/","name":"\uc601\uc5b4\ub2e8\uc5b4 \uc885\uacb0\uc790, \uc774\uac78\ub85c \uc601\uc5b4\ub2e8\uc5b4 \ub05d! \ub2e8\ubc88\uc5d0 \uc678\uc6b0\ub294 \uc5b4\ub9b0\uc774 \uc601\uc5b4\ub2e8\uc5b4 \ud559\uc2b5\ubc95","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/#primaryimage"},"image":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/10\/allen-taylor-dAMvcGb8Vog-unsplash-2-scaled.jpg","datePublished":"2022-10-13T12:56:41+00:00","dateModified":"2022-10-13T12:57:53+00:00","description":"\uc27d\uc9c0 \uc54a\uc740 \uc601\uc5b4\ub2e8\uc5b4 \ud559\uc2b5. \uc758\ubbf8 \uc5c6\ub294 \ubc18\ubcf5 \ud559\uc2b5\uc73c\ub85c\ub294 \ud55c\uacc4\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc5b4\ub5bb\uac8c \ud558\uba74 \uc544\uc774\ub4e4\uc774 \uc601\uc5b4\ub2e8\uc5b4\ub97c \uc27d\uac8c \uc775\ud788\ub3c4\ub85d \ub3c4\uc6c0\uc744 \uc904 \uc218 \uc788\uc744\uae4c\uc694?","breadcrumb":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/#primaryimage","url":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/10\/allen-taylor-dAMvcGb8Vog-unsplash-2-scaled.jpg","contentUrl":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/10\/allen-taylor-dAMvcGb8Vog-unsplash-2-scaled.jpg","width":2560,"height":1707},{"@type":"BreadcrumbList","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/yeong-eodan-eo-jong-gyeolja-igeollo-yeong-eodan-eo-kkeut-danbeon-e-oeuneun-eolin-i-yeong-eodan-eo-hagseubbeob\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.novakidschool.com\/ko\/blog\/"},{"@type":"ListItem","position":2,"name":"\uc544\uc774\uac00 \uc601\uc5b4\ub2e8\uc5b4\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uacf5\ubd80 \ud560 \uc218 \uc788\ub294 \ubc29\ubc95"}]},{"@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\/1058","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=1058"}],"version-history":[{"count":4,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/posts\/1058\/revisions"}],"predecessor-version":[{"id":1063,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/posts\/1058\/revisions\/1063"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/media\/1059"}],"wp:attachment":[{"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/media?parent=1058"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/categories?post=1058"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/tags?post=1058"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}