{"id":24910,"date":"2024-10-26T04:24:44","date_gmt":"2024-10-26T04:24:44","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=24910"},"modified":"2024-11-26T08:03:28","modified_gmt":"2024-11-26T08:03:28","slug":"%ec%9c%a0%eb%8b%88%ed%8b%b0-%ea%b8%b0%ec%b4%88-%ea%b0%95%ec%a2%8c-%ed%94%8c%eb%a0%88%ec%9d%b4%ec%96%b4-%ec%ba%90%eb%a6%ad%ed%84%b0%ec%9d%98-%ec%b2%b4%eb%a0%a5","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/24910\/","title":{"rendered":"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825"},"content":{"rendered":"<p>\uac8c\uc784 \uac1c\ubc1c\uc5d0\uc11c \uce90\ub9ad\ud130\uc758 \uc0dd\uba85\ub825, \uc989 \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc740 \ud50c\ub808\uc774\uc5b4\uc758 \uacbd\ud5d8\uc5d0 \u043e\u0433\u0440\u043e\u043c\ud55c \uc601\ud5a5\uc744 \ubbf8\uce69\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc720\ub2c8\ud2f0\ub97c \uc0ac\uc6a9\ud574\uc11c \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc744 \uc5b4\ub5bb\uac8c \uad6c\ud604\ud558\ub294\uc9c0\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc5ec\uae30\uc5d0 \ud3ec\ud568\ub418\ub294 \ub0b4\uc6a9\uc740 \uccb4\ub825 \uad00\ub9ac, \uccb4\ub825 UI, \ub370\ubbf8\uc9c0 \ucc98\ub9ac, \uccb4\ub825 \ud68c\ubcf5 \uc2dc\uc2a4\ud15c \ub4f1\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4.<\/p>\n<h2>1. \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc758 \uae30\ucd08 \uc774\ud574<\/h2>\n<p>\uccb4\ub825 \uc2dc\uc2a4\ud15c\uc740 \uc8fc\ub85c \ub2e4\uc74c\uacfc \uac19\uc740 \uc694\uc18c\ub85c \uad6c\uc131\ub429\ub2c8\ub2e4:<\/p>\n<ul>\n<li><strong>\ucd5c\ub300 \uccb4\ub825<\/strong>: \uce90\ub9ad\ud130\uac00 \uac00\uc9c8 \uc218 \uc788\ub294 \ucd5c\ub300 \uccb4\ub825\uc758 \uc591.<\/li>\n<li><strong>\ud604\uc7ac \uccb4\ub825<\/strong>: \uce90\ub9ad\ud130\uac00 \ud604\uc7ac \uac00\uc9c0\uace0 \uc788\ub294 \uccb4\ub825.<\/li>\n<li><strong>\ub370\ubbf8\uc9c0<\/strong>: \uce90\ub9ad\ud130\uac00 \ubc1b\ub294 \ud53c\ud574\uc758 \uc591.<\/li>\n<li><strong>\uccb4\ub825 \ud68c\ubcf5<\/strong>: \uc2dc\uac04\uc774 \uc9c0\ub0a8\uc5d0 \ub530\ub77c \ud639\uc740 \ud2b9\uc815 \uc544\uc774\ud15c\uc5d0 \uc758\ud574 \uccb4\ub825\uc744 \ud68c\ubcf5\ud558\ub294 \ubc29\ubc95.<\/li>\n<\/ul>\n<h2>2. \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130 \uccb4\ub825 \ud074\ub798\uc2a4 \uc124\uacc4<\/h2>\n<p>\uc720\ub2c8\ud2f0\uc5d0\uc11c \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc744 \uad6c\ud604\ud558\uae30 \uc704\ud574, \uba3c\uc800 \uccb4\ub825 \uad00\ub828 \ubcc0\uc218\ub97c \uad00\ub9ac\ud560 \ud074\ub798\uc2a4\ub97c \ub9cc\ub4e4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ud074\ub798\uc2a4\ub294 \uccb4\ub825\uc5d0 \uc601\ud5a5\uc744 \ubbf8\uce58\ub294 \uc5ec\ub7ec \uba54\uc18c\ub4dc\ub97c \ud3ec\ud568\ud560 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<pre><code>\nusing UnityEngine;\n\npublic class PlayerHealth : MonoBehaviour\n{\n    public float maxHealth = 100f; \/\/ \ucd5c\ub300 \uccb4\ub825\n    private float currentHealth;\n\n    void Start()\n    {\n        currentHealth = maxHealth; \/\/ \uc2dc\uc791 \uc2dc \ud604\uc7ac \uccb4\ub825\uc744 \ucd5c\ub300 \uccb4\ub825\uc73c\ub85c \uc124\uc815\n    }\n\n    public void TakeDamage(float amount)\n    {\n        currentHealth -= amount; \/\/ \ub370\ubbf8\uc9c0\ub97c \ud604\uc7ac \uccb4\ub825\uc5d0\uc11c \ube8c\n        currentHealth = Mathf.Clamp(currentHealth, 0, maxHealth); \/\/ \ucd5c\ub300\uac12, \ucd5c\uc18c\uac12 \uc124\uc815\n        Debug.Log(\"\ud604\uc7ac \uccb4\ub825: \" + currentHealth);\n        if (currentHealth &lt;= 0)\n        {\n            Die(); \/\/ \uccb4\ub825\uc774 0 \uc774\ud558\uc77c \uacbd\uc6b0 \uc0ac\ub9dd \ucc98\ub9ac\n        }\n    }\n\n    public void Heal(float amount)\n    {\n        currentHealth += amount; \/\/ \ud68c\ubcf5\ub7c9\ub9cc\ud07c \ud604\uc7ac \uccb4\ub825\uc744 \uc99d\uac00\n        currentHealth = Mathf.Clamp(currentHealth, 0, maxHealth); \/\/ \ucd5c\ub300\uac12, \ucd5c\uc18c\uac12 \uc124\uc815\n        Debug.Log(\"\uce58\uc720 \ud6c4 \ud604\uc7ac \uccb4\ub825: \" + currentHealth);\n    }\n\n    private void Die()\n    {\n        Debug.Log(\"\ud50c\ub808\uc774\uc5b4 \uc0ac\ub9dd\");\n        \/\/ \uc0ac\ub9dd \ucc98\ub9ac \uba54\uc18c\ub4dc \ub85c\uc9c1 \ucd94\uac00\n    }\n}\n<\/code><\/pre>\n<h2>3. \uc720\ub2c8\ud2f0\uc5d0\uc11c \ud50c\ub808\uc774\uc5b4 \uccb4\ub825 UI \uad6c\ud604\ud558\uae30<\/h2>\n<p>\ud50c\ub808\uc774\uc5b4\uc758 \uccb4\ub825\uc744 \uc2dc\uac01\uc801\uc73c\ub85c \ud45c\ud604\ud558\uae30 \uc704\ud574 UI\ub97c \uad6c\ud604\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 UI\ub294 \uccb4\ub825 \ubc14 \ud615\ud0dc\ub85c \uad6c\ud604\ub420 \uc218 \uc788\uc73c\uba70, \ud604\uc7ac \uccb4\ub825\uc744 \uc2dc\uac01\uc801\uc73c\ub85c \ub098\ud0c0\ub0bc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>3.1. \uccb4\ub825 \ubc14 UI \ub9cc\ub4e4\uae30<\/h3>\n<ol>\n<li>\uc720\ub2c8\ud2f0 \uc5d0\ub514\ud130\uc5d0\uc11c \ube48 \uac8c\uc784 \uc624\ube0c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud558\uace0 \uc774\ub984\uc744 &#8220;HealthBar&#8221;\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.<\/li>\n<li>HealthBar \ub0b4\ubd80\uc5d0 \ub450 \uac1c\uc758 UI \uc694\uc18c\uc778 <strong>Image<\/strong>\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4. \ud558\ub098\ub294 \ubc30\uacbd\uc73c\ub85c, \ub2e4\ub978 \ud558\ub098\ub294 \uc2e4\uc81c \uccb4\ub825\uc744 \ud45c\uc2dc\ud558\ub294 \uc6a9\ub3c4\ub85c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/li>\n<li>Canvas\ub97c \uc0dd\uc131\ud558\uace0 UI\ub97c \ucd94\uac00\ud560 \uc218 \uc788\ub3c4\ub85d \uc124\uc815\ud569\ub2c8\ub2e4.<\/li>\n<\/ol>\n<h3>3.2. \uccb4\ub825 \ubc14 \uc2a4\ud06c\ub9bd\ud2b8 \ucd94\uac00\ud558\uae30<\/h3>\n<p>\uccb4\ub825 \ubc14 UI\ub97c \uc5c5\ub370\uc774\ud2b8\ud558\uae30 \uc704\ud574, \uc0c8 \uc2a4\ud06c\ub9bd\ud2b8\uc778 <strong>HealthBarUI<\/strong>\ub97c \uc0dd\uc131\ud558\uace0 \ub2e4\uc74c\uacfc \uac19\uc774 \ucf54\ub4dc\ub97c \uc791\uc131\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>\nusing UnityEngine;\nusing UnityEngine.UI;\n\npublic class HealthBarUI : MonoBehaviour\n{\n    public PlayerHealth playerHealth; \/\/ PlayerHealth \uc2a4\ud06c\ub9bd\ud2b8 \ucc38\uc870\n    public Image healthBar; \/\/ \uccb4\ub825 \ubc14 \uc774\ubbf8\uc9c0\n\n    void Update()\n    {\n        float healthPercentage = playerHealth.currentHealth \/ playerHealth.maxHealth; \/\/ \ud604\uc7ac \uccb4\ub825 \ube44\uc728 \uacc4\uc0b0\n        healthBar.fillAmount = healthPercentage; \/\/ \uccb4\ub825 \ubc14 \uc5c5\ub370\uc774\ud2b8\n    }\n}\n<\/code><\/pre>\n<h2>4. \uccb4\ub825 \uc2dc\uc2a4\ud15c \ud14c\uc2a4\ud2b8\ud558\uae30<\/h2>\n<p>\uc720\ub2c8\ud2f0 \uc5d0\ub514\ud130\uc5d0\uc11c \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc5d0 PlayerHealth \uc2a4\ud06c\ub9bd\ud2b8\ub97c \ucd94\uac00\ud558\uace0, HealthBar UI\ub97c \uc124\uc815\ud55c \ub2e4\uc74c, \uac8c\uc784\uc744 \ud50c\ub808\uc774\ud558\uc5ec \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc774 \uc81c\ub300\ub85c \uc791\ub3d9\ud558\ub294\uc9c0 \ud655\uc778\ud569\ub2c8\ub2e4. \uce90\ub9ad\ud130\uc5d0 \ub370\ubbf8\uc9c0\ub97c \uc8fc\ub294 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc774 \uad6c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>\npublic class Enemy : MonoBehaviour\n{\n    public float damageAmount = 10f; \/\/ \uc801\uc758 \uacf5\uaca9\uc73c\ub85c \uc904 \uccb4\ub825\ub7c9\n    public PlayerHealth playerHealth; \/\/ \ud50c\ub808\uc774\uc5b4\uc758 \uccb4\ub825 \uc2a4\ud06c\ub9bd\ud2b8 \ucc38\uc870\n\n    private void OnTriggerEnter(Collider other)\n    {\n        if (other.CompareTag(\"Player\")) \/\/ \ud50c\ub808\uc774\uc5b4\uc640 \ucda9\ub3cc \uc2dc\n        {\n            playerHealth.TakeDamage(damageAmount); \/\/ \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c \ub370\ubbf8\uc9c0 \uc801\uc6a9\n        }\n    }\n}\n<\/code><\/pre>\n<h2>5. \uccb4\ub825 \ud68c\ubcf5 \uae30\ub2a5 \ucd94\uac00\ud558\uae30<\/h2>\n<p>\uccb4\ub825 \ud68c\ubcf5 \uae30\ub2a5\uc740 \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc758 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \ud50c\ub808\uc774\uc5b4\uac00 \ud2b9\uc815 \uc544\uc774\ud15c\uc744 \uba39\uac70\ub098 \uc2dc\uac04\uc744 \ud1b5\ud574 \uccb4\ub825\uc744 \ud68c\ubcf5\ud560 \uc218 \uc788\ub294 \ubc29\ubc95\uc744 \uad6c\ud604\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>\npublic class HealthPotion : MonoBehaviour\n{\n    public float healingAmount = 20f; \/\/ \uce58\uc720\ub7c9\n\n    private void OnTriggerEnter(Collider other)\n    {\n        if (other.CompareTag(\"Player\")) \/\/ \ud50c\ub808\uc774\uc5b4\uc640 \ucda9\ub3cc \uc2dc\n        {\n            PlayerHealth playerHealth = other.GetComponent<playerhealth>();\n            if (playerHealth != null)\n            {\n                playerHealth.Heal(healingAmount); \/\/ \uccb4\ub825 \ud68c\ubcf5\n                Destroy(gameObject); \/\/ \uc544\uc774\ud15c \uc0ac\uc6a9 \ud6c4 \uc81c\uac70\n            }\n        }\n    }\n}\n<\/playerhealth><\/code><\/pre>\n<h2>6. \uacb0\ub860<\/h2>\n<p>\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc720\ub2c8\ud2f0\uc5d0\uc11c \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825\uc744 \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc740 \uac8c\uc784\uc758 \ud575\uc2ec\uc801\uc778 \uc694\uc18c \uc911 \ud558\ub098\ub85c, \uc798 \uad6c\ucd95\ub418\uc5b4\uc57c \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c \ubcf4\ub2e4 \ub098\uc740 \uac8c\uc784 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc744 \ub354\uc6b1 \ub2e4\uc591\ud654\ud558\uace0 \uc2f6\ub2e4\uba74, \uc0c1\ud0dc \uc774\uc0c1 \ud6a8\uacfc, \ub2e4\uc591\ud55c \ud68c\ubcf5 \uc544\uc774\ud15c, \uc810\uac80 \uc8fc\uae30 \ub4f1\uc744 \ucd94\uac00\ud558\uc5ec \ubc1c\uc804\uc2dc\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ucd94\uac00\uc801\uc73c\ub85c \uccb4\ub825 \uc544\uc774\ud15c\uc744 \uc218\uc9d1\ud558\uac70\ub098, \uc801\uc758 \ud0c0\uc785\uc5d0 \ub530\ub77c \ub370\ubbf8\uc9c0\ub97c \ub2e4\ub974\uac8c \ud558\ub294 \ub4f1\uc758 \ubc29\ubc95\uc73c\ub85c \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc744 \ub354\uc6b1 \uae4a\uc774 \uc788\uac8c \uc124\uacc4\ud574\ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p>\uc774 \uac15\uc88c\uac00 \uc720\ub2c8\ud2f0\uc5d0\uc11c \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc744 \uad00\ub9ac\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub418\uc5c8\uae30\ub97c \ubc14\ub78d\ub2c8\ub2e4. \ub354 \ub9ce\uc740 \uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c\ub97c \ud1b5\ud574 \uc5ec\ub7ec\ubd84\uc758 \uac8c\uc784 \uac1c\ubc1c \ub2a5\ub825\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\uc138\uc694!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uac8c\uc784 \uac1c\ubc1c\uc5d0\uc11c \uce90\ub9ad\ud130\uc758 \uc0dd\uba85\ub825, \uc989 \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc740 \ud50c\ub808\uc774\uc5b4\uc758 \uacbd\ud5d8\uc5d0 \u043e\u0433\u0440\u043e\u043c\ud55c \uc601\ud5a5\uc744 \ubbf8\uce69\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc720\ub2c8\ud2f0\ub97c \uc0ac\uc6a9\ud574\uc11c \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc744 \uc5b4\ub5bb\uac8c \uad6c\ud604\ud558\ub294\uc9c0\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc5ec\uae30\uc5d0 \ud3ec\ud568\ub418\ub294 \ub0b4\uc6a9\uc740 \uccb4\ub825 \uad00\ub9ac, \uccb4\ub825 UI, \ub370\ubbf8\uc9c0 \ucc98\ub9ac, \uccb4\ub825 \ud68c\ubcf5 \uc2dc\uc2a4\ud15c \ub4f1\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4. 1. \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc758 \uae30\ucd08 \uc774\ud574 \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc740 \uc8fc\ub85c \ub2e4\uc74c\uacfc \uac19\uc740 \uc694\uc18c\ub85c \uad6c\uc131\ub429\ub2c8\ub2e4: \ucd5c\ub300 \uccb4\ub825: \uce90\ub9ad\ud130\uac00 \uac00\uc9c8 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/24910\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825&#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":[13],"tags":[],"class_list":["post-24910","post","type-post","status-publish","format-standard","hentry","category-13"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825 - \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\/24910\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uac8c\uc784 \uac1c\ubc1c\uc5d0\uc11c \uce90\ub9ad\ud130\uc758 \uc0dd\uba85\ub825, \uc989 \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc740 \ud50c\ub808\uc774\uc5b4\uc758 \uacbd\ud5d8\uc5d0 \u043e\u0433\u0440\u043e\u043c\ud55c \uc601\ud5a5\uc744 \ubbf8\uce69\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc720\ub2c8\ud2f0\ub97c \uc0ac\uc6a9\ud574\uc11c \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc744 \uc5b4\ub5bb\uac8c \uad6c\ud604\ud558\ub294\uc9c0\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc5ec\uae30\uc5d0 \ud3ec\ud568\ub418\ub294 \ub0b4\uc6a9\uc740 \uccb4\ub825 \uad00\ub9ac, \uccb4\ub825 UI, \ub370\ubbf8\uc9c0 \ucc98\ub9ac, \uccb4\ub825 \ud68c\ubcf5 \uc2dc\uc2a4\ud15c \ub4f1\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4. 1. \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc758 \uae30\ucd08 \uc774\ud574 \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc740 \uc8fc\ub85c \ub2e4\uc74c\uacfc \uac19\uc740 \uc694\uc18c\ub85c \uad6c\uc131\ub429\ub2c8\ub2e4: \ucd5c\ub300 \uccb4\ub825: \uce90\ub9ad\ud130\uac00 \uac00\uc9c8 &hellip; \ub354 \ubcf4\uae30 &quot;\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/24910\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-26T04:24:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T08:03:28+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=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/24910\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24910\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825\",\"datePublished\":\"2024-10-26T04:24:44+00:00\",\"dateModified\":\"2024-11-26T08:03:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24910\/\"},\"wordCount\":983,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\uc720\ub2c8\ud2f0\uae30\ucd08\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/24910\/\",\"url\":\"https:\/\/atmokpo.com\/w\/24910\/\",\"name\":\"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-26T04:24:44+00:00\",\"dateModified\":\"2024-11-26T08:03:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24910\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/24910\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/24910\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825\"}]},{\"@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":"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825 - \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\/24910\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uac8c\uc784 \uac1c\ubc1c\uc5d0\uc11c \uce90\ub9ad\ud130\uc758 \uc0dd\uba85\ub825, \uc989 \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc740 \ud50c\ub808\uc774\uc5b4\uc758 \uacbd\ud5d8\uc5d0 \u043e\u0433\u0440\u043e\u043c\ud55c \uc601\ud5a5\uc744 \ubbf8\uce69\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc720\ub2c8\ud2f0\ub97c \uc0ac\uc6a9\ud574\uc11c \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc744 \uc5b4\ub5bb\uac8c \uad6c\ud604\ud558\ub294\uc9c0\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc5ec\uae30\uc5d0 \ud3ec\ud568\ub418\ub294 \ub0b4\uc6a9\uc740 \uccb4\ub825 \uad00\ub9ac, \uccb4\ub825 UI, \ub370\ubbf8\uc9c0 \ucc98\ub9ac, \uccb4\ub825 \ud68c\ubcf5 \uc2dc\uc2a4\ud15c \ub4f1\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4. 1. \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc758 \uae30\ucd08 \uc774\ud574 \uccb4\ub825 \uc2dc\uc2a4\ud15c\uc740 \uc8fc\ub85c \ub2e4\uc74c\uacfc \uac19\uc740 \uc694\uc18c\ub85c \uad6c\uc131\ub429\ub2c8\ub2e4: \ucd5c\ub300 \uccb4\ub825: \uce90\ub9ad\ud130\uac00 \uac00\uc9c8 &hellip; \ub354 \ubcf4\uae30 \"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825\"","og_url":"https:\/\/atmokpo.com\/w\/24910\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-26T04:24:44+00:00","article_modified_time":"2024-11-26T08:03:28+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":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/24910\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/24910\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825","datePublished":"2024-10-26T04:24:44+00:00","dateModified":"2024-11-26T08:03:28+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/24910\/"},"wordCount":983,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\uc720\ub2c8\ud2f0\uae30\ucd08"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/24910\/","url":"https:\/\/atmokpo.com\/w\/24910\/","name":"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-26T04:24:44+00:00","dateModified":"2024-11-26T08:03:28+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/24910\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/24910\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/24910\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\uc720\ub2c8\ud2f0 \uae30\ucd08 \uac15\uc88c: \ud50c\ub808\uc774\uc5b4 \uce90\ub9ad\ud130\uc758 \uccb4\ub825"}]},{"@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\/24910","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=24910"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24910\/revisions"}],"predecessor-version":[{"id":24911,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24910\/revisions\/24911"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=24910"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=24910"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=24910"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}