{"id":30691,"date":"2024-10-28T04:01:34","date_gmt":"2024-10-28T04:01:34","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=30691"},"modified":"2024-11-26T06:47:42","modified_gmt":"2024-11-26T06:47:42","slug":"%ec%9e%90%eb%b0%94-%ec%95%88%eb%93%9c%eb%a1%9c%ec%9d%b4%eb%93%9c-%ec%95%b1%ea%b0%9c%eb%b0%9c-%ea%b0%95%ec%a2%8c-%ec%9e%90%eb%b0%94-%ed%81%b4%eb%9e%98%ec%8a%a4%ec%99%80-%ec%83%9d%ec%84%b1%ec%9e%90","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/30691\/","title":{"rendered":"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc790\ubc14, \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790"},"content":{"rendered":"<p><body><\/p>\n<p>\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc790\ubc14 \uc5b8\uc5b4\ub97c \ud65c\uc6a9\ud55c \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc758 \ud575\uc2ec \uac1c\ub150 \uc911 \ud558\ub098\uc778 &#8216;\ud074\ub798\uc2a4&#8217;\uc640 &#8216;\uc0dd\uc131\uc790&#8217;\uc5d0 \ub300\ud574 \uae4a\uc774 \uc788\uac8c \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc790\ubc14\ub294 \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \ud074\ub798\uc2a4\uc640 \uac1d\uccb4\ub294 \uc790\ubc14\uc5d0\uc11c \ub9e4\uc6b0 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ucf54\ub4dc\uc758 \uc7ac\uc0ac\uc6a9\uc131\uacfc \uc720\uc9c0\ubcf4\uc218\uc131\uc744 \ub192\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. \ud074\ub798\uc2a4\ub780 \ubb34\uc5c7\uc778\uac00?<\/h2>\n<p>\ud074\ub798\uc2a4\ub294 \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d\uc758 \uae30\ubcf8 \ub2e8\uc704\ub85c, \uac1d\uccb4\ub97c \uc0dd\uc131\ud558\uae30 \uc704\ud55c \uccadprint\uc785\ub2c8\ub2e4. \ud074\ub798\uc2a4\ub294 \ub370\uc774\ud130(\uc18d\uc131)\uc640 \uba54\uc18c\ub4dc(\uae30\ub2a5)\ub97c \ud558\ub098\ub85c \ubb36\uc5b4 \uac1d\uccb4\ub97c \uc815\uc758\ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, &#8216;\uc790\ub3d9\ucc28&#8217;\ub77c\ub294 \ud074\ub798\uc2a4\ub97c \ub9cc\ub4e0\ub2e4\uace0 \uac00\uc815\ud574\ubd05\uc2dc\ub2e4. \uc774 \ud074\ub798\uc2a4\ub294 \uc790\ub3d9\ucc28\uc758 \uc18d\uc131(\uc608: \ube0c\ub79c\ub4dc, \uc0c9\uc0c1, \ubaa8\ub378)\uacfc \uae30\ub2a5(\uc608: \uac00\uc18d, \uac10\uc18d, \uc8fc\ucc28)\uc744 \ud3ec\ud568\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>1.1. \ud074\ub798\uc2a4\uc758 \uae30\ubcf8 \uad6c\uc870<\/h3>\n<p>\uc790\ubc14\uc5d0\uc11c \ud074\ub798\uc2a4\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uad6c\uc870\ub97c \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>public class Car {\n        \/\/ \uc18d\uc131\n        String brand;\n        String color;\n        int model;\n\n        \/\/ \uc0dd\uc131\uc790\n        public Car(String brand, String color, int model) {\n            this.brand = brand;\n            this.color = color;\n            this.model = model;\n        }\n\n        \/\/ \uba54\uc18c\ub4dc\n        public void accelerate() {\n            System.out.println(\"\ucc28\uac00 \uac00\uc18d\ud569\ub2c8\ub2e4.\");\n        }\n    }<\/code><\/pre>\n<h2>2. \uc0dd\uc131\uc790\ub780 \ubb34\uc5c7\uc778\uac00?<\/h2>\n<p>\uc0dd\uc131\uc790\ub294 \uac1d\uccb4\uac00 \uc0dd\uc131\ub420 \ub54c \ud638\ucd9c\ub418\ub294 \ud2b9\ubcc4\ud55c \uba54\uc18c\ub4dc\uc785\ub2c8\ub2e4. \uc0dd\uc131\uc790\uc758 \uc8fc\ub41c \uc5ed\ud560\uc740 \uac1d\uccb4\uc758 \ucd08\uae30\ud654\ub97c \ub2f4\ub2f9\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \uc0dd\uc131\uc790\ub294 \ud074\ub798\uc2a4\uc758 \uc774\ub984\uacfc \ub3d9\uc77c\ud558\uba70, \ub9ac\ud134 \ud0c0\uc785\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>2.1. \uc0dd\uc131\uc790\uc758 \uc885\ub958<\/h3>\n<p>\uc790\ubc14\uc5d0\uc11c \uc0dd\uc131\uc790\ub294 \ud06c\uac8c \ub450 \uac00\uc9c0\ub85c \uad6c\ubd84\ub429\ub2c8\ub2e4:<\/p>\n<ul>\n<li><strong>\uae30\ubcf8 \uc0dd\uc131\uc790 (Default Constructor)<\/strong>: \uc778\uc790\uac00 \uc5c6\ub294 \uc0dd\uc131\uc790\uc785\ub2c8\ub2e4. \ud074\ub798\uc2a4\uc758 \uc18d\uc131\uc744 \uae30\ubcf8\uac12\uc73c\ub85c \ucd08\uae30\ud654\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\ub9e4\uac1c\ubcc0\uc218 \uc0dd\uc131\uc790 (Parameterized Constructor)<\/strong>: \ub9e4\uac1c\ubcc0\uc218\ub97c \ubc1b\uc544\uc11c \uac1d\uccb4\uc758 \uc18d\uc131\uc744 \ucd08\uae30\ud654\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h3>2.2. \uc0dd\uc131\uc790\uc758 \uc608\uc2dc<\/h3>\n<p>\uae30\ubcf8 \uc0dd\uc131\uc790\uc640 \ub9e4\uac1c\ubcc0\uc218 \uc0dd\uc131\uc790\ub97c \uc608\uc2dc\ub85c \ubcf4\uaca0\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>public class Car {\n        String brand;\n        String color;\n        int model;\n\n        \/\/ \uae30\ubcf8 \uc0dd\uc131\uc790\n        public Car() {\n            this.brand = \"\ubbf8\uc815\";\n            this.color = \"\ubbf8\uc815\";\n            this.model = 0;\n        }\n\n        \/\/ \ub9e4\uac1c\ubcc0\uc218 \uc0dd\uc131\uc790\n        public Car(String brand, String color, int model) {\n            this.brand = brand;\n            this.color = color;\n            this.model = model;\n        }\n    }<\/code><\/pre>\n<h2>3. \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790\ub97c \ud65c\uc6a9\ud55c \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c<\/h2>\n<p>\uc774\uc81c \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790\uc758 \uac1c\ub150\uc744 \ubc14\ud0d5\uc73c\ub85c \uac04\ub2e8\ud55c \uc548\ub4dc\ub85c\uc774\ub4dc \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4\uc5b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc740 \uc790\ub3d9\ucc28\uc758 \uc815\ubcf4\ub97c \uc785\ub825\ud558\uace0 \ucd9c\ub825\ud558\ub294 \uae30\ub2a5\uc744 \uac00\uc9d1\ub2c8\ub2e4.<\/p>\n<h3>3.1. \uc548\ub4dc\ub85c\uc774\ub4dc \uc2a4\ud29c\ub514\uc624 \ud504\ub85c\uc81d\ud2b8 \uc0dd\uc131<\/h3>\n<p>\uc548\ub4dc\ub85c\uc774\ub4dc \uc2a4\ud29c\ub514\uc624\ub97c \uc2e4\ud589\ud558\uace0 \uc0c8\ub85c\uc6b4 \ud504\ub85c\uc81d\ud2b8\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. &#8216;Empty Activity&#8217;\ub97c \uc120\ud0dd\ud558\uace0 &#8216;MainActivity&#8217;\ub77c\ub294 \uc774\ub984\uc73c\ub85c \uc124\uc815\ud569\ub2c8\ub2e4.<\/p>\n<h3>3.2. MainActivity.java \ucf54\ub4dc \uc608\uc81c<\/h3>\n<p>MainActivity.java \ud30c\uc77c\uc5d0 \ub2e4\uc74c \ucf54\ub4dc\ub97c \ucd94\uac00\ud558\uc5ec \uc790\ub3d9\ucc28 \uc815\ubcf4\ub97c \uc785\ub825\ubc1b\uace0 \ucd9c\ub825\ud558\ub294 \uc571\uc744 \ub9cc\ub4ed\ub2c8\ub2e4:<\/p>\n<pre><code>package com.example.carapp;\n\n    import androidx.appcompat.app.AppCompatActivity;\n    import android.os.Bundle;\n    import android.view.View;\n    import android.widget.Button;\n    import android.widget.EditText;\n    import android.widget.TextView;\n\n    public class MainActivity extends AppCompatActivity {\n\n        private EditText inputBrand, inputColor, inputModel;\n        private TextView outputText;\n        private Button submitButton;\n\n        @Override\n        protected void onCreate(Bundle savedInstanceState) {\n            super.onCreate(savedInstanceState);\n            setContentView(R.layout.activity_main);\n\n            inputBrand = findViewById(R.id.inputBrand);\n            inputColor = findViewById(R.id.inputColor);\n            inputModel = findViewById(R.id.inputModel);\n            outputText = findViewById(R.id.outputText);\n            submitButton = findViewById(R.id.submitButton);\n\n            submitButton.setOnClickListener(new View.OnClickListener() {\n                @Override\n                public void onClick(View v) {\n                    String brand = inputBrand.getText().toString();\n                    String color = inputColor.getText().toString();\n                    int model = Integer.parseInt(inputModel.getText().toString());\n\n                    Car car = new Car(brand, color, model);\n                    outputText.setText(\"\uc790\ub3d9\ucc28 \uc815\ubcf4:\\n\ube0c\ub79c\ub4dc: \" + car.brand + \"\\n\uc0c9\uc0c1: \" + car.color + \"\\n\ubaa8\ub378: \" + car.model);\n                }\n            });\n        }\n    }<\/code><\/pre>\n<h3>3.3. activity_main.xml \ub808\uc774\uc544\uc6c3 \uc124\uc815<\/h3>\n<p>activity_main.xml \ud30c\uc77c\uc5d0 \ub2e4\uc74c UI \uc694\uc18c\ub97c \ucd94\uac00\ud569\ub2c8\ub2e4:<\/p>\n<pre><code>&lt;LinearLayout xmlns:android=\"http:\/\/schemas.android.com\/apk\/res\/android\"\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"match_parent\"\n        android:orientation=\"vertical\"\n        android:padding=\"16dp\"&gt;\n\n        &lt;EditText\n            android:id=\"@+id\/inputBrand\"\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"\n            android:hint=\"\ube0c\ub79c\ub4dc \uc785\ub825\"\/&gt;\n\n        &lt;EditText\n            android:id=\"@+id\/inputColor\"\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"\n            android:hint=\"\uc0c9\uc0c1 \uc785\ub825\"\/&gt;\n\n        &lt;EditText\n            android:id=\"@+id\/inputModel\"\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"wrap_content\"\n            android:hint=\"\ubaa8\ub378 \uc785\ub825\"\/&gt;\n\n        &lt;Button\n            android:id=\"@+id\/submitButton\"\n            android:layout_width=\"wrap_content\"\n            android:layout_height=\"wrap_content\"\n            android:text=\"\uc81c\ucd9c\"\/&gt;\n\n        &lt;TextView\n            android:id=\"@+id\/outputText\"\n            android:layout_width=\"wrap_content\"\n            android:layout_height=\"wrap_content\"\n            android:paddingTop=\"20dp\"\/&gt;\n\n    &lt;\/LinearLayout&gt;<\/code><\/pre>\n<h2>4. \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790\uc758 \ud65c\uc6a9<\/h2>\n<p>\uc704\uc758 \uc608\uc81c\ub97c \ud1b5\ud574 \ud074\ub798\uc2a4\uc640 \ub9e4\uac1c\ubcc0\uc218 \uc0dd\uc131\uc790\uc758 \uc791\ub3d9 \ubc29\uc2dd\uc744 \uc774\ud574\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\uc790\uac00 \uc790\ub3d9\ucc28\uc758 \ube0c\ub79c\ub4dc, \uc0c9\uc0c1, \ubaa8\ub378\uc744 \uc785\ub825\ud558\uba74, \uc0c8\ub85c\uc6b4 Car \uac1d\uccb4\uac00 \uc0dd\uc131\ub418\uace0, \ud574\ub2f9 \uc815\ubcf4\uac00 \ud14d\uc2a4\ud2b8 \ubdf0\uc5d0 \ucd9c\ub825\ub429\ub2c8\ub2e4. \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d\uc758 \uc7a5\uc810\uc740 \uc774\ub7ec\ud55c \ubc29\uc2dd\uc73c\ub85c \ucf54\ub4dc\ub97c \uc7ac\uc0ac\uc6a9\ud558\uace0, \uac1d\uccb4\ub97c \ud1b5\ud574 \ub370\uc774\ud130\uc640 \uae30\ub2a5\uc744 \ud6a8\uc728\uc801\uc73c\ub85c \uad00\ub9ac\ud560 \uc218 \uc788\ub2e4\ub294 \uc810\uc785\ub2c8\ub2e4.<\/p>\n<h2>5. \uacb0\ub860<\/h2>\n<p>\uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc790\ubc14\uc5d0\uc11c \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790\uc758 \uac1c\ub150\uc744 \uae4a\uc774 \uc788\uac8c \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790\ub294 \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d\uc758 \uc911\ucd94\uc801\uc778 \uc5ed\ud560\uc744 \ud558\uba70, \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc5d0 \ud544\uc218\uc801\uc778 \uc694\uc18c\uc785\ub2c8\ub2e4. \ud5a5\ud6c4 \uac15\uc88c\uc5d0\uc11c\ub294 \ub354\uc6b1 \ub2e4\uc591\ud55c \uae30\ub2a5\uacfc \uc608\uc81c\ub4e4\uc744 \ub2e4\ub8f0 \uc608\uc815\uc774\ub2c8, \uae30\ub300\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. Happy Coding!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc790\ubc14 \uc5b8\uc5b4\ub97c \ud65c\uc6a9\ud55c \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc758 \ud575\uc2ec \uac1c\ub150 \uc911 \ud558\ub098\uc778 &#8216;\ud074\ub798\uc2a4&#8217;\uc640 &#8216;\uc0dd\uc131\uc790&#8217;\uc5d0 \ub300\ud574 \uae4a\uc774 \uc788\uac8c \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc790\ubc14\ub294 \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \ud074\ub798\uc2a4\uc640 \uac1d\uccb4\ub294 \uc790\ubc14\uc5d0\uc11c \ub9e4\uc6b0 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ucf54\ub4dc\uc758 \uc7ac\uc0ac\uc6a9\uc131\uacfc \uc720\uc9c0\ubcf4\uc218\uc131\uc744 \ub192\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. 1. \ud074\ub798\uc2a4\ub780 \ubb34\uc5c7\uc778\uac00? \ud074\ub798\uc2a4\ub294 \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d\uc758 \uae30\ubcf8 \ub2e8\uc704\ub85c, \uac1d\uccb4\ub97c \uc0dd\uc131\ud558\uae30 \uc704\ud55c \uccadprint\uc785\ub2c8\ub2e4. \ud074\ub798\uc2a4\ub294 \ub370\uc774\ud130(\uc18d\uc131)\uc640 \uba54\uc18c\ub4dc(\uae30\ub2a5)\ub97c &hellip; <a href=\"https:\/\/atmokpo.com\/w\/30691\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc790\ubc14, \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790&#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":[36],"tags":[],"class_list":["post-30691","post","type-post","status-publish","format-standard","hentry","category-36"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc790\ubc14, \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790 - \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\/30691\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc790\ubc14, \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc790\ubc14 \uc5b8\uc5b4\ub97c \ud65c\uc6a9\ud55c \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc758 \ud575\uc2ec \uac1c\ub150 \uc911 \ud558\ub098\uc778 &#8216;\ud074\ub798\uc2a4&#8217;\uc640 &#8216;\uc0dd\uc131\uc790&#8217;\uc5d0 \ub300\ud574 \uae4a\uc774 \uc788\uac8c \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc790\ubc14\ub294 \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \ud074\ub798\uc2a4\uc640 \uac1d\uccb4\ub294 \uc790\ubc14\uc5d0\uc11c \ub9e4\uc6b0 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ucf54\ub4dc\uc758 \uc7ac\uc0ac\uc6a9\uc131\uacfc \uc720\uc9c0\ubcf4\uc218\uc131\uc744 \ub192\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. 1. \ud074\ub798\uc2a4\ub780 \ubb34\uc5c7\uc778\uac00? \ud074\ub798\uc2a4\ub294 \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d\uc758 \uae30\ubcf8 \ub2e8\uc704\ub85c, \uac1d\uccb4\ub97c \uc0dd\uc131\ud558\uae30 \uc704\ud55c \uccadprint\uc785\ub2c8\ub2e4. \ud074\ub798\uc2a4\ub294 \ub370\uc774\ud130(\uc18d\uc131)\uc640 \uba54\uc18c\ub4dc(\uae30\ub2a5)\ub97c &hellip; \ub354 \ubcf4\uae30 &quot;\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc790\ubc14, \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/30691\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-28T04:01:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:47:42+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=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/30691\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30691\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc790\ubc14, \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790\",\"datePublished\":\"2024-10-28T04:01:34+00:00\",\"dateModified\":\"2024-11-26T06:47:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30691\/\"},\"wordCount\":22,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/30691\/\",\"url\":\"https:\/\/atmokpo.com\/w\/30691\/\",\"name\":\"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc790\ubc14, \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-28T04:01:34+00:00\",\"dateModified\":\"2024-11-26T06:47:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30691\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/30691\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/30691\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc790\ubc14, \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790\"}]},{\"@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":"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc790\ubc14, \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790 - \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\/30691\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc790\ubc14, \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc548\ub155\ud558\uc138\uc694! \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uc790\ubc14 \uc5b8\uc5b4\ub97c \ud65c\uc6a9\ud55c \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc758 \ud575\uc2ec \uac1c\ub150 \uc911 \ud558\ub098\uc778 &#8216;\ud074\ub798\uc2a4&#8217;\uc640 &#8216;\uc0dd\uc131\uc790&#8217;\uc5d0 \ub300\ud574 \uae4a\uc774 \uc788\uac8c \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc790\ubc14\ub294 \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \ud074\ub798\uc2a4\uc640 \uac1d\uccb4\ub294 \uc790\ubc14\uc5d0\uc11c \ub9e4\uc6b0 \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \ucf54\ub4dc\uc758 \uc7ac\uc0ac\uc6a9\uc131\uacfc \uc720\uc9c0\ubcf4\uc218\uc131\uc744 \ub192\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. 1. \ud074\ub798\uc2a4\ub780 \ubb34\uc5c7\uc778\uac00? \ud074\ub798\uc2a4\ub294 \uac1d\uccb4 \uc9c0\ud5a5 \ud504\ub85c\uadf8\ub798\ubc0d\uc758 \uae30\ubcf8 \ub2e8\uc704\ub85c, \uac1d\uccb4\ub97c \uc0dd\uc131\ud558\uae30 \uc704\ud55c \uccadprint\uc785\ub2c8\ub2e4. \ud074\ub798\uc2a4\ub294 \ub370\uc774\ud130(\uc18d\uc131)\uc640 \uba54\uc18c\ub4dc(\uae30\ub2a5)\ub97c &hellip; \ub354 \ubcf4\uae30 \"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc790\ubc14, \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790\"","og_url":"https:\/\/atmokpo.com\/w\/30691\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-28T04:01:34+00:00","article_modified_time":"2024-11-26T06:47:42+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":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/30691\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/30691\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc790\ubc14, \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790","datePublished":"2024-10-28T04:01:34+00:00","dateModified":"2024-11-26T06:47:42+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/30691\/"},"wordCount":22,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/30691\/","url":"https:\/\/atmokpo.com\/w\/30691\/","name":"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc790\ubc14, \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-28T04:01:34+00:00","dateModified":"2024-11-26T06:47:42+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/30691\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/30691\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/30691\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc790\ubc14, \ud074\ub798\uc2a4\uc640 \uc0dd\uc131\uc790"}]},{"@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\/30691","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=30691"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30691\/revisions"}],"predecessor-version":[{"id":30692,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30691\/revisions\/30692"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=30691"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=30691"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=30691"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}