{"id":40135,"date":"2024-11-03T04:11:44","date_gmt":"2024-11-03T04:11:44","guid":{"rendered":"https:\/\/atmokpo.com\/w\/?p=40135"},"modified":"2024-11-26T06:40:00","modified_gmt":"2024-11-26T06:40:00","slug":"68-%ed%85%8c%eb%a7%88-%eb%b0%8f-%ed%94%8c%eb%9f%ac%ea%b7%b8%ec%9d%b8-%ea%b0%9c%eb%b0%9c-%ed%94%8c%eb%9f%ac%ea%b7%b8%ec%9d%b8-%eb%b3%b4%ec%95%88%ea%b3%bc-%ec%b5%9c%ec%a0%81%ed%99%94-%ed%8c%81","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/40135\/","title":{"rendered":"68. \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uacfc \ucd5c\uc801\ud654 \ud301"},"content":{"rendered":"<p><body><\/p>\n<p>\uc6cc\ub4dc\ud504\ub808\uc2a4\ub294 \uc804 \uc138\uacc4\uc801\uc73c\ub85c \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ucf58\ud150\uce20 \uad00\ub9ac \uc2dc\uc2a4\ud15c\uc785\ub2c8\ub2e4. \uadf8 \uc774\uc720\ub294 \uc720\uc5f0\uc131\uacfc \ud655\uc7a5\uc131 \ub355\ubd84\uc778\ub370, \ud2b9\ud788 \uc0ac\uc6a9\uc790 \uc815\uc758 \ud14c\ub9c8\uc640 \ud50c\ub7ec\uadf8\uc778\uc744 \ud1b5\ud574 \ub9de\ucda4\ud615 \uc0ac\uc774\ud2b8\ub97c \uad6c\ucd95\ud560 \uc218 \uc788\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \ud14c\ub9c8\uc640 \ud50c\ub7ec\uadf8\uc778\uc744 \uac1c\ubc1c\ud558\ub294 \ubc29\ubc95, \uadf8\ub9ac\uace0 \ud50c\ub7ec\uadf8\uc778\uc758 \ubcf4\uc548 \ubc0f \ucd5c\uc801\ud654\uc5d0 \ub300\ud55c \ud301\uc744 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. \uc6cc\ub4dc\ud504\ub808\uc2a4 \ud14c\ub9c8 \uac1c\ubc1c<\/h2>\n<p>\uc6cc\ub4dc\ud504\ub808\uc2a4 \ud14c\ub9c8\ub294 \uc0ac\uc774\ud2b8\uc758 \uc804\uccb4\uc801\uc778 \ub514\uc790\uc778\uacfc \ub808\uc774\uc544\uc6c3\uc744 \uc81c\uc5b4\ud558\ub294 \ud30c\uc77c \uc9d1\ud569\uc785\ub2c8\ub2e4. \uc5ec\uae30\uc11c\ub294 \uae30\ubcf8 \ud14c\ub9c8 \uad6c\uc131\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>1.1. \uae30\ubcf8 \ud14c\ub9c8 \uad6c\uc870<\/h3>\n<p>\uc6cc\ub4dc\ud504\ub808\uc2a4 \ud14c\ub9c8\ub294 \ucd5c\uc18c\ud55c \ub2e4\uc74c\uacfc \uac19\uc740 \ud30c\uc77c\uc744 \ud3ec\ud568\ud574\uc57c \ud569\ub2c8\ub2e4:<\/p>\n<ul>\n<li><code>style.css<\/code>: \ud14c\ub9c8\uc758 \uc2a4\ud0c0\uc77c\uc744 \uc815\uc758\ud569\ub2c8\ub2e4.<\/li>\n<li><code>index.php<\/code>: \ud14c\ub9c8\uc758 \uae30\ubcf8 \ud15c\ud50c\ub9bf \ud30c\uc77c\uc785\ub2c8\ub2e4.<\/li>\n<li><code>functions.php<\/code>: \ud14c\ub9c8\uc758 \uae30\ub2a5\uc744 \uc815\uc758\ud558\ub294 \ud30c\uc77c\uc785\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>1.2. style.css \uc608\uc81c<\/h3>\n<pre><code>\n\/*\nTheme Name: My Custom Theme\nTheme URI: https:\/\/example.com\/my-custom-theme\nAuthor: Your Name\nAuthor URI: https:\/\/example.com\nDescription: A custom theme for my website.\nVersion: 1.0\nLicense: GNU General Public License v2 or later\nLicense URI: http:\/\/www.gnu.org\/licenses\/gpl-2.0.html\nText Domain: my-custom-theme\n*\/\n\nbody {\n    background-color: #fff;\n    font-family: Arial, sans-serif;\n    line-height: 1.5;\n}\n<\/code><\/pre>\n<h3>1.3. functions.php \uc608\uc81c<\/h3>\n<pre><code>\n<?php\nfunction my_custom_theme_setup() {\n    add_theme_support('title-tag');\n}\nadd_action('after_setup_theme', 'my_custom_theme_setup');\n?>\n<\/code><\/pre>\n<h3>1.4. \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5 \ubc0f \ud15c\ud50c\ub9bf \ud30c\uc77c<\/h3>\n<p>\ud14c\ub9c8 \ud30c\uc77c \uc548\uc5d0\ub294 <code>header.php<\/code>, <code>footer.php<\/code>, <code>sidebar.php<\/code> \ub4f1\uc758 \ud15c\ud50c\ub9bf \ud30c\uc77c\uc744 \ucd94\uac00\ud558\uc5ec \uc0ac\uc774\ud2b8\uc758 \ub2e4\uc591\ud55c \ubd80\ubd84\uc744 \ucee4\uc2a4\ud130\ub9c8\uc774\uc988\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\ub294 <code>header.php<\/code>\uc758 \uc608\uc785\ub2c8\ub2e4.<\/p>\n<pre><code>\n&lt;!DOCTYPE html&gt;\n&lt;html lang=\"ko\"&gt;\n&lt;head&gt;\n    &lt;meta charset=\"UTF-8\"&gt;\n    &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"&gt;\n    &lt;title&gt;&lt;?php wp_title(); ?&gt;&lt;\/title&gt;\n    &lt;?php wp_head(); ?&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n    &lt;header&gt;\n        &lt;h1&gt;\ub0b4 \uc0ac\uc774\ud2b8 \ud5e4\ub354&lt;\/h1&gt;\n    &lt;\/header&gt;\n<\/code><\/pre>\n<h2>2. \uc6cc\ub4dc\ud504\ub808\uc2a4 \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c<\/h2>\n<p>\uc6cc\ub4dc\ud504\ub808\uc2a4 \ud50c\ub7ec\uadf8\uc778\uc740 \uc0ac\uc774\ud2b8\uc5d0 \ud2b9\uc815 \uae30\ub2a5\uc744 \ucd94\uac00\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud50c\ub7ec\uadf8\uc778\uc758 \uad6c\uc870\uc640 \uc791\ub3d9 \ubc29\uc2dd\uc744 \uc774\ud574\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/p>\n<h3>2.1. \uae30\ubcf8 \ud50c\ub7ec\uadf8\uc778 \uad6c\uc870<\/h3>\n<p>\ud50c\ub7ec\uadf8\uc778\uc740 \uc77c\ubc18\uc801\uc73c\ub85c \ub2e4\uc74c\uacfc \uac19\uc740 \uad6c\uc870\ub97c \uac00\uc9d1\ub2c8\ub2e4:<\/p>\n<ul>\n<li><code>my-plugin.php<\/code>: \ud50c\ub7ec\uadf8\uc778\uc758 \uba54\uc778 \ud30c\uc77c\ub85c, \ud50c\ub7ec\uadf8\uc778\uc758 \ubaa8\ub4e0 \uae30\ub2a5\uc774 \uc774\uacf3\uc5d0 \ud3ec\ud568\ub429\ub2c8\ub2e4.<\/li>\n<li><code>readme.txt<\/code>: \ud50c\ub7ec\uadf8\uc778\uc5d0 \ub300\ud55c \uc124\uba85\uacfc \uc815\ubcf4\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>2.2. my-plugin.php \uc608\uc81c<\/h3>\n<pre><code>\n&lt;?php\n\/*\nPlugin Name: My Custom Plugin\nPlugin URI: https:\/\/example.com\/my-custom-plugin\nDescription: A custom plugin to add features.\nVersion: 1.0\nAuthor: Your Name\nAuthor URI: https:\/\/example.com\nLicense: GPL2\n*\/\n\n\/\/ \ud50c\ub7ec\uadf8\uc778 \uae30\ub2a5\uc744 \ucd94\uac00\ud558\ub294 \ucf54\ub4dc\nfunction my_custom_function() {\n    add_shortcode('hello', 'hello_shortcode');\n}\n\nfunction hello_shortcode() {\n    return '\uc548\ub155\ud558\uc138\uc694, \uc5ec\ub7ec\ubd84!';\n}\n\nadd_action('init', 'my_custom_function');\n?&gt;\n<\/code><\/pre>\n<h3>2.3. \uc561\uc158\uacfc \ud544\ud130 \ud6c4\ud06c\uc758 \ud65c\uc6a9<\/h3>\n<p>\uc6cc\ub4dc\ud504\ub808\uc2a4\ub294 \uc561\uc158\uacfc \ud544\ud130 \ud6c4\ud06c\ub97c \ud1b5\ud574 \ub2e4\uc591\ud55c \ucee4\uc2a4\ud130\ub9c8\uc774\uc9d5\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ud50c\ub7ec\uadf8\uc778\uacfc \ud14c\ub9c8\uc758 \uae30\ub2a5\uc744 \ud655\uc7a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>\nadd_action('wp_footer', 'my_custom_footer_function');\nfunction my_custom_footer_function() {\n    echo '&lt;p&gt;\ucee4\uc2a4\ud140 \ud478\ud130 \ud14d\uc2a4\ud2b8&lt;\/p&gt;';\n}\n<\/code><\/pre>\n<h2>3. \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548<\/h2>\n<p>\ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uc740 \ubaa8\ub4e0 \uac1c\ubc1c\uc790\uac00 \uac00\uc7a5 \uc911\uc694\ud558\uac8c \uc0dd\uac01\ud574\uc57c \ud560 \ubd80\ubd84 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \ub370\uc774\ud130\ub97c \uc548\uc804\ud558\uac8c \ubcf4\ud638\ud558\ub294 \ubc29\ubc95\uacfc \ucde8\uc57d\uc810\uc744 \ucd5c\uc18c\ud654\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>3.1. \ub370\uc774\ud130 \uac80\uc99d \ubc0f \uccad\uc18c<\/h3>\n<p>\uc0ac\uc6a9\uc790 \uc785\ub825\uc744 \ucc98\ub9ac\ud560 \ub54c\ub294 \ud56d\uc0c1 \ub370\uc774\ud130\ub97c \uac80\uc99d\ud558\uace0 \uccad\uc18c\ud574\uc57c \ud569\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \ub370\uc774\ud130 \uac80\uc99d\uc744 \uc704\ud55c \uac04\ub2e8\ud55c \uc608\uc81c\uc785\ub2c8\ub2e4.<\/p>\n<pre><code>\nif (isset($_POST['submit'])) {\n    $input_data = sanitize_text_field($_POST['input']);\n    \/\/ \uc548\uc804\ud558\uac8c \ucc98\ub9ac\n}\n<\/code><\/pre>\n<h3>3.2. \ube44\ubc00\ubc88\ud638 \uc554\ud638\ud654<\/h3>\n<p>\ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \ube44\ubc00\ubc88\ud638\ub97c \ub2e4\ub8f0 \ub54c\ub294 \ud56d\uc0c1 \uc548\uc804\ud55c \ud574\uc2dc \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc554\ud638\ud654\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<pre><code>\n$hashed_password = password_hash($password, PASSWORD_DEFAULT);\n<\/code><\/pre>\n<h3>3.3. \uad8c\ud55c \uac80\uc99d<\/h3>\n<p>\ubcc0\uacbd \uc0ac\ud56d\uc774\ub098 \ub370\uc774\ud130\ubca0\uc774\uc2a4 \uc5c5\ub370\uc774\ud2b8\ub97c \uc704\ud55c \ud568\uc218\ub97c \uc2e4\ud589\ud560 \ub54c\ub294 \ud56d\uc0c1 \uc0ac\uc6a9\uc790\uc758 \uad8c\ud55c\uc744 \ud655\uc778\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<pre><code>\nif (!current_user_can('edit_posts')) {\n    wp_die('\uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.');\n}\n<\/code><\/pre>\n<h2>4. \ud50c\ub7ec\uadf8\uc778 \ucd5c\uc801\ud654<\/h2>\n<p>\ud50c\ub7ec\uadf8\uc778\uc758 \uc131\ub2a5\uc744 \ucd5c\uc801\ud654\ud558\uc5ec \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\ub294 \ubc29\ubc95\uc744 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>4.1. \ubd88\ud544\uc694\ud55c \ucffc\ub9ac \uc904\uc774\uae30<\/h3>\n<p>\ub370\uc774\ud130\ubca0\uc774\uc2a4 \ucffc\ub9ac\ub294 \ucd5c\ub300\ud55c \ud6a8\uc728\uc801\uc73c\ub85c \uc791\uc131\ud574\uc57c \ud569\ub2c8\ub2e4. \ubc18\ubcf5\uc801\uc778 \ucffc\ub9ac\ub97c \uc81c\uac70\ud55c \uc608\uc81c\ub294 \uc544\ub798\uc640 \uac19\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>\nglobal $wpdb;\n$results = $wpdb-&gt;get_results(\"SELECT * FROM {$wpdb-&gt;prefix}my_table WHERE active = 1\");\nforeach ($results as $result) {\n    \/\/ \ucc98\ub9ac\n}\n<\/code><\/pre>\n<h3>4.2. \uce90\uc2f1 \ud65c\uc6a9<\/h3>\n<p>\ud50c\ub7ec\uadf8\uc778\uc5d0\uc11c \uce90\uc2f1\uc744 \uc801\uc6a9\ud558\uba74 \uc131\ub2a5\uc744 \ud06c\uac8c \ud5a5\uc0c1\uc2dc\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4. WP_Object_Cache\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>\n$my_data = wp_cache_get('my_data_key');\nif ($my_data === false) {\n    $my_data = \/\/ \ub370\uc774\ud130\ubca0\uc774\uc2a4 \ucffc\ub9ac...\n    wp_cache_set('my_data_key', $my_data);\n}\n<\/code><\/pre>\n<h3>4.3. \ucd5c\uc18c\ud654 \ubc0f \ubcd1\ud569<\/h3>\n<p>CSS\uc640 JavaScript \ud30c\uc77c\uc744 \ucd5c\uc18c\ud654\ud558\uace0 \ubcd1\ud569\ud558\uc5ec \ud398\uc774\uc9c0 \ub85c\ub4dc\ub97c \uac00\uc18d\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>\nfunction my_enqueue_scripts() {\n    wp_enqueue_style('my-style', plugins_url('css\/my-style.css', __FILE__));\n    wp_enqueue_script('my-script', plugins_url('js\/my-script.js', __FILE__), array('jquery'), null, true);\n}\nadd_action('wp_enqueue_scripts', 'my_enqueue_scripts');\n<\/code><\/pre>\n<h2>5. \uacb0\ub860<\/h2>\n<p>\uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc6cc\ub4dc\ud504\ub808\uc2a4 \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548 \ubc0f \ucd5c\uc801\ud654\uc5d0 \ub300\ud55c \ub2e4\uc591\ud55c \ud301\uc744 \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \uc774 \ub0b4\uc6a9\uc744 \ubc14\ud0d5\uc73c\ub85c \ubcf8\uc778\uc758 \ud2b9\uc0c9 \uc788\ub294 \uc6cc\ub4dc\ud504\ub808\uc2a4 \uc0ac\uc774\ud2b8\ub97c \uac1c\ubc1c\ud558\uace0 \uc6b4\uc601\ud560 \uc218 \uc788\uae30\ub97c \ubc14\ub78d\ub2c8\ub2e4. \uc6cc\ub4dc\ud504\ub808\uc2a4\ub294 \uac15\ub825\ud55c \ud50c\ub7ab\ud3fc\uc774\ubbc0\ub85c \ucda9\ubd84\ud55c \uc9c0\uc2dd\uacfc \uacbd\ud5d8\uc744 \ud1b5\ud574 \ub354\uc6b1 \uc720\uc6a9\ud55c \uc0ac\uc774\ud2b8\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc6cc\ub4dc\ud504\ub808\uc2a4\ub294 \uc804 \uc138\uacc4\uc801\uc73c\ub85c \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ucf58\ud150\uce20 \uad00\ub9ac \uc2dc\uc2a4\ud15c\uc785\ub2c8\ub2e4. \uadf8 \uc774\uc720\ub294 \uc720\uc5f0\uc131\uacfc \ud655\uc7a5\uc131 \ub355\ubd84\uc778\ub370, \ud2b9\ud788 \uc0ac\uc6a9\uc790 \uc815\uc758 \ud14c\ub9c8\uc640 \ud50c\ub7ec\uadf8\uc778\uc744 \ud1b5\ud574 \ub9de\ucda4\ud615 \uc0ac\uc774\ud2b8\ub97c \uad6c\ucd95\ud560 \uc218 \uc788\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \ud14c\ub9c8\uc640 \ud50c\ub7ec\uadf8\uc778\uc744 \uac1c\ubc1c\ud558\ub294 \ubc29\ubc95, \uadf8\ub9ac\uace0 \ud50c\ub7ec\uadf8\uc778\uc758 \ubcf4\uc548 \ubc0f \ucd5c\uc801\ud654\uc5d0 \ub300\ud55c \ud301\uc744 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc6cc\ub4dc\ud504\ub808\uc2a4 \ud14c\ub9c8 \uac1c\ubc1c \uc6cc\ub4dc\ud504\ub808\uc2a4 \ud14c\ub9c8\ub294 \uc0ac\uc774\ud2b8\uc758 \uc804\uccb4\uc801\uc778 \ub514\uc790\uc778\uacfc \ub808\uc774\uc544\uc6c3\uc744 \uc81c\uc5b4\ud558\ub294 \ud30c\uc77c \uc9d1\ud569\uc785\ub2c8\ub2e4. \uc5ec\uae30\uc11c\ub294 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/40135\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;68. \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uacfc \ucd5c\uc801\ud654 \ud301&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[207],"tags":[],"class_list":["post-40135","post","type-post","status-publish","format-standard","hentry","category-207"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>68. \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uacfc \ucd5c\uc801\ud654 \ud301 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/40135\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"68. \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uacfc \ucd5c\uc801\ud654 \ud301 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc6cc\ub4dc\ud504\ub808\uc2a4\ub294 \uc804 \uc138\uacc4\uc801\uc73c\ub85c \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ucf58\ud150\uce20 \uad00\ub9ac \uc2dc\uc2a4\ud15c\uc785\ub2c8\ub2e4. \uadf8 \uc774\uc720\ub294 \uc720\uc5f0\uc131\uacfc \ud655\uc7a5\uc131 \ub355\ubd84\uc778\ub370, \ud2b9\ud788 \uc0ac\uc6a9\uc790 \uc815\uc758 \ud14c\ub9c8\uc640 \ud50c\ub7ec\uadf8\uc778\uc744 \ud1b5\ud574 \ub9de\ucda4\ud615 \uc0ac\uc774\ud2b8\ub97c \uad6c\ucd95\ud560 \uc218 \uc788\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \ud14c\ub9c8\uc640 \ud50c\ub7ec\uadf8\uc778\uc744 \uac1c\ubc1c\ud558\ub294 \ubc29\ubc95, \uadf8\ub9ac\uace0 \ud50c\ub7ec\uadf8\uc778\uc758 \ubcf4\uc548 \ubc0f \ucd5c\uc801\ud654\uc5d0 \ub300\ud55c \ud301\uc744 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc6cc\ub4dc\ud504\ub808\uc2a4 \ud14c\ub9c8 \uac1c\ubc1c \uc6cc\ub4dc\ud504\ub808\uc2a4 \ud14c\ub9c8\ub294 \uc0ac\uc774\ud2b8\uc758 \uc804\uccb4\uc801\uc778 \ub514\uc790\uc778\uacfc \ub808\uc774\uc544\uc6c3\uc744 \uc81c\uc5b4\ud558\ub294 \ud30c\uc77c \uc9d1\ud569\uc785\ub2c8\ub2e4. \uc5ec\uae30\uc11c\ub294 &hellip; \ub354 \ubcf4\uae30 &quot;68. \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uacfc \ucd5c\uc801\ud654 \ud301&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/40135\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-03T04:11:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:40:00+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/40135\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/40135\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"68. \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uacfc \ucd5c\uc801\ud654 \ud301\",\"datePublished\":\"2024-11-03T04:11:44+00:00\",\"dateModified\":\"2024-11-26T06:40:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/40135\/\"},\"wordCount\":11,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\uc6cc\ub4dc\ud504\ub808\uc2a4\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/40135\/\",\"url\":\"https:\/\/atmokpo.com\/w\/40135\/\",\"name\":\"68. \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uacfc \ucd5c\uc801\ud654 \ud301 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-03T04:11:44+00:00\",\"dateModified\":\"2024-11-26T06:40:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/40135\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/40135\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/40135\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"68. \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uacfc \ucd5c\uc801\ud654 \ud301\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"68. \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uacfc \ucd5c\uc801\ud654 \ud301 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","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:\/\/atmokpo.com\/w\/40135\/","og_locale":"ko_KR","og_type":"article","og_title":"68. \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uacfc \ucd5c\uc801\ud654 \ud301 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc6cc\ub4dc\ud504\ub808\uc2a4\ub294 \uc804 \uc138\uacc4\uc801\uc73c\ub85c \uac00\uc7a5 \uc778\uae30 \uc788\ub294 \ucf58\ud150\uce20 \uad00\ub9ac \uc2dc\uc2a4\ud15c\uc785\ub2c8\ub2e4. \uadf8 \uc774\uc720\ub294 \uc720\uc5f0\uc131\uacfc \ud655\uc7a5\uc131 \ub355\ubd84\uc778\ub370, \ud2b9\ud788 \uc0ac\uc6a9\uc790 \uc815\uc758 \ud14c\ub9c8\uc640 \ud50c\ub7ec\uadf8\uc778\uc744 \ud1b5\ud574 \ub9de\ucda4\ud615 \uc0ac\uc774\ud2b8\ub97c \uad6c\ucd95\ud560 \uc218 \uc788\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \ud14c\ub9c8\uc640 \ud50c\ub7ec\uadf8\uc778\uc744 \uac1c\ubc1c\ud558\ub294 \ubc29\ubc95, \uadf8\ub9ac\uace0 \ud50c\ub7ec\uadf8\uc778\uc758 \ubcf4\uc548 \ubc0f \ucd5c\uc801\ud654\uc5d0 \ub300\ud55c \ud301\uc744 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc6cc\ub4dc\ud504\ub808\uc2a4 \ud14c\ub9c8 \uac1c\ubc1c \uc6cc\ub4dc\ud504\ub808\uc2a4 \ud14c\ub9c8\ub294 \uc0ac\uc774\ud2b8\uc758 \uc804\uccb4\uc801\uc778 \ub514\uc790\uc778\uacfc \ub808\uc774\uc544\uc6c3\uc744 \uc81c\uc5b4\ud558\ub294 \ud30c\uc77c \uc9d1\ud569\uc785\ub2c8\ub2e4. \uc5ec\uae30\uc11c\ub294 &hellip; \ub354 \ubcf4\uae30 \"68. \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uacfc \ucd5c\uc801\ud654 \ud301\"","og_url":"https:\/\/atmokpo.com\/w\/40135\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-03T04:11:44+00:00","article_modified_time":"2024-11-26T06:40:00+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/40135\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/40135\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"68. \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uacfc \ucd5c\uc801\ud654 \ud301","datePublished":"2024-11-03T04:11:44+00:00","dateModified":"2024-11-26T06:40:00+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/40135\/"},"wordCount":11,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\uc6cc\ub4dc\ud504\ub808\uc2a4"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/40135\/","url":"https:\/\/atmokpo.com\/w\/40135\/","name":"68. \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uacfc \ucd5c\uc801\ud654 \ud301 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-03T04:11:44+00:00","dateModified":"2024-11-26T06:40:00+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/40135\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/40135\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/40135\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"68. \ud14c\ub9c8 \ubc0f \ud50c\ub7ec\uadf8\uc778 \uac1c\ubc1c, \ud50c\ub7ec\uadf8\uc778 \ubcf4\uc548\uacfc \ucd5c\uc801\ud654 \ud301"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/40135","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=40135"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/40135\/revisions"}],"predecessor-version":[{"id":40136,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/40135\/revisions\/40136"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=40135"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=40135"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=40135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}