{"id":112,"date":"2014-05-29T15:59:47","date_gmt":"2014-05-29T06:59:47","guid":{"rendered":"http:\/\/www.csmch.org\/?page_id=112"},"modified":"2014-05-29T16:04:54","modified_gmt":"2014-05-29T07:04:54","slug":"%ed%9a%8c%ec%9b%90%ea%b0%80%ec%9e%85","status":"publish","type":"page","link":"http:\/\/www.csmch.org\/?page_id=112","title":{"rendered":"\ud68c\uc6d0\uac00\uc785"},"content":{"rendered":"<p><span style=\"color: #666666;\">\u00a0<\/span><span style=\"color: #0074a2;\"><script type=\"text\/javascript\" src=\"http:\/\/dmaps.daum.net\/map_js_init\/postcode.v2.js\"><\/script>\n<script type=\"text\/javascript\">\njQuery(document).ready(function(){\n\tjQuery(\"span[id^='error_']\").hide();\n});\n\nfunction id_change(){\n\tvar frm = document.join_frm;\n\tfrm.id_checked.value = \"\";\n\tjQuery('#error_user_id').html(\"\");\n}\n\nfunction id_check(tUrl){\n\tvar id_check = document.join_frm.user_id.value;\n\tvar Alpha = \"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ\";\n\tvar Digit = \"1234567890\";\n\tvar i;\n\t\n\tjQuery('#error_user_id').show();\n\n\tif(id_check == \"\"){\n\t\tjQuery('#error_user_id').html(\"\uc544\uc774\ub514\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\tdocument.join_frm.user_id.focus();\n\t\treturn;\n\t}\n\t\tif(id_check.length < 5){\n\t\tjQuery('#error_user_id').html(\"\uc544\uc774\ub514\ub294 5\uc790 \uc774\uc0c1\uc73c\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\tdocument.join_frm.user_id.focus();\n\t\treturn false; \n\t}\n\t\tif(id_check.length > 16){\n\t\tjQuery('#error_user_id').html(\"\uc544\uc774\ub514\ub294 16\uc790 \uc774\ud558\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\tdocument.join_frm.user_id.focus();\n\t\treturn false; \n\t}\n\n\tmunja = Alpha + Digit;\n\tif(munja.length > 1){\n\t\tfor(i = 0; i < id_check.length; i++){\n\t\t\tif(Alpha.indexOf(id_check.charAt(0)) == -1){\n\t\t\t\tjQuery('#error_user_id').html(\"\uc544\uc774\ub514\uc758 \uccab\uae00\uc790\ub294 \uc601\ubb38\uc790\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4.\");\n\t\t\t\tdocument.join_frm.user_id.value = \"\";\n\t\t\t\tdocument.join_frm.user_id.focus();\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif(munja.indexOf(id_check.charAt(i)) == -1){\n\t\t\t\tjQuery('#error_user_id').html(\"\uc601\ubb38\uc790\uc640 \uc22b\uc790\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4.\");\n\t\t\t\tdocument.join_frm.user_id.value = \"\";\n\t\t\t\tdocument.join_frm.user_id.focus();\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t}\n\t\n\tjQuery.ajax({\n\t\ttype: \"post\",\n\t\tasync: false,\n\t\turl: tUrl,\n\t\tdata: \"user_id=\" + id_check,\n\t\tsuccess: function(data){\n\t\t\tvar result = data.split(\"|||\");\n\t\t\tvar response = result[0];  \n\t\n\t\t\t\/\/ \ubd84\uae30 \ucc98\ub9ac\n\t\t\tif(response == \"success\"){\n\t\t\t\tif(result[1] == \"y\") jQuery('#id_checked').val(\"y\");\n\t\t\t\telse jQuery('#id_checked').val(\"n\");\n\t\t\t\tjQuery('#error_user_id').html(result[2]);\n\t\t\t}else if(response == \"empty id\"){  \n\t\t\t\tjQuery('#error_user_id').html(\"\uc544\uc774\ub514\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t}else if(response == \"short id\"){  \n\t\t\t\tjQuery('#error_user_id').html(\"\uc544\uc774\ub514\ub294 5\uc790 \uc774\uc0c1\uc73c\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t}else if(response == \"long id\"){  \n\t\t\t\tjQuery('#error_user_id').html(\"\uc544\uc774\ub514\ub294 16\uc790 \uc774\ud558\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t}else if(response == \"error id\"){  \n\t\t\t\tjQuery('#error_user_id').html(\"\uc544\uc774\ub514\ub294 \uc601\ubb38 \ub610\ub294 \uc22b\uc790\ub9cc \uc0ac\uc6a9\ud574\uc8fc\uc138\uc694.\");\n\t\t\t}else if(response == \"join not id\"){  \n\t\t\t\tjQuery('#error_user_id').html(\"\uac00\uc785\uc774 \ubd88\uac00\ub2a5\ud55c \uc544\uc774\ub514\uc785\ub2c8\ub2e4.\");\n\t\t\t}else{\n\t\t\t\tjQuery('#error_user_id').html(\"\uc11c\ubc84\uc640\uc758 \ud1b5\uc2e0\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.\");\n\t\t\t}\n\t\t},\n\t\terror: function(data, status, err){\n\t\t\tjQuery('#error_user_id').html(\"\uc11c\ubc84\uc640\uc758 \ud1b5\uc2e0\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.\");\n\t\t}\n\t});\n}\n\nfunction success_msg(){\n\tjQuery(\"#success_box\").show();\n\tjQuery(\"#success_box\").html(\"\uc815\ubcf4\ub97c \uc815\uc0c1\uc801\uc73c\ub85c \uc800\uc7a5\ud558\uc600\uc2b5\ub2c8\ub2e4.\");\n\tjQuery(\"span[id^='error_']\").hide();\n\tscroll(0, 0);\n}\n\n\/\/ \ud68c\uc6d0\uac00\uc785\/\uc218\uc815\nfunction write_check(check_url){\n\tjQuery.ajax({\n\t\turl: check_url,\n\t\ttype: \"post\",\n\t\tdataType: \"jsonp\",\n\t\t\/\/async: false,\n\t\tjsonp: \"callback\",\n\t\t\/\/jsonpCallback: 'myCallback',\n\t\tdata: jQuery('#join_frm').serialize(),\n\t\tcrossDomain: true,\n\t\tbeforeSend: function(){},\n\t\tcomplete: function(){},\n\t\tsuccess: response_json,\n\t\terror: function(data, status, err){\n\t\t\tvar errorMessage = err || data.statusText;\n\t\t\talert(errorMessage);\n\t\t}\n\t});\n}\n\nfunction response_json(json){\n\tvar list_cnt = json.length;\n\tif(list_cnt > 0){\n\t\tjQuery.each(json, function(index, entry){\n\t\t\tvar data = entry['result'];\n\t\t\tvar data_arr = data.split(\"|||\");\n\t\t\tvar res = data_arr[0];\n\t\t\tif(res == \"success\"){\n\t\t\t\tif(jQuery(\"#mode\").val() == \"write\"){\n\t\t\t\t\tjQuery(\"#success_id\").val(data_arr[1]);\n\t\t\t\t\tjQuery(\"#success_hp\").val(data_arr[2]);\n\t\t\t\t\tjQuery(\"#sms_send\").val(data_arr[3]);\n\t\t\t\t\tjQuery(\"#success_frm\").submit();\n\t\t\t\t}else{\n\t\t\t\t\t\/\/location.reload();\n\t\t\t\t\tsetTimeout(function(){success_msg()}, 100);\n\t\t\t\t}\n\t\t\t}else if(res == \"exist email\"){\n\t\t\t\tjQuery(\"#error_email\").show();\n\t\t\t\tjQuery(\"#error_email\").html(\"\uc5d0\ub7ec : \uc785\ub825\ud558\uc2e0 \uc774\uba54\uc77c\uc8fc\uc18c\ub294 \uc774\ubbf8 \uc0ac\uc6a9\uc911\uc785\ub2c8\ub2e4.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_email)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#email\").focus();\n\t\t\t}else if(res == \"empty id\"){\n\t\t\t\tjQuery(\"#error_user_id\").show();\n\t\t\t\tjQuery(\"#error_user_id\").html(\"\uc5d0\ub7ec : \uc544\uc774\ub514\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_user_id)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#user_id\").focus();\n\t\t\t}else if(res == \"short id\"){\n\t\t\t\tjQuery(\"#error_user_id\").show();\n\t\t\t\tjQuery(\"#error_user_id\").html(\"\uc5d0\ub7ec : \uc544\uc774\ub514\ub294 5\uc790 \uc774\uc0c1\uc73c\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_user_id)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#user_id\").focus();\n\t\t\t}else if(res == \"long id\"){\n\t\t\t\tjQuery(\"#error_user_id\").show();\n\t\t\t\tjQuery(\"#error_user_id\").html(\"\uc5d0\ub7ec : \uc544\uc774\ub514\ub294 16\uc790 \uc774\ud558\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_user_id)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#user_id\").focus();\n\t\t\t}else if(res == \"exist id\"){\n\t\t\t\tjQuery(\"#error_user_id\").show();\n\t\t\t\tjQuery(\"#error_user_id\").html(\"\uc5d0\ub7ec : \uc785\ub825\ud558\uc2e0 \uc544\uc774\ub514\ub294 \uc774\ubbf8 \uc0ac\uc6a9\uc911\uc778 \uc544\uc774\ub514\uc785\ub2c8\ub2e4.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_user_id)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#user_id\").focus();\n\t\t\t}else if(res == \"check id\"){\n\t\t\t\tjQuery(\"#error_user_id\").show();\n\t\t\t\tjQuery(\"#error_user_id\").html(\"\uc5d0\ub7ec : \uc544\uc774\ub514 \uc911\ubcf5\ud655\uc778\uc744 \ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_user_id)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#user_id\").focus();\n\t\t\t}else if(res == \"error id\"){\n\t\t\t\tjQuery(\"#error_user_id\").show();\n\t\t\t\tjQuery(\"#error_user_id\").html(\"\uc5d0\ub7ec : \uc544\uc774\ub514\ub294 \uc601\ubb38 \ub610\ub294 \uc22b\uc790\ub9cc \uc0ac\uc6a9\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_user_id)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#user_id\").focus();\n\t\t\t}else if(res == \"join not id\"){\n\t\t\t\tjQuery(\"#error_user_id\").show();\n\t\t\t\tjQuery(\"#error_user_id\").html(\"\uc5d0\ub7ec : \uc785\ub825\ud558\uc2e0 \uc544\uc774\ub514\ub294 \uac00\uc785\uc774 \ubd88\uac00\ub2a5\ud55c \uc544\uc774\ub514\uc785\ub2c8\ub2e4.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_user_id)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#user_id\").focus();\n\t\t\t}else if(res == \"empty pass\"){\n\t\t\t\tjQuery(\"#error_pass\").show();\n\t\t\t\tjQuery(\"#error_pass\").html(\"\uc5d0\ub7ec : \ube44\ubc00\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_pass)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#pass\").focus();\n\t\t\t}else if(res == \"short pass\"){\n\t\t\t\tjQuery(\"#error_pass\").show();\n\t\t\t\tjQuery(\"#error_pass\").html(\"\uc5d0\ub7ec : \ube44\ubc00\ubc88\ud638\ub294 5\uc790 \uc774\uc0c1\uc73c\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_pass)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#pass\").focus();\n\t\t\t}else if(res == \"long pass\"){\n\t\t\t\tjQuery(\"#error_pass\").show();\n\t\t\t\tjQuery(\"#error_pass\").html(\"\uc5d0\ub7ec : \ube44\ubc00\ubc88\ud638\ub294 16\uc790 \uc774\ud558\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_pass)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#pass\").focus();\n\t\t\t}else if(res == \"empty repass\"){\n\t\t\t\tjQuery(\"#error_repass\").show();\n\t\t\t\tjQuery(\"#error_repass\").html(\"\uc5d0\ub7ec : \ube44\ubc00\ubc88\ud638 \ud655\uc778\uc744 \uc704\ud574 \ub2e4\uc2dc \ud55c\ubc88\ub354 \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_repass)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#repass\").focus();\n\t\t\t}else if(res == \"password mismatch\"){\n\t\t\t\tjQuery(\"#error_pass\").show();\n\t\t\t\tjQuery(\"#error_pass\").html(\"\uc5d0\ub7ec : \ube44\ubc00\ubc88\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_pass)\").hide();\n\t\t\t\tjQuery(\"#pass\").val(\"\");\n\t\t\t\tjQuery(\"#repass\").val(\"\");\n\t\t\t\tjQuery(\"#pass\").focus();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t}else if(res == \"empty name\"){\n\t\t\t\tjQuery(\"#error_name\").show();\n\t\t\t\tjQuery(\"#error_name\").html(\"\uc5d0\ub7ec : \uc774\ub984\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_name)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#user_name\").focus();\n\t\t\t}else if(res == \"empty birth_year\"){\n\t\t\t\tjQuery(\"#error_birth\").show();\n\t\t\t\tjQuery(\"#error_birth\").html(\"\uc5d0\ub7ec : \uc0dd\ub144\uc6d4\uc77c(\ub144)\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_birth)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#birth_year\").focus();\n\t\t\t}else if(res == \"incorrect birth_year\"){\n\t\t\t\tjQuery(\"#error_birth\").show();\n\t\t\t\tjQuery(\"#error_birth\").html(\"\uc5d0\ub7ec : \uc0dd\ub144\uc6d4\uc77c(\ub144)\uc744 \ubc14\ub974\uac8c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_birth)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#birth_year\").focus();\n\t\t\t}else if(res == \"empty birth_month\"){\n\t\t\t\tjQuery(\"#error_birth\").show();\n\t\t\t\tjQuery(\"#error_birth\").html(\"\uc5d0\ub7ec : \uc0dd\ub144\uc6d4\uc77c(\uc6d4)\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_birth)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#birth_month\").focus();\n\t\t\t}else if(res == \"incorrect birth_month\"){\n\t\t\t\tjQuery(\"#error_birth\").show();\n\t\t\t\tjQuery(\"#error_birth\").html(\"\uc5d0\ub7ec : \uc0dd\ub144\uc6d4\uc77c(\uc6d4)\uc744 \ubc14\ub974\uac8c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_birth)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#birth_month\").focus();\n\t\t\t}else if(res == \"empty birth_day\"){\n\t\t\t\tjQuery(\"#error_birth\").show();\n\t\t\t\tjQuery(\"#error_birth\").html(\"\uc5d0\ub7ec : \uc0dd\ub144\uc6d4\uc77c(\uc77c)\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_birth)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#birth_day\").focus();\n\t\t\t}else if(res == \"incorrect birth_day\"){\n\t\t\t\tjQuery(\"#error_birth\").show();\n\t\t\t\tjQuery(\"#error_birth\").html(\"\uc5d0\ub7ec : \uc0dd\ub144\uc6d4\uc77c(\uc77c)\uc744 \ubc14\ub974\uac8c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_birth)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#birth_day\").focus();\n\t\t\t}else if(res == \"empty sex\"){\n\t\t\t\tjQuery(\"#error_sex\").show();\n\t\t\t\tjQuery(\"#error_sex\").html(\"\uc5d0\ub7ec : \uc131\ubcc4\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_sex)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tfrm.sex[0].focus();\n\t\t\t}else if(res == \"empty zipcode\"){\n\t\t\t\tjQuery(\"#error_addr\").show();\n\t\t\t\tjQuery(\"#error_addr\").html(\"\uc5d0\ub7ec : \uc6b0\ud3b8\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_addr)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#zipcode\").focus();\n\t\t\t}else if(res == \"empty addr1\"){\n\t\t\t\tjQuery(\"#error_addr\").show();\n\t\t\t\tjQuery(\"#error_addr\").html(\"\uc5d0\ub7ec : \uc8fc\uc18c\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_addr)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#addr1\").focus();\n\t\t\t}else if(res == \"empty addr2\"){\n\t\t\t\tjQuery(\"#error_addr\").show();\n\t\t\t\tjQuery(\"#error_addr\").html(\"\uc5d0\ub7ec : \ub098\uba38\uc9c0\uc8fc\uc18c\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_addr)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#addr2\").focus();\n\t\t\t}else if(res == \"empty phone_1\"){\n\t\t\t\tjQuery(\"#error_phone\").show();\n\t\t\t\tjQuery(\"#error_phone\").html(\"\uc5d0\ub7ec : \uc804\ud654\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_phone)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#phone_1\").focus();\n\t\t\t}else if(res == \"empty phone_2\"){\n\t\t\t\tjQuery(\"#error_phone\").show();\n\t\t\t\tjQuery(\"#error_phone\").html(\"\uc5d0\ub7ec : \uc804\ud654\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_phone)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#phone_2\").focus();\n\t\t\t}else if(res == \"empty phone_3\"){\n\t\t\t\tjQuery(\"#error_phone\").show();\n\t\t\t\tjQuery(\"#error_phone\").html(\"\uc5d0\ub7ec : \uc804\ud654\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_phone)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#phone_3\").focus();\n\t\t\t}else if(res == \"empty hp_1\"){\n\t\t\t\tjQuery(\"#error_hp\").show();\n\t\t\t\tjQuery(\"#error_hp\").html(\"\uc5d0\ub7ec : \ud734\ub300\uc804\ud654\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_hp)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#hp_1\").focus();\n\t\t\t}else if(res == \"empty hp_2\"){\n\t\t\t\tjQuery(\"#error_hp\").show();\n\t\t\t\tjQuery(\"#error_hp\").html(\"\uc5d0\ub7ec : \ud734\ub300\uc804\ud654\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_hp)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#hp_2\").focus();\n\t\t\t}else if(res == \"empty hp_3\"){\n\t\t\t\tjQuery(\"#error_hp\").show();\n\t\t\t\tjQuery(\"#error_hp\").html(\"\uc5d0\ub7ec : \ud734\ub300\uc804\ud654\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_hp)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#hp_3\").focus();\n\t\t\t}else if(res == \"empty sms_reception\"){\n\t\t\t\tjQuery(\"#error_sms_reception\").show();\n\t\t\t\tjQuery(\"#error_sms_reception\").html(\"\uc5d0\ub7ec : SMS \uc218\uc2e0\uc5ec\ubd80\ub97c \uc120\ud0dd\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_sms_reception)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tfrm.sms_reception[1].focus();\n\t\t\t}else if(res == \"empty email\"){\n\t\t\t\tjQuery(\"#error_email\").show();\n\t\t\t\tjQuery(\"#error_email\").html(\"\uc5d0\ub7ec : \uc774\uba54\uc77c\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_email)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#email\").focus();\n\t\t\t}else if(res == \"not form email\"){\n\t\t\t\tjQuery(\"#error_email\").show();\n\t\t\t\tjQuery(\"#error_email\").html(\"\uc5d0\ub7ec : \uc774\uba54\uc77c \ud615\uc2dd\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_email)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#email\").focus();\n\t\t\t}else if(res == \"empty job\"){\n\t\t\t\tjQuery(\"#error_job\").show();\n\t\t\t\tjQuery(\"#error_job\").html(\"\uc5d0\ub7ec : \uc9c1\uc5c5\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_job)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#job\").focus();\n\t\t\t}else if(res == \"auth error\"){\n\t\t\t\tjQuery(\"#error_anti_spam\").show();\n\t\t\t\tjQuery(\"#error_anti_spam\").html(\"\uc5d0\ub7ec : \uc790\ub3d9\uc0dd\uc131\ubc29\uc9c0 \uc22b\uc790\ub97c \uc815\ud655\ud788 \uc785\ub825\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_anti_spam)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#string\").focus();\n\t\t\t}else if(res == \"empty agree_check1\"){\n\t\t\t\tjQuery(\"#error_agree1\").show();\n\t\t\t\tjQuery(\"#error_agree1\").html(\"\uc5d0\ub7ec : \uc774\uc6a9\uc57d\uad00\uc5d0 \ub3d9\uc758\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_agree1)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#agree_check1\").focus();\n\t\t\t}else if(res == \"empty agree_check2\"){\n\t\t\t\tjQuery(\"#error_agree2\").show();\n\t\t\t\tjQuery(\"#error_agree2\").html(\"\uc5d0\ub7ec : \uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68\uc5d0 \ub3d9\uc758\ud574\uc8fc\uc138\uc694.\");\n\t\t\t\tjQuery(\"span[id^='error_']:not(#error_agree2)\").hide();\n\t\t\t\tjQuery(\"#success_box\").hide();\n\t\t\t\tjQuery(\"#agree_check2\").focus();\n\t\t\t}else if(res == \"nonData\"){\n\t\t\t\talert(\"\uc815\uc0c1\uc801\uc778 \uc811\uadfc\uc774 \uc544\ub2d9\ub2c8\ub2e4.\");\n\t\t\t\tlocation.href = \"http:\/\/www.csmch.org\";\n\t\t\t}\n\t\t});\n\t}\n}\n\nfunction openDaumPostcode(){\n\tnew daum.Postcode({\n\t\toncomplete: function(data){\n\t\t\tif (data.userLanguageType == 'K'){\n\t\t\t\tswitch (data.userSelectedType){\n\t\t\t\t\tcase 'R':\n\t\t\t\t\t\tvar extraAddr = '';\n\n\t\t\t\t\t\tif(data.bname !== '')\n\t\t\t\t\t\t\textraAddr += data.bname;\n\n\t\t\t\t\t\tif(data.buildingName !== '')\n\t\t\t\t\t\t\textraAddr += (extraAddr !== '' ? ', ' + data.buildingName : data.buildingName);\n\n\t\t\t\t\t\tdocument.getElementById('zipcode').value = data.zonecode;\n\t\t\t\t\t\tdocument.getElementById('addr1').value   = data.roadAddress + (extraAddr != '' ? ' ('+extraAddr+')' : ''  );;\n\t\t\t\t\t\tdocument.getElementById('addr2').value   = '';\n\t\t\t\t\t\tdocument.getElementById('addr2').focus();\n\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'J':\n\t\t\t\t\t\tdocument.getElementById('zipcode').value = data.postcode;\n\t\t\t\t\t\tdocument.getElementById('addr1').value   = data.jibunAddress;\n\t\t\t\t\t\tdocument.getElementById('addr2').value   = ( data.buildingName !== '' ? data.buildingName+' ' : '' );\n\t\t\t\t\t\tdocument.getElementById('addr2').focus();\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif ( confirm('\ud55c\uae00\uc8fc\uc18c\ub97c \uc0ac\uc6a9\ud574 \uc8fc\uc138\uc694') ){\n\t\t\t\t\tdocument.getElementById('zipcode').value = '';\n\t\t\t\t\tdocument.getElementById('addr1').value   = '';\n\t\t\t\t\tdocument.getElementById('addr2').value   = '';\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t}).open();\n}\n\n\/* jsonp \ucf5c\ubc31\ub85c\uadf8(\ucf58\uc194)\nwindow.myCallback = function(data){\n\tconsole.log(data);\n}\n*\/\n<\/script>\n<div id=\"bbse_membership\" style=\"width:100%;float:left;\">\n\t<div id=\"success_box\" style=\"font-size:15px;font-weight:bold;padding:10px 0 10px 0;color:#7ba8ea;display:none;\"><\/div>\n\t<form method=\"post\" name=\"join_frm\" id=\"join_frm\">\n\t<input type=\"hidden\" name=\"mode\" id=\"mode\" value=\"write\" \/>\n\t<input type=\"hidden\" name=\"user_no\" id=\"user_no\" value=\"\" \/>\n\t<input type=\"hidden\" name=\"id_checked\" id=\"id_checked\" value=\"\" \/>\n\t<input type=\"hidden\" name=\"skin\" id=\"skin\" value=\"basic\" \/>\n\t<div class=\"form-element\">\n\t\t\t\t<label><strong>\uc544\uc774\ub514<span class=\"star1\">\ud544\uc218\uc785\ub825<\/span><\/strong><\/label>\n\t\t<label><input type=\"text\" name=\"user_id\" id=\"user_id\" onkeydown=\"id_change();\" maxlength=\"16\" class=\"nor\" \/><\/label><a href=\"javascript:;\" onclick=\"id_check('http:\/\/www.csmch.org\/wp-content\/plugins\/BBSe_Membership\/proc\/id.check.php');\" class='_btn'>\uc911\ubcf5\ud655\uc778<\/a>\n\t\t<!--<span id=\"id_check_msg\"><\/span>-->\n\t\t<span id=\"error_user_id\" class=\"open_alert\"><\/span>\n\t\t\t<\/div>\n\t\t<div class=\"form-element\">\n\t\t<label><strong>\uc774\ub984<\/strong><\/label>\t\n\t\t<label><input type=\"text\" name=\"user_name\" id=\"user_name\" class=\"nor\" value=\"\" maxlength=\"20\" onkeydown=\"if(jQuery(this).val() != ''){jQuery('#error_name').empty().hide();}\" \/><\/label>\n\t\t<span id=\"error_name\" class=\"open_alert\"><\/span>\n\t<\/div>\n\t\t<div class=\"form-element\">\n\t\t<label><strong>\uc774\uba54\uc77c<span class=\"star1\">\ud544\uc218\uc785\ub825<\/span><\/strong><\/label>\t\n\t\t<label><input type=\"text\" name=\"email\" id=\"email\" value=\"\" class=\"nor\" onkeydown=\"if(jQuery(this).val() != ''){jQuery('#error_email').empty().hide();}\" \/><\/label>\n\t\t<span id=\"error_email\" class=\"open_alert\"><\/span>\n\t<\/div>\n\t<div class=\"form-element\">\n\t\t<label><strong>\ube44\ubc00\ubc88\ud638<span class=\"star1\">\ud544\uc218\uc785\ub825<\/span><\/strong><\/label>\n\t\t<label><input type=\"password\" name=\"pass\" id=\"pass\" maxlength=\"16\" class=\"nor\" onkeydown=\"if(jQuery(this).val() != ''){jQuery('#error_pass').empty().hide();}\" \/><\/label>\n\t\t\t\t<span id=\"error_pass\" class=\"open_alert\"><\/span>\n\t<\/div>\n\t<div class=\"form-element\">\n\t\t<label><strong>\ube44\ubc00\ubc88\ud638 \ud655\uc778<span class=\"star1\">\ud544\uc218\uc785\ub825<\/span><\/strong><\/label>\n\t\t<label><input type=\"password\" name=\"repass\" id=\"repass\" maxlength=\"16\" class=\"nor\" onkeydown=\"if(jQuery(this).val() != ''){jQuery('#error_repass').empty().hide();}\" \/><\/label>\n\t\t<span id=\"error_repass\" class=\"open_alert\"><\/span>\n\t<\/div>\n\t\t<div class=\"form-element\">\n\t\t<label><strong>\uc0dd\ub144\uc6d4\uc77c<\/strong><\/label>\n\t\t<label><input type=\"text\" name=\"birth_year\" id=\"birth_year\" value=\"\" maxlength=\"4\" onkeydown=\"checkForNumber();if(jQuery(this).val() != ''){jQuery('#error_birth').empty().hide();}\" style=\"min-width:70px;width:10%;\" class=\"\" \/> \ub144<\/label> \n\t\t<label><input type=\"text\" name=\"birth_month\" id=\"birth_month\" value=\"\" maxlength=\"2\" onkeydown=\"checkForNumber();if(jQuery(this).val() != ''){jQuery('#error_birth').empty().hide();}\" style=\"min-width:70px;width:10%;\" class=\"\" \/> \uc6d4<\/label> \n\t\t<label><input type=\"text\" name=\"birth_day\" id=\"birth_day\" value=\"\" maxlength=\"2\" onkeydown=\"checkForNumber();if(jQuery(this).val() != ''){jQuery('#error_birth').empty().hide();}\" style=\"min-width:70px;width:10%;\" class=\"\" \/> \uc77c<\/label> \n\t\t<span id=\"error_birth\" class=\"open_alert\"><\/span>\n\t<\/div>\n\t\t\t\t<div class=\"form-element\">\n\t\t<label><strong>\uc8fc\uc18c<\/strong><\/label>\n\t\t\t\t<label><input type=\"text\" name=\"zipcode\" id=\"zipcode\" value=\"\" class=\"nor\" onclick=\"javascript:openDaumPostcode();\" readonly \/><\/label><a href=\"javascript:;\" onclick=\"openDaumPostcode();\" class='_btn'>\uc6b0\ud3b8\ubc88\ud638\ucc3e\uae30<\/a>\n\t\t<label><input type=\"text\" name=\"addr1\" id=\"addr1\" class=\"nor_m\" value=\"\" onclick=\"javascript:openDaumPostcode();\" readonly \/><\/label>\n\t\t<label><input type=\"text\" name=\"addr2\" id=\"addr2\" class=\"nor_m\" value=\"\" onkeydown=\"if(jQuery(this).val() != ''){jQuery('#error_addr').empty().hide();}\" \/><\/label>\n\t\t\t\t<span id=\"error_addr\" class=\"open_alert\"><\/span>\n\t<\/div>\n\t\t\t<div class=\"form-element\">\n\t\t<label><strong>\uc804\ud654\ubc88\ud638<\/strong><\/label>\n\t\t<label><input type=\"text\" name=\"phone_1\" id=\"phone_1\" value=\"\" maxlength=\"4\" onkeydown=\"checkForNumber();if(jQuery(this).val() != ''){jQuery('#error_phone').empty().hide();}\" style=\"min-width:70px;width:10%;\" class=\"\" \/><\/label> - \n\t\t<label><input type=\"text\" name=\"phone_2\" id=\"phone_2\" value=\"\" maxlength=\"4\" onkeydown=\"checkForNumber();if(jQuery(this).val() != ''){jQuery('#error_phone').empty().hide();}\" style=\"min-width:70px;width:10%;\" class=\"\" \/><\/label> -\n\t\t<label><input type=\"text\" name=\"phone_3\" id=\"phone_3\" value=\"\" maxlength=\"4\" onkeydown=\"checkForNumber();if(jQuery(this).val() != ''){jQuery('#error_phone').empty().hide();}\" style=\"min-width:70px;width:10%;\" class=\"\" \/><\/label>\n\t\t<span id=\"error_phone\" class=\"open_alert\"><\/span>\n\t<\/div>\n\t\t\t<div class=\"form-element\">\n\t\t<label><strong>\ud734\ub300\uc804\ud654\ubc88\ud638<\/strong><\/label>\n\t\t<label><input type=\"text\" name=\"hp_1\" id=\"hp_1\" value=\"\" maxlength=\"4\" onkeydown=\"checkForNumber();if(jQuery(this).val() != ''){jQuery('#error_hp').empty().hide();}\" style=\"min-width:70px;width:10%;\" class=\"\" \/><\/label> - \n\t\t<label><input type=\"text\" name=\"hp_2\" id=\"hp_2\" value=\"\" maxlength=\"4\" onkeydown=\"checkForNumber();if(jQuery(this).val() != ''){jQuery('#error_hp').empty().hide();}\" style=\"min-width:70px;width:10%;\" class=\"\" \/><\/label> -\n\t\t<label><input type=\"text\" name=\"hp_3\" id=\"hp_3\" value=\"\" maxlength=\"4\" onkeydown=\"checkForNumber();if(jQuery(this).val() != ''){jQuery('#error_hp').empty().hide();}\" style=\"min-width:70px;width:10%;\" class=\"\" \/><\/label>\n\t\t<span id=\"error_hp\" class=\"open_alert\"><\/span>\n\t<\/div>\n\t<div class=\"form-element\">\n\t\t<label><strong>SMS(\ubb38\uc790)\uc218\uc2e0\uc5ec\ubd80<\/strong><\/label>\n\t\t<label><input type=\"radio\" name=\"sms_reception\" id=\"sms_reception1\" value=\"1\" \/> \uc218\uc2e0<\/label> &nbsp;\n\t\t<label><input type=\"radio\" name=\"sms_reception\" id=\"sms_reception2\" value=\"0\" checked \/> \uc218\uc2e0\uc548\ud568<\/label>\n\t\t<span id=\"error_sms_reception\" class=\"open_alert\"><\/span>\n\t<\/div>\n\t\t\t\t<div class=\"form-element\">\n\t\t<label><strong>\uc790\ub3d9\uc0dd\uc131\ubc29\uc9c0<span class=\"star1\">\ud544\uc218\uc785\ub825<\/span><\/strong><\/label>\n\t\t<label>\n\t\t\t\t\t\t<p style=\"margin-top:5px;\">\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/www.csmch.org\/wp-content\/plugins\/BBSe_Membership\/class\/auth_img.php?sid=lv6padu1sfg2gatjtqslqdtc75\" height=\"52\" style=\"float:left\" ondrag=\"this.blur();\" alt=\"\uc790\ub3d9\uc0dd\uc131\ubc29\uc9c0\" \/>\n\t\t\t<\/p>\n\t\t\t<p>&nbsp;\uc790\ub3d9\uc0dd\uc131\ubc29\uc9c0\ub97c \uc704\ud574 \uc67c\ucabd\uc5d0 \ubcf4\uc774\ub294 \uc22b\uc790\ub97c \uc785\ub825\ud558\uc138\uc694.<\/p>\n\t\t\t\t\t\t<p>&nbsp;<input title=\"\ubcf4\uc548\ubc88\ud638\" class=\"i_text\" type=\"text\" name=\"string\" id=\"string\" value=\"\" onfocus=\"this.value='';return true;\" onkeydown=\"if(jQuery(this).val() != ''){jQuery('#error_anti_spam').empty().hide();}\" \/><\/p>\n\t\t<\/label>\n\t\t<span id=\"error_anti_spam\" class=\"open_alert\"><\/span>\n\t<\/div>\n\t\t\t<div class=\"form-element\">\n\t\t<label><strong>\uc774\uc6a9\uc57d\uad00<\/strong><\/label>\n\t\t<div class=\"agree1\">[\uc774\uc6a9\uc57d\uad00]<br \/>\r\n<br \/>\r\n\uc81c 1 \uc870 (\ubaa9\uc801) <br \/>\r\n \uc774 \uc57d\uad00\uc740 \ucc3d\uc6d0\uc18c\uba85\uad50\ud68c \ud648\ud398\uc774\uc9c0(\uc774\ud558 \u201c\uad50\ud68c\u201d)\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \ubaa8\ub4e0 \uc790\ub8cc\uc758 \uc774\uc6a9\uc5d0 \uad00\ud55c \uc870\uac74 \ubc0f \uc808\ucc28\uc5d0 \uad00\ud55c \uae30\ubcf8\uc801\uc778 \uc0ac\ud56d(\uad50\ud68c\uc640 \ud68c\uc6d0\uacfc\uc758 \uad8c\ub9ac, \uc758\ubb34 \ubc0f \ucc45\uc784\uc0ac\ud56d \ub4f1)\uc758 \uaddc\uc815\uc744 \ubaa9\uc801\uc73c\ub85c \ud569\ub2c8\ub2e4. <br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 2 \uc870 (\uc774\uc6a9\uc57d\uad00\uc758 \uba85\uc2dc, \ud6a8\ub825 \ubc0f \uac1c\uc815) <br \/>\r\n \u2460 \u201c\uad50\ud68c\u201d\ub294 \uc774 \uc57d\uad00\uc758 \ub0b4\uc6a9\uc744 \ud68c\uc6d0\uc774 \uc27d\uac8c \uc54c \uc218 \uc788\ub3c4\ub85d \uc11c\ube44\uc2a4 \ucd08\uae30 \ud654\uba74\uc5d0 \uac8c\uc2dc\ud569\ub2c8\ub2e4.<br \/>\r\n \u2461 \u201c\uad50\ud68c\u201d\ub294 \u201c\uc57d\uad00\uc758 \uaddc\uc81c\uc5d0 \uad00\ud55c\ubc95\ub960\u201d, \u201c\uc815\ubcf4\ud1b5\uc2e0\ub9dd\uc774\uc6a9\ucd09\uc9c4\ubc0f\uc815\ubcf4\ubcf4\ud638\ub4f1\uc5d0\uad00\ud55c\ubc95\ub960(\uc774\ud558 \u201c\uc815\ubcf4\ud1b5\uc2e0\ub9dd\ubc95\u201d) \ub4f1 \uad00\ub828\ubc95\uc744 \uc704\ubc30\ud558\uc9c0 \uc54a\ub294 \ubc94\uc704\uc5d0\uc11c \uc774 \uc57d\uad00\uc744 \uac1c\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n \u2462 \u201c\uad50\ud68c\u201d\uac00 \uc57d\uad00\uc744 \uac1c\uc815\ud560 \uacbd\uc6b0\uc5d0\ub294 \uae30\uc874\uc57d\uad00\uacfc \uac1c\uc815\uc57d\uad00 \ubc0f \uac1c\uc815\uc57d\uad00\uc758 \uc801\uc6a9\uc77c\uc790\uc640 \uac1c\uc815\uc0ac\uc720\ub97c \uba85\uc2dc\ud558\uc5ec \ud604\ud589\uc57d\uad00\uacfc \ud568\uaed8 \uadf8 \uc801\uc6a9\uc77c\uc790 15\uc77c \uc804\ubd80\ud130 \uc801\uc6a9\uc77c \uc774\ud6c4 \uc0c1\ub2f9\ud55c \uae30\uac04 \ub3d9\uc548, \uac1c\uc815 \ub0b4\uc6a9\uc774 \ud68c\uc6d0\uc5d0\uac8c \ubd88\ub9ac\ud55c \uacbd\uc6b0\uc5d0\ub294 \uadf8 \uc801\uc6a9\uc77c\uc790 30\uc77c \uc804\ubd80\ud130 \uc801\uc6a9\uc77c \uc774\ud6c4 \uc0c1\ub2f9\ud55c \uae30\uac04 \ub3d9\uc548 \uac01\uac01 \uc774\ub97c \uc11c\ube44\uc2a4 \ud648\ud398\uc774\uc9c0\uc5d0 \uacf5\uc9c0\ud558\uace0 \uae30\uc874 \ud68c\uc6d0\uc5d0\uac8c\ub294 \uc804\uc790\uc6b0\ud3b8 \ub4f1\uc758 \uc804\uc790\uc801 \uc218\ub2e8\uc744 \ud1b5\ud574 \ub530\ub85c \uba85\ud655\ud788 \ud1b5\uc9c0\ud558\ub3c4\ub85d \ud569\ub2c8\ub2e4.<br \/>\r\n\u2463 \u201c\uad50\ud68c\u201d\uac00 \uc804\ud56d\uc5d0 \ub530\ub77c \uacf5\uc9c0 \ub610\ub294 \ud1b5\uc9c0\ud558\uba74\uc11c \uacf5\uc9c0\u2219\uace0\uc9c0\uc77c\ub85c\ubd80\ud130 \uac1c\uc815\uc57d\uad00 \uc2dc\ud589\uc77c 7\uc77c \ud6c4\uae4c\uc9c0 \uac70\ubd80\uc758\uc0ac\ub97c \ud45c\uc2dc\ud558\uc9c0 \uc544\ub2c8\ud558\uba74 \uc2b9\uc778\ud55c \uac83\uc73c\ub85c \ubcf8\ub2e4\ub294 \ub73b\uc744 \uba85\ud655\ud558\uac8c \uace0\uc9c0\ud558\uc600\uc74c\uc5d0\ub3c4 \uc758\uc0ac\ud45c\uc2dc\uac00 \uc5c6\ub294 \uacbd\uc6b0\uc5d0\ub294 \ubcc0\uacbd\ub41c \uc57d\uad00\uc744 \uc2b9\uc778\ud55c \uac83\uc73c\ub85c \ubd05\ub2c8\ub2e4.<br \/>\r\n\u2464 \ud68c\uc6d0\uc774 \uac1c\uc815\uc57d\uad00\uc758 \uc801\uc6a9\uc5d0 \ub3d9\uc758\ud558\uc9c0 \uc54a\ub294 \uacbd\uc6b0 \u201c\uad50\ud68c\u201d\ub294 \uac1c\uc815 \uc57d\uad00\uc758 \ub0b4\uc6a9\uc744 \uc801\uc6a9\ud560 \uc218 \uc5c6\uc73c\uba70, \uc774 \uacbd\uc6b0 \ud68c\uc6d0\uc740 \uc774\uc6a9\uacc4\uc57d\uc744 \ud574\uc9c0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\ub9cc, \uae30\uc874 \uc57d\uad00\uc744 \uc801\uc6a9\ud560 \uc218 \uc5c6\ub294 \ud2b9\ubcc4\ud55c \uc0ac\uc815\uc774 \uc788\ub294 \uacbd\uc6b0\uc5d0\ub294 \uc774\uc6a9\uacc4\uc57d\uc744 \ud574\uc9c0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 3 \uc870 (\uc815\uc758) <br \/>\r\n\uc774 \uc57d\uad00\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub294 \uc6a9\uc5b4\uc758 \uc815\uc758\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4. <br \/>\r\n\u2460 \u201c\uc11c\ube44\uc2a4\u201d\ub77c \ud568\uc740 \uad6c\ud604\ub418\ub294 \ub2e8\ub9d0\uae30\uc640 \uc0c1\uad00\uc5c6\uc774 \u201c\ud68c\uc6d0\u201d\uc774 \uc774\uc6a9\ud560 \uc218 \uc788\ub294 \u201c\uad50\ud68c\u201d \ubc0f \uae30\ud0c0 \uad00\ub828 \uc81c\ubc18 \uc11c\ube44\uc2a4\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4.<br \/>\r\n\u2461 \u201c\ud68c\uc6d0\u201d\uc774\ub77c \ud568\uc740 \u201c\uad50\ud68c\u201d\uc758 \u201c\uc11c\ube44\uc2a4\u201d\uc5d0 \uc811\uc18d\ud558\uc5ec \uc57d\uad00\uc5d0 \ub530\ub77c \u201c\uad50\ud68c\u201d\uc640 \uc774\uc6a9\uacc4\uc57d\uc744 \uccb4\uacb0\ud558\uace0 \u201c\uad50\ud68c\u201d\uac00 \uc81c\uacf5\ud558\ub294 \u201c\uc11c\ube44\uc2a4\u201d\ub97c \uc774\uc6a9\ud558\ub294 \uace0\uac1d\uc744 \ub9d0\ud569\ub2c8\ub2e4.<br \/>\r\n\u2462 \u201c\uc544\uc774\ub514(ID)\u201d\ub77c \ud568\uc740 \u201c\ud68c\uc6d0\u201d\uc758 \uc2dd\ubcc4\uacfc \u201c\uc11c\ube44\uc2a4\u201d \uc774\uc6a9\uc744 \uc704\ud558\uc5ec \u201c\ud68c\uc6d0\u201d\uc774 \uc815\ud558\uace0 \u201c\uad50\ud68c\u201d \uc2b9\uc778\ud558\ub294 \ubb38\uc790\uc640 \uc22b\uc790\uc758 \uc870\ud569\uc744 \ub9d0\ud569\ub2c8\ub2e4. <br \/>\r\n\u2463 \u201c\ube44\ubc00\ubc88\ud638\u201d\ub77c \ud568\uc740 \u201c\ud68c\uc6d0\u201d\uc774 \ubd80\uc5ec \ubc1b\uc740 \u201c\uc544\uc774\ub514\u201d\uc640 \uc77c\uce58\ub418\ub294 \u201c\ud68c\uc6d0\u201d\uc784\uc744 \ud655\uc778\ud558\uace0 \u201c\ud68c\uc6d0\u201d\uc758 \uad8c\uc775\ubcf4\ud638\ub97c \uc704\ud558\uc5ec \u201c\ud68c\uc6d0\u201d\uc774 \uc120\uc815\ud55c \ubb38\uc790\uc640 \uc22b\uc790\uc758 \uc870\ud569\uc744 \ub9d0\ud569\ub2c8\ub2e4. <br \/>\r\n\u2464 \u201c\uac8c\uc2dc\ubb3c\u201d\uc774\ub77c \ud568\uc740 \u201c\ud68c\uc6d0\u201d\uc774 \u201c\uc11c\ube44\uc2a4\u201d\ub97c \uc774\uc6a9\ud568\uc5d0 \uc788\uc5b4 \u201c\uc11c\ube44\uc2a4\uc0c1\u201d\uc5d0 \uac8c\uc2dc\ud55c \ubd80\ud638, \ubb38\uc790, \uc74c\uc131, \uc74c\ud5a5, \ub3d9\uc601\uc0c1 \ub4f1\uc758 \uc815\ubcf4 \ud615\ud0dc\uc758 \uae00, \uc0ac\uc9c4, \ub3d9\uc601\uc0c1 \ubc0f \uac01\uc885 \ud30c\uc77c\uacfc \ub9c1\ud06c \ub4f1\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 4 \uc870 (\uc774\uc6a9\uacc4\uc57d \uccb4\uacb0) <br \/>\r\n\u2460 \uc774\uc6a9\uacc4\uc57d\uc740 \u201c\ud68c\uc6d0\u201d\uc774 \ub418\uace0\uc790 \ud558\ub294 \uc790(\uc774\ud558 \u201c\uc2e0\uccad\uc790\u201d)\uac00 \uc57d\uad00\uc758 \ub0b4\uc6a9\uc5d0 \ub300\ud558\uc5ec \ub3d9\uc758\ub97c \ud55c \ub2e4\uc74c \ud68c\uc6d0\uac00\uc785\uc2e0\uccad\uc744 \ud558\uace0 \u201c\uad50\ud68c\u201d\uac00 \uc774\ub7ec\ud55c \uc2e0\uccad\uc5d0 \ub300\ud558\uc5ec \uc2b9\ub099\ud568\uc73c\ub85c\uc368 \uccb4\uacb0\ub429\ub2c8\ub2e4. \ub2e8, \ud68c\uc6d0\uac00\uc785 \uc2e0\uccad\uc11c \uc81c\ucd9c \uc774\uc678\uc5d0 \ubcc4\ub3c4\uc758 \uc790\ub8cc \uc81c\ucd9c\uc774 \uc694\uad6c\ub418\ub294 \uacbd\uc6b0\ub294 \uc608\uc678\ub85c \ud569\ub2c8\ub2e4.<br \/>\r\n\u2461 \u201c\uad50\ud68c\u201d\ub294 \u201c\uc2e0\uccad\uc790\u201d\uc758 \uc2e0\uccad\uc5d0 \ub300\ud558\uc5ec \u201c\uc11c\ube44\uc2a4\u201d \uc774\uc6a9\uc744 \uc2b9\ub099\ud568\uc744 \uc6d0\uce59\uc73c\ub85c \ud569\ub2c8\ub2e4. \ub2e4\ub9cc, \u201c\uad50\ud68c\u201d\ub294 \ub2e4\uc74c \uac01 \ud638\uc5d0 \ud574\ub2f9\ud558\ub294 \uc2e0\uccad\uc5d0 \ub300\ud574\uc11c\ub294 \uc2b9\ub099\ud558\uc9c0 \uc54a\uac70\ub098 \uc0ac\ud6c4\uc5d0 \uc774\uc6a9\uacc4\uc57d\uc744 \ud574\uc9c0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n1. \uc2e4\uba85\uc774 \uc544\ub2c8\uac70\ub098 \ud0c0\uc778\uc758 \uba85\uc758\ub97c \uc774\uc6a9\ud55c \uacbd\uc6b0<br \/>\r\n2. \ud5c8\uc704 \uc815\ubcf4\ub97c \uae30\uc7ac\ud558\uac70\ub098 \ud5c8\uc704\uc11c\ub958\ub97c \ucca8\ubd80\ud558\uc5ec \uac00\uc785\uc2e0\uccad\uc744 \ud558\ub294 \uacbd\uc6b0<br \/>\r\n3. 14\uc138 \ubbf8\ub9cc \uc544\ub3d9\uc774 \uac1c\uc778\uc815\ubcf4\uc81c\uacf5\uc5d0 \ub300\ud55c \ub3d9\uc758\ub97c \ubd80\ubaa8 \ub4f1 \ubc95\uc815\ub300\ub9ac\uc778\uc73c\ub85c\ubd80\ud130 \ubc1b\uc9c0 \uc54a\uc740 \uacbd\uc6b0<br \/>\r\n4. \uc774\uc6a9\uc790\uc758 \uadc0\ucc45\uc0ac\uc720\ub85c \uc778\ud558\uc5ec \uc2b9\uc778\uc774 \ubd88\uac00\ub2a5\ud558\uac70\ub098 \uae30\ud0c0 \uaddc\uc815\ud55c \uc81c\ubc18 \uc0ac\ud56d\uc744 \uc704\ubc18\ud558\uba70 \uc2e0\uccad\ud558\ub294 \uacbd\uc6b0<br \/>\r\n\u2462 \uc81c1\ud56d\uc5d0 \ub530\ub978 \uc2e0\uccad\uc5d0 \uc788\uc5b4\uc11c \u201c\uad50\ud68c\u201d\ub294 \u201c\ud68c\uc6d0\u201d\uc758 \uc885\ub958\uc5d0 \ub530\ub77c \uc804\ubb38\uae30\uad00\uc744 \ud1b5\ud55c \uc2e4\uba85\ud655\uc778 \ubc0f \ubcf8\uc778\uc778\uc99d\uc744 \uc694\uccad\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n\u2463 \u201c\uad50\ud68c\u201d\ub294 \u201c\uc11c\ube44\uc2a4\u201d \uc774\uc6a9\uc2e0\uccad\uc774 \ub2e4\uc74c \uac01 \ud638\uc5d0 \ud574\ub2f9\ud558\ub294 \uacbd\uc6b0\uc5d0\ub294 \uadf8 \uc2e0\uccad\uc5d0 \ub300\ud55c \uc2b9\ub099 \uc81c\ud55c \uc0ac\uc720\uac00 \ud574\uc18c\ub420 \ub54c\uae4c\uc9c0\ub294 \uc2b9\ub099\uc744 \uc720\ubcf4\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n1. \uc11c\ube44\uc2a4\uad00\ub828\uc124\ube44\uc758 \uc5ec\uc720\uac00 \uc5c6\uc744 \uacbd\uc6b0<br \/>\r\n2. \uae30\uc220\uc0c1 \uc9c0\uc7a5\uc774 \uc788\ub294 \uacbd\uc6b0<br \/>\r\n3. \uae30\ud0c0 \u201c\uad50\ud68c\u201d\uc758 \uadc0\ucc45\uc0ac\uc720\ub85c \uc774\uc6a9\uc2b9\ub099\uc774 \uace4\ub780\ud55c \uacbd\uc6b0<br \/>\r\n4. \u201c\uc815\ubcf4\ub3c4\uc6a9\ucc28\ub2e8\uc694\uccad\uc8fc\ubbfc\ubc88\ud638\u201d\ub85c \ub4f1\ub85d\ub41c \uc8fc\ubbfc\ubc88\ud638\uc758 \uacbd\uc6b0<br \/>\r\n\u2464 \u201c\uad50\ud68c\u201d\ub294 \uc81c2\ud56d\uacfc \uc81c4\ud56d\uc758 \uaddc\uc815\uc5d0 \uc758\ud558\uc5ec \uac00\uc785\uc2e0\uccad\uc744 \uc2b9\ub099\ud558\uc9c0 \uc544\ub2c8\ud558\uac70\ub098 \uc720\ubcf4\ud55c \uacbd\uc6b0 \uc6d0\uce59\uc801\uc73c\ub85c \uc774\ub97c \u201c\uc2e0\uccad\uc790\u201d\uc5d0\uac8c \uc54c\ub9ac\ub3c4\ub85d \ud569\ub2c8\ub2e4.<br \/>\r\n\u2465 \uc774\uc6a9\uacc4\uc57d\uc758 \uc131\ub9bd \uc2dc\uae30\ub294 \u201c\uad50\ud68c\u201d\uac00 \uac00\uc785\uc644\ub8cc\ub97c \uc778\uc815\ud55c \uc2dc\uc810\uc73c\ub85c \ud569\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 5 \uc870 (\uc544\uc774\ub514 \ub4f1\uc758 \uad00\ub9ac\ucc45\uc784) <br \/>\r\n\u2460 \u201c\ud68c\uc6d0\u201d\uc758 \u201c\uc544\uc774\ub514\u201d\uc640 \u201c\ube44\ubc00\ubc88\ud638\u201d\uc5d0 \uad00\ud55c \uad00\ub9ac\ucc45\uc784\uc740 \u201c\ud68c\uc6d0\u201d\uc5d0\uac8c \uc788\uc73c\uba70, \uc81c3\uc790\uc5d0\uac8c \uc774\uc6a9\ud558\ub3c4\ub85d \ud558\uc5ec \uace0\uc758\u2219\uacfc\uc2e4\ub85c \uc778\ud574 \ubc1c\uc0dd\ud558\ub294 \ubaa8\ub4e0 \ubd88\uc774\uc775\uc5d0 \ub300\ud574\uc11c\ub294 \u201c\ud68c\uc6d0\u201d\uc774 \ubd80\ub2f4\ud569\ub2c8\ub2e4.<br \/>\r\n\u2461 \u201c\uad50\ud68c\u201d\ub294 \u201c\ud68c\uc6d0\u201d\uc758 \u201c\uc544\uc774\ub514\u201d\uac00 \uac1c\uc778\uc815\ubcf4 \uc720\ucd9c \uc6b0\ub824\uac00 \uc788\uac70\ub098, \ubc18\uc0ac\ud68c\uc801 \ub610\ub294 \ubbf8\ud48d\uc591\uc18d \uc5b4\uae0b\ub098\uac70\ub098 \u201c\uad50\ud68c\u201d\uc5d0 \ub300\ud55c \uc801\ub300 \ud589\uc704\ub97c \uc704\ud574 \uc0ac\uc6a9\ud560 \uacbd\uc6b0 \ud574\ub2f9 \u201c\uc544\uc774\ub514\u201d\uc758 \uc774\uc6a9\uc744 \uc81c\ud55c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n\u2462 \u201c\ud68c\uc6d0\u201d\uc740 \u201c\uc544\uc774\ub514\u201d, \u201c\ube44\ubc00\ubc88\ud638\u201d \ubc0f \ucd94\uac00\uc815\ubcf4 \ub4f1\uc744 \ub3c4\ub09c \ub2f9\ud558\uac70\ub098 \uc81c3\uc790\uac00 \uc0ac\uc6a9\ud558\uace0 \uc788\uc74c\uc744 \uc778\uc9c0\ud55c \uacbd\uc6b0\uc5d0\ub294 \uc989\uc2dc \ubcf8\uc778\uc758 \ube44\ubc00\ubc88\ud638\ub97c \uc218\uc815\ud558\ub294 \ub4f1\uc758 \uc870\uce58\ub97c \ucde8\ud558\uc5ec\uc57c \ud558\uba70 \uc989\uc2dc \u201c\uad50\ud68c\u201d\uc5d0 \ud1b5\ubcf4\ud558\uc5ec \u201c\uad50\ud68c\u201d\uc758 \uc548\ub0b4\ub97c \ub530\ub77c\uc57c \ud569\ub2c8\ub2e4.<br \/>\r\n\u2463 \uc81c3\ud56d\uc758 \uacbd\uc6b0\uc5d0 \ud574\ub2f9\ub418\ub294 \u201c\ud68c\uc6d0\u201d\uc774 \u201c\uad50\ud68c\u201d\uc5d0 \uadf8 \uc0ac\uc2e4\uc744 \ud1b5\ubcf4\ud558\uc9c0 \uc54a\uac70\ub098, \ud1b5\ubcf4\ud55c \uacbd\uc6b0\uc5d0\ub3c4 \u201c\uad50\ud68c\u201d\uc758 \uc548\ub0b4\uc5d0 \ub530\ub974\uc9c0 \uc54a\uc544 \ubc1c\uc0dd\ud55c \ubd88\uc774\uc775\uc5d0 \ub300\ud574\uc11c \u201c\uad50\ud68c\u201d\ub294 \ucc45\uc784\uc9c0\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 6 \uc870 (\uac1c\uc778\uc815\ubcf4\ubcf4\ud638 \uc758\ubb34) <br \/>\r\n\u201c\uad50\ud68c\u201d\ub294 \u201c\uc815\ubcf4\ud1b5\uc2e0\ub9dd\ubc95\u201d \ub4f1 \uad00\uacc4 \ubc95\ub839\uc774 \uc815\ud558\ub294 \ubc14\uc5d0 \ub530\ub77c \u201c\ud68c\uc6d0\u201d\uc758 \uac1c\uc778\uc815\ubcf4\ub97c \ubcf4\ud638\ud558\uae30 \uc704\ud574 \ub178\ub825\ud558\uba70, \uac1c\uc778\uc815\ubcf4\uc758 \ubcf4\ud638 \ubc0f \uc0ac\uc6a9\uc5d0 \ub300\ud574\uc11c\ub294 \uad00\ub828\ubc95 \ubc0f \u201c\uad50\ud68c\u201d\uc758 \uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4. \ub2e4\ub9cc, \u201c\uad50\ud68c\u201d\uc758 \uacf5\uc2dd \uc0ac\uc774\ud2b8 \uc774\uc678\uc758 \ub9c1\ud06c\ub41c \uc0ac\uc774\ud2b8\uc5d0\uc11c\ub294 \u201c\uad50\ud68c\u201d\uc758 \uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68\uc774 \uc801\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 7 \uc870 (\ud68c\uc6d0\uc815\ubcf4\uc758 \ubcc0\uacbd) <br \/>\r\n\u2460 \u201c\ud68c\uc6d0\u201d\uc740 \ud68c\uc6d0\uc815\ubcf4\uad00\ub9ac\ud654\uba74\uc5d0\uc11c \uc5b8\uc81c\ub4e0\uc9c0 \ubcf8\uc778\uc758 \uac1c\uc778\uc815\ubcf4\ub97c \uc5f4\ub78c\ud558\uace0 \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\ub9cc, \uc11c\ube44\uc2a4 \uad00\ub9ac\ub97c \uc704\ud574 \ud544\uc694\ud55c \uc2e4\uba85, \uc544\uc774\ub514 \ub4f1\uc740 \uc218\uc815\uc774 \ubd88\uac00\ub2a5 \ud569\ub2c8\ub2e4.<br \/>\r\n\u2461 \ud68c\uc6d0\uc815\ubcf4\uc758 \ubcc0\uacbd\uc740 \uae30\ubcf8\uc801\uc73c\ub85c \u201c\ud68c\uc6d0\u201d \ubcf8\uc778\uc774 \ud558\ub294 \uac83\uc744 \uc6d0\uce59\uc73c\ub85c \ud569\ub2c8\ub2e4.<br \/>\r\n\u2462 \u201c\ud68c\uc6d0\u201d\uc740 \ud68c\uc6d0\uac00\uc785 \uc2dc \uae30\uc7ac\ud55c \uc0ac\ud56d\uc774 \ubcc0\uacbd\ub418\uc5c8\uc744 \uacbd\uc6b0 \uc628\ub77c\uc778\uc73c\ub85c \uc218\uc815\ud560 \uc218 \uc788\uc73c\uba70, \uc804\uc790\uc6b0\ud3b8 \ub4f1\uc758 \ubc29\ubc95\uc73c\ub85c \u201c\uad50\ud68c\u201d\uc5d0 \uadf8 \ubcc0\uacbd\uc0ac\ud56d\uc744 \uc54c\ub824\uc57c \ud569\ub2c8\ub2e4. \ub2e4\ub9cc, \uad00\ub9ac\uc790\ub97c \ud1b5\ud55c \uc218\uc815\uc758 \uacbd\uc6b0 \ubcf8\uc778\uc784\uc744 \uc99d\uba85\ud560 \uc218 \uc788\ub294 \uc790\ub8cc\ub97c \ud568\uaed8 \ubcf4\ub0b4\uc8fc\uc154\uc57c \ud569\ub2c8\ub2e4.<br \/>\r\n\u2463 \ubcc0\uacbd\uc0ac\ud56d\uc744 \u201c\uad50\ud68c\u201d\uc5d0 \uc54c\ub9ac\uc9c0 \uc54a\uc544 \ubc1c\uc0dd\ud55c \ubd88\uc774\uc775\uc5d0 \ub300\ud558\uc5ec \u201c\uad50\ud68c\u201d\ub294 \ucc45\uc784\uc9c0\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 8 \uc870 (\u201c\ud68c\uc6d0\u201d\uc5d0 \ub300\ud55c \ud1b5\uc9c0) <br \/>\r\n\u2460 \u201c\uad50\ud68c\u201d\uac00 \uc11c\ube44\uc2a4\ub0b4\uc6a9 \ubcc0\uacbd \ubc0f \uae30\ud0c0 \uad00\ub9ac\u2219\uc6b4\uc601\uc0c1\uc758 \uc774\uc720\ub85c \u201c\ud68c\uc6d0\u201d\uc5d0 \ub300\ud55c \ud1b5\uc9c0\ub97c \ud558\ub294 \uacbd\uc6b0 \u201c\uad50\ud68c\u201d\ub294 \u201c\ud68c\uc6d0\u201d\uc758 \uc804\uc790\uc6b0\ud3b8 \uc8fc\uc18c\ub85c \uc774\uba54\uc77c\uc744 \ud1b5\ud574 \ud1b5\uc9c0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n\u2461 \uc804\ud56d\uc758 \uacbd\uc6b0 \ubd88\ud2b9\uc815 \ub2e4\uc218\uc778\uc744 \uc0c1\ub300\ub85c \ud1b5\uc9c0\ub97c \ud568\uc5d0 \uc788\uc5b4\uc11c\ub294 \uc6f9 \uc0ac\uc774\ud2b8\uc758 \uac8c\uc2dc\ud310 \ub610\ub294 \uacf5\uc9c0\uc0ac\ud56d\uc5d0 \uac8c\uc2dc\ud568\uc73c\ub85c\uc368 \uc81c1\ud56d\uc758 \ud1b5\uc9c0\uc5d0 \uac08\uc74c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 9 \uc870 (\u201c\uad50\ud68c\u201d\uc758 \uc758\ubb34)<br \/>\r\n\u2460 \u201c\uad50\ud68c\u201d\ub294 \uc9c0\uc18d\uc801\uc774\uace0 \uc548\uc815\uc801\uc778 \uc11c\ube44\uc2a4 \uc81c\uacf5\uc5d0 \uc801\ud569\ud558\ub3c4\ub85d \uc720\uc9c0, \uc810\uac80 \ub610\ub294 \ubcf5\uad6c \ub4f1\uc758 \uc870\uce58\ub97c \uc131\uc2e4\ud788 \uc774\ud589\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4.<br \/>\r\n\u2461 \u201c\uad50\ud68c\u201d\ub294 \u201c\ud68c\uc6d0\u201d\uc774 \uc548\uc804\ud558\uac8c \u201c\uc11c\ube44\uc2a4\u201d\ub97c \uc774\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \uac1c\uc778\uc815\ubcf4\ubcf4\ud638\ub97c \uc704\ud574 \ubcf4\uc548\uc2dc\uc2a4\ud15c\uc744 \uac16\ucd94\uc5b4\uc57c \ud558\uba70 \uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68\uc744 \uacf5\uc2dc\ud558\uace0 \uc900\uc218\ud569\ub2c8\ub2e4.<br \/>\r\n\u2462 \u201c\uad50\ud68c\u201d\ub294 \uc81c3\uc790\uc640\uc758 \uc11c\ube44\uc2a4 \uc81c\uacf5\uacc4\uc57d \ub4f1\uc744 \uccb4\uacb0\ud558\uc5ec \ud68c\uc6d0\uc5d0\uac8c \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\ub294 \uacbd\uc6b0 \uba85\uc2dc\uc801\uc778 \ub3d9\uc758\ub97c \ubc1b\uc740 \ud6c4 \ub3d9\uc758\uc758 \ubc94\uc704 \ub0b4\uc5d0\uc11c \ud68c\uc6d0\uc758 \uac1c\uc778\uc815\ubcf4\ub97c \uc81c3\uc790\uc640 \uacf5\uc720\ud558\ub294 \ub4f1 \uad00\ub828 \ubc95\ub839\uc744 \uc900\uc218\ud569\ub2c8\ub2e4. <br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 10 \uc870 (\u201c\ud68c\uc6d0\u201d\uc758 \uc758\ubb34) <br \/>\r\n\u2460 \u201c\ud68c\uc6d0\u201d\uc740 \uc544\ub798 \uac01 \ud638\uc758 1\uc5d0 \ud574\ub2f9\ud558\ub294 \ud589\uc704\ub97c \ud558\uc5ec\uc11c\ub294 \uc548 \ub429\ub2c8\ub2e4.<br \/>\r\n1. \uc2e0\uccad \ub610\ub294 \ubcc0\uacbd \uc2dc \ud5c8\uc704\ub0b4\uc6a9\uc744 \ub4f1\ub85d\ud558\ub294 \ud589\uc704<br \/>\r\n2. \ud0c0\uc778\uc758 \uc815\ubcf4 \ub3c4\uc6a9<br \/>\r\n3. \u201c\uad50\ud68c\u201d\uc758 \uc11c\ube44\uc2a4\uc5d0 \uac8c\uc2dc\ub41c \uc815\ubcf4\ub97c \ubcc0\uacbd\ud558\uac70\ub098 \u201c\uc11c\ube44\uc2a4\u201d\ub97c \uc774\uc6a9\ud558\uc5ec \uc5bb\uc740 \uc815\ubcf4\ub97c \u201c\uad50\ud68c\u201d\uc758 \uc0ac\uc804 \uc2b9\ub099 \uc5c6\uc774 \uc601\ub9ac \ub610\ub294 \ube44\uc601\ub9ac\uc758 \ubaa9\uc801\uc73c\ub85c \ubcf5\uc81c, \ucd9c\ud310 \ubc29\uc1a1 \ub4f1\uc5d0 \uc0ac\uc6a9\ud558\uac70\ub098 \uc81c3\uc790\uc5d0\uac8c \uc81c\uacf5\ud558\ub294 \ud589\uc704<br \/>\r\n4. \u201c\uad50\ud68c\u201d\uc640 \uae30\ud0c0 \uc81c3\uc790\uc758 \uc800\uc791\uad8c \ub4f1 \uc9c0\uc801\uc7ac\uc0b0\uad8c\uc5d0 \ub300\ud55c \uce68\ud574<br \/>\r\n5. \u201c\uad50\ud68c\u201d\uc640 \uae30\ud0c0 \uc81c3\uc790\uc758 \uba85\uc608\ub97c \uc190\uc0c1\uc2dc\ud0a4\uac70\ub098 \uc5c5\ubb34\ub97c \ubc29\ud574\ud558\ub294 \ud589\uc704<br \/>\r\n6. \uc678\uc124 \ub610\ub294 \ud3ed\ub825\uc801\uc778 \uba54\uc2dc\uc9c0, \ud654\uc0c1, \uc74c\uc131, \uae30\ud0c0 \uacf5\uc11c\uc591\uc18d\uc5d0 \ubc18\ud558\uac70\ub098 \uc774\ub2e8 \uad00\ub828 \uc815\ubcf4\ub97c \u201c\uc11c\ube44\uc2a4\u201d\uc5d0 \uacf5\uac1c \ub610\ub294 \uac8c\uc2dc\ud558\ub294 \ud589\uc704<br \/>\r\n7. \ub2e4\ub978 \u201c\ud68c\uc6d0\u201d\uc758 \uac1c\uc778\uc815\ubcf4\ub97c \uadf8 \ub3d9\uc758 \uc5c6\uc774 \uc218\uc9d1, \uc800\uc7a5, \uacf5\uac1c\ud558\ub294 \ud589\uc704<br \/>\r\n8. \uae30\ud0c0 \ubd88\ubc95\uc801\uc774\uac70\ub098 \ubd80\ub2f9\ud55c \ud589\uc704<br \/>\r\n9. \ud604\ud589 \ubc95\ub839, \u201c\uad50\ud68c\u201d\uac00 \uc81c\uacf5\ud558\ub294 \uc11c\ube44\uc2a4\uc5d0 \uc815\ud55c \uc57d\uad00 \ubc0f \uae30\ud0c0 \uc11c\ube44\uc2a4 \uc774\uc6a9\uc5d0 \uad00\ud55c \uaddc\uc815\uc744 \uc704\ubc18\ud558\ub294 \ud589\uc704<br \/>\r\n\u2461 \u201c\uad50\ud68c\u201d\ub294 \u201c\ud68c\uc6d0\u201d\uc774 \uc81c1\ud56d\uc758 \ud589\uc704\ub97c \ud558\ub294 \uacbd\uc6b0, \ub610\ub294 \uac8c\uc2dc\ud310 \uc6b4\uc601\uc6d0\uce59\uc5d0 \uba85\uc2dc\ub41c \ubd80\uc801\ud569 \uac8c\uc2dc\ubb3c\uc744 \uac8c\uc2dc\ud558\ub294 \uacbd\uc6b0 \ud574\ub2f9 \uac8c\uc2dc\ubb3c \ub4f1\uc744 \uc0ad\uc81c \ub610\ub294 \uc784\uc2dc \uc0ad\uc81c\ud560 \uc218 \uc788\uace0 \uc11c\ube44\uc2a4\uc758 \uc774\uc6a9\uc744 \uc81c\ud55c\ud558\uac70\ub098 \uc77c\ubc29\uc801\uc73c\ub85c \ubcf8 \uacc4\uc57d\uc744 \ud574\uc9c0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n[\uac8c\uc2dc\ud310 \uc6b4\uc601\uc6d0\uce59 \ubc14\ub85c\uac00\uae30] <br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n\uc81c 11 \uc870 (\u201c\uc11c\ube44\uc2a4\u201d\uc758 \ubcc0\uacbd \ubc0f \uc911\uc9c0) <br \/>\r\n\u2460 \u201c\uad50\ud68c\u201d\ub294 \uc0c1\ub2f9\ud55c \uc774\uc720\uac00 \uc788\ub294 \uacbd\uc6b0\uc5d0 \uc6b4\uc601\uc0c1, \uae30\uc220\uc0c1\uc758 \ud544\uc694\uc5d0 \ub530\ub77c \uc81c\uacf5\ud558\uace0 \uc788\ub294 \uc804\ubd80 \ub610\ub294 \uc77c\ubd80 \u201c\uc11c\ube44\uc2a4\u201d\ub97c \ubcc0\uacbd \ubc0f \uc911\uc9c0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n1. \u201c\ud68c\uc6d0\u201d\uc774 \ud68c\uc0ac \uc11c\ube44\uc2a4\uc758 \uc6b4\uc601\uc744 \uace0\uc758\u2219\uacfc\uc2e4\ub85c \ubc29\ud574\ud558\ub294 \uacbd\uc6b0<br \/>\r\n2. \u201c\ud68c\uc6d0\u201d\uc774 \uc81c10\uc870\uc758 \uc758\ubb34\ub97c \uc704\ubc18\ud55c \uacbd\uc6b0<br \/>\r\n3. \uc11c\ube44\uc2a4\uc6a9 \uc124\ube44 \uc810\uac80, \ubcf4\uc218 \ub610\ub294 \uacf5\uc0ac\ub85c \uc778\ud558\uc5ec \ubd80\ub4dd\uc774\ud55c \uacbd\uc6b0<br \/>\r\n4. \uc804\uae30\ud1b5\uc2e0\uc0ac\uc5c5\ubc95\uc5d0 \uaddc\uc815\ub41c \uae30\uac04\ud1b5\uc2e0\uc0ac\uc5c5\uc790\uac00 \uc804\uae30\ud1b5\uc2e0 \uc11c\ube44\uc2a4\ub97c \uc911\uc9c0\ud588\uc744 \uacbd\uc6b0<br \/>\r\n5. \uad6d\uac00\ube44\uc0c1\uc0ac\ud0dc, \uc11c\ube44\uc2a4 \uc124\ube44\uc758 \uc7a5\uc560 \ub610\ub294 \uc11c\ube44\uc2a4 \uc774\uc6a9\uc758 \ud3ed\uc8fc \ub4f1\uc73c\ub85c \uc11c\ube44\uc2a4 \uc774\uc6a9\uc5d0 \uc9c0\uc7a5\uc774 \uc788\ub294 \ub54c<br \/>\r\n6. \uae30\ud0c0 \uc911\ub300\ud55c \uc0ac\uc720\ub85c \uc778\ud558\uc5ec \u201c\uad50\ud68c\u201d\uac00 \u201c\uc11c\ube44\uc2a4\u201d \uc81c\uacf5\uc744 \uc9c0\uc18d\ud558\ub294 \uac83\uc774 \ubd80\uc801\ub2f9\ud558\ub2e4\uace0 \uc778\uc815\ud558\ub294 \uacbd\uc6b0<br \/>\r\n\u2461 \u201c\uad50\ud68c\u201d\ub294 \uc804\ud56d\uc758 \uaddc\uc815\uc5d0 \uc758\ud558\uc5ec \uc11c\ube44\uc2a4\uc758 \uc774\uc6a9\uc744 \uc81c\ud55c\ud558\uac70\ub098 \uc911\uc9c0\ud55c \ub54c\uc5d0\ub294 \uadf8 \uc0ac\uc720 \ubc0f \uc81c\ud55c\uae30\uac04 \ub4f1\uc744 \ud68c\uc6d0\uc5d0\uac8c \uc54c\ub824\uc57c \ud569\ub2c8\ub2e4.<br \/>\r\n\u2462 \u201c\uad50\ud68c\u201d\ub294 \u201c\uc11c\ube44\uc2a4\u201d\uc758 \ub0b4\uc6a9, \uc774\uc6a9\ubc29\ubc95, \uc774\uc6a9\uc2dc\uac04\uc5d0 \ub300\ud558\uc5ec \ubcc0\uacbd\uc774 \uc788\ub294 \uacbd\uc6b0\uc5d0\ub294 \ubcc0\uacbd\uc0ac\uc720, \ubcc0\uacbd\ub420 \uc11c\ube44\uc2a4\uc758 \ub0b4\uc6a9 \ubc0f \uc81c\uacf5\uc77c\uc790 \ub4f1\uc740 \uadf8 \ubcc0\uacbd \uc804\uc5d0 \ud574\ub2f9 \uc11c\ube44\uc2a4 \ucd08\uae30\ud654\uba74\uc5d0 \uac8c\uc2dc\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4.<br \/>\r\n\u2463 \u201c\uad50\ud68c\u201d\ub294 \ubb34\ub8cc\ub85c \uc81c\uacf5\ub418\ub294 \uc11c\ube44\uc2a4\uc758 \uc77c\ubd80 \ub610\ub294 \uc804\ubd80\ub97c \u201c\uad50\ud68c\u201d\uc758 \uc815\ucc45 \ubc0f \uc6b4\uc601\uc758 \ud544\uc694\uc0c1 \uc218\uc815, \uc911\ub2e8, \ubcc0\uacbd\ud560 \uc218 \uc788\uc73c\uba70, \uc774\uc5d0 \ub300\ud558\uc5ec \uad00\ub828\ubc95\uc5d0 \ud2b9\ubcc4\ud55c \uaddc\uc815\uc774 \uc5c6\ub294 \ud55c \u201c\ud68c\uc6d0\u201d\uc5d0\uac8c \ubcc4\ub3c4\uc758 \ubcf4\uc0c1\uc744 \ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 12 \uc870 (\uc815\ubcf4\uc758 \uc81c\uacf5) <br \/>\r\n\u2460 \u201c\uad50\ud68c\u201d\ub294 \u201c\ud68c\uc6d0\u201d\uc774 \u201c\uc11c\ube44\uc2a4\u201d \uc774\uc6a9 \uc911 \ud544\uc694\ud558\ub2e4\uace0 \uc778\uc815\ub418\ub294 \ub2e4\uc591\ud55c \uc815\ubcf4\ub97c \uacf5\uc9c0\uc0ac\ud56d\uc774\ub098 \uc804\uc790\uc6b0\ud3b8 \ub4f1\uc758 \ubc29\ubc95\uc73c\ub85c \u201c\ud68c\uc6d0\u201d\uc5d0\uac8c \uc81c\uacf5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\ub9cc, \u201c\ud68c\uc6d0\u201d\uc740 \uad00\ub828\ubc95\uc5d0 \ub530\ub978 \uac70\ub798\uad00\ub828 \uc815\ubcf4 \ubc0f \uace0\uac1d\ubb38\uc758 \ub4f1\uc5d0 \ub300\ud55c \ub2f5\ubcc0 \ub4f1\uc744 \uc81c\uc678\ud558\uace0\ub294 \uc5b8\uc81c\ub4e0\uc9c0 \uc804\uc790\uc6b0\ud3b8\uc5d0 \ub300\ud574\uc11c \uc218\uc2e0 \uac70\uc808\uc744 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n\u2461 \u201c\uc774\uc6a9\uc790(\ud68c\uc6d0,\ube44\ud68c\uc6d0 \ud3ec\ud568)\u201d\ub294 \u201c\uad50\ud68c\u201d\uac00 \uc81c\uacf5\ud558\ub294 \uc11c\ube44\uc2a4\uc640 \uad00\ub828\ud558\uc5ec \uac8c\uc2dc\ubb3c \ub610\ub294 \uae30\ud0c0 \uc815\ubcf4\ub97c \ubcc0\uacbd, \uc218\uc815, \uc81c\ud55c\ud558\ub294 \ub4f1\uc758 \uc870\uce58\ub97c \ucde8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 13 \uc870 (\uad8c\ub9ac\uc758 \uadc0\uc18d \ubc0f \uc800\uc791\ubb3c\uc758 \uc774\uc6a9) <br \/>\r\n\u2460 \u201c\ud68c\uc6d0\u201d\uc774 \u201c\uc11c\ube44\uc2a4\u201d \ub0b4\uc5d0 \uac8c\uc2dc\ud55c \uac8c\uc2dc\ubb3c \ub4f1(\uc774\ud558 \u201c\uac8c\uc2dc\ubb3c\u201d\uc774\ub77c \ud569\ub2c8\ub2e4.)\uc758 \uc800\uc791\uad8c\uc740 \ud574\ub2f9 \uac8c\uc2dc\ubb3c\uc758 \uc800\uc791\uad8c\uc790\uc5d0\uac8c \uadc0\uc18d\ub429\ub2c8\ub2e4.<br \/>\r\n\u2461 \uac8c\uc2dc\ubb3c\uc740 \uac80\uc0c9\uacb0\uacfc \ub0b4\uc9c0 \uc11c\ube44\uc2a4 \ub4f1\uc5d0 \ub178\ucd9c\ub420 \uc218 \uc788\uc73c\uba70, \ud574\ub2f9 \ub178\ucd9c\uc744 \uc704\ud574 \ud544\uc694\ud55c \ubc94\uc704 \ub0b4\uc5d0\uc11c\ub294 \uc77c\ubd80 \uc218\uc815, \ubcf5\uc81c, \ud3b8\uc9d1\ub418\uc5b4 \uac8c\uc2dc\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uacbd\uc6b0, \u201c\uad50\ud68c\u201d\ub294 \uc800\uc791\uad8c\ubc95 \uaddc\uc815\uc744 \uc900\uc218\ud558\uba70, \u201c\ud68c\uc6d0\u201d\uc740 \uc5b8\uc81c\ub4e0\uc9c0 \uace0\uac1d\uc13c\ud130 \ub610\ub294 \uac01 \uc11c\ube44\uc2a4 \ub0b4 \uad00\ub9ac\uae30\ub2a5\uc744 \ud1b5\ud574 \uac8c\uc2dc\ubb3c \ub4f1\uc5d0 \ub300\ud574 \uc0ad\uc81c, \ube44\uacf5\uac1c \ub4f1\uc758 \uc870\uce58\ub97c \ucde8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n\u2462 \u201c\uad50\ud68c\u201d\ub294 \uc81c2\ud56d \uc774\uc678\uc758 \ubc29\ubc95\uc73c\ub85c \u201c\ud68c\uc6d0\u201d\uc758 \u201c\uac8c\uc2dc\ubb3c\u201d \ub4f1\uc744 \uc774\uc6a9\ud558\uace0\uc790 \ud558\ub294 \uacbd\uc6b0\uc5d0\ub294 \uc804\ud654, \ud329\uc2a4, \uc804\uc790\uc6b0\ud3b8 \ub4f1\uc744 \ud1b5\ud574 \uc0ac\uc804\uc5d0 \u201c\ud68c\uc6d0\u201d\uc758 \ub3d9\uc758\ub97c \uc5bb\uc2b5\ub2c8\ub2e4.<br \/>\r\n\u2463 \u201c\uc11c\ube44\uc2a4\u201d\uc5d0 \ub300\ud55c \uc800\uc791\uad8c \ubc0f \uc9c0\uc801\uc7ac\uc0b0\uad8c\uc740 \u201c\uad50\ud68c\u201d\uc5d0 \uadc0\uc18d\ub429\ub2c8\ub2e4. \ub2e8, \u201c\ud68c\uc6d0\u201d\uc758 \u201c\uac8c\uc2dc\ubb3c\u201d \ubc0f \uc81c\ud734\uacc4\uc57d\uc5d0 \ub530\ub77c \uc81c\uacf5\ub41c \uc800\uc791\ubb3c \ub4f1\uc740 \uc81c\uc678\ud569\ub2c8\ub2e4.<br \/>\r\n\u2464 \u201c\uad50\ud68c\u201d\ub294 \uc11c\ube44\uc2a4\uc640 \uad00\ub828\ud558\uc5ec \u201c\ud68c\uc6d0\u201d\uc5d0\uac8c \u201c\uad50\ud68c\u201d\uac00 \uc815\ud55c \uc774\uc6a9\uc870\uac74\uc5d0 \ub530\ub77c \uacc4\uc815, \u201c\uc544\uc774\ub514\u201d, \u201c\ucee8\ud150\ud2b8\u201d \ub4f1\uc744 \uc774\uc6a9\ud560 \uc218 \uc788\ub294 \uc774\uc6a9\uad8c\ub9cc\uc744 \ubd80\uc5ec\ud558\uba70, \u201c\ud68c\uc6d0\u201d\uc740 \uc774\ub97c \uc591\ub3c4, \ud310\ub9e4, \ub2f4\ubcf4\uc81c\uacf5 \ub4f1\uc758 \ucc98\ubd84\ud589\uc704\ub97c \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 14 \uc870 (\uc774\uc6a9\uacc4\uc57d\uc758 \ud574\uc81c \ubc0f \ud574\uc9c0) <br \/>\r\n\u2460 \u201c\ud68c\uc6d0\u201d\uc740 \uc5b8\uc81c\ub4e0\uc9c0 \uace0\uac1d\uc13c\ud130 \ub610\ub294 \ud68c\uc6d0\uc815\ubcf4\uad00\ub9ac\uc5d0\uc11c \uc774\uc6a9\uacc4\uc57d \ud574\uc9c0 \uc2e0\uccad\uc744 \ud560 \uc218 \uc788\uc73c\uba70, \u201c\uad50\ud68c\u201d\ub294 \uad00\ub828\ubc95 \ub4f1\uc774 \uc815\ud558\ub294 \ubc14\uc5d0 \ub530\ub77c \uc774\ub97c \uc989\uc2dc \ucc98\ub9ac\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4.<br \/>\r\n\u2461 \u201c\ud68c\uc6d0\u201d\uc774 \uc81c10\uc870\uc758 \uaddc\uc815\uc744 \uc704\ubc18\ud55c \uacbd\uc6b0 \u201c\uad50\ud68c\u201d\ub294 \uc77c\ubc29\uc801\uc73c\ub85c \ubcf8 \uacc4\uc57d\uc744 \ud574\uc9c0\ud560 \uc218 \uc788\uace0, \uc774\ub85c \uc778\ud558\uc5ec \uc11c\ube44\uc2a4 \uc6b4\uc601\uc5d0 \uc190\ud574\uac00 \ubc1c\uc0dd\ud55c \uacbd\uc6b0 \uc774\uc5d0 \ub300\ud55c \ubbfc\u2219\ud615\uc0ac\uc0c1 \ucc45\uc784\ub3c4 \ubb3c\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n\u2462 \u201c\ud68c\uc6d0\u201d\uc774 \uacc4\uc57d\uc744 \ud574\uc9c0\ud560 \uacbd\uc6b0, \uad00\ub828\ubc95 \ubc0f \uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68\uc5d0 \ub530\ub77c \u201c\uad50\ud68c\u201d\uac00 \ud68c\uc6d0\uc815\ubcf4\ub97c \ubcf4\uc720\ud558\ub294 \uacbd\uc6b0\ub97c \uc81c\uc678\ud558\uace0\ub294 \ud574\uc9c0 \uc989\uc2dc \u201c\ud68c\uc6d0\u201d\uc758 \ubaa8\ub4e0 \ub370\uc774\ud130\ub294 \uc18c\uba78\ub429\ub2c8\ub2e4.<br \/>\r\n\u2463 \u201c\ud68c\uc6d0\u201d\uc774 \uacc4\uc57d\uc744 \ud574\uc9c0\ud558\ub294 \uacbd\uc6b0, \u201c\ud68c\uc6d0\u201d\uc774 \uc791\uc131\ud55c \u201c\uac8c\uc2dc\ubb3c\u201d\uc911 \ud0c0\uc778\uc5d0 \uc758\ud574 \ub2f4\uae30, \uc2a4\ud06c\ub7a9 \ub4f1\uc774 \ub418\uc5b4 \uc7ac\uac8c\uc2dc\ub418\uac70\ub098, \uacf5\uc6a9\uac8c\uc2dc\ud310\uc5d0 \ub4f1\ub85d\ub41c \u201c\uac8c\uc2dc\ubb3c\u201d \ub4f1\uc740 \uc0ad\uc81c\ub418\uc9c0 \uc54a\uc73c\ub2c8 \uc0ac\uc804\uc5d0 \uc0ad\uc81c \ud6c4 \ud0c8\ud1f4\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 15 \uc870 (\uba74\ucc45) <br \/>\r\n\u2460 \u201c\uad50\ud68c\u201d\ub294 \ucc9c\uc7ac\uc9c0\ubcc0 \ub610\ub294 \uc774\uc5d0 \uc900\ud558\ub294 \ubd88\uac00\ud56d\ub825\uc73c\ub85c \uc778\ud558\uc5ec \u201c\uc11c\ube44\uc2a4\u201d\ub97c \uc81c\uacf5\ud560 \uc218 \uc5c6\ub294 \uacbd\uc6b0\uc5d0\ub294 \u201c\uc11c\ube44\uc2a4\u201d \uc81c\uacf5\uc5d0 \uad00\ud55c \ucc45\uc784\uc774 \uba74\uc81c\ub429\ub2c8\ub2e4<br \/>\r\n\u2461 \u201c\uad50\ud68c\u201d\ub294 \u201c\ud68c\uc6d0\u201d\uc758 \uadc0\ucc45\uc0ac\uc720\ub85c \uc778\ud55c \u201c\uc11c\ube44\uc2a4\u201d \uc774\uc6a9\uc758 \uc7a5\uc560\uc5d0 \ub300\ud558\uc5ec\ub294 \ucc45\uc784\uc744 \uc9c0\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<br \/>\r\n\u2462 \u201c\uad50\ud68c\u201d\ub294 \u201c\ud68c\uc6d0\u201d\uc774 \u201c\uc11c\ube44\uc2a4\u201d\uc640 \uad00\ub828\ud558\uc5ec \uac8c\uc7ac\ud55c \uc815\ubcf4, \uc790\ub8cc, \uc0ac\uc2e4\uc758 \uc2e0\ub8b0\ub3c4, \uc815\ud655\uc131 \ub4f1\uc758 \ub0b4\uc6a9\uc5d0 \uad00\ud558\uc5ec\ub294 \ucc45\uc784\uc744 \uc9c0\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<br \/>\r\n\u2463 \u201c\uad50\ud68c\u201d\ub294 \u201c\ud68c\uc6d0\u201d\uac04 \ub610\ub294 \u201c\ud68c\uc6d0\u201d\uacfc \uc81c3\uc790 \uc0c1\ud638\uac04\uc5d0 \u201c\uc11c\ube44\uc2a4\u201d\ub97c \ub9e4\uac1c\ub85c \ud558\uc5ec \uac70\ub798 \ub4f1\uc744 \ud55c \uacbd\uc6b0\uc5d0\ub294 \ucc45\uc784\uc744 \uba74\uc81c\ub429\ub2c8\ub2e4.<br \/>\r\n\u2464 \u201c\uad50\ud68c\u201d\ub294 \ubb34\ub8cc\ub85c \uc81c\uacf5\ub418\ub294 \uc11c\ube44\uc2a4 \uc774\uc6a9\uacfc \uad00\ub828\ud558\uc5ec \uad00\ub828\ubc95\uc5d0 \uaddc\uc815\uc774 \uc5c6\ub294 \ud55c \ucc45\uc784\uc744 \uc9c0\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 16 \uc870 (\uc900\uac70\ubc95 \ubc0f \uc7ac\ud310\uad00\ud560)<br \/>\r\n\u2460 \u201c\uad50\ud68c\u201d\uc640 \u201c\ud68c\uc6d0\u201d \uac04 \uc81c\uae30\ub41c \uc18c\uc1a1\uc740 \ub300\ud55c\ubbfc\uad6d\ubc95\uc744 \uc900\uac70\ubc95\uc73c\ub85c \ud569\ub2c8\ub2e4.<br \/>\r\n\u2461 \u201c\uad50\ud68c\u201d\uc640 \u201c\ud68c\uc6d0\u201d \uac04 \ubc1c\uc0dd\ud55c \ubd84\uc7c1\uc5d0 \uad00\ud55c \uc18c\uc1a1\uc740 \ubbfc\uc0ac\uc18c\uc1a1\ubc95 \uc0c1\uc758 \uc8fc\uc18c\uc9c0\ub97c \uad00\ud560\ud558\ub294 \ubc95\uc6d0\uc744 \ud569\uc758 \uad00\ud560\ub85c \ud569\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n\uc81c 17 \uc870 (\uaddc\uc815\uc758 \uc900\uc6a9)<br \/>\r\n\ubcf8 \uc57d\uad00\uc5d0 \uba85\uc2dc\ub418\uc9c0 \uc54a\uc740 \uc0ac\ud56d\uc5d0 \ub300\ud574\uc11c\ub294 \uad00\ub828\ubc95\ub839\uc5d0 \uc758\ud558\uace0, \ubc95\uc5d0 \uba85\uc2dc\ub418\uc9c0 \uc54a\uc740 \ubd80\ubd84\uc5d0 \ub300\ud558\uc5ec\ub294 \uad00\uc2b5\uc5d0 \uc758\ud569\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n\ubd80 \uce59<br \/>\r\n\u2460 \uc774 \uc57d\uad00\uc740 2016\ub144 8\uc6d4 10\uc77c\ubd80\ud130 \uc801\uc6a9\ub429\ub2c8\ub2e4.<\/div>\n\t\t<span class='meg'><label><input type=\"checkbox\" name=\"agree_check1\" id=\"agree_check1\" value=\"1\" onclick=\"if(this.checked == true){jQuery('#error_agree1').empty().hide();}\" \/> \uc774\uc6a9\uc57d\uad00\uc5d0 \ub3d9\uc758\ud569\ub2c8\ub2e4.<\/label><\/span>\n\t\t<span id=\"error_agree1\" class=\"open_alert\"><\/span>\n\t<\/div>\n\t<div class=\"form-element\">\n\t\t<label><strong>\uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68<\/strong><\/label>\n\t\t<div class=\"agree1\">[\uac1c\uc778\uc815\ubcf4 \ucde8\uae09\ubc29\uce68]<br \/>\r\n<br \/>\r\n\ucc3d\uc6d0\uc18c\uba85\uad50\ud68c \ud648\ud398\uc774\uc9c0(\uc774\ud558 \u201c\uad50\ud68c\u201d\ub77c \ud568)\ub294 \ud1b5\uc2e0\ube44\ubc00\ubcf4\ud638\ubc95, \uc804\uae30\ud1b5\uc2e0\uc0ac\uc5c5\ubc95, \uc815\ubcf4\ud1b5\uc2e0\ub9dd \uc774\uc6a9\ucd09\uc9c4 \ubc0f \uc815\ubcf4\ubcf4\ud638 \ub4f1\uc5d0 \uad00\ud55c \ubc95\ub960 \ub4f1 \uc815\ubcf4\ud1b5\uc2e0\uc11c\ube44\uc2a4 \uc81c\uacf5\uc790\uac00 \uc900\uc218\ud558\uc5ec\uc57c \ud560 \uad00\ub828 \ubc95\ub839\uc0c1\uc758 \uac1c\uc778\uc815\ubcf4\ubcf4\ud638 \uaddc\uc815\uc744 \uc900\uc218\ud558\uba70, \uad00\ub828 \ubc95\ub839\uc5d0 \uc758\uac70\ud55c \uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68\uc744 \uc815\ud558\uc5ec \uc774\uc6a9\uc790 \uad8c\uc775 \ubcf4\ud638\uc5d0 \ucd5c\uc120\uc744 \ub2e4\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n\u201c\uad50\ud68c\u201d\uc758 \uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68\uc740 \ub2e4\uc74c\uacfc \uac19\uc740 \ub0b4\uc6a9\uc744 \ub2f4\uace0 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<br \/>\r\n<br \/>\r\n<br \/>\r\n1. \uc218\uc9d1\ud558\ub294 \uac1c\uc778\uc815\ubcf4\uc758 \ud56d\ubaa9 \ubc0f \uc218\uc9d1\ubc29\ubc95<br \/>\r\n<br \/>\r\n2. \uac1c\uc778\uc815\ubcf4\uc758 \uc218\uc9d1 \ubc0f \uc774\uc6a9\ubaa9\uc801<br \/>\r\n<br \/>\r\n3. \uac1c\uc778\uc815\ubcf4 \uacf5\uc720 \ubc0f \uc81c3\uc790 \uc81c\uacf5<br \/>\r\n<br \/>\r\n4. \uac1c\uc778\uc815\ubcf4\uc758 \ucde8\uae09\uc704\ud0c1<br \/>\r\n<br \/>\r\n5. \uac1c\uc778\uc815\ubcf4\uc758 \ubcf4\uc720 \ubc0f \uc774\uc6a9\uae30\uac04<br \/>\r\n<br \/>\r\n6. \uac1c\uc778\uc815\ubcf4 \ud30c\uae30\uc808\ucc28 \ubc0f \ubc29\ubc95<br \/>\r\n<br \/>\r\n7. \uc774\uc6a9\uc790 \ubc0f \ubc95\uc815\ub300\ub9ac\uc778\uc758 \uad8c\ub9ac\uc640 \uadf8 \ud589\uc0ac\ubc29\ubc95<br \/>\r\n<br \/>\r\n8. \uac1c\uc778\uc815\ubcf4 \uc790\ub3d9 \uc218\uc9d1 \uc7a5\uce58\uc758 \uc124\uce58\/\uc6b4\uc601 \ubc0f \uac70\ubd80\uc5d0 \uad00\ud55c \uc0ac\ud56d<br \/>\r\n<br \/>\r\n9. \uac1c\uc778\uc815\ubcf4\uc758 \uae30\uc220\uc801\/\uad00\ub9ac\uc801 \ubcf4\ud638 \ub300\ucc45<br \/>\r\n<br \/>\r\n10. \uac1c\uc778\uc815\ubcf4\uad00\ub9ac\ucc45\uc784\uc790 \ubc0f \ub2f4\ub2f9\uc790\uc758 \uc5f0\ub77d\ucc98<br \/>\r\n<br \/>\r\n11. \uae30\ud0c0<br \/>\r\n<br \/>\r\n12. \uace0\uc9c0\uc758 \uc758\ubb34<br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n1. \uc218\uc9d1\ud558\ub294 \uac1c\uc778\uc815\ubcf4\uc758 \ud56d\ubaa9 \ubc0f \uc218\uc9d1\ubc29\ubc95<br \/>\r\n<br \/>\r\n1.1 \uc218\uc9d1\ud558\ub294 \uac1c\uc778\uc815\ubcf4\uc758 \ud56d\ubaa9<br \/>\r\n<br \/>\r\n\u2460 \u201c\uad50\ud68c\u201d\ub294 \ud68c\uc6d0\uac00\uc785, \uc6d0\ud65c\ud55c \uace0\uac1d\uc0c1\ub2f4, \uac01\uc885 \uc11c\ube44\uc2a4 \ub4f1 \uae30\ubcf8\uc801\uc778 \uc11c\ube44\uc2a4 \uc81c\uacf5\uc744 \uc704\ud574 \uc544\ub798\uc640 \uac19\uc740 \uac1c\uc778\uc815\ubcf4\ub97c \uc218\uc9d1\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n<\ub0b4\uad6d\uc778 \ud68c\uc6d0\uac00\uc785><br \/>\r\n<br \/>\r\n- \ud544\uc218\ud56d\ubaa9 : \uc9c1\ubd84, \ucd9c\uc11d\uad50\ud68c, \uc544\uc774\ub514, \ube44\ubc00\ubc88\ud638, \uc774\ub984, \uc0dd\ub144\uc6d4\uc77c, \uc131\ubcc4, \uc804\ud654\ubc88\ud638, \uc774\uba54\uc77c, \uba54\uc77c\ub9c1 \uc218\uc2e0\uc5ec\ubd80(\ub9cc 14\uc138 \ubbf8\ub9cc\uc778 \uacbd\uc6b0 \ubc95\uc815\ub300\ub9ac\uc778 \uc815\ubcf4)<br \/>\r\n<br \/>\r\n<\ud55c\uad6d\uc5b4\uc0ac\uc6a9 \uc678\uad6d\uc778 \ud68c\uc6d0\uac00\uc785><br \/>\r\n<br \/>\r\n- \ud544\uc218\ud56d\ubaa9 : \uc9c1\ubd84, \ucd9c\uc11d\uad50\ud68c, \uc544\uc774\ub514, \ube44\ubc00\ubc88\ud638, \uc774\ub984, \uc0dd\ub144\uc6d4\uc77c, \uc131\ubcc4, \uc804\ud654\ubc88\ud638, \uc774\uba54\uc77c, \uba54\uc77c\ub9c1 \uc218\uc2e0\uc5ec\ubd80, \uac70\uc8fc\uc9c0\uad6c\ubd84(\uad6d\ub0b4,\uad6d\uc678)(\ub9cc 14\uc138 \ubbf8\ub9cc\uc778 \uacbd\uc6b0 \ubc95\uc815\ub300\ub9ac\uc778 \uc815\ubcf4)<br \/>\r\n<br \/>\r\n<\ud55c\uad6d\uc5b4\uc0ac\uc6a9\ubd88\uac00 \uc678\uad6d\uc778 \ud68c\uc6d0\uac00\uc785><br \/>\r\n<br \/>\r\n- \ud544\uc218\ud56d\ubaa9 : \uc9c1\ubd84, \uc544\uc774\ub514, \ube44\ubc00\ubc88\ud638, \uc774\ub984, \uc0dd\ub144\uc6d4\uc77c, \uc131\ubcc4, \uc804\ud654\ubc88\ud638, \uad6d\uac00, \uc774\uba54\uc77c<br \/>\r\n<br \/>\r\n\u2461 \uc11c\ube44\uc2a4 \uc774\uc6a9\uacfc\uc815\uc5d0\uc11c \uc544\ub798\uc640 \uac19\uc740 \uc815\ubcf4\ub4e4\uc774 \uc790\ub3d9\uc73c\ub85c \uc0dd\uc131\ub418\uc5b4 \uc218\uc9d1\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n- IP address, \ucfe0\ud0a4, \ubc29\ubb38\uc77c\uc2dc, \uc11c\ube44\uc2a4 \uc774\uc6a9\uae30\ub85d<br \/>\r\n<br \/>\r\n\u2462 \ubd80\uac00 \uc11c\ube44\uc2a4 \uc774\ubca4\ud2b8 \uc751\ubaa8\uacfc\uc815\uc5d0\uc11c \ud574\ub2f9 \uc11c\ube44\uc2a4\uc758 \uc774\uc6a9\uc790\uc5d0 \ud55c\ud574 \uc544\ub798\uc640 \uac19\uc740 \uc815\ubcf4\ub4e4\uc774 \uc218\uc9d1\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n- \uc8fc\uc18c<br \/>\r\n<br \/>\r\n1.2 \uac1c\uc778\uc815\ubcf4 \uc218\uc9d1\ubc29\ubc95<br \/>\r\n<br \/>\r\n\ud648\ud398\uc774\uc9c0 \ud68c\uc6d0\uac00\uc785, \uc11c\ube44\uc2a4 \uc774\uc6a9, \uc774\ubca4\ud2b8 \uc751\ubaa8, \ud68c\uc6d0\uc815\ubcf4\uc218\uc815, \ud329\uc2a4<br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n2. \uac1c\uc778\uc815\ubcf4\uc758 \uc218\uc9d1 \ubc0f \uc774\uc6a9\ubaa9\uc801<br \/>\r\n<br \/>\r\n2.1 \uc11c\ube44\uc2a4 \uc81c\uacf5\uc5d0 \uad00\ud55c \uacc4\uc57d \uc774\ud589<br \/>\r\n<br \/>\r\n\ucee8\ud150\uce20 \uc81c\uacf5, \ud2b9\uc815 \ub9de\ucda4 \uc11c\ube44\uc2a4 \uc81c\uacf5, \ubcf8\uc778\uc778\uc99d, \ubb3c\ud488\ubc30\uc1a1<br \/>\r\n<br \/>\r\n2.2 \ud68c\uc6d0\uad00\ub9ac<br \/>\r\n<br \/>\r\n\ud68c\uc6d0\uc81c \uc11c\ube44\uc2a4 \uc774\uc6a9\uc5d0 \ub530\ub978 \ubcf8\uc778\ud655\uc778, \uac1c\uc778 \uc2dd\ubcc4, \ubd88\ub7c9\ud68c\uc6d0\uc758 \ubd80\uc815 \uc774\uc6a9 \ubc29\uc9c0\uc640 \ube44\uc778\uac00 \uc0ac\uc6a9 \ubc29\uc9c0, \uac00\uc785 \uc758\uc0ac \ud655\uc778, \uc5f0\ub839\ud655\uc778, \ub9cc14\uc138 \ubbf8\ub9cc \uc544\ub3d9 \uac1c\uc778\uc815\ubcf4 \uc218\uc9d1 \uc2dc \ubc95\uc815 \ub300\ub9ac\uc778 \ub3d9\uc758\uc5ec\ubd80 \ud655\uc778, \ubd88\ub9cc\ucc98\ub9ac \ub4f1 \ubbfc\uc6d0\ucc98\ub9ac, \uace0\uc9c0\uc0ac\ud56d \uc804\ub2ec<br \/>\r\n<br \/>\r\n2.3 \uc2e0\uaddc \uc11c\ube44\uc2a4 \uac1c\ubc1c \ubc0f \ub9c8\ucf00\ud305, \uad11\uace0\uc5d0 \ud65c\uc6a9<br \/>\r\n<br \/>\r\n\uc2e0\uaddc \uc11c\ube44\uc2a4 \uac1c\ubc1c \ubc0f \ub9de\ucda4 \uc11c\ube44\uc2a4 \uc81c\uacf5, \ud1b5\uacc4\ud559\uc801 \ud2b9\uc131\uc5d0 \ub530\ub978 \uc11c\ube44\uc2a4 \uc81c\uacf5 \ubc0f \uad11\uace0 \uac8c\uc7ac, \uc11c\ube44\uc2a4\uc758 \uc720\ud6a8\uc131 \ud655\uc778, \uc774\ubca4\ud2b8 \ubc0f \uad11\uace0\uc131 \uc815\ubcf4 \uc81c\uacf5 \ubc0f \ucc38\uc5ec\uae30\ud68c \uc81c\uacf5, \uc811\uc18d \ube48\ub3c4 \ud30c\uc545, \ud68c\uc6d0\uc758 \uc11c\ube44\uc2a4 \uc774\uc6a9\uc5d0 \ub300\ud55c \ud1b5\uacc4<br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n3. \uac1c\uc778\uc815\ubcf4 \uacf5\uc720 \ubc0f \uc81c3\uc790 \uc81c\uacf5<br \/>\r\n<br \/>\r\n3.1 \uac1c\uc778\uc815\ubcf4 \uacf5\uc720<br \/>\r\n<br \/>\r\n\u201c\uad50\ud68c\u201d\ub294 \uc774\uc6a9\uc790\ub4e4\uc758 \uac1c\uc778\uc815\ubcf4\ub97c \u201c2. \uac1c\uc778\uc815\ubcf4\uc758 \uc218\uc9d1 \ubc0f \uc774\uc6a9\ubaa9\uc801\u201d\uc5d0\uc11c \uace0\uc9c0\ud55c \ubc94\uc704\ub0b4\uc5d0\uc11c \uc0ac\uc6a9\ud558\uba70, \uc774\uc6a9\uc790\uc758 \uc0ac\uc804 \ub3d9\uc758 \uc5c6\uc774\ub294 \ub3d9 \ubc94\uc704\ub97c \ucd08\uacfc\ud558\uc5ec \uc774\uc6a9\ud558\uac70\ub098 \uc6d0\uce59\uc801\uc73c\ub85c \uac1c\uc778\uc815\ubcf4\ub97c \uc678\ubd80\uc5d0 \uacf5\uac1c\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub2e4\ub9cc, \uc544\ub798\uc758 \uacbd\uc6b0\uc5d0\ub294 \uc608\uc678\ub85c \ud569\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n- \uc774\uc6a9\uc790\ub4e4\uc774 \uc0ac\uc804\uc5d0 \uacf5\uac1c\uc5d0 \ub3d9\uc758\ud55c \uacbd\uc6b0(\uc2e4\uba85\ud655\uc778)<br \/>\r\n<br \/>\r\n- \ubc95\ub839\uc758 \uaddc\uc815\uc5d0 \uc758\uac70\ud558\uac70\ub098, \uc218\uc0ac \ubaa9\uc801\uc73c\ub85c \ubc95\ub839\uc5d0 \uc815\ud574\uc9c4 \uc808\ucc28\uc640 \ubc29\ubc95\uc5d0 \ub530\ub77c \uc218\uc0ac\uae30\uad00\uc758 \uc694\uad6c\uac00 \uc788\ub294 \uacbd\uc6b0<br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n4. \uac1c\uc778\uc815\ubcf4\uc758 \ucde8\uae09\uc704\ud0c1<br \/>\r\n<br \/>\r\n\u201c\uad50\ud68c\u201d\ub294 \uae30\ubcf8\uc801\uc73c\ub85c \uac1c\uc778\uc815\ubcf4\ub97c \ucde8\uae09 \uc704\ud0c1\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n5. \uac1c\uc778\uc815\ubcf4\uc758 \ubcf4\uc720 \ubc0f \uc774\uc6a9\uae30\uac04<br \/>\r\n<br \/>\r\n\u201c\uad50\ud68c\u201d\ub294 \ud68c\uc6d0\uac00\uc785\uc77c\ub85c\ubd80\ud130 \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\ub294 \uae30\uac04 \ub3d9\uc548\uc5d0 \ud55c\ud558\uc5ec \uc774\uc6a9\uc790\uc758 \uac1c\uc778\uc815\ubcf4\ub97c \ubcf4\uc720 \ubc0f \uc774\uc6a9\ud558\uac8c \ub429\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n\ud68c\uc6d0\ud0c8\ud1f4\ub97c \uc694\uccad\ud558\uac70\ub098 \uac1c\uc778\uc815\ubcf4\uc758 \uc218\uc9d1 \ubc0f \uc774\uc6a9\uc5d0 \ub300\ud55c \ub3d9\uc758\ub97c \ucca0\ud68c\ud558\ub294 \uacbd\uc6b0, \uc218\uc9d1 \ubc0f \uc774\uc6a9\ubaa9\uc801\uc774 \ub2ec\uc131\ub418\uc5c8\uac70\ub098 \ubcf4\uc720 \ubc0f \uc774\uc6a9\uae30\uac04\uc774 \uc885\ub8cc\ud55c \uacbd\uc6b0 \ud574\ub2f9 \uac1c\uc778\uc815\ubcf4\ub97c \uc9c0\uccb4 \uc5c6\uc774 \ud30c\uae30\ud569\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n\ub610\ud55c \uad00\uacc4\ubc95\ub839\uc758 \uaddc\uc815\uc5d0 \uc758\ud558\uc5ec \ubcf4\uc874\ud560 \ud544\uc694\uac00 \uc788\ub294 \uacbd\uc6b0 \u201c\uad50\ud68c\u201d\ub294 \uc544\ub798\uc640 \uac19\uc740 \uad00\uacc4\ubc95\ub839\uc5d0\uc11c \uc815\ud55c \uc77c\uc815\ud55c \uae30\uac04 \ub3d9\uc548 \ud68c\uc6d0\uc815\ubcf4\ub97c \ubcf4\uad00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n- \uacc4\uc57d \ub610\ub294 \uccad\uc57d\ucca0\ud68c \ub4f1\uc5d0 \uad00\ud55c \uae30\ub85d : 5\ub144(\uc804\uc790\uc0c1\uac70\ub798 \ub4f1\uc5d0\uc11c\uc758 \uc18c\ube44\uc790\ubcf4\ud638\uc5d0 \uad00\ud55c \ubc95\ub960)<br \/>\r\n<br \/>\r\n- \ub300\uae08\uacb0\uc81c \ubc0f \uc7ac\ud654 \ub4f1\uc758 \uacf5\uae09\uc5d0 \uad00\ud55c \uae30\ub85d : 5\ub144(\uc804\uc790\uc0c1\uac70\ub798 \ub4f1\uc5d0\uc11c\uc758 \uc18c\ube44\uc790\ubcf4\ud638\uc5d0 \uad00\ud55c \ubc95\ub960)<br \/>\r\n<br \/>\r\n- \uc18c\ube44\uc790\uc758 \ubd88\ub9cc \ub610\ub294 \ubd84\uc7c1\ucc98\ub9ac\uc5d0 \uad00\ud55c \uae30\ub85d : 3\ub144(\uc804\uc790\uc0c1\uac70\ub798 \ub4f1\uc5d0\uc11c\uc758 \uc18c\ube44\uc790\ubcf4\ud638\uc5d0 \uad00\ud55c \ubc95\ub960)<br \/>\r\n<br \/>\r\n- \ubcf8\uc778\ud655\uc778\uc5d0 \uad00\ud55c \uae30\ub85d : 6\uac1c\uc6d4(\uc815\ubcf4\ud1b5\uc2e0\ub9dd \uc774\uc6a9\ucd09\uc9c4 \ubc0f \uc815\ubcf4\ubcf4\ud638 \ub4f1\uc5d0 \uad00\ud55c \ubc95\ub960)<br \/>\r\n<br \/>\r\n- \uc6f9\uc0ac\uc774\ud2b8 \ubc29\ubb38\uae30\ub85d : 3\uac1c\uc6d4(\ud1b5\uc2e0\ube44\ubc00\ubcf4\ud638\ubc95)<br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n6. \uac1c\uc778\uc815\ubcf4 \ud30c\uae30\uc808\ucc28 \ubc0f \ubc29\ubc95<br \/>\r\n<br \/>\r\n\uc774\uc6a9\uc790\uc758 \uac1c\uc778\uc815\ubcf4\ub294 \uc6d0\uce59\uc801\uc73c\ub85c \uac1c\uc778\uc815\ubcf4\uc758 \uc218\uc9d1 \ubc0f \uc774\uc6a9\ubaa9\uc801\uc774 \ub2ec\uc131\ub418\uba74 \uc9c0\uccb4\uc5c6\uc774 \ud30c\uae30\ud569\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n\u201c\uad50\ud68c\u201d\uc758 \uac1c\uc778\uc815\ubcf4 \ud30c\uae30\uc808\ucc28 \ubc0f \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n6.1 \ud30c\uae30\uc808\ucc28<br \/>\r\n<br \/>\r\n- \uc774\uc6a9\uc790\uac00 \ud68c\uc6d0\uac00\uc785 \ub4f1\uc744 \uc704\ud574 \uc785\ub825\ud55c \uc815\ubcf4\ub294 \ubaa9\uc801\uc774 \ub2ec\uc131\ub41c \ud6c4 \ubcc4\ub3c4\uc758 DB\ub85c \uc62e\uaca8\uc838(\uc885\uc774\uc758 \uacbd\uc6b0 \ubcc4\ub3c4\uc758 \uc11c\ub958\ud568) \ub0b4\ubd80 \ubc29\uce68 \ubc0f \uae30\ud0c0 \uad00\ub828 \ubc95\ub839\uc5d0 \uc758\ud55c \uc815\ubcf4\ubcf4\ud638 \uc0ac\uc720\uc5d0 \ub530\ub77c(\ubcf4\uc720 \ubc0f \uc774\uc6a9\uae30\uac04 \ucc38\uc870)\uc77c\uc815 \uae30\uac04 \uc800\uc7a5\ub41c \ud6c4 \ud30c\uae30\ub429\ub2c8\ub2e4. <br \/>\r\n<br \/>\r\n- \ub3d9 \uac1c\uc778\uc815\ubcf4\ub294 \ubc95\ub960\uc5d0 \uc758\ud55c \uacbd\uc6b0\uac00 \uc544\ub2c8\uace0\uc11c\ub294 \ubcf4\uc720\ub418\ub294 \uc774\uc678\uc758 \ub2e4\ub978 \ubaa9\uc801\uc73c\ub85c \uc774\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. <br \/>\r\n<br \/>\r\n6.2 \ud30c\uae30\ubc29\ubc95<br \/>\r\n<br \/>\r\n- \uc885\uc774\uc5d0 \ucd9c\ub825\ub41c \uac1c\uc778\uc815\ubcf4\ub294 \ubd84\uc1c4\uae30\ub85c \ubd84\uc1c4\ud558\uac70\ub098 \uc18c\uac01\uc744 \ud1b5\ud558\uc5ec \ud30c\uae30\ud569\ub2c8\ub2e4. <br \/>\r\n<br \/>\r\n- \uc804\uc790\uc801 \ud30c\uc77c \ud615\ud0dc\ub85c \uc800\uc7a5\ub41c \uac1c\uc778\uc815\ubcf4\ub294 \uae30\ub85d\uc744 \uc7ac\uc0dd\ud560 \uc218 \uc5c6\ub294 \uae30\uc220\uc801 \ubc29\ubc95\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc0ad\uc81c\ud569\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n7. \uc774\uc6a9\uc790 \ubc0f \ubc95\uc815\ub300\ub9ac\uc778\uc758 \uad8c\ub9ac\uc640 \uadf8 \ud589\uc0ac\ubc29\ubc95<br \/>\r\n<br \/>\r\n- \uc774\uc6a9\uc790 \ubc0f \ubc95\uc815 \ub300\ub9ac\uc778\uc740 \uc5b8\uc81c\ub4e0\uc9c0 \ub4f1\ub85d\ub418\uc5b4 \uc788\ub294 \uc790\uc2e0 \ud639\uc740 \ub2f9\ud574 \ub9cc 14\uc138 \ubbf8\ub9cc \uc544\ub3d9\uc758 \uac1c\uc778\uc815\ubcf4\ub97c \uc870\ud68c\ud558\uac70\ub098 \uc218\uc815\ud560 \uc218 \uc788\uc73c\uba70 \uac00\uc785\ud574\uc9c0\ub97c \uc694\uccad\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. <br \/>\r\n<br \/>\r\n- \uc774\uc6a9\uc790 \ud639\uc740 \ub9cc 14\uc138 \ubbf8\ub9cc \uc544\ub3d9\uc758 \uac1c\uc778\uc815\ubcf4 \uc870\ud68c, \uc218\uc815\uc744 \uc704\ud574\uc11c\ub294 '\uac1c\uc778\uc815\ubcf4\ubcc0\uacbd'(\ub610\ub294 '\ud68c\uc6d0\uc815\ubcf4\uc218\uc815' \ub4f1)\uc744, \uac00\uc785\ud574\uc9c0(\ub3d9\uc758\ucca0\ud68c)\ub97c \uc704\ud574\uc11c\ub294 \"\ud68c\uc6d0\ud0c8\ud1f4\"\ub97c \ud074\ub9ad\ud558\uc5ec \ubcf8\uc778 \ud655\uc778 \uc808\ucc28\ub97c \uac70\uce58\uc2e0 \ud6c4 \uc9c1\uc811 \uc5f4\ub78c, \uc815\uc815 \ub610\ub294 \ud0c8\ud1f4\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4. <br \/>\r\n<br \/>\r\n- \ud639\uc740 \uac1c\uc778\uc815\ubcf4\uad00\ub9ac\ucc45\uc784\uc790\uc5d0\uac8c \uc11c\uba74, \uc804\ud654 \ub610\ub294 \uc774\uba54\uc77c\ub85c \uc5f0\ub77d\ud558\uc2dc\uba74 \uc9c0\uccb4 \uc5c6\uc774 \uc870\uce58\ud558\uaca0\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n- \uc774\uc6a9\uc790\uac00 \uac1c\uc778\uc815\ubcf4\uc758 \uc624\ub958\uc5d0 \ub300\ud55c \uc815\uc815\uc744 \uc694\uccad\ud558\uc2e0 \uacbd\uc6b0\uc5d0\ub294 \uc815\uc815\uc744 \uc644\ub8cc\ud558\uae30 \uc804\uae4c\uc9c0 \ub2f9\ud574 \uac1c\uc778\uc815\ubcf4\ub97c \uc774\uc6a9 \ub610\ub294 \uc81c\uacf5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub610\ud55c \uc798\ubabb\ub41c \uac1c\uc778\uc815\ubcf4\ub97c \uc81c3 \uc790\uc5d0\uac8c \uc774\ubbf8 \uc81c\uacf5\ud55c \uacbd\uc6b0\uc5d0\ub294 \uc815\uc815 \ucc98\ub9ac\uacb0\uacfc\ub97c \uc81c3\uc790\uc5d0\uac8c \uc9c0\uccb4 \uc5c6\uc774 \ud1b5\uc9c0\ud558\uc5ec \uc815\uc815\uc774 \uc774\ub8e8\uc5b4\uc9c0\ub3c4\ub85d \ud558\uaca0\uc2b5\ub2c8\ub2e4. <br \/>\r\n<br \/>\r\n- \u201c\uad50\ud68c\u201d\ub294 \uc774\uc6a9\uc790 \ud639\uc740 \ubc95\uc815 \ub300\ub9ac\uc778\uc758 \uc694\uccad\uc5d0 \uc758\ud574 \ud574\uc9c0 \ub610\ub294 \uc0ad\uc81c\ub41c \uac1c\uc778\uc815\ubcf4\ub294 \"5. \uac1c\uc778\uc815\ubcf4\uc758 \ubcf4\uc720 \ubc0f \uc774\uc6a9\uae30\uac04\"\uc5d0 \uba85\uc2dc\ub41c \ubc14\uc5d0 \ub530\ub77c \ucc98\ub9ac\ud558\uace0 \uadf8 \uc678\uc758 \uc6a9\ub3c4\ub85c \uc5f4\ub78c \ub610\ub294 \uc774\uc6a9\ud560 \uc218 \uc5c6\ub3c4\ub85d \ucc98\ub9ac\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n8. \uac1c\uc778\uc815\ubcf4 \uc790\ub3d9 \uc218\uc9d1 \uc7a5\uce58\uc758 \uc124\uce58\/\uc6b4\uc601 \ubc0f \uac70\ubd80\uc5d0 \uad00\ud55c \uc0ac\ud56d<br \/>\r\n<br \/>\r\n\u201c\uad50\ud68c\u201d\ub294 \uc774\uc6a9\uc790\uc5d0\uac8c \ud2b9\ud654\ub41c \ub9de\ucda4\uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uae30 \uc704\ud574\uc11c \uc774\uc6a9\uc790\ub4e4\uc758 \uc815\ubcf4\ub97c \uc800\uc7a5\ud558\uace0 \uc218\uc2dc\ub85c \ubd88\ub7ec\uc624\ub294 \u201c\ucfe0\ud0a4(cookie)\u201d\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \ucfe0\ud0a4\ub780 \uc6f9\uc0ac\uc774\ud2b8\ub97c \uc6b4\uc601\ud558\ub294\ub370 \uc774\uc6a9\ub418\ub294 \uc11c\ubc84\uac00 \uc774\uc6a9\uc790\uc758 \ube0c\ub77c\uc6b0\uc800\uc5d0\uac8c \ubcf4\ub0b4\ub294 \uc544\uc8fc \uc791\uc740 \ud14d\uc2a4\ud2b8 \ud30c\uc77c\ub85c \uc774\uc6a9\uc790 \ucef4\ud4e8\ud130\uc758 \ud558\ub4dc\ub514\uc2a4\ud06c\uc5d0 \uc800\uc7a5\ub429\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n8.1 \ucfe0\ud0a4 \uc0ac\uc6a9 \ubaa9\uc801<br \/>\r\n<br \/>\r\n\uc774\uc6a9\uc790\ub4e4\uc774 \ubc29\ubb38\ud55c \u201c\uad50\ud68c\u201d \uac01 \uc11c\ube44\uc2a4\uc640 \uc6f9 \uc0ac\uc774\ud2b8\ub4e4\uc5d0 \ub300\ud55c \ubc29\ubb38 \ubc0f \uc774\uc6a9\ud615\ud0dc, \uc778\uae30 \uac80\uc0c9\uc5b4, \uc774\uc6a9\uc790 \uaddc\ubaa8 \ub4f1\uc744 \ud30c\uc545\ud558\uc5ec \uc774\uc6a9\uc790\uc5d0\uac8c \ucd5c\uc801\ud654\ub41c \uc815\ubcf4 \uc81c\uacf5\uc744 \uc704\ud558\uc5ec \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n8.2 \ucfe0\ud0a4 \uc124\uce58 \uc6b4\uc601 \ubc0f \uac70\ubd80<br \/>\r\n<br \/>\r\n- \uc774\uc6a9\uc790\ub294 \ucfe0\ud0a4 \uc124\uce58\uc5d0 \ub300\ud55c \uc120\ud0dd\uad8c\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c, \uc774\uc6a9\uc790\ub294 \uc6f9\ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \uc635\uc158\uc744 \uc124\uc815\ud568\uc73c\ub85c\uc368 \ubaa8\ub4e0 \ucfe0\ud0a4\ub97c \ud5c8\uc6a9\ud558\uac70\ub098, \ucfe0\ud0a4\uac00 \uc800\uc7a5\ub420 \ub54c\ub9c8\ub2e4 \ud655\uc778\uc744 \uac70\uce58\uac70\ub098, \uc544\ub2c8\uba74 \ubaa8\ub4e0 \ucfe0\ud0a4\uc758 \uc800\uc7a5\uc744 \uac70\ubd80\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. <br \/>\r\n<br \/>\r\n- \ucfe0\ud0a4 \uc124\uc815\uc744 \uac70\ubd80\ud558\ub294 \ubc29\ubc95\uc73c\ub85c\ub294 \uc774\uc6a9\uc790\uac00 \uc0ac\uc6a9\ud558\ub294 \uc6f9 \ube0c\ub77c\uc6b0\uc800\uc758 \uc635\uc158\uc744 \uc120\ud0dd\ud568\uc73c\ub85c\uc368 \ubaa8\ub4e0 \ucfe0\ud0a4\ub97c \ud5c8\uc6a9\ud558\uac70\ub098 \ucfe0\ud0a4\ub97c \uc800\uc7a5\ud560 \ub54c\ub9c8\ub2e4 \ud655\uc778\uc744 \uac70\uce58\uac70\ub098, \ubaa8\ub4e0 \ucfe0\ud0a4\uc758 \uc800\uc7a5\uc744 \uac70\ubd80\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <br \/>\r\n<br \/>\r\n- \uc124\uc815\ubc29\ubc95 \uc608(\uc778\ud130\ub137 \uc775\uc2a4\ud50c\ub85c\uc5b4\uc758 \uacbd\uc6b0)<br \/>\r\n<br \/>\r\n\u2460 [\ub3c4\uad6c] \uba54\ub274\uc5d0\uc11c [\uc778\ud130\ub137 \uc635\uc158] \uc120\ud0dd<br \/>\r\n<br \/>\r\n\u2461 [\uac1c\uc778\uc815\ubcf4 \ud0ed] \ud074\ub9ad<br \/>\r\n<br \/>\r\n\u2462 [\uac1c\uc778\uc815\ubcf4\ucde8\uae09 \uc218\uc900] \uc124\uc815<br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n9. \uac1c\uc778\uc815\ubcf4\uc758 \uae30\uc220\uc801\/\uad00\ub9ac\uc801 \ubcf4\ud638 \ub300\ucc45<br \/>\r\n<br \/>\r\n\u201c\uad50\ud68c\u201d\ub294 \uc774\uc6a9\uc790\uc758 \uac1c\uc778\uc815\ubcf4\ub97c \ucde8\uae09\ud568\uc5d0 \uc788\uc5b4 \uac1c\uc778\uc815\ubcf4\uac00 \ubd84\uc2e4, \ub3c4\ub09c, \ub204\ucd9c, \ubcc0\uc870 \ub610\ub294 \ud6fc\uc190\ub418\uc9c0 \uc54a\ub3c4\ub85d \uc548\uc815\uc131 \ud655\ubcf4\ub97c \uc704\ud574 \ub2e4\uc74c\uacfc \uac19\uc740 \uae30\uc220\uc801\/\uad00\ub9ac\uc801 \ub300\ucc45\uc744 \uac15\uad6c\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n9.1 \uac1c\uc778\uc815\ubcf4 \uc554\ud638\ud654<br \/>\r\n<br \/>\r\n\uc774\uc6a9\uc790\uc758 \uac1c\uc778\uc815\ubcf4\ub294 \ube44\ubc00\ubc88\ud638\uc5d0 \uc758\ud574 \ubcf4\ud638\ub418\uba70, \uc911\uc694\ud55c \ub370\uc774\ud130\ub294 \ud30c\uc77c \ubc0f \uc804\uc1a1 \ub370\uc774\ud130\ub97c \uc554\ud638\ud654\ud558\uace0 \uc788\uc73c\uba70, \uac1c\uc778\uc815\ubcf4\uc758 \ud655\uc778 \ubc0f \ubcc0\uacbd\ub3c4 \ube44\ubc00\ubc88\ud638\ub97c \uc54c\uace0 \uc788\ub294 \ubcf8\uc778\uc5d0 \uc758\ud574\uc11c\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n9.2 \ud574\ud0b9 \ub4f1\uc5d0 \ub300\ube44\ud55c \ub300\ucc45<br \/>\r\n<br \/>\r\n\u201c\uad50\ud68c\u201d\ub294 \ud574\ud0b9\uc774\ub098 \ucef4\ud4e8\ud130 \ubc14\uc774\ub7ec\uc2a4 \ub4f1\uc5d0 \uc758\ud574 \ud68c\uc6d0\uc758 \uac1c\uc778\uc815\ubcf4\uac00 \uc720\ucd9c\ub418\uac70\ub098 \ud6fc\uc190\ub418\ub294 \uac83\uc744 \ub9c9\uae30 \uc704\ud574 \ucd5c\uc120\uc744 \ub2e4\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n\uac1c\uc778\uc815\ubcf4\uc758 \ud6fc\uc190\uc5d0 \ub300\ube44\ud558\uc5ec \uc790\ub8cc\ub97c \uc8fc\uae30\uc801\uc73c\ub85c \ubc31\uc5c5\ud558\uace0 \uc788\uc73c\uba70, \ucd5c\uc2e0 \ubc31\uc2e0 \ud504\ub85c\uadf8\ub7a8\uc744 \uc774\uc6a9\ud558\uc5ec \uc774\uc6a9\uc790\ub4e4\uc758 \uac1c\uc778\uc815\ubcf4\ub098 \uc790\ub8cc\uac00 \ub204\ucd9c\ub418\uac70\ub098 \uc190\uc0c1\ub418\uc9c0 \uc54a\ub3c4\ub85d \ubc29\uc9c0\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n\ub610\ud55c \uce68\uc785\ucc28\ub2e8\uc2dc\uc2a4\ud15c\uacfc \uce68\uc785\ubc29\uc9c0\uc2dc\uc2a4\ud15c\uc744 \uc774\uc6a9\ud558\uc5ec \uc678\ubd80\ub85c\ubd80\ud130\uc758 \ubb34\ub2e8 \uc811\uadfc\uc744 \ud1b5\uc81c\ud558\uace0 \uc788\uc73c\uba70, \uae30\ud0c0 \uc2dc\uc2a4\ud15c\uc801\uc73c\ub85c \ubcf4\uc548\uc131\uc744 \ud655\ubcf4\ud558\uae30 \uc704\ud55c \uac00\ub2a5\ud55c \ubaa8\ub4e0 \uae30\uc220\uc801 \uc7a5\uce58\ub97c \uac16\ucd94\ub824 \ub178\ub825\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n9.3 \uac1c\uc778\uc815\ubcf4\ucc98\ub9ac\uc2dc\uc2a4\ud15c \uc811\uadfc \uc81c\ud55c<br \/>\r\n<br \/>\r\n\u201c\uad50\ud68c\u201d\ub294 \uac1c\uc778\uc815\ubcf4\ub97c \ucc98\ub9ac\ud560 \uc218 \uc788\ub3c4\ub85d \uccb4\uacc4\uc801\uc73c\ub85c \uad6c\uc131\ud55c \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc2dc\uc2a4\ud15c\uc5d0 \ub300\ud55c \uc811\uadfc\uad8c\ud55c\uc758 \ubd80\uc5ec, \ubcc0\uacbd, \ub9d0\uc18c \ub4f1\uc5d0 \uad00\ud55c \uae30\uc900\uc744 \uc218\ub9bd\ud558\uace0 \ube44\ubc00\ubc88\ud638\uc758 \uc0dd\uc131 \ubc29\ubc95, \ubcc0\uacbd \uc8fc\uae30 \ub4f1\uc744 \uaddc\uc815 \uc6b4\uc601\ud558\uba70 \uae30\ud0c0 \uac1c\uc778\uc815\ubcf4\uc5d0 \ub300\ud55c \uc811\uadfc\ud1b5\uc81c\ub97c \uc704\ud574 \ud544\uc694\ud55c \uc870\uce58\ub97c \ub2e4\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n9.4 \uac1c\uc778\uc815\ubcf4 \ucde8\uae09 \uc9c1\uc6d0\uc758 \uad50\uc721<br \/>\r\n<br \/>\r\n\uac1c\uc778\uc815\ubcf4\uad00\ub828 \ucde8\uae09 \uc9c1\uc6d0\uc740 \ub2f4\ub2f9\uc790\uc5d0 \ud55c\uc815\uc2dc\ucf1c \ucd5c\uc18c\ud654\ud558\uace0 \uc0c8\ub85c\uc6b4 \ubcf4\uc548\uae30\uc220\uc758 \uc2b5\ub4dd \ubc0f \uac1c\uc778\uc815\ubcf4\ubcf4\ud638 \uc758\ubb34\uc5d0 \uc815\uae30\uc801\uc778 \uad50\uc721\uc744 \uc2e4\uc2dc\ud558\uba70 \ubcc4\ub3c4\uc758 \ube44\ubc00\ubc88\ud638\ub97c \ubd80\uc5ec\ud558\uc5ec \uc811\uadfc \uad8c\ud55c\uc744 \uad00\ub9ac\ud558\ub294 \ub4f1 \uad00\ub9ac\uc801 \ub300\ucc45\uc744 \uc2dc\ud589\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n10. \uac1c\uc778\uc815\ubcf4\uad00\ub9ac\ucc45\uc784\uc790 \ubc0f \ub2f4\ub2f9\uc790\uc758 \uc5f0\ub77d\ucc98<br \/>\r\n<br \/>\r\n\u201c\uad50\ud68c\ub294 \uac1c\uc778\uc815\ubcf4\ub97c \ubcf4\ud638\ud558\uace0 \uac1c\uc778\uc815\ubcf4\uc640 \uad00\ub828\ud55c \ubd88\ub9cc\uc744 \ucc98\ub9ac\ud558\uae30 \uc704\ud558\uc5ec \uac1c\uc778\uc815\ubcf4\uad00\ub9ac\ucc45\uc784\uc790\ub97c \uc9c0\uc815\ud558\uace0 \uc788\uc73c\uba70, \uc11c\ube44\uc2a4\ub97c \uc774\uc6a9\ud558\uc2dc\uba70 \ubc1c\uc0dd\ud558\ub294 \ubaa8\ub4e0 \uac1c\uc778\uc815\ubcf4\ubcf4\ud638 \uad00\ub828 \ubbfc\uc6d0\uc744 \uac1c\uc778\uc815\ubcf4\uad00\ub9ac\ucc45\uc784\uc790 \ud639\uc740 \ub2f4\ub2f9\ubd80\uc11c\ub85c \uc2e0\uace0\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n\uac1c\uc778\uc815\ubcf4 \uad00\ub9ac\ucc45\uc784\uc790<br \/>\r\n<br \/>\r\n- \uc131\uba85 : \ud558\ub9cc\uc885<br \/>\r\n<br \/>\r\n- \uc18c\uc18d : \ucc3d\uc6d0\uc18c\uba85\uad50\ud68c<br \/>\r\n<br \/>\r\n- \uc804\ud654 : 055-297-3927<br \/>\r\n<br \/>\r\n- \uba54\uc77c : hamang99@naver.com<br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n\uae30\ud0c0 \uac1c\uc778\uc815\ubcf4\uce68\ud574\uc5d0 \ub300\ud55c \uc2e0\uace0\ub098 \uc0c1\ub2f4\uc774 \ud544\uc694\ud558\uc2e0 \uacbd\uc6b0\uc5d0\ub294 \uc544\ub798 \uae30\uad00\uc5d0 \ubb38\uc758\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n- \uac1c\uc778\uc815\ubcf4\uce68\ud574\uc2e0\uace0\uc13c\ud130(\uad6d\ubc88\uc5c6\uc774 118)<br \/>\r\n<br \/>\r\n- \uc815\ubcf4\ubcf4\ud638\ub9c8\ud06c\uc778\uc99d\uc704\uc6d0\ud68c(02-580-0533~4)<br \/>\r\n<br \/>\r\n- \ub300\uac80\ucc30\uccad \uc778\ud130\ub137\ubc94\uc8c4\uc218\uc0ac\uc13c\ud130(02-3480-3600)<br \/>\r\n<br \/>\r\n- \uacbd\ucc30\uccad \uc0ac\uc774\ubc84\ud14c\ub7ec\ub300\uc751\uc13c\ud130(02-392-0330)<br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n11. \uae30\ud0c0<br \/>\r\n<br \/>\r\n\u201c\uad50\ud68c\u201d\uc5d0 \ub9c1\ud06c\ub418\uc5b4 \uc788\ub294 \uc6f9\uc0ac\uc774\ud2b8\ub4e4\uc774 \uac1c\uc778\uc815\ubcf4\ub97c \uc218\uc9d1\ud558\ub294 \ud589\uc704\uc5d0 \ub300\ud574\uc11c\ub294 \ubcf8 \u201c\uad50\ud68c \uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68\u201d\uc774 \uc801\uc6a9\ub418\uc9c0 \uc54a\uc74c\uc744 \uc54c\ub824 \ub4dc\ub9bd\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n <br \/>\r\n<br \/>\r\n12. \uace0\uc9c0\uc758 \uc758\ubb34<br \/>\r\n<br \/>\r\n\ud604 \uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68 \ub0b4\uc6a9 \ucd94\uac00, \uc0ad\uc81c \ubc0f \uc218\uc815\uc774 \uc788\uc744 \uc2dc\uc5d0\ub294 \uac1c\uc815 \ucd5c\uc18c 7\uc77c\uc804\ubd80\ud130 \ud648\ud398\uc774\uc9c0\uc758 \u2018\uacf5\uc9c0\uc0ac\ud56d\u2019\uc744 \ud1b5\ud574 \uace0\uc9c0\ud560 \uac83\uc785\ub2c8\ub2e4.<br \/>\r\n<br \/>\r\n- \uacf5\uace0\uc77c\uc790 : 2016\ub144 8\uc6d4 10\uc77c<br \/>\r\n<br \/>\r\n- \uc2dc\ud589\uc77c\uc790 : 2016\ub144 8\uc6d4 10\uc77c<\/div>\n\t\t<span class='meg'><label><input type=\"checkbox\" name=\"agree_check2\" id=\"agree_check2\" value=\"1\" onclick=\"if(this.checked == true){jQuery('#error_agree2').empty().hide();}\" \/> \uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68\uc5d0  \ub3d9\uc758\ud569\ub2c8\ub2e4.<\/label><\/span>\n\t\t<span id=\"error_agree2\" class=\"open_alert\"><\/span>\n\t<\/div>\n\t\t\t<div class=\"btn\">\n\t\t<a href=\"javascript:;\" onclick=\"write_check('http:\/\/www.csmch.org\/wp-content\/plugins\/BBSe_Membership\/proc\/join.exec.php');\" class='login_btn'>\ud68c\uc6d0\uac00\uc785<\/a>\n\t<\/div>\n\t<\/form>\n<\/div>\n<form method=\"post\" name=\"success_frm\" id=\"success_frm\">\n<input type=\"hidden\" name=\"success_mode\" id=\"success_mode\" value=\"join\" \/>\n<input type=\"hidden\" name=\"success_id\" id=\"success_id\" value=\"\" \/>\n<input type=\"hidden\" name=\"success_hp\" id=\"success_hp\" value=\"\" \/>\n<input type=\"hidden\" name=\"sms_send\" id=\"sms_send\" value=\"\" \/>\n<\/form><\/span><\/p>","protected":false},"excerpt":{"rendered":"<p>\u00a0<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"http:\/\/www.csmch.org\/index.php?rest_route=\/wp\/v2\/pages\/112"}],"collection":[{"href":"http:\/\/www.csmch.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.csmch.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.csmch.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.csmch.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=112"}],"version-history":[{"count":2,"href":"http:\/\/www.csmch.org\/index.php?rest_route=\/wp\/v2\/pages\/112\/revisions"}],"predecessor-version":[{"id":121,"href":"http:\/\/www.csmch.org\/index.php?rest_route=\/wp\/v2\/pages\/112\/revisions\/121"}],"wp:attachment":[{"href":"http:\/\/www.csmch.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}