{"id":31455,"date":"2024-10-28T12:05:51","date_gmt":"2024-10-28T12:05:51","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=31455"},"modified":"2024-11-26T06:45:06","modified_gmt":"2024-11-26T06:45:06","slug":"%ec%9c%a0%eb%8b%88%ed%8b%b0-2d-%ea%b2%8c%ec%9e%84%ea%b0%9c%eb%b0%9c-%ec%95%84%ec%9d%b4%ed%85%9c-%ec%8b%9c%ec%8a%a4%ed%85%9c-%ea%b5%ac%ed%98%84-%ec%95%84%ec%9d%b4%ed%85%9c-%ec%83%9d%ec%84%b1","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/31455\/","title":{"rendered":"\uc720\ub2c8\ud2f0 2D \uac8c\uc784\uac1c\ubc1c, \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c \uad6c\ud604  \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec."},"content":{"rendered":"<p><body><\/p>\n<p>\uc720\ub2c8\ud2f0 2D \uac8c\uc784 \uac1c\ubc1c\uc5d0\uc11c \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc740 \uac8c\uc784\uc758 \uc7ac\ubbf8\uc640 \uc0c1\ud638\uc791\uc6a9\uc744 \ub354\uc6b1 \ud48d\ubd80\ud558\uac8c \ub9cc\ub4e4\uc5b4\uc8fc\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \uadf8\ub9ac\uace0 \ud6a8\uacfc \ubd80\uc5ec\ub97c \ud3ec\ud568\ud55c \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc744 \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc758 \uae30\ubcf8 \uad6c\uc870<\/h2>\n<p>\uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc744 \uad6c\ucd95\ud558\uae30 \uc704\ud574\uc11c\ub294 \uba3c\uc800 \uc544\uc774\ud15c\uc744 \uc815\uc758\ud560 \ub370\uc774\ud130 \uad6c\uc870\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. \uc77c\ubc18\uc801\uc73c\ub85c \uc544\uc774\ud15c\uc740 \uc774\ub984, \uc124\uba85, \ud0c0\uc785, \ud6a8\uacfc \ub4f1\uc758 \uc18d\uc131\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>1.1. \uc544\uc774\ud15c \ub370\uc774\ud130 \ud074\ub798\uc2a4 \uc815\uc758<\/h3>\n<pre><code>using UnityEngine;\n\n[System.Serializable]\npublic class Item {\n    public string itemName;      \/\/ \uc544\uc774\ud15c \uc774\ub984\n    public string description;    \/\/ \uc544\uc774\ud15c \uc124\uba85\n    public ItemType itemType;     \/\/ \uc544\uc774\ud15c \ud0c0\uc785\n    public int value;             \/\/ \uc544\uc774\ud15c \uac00\uce58\n\n    public Item(string name, string desc, ItemType type, int val) {\n        itemName = name;\n        description = desc;\n        itemType = type;\n        value = val;\n    }\n}\n\npublic enum ItemType {\n    HealthPotion,    \/\/ \uccb4\ub825 \ud3ec\uc158\n    ManaPotion,      \/\/ \ub9c8\ub098 \ud3ec\uc158\n    Weapon,          \/\/ \ubb34\uae30\n    Armor            \/\/ \ubc29\uc5b4\uad6c\n}\n<\/code><\/pre>\n<p>\uc704 \ucf54\ub4dc\ub294 \uc544\uc774\ud15c\uc758 \uae30\ubcf8 \uc815\ubcf4\ub97c \uc815\uc758\ud558\ub294 \ud074\ub798\uc2a4\uc640 \uc544\uc774\ud15c\uc758 \ud0c0\uc785\uc744 \ub098\ud0c0\ub0b4\ub294 \uc5f4\uac70\ud615\uc744 \ud3ec\ud568\ud569\ub2c8\ub2e4. \uac01 \uc544\uc774\ud15c\uc740 \uc774\ub984, \uc124\uba85, \ud0c0\uc785, \uac00\uce58 \uc815\ubcf4\ub97c \uac00\uc9c0\uace0 \uc788\uc73c\uba70, \uc774\ub97c \ud1b5\ud574 \ub2e4\uc591\ud55c \uc544\uc774\ud15c\uc744 \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>2. \uc544\uc774\ud15c \uc0dd\uc131\ud558\uae30<\/h2>\n<p>\uc544\uc774\ud15c\uc744 \uc0dd\uc131\ud558\uae30 \uc704\ud574\uc11c\ub294 \ubbf8\ub9ac \ub9cc\ub4e4\uc5b4\ub454 \uc544\uc774\ud15c \ub370\uc774\ud130 \ud074\ub798\uc2a4\uc758 \uc778\uc2a4\ud134\uc2a4\ub97c \uc0dd\uc131\ud574\uc57c \ud569\ub2c8\ub2e4. \ub610\ud55c, \uc544\uc774\ud15c\uc744 \uac8c\uc784 \ub0b4\uc5d0\uc11c \uc0ac\uc6a9\ud558\uae30 \uc704\ud574\uc11c\ub294 \uc2a4\ud06c\ub9bd\ud2b8\uc5d0\uc11c \uc774\ub7ec\ud55c \uc778\uc2a4\ud134\uc2a4\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \uad00\ub9ac\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<h3>2.1. \uc544\uc774\ud15c \ubaa9\ub85d \uad00\ub9ac<\/h3>\n<pre><code>using System.Collections.Generic;\n\npublic class ItemManager : MonoBehaviour {\n    public List<item> items; \/\/ \uc544\uc774\ud15c \ubaa9\ub85d\n\n    private void Start() {\n        items = new List<item>();\n\n        \/\/ \uc544\uc774\ud15c \uc0dd\uc131\n        CreateItem(\"\uccb4\ub825 \ud3ec\uc158\", \"\uccb4\ub825\uc744 \ud68c\ubcf5\ud569\ub2c8\ub2e4.\", ItemType.HealthPotion, 20);\n        CreateItem(\"\ub9c8\ub098 \ud3ec\uc158\", \"\ub9c8\ub098\ub97c \ud68c\ubcf5\ud569\ub2c8\ub2e4.\", ItemType.ManaPotion, 15);\n        CreateItem(\"\ub2e8\uac80\", \"\ube60\ub978 \uacf5\uaca9\uc774 \uac00\ub2a5\ud55c \ubb34\uae30\uc785\ub2c8\ub2e4.\", ItemType.Weapon, 50);\n        CreateItem(\"\uac00\ubcbc\uc6b4 \uac11\uc637\", \"\uccb4\ub825\uc744 \ubc29\uc5b4\ud569\ub2c8\ub2e4.\", ItemType.Armor, 30);\n    }\n\n    private void CreateItem(string name, string desc, ItemType type, int val) {\n        Item newItem = new Item(name, desc, type, val);\n        items.Add(newItem); \/\/ \uc544\uc774\ud15c \ubaa9\ub85d\uc5d0 \ucd94\uac00\n    }\n}\n<\/item><\/item><\/code><\/pre>\n<p>\uc704 \ucf54\ub4dc\ub294 \uc544\uc774\ud15c\uc744 \uc0dd\uc131\ud558\uc5ec \ubaa9\ub85d\uc5d0 \ucd94\uac00\ud558\ub294 \uac04\ub2e8\ud55c \uc544\uc774\ud15c \uad00\ub9ac\uc790 \ud074\ub798\uc2a4\uc785\ub2c8\ub2e4. <code>Start()<\/code> \uba54\uc18c\ub4dc\uc5d0\uc11c \uc5ec\ub7ec \uc885\ub958\uc758 \uc544\uc774\ud15c\uc744 \uc0dd\uc131\ud558\uc5ec <code>items<\/code> \ub9ac\uc2a4\ud2b8\uc5d0 \uc800\uc7a5\ud569\ub2c8\ub2e4.<\/p>\n<h3>2.2. \uc544\uc774\ud15c \ud504\ub9ac\ud339\uc744 \uc0ac\uc6a9\ud55c \uc544\uc774\ud15c \uc0dd\uc131<\/h3>\n<p>\uc2e4\uc81c \uac8c\uc784\uc5d0\uc11c\ub294 \uc544\uc774\ud15c\uc744 \ud504\ub9ac\ud339\uc73c\ub85c \uc800\uc7a5\ud558\uc5ec \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \ud504\ub9ac\ud339\uc744 \ud1b5\ud574 \uc544\uc774\ud15c\uc744 \uc52c\uc5d0 \ub3d9\uc801\uc73c\ub85c \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. Unity Editor\uc5d0\uc11c &#8216;ItemPrefab&#8217;\uc774\ub77c\ub294 \uc774\ub984\uc758 \ud504\ub9ac\ud339\uc744 \uc0dd\uc131\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>using UnityEngine;\n\npublic class ItemSpawner : MonoBehaviour {\n    public GameObject itemPrefab; \/\/ \uc544\uc774\ud15c \ud504\ub9ac\ud339\n\n    public void SpawnItem(Vector2 position) {\n        Instantiate(itemPrefab, position, Quaternion.identity); \/\/ \uc544\uc774\ud15c \uc0dd\uc131\n    }\n}\n<\/code><\/pre>\n<p><code>SpawnItem<\/code> \uba54\uc18c\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc544\uc774\ud15c \ud504\ub9ac\ud339\uc744 \uc9c0\uc815\ub41c \uc704\uce58\uc5d0 \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>3. \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9<\/h2>\n<p>\uc544\uc774\ud15c\uc774 \uc0dd\uc131\ub41c \ud6c4, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9\uc744 \uad6c\ud604\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \ud50c\ub808\uc774\uc5b4\uac00 \uc544\uc774\ud15c\uc744 \uc218\uc9d1\ud558\uace0 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \ub9cc\ub4e4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>3.1. \ud50c\ub808\uc774\uc5b4 \ud074\ub798\uc2a4 \uc815\uc758<\/h3>\n<pre><code>using UnityEngine;\n\npublic class Player : MonoBehaviour {\n    public int health;\n    public int mana;\n\n    public void PickUpItem(Item item) {\n        switch (item.itemType) {\n            case ItemType.HealthPotion:\n                health += item.value; \/\/ \uccb4\ub825 \ud68c\ubcf5\n                Debug.Log(\"\uccb4\ub825 \ud68c\ubcf5: \" + item.value);\n                break;\n            case ItemType.ManaPotion:\n                mana += item.value; \/\/ \ub9c8\ub098 \ud68c\ubcf5\n                Debug.Log(\"\ub9c8\ub098 \ud68c\ubcf5: \" + item.value);\n                break;\n            \/\/ \ucd94\uac00\uc801\uc778 \uc544\uc774\ud15c \ud6a8\uacfc \uad6c\ud604 \uac00\ub2a5\n        }\n    }\n}\n<\/code><\/pre>\n<p>\ud50c\ub808\uc774\uc5b4 \ud074\ub798\uc2a4\uc5d0\uc11c <code>PickUpItem<\/code> \uba54\uc18c\ub4dc\ub97c \ud1b5\ud574 \uc544\uc774\ud15c\uc758 \ud6a8\uacfc\ub97c \uc801\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\uc774\ud15c\uc758 \ud0c0\uc785\uc5d0 \ub530\ub77c \uccb4\ub825\uc774\ub098 \ub9c8\ub098\ub97c \ud68c\ubcf5\ud560 \uc218 \uc788\ub3c4\ub85d \uad6c\ud604\ud558\uc600\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>3.2. \uc544\uc774\ud15c \uc0c1\ud638\uc791\uc6a9 \uad6c\ud604<\/h3>\n<p>\uc544\uc774\ud15c\uc744 \uc218\uc9d1\ud558\uae30 \uc704\ud574\uc11c\ub294 \ucda9\ub3cc \uc2dc\uc2a4\ud15c\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub808\uc774\uc5b4\uac00 \uc544\uc774\ud15c\uacfc \uc811\ucd09\ud560 \ub54c \uc544\uc774\ud15c\uc744 \ud68d\ub4dd\ud558\ub3c4\ub85d \ub9cc\ub4e4\uc5b4\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<pre><code>using UnityEngine;\n\npublic class ItemPickup : MonoBehaviour {\n    public Item item; \/\/ \ud574\ub2f9 \uc544\uc774\ud15c\n\n    private void OnTriggerEnter2D(Collider2D collision) {\n        if (collision.gameObject.CompareTag(\"Player\")) {\n            Player player = collision.gameObject.GetComponent<player>();\n            if (player != null) {\n                player.PickUpItem(item); \/\/ \uc544\uc774\ud15c \uc8fc\uae30\n                Destroy(gameObject); \/\/ \uc544\uc774\ud15c \uc81c\uac70\n            }\n        }\n    }\n}\n<\/player><\/code><\/pre>\n<p>\uc544\uc774\ud15c \uc624\ube0c\uc81d\ud2b8\uc5d0 \uc774 \uc2a4\ud06c\ub9bd\ud2b8\ub97c \ucd94\uac00\ud558\uba74, \ud50c\ub808\uc774\uc5b4\uac00 \uc544\uc774\ud15c\uacfc \ucda9\ub3cc\ud588\uc744 \ub54c \uc544\uc774\ud15c\uc744 \ud68d\ub4dd\ud558\uace0 \uc624\ube0c\uc81d\ud2b8\ub97c \uc81c\uac70\ud558\ub294 \uae30\ub2a5\uc774 \uad6c\ud604\ub429\ub2c8\ub2e4.<\/p>\n<h2>4. \uc544\uc774\ud15c \uc0ac\uc6a9 \ubc0f \ud6a8\uacfc \uad6c\ud604<\/h2>\n<p>\uc544\uc774\ud15c\uc744 \uc218\uc9d1\ud55c \ud6c4 \ud50c\ub808\uc774\uc5b4\uac00 \uc0ac\uc6a9\ud558\uc5ec \ud6a8\uacfc\ub97c \ubc1c\ud718\ud558\ub3c4\ub85d \ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>4.1. \uc544\uc774\ud15c \uc0ac\uc6a9 \uae30\ub2a5 \ucd94\uac00<\/h3>\n<pre><code>public class Player : MonoBehaviour {\n    \/\/ \uae30\uc874 \ucf54\ub4dc \uc720\uc9c0\n    public void UseItem(Item item) {\n        switch (item.itemType) {\n            case ItemType.HealthPotion:\n                health += item.value; \/\/ \uccb4\ub825 \ud68c\ubcf5\n                Debug.Log(\"\uccb4\ub825 \ud68c\ubcf5: \" + item.value);\n                break;\n            case ItemType.ManaPotion:\n                mana += item.value; \/\/ \ub9c8\ub098 \ud68c\ubcf5\n                Debug.Log(\"\ub9c8\ub098 \ud68c\ubcf5: \" + item.value);\n                break;\n        }\n        \/\/ \ucd94\uac00\uc801\uc778 \ud6a8\uacfc \uc801\uc6a9 \uac00\ub2a5\n    }\n}\n<\/code><\/pre>\n<p>\uc704\uc640 \uac19\uc774 <code>UseItem<\/code> \uba54\uc18c\ub4dc\ub97c \ucd94\uac00\ud558\uc5ec \ud50c\ub808\uc774\uc5b4\uac00 \uc544\uc774\ud15c\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \uad6c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>4.2. \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)<\/h3>\n<p>\uc544\uc774\ud15c \uc0ac\uc6a9\uc744 \uc704\ud55c UI\ub97c \uad6c\ud604\ud558\ub294 \uac83\ub3c4 \uc911\uc694\ud569\ub2c8\ub2e4. \ud50c\ub808\uc774\uc5b4\uac00 \ubcf4\uc720\ud558\uace0 \uc788\ub294 \uc544\uc774\ud15c\uc744 \uad00\ub9ac\ud558\uace0 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc778\ud130\ud398\uc774\uc2a4\ub97c \ub9cc\ub4e4\uc5b4 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>using UnityEngine;\nusing UnityEngine.UI;\n\npublic class UIManager : MonoBehaviour {\n    public Text itemInfoText; \/\/ \uc544\uc774\ud15c \uc815\ubcf4 \ud14d\uc2a4\ud2b8\n\n    public void DisplayItemInfo(Item item) {\n        itemInfoText.text = $\"{item.itemName}\\n{item.description}\\n\uac00\uce58: {item.value}\";\n    }\n}\n<\/code><\/pre>\n<p>\uc544\uc774\ud15c \uc815\ubcf4\ub97c UI\uc5d0 \ud45c\uc2dc\ud560 \uc218 \uc788\ub294 UIManager \ud074\ub798\uc2a4\ub97c \ub9cc\ub4e4\uc5b4 \ubcf4\uc558\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c UI\ub97c \ud1b5\ud574 \ud50c\ub808\uc774\uc5b4\uac00 \uc544\uc774\ud15c\uc758 \uc815\ubcf4\ub97c \uc27d\uac8c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>5. \uacb0\ub860<\/h2>\n<p>\uc774\ubc88 \ud3ec\uc2a4\ud2b8\uc5d0\uc11c\ub294 \uc720\ub2c8\ud2f0 2D \uac8c\uc784\uc5d0\uc11c \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc744 \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec\ub97c \ud3ec\ud568\ud558\uc5ec \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc744 \ubcf4\ub2e4 \uac04\ub2e8\ud558\uace0 \ud6a8\uacfc\uc801\uc73c\ub85c \uad6c\uc131\ud560 \uc218 \uc788\ub294 \ubc29\ubc95\uc744 explored\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n<p>\uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc740 \uac8c\uc784\uc758 \ud575\uc2ec \uc694\uc18c \uc911 \ud558\ub098\uc774\uba70, \uc774\ub97c \ud1b5\ud574 \ud50c\ub808\uc774\uc5b4\ub294 \ub354\uc6b1 \ubab0\uc785\uac10 \uc788\ub294 \uacbd\ud5d8\uc744 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ucc28\ud6c4\uc5d0\ub294 \ub2e4\uc591\ud55c \uc544\uc774\ud15c\uc744 \ucd94\uac00\ud558\uac70\ub098 \uac15\ud654 \uc2dc\uc2a4\ud15c\uacfc \uac19\uc740 \ubcf5\uc7a1\ud55c \uae30\ub2a5\ub4e4\uc744 \uad6c\ud604\ud574\ubcf4\uba74 \uc88b\uc744 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<p>\uc774 \uae00\uc774 \uc720\ub2c8\ud2f0 2D \uac8c\uc784 \uac1c\ubc1c\uc5d0 \ub3c4\uc6c0\uc774 \ub418\uc5c8\uae30\ub97c \ubc14\ub77c\uba70, \uacc4\uc18d\ud574\uc11c \ub354 \ub098\uc740 \uac8c\uc784\uc744 \ub9cc\ub4e4\uc5b4 \ub098\uac00\uc2dc\uae38 \ubc14\ub78d\ub2c8\ub2e4!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc720\ub2c8\ud2f0 2D \uac8c\uc784 \uac1c\ubc1c\uc5d0\uc11c \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc740 \uac8c\uc784\uc758 \uc7ac\ubbf8\uc640 \uc0c1\ud638\uc791\uc6a9\uc744 \ub354\uc6b1 \ud48d\ubd80\ud558\uac8c \ub9cc\ub4e4\uc5b4\uc8fc\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \uadf8\ub9ac\uace0 \ud6a8\uacfc \ubd80\uc5ec\ub97c \ud3ec\ud568\ud55c \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc744 \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc758 \uae30\ubcf8 \uad6c\uc870 \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc744 \uad6c\ucd95\ud558\uae30 \uc704\ud574\uc11c\ub294 \uba3c\uc800 \uc544\uc774\ud15c\uc744 \uc815\uc758\ud560 \ub370\uc774\ud130 \uad6c\uc870\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. \uc77c\ubc18\uc801\uc73c\ub85c \uc544\uc774\ud15c\uc740 \uc774\ub984, \uc124\uba85, \ud0c0\uc785, \ud6a8\uacfc \ub4f1\uc758 \uc18d\uc131\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. &hellip; <a href=\"https:\/\/atmokpo.com\/w\/31455\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc720\ub2c8\ud2f0 2D \uac8c\uc784\uac1c\ubc1c, \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c \uad6c\ud604  \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec.&#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-31455","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 2D \uac8c\uc784\uac1c\ubc1c, \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c \uad6c\ud604 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec. - \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\/31455\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc720\ub2c8\ud2f0 2D \uac8c\uc784\uac1c\ubc1c, \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c \uad6c\ud604 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec. - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc720\ub2c8\ud2f0 2D \uac8c\uc784 \uac1c\ubc1c\uc5d0\uc11c \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc740 \uac8c\uc784\uc758 \uc7ac\ubbf8\uc640 \uc0c1\ud638\uc791\uc6a9\uc744 \ub354\uc6b1 \ud48d\ubd80\ud558\uac8c \ub9cc\ub4e4\uc5b4\uc8fc\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \uadf8\ub9ac\uace0 \ud6a8\uacfc \ubd80\uc5ec\ub97c \ud3ec\ud568\ud55c \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc744 \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc758 \uae30\ubcf8 \uad6c\uc870 \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc744 \uad6c\ucd95\ud558\uae30 \uc704\ud574\uc11c\ub294 \uba3c\uc800 \uc544\uc774\ud15c\uc744 \uc815\uc758\ud560 \ub370\uc774\ud130 \uad6c\uc870\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. \uc77c\ubc18\uc801\uc73c\ub85c \uc544\uc774\ud15c\uc740 \uc774\ub984, \uc124\uba85, \ud0c0\uc785, \ud6a8\uacfc \ub4f1\uc758 \uc18d\uc131\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 &quot;\uc720\ub2c8\ud2f0 2D \uac8c\uc784\uac1c\ubc1c, \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c \uad6c\ud604 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec.&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/31455\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-28T12:05:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:45:06+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\/31455\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/31455\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc720\ub2c8\ud2f0 2D \uac8c\uc784\uac1c\ubc1c, \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c \uad6c\ud604 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec.\",\"datePublished\":\"2024-10-28T12:05:51+00:00\",\"dateModified\":\"2024-11-26T06:45:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/31455\/\"},\"wordCount\":13,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\uc720\ub2c8\ud2f0\uae30\ucd08\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/31455\/\",\"url\":\"https:\/\/atmokpo.com\/w\/31455\/\",\"name\":\"\uc720\ub2c8\ud2f0 2D \uac8c\uc784\uac1c\ubc1c, \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c \uad6c\ud604 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec. - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-28T12:05:51+00:00\",\"dateModified\":\"2024-11-26T06:45:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/31455\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/31455\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/31455\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc720\ub2c8\ud2f0 2D \uac8c\uc784\uac1c\ubc1c, \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c \uad6c\ud604 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec.\"}]},{\"@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 2D \uac8c\uc784\uac1c\ubc1c, \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c \uad6c\ud604 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec. - \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\/31455\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc720\ub2c8\ud2f0 2D \uac8c\uc784\uac1c\ubc1c, \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c \uad6c\ud604 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec. - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc720\ub2c8\ud2f0 2D \uac8c\uc784 \uac1c\ubc1c\uc5d0\uc11c \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc740 \uac8c\uc784\uc758 \uc7ac\ubbf8\uc640 \uc0c1\ud638\uc791\uc6a9\uc744 \ub354\uc6b1 \ud48d\ubd80\ud558\uac8c \ub9cc\ub4e4\uc5b4\uc8fc\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \uadf8\ub9ac\uace0 \ud6a8\uacfc \ubd80\uc5ec\ub97c \ud3ec\ud568\ud55c \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc744 \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc758 \uae30\ubcf8 \uad6c\uc870 \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c\uc744 \uad6c\ucd95\ud558\uae30 \uc704\ud574\uc11c\ub294 \uba3c\uc800 \uc544\uc774\ud15c\uc744 \uc815\uc758\ud560 \ub370\uc774\ud130 \uad6c\uc870\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. \uc77c\ubc18\uc801\uc73c\ub85c \uc544\uc774\ud15c\uc740 \uc774\ub984, \uc124\uba85, \ud0c0\uc785, \ud6a8\uacfc \ub4f1\uc758 \uc18d\uc131\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. &hellip; \ub354 \ubcf4\uae30 \"\uc720\ub2c8\ud2f0 2D \uac8c\uc784\uac1c\ubc1c, \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c \uad6c\ud604 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec.\"","og_url":"https:\/\/atmokpo.com\/w\/31455\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-28T12:05:51+00:00","article_modified_time":"2024-11-26T06:45:06+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\/31455\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/31455\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc720\ub2c8\ud2f0 2D \uac8c\uc784\uac1c\ubc1c, \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c \uad6c\ud604 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec.","datePublished":"2024-10-28T12:05:51+00:00","dateModified":"2024-11-26T06:45:06+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/31455\/"},"wordCount":13,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\uc720\ub2c8\ud2f0\uae30\ucd08"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/31455\/","url":"https:\/\/atmokpo.com\/w\/31455\/","name":"\uc720\ub2c8\ud2f0 2D \uac8c\uc784\uac1c\ubc1c, \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c \uad6c\ud604 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec. - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-28T12:05:51+00:00","dateModified":"2024-11-26T06:45:06+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/31455\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/31455\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/31455\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\uc720\ub2c8\ud2f0 2D \uac8c\uc784\uac1c\ubc1c, \uc544\uc774\ud15c \uc2dc\uc2a4\ud15c \uad6c\ud604 \uc544\uc774\ud15c \uc0dd\uc131, \ud50c\ub808\uc774\uc5b4\uc640\uc758 \uc0c1\ud638\uc791\uc6a9, \ud6a8\uacfc \ubd80\uc5ec."}]},{"@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\/31455","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=31455"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/31455\/revisions"}],"predecessor-version":[{"id":31456,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/31455\/revisions\/31456"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=31455"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=31455"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=31455"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}