{"id":3856,"date":"2025-07-10T08:44:03","date_gmt":"2025-07-10T08:44:03","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3856"},"modified":"2025-07-10T08:47:04","modified_gmt":"2025-07-10T08:47:04","slug":"%ed%98%b8%eb%91%90%eb%82%98%eb%ac%b4-%ea%b0%88%ec%83%89%ec%8d%a9%ec%9d%8c%eb%b3%91","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ed%98%b8%eb%91%90%eb%82%98%eb%ac%b4-%ea%b0%88%ec%83%89%ec%8d%a9%ec%9d%8c%eb%b3%91","title":{"rendered":"\ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\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>\ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\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: Walnut Brown & Green -->\n    <!-- Application Structure Plan: The SPA for Walnut Blight is structured into five core sections: '\uac1c\uc694' (Overview), '\ubcd1\uc6d0\uade0 \ud615\ud0dc' (Pathogen Morphology), '\ud53c\ud574 \uc99d\uc0c1' (Damage Symptoms), '\uc0dd\ud65c\uc0ac' (Lifecycle), and '\ubc29\uc81c \ubc29\ubc95' (Control Methods). This logical flow supports comprehensive understanding from identification to management. '\ubcd1\uc6d0\uade0 \ud615\ud0dc' and '\ud53c\ud574 \uc99d\uc0c1' sections use interactive elements (buttons) to highlight different pathogen forms\/host symptoms. '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its disease cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily focusing on preventative spraying and sanitation. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pathogen Morphology (Bacteria - Xanthomonas arboricola pv. juglandis, Pseudomonas flavescens) -> Goal: Inform & Identify -> Viz\/Method: Interactive text descriptions with buttons for '\uc8fc\uc694 \ubcd1\uc6d0\uade0 (Xanthomonas)', '\uc720\uc0ac \ubcd1\uc6d0\uade0 (Pseudomonas)' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: The pathogen is bacteria, and it's important to distinguish between the main and similar pathogens. -> Library: Vanilla JS.\n        2. Report Info: Damage Symptoms (Leaf spots, Fruit spots\/rot, Branch\/stem cankers, Shoot dieback) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive text descriptions with buttons for '\uc78e \ubc18\uc810 \ubc0f \ub9c8\ub984', '\uc5f4\ub9e4 \ubc18\uc810 \ubc0f \ubd80\ud328', '\uac00\uc9c0\/\uc904\uae30 \uada4\uc591' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Clear textual differentiation of symptoms on various plant parts is vital for accurate diagnosis. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Bacteria overwintering in buds\/cankers, Transmission by wind\/rain\/insects\/pollen, Primary infection via stomata\/wounds\/flowers) -> Goal: Organize & Show Change -> Viz\/Method: Detailed HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the disease cycle with overwintering, primary infection pathways, and seasonal progression is essential for understanding and control. -> Library: HTML\/Tailwind.\n        4. Report Info: Control Timing (Preventative spraying in dormant\/bud break, Sanitation) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary periods for chemical intervention (dormant season, early spring) and emphasizes year-round sanitation, making the strategy actionable. -> 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: #7c2d12 !important; \/* orange-900 *\/\n            color: #fff7ed !important; \/* orange-50 *\/\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: #ea580c; \/* orange-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-orange-100\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-orange-100\">\ubcd1\uc6d0\uade0 \ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-orange-100\">\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-orange-100\">\uc0dd\ud65c\uc0ac<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-orange-100\">\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-orange-800 mb-4\">\ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\uc74c\ubcd1 (Walnut Blight)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\uc74c\ubcd1\uc740 <i>Xanthomonas arboricola pv. juglandis<\/i> \uc138\uade0\uc5d0 \uc758\ud574 \ubc1c\uc0dd\ud558\ub294 \ubcd1\uc73c\ub85c, \uc2dd\ubb3c\ubc29\uc5ed\ubc95\uc5d0 \ub530\ub978 **&#8217;\uad00\ub9ac\ubcd1\ud574\ucda9&#8217;**\uc73c\ub85c \uc9c0\uc815\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc78e, \uc2e0\ucd08, \uc5f4\ub9e4\uc5d0 \uac08\uc0c9~\ud751\uc0c9 \ubc18\uc810\uc744 \ud615\uc131\ud558\uace0, \uac00\uc9c0\uc640 \uc904\uae30\uc5d0\ub294 \uada4\uc591\uc744 \ubc1c\uc0dd\uc2dc\ucf1c \ud53c\ud574\uac00 \uc9c0\uc18d\ub418\uba74 \uac00\uc9c0\uac00 \uace0\uc0ac\ud569\ub2c8\ub2e4. \ucd08\uae30 \uac10\uc5fc\ub41c \uc5f4\ub9e4\ub294 \uc131\uc219\uae30\uae4c\uc9c0 \ub2ec\ub824 \uc788\uc9c0 \ubabb\ud558\uace0 \uc870\uae30 \ub099\uacfc\ub429\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> \uc8fc\ub85c \ub208(\u82bd)\uc5d0\uc11c \uc6d4\ub3d9\ud558\uba70, \uac00\uc9c0\uc758 \uada4\uc591 \ubd80\uc704\uc5d0\uc11c\ub3c4 \uc6d4\ub3d9<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> (\uc815\ubcf4 \uc5c6\uc74c) \ubd04\ucca0\ubd80\ud130 \ucd08\uc5ec\ub984\uc5d0 \uac78\uccd0 \ubc1c\uc0dd, 5~9\uc6d4\uc5d0 \uc608\ucc30 \ud544\uc694<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-orange-800 mb-3\">\ubd84\ud3ec \ubc0f \ud655\uc0b0 \ud604\ud669<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        2014\ub144 \uc911\uad6d\uc0b0 \ud638\ub450 \ubb18\ubaa9 \uaca9\ub9ac \uc9c0\uc5d0\uc11c\ub9cc \ubc1c\uc0dd\ub418\ub2e4\uac00 2016\ub144 6\uc6d4 \uacbd\ubd81 \uc548\ub3d9 \uc7ac\ubc30 \ub18d\uac00 \uc2dd\uc7ac \ubb18\ubaa9\uc5d0\uc11c \uad6d\ub0b4 \ucd5c\ucd08\ub85c \ubc1c\uc0dd\uc774 \ud655\uc778\ub418\uc5c8\uc2b5\ub2c8\ub2e4. 2020\ub144 \uae30\uc900 \uc804\uad6d 77\uac1c \uc2dc\uad70\uad6c\uc5d0\uc11c \ubc1c\uc0dd\uc774 \ud655\uc778\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub808\ubc14\ub17c, \uc774\ub77c\ud06c, \uc774\ub780, \uc911\uad6d, \uc720\ub7fd, \ubd81\ubbf8, \ub0a8\ubbf8, \ud638\uc8fc \ub4f1 \uc804 \uc138\uacc4 39\uac1c\uad6d\uc5d0 \ubd84\ud3ec\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <p class=\"text-gray-700\">\uc8fc\uc694 \uae30\uc8fc\uc2dd\ubb3c\uc740 <strong>\ud638\ub450\ub098\ubb34, \uac00\ub798\ub098\ubb34, \ud751\ud638\ub450\ub098\ubb34, \ubc31\ud638\ub450\ub098\ubb34<\/strong>\uc785\ub2c8\ub2e4. \ubcd1\uc6d0\uade0\uc758 \ubcd1\uc9d5\uc740 \ud0c4\uc800\ubcd1 \ubc0f \ud638\ub450\ub098\ubb34 \uc138\uade0\uc131\ub9c8\ub984\ubcd1(<i>Pseudomonas flavescens<\/i>)\uc758 \ubcd1\uc9d5\uacfc \uc720\uc0ac\ud558\uc5ec \uc721\uc548\uc73c\ub85c\ub294 \uad6c\ubcc4\uc774 \uc5b4\ub824\uc6b0\ubbc0\ub85c, \uc804\ubb38\uae30\uad00\uc758 \uc9c4\ub2e8\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- \ubcd1\uc6d0\uade0 \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-orange-800 mb-4\">\ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\uc74c\ubcd1 \ubcd1\uc6d0\uade0\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\uc74c\ubcd1\uc740 <i>Xanthomonas arboricola pv. juglandis<\/i> \uc138\uade0\uc5d0 \uc758\ud574 \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=\"xanthomonas\" class=\"stage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc8fc\uc694 \ubcd1\uc6d0\uade0 (<i>Xanthomonas<\/i>)<\/button>\n                        <button data-type=\"pseudomonas\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc720\uc0ac \ubcd1\uc6d0\uade0 (<i>Pseudomonas<\/i>)<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"p-4\">\n                        <div id=\"morphology-text\" class=\"w-full\">\n                            <h3 id=\"morphology-title\" class=\"text-xl font-semibold text-orange-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-orange-800 mb-4\">\ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\uc74c\ubcd1\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\uc74c\ubcd1\uc740 \uc78e, \uc5f4\ub9e4, \uac00\uc9c0, \uc904\uae30 \ub4f1 \ub2e4\uc591\ud55c \ubd80\uc704\uc5d0 \ud2b9\uc9d5\uc801\uc778 \ubcd1\uc9d5\uc744 \ub098\ud0c0\ub0c5\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_spots_blight\" 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 \ubc18\uc810 \ubc0f \ub9c8\ub984<\/button>\n                        <button data-damage-type=\"fruit_spots_rot\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc5f4\ub9e4 \ubc18\uc810 \ubc0f \ubd80\ud328<\/button>\n                        <button data-damage-type=\"branch_stem_canker\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uac00\uc9c0\/\uc904\uae30 \uada4\uc591<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"p-4\">\n                        <div id=\"damage-text\" class=\"w-full\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-orange-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 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-orange-800 mb-4\">\ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\uc74c\ubcd1\uc758 \uc0dd\ud65c\uc0ac \ubc0f \uc804\ud30c \uacbd\ub85c<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubcd1\uc6d0\uade0\uc740 \uc8fc\ub85c \ub208\uc5d0\uc11c \uc6d4\ub3d9\ud558\uba70, \ubd04\ucca0 \ubc14\ub78c\uc5d0 \ubab0\uc544\uce58\ub294 \ube57\ubc29\uc6b8, \ud654\ubd84 \ubc0f \uace4\ucda9\uc5d0 \uc758\ud574 \uac74\uc804\ud55c \uac10\uc218\uc131 \ub098\ubb34\ub85c \uc804\ud30c\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. \uc6d4\ub3d9 (\ub208 \ub610\ub294 \uada4\uc591 \ubd80\uc704)<\/p><p class=\"text-sm\">\ubcd1\uc6d0\uade0\uc740 \uc8fc\ub85c \ub208\uc5d0\uc11c \uc6d4\ub3d9\ud558\uba70, \uac00\uc9c0\uc758 \uada4\uc591 \ubd80\uc704\uc5d0\uc11c\ub3c4 \uc6d4\ub3d9<\/p>\n                        <\/div>\n                        <div class=\"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. 1\ucc28 \uc804\uc5fc\uc6d0 \ud65c\uc131 (\ubd04\ucca0)<\/p><p class=\"text-sm\">\ubd04\ucca0 \ubc14\ub78c\uc5d0 \ubab0\uc544\uce58\ub294 \ube57\ubc29\uc6b8, \ud654\ubd84 \ubc0f \uace4\ucda9\uc5d0 \uc758\ud558\uc5ec \uac74\uc804\ud55c \uac10\uc218\uc131 \ub098\ubb34\ub85c \uc804\ud30c<\/p>\n                        <\/div>\n                        <div class=\"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. \uce68\uc785 \ubc0f \uac10\uc5fc<\/p><p class=\"text-sm\">\uc2e0\ucd08\uc758 \uae30\uacf5, \ud53c\ubaa9, \uc0c1\ucc98\ub97c \ud1b5\ud558\uc5ec \uce68\uc785\ud558\uba70, \uaf43\uc5d0 \uac10\uc5fc\ub420 \uacbd\uc6b0 \uac1c\ud654\uae30 \ub05d\ub0a0 \ubb34\ub835\uc5d0 \uc5f4\ub9e4\ub85c \uce68\uc785<\/p>\n                        <\/div>\n                         <div class=\"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\uc9d5 \ubc1c\ud604 \ubc0f \ud655\uc0b0<\/p><p class=\"text-sm\">\uc78e, \uc2e0\ucd08, \uc5f4\ub9e4\uc5d0 \uac08\uc0c9~\ud751\uc0c9 \ubc18\uc810 \ud615\uc131. \uac00\uc9c0, \uc904\uae30 \ub4f1\uc5d0 \uada4\uc591 \ubc1c\uc0dd. \uac10\uc5fc\uc774 \uc9c0\uc18d\ub418\uba74 \uac00\uc9c0 \uace0\uc0ac<\/p>\n                        <\/div>\n                        <div class=\"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. \uc870\uae30 \ub099\uacfc \ubc0f \uc7ac\uc6d4\ub3d9 \uc900\ube44<\/p><p class=\"text-sm\">\ucd08\uae30 \uac10\uc5fc\ub41c \uc5f4\ub9e4\ub294 \uc870\uae30 \ub099\uacfc\ub428. \ubcd1\uc6d0\uade0\uc740 \ub2e4\uc2dc \uc6d4\ub3d9 \ud615\ud0dc\ub85c \uc900\ube44<\/p>\n                        <\/div>\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-orange-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\uc74c\ubcd1\uc740 \uc138\uade0\ubcd1\uc73c\ub85c, \ud6a8\uacfc\uc801\uc778 \ubc29\uc81c\ub97c \uc704\ud574\uc11c\ub294 \uc608\ubc29\uc801 \uad00\ub9ac\uc640 \uc885\ud569\uc801\uc778 \ubc29\uc81c \uc804\ub7b5\uc744 \uc801\uc6a9\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 \uad00\ub9ac\ubcd1\ud574\ucda9 \uc9c0\uc815<\/h3>\n                            <p class=\"text-gray-700\">\ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\uc74c\ubcd1\uc740 \uc2dd\ubb3c\ubc29\uc5ed\ubc95\uc5d0 \ub530\ub978 &#8220;\uad00\ub9ac\ubcd1\ud574\ucda9&#8221;\uc73c\ub85c \uc9c0\uc815\ub418\uc5b4 \uc788\uc5b4, \uad6d\ub0b4\uc5d0 \uc720\uc785\ub420 \uacbd\uc6b0 \uc18c\ub3c5\u00b7\ud3d0\uae30 \ub4f1\uc758 \uc870\uce58\ub97c \ud558\uc9c0 \uc544\ub2c8\ud558\uba74 \uc2dd\ubb3c\uc5d0 \ud574\ub97c \ub07c\uce58\ub294 \uc815\ub3c4\uac00 \ud06c\ub2e4\uace0 \uc778\uc815\ub418\ub294 \ubcd1\ud574\ucda9\uc785\ub2c8\ub2e4. \uc758\uc2ec \uc99d\uc0c1 \ubc1c\uacac \uc2dc \uc9c4\ub2e8\uae30\uad00\uc5d0 \uc9c4\ub2e8 \uc758\ub8b0\ud574\uc57c \ud569\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 \uc608\ubc29 \ubc0f \uc704\uc0dd \uad00\ub9ac<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc2dc\ub8cc \ucc44\ucde8 \uc2dc \uc18c\ub3c5:<\/strong> \uc2dc\ub8cc \ucc44\ucde8 \uc2dc\ub9c8\ub2e4 \uc190, \uc2e0\ubc1c, \uc804\uc815\uac00\uc704 \ub4f1\uc744 \uc54c\ucf54\uc62c(70%)\uc774\ub098 \ucc28\uc544\uc5fc\uc18c\uc0b0\ub098\ud2b8\ub968(10%) \ub610\ub294 \ub77d\uc2a4 \uc6d0\uc561\uc5d0 1\ubd84 \uc774\uc0c1 \ub2f4\uac00 \ucda9\ubd84\ud788 \uc18c\ub3c5 \ud6c4 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc624\uc5fc\uc9c0 \ucd9c\uc785 \uc790\uc81c:<\/strong> \uac10\uc5fc\uc9c0 \ub610\ub294 \uac10\uc5fc \uc758\uc2ec\uc9c0 \ucd9c\uc785 \uc2dc \ubc29\uc9c4\ubcf5, \ubc29\uc9c4\ub367\uc2e0, \ube44\ub2d0\uc7a5\uac11 \ub4f1\uc744 \ucc29\uc6a9\ud558\uace0, \uac00\uae09\uc801 \uac10\uc5fc\ub418\uc9c0 \uc54a\uc740 \uccad\uc815\uc9c0\uc5ed \ucd9c\uc785\uc744 \uc790\uc81c\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc801\uc815 \uc7ac\uc2dd\ubc00\ub3c4 \uc720\uc9c0:<\/strong> \uae30\uc8fc\uc2dd\ubb3c\uc744 \ubc00\uc2dd\ud558\uba74 \ubcd1 \ud655\uc0b0\uc774 \ube60\ub974\ubbc0\ub85c, \uc801\uc815 \uc7ac\uc2dd\ubc00\ub3c4\uac00 \ub418\ub3c4\ub85d \uc2dd\uc7ac \ubc0f \uad00\ub9ac\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc2b5\ub3c4 \uad00\ub9ac:<\/strong> \uc2b5\ub3c4\uac00 \ub192\uac8c \uc720\uc9c0\ub418\ub294 \uae30\uac04\uc774 \uae38\uc218\ub85d \ubcd1 \ubc1c\uc0dd \ud655\ub960\uc774 \ub192\uc544\uc9c0\ubbc0\ub85c, \ube44\uac00 \uc790\uc8fc \uc624\ub294 \uae30\uac04\uc5d0 \uc57d\uc81c \ucc98\ub9ac\uac00 \uc774\ub8e8\uc5b4\uc9c8 \uc218 \uc788\ub3c4\ub85d \uc720\uc758\ud569\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 \ud654\ud559\uc801 \ubc29\uc81c (\uc608\ubc29\uc801 \uc0b4\ud3ec)<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc0b4\ud3ec \uc2dc\uae30 (\ub208 \ud2b8\uae30 \uc804):<\/strong> **\ub208(\u82bd)\ud2b8\uae30 \uc804 (3~4\uc6d4)**\uc5d0 7~10\uc77c \uac04\uaca9\uc73c\ub85c 1~3\ud68c \uc57d\uc81c\ub97c \uc0b4\ud3ec\ud569\ub2c8\ub2e4. \uc804\ub144\uc5d0 \ubcd1\uc774 \ubc1c\uc0dd\ud588\ub358 \uc2dc\uad70\uad6c\ub294 2~3\ud68c, \uc778\uc811 \uc2dc\uad70\uad6c\ub294 1~2\ud68c \ubc29\uc81c\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc0b4\ud3ec \uc2dc\uae30 (\uc78e \ud53c\uae30 \uc804):<\/strong> \ubd80\ub4dd\uc774\ud55c \uacbd\uc6b0 **\uc78e \ud53c\uae30 \uc804 (5\uc6d4 \ub9d0~6\uc6d4 \ucd08)**\uc5d0 7~10\uc77c \uac04\uaca9\uc73c\ub85c 3~5\ud68c \uc57d\uc81c\ub97c \uc0b4\ud3ec\ud569\ub2c8\ub2e4. \uc804\ub144\uc5d0 \ubcd1\uc774 \ubc1c\uc0dd\ud588\ub358 \uc2dc\uad70\uad6c\ub294 4~5\ud68c, \uc778\uc811 \uc2dc\uad70\uad6c\ub294 3~4\ud68c \ubc29\uc81c\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc57d\uc81c \uc885\ub958 (\ub4f1\ub85d \uc57d\uc81c):<\/strong>\n                                     <ul class=\"list-disc list-inside text-gray-700 pl-4 mt-1\">\n                                         <li>\ucf54\ud37c\ud558\uc774\ub4dc\ub85d\uc0ac\uc774\ub4dc \uc218\ud654\uc81c 77% (\ubb34\uae30\ub3d9\uc81c) &#8211; \ud76c\uc11d\ubc30\uc218 500\ubc30<\/li>\n                                         <li>\uc625\uc2e0\ucf54\ud37c \uc218\ud654\uc81c 50% (\uc720\uae30\ub3d9\uc81c) &#8211; \ud76c\uc11d\ubc30\uc218 500\ubc30<\/li>\n                                     <\/ul>\n                                     \u203b \uad6c\ub9ac(Cu)\uac00 \ud568\uc720\ub41c \uc57d\uc81c\ub294 \ub098\ubb34 \uc0dd\uc721\uae30\uc5d0 \ucc98\ub9ac \uc2dc \uc57d\ud574 \uc6b0\ub824\uac00 \uc788\uc73c\ubbc0\ub85c, \ub208\uc774 \ud2b8\uae30 \uc804\uae4c\uc9c0\ub294 \uad6c\ub9ac \ud568\uc720 \uc57d\uc81c\ub97c \uc120\ud0dd\ud558\uc5ec \uc0b4\ud3ec\ud569\ub2c8\ub2e4. \ub208\uc774 \ud2b8\uace0 \ub09c \ud6c4\uc5d0\ub294 \uad6c\ub9ac \ud568\uc720 \uc57d\uc81c \uc0b4\ud3ec\ub97c \uc790\uc81c\ud558\uace0, \uc2a4\ud2b8\ub819\ud1a0\ub9c8\uc774\uc2e0 \uc218\ud654\uc81c 1,000\ubc30\uc561\uacfc \uac00\uc2a4\uac00\ub9c8\uc774\uc2e0 \uc785\uc0c1\uc218\ud654\uc81c 1,000\ubc30\uc561\uc744 \uad50\ub300\ub85c \uc0b4\ud3ec\ud558\ub294 \uac83\uc744 \uad8c\uc7a5\ud569\ub2c8\ub2e4.\n                                 <\/li>\n                                 <li><strong>\uc815\ubcf4 \ud655\uc778:<\/strong> \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \ud638\ub450\ub098\ubb34 \ubc0f \uac08\uc0c9\uc369\uc74c\ubcd1\uc5d0 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \ud655\uc778\ud558\uc5ec \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624.<\/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 \uc2dc\ub8cc \ucc44\ucde8 \ubc0f \uc9c4\ub2e8<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><strong>\uc2dc\ub8cc \ucc44\ucde8:<\/strong> \ubcd1\uc9d5\uc774 \uc0c8\ub85c \ub098\ud0c0\ub09c \uc2e0\uc120\ud55c \ubd80\uc704(\uc78e, \uac00\uc9c0, \uc5f4\ub9e4, \uc904\uae30 \uada4\uc591 \ub4f1)\ub97c \ucc44\ucde8\ud558\uace0, \ube44\ub2d0\uc8fc\uba38\ub2c8\uc5d0 \ubcf4\uad00\ud558\uc5ec \uc9c1\uc0ac\uad11\uc120, \uace0\uc628 \ub4f1\uc5d0 \ub178\ucd9c\ub418\uc9c0 \uc54a\ub3c4\ub85d \uc989\uc2dc \ub0c9\uc7a5 \ubcf4\uad00\ud569\ub2c8\ub2e4.<\/li>\n                                <li><strong>\uc9c4\ub2e8 \uc758\ub8b0:<\/strong> \ucc44\ucde8\ud55c \uc2dc\ub8cc\ub294 3\uc77c \uc774\ub0b4\uc5d0 \uc9c0\uc5ed \uc0b0\ub9bc\uc5f0\uad6c\uae30\uad00 \ub4f1 \uc804\ubb38 \uc9c4\ub2e8\uae30\uad00(\uc0b0\ub9bc\ud658\uacbd\uc5f0\uad6c\uc18c, \uad6d\ub9bd\uc0b0\ub9bc\uacfc\ud559\uc6d0 \ub4f1)\uc5d0 \uc9c4\ub2e8 \uc694\uccad\ud569\ub2c8\ub2e4. \ubcd1\uc9d5\ub9cc\uc73c\ub85c\ub294 \ud0c4\uc800\ubcd1 \ub4f1\uacfc \uad6c\ubcc4\uc774 \uc5b4\ub835\uc2b5\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-orange-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 \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                xanthomonas: {\n                    title: '\uc8fc\uc694 \ubcd1\uc6d0\uade0 (<i>Xanthomonas arboricola pv. juglandis<\/i>)',\n                    description: '\ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\uc74c\ubcd1\uc758 \uc8fc\uc694 \ubcd1\uc6d0\uade0\uc73c\ub85c, \uc138\uade0\uc785\ub2c8\ub2e4. \uc778\uacf5\ubc30\uc591 \uc2dc NA \ubc30\uc9c0\uc5d0\uc11c \ub178\ub780\uc0c9 \ucf5c\ub85c\ub2c8\ub97c \ud615\uc131\ud569\ub2c8\ub2e4. (\uc778\uacf5\ubc30\uc591\ub41c \ubcd1\uc6d0\uade0(NA\ubc30\uc9c0) \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                },\n                pseudomonas: {\n                    title: '\uc720\uc0ac \ubcd1\uc6d0\uade0 (<i>Pseudomonas flavescens<\/i>)',\n                    description: '\ud638\ub450\ub098\ubb34 \uc138\uade0\uc131\ub9c8\ub984\ubcd1(\uac00\uce6d)\uc758 \ubcd1\uc6d0\uade0\uc73c\ub85c, \uc138\uade0\uc785\ub2c8\ub2e4. \ub178\ub780\uc0c9 \ucf5c\ub85c\ub2c8\ub97c \ud615\uc131\ud558\uba70, \ud0c0\uc6d0\ud615\uc774\uace0 \ud3b8\ubaa8\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\uc74c\ubcd1\uacfc \ud0c4\uc800\ubcd1\uc758 \ud53c\ud574 \uc99d\uc0c1\uacfc \ub9e4\uc6b0 \uc720\uc0ac\ud558\uc5ec \uc721\uc548 \uad6c\ubd84\uc774 \uc5b4\ub835\uc2b5\ub2c8\ub2e4. (\ubcd1\uc6d0\uade0\uc758 \uade0\ucd1d(\ub178\ub780\uc0c9) \/ \ubcd1\uc6d0\uade0\uc758 \uc804\uc790\ud604\ubbf8\uacbd \uc0ac\uc9c4 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                }\n            };\n\n            const damageData = {\n                leaf_spots_blight: {\n                    title: '\uc78e \ubc18\uc810 \ubc0f \ub9c8\ub984',\n                    description: '\ubd04~\ucd08\uc5ec\ub984\uc5d0 \uac78\uccd0 \uc78e\uc5d0 \uac08\uc0c9~\ud751\uc0c9\uc758 \ubc18\uc810\uc774 \ud615\uc131\ub429\ub2c8\ub2e4. \uc78e\uc758 \ubc18\uc810\uc774 \ud569\uccd0\uc838\uc11c \uae30\ud615\uc774 \ub418\uace0 \uc8fd\uc740 \uc870\uc9c1\uc774 \ub5a8\uc5b4\uc838 \ub098\uac00\uc11c \uac10\uc5fc \uc78e\uc740 \ub204\ub354\uae30 \ubaa8\uc591\uc774 \ub429\ub2c8\ub2e4. (\uc78e, \uac00\uc9c0\uc5d0 \ubc1c\uc0dd\ud55c \ubcd1\uc9d5 \ubaa8\uc2b5 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                },\n                fruit_spots_rot: {\n                    title: '\uc5f4\ub9e4 \ubc18\uc810 \ubc0f \ubd80\ud328',\n                    description: '\uc5f4\ub9e4\uc5d0 \uac08\uc0c9~\ud751\uc0c9\uc758 \ubc18\uc810\uc774 \uc0dd\uae30\uba70, \ucd08\uae30 \uac10\uc5fc\ub41c \uc5f4\ub9e4\ub294 \uc131\uc219\uae30\uae4c\uc9c0 \ub2ec\ub824 \uc788\uc9c0 \ubabb\ud558\uace0 \uc870\uae30 \ub099\uacfc\ub429\ub2c8\ub2e4. \uacfc\uc2e4\uc774 \ubd80\ud328\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4. (\uc5f4\ub9e4\uc5d0 \ubc1c\uc0dd\ud55c \ubcd1\uc9d5 \ubaa8\uc2b5 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                },\n                branch_stem_canker: {\n                    title: '\uac00\uc9c0\/\uc904\uae30 \uada4\uc591',\n                    description: '\uac00\uc9c0\uc640 \uc904\uae30 \ub4f1\uc5d0 \uada4\uc591\uc774 \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \uada4\uc591 \ud615\ud0dc\ub85c \ud070 \uac00\uc9c0\uae4c\uc9c0 \uc9c4\uc804\ub420 \uc218 \uc788\uc73c\uba70, \uac10\uc5fc\uc774 \uc9c0\uc18d\ub418\uba74 \uac00\uc9c0(\uc794\uac00\uc9c0 \ud3ec\ud568)\uac00 \uace0\uc0ac\ud569\ub2c8\ub2e4. (\uac00\uc9c0\uc5d0 \ubc1c\uc0dd\ud55c \ubcd1\uc9d5 \ubaa8\uc2b5 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                }\n            };\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\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            }\n\n            \/\/ Initial content for morphology section\n            updateMorphologyContent('xanthomonas'); \n\n            morphologyTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.type);\n                });\n            });\n\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\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            }\n\n            \/\/ Initial content for damage section\n            updateDamageContent('leaf_spots_blight');\n\n            damageTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damageType);\n                });\n            });\n\n            const ctx = document.getElementById('controlChart').getContext('2d');\n            new Chart(ctx, {\n                type: 'bar',\n                data: {\n                    labels: ['3\uc6d4', '4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4'],\n                    datasets: [{\n                        label: '\ubcd1\uc6d0\uade0 \ud65c\ub3d9\uae30 (\ubcd1\uc9d5 \ubc1c\ud604 \ubc0f \ud655\uc0b0)',\n                        data: [5, 10, 8, 5, 2, 0, 0], \/\/ Peak April-May\n                        backgroundColor: 'rgba(234, 88, 12, 0.6)', \/* orange-600 *\/\n                        borderColor: 'rgba(234, 88, 12, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\ub208 \ud2b8\uae30 \uc804)',\n                        data: [12, 12, 0, 0, 0, 0, 0], \/\/ March-April\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 (\uc78e \ud53c\uae30 \uc804)',\n                        data: [0, 0, 12, 12, 0, 0, 0], \/\/ May-June\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('\ub208 \ud2b8\uae30 \uc804')) return ` ${context.dataset.label}: 3\uc6d4 ~ 4\uc6d4`;\n                                        return ` ${context.dataset.label}: 5\uc6d4 \ub9d0 ~ 6\uc6d4 \ucd08`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\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":3857,"template":"","meta":{"_acf_changed":true,"_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":[85,313],"pest-category":[86,287],"pest-overwintering":[],"class_list":["post-3856","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-85","pest-target-313","pest-category-86","pest-category-287"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud638\ub450\ub098\ubb34-\uac08\uc0c9\uc369\uc74c\ubcd1.jpg",577,547,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud638\ub450\ub098\ubb34-\uac08\uc0c9\uc369\uc74c\ubcd1-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud638\ub450\ub098\ubb34-\uac08\uc0c9\uc369\uc74c\ubcd1-300x284.jpg",300,284,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud638\ub450\ub098\ubb34-\uac08\uc0c9\uc369\uc74c\ubcd1.jpg",577,547,false],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud638\ub450\ub098\ubb34-\uac08\uc0c9\uc369\uc74c\ubcd1.jpg",577,547,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud638\ub450\ub098\ubb34-\uac08\uc0c9\uc369\uc74c\ubcd1.jpg",577,547,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud638\ub450\ub098\ubb34-\uac08\uc0c9\uc369\uc74c\ubcd1.jpg",577,547,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\uc74c\ubcd1 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ubcd1\uc6d0\uade0 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\uc74c\ubcd1 (Walnut Blight)\uc774\ub780? \ud638\ub450\ub098\ubb34 \uac08\uc0c9\uc369\uc74c\ubcd1\uc740 Xanthomonas arboricola [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3856","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\/3857"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3856"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3856"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3856"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3856"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}