{"id":8613,"date":"2024-10-26T14:20:21","date_gmt":"2024-10-26T14:20:21","guid":{"rendered":"https:\/\/invisible-character.org\/morse-code-translator\/"},"modified":"2026-04-14T14:35:48","modified_gmt":"2026-04-14T14:35:48","slug":"morse-code-translator","status":"publish","type":"page","link":"https:\/\/invisible-character.org\/ko\/morse-code-translator\/","title":{"rendered":"Morse Code Translator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8613\" class=\"elementor elementor-8613 elementor-2190\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6bd67d22 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"6bd67d22\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6036964a\" data-id=\"6036964a\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-130e70d1 elementor-widget elementor-widget-heading\" data-id=\"130e70d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">\ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d2f1275 elementor-widget elementor-widget-text-editor\" data-id=\"4d2f1275\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><b>\ubaa8\uc2a4 \ubd80\ud638\uc5d0\uc11c \uc601\uc5b4\ub85c | \uc601\uc5b4\uc5d0\uc11c \ubaa8\uc2a4 \ubd80\ud638\ub85c<\/b><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8548274 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"8548274\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-696abc4\" data-id=\"696abc4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ee3a944 elementor-widget elementor-widget-shortcode\" data-id=\"ee3a944\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div id=\"morse-code-translator\" class=\"translator-container\">\n        <!-- Title -->\n        <h2 class=\"translator-title\">\ubaa8\uc2a4 \ucf54\ub4dc \uc0dd\uc131\uae30<\/h2>\n\n        <!-- Translation Direction Selection -->\n        <div class=\"translator-direction\">\n            <label>\n                <input type=\"radio\" name=\"translation-direction\" value=\"to_morse\" checked>\n                \uc601\uc5b4 -> \ubaa8\uc2a4 \ucf54\ub4dc\n            <\/label>\n            <label>\n                <input type=\"radio\" name=\"translation-direction\" value=\"to_english\">\n                \ubaa8\uc2a4 \ucf54\ub4dc -> \uc601\uc5b4\n            <\/label>\n        <\/div>\n\n        <!-- Input Textarea -->\n        <textarea id=\"morse-input-text\" class=\"translator-input\" placeholder=\"\uc5ec\uae30\uc5d0 \ud14d\uc2a4\ud2b8 \uc785\ub825...\"><\/textarea>\n\n        <!-- Translate Button -->\n        <button id=\"morse-translate-button\" class=\"translator-button\">\ubc88\uc5ed<\/button>\n\n        <!-- Loader with blur effect and text -->\n        <div id=\"morse-loading-overlay\" class=\"loading-overlay\" style=\"display: none;\">\n            <div id=\"morse-loading-content\" class=\"loading-content\">\n                <div id=\"morse-loading-text\">\ubc88\uc5ed \uc911...<\/div>\n                <div id=\"morse-progress-bar\" class=\"progress-bar\"><\/div>\n                <div id=\"morse-progress-text\" class=\"progress-text\">0%<\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Translated Text -->\n        <div id=\"morse-translated-text\" class=\"translator-output\" style=\"display: none;\"><\/div>\n\n        <!-- Copy and Translate Again Buttons -->\n        <div class=\"translator-actions\" style=\"display: none;\">\n            <button id=\"morse-copy-button\" class=\"translator-button-secondary\">\ubcf5\uc0ac<\/button>\n            <button id=\"morse-translate-again-button\" class=\"translator-button-secondary\">\ub2e4\uc2dc \ubc88\uc5ed<\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ Check if there's stored data in sessionStorage\n            if (sessionStorage.getItem('morseInputText')) {\n                \/\/ Retrieve stored data\n                var inputText = sessionStorage.getItem('morseInputText');\n                var direction = sessionStorage.getItem('morseTranslationDirection');\n\n                \/\/ Clear stored data\n                sessionStorage.removeItem('morseInputText');\n                sessionStorage.removeItem('morseTranslationDirection');\n\n                \/\/ Set input field and radio buttons\n                document.getElementById('morse-input-text').value = inputText;\n                document.querySelector('input[name=\"translation-direction\"][value=\"' + direction + '\"]').checked = true;\n\n                \/\/ Trigger translation\n                performTranslation(inputText, direction);\n            }\n\n            function morseTranslateText() {\n                var inputText = document.getElementById('morse-input-text').value.trim();\n                if (inputText === '') {\n                    alert('\ubc88\uc5ed\ud560 \ud14d\uc2a4\ud2b8\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.');\n                    return;\n                }\n\n                var direction = document.querySelector('input[name=\"translation-direction\"]:checked').value;\n\n                \/\/ Store input and direction in sessionStorage\n                sessionStorage.setItem('morseInputText', inputText);\n                sessionStorage.setItem('morseTranslationDirection', direction);\n\n                \/\/ Show loading overlay and start progress bar\n                var loadingOverlay = document.getElementById('morse-loading-overlay');\n                var progressBar = document.getElementById('morse-progress-bar');\n                var progressText = document.getElementById('morse-progress-text');\n                var progress = 0;\n\n                loadingOverlay.style.display = 'flex';\n                progressBar.style.width = '0%';\n                progressText.innerHTML = '0%';\n\n                var interval = setInterval(function() {\n                    if (progress >= 100) {\n                        clearInterval(interval);\n                        \/\/ Refresh the page after progress reaches 100%\n                        window.location.reload();\n                    } else {\n                        progress++;\n                        progressBar.style.width = progress + '%';\n                        progressText.innerHTML = progress + '%';\n                    }\n                }, 50); \/\/ 50ms * 100 = 5000ms (5 seconds)\n            }\n\n            function performTranslation(inputText, direction) {\n                var loadingOverlay = document.getElementById('morse-loading-overlay');\n                var progressBar = document.getElementById('morse-progress-bar');\n                var progressText = document.getElementById('morse-progress-text');\n\n                \/\/ Hide loading overlay if it's visible\n                loadingOverlay.style.display = 'none';\n\n                var data = new FormData();\n                data.append('action', 'morse_code_translate');\n                data.append('text', inputText);\n                data.append('direction', direction);\n\n                fetch('https:\/\/invisible-character.org\/wp-admin\/admin-ajax.php', {\n                    method: 'POST',\n                    credentials: 'same-origin',\n                    body: data\n                })\n                .then(response => response.text())\n                .then(translatedText => {\n                    var translatedElement = document.getElementById('morse-translated-text');\n                    translatedElement.textContent = translatedText;\n                    translatedElement.style.display = 'block';\n                    document.querySelector('.translator-actions').style.display = 'block';\n                })\n                .catch(error => {\n                    console.error('Error:', error);\n                    alert('\ubc88\uc5ed \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.');\n                });\n            }\n\n            document.getElementById('morse-translate-button').addEventListener('click', morseTranslateText);\n\n            document.getElementById('morse-translate-again-button').addEventListener('click', function() {\n                document.getElementById('morse-input-text').value = '';\n                document.getElementById('morse-translated-text').style.display = 'none';\n                document.querySelector('.translator-actions').style.display = 'none';\n            });\n\n            document.getElementById('morse-copy-button').addEventListener('click', function() {\n                var translatedText = document.getElementById('morse-translated-text').textContent;\n                navigator.clipboard.writeText(translatedText).then(function() {\n                    alert('\ubc88\uc5ed\ub41c \ud14d\uc2a4\ud2b8\uac00 \ud074\ub9bd\ubcf4\ub4dc\uc5d0 \ubcf5\uc0ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4!');\n                });\n            });\n        });\n    <\/script>\n\n    <style>\n        \/* Existing CSS styles *\/\n        .translator-container {\n            text-align: center;\n            padding: 30px;\n            max-width: 700px;\n            margin: 40px auto;\n            background: #fefefe;\n            border-radius: 12px;\n            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);\n        }\n\n        .translator-title {\n            margin-bottom: 20px;\n            font-size: 28px;\n            color: #333;\n        }\n\n        .translator-direction {\n            margin-bottom: 15px;\n            font-size: 16px;\n        }\n\n        .translator-direction label {\n            margin-right: 15px;\n            cursor: pointer;\n        }\n\n        .translator-input {\n            width: 100%;\n            height: 120px;\n            padding: 15px;\n            margin-bottom: 15px;\n            font-size: 16px;\n            border: 1px solid #ccc;\n            border-radius: 6px;\n            resize: vertical;\n        }\n\n        .translator-button {\n            padding: 15px 40px;\n            background-color: #0073aa;\n            color: #fff;\n            border: none;\n            border-radius: 8px;\n            cursor: pointer;\n            font-size: 18px;\n            margin-bottom: 20px;\n            transition: background-color 0.3s ease;\n        }\n\n        .translator-button:hover {\n            background-color: #005e8a;\n        }\n\n        .translator-button-secondary {\n            padding: 12px 30px;\n            background-color: #4caf50;\n            color: #fff;\n            border: none;\n            border-radius: 8px;\n            cursor: pointer;\n            font-size: 16px;\n            margin-top: 15px;\n            margin-right: 10px;\n            display: inline-block;\n            transition: background-color 0.3s ease;\n        }\n\n        .translator-button-secondary:hover {\n            background-color: #45a049;\n        }\n\n        .translator-actions {\n            margin-top: 20px;\n        }\n\n        .loading-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.6);\n            z-index: 1000;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            backdrop-filter: blur(8px);\n        }\n\n        .loading-content {\n            text-align: center;\n            color: #fff;\n            font-family: Arial, sans-serif;\n        }\n\n        #morse-loading-text {\n            font-size: 26px;\n            font-weight: bold;\n            margin-bottom: 15px;\n        }\n\n        .progress-bar {\n            height: 22px;\n            background-color: #0073aa;\n            width: 0%;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);\n        }\n\n        .progress-text {\n            margin-top: 10px;\n            font-size: 18px;\n            font-weight: bold;\n            color: #fff;\n        }\n\n        .translator-output {\n            margin-top: 25px;\n            font-size: 20px;\n            color: #333;\n            font-family: 'Courier New', Courier, monospace;\n            word-wrap: break-word;\n            white-space: pre-wrap;\n            background: #f9f9f9;\n            padding: 15px;\n            border: 1px solid #ccc;\n            border-radius: 6px;\n        }\n\n        @media only screen and (max-width: 600px) {\n            .translator-container {\n                padding: 15px;\n            }\n\n            .translator-title {\n                font-size: 24px;\n            }\n\n            .translator-input {\n                height: 100px;\n            }\n\n            .translator-button,\n            .translator-button-secondary {\n                width: 100%;\n                padding: 12px;\n                font-size: 18px;\n            }\n\n            .translator-output {\n                font-size: 16px;\n            }\n\n            #morse-loading-text {\n                font-size: 22px;\n            }\n\n            .progress-bar {\n                height: 20px;\n            }\n        }\n    <\/style>\n\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-459d976 elementor-widget elementor-widget-text-editor\" data-id=\"459d976\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t    <div style=\"border: 1px solid #d0dce9; background-color: #f5f9ff; padding: 20px; border-radius: 8px; max-width: 700px; margin: 30px auto; font-family: Arial, sans-serif;\">\n        <div style=\"background-color: #ffffff; border: 1px solid #c3d4ec; font-size: 16px; font-weight: bold; padding: 8px 12px; text-align: center; margin-bottom: 20px; border-radius: 4px; color: #003479;\">\n            \ub2e4\ub978 \uc5b8\uc5b4        <\/div>\n        <div style=\"display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;\">\n        <div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">English &#8211; <a href=\"https:\/\/invisible-character.org\/\" style=\"color: #003479; text-decoration: underline;\">\uc601\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">Portugu\u00eas &#8211; <a href=\"https:\/\/invisible-character.org\/pt-br\/\" style=\"color: #003479; text-decoration: underline;\">\ube0c\ub77c\uc9c8 \ud3ec\ub974\ud22c\uac08\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">Indonesia &#8211; <a href=\"https:\/\/invisible-character.org\/id\/\" style=\"color: #003479; text-decoration: underline;\">\uc778\ub3c4\ub124\uc2dc\uc544\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">Fran\u00e7ais &#8211; <a href=\"https:\/\/invisible-character.org\/fr\/\" style=\"color: #003479; text-decoration: underline;\">\ubd88\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">Deutsch &#8211; <a href=\"https:\/\/invisible-character.org\/de\/\" style=\"color: #003479; text-decoration: underline;\">\ub3c5\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">\u0420\u0443\u0441\u0441\u043a\u0438\u0439 &#8211; <a href=\"https:\/\/invisible-character.org\/ru\/\" style=\"color: #003479; text-decoration: underline;\">\ub7ec\uc2dc\uc544\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">T\u00fcrk\u00e7e &#8211; <a href=\"https:\/\/invisible-character.org\/tr\/\" style=\"color: #003479; text-decoration: underline;\">\ud130\uc5b4\ud0a4\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">Espa\u00f1ol &#8211; <a href=\"https:\/\/invisible-character.org\/es\/\" style=\"color: #003479; text-decoration: underline;\">\uc2a4\ud398\uc778\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">\u7b80\u4f53\u4e2d\u6587 &#8211; <a href=\"https:\/\/invisible-character.org\/zh-hans\/\" style=\"color: #003479; text-decoration: underline;\">\uc911\uad6d\uc5b4 \uac04\uccb4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">Nederlands &#8211; <a href=\"https:\/\/invisible-character.org\/nl\/\" style=\"color: #003479; text-decoration: underline;\">\ud654\ub780\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">Polski &#8211; <a href=\"https:\/\/invisible-character.org\/pl\/\" style=\"color: #003479; text-decoration: underline;\">\ud3f4\ub780\ub4dc\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">\u65e5\u672c\u8a9e &#8211; <a href=\"https:\/\/invisible-character.org\/ja\/\" style=\"color: #003479; text-decoration: underline;\">\uc77c\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">\u0e44\u0e17\u0e22 &#8211; <a href=\"https:\/\/invisible-character.org\/th\/\" style=\"color: #003479; text-decoration: underline;\">\ud0dc\uad6d\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">\u0627\u0644\u0639\u0631\u0628\u064a\u0629 &#8211; <a href=\"https:\/\/invisible-character.org\/ar\/\" style=\"color: #003479; text-decoration: underline;\">\uc544\ub78d\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">Italiano &#8211; <a href=\"https:\/\/invisible-character.org\/it\/\" style=\"color: #003479; text-decoration: underline;\">\uc774\ud0dc\ub9ac\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430 &#8211; <a href=\"https:\/\/invisible-character.org\/uk\/\" style=\"color: #003479; text-decoration: underline;\">\uc6b0\ud06c\ub77c\uc774\ub098\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">Ti\u1ebfng Vi\u1ec7t &#8211; <a href=\"https:\/\/invisible-character.org\/vi\/\" style=\"color: #003479; text-decoration: underline;\">\ubca0\ud2b8\ub0a8\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">Rom\u00e2n\u0103 &#8211; <a href=\"https:\/\/invisible-character.org\/ro\/\" style=\"color: #003479; text-decoration: underline;\">\ub85c\ub9c8\ub2c8\uc544\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">\u010ce\u0161tina &#8211; <a href=\"https:\/\/invisible-character.org\/cs\/\" style=\"color: #003479; text-decoration: underline;\">\uccb4\ucf54\uc2ac\ub85c\ubc14\ud0a4\uc544\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">Suomi &#8211; <a href=\"https:\/\/invisible-character.org\/fi\/\" style=\"color: #003479; text-decoration: underline;\">\ud540\ub780\ub4dc\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">Norsk bokm\u00e5l &#8211; <a href=\"https:\/\/invisible-character.org\/no\/\" style=\"color: #003479; text-decoration: underline;\">\ub178\ub974\uc6e8\uc774 \ubcf4\ud06c\ub9d0\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac &#8211; <a href=\"https:\/\/invisible-character.org\/el\/\" style=\"color: #003479; text-decoration: underline;\">\uadf8\ub9ac\uc2a4\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">Svenska &#8211; <a href=\"https:\/\/invisible-character.org\/sv\/\" style=\"color: #003479; text-decoration: underline;\">\uc2a4\uc6e8\ub374\uc5b4<\/a><\/div><div style=\"background-color: #ffffff; border: 1px solid #d0dce9; padding: 6px 10px; font-size: 14px; border-radius: 5px; color: #333; white-space: nowrap;\">Magyar &#8211; <a href=\"https:\/\/invisible-character.org\/hu\/\" style=\"color: #003479; text-decoration: underline;\">\ud5dd\uac00\ub9ac\uc5b4<\/a><\/div>        <\/div>\n    <\/div>\n    \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-98c104e elementor-widget elementor-widget-text-editor\" data-id=\"98c104e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2><b>\ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub97c \uc5b4\ub5bb\uac8c \uc0ac\uc6a9\ud558\uc2dc\ub098\uc694?<\/b><\/h2><p><span style=\"font-weight: 400;\">\uc544\ub798\uc758 \uac04\ub2e8\ud55c \ub2e8\uacc4\uc5d0 \ub530\ub77c \ubaa8\uc2a4\ubd80\ud638 \ubcc0\ud658\uae30\ub97c \uc0ac\uc6a9\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p><ol><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\ud14d\uc2a4\ud2b8 \ub610\ub294 \ubaa8\uc2a4 \ubd80\ud638\ub97c \uc785\ub825\ud558\uc138\uc694.<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\ubaa8\uc2a4 \ubd80\ud638\ub97c \uc601\uc5b4\ub85c \ub610\ub294 \uc601\uc5b4\ub97c \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubcc0\ud658\ud558\ub294 \uc635\uc158\uc744 \uc120\ud0dd\ud558\uc138\uc694.<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\uadf8\ub7f0 \ub2e4\uc74c \ubc88\uc5ed\uc744 &#8220;\ud074\ub9ad&#8221;\ud558\uc138\uc694.<\/span><\/li><li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\uacb0\uacfc\uac00 \ucd9c\ub825 \ud544\ub4dc\uc5d0 \ud45c\uc2dc\ub429\ub2c8\ub2e4.<\/span><\/li><\/ol><p><span style=\"font-weight: 400;\">\ubc88\uc5ed\ub41c \ubaa8\uc2a4 \ubd80\ud638\ub97c \ubcf5\uc0ac\ud558\uc5ec \uc5b4\ub514\uc5d0\uc11c\ub098 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p><h2><b>\ubaa8\uc2a4\ubd80\ud638\ub294 \uc5b4\ub5bb\uac8c \uc791\ub3d9\ud558\ub098\uc694?<\/b><\/h2><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4 \ubd80\ud638\ub294 \ubb38\uc790\uc640 \uc22b\uc790\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\uc758 \uc6d0\ub9ac\ub294 \uc810\uacfc \uc120\uc73c\ub85c \uc774\ub8e8\uc5b4\uc9c4 \uae38\uace0 \uc9e7\uc740 \uc2e0\ud638\uc785\ub2c8\ub2e4.<\/span><\/p><p><span style=\"font-weight: 400;\">\ubbf8\uad6d \uacfc\ud559\uc790 SAMUEL\uc774 \ub3c4\uc785\ud55c \uc774 \ud604\uc0c1\uc740 \ube5b\uacfc \uc18c\ub9ac\ub97c \uc774\uc6a9\ud558\uc5ec \uc190\uc804\ub4f1, \ud074\ub9ad, \ub4dc\ub7fc \uc5f0\uc8fc\ub97c \ud1b5\ud574 \uc7a5\uac70\ub9ac \uba54\uc2dc\uc9c0\ub97c \uc804\uc1a1\ud558\ub294 \ub370 \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/span><\/p><p><span style=\"font-weight: 400;\">\uace0\uae09 AI \uae30\ubc18 \uc54c\uace0\ub9ac\uc998\uc740 \ubaa8\uc2a4 \ubd80\ud638 \ubc88\uc5ed\uae30\uc758 \uc2e0\ub8b0\uc131\uacfc \uc815\ud655\uc131\uc744 \ub354\uc6b1 \ub192\uc5ec\uc90d\ub2c8\ub2e4. \uc5ec\uae30\uc5d0\uc11c\ub294 \uba87 \ucd08 \uc548\uc5d0 \ubaa8\uc2a4 \ubd80\ud638\ub97c \uc601\uc5b4 \ub610\ub294 \uc601\uc5b4\uc5d0\uc11c \ubaa8\uc2a4 \ubd80\ud638\ub85c \ub514\ucf54\ub529\ud560 \uc218 \uc788\ub294 \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\uc758 \uac00\uc7a5 \ud5a5\uc0c1\ub41c \ubaa8\ub378\uc744 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p><h3><b>\uba54\uc2dc\uc9c0 \uc218\uc2e0<\/b><\/h3><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4\ubd80\ud638 \ubcc0\ud658\uae30\uc5d0\uc11c \uc0dd\uc131\ub41c \ubaa8\uc2a4 \ubd80\ud638\ub294 \ubb38\uc790\uc640 \uc22b\uc790\ub97c \ub098\ud0c0\ub0b4\ub294 \uc77c\ub828\uc758 \uc810(\uc9e7\uc740 \uc2e0\ud638)\uacfc \ub300\uc2dc(\uae34 \uc2e0\ud638)\ub97c \uc0ac\uc6a9\ud558\uc5ec \uba54\uc2dc\uc9c0\ub97c \uc804\uc1a1\ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc2e0\ud638\ub294 \uc18c\ub9ac, \ube5b \ub610\ub294 \uc804\ud30c\ub97c \ud1b5\ud574 \uc804\uc1a1\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc218\uc2e0\uae30\ub294 \uc810\uacfc \ub300\uc2dc\uc758 \uc21c\uc11c\ub97c \ud574\uc11d\ud558\uc5ec \uba54\uc2dc\uc9c0\ub97c \ub514\ucf54\ub529\ud569\ub2c8\ub2e4.<\/span><\/p><h3><b>\uc2e0\ud638 \ud45c\ud604:<\/b><\/h3><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub294 \uc810\uacfc \ub300\uc2dc\uc758 \uc870\ud569\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubb38\uc790\uc640 \uc22b\uc790\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. \uac01 \ubb38\uc790\ub294 \uace0\uc720\ud55c \ud328\ud134\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4 &#8220;A&#8221;\ub294 &#8220;._&#8221;\uc774\uace0 &#8220;B&#8221;\ub294 &#8220;_\u2026&#8221;\uc785\ub2c8\ub2e4. \uc774 \uc2dc\uc2a4\ud15c\uc740 \uc18c\ub9ac, \ube5b, \ubb34\uc120 \uc2e0\ud638\ub97c \ud1b5\ud574 \uc18c\ud1b5\ud560 \uc218 \uc788\ub3c4\ub85d \ud569\ub2c8\ub2e4.<\/span><\/p><h3><b>\uc2e0\ud638 \ub514\ucf54\ub529<\/b><\/h3><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4\ubd80\ud638 \ud574\ub3c5\uae30 \uc2e0\ud638 \ub514\ucf54\ub529\uc740 \uc810\uacfc \ub300\uc2dc\ub97c \ubb38\uc790\uc640 \uc22b\uc790\ub85c \ubcc0\ud658\ud558\ub294 \uacfc\uc815\uc785\ub2c8\ub2e4. \uac01 \ubb38\uc790\ub294 \uace0\uc720\ud55c \ud328\ud134\uc744 \uac00\uc9c0\uace0 \uc788\uc73c\uba70, \ubaa8\uc2a4 \ubd80\ud638 \ucc28\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc88\uc5ed\uc744 \ub3c4\uc6b8 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p><h2>\u00a0<\/h2><h2><b>\ud14d\uc2a4\ud2b8\ub97c \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubcc0\ud658\ud558\ub294 \uc778\ucf54\ub354<\/b><\/h2><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud14d\uc2a4\ud2b8\ub97c \uc628\ub77c\uc778\uc73c\ub85c \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubcc0\ud658\ud558\ub294 \uc808\ucc28\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4\ubd80\ud638 \ubcc0\ud658\uae30\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \uc785\ub825\ud558\uc138\uc694.<\/span><\/p><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed \ub3c4\uad6c\ub294 \uc810\uacfc \ub300\uc2dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \uac01 \ubb38\uc790\uc640 \uc22b\uc790\ub97c \ud574\ub2f9 \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubcc0\ud658\ud569\ub2c8\ub2e4.<\/span><\/p><p><span style=\"font-weight: 400;\">\uc0dd\uc131\ub41c \ubaa8\uc2a4 \ubd80\ud638\ub97c \ubcf5\uc0ac\ud558\uac70\ub098 \uc800\uc7a5\ud558\uc5ec \uc0ac\uc6a9\ud558\uc138\uc694!<\/span><\/p><p><span style=\"font-weight: 400;\">\uc608\uc2dc:<\/span><\/p><p><span style=\"font-weight: 400;\">\ub2e4\uc74c\uc740 \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubcc0\ud658\ub41c \uba87 \uac00\uc9c0 \ud14d\uc2a4\ud2b8 \uc608\uc2dc\uc785\ub2c8\ub2e4.<\/span><\/p><p><span style=\"font-weight: 400;\">\ud14d\uc2a4\ud2b8: &#8220;HELLO&#8221;<\/span><\/p><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4 \ubd80\ud638: \u2022\u2022\u2022\u2022 \u2022 \u2022\u2014\u2022 \u2022\u2014\u2022 \u2022\u2014<\/span><\/p><p><span style=\"font-weight: 400;\">\ud14d\uc2a4\ud2b8: &#8220;AUGUST&#8221;<\/span><\/p><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4 \ubd80\ud638: \u2022\u2014 \u2022- \u2014\u2022 \u2014\u2022 \u2022\u2022\u2022 \u2014\u2014<\/span><\/p><h2><b>\ubaa8\uc2a4 \ubd80\ud638 \ud14d\uc2a4\ud2b8 \ub514\ucf54\ub354<\/b><\/h2><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4\ubd80\ud638 \ud574\ub3c5\uae30\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc778\ucf54\ub529\ub41c \ubaa8\uc2a4 \ubd80\ud638\ub97c \uc27d\uac8c \ub514\ucf54\ub529\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\uc758 \uac04\ub2e8\ud55c \ub2e8\uacc4\ub97c \ub530\ub974\uc138\uc694.<\/span><\/p><p><span style=\"font-weight: 400;\">\uc810\uacfc \ub300\uc2dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub514\ucf54\ub354\uc5d0 \ucf54\ub4dc\ub97c \uc785\ub825\ud558\uc138\uc694.<\/span><\/p><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub294 \ubaa8\uc2a4 \ubd80\ud638\ub97c \ud574\ub2f9 \ubb38\uc790\uc640 \u200b\u200b\uc22b\uc790\ub85c \ubcc0\ud658\ud569\ub2c8\ub2e4.<\/span><\/p><p><span style=\"font-weight: 400;\">\ub514\ucf54\ub529\ub41c \ud14d\uc2a4\ud2b8\ub97c \uc77d\uace0 \ubcf5\uc0ac\ud558\uc5ec \uc0ac\uc6a9\ud558\uc138\uc694!<\/span><\/p><p><span style=\"font-weight: 400;\">\uc608\uc2dc<\/span><\/p><p><span style=\"font-weight: 400;\">\ub2e4\uc74c\uc740 \uba87 \uac00\uc9c0 \uc608\uc2dc\uc785\ub2c8\ub2e4.<\/span><\/p><p><span style=\"font-weight: 400;\">\ud14d\uc2a4\ud2b8: October<\/span><\/p><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4 \ubd80\ud638: \u2014\u2014\u2014 \u2022\u2014 \u2022\u2014 \u2022\u2014 \u2022\u2022\u2022 \u2014\u2014<\/span><\/p><p><span style=\"font-weight: 400;\">\ud14d\uc2a4\ud2b8: Smile<\/span><\/p><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4 \ubd80\ud638: \u2022\u2022\u2022 \u2014 \u2014\u2022 \u2022\u2022 \u2014\u2022<\/span><\/p><h2>\u00a0<\/h2><h2><b>\ubaa8\uc2a4 \ubd80\ud638 \ucc28\ud2b8(\ubb38\uc790, \uc22b\uc790 \ubc0f \uad6c\ub450\uc810)<\/b><\/h2><p><span style=\"font-weight: 400;\">\uc800\ud76c \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub294 \ubb38\uc790(A-Z), \uc22b\uc790(0-9) \ubc0f \uc77c\ubc18\uc801\uc778 \uad6c\ub450\uc810\uc5d0 \ub300\ud55c \ubaa8\uc2a4 \ubd80\ud638 \ud45c\ud604\uc744 \ubcf4\uc5ec\uc8fc\ub294 \uc774 \uc2dc\uac01\uc801 \uac00\uc774\ub4dc\uc5d0 \ub530\ub77c \uc791\ub3d9\ud569\ub2c8\ub2e4.<\/span><\/p><p><span style=\"font-weight: 400;\">\uac01 \ubb38\uc790\ub294 \uc810(\u2022)\uacfc \ub300\uc2dc(\u2014)\ub97c \uc870\ud569\ud558\uc5ec \uc778\ucf54\ub529\ub418\uc5b4 \uac04\uacb0\ud55c \ud615\uc2dd\uc73c\ub85c \ud1b5\uc2e0\uc744 \uc6a9\uc774\ud558\uac8c \ud569\ub2c8\ub2e4. \uc774 \ucc28\ud2b8\ub294 \ubaa8\uc2a4 \ubd80\ud638 \uba54\uc2dc\uc9c0\ub97c \ub514\ucf54\ub529\ud558\uace0 \uc778\ucf54\ub529\ud558\ub294 \ub370 \ud544\uc218\uc801\uc785\ub2c8\ub2e4.<\/span><\/p><h2><b>\ubaa8\uc2a4 \ubd80\ud638\uc758 \uc54c\ud30c\ubcb3<\/b><\/h2><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub294 A\ubd80\ud130 Z\uae4c\uc9c0 \uac01 \ubb38\uc790\ub97c \uc810(\u2022)\uacfc \ub300\uc2dc(\u2014)\uc758 \uace0\uc720\ud55c \uc870\ud569\uc73c\ub85c \ud45c\ud604\ud558\ub294 \uc2dc\uc2a4\ud15c\uc744 \uc0ac\uc6a9\ud558\uc5ec \uba54\uc2dc\uc9c0\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \uc778\ucf54\ub529\ud558\uace0 \ub514\ucf54\ub529\ud569\ub2c8\ub2e4.<\/span><\/p><table><tbody><tr><td><p><span style=\"font-weight: 400;\">\uc131\uaca9<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4 \ubd80\ud638<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">A<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">.-<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">B<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">-\u2026<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">C<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">-.-.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">D<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">-..<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">E<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">F<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">..-.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">G<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2013.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">H<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2026.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">I<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">..<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">J<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">.\u2014<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">K<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">-.-<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">L<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">.-..<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">M<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2014<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">N<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">-.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">O<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2014<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">P<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">.\u2013.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">Q<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2013.-<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">R<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">.-.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">S<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2026<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">T<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2013<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">U<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">..-<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">V<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2026-<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">W<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">.\u2013<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">X<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">-..-<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">Y<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">-.\u2013<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">Z<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2013..<\/span><\/p><\/td><\/tr><\/tbody><\/table><h3><b>\ubaa8\uc2a4 \ubd80\ud638\uc758 \uc22b\uc790<\/b><\/h3><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30<\/span><span style=\"font-weight: 400;\">\ub294 0\ubd80\ud130 9\uae4c\uc9c0\uc758 \uc22b\uc790\ub97c \ub098\ud0c0\ub0b4\ub294 \uace0\uc720\ud55c \uc810\uacfc \ub300\uc2dc \uc870\ud569\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubaa8\uc2a4 \ubd80\ud638\ub85c \uc22b\uc790 \uc815\ubcf4\ub97c \uc804\uc1a1\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p><table><tbody><tr><td><p><span style=\"font-weight: 400;\">\uc22b\uc790<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4 \ubd80\ud638<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">1<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">.\u2014-<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">2<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">..\u2014<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">3<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2026\u2013<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">4<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2026.-<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">5<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2026..<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">6<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">-\u2026.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">7<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2013\u2026<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">8<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2014..<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">9<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2014-.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">0<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2014\u2013<\/span><\/p><\/td><\/tr><\/tbody><\/table><h3><b>\ubaa8\uc2a4 \ubd80\ud638\uc758 \ud2b9\uc218 \ubb38\uc790<\/b><\/h3><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30<\/span><span style=\"font-weight: 400;\">\ub97c \uc0ac\uc6a9\ud560 \ub54c \ud2b9\uc218 \ubb38\uc790\ub294 \uad6c\ub450\uc810\uacfc \uae30\ud638\ub97c \ub098\ud0c0\ub0b4\uc5b4 \ubb38\uc790\uc640 \uc22b\uc790\ub97c \ub118\uc5b4 \uc758\uc0ac\uc18c\ud1b5\uc744 \ud5a5\uc0c1\uc2dc\ud0b5\ub2c8\ub2e4.<\/span><\/p><table><tbody><tr><td><p><span style=\"font-weight: 400;\">\uc0c1\uc9d5<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4 \ubd80\ud638<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">. (\uae30\uac04)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">.-.-.-<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">, (\uc27c\ud45c)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2013..\u2013<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">: (\ucf5c\ub860)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">\u2014\u2026<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">; (\uc138\ubbf8\ucf5c\ub860)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">-.-.-.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">? (\ubb3c\uc74c\ud45c)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">..\u2013..<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">&#8216; (\uc544\ud3ec\uc2a4\ud2b8\ub85c\ud53c)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">.\u2014-.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">! (\ub290\ub08c\ud45c)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">-.-.\u2013<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">\/ (\uc2ac\ub798\uc2dc)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">-..-.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">( ) (\uad04\ud638)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">-.\u2013.-<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">&amp; (\uc570\ud37c\uc0cc\ub4dc)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">.-\u2026<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">\u2013 (\ud558\uc774\ud508)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">-\u2026.-<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">_ (\ubc11\uc904)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">..\u2013.-<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">\u201d(\ub530\uc634\ud45c)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">.-..-.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">@ (\uc573 \uae30\ud638)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">.\u2013.-.<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">= (\ub4f1\ud638)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">-\u2026-<\/span><\/p><\/td><\/tr><tr><td><p><span style=\"font-weight: 400;\">+ (\ub354\ud558\uae30 \uae30\ud638)<\/span><\/p><\/td><td><p><span style=\"font-weight: 400;\">.-.-.<\/span><\/p><\/td><\/tr><\/tbody><\/table><h2><b>\uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38<\/b><\/h2><h3><b>\ubaa8\uc2a4 \ubd80\ud638\ub780 \ubb34\uc5c7\uc77c\uae4c\uc694?<\/b><\/h3><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4 \ubd80\ud638\ub294 \uc810\uacfc \uc120\uc73c\ub85c \uc774\ub8e8\uc5b4\uc9c4 \uc554\ud638\ucc98\ub7fc \ubb38\uc790\uc640 \uc22b\uc790\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. 1830\ub144\ub300\uc5d0 \ud1b5\uc2e0\uc6a9\uc73c\ub85c \ubc1c\uba85\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uac01 \ubb38\uc790\uac00 \uace0\uc720\ud55c \ud328\ud134\uc744 \uac00\uc9c0\uace0 \uc788\ub294 \uc190\uc804\ub4f1\uc774\ub098 \ubd80\uc800\ucc98\ub7fc \ube5b\uc774\ub098 \uc18c\ub9ac\ub97c \ud1b5\ud574 \uba54\uc2dc\uc9c0\ub97c \uc804\uc1a1\ud55c\ub2e4\uace0 \uc0c1\uc0c1\ud574 \ubcf4\uc138\uc694.<\/span><\/p><h3><b>\ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub780 \ubb34\uc5c7\uc778\uac00\uc694?<\/b><\/h3><p>\u00a0<\/p><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4 \ubd80\ud638 \uc0dd\uc131\uae30\ub294 \uc77c\ubc18 \ud14d\uc2a4\ud2b8\ub97c \ubaa8\uc2a4 \ubd80\ud638\ub85c, \ub610\ub294 \uadf8 \ubc18\ub300\ub85c \ubcc0\ud658\ud558\ub294 \ub9c8\ubc95\uc758 \ub514\ucf54\ub354 \ub9c1\uacfc \uac19\uc2b5\ub2c8\ub2e4. \ub2e8\uc5b4\ub098 \uad6c\ubb38\uc744 \uc785\ub825\ud558\uba74 \ud574\ub2f9 \uc810\uacfc \ub300\uc2dc\uac00 \ud45c\uc2dc\ub429\ub2c8\ub2e4. \uc77c\ubd80 \ubc88\uc5ed\uae30\ub294 \ucf54\ub4dc\ub97c \ub098\ud0c0\ub0b4\ub294 \uc18c\ub9ac\ub97c \ub4e3\uac70\ub098 \ubd88\ube5b\uc774 \ubc88\uca4d\uc774\ub294 \ubaa8\uc2b5\uc744 \ubcf4\uc5ec\uc8fc\uae30\ub3c4 \ud569\ub2c8\ub2e4.<\/span><\/p><h3><b>\ubaa8\uc2a4 \ubd80\ud638\ub85c \uc5b4\ub5bb\uac8c \uc4f0\ub098\uc694?<\/b><\/h3><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30<\/span><span style=\"font-weight: 400;\">\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubaa8\uc2a4 \ubd80\ud638\ub85c \uc4f0\ub294 \uac83\uc740 \ub9e4\uc6b0 \uac04\ub2e8\ud569\ub2c8\ub2e4! \ud558\uc9c0\ub9cc \uc9c1\uc811 \uc4f0\uace0 \uc2f6\ub2e4\uba74 \uac01 \uae00\uc790\uc758 \uc810\uacfc \ub300\uc2dc \ud328\ud134\ub9cc \uc54c\uba74 \ub429\ub2c8\ub2e4.<\/span><\/p><p><span style=\"font-weight: 400;\">\uc2dc\uc791\ud558\ub294 \uac04\ub2e8\ud55c \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p><p><span style=\"font-weight: 400;\">\uba54\uc2dc\uc9c0 \uc120\ud0dd:<\/span><\/p><p><span style=\"font-weight: 400;\">\uc804\ud558\uace0 \uc2f6\uc740 \ub0b4\uc6a9\uc744 \uc0dd\uac01\ud574 \ubcf4\uc138\uc694.<\/span><\/p><p><span style=\"font-weight: 400;\">\ubaa8\uc2a4 \ubd80\ud638\ud45c\ub97c \ucc38\uace0\ud558\uc138\uc694. \uac01 \uae00\uc790\ub294 \uc810(\u2022)\uacfc \ub300\uc2dc(\u2013)\uc758 \ud2b9\uc815 \uc870\ud569\uc73c\ub85c \uc774\ub8e8\uc5b4\uc838 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4 &#8220;HELLO&#8221;\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p><p><span style=\"font-weight: 400;\">\u2013 H: \u2022\u2022\u2022\u2022<\/span><\/p><p><span style=\"font-weight: 400;\">\u2013 E: \u2022<\/span><\/p><p><span style=\"font-weight: 400;\">\u2013 L: \u2022\u2013\u2022\u2022<\/span><\/p><p><span style=\"font-weight: 400;\">\u2013 L: \u2022\u2013\u2022\u2022<\/span><\/p><p><span style=\"font-weight: 400;\">\u2013 O: \u2013\u2013\u2013<\/span><\/p><p><span style=\"font-weight: 400;\">\uc4f0\uc138\uc694: \uac01 \uae00\uc790\ub97c \ud574\ub2f9\ud558\ub294 \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubc14\uafb8\uc138\uc694. \uae00\uc790\ub294 \uacf5\ubc31\uc73c\ub85c, \ub2e8\uc5b4\ub294 \uc2ac\ub798\uc2dc\ub098 \uae34 \uacf5\ubc31\uc73c\ub85c \uad6c\ubd84\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p><h3><b>\uc601\uc5b4\ub97c \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubc88\uc5ed\ud560 \uc218 \uc788\ub098\uc694?<\/b><\/h3><p><span style=\"font-weight: 400;\">\ubb3c\ub860\uc785\ub2c8\ub2e4! \uc601\uc5b4\ub97c \ubaa8\uc2a4 \ubd80\ud638\ub85c \uc27d\uac8c \ubc88\uc5ed\ud560 \uc218 \uc788\uc73c\uba70, \ubaa8\uc2a4 \ubd80\ud638\ub97c \uc601\uc5b4\ub85c\ub3c4 \ubc88\uc5ed\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc601\uc5b4 \ud14d\uc2a4\ud2b8\ub97c \uac00\uc838\uc640\uc11c \uac01 \ubb38\uc790\uc758 \ubaa8\uc2a4 \ubd80\ud638\ub97c \ucc3e\uc544 \uc801\uc5b4\ubcf4\uc138\uc694.<\/span><\/p><p><span style=\"font-weight: 400;\">Meta\u2019s\u00a0<\/span><\/p><p>\u00a0<\/p><p><b>\ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30 &#8211; \ubaa8\uc2a4 \ubd80\ud638 \ubc88\uc5ed(\uc778\ucf54\ub529\/\ub514\ucf54\ub529)<\/b><\/p><p><b>\ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub294 \uc601\uc5b4\ub97c \ubaa8\uc2a4 \ubd80\ud638\ub85c, \ubaa8\uc2a4 \ubd80\ud638\ub97c \uc601\uc5b4\ub85c \ubcc0\ud658\ud569\ub2c8\ub2e4. \ucd5c\uace0\uc758 \ubaa8\uc2a4\ubd80\ud638 \ud574\ub3c5\uae30 \uc628\ub77c\uc778 \uc11c\ube44\uc2a4\uc785\ub2c8\ub2e4. \uba87 \ucd08 \uc548\uc5d0 \ubaa8\uc2a4 \ubd80\ud638\ub97c \ubc88\uc5ed\ud574 \ubcf4\uc138\uc694. \uc9c0\uae08 \ubc14\ub85c \uc0ac\uc6a9\ud574 \ubcf4\uc138\uc694.<\/b><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30 \ubaa8\uc2a4 \ubd80\ud638\uc5d0\uc11c \uc601\uc5b4\ub85c | \uc601\uc5b4\uc5d0\uc11c \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub97c \uc5b4\ub5bb\uac8c \uc0ac\uc6a9\ud558\uc2dc\ub098\uc694? \uc544\ub798\uc758 \uac04\ub2e8\ud55c \ub2e8\uacc4\uc5d0 \ub530\ub77c \ubaa8\uc2a4\ubd80\ud638 \ubcc0\ud658\uae30\ub97c \uc0ac\uc6a9\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud14d\uc2a4\ud2b8 \ub610\ub294 \ubaa8\uc2a4 \ubd80\ud638\ub97c \uc785\ub825\ud558\uc138\uc694. \ubaa8\uc2a4 \ubd80\ud638\ub97c \uc601\uc5b4\ub85c \ub610\ub294 \uc601\uc5b4\ub97c \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubcc0\ud658\ud558\ub294 \uc635\uc158\uc744 \uc120\ud0dd\ud558\uc138\uc694. \uadf8\ub7f0 \ub2e4\uc74c \ubc88\uc5ed\uc744 &#8220;\ud074\ub9ad&#8221;\ud558\uc138\uc694. \uacb0\uacfc\uac00 \ucd9c\ub825 \ud544\ub4dc\uc5d0 \ud45c\uc2dc\ub429\ub2c8\ub2e4. \ubc88\uc5ed\ub41c \ubaa8\uc2a4 \ubd80\ud638\ub97c \ubcf5\uc0ac\ud558\uc5ec \uc5b4\ub514\uc5d0\uc11c\ub098 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubaa8\uc2a4\ubd80\ud638\ub294 \uc5b4\ub5bb\uac8c \uc791\ub3d9\ud558\ub098\uc694? \ubaa8\uc2a4 \ubd80\ud638\ub294 \ubb38\uc790\uc640 \uc22b\uc790\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\uc758 \uc6d0\ub9ac\ub294 \uc810\uacfc \uc120\uc73c\ub85c \uc774\ub8e8\uc5b4\uc9c4 \uae38\uace0 \uc9e7\uc740 \uc2e0\ud638\uc785\ub2c8\ub2e4. \ubbf8\uad6d \uacfc\ud559\uc790 SAMUEL\uc774 \ub3c4\uc785\ud55c \uc774 \ud604\uc0c1\uc740 \ube5b\uacfc \uc18c\ub9ac\ub97c \uc774\uc6a9\ud558\uc5ec \uc190\uc804\ub4f1, \ud074\ub9ad, \ub4dc\ub7fc \uc5f0\uc8fc\ub97c \ud1b5\ud574 \uc7a5\uac70\ub9ac \uba54\uc2dc\uc9c0\ub97c \uc804\uc1a1\ud558\ub294 \ub370 \uc720\uc6a9\ud569\ub2c8\ub2e4. \uace0\uae09 AI \uae30\ubc18 \uc54c\uace0\ub9ac\uc998\uc740 \ubaa8\uc2a4 \ubd80\ud638 \ubc88\uc5ed\uae30\uc758 \uc2e0\ub8b0\uc131\uacfc \uc815\ud655\uc131\uc744 \ub354\uc6b1 \ub192\uc5ec\uc90d\ub2c8\ub2e4. \uc5ec\uae30\uc5d0\uc11c\ub294 \uba87 \ucd08 \uc548\uc5d0 \ubaa8\uc2a4 \ubd80\ud638\ub97c \uc601\uc5b4 \ub610\ub294 \uc601\uc5b4\uc5d0\uc11c \ubaa8\uc2a4 \ubd80\ud638\ub85c \ub514\ucf54\ub529\ud560 \uc218 \uc788\ub294 \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\uc758 \uac00\uc7a5 \ud5a5\uc0c1\ub41c \ubaa8\ub378\uc744 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uba54\uc2dc\uc9c0 \uc218\uc2e0 \ubaa8\uc2a4\ubd80\ud638 \ubcc0\ud658\uae30\uc5d0\uc11c \uc0dd\uc131\ub41c \ubaa8\uc2a4 \ubd80\ud638\ub294 \ubb38\uc790\uc640 \uc22b\uc790\ub97c \ub098\ud0c0\ub0b4\ub294 \uc77c\ub828\uc758 \uc810(\uc9e7\uc740 \uc2e0\ud638)\uacfc \ub300\uc2dc(\uae34 \uc2e0\ud638)\ub97c \uc0ac\uc6a9\ud558\uc5ec \uba54\uc2dc\uc9c0\ub97c \uc804\uc1a1\ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc2e0\ud638\ub294 \uc18c\ub9ac, \ube5b \ub610\ub294 \uc804\ud30c\ub97c \ud1b5\ud574 \uc804\uc1a1\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc218\uc2e0\uae30\ub294 \uc810\uacfc \ub300\uc2dc\uc758 \uc21c\uc11c\ub97c \ud574\uc11d\ud558\uc5ec \uba54\uc2dc\uc9c0\ub97c \ub514\ucf54\ub529\ud569\ub2c8\ub2e4. \uc2e0\ud638 \ud45c\ud604: \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub294 \uc810\uacfc \ub300\uc2dc\uc758 \uc870\ud569\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubb38\uc790\uc640 \uc22b\uc790\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4. \uac01 \ubb38\uc790\ub294 \uace0\uc720\ud55c \ud328\ud134\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4 &#8220;A&#8221;\ub294 &#8220;._&#8221;\uc774\uace0 &#8220;B&#8221;\ub294 &#8220;_\u2026&#8221;\uc785\ub2c8\ub2e4. \uc774 \uc2dc\uc2a4\ud15c\uc740 \uc18c\ub9ac, \ube5b, \ubb34\uc120 \uc2e0\ud638\ub97c \ud1b5\ud574 \uc18c\ud1b5\ud560 \uc218 \uc788\ub3c4\ub85d \ud569\ub2c8\ub2e4. \uc2e0\ud638 \ub514\ucf54\ub529 \ubaa8\uc2a4\ubd80\ud638 \ud574\ub3c5\uae30 \uc2e0\ud638 \ub514\ucf54\ub529\uc740 \uc810\uacfc \ub300\uc2dc\ub97c \ubb38\uc790\uc640 \uc22b\uc790\ub85c \ubcc0\ud658\ud558\ub294 \uacfc\uc815\uc785\ub2c8\ub2e4. \uac01 \ubb38\uc790\ub294 \uace0\uc720\ud55c \ud328\ud134\uc744 \uac00\uc9c0\uace0 \uc788\uc73c\uba70, \ubaa8\uc2a4 \ubd80\ud638 \ucc28\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubc88\uc5ed\uc744 \ub3c4\uc6b8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \u00a0 \ud14d\uc2a4\ud2b8\ub97c \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubcc0\ud658\ud558\ub294 \uc778\ucf54\ub354 \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud14d\uc2a4\ud2b8\ub97c \uc628\ub77c\uc778\uc73c\ub85c \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubcc0\ud658\ud558\ub294 \uc808\ucc28\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4. \ubaa8\uc2a4\ubd80\ud638 \ubcc0\ud658\uae30\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \uc785\ub825\ud558\uc138\uc694. \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed \ub3c4\uad6c\ub294 \uc810\uacfc \ub300\uc2dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \uac01 \ubb38\uc790\uc640 \uc22b\uc790\ub97c \ud574\ub2f9 \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubcc0\ud658\ud569\ub2c8\ub2e4. \uc0dd\uc131\ub41c \ubaa8\uc2a4 \ubd80\ud638\ub97c \ubcf5\uc0ac\ud558\uac70\ub098 \uc800\uc7a5\ud558\uc5ec \uc0ac\uc6a9\ud558\uc138\uc694! \uc608\uc2dc: \ub2e4\uc74c\uc740 \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubcc0\ud658\ub41c \uba87 \uac00\uc9c0 \ud14d\uc2a4\ud2b8 \uc608\uc2dc\uc785\ub2c8\ub2e4. \ud14d\uc2a4\ud2b8: &#8220;HELLO&#8221; \ubaa8\uc2a4 \ubd80\ud638: \u2022\u2022\u2022\u2022 \u2022 \u2022\u2014\u2022 \u2022\u2014\u2022 \u2022\u2014 \ud14d\uc2a4\ud2b8: &#8220;AUGUST&#8221; \ubaa8\uc2a4 \ubd80\ud638: \u2022\u2014 \u2022- \u2014\u2022 \u2014\u2022 \u2022\u2022\u2022 \u2014\u2014 \ubaa8\uc2a4 \ubd80\ud638 \ud14d\uc2a4\ud2b8 \ub514\ucf54\ub354 \ubaa8\uc2a4\ubd80\ud638 \ud574\ub3c5\uae30\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc778\ucf54\ub529\ub41c \ubaa8\uc2a4 \ubd80\ud638\ub97c \uc27d\uac8c \ub514\ucf54\ub529\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\uc758 \uac04\ub2e8\ud55c \ub2e8\uacc4\ub97c \ub530\ub974\uc138\uc694. \uc810\uacfc \ub300\uc2dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub514\ucf54\ub354\uc5d0 \ucf54\ub4dc\ub97c \uc785\ub825\ud558\uc138\uc694. \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub294 \ubaa8\uc2a4 \ubd80\ud638\ub97c \ud574\ub2f9 \ubb38\uc790\uc640 \u200b\u200b\uc22b\uc790\ub85c \ubcc0\ud658\ud569\ub2c8\ub2e4. \ub514\ucf54\ub529\ub41c \ud14d\uc2a4\ud2b8\ub97c \uc77d\uace0 \ubcf5\uc0ac\ud558\uc5ec \uc0ac\uc6a9\ud558\uc138\uc694! \uc608\uc2dc \ub2e4\uc74c\uc740 \uba87 \uac00\uc9c0 \uc608\uc2dc\uc785\ub2c8\ub2e4. \ud14d\uc2a4\ud2b8: October \ubaa8\uc2a4 \ubd80\ud638: \u2014\u2014\u2014 \u2022\u2014 \u2022\u2014 \u2022\u2014 \u2022\u2022\u2022 \u2014\u2014 \ud14d\uc2a4\ud2b8: Smile \ubaa8\uc2a4 \ubd80\ud638: \u2022\u2022\u2022 \u2014 \u2014\u2022 \u2022\u2022 \u2014\u2022 \u00a0 \ubaa8\uc2a4 \ubd80\ud638 \ucc28\ud2b8(\ubb38\uc790, \uc22b\uc790 \ubc0f \uad6c\ub450\uc810) \uc800\ud76c \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub294 \ubb38\uc790(A-Z), \uc22b\uc790(0-9) \ubc0f \uc77c\ubc18\uc801\uc778 \uad6c\ub450\uc810\uc5d0 \ub300\ud55c \ubaa8\uc2a4 \ubd80\ud638 \ud45c\ud604\uc744 \ubcf4\uc5ec\uc8fc\ub294 \uc774 \uc2dc\uac01\uc801 \uac00\uc774\ub4dc\uc5d0 \ub530\ub77c \uc791\ub3d9\ud569\ub2c8\ub2e4. \uac01 \ubb38\uc790\ub294 \uc810(\u2022)\uacfc \ub300\uc2dc(\u2014)\ub97c \uc870\ud569\ud558\uc5ec \uc778\ucf54\ub529\ub418\uc5b4 \uac04\uacb0\ud55c \ud615\uc2dd\uc73c\ub85c \ud1b5\uc2e0\uc744 \uc6a9\uc774\ud558\uac8c \ud569\ub2c8\ub2e4. \uc774 \ucc28\ud2b8\ub294 \ubaa8\uc2a4 \ubd80\ud638 \uba54\uc2dc\uc9c0\ub97c \ub514\ucf54\ub529\ud558\uace0 \uc778\ucf54\ub529\ud558\ub294 \ub370 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \ubaa8\uc2a4 \ubd80\ud638\uc758 \uc54c\ud30c\ubcb3 \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub294 A\ubd80\ud130 Z\uae4c\uc9c0 \uac01 \ubb38\uc790\ub97c \uc810(\u2022)\uacfc \ub300\uc2dc(\u2014)\uc758 \uace0\uc720\ud55c \uc870\ud569\uc73c\ub85c \ud45c\ud604\ud558\ub294 \uc2dc\uc2a4\ud15c\uc744 \uc0ac\uc6a9\ud558\uc5ec \uba54\uc2dc\uc9c0\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \uc778\ucf54\ub529\ud558\uace0 \ub514\ucf54\ub529\ud569\ub2c8\ub2e4. \uc131\uaca9 \ubaa8\uc2a4 \ubd80\ud638 A .- B -\u2026 C -.-. D -.. E . F ..-. G \u2013. H \u2026. I .. J .\u2014 K -.- L .-.. M \u2014 N -. O \u2014 P .\u2013. Q \u2013.- R .-. S \u2026 T \u2013 U ..- V \u2026- W .\u2013 X -..- Y -.\u2013 Z \u2013.. \ubaa8\uc2a4 \ubd80\ud638\uc758 \uc22b\uc790 \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub294 0\ubd80\ud130 9\uae4c\uc9c0\uc758 \uc22b\uc790\ub97c \ub098\ud0c0\ub0b4\ub294 \uace0\uc720\ud55c \uc810\uacfc \ub300\uc2dc \uc870\ud569\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubaa8\uc2a4 \ubd80\ud638\ub85c \uc22b\uc790 \uc815\ubcf4\ub97c \uc804\uc1a1\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc22b\uc790 \ubaa8\uc2a4 \ubd80\ud638 1 .\u2014- 2 ..\u2014 3 \u2026\u2013 4 \u2026.- 5 \u2026.. 6 -\u2026. 7 \u2013\u2026 8 \u2014.. 9 \u2014-. 0 \u2014\u2013 \ubaa8\uc2a4 \ubd80\ud638\uc758 \ud2b9\uc218 \ubb38\uc790 \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub97c \uc0ac\uc6a9\ud560 \ub54c \ud2b9\uc218 \ubb38\uc790\ub294 \uad6c\ub450\uc810\uacfc \uae30\ud638\ub97c \ub098\ud0c0\ub0b4\uc5b4 \ubb38\uc790\uc640 \uc22b\uc790\ub97c \ub118\uc5b4 \uc758\uc0ac\uc18c\ud1b5\uc744 \ud5a5\uc0c1\uc2dc\ud0b5\ub2c8\ub2e4. \uc0c1\uc9d5 \ubaa8\uc2a4 \ubd80\ud638 . (\uae30\uac04) .-.-.- , (\uc27c\ud45c) \u2013..\u2013 : (\ucf5c\ub860) \u2014\u2026 ; (\uc138\ubbf8\ucf5c\ub860) -.-.-. ? (\ubb3c\uc74c\ud45c) ..\u2013.. &#8216; (\uc544\ud3ec\uc2a4\ud2b8\ub85c\ud53c) .\u2014-. ! (\ub290\ub08c\ud45c) -.-.\u2013 \/ (\uc2ac\ub798\uc2dc) -..-. ( ) (\uad04\ud638) -.\u2013.- &amp; (\uc570\ud37c\uc0cc\ub4dc) .-\u2026 \u2013 (\ud558\uc774\ud508) -\u2026.- _ (\ubc11\uc904) ..\u2013.- \u201d(\ub530\uc634\ud45c) .-..-. @ (\uc573 \uae30\ud638) .\u2013.-. = (\ub4f1\ud638) -\u2026- + (\ub354\ud558\uae30 \uae30\ud638) .-.-. \uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38 \ubaa8\uc2a4 \ubd80\ud638\ub780 \ubb34\uc5c7\uc77c\uae4c\uc694? \ubaa8\uc2a4 \ubd80\ud638\ub294 \uc810\uacfc \uc120\uc73c\ub85c \uc774\ub8e8\uc5b4\uc9c4 \uc554\ud638\ucc98\ub7fc \ubb38\uc790\uc640 \uc22b\uc790\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. 1830\ub144\ub300\uc5d0 \ud1b5\uc2e0\uc6a9\uc73c\ub85c \ubc1c\uba85\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uac01 \ubb38\uc790\uac00 \uace0\uc720\ud55c \ud328\ud134\uc744 \uac00\uc9c0\uace0 \uc788\ub294 \uc190\uc804\ub4f1\uc774\ub098 \ubd80\uc800\ucc98\ub7fc \ube5b\uc774\ub098 \uc18c\ub9ac\ub97c \ud1b5\ud574 \uba54\uc2dc\uc9c0\ub97c \uc804\uc1a1\ud55c\ub2e4\uace0 \uc0c1\uc0c1\ud574 \ubcf4\uc138\uc694. \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub780 \ubb34\uc5c7\uc778\uac00\uc694? \u00a0 \ubaa8\uc2a4 \ubd80\ud638 \uc0dd\uc131\uae30\ub294 \uc77c\ubc18 \ud14d\uc2a4\ud2b8\ub97c \ubaa8\uc2a4 \ubd80\ud638\ub85c, \ub610\ub294 \uadf8 \ubc18\ub300\ub85c \ubcc0\ud658\ud558\ub294 \ub9c8\ubc95\uc758 \ub514\ucf54\ub354 \ub9c1\uacfc \uac19\uc2b5\ub2c8\ub2e4. \ub2e8\uc5b4\ub098 \uad6c\ubb38\uc744 \uc785\ub825\ud558\uba74 \ud574\ub2f9 \uc810\uacfc \ub300\uc2dc\uac00 \ud45c\uc2dc\ub429\ub2c8\ub2e4. \uc77c\ubd80 \ubc88\uc5ed\uae30\ub294 \ucf54\ub4dc\ub97c \ub098\ud0c0\ub0b4\ub294 \uc18c\ub9ac\ub97c \ub4e3\uac70\ub098 \ubd88\ube5b\uc774 \ubc88\uca4d\uc774\ub294 \ubaa8\uc2b5\uc744 \ubcf4\uc5ec\uc8fc\uae30\ub3c4 \ud569\ub2c8\ub2e4. \ubaa8\uc2a4 \ubd80\ud638\ub85c \uc5b4\ub5bb\uac8c \uc4f0\ub098\uc694? \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubaa8\uc2a4 \ubd80\ud638\ub85c \uc4f0\ub294 \uac83\uc740 \ub9e4\uc6b0 \uac04\ub2e8\ud569\ub2c8\ub2e4! \ud558\uc9c0\ub9cc \uc9c1\uc811 \uc4f0\uace0 \uc2f6\ub2e4\uba74 \uac01 \uae00\uc790\uc758 \uc810\uacfc \ub300\uc2dc \ud328\ud134\ub9cc \uc54c\uba74 \ub429\ub2c8\ub2e4. \uc2dc\uc791\ud558\ub294 \uac04\ub2e8\ud55c \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4. \uba54\uc2dc\uc9c0 \uc120\ud0dd: \uc804\ud558\uace0 \uc2f6\uc740 \ub0b4\uc6a9\uc744 \uc0dd\uac01\ud574 \ubcf4\uc138\uc694. \ubaa8\uc2a4 \ubd80\ud638\ud45c\ub97c \ucc38\uace0\ud558\uc138\uc694. \uac01 \uae00\uc790\ub294 \uc810(\u2022)\uacfc \ub300\uc2dc(\u2013)\uc758 \ud2b9\uc815 \uc870\ud569\uc73c\ub85c \uc774\ub8e8\uc5b4\uc838 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4 &#8220;HELLO&#8221;\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4. \u2013 H: \u2022\u2022\u2022\u2022 \u2013 E: \u2022 \u2013 L: \u2022\u2013\u2022\u2022 \u2013 L: \u2022\u2013\u2022\u2022 \u2013 O: \u2013\u2013\u2013 \uc4f0\uc138\uc694: \uac01 \uae00\uc790\ub97c \ud574\ub2f9\ud558\ub294 \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubc14\uafb8\uc138\uc694. \uae00\uc790\ub294 \uacf5\ubc31\uc73c\ub85c, \ub2e8\uc5b4\ub294 \uc2ac\ub798\uc2dc\ub098 \uae34 \uacf5\ubc31\uc73c\ub85c \uad6c\ubd84\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc601\uc5b4\ub97c \ubaa8\uc2a4 \ubd80\ud638\ub85c \ubc88\uc5ed\ud560 \uc218 \uc788\ub098\uc694? \ubb3c\ub860\uc785\ub2c8\ub2e4! \uc601\uc5b4\ub97c \ubaa8\uc2a4 \ubd80\ud638\ub85c \uc27d\uac8c \ubc88\uc5ed\ud560 \uc218 \uc788\uc73c\uba70, \ubaa8\uc2a4 \ubd80\ud638\ub97c \uc601\uc5b4\ub85c\ub3c4 \ubc88\uc5ed\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc601\uc5b4 \ud14d\uc2a4\ud2b8\ub97c \uac00\uc838\uc640\uc11c \uac01 \ubb38\uc790\uc758 \ubaa8\uc2a4 \ubd80\ud638\ub97c \ucc3e\uc544 \uc801\uc5b4\ubcf4\uc138\uc694. Meta\u2019s\u00a0 \u00a0 \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30 &#8211; \ubaa8\uc2a4 \ubd80\ud638 \ubc88\uc5ed(\uc778\ucf54\ub529\/\ub514\ucf54\ub529) \ubaa8\uc2a4\ubd80\ud638 \ubc88\uc5ed\uae30\ub294 \uc601\uc5b4\ub97c \ubaa8\uc2a4 \ubd80\ud638\ub85c, \ubaa8\uc2a4 \ubd80\ud638\ub97c \uc601\uc5b4\ub85c \ubcc0\ud658\ud569\ub2c8\ub2e4. \ucd5c\uace0\uc758 \ubaa8\uc2a4\ubd80\ud638 \ud574\ub3c5\uae30 \uc628\ub77c\uc778 \uc11c\ube44\uc2a4\uc785\ub2c8\ub2e4. \uba87 \ucd08 \uc548\uc5d0 \ubaa8\uc2a4 \ubd80\ud638\ub97c \ubc88\uc5ed\ud574 \ubcf4\uc138\uc694. \uc9c0\uae08 \ubc14\ub85c \uc0ac\uc6a9\ud574 \ubcf4\uc138\uc694.<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-8613","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/invisible-character.org\/ko\/wp-json\/wp\/v2\/pages\/8613","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/invisible-character.org\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/invisible-character.org\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/invisible-character.org\/ko\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/invisible-character.org\/ko\/wp-json\/wp\/v2\/comments?post=8613"}],"version-history":[{"count":0,"href":"https:\/\/invisible-character.org\/ko\/wp-json\/wp\/v2\/pages\/8613\/revisions"}],"wp:attachment":[{"href":"https:\/\/invisible-character.org\/ko\/wp-json\/wp\/v2\/media?parent=8613"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}