{"id":142620,"date":"2025-09-29T14:42:35","date_gmt":"2025-09-29T05:42:35","guid":{"rendered":"https:\/\/thekoreantoday.com\/history-alive\/?page_id=142620"},"modified":"2025-09-30T11:22:50","modified_gmt":"2025-09-30T02:22:50","slug":"daehan-empire","status":"publish","type":"page","link":"https:\/\/thekoreantoday.com\/history-alive\/daehan-empire\/","title":{"rendered":"\ub300\ud55c\uc81c\uad6d"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ko\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\ub300\ud55c\uc81c\uad6d \uc5ed\uc0ac \uc2dc\uac04 \ud45c\uc2dc \uc704\uc82f<\/title>\n    <style>\n        .empire-container {\n            max-width: 1800px;\n            margin: 2rem auto;\n            padding: 3rem;\n            background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #1e3a8a 100%);\n            border-radius: 20px;\n            color: #2563eb;\n            font-family: 'Malgun Gothic', '\ub9d1\uc740 \uace0\ub515', sans-serif;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);\n            border: 2px solid rgba(37, 99, 235, 0.4);\n        }\n\n        \/* \ud5e4\ub354 \uc601\uc5ed *\/\n        .empire-header {\n            text-align: center;\n            margin-bottom: 3rem;\n            padding-bottom: 2rem;\n            border-bottom: 2px solid rgba(37, 99, 235, 0.3);\n        }\n\n        .empire-main-title {\n            font-size: 3rem;\n            font-weight: 800;\n            color: #ffffff;  \/* \ud770\uc0c9\uc73c\ub85c \ubcc0\uacbd *\/\n            margin-bottom: 1rem;\n            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);\n            letter-spacing: 4px;\n        }\n\n        .empire-subtitle {\n            font-size: 1.4rem;\n            color: #3b82f6;\n            margin-bottom: 0.8rem;\n            font-weight: 600;\n        }\n\n        .empire-dynasty-info {\n            font-size: 1.1rem;\n            color: #60a5fa;\n            line-height: 1.8;\n        }\n\n        \/* \uc2dc\uac04 \ud45c\uc2dc \uadf8\ub9ac\ub4dc *\/\n        .empire-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));\n            gap: 2rem;\n            margin-bottom: 3rem;\n        }\n\n        .empire-time-box {\n            background: rgba(15, 23, 42, 0.6);\n            padding: 2rem;\n            border-radius: 15px;\n            border: 2px solid rgba(37, 99, 235, 0.4);\n            transition: all 0.3s ease;\n            backdrop-filter: blur(10px);\n        }\n\n        .empire-time-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);\n            border-color: #2563eb;\n        }\n\n        .empire-time-title {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: #ffffff;  \/* \ud770\uc0c9\uc73c\ub85c \ubcc0\uacbd *\/\n            margin-bottom: 1.5rem;\n            text-align: center;\n            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);\n        }\n\n        .empire-time-display {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 0.8rem;\n            margin-bottom: 1.5rem;\n        }\n\n        .empire-time-unit {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding: 0.8rem 1rem;\n            background: rgba(15, 23, 42, 0.8);\n            border-radius: 10px;\n            border: 1px solid rgba(37, 99, 235, 0.3);\n            min-width: 60px;\n            transition: all 0.3s ease;\n        }\n\n        .empire-time-unit:hover {\n            background: rgba(37, 99, 235, 0.2);\n            border-color: #2563eb;\n        }\n\n        .empire-time-unit .number {\n            font-size: 2rem;\n            font-family: 'Arial', sans-serif;\n            color: #2563eb;\n            font-weight: 700;\n            line-height: 1;\n        }\n\n        .empire-time-unit .label {\n            font-size: 0.9rem;\n            color: #60a5fa;\n            margin-top: 0.4rem;\n            font-weight: 500;\n        }\n\n        .empire-description {\n            font-size: 1rem;\n            color: #60a5fa;\n            text-align: center;\n            line-height: 1.6;\n        }\n\n        \/* \ud2b9\uc9d5 \uc139\uc158 *\/\n        .empire-section {\n            margin-top: 3rem;\n            padding: 2.5rem;\n            background: rgba(15, 23, 42, 0.5);\n            border-radius: 15px;\n            border: 2px solid rgba(37, 99, 235, 0.3);\n        }\n\n        .empire-section-title {\n            text-align: center;\n            font-size: 2.2rem;\n            font-weight: 700;\n            color: #ffffff;  \/* \ud770\uc0c9\uc73c\ub85c \ubcc0\uacbd *\/\n            margin-bottom: 2.5rem;\n            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);\n        }\n\n        .empire-features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 1.5rem;\n            margin-bottom: 3rem;\n        }\n\n        .empire-feature {\n            text-align: center;\n            padding: 2rem 1.5rem;\n            background: rgba(15, 23, 42, 0.7);\n            border-radius: 12px;\n            border: 1px solid rgba(37, 99, 235, 0.3);\n            transition: all 0.3s ease;\n        }\n\n        .empire-feature:hover {\n            transform: translateY(-3px);\n            border-color: #2563eb;\n            box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);\n        }\n\n        .empire-feature-icon {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));\n        }\n\n        .empire-feature-title {\n            font-size: 1.3rem;\n            font-weight: 700;\n            color: #2563eb;\n            margin-bottom: 1rem;\n        }\n\n        .empire-feature-desc {\n            font-size: 0.95rem;\n            color: #60a5fa;\n            line-height: 1.6;\n        }\n\n        \/* \ud0c0\uc784\ub77c\uc778 *\/\n        .empire-legacy {\n            margin-top: 3rem;\n            padding: 2.5rem;\n            background: rgba(15, 23, 42, 0.6);\n            border-radius: 12px;\n        }\n\n        .empire-legacy-title {\n            text-align: center;\n            font-size: 2rem;\n            font-weight: 700;\n            color: #ffffff;  \/* \ud770\uc0c9\uc73c\ub85c \ubcc0\uacbd *\/\n            margin-bottom: 2rem;\n            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);\n        }\n\n        .empire-timeline {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 1rem;\n            margin: 2rem 0;\n        }\n\n        .empire-timeline-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding: 1.2rem 1.5rem;\n            background: rgba(15, 23, 42, 0.8);\n            border-radius: 10px;\n            border: 1px solid rgba(37, 99, 235, 0.3);\n            transition: all 0.3s ease;\n            min-width: 180px;\n        }\n\n        .empire-timeline-item:hover {\n            transform: scale(1.05);\n            border-color: #2563eb;\n        }\n\n        .empire-timeline-year {\n            color: #2563eb;\n            font-weight: 700;\n            font-size: 1.1rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .empire-timeline-event {\n            color: #60a5fa;\n            font-size: 0.9rem;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .empire-divider {\n            color: #3b82f6;\n            font-size: 1.2rem;\n            opacity: 0.7;\n        }\n\n        \/* \ud558\ub2e8 \uc815\ubcf4 *\/\n        .empire-footer {\n            text-align: center;\n            margin-top: 3rem;\n            padding: 2.5rem;\n            background: rgba(15, 23, 42, 0.5);\n            border-radius: 12px;\n            border-top: 2px solid rgba(37, 99, 235, 0.3);\n        }\n\n        .empire-footer-text {\n            color: #60a5fa;\n            font-size: 1.05rem;\n            line-height: 2;\n            margin-bottom: 0.8rem;\n        }\n\n        .empire-highlight {\n            color: #2563eb;\n            font-weight: 600;\n        }\n\n        .empire-final-quote {\n            margin-top: 2rem;\n            font-size: 1.15rem;\n            font-weight: 600;\n            color: #3b82f6;\n            font-style: italic;\n            padding-top: 1.5rem;\n            border-top: 1px solid rgba(37, 99, 235, 0.3);\n            line-height: 1.8;\n        }\n\n        .emoji {\n            margin: 0 0.3rem;\n        }\n\n        \/* \ubaa8\ubc14\uc77c \ubc18\uc751\ud615 *\/\n        @media (max-width: 768px) {\n            .empire-container {\n                padding: 1.5rem;\n                margin: 1rem;\n            }\n            \n            .empire-main-title {\n                font-size: 2rem;\n                letter-spacing: 2px;\n            }\n            \n            .empire-subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .empire-dynasty-info {\n                font-size: 0.95rem;\n            }\n            \n            .empire-grid {\n                grid-template-columns: 1fr;\n                gap: 1.5rem;\n            }\n            \n            .empire-time-box {\n                padding: 1.5rem;\n            }\n            \n            .empire-time-title {\n                font-size: 1.3rem;\n            }\n            \n            .empire-time-unit .number {\n                font-size: 1.6rem;\n            }\n            \n            .empire-time-unit .label {\n                font-size: 0.8rem;\n            }\n            \n            .empire-section-title {\n                font-size: 1.6rem;\n            }\n            \n            .empire-features-grid {\n                grid-template-columns: 1fr;\n                gap: 1rem;\n            }\n            \n            .empire-feature {\n                padding: 1.5rem 1rem;\n            }\n            \n            .empire-feature-icon {\n                font-size: 2.5rem;\n            }\n            \n            .empire-timeline {\n                flex-direction: column;\n            }\n            \n            .empire-timeline-item {\n                width: 100%;\n                max-width: 300px;\n            }\n            \n            .empire-divider {\n                transform: rotate(90deg);\n            }\n            \n            .empire-footer-text {\n                font-size: 0.95rem;\n            }\n            \n            .empire-final-quote {\n                font-size: 1rem;\n            }\n        }\n\n        @media (min-width: 769px) and (max-width: 1024px) {\n            .empire-features-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (min-width: 1025px) {\n            .empire-grid {\n                grid-template-columns: repeat(4, 1fr);\n            }\n            \n            .empire-features-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"empire-container\">\n        <div class=\"empire-header\">\n            <h1 class=\"empire-main-title\">\n                <span class=\"emoji\">\ud83d\udc51<\/span>\n                \u5927\u97d3\u5e1d\u570b\n                <span class=\"emoji\">\ud83c\udfdb\ufe0f<\/span>\n            <\/h1>\n            <p class=\"empire-subtitle\">13\ub144\uc758 \uc790\uc8fc\ub3c5\ub9bd \uc758\uc9c0 &#8211; \uadfc\ub300\uad6d\uac00\uc758 \uafc8\uacfc \uc88c\uc808<\/p>\n            <p class=\"empire-dynasty-info\">1897\ub144 ~ 1910\ub144 | 13\ub144\uac04\uc758 \ud669\uc81c\uad6d<br>\n            \uace0\uc885 \uad11\ubb34\uc81c \u00b7 \uc21c\uc885 \uc735\ud76c\uc81c | \ud658\uad6c\ub2e8 \ud669\uc81c\uc989\uc704 \u00b7 \uad11\ubb34\uac1c\ud601<\/p>\n        <\/div>\n\n        <div class=\"empire-grid\">\n            <!-- \ub300\ud55c\uc81c\uad6d \uc120\ud3ec \uc774\ud6c4 -->\n            <div class=\"empire-time-box\">\n                <h3 class=\"empire-time-title\">\n                    <span class=\"emoji\">\ud83d\udc51<\/span>\n                    \ub300\ud55c\uc81c\uad6d\uc120\ud3ec\n                <\/h3>\n                <div class=\"empire-time-display\" id=\"timeSinceEmpire\"><\/div>\n                <div class=\"empire-description\">1897\ub144 10\uc6d4 12\uc77c<br>\ud658\uad6c\ub2e8 \ud669\uc81c \uc989\uc704<\/div>\n            <\/div>\n\n            <!-- \ud604\uc7ac \uc2dc\uac01 -->\n            <div class=\"empire-time-box\">\n                <h3 class=\"empire-time-title\">\n                    <span class=\"emoji\">\u23f0<\/span>\n                    \ud604\uc7ac \uc2dc\uac01\n                <\/h3>\n                <div class=\"empire-time-display\" id=\"currentTimeEmpire\"><\/div>\n                <div class=\"empire-description\">\ub300\ud55c\ubbfc\uad6d \ud45c\uc900\uc2dc (KST)<br>\ud83d\udc51 \uc790\uc8fc\ub3c5\ub9bd\uc758 \uc758\uc9c0<\/div>\n            <\/div>\n\n            <!-- \uc744\uc0ac\ub291\uc57d \uc774\ud6c4 -->\n            <div class=\"empire-time-box\">\n                <h3 class=\"empire-time-title\">\n                    <span class=\"emoji\">\u26a1<\/span>\n                    \uc744\uc0ac\ub291\uc57d\n                <\/h3>\n                <div class=\"empire-time-display\" id=\"timeSinceEulsa\"><\/div>\n                <div class=\"empire-description\">1905\ub144 11\uc6d4 17\uc77c<br>\uc678\uad50\uad8c \ubc15\ud0c8<\/div>\n            <\/div>\n\n            <!-- \uacbd\uc220\uad6d\uce58 \uc774\ud6c4 -->\n            <div class=\"empire-time-box\">\n                <h3 class=\"empire-time-title\">\n                    <span class=\"emoji\">\ud83d\ude22<\/span>\n                    \uacbd\uc220\uad6d\uce58\n                <\/h3>\n                <div class=\"empire-time-display\" id=\"timeSinceKyungsul\"><\/div>\n                <div class=\"empire-description\">1910\ub144 8\uc6d4 29\uc77c<br>\uad6d\uad8c \uc0c1\uc2e4<\/div>\n            <\/div>\n        <\/div>\n\n        <!-- \ub300\ud55c\uc81c\uad6d\uc758 \uc5ed\uc0ac -->\n        <div class=\"empire-section\">\n            <h2 class=\"empire-section-title\">\n                <span class=\"emoji\">\u2728<\/span>\n                \u5927\u97d3\u5e1d\u570b\uc758 \u5149\u6b66\u6539\u9769\n                <span class=\"emoji\">\u2728<\/span>\n            <\/h2>\n            \n            <div class=\"empire-features-grid\">\n                <div class=\"empire-feature\">\n                    <div class=\"empire-feature-icon\">\ud83c\udfdb\ufe0f<\/div>\n                    <div class=\"empire-feature-title\">\ud658\uad6c\ub2e8<\/div>\n                    <div class=\"empire-feature-desc\">\ud558\ub298\uc5d0 \uc81c\uc0ac \uc9c0\ub0b4\ub294 \ud669\uc81c\uad6d \uc0c1\uc9d5. \ucc9c\uc6d0\uc9c0\ubc29 \uc6d0\ub9ac\uc758 \ub465\uadfc \uc81c\ub2e8<\/div>\n                <\/div>\n                \n                <div class=\"empire-feature\">\n                    <div class=\"empire-feature-icon\">\u2696\ufe0f<\/div>\n                    <div class=\"empire-feature-title\">\ub300\ud55c\uad6d\uad6d\uc81c<\/div>\n                    <div class=\"empire-feature-desc\">1899\ub144 \ubc18\ud3ec. \ud669\uc81c\uad8c \uac15\ud654\uc640 \uc804\uc81c\uad70\uc8fc\uc81c \ud655\ub9bd<\/div>\n                <\/div>\n                \n                <div class=\"empire-feature\">\n                    <div class=\"empire-feature-icon\">\ud83d\ude82<\/div>\n                    <div class=\"empire-feature-title\">\uadfc\ub300\ubb38\ubb3c\ub3c4\uc785<\/div>\n                    <div class=\"empire-feature-desc\">\uc804\ucc28\u00b7\uc804\uae30\u00b7\uc804\ud654 \ub3c4\uc785. \uacbd\uc778\uc120\u00b7\uacbd\ubd80\uc120 \uac1c\ud1b5<\/div>\n                <\/div>\n                \n                <div class=\"empire-feature\">\n                    <div class=\"empire-feature-icon\">\ud83d\udcda<\/div>\n                    <div class=\"empire-feature-title\">\ub3c5\ub9bd\ud611\ud68c<\/div>\n                    <div class=\"empire-feature-desc\">1896\ub144 \ucc3d\ub9bd. \ub3c5\ub9bd\uc2e0\ubb38 \ubc1c\ud589. \ub9cc\ubbfc\uacf5\ub3d9\ud68c \uac1c\ucd5c<\/div>\n                <\/div>\n                \n                <div class=\"empire-feature\">\n                    <div class=\"empire-feature-icon\">\ud83c\udf96\ufe0f<\/div>\n                    <div class=\"empire-feature-title\">\uc6d0\uc218\ubd80<\/div>\n                    <div class=\"empire-feature-desc\">1899\ub144 \uc124\uce58. \ud669\uc81c \uc9c1\uc18d \ucd5c\uace0 \uad70\ub839\uae30\uad00<\/div>\n                <\/div>\n                \n                <div class=\"empire-feature\">\n                    <div class=\"empire-feature-icon\">\ud83d\udcdc<\/div>\n                    <div class=\"empire-feature-title\">\uad11\ubb34\uac1c\ud601<\/div>\n                    <div class=\"empire-feature-desc\">\uc591\uc804\uc0ac\uc5c5\u00b7\uc9c0\uacc4\ubc1c\uae09. \uc0c1\uacf5\uc5c5 \uc9c4\ud765 \uc815\ucc45<\/div>\n                <\/div>\n            <\/div>\n\n            <!-- \ub300\ud55c\uc81c\uad6d \uc5ed\uc0ac \ud0c0\uc784\ub77c\uc778 -->\n            <div class=\"empire-legacy\">\n                <h3 class=\"empire-legacy-title\">\n                    <span class=\"emoji\">\ud83d\udcff<\/span>\n                    \ub300\ud55c\uc81c\uad6d 13\ub144\uc758 \uc5ed\uc815\n                <\/h3>\n                \n                <div class=\"empire-timeline\">\n                    <div class=\"empire-timeline-item\">\n                        <div class=\"empire-timeline-year\">1897\ub144<\/div>\n                        <div class=\"empire-timeline-event\">10\uc6d4 12\uc77c<br>\ub300\ud55c\uc81c\uad6d \uc120\ud3ec<\/div>\n                    <\/div>\n                    <span class=\"empire-divider\">\u25b6<\/span>\n                    <div class=\"empire-timeline-item\">\n                        <div class=\"empire-timeline-year\">1899\ub144<\/div>\n                        <div class=\"empire-timeline-event\">\ub300\ud55c\uad6d\uad6d\uc81c<br>\uc6d0\uc218\ubd80 \uc124\uce58<\/div>\n                    <\/div>\n                    <span class=\"empire-divider\">\u25b6<\/span>\n                    <div class=\"empire-timeline-item\">\n                        <div class=\"empire-timeline-year\">1902\ub144<\/div>\n                        <div class=\"empire-timeline-event\">\uace0\uc885\uc989\uc704<br>40\uc8fc\ub144<\/div>\n                    <\/div>\n                    <span class=\"empire-divider\">\u25b6<\/span>\n                    <div class=\"empire-timeline-item\">\n                        <div class=\"empire-timeline-year\">1904\ub144<\/div>\n                        <div class=\"empire-timeline-event\">\ub7ec\uc77c\uc804\uc7c1<br>\ud55c\uc77c\uc758\uc815\uc11c<\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"empire-timeline\">\n                    <div class=\"empire-timeline-item\">\n                        <div class=\"empire-timeline-year\">1905\ub144<\/div>\n                        <div class=\"empire-timeline-event\">\uc744\uc0ac\ub291\uc57d<br>\uc678\uad50\uad8c \ubc15\ud0c8<\/div>\n                    <\/div>\n                    <span class=\"empire-divider\">\u25b6<\/span>\n                    <div class=\"empire-timeline-item\">\n                        <div class=\"empire-timeline-year\">1907\ub144<\/div>\n                        <div class=\"empire-timeline-event\">\ud5e4\uc774\uadf8\ud2b9\uc0ac<br>\uace0\uc885\ud1f4\uc704<\/div>\n                    <\/div>\n                    <span class=\"empire-divider\">\u25b6<\/span>\n                    <div class=\"empire-timeline-item\">\n                        <div class=\"empire-timeline-year\">1907-1910\ub144<\/div>\n                        <div class=\"empire-timeline-event\">\uc21c\uc885\uc7ac\uc704<br>\uc815\ubbf87\uc870\uc57d<\/div>\n                    <\/div>\n                    <span class=\"empire-divider\">\u25b6<\/span>\n                    <div class=\"empire-timeline-item\">\n                        <div class=\"empire-timeline-year\">1910\ub144<\/div>\n                        <div class=\"empire-timeline-event\">8\uc6d4 29\uc77c<br>\uacbd\uc220\uad6d\uce58<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- \ud558\ub2e8 \uc815\ubcf4 -->\n        <div class=\"empire-footer\">\n            <div class=\"empire-footer-text\">\n                <span class=\"emoji\">\ud83c\udfdb\ufe0f<\/span><span class=\"empire-highlight\">\ub355\uc218\uad81(\uacbd\uc6b4\uad81)<\/span> \u00b7 \n                <span class=\"emoji\">\ud83c\udf8c<\/span><span class=\"empire-highlight\">\ud658\uad6c\ub2e8<\/span> \u00b7 \n                <span class=\"emoji\">\ud83d\udc51<\/span><span class=\"empire-highlight\">\uacbd\ubcf5\uad81<\/span> \u00b7 \n                <span class=\"emoji\">\ud83c\udff0<\/span><span class=\"empire-highlight\">\ucc3d\ub355\uad81<\/span>\n            <\/div>\n            <div class=\"empire-footer-text\">\n                <span class=\"emoji\">\ud83d\udc64<\/span>\uace0\uc885 \uad11\ubb34\uc81c \u00b7 <span class=\"emoji\">\ud83d\udc64<\/span>\uc21c\uc885 \uc735\ud76c\uc81c\n            <\/div>\n            <div class=\"empire-footer-text\">\n                <span class=\"emoji\">\ud83d\udcdc<\/span>\ub3c5\ub9bd\uc2e0\ubb38 \u00b7 <span class=\"emoji\">\ud83c\udfdb\ufe0f<\/span>\ub3c5\ub9bd\ubb38 \u00b7 <span class=\"emoji\">\ud83d\ude82<\/span>\uacbd\uc778\uc120 | \n                <span class=\"emoji\">\ud83d\udca1<\/span><span class=\"empire-highlight\">\uc804\uae30\u00b7\uc804\ucc28\u00b7\uc804\ud654<\/span>\n            <\/div>\n            <div class=\"empire-footer-text\">\n                <span class=\"emoji\">\ud83c\udf8c<\/span>\uc790\uc8fc\ub3c5\ub9bd \uc120\uc5b8 \u00b7 \uadfc\ub300\uad6d\uac00 \uc218\ub9bd | \n                <span class=\"emoji\">\ud83d\ude22<\/span><span class=\"empire-highlight\">\uc744\uc0ac\ub291\uc57d\u00b7\uacbd\uc220\uad6d\uce58<\/span>\n            <\/div>\n            \n            <div class=\"empire-final-quote\">\n                &#8220;\u5149\u6b66 &#8211; \ube5b\ub098\ub294 \ubb34\uacf5\uc73c\ub85c \uc790\uc8fc\ub3c5\ub9bd\uc744 \uc774\ub8e8\ub9ac\ub77c<br>\n                13\ub144\uc758 \uc9e7\uc740 \uc81c\uad6d\uc774\uc5c8\uc73c\ub098, \uc790\uc8fc\ub3c5\ub9bd\uc758 \uc758\uc9c0\ub294 \uc601\uc6d0\ud788 \ube5b\ub098\ub9ac\ub77c&#8221;\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n    function updateEmpireTimes() {\n        const now = new Date();\n\n        \/\/ \ud604\uc7ac \uc2dc\uac01 \uc5c5\ub370\uc774\ud2b8\n        document.getElementById('currentTimeEmpire').innerHTML = `\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${now.getFullYear()}<\/span>\n                <span class=\"label\">\ub144<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${String(now.getMonth() + 1).padStart(2, '0')}<\/span>\n                <span class=\"label\">\uc6d4<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${String(now.getDate()).padStart(2, '0')}<\/span>\n                <span class=\"label\">\uc77c<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${String(now.getHours()).padStart(2, '0')}<\/span>\n                <span class=\"label\">\uc2dc<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${String(now.getMinutes()).padStart(2, '0')}<\/span>\n                <span class=\"label\">\ubd84<\/span>\n            <\/div>\n        `;\n\n        \/\/ \ub300\ud55c\uc81c\uad6d \uc120\ud3ec \uc2dc\uc810 (1897\ub144 10\uc6d4 12\uc77c)\n        const empireStart = new Date(1897, 9, 12, 0, 0, 0, 0);\n        const timeDiffEmpire = now - empireStart;\n        const yearsEmpire = Math.floor(timeDiffEmpire \/ (1000 * 60 * 60 * 24 * 365.25));\n        const monthsEmpire = Math.floor((timeDiffEmpire % (1000 * 60 * 60 * 24 * 365.25)) \/ (1000 * 60 * 60 * 24 * 30.44));\n        const daysEmpire = Math.floor((timeDiffEmpire % (1000 * 60 * 60 * 24 * 30.44)) \/ (1000 * 60 * 60 * 24));\n        const hoursEmpire = Math.floor((timeDiffEmpire % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n        const minutesEmpire = Math.floor((timeDiffEmpire % (1000 * 60 * 60)) \/ (1000 * 60));\n\n        document.getElementById('timeSinceEmpire').innerHTML = `\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${yearsEmpire}<\/span>\n                <span class=\"label\">\ub144<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${monthsEmpire}<\/span>\n                <span class=\"label\">\uac1c\uc6d4<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${daysEmpire}<\/span>\n                <span class=\"label\">\uc77c<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${String(hoursEmpire).padStart(2, '0')}<\/span>\n                <span class=\"label\">\uc2dc<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${String(minutesEmpire).padStart(2, '0')}<\/span>\n                <span class=\"label\">\ubd84<\/span>\n            <\/div>\n        `;\n\n        \/\/ \uc744\uc0ac\ub291\uc57d \uc2dc\uc810 (1905\ub144 11\uc6d4 17\uc77c)\n        const eulsaStart = new Date(1905, 10, 17, 0, 0, 0, 0);\n        const timeDiffEulsa = now - eulsaStart;\n        const yearsEulsa = Math.floor(timeDiffEulsa \/ (1000 * 60 * 60 * 24 * 365.25));\n        const monthsEulsa = Math.floor((timeDiffEulsa % (1000 * 60 * 60 * 24 * 365.25)) \/ (1000 * 60 * 60 * 24 * 30.44));\n        const daysEulsa = Math.floor((timeDiffEulsa % (1000 * 60 * 60 * 24 * 30.44)) \/ (1000 * 60 * 60 * 24));\n        const hoursEulsa = Math.floor((timeDiffEulsa % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n        const minutesEulsa = Math.floor((timeDiffEulsa % (1000 * 60 * 60)) \/ (1000 * 60));\n\n        document.getElementById('timeSinceEulsa').innerHTML = `\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${yearsEulsa}<\/span>\n                <span class=\"label\">\ub144<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${monthsEulsa}<\/span>\n                <span class=\"label\">\uac1c\uc6d4<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${daysEulsa}<\/span>\n                <span class=\"label\">\uc77c<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${String(hoursEulsa).padStart(2, '0')}<\/span>\n                <span class=\"label\">\uc2dc<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${String(minutesEulsa).padStart(2, '0')}<\/span>\n                <span class=\"label\">\ubd84<\/span>\n            <\/div>\n        `;\n\n        \/\/ \uacbd\uc220\uad6d\uce58 \uc2dc\uc810 (1910\ub144 8\uc6d4 29\uc77c)\n        const kyungsulStart = new Date(1910, 7, 29, 0, 0, 0, 0);\n        const timeDiffKyungsul = now - kyungsulStart;\n        const yearsKyungsul = Math.floor(timeDiffKyungsul \/ (1000 * 60 * 60 * 24 * 365.25));\n        const monthsKyungsul = Math.floor((timeDiffKyungsul % (1000 * 60 * 60 * 24 * 365.25)) \/ (1000 * 60 * 60 * 24 * 30.44));\n        const daysKyungsul = Math.floor((timeDiffKyungsul % (1000 * 60 * 60 * 24 * 30.44)) \/ (1000 * 60 * 60 * 24));\n        const hoursKyungsul = Math.floor((timeDiffKyungsul % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n        const minutesKyungsul = Math.floor((timeDiffKyungsul % (1000 * 60 * 60)) \/ (1000 * 60));\n\n        document.getElementById('timeSinceKyungsul').innerHTML = `\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${yearsKyungsul}<\/span>\n                <span class=\"label\">\ub144<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${monthsKyungsul}<\/span>\n                <span class=\"label\">\uac1c\uc6d4<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${daysKyungsul}<\/span>\n                <span class=\"label\">\uc77c<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${String(hoursKyungsul).padStart(2, '0')}<\/span>\n                <span class=\"label\">\uc2dc<\/span>\n            <\/div>\n            <div class=\"empire-time-unit\">\n                <span class=\"number\">${String(minutesKyungsul).padStart(2, '0')}<\/span>\n                <span class=\"label\">\ubd84<\/span>\n            <\/div>\n        `;\n    }\n\n    \/\/ \ud398\uc774\uc9c0 \ub85c\ub4dc \uc2dc \uc989\uc2dc \uc2e4\ud589\n    updateEmpireTimes();\n\n    \/\/ 1\ucd08\ub9c8\ub2e4 \uc5c5\ub370\uc774\ud2b8\n    setInterval(updateEmpireTimes, 1000);\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\ub300\ud55c\uc81c\uad6d \uc5ed\uc0ac \uc2dc\uac04 \ud45c\uc2dc \uc704\uc82f \ud83d\udc51 \u5927\u97d3\u5e1d\u570b \ud83c\udfdb\ufe0f 13\ub144\uc758 \uc790\uc8fc\ub3c5\ub9bd \uc758\uc9c0 &#8211; \uadfc\ub300\uad6d\uac00\uc758 \uafc8\uacfc \uc88c\uc808 1897\ub144 ~ 1910\ub144 | 13\ub144\uac04\uc758 \ud669\uc81c\uad6d \uace0\uc885 \uad11\ubb34\uc81c \u00b7 \uc21c\uc885 &#8230; <a title=\"\ub300\ud55c\uc81c\uad6d\" class=\"read-more\" href=\"https:\/\/thekoreantoday.com\/history-alive\/daehan-empire\/\" aria-label=\"\ub300\ud55c\uc81c\uad6d\uc5d0 \ub300\ud574 \ub354 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uc138\uc694\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-142620","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\ub300\ud55c\uc81c\uad6d - \uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4<\/title>\n<meta name=\"description\" content=\"\ub300\ud55c\uc81c\uad6d \uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4 - 1897\ub144\ubd80\ud130 1910\ub144\uae4c\uc9c0 13\ub144\uac04, \uadfc\ub300 \uc790\uc8fc\ub3c5\ub9bd\uad6d\uac00\ub97c \uafc8\uafbc \ub300\ud55c\uc81c\uad6d. \uace0\uc885\uc758 \ud658\uad6c\ub2e8 \ud669\uc81c \uc989\uc704\ubd80\ud130 \uc744\uc0ac\ub291\uc57d, \ud5e4\uc774\uadf8 \ud2b9\uc0ac, \uc758\ubcd1\ud56d\uc7c1, \uacbd\uc220\uad6d\uce58\uae4c\uc9c0 \uaca9\ub3d9\uc758 \uadfc\ub300\uc0ac. \uad11\ubb34\uac1c\ud601\uc73c\ub85c \uc804\ucc28\uc640 \uc804\uae30\ub97c \ub3c4\uc785\ud558\uace0, \ud1a0\uc9c0\uc870\uc0ac\uc640 \ud654\ud3d0\uac1c\ud601\uc744 \ub2e8\ud589\ud558\uba70, \ub3c5\ub9bd\uc2e0\ubb38\uacfc \ud669\uc131\uc2e0\ubb38\uc774 \uacc4\ubabd\uc744 \uc678\uce5c \uac1c\ud654\uc758 \uc2dc\ub300. \ub355\uc218\uad81 \uc11d\uc870\uc804\uacfc \uc911\uba85\uc804, \ud658\uad6c\ub2e8\uacfc \ub3c5\ub9bd\ubb38\uc774 \uc99d\uc5b8\ud558\ub294 \uc790\uc8fc\ub3c5\ub9bd\uc758 \uc758\uc9c0. \uc81c\uad6d\uc8fc\uc758 \uc5f4\uac15\uc758 \uac01\ucd95\uc7a5\uc5d0\uc11c \uc8fc\uad8c\uc744 \uc9c0\ud0a4\ub824 \ubab8\ubd80\ub9bc\uce5c 13\ub144, \ub300\ud55c\ubbfc\uad6d\uc758 \ubfcc\ub9ac\uac00 \ub41c \ube44\uadf9\uc801 \uc81c\uad6d\uc758 \uc5ed\uc0ac.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thekoreantoday.com\/history-alive\/daehan-empire\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ub300\ud55c\uc81c\uad6d - \uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4\" \/>\n<meta property=\"og:description\" content=\"\ub300\ud55c\uc81c\uad6d \uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4 - 1897\ub144\ubd80\ud130 1910\ub144\uae4c\uc9c0 13\ub144\uac04, \uadfc\ub300 \uc790\uc8fc\ub3c5\ub9bd\uad6d\uac00\ub97c \uafc8\uafbc \ub300\ud55c\uc81c\uad6d. \uace0\uc885\uc758 \ud658\uad6c\ub2e8 \ud669\uc81c \uc989\uc704\ubd80\ud130 \uc744\uc0ac\ub291\uc57d, \ud5e4\uc774\uadf8 \ud2b9\uc0ac, \uc758\ubcd1\ud56d\uc7c1, \uacbd\uc220\uad6d\uce58\uae4c\uc9c0 \uaca9\ub3d9\uc758 \uadfc\ub300\uc0ac. \uad11\ubb34\uac1c\ud601\uc73c\ub85c \uc804\ucc28\uc640 \uc804\uae30\ub97c \ub3c4\uc785\ud558\uace0, \ud1a0\uc9c0\uc870\uc0ac\uc640 \ud654\ud3d0\uac1c\ud601\uc744 \ub2e8\ud589\ud558\uba70, \ub3c5\ub9bd\uc2e0\ubb38\uacfc \ud669\uc131\uc2e0\ubb38\uc774 \uacc4\ubabd\uc744 \uc678\uce5c \uac1c\ud654\uc758 \uc2dc\ub300. \ub355\uc218\uad81 \uc11d\uc870\uc804\uacfc \uc911\uba85\uc804, \ud658\uad6c\ub2e8\uacfc \ub3c5\ub9bd\ubb38\uc774 \uc99d\uc5b8\ud558\ub294 \uc790\uc8fc\ub3c5\ub9bd\uc758 \uc758\uc9c0. \uc81c\uad6d\uc8fc\uc758 \uc5f4\uac15\uc758 \uac01\ucd95\uc7a5\uc5d0\uc11c \uc8fc\uad8c\uc744 \uc9c0\ud0a4\ub824 \ubab8\ubd80\ub9bc\uce5c 13\ub144, \ub300\ud55c\ubbfc\uad6d\uc758 \ubfcc\ub9ac\uac00 \ub41c \ube44\uadf9\uc801 \uc81c\uad6d\uc758 \uc5ed\uc0ac.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thekoreantoday.com\/history-alive\/daehan-empire\/\" \/>\n<meta property=\"og:site_name\" content=\"\uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-30T02:22:50+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/daehan-empire\\\/\",\"url\":\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/daehan-empire\\\/\",\"name\":\"\ub300\ud55c\uc81c\uad6d - \uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/#website\"},\"datePublished\":\"2025-09-29T05:42:35+00:00\",\"dateModified\":\"2025-09-30T02:22:50+00:00\",\"description\":\"\ub300\ud55c\uc81c\uad6d \uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4 - 1897\ub144\ubd80\ud130 1910\ub144\uae4c\uc9c0 13\ub144\uac04, \uadfc\ub300 \uc790\uc8fc\ub3c5\ub9bd\uad6d\uac00\ub97c \uafc8\uafbc \ub300\ud55c\uc81c\uad6d. \uace0\uc885\uc758 \ud658\uad6c\ub2e8 \ud669\uc81c \uc989\uc704\ubd80\ud130 \uc744\uc0ac\ub291\uc57d, \ud5e4\uc774\uadf8 \ud2b9\uc0ac, \uc758\ubcd1\ud56d\uc7c1, \uacbd\uc220\uad6d\uce58\uae4c\uc9c0 \uaca9\ub3d9\uc758 \uadfc\ub300\uc0ac. \uad11\ubb34\uac1c\ud601\uc73c\ub85c \uc804\ucc28\uc640 \uc804\uae30\ub97c \ub3c4\uc785\ud558\uace0, \ud1a0\uc9c0\uc870\uc0ac\uc640 \ud654\ud3d0\uac1c\ud601\uc744 \ub2e8\ud589\ud558\uba70, \ub3c5\ub9bd\uc2e0\ubb38\uacfc \ud669\uc131\uc2e0\ubb38\uc774 \uacc4\ubabd\uc744 \uc678\uce5c \uac1c\ud654\uc758 \uc2dc\ub300. \ub355\uc218\uad81 \uc11d\uc870\uc804\uacfc \uc911\uba85\uc804, \ud658\uad6c\ub2e8\uacfc \ub3c5\ub9bd\ubb38\uc774 \uc99d\uc5b8\ud558\ub294 \uc790\uc8fc\ub3c5\ub9bd\uc758 \uc758\uc9c0. \uc81c\uad6d\uc8fc\uc758 \uc5f4\uac15\uc758 \uac01\ucd95\uc7a5\uc5d0\uc11c \uc8fc\uad8c\uc744 \uc9c0\ud0a4\ub824 \ubab8\ubd80\ub9bc\uce5c 13\ub144, \ub300\ud55c\ubbfc\uad6d\uc758 \ubfcc\ub9ac\uac00 \ub41c \ube44\uadf9\uc801 \uc81c\uad6d\uc758 \uc5ed\uc0ac.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/daehan-empire\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/daehan-empire\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/daehan-empire\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ub300\ud55c\uc81c\uad6d\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/#website\",\"url\":\"https:\\\/\\\/thekoreantoday.com\\\/\",\"name\":\"\uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4\",\"description\":\"\uace0\uc870\uc120\ubd80\ud130 \ud604\uc7ac\uae4c\uc9c0, \uc0b4\uc544 \uc228\uc26c\ub294 \ud55c\uad6d\uc0ac\",\"publisher\":{\"@id\":\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/#organization\",\"name\":\"\uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4\",\"url\":\"https:\\\/\\\/thekoreantoday.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/wp-content\\\/uploads\\\/sites\\\/196\\\/2025\\\/11\\\/cropped-\uc5ed\uc0ac\ub294-\uc0b4\uc544\uc788\ub2e4-2.png\",\"contentUrl\":\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/wp-content\\\/uploads\\\/sites\\\/196\\\/2025\\\/11\\\/cropped-\uc5ed\uc0ac\ub294-\uc0b4\uc544\uc788\ub2e4-2.png\",\"width\":2047,\"height\":410,\"caption\":\"\uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4\"},\"image\":{\"@id\":\"https:\\\/\\\/thekoreantoday.com\\\/history-alive\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ub300\ud55c\uc81c\uad6d - \uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4","description":"\ub300\ud55c\uc81c\uad6d \uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4 - 1897\ub144\ubd80\ud130 1910\ub144\uae4c\uc9c0 13\ub144\uac04, \uadfc\ub300 \uc790\uc8fc\ub3c5\ub9bd\uad6d\uac00\ub97c \uafc8\uafbc \ub300\ud55c\uc81c\uad6d. \uace0\uc885\uc758 \ud658\uad6c\ub2e8 \ud669\uc81c \uc989\uc704\ubd80\ud130 \uc744\uc0ac\ub291\uc57d, \ud5e4\uc774\uadf8 \ud2b9\uc0ac, \uc758\ubcd1\ud56d\uc7c1, \uacbd\uc220\uad6d\uce58\uae4c\uc9c0 \uaca9\ub3d9\uc758 \uadfc\ub300\uc0ac. \uad11\ubb34\uac1c\ud601\uc73c\ub85c \uc804\ucc28\uc640 \uc804\uae30\ub97c \ub3c4\uc785\ud558\uace0, \ud1a0\uc9c0\uc870\uc0ac\uc640 \ud654\ud3d0\uac1c\ud601\uc744 \ub2e8\ud589\ud558\uba70, \ub3c5\ub9bd\uc2e0\ubb38\uacfc \ud669\uc131\uc2e0\ubb38\uc774 \uacc4\ubabd\uc744 \uc678\uce5c \uac1c\ud654\uc758 \uc2dc\ub300. \ub355\uc218\uad81 \uc11d\uc870\uc804\uacfc \uc911\uba85\uc804, \ud658\uad6c\ub2e8\uacfc \ub3c5\ub9bd\ubb38\uc774 \uc99d\uc5b8\ud558\ub294 \uc790\uc8fc\ub3c5\ub9bd\uc758 \uc758\uc9c0. \uc81c\uad6d\uc8fc\uc758 \uc5f4\uac15\uc758 \uac01\ucd95\uc7a5\uc5d0\uc11c \uc8fc\uad8c\uc744 \uc9c0\ud0a4\ub824 \ubab8\ubd80\ub9bc\uce5c 13\ub144, \ub300\ud55c\ubbfc\uad6d\uc758 \ubfcc\ub9ac\uac00 \ub41c \ube44\uadf9\uc801 \uc81c\uad6d\uc758 \uc5ed\uc0ac.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/thekoreantoday.com\/history-alive\/daehan-empire\/","og_locale":"ko_KR","og_type":"article","og_title":"\ub300\ud55c\uc81c\uad6d - \uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4","og_description":"\ub300\ud55c\uc81c\uad6d \uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4 - 1897\ub144\ubd80\ud130 1910\ub144\uae4c\uc9c0 13\ub144\uac04, \uadfc\ub300 \uc790\uc8fc\ub3c5\ub9bd\uad6d\uac00\ub97c \uafc8\uafbc \ub300\ud55c\uc81c\uad6d. \uace0\uc885\uc758 \ud658\uad6c\ub2e8 \ud669\uc81c \uc989\uc704\ubd80\ud130 \uc744\uc0ac\ub291\uc57d, \ud5e4\uc774\uadf8 \ud2b9\uc0ac, \uc758\ubcd1\ud56d\uc7c1, \uacbd\uc220\uad6d\uce58\uae4c\uc9c0 \uaca9\ub3d9\uc758 \uadfc\ub300\uc0ac. \uad11\ubb34\uac1c\ud601\uc73c\ub85c \uc804\ucc28\uc640 \uc804\uae30\ub97c \ub3c4\uc785\ud558\uace0, \ud1a0\uc9c0\uc870\uc0ac\uc640 \ud654\ud3d0\uac1c\ud601\uc744 \ub2e8\ud589\ud558\uba70, \ub3c5\ub9bd\uc2e0\ubb38\uacfc \ud669\uc131\uc2e0\ubb38\uc774 \uacc4\ubabd\uc744 \uc678\uce5c \uac1c\ud654\uc758 \uc2dc\ub300. \ub355\uc218\uad81 \uc11d\uc870\uc804\uacfc \uc911\uba85\uc804, \ud658\uad6c\ub2e8\uacfc \ub3c5\ub9bd\ubb38\uc774 \uc99d\uc5b8\ud558\ub294 \uc790\uc8fc\ub3c5\ub9bd\uc758 \uc758\uc9c0. \uc81c\uad6d\uc8fc\uc758 \uc5f4\uac15\uc758 \uac01\ucd95\uc7a5\uc5d0\uc11c \uc8fc\uad8c\uc744 \uc9c0\ud0a4\ub824 \ubab8\ubd80\ub9bc\uce5c 13\ub144, \ub300\ud55c\ubbfc\uad6d\uc758 \ubfcc\ub9ac\uac00 \ub41c \ube44\uadf9\uc801 \uc81c\uad6d\uc758 \uc5ed\uc0ac.","og_url":"https:\/\/thekoreantoday.com\/history-alive\/daehan-empire\/","og_site_name":"\uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4","article_modified_time":"2025-09-30T02:22:50+00:00","twitter_card":"summary_large_image","twitter_misc":{"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thekoreantoday.com\/history-alive\/daehan-empire\/","url":"https:\/\/thekoreantoday.com\/history-alive\/daehan-empire\/","name":"\ub300\ud55c\uc81c\uad6d - \uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4","isPartOf":{"@id":"https:\/\/thekoreantoday.com\/history-alive\/#website"},"datePublished":"2025-09-29T05:42:35+00:00","dateModified":"2025-09-30T02:22:50+00:00","description":"\ub300\ud55c\uc81c\uad6d \uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4 - 1897\ub144\ubd80\ud130 1910\ub144\uae4c\uc9c0 13\ub144\uac04, \uadfc\ub300 \uc790\uc8fc\ub3c5\ub9bd\uad6d\uac00\ub97c \uafc8\uafbc \ub300\ud55c\uc81c\uad6d. \uace0\uc885\uc758 \ud658\uad6c\ub2e8 \ud669\uc81c \uc989\uc704\ubd80\ud130 \uc744\uc0ac\ub291\uc57d, \ud5e4\uc774\uadf8 \ud2b9\uc0ac, \uc758\ubcd1\ud56d\uc7c1, \uacbd\uc220\uad6d\uce58\uae4c\uc9c0 \uaca9\ub3d9\uc758 \uadfc\ub300\uc0ac. \uad11\ubb34\uac1c\ud601\uc73c\ub85c \uc804\ucc28\uc640 \uc804\uae30\ub97c \ub3c4\uc785\ud558\uace0, \ud1a0\uc9c0\uc870\uc0ac\uc640 \ud654\ud3d0\uac1c\ud601\uc744 \ub2e8\ud589\ud558\uba70, \ub3c5\ub9bd\uc2e0\ubb38\uacfc \ud669\uc131\uc2e0\ubb38\uc774 \uacc4\ubabd\uc744 \uc678\uce5c \uac1c\ud654\uc758 \uc2dc\ub300. \ub355\uc218\uad81 \uc11d\uc870\uc804\uacfc \uc911\uba85\uc804, \ud658\uad6c\ub2e8\uacfc \ub3c5\ub9bd\ubb38\uc774 \uc99d\uc5b8\ud558\ub294 \uc790\uc8fc\ub3c5\ub9bd\uc758 \uc758\uc9c0. \uc81c\uad6d\uc8fc\uc758 \uc5f4\uac15\uc758 \uac01\ucd95\uc7a5\uc5d0\uc11c \uc8fc\uad8c\uc744 \uc9c0\ud0a4\ub824 \ubab8\ubd80\ub9bc\uce5c 13\ub144, \ub300\ud55c\ubbfc\uad6d\uc758 \ubfcc\ub9ac\uac00 \ub41c \ube44\uadf9\uc801 \uc81c\uad6d\uc758 \uc5ed\uc0ac.","breadcrumb":{"@id":"https:\/\/thekoreantoday.com\/history-alive\/daehan-empire\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thekoreantoday.com\/history-alive\/daehan-empire\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/thekoreantoday.com\/history-alive\/daehan-empire\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/thekoreantoday.com\/history-alive\/"},{"@type":"ListItem","position":2,"name":"\ub300\ud55c\uc81c\uad6d"}]},{"@type":"WebSite","@id":"https:\/\/thekoreantoday.com\/history-alive\/#website","url":"https:\/\/thekoreantoday.com\/","name":"\uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4","description":"\uace0\uc870\uc120\ubd80\ud130 \ud604\uc7ac\uae4c\uc9c0, \uc0b4\uc544 \uc228\uc26c\ub294 \ud55c\uad6d\uc0ac","publisher":{"@id":"https:\/\/thekoreantoday.com\/history-alive\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thekoreantoday.com\/history-alive\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/thekoreantoday.com\/history-alive\/#organization","name":"\uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4","url":"https:\/\/thekoreantoday.com\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/thekoreantoday.com\/history-alive\/#\/schema\/logo\/image\/","url":"https:\/\/thekoreantoday.com\/history-alive\/wp-content\/uploads\/sites\/196\/2025\/11\/cropped-\uc5ed\uc0ac\ub294-\uc0b4\uc544\uc788\ub2e4-2.png","contentUrl":"https:\/\/thekoreantoday.com\/history-alive\/wp-content\/uploads\/sites\/196\/2025\/11\/cropped-\uc5ed\uc0ac\ub294-\uc0b4\uc544\uc788\ub2e4-2.png","width":2047,"height":410,"caption":"\uc5ed\uc0ac\ub294 \uc0b4\uc544\uc788\ub2e4"},"image":{"@id":"https:\/\/thekoreantoday.com\/history-alive\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/thekoreantoday.com\/history-alive\/wp-json\/wp\/v2\/pages\/142620","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thekoreantoday.com\/history-alive\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thekoreantoday.com\/history-alive\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thekoreantoday.com\/history-alive\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thekoreantoday.com\/history-alive\/wp-json\/wp\/v2\/comments?post=142620"}],"version-history":[{"count":0,"href":"https:\/\/thekoreantoday.com\/history-alive\/wp-json\/wp\/v2\/pages\/142620\/revisions"}],"wp:attachment":[{"href":"https:\/\/thekoreantoday.com\/history-alive\/wp-json\/wp\/v2\/media?parent=142620"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}