{"id":3764,"date":"2025-07-09T04:00:27","date_gmt":"2025-07-09T04:00:27","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3764"},"modified":"2025-07-09T04:11:00","modified_gmt":"2025-07-09T04:11:00","slug":"%ec%86%8c%eb%82%98%eb%ac%b4%eb%a5%98-%ed%98%b9%eb%b3%91","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ec%86%8c%eb%82%98%eb%ac%b4%eb%a5%98-%ed%98%b9%eb%b3%91","title":{"rendered":"\uc18c\ub098\ubb34\ub958 \ud639\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>\uc18c\ub098\ubb34\ub958 \ud639\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: Pine Green & Earth Tones -->\n    <!-- Application Structure Plan: The SPA for Pine-Oak Gall Rust 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 complex heteroecious life 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 (Pycnia, Aecia\/Aeciospores, Uredinia, Telia\/Teliospores) -> Goal: Inform & Identify -> Viz\/Method: Interactive text descriptions with buttons for '\ub179\ubcd1\uc815\uc790', '\ub179\ud3ec\uc790', '\uc5ec\ub984\ud3ec\uc790', '\uaca8\uc6b8\ud3ec\uc790\/\ub2f4\uc790\ud3ec\uc790' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: The distinct spore stages on different hosts are crucial for understanding this rust disease. -> Library: Vanilla JS.\n        2. Report Info: Damage Symptoms (Gall formation, Sap exudation, Bark cracking, Branch breakage) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive text descriptions with buttons for '\ud639 \ud615\uc131', '\uc218\uc561 \ub204\ucd9c', '\uc218\ud53c \uac08\ub77c\uc9d0\/\ud30c\uc5f4' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Clear textual differentiation of gall formation and subsequent bark\/branch damage is vital for accurate diagnosis. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Heteroecious rust involving Pine\/Oak, complex spore stages, seasonal progression) -> Goal: Organize & Show Change -> Viz\/Method: Detailed HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the complex two-host life cycle with all spore stages and seasonal migrations is essential for understanding and control. -> Library: HTML\/Tailwind.\n        4. Report Info: Control Timing (Preventative spraying on both hosts, Sanitation) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary periods for chemical intervention on both hosts and emphasizes 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: #047857 !important; \/* emerald-700 *\/\n            color: #ecfdf5 !important; \/* emerald-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: #10b981; \/* emerald-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-emerald-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-emerald-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-emerald-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-emerald-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-emerald-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-emerald-800 mb-4\">\uc18c\ub098\ubb34\ub958 \ud639\ubcd1 (Pine-oak gall rust)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uc18c\ub098\ubb34\ub958 \ud639\ubcd1\uc740 <i>Cronartium quercuum<\/i> (\ubd81\uc544\uba54\ub9ac\uce74 \ubd84\ud3ec) \ub610\ub294 <i>Cronartium orientale<\/i> (\uc544\uc2dc\uc544 \ubd84\ud3ec) \uacf0\ud321\uc774(\ub2f4\uc790\uade0\ub958)\uc5d0 \uc758\ud574 \ubc1c\uc0dd\ud558\ub294 \uce68\uc5fd\uc218 \ubcd1\ud574\uc785\ub2c8\ub2e4. \uc18c\ub098\ubb34\uc640 \ud574\uc1a1\uc758 \uac00\uc9c0\ub098 \uc904\uae30\uc5d0 \ud06c\uace0 \uc791\uc740 \ud639(\uc1a1\uc9c4\uc774 \uc11e\uc778 \uc999\uc561\uc774 \ub098\uc624\ub294)\uc744 \ub9cc\ub4dc\ub294 \uac83\uc774 \ud2b9\uc9d5\uc785\ub2c8\ub2e4. \uc774 \ubcd1\uc740 \uc911\uac04 \uae30\uc8fc\uc778 \ucc38\ub098\ubb34\ub958\uc640 \uae30\uc8fc \uad50\ub300\ud558\ub294 \uc774\uc885\uae30\uc0dd\uc131 \ub179\ubcd1\uade0\uc785\ub2c8\ub2e4. \ud639\uc774 \ub09c \ubd80\ubd84\uc740 \uac15\ud55c \ubc14\ub78c\uc774\ub098 \ud3ed\uc124 \ub4f1\uc5d0 \ubd80\ub7ec\uc9c0\uae30 \uc26c\uc6b0\uba70, \ud639\uc774 \uc0dd\uae34 \ub098\ubb34\ub294 \ubaa9\uc7ac\ub85c\uc11c \uc4f8\ubaa8\uac00 \uc5c6\uac8c \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> \uc18c\ub098\ubb34\ub958 \uce68\uc5fd\uc5d0 \uce68\uc785\ud55c \ub2f4\uc790\ud3ec\uc790\uac00 \uade0\uc0ac \uc0c1\ud0dc\ub85c \uc6d4\ub3d9<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 1\ud68c (\ub9e4\ub144 \ubc18\ubcf5 \uac10\uc5fc)<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-emerald-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uac00\ud574 \uc218\uc885<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \ud55c\uad6d, \uc544\uc2dc\uc544, \ubd81\uc544\uba54\ub9ac\uce74\uc5d0 \ubd84\ud3ec\ud569\ub2c8\ub2e4. \uc8fc\ub85c <strong>\uc18c\ub098\ubb34, \ud574\uc1a1<\/strong>\uc5d0 \ud53c\ud574\ub97c \uc8fc\uba70, \uc911\uac04 \uae30\uc8fc\uc2dd\ubb3c\uc740 <strong>\uc878\ucc38\ub098\ubb34, \uc2e0\uac08\ub098\ubb34<\/strong> \ub4f1 \ucc38\ub098\ubb34\ub958\uc785\ub2c8\ub2e4. \uc18c\ub098\ubb34 \ub610\ub294 \ud574\uc1a1\uacfc \ucc38\ub098\ubb34\ub958\uc758 \ud63c\ud6a8\ub9bc(\u6df7\u6dc6\u6797)\uc5d0\uc11c \ub208\uc5d0 \uc798 \ub744\uba70, \uc218\uc2ed \ub144 \ub41c \ud070 \ub098\ubb34\uc5d0\uc11c 2~3\ub144\uc0dd\uc758 \ubb18\ubaa9\uc5d0 \uc774\ub974\uae30\uae4c\uc9c0 \ubc1c\uc0dd\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <p class=\"text-gray-700\">\ud2b9\ud788 \ubd81\uc544\uba54\ub9ac\uce74 \uc9c0\uc5ed\uc5d0\uc11c \ud53c\ud574\uac00 \ud070 \ub9e4\uc6b0 \uc911\uc694\ud55c \ubcd1\uc785\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-emerald-800 mb-4\">\uc18c\ub098\ubb34\ub958 \ud639\ubcd1 \ubcd1\uc6d0\uade0\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc18c\ub098\ubb34\ub958 \ud639\ubcd1\uc744 \uc77c\uc73c\ud0a4\ub294 \uacf0\ud321\uc774\ub294 \ub2f4\uc790\uade0\ub958\uc5d0 \uc18d\ud558\uba70, \uae30\uc8fc \uad50\ub300\ub97c \ud1b5\ud574 \ub2e4\uc591\ud55c \ud615\ud0dc\uc758 \ud3ec\uc790\ub97c \ud615\uc131\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"spermogonia\" class=\"stage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ub179\ubcd1\uc815\uc790<\/button>\n                        <button data-type=\"aeciospores\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ub179\ud3ec\uc790 (\uc218\ud3ec\uc790)<\/button>\n                        <button data-type=\"urediniospores\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc5ec\ub984\ud3ec\uc790 (\ucc38\ub098\ubb34\ub958)<\/button>\n                        <button data-type=\"teliospores\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uaca8\uc6b8\ud3ec\uc790\/\ub2f4\uc790\ud3ec\uc790 (\ucc38\ub098\ubb34\ub958)<\/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-emerald-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-emerald-800 mb-4\">\uc18c\ub098\ubb34\ub958 \ud639\ubcd1\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc18c\ub098\ubb34\ub958 \ud639\ubcd1\uc740 \uac00\uc9c0\ub098 \uc904\uae30\uc5d0 \ud639\uc744 \ud615\uc131\ud558\uace0, \uc774\ub85c \uc778\ud574 \ub098\ubb34\uc758 \ubb3c\ub9ac\uc801 \uc190\uc0c1\uacfc \ubaa9\uc7ac \uac00\uce58 \ud558\ub77d\uc744 \ucd08\ub798\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"gall_formation\" class=\"damage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ud639 \ud615\uc131<\/button>\n                        <button data-damage-type=\"sap_exudation\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc218\uc561 \ub204\ucd9c<\/button>\n                        <button data-damage-type=\"bark_cracking_breakage\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc218\ud53c \uac08\ub77c\uc9d0 \ubc0f \ubd80\ub7ec\uc9d0<\/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-emerald-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-emerald-800 mb-4\">\uc18c\ub098\ubb34\ub958 \ud639\ubcd1\uc758 \uc0dd\ud65c\uc0ac \ubc0f \uc804\uc5fc \uacbd\ub85c (\uae30\uc8fc \uad50\ub300)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc18c\ub098\ubb34\ub958 \ud639\ubcd1\uade0\uc740 \uc18c\ub098\ubb34\ub958(\uae30\uc8fc)\uc640 \ucc38\ub098\ubb34\ub958(\uc911\uac04 \uae30\uc8fc)\ub97c \uc624\uac00\uba70 \uc0dd\ud65c\ud658\uc744 \uc644\uc131\ud558\ub294 \uc774\uc885\uae30\uc0dd\uc131 \ub179\ubcd1\uade0\uc785\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 (\uc18c\ub098\ubb34\ub958 \uce68\uc5fd \ub0b4 \uade0\uc0ac)<\/p><p class=\"text-sm\">\uc18c\ub098\ubb34\ub958 \uce68\uc5fd\uc5d0 \uce68\uc785\ud55c \ub2f4\uc790\ud3ec\uc790\uac00 \uade0\uc0ac \uc0c1\ud0dc\ub85c \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. \ud639 \ud615\uc131 \ubc0f \ub179\ubcd1\uc815\uc790 \ub204\ucd9c (\uaca8\uc6b8 ~ \ucd08\ubd04)<\/p><p class=\"text-sm\">\uc18c\ub098\ubb34\ub958 \uac00\uc9c0\ub098 \uc904\uae30\uc5d0 \ud639 \ud615\uc131 (1~2\ub144 \ud6c4). 12\uc6d4~2\uc6d4\uc5d0 \ud639 \ud45c\uba74\uc5d0\uc11c \ud669\uac08\uc0c9 \uc999\uc561(\ub179\ubcd1\uc815\uc790\ub369\uc774) \ub204\ucd9c<\/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. \ub179\ud3ec\uc790 \ube44\uc0b0 \ubc0f \ucc38\ub098\ubb34\ub958 \uac10\uc5fc (4\uc6d4 ~ 5\uc6d4)<\/p><p class=\"text-sm\">\ud639 \ud45c\uba74\uc774 \uac08\ub77c\uc9c0\uba74\uc11c \ub178\ub780 \uac00\ub8e8(\ub179\ud3ec\uc790) \ube44\uc0b0. \ubc14\ub78c\uc5d0 \ub0a0\ub824 \uc911\uac04 \uae30\uc8fc\uc778 \ucc38\ub098\ubb34\ub958\ub85c \uc774\ub3d9\ud558\uc5ec \uc78e \ud45c\uba74 \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. \uc5ec\ub984\ud3ec\uc790 \ud615\uc131 (5\uc6d4 ~ 6\uc6d4)<\/p><p class=\"text-sm\">\uc804\uc5fc\ub41c \ucc38\ub098\ubb34 \uc78e \ub4b7\uba74\uc5d0 \ub178\ub780 \uac00\ub8e8(\uc5ec\ub984\ud3ec\uc790) \ud615\uc131. \uc5ec\ub984\ud3ec\uc790\ub294 \ubc18\ubcf5 \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-red-100\">\n                            <p class=\"font-semibold\">5. \uaca8\uc6b8\ud3ec\uc790\ub369\uc774 \ud615\uc131 (7\uc6d4 ~ 8\uc6d4)<\/p><p class=\"text-sm\">\uc5ec\ub984\ud3ec\uc790\uac00 \uc18c\uc2e4\ub418\uace0 \ud751\uac08\uc0c9 \uba38\ub9ac\uce7c \ubaa8\uc591\uc758 \uaca8\uc6b8\ud3ec\uc790\ub369\uc774\uac00 \ucc38\ub098\ubb34 \uc78e \ub4b7\uba74\uc744 \ub4a4\ub36e\uc74c<\/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-purple-100\">\n                            <p class=\"font-semibold\">6. \ub2f4\uc790\ud3ec\uc790 \ud615\uc131 \ubc0f \uc18c\ub098\ubb34\ub958 \uc7ac\uac10\uc5fc (9\uc6d4 ~ 11\uc6d4)<\/p><p class=\"text-sm\">\uaca8\uc6b8\ud3ec\uc790\ub369\uc774\uc5d0\uc11c \uc18c\uc0dd\uc790(\ub2f4\uc790\ud3ec\uc790) \ud615\uc131. \uc18c\ub098\ubb34\ub958\ub85c \ub0a0\uc544\uac00 \uce68\uc785\ud558\uc5ec \uc6d4\ub3d9 (\uc0dd\ud65c\uc0ac \ubc18\ubcf5)<\/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-emerald-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc18c\ub098\ubb34\ub958 \ud639\ubcd1\uc740 \ubcd1\ub4e0 \ubd80\uc704 \uc81c\uac70, \uc911\uac04 \uae30\uc8fc \uad00\ub9ac, \uadf8\ub9ac\uace0 \uc801\uc808\ud55c \uc2dc\uae30\uc758 \ud654\ud559\uc801 \ubc29\uc81c\ub97c \ud1b5\ud574 \uc774\ub8e8\uc5b4\uc838\uc57c \ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 bg-blue-50\">\n                             <h3 class=\"text-xl font-semibold text-blue-800 mb-2\">\u2460 \ubb3c\ub9ac\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ubcd1\ub4e0 \ubd80\uc704 \uc81c\uac70:<\/strong> \ud639\uc774 \uc0dd\uae34 \uac00\uc9c0\ub098 \uc904\uae30\ub294 \ubc1c\uacac \uc989\uc2dc \uc798\ub77c\ub0b4\uc5b4 \ud0dc\uc6c1\ub2c8\ub2e4. \ucd5c\ucd08\ub85c \ud639\uc774 \ubc1c\uacac\ub418\uba74 \uc870\uae30\uc5d0 \uc678\uacfc\uc218\uc220\uc744 \uc2e4\uc2dc\ud558\uc5ec \ud639\uc774 \ud655\ub300\ub418\ub294 \uac83\uc744 \ubc29\uc9c0\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ud53c\ud574\ubaa9 \uc81c\uac70:<\/strong> \ud639\ubcd1\uc5d0 \uac78\ub9b0 \uc18c\ub098\ubb34\ub294 \ubc1c\uacac\ud558\ub294 \ub300\ub85c \uc989\uc2dc \uc81c\uac70\ud558\uc5ec \uc804\uc5fc \uace0\ub9ac\ub97c \ub04a\ub3c4\ub85d \ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc885\uc790 \ucc44\ucde8 \uae08\uc9c0:<\/strong> \ubcd1\uc5d0 \uac78\ub9b0 \ub098\ubb34\uc5d0\uc11c\ub294 \uc885\uc790\ub97c \ucc44\ucde8\ud558\uc9c0 \uc54a\ub3c4\ub85d \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 \ud658\uacbd \uad00\ub9ac (\uc911\uac04 \uae30\uc8fc \uc81c\uac70)<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc911\uac04 \uae30\uc8fc \uc81c\uac70:<\/strong> \uc18c\ub098\ubb34 \ubb18\ud3ec \uc8fc\ubcc0\uc774\ub098 \uc18c\ub098\ubb34\ub9bc \uadfc\ucc98\uc758 \uc911\uac04 \uae30\uc8fc\uc778 \ucc38\ub098\ubb34\ub958\ub97c \uc81c\uac70\ud558\ub294 \uac83\uc774 \ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95\uc785\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 \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:<\/strong> \ubc1c\uc0dd\uc774 \uc2ec\ud55c \uc9c0\uc5ed\uc5d0\uc11c\ub294 \ub2f4\uc790\ud3ec\uc790\uac00 \uc18c\ub098\ubb34\uc5d0 \uce68\uc785\ud558\ub294 \uc2dc\uae30\uc778 <strong>9\uc6d4~11\uc6d4<\/strong>\uc5d0 \uc0b4\uade0\uc81c\ub97c 2\uc8fc \uac04\uaca9\uc73c\ub85c 3\ud68c \uc774\uc0c1 \uc0b4\ud3ec\ud569\ub2c8\ub2e4. \ub610\ud55c, 4~5\uc6d4\uacbd \uc911\uac04 \uae30\uc8fc\uc778 \ucc38\ub098\ubb34\ub958\uc5d0 \uc0b4\uade0\uc81c\ub97c 10~15\uc77c \uac04\uaca9\uc73c\ub85c \uc218\ud68c \uc0b4\ud3ec\ud558\uc5ec \uc804\uc5fc\uc744 \ub9c9\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                                <li><strong>\uc57d\uc81c \uc885\ub958 (\uc608\uc2dc):<\/strong> \ud2b8\ub9ac\uc544\ub514\uba54\ud3f0 \uc218\ud654\uc81c 800\ubc30\uc561 \ub610\ub294 \ud398\ub098\ub9ac\ubab0 \uc218\ud654\uc81c 3,300\ubc30\uc561\uc744 \uc0b4\ud3ec\ud569\ub2c8\ub2e4. \ud2f0\ub514\ud3f0\uc218\ud654\uc81c, \ub9cc\ucf54\uc9c0\uc218\ud654\uc81c \ub4f1\ub3c4 \uc720\ud6a8\ud569\ub2c8\ub2e4.<\/li>\n                                <li><strong>\uc815\ubcf4 \ud655\uc778:<\/strong> \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \uc18c\ub098\ubb34\ub958 \ubc0f \ud639\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>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-emerald-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                spermogonia: {\n                    title: '\ub179\ubcd1\uc815\uc790',\n                    description: '\ud639\uc758 \ud45c\uba74\uc5d0\uc11c 12\uc6d4\uc5d0\uc11c \uc774\ub4ec\ud574 2\uc6d4\uc5d0 \uac78\uccd0 \uc624\ub80c\uc9c0\uc0c9 \ub0b4\uc9c0 \ud669\uac08\uc0c9\uc758 \ubb3c\uc5ff \uac19\uc740 \uc810\uc561(\ub179\ubcd1\uc815\uc790\ub369\uc774)\uc774 \ud758\ub7ec\ub098\uc635\ub2c8\ub2e4. \ub179\ubcd1\uc815\uc790\ub294 \ud0c0\uc6d0\ud615, \ub09c\ud615 \ub610\ub294 \uc544\uad6c\ud615\uc785\ub2c8\ub2e4.',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                },\n                aeciospores: {\n                    title: '\ub179\ud3ec\uc790 (\uc218\ud3ec\uc790)',\n                    description: '4~5\uc6d4\uacbd \ud639\uc758 \ud45c\uba74\uc774 \uac70\uce60\uac8c \uac08\ub77c\uc9c0\uba74\uc11c \uac08\ub77c\uc9c4 \ud2c8\uc0c8\uc5d0\uc11c \ub178\ub780 \uac00\ub8e8(\ub179\ud3ec\uc790)\uac00 \ud769\uc5b4\uc838 \ub098\uc635\ub2c8\ub2e4. \ub179\ud3ec\uc790\ub294 \ud0c0\uc6d0\ud615, \ub09c\ud615 \ub610\ub294 \uc544\uad6c\ud615\uc73c\ub85c \ud06c\uae30\ub294 19~36 x 15~21\u339b\uc774\uace0 \ud45c\uba74\uc5d0\ub294 \uac00\uc2dc\uac00 \ubc00\uc0dd\ud569\ub2c8\ub2e4. \ubc14\ub78c\uc5d0 \ub0a0\ub824 \uc911\uac04 \uae30\uc8fc\uc778 \ucc38\ub098\ubb34\ub958\ub85c \uc774\ub3d9\ud558\uc5ec \uac10\uc5fc\uc744 \uc77c\uc73c\ud0b5\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 19~36 x 15~21\u339b',\n                },\n                urediniospores: {\n                    title: '\uc5ec\ub984\ud3ec\uc790 (\ucc38\ub098\ubb34\ub958)',\n                    description: '\ucc38\ub098\ubb34\ub958 \uc78e \ub4b7\uba74\uc5d0 5~6\uc6d4\uacbd \ub178\ub780 \uac00\ub8e8(\uc5ec\ub984\ud3ec\uc790)\uac00 \uc0dd\uae41\ub2c8\ub2e4. \uc5ec\ub984\ud3ec\uc790\ub294 \ud0c0\uc6d0\ud615, \ub09c\ud615 \ub610\ub294 \uc544\uad6c\ud615\uc73c\ub85c \ub2e8\ud3ec(\u55ae\u80de)\uc774\uace0 \ud669\uc0c9\uc744 \ub760\uba70 \ud06c\uae30\ub294 17~32 x 14~21\u339b\uc785\ub2c8\ub2e4. 8\uc6d4\uacbd\uae4c\uc9c0 \ubc18\ubcf5\uc801\uc73c\ub85c \uc804\uc5fc\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 17~32 x 14~21\u339b',\n                },\n                teliospores: {\n                    title: '\uaca8\uc6b8\ud3ec\uc790\/\ub2f4\uc790\ud3ec\uc790 (\ucc38\ub098\ubb34\ub958)',\n                    description: '8~9\uc6d4\uc5d0\ub294 \uc5ec\ub984\ud3ec\uc790\uac00 \uc18c\uc2e4\ub418\uace0 \ud751\uac08\uc0c9 \uba38\ub9ac\uce7c \ubaa8\uc591\uc758 \uaca8\uc6b8\ud3ec\uc790\ub369\uc774\uac00 \ucc38\ub098\ubb34 \uc78e \ub4b7\uba74\uc744 \ub4a4\ub36e\uc2b5\ub2c8\ub2e4. \uaca8\uc6b8\ud3ec\uc790\ub294 \uc7a5\ud0c0\uc6d0\ud615~\ubc29\ucd94\ud615\uc758 \ub2e8\ud3ec\uc790(\u55ae\u80de\u5b50)\uc774\uace0 \uc678\ubd80\uac00 \ubbf8\ub048\ud558\uace0 \ub2f4\ud669\uc0c9 \ub610\ub294 \ud669\uac08\uc0c9\uc73c\ub85c \ud06c\uae30\ub294 29~43 x 14~21\u339b\uc785\ub2c8\ub2e4. 9~10\uc6d4\uc774 \ub418\uba74 \uaca8\uc6b8\ud3ec\uc790\ub369\uc774\uc5d0\uc11c \uc18c\uc0dd\uc790(\ub2f4\uc790\ud3ec\uc790)\uac00 \ud615\uc131\ub418\uc5b4 \uc18c\ub098\ubb34\ub958\uc758 \uce68\uc5fd\uc5d0 \uce68\uc785\ud558\uc5ec \uc6d4\ub3d9\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 29~43 x 14~21\u339b',\n                }\n            };\n\n            const damageData = {\n                gall_formation: {\n                    title: '\ud639 \ud615\uc131',\n                    description: '\uc18c\ub098\ubb34\uc758 \uac00\uc9c0\ub098 \uc904\uae30\uc5d0 \uc791\uc740 \ud639\uc774 \uc0dd\uae30\ub294\ub370, \uc774\uac83\uc774 \ud574\ub9c8\ub2e4 \ube44\ub300 \uc0dd\uc7a5\uc744 \ud558\uc5ec \ub098\uc911\uc5d0\ub294 \uc9c0\ub984 20~30cm\uc5d0 \ub2ec\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4. \ud55c \uac1c\uc758 \uc904\uae30\ub098 \uac00\uc9c0\uc5d0 \uc5ec\ub7ec \uac1c\uc758 \ud639\uc774 \uc0dd\uae30\ub294 \uacbd\uc6b0\ub3c4 \ub9ce\uc2b5\ub2c8\ub2e4. \ud639\uc758 \ud45c\uba74\uc740 \uac70\uce60\uace0 \uc870\uc9c1\uc774 \uc5f0\ud569\ub2c8\ub2e4. (\ud639\ubcd1\uc758 \ubcd1\uc9d5 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                },\n                sap_exudation: {\n                    title: '\uc218\uc561 \ub204\ucd9c',\n                    description: '\ubd04\ucca0(12\uc6d4~2\uc6d4)\uc5d0 \ud639\uc758 \ud45c\uba74\uc5d0\uc11c \ub2e8\ub9db\uc774 \ub098\ub294 \ud669\uac08\uc0c9 \uc999\uc561(\ub179\ubcd1\uc815\uc790\ub369\uc774)\uc774 \ud758\ub7ec\ub098\uc635\ub2c8\ub2e4. \uc774\ub294 \ubcd1\uc6d0\uade0\uc758 \ud65c\ub3d9 \uc99d\uac70\uc785\ub2c8\ub2e4.',\n                },\n                bark_cracking_breakage: {\n                    title: '\uc218\ud53c \uac08\ub77c\uc9d0 \ubc0f \ubd80\ub7ec\uc9d0',\n                    description: '\ubcd1\ud658\ubd80 \ud45c\uba74\uc740 \uac70\uce60\uac8c \uac08\ub77c\uc9c0\uba70, \ud639\uc774 \ub09c \ubd80\ubd84\uc740 \uac15\ud55c \ubc14\ub78c \ub610\ub294 \ud3ed\uc124 \ub4f1\uc5d0 \uc758\ud558\uc5ec \ubd80\ub7ec\uc9c0\ub294 \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4. \uc774 \ubcd1\uc73c\ub85c \uc778\ud574 \ub098\ubb34\uac00 \uace0\uc0ac\ud558\uc9c0\ub294 \uc54a\uc73c\ub098 \ubaa9\uc7ac\ub85c\uc11c \uc4f8\ubaa8\uac00 \uc5c6\uac8c \ub429\ub2c8\ub2e4. (\ud639\ubcd1\uc758 \ubcd1\uc9d5 \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('spermogonia'); \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('gall_formation');\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: '\ub179\ubcd1\uc815\uc790 \ub204\ucd9c',\n                        data: [5, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5], \/\/ Peak Dec-Feb\n                        backgroundColor: 'rgba(16, 185, 129, 0.6)', \/* emerald-500 *\/\n                        borderColor: 'rgba(16, 185, 129, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ub179\ud3ec\uc790 \ube44\uc0b0 (\uc18c\ub098\ubb34\u2192\ucc38\ub098\ubb34)',\n                        data: [0, 0, 0, 10, 8, 2, 0, 0, 0, 0, 0, 0], \/\/ Peak April-May\n                        backgroundColor: 'rgba(234, 179, 8, 0.6)', \/* amber-500 *\/\n                        borderColor: 'rgba(234, 179, 8, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\uc5ec\ub984\ud3ec\uc790 \ud65c\ub3d9 (\ucc38\ub098\ubb34)',\n                        data: [0, 0, 0, 0, 8, 10, 8, 5, 2, 0, 0, 0], \/\/ Peak June-July\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: '\uaca8\uc6b8\ud3ec\uc790\/\ub2f4\uc790\ud3ec\uc790 \ud615\uc131 \ubc0f \ube44\uc0b0 (\ucc38\ub098\ubb34\u2192\uc18c\ub098\ubb34)',\n                        data: [0, 0, 0, 0, 0, 0, 0, 5, 10, 8, 5, 0], \/\/ Peak Sept-Oct\n                        backgroundColor: 'rgba(124, 58, 237, 0.6)', \/* violet-600 *\/\n                        borderColor: 'rgba(124, 58, 237, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\uc18c\ub098\ubb34 \uc8fc\ubcc0 \ucc38\ub098\ubb34 \uc81c\uac70)',\n                        data: [12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12], \/\/ Year-round\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 \uc0b4\ud3ec - \ucc38\ub098\ubb34)',\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                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\ud654\ud559\uc801 \uc0b4\ud3ec - \uc18c\ub098\ubb34)',\n                        data: [0, 0, 0, 0, 0, 0, 0, 0, 12, 12, 12, 0], \/\/ Sept-Nov\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(234, 88, 12, 0.2)', \/* orange-600 with transparency *\/\n                        borderColor: 'rgba(234, 88, 12, 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('\ucc38\ub098\ubb34')) return ` ${context.dataset.label}: 4\uc6d4 ~ 5\uc6d4`;\n                                        if (context.dataset.label.includes('\uc18c\ub098\ubb34')) return ` ${context.dataset.label}: 9\uc6d4 ~ 11\uc6d4`;\n                                        return ` ${context.dataset.label}: \uc5f0\uc911`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\uc18c\ub098\ubb34\ub958 \ud639\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\n\n\n<p><\/p>\n","protected":false},"featured_media":3765,"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":[80,102],"pest-category":[279,86],"pest-overwintering":[218],"class_list":["post-3764","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-80","pest-target-102","pest-category-279","pest-category-86","pest-overwintering-218"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc18c\ub098\ubb34\ud639\ubcd1.jpg",925,370,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc18c\ub098\ubb34\ud639\ubcd1-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc18c\ub098\ubb34\ud639\ubcd1-300x120.jpg",300,120,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc18c\ub098\ubb34\ud639\ubcd1-768x307.jpg",768,307,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc18c\ub098\ubb34\ud639\ubcd1.jpg",925,370,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc18c\ub098\ubb34\ud639\ubcd1.jpg",925,370,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc18c\ub098\ubb34\ud639\ubcd1.jpg",925,370,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\uc18c\ub098\ubb34\ub958 \ud639\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 \uc18c\ub098\ubb34\ub958 \ud639\ubcd1 (Pine-oak gall rust)\uc774\ub780? \uc18c\ub098\ubb34\ub958 \ud639\ubcd1\uc740 Cronartium [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3764","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\/3765"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3764"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3764"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3764"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3764"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}