{"id":24221,"date":"2024-10-25T14:15:55","date_gmt":"2024-10-25T14:15:55","guid":{"rendered":"https:\/\/atmokpo.com\/w\/?p=24221"},"modified":"2024-11-26T08:03:52","modified_gmt":"2024-11-26T08:03:52","slug":"%ed%8c%8c%ec%9d%b4%ec%8d%ac-%ed%81%b4%eb%a1%9c%ec%a0%80%ec%99%80-%eb%8d%b0%ec%bd%94%eb%a0%88%ec%9d%b4%ed%84%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/24221\/","title":{"rendered":"\ud30c\uc774\uc36c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">\ud30c\uc774\uc36c \ud504\ub85c\uadf8\ub798\ubc0d\uc5d0\uc11c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130\ub294 \uace0\uae09 \uc8fc\uc81c\ub85c \ub9ce\uc740 \ucd08\ubcf4\uc790\uc640 \uc911\uae09 \uac1c\ubc1c\uc790\uc5d0\uac8c \ud63c\ub780\uc744 \uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130\uc758 \uac1c\ub150\uc744 \uc774\ud574\ud558\uace0, \ud30c\uc774\uc36c \ucf54\ub4dc\uc5d0\uc11c \uc5b4\ub5bb\uac8c \ud65c\uc6a9\ud560 \uc218 \uc788\ub294\uc9c0\ub97c \uae4a\uc774 \uc788\uac8c \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\ud074\ub85c\uc800\ub780 \ubb34\uc5c7\uc778\uac00?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\ud074\ub85c\uc800\ub294 \uc911\ucca9 \ud568\uc218(\ub0b4\ubd80 \ud568\uc218)\ub97c \uc0ac\uc6a9\ud560 \ub54c \uc0dd\uc131\ub418\ub294 \uac1c\ub150\uc785\ub2c8\ub2e4. \ub0b4\ubd80 \ud568\uc218\ub294 \uc678\ubd80 \ud568\uc218\uc758 \uc9c0\uc5ed \ubcc0\uc218\ub97c \ucc38\uc870\ud560 \uc218 \uc788\uc73c\uba70, \uc678\ubd80 \ud568\uc218\uc758 \uc2e4\ud589\uc774 \ub05d\ub09c \ud6c4\uc5d0\ub3c4 \uc774\ub7ec\ud55c \ubcc0\uc218\ub4e4\uc744 \uae30\uc5b5\ud558\ub294 \ud2b9\uc9d5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ub0b4\ubd80 \ud568\uc218\uac00 \uc678\ubd80 \ud568\uc218\uc758 \ub9e5\ub77d(context)\uc744 &#8216;\ud3ec\ud68d&#8217;\ud560 \uc218 \uc788\uac8c \ub429\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud074\ub85c\uc800\uc758 \uae30\ubcf8 \uad6c\uc870<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\ud074\ub85c\uc800\uc758 \uad6c\uc870\ub97c \uc774\ud574\ud558\uae30 \uc704\ud574 \uac04\ub2e8\ud55c \uc608\uc81c\ub97c \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>def outer_function(message):\n    def inner_function():\n        print(message)\n    return inner_function\n\nclosure = outer_function(\"\uc548\ub155\ud558\uc138\uc694, \ud074\ub85c\uc800!\")\nclosure()<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\uc704 \ucf54\ub4dc\uc5d0\uc11c&nbsp;<code>outer_function<\/code>\uc740&nbsp;<code>inner_function<\/code>\uc744 \ubc18\ud658\ud569\ub2c8\ub2e4.&nbsp;<code>closure<\/code>\ub294 \ub0b4\ubd80 \ud568\uc218\uc778&nbsp;<code>inner_function<\/code>\uc744 \ucc38\uc870\ud558\uba70,&nbsp;<code>outer_function<\/code>\uc758 \uc9c0\uc5ed \ubcc0\uc218&nbsp;<code>message<\/code>\uc5d0 \uc811\uadfc\ud560 \uc218 \uc788\uac8c \ub429\ub2c8\ub2e4. \uc774\ub54c&nbsp;<code>message<\/code>&nbsp;\ubcc0\uc218\ub294 \uc678\ubd80 \ud568\uc218\uac00 \uc885\ub8cc\ub41c \ud6c4\uc5d0\ub3c4&nbsp;<code>inner_function<\/code>\uc5d0\uc11c \uc811\uadfc \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud074\ub85c\uc800\uc758 \uc751\uc6a9: \uc0c1\ud0dc \uc720\uc9c0<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\ud074\ub85c\uc800\ub294 \ud568\uc218\uac00 \uc778\uc2a4\ud134\uc2a4\ub97c \ub9cc\ub4e4 \uc218 \uc788\ub3c4\ub85d \ud558\uc5ec \ud568\uc218 \uc0ac\uc6a9\uc758 \uc720\uc5f0\uc131\uc744 \uc81c\uacf5\ud558\uba70, \uc0c1\ud0dc\ub97c \uc720\uc9c0\ud558\uace0 \uc2f6\uc744 \ub54c \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>def counter():\n    count = 0\n    \n    def increment():\n        nonlocal count\n        count += 1\n        return count\n    \n    return increment\n\ncounter_instance = counter()\nprint(counter_instance())  # Output: 1\nprint(counter_instance())  # Output: 2<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\uc774 \uc608\uc81c\uc5d0\uc11c&nbsp;<code>increment<\/code>&nbsp;\ud568\uc218\ub294&nbsp;<code>count<\/code>&nbsp;\ubcc0\uc218\uc758 \uc0c1\ud0dc\ub97c \uc720\uc9c0\ud569\ub2c8\ub2e4. \uc774\ucc98\ub7fc&nbsp;<code>nonlocal<\/code>&nbsp;\ud0a4\uc6cc\ub4dc\ub294 \ub0b4\ubd80 \ud568\uc218\uac00 \uc678\ubd80 \ud568\uc218\uc758 \ubcc0\uc218\uc5d0 \ub300\ud55c \uc7ac\ud560\ub2f9\uc744 \ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\ub370\ucf54\ub808\uc774\ud130\ub780 \ubb34\uc5c7\uc778\uac00?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\ub370\ucf54\ub808\uc774\ud130\ub294 \uae30\uc874 \ud568\uc218\uc5d0 \ucd94\uac00\uc801\uc778 \uae30\ub2a5\uc744 \ubd80\uc5ec\ud558\ub294 \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \ub370\ucf54\ub808\uc774\ud130\ub294 \ud568\uc218\ub97c \uc778\uc790\ub85c \ubc1b\ub294 \ub610 \ub2e4\ub978 \ud568\uc218\ub85c, \ud568\uc218\ub97c \ub3d9\uc801\uc73c\ub85c \ubcc0\uacbd\ud558\uac70\ub098 \ud655\uc7a5\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ub370\ucf54\ub808\uc774\ud130\uc758 \uae30\ubcf8 \uad6c\uc870<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\ub370\ucf54\ub808\uc774\ud130\ub294 \ud568\uc218\ub97c \uc778\uc218\ub85c \ubc1b\uc544\uc11c \uc0c8\ub85c\uc6b4 \ud568\uc218\ub97c \ubc18\ud658\ud558\ub294 \ubc29\uc2dd\uc73c\ub85c \uc791\ub3d9\ud569\ub2c8\ub2e4:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>def simple_decorator(func):\n    def wrapper():\n        print(\"\ubb34\uc5b8\uac00\ub97c \uc218\ud589\ud558\uae30 \uc804\uc5d0\")\n        func()\n        print(\"\ubb34\uc5b8\uac00\ub97c \uc218\ud589\ud55c \ud6c4\uc5d0\")\n    return wrapper\n\ndef basic_function():\n    print(\"\ub098\ub294 \uae30\ubcf8 \ud568\uc218\uc785\ub2c8\ub2e4.\")\n\ndecorated_function = simple_decorator(basic_function)\ndecorated_function()<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\uc774 \ucf54\ub4dc\ub294&nbsp;<code>basic_function<\/code>\uc744 \uac10\uc2f8\uc11c \uc804\ucc98\ub9ac\uc640 \ud6c4\ucc98\ub9ac\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud30c\uc774\uc36c \uc81c\uacf5 \ub370\ucf54\ub808\uc774\ud130 @ \ubb38\ubc95<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\ud30c\uc774\uc36c\uc5d0\uc11c\ub294 \ud568\uc218\uc5d0 \uc9c1\uc811 \ub370\ucf54\ub808\uc774\ud130\ub97c \uc801\uc6a9\ud558\ub294 \uac04\ub2e8\ud55c \ubb38\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.&nbsp;<code>@<\/code>&nbsp;\uae30\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud568\uc218\ub97c \ub370\ucf54\ub808\uc774\ud130\ub85c \uac10\uc300 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@simple_decorator\ndef another_function():\n    print(\"\ub098\ub294 \ub610 \ub2e4\ub978 \ud568\uc218\uc785\ub2c8\ub2e4.\")\n\nanother_function()<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\ub370\ucf54\ub808\uc774\ud130\uc758 \uc2e4\uc804 \uc608\uc81c: \ud568\uc218 \uc2e4\ud589 \uc2dc\uac04 \uce21\uc815<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\ub2e4\uc74c\uc740 \ud568\uc218\uc758 \uc2e4\ud589 \uc2dc\uac04\uc744 \uce21\uc815\ud558\ub294 \ub370\ucf54\ub808\uc774\ud130\uc758 \uc2e4\uc81c \uc0ac\ub840\uc785\ub2c8\ub2e4:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import time\n\ndef timing_decorator(func):\n    def wrapper(*args, **kwargs):\n        start_time = time.time()\n        result = func(*args, **kwargs)\n        end_time = time.time()\n        print(f\"{func.__name__} \ud568\uc218 \uc2e4\ud589 \uc2dc\uac04: {end_time - start_time:.4f} \ucd08\")\n        return result\n    return wrapper\n\n@timing_decorator\ndef slow_function():\n    time.sleep(1)\n\nslow_function()<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\uc704 \uc608\uc81c\uc5d0\uc11c\ub294&nbsp;<code>timing_decorator<\/code>\uac00&nbsp;<code>slow_function<\/code>\uc758 \uc2e4\ud589 \uc2dc\uac04\uc744 \uce21\uc815\ud558\uc5ec \ucd9c\ub825\ud569\ub2c8\ub2e4. \uc774\ub807\uac8c \ud568\uc73c\ub85c\uc368 \ucf54\ub4dc\uc5d0 \uc9c1\uc811\uc801\uc73c\ub85c \uc601\ud5a5\uc744 \uc8fc\uc9c0 \uc54a\uace0\ub3c4 \ud568\uc218\uc758 \ub3d9\uc791\uc744 \ud655\uc7a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130\uc758 \uacb0\ud569<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130\ub294 \uc885\uc885 \ud568\uaed8 \uc0ac\uc6a9\ub418\uc5b4 \uac15\ub825\ud558\uace0 \uc720\uc5f0\ud55c \ud504\ub85c\uadf8\ub7a8 \uad6c\uc870\ub97c \ub9cc\ub4ed\ub2c8\ub2e4. \ud074\ub85c\uc800\ub294 \ub370\ucf54\ub808\uc774\ud130\uac00 \uc0c1\ud0dc\ub97c \uc720\uc9c0\ud558\uac70\ub098 \uc5b4\ub5a4 \ub370\uc774\ud130\uc5d0 \uc9c0\uc18d\uc801\uc73c\ub85c \uc811\uadfc\ud560 \uc218 \uc788\uac8c \ud574\uc90d\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\uacb0\ub860<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \ud30c\uc774\uc36c\uc758 \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \ud074\ub85c\uc800\ub294 \ud568\uc218\uac00 \uc678\ubd80 \ubc94\uc704\uc758 \ubcc0\uc218\ub97c \ucea1\ucc98\ud558\uc5ec \ucc38\uc870\ud560 \uc218 \uc788\ub294 \ub2a5\ub825\uc744 \uc81c\uacf5\ud558\uba70, \ub370\ucf54\ub808\uc774\ud130\ub294 \ucf54\ub4dc\uc5d0\uc11c \ud568\uc218\ub97c \uac10\uc2f8 \ud655\uc7a5\ud558\ub294 \ubc29\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774 \ub450 \uc8fc\uc81c\ub97c \uc798 \uc774\ud574\ud558\uba74 \ub354\uc6b1 \ud6a8\uc728\uc801\uc774\uace0 \uac15\ub825\ud55c \ud30c\uc774\uc36c \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \uc218 \uc788\uac8c \ub429\ub2c8\ub2e4.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud30c\uc774\uc36c \ud504\ub85c\uadf8\ub798\ubc0d\uc5d0\uc11c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130\ub294 \uace0\uae09 \uc8fc\uc81c\ub85c \ub9ce\uc740 \ucd08\ubcf4\uc790\uc640 \uc911\uae09 \uac1c\ubc1c\uc790\uc5d0\uac8c \ud63c\ub780\uc744 \uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130\uc758 \uac1c\ub150\uc744 \uc774\ud574\ud558\uace0, \ud30c\uc774\uc36c \ucf54\ub4dc\uc5d0\uc11c \uc5b4\ub5bb\uac8c \ud65c\uc6a9\ud560 \uc218 \uc788\ub294\uc9c0\ub97c \uae4a\uc774 \uc788\uac8c \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \ud074\ub85c\uc800\ub780 \ubb34\uc5c7\uc778\uac00? \ud074\ub85c\uc800\ub294 \uc911\ucca9 \ud568\uc218(\ub0b4\ubd80 \ud568\uc218)\ub97c \uc0ac\uc6a9\ud560 \ub54c \uc0dd\uc131\ub418\ub294 \uac1c\ub150\uc785\ub2c8\ub2e4. \ub0b4\ubd80 \ud568\uc218\ub294 \uc678\ubd80 \ud568\uc218\uc758 \uc9c0\uc5ed \ubcc0\uc218\ub97c \ucc38\uc870\ud560 \uc218 \uc788\uc73c\uba70, \uc678\ubd80 \ud568\uc218\uc758 \uc2e4\ud589\uc774 \ub05d\ub09c \ud6c4\uc5d0\ub3c4 \uc774\ub7ec\ud55c \ubcc0\uc218\ub4e4\uc744 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/24221\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ud30c\uc774\uc36c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[11],"tags":[14,15],"class_list":["post-24221","post","type-post","status-publish","format-standard","hentry","category-11","tag-14","tag-15"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ud30c\uc774\uc36c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130 - \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\/24221\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud30c\uc774\uc36c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\ud30c\uc774\uc36c \ud504\ub85c\uadf8\ub798\ubc0d\uc5d0\uc11c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130\ub294 \uace0\uae09 \uc8fc\uc81c\ub85c \ub9ce\uc740 \ucd08\ubcf4\uc790\uc640 \uc911\uae09 \uac1c\ubc1c\uc790\uc5d0\uac8c \ud63c\ub780\uc744 \uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130\uc758 \uac1c\ub150\uc744 \uc774\ud574\ud558\uace0, \ud30c\uc774\uc36c \ucf54\ub4dc\uc5d0\uc11c \uc5b4\ub5bb\uac8c \ud65c\uc6a9\ud560 \uc218 \uc788\ub294\uc9c0\ub97c \uae4a\uc774 \uc788\uac8c \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \ud074\ub85c\uc800\ub780 \ubb34\uc5c7\uc778\uac00? \ud074\ub85c\uc800\ub294 \uc911\ucca9 \ud568\uc218(\ub0b4\ubd80 \ud568\uc218)\ub97c \uc0ac\uc6a9\ud560 \ub54c \uc0dd\uc131\ub418\ub294 \uac1c\ub150\uc785\ub2c8\ub2e4. \ub0b4\ubd80 \ud568\uc218\ub294 \uc678\ubd80 \ud568\uc218\uc758 \uc9c0\uc5ed \ubcc0\uc218\ub97c \ucc38\uc870\ud560 \uc218 \uc788\uc73c\uba70, \uc678\ubd80 \ud568\uc218\uc758 \uc2e4\ud589\uc774 \ub05d\ub09c \ud6c4\uc5d0\ub3c4 \uc774\ub7ec\ud55c \ubcc0\uc218\ub4e4\uc744 &hellip; \ub354 \ubcf4\uae30 &quot;\ud30c\uc774\uc36c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/24221\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-25T14:15:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T08:03:52+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\/24221\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24221\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ud30c\uc774\uc36c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130\",\"datePublished\":\"2024-10-25T14:15:55+00:00\",\"dateModified\":\"2024-11-26T08:03:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24221\/\"},\"wordCount\":21,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"keywords\":[\"\ud30c\uc774\uc36c\",\"\ud30c\uc774\uc36c\uac15\uc88c\"],\"articleSection\":[\"\ud30c\uc774\uc36c\uacf5\ubd80\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/atmokpo.com\/w\/24221\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/24221\/\",\"url\":\"https:\/\/atmokpo.com\/w\/24221\/\",\"name\":\"\ud30c\uc774\uc36c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-25T14:15:55+00:00\",\"dateModified\":\"2024-11-26T08:03:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24221\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/24221\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/24221\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud30c\uc774\uc36c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130\"}]},{\"@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":"\ud30c\uc774\uc36c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130 - \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\/24221\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud30c\uc774\uc36c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\ud30c\uc774\uc36c \ud504\ub85c\uadf8\ub798\ubc0d\uc5d0\uc11c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130\ub294 \uace0\uae09 \uc8fc\uc81c\ub85c \ub9ce\uc740 \ucd08\ubcf4\uc790\uc640 \uc911\uae09 \uac1c\ubc1c\uc790\uc5d0\uac8c \ud63c\ub780\uc744 \uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130\uc758 \uac1c\ub150\uc744 \uc774\ud574\ud558\uace0, \ud30c\uc774\uc36c \ucf54\ub4dc\uc5d0\uc11c \uc5b4\ub5bb\uac8c \ud65c\uc6a9\ud560 \uc218 \uc788\ub294\uc9c0\ub97c \uae4a\uc774 \uc788\uac8c \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \ud074\ub85c\uc800\ub780 \ubb34\uc5c7\uc778\uac00? \ud074\ub85c\uc800\ub294 \uc911\ucca9 \ud568\uc218(\ub0b4\ubd80 \ud568\uc218)\ub97c \uc0ac\uc6a9\ud560 \ub54c \uc0dd\uc131\ub418\ub294 \uac1c\ub150\uc785\ub2c8\ub2e4. \ub0b4\ubd80 \ud568\uc218\ub294 \uc678\ubd80 \ud568\uc218\uc758 \uc9c0\uc5ed \ubcc0\uc218\ub97c \ucc38\uc870\ud560 \uc218 \uc788\uc73c\uba70, \uc678\ubd80 \ud568\uc218\uc758 \uc2e4\ud589\uc774 \ub05d\ub09c \ud6c4\uc5d0\ub3c4 \uc774\ub7ec\ud55c \ubcc0\uc218\ub4e4\uc744 &hellip; \ub354 \ubcf4\uae30 \"\ud30c\uc774\uc36c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130\"","og_url":"https:\/\/atmokpo.com\/w\/24221\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-25T14:15:55+00:00","article_modified_time":"2024-11-26T08:03:52+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\/24221\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/24221\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ud30c\uc774\uc36c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130","datePublished":"2024-10-25T14:15:55+00:00","dateModified":"2024-11-26T08:03:52+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/24221\/"},"wordCount":21,"commentCount":0,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"keywords":["\ud30c\uc774\uc36c","\ud30c\uc774\uc36c\uac15\uc88c"],"articleSection":["\ud30c\uc774\uc36c\uacf5\ubd80"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/atmokpo.com\/w\/24221\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/24221\/","url":"https:\/\/atmokpo.com\/w\/24221\/","name":"\ud30c\uc774\uc36c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-25T14:15:55+00:00","dateModified":"2024-11-26T08:03:52+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/24221\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/24221\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/24221\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ud30c\uc774\uc36c \ud074\ub85c\uc800\uc640 \ub370\ucf54\ub808\uc774\ud130"}]},{"@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\/24221","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=24221"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24221\/revisions"}],"predecessor-version":[{"id":24222,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24221\/revisions\/24222"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=24221"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=24221"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=24221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}