{"id":3505,"date":"2025-07-04T12:21:20","date_gmt":"2025-07-04T12:21:20","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3505"},"modified":"2025-07-04T12:30:53","modified_gmt":"2025-07-04T12:30:53","slug":"%ed%99%94%ec%83%81%eb%b3%91%eb%b3%91","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ed%99%94%ec%83%81%eb%b3%91%eb%b3%91","title":{"rendered":"\ud654\uc0c1\ubcd1"},"content":{"rendered":"\n<p><\/p>\n\n\n\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>\ud654\uc0c1\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: Red & Orange for blight -->\n    <!-- Application Structure Plan: The SPA for Fire Blight is structured into five core sections: '\uac1c\uc694' (Overview), '\ubcd1\uc6d0\uccb4 \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\uccb4 \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 - microscopic, flagella) -> Goal: Inform & Identify -> Viz\/Method: Interactive text descriptions with buttons for '\uc138\uade0 (\ud604\ubbf8\uacbd)', '\uc138\uade0 \ucf5c\ub85c\ub2c8' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: The pathogen is microscopic, so textual description of its form and colonial growth is key. -> Library: Vanilla JS.\n        2. Report Info: Damage Symptoms (Flower blight, Leaf blight, Stem cankers, Fruit blight) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive text descriptions with buttons for '\uaf43\/\uc78e \uc2dc\ub4e4\uc74c \ubc0f \ubcc0\uc0c9', '\uac00\uc9c0\/\uc904\uae30 \uada4\uc591', '\uacfc\uc2e4 \ud53c\ud574' -> 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 cankers, Primary infection via flowers\/wounds, Secondary spread via rain\/insects\/tools) -> Goal: Organize & Show Change -> Viz\/Method: Detailed HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the disease cycle, especially overwintering in cankers and complex spread pathways, is essential for understanding and control. -> Library: HTML\/Tailwind.\n        4. Report Info: Control Timing (Preventative spraying in dormant\/bloom, Sanitation, Removal) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary periods for chemical intervention (dormant season, bloom) and emphasizes year-round sanitation\/removal, 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: #dc2626 !important; \/* red-600 *\/\n            color: #fef2f2 !important; \/* red-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: #ef4444; \/* red-500 *\/\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-red-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-red-100\">\ubcd1\uc6d0\uccb4 \ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-red-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-red-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-red-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-red-800 mb-4\">\uacfc\uc218\ud654\uc0c1\ubcd1 (Fire Blight)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uacfc\uc218\ud654\uc0c1\ubcd1\uc740 <i>Erwinia amylovora<\/i> \uc138\uade0\uc5d0 \uc758\ud574 \ubc1c\uc0dd\ud558\ub294 \uc0ac\uacfc, \ubc30\ub098\ubb34 \ub4f1 \uc7a5\ubbf8\uacfc \uc2dd\ubb3c\uc758 **\uae08\uc9c0\ubcd1\ud574\ucda9**\uc785\ub2c8\ub2e4. \uc804\uc5fc\uc131\uc774 \ub9e4\uc6b0 \uac15\ud558\uc5ec \ud55c\ubc88 \ubc1c\uc0dd\ud558\uba74 \ub098\ubb34 \uc804\uccb4\uac00 \uace0\uc0ac\ub420 \uc218 \uc788\ub294 \ubb34\uc11c\uc6b4 \ubcd1\uc73c\ub85c, **\uc138\uacc4 3\ub300 \uc218\ubaa9\ubcd1 \uc911 \ud558\ub098**\ub85c \uc54c\ub824\uc838 \uc788\uc2b5\ub2c8\ub2e4. \uc815\ubd80\uc5d0\uc11c\ub294 \ud654\uc0c1\ubcd1\uc774 \ub098\ubb34 \ud55c \uadf8\ub8e8\ub77c\ub3c4 \ubc1c\uc0dd\ud558\uba74, \ud574\ub2f9 \uacfc\uc6d0\uc5d0 \uc804\uc5fc\ub420 \uc218 \uc788\ub294 \ubaa8\ub4e0 \ub098\ubb34\ub97c \ub9e4\ubab0\ud558\ub294 \uacf5\uc801 \ubc29\uc81c \uc815\ucc45\uc744 \uc218\ud589\ud569\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> \uc138\uade0\uc740 \uc624\ub798\ub41c \uada4\uc591\uc758 \uc8fc\ubcc0\uc5d0\uc11c \uc6d4\ub3d9<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 1\ud68c (\uc8fc\ub85c 4~5\uc6d4 \uac1c\ud654\uae30 \ubc1c\ubcd1), \uae30\ud6c4 \uc870\uac74\uc5d0 \ub530\ub77c \ubc1c\uc0dd \uc0c1\ud669 \ud06c\uac8c \ub2ec\ub77c\uc9d0<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-red-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uac00\ud574 \uc218\uc885<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        1780\ub144 \ubbf8\uad6d \ub274\uc695\uc5d0\uc11c \ucc98\uc74c \ubc1c\uacac\ub41c \uc774\ud6c4 \uce90\ub098\ub2e4, \ub274\uc9c8\ub79c\ub4dc, \uc720\ub7fd, \uc911\ub3d9, \uc544\uc2dc\uc544\ub85c \ud655\uc0b0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uad6d\ub0b4\uc5d0\uc11c\ub294 2015\ub144 \uc548\uc131, \ucc9c\uc548, \uc81c\ucc9c\uc5d0\uc11c \ucc98\uc74c \ud655\uc778\ub41c \uc774\ud6c4 \ucda9\ubd81, \uacbd\uae30, \ucda9\ub0a8, \uac15\uc6d0 \uc9c0\uc5ed\uc5d0\uc11c \uc9c0\uc18d\uc801\uc73c\ub85c \ubc1c\uc0dd\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                    <p class=\"text-gray-700\">\uc8fc\uc694 \uae30\uc8fc\uc2dd\ubb3c\uc740 <strong>\uc0ac\uacfc, \ubc30, \ube44\ud30c, \ubaa8\uacfc, \uc0b4\uad6c, \ubcf5\uc22d\uc544, \ub9e4\uc2e4, \uc790\ub450, \uc544\ub85c\ub2c8\uc544, \uccb4\ub9ac, \uc575\ub450, \ub77c\uc988\ubca0\ub9ac, \uc870\ud31d\ub098\ubb34, \uc7a5\ubbf8, \ub9c8\uac00\ubaa9, \ud480\ub610\uae30, \uba85\uc790\ub098\ubb34, \ucc14\ub808, \ub538\uae30\ub958, \ubc9a\ub098\ubb34\ub958<\/strong> \ub4f1 \uc7a5\ubbf8\uacfc 39\uc18d 180\uc5ec \uc885 \uc2dd\ubb3c\uc785\ub2c8\ub2e4.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- \ubcd1\uc6d0\uccb4 \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-red-800 mb-4\">\ud654\uc0c1\ubcd1 \ubcd1\uc6d0\uccb4\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud654\uc0c1\ubcd1\uc744 \uc77c\uc73c\ud0a4\ub294 \ubcd1\uc6d0\uccb4\ub294 <i>Erwinia amylovora<\/i>\ub77c\ub294 \uc138\uade0\uc73c\ub85c, \ud604\ubbf8\uacbd\uc744 \ud1b5\ud574\uc11c\ub9cc \uad00\ucc30 \uac00\ub2a5\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"bacteria_microscope\" class=\"stage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc138\uade0 (\ud604\ubbf8\uacbd)<\/button>\n                        <button data-type=\"bacterial_colony\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc138\uade0 \ucf5c\ub85c\ub2c8<\/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-red-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-red-800 mb-4\">\ud654\uc0c1\ubcd1\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud654\uc0c1\ubcd1\uc740 \uc774\ub984\ucc98\ub7fc \ub098\ubb34\uac00 \ubd88\uc5d0 \ud0c4 \uac83 \uac19\uc774 \uae09\uaca9\ud788 \ub9d0\ub77c \uc8fd\ub294 \uc99d\uc0c1\uc744 \ubcf4\uc774\uba70, \uaf43, \uc78e, \uac00\uc9c0, \uc5f4\ub9e4 \ub4f1 \ub2e4\uc591\ud55c \ubd80\uc704\uc5d0 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"flower_leaf_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\">\uaf43\/\uc78e \uc2dc\ub4e4\uc74c \ubc0f \ubcc0\uc0c9<\/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                        <button data-damage-type=\"fruit_blight\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uacfc\uc2e4 \ud53c\ud574<\/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-red-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-red-800 mb-4\">\ud654\uc0c1\ubcd1\uc758 \uc0dd\ud65c\uc0ac \ubc0f \uc804\ud30c \uacbd\ub85c<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud654\uc0c1\ubcd1\uade0\uc740 \ub098\ubb34\uc904\uae30\uc5d0 \ud615\uc131\ub41c \uada4\uc591 \uac00\uc7a5\uc790\ub9ac\uc5d0\uc11c \uaca8\uc6b8\uc744 \ub098\uba70, \ubd04\uc774 \ub418\uc5b4 \uae30\uc628\uc774 \uc0c1\uc2b9\ud558\uba74 \ud65c\ub3d9\uc744 \uc2dc\uc791\ud569\ub2c8\ub2e4. \ube57\ubb3c, \ubc14\ub78c, \uace4\ucda9, \uc0ac\ub78c \ub4f1\uc5d0 \uc758\ud574 \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 (\uada4\uc591 \uac00\uc7a5\uc790\ub9ac)<\/p><p class=\"text-sm\">\ub098\ubb34\uc904\uae30\uc5d0 \ud615\uc131\ub41c \uada4\uc591 \uac00\uc7a5\uc790\ub9ac\uc5d0\uc11c \ubcd1\uc6d0\uade0\uc774 \uaca8\uc6b8\uc744 \ubcf4\ub0c4<\/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. \ubcd1\uc6d0\uade0 \uc99d\uc2dd \ubc0f \uc138\uade0\ub204\ucd9c\uc561 \ud615\uc131 (\ubd04\ucca0)<\/p><p class=\"text-sm\">\uae30\uc628 \uc0c1\uc2b9 \uc2dc \ubcd1\uc6d0\uade0 \uc99d\uc2dd \uac1c\uc2dc. \uc2b5\ud558\uba74 \uc2dd\ubb3c\uccb4 \ud45c\uba74\uc5d0 \uc138\uade0\ub204\ucd9c\uc561(bacterial ooze) \ub9fa\ud798<\/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. 1\ucc28 \uac10\uc5fc (\uaf43\/\uc0c1\ucc98\ub97c \ud1b5\ud574)<\/p><p class=\"text-sm\">\ub204\ucd9c\ub41c \uc138\uade0\uc774 \uace4\ucda9(\ubc8c \ub4f1)\uacfc \ube44\uc5d0 \uc758\ud574 \uaf43\uc73c\ub85c \uc804\ubc18 \u2192 \uc554\uc220\uba38\ub9ac \ud45c\uba74\uc5d0\uc11c \uc99d\uc2dd \u2192 \ubc00\uc120 \ud1b5\ud574 \uaf43 1\ucc28 \uac10\uc5fc<\/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. 2\ucc28 \uac10\uc5fc \ubc0f \ud655\uc0b0 (\uac00\uc9c0, \uc78e, \uc5f4\ub9e4, \uc904\uae30)<\/p><p class=\"text-sm\">\ubcd1\ub4e0 \uaf43\uc5d0\uc11c \uc99d\uc2dd\ub41c \ubcd1\uc6d0\uade0\uc774 \ube44\ubc14\ub78c, \uace4\ucda9, \uc0ac\ub78c\/\uc791\uc5c5\ub3c4\uad6c\uc5d0 \uc758\ud574 2\ucc28 \uac10\uc5fc \ubc18\ubcf5. \uac15\ud48d, \uc6b0\ubc15, \uace4\ucda9 \ub4f1\uc5d0 \uc758\ud55c \uc0c1\ucc98\uac00 \uc911\uc694 \uce68\uc785 \uacbd\ub85c<\/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. \uada4\uc591 \ud655\ub300 \ubc0f \ub098\ubb34 \uace0\uc0ac<\/p><p class=\"text-sm\">\ub098\ubb34\uc904\uae30 \uada4\uc591\uc740 \ub9e4\ub144 \uc7ac\ud65c\uc131\ud654\ub418\uc5b4 \uc2ec\ud574\uc9c0\uace0, \ub098\ubb34 \uc804\uccb4 \uac10\uc5fc \u2192 \uace0\uc0ac<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"p-6 bg-white mt-6\">\n                        <h3 class=\"text-xl font-semibold text-red-800 mb-3\">\ubcd1 \ubc1c\uc0dd \ud658\uacbd<\/h3>\n                        <p class=\"text-gray-700\">\ubcd1\uc6d0\uade0\uc758 \ucd5c\uc801 \uc0dd\uc721 \uc628\ub3c4\ub294 $22\\sim25^{\\circ}C$\uc774\uba70, $4\\sim37^{\\circ}C$ \ubc94\uc704\uc5d0\uc11c \uc0dd\uc721 \uac00\ub2a5\ud569\ub2c8\ub2e4. \uc678\ubd80 \uae30\uc628\uc774 $25\\sim29^{\\circ}C$\uc77c \ub54c \ubcd1\uc6d0\uade0 \uc99d\uc2dd\uc774 \ud65c\ubc1c\ud574\uc9c0\uace0, \ub098\ubb34\uc758 \uc138\ub825\uc774 \uc800\ud558\ub418\uac70\ub098 \ube44\ub8cc\uac00 \uacfc\ub2e4 \ud22c\uc785\ub418\uc5b4 \ub098\ubb34 \uc870\uc9c1\uc774 \uc57d\ud654\ub418\uc5c8\uc744 \ub54c \ubcd1\uc6d0\uade0\uc774 \ud65c\uc131\ud654\ub429\ub2c8\ub2e4. \uace0\uc628\ub2e4\uc2b5\ud55c \uc870\uac74\uc5d0\uc11c\ub294 \ub098\ubb34\uc758 \ud53c\ubaa9\uacfc \uae30\uacf5\uc744 \ud1b5\ud574\uc11c\ub3c4 \ubcd1\uc6d0\uade0\uc774 \uce68\uc785\ud560 \uc218 \uc788\uc2b5\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-red-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud654\uc0c1\ubcd1\uc740 \ud55c\ubc88 \ubc1c\uc0dd\ud558\uba74 \ud1f4\uce58\uac00 \ub9e4\uc6b0 \uc5b4\ub835\uae30 \ub54c\ubb38\uc5d0 **\uc608\ubc29 \uc704\uc8fc\uc758 \uccad\uacb0\ud55c \uacfc\uc218\uc6d0 \uad00\ub9ac\uc640 \uc624\uc5fc\ub418\uc9c0 \uc54a\uc740 \uac74\uc804\ud55c \ubb18\ubaa9 \uc0ac\uc6a9**\uc774 \uac00\uc7a5 \uc911\uc694\ud558\uba70, \ubc95\uc801 \ubc29\uc81c \uc9c0\uce68\uc744 \ucca0\uc800\ud788 \uc900\uc218\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 \ubc95\uc801 \ubc29\uc81c \ubc0f \uc2e0\uace0 \uc758\ubb34<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li>\ud654\uc0c1\ubcd1\uc740 \uc2dd\ubb3c\ubc29\uc5ed\ubc95\uc5d0 \uc758\uac70 \uad6d\uac00\uc5d0\uc11c \uad00\ub9ac\ud558\ub294 **\uae08\uc9c0\ubcd1\ud574\ucda9**\uc785\ub2c8\ub2e4.<\/li>\n                                <li>\uac10\uc5fc \uc758\uc2ec\uc8fc \ubc1c\uacac \uc2dc \uc989\uc2dc \uac00\uae4c\uc6b4 \uc2dc\u00b7\uad70 \ub18d\uc5c5\uae30\uc220\uc13c\ud130\uc5d0 \uc2e0\uace0\ud574\uc57c \ud569\ub2c8\ub2e4 (\ubbf8\uc2e0\uace0 \uc2dc \ubc8c\uae08).<\/li>\n                                <li>\ud655\uc9c4 \uc2dc \ubc1c\uc0dd \uacfc\uc6d0 \ub0b4 \uc804\uccb4 \uae30\uc8fc\uc2dd\ubb3c\uc740 **\ud3d0\uae30(\uad74\ucde8 \ud6c4 \ub9e4\ubab0 \uc6d0\uce59)**\ud558\uba70, \ud574\ub2f9 \uacfc\uc6d0\uc5d0\uc11c\ub294 **3\ub144\uac04 \uae30\uc8fc\uc2dd\ubb3c \uc7ac\ubc30\uac00 \uae08\uc9c0**\ub429\ub2c8\ub2e4. (\ud3d0\uae30 \uba85\ub839 \uc704\ubc18 \uc2dc \uc9d5\uc5ed \ub610\ub294 \ubc8c\uae08)<\/li>\n                            <\/ul>\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>\uccad\uacb0\ud55c \uacfc\uc6d0 \uad00\ub9ac:<\/strong> \uacfc\uc218\uc6d0 \ucd9c\uc785 \uc2dc \uc190\uacfc \ubc1c, \uc7a5\uac11, \ubaa8\uc790, \uc791\uc5c5\ubcf5 \ub4f1\uc744 \ucca0\uc800\ud788 \uc18c\ub3c5\ud558\uace0, \uc0ac\uc6a9\ud558\ub294 \ubaa8\ub4e0 \uc791\uc5c5\ub3c4\uad6c(\uc804\uc815\uac00\uc704, \uc804\uc815\ud1b1 \ub4f1)\ub97c 70% \uc5d0\ud0c4\uc62c \ub610\ub294 \ub77d\uc2a4 4\ubc30 \ud76c\uc11d\uc561\uc5d0 5\ubd84 \uc774\uc0c1 \ub2f4\uac00 \uc18c\ub3c5\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uac74\uc804\ud55c \ubb18\ubaa9\/\uc811\uc218 \uc0ac\uc6a9:<\/strong> \ud654\uc0c1\ubcd1 \ubc1c\uc0dd \uc9c0\uc5ed \ubc0f \uc778\uadfc, \ub610\ub294 \ucd9c\ucc98\uac00 \ubd88\ubd84\uba85\ud55c \ubb18\ubaa9\uc774\ub098 \uc811\uc218\ub97c \uc0ac\uc6a9\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc0c1\ucc98 \ubc29\uc9c0 \ubc0f \uad00\ub9ac:<\/strong> \uac00\uc9c0\uce58\uae30 \ub4f1\uc73c\ub85c \uc778\ud55c \uc0c1\ucc98\ub97c \ucd5c\uc18c\ud654\ud558\uace0, \ubc1c\uc0dd \uc2dc \uc989\uc2dc \uc18c\ub3c5 \ubc0f \ub3c4\ud3ec\ud558\uc5ec \uc138\uade0 \uce68\uc785\uc744 \ub9c9\uc2b5\ub2c8\ub2e4. \uac15\ud48d, \uc6b0\ubc15 \ub4f1 \uae30\uc0c1 \ud53c\ud574\uc5d0 \uc758\ud55c \uc0c1\ucc98\ub3c4 \uc8fc\uc758\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uace4\ucda9 \uad00\ub9ac:<\/strong> \uac1c\ud654\uae30\uc5d0 \uc218\ubd84\uc6a9 \uace4\ucda9(\ubc8c)\uc758 \uc774\ub3d9\uc744 \uc81c\ud55c\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ubc1c\uc0dd\uc9c0 \uc794\uc7ac\ubb3c \uc774\ub3d9 \uae08\uc9c0:<\/strong> \ubc1c\uc0dd \uacfc\uc218\uc6d0\uc758 \ub098\ubb34 \ubc0f \uc794\uc7ac\ubb3c\uc740 \uacfc\uc218\uc6d0 \ubc16\uc73c\ub85c \uc774\ub3d9\uc744 \uae08\uc9c0\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>\uc6d4\ub3d9\uae30 \ubc29\uc81c:<\/strong> \ub3d9\uacc4 \ubc29\uc81c \uc2dc 1\ud68c \uad6c\ub9ac\uc81c(\ucf54\ud37c \ud558\uc774\ub4dc\ub85d\uc0ac\uc774\ub4dc, \ucf54\ud37c\uc124\ud398\uc774\ud2b8\ubca0\uc774\uc2dd \ub4f1)\ub97c \uc0b4\ud3ec\ud569\ub2c8\ub2e4. (\uc11d\ud68c\uc720\ud669\ud569\uc81c \uc0b4\ud3ec \uc2dc 7\uc77c \uc774\ud6c4\uc5d0 \ud654\uc0c1\ubcd1 \uc57d\uc81c \uc0b4\ud3ec)<\/li>\n                                 <li><strong>\uac1c\ud654\uae30 \ubc29\uc81c:<\/strong> \uc804\ub144\ub3c4 \ubc1c\uc0dd \uc9c0\uc5ed\uc5d0\uc11c\ub294 \uac1c\ud654\uae30(\uaf43\uc774 80% \ud540 \ud6c4 5\uc77c \uc804\ud6c4)\uc5d0 2\ud68c(1\ucc28 \ubc29\uc81c \ud6c4 10\uc77c \uac04\uaca9) \ud56d\uc0dd\uc81c \uacc4\uc5f4(\uc2a4\ud2b8\ub819\ud1a0\ub9c8\uc774\uc2e0, \uc625\uc2dc\ud14c\ud2b8\ub77c\uc0ac\uc774\ud074\ub9b0 \ub4f1)\uc758 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \uc0b4\ud3ec\ud569\ub2c8\ub2e4. (\ubbf8\ubc1c\uc0dd \uc9c0\uc5ed\uc740 \uc6d4\ub3d9\uae30 1\ud68c \uad6c\ub9ac\uc81c\ub9cc \uc0b4\ud3ec)<\/li>\n                                 <li><strong>\uc815\ubcf4 \ud655\uc778:<\/strong> \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \uacfc\uc218(\uc0ac\uacfc, \ubc30) \ubc0f \ud654\uc0c1\ubcd1\uc5d0 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \ud655\uc778\ud558\uc5ec \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624. \ud56d\uc0dd\uc81c \uc800\ud56d\uc131 \uade0\uc8fc \ubc1c\uc0dd \uc6b0\ub824\uac00 \uc788\uc73c\ubbc0\ub85c \ubc18\ubcf5 \uc0b4\ud3ec\ub294 \ud53c\ud558\uace0 \ub2e4\ub978 \uc791\uc6a9\uae30\uc791 \uc57d\uc81c\uc640 \uad50\ud638 \uc0b4\ud3ec\ub97c \uad8c\uc7a5\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\ucc30 \ubc0f \uc9c4\ub2e8<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><strong>\uc0c1\uc2dc \uc608\ucc30:<\/strong> \ub18d\uac00 \uc790\uccb4\uc801\uc73c\ub85c \uc5f0\uc911 \uacfc\uc218\uc6d0 \uad00\ub9ac \uacfc\uc815\uc5d0\uc11c \uc758\uc2ec \uc99d\uc0c1\uc744 \uc138\uc2ec\ud558\uac8c \uad00\ucc30\ud569\ub2c8\ub2e4. \ud2b9\ud788 \ubcd1\uc9d5\uc774 \ubc1c\ud604\ub418\ub294 \uc2dc\uae30(\ud558\uacc4 5~7\uc6d4, \ub3d9\uacc4 11\uc6d4)\uc5d0 \uc911\uc810\uc801\uc73c\ub85c \uc608\ucc30\ud569\ub2c8\ub2e4.<\/li>\n                                <li><strong>\uc2e0\uc18d \uc9c4\ub2e8:<\/strong> \ub18d\ucd0c\uc9c4\ud765\uccad \uc791\ubb3c\ubcf4\ud638\uacfc\uc5d0\uc11c \uc758\uc2ec \uc2dc\ub8cc\ub97c \uc9c4\ub2e8\ud558\uba70, \ube60\ub974\uace0 \uc815\ud655\ud55c \uc9c4\ub2e8 \ud0a4\ud2b8(\ub2e4\ud074\ub860 \ud56d\uccb4 \ubc18\uc751) \ubc0f \uc815\ubc00 \uc9c4\ub2e8(LAMP)\uc774 \uac00\ub2a5\ud569\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-red-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: \ub18d\ucd0c\uc9c4\ud765\uccad, \uc0b0\ub9bc\uccad, \ud55c\uad6d\uc2dd\ubb3c\ubcd1\ub9ac\ud559\ud68c \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                bacteria_microscope: {\n                    title: '\uc138\uade0 (\ud604\ubbf8\uacbd)',\n                    description: '\ubcd1\uc6d0\uccb4\uc778 <i>Erwinia amylovora<\/i>\ub294 \ub9c9\ub300 \ubaa8\uc591\uc758 \uadf8\ub78c \uc74c\uc131 \uc138\uade0\uc785\ub2c8\ub2e4. \ud06c\uae30\ub294 1.1~3.0\u339b x 0.5~1.0\u339b\uc774\uba70, \uc138\ud3ec \ud45c\uba74 \uc804\uccb4\uc5d0 \ubd84\ud3ec\ud55c \uc8fc\ud3b8\ubaa8(flagella)\ub97c \uac00\uc9c0\uace0 \uc6b4\ub3d9\uc131\uc774 \uc788\uc2b5\ub2c8\ub2e4. \ub0b4\uc0dd\ud3ec\uc790\ub294 \uc5c6\uc2b5\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 1.1~3.0\u339b x 0.5~1.0\u339b',\n                },\n                bacterial_colony: {\n                    title: '\uc138\uade0 \ucf5c\ub85c\ub2c8',\n                    description: 'MM2 \ubc30\uc9c0\uc5d0\uc11c \uc810\uc9c8\uc131\uc758 \ubcfc\ub85d\ud55c \ub178\ub780\uc0c9 \ucf5c\ub85c\ub2c8\ub97c \ud615\uc131\ud569\ub2c8\ub2e4. \ubc30\uc9c0\uc5d0 \ud669\uc0b0\ub3d9\uc774 \uc5c6\uc73c\uba74 \ud770\uc0c9 \ucf5c\ub85c\ub2c8\ub97c \ub9cc\ub4ed\ub2c8\ub2e4. \uc774 \ucf5c\ub85c\ub2c8\ub294 \uc138\uade0\uc758 \uc9d1\ub2e8\uc801\uc778 \uc99d\uc2dd\uc744 \ub098\ud0c0\ub0c5\ub2c8\ub2e4.',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                }\n            };\n\n            const damageData = {\n                flower_leaf_blight: {\n                    title: '\uaf43\/\uc78e \uc2dc\ub4e4\uc74c \ubc0f \ubcc0\uc0c9',\n                    description: '\ucd08\uae30\uc5d0 \uaf43\uc774 \ubb3c\uc5d0 \uc816\uc740 \ub4ef \ubcf4\uc774\uba70 \ud68c\ubc31\uc0c9\uc744 \ub760\ub294 \ub179\uc0c9\uc774 \ub418\uace0, \ubcd1\uc774 \uc9c4\ud589\ub418\uba74 \uac80\uac8c \ubcc0\ud558\uba70 \ub9c8\ub985\ub2c8\ub2e4. \uc78e\uc740 \ucd08\uae30 \uc8fc\ub9e5\uc774\ub098 \uc78e\ub9e5\uc744 \ub530\ub77c \uac80\uac8c \ubcc0\uc0c9\ub418\uba70, \ubcd1\uc774 \uc9c4\uc804\ub418\uba74\uc11c \uc0ac\uacfc\ub294 \uac08\uc0c9\uc73c\ub85c, \ubc30\ub294 \uac80\uc740\uc0c9\uc73c\ub85c \ub9c8\ub974\uace0 \uc78e\uc740 \ub9d0\ub9ac\uace0 \ucb48\uadf8\ub7ec\ub4e4\uc5b4 \uac00\uc9c0\uc5d0 \ub9e4\ub2ec\ub824 \uc788\uc2b5\ub2c8\ub2e4. (\ud654\uc0c1\ubcd1\uc5d0 \uac10\uc5fc\ub41c \ubc30\ub098\ubb34 \uac00\uc9c0 \/ \uac10\uc5fc\ub41c \uc0ac\uacfc \uc78e\uacfc \uc5f4\ub9e4 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                },\n                branch_stem_canker: {\n                    title: '\uac00\uc9c0\/\uc904\uae30 \uada4\uc591',\n                    description: '\uac00\uc9c0\uc758 \uaecd\uc9c8\uc774 \ubb3c\uc5d0 \uc816\uc740 \ub4ef \ubcf4\uc774\uace0, \ud45c\uba74\uc774 \uc6c0\ud479 \uaebc\uc9c0\uba70 \uac08\ub77c\uc838 \uada4\uc591\uc774 \ud615\uc131\ub429\ub2c8\ub2e4. \uc5b4\ub9b0 \uac00\uc9c0\ub294 \ube60\ub974\uac8c \uc2dc\ub4e4\uba74\uc11c \uac80\uac8c \ubcc0\uc0c9\ub418\uace0 \ub05d\uc774 \uac08\uace0\ub9ac\ucc98\ub7fc \ud718\uc5b4\uc9c0\ub294 \uac83\uc774 \ud2b9\uc9d5\uc785\ub2c8\ub2e4. \uada4\uc591\uc774 \ucee4\uc838 \uac00\uc9c0\ub97c \ub458\ub7ec\uc2f8\uba74 \uadf8 \uc717\ubd80\ubd84\uc740 \ub9d0\ub77c \uc8fd\uc2b5\ub2c8\ub2e4. (\ud654\uc0c1\ubcd1 \ubcd1\uc9d516(\uc78e) \/ \ud654\uc0c1\ubcd1 \ubcd1\uc9d519(\uac00\uc9c0) \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                },\n                fruit_blight: {\n                    title: '\uacfc\uc2e4 \ud53c\ud574',\n                    description: '\uc5f4\ub9e4\ub294 \ucc98\uc74c\uc5d4 \ub728\uac70\uc6b4 \ubb3c\uc5d0 \ub374 \uac83 \uac19\uc740 \uc810\ubb34\ub2ac\uac00 \uc0dd\uae30\uace0 \uc810\ucc28 \ud751\uc0c9\uc73c\ub85c \ubcc0\ud569\ub2c8\ub2e4. \ud45c\uba74\uc5d0 \ud770\uc0c9, \uc8fc\ud669\uc0c9 \ub610\ub294 \uac08\uc0c9\uc758 \uc138\uade0\ub204\ucd9c\uc561\uc774 \ub9fa\ud788\uae30\ub3c4 \ud569\ub2c8\ub2e4. (\ud654\uc0c1\ubcd1 \ubcd1\uc9d5(\uc5f4\ub9e4) \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('bacteria_microscope'); \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('flower_leaf_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: ['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: '\ubcd1\uc6d0\uade0 \ud65c\ub3d9\uae30 (\uc99d\uc2dd \ubc0f \uc804\ud30c)',\n                        data: [2, 5, 8, 10, 8, 5, 2, 0, 0, 0, 0, 0], \/\/ Peak April-May\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 (\uc6d4\ub3d9\uae30 \uad6c\ub9ac\uc81c)',\n                        data: [0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 12], \/\/ Dec-March\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 (\uac1c\ud654\uae30 \ud56d\uc0dd\uc81c)',\n                        data: [0, 0, 0, 12, 12, 0, 0, 0, 0, 0, 0, 0], \/\/ April-May\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('\uc6d4\ub3d9\uae30')) return ` ${context.dataset.label}: 12\uc6d4 ~ 3\uc6d4`;\n                                        return ` ${context.dataset.label}: 4\uc6d4 \uc911\uc21c ~ 5\uc6d4 \uc911\uc21c`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\ud654\uc0c1\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","protected":false},"featured_media":3506,"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":[391,385,387,381,390,378,376,188,380,377,311,379,383,386,382,141,294,389,384,388],"pest-category":[86,287],"pest-overwintering":[],"class_list":["post-3505","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-391","pest-target-385","pest-target-387","pest-target-381","pest-target-390","pest-target-378","pest-target-376","pest-target-188","pest-target-380","pest-target-377","pest-target-311","pest-target-379","pest-target-383","pest-target-386","pest-target-382","pest-target-141","pest-target-294","pest-target-389","pest-target-384","pest-target-388","pest-category-86","pest-category-287"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud654\uc0c1\ubcd1.jpg",946,803,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud654\uc0c1\ubcd1-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud654\uc0c1\ubcd1-300x255.jpg",300,255,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud654\uc0c1\ubcd1-768x652.jpg",768,652,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud654\uc0c1\ubcd1.jpg",946,803,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud654\uc0c1\ubcd1.jpg",946,803,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud654\uc0c1\ubcd1.jpg",946,803,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ud654\uc0c1\ubcd1 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ubcd1\uc6d0\uccb4 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \uacfc\uc218\ud654\uc0c1\ubcd1 (Fire Blight)\uc774\ub780? \uacfc\uc218\ud654\uc0c1\ubcd1\uc740 Erwinia amylovora \uc138\uade0\uc5d0 \uc758\ud574 \ubc1c\uc0dd\ud558\ub294 [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3505","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\/3506"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3505"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3505"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3505"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3505"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}