{"id":39373,"date":"2024-11-02T04:23:04","date_gmt":"2024-11-02T04:23:04","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=39373"},"modified":"2024-11-26T06:41:41","modified_gmt":"2024-11-26T06:41:41","slug":"%ea%b2%8c%ec%9e%84%ea%b7%b8%eb%9e%98%ed%94%bd-%ec%a0%9c%ec%9e%91-%ea%b7%b8%eb%9e%98%ed%94%bd-%ec%84%b1%eb%8a%a5-%ec%b5%9c%ec%a0%81%ed%99%94%eb%a5%bc-%ec%9c%84%ed%95%9c-%ed%8c%81%ea%b3%bc-%ed%8a%b8","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/39373\/","title":{"rendered":"\uac8c\uc784\uadf8\ub798\ud53d \uc81c\uc791, \uadf8\ub798\ud53d \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ud301\uacfc \ud2b8\ub9ad"},"content":{"rendered":"<p>\uac8c\uc784 \uac1c\ubc1c\uc5d0 \uc788\uc5b4 \uadf8\ub798\ud53d\uc740 \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c \ubab0\uc785\uac10\uc744 \uc8fc\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ubcf5\uc7a1\ud55c \uadf8\ub798\ud53d\uc740 \uc131\ub2a5 \uc800\ud558\ub97c \ucd08\ub798\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uac8c\uc784 \uadf8\ub798\ud53d \uc81c\uc791 \uacfc\uc815\uc5d0\uc11c \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ub2e4\uc591\ud55c \ud301\uacfc \ud2b8\ub9ad\uc744 \uc18c\uac1c\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. \uae30\ubcf8 \uadf8\ub798\ud53d \ucd5c\uc801\ud654 \uc804\ub7b5<\/h2>\n<p>\uac8c\uc784\uc758 \uadf8\ub798\ud53d \uc131\ub2a5\uc744 \ucd5c\uc801\ud654\ud558\uae30 \uc704\ud574\uc11c \uac00\uc7a5 \uba3c\uc800 \uace0\ub824\ud574\uc57c \ud560 \uac83\uc740 \uae30\ubcf8\uc801\uc778 \ucd5c\uc801\ud654 \uc804\ub7b5\uc785\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \uba87 \uac00\uc9c0 \uc8fc\uc694 \uc804\ub7b5\uc785\ub2c8\ub2e4.<\/p>\n<h3>1.1. \ub808\ubca8 \uc624\ube0c \ub514\ud14c\uc77c (LOD) \uae30\ubc95<\/h3>\n<p>\ub808\ubca8 \uc624\ube0c \ub514\ud14c\uc77c(LOD)\uc740 \uac1d\uccb4\uc758 \uac70\ub9ac\uc640 \ud654\uba74\uc5d0\uc11c \ucc28\uc9c0\ud558\ub294 \ube44\uc728\uc5d0 \ub530\ub77c \uc11c\ub85c \ub2e4\ub978 \ubaa8\ub378\uc744 \uc0ac\uc6a9\ud558\ub294 \uae30\uc220\uc785\ub2c8\ub2e4. \uba40\ub9ac \uc788\ub294 \uac1d\uccb4\ub294 \uac04\ub2e8\ud55c \ubaa8\ub378\uc744 \uc0ac\uc6a9\ud558\uace0, \uac00\uae4c\uc6b4 \uac1d\uccb4\ub294 \ubcf4\ub2e4 \uc815\uad50\ud55c \ubaa8\ub378\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \uc774 \ubc29\ubc95\uc740 \ud3f4\ub9ac\uace4 \uc218\ub97c \uc904\uc5ec \uadf8\ub798\ud53d \uc131\ub2a5\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\ub294\ub370 \uae30\uc5ec\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>function updateLOD(camera, objects) {\n    objects.forEach(object =&gt; {\n        const distance = camera.position.distanceTo(object.position);\n        if (distance &gt; 50) {\n            object.model = object.lodLow; \/\/ \ub0ae\uc740 \ub514\ud14c\uc77c \ubaa8\ub378 \uc801\uc6a9\n        } else if (distance &gt; 20) {\n            object.model = object.lodMedium; \/\/ \uc911\uac04 \ub514\ud14c\uc77c \ubaa8\ub378 \uc801\uc6a9\n        } else {\n            object.model = object.lodHigh; \/\/ \ub192\uc740 \ub514\ud14c\uc77c \ubaa8\ub378 \uc801\uc6a9\n        }\n    });\n}<\/code><\/pre>\n<h3>1.2. \ud14d\uc2a4\ucc98 \uc555\ucd95<\/h3>\n<p>\ud070 \ud14d\uc2a4\ucc98\ub294 \uba54\ubaa8\ub9ac\uc640 \ub300\uc5ed\ud3ed\uc744 \ub9ce\uc774 \uc18c\ubaa8\ud558\ubbc0\ub85c, \ud14d\uc2a4\ucc98 \uc555\ucd95 \uae30\uc220\uc744 \uc0ac\uc6a9\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. DXT, PVRTC, ASTC\uc640 \uac19\uc740 \ub2e4\uc591\ud55c \uc555\ucd95 \ud615\uc2dd\uc774 \uc788\uc73c\uba70, \uc774\ub97c \ud1b5\ud574 \uadf8\ub798\ud53d\uc744 \ucd5c\uc801\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>const compressedTexture = new THREE.CompressedTextureLoader().load('texture.dxt');<\/code><\/pre>\n<h2>2. \uac1d\uccb4\uc758 \uc218 \uc904\uc774\uae30<\/h2>\n<p>\uac8c\uc784 \ud658\uacbd\uc5d0\uc11c \uac1d\uccb4\uc758 \uc218\ub97c \uc904\uc774\ub294 \uac83 \uc5ed\uc2dc \uc131\ub2a5\uc744 \uac1c\uc120\ud558\ub294 \uc911\uc694\ud55c \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc544\ub798\ub294 \uac1d\uccb4 \uc218\ub97c \uc904\uc774\ub294 \uba87 \uac00\uc9c0 \uae30\ubc95\uc785\ub2c8\ub2e4.<\/p>\n<h3>2.1. \ubc30\uce58(Batching)<\/h3>\n<p>\ubc30\uce58\ub294 \uc5ec\ub7ec \uac1c\uc758 \uac1d\uccb4\ub97c \ud558\ub098\uc758 \ub4dc\ub85c\uc6b0 \ud638\ucd9c\ub85c \ubb36\uc5b4 GPU\uc5d0 \uc804\uc1a1\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ub4dc\ub85c\uc6b0 \ud638\ucd9c \uc218\ub97c \uc904\uc774\uace0 \uc131\ub2a5\uc744 \ud5a5\uc0c1\uc2dc\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>const meshBatch = new THREE.MeshBatcher();\nmeshBatch.add(mesh1);\nmeshBatch.add(mesh2);\nmeshBatch.render(); \/\/ \ubc30\uce58\ub41c \uac1d\uccb4\ub85c \ub80c\ub354\ub9c1<\/code><\/pre>\n<h3>2.2. \uc778\uc2a4\ud134\uc2f1(Instancing)<\/h3>\n<p>\uc778\uc2a4\ud134\uc2f1 \uae30\uc220\uc744 \uc0ac\uc6a9\ud558\uba74 \ub3d9\uc77c\ud55c \uac1d\uccb4\ub97c \uba54\ubaa8\ub9ac \ub0b4\uc5d0\uc11c \uc5ec\ub7ec \uac1c \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uba54\ubaa8\ub9ac\uc640 \uc131\ub2a5\uc744 \ubaa8\ub450 \uc808\uc57d\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>const instanceMesh = new THREE.InstancedMesh(geometry, material, count);\ninstanceMesh.instanceMatrix.setUsage(THREE.DynamicDrawUsage); \/\/ \ub3d9\uc801 \uc0ac\uc6a9\uc790 \uc124\uc815<\/code><\/pre>\n<h2>3. \uc250\uc774\ub354 \ucd5c\uc801\ud654<\/h2>\n<p>\uc170\uc774\ub354\ub294 \uadf8\ub798\ud53d \uc131\ub2a5\uc5d0 \uc911\ub300\ud55c \uc601\ud5a5\uc744 \ubbf8\uce69\ub2c8\ub2e4. \uc170\uc774\ub354 \ucf54\ub4dc\ub97c \ucd5c\uc801\ud654\ud558\uba74 \uc131\ub2a5\uc744 \ud06c\uac8c \ud5a5\uc0c1\uc2dc\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>3.1. \ucd5c\uc801\ud654\ub41c \uc170\uc774\ub354 \uc0ac\uc6a9<\/h3>\n<p>\uc170\uc774\ub354\uc758 \ubcf5\uc7a1\ub3c4\ub97c \uc904\uc774\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \ubd88\ud544\uc694\ud55c \uacc4\uc0b0\uc774\ub098 \ub8e8\ud504\ub97c \uc81c\uac70\ud558\uace0, \ud45c\uc900\ud654\ub41c \uc218\ud559 \ud568\uc218\ub97c \ucd5c\ub300\ud55c \ud65c\uc6a9\ud558\uc138\uc694.<\/p>\n<pre><code>precision highp float; \nvarying vec3 vColor;\nvoid main() {\n    gl_FragColor = vec4(vColor, 1.0);\n}<\/code><\/pre>\n<h3>3.2. \uc815\uc801 \uc170\uc774\ub354 \ubcc0\uacbd<\/h3>\n<p>\uc815\ud655\ud55c \uc7a5\uba74\uc5d0 \ub300\ud574 \ubbf8\ub9ac \uc170\uc774\ub354\ub97c \uc124\uc815\ud558\uc5ec \ub9e4 \ud504\ub808\uc784\ub9c8\ub2e4 \uc170\uc774\ub354\ub97c \ubcc0\uacbd\ud558\uc9c0 \uc54a\ub3c4\ub85d \ud574\uc57c \ud569\ub2c8\ub2e4. \uc774\ub294 CPU\uc640 GPU \uac04\uc758 \ud1b5\uc2e0\uc744 \uc904\uc774\uace0 \uc131\ub2a5\uc744 \ud5a5\uc0c1\uc2dc\ud0b5\ub2c8\ub2e4.<\/p>\n<h2>4. \ucd5c\uc801\ud654\ub41c \uc870\uba85 \ucc98\ub9ac<\/h2>\n<p>\uac8c\uc784 \ub0b4 \uc870\uba85\uc740 \uadf8\ub798\ud53d\uc758 \uc9c8\uc744 \ub192\uc774\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc774\uc9c0\ub9cc, \uc131\ub2a5\uc5d0 \uc545\uc601\ud5a5\uc744 \uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \uc870\uba85 \ucc98\ub9ac\ub97c \ucd5c\uc801\ud654\ud558\ub294 \ubc29\ubc95\uc785\ub2c8\ub2e4.<\/p>\n<h3>4.1. \ub514\ud4e8\uc988 \ubc0f \uc2a4\ud399\ud058\ub7ec \uc870\uba85 \ucd5c\uc801\ud654<\/h3>\n<p>\uc870\uba85\uc758 \uc885\ub958\ub97c \ud544\uc218\uc801\uc778 \uac83\ub9cc \uc0ac\uc6a9\ud558\uace0, \ub178\uba40 \ub9e4\ud551\uc744 \ud65c\uc6a9\ud558\uc5ec \ucd94\uac00\uc801\uc778 \uc870\uba85 \ud6a8\uacfc\ub97c \uad6c\ud604\ud558\uc138\uc694. \uc774 \ubc29\ubc95\uc740 \ud3f4\ub9ac\uace4 \uc218\ub97c \uc904\uc774\uace0 \uc131\ub2a5\uc744 \uac1c\uc120\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>const light = new THREE.PointLight(0xffffff, 1, 100);\n\tscene.add(light);<\/code><\/pre>\n<h3>4.2. \ud658\uacbd\uad11 \uc870\uc815<\/h3>\n<p>\ud658\uacbd\uad11\uc744 \uc801\uc808\ud788 \uc870\uc808\ud558\uc5ec \uc804\uccb4\uc801\uc778 \uc870\uba85 \ud6a8\uacfc\ub97c \ub192\uc774\ub418, \ubd88\ud544\uc694\ud55c \uc870\uba85 \uac1d\uccb4\ub97c \ucd94\uac00\ud558\uc9c0 \uc54a\ub3c4\ub85d \ud574\uc57c \ud569\ub2c8\ub2e4. \uc774\ub294 \ub354 \uc801\uc740 \ubd80\ud558\ub85c\ub3c4 \ucda9\ubd84\ud55c \uc870\uba85 \ud6a8\uacfc\ub97c \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>5. \ucd5c\uc801\ud654\ub41c \uacc4\uc0b0 \ucc98\ub9ac<\/h2>\n<p>\uac8c\uc784 \ub0b4\uc5d0\uc11c \uc218\ub9ce\uc740 \uacc4\uc0b0\uc774 \ud544\uc694\ud558\uc9c0\ub9cc, \uc774\ub4e4 \uacc4\uc0b0\uc744 \ucd5c\uc801\ud654\ud558\uba74 \uc131\ub2a5\uc744 \ud06c\uac8c \uac1c\uc120\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>5.1. \ud504\ub808\uc784\ub2f9 \uc5c5\ub370\uc774\ud2b8 \uc218 \uc870\uc815<\/h3>\n<p>\ubaa8\ub4e0 \uac1d\uccb4\ub97c \ub9e4 \ud504\ub808\uc784\ub9c8\ub2e4 \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ub300\uc2e0, \uc801\uc808\ud55c \uac04\uaca9\uc744 \ub450\uace0 \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \ubc29\uc2dd\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 CPU \uacfc\ubd80\ud558\ub97c \uc904\uc774\ub294 \uc88b\uc740 \ubc29\ubc95\uc785\ub2c8\ub2e4.<\/p>\n<pre><code>function updateGameObjects(deltaTime) {\n    if (frameCount % 2 === 0) { \/\/ 2\ud504\ub808\uc784\ub9c8\ub2e4 \uc5c5\ub370\uc774\ud2b8\n        gameObjects.forEach(obj =&gt; obj.update(deltaTime));\n    }\n}<\/code><\/pre>\n<h3>5.2. \uc774\ubca4\ud2b8 \uae30\ubc18 \uc2dc\uc2a4\ud15c \uc0ac\uc6a9<\/h3>\n<p>\uc774\ubca4\ud2b8 \uae30\ubc18 \uc2dc\uc2a4\ud15c\uc744 \ud65c\uc6a9\ud558\uc5ec \uac1d\uccb4\uac00 \ud544\uc694\ud560 \ub54c\ub9cc \uc5c5\ub370\uc774\ud2b8 \ud558\ub3c4\ub85d \uc124\uc815\ud558\uba74 CPU\uc640 GPU\uc758 \ud6a8\uc728\uc131\uc744 \uadf9\ub300\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>\uacb0\ub860<\/h2>\n<p>\uac8c\uc784 \uadf8\ub798\ud53d \uc81c\uc791\uc5d0\uc11c \uc131\ub2a5 \ucd5c\uc801\ud654\ub294 \ub9e4\uc6b0 \uc911\uc694\ud569\ub2c8\ub2e4. \ubcf8 \uae00\uc5d0\uc11c \uc18c\uac1c\ud55c \ub2e4\uc591\ud55c \ud301\uacfc \ud2b8\ub9ad\uc744 \ud1b5\ud574 \uc5ec\ub7ec\ubd84\uc758 \uac8c\uc784 \uc131\ub2a5\uc744 \uac1c\uc120\ud558\uace0, \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c \ub354 \ub098\uc740 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud560 \uc218 \uc788\uc744 \uac83\uc785\ub2c8\ub2e4. \uae30\uc220\uc774 \uacc4\uc18d \ubc1c\uc804\ud568\uc5d0 \ub530\ub77c \ub354 \ub9ce\uc740 \ucd5c\uc801\ud654 \ubc29\ubc95\uc774 \uc0dd\uae38 \uac83\uc774\uace0, \uc774\ub7ec\ud55c \ucd5c\uc2e0 \uae30\ubc95\ub4e4\uc744 \ubc18\uc601\ud558\uc5ec \uc9c0\uc18d\uc801\uc73c\ub85c \uac1c\uc120\ud574 \ub098\uac00\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/p>\n<p>\uc6d0\ud558\ub294 \ubaa9\ud45c\ub97c \uc774\ub8e8\uae30 \uc704\ud574 \ub04a\uc784\uc5c6\uc774 \ud559\uc2b5\ud558\uace0 \uc2e4\ub5a8\uc804\uc744 \ud1b5\ud574 \uacbd\ud5d8\uc744 \uc313\ub294 \uac83\uc774 \uac00\uc7a5 \uc911\uc694\ud569\ub2c8\ub2e4. \uc5ec\ub7ec\ubd84\uc758 \uac8c\uc784 \uac1c\ubc1c \uc5ec\uc815\uc5d0 \ud589\uc6b4\uc774 \ud568\uaed8\ud558\uae38 \ubc14\ub78d\ub2c8\ub2e4!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uac8c\uc784 \uac1c\ubc1c\uc5d0 \uc788\uc5b4 \uadf8\ub798\ud53d\uc740 \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c \ubab0\uc785\uac10\uc744 \uc8fc\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ubcf5\uc7a1\ud55c \uadf8\ub798\ud53d\uc740 \uc131\ub2a5 \uc800\ud558\ub97c \ucd08\ub798\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uac8c\uc784 \uadf8\ub798\ud53d \uc81c\uc791 \uacfc\uc815\uc5d0\uc11c \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ub2e4\uc591\ud55c \ud301\uacfc \ud2b8\ub9ad\uc744 \uc18c\uac1c\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \uae30\ubcf8 \uadf8\ub798\ud53d \ucd5c\uc801\ud654 \uc804\ub7b5 \uac8c\uc784\uc758 \uadf8\ub798\ud53d \uc131\ub2a5\uc744 \ucd5c\uc801\ud654\ud558\uae30 \uc704\ud574\uc11c \uac00\uc7a5 \uba3c\uc800 \uace0\ub824\ud574\uc57c \ud560 \uac83\uc740 \uae30\ubcf8\uc801\uc778 \ucd5c\uc801\ud654 \uc804\ub7b5\uc785\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \uba87 \uac00\uc9c0 \uc8fc\uc694 \uc804\ub7b5\uc785\ub2c8\ub2e4. 1.1. \ub808\ubca8 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/39373\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uac8c\uc784\uadf8\ub798\ud53d \uc81c\uc791, \uadf8\ub798\ud53d \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ud301\uacfc \ud2b8\ub9ad&#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":[195],"tags":[],"class_list":["post-39373","post","type-post","status-publish","format-standard","hentry","category-195"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uac8c\uc784\uadf8\ub798\ud53d \uc81c\uc791, \uadf8\ub798\ud53d \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ud301\uacfc \ud2b8\ub9ad - \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\/39373\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uac8c\uc784\uadf8\ub798\ud53d \uc81c\uc791, \uadf8\ub798\ud53d \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ud301\uacfc \ud2b8\ub9ad - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uac8c\uc784 \uac1c\ubc1c\uc5d0 \uc788\uc5b4 \uadf8\ub798\ud53d\uc740 \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c \ubab0\uc785\uac10\uc744 \uc8fc\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ubcf5\uc7a1\ud55c \uadf8\ub798\ud53d\uc740 \uc131\ub2a5 \uc800\ud558\ub97c \ucd08\ub798\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uac8c\uc784 \uadf8\ub798\ud53d \uc81c\uc791 \uacfc\uc815\uc5d0\uc11c \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ub2e4\uc591\ud55c \ud301\uacfc \ud2b8\ub9ad\uc744 \uc18c\uac1c\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \uae30\ubcf8 \uadf8\ub798\ud53d \ucd5c\uc801\ud654 \uc804\ub7b5 \uac8c\uc784\uc758 \uadf8\ub798\ud53d \uc131\ub2a5\uc744 \ucd5c\uc801\ud654\ud558\uae30 \uc704\ud574\uc11c \uac00\uc7a5 \uba3c\uc800 \uace0\ub824\ud574\uc57c \ud560 \uac83\uc740 \uae30\ubcf8\uc801\uc778 \ucd5c\uc801\ud654 \uc804\ub7b5\uc785\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \uba87 \uac00\uc9c0 \uc8fc\uc694 \uc804\ub7b5\uc785\ub2c8\ub2e4. 1.1. \ub808\ubca8 &hellip; \ub354 \ubcf4\uae30 &quot;\uac8c\uc784\uadf8\ub798\ud53d \uc81c\uc791, \uadf8\ub798\ud53d \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ud301\uacfc \ud2b8\ub9ad&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/39373\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-02T04:23:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:41:41+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\/39373\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39373\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uac8c\uc784\uadf8\ub798\ud53d \uc81c\uc791, \uadf8\ub798\ud53d \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ud301\uacfc \ud2b8\ub9ad\",\"datePublished\":\"2024-11-02T04:23:04+00:00\",\"dateModified\":\"2024-11-26T06:41:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39373\/\"},\"wordCount\":13,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\uac8c\uc784\uadf8\ub798\ud53d\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/39373\/\",\"url\":\"https:\/\/atmokpo.com\/w\/39373\/\",\"name\":\"\uac8c\uc784\uadf8\ub798\ud53d \uc81c\uc791, \uadf8\ub798\ud53d \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ud301\uacfc \ud2b8\ub9ad - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-11-02T04:23:04+00:00\",\"dateModified\":\"2024-11-26T06:41:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/39373\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/39373\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/39373\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uac8c\uc784\uadf8\ub798\ud53d \uc81c\uc791, \uadf8\ub798\ud53d \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ud301\uacfc \ud2b8\ub9ad\"}]},{\"@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":"\uac8c\uc784\uadf8\ub798\ud53d \uc81c\uc791, \uadf8\ub798\ud53d \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ud301\uacfc \ud2b8\ub9ad - \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\/39373\/","og_locale":"ko_KR","og_type":"article","og_title":"\uac8c\uc784\uadf8\ub798\ud53d \uc81c\uc791, \uadf8\ub798\ud53d \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ud301\uacfc \ud2b8\ub9ad - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uac8c\uc784 \uac1c\ubc1c\uc5d0 \uc788\uc5b4 \uadf8\ub798\ud53d\uc740 \ud50c\ub808\uc774\uc5b4\uc5d0\uac8c \ubab0\uc785\uac10\uc744 \uc8fc\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ubcf5\uc7a1\ud55c \uadf8\ub798\ud53d\uc740 \uc131\ub2a5 \uc800\ud558\ub97c \ucd08\ub798\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uac8c\uc784 \uadf8\ub798\ud53d \uc81c\uc791 \uacfc\uc815\uc5d0\uc11c \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ub2e4\uc591\ud55c \ud301\uacfc \ud2b8\ub9ad\uc744 \uc18c\uac1c\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \uae30\ubcf8 \uadf8\ub798\ud53d \ucd5c\uc801\ud654 \uc804\ub7b5 \uac8c\uc784\uc758 \uadf8\ub798\ud53d \uc131\ub2a5\uc744 \ucd5c\uc801\ud654\ud558\uae30 \uc704\ud574\uc11c \uac00\uc7a5 \uba3c\uc800 \uace0\ub824\ud574\uc57c \ud560 \uac83\uc740 \uae30\ubcf8\uc801\uc778 \ucd5c\uc801\ud654 \uc804\ub7b5\uc785\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \uba87 \uac00\uc9c0 \uc8fc\uc694 \uc804\ub7b5\uc785\ub2c8\ub2e4. 1.1. \ub808\ubca8 &hellip; \ub354 \ubcf4\uae30 \"\uac8c\uc784\uadf8\ub798\ud53d \uc81c\uc791, \uadf8\ub798\ud53d \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ud301\uacfc \ud2b8\ub9ad\"","og_url":"https:\/\/atmokpo.com\/w\/39373\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-11-02T04:23:04+00:00","article_modified_time":"2024-11-26T06:41:41+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\/39373\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/39373\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uac8c\uc784\uadf8\ub798\ud53d \uc81c\uc791, \uadf8\ub798\ud53d \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ud301\uacfc \ud2b8\ub9ad","datePublished":"2024-11-02T04:23:04+00:00","dateModified":"2024-11-26T06:41:41+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/39373\/"},"wordCount":13,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\uac8c\uc784\uadf8\ub798\ud53d"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/39373\/","url":"https:\/\/atmokpo.com\/w\/39373\/","name":"\uac8c\uc784\uadf8\ub798\ud53d \uc81c\uc791, \uadf8\ub798\ud53d \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ud301\uacfc \ud2b8\ub9ad - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-11-02T04:23:04+00:00","dateModified":"2024-11-26T06:41:41+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/39373\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/39373\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/39373\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\uac8c\uc784\uadf8\ub798\ud53d \uc81c\uc791, \uadf8\ub798\ud53d \uc131\ub2a5 \ucd5c\uc801\ud654\ub97c \uc704\ud55c \ud301\uacfc \ud2b8\ub9ad"}]},{"@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\/39373","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=39373"}],"version-history":[{"count":2,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39373\/revisions"}],"predecessor-version":[{"id":39559,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/39373\/revisions\/39559"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=39373"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=39373"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=39373"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}