{"id":1204,"date":"2022-12-09T19:25:28","date_gmt":"2022-12-09T10:25:28","guid":{"rendered":"https:\/\/www.novakidschool.com\/ko\/blog\/?p=1204"},"modified":"2022-12-09T19:26:03","modified_gmt":"2022-12-09T10:26:03","slug":"uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob","status":"publish","type":"post","link":"https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/","title":{"rendered":"\uc5b4\ub9b0 \uc2dc\uc808\ubd80\ud130 \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uac1c\ubc1c\ud558\ub294 \ubc29\ubc95 : \ubd80\ubaa8\ub97c \uc704\ud55c \uc2e4\uc6a9\uc801\uc778 \ud301"},"content":{"rendered":"  <section class=\"section blogHeader\" id=\"blogHeader-block_63930b79ca0aa\">\n      <div class=\"blogHeader__wrapper\">\n                              <div class=\"blogHeader__image\">\n              <a href=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/keren-fedida-YtvItJoIREk-unsplash-1.jpg\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/keren-fedida-YtvItJoIREk-unsplash-1.jpg\" alt=\"\uc5b4\ub9b0 \uc2dc\uc808\ubd80\ud130 \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uac1c\ubc1c\ud558\ub294 \ubc29\ubc95 : \ubd80\ubaa8\ub97c \uc704\ud55c \uc2e4\uc6a9\uc801\uc778 \ud301\" class=\"blogHeader__imageItem\" srcset=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/keren-fedida-YtvItJoIREk-unsplash-1-300x200.jpg 300w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/keren-fedida-YtvItJoIREk-unsplash-1-1024x682.jpg 1024w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/keren-fedida-YtvItJoIREk-unsplash-1-768x512.jpg 768w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/keren-fedida-YtvItJoIREk-unsplash-1-1536x1023.jpg 1536w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/keren-fedida-YtvItJoIREk-unsplash-1.jpg 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\">\ubbf8\ub798 \uc5ed\ub7c9, \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc774\ub780?<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\uc18c\ud504\ud2b8 \uc2a4\ud0ac\uacfc \uc5b4\ub9b0\uc774 \uc601\uc5b4<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\uc6b0\ub9ac \uc544\uc774\uac00 \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\uac8c \ud574\uc8fc\ub294 \ubc29\ubc95<\/span>\n                    <\/li>\n                                    <li>\n                        <span class=\"toc-item\">\uac10\uc815 \uc9c0\ub2a5\uc744 \ud0a4\uc6b0\uace0 \uc2f6\uc5b4 \ud558\ub294 \ubd80\ubaa8\ub4e4\uc744 \uc704\ud55c \ud301<\/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_63930bf9ca0ab\">\n    <div class=\"blogText__wrapper\">\n        <div class=\"blogText__content\">\n            <p><span style=\"font-weight: 400;\">\uc720\uc544 \uc601\uc5b4 \uacf5\ubd80<\/span><span style=\"font-weight: 400;\">\ub97c \uc2dc\uc791\ud558\uc2dc\ub294 \ub9ce\uc740 \ubd84\uc740 \uc6d0\uc5b4\ubbfc \uc601\uc5b4 \uacf5\ubd80\ubc95, <\/span><span style=\"font-weight: 400;\">\uc601\uc5b4 \ud658\uacbd<\/span><span style=\"font-weight: 400;\"> \ub4f1\uacfc \uac19\uc740 \uc544\uc774\ub97c \uc704\ud55c \ub354 \uc88b\uc740 \uad50\uc721\ubc95\uc5d0 \ub300\ud574 \uc0c1\ub2f9\ud788 \uad00\uc2ec\uc774 \ub9ce\uc73c\uc2e0 \ubd84\uc774\ub77c\uace0 \uc0dd\uac01\ub429\ub2c8\ub2e4. \uc5b4\ub9b0 \uc2dc\uc808\ubd80\ud130 \uc5b8\uc5b4\uc5d0 \ub300\ud574 \ud559\uc2b5\ud558\uace0 \ub2e4\uc591\ud55c \ubc29\ubc95\uc744 \uc811\ubaa9\ud558\ub294 \uac83\uc740 \uc544\uc774 \uad50\uc721\uc740 \ubb3c\ub860 \uc544\uc774\uc758 \uad00\uc2ec\uc5d0\u00a0 \ub9e4\uc6b0 \uae0d\uc815\uc801\uc778 \uc601\ud5a5\uc774 \uc90d\ub2c8\ub2e4. \uc5b4\ub9b0 \ub098\uc774\uc5d0 \ubc30\uc6b0\ub294 \ud559\uc2b5 \ubc29\uc2dd\uacfc \uc790\uc728\uc801\uc778 \ud0dc\ub3c4, \ud559\uc5c5 \uc2b5\uad00 \ub4f1\uc740 \uc774\ud6c4 \uc544\uc774\uac00 \uc790\ub77c\uba74\uc11c \ud559\uc2b5\ud558\ub294 \ubc29\ud5a5\uc131\uc744 \uc7a1\uc544\uc8fc\ub294 \uc911\uc694\ud55c \uadfc\uac04\uc774 \ub420 \uac83\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ucd5c\uadfc\uc5d0\ub294 \uc544\uc774\ub4e4\uc744 \uc704\ud55c \uac10\uc131 \ud559\uc2b5\uc774 \uc8fc\ubaa9\ubc1b\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ub514\uc9c0\ud138 \ucf58\ud150\uce20\uac00 \ubc1c\ub2ec\ud558\uace0 \uc790\uadf9\uc801\uc778 \ub9e4\uccb4\uc5d0 \uc544\uc774\ub4e4\uc774 \uc27d\uac8c \ub178\ucd9c\ub418\uc5b4 \uacf5\uac10 \ub2a5\ub825\uc774\ub098 <\/span><span style=\"font-weight: 400;\">\ucee4\ubba4\ub2c8\ucf00\uc774\uc158 \ub2a5\ub825<\/span><span style=\"font-weight: 400;\">, <\/span><span style=\"font-weight: 400;\">\ud300\uc6cc\ud06c<\/span><span style=\"font-weight: 400;\"> \ub4f1\uc774 \uacb0\uc5ec\ub418\ub294 \uc0ac\ub840\uac00 \ub9ce\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 \uc774\ub7f0 \uac10\uc815 \ubc1c\ub2ec\uc740 \uc5b4\ub9b0 \uc2dc\uc808\uc5d0 \uac00\uc7a5 \ud070 \uc601\ud5a5\uc744 \ub07c\uce69\ub2c8\ub2e4. \ub9c8\ucc2c\uac00\uc9c0\ub85c <\/span><span style=\"font-weight: 400;\">\uc5b4\ub9b0\uc774 \uc601\uc5b4<\/span><span style=\"font-weight: 400;\"> \ud559\uc2b5\uc5d0\uc11c\ub3c4 \uad50\uac10\ud558\uace0 \uc9c1\uc811 \ub290\ub07c\ub294 \uac83\uc774 \ub3c4\uc6c0\uc774 \ub41c\ub2e4\ub294 \uac83\uc740 \ub2f9\uc5f0\ud569\ub2c8\ub2e4. \uc624\ub298\uc740 \uc544\uc774\uc758 \uac10\uc131 \ub2a5\ub825\uc744 \uae38\ub7ec\uc8fc\uae30 \uc704\ud55c <\/span><span style=\"font-weight: 400;\">\uc18c\ud504\ud2b8 \uc2a4\ud0ac<\/span><span style=\"font-weight: 400;\">\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\ub3c4\ub85d \ud558\uaca0\uc2b5\ub2c8\ub2e4. \uc544\uc774\uac00 \ub354\uc6b1 \uc0ac\ub791\ubc1b\ub294 \ubbf8\ub798 \uc778\uc7ac\ub85c \uc790\ub77c\ub294 \uac83\uc5d0 \uad00\uc2ec\uc774 \uc788\ub2e4\uba74 \uc9c0\uae08 \uae00\uc744 \uacc4\uc18d\ud574\uc11c \uc77d\uc5b4\uc8fc\uc2ed\uc2dc\uc694.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_63930c59ca0ac\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_63930c59ca0ac\">\n                \ubbf8\ub798 \uc5ed\ub7c9, \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc774\ub780?            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\uae30\ubcf8\uc801\uc73c\ub85c <\/span><span style=\"font-weight: 400;\">\uc18c\ud504\ud2b8 \uc2a4\ud0ac<\/span><span style=\"font-weight: 400;\">\uc774\ub780 <\/span><span style=\"font-weight: 400;\">\ucee4\ubba4\ub2c8\ucf00\uc774\uc158 \ub2a5\ub825<\/span><span style=\"font-weight: 400;\">, \uc2dc\uac04 \uad00\ub9ac, \uc778\uc131, \ub9ac\ub354\uc2ed, \uacf5\uac10 \ub2a5\ub825, \uc724\ub9ac\uc131, \uc790\uc728 \uc8fc\ub3c4 \ud559\uc2b5 \ub4f1 \uc0c1\ud638 \uc791\uc6a9 \ub2a5\ub825\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4. \ud558\ub4dc \uc2a4\ud0ac\uc774 \uae30\uc220\uc801 \ub2a5\ub825\uc774\ub098 \uc790\uaca9 \ub4f1\uc778 \uac83\uacfc \uc0c1\ubc18\ub418\ub294 \uac1c\ub150\uc785\ub2c8\ub2e4. \uc790\uae30 \uc77c\uc5d0 \ucc45\uc784\uac10\uc744 \uac00\uc9c0\ub294 \uac83, \ud0c0\uc778\uacfc \ub354 \uc798 \ud568\uaed8 \ud65c\ub3d9\ud558\ub294 \uac83, \uae0d\uc815\uc801 \ub9c8\uc778\ub4dc, <\/span><span style=\"font-weight: 400;\">\ud300\uc6cc\ud06c<\/span><span style=\"font-weight: 400;\"> \ub4f1\uc774 <\/span><span style=\"font-weight: 400;\">\uc18c\ud504\ud2b8 \uc2a4\ud0ac<\/span><span style=\"font-weight: 400;\">\uc5d0 \uc801\ud569\ud55c \ud589\ub3d9\uc785\ub2c8\ub2e4. \uc774\ub294 \ubbf8\ub798 \uc0ac\ud68c\uac00 \uc6d0\ud558\ub294 \uc5ed\ub7c9\uc73c\ub85c \uc774\ubbf8 \uad6c\uae00\uc740 \ucc3d\uc758\uc131, \uc778\uc131, \ub9ac\ub354\uc2ed, \uacf5\uac10 \ub2a5\ub825 \ub4f1\uc758 \ud30c\uc545\uc744 \uc704\ud574 \uc7a5\uc2dc\uac04 \uba74\uc811\uc744 \ud1b5\ud574 \uc9c1\uc6d0\uc744 \uace0\uc6a9\ud569\ub2c8\ub2e4. \uad6d\ub0b4 \uad6c\uc778\uad6c\uc9c1 \ud50c\ub7ab\ud3fc\uc5d0\uc11c\ub3c4 \ucc44\uc6a9 \uc2dc <\/span><span style=\"font-weight: 400;\">\uc18c\ud504\ud2b8 \uc2a4\ud0ac<\/span><span style=\"font-weight: 400;\"> \ud3c9\uac00 \ud544\uc694\uc131\uc5d0 \ub300\ud574 87% \uc774\uc0c1\uc774 \ud544\uc694\ud558\ub2e4\uace0 \ub2f5\ubcc0\ud558\uc600\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogImage\" id=\"blogImage-block_63930c6dca0ad\">\n    <div class=\"blogImage__wrapper\" >\n        <div class=\"blogImage__image\">\n            <a href=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/shutterstock_1701701902-2-1.jpg\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/shutterstock_1701701902-2-1.jpg\" alt=\"\" class=\"blogImage__imageItem\" srcset=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/shutterstock_1701701902-2-1-300x200.jpg 300w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/shutterstock_1701701902-2-1-1024x682.jpg 1024w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/shutterstock_1701701902-2-1-768x512.jpg 768w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/shutterstock_1701701902-2-1-1536x1023.jpg 1536w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/shutterstock_1701701902-2-1.jpg 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_63930c83ca0ae\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_63930c83ca0ae\">\n                \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uacfc \uc5b4\ub9b0\uc774 \uc601\uc5b4            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\uadf8\ub807\ub2e4\uba74 \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc774 \uc601\uc5b4 \ud559\uc2b5\uc5d0\ub294 \uc5b4\ub5bb\uac8c \uc911\uc694\ud560\uae4c\uc694? <\/span><span style=\"font-weight: 400;\">\uc5b4\ub9b0\uc774 \uc601\uc5b4<\/span><span style=\"font-weight: 400;\">\ub294 \ub2e8\uc21c\ud788 \uc554\uae30\uc640 \uc4f0\uae30\ub85c\ub9cc \ub418\uc5b4\uc9c0\ub294 \uac83\uc774 \uc544\ub2d9\ub2c8\ub2e4. \ud6a8\uacfc\uc801\uc778 \uc601\uc5b4 \uacf5\ubd80 \ubc29\ubc95\uc744 \uc704\ud574\uc120 \uc5b4\ub9b0\uc774\uac00 \uc601\uc5b4\uc5d0 \ubd80\ub2f4 \uc5c6\uc774 \uc811\ud560 \uc218 \uc788\ub294 <\/span><span style=\"font-weight: 400;\">\uc601\uc5b4 \ud658\uacbd<\/span><span style=\"font-weight: 400;\">\uc744 \uad6c\ucd95\ud574 \uc8fc\uc5b4\uc57c \ud569\ub2c8\ub2e4.<\/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;\">\uc544\uc774\uc758 \uc601\uc5b4 \uacf5\ubd80\ub97c \uaca9\ub824\ud574 \uc8fc\uae30 \uc704\ud574\uc11c<\/span><\/a><span style=\"font-weight: 400;\">\ub294 \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc601\uc5b4\uc5d0 \ub300\ud55c \ud638\uae30\uc2ec\uc744 \uc790\uadf9\ud574 \uc8fc\uace0, \ud765\ubbf8\ub97c \uc783\uc9c0 \uc54a\uac8c \ud574\uc57c \ud569\ub2c8\ub2e4. \uc774\uac83\uc740 \ub2e8\uc21c\ud788 \uc601\uc5b4\uc5d0 \uacc4\uc18d\ud574\uc11c \ub178\ucd9c\ub9cc \uc2dc\ud0a4\ub294 \uac83\uc774 \uc544\ub2d9\ub2c8\ub2e4. \uc544\uc774\uc758 \uc601\uc5b4 \ubc1c\ub2ec\uc744 \uc704\ud574\uc120 \uac10\uac01\uc801 \ud589\ub3d9, \uc815\uc11c\uc801 \uad50\uac10\uc774 \ub9e4\uc6b0 \uc911\uc694\ud558\uac8c \uc791\uc6a9\ud569\ub2c8\ub2e4. \uc790\ub140\uc640 \ud568\uaed8 \uc601\uc5b4 \ub3d9\uc694\ub97c \ubd80\ub974\ub294 \uac83\uc774 \uc8fc\ub294 \uc548\uc815\uac10, \uc5b4\ub9b4 \uc801 \ubd80\ubaa8\ub2d8\uacfc \ud568\uaed8 \uad50\uac10\ud558\uba70 \uc601\uc5b4 \uacf5\ubd80\ud588\uc5c8\ub358 \uae30\uc5b5, \uc601\uc5b4 \uacf5\ubd80\ud558\uace0 \ubd80\ubaa8\ub2d8\uaed8 \uce6d\ucc2c\ubc1b\ub358 \ubaa8\uc2b5 \ub4f1\uc740 \ubaa8\ub450 \uc544\uc774\uc640\uc758 \uc0c1\ud638\uc791\uc6a9\uc5d0\uc11c \ub098\uc624\ub294 \uac83\uc774\uba70 \uc774\ub294 \uc544\uc774\uc758 <\/span><span style=\"font-weight: 400;\">\uc18c\ud504\ud2b8 \uc2a4\ud0ac<\/span><span style=\"font-weight: 400;\">\uc5d0 \uc601\ud5a5\uc744 \uc8fc\uac8c \ub429\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ub178\ubc14\ud0a4\ub4dc\ub294 <\/span><span style=\"font-weight: 400;\">\uc720\uc544 \uc601\uc5b4<\/span><span style=\"font-weight: 400;\">\ubd80\ud130\uc758 \uc815\uc11c\uc801 \uad50\uac10\uc774 \uc5bc\ub9c8\ub098 \uc911\uc694\ud55c\uc9c0\ub97c \uc798 \uc54c\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc77c\ubc29\uc801\uc774\uace0 \uc218\uc5c5 \uc911\uc2ec\uc758 <\/span><span style=\"font-weight: 400;\">\uc628\ub77c\uc778 \uc601\uc5b4\ud559\uc6d0<\/span><span style=\"font-weight: 400;\">\uacfc\ub294 \ud655\uc2e4\ud55c \ucc28\uc774\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \uc544\uc774\ub4e4\uacfc \uac10\uc131\uc744 \uacf5\uc720\ud558\uace0 \ubab8\uc9d3\uacfc \ud589\ub3d9\uc73c\ub85c \uc0c1\ud638\uc791\uc6a9\ud569\ub2c8\ub2e4. \uc544\uc774\ub294 \uc2a4\uc2a4\ub85c \uc990\uac70\uc6c0\uc744 \ub290\ub07c\uba70, \uc6d0\uc5b4\ubbfc \uc120\uc0dd\ub2d8\uacfc \uad50\uc721\uc790\uc640 \ud559\uc2b5\uc790\uac00 \uc544\ub2cc, \ud568\uaed8 \uc218\uc5c5\uc744 \uc990\uae30\ub294 \uce5c\uad6c \uac19\uc740 \uc874\uc7ac\ub85c \ub290\ub07c\uac8c\ub054 \ud569\ub2c8\ub2e4. \ub9e4 \uc218\uc5c5 \uc544\uc774\uac00 \uc218\uc5c5\uc5d0 \uc5f4\uc815\uc801\uc73c\ub85c \ucc38\uc5ec\ud558\uace0 \uc990\uac70\uc6cc\ud558\uba70 \ud589\ubcf5\ud574\ud558\ub294 \uac83 \ud655\uc778\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub178\ubc14\ud0a4\ub4dc\uc758 \uc120\uc0dd\ub2d8\ub4e4\uc740 \ubaa8\ub450 \uad6d\uc81c \uc601\uc5b4 \uad50\uc0ac \uc790\uaca9 \uc778\uc99d\uc744 \ubc1b\uc558\uace0 \uc815\uae30\uc801\uc73c\ub85c \uad50\uc721\ubc95\uacfc \uc544\uc774\ub4e4\uc744 \uc704\ud55c \uc218\uc5c5\uc744 \uc5f0\uad6c\ud558\uba70 \uc544\uc774\ub4e4\uc774 \uc88b\uc544\ud560 \uc218 \uc788\ub294 \uad50\uc721\uc744 \ucd94\uad6c\ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uac10\uc131 \uc9c0\ub2a5 \uc218\uc5c5\uc740 \uc2a4\uc704\uc2a4\ub098 \ub124\ub35c\ub780\ub4dc \uac19\uc740 \uc720\ub7fd \uad6d\uac00\uc5d0\uc11c\ub3c4 \uc120\ud638\ud558\ub294 \uad50\uc721 \ubc29\ubc95\uc774\uba70, \uc2e4\uc81c\ub85c \uc544\uc774\ub4e4\uc774 \ud559\ucc3d \uc2dc\uc808\uc5d0 \ub610\ub798\ub4e4\uacfc \ub354 \uacf5\uac10\ud558\uace0 \uc0ac\uad50\uc801\uc73c\ub85c \uc9c0\ub0bc \uc218 \uc788\ub294 \ub2a5\ub825\uc744 \uae38\ub7ec \uc90d\ub2c8\ub2e4.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogHeadingText\" id=\"blogHeadingText-block_63930ca5ca0af\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_63930ca5ca0af\">\n                \uc6b0\ub9ac \uc544\uc774\uac00 \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\uac8c \ud574\uc8fc\ub294 \ubc29\ubc95            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\uc18c\ud504\ud2b8 \uc2a4\ud0ac<\/span><span style=\"font-weight: 400;\">\uc740 \uacc4\uc18d\ud574\uc11c \uc544\uc774\ub4e4\uc5d0\uac8c \uac00\ub974\uccd0\uc57c \ud558\ub294 \uae30\uc220\uc785\ub2c8\ub2e4. \uac10\uc131 \uc9c0\ub2a5\uc740 \uc5b4\ub5a4 \ub098\uc774\ub4e0 \ubc30\uc6b0\uae30 \uc2dc\uc791\ud574\uc57c \ud558\uace0, \uadf8\uac83\uc740 \ube60\ub974\uba74 \ube60\ub97c\uc218\ub85d \uc88b\uc2b5\ub2c8\ub2e4. \uac10\uc131\uc744 \ubc30\uc6b0\uace0, \uc544\uc774\ub4e4\uc774 \uac10\uc131\uc5d0 \ubc18\uc751\ud558\ub294 \uc5b8\uc5b4\ubd80\ud130 \uc2dc\uc791\ud569\ub2c8\ub2e4. \ub178\ubc14\ud0a4\ub4dc\uc758 \uad50\uc721 \ucf58\ud150\uce20 \ub514\ub809\ud130\uc778 Adrienne Landry\ub294 \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \ud0a4\uc6b0\uace0 \uac10\uc131\uc744 \ubc30\uc6b0\ub294 \ubc29\ubc95\uc744 \ub2e4\uc74c\uacfc \uac19\uc774 \uc18c\uac1c\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\uc720\uc544 \uc601\uc5b4<\/span><span style=\"font-weight: 400;\">, <\/span><span style=\"font-weight: 400;\">\uc5b4\ub9b0\uc774 \uc601\uc5b4<\/span><span style=\"font-weight: 400;\">\ub97c \ubc30\uc6b0\uace0 \uc0ac\ud68c\uc640 \uc0c1\ud638\uc791\uc6a9\uc744 \ud558\uae30 \uc2dc\uc791\ud558\uba74\uc11c \uac10\uc815\uc801\uc778 \ubc18\uc751\uacfc \ud589\ub3d9\uc774 \ub9ce\uc544\uc9d1\ub2c8\ub2e4. \uc77c\uc0c1\uc0dd\ud65c\uc5d0\uc11c \ubd80\ubaa8\uac00 \uc544\uc774\uc5d0\uac8c \uae0d\uc815\uc801\uc778 \uac10\uc815\uacfc \uc601\ud5a5\uc744 \uc8fc\ub294 \uac83 \ub9e4\uc6b0 \uc911\uc694\ud569\ub2c8\ub2e4. \ud589\ub3d9\uc744 \ud1b5\ud574 \ubc30\uc6b8 \uc218 \uc788\ub294 \uc5ed\ud560 \ubaa8\ub378\uc774 \ub418\uc5b4 \uc8fc\uc5b4\uc57c \ud569\ub2c8\ub2e4. \ub9ce\uc740 \ubd80\ubaa8\uac00 \uc544\uc774\ub4e4\uc774 \ub290\ub07c\ub294 \uac10\uc815\uc5d0 \ub300\ud574 \ub2f9\uc5f0\ud558\ub2e4\uace0 \uc5ec\uae30\ub294 \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4. \uc2ec\ub9ac\ud559\uc790\ub4e4\uc774 \uad00\ucc30\ud55c \ubc14\uc5d0 \ub530\ub974\uba74 \ubd80\ubaa8\ub4e4\uc740 \uac10\uc815\uacfc \ud589\ub3d9\uc744 \uc798 \uad6c\ubd84\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4 \uc544\uc774\uac00 \uc6b8\uac70\ub098 \ud654\ub97c \ub0b4\uba74, \u2018\uadf8\uac74 \uc544\ubb34\uac83\ub3c4 \uc544\ub2c8\uc57c\u2019\ub77c\ub294 \uc2dd\uc73c\ub85c \ud45c\ud604\uc744 \uc790\uc81c\uc2dc\ud0a4\ub294 \uacbd\uc6b0\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uc774\ubcf4\ub2e4\ub294 \ud654\uac00 \ub098\uac70\ub098 \uc6b0\ub294 \uac10\uc815\ub3c4 \uc774\ud574\ud558\uace0 \ud1b5\uc81c\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc8fc\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uc544\uc774\uc758 \uac10\uc815\uc744 \uad6c\uccb4\ud654\ud558\uace0 \uacf5\uac10\ud574 \uc8fc\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uba3c\uc800 \ubd80\ubaa8\ub2d8\uc774 \uc544\uc774\ub97c \uc704\ud574 \uc2a4\uc2a4\ub85c\uc758 \uc6d0\uce59\uc744 \uc138\uc6cc\uc57c \ud569\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\uba3c\uc800 <\/span><b>\uc790\uae30 \uc778\uc2dd(Self-awareness)<\/b><span style=\"font-weight: 400;\">\uc785\ub2c8\ub2e4. \uc0ac\ub78c\uc774 \ud2b9\uc815 \uc21c\uac04\uc5d0 \ub290\ub07c\ub294 \uac83\uc774 \ubb34\uc5c7\uc778\uc9c0 \uc54c\uace0 \uadf8\uac83\uc744 \ud1b5\ud574 \uc5b4\ub5a4 \uc601\ud5a5\uc744 \ubbf8\uce58\ub294\uc9c0 \uc774\ud574\ud574\uc57c \ud569\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ub450 \ubc88\uc9f8\ub294 \uc790\uc728 <\/span><b>\uaddc\uc81c(Self-regulation)<\/b><span style=\"font-weight: 400;\">\uc785\ub2c8\ub2e4. \uac10\uc815\uc5d0 \ubc18\uc751\ud558\ub294 \ubc29\ubc95\uc744 \ud1b5\uc81c\ud560 \uc218 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uc544\uc774\uac00 \uac10\uc815\uc744 \uc77c\uc73c\ud0ac \ub54c \ubc18\uc751\ud574 \uc8fc\uace0 \uc801\uc808\ud558\uac8c \uaddc\uc81c\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \ubd80\ubaa8\ub294 \ub354 \ub098\uc740 \uc2e0\uacbd\uacfc \ud310\ub2e8\uc744 \uac00\uc84c\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4. \uc544\uc774\uc758 \uac10\uc815\uc744 \uc774\ud574\ud558\uace0 \uacf5\uac10\ud558\uba70 \ud1b5\uc81c\ud574\uc57c \ud569\ub2c8\ub2e4. \uc544\uc774\uac00 \ud654\uac00 \ub0ac\ub2e4\uba74 \ud568\uaed8 \ud654\ub97c \ub0b4\uba70 \ub2e4\uadf8\uce60 \uac83\uc774 \uc544\ub2c8\ub77c, \ud654\uac00 \ub09c \uac83\uc744 \uc774\ud574\ud558\uace0, \uc870\uae08 \uc26c\uc5b4\uac00\uc790\uba70 \uaddc\uc81c\ud574\uc57c \ud569\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\uc138 \ubc88\uc9f8\ub294 <\/span><b>\ub3d9\uae30(Motivation)<\/b><span style=\"font-weight: 400;\">\uc785\ub2c8\ub2e4. \uc0ac\ub78c\ub4e4\uc740 \ubd80\uc815\uc801\uc774\uace0 \ud754\ub4e4\ub9ac\ub294 \uac10\uc815\uc5d0\uc11c\ub3c4 \ubaa9\ud45c\ub97c \ub2ec\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub298 \uc990\uac70\uc6b8 \uc218\ub9cc\uc740 \uc5c6\uc9c0\ub9cc \uadf8\ub807\ub2e4\uace0 \ud574\uc11c \ud558\ub358 \ubaa8\ub4e0 \uc77c\uc744 \ub0b4\ub824\ub193\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ubd80\ubaa8\ub294 \uc774\ub7ec\ud55c \uac83\uc744 \uc774\ud574\ud558\uace0 \uadf9\ubcf5\ud560 \uc218 \uc788\ub2e4\ub294 \uac83\uc744 \uc544\uc774\uac00 \ubcf4\uace0 \ubc30\uc6b8 \uc218 \uc788\ub3c4\ub85d \ud574 \uc8fc\uc5b4\uc57c \ud569\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ub124 \ubc88\uc9f8\ub294 <\/span><b>\uacf5\uac10(Empathy)<\/b><span style=\"font-weight: 400;\">\uc785\ub2c8\ub2e4. \uc544\uc774\uc758 \ub9c8\uc74c\uc744 \uc774\ud574\ud574 \uc8fc\uc138\uc694. \uc5b4\ub9b0\uc774 \uc601\uc5b4\ub97c \ubc30\uc6b0\ub294 \uacfc\uc815\uc5d0\uc11c \uc544\uc774\uac00 \ud798\ub4e4\uc5b4\ud55c\ub2e4\uba74 \uacf5\uac10\ud574 \uc8fc\uace0, \uc5b4\ub824\uc6b4 \uc0c1\ud669\uc5d0 \uad00\ud574 \uc774\uc57c\uae30\ud574\uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc5b4\ub5bb\uac8c \uadf8\ub807\uac8c \ub290\ub07c\uace0 \ubc18\uc751\ud558\ub294\uc9c0, \uadf8\ub7f4 \ub54c\ub294 \uc5b4\ub5a0\ud55c \ubc29\ubc95\uc774 \uc88b\uc740\uc9c0, \uc9c4\uc2ec\uc73c\ub85c \uacf5\uac10\ud558\uba70 \uc544\uc774\uc758 \uac10\uc131 \uc9c0\ub2a5\uc744 \ud0a4\uc6b8 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\ub2e4\uc12f \ubc88\uc9f8\ub294 <\/span><b>\uc0ac\uad50\uc220(Social skills)<\/b><span style=\"font-weight: 400;\">\uc785\ub2c8\ub2e4. \ubd80\ubaa8 \ub610\ud55c \uc0ac\ub78c\ub4e4\uacfc\uc758 \uad00\uacc4\uc5d0\uc11c \ud3b8\uc548\ud568\uc744 \ub290\ub07c\uace0 \uae0d\uc815\uc801 \ubc18\uc751\uc744 \uc5bb\uc5b4\uc57c \ud569\ub2c8\ub2e4.<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"section blogImage\" id=\"blogImage-block_63930ce5ca0b0\">\n    <div class=\"blogImage__wrapper\" >\n        <div class=\"blogImage__image\">\n            <a href=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/shutterstock_784646560-2-1.jpg\" class=\"glightbox\">\n                <img decoding=\"async\" src=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/shutterstock_784646560-2-1.jpg\" alt=\"\" class=\"blogImage__imageItem\" srcset=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/shutterstock_784646560-2-1-300x200.jpg 300w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/shutterstock_784646560-2-1-1024x682.jpg 1024w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/shutterstock_784646560-2-1-768x512.jpg 768w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/shutterstock_784646560-2-1-1536x1023.jpg 1536w, https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/shutterstock_784646560-2-1.jpg 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_63930cf2ca0b1\">\n    <div class=\"blogHeadingText__wrapper\" >\n        <div class=\"blogHeadingText__heading\">\n            <h2 class=\"blogHeadingText__headingItem\" data-blog-heading data-section-id=\"blogHeadingText-block_63930cf2ca0b1\">\n                \uac10\uc815 \uc9c0\ub2a5\uc744 \ud0a4\uc6b0\uace0 \uc2f6\uc5b4 \ud558\ub294 \ubd80\ubaa8\ub4e4\uc744 \uc704\ud55c \ud301            <\/h2>\n        <\/div>\n        <div class=\"blogHeadingText__content\">\n            <p><span style=\"font-weight: 400;\">\u00a0\ub9c8\uc9c0\ub9c9\uc73c\ub85c Adrienne Landry\ub294 \ubd80\ubaa8\ub4e4\uc744 \uc704\ud55c 5\uac00\uc9c0 \ud301\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/span><\/p>\n<ol>\n<li><span style=\"font-weight: 400;\"> \uc790\ub140\uc640 \ubcf8\uc778\uc758 \uac10\uc815\uc5d0 \uc8fc\uc758\ud558\uc138\uc694. \uac10\uc815\uc740 \uac00\uce58 \uc788\ub294 \uac83\uc774\uace0, \uc774\ub97c \uc774\ud574\ud558\ub294 \uac83\uc740 <\/span><span style=\"font-weight: 400;\">\ucee4\ubba4\ub2c8\ucf00\uc774\uc158 \ub2a5\ub825<\/span><span style=\"font-weight: 400;\">\uc785\ub2c8\ub2e4. \uc774\ud574\ud558\uace0 \uad00\ucc30\ud558\uace0 \ub4e3\uace0 \ubc30\uc6b0\uc154\uc57c \ud569\ub2c8\ub2e4.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> \uc790\ub140\uc640 \uac10\uc815\uc801 \uad50\uac10\uc744 \ud558\uc138\uc694. \uac10\uc815\uc801 \uc21c\uac04\uc744 \uc5f0\uacb0\uc758 \uae30\ud68c\ub85c \uc0bc\uace0, \uc138\uc2ec\ud55c \uc8fc\uc758\ub97c \uae30\uc6b8\uc774\uc138\uc694. \ud53c\ud558\uc154\uc11c\ub294 \uc548 \ub429\ub2c8\ub2e4.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> \uc790\ub140\uc758 \ub9d0\uc744 \uc798 \ub4e4\uc5b4\uc8fc\uc138\uc694. \uc544\uc774\uac00 \ud798\ub4e4\uc5b4\ud558\uba74 \ubd80\ubaa8\ub4e4\uc740 \ube68\ub9ac \ubb38\uc81c\ub97c \ud574\uacb0\ud558\ub824\uace0 \ud558\ub294 \uacbd\ud5a5\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc598\uae30\ub97c \uc6b0\uc120 \ub4e4\uc5b4\uc8fc\uc138\uc694.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> \uac10\uc815\uc5d0 \uc774\ub984\uc744 \uc9d3\uc2b5\ub2c8\ub2e4. \uac10\uc815 \uc5b4\ud718\ub97c \uc0ac\uc6a9\ud558\uace0 \ud45c\ud604\uc744 \ud1b5\ud574 \uc18c\ud1b5\ud558\uc138\uc694.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"> \ud568\uaed8 \ubb38\uc81c\uc5d0 \ub300\ud574 \uc598\uae30 \ub098\ub204\uba70 \ud574\uacb0\ucc45\uc744 \ud0d0\uc0c9\ud569\ub2c8\ub2e4. \ubb34\uc5c7\uc744 \ub290\ub07c\ub294\uc9c0 \uad6c\ubcc4\ud574\uc11c \uc544\uc774\uc640\uc758 <\/span><span style=\"font-weight: 400;\">\ud300\uc6cc\ud06c<\/span><span style=\"font-weight: 400;\">\ub97c \uae30\ub974\uc138\uc694.<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">\u00a0<\/span><span style=\"font-weight: 400;\">\uc601\uc5b4 \ud658\uacbd<\/span><span style=\"font-weight: 400;\">\uc740 \uacf5\ubd80\uc5d0 \ud070 \uc601\ud5a5\uc744 \ub07c\uce69\ub2c8\ub2e4. \uc544\uc774\ub4e4\uc774 \uc601\uc5b4\ub97c \uacf5\ubd80\ud560 \ub54c \ub9c8\uce58 \uc601\uc5b4\uad8c \uad6d\uac00 \uc544\uc774\ub4e4\uc774 \ubaa8\uad6d\uc5b4\ub97c \ubc30\uc6b0\ub294 \uac83\ucc98\ub7fc \uacf5\ubd80\ud558\ub294 \uac83\uc740 \uc544\uc774\uc758 \uc2e4\ub825 \ud5a5\uc0c1\uc5d0 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4. \ub9ce\uc740 \ubd80\ubaa8\ub2d8\uc774 \ub178\ub825\ud558\uace0 \uacc4\uc2ec\uc744 \uc798 \uc54c\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/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;\">\uc601\uc5b4 \ud559\uc2b5\uc744 \uc544\ubb34\ub807\uac8c\ub098 \ud560 \uc218\ub294 \uc5c6\uc744 \ud14c\ub2c8\uae4c\uc694<\/span><\/a><span style=\"font-weight: 400;\">. \uadf8\ub7ec\ub098 \uc601\uc5b4\ub294 \uc544\uc774 \ud63c\uc790 \uacf5\ubd80\ud558\ub294 \uac83\uc774 \uc544\ub2d9\ub2c8\ub2e4. \ubd80\ubaa8\ub2d8\uc774 \uac10\uc815\uc801\uc73c\ub85c \ub530\ub73b\ud558\uac8c \ub2e4\uac00\uac00 \uc8fc\uc154\uc57c \ud569\ub2c8\ub2e4. \uc544\uc774\uc5d0\uac8c \uc624\ub298 \ubc30\uc6b4 \uc601\uc5b4\uc5d0 \ub300\ud574 \uad00\uc2ec\uc744 \uac00\uc838\uc8fc\ub294 \uac83, \uc544\uc774\uc640 \ud568\uaed8 \uc601\uc5b4\ub97c \uc0ac\uc6a9\ud558\ub294 \uac83, \uc544\uc774\uc758 \uac10\uc815\uc744 \uc774\ud574\ud558\uace0 \uacf5\uac10\ud574 \uc8fc\ub294 \uac83, \uac00\ub054\uc740 \ud568\uaed8 \uc26c\uc5b4\uac00\uace0, \uac00\ub054\uc740 \ud568\uaed8 \ub180\uc774\ud558\ub294 \uac83, \ubaa8\ub450 \uc544\uc774\ub97c \uc704\ud55c \uc601\uc5b4 \uacf5\ubd80 \ubc29\uc2dd\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u00a0\uc544\uc774\ub97c \uc704\ud55c <\/span><span style=\"font-weight: 400;\">\uc628\ub77c\uc778 \uc601\uc5b4 \ud559\uc6d0<\/span><span style=\"font-weight: 400;\">\uc778 \ub178\ubc14\ud0a4\ub4dc\uc5d0\uc11c\ub294 \ub298 \uc790\uae30\uc8fc\ub3c4\uc801\uc73c\ub85c \uc601\uc5b4\ub97c \ud559\uc2b5\ud560 \uc218 \uc788\ub3c4\ub85d \uc544\uc774\uc640 \uc18c\ud1b5\ud569\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 \ub298 \uad50\uc721 \ubc29\uc2dd\uc5d0 \ub300\ud574 \uace0\ubbfc\ud558\uace0 \uc5f0\uad6c\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc544\uc774\ub4e4\uc774 \uc601\uc5b4 \uacf5\ubd80\ub97c \ud558\uba74\uc11c \uc790\uc2e0\uc758 \uac10\uc815\uc744 \uc194\uc9c1\ud558\uac8c \ud45c\ud604\ud558\uac8c \ub418\uace0 \ud0c0\uc778\uacfc\uc758 <\/span><span style=\"font-weight: 400;\">\ucee4\ubba4\ub2c8\ucf00\uc774\uc158 \ub2a5\ub825<\/span><span style=\"font-weight: 400;\">\uc744 \ud5a5\uc0c1 \uc2dc\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\uc774\ub97c \uc704\ud55c \ub354 \ub9ce\uc740 \uc601\uc5b4 \ud559\uc2b5 \ubc29\ubc95\uc774 \uad81\uae08\ud558\ub2e4\uba74 \uc800\ud76c \uc6f9 \uc0ac\uc774\ud2b8\ub97c \uc774\uc6a9\ud574 \uc8fc\uc138\uc694. \uc544\uc774\ub97c \uc704\ud55c \uc601\uc5b4 \ud559\uc2b5,<\/span><a href=\"https:\/\/www.novakidschool.com\/ko\/registration?language=ko&amp;region=KR\"> <span style=\"font-weight: 400;\">\ubb34\ub8cc \uc218\uc5c5\ub3c4 \uccb4\ud5d8\ud574 \ubcf4\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/a><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: right;\"><span style=\"font-weight: 400;\">\u00a0\uc624\ub298 \ucf58\ud150\uce20\ub294 \uc5b4\ub5a0\uc168\ub098\uc694?\u00a0<\/span><\/p>\n        <\/div>\n    <\/div>\n  <\/section>\n","protected":false},"excerpt":{"rendered":"<p> \uc544\uc774\uc758 \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uac1c\ubc1c\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubd05\ub2c8\ub2e4. \uac10\uc131 \uc9c0\ub2a5\uc740 \uc774\uc804\ubcf4\ub2e4 \ub354\uc6b1 \uc8fc\ubaa9\ubc1b\ub294 \ubbf8\ub798 \uc778\uc7ac\uc758 \ud544\uc218 \uc870\uac74\uc785\ub2c8\ub2e4. \uc5b4\ub9b0\uc774 \uc601\uc5b4 \ud559\uc2b5\uc5d0\ub3c4 \uc801\uc6a9\ub429\ub2c8\ub2e4. \uc544\uc774\uc758 \uac10\uc131\uc5d0 \ub300\ud574 \uc774\ud574\ud558\uace0 \ub610 \uc798 \ud45c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uae38\ub7ec\uc8fc\uc138\uc694. \uc544\uc774 \ud559\uc2b5\uc758 \ubbf8\ub798\ub97c \uc704\ud574 \ub354 \ub098\uc740 \uad50\uc721 \ubc29\uc2dd\uc744 \ubc30\uc6cc\ubd05\uc2dc\ub2e4.<\/p>\n","protected":false},"author":1,"featured_media":1205,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[3],"tags":[],"class_list":["post-1204","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hagbumonim-eul-wihan-nobakideu"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\uc6b0\ub9ac \uc544\uc774 \uc601\uc5b4 \uacf5\ubd80\uc5d0 \uc911\uc694\ud55c \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uae38\ub7ec\uc8fc\ub294 \ubc95<\/title>\n<meta name=\"description\" content=\"\uc544\uc774\uc758 \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uac1c\ubc1c\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubd05\ub2c8\ub2e4. \uac10\uc131 \uc9c0\ub2a5\uc740 \uc774\uc804\ubcf4\ub2e4 \ub354\uc6b1 \uc8fc\ubaa9\ubc1b\ub294 \ubbf8\ub798 \uc778\uc7ac\uc758 \ud544\uc218 \uc870\uac74\uc785\ub2c8\ub2e4. \uc5b4\ub9b0\uc774 \uc601\uc5b4 \ud559\uc2b5\uc5d0\ub3c4 \uc801\uc6a9\ub429\ub2c8\ub2e4. \uc544\uc774\uc758 \uac10\uc131\uc5d0 \ub300\ud574 \uc774\ud574\ud558\uace0 \ub610 \uc798 \ud45c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uae38\ub7ec\uc8fc\uc138\uc694. \uc544\uc774 \ud559\uc2b5\uc758 \ubbf8\ub798\ub97c \uc704\ud574 \ub354 \ub098\uc740 \uad50\uc721 \ubc29\uc2dd\uc744 \ubc30\uc6cc\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\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc6b0\ub9ac \uc544\uc774 \uc601\uc5b4 \uacf5\ubd80\uc5d0 \uc911\uc694\ud55c \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uae38\ub7ec\uc8fc\ub294 \ubc95\" \/>\n<meta property=\"og:description\" content=\"\uc544\uc774\uc758 \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uac1c\ubc1c\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubd05\ub2c8\ub2e4. \uac10\uc131 \uc9c0\ub2a5\uc740 \uc774\uc804\ubcf4\ub2e4 \ub354\uc6b1 \uc8fc\ubaa9\ubc1b\ub294 \ubbf8\ub798 \uc778\uc7ac\uc758 \ud544\uc218 \uc870\uac74\uc785\ub2c8\ub2e4. \uc5b4\ub9b0\uc774 \uc601\uc5b4 \ud559\uc2b5\uc5d0\ub3c4 \uc801\uc6a9\ub429\ub2c8\ub2e4. \uc544\uc774\uc758 \uac10\uc131\uc5d0 \ub300\ud574 \uc774\ud574\ud558\uace0 \ub610 \uc798 \ud45c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uae38\ub7ec\uc8fc\uc138\uc694. \uc544\uc774 \ud559\uc2b5\uc758 \ubbf8\ub798\ub97c \uc704\ud574 \ub354 \ub098\uc740 \uad50\uc721 \ubc29\uc2dd\uc744 \ubc30\uc6cc\ubd05\uc2dc\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/\" \/>\n<meta property=\"og:site_name\" content=\"Novakid Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-09T10:25:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-09T10:26:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/keren-fedida-YtvItJoIREk-unsplash-1.jpg\" \/>\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":"\uc6b0\ub9ac \uc544\uc774 \uc601\uc5b4 \uacf5\ubd80\uc5d0 \uc911\uc694\ud55c \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uae38\ub7ec\uc8fc\ub294 \ubc95","description":"\uc544\uc774\uc758 \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uac1c\ubc1c\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubd05\ub2c8\ub2e4. \uac10\uc131 \uc9c0\ub2a5\uc740 \uc774\uc804\ubcf4\ub2e4 \ub354\uc6b1 \uc8fc\ubaa9\ubc1b\ub294 \ubbf8\ub798 \uc778\uc7ac\uc758 \ud544\uc218 \uc870\uac74\uc785\ub2c8\ub2e4. \uc5b4\ub9b0\uc774 \uc601\uc5b4 \ud559\uc2b5\uc5d0\ub3c4 \uc801\uc6a9\ub429\ub2c8\ub2e4. \uc544\uc774\uc758 \uac10\uc131\uc5d0 \ub300\ud574 \uc774\ud574\ud558\uace0 \ub610 \uc798 \ud45c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uae38\ub7ec\uc8fc\uc138\uc694. \uc544\uc774 \ud559\uc2b5\uc758 \ubbf8\ub798\ub97c \uc704\ud574 \ub354 \ub098\uc740 \uad50\uc721 \ubc29\uc2dd\uc744 \ubc30\uc6cc\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\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc6b0\ub9ac \uc544\uc774 \uc601\uc5b4 \uacf5\ubd80\uc5d0 \uc911\uc694\ud55c \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uae38\ub7ec\uc8fc\ub294 \ubc95","og_description":"\uc544\uc774\uc758 \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uac1c\ubc1c\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubd05\ub2c8\ub2e4. \uac10\uc131 \uc9c0\ub2a5\uc740 \uc774\uc804\ubcf4\ub2e4 \ub354\uc6b1 \uc8fc\ubaa9\ubc1b\ub294 \ubbf8\ub798 \uc778\uc7ac\uc758 \ud544\uc218 \uc870\uac74\uc785\ub2c8\ub2e4. \uc5b4\ub9b0\uc774 \uc601\uc5b4 \ud559\uc2b5\uc5d0\ub3c4 \uc801\uc6a9\ub429\ub2c8\ub2e4. \uc544\uc774\uc758 \uac10\uc131\uc5d0 \ub300\ud574 \uc774\ud574\ud558\uace0 \ub610 \uc798 \ud45c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uae38\ub7ec\uc8fc\uc138\uc694. \uc544\uc774 \ud559\uc2b5\uc758 \ubbf8\ub798\ub97c \uc704\ud574 \ub354 \ub098\uc740 \uad50\uc721 \ubc29\uc2dd\uc744 \ubc30\uc6cc\ubd05\uc2dc\ub2e4.","og_url":"https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/","og_site_name":"Novakid Blog","article_published_time":"2022-12-09T10:25:28+00:00","article_modified_time":"2022-12-09T10:26:03+00:00","og_image":[{"width":1600,"height":1066,"url":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/keren-fedida-YtvItJoIREk-unsplash-1.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\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/#article","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/"},"author":{"name":"Novakid","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#\/schema\/person\/c862f822b1359f3e25aa788f96e5a65d"},"headline":"\uc5b4\ub9b0 \uc2dc\uc808\ubd80\ud130 \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uac1c\ubc1c\ud558\ub294 \ubc29\ubc95 : \ubd80\ubaa8\ub97c \uc704\ud55c \uc2e4\uc6a9\uc801\uc778 \ud301","datePublished":"2022-12-09T10:25:28+00:00","dateModified":"2022-12-09T10:26:03+00:00","mainEntityOfPage":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/"},"wordCount":0,"commentCount":0,"publisher":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#organization"},"image":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/keren-fedida-YtvItJoIREk-unsplash-1.jpg","articleSection":["\ud559\ubd80\ubaa8\ub2d8\uc744 \uc704\ud55c \ub178\ubc14\ud0a4\ub4dc"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/","url":"https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/","name":"\uc6b0\ub9ac \uc544\uc774 \uc601\uc5b4 \uacf5\ubd80\uc5d0 \uc911\uc694\ud55c \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uae38\ub7ec\uc8fc\ub294 \ubc95","isPartOf":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/#primaryimage"},"image":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/#primaryimage"},"thumbnailUrl":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/keren-fedida-YtvItJoIREk-unsplash-1.jpg","datePublished":"2022-12-09T10:25:28+00:00","dateModified":"2022-12-09T10:26:03+00:00","description":"\uc544\uc774\uc758 \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uac1c\ubc1c\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubd05\ub2c8\ub2e4. \uac10\uc131 \uc9c0\ub2a5\uc740 \uc774\uc804\ubcf4\ub2e4 \ub354\uc6b1 \uc8fc\ubaa9\ubc1b\ub294 \ubbf8\ub798 \uc778\uc7ac\uc758 \ud544\uc218 \uc870\uac74\uc785\ub2c8\ub2e4. \uc5b4\ub9b0\uc774 \uc601\uc5b4 \ud559\uc2b5\uc5d0\ub3c4 \uc801\uc6a9\ub429\ub2c8\ub2e4. \uc544\uc774\uc758 \uac10\uc131\uc5d0 \ub300\ud574 \uc774\ud574\ud558\uace0 \ub610 \uc798 \ud45c\ud604\ud558\ub294 \ubc29\ubc95\uc744 \uae38\ub7ec\uc8fc\uc138\uc694. \uc544\uc774 \ud559\uc2b5\uc758 \ubbf8\ub798\ub97c \uc704\ud574 \ub354 \ub098\uc740 \uad50\uc721 \ubc29\uc2dd\uc744 \ubc30\uc6cc\ubd05\uc2dc\ub2e4.","breadcrumb":{"@id":"https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/#primaryimage","url":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/keren-fedida-YtvItJoIREk-unsplash-1.jpg","contentUrl":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-content\/uploads\/2022\/12\/keren-fedida-YtvItJoIREk-unsplash-1.jpg","width":1600,"height":1066},{"@type":"BreadcrumbList","@id":"https:\/\/www.novakidschool.com\/ko\/blog\/uli-ai-yeong-eo-gongbue-jung-yohan-sopeuteu-seukil-eul-gilleojuneun-beob\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.novakidschool.com\/ko\/blog\/"},{"@type":"ListItem","position":2,"name":"\uc5b4\ub9b0 \uc2dc\uc808\ubd80\ud130 \uc18c\ud504\ud2b8 \uc2a4\ud0ac\uc744 \uac1c\ubc1c\ud558\ub294 \ubc29\ubc95 : \ubd80\ubaa8\ub97c \uc704\ud55c \uc2e4\uc6a9\uc801\uc778 \ud301"}]},{"@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\/1204","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=1204"}],"version-history":[{"count":3,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/posts\/1204\/revisions"}],"predecessor-version":[{"id":1210,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/posts\/1204\/revisions\/1210"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/media\/1205"}],"wp:attachment":[{"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/media?parent=1204"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/categories?post=1204"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.novakidschool.com\/ko\/blog\/wp-json\/wp\/v2\/tags?post=1204"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}