{"id":115,"date":"2023-07-17T01:10:58","date_gmt":"2023-07-17T01:10:58","guid":{"rendered":"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/"},"modified":"2023-07-17T01:10:58","modified_gmt":"2023-07-17T01:10:58","slug":"1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94","status":"publish","type":"post","link":"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/","title":{"rendered":"1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694?"},"content":{"rendered":"<p><strong>1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694?<\/strong> \ubbf8\ud130\uc640 \uc57c\ub4dc\ub294 \uc11c\ub85c \ub2e4\ub978 \ub450 \uce21\uc815 \uc2dc\uc2a4\ud15c\uc5d0 \uc18d\ud558\ub294 \ub450 \uac00\uc9c0 \uae38\uc774 \ub2e8\uc704\uc785\ub2c8\ub2e4. \ubbf8\ud130\ub294 \uad6d\uc81c \ub2e8\uc704 \uc2dc\uc2a4\ud15c\uc758 \uc77c\ubd80\uc774\uace0 \uc57c\ub4dc\ub294 \uc575\uae00\ub85c\uc0c9\uc2a8 \uc2dc\uc2a4\ud15c\uc5d0 \uc18d\ud569\ub2c8\ub2e4. \uc774\uac83\uc774 \ubc14\ub85c \uc774\ub7ec\ud55c \uc2dc\uc2a4\ud15c\uc758 \uc0ac\uc6a9\uc774 \ub2e4\ub978 \uc9c0\uc5ed\uc73c\ub85c \uc81c\ud55c\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \ub3d9\ub4f1\uc131\uc744 \ub9cc\ub4e4 \ub54c \uc758\uc2ec\uc744 \uac16\ub294 \uac83\uc774 \ub9e4\uc6b0 \uc77c\ubc18\uc801\uc778 \uc774\uc720\uc785\ub2c8\ub2e4.<\/p>\n<h2 class=\"wp-block-heading\" id=\"conversor-de-yardas-a-metros-y-viceversa\"> <span id=\"Conversor_de_yardas_a_metros_y_viceversa\">\uc57c\ub4dc\uc5d0\uc11c \ubbf8\ud130\ub85c \ub610\ub294 \uadf8 \ubc18\ub300\ub85c \ubcc0\ud658<\/span><\/h2>\n<p> \uc544\ub798\uc5d0\ub294 \uc57c\ub4dc\uc5d0\uc11c \ubbf8\ud130\ub85c\uc758 \uacc4\uc0b0\uae30\uac00 \uc788\uc73c\uba70, \uc774\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc774 \ub450 \ub2e8\uc704\ub97c \ubcc0\ud658\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\ubc95\uc740 \ub9e4\uc6b0 \uac04\ub2e8\ud569\ub2c8\ub2e4. \ucd08\uae30 \uac12\uacfc \ub2e8\uc704\ub9cc \uc785\ub825\ud558\uace0 &#8220;\ubcc0\ud658&#8221;\uc744 \ud074\ub9ad\ud558\uba74 \uc989\uc2dc \ubc18\ub300 \ub2e8\uc704\uc758 \uacb0\uacfc\ub97c \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ub3c4\uad6c\ub97c \uc0ac\uc6a9\ud558\uba74 \uc6d0\ud558\ub294 \uc720\ud2f8\ub9ac\ud2f0\uc5d0 \ub300\ud574 <strong>\uc2e0\uc18d\ud558\uac8c \ubcc0\ud658\uc744<\/strong> \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p><title> \uc57c\ub4dc\ub97c \ubbf8\ud130\ub85c \ubcc0\ud658\uae30 \ubc0f \ubbf8\ud130\ub97c \uc57c\ub4dc\ub85c \ubcc0\ud658\uae30<\/title><script language=\"javascript\"><\/p>\n<p>  function conversionMetrosYardas (){\n    var valorInicial = document.getElementById('valorEntrada').value;\n    valorInicial = valorInicial.toString().replace(',', '.');\n    var unidadInicial = document.getElementById('primeraUnidad').value;\n    var resultado = 0;<\/p>\n<p>    if (unidadInicial == \"Metros\"){\n      resultado = valorInicial * 1.0936;\n      resultado = resultado.toString().replace('.', ',');\n      document.getElementById('resultadoUnidad').value = \"Yardas\";\n    }\n    else if (unidadInicial == \"Yardas\"){\n      resultado = valorInicial \/ 1.0936;\n      resultado = resultado.toString().replace('.', ',');\n      document.getElementById('resultadoUnidad').value = \"Metros\";\n    }\n    else {\n      resultado = 0;\n    }\n    document.getElementById('resultado').value = resultado;\n  }<\/p>\n<p><\/script><\/p>\n<form onsubmit=\"javascript: conversionMetrosYardas ();return (false);\"><input type=\"text\" name=\"valorEntrada\" id=\"valorEntrada\"><select name=\"primeraUnidad\" id=\"primeraUnidad\"><option value=\"Metros\"> \ubbf8\ud130<\/option><option value=\"Yardas\"> \ud53c\ud2b8 \uae38\uc774 <\/option><\/select><input type=\"submit\" value=\"\uc804\ud658\ud558\ub2e4\"><\/p>\n<p><input type=\"text\" name=\"resultado\" id=\"resultado\" readonly=\"readonly\" maxlength=\"7\" size=\"7\" placeholder=\"Resultado\"><input type=\"text\" name=\"resultadoUnidad\" id=\"resultadoUnidad\" readonly=\"readonly\" maxlength=\"5\" size=\"5\" placeholder=\"m \/ yd\"><\/p>\n<\/form>\n<h2 class=\"wp-block-heading\" id=\"cuanto-es-un-metro-en-yardas\"> <span id=\"Cuanto_es_un_metro_en_yardas\">1\ubbf8\ud130\ub294 \uc57c\ub4dc\ub85c \uc5bc\ub9c8\uc778\uac00\uc694?<\/span><\/h2>\n<p> \uc774 \uc720\ud615\uc758 \ubcc0\ud658\uc744 \uc218\ud589\ud558\ub824\uba74 \ub450 \ub2e8\uc704 \uac04\uc758 \ub4f1\uac00\uac00 \ub2e4\uc74c\uacfc \uac19\ub2e4\ub294 \uc810\uc744 \uba85\uc2ec\ud574\uc57c \ud569\ub2c8\ub2e4. <strong>1\ubbf8\ud130 = 1.0936\uc57c\ub4dc<\/strong> \ub610\ub294 <strong>1\uc57c\ub4dc = 0.9144\ubbf8\ud130<\/strong> . \uc774 \ube44\uc728\ub85c\ubd80\ud130 \ub2e4\uc74c \ub450 \uacf5\uc2dd, \uc989 <strong>\uc57c\ub4dc = \ubbf8\ud130 x 1.0936<\/strong> \ubc0f <strong>\ubbf8\ud130 = \uc57c\ub4dc x 0.9144\ub97c<\/strong> \ucd94\ub860\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc720\ud615\uc758 \uacc4\uc0b0 \uba54\ucee4\ub2c8\uc998\uc744 \uc870\uae08 \uc5f0\uc2b5\ud558\ub824\uba74 \ub2e4\uc74c \ubcc0\ud658\uc744 \uc2dc\ub3c4\ud574 \ubcf4\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4.<\/p>\n<ul>\n<li> <strong>5\uc57c\ub4dc(\ubbf8\ud130):<\/strong> 5\uc57c\ub4dc\ub294 4,572\ubbf8\ud130\uc640 \uac19\uc2b5\ub2c8\ub2e4.<\/li>\n<li> <strong>\ubbf8\ud130\ub2f9 12\uc57c\ub4dc:<\/strong> 12\uc57c\ub4dc\ub294 10.9729\ubbf8\ud130\uc640 \uac19\uc2b5\ub2c8\ub2e4.<\/li>\n<li> <strong>3\ubbf8\ud130\ub97c \uc57c\ub4dc\ub85c:<\/strong> 3\ubbf8\ud130\ub294 3,281\uc57c\ub4dc\uc640 \uac19\uc2b5\ub2c8\ub2e4.<\/li>\n<li> <strong>20\uc57c\ub4dc\ub97c \uc57c\ub4dc\ub85c:<\/strong> 20\uc57c\ub4dc\ub294 21,872\uc57c\ub4dc\uc640 \uac19\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n<p> \ub2e4\uc74c\uc73c\ub85c \ub450 \ub2e8\uc704\uc5d0 \ub300\ud574 \ub354 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \uc774\ub807\uac8c \ud558\uba74 \ubcc0\ud658 \uc790\uccb4\ub97c \ub354 \uc798 \uc774\ud574\ud558\uace0 \ubcc0\ud658\uc744 <strong>\ub354 \ube60\ub974\uac8c<\/strong> \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub9c8\uc9c0\ub9c9\uc73c\ub85c \uba87 \uac00\uc9c0 \ucd94\uac00 \uc608\ub97c \ubcfc \uc218 \uc788\ub3c4\ub85d \ubbf8\ud130\uc640 \uc57c\ub4dc \uac04\uc758 \ub4f1\uac00\ud45c\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<h3 class=\"wp-block-heading\" id=\"metro-m\"> \ubbf8\ud130(m)<\/h3>\n<p> \ubbf8\ud130\ub294 <strong>\uad6d\uc81c \ub2e8\uc704\uacc4<\/strong> \uc758 \uae30\ubcf8 \uae38\uc774 \ub2e8\uc704\uc774\ubbc0\ub85c \uacfc\ud559 \ubc0f \uae30\uc220 \ubd84\uc57c\uc5d0\uc11c \uad6d\uc81c\uc801\uc73c\ub85c \uc0ac\uc6a9\ub418\ub294 \ub2e8\uc704\uc785\ub2c8\ub2e4. \ud604\uc7ac \uc815\uc758\ub294 \uc9c4\uacf5\uc5d0\uc11c \ube5b\uc774 1\/299,792,458\ucd08 \ub3d9\uc548 \uc774\ub3d9\ud55c \uae38\uc774\uc785\ub2c8\ub2e4. \ubbf8\ud130\uc5d0\uc11c \ud30c\uc0dd\ub41c \ub2e8\uc704\ub294 \ubbf8\ud130\ubc95 \uc811\ub450\uc0ac(\uc13c\ud2f0-, \ub370\uc2dc-, \ub370\uce74- \ub4f1)\uc5d0\uc11c \uc5bb\uc2b5\ub2c8\ub2e4.<\/p>\n<h3 class=\"wp-block-heading\" id=\"yarda-yd\"> \ub9c8\ub2f9(\uc57c\ub4dc)<\/h3>\n<p> \uc57c\ub4dc(yard)\ub294 \ubbf8\uad6d\uacfc \uc601\uad6d\uc5d0\uc11c \uc8fc\ub85c \uc0ac\uc6a9\ud558\ub294 <strong>\uc575\uae00\ub85c\uc0c9\uc2a8\uacc4<\/strong> \uc758 \uae38\uc774 \ub2e8\uc704\uc774\ub2e4. \ud604\uc7ac \uc774 \uc7a5\uce58\ub294 \ube44\uacf5\uc2dd \uc601\uad6d\uc2dd \uc57c\ub4dc(62\u00b0F\uc5d0\uc11c 0.914398416m), \ubbf8\uad6d\uc2dd \uc57c\ub4dc(68\u00b0F\uc5d0\uc11c 0.914401829m) \ubc0f \ubbf8\uad6d \uc0b0\uc5c5 \uc57c\ub4dc(68\u00b0F\uc5d0\uc11c 0.9144m)\uc758 \uc138 \uac00\uc9c0\ub85c \uad6c\ubd84\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud63c\ub780\uc744 \ud53c\ud558\uae30 \uc704\ud574\uc11c\ub294 \uc774\ub7ec\ud55c \ucc28\uc774\uc810\uc744 \uc544\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/p>\n<h4 class=\"wp-block-heading\" id=\"otras-equivalencias-de-la-yarda\"> \uae30\ud0c0 \uc0ac\uc774\ud2b8 \ub3d9\ub4f1\uc131<\/h4>\n<p> \uc575\uae00\ub85c\uc0c9\uc2a8 \ub2e8\uc704\uacc4\uc5d0\uc11c\ub294 \ud53c\ud2b8, \uc778\uce58 \ub4f1\uc758 \ub2e4\ub978 \ub2e8\uc704\ub97c \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c \uadf8\ub4e4 \uc0ac\uc774\uc758 \uc21c\uc11c\uac00 \ubb34\uc5c7\uc778\uc9c0 \uc54c\uae30 \uc704\ud574\uc11c\ub294 <strong>\uc11c\ub85c \ub2e4\ub978 \ub3d9\ub4f1\uc131\uc744 \uc544\ub294<\/strong> \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \uc774\uac83\uc774 \uc544\ub798\uc5d0\uc11c \uc124\uba85\ud560 \ub0b4\uc6a9\uc774\uc9c0\ub9cc \ub354 \uc790\uc138\ud55c \uc815\ubcf4\ub97c \uc6d0\ud558\uc2dc\uba74 <a href=\"https:\/\/es.wikipedia.org\/wiki\/Sistema_anglosaj%C3%B3n_de_unidades\" target=\"_blank\" rel=\"noreferrer noopener\">\uc774 \uae30\uc0ac\ub97c<\/a> \uc77d\uc5b4 \ubcf4\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. \uc989, \uc138 \uac00\uc9c0 \uc8fc\uc694 \uac70\ub9ac \ub4f1\uac00\ubb3c\uc744 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1\ud53c\ud2b8 = 0.333333\ubbf8\ud130, 1\uc778\uce58 = 0.02777775\ubbf8\ud130, 1\ub9c8\uc77c = 1760\ubbf8\ud130.<\/p>\n<h2 class=\"wp-block-heading\" id=\"tabla-de-equivalencias-entre-metros-y-yardas\"> <span id=\"Tabla_de_equivalencias_entre_metros_y_yardas\">\ubbf8\ud130\uc640 \uc57c\ub4dc \uc0ac\uc774\uc758 \ub4f1\uac00 \ud45c<\/span><\/h2>\n<figure class=\"wp-block-table is-style-stripes\">\n<table class=\"has-fixed-layout\">\n<tbody>\n<tr>\n<td><strong>\ubbf8\ud130(m)<\/strong><\/td>\n<td> <strong>\uc57c\ub4dc<\/strong><\/td>\n<\/tr>\n<tr>\n<td> 1m<\/td>\n<td> 1.0936\ubbf8\ud130<\/td>\n<\/tr>\n<tr>\n<td> 2m<\/td>\n<td> 2.1872\ubbf8\ud130<\/td>\n<\/tr>\n<tr>\n<td> 3m<\/td>\n<td> 3.2808\ubbf8\ud130<\/td>\n<\/tr>\n<tr>\n<td> 5m<\/td>\n<td> 5,468\ubbf8\ud130<\/td>\n<\/tr>\n<tr>\n<td> 10m<\/td>\n<td> 10,936\ubbf8\ud130<\/td>\n<\/tr>\n<tr>\n<td> <strong>\uc57c\ub4dc<\/strong><\/td>\n<td> <strong>\ubbf8\ud130(m)<\/strong><\/td>\n<\/tr>\n<tr>\n<td> 1m<\/td>\n<td> 0.9144m<\/td>\n<\/tr>\n<tr>\n<td> 2\ubbf8\ud130<\/td>\n<td> 1.8288m<\/td>\n<\/tr>\n<tr>\n<td> 10\ud53c\ud2b8<\/td>\n<td> 2.7432m<\/td>\n<\/tr>\n<tr>\n<td> 5\ubbf8\ud130<\/td>\n<td> 4.5721m<\/td>\n<\/tr>\n<tr>\n<td> 10\ubbf8\ud130<\/td>\n<td> 9.14411m<\/td>\n<\/tr>\n<\/tbody>\n<\/table><figcaption> \ubbf8\ud130\uc640 \uc57c\ub4dc \uc0ac\uc774\uc758 \ub4f1\uac00 \ud45c<\/figcaption><\/figure>\n<h2 class=\"wp-block-heading\"> <span id=\"Otros_conversores_de_distancia\">\uae30\ud0c0 \uac70\ub9ac \ubcc0\ud658\uae30<\/span><\/h2>\n<ul>\n<li> <a href=\"https:\/\/mathority.org\/ko\/1\u110b\u1175\u11ab\u110e\u1175\u1102\u1173\u11ab-\u1106\u1167\u11be-\u1109\u1166\u11ab\u1110\u1175\u1106\u1175\u1110\u1165\u110b\u1175\u11ab\u1100\u1161\u110b\u116d?\/\" target=\"_blank\" rel=\"noreferrer noopener\">\uc13c\ud2f0\ubbf8\ud130\uc5d0\uc11c \uc778\uce58\ub85c \ubcc0\ud658<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694? \ubbf8\ud130\uc640 \uc57c\ub4dc\ub294 \uc11c\ub85c \ub2e4\ub978 \ub450 \uce21\uc815 \uc2dc\uc2a4\ud15c\uc5d0 \uc18d\ud558\ub294 \ub450 \uac00\uc9c0 \uae38\uc774 \ub2e8\uc704\uc785\ub2c8\ub2e4. \ubbf8\ud130\ub294 \uad6d\uc81c \ub2e8\uc704 \uc2dc\uc2a4\ud15c\uc758 \uc77c\ubd80\uc774\uace0 \uc57c\ub4dc\ub294 \uc575\uae00\ub85c\uc0c9\uc2a8 \uc2dc\uc2a4\ud15c\uc5d0 \uc18d\ud569\ub2c8\ub2e4. \uc774\uac83\uc774 \ubc14\ub85c \uc774\ub7ec\ud55c \uc2dc\uc2a4\ud15c\uc758 \uc0ac\uc6a9\uc774 \ub2e4\ub978 \uc9c0\uc5ed\uc73c\ub85c \uc81c\ud55c\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \ub3d9\ub4f1\uc131\uc744 \ub9cc\ub4e4 \ub54c \uc758\uc2ec\uc744 \uac16\ub294 \uac83\uc774 \ub9e4\uc6b0 \uc77c\ubc18\uc801\uc778 \uc774\uc720\uc785\ub2c8\ub2e4. \uc57c\ub4dc\uc5d0\uc11c \ubbf8\ud130\ub85c \ub610\ub294 \uadf8 \ubc18\ub300\ub85c \ubcc0\ud658 \uc544\ub798\uc5d0\ub294 \uc57c\ub4dc\uc5d0\uc11c \ubbf8\ud130\ub85c\uc758 \uacc4\uc0b0\uae30\uac00 \uc788\uc73c\uba70, \uc774\ub97c &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/\"> <span class=\"screen-reader-text\">1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694?<\/span> \ub354 \ubcf4\uae30 &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"","footnotes":""},"categories":[25],"tags":[],"class_list":["post-115","post","type-post","status-publish","format-standard","hentry","category-25"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694? -\ub9c8\ud1a0\ub9ac\ud2f0<\/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:\/\/mathority.org\/ko\/1\uc57c\ub4dc\ub294-\uba87-\ubbf8\ud130\uc778\uac00\uc694\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694? -\ub9c8\ud1a0\ub9ac\ud2f0\" \/>\n<meta property=\"og:description\" content=\"1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694? \ubbf8\ud130\uc640 \uc57c\ub4dc\ub294 \uc11c\ub85c \ub2e4\ub978 \ub450 \uce21\uc815 \uc2dc\uc2a4\ud15c\uc5d0 \uc18d\ud558\ub294 \ub450 \uac00\uc9c0 \uae38\uc774 \ub2e8\uc704\uc785\ub2c8\ub2e4. \ubbf8\ud130\ub294 \uad6d\uc81c \ub2e8\uc704 \uc2dc\uc2a4\ud15c\uc758 \uc77c\ubd80\uc774\uace0 \uc57c\ub4dc\ub294 \uc575\uae00\ub85c\uc0c9\uc2a8 \uc2dc\uc2a4\ud15c\uc5d0 \uc18d\ud569\ub2c8\ub2e4. \uc774\uac83\uc774 \ubc14\ub85c \uc774\ub7ec\ud55c \uc2dc\uc2a4\ud15c\uc758 \uc0ac\uc6a9\uc774 \ub2e4\ub978 \uc9c0\uc5ed\uc73c\ub85c \uc81c\ud55c\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \ub3d9\ub4f1\uc131\uc744 \ub9cc\ub4e4 \ub54c \uc758\uc2ec\uc744 \uac16\ub294 \uac83\uc774 \ub9e4\uc6b0 \uc77c\ubc18\uc801\uc778 \uc774\uc720\uc785\ub2c8\ub2e4. \uc57c\ub4dc\uc5d0\uc11c \ubbf8\ud130\ub85c \ub610\ub294 \uadf8 \ubc18\ub300\ub85c \ubcc0\ud658 \uc544\ub798\uc5d0\ub294 \uc57c\ub4dc\uc5d0\uc11c \ubbf8\ud130\ub85c\uc758 \uacc4\uc0b0\uae30\uac00 \uc788\uc73c\uba70, \uc774\ub97c &hellip; 1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694? \ub354 \ubcf4\uae30 &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mathority.org\/ko\/1\uc57c\ub4dc\ub294-\uba87-\ubbf8\ud130\uc778\uac00\uc694\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-17T01:10:58+00:00\" \/>\n<meta name=\"author\" content=\"Mathority \ud300\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mathority \ud300\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/\"},\"author\":{\"name\":\"Mathority \ud300\",\"@id\":\"https:\/\/mathority.org\/ko\/#\/schema\/person\/b7f677c20b58bb738a8602832db8c1c7\"},\"headline\":\"1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694?\",\"datePublished\":\"2023-07-17T01:10:58+00:00\",\"dateModified\":\"2023-07-17T01:10:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/\"},\"wordCount\":26,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/mathority.org\/ko\/#organization\"},\"articleSection\":[\"\ubcc0\ud658\uae30\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/\",\"url\":\"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/\",\"name\":\"1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694? -\ub9c8\ud1a0\ub9ac\ud2f0\",\"isPartOf\":{\"@id\":\"https:\/\/mathority.org\/ko\/#website\"},\"datePublished\":\"2023-07-17T01:10:58+00:00\",\"dateModified\":\"2023-07-17T01:10:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mathority.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mathority.org\/ko\/#website\",\"url\":\"https:\/\/mathority.org\/ko\/\",\"name\":\"Mathority\",\"description\":\"\ud638\uae30\uc2ec\uacfc \uacc4\uc0b0\uc774 \ub9cc\ub098\ub294 \uacf3!\",\"publisher\":{\"@id\":\"https:\/\/mathority.org\/ko\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mathority.org\/ko\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/mathority.org\/ko\/#organization\",\"name\":\"Mathority\",\"url\":\"https:\/\/mathority.org\/ko\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/mathority.org\/ko\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mathority.org\/ko\/wp-content\/uploads\/2023\/10\/mathority-logo.png\",\"contentUrl\":\"https:\/\/mathority.org\/ko\/wp-content\/uploads\/2023\/10\/mathority-logo.png\",\"width\":703,\"height\":151,\"caption\":\"Mathority\"},\"image\":{\"@id\":\"https:\/\/mathority.org\/ko\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/mathority.org\/ko\/#\/schema\/person\/b7f677c20b58bb738a8602832db8c1c7\",\"name\":\"Mathority \ud300\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/mathority.org\/ko\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/dd3f98feaeb54f342e72193f2059ae90dc3178f59adb7c82b33fc7d71c6ee19d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/dd3f98feaeb54f342e72193f2059ae90dc3178f59adb7c82b33fc7d71c6ee19d?s=96&d=mm&r=g\",\"caption\":\"Mathority \ud300\"},\"sameAs\":[\"http:\/\/mathority.org\/ko\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694? -\ub9c8\ud1a0\ub9ac\ud2f0","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:\/\/mathority.org\/ko\/1\uc57c\ub4dc\ub294-\uba87-\ubbf8\ud130\uc778\uac00\uc694\/","og_locale":"ko_KR","og_type":"article","og_title":"1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694? -\ub9c8\ud1a0\ub9ac\ud2f0","og_description":"1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694? \ubbf8\ud130\uc640 \uc57c\ub4dc\ub294 \uc11c\ub85c \ub2e4\ub978 \ub450 \uce21\uc815 \uc2dc\uc2a4\ud15c\uc5d0 \uc18d\ud558\ub294 \ub450 \uac00\uc9c0 \uae38\uc774 \ub2e8\uc704\uc785\ub2c8\ub2e4. \ubbf8\ud130\ub294 \uad6d\uc81c \ub2e8\uc704 \uc2dc\uc2a4\ud15c\uc758 \uc77c\ubd80\uc774\uace0 \uc57c\ub4dc\ub294 \uc575\uae00\ub85c\uc0c9\uc2a8 \uc2dc\uc2a4\ud15c\uc5d0 \uc18d\ud569\ub2c8\ub2e4. \uc774\uac83\uc774 \ubc14\ub85c \uc774\ub7ec\ud55c \uc2dc\uc2a4\ud15c\uc758 \uc0ac\uc6a9\uc774 \ub2e4\ub978 \uc9c0\uc5ed\uc73c\ub85c \uc81c\ud55c\ub418\uc5b4 \uc788\uae30 \ub54c\ubb38\uc5d0 \ub3d9\ub4f1\uc131\uc744 \ub9cc\ub4e4 \ub54c \uc758\uc2ec\uc744 \uac16\ub294 \uac83\uc774 \ub9e4\uc6b0 \uc77c\ubc18\uc801\uc778 \uc774\uc720\uc785\ub2c8\ub2e4. \uc57c\ub4dc\uc5d0\uc11c \ubbf8\ud130\ub85c \ub610\ub294 \uadf8 \ubc18\ub300\ub85c \ubcc0\ud658 \uc544\ub798\uc5d0\ub294 \uc57c\ub4dc\uc5d0\uc11c \ubbf8\ud130\ub85c\uc758 \uacc4\uc0b0\uae30\uac00 \uc788\uc73c\uba70, \uc774\ub97c &hellip; 1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694? \ub354 \ubcf4\uae30 &raquo;","og_url":"https:\/\/mathority.org\/ko\/1\uc57c\ub4dc\ub294-\uba87-\ubbf8\ud130\uc778\uac00\uc694\/","article_published_time":"2023-07-17T01:10:58+00:00","author":"Mathority \ud300","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Mathority \ud300"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/#article","isPartOf":{"@id":"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/"},"author":{"name":"Mathority \ud300","@id":"https:\/\/mathority.org\/ko\/#\/schema\/person\/b7f677c20b58bb738a8602832db8c1c7"},"headline":"1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694?","datePublished":"2023-07-17T01:10:58+00:00","dateModified":"2023-07-17T01:10:58+00:00","mainEntityOfPage":{"@id":"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/"},"wordCount":26,"commentCount":0,"publisher":{"@id":"https:\/\/mathority.org\/ko\/#organization"},"articleSection":["\ubcc0\ud658\uae30"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/","url":"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/","name":"1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694? -\ub9c8\ud1a0\ub9ac\ud2f0","isPartOf":{"@id":"https:\/\/mathority.org\/ko\/#website"},"datePublished":"2023-07-17T01:10:58+00:00","dateModified":"2023-07-17T01:10:58+00:00","breadcrumb":{"@id":"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mathority.org\/ko\/1%ec%95%bc%eb%93%9c%eb%8a%94-%eb%aa%87-%eb%af%b8%ed%84%b0%ec%9d%b8%ea%b0%80%ec%9a%94\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mathority.org\/ko\/"},{"@type":"ListItem","position":2,"name":"1\uc57c\ub4dc\ub294 \uba87 \ubbf8\ud130\uc778\uac00\uc694?"}]},{"@type":"WebSite","@id":"https:\/\/mathority.org\/ko\/#website","url":"https:\/\/mathority.org\/ko\/","name":"Mathority","description":"\ud638\uae30\uc2ec\uacfc \uacc4\uc0b0\uc774 \ub9cc\ub098\ub294 \uacf3!","publisher":{"@id":"https:\/\/mathority.org\/ko\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mathority.org\/ko\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/mathority.org\/ko\/#organization","name":"Mathority","url":"https:\/\/mathority.org\/ko\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/mathority.org\/ko\/#\/schema\/logo\/image\/","url":"https:\/\/mathority.org\/ko\/wp-content\/uploads\/2023\/10\/mathority-logo.png","contentUrl":"https:\/\/mathority.org\/ko\/wp-content\/uploads\/2023\/10\/mathority-logo.png","width":703,"height":151,"caption":"Mathority"},"image":{"@id":"https:\/\/mathority.org\/ko\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/mathority.org\/ko\/#\/schema\/person\/b7f677c20b58bb738a8602832db8c1c7","name":"Mathority \ud300","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/mathority.org\/ko\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/dd3f98feaeb54f342e72193f2059ae90dc3178f59adb7c82b33fc7d71c6ee19d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dd3f98feaeb54f342e72193f2059ae90dc3178f59adb7c82b33fc7d71c6ee19d?s=96&d=mm&r=g","caption":"Mathority \ud300"},"sameAs":["http:\/\/mathority.org\/ko"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/posts\/115","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/comments?post=115"}],"version-history":[{"count":0,"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/posts\/115\/revisions"}],"wp:attachment":[{"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/media?parent=115"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/categories?post=115"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mathority.org\/ko\/wp-json\/wp\/v2\/tags?post=115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}