{"id":3122,"date":"2025-06-29T09:02:44","date_gmt":"2025-06-29T09:02:44","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3122"},"modified":"2025-07-05T09:11:57","modified_gmt":"2025-07-05T09:11:57","slug":"%ec%b0%b8%eb%82%98%eb%ac%b4%ec%8b%9c%eb%93%a4%ec%9d%8c%eb%b3%91","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ec%b0%b8%eb%82%98%eb%ac%b4%ec%8b%9c%eb%93%a4%ec%9d%8c%eb%b3%91","title":{"rendered":"\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1"},"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>\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1 \ub300\ud654\ud615 \uac00\uc774\ub4dc<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+KR:wght@300;400;500;700&#038;display=swap\" rel=\"stylesheet\">\n    <!-- Chosen Palette: Oak & Forest Green -->\n    <!-- Application Structure Plan: The SPA for Oak Wilt Disease is structured into five core sections: '\uac1c\uc694' (Overview), '\ubcd1\uc6d0\uccb4 \ubc0f \ub9e4\uac1c\ucda9 \ud615\ud0dc' (Pathogen & Vector Morphology), '\ud53c\ud574 \uc99d\uc0c1' (Damage Symptoms), '\uc0dd\ud65c\uc0ac \ubc0f \uc804\ud30c' (Lifecycle & Transmission), and '\ubc29\uc81c \ubc29\ubc95' (Control Methods). This logical flow supports comprehensive understanding from identification to management. '\ubcd1\uc6d0\uccb4 \ubc0f \ub9e4\uac1c\ucda9 \ud615\ud0dc' and '\ud53c\ud574 \uc99d\uc0c1' sections use interactive elements (buttons) to highlight different forms\/symptoms. '\uc0dd\ud65c\uc0ac' includes a detailed flowchart to visualize its complex disease cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily focusing on preventative measures and removal\/vector control. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pathogen\/Vector Morphology (Fungus, Ambrosia beetle adults, larvae, pupae) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for '\ubcd1\uc6d0\uade0 (Raffaelea)', '\uad11\ub989\uae34\ub098\ubb34\uc880 \uc131\ucda9', '\ub9e4\uac1c\ucda9 \uc720\ucda9\/\ubc88\ub370\uae30' -> Interaction: Clicking buttons updates image and descriptive text for each form. -> Justification: Visual identification of both the fungal pathogen (microscopic) and its insect vector (macroscopic) is crucial for understanding. -> Library: Vanilla JS.\n        2. Report Info: Damage Symptoms (Leaf wilt\/discoloration, Frass, Entry holes, Wood discoloration\/alcohol smell) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for '\uc78e \uc2dc\ub4e4\uc74c\/\uac08\ubcc0', '\ubaa9\uc7ac\ubd84(\ud504\ub77c\uc2a4) \ubc30\ucd9c', '\uce68\uc785\uacf5\/\ubcc0\uc0c9\ub41c \ubaa9\uc9c8\ubd80' -> Interaction: Clicking buttons updates image and descriptive text. Clearly shows external and internal diagnostic symptoms. -> Justification: The varied and progressive nature of disease symptoms, including external and internal signs (like unique alcohol smell), needs clear visual differentiation. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Fungus\/beetle overwintering, Beetle emergence\/fungus transmission, Fungus multiplication in wood, Tree death) -> Goal: Organize & Show Change -> Viz\/Method: Detailed HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the complex interrelationship between the fungus, the beetle, and the tree (including specific timings) is essential for effective intervention. -> Library: HTML\/Tailwind.\n        4. Report Info: Control Timing (Fumigation, Trapping, Tree injection, Pruning, Seasonal application of pesticides) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary periods for various control methods, especially chemical applications tied to beetle emergence, and physical removal throughout the year. -> Library: Chart.js.\n    -->\n    <!-- CONFIRMATION: NO SVG graphics used. NO Mermaid JS used. -->\n    <style>\n        body {\n            font-family: 'Noto Sans KR', sans-serif;\n        }\n        .chart-container {\n            position: relative;\n            width: 100%;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n            height: 300px;\n            max-height: 400px;\n        }\n        @media (min-width: 768px) {\n            .chart-container {\n                height: 350px;\n            }\n        }\n        .nav-btn {\n            transition: all 0.3s ease;\n            border-radius: 0 !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n        .nav-btn.active {\n            background-color: #44403c !important; \/* stone-800 *\/\n            color: #f5f5f5 !important; \/* stone-100 *\/\n            font-weight: 700;\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        .stage-btn, .damage-btn {\n            border-radius: 0 !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n        .stage-btn.active, .damage-btn.active {\n            background-color: #78716c; \/* stone-600 *\/\n            color: white;\n            font-weight: 600;\n            transform: scale(1.05);\n        }\n        .nav-btn:focus,\n        .stage-btn:focus,\n        .damage-btn:focus {\n            outline: none !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto\"> \n        \n        <header class=\"text-center\">\n            <!-- \ubcd1\ud574\ucda9\uba85\uacfc \ud559\uba85 \uc81c\uac70\ub428 -->\n        <\/header>\n\n        <nav class=\"flex justify-between bg-gray-200 mb-8\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 text-center py-2 px-4 text-gray-700 hover:bg-stone-300\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-stone-300\">\ubcd1\uc6d0\uccb4 \ubc0f \ub9e4\uac1c\ucda9 \ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-stone-300\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-stone-300\">\uc0dd\ud65c\uc0ac \ubc0f \uc804\ud30c<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-stone-300\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\" class=\"p-2 md:p-2\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1 (Oak Wilt)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1\uc740 <i>Raffaelea quercus-mongolicae<\/i> \uacf0\ud321\uc774\uac00 \uad11\ub989\uae34\ub098\ubb34\uc880(<i>Platypus koryoensis<\/i>)\uc5d0 \uc758\ud574 \uc804\ud30c\ub418\uc5b4 \uac74\uac15\ud55c \ucc38\ub098\ubb34\ub958\ub97c \uae09\uc18d\ud788 \ub9d0\ub77c \uc8fd\uac8c \ud558\ub294 \ubcd1\uc785\ub2c8\ub2e4. \uad11\ub989\uae34\ub098\ubb34\uc880\uc740 \ub098\ubb34 \uc18d\uc73c\ub85c \uce68\uc785\ud558\uba74\uc11c \uacf0\ud321\uc774\ub97c \uc62e\uae30\uace0, \uacf0\ud321\uc774\uac00 \ub098\ubb34\uc758 \uc218\ubd84 \uc774\ub3d9 \ud1b5\ub85c(\ub3c4\uad00)\ub97c \ub9c9\uc544 \ub098\ubb34\uac00 \ube60\ub974\uac8c \uc2dc\ub4dc\ub294 \uac83\uc774 \ud2b9\uc9d5\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <ul class=\"list-disc list-inside text-gray-700 mt-4 space-y-1\">\n                        <li><strong>\uc6d4\ub3d9\ud0dc:<\/strong> \ub9e4\uac1c\ucda9(\uad11\ub989\uae34\ub098\ubb34\uc880)\uc758 \uc720\ucda9\uc774 \ud53c\ud574 \uace0\uc0ac\ubaa9 \ub0b4\uc5d0\uc11c \uc6d4\ub3d9 (\uc77c\ubd80 \uc2e0\uc131\ucda9 \ud63c\uc7ac)<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \ub9e4\uac1c\ucda9\uc740 \uc5f0 1\ud68c \ubc1c\uc0dd. \ubcd1\uc6d0\uade0\uc740 \ub9e4\uac1c\ucda9 \ubab8\uc18d\uc5d0\uc11c \uacc4\uc18d \uc99d\uc2dd\ud558\uba70 \ub098\ubb34 \ub0b4\uc5d0\uc11c \uc5ec\ub7ec \uc138\ub300 \ubc18\ubcf5.<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-stone-800 mb-3\">\ubd84\ud3ec \ubc0f \ud655\uc0b0 \ud604\ud669<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \uad6d\ub0b4\uc5d0\uc11c\ub294 2004\ub144 8\uc6d4 \ud558\uc21c \uacbd\uae30\ub3c4 \uc131\ub0a8 \uc774\ubc30\uc7ac\uc758 \uc2e0\uac08\ub098\ubb34\ub9bc\uc5d0\uc11c \ucc98\uc74c \ubc1c\uacac\ub41c \ud6c4 \uc804\uad6d\uc73c\ub85c \ube60\ub974\uac8c \ud655\uc0b0\ub418\uc5b4 \ucc38\ub098\ubb34\ub9bc\uc5d0 \uc9c0\uc18d\uc801\uc778 \ud53c\ud574\ub97c \uc8fc\uace0 \uc788\uc2b5\ub2c8\ub2e4. 2012\ub144 \uae30\uc900 91\uac1c \uc2dc\u00b7\uad70\u00b7\uad6c\uc5d0\uc11c \ubc1c\uc0dd\uc774 \ud655\uc778\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc77c\ubcf8\uc5d0\uc11c\ub3c4 1980\ub144\ub300 \uc774\ub798 \ud53c\ud574\uac00 \ud655\uc0b0\ub418\uc5c8\uc73c\uba70, \uc6b0\ub9ac\ub098\ub77c\uc758 \ud53c\ud574 \uc591\uc0c1\uacfc \uc720\uc0ac\ud55c \uacbd\ud5a5\uc744 \ubcf4\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <p class=\"text-gray-700\">\uc8fc\uc694 \ud53c\ud574 \uc218\uc885\uc740 <strong>\uc2e0\uac08\ub098\ubb34<\/strong>\uc5d0 \uac00\uc7a5 \ud070 \ud53c\ud574\ub97c \uc8fc\uc9c0\ub9cc, <strong>\ub5a1\uac08\ub098\ubb34, \uc878\ucc38\ub098\ubb34, \uac08\ucc38\ub098\ubb34, \uc0c1\uc218\ub9ac\ub098\ubb34, \uad74\ucc38\ub098\ubb34, \uc11c\uc5b4\ub098\ubb34, \ubb3c\ucc38\ub098\ubb34<\/strong> \ub4f1 \ub2e4\uc591\ud55c \ucc38\ub098\ubb34\ub958 \ubc0f \uc77c\ubd80 \ud65c\uc5fd\uc218\uc5d0\ub3c4 \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \uc77c\ubc18\uc801\uc73c\ub85c \ud749\uace0\uc9c1\uacbd 20cm \uc774\uc0c1\uc758 \uc911\u00b7\ub300\uacbd\ubaa9\uc5d0 \ub9ce\uc774 \ubc1c\uc0dd\ud569\ub2c8\ub2e4.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- \ubcd1\uc6d0\uccb4 \ubc0f \ub9e4\uac1c\ucda9 \ud615\ud0dc Section -->\n            <section id=\"morphology\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1 \ubcd1\uc6d0\uccb4 \ubc0f \ub9e4\uac1c\ucda9\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1\uc740 \ubbf8\uc138\ud55c \uacf0\ud321\uc774 \ubcd1\uc6d0\uade0\uacfc \uc774\ub97c \uc62e\uae30\ub294 \ub9e4\uac1c\ucda9(\uad11\ub989\uae34\ub098\ubb34\uc880)\uc758 \uc0c1\ud638\uc791\uc6a9\uc73c\ub85c \ubc1c\uc0dd\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"pathogen_raffaelea\" class=\"stage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubcd1\uc6d0\uade0 (<i>Raffaelea quercus-mongolicae<\/i>)<\/button>\n                        <button data-type=\"vector_platypus_adult\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uad11\ub989\uae34\ub098\ubb34\uc880 \uc131\ucda9<\/button>\n                        <button data-type=\"vector_larva_pupa\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ub9e4\uac1c\ucda9 \uc720\ucda9 \ubc0f \ubc88\ub370\uae30<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"md:flex md:items-center md:space-x-6 p-4\">\n                        <img decoding=\"async\" id=\"morphology-main-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/Raffaelea_quercus_mongolicae_colony.jpg\" alt=\"\ubcd1\uc6d0\uade0 \ubc30\uc591\uade0\ucd1d \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 mb-4 md:mb-0\">\n                        <div id=\"morphology-text\" class=\"md:w-1\/2\">\n                            <h3 id=\"morphology-title\" class=\"text-xl font-semibold text-stone-700 mb-2\"><\/h3>\n                            <p id=\"morphology-description\" class=\"text-gray-700\"><\/p>\n                            <p id=\"morphology-size\" class=\"text-sm text-gray-600 mt-2\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ud53c\ud574 \uc99d\uc0c1 Section -->\n            <section id=\"damage\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1\uc740 \uc78e\uc758 \uae09\uaca9\ud55c \uc2dc\ub4e4\uc74c\uacfc \ubcc0\uc0c9, \uadf8\ub9ac\uace0 \ub9e4\uac1c\ucda9\uc758 \ud754\uc801\uacfc \ub0b4\ubd80 \ubaa9\uc9c8\ubd80\uc758 \ubcc0\uc0c9\uc73c\ub85c \uc9c4\ub2e8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"leaf_wilt_discoloration\" class=\"damage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc78e \uc2dc\ub4e4\uc74c \ubc0f \uac08\ubcc0<\/button>\n                        <button data-damage-type=\"frass_exudation\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubaa9\uc7ac\ubd84(\ud504\ub77c\uc2a4) \ubc30\ucd9c<\/button>\n                        <button data-damage-type=\"entry_wood_discoloration\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uce68\uc785\uacf5 \ubc0f \ubcc0\uc0c9\ub41c \ubaa9\uc9c8\ubd80<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"md:flex md:items-center md:space-x-6 p-4\">\n                        <img decoding=\"async\" id=\"damage-main-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/oak_wilt_disease_leaf_discoloration.jpg\" alt=\"\ucc38\ub098\ubb34 \uc2dc\ub4e4\uc74c\ubcd1\uc73c\ub85c \ub9d0\ub77c\uc8fd\uc740 \uc2e0\uac08\ub098\ubb34 \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 mb-4 md:mb-0\">\n                        <div id=\"damage-text\" class=\"md:w-1\/2\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-stone-700 mb-2\"><\/h3>\n                            <p id=\"damage-description\" class=\"text-gray-700\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \uc0dd\ud65c\uc0ac \ubc0f \uc804\ud30c Section -->\n            <section id=\"ecology\" class=\"content-section space-y-6\">\n                 <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1\uc758 \uc0dd\ud65c\uc0ac \ubc0f \uc804\ud30c \uacfc\uc815<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1\uc740 \ubcd1\uc6d0\uade0(\uacf0\ud321\uc774)\uacfc \ub9e4\uac1c\ucda9(\uad11\ub989\uae34\ub098\ubb34\uc880) \uac04\uc758 \ubc00\uc811\ud55c \uc0c1\ud638\uc791\uc6a9\uc73c\ub85c \ubc1c\uc0dd\ud558\uba70 \ud655\uc0b0\ub429\ub2c8\ub2e4.\n                    <\/p>\n                     <div class=\"flex flex-col items-center space-y-2\">\n                        <div class=\"w-full max-w-md text-center p-3 bg-blue-100\">\n                            <p class=\"font-semibold\">1. \ub9e4\uac1c\ucda9 \uc720\ucda9 \uc6d4\ub3d9 (11\uc6d4 ~ \uc775\ub144 4\uc6d4)<\/p><p class=\"text-sm\">\ud53c\ud574 \uace0\uc0ac\ubaa9 \uc870\uc9c1 \ub0b4\uc5d0\uc11c \ub9e4\uac1c\ucda9 \uc720\ucda9\uc774 \uc6d4\ub3d9 (\uc77c\ubd80 \uc2e0\uc131\ucda9 \ud63c\uc7ac)<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-green-100\">\n                            <p class=\"font-semibold\">2. \ub9e4\uac1c\ucda9 \uc131\ucda9 \uc6b0\ud654 \ubc0f \ubcd1\uc6d0\uade0 \ubcf4\uc720 (5\uc6d4 \ucd08\uc21c ~ 10\uc6d4 \ucd08\uc21c)<\/p><p class=\"text-sm\">\uc6d4\ub3d9 \uc720\ucda9\uc774 \uc131\ucda9\uc73c\ub85c \uc6b0\ud654\ud558\uba70, \uc774\ub54c \ubab8\uccb4 \ud45c\uba74 \ub610\ub294 \uade0\ub0ad\uc5d0 \ubcd1\uc6d0\uade0(<i>Raffaelea quercus-mongolicae<\/i>)\uc744 \uc9c0\ub2d8<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-yellow-100\">\n                            <p class=\"font-semibold\">3. \ub9e4\uac1c\ucda9 \uac74\uc804\ubaa9 \uce68\uc785 \ubc0f \ubcd1\uc6d0\uade0 \uc804\ud30c (6\uc6d4 \ud558\uc21c ~ 7\uc6d4 \uc0c1\uc21c)<\/p><p class=\"text-sm\">\uc218\ucef7 \uad11\ub989\uae34\ub098\ubb34\uc880\uc774 \uac74\uc804\ubaa9(\uc8fc\ub85c \uc218\uac04 \ud558\ubd80)\uc5d0 \uce68\uc785\ud558\uc5ec \ud398\ub85c\ubaac \ubc1c\uc0b0, \uc554\ucef7 \uc720\uc778. \uc554\ucef7\uc774 \uade0\ub0ad\uc758 \ubcd1\uc6d0\uade0\uc744 \uac31\ub3c4 \ubcbd\uba74\uc5d0 \ud37c\ub728\ub9bc<\/p>\n                        <\/div>\n                         <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                         <div class=\"w-full max-w-md text-center p-3 bg-orange-100\">\n                            <p class=\"font-semibold\">4. \ubcd1\uc6d0\uade0 \uc99d\uc2dd \ubc0f \ub098\ubb34 \uace0\uc0ac (\uce68\uc785 \uc57d 1\uac1c\uc6d4 \ud6c4)<\/p><p class=\"text-sm\">\uac31\ub3c4\uc5d0\uc11c \ubc88\uc2dd\ud55c \ubcd1\uc6d0\uade0\uc774 \ubcc0\uc7ac \uc804\uccb4\ub85c \ud37c\uc838 \ub3c4\uad00 \uae30\ub2a5 \ub9c8\ube44. \ubb3c \uc774\ub3d9 \ubd88\uac00\ub85c \ub098\ubb34\uac00 \uae09\uc18d\ud558\uac8c \uc2dc\ub4e4\uace0 \ub9d0\ub77c \uc8fd\uc74c (7\uc6d4 \ud558\uc21c\ubd80\ud130 \uc99d\uc0c1 \ubc1c\ud604)<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                         <div class=\"w-full max-w-md text-center p-3 bg-red-100\">\n                            <p class=\"font-semibold\">5. \ub9e4\uac1c\ucda9 \uc0b0\ub780 \ubc0f \uc720\ucda9 \ubc1c\uc721 (\uac00\uc744)<\/p><p class=\"text-sm\">\uc8fd\uc5b4\uac00\ub294 \ub098\ubb34\uc5d0 \ub9e4\uac1c\ucda9\uc774 \uc0b0\ub780. \uc54c\uc5d0\uc11c \ubd80\ud654\ud55c \uc720\ucda9\uc774 \ub098\ubb34\ub97c \uac00\ud574\ud558\uba70 \ub2e4\uc74c \ud574 \uc6d4\ub3d9 \uc900\ube44<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"p-6 bg-white mt-6\">\n                        <h3 class=\"text-xl font-semibold text-stone-800 mb-3\">\uace0\uc0ac \uae30\uc791<\/h3>\n                        <p class=\"text-gray-700\">\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1 \ubcd1\uc6d0\uade0\uc740 \uc218\ubaa9 \uc870\uc9c1\uc758 \ubc29\uc5b4 \ubc18\uc751\uc73c\ub85c \uc778\ud574 \uac31\ub3c4 \uc8fc\ubcc0\uc758 \ud55c\uc815\ub41c \uc870\uc9c1\ubc16\uc5d0 \uce68\uc785\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c 1\uac1c \ub610\ub294 \uc18c\uc218\uc758 \uac31\ub3c4\ub85c\ubd80\ud130 \ubcd1\uc6d0\uade0\uc774 \ubcc0\uc7ac\ubd80\ub85c \uce68\uc785\ud574\uc11c\ub294 \ub098\ubb34\uac00 \uace0\uc0ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 **\ub2e4\uc218\uc758 \uad11\ub989\uae34\ub098\ubb34\uc880\uc774 \ud55c \uadf8\ub8e8\uc758 \ub098\ubb34\uc5d0 \uc9d1\uc911\uc801\uc73c\ub85c \uac00\ud574**\ud558\uba74 \uac01\uac01\uc758 \uac31\ub3c4\ub85c\ubd80\ud130 \ubcd1\uc6d0\uade0\uc774 \ub3d9\uc2dc\uc5d0 \ubcc0\uc7ac \uc804\uccb4\ub85c \uce68\uc785\ud558\uc5ec \ub2e4\uc218\uc758 \ub3c4\uad00 \uae30\ub2a5\uc774 \ub9c8\ube44\ub418\uace0 \ub098\ubb34\uac00 \uace0\uc0ac\ud558\uac8c \ub429\ub2c8\ub2e4.<\/p>\n                        <p class=\"text-700 mt-2\">\ubcd1\uc6d0\uade0\uc740 PDA \ubc30\uc9c0\uc5d0\uc11c 20~25\u2103\uac00 \ucd5c\uc801 \uc0dd\uc7a5 \uc628\ub3c4\uc774\uba70, 2\uc8fc \ud6c4\uc5d0\ub294 \uac08\uc0c9\uc774\ub098 \uc605\uc740 \ud669\ub85d\uc0c9\uc73c\ub85c \ubcc0\ud558\uace0 \ud6a8\ubaa8 \ub0c4\uc0c8\uac00 \ub0a9\ub2c8\ub2e4. \ubd84\uc0dd\ud3ec\uc790\ub294 \ud22c\uba85\ud558\uace0 \uaca9\ubcbd\uc774 \uc5c6\uc73c\uba70, \uacc4\ub780\ud615, \ubc30\ud615, \uc7a5\ubc29\ud615 \ub4f1 \ub2e4\uc591\ud55c \ud615\ud0dc\ub97c \uac00\uc9d1\ub2c8\ub2e4.<\/p>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ubc29\uc81c \ubc29\ubc95 Section -->\n            <section id=\"control\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1\uc740 \ud55c\ubc88 \uac10\uc5fc\ub418\uba74 \uce58\ub8cc\uac00 \ub9e4\uc6b0 \uc5b4\ub835\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c **\uc608\ubc29\uacfc \uc870\uae30 \ubc1c\uacac, \uadf8\ub9ac\uace0 \uac10\uc5fc\ubaa9 \ubc0f \ub9e4\uac1c\ucda9 \uc81c\uac70\ub97c \ud1b5\ud55c \ud655\uc0b0 \ubc29\uc9c0**\uac00 \uac00\uc7a5 \uc911\uc694\ud558\uba70, \ud604\uc7a5 \uc5ec\uac74\uacfc \uc2dc\uae30\uc5d0 \ub9de\ub294 \ubcf5\ud569 \ubc29\uc81c\ub97c \ucd94\uc9c4\ud574\uc57c \ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 bg-red-50\">\n                            <h3 class=\"text-xl font-semibold text-red-800 mb-2\">\u203b \ubc29\uc81c \ud575\uc2ec: \ub9e4\uac1c\ucda9 \ubc00\ub3c4 \uc870\uc808<\/h3>\n                            <p class=\"text-gray-700\">\ud604\uc7ac \ucc38\ub098\ubb34 \uc2dc\ub4e4\uc74c\ubcd1\uc758 \ubc29\uc81c\ub294 \ubcd1\uc6d0\uade0\uc744 \uc62e\uae30\ub294 \uad11\ub989\uae34\ub098\ubb34\uc880\uc758 \uc784\ub0b4 \ubc00\ub3c4\ub97c \ub0ae\ucd94\ub294 \ub370 \ucd08\uc810\uc774 \ub9de\ucdb0\uc838 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <div class=\"p-4 bg-blue-50\">\n                             <h3 class=\"text-xl font-semibold text-blue-800 mb-2\">\u2460 \uac10\uc5fc\ubaa9 \uc81c\uac70 \ubc0f \ucc98\ub9ac (\ubc8c\ucc44\u00b7\ud6c8\uc99d\/\uc18c\uac01\/\ud30c\uc1c4)<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc18c\uad6c\uc5ed \ubaa8\ub450\ubca0\uae30:<\/strong> \ubc8c\ucc44\uc0b0\ubb3c \uc218\uc9d1\u00b7\ubc18\ucd9c\uc774 \uac00\ub2a5\ud55c \uc9d1\ub2e8\ubc1c\uc0dd\uc9c0\uc5ed\uc5d0\uc11c \uc2e4\uc2dc\ud569\ub2c8\ub2e4. \ud53c\ud574\uc9c0 \uc678\uacfd 20m~30m\uae4c\uc9c0 \ubc8c\ucc44 \uad6c\uc5ed\uc744 \uc124\uc815\ud558\uace0, \ubc8c\ucc44 \uc0b0\ubb3c\uc740 \uc22f, \uce69, \ud1b1\ubc25 \uc0dd\uc0b0\uc5c5\uccb4\uc5d0 \uacf5\uae09\ud558\uc5ec **\uc775\ub144 4\uc6d4 \ub9d0\uae4c\uc9c0 \uc644\uc804 \ucc98\ub9ac**\ud574\uc57c \ud569\ub2c8\ub2e4. \uc6d0\ubaa9 \uc0c1\ud0dc \ubc29\uce58\ub294 \uae08\uc9c0\ub429\ub2c8\ub2e4. (\ubc8c\ucc44 \uc2dc\uae30: 11\uc6d4~\uc775\ub144 3\uc6d4)<\/li>\n                                 <li><strong>\ubc8c\ucc44\u00b7\ud6c8\uc99d:<\/strong> \ud53c\ud574 \uace0\uc0ac\ubaa9\uc758 \ub9e4\uac1c\ucda9 \uce68\uc785 \ubd80\uc704 \uc904\uae30\uc640 \uac00\uc9c0\ub97c 1m \uae38\uc774\ub85c \uc798\ub77c \uc313\uace0, \uba54\ud0d0\uc18c\ub4d0 \uc561\uc81c(25%) 1\u33a5\ub2f9 1\u2113\ub97c \uc0b4\ud3ec \ud6c4 \ub450\uaed8 0.05mm \uc774\uc0c1 \ube44\ub2d0(\ud0c0\ud3ec\ub9b0)\ub85c 1\uc8fc\uc77c \uc774\uc0c1 \ubc00\ubd09 \ud6c8\uc99d\ud569\ub2c8\ub2e4. \ub9e4\uac1c\ucda9 \uce68\uc785\uc774 \ub05d\ub098\ub294 **9\uc6d4 \uc774\ud6c4**\ubd80\ud130 \uc774\ub4ec\ud574 4\uc6d4 \ub9d0\uae4c\uc9c0 \ud6c8\uc99d\uc744 \uc644\ub8cc\ud558\ub294 \uac83\uc774 \ud6a8\uc728\uc801\uc785\ub2c8\ub2e4. (2025\ub144 \uacc4\ud68d \uc57d\uc81c: \uba54\ud0d0\uc18c\ub4d0 \uc561\uc81c 25%, \ub514\uba54\ud2f8\ub514\uc124\ud30c\uc774\ub4dc \uc9c1\uc811\uc0b4\ud3ec\uc561\uc81c 99.55%)<\/li>\n                                 <li><strong>\ubc8c\ucc44\u00b7\uc18c\uac01:<\/strong> \uac10\uc5fc\ubaa9\uc744 \ubca0\uc5b4 \ud0dc\uc6b0\ub294 \ubc29\ubc95. \ud655\uc2e4\ud55c \ud6a8\uacfc\uac00 \uc788\uc73c\ub098 \uc0b0\ubd88 \uc704\ud5d8\uc73c\ub85c \ubc29\uc81c \uc2dc\uae30\uac00 \uc81c\ud55c\uc801\uc785\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ubc8c\ucc44\u00b7\ud30c\uc1c4:<\/strong> \uac10\uc5fc\ubaa9\uc744 \ud1b1\ubc25 \ub610\ub294 \uce69 \uc81c\uc870\uae30\ub97c \uc774\uc6a9\ud574 1.5cm \uc774\ud558\ub85c \ubd84\uc1c4\ud558\uc5ec \ub9e4\uac1c\ucda9 \uc720\ucda9\uc744 \uc8fd\uc785\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 bg-green-50\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2461 \ub9e4\uac1c\ucda9 \ubc00\ub3c4 \uc870\uc808 (\ud654\ud559\uc801 \ubc29\uc81c \ubc0f \ud2b8\ub7a9)<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc9c0\uc0c1 \uc57d\uc81c \uc0b4\ud3ec:<\/strong> \ud53c\ud574 \uc2ec\ud654 \ubc0f \ud655\uc0b0 \uc6b0\ub824 \uc9c0\uc5ed\uc758 \ucc38\ub098\ubb34\ub958 \uc904\uae30\uc5d0 \ub9e4\uac1c\ucda9 **\uc6b0\ud654 \ucd5c\uc131\uae30\uc778 6\uc6d4 \uc911\uc21c\uc744 \uc804\ud6c4\ud558\uc5ec** \uc0b0\ub9bc\uccad \uc120\uc815 \uc57d\uc885(\uc608: \ud398\ub2c8\ud2b8\ub85c\ud2f0\uc628 \uc720\uc81c 50%)\uc744 \ud760\ubed1 \uc0b4\ud3ec\ud569\ub2c8\ub2e4 (6\uc6d4 \ucd08\uc21c, \uc911\uc21c, \ud558\uc21c \uac01 1\ud68c). (2025\ub144 \uacc4\ud68d \uc57d\uc81c: \ud398\ub2c8\ud2b8\ub85c\ud2f0\uc628 \uc720\uc81c 50%)<\/li>\n                                 <li><strong>\uc57d\uc81c \uc904\uae30 \ubd84\uc0ac\ubc95 (PET \uc57d\uc81c):<\/strong> \uc2dd\ubb3c\ucd94\ucd9c\ubb3c\uc744 \uc6d0\ub8cc\ub85c \ud55c \uce5c\ud658\uacbd \uc57d\uc81c(Paraffin, Ethanol, Turpentine \ud63c\ud569\uc561)\ub97c \ubc29\uc81c \ub300\uc0c1\ubaa9\uc5d0 \uc9c1\uc811 \ubfcc\ub824 \ub9e4\uac1c\ucda9\uc5d0 \ub300\ud55c \uc0b4\ucda9 \ubc0f \uce68\uc785 \uc800\uc9c0 \ud6a8\uacfc\ub97c \ub3d9\uc2dc\uc5d0 \ubc1c\ud718\ud569\ub2c8\ub2e4. **5\uc6d4 \ub9d0\ubd80\ud130 6\uc6d4 \ub9d0\uae4c\uc9c0** \uc0b4\ud3ec\ud569\ub2c8\ub2e4. (\ubcf4\uc874\uac00\uce58 \uc788\ub294 \uc9c0\uc5ed\uc5d0 \uc81c\ud55c\uc801 \uc801\uc6a9)<\/li>\n                                 <li><strong>\ub048\ub048\uc774\ub864\ud2b8\ub7a9:<\/strong> \ub9e4\uac1c\ucda9 \uc6b0\ud654 \uc2dc\uae30\uc778 **4\uc6d4 \ub9d0 \uc774\uc804\uae4c\uc9c0** \ub098\ubb34 \uc904\uae30\uc5d0 \ub048\ub048\uc774\ub864\ud2b8\ub7a9\uc744 \uac10\uc544 \ub9e4\uac1c\ucda9 \uc131\ucda9\uc744 \ud3ec\ud68d\ud569\ub2c8\ub2e4. \uc124\uce58 \ud6c4 40~50\uc77c \ud6c4(\uc811\ucc29\ub825 \uc720\uc9c0 \uae30\uac04) \ud68c\uc218\ud569\ub2c8\ub2e4. (2025\ub144 \uacc4\ud68d: 2\ucc9cha)<\/li>\n                                 <li><strong>\ub300\ub7c9\ud3ec\ud68d\uc7a5\uce58\ubc95:<\/strong> \uc804\ub144\ub3c4 \ud53c\ud574\ubaa9\uc5d0 4\uc6d4 \ub9d0\uae4c\uc9c0 \uc124\uce58\ud558\uc5ec \ub9e4\uac1c\ucda9\uc744 \ub300\ub7c9 \ud3ec\ud68d\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc720\uc778\ubaa9 \uc124\uce58:<\/strong> \ub9e4\uac1c\ucda9 \uce68\uc785 \ud754\uc801\uc774 \uc5c6\ub294 \ud53c\ud574\ubaa9 \ubd80\uc704\ub97c \uc798\ub77c \uc720\uc778\ubaa9\uc744 \ub9cc\ub4e4\uc5b4 \ub9e4\uac1c\ucda9\uc744 \uc720\uc778\ud558\uace0, \uc0b0\ub780\uc774 \ub05d\ub098\ub294 **10\uc6d4\uacbd \uc644\uc804 \ubc29\uc81c \ucc98\ub9ac**\ud569\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 bg-yellow-50\">\n                            <h3 class=\"text-xl font-semibold text-yellow-800 mb-2\">\u2462 \uc608\ubc29 (\ub098\ubb34\uc8fc\uc0ac)<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><strong>\ub300\uc0c1:<\/strong> \ubcf4\ud638\uc218, \uc870\uacbd\uc218 \ub4f1 \ubcf4\uc874 \uac00\uce58\uac00 \uc788\ub294 \ub098\ubb34.<\/li>\n                                <li><strong>\uc8fc\uc785 \uc2dc\uae30:<\/strong> \ub9e4\uac1c\ucda9 \uc131\ucda9 \ud65c\ub3d9 1\uac1c\uc6d4 \uc804\uc778 **2\uc6d4 ~ 4\uc6d4\uae4c\uc9c0** \uc644\ub8cc\ud569\ub2c8\ub2e4. (\uc57d\uc81c\ubcc4 \uc801\uae30 \ud655\uc778)<\/li>\n                                <li><strong>\uc8fc\uc785 \ubc29\ubc95:<\/strong> \ub098\ubb34\uc5d0 \ucc9c\uacf5 \ud6c4 \uc0b4\uc120\ucda9\uc81c(\uc608: \uc774\ubbf8\ub2e4\ud074\ub85c\ud504\ub9ac\ub4dc \ubd84\uc0b0\uc131\uc561\uc81c, \uc5d0\ub9c8\uba55\ud2f4\ubca4\uc870\uc5d0\uc774\ud2b8 \uc720\uc81c \ub4f1)\ub97c \uc8fc\uc785\ud569\ub2c8\ub2e4.<\/li>\n                            <\/ul>\n                        <\/div>\n                        <div class=\"p-4 bg-purple-50\">\n                            <h3 class=\"text-xl font-semibold text-purple-800 mb-2\">\u2463 \ud658\uacbd \uad00\ub9ac \ubc0f \uae30\ud0c0<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><strong>\uc218\uc138 \uc99d\uc9c4:<\/strong> \ub098\ubb34\ub97c \uac74\uac15\ud558\uac8c \uad00\ub9ac\ud558\uc5ec \ubcd1\uc6d0\uade0\uc5d0 \ub300\ud55c \uc800\ud56d\ub825\uc744 \ub192\uc785\ub2c8\ub2e4.<\/li>\n                                <li><strong>\uc704\uc0dd \uac04\ubc8c:<\/strong> \ud53c\ud574 \ud655\uc0b0 \uc6b0\ub824 \uc9c0\uc5ed\uc758 \uace0\uc0ac\ubaa9, \ud53c\uc555\ubaa9 \ub4f1 \ub9e4\uac1c\ucda9 \uc11c\uc2dd\uc9c0\ub97c \uc81c\uac70\ud558\uc5ec \ub9e4\uac1c\ucda9 \ubc00\ub3c4\ub97c \ub0ae\ucda5\ub2c8\ub2e4.<\/li>\n                                <li><strong>\uc800\ud56d\uc131 \ud488\uc885 \uc721\uc131:<\/strong> \uc7a5\uae30\uc801\uc778 \ub300\ucc45\uc73c\ub85c, \ubcd1\uc5d0 \uac15\ud55c \uc800\ud56d\uc131 \ud488\uc885\uc744 \uc721\uc131\ud558\uc5ec \ubcf4\uae09\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/li>\n                                <li><strong>\uc608\ucc30 \ubc0f \uc9c4\ub2e8:<\/strong> 7\uc6d4~9\uc6d4 \ubc1c\uc0dd \uc870\uc0ac\ub97c \ud1b5\ud574 \ud53c\ud574\ubaa9\uc744 \ud655\uc778\ud558\uace0, \uc2dc\ub8cc \ucc44\ucde8 \ud6c4 \uc815\ubc00 \uc9c4\ub2e8\ud558\uc5ec \ubc29\uc81c \uacc4\ud68d\uc744 \uc218\ub9bd\ud569\ub2c8\ub2e4.<\/li>\n                                <li><strong>\uc18c\ub098\ubb34\uc7ac\uc120\ucda9\ubcd1 \ubc29\uc81c\ud2b9\ubcc4\ubc95:<\/strong> \uc774 \ubc95\uc5d0 \ub530\ub77c \uc18c\ub098\ubb34\ub958\uc758 \uc774\ub3d9 \uc81c\ud55c, \ub2e8\uc18d \uac15\ud654 \ub4f1 \uac15\ub825\ud55c \ubc29\uc81c \uaddc\uc815\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-stone-800 mb-4 text-center\">\uc8fc\uc694 \ud65c\ub3d9 \uc2dc\uae30 \ubc0f \ubc29\uc81c \uc801\uae30<\/h3>\n                    <div class=\"chart-container\">\n                        <canvas id=\"controlChart\"><\/canvas>\n                    <\/div>\n                <\/div>\n            <\/section>\n        <\/main>\n\n        <footer class=\"text-center mt-8 pt-4 border-t border-gray-200 mb-8\">\n            <p class=\"text-sm text-gray-500\">\uc815\ubcf4 \ucd9c\ucc98: \uc0b0\ub9bc\uccad, \uad6d\ub9bd\uc0b0\ub9bc\uacfc\ud559\uc6d0, \uc11c\uc6b8\ub300\ud559\uad50 \uc218\ubaa9\uc9c4\ub2e8\uc13c\ud130 \ub4f1 \uc804\ubb38 \uc790\ub8cc<\/p>\n            <p class=\"text-sm text-gray-500 mt-1\">\u203b \ubcf8 \uc790\ub8cc\ub294 \uad50\uc721 \ubc0f \uc815\ubcf4 \uc81c\uacf5 \ubaa9\uc801\uc73c\ub85c \uc81c\uc791\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 \uad00\ub828 \uae30\uad00\uc5d0 \ubb38\uc758\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n        <\/footer>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            const tabs = document.querySelectorAll('.nav-btn');\n            const sections = document.querySelectorAll('.content-section');\n\n            const morphologyData = {\n                pathogen_raffaelea: {\n                    title: '\ubcd1\uc6d0\uade0 (<i>Raffaelea quercus-mongolicae<\/i>)',\n                    description: '\uc554\ube0c\ub85c\uc2dc\uc544 \uacf0\ud321\uc774\uc758 \uc77c\uc885\uc778 \uc790\ub0ad\uade0\uc785\ub2c8\ub2e4. \uad11\ub989\uae34\ub098\ubb34\uc880 \uc554\ucef7 \uc131\ucda9\uc758 \uc55e\uac00\uc2b4 \ub4f1\ud310 \uc911\uc559\uc5d0 \uc788\ub294 \uade0\ub0ad(mycangia)\uc5d0 \uc0b4\uba74\uc11c \ub098\ubb34\uc5d0 \uce68\uc785\ud560 \ub54c \uac31\ub3c4\uc758 \ubcbd\uba74\uc5d0 \uade0\uc744 \ud37c\ub728\ub9bd\ub2c8\ub2e4. \ubc30\uc9c0\uc5d0\uc11c 20~25\u2103\uac00 \ucd5c\uc801 \uc0dd\uc7a5 \uc628\ub3c4\uc774\uba70, \ud770\uc0c9\uc5d0\uc11c \uac08\uc0c9\/\ud669\ub85d\uc0c9\uc73c\ub85c \ubcc0\ud569\ub2c8\ub2e4. \ubd84\uc0dd\ud3ec\uc790\ub294 \ud22c\uba85\ud558\uace0 \uaca9\ubcbd\uc774 \uc5c6\uc73c\uba70, \uacc4\ub780\ud615, \ubc30\ud615, \uc7a5\ubc29\ud615 \ub4f1 \ub2e4\uc591\ud55c \ud615\ud0dc\ub97c \uac00\uc9d1\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \ubd84\uc0dd\ud3ec\uc790 \uae38\uc774 4.0~10.0\u339b',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Raffaelea_quercus_mongolicae_colony.jpg' \n                },\n                vector_platypus_adult: {\n                    title: '\uad11\ub989\uae34\ub098\ubb34\uc880 \uc131\ucda9 (<i>Platypus koryoensis<\/i>)',\n                    description: '\ubab8\uae38\uc774 \uc218\ucef7 2mm, \uc554\ucef7 2.5mm \uc815\ub3c4\uc758 \ub531\uc815\ubc8c\ub808\uc785\ub2c8\ub2e4. \uc554\ucef7 \uc55e\uac00\uc2b4 \ub4f1\ud310 \uc911\uc559\uc5d0\ub294 \ubcd1\uc6d0\uade0\uc744 \uc6b4\ubc18\ud558\ub294 5~11\uac1c\uc758 \uade0\ub0ad\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc804\ub144\ub3c4 5~6\uc6d4\uc5d0 \ucc38\ub098\ubb34\ub958\uc5d0 \uce68\uc785\ud55c \uac1c\uccb4\ub294 \uc774\ub4ec\ud574 5\uc6d4 \uc911\uc21c~6\uc6d4 \ud558\uc21c\uc5d0 \uc131\ucda9\uc774 \ub418\uc5b4 \uace0\uc0ac\ubaa9\uc5d0\uc11c \ud0c8\ucd9c\ud569\ub2c8\ub2e4. \uc218\ucef7\uc774 \uba3c\uc800 \uac74\uc804\ubaa9\uc5d0 \uce68\uc785\ud558\uc5ec \ud398\ub85c\ubaac\uc744 \ubc1c\uc0b0\ud574 \uc554\ucef7\uc744 \uc720\uc778\ud569\ub2c8\ub2e4. (\uad11\ub989\uae34\ub098\ubb34\uc880 \uc131\ucda9 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '\ud06c\uae30: \uc218\ucef7 \uc57d 2mm, \uc554\ucef7 \uc57d 2.5mm',\n                    image: '\/wp-content\/uploads\/2025\/06\/\uad11\ub989\uae34\ub098\ubb34\uc880-\uc131\ucda9.jpg' \n                },\n                vector_larva_pupa: {\n                    title: '\ub9e4\uac1c\ucda9 \uc720\ucda9 \ubc0f \ubc88\ub370\uae30',\n                    description: '<strong>\uc720\ucda9:<\/strong> \uc54c\uc5d0\uc11c \ubd80\ud654\ud55c \uc720\ucda9\uc740 \uac31\ub3c4 \ubcbd\uc5d0 \uc99d\uc2dd\ud55c \ubcd1\uc6d0\uade0\uc744 \uba39\uc73c\uba70 \uc790\ub78d\ub2c8\ub2e4. \ub178\uc219 \uc720\ucda9 \ubab8\uae38\uc774\ub294 20~30mm. <strong>\ubc88\ub370\uae30:<\/strong> \uc720\ucda9\uc774 \ubaa9\uc9c8\ubd80 \ub0b4\uc5d0\uc11c \ubc88\ub370\uae30\uac00 \ub418\uba70, \uc774\ub4ec\ud574 5~6\uc6d4 \uace0\uc0ac\ubaa9 \ub0b4\uc5d0\uc11c \uc131\ucda9\uc774 \ub429\ub2c8\ub2e4. \uc774 \uc2dc\uae30\uc5d0 \ubab8\uccb4 \ud45c\uba74 \ub610\ub294 \uade0\ub0ad\uc5d0 \ubcd1\uc6d0\uade0\uc744 \uc9c0\ub2cc \ucc44 \ud0c8\ucd9c\ud558\uc5ec \ub2e4\ub978 \uae30\uc8fc\uc2dd\ubb3c\uc5d0 \uce68\uc785\ud569\ub2c8\ub2e4. (\ub9e4\uac1c\ucda9\uc758 \uc560\ubc8c\ub808 \uc131\uc219\ub2e8\uacc4\ubcc4 \ubaa8\uc2b5 \/ \ub9e4\uac1c\ucda9\uc758 \ubc88\ub370\uae30\uc640 \uc131\ucda9\uc758 \ud0c8\ucd9c \ubaa8\uc2b5 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '\ub178\uc219\uc720\ucda9: 20~30mm',\n                    image: '\/wp-content\/uploads\/2025\/06\/\uad11\ub989\uae34\ub098\ubb34\uc880-\uc720\ucda9\uacfc-\ubc88\ub370\uae30-1024x360.jpg' \n                }\n            };\n\n            const damageData = {\n                leaf_wilt_discoloration: {\n                    title: '\uc78e \uc2dc\ub4e4\uc74c \ubc0f \uac08\ubcc0',\n                    description: '7\uc6d4 \ud558\uc21c\ubd80\ud130 \uc218\uad00 \uc804\uccb4\uc758 \uc78e\uc774 \uae09\uaca9\ud788 \uc2dc\ub4e4\uace0 \uc801\uac08\uc0c9\uc73c\ub85c \ubcc0\uc0c9\ub418\uc5b4 \ub9d0\ub77c \uc8fd\uc2b5\ub2c8\ub2e4. \uace0\uc0ac\ubaa9\uc5d0\ub294 \ud2b9\uc774\ud558\uac8c \uaca8\uc6b8\uc5d0\ub3c4 \uc78e\uc774 \uc9c0\uc9c0 \uc54a\uace0 \ub098\ubb34\uc5d0 \ubd99\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. (\ucc38\ub098\ubb34 \uc2dc\ub4e4\uc74c\ubcd1\uc73c\ub85c \ub9d0\ub77c\uc8fd\uc740 \uc2e0\uac08\ub098\ubb34 \/ \uc218\uad00 \uc804\uccb4\uc758 \uc78e\uc774 \uac08\ubcc0\ud574 \uc788\ub294 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/oak_wilt_disease_leaf_discoloration.jpg' \n                },\n                frass_exudation: {\n                    title: '\ubaa9\uc7ac\ubd84(\ud504\ub77c\uc2a4) \ubc30\ucd9c',\n                    description: '\ub9e4\uac1c\ucda9 \uce68\uc785\uacf5(\uc9c1\uacbd 1mm) \uc8fc\ubcc0\uacfc \ubfcc\ub9ac\uc640 \uc811\ud55c \ub545 \uc704\uc5d0 \ub2e4\ub7c9\uc758 \ud504\ub77c\uc2a4(frass: \ubaa9\uc7ac\uac00\ub8e8\uc640 \uad11\ub989\uae34\ub098\ubb34\uc880\uc758 \ubc30\uc124\ubb3c \ud63c\ud569\ubb3c)\uac00 \uc313\uc785\ub2c8\ub2e4. \uc774\ub294 \ub9e4\uac1c\ucda9\uc758 \ud65c\ub3d9\uc744 \ub098\ud0c0\ub0b4\ub294 \uc911\uc694\ud55c \ud45c\uc9d5\uc785\ub2c8\ub2e4. (\uad11\ub989\uae34\ub098\ubb34\uc880\uc758 \uce68\uc785\uacf5\uc5d0\uc11c \ubc30\ucd9c\ub41c \ud504\ub77c\uc2a4 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/oak_wilt_disease_frass_exudation.jpg' \n                },\n                entry_wood_discoloration: {\n                    title: '\uce68\uc785\uacf5 \ubc0f \ubcc0\uc0c9\ub41c \ubaa9\uc9c8\ubd80',\n                    description: '\ud53c\ud574\ubaa9\uc758 \uc904\uae30\ub098 \uad75\uc740 \uac00\uc9c0 \ud45c\uba74\uc5d0 \ub9e4\uac1c\ucda9\uc758 \uce68\uc785\uacf5\uc774 \ub2e4\uc218 \uc0b0\uc7ac\ud574 \uc788\uc2b5\ub2c8\ub2e4. \uace0\uc0ac\ubaa9\uc758 \uc218\uac04\uc744 \ud6a1\ub2e8\ud574 \ubcf4\uba74 \uad11\ub989\uae34\ub098\ubb34\uc880\uc774 \uce68\uc785\ud55c \uac31\ub3c4\ub97c \ub530\ub77c \ubcc0\uc7ac\ubd80\uac00 \ubd88\uaddc\uce59\ud55c \uc554\uac08\uc0c9\uc73c\ub85c \ubcc0\uc0c9\ub418\uc5b4 \uc788\uc73c\uba70, \uc808\ub2e8\ubd80\uc5d0\uc11c\ub294 \ud2b9\uc720\uc758 \uc54c\ucf54\uc62c \ub0c4\uc0c8\uac00 \ub0a9\ub2c8\ub2e4. (\ucc38\ub098\ubb34 \uc2dc\ub4e4\uc74c\ubcd1 \ud53c\ud574\ubaa9 \ubaa9\uc9c8\ubd80\uc758 \ubcc0\uc0c9 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/oak_wilt_disease_wood_discoloration.jpg' \n                }\n            };\n            \n            const setupImageFallback = (imgElement) => {\n                if (!imgElement) return;\n                imgElement.onerror = () => {\n                    const altText = imgElement.alt || '\uc774\ubbf8\uc9c0 \ub85c\ub529 \uc2e4\ud328';\n                    const placeholderUrl = `https:\/\/placehold.co\/400x300\/e2e8f0\/4a5568?text=${encodeURIComponent(altText)}`;\n                    imgElement.src = placeholderUrl;\n                    imgElement.onerror = null;\n                };\n            };\n            \n            setupImageFallback(document.getElementById('morphology-main-image'));\n            setupImageFallback(document.getElementById('damage-main-image'));\n\n            tabs.forEach(tab => {\n                tab.addEventListener('click', () => {\n                    tabs.forEach(t => t.classList.remove('active'));\n                    tab.classList.add('active');\n                    sections.forEach(section => {\n                        section.classList.remove('active');\n                        if (section.id === tab.dataset.tab) {\n                            section.classList.add('active');\n                        }\n                    });\n                });\n            });\n\n            \/\/ Morphology section logic\n            const morphologyTypeButtons = document.querySelectorAll('#morphology .stage-btn');\n            const morphologyTitle = document.getElementById('morphology-title');\n            const morphologyDescription = document.getElementById('morphology-description');\n            const morphologySize = document.getElementById('morphology-size');\n            const morphologyMainImage = document.getElementById('morphology-main-image');\n\n            function updateMorphologyContent(type) {\n                morphologyTypeButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#morphology .stage-btn[data-type=\"${type}\"]`).classList.add('active');\n                \n                const data = morphologyData[type];\n                morphologyTitle.textContent = data.title;\n                morphologyDescription.textContent = data.description;\n                morphologySize.textContent = data.size;\n                morphologyMainImage.src = data.image;\n                morphologyMainImage.alt = `${data.title} \uc774\ubbf8\uc9c0`;\n            }\n\n            morphologyTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.type);\n                });\n            });\n            updateMorphologyContent('pathogen_raffaelea'); \/\/ Initial content for morphology section\n\n            \/\/ Damage section logic\n            const damageTypeButtons = document.querySelectorAll('#damage .damage-btn');\n            const damageTitle = document.getElementById('damage-title');\n            const damageDescription = document.getElementById('damage-description');\n            const damageMainImage = document.getElementById('damage-main-image');\n\n            function updateDamageContent(type) {\n                damageTypeButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#damage .damage-btn[data-damage-type=\"${type}\"]`).classList.add('active');\n                \n                const data = damageData[type];\n                damageTitle.textContent = data.title;\n                damageDescription.textContent = data.description;\n                damageMainImage.src = data.image;\n                damageMainImage.alt = data.title;\n            }\n\n            damageTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damageType);\n                });\n            });\n            updateDamageContent('leaf_wilt_discoloration'); \/\/ Initial content for damage section\n\n            const ctx = document.getElementById('controlChart').getContext('2d');\n            new Chart(ctx, {\n                type: 'bar',\n                data: {\n                    labels: ['1\uc6d4', '2\uc6d4', '3\uc6d4', '4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4', '11\uc6d4', '12\uc6d4'],\n                    datasets: [{\n                        label: '\ub9e4\uac1c\ucda9 \uc6b0\ud654 \ubc0f \ud65c\ub3d9',\n                        data: [0, 0, 0, 5, 10, 8, 5, 2, 0, 0, 0, 0], \/\/ Peak May-July\n                        backgroundColor: 'rgba(120, 113, 108, 0.6)', \/* stone-500 *\/\n                        borderColor: 'rgba(120, 113, 108, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubcd1\uc6d0\uade0 \uc99d\uc2dd \ubc0f \ub098\ubb34 \uace0\uc0ac',\n                        data: [0, 0, 0, 0, 2, 5, 10, 8, 5, 2, 0, 0], \/\/ Peak July-Sept (approx. 1 month after beetle invasion)\n                        backgroundColor: 'rgba(239, 68, 68, 0.6)', \/* red-500 *\/\n                        borderColor: 'rgba(239, 68, 68, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\ubc8c\ucc44\ud6c8\uc99d\/\uc18c\uac01\/\ud30c\uc1c4)',\n                        data: [12, 12, 12, 12, 0, 0, 0, 0, 0, 0, 12, 12], \/\/ Nov-Apr for removal, Sept onwards for new dead trees\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(59, 130, 246, 0.2)', \/* blue-500 with transparency *\/\n                        borderColor: 'rgba(59, 130, 246, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\ud654\ud559\uc801 \ubc29\uc81c\/\ud2b8\ub7a9)',\n                        data: [0, 0, 0, 0, 12, 12, 12, 0, 0, 0, 0, 0], \/\/ May-July for beetle control\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(101, 163, 13, 0.2)', \/* lime-600 with transparency *\/\n                        borderColor: 'rgba(101, 163, 13, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    }]\n                },\n                options: {\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: {\n                        legend: {\n                           display: true,\n                           position: 'top',\n                           labels: {\n                               usePointStyle: false,\n                           }\n                        },\n                        tooltip: {\n                           mode: 'index',\n                           intersect: false,\n                           callbacks: {\n                                label: function(context) {\n                                    if (context.dataset.label.includes('\ubc29\uc81c \ucd94\ucc9c \uae30\uac04')) {\n                                        if (context.dataset.label.includes('\ubc8c\ucc44\ud6c8\uc99d')) return ` ${context.dataset.label}: 11\uc6d4 ~ 4\uc6d4 \ub9d0`;\n                                        return ` ${context.dataset.label}: 5\uc6d4 ~ 7\uc6d4`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1 \uc6d4\ubcc4 \ud65c\ub3d9 \ubc0f \ubc29\uc81c \uc2dc\uae30'\n                        }\n                    },\n                    scales: {\n                        x: {\n                            stacked: true,\n                        },\n                        y: {\n                           stacked: true,\n                           display: true,\n                           title: {\n                               display: true,\n                               text: '\ud65c\ub3d9 \ubc00\ub3c4'\n                           },\n                           max: 12\n                        },\n                        y1: {\n                           display: false,\n                           max: 15\n                        }\n                    }\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"featured_media":3123,"template":"","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","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":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","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":""}}},"pest-target":[129,281,280,282,135,145,283,134,178],"pest-category":[86,284],"pest-overwintering":[],"class_list":["post-3122","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-129","pest-target-281","pest-target-280","pest-target-282","pest-target-135","pest-target-145","pest-target-283","pest-target-134","pest-target-178","pest-category-86","pest-category-284"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1.jpg",1136,621,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1-300x164.jpg",300,164,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1-768x420.jpg",768,420,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1-1024x560.jpg",1024,560,true],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1.jpg",1136,621,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1.jpg",1136,621,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ubcd1\uc6d0\uccb4 \ubc0f \ub9e4\uac1c\ucda9 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc0f \uc804\ud30c \ubc29\uc81c \ubc29\ubc95 \ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1 (Oak Wilt)\uc774\ub780? \ucc38\ub098\ubb34\uc2dc\ub4e4\uc74c\ubcd1\uc740 Raffaelea [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3122","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest"}],"about":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/types\/pest"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/media\/3123"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3122"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3122"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3122"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}