{"id":3142,"date":"2025-06-29T12:55:43","date_gmt":"2025-06-29T12:55:43","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3142"},"modified":"2025-06-29T13:00:29","modified_gmt":"2025-06-29T13:00:29","slug":"%ec%a0%84%eb%82%98%eb%ac%b4-%eb%b9%97%ec%9e%90%eb%a3%a8%eb%b3%91","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ec%a0%84%eb%82%98%eb%ac%b4-%eb%b9%97%ec%9e%90%eb%a3%a8%eb%b3%91","title":{"rendered":"\uc804\ub098\ubb34 \ube57\uc790\ub8e8\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>\uc804\ub098\ubb34 \ube57\uc790\ub8e8\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: Evergreen Forest & Gold -->\n    <!-- Application Structure Plan: The SPA for Fir Witches' Broom 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 detailed flowchart to visualize its life cycle involving two hosts. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily focusing on physical removal due to limited chemical options. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pathogen Morphology (Aecia, Aeciospores, Uredinia, Telia) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for '\ub179\ud3ec\uc790\ud1f4', '\ub179\ud3ec\uc790', '\uc911\uac04\uae30\uc8fc \ud3ec\uc790' -> Interaction: Clicking buttons updates image and descriptive text for pathogen structures. -> Justification: The distinct spore stages on different hosts are crucial for understanding this rust disease. -> Library: Vanilla JS.\n        2. Report Info: Damage Symptoms (Witches' broom, Branch dieback, Ornamental value loss) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for '\ube57\uc790\ub8e8\ubcd1 \ud615\uc131', '\uac00\uc9c0 \uace0\uc0ac', '\uad00\uc0c1 \uac00\uce58 \uc190\uc0c1' -> Interaction: Clicking buttons updates image and descriptive text. Clearly shows the characteristic \"witches' broom\" and subsequent impact. -> Justification: The unique \"witches' broom\" symptom and its progression needs clear visual differentiation. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Heteroecious rust involving Fir and Chickweed\/Stellaria, 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 progression is essential for understanding and control. -> Library: HTML\/Tailwind.\n        4. Report Info: Control Timing (Physical removal of infected branches, interim host removal) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary periods for physical intervention, emphasizing the lack of known chemical controls. -> 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: #3f6212 !important; \/* lime-800 *\/\n            color: #ecfccb !important; \/* lime-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: #a16207; \/* amber-700 for more contrast *\/\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-lime-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-lime-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-lime-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-lime-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-lime-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-lime-800 mb-4\">\uc804\ub098\ubb34 \ube57\uc790\ub8e8\ubcd1 (Witches&#8217; Broom)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uc804\ub098\ubb34 \ube57\uc790\ub8e8\ubcd1\uc740 <i>Melampsorella caryophyllacearum<\/i> \uacf0\ud321\uc774\uc5d0 \uc758\ud574 \ubc1c\uc0dd\ud558\ub294 \uc804\ub098\ubb34\ub958\uc758 \ubcd1\ud574\uc785\ub2c8\ub2e4. \uad75\uc740 \uac00\uc9c0\uc758 \uc77c\ubd80\uac00 \ucee4\ub2e4\ub780 \ube57\uc790\ub8e8 \ubaa8\uc591\uc73c\ub85c \ucd1d\uc0dd(\u53e2\u751f)\ud558\ub294 \uac83\uc774 \ud2b9\uc9d5\uc774\uba70, \uc218\ub144\uac04 \ud53c\ud574\ub97c \ubc1b\uc73c\uba74 \uacb0\uad6d \uac00\uc9c0 \uc804\uccb4\uac00 \uace0\uc0ac\ud558\uc5ec \uc870\uacbd\ubaa9\uc758 \uad00\uc0c1 \uac00\uce58\ub97c \ud06c\uac8c \ub5a8\uc5b4\ub728\ub9bd\ub2c8\ub2e4. \ub098\ubb34 \uc804\uccb4\uac00 \uc8fd\ub294 \ubcd1\uc740 \uc544\ub2d9\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> \ubcd1\ub4e0 \uc804\ub098\ubb34 \uac00\uc9c0 \ub0b4 \uade0\uc0ac \ud615\ud0dc\ub85c \uc6d4\ub3d9<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 1\ud68c<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-lime-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uae30\uc8fc\uc2dd\ubb3c<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \uc804 \uc138\uacc4\uc801\uc73c\ub85c \ubd84\ud3ec\ud558\uba70, \uad6d\ub0b4\uc5d0\uc11c\ub294 1986\ub144 \ucc98\uc74c \ubcf4\uace0\ub41c \uc774\ud6c4 \uc804\ubd81 \ubd80\uc548\uad70 \ub0b4\uc18c\uc0ac\uc758 \uc804\ub098\ubb34\ub9bc\uc5d0\uc11c \ud655\uc778\ub418\ub294 \ub4f1 \uad6d\uc9c0\uc801\uc73c\ub85c \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \uc774 \ubcd1\uc6d0\uade0\uc5d0 \uc758\ud574 \uac10\uc5fc\ub41c \uc804\ub098\ubb34\ub9bc\uc758 \uc774\ubcd1\uc728\uc740 \uc57d 15.4%\ub85c \uc870\uc0ac\ub41c \ubc14 \uc788\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                    <p class=\"text-gray-700\">\uc8fc\uc694 \uae30\uc8fc\uc2dd\ubb3c\uc740 <strong>\uc804\ub098\ubb34, \uc77c\ubcf8\uc804\ub098\ubb34<\/strong>\uc774\uba70, \uc911\uac04 \uae30\uc8fc\uc2dd\ubb3c\uc740 **\uc810\ub098\ub3c4\ub098\ubb3c\ub958, \ubcc4\uaf43\ub958**\uc785\ub2c8\ub2e4. \uc77c\ubcf8\uc5d0\uc11c\ub294 \uc911\uac04 \uae30\uc8fc\ub85c \uc810\ub098\ub3c4\ub098\ubb3c\ub958\uc640 \ubcc4\uaf43\ub958\uac00 \uae30\ub85d\ub418\uc5b4 \uc788\uace0, \uc6b0\ub9ac\ub098\ub77c\uc5d0\uc11c\ub294 \uc810\ub098\ub3c4\ub098\ubb3c\uc774 \uae30\ub85d\ub418\uc5b4 \uc788\uc2b5\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-lime-800 mb-4\">\uc804\ub098\ubb34 \ube57\uc790\ub8e8\ubcd1 \ubcd1\uc6d0\uade0\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc804\ub098\ubb34 \ube57\uc790\ub8e8\ubcd1\uc744 \uc77c\uc73c\ud0a4\ub294 \uacf0\ud321\uc774\ub294 \ub179\ubcd1\uade0\uc758 \uc77c\uc885\uc73c\ub85c, \uc804\ub098\ubb34 \uce68\uc5fd\uacfc \uc911\uac04 \uae30\uc8fc\uc5d0\uc11c \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=\"aecia\" 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\ud3ec\uc790\ud1f4 (\uc804\ub098\ubb34 \uce68\uc5fd)<\/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<\/button>\n                        <button data-type=\"uredinia_telia\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc911\uac04\uae30\uc8fc \ud3ec\uc790 (\uc5ec\ub984\/\uaca8\uc6b8)<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"md:flex md:items-center md:space-x-6 p-4\">\n                        <img decoding=\"async\" id=\"morphology-main-image\" src=\"\" alt=\"\" class=\"w-full md:w-1\/2 hidden\"> <!-- Added img tag with hidden class -->\n                        <div id=\"morphology-text\" class=\"w-full\">\n                            <h3 id=\"morphology-title\" class=\"text-xl font-semibold text-lime-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-lime-800 mb-4\">\uc804\ub098\ubb34 \ube57\uc790\ub8e8\ubcd1\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc804\ub098\ubb34 \ube57\uc790\ub8e8\ubcd1\uc740 \uad75\uc740 \uac00\uc9c0\uc5d0 \ud2b9\uc9d5\uc801\uc778 \ube57\uc790\ub8e8 \ubaa8\uc591\uc758 \ucd1d\uc0dd\uc744 \ud615\uc131\ud558\uba70, \uc7a5\uae30\uc801\uc778 \ud53c\ud574\ub294 \uac00\uc9c0 \uace0\uc0ac \ubc0f \uad00\uc0c1 \uac00\uce58 \uc190\uc2e4\ub85c \uc774\uc5b4\uc9d1\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"witches_broom_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\">\ube57\uc790\ub8e8\ubcd1 \ud615\uc131<\/button>\n                        <button data-damage-type=\"branch_dieback\" 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 \uace0\uc0ac<\/button>\n                        <button data-damage-type=\"ornamental_value_loss\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uad00\uc0c1 \uac00\uce58 \uc190\uc0c1<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"md:flex md:items-center md:space-x-6 p-4\">\n                        <img decoding=\"async\" id=\"damage-main-image\" src=\"\" alt=\"\" class=\"w-full md:w-1\/2 hidden\"> <!-- Added img tag with hidden class -->\n                        <div id=\"damage-text\" class=\"w-full\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-lime-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-lime-800 mb-4\">\uc804\ub098\ubb34 \ube57\uc790\ub8e8\ubcd1\uc758 \uc0dd\ud65c\uc0ac \ubc0f \uc804\uc5fc \uacbd\ub85c<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc804\ub098\ubb34 \ube57\uc790\ub8e8\ubcd1\uade0\uc740 \uc804\ub098\ubb34\uc640 \uc911\uac04 \uae30\uc8fc(\uc810\ub098\ub3c4\ub098\ubb3c\ub958, \ubcc4\uaf43\ub958)\ub97c \uc624\uac00\uba70 \uc0dd\ud65c\ud658\uc744 \uc644\uc131\ud569\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 (\uc804\ub098\ubb34 \uac00\uc9c0 \ub0b4 \uade0\uc0ac)<\/p><p class=\"text-sm\">\uc804\ub098\ubb34 \uac00\uc9c0 \uc870\uc9c1 \ub0b4 \uade0\uc0ac \ud615\ud0dc\ub85c \uc6d4\ub3d9<\/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. \ube57\uc790\ub8e8 \uc99d\uc0c1 \ubc0f \ub179\ud3ec\uc790\ud1f4 \ud615\uc131 (5~6\uc6d4)<\/p><p class=\"text-sm\">\uc804\ub098\ubb34 \uac00\uc9c0\uc5d0 \ube57\uc790\ub8e8 \uc99d\uc0c1 \ub098\ud0c0\ub0a8. \uce68\uc5fd \uc544\ub7ab\uba74\uc5d0 \ub179\ud3ec\uc790\ud1f4(\ubc31\uc0c9 \ubb3c\uccb4) 2\uc5f4\ub85c \ub098\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 \uc911\uac04 \uae30\uc8fc \uac10\uc5fc (6\uc6d4 \uc911\uc21c \uc774\ud6c4)<\/p><p class=\"text-sm\">\ub179\ud3ec\uc790\ud1f4 \ud130\uc838 \ub179\ud3ec\uc790 \ube44\uc0b0, \ubc40\uace0\uc0ac\ub9ac \ub4f1 \uc911\uac04 \uae30\uc8fc \uc78e \uce68\uc785. \ubcd1\ub4e0 \uc78e \uc77c\ucc0d \ub5a8\uc5b4\uc9d0<\/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. \uc911\uac04 \uae30\uc8fc \ud3ec\uc790 \ud615\uc131 (7\uc6d4 \uc911\uc21c \uc774\ud6c4)<\/p><p class=\"text-sm\">\ubc40\uace0\uc0ac\ub9ac \uc78e\uc5d0 \ub2f4\ub179\uc0c9~\ub2f4\ud751\uac08\uc0c9 \ubcc0\uc0c9, \uc544\ub7ab\uba74\uc5d0 \uc5ec\ub984\ud3ec\uc790\ud1f4 \ub3cc\ucd9c. \uaca8\uc6b8\ud3ec\uc790 \ud615\uc131<\/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 \ubc1c\uc544 \ubc0f \uc804\ub098\ubb34 \uc7ac\uac10\uc5fc<\/p><p class=\"text-sm\">\uc6d4\ub3d9\ud55c \uc911\uac04 \uae30\uc8fc \uc78e\uc5d0\uc11c \uaca8\uc6b8\ud3ec\uc790 \ubc1c\uc544. \ub2f4\uc790\ud3ec\uc790\uac00 \uc804\ub098\ubb34 \uc78e \uae30\uacf5 \uce68\uc785. (\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-lime-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc804\ub098\ubb34 \ube57\uc790\ub8e8\ubcd1\uc740 \uc8fc\ub85c \ubb3c\ub9ac\uc801 \ubc29\uc81c\uc640 \ud658\uacbd \uad00\ub9ac\uc5d0 \uc911\uc810\uc744 \ub461\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 \uc57d\uc81c \ubc29\uc81c\ubc95 \ubbf8\ud655\ub9bd<\/h3>\n                            <p class=\"text-gray-700\">\ud604\uc7ac \uc804\ub098\ubb34 \ube57\uc790\ub8e8\ubcd1\uc5d0 \ub300\ud55c \uc57d\uc81c \ubc29\uc81c\ubc95\uc740 \uba85\ud655\ud788 \ubc1d\ud600\uc838 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc8fc\ub85c \ubb3c\ub9ac\uc801 \ubc29\uc81c\uc640 \ud658\uacbd \uad00\ub9ac\uac00 \uad8c\uc7a5\ub429\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 \ubb3c\ub9ac\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ubcd1\ub4e0 \uac00\uc9c0 \uc81c\uac70:<\/strong> \ube57\uc790\ub8e8 \ubaa8\uc591\uc744 \ud55c \ubcd1\ub4e0 \uac00\uc9c0\ub294 \ubc1c\uc0dd \ucd08\uae30\uc5d0 \uc798\ub77c\uc11c \uc18c\uac01\ud558\uac70\ub098 \ub545\uc5d0 \ubb3b\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uac10\uc5fc\uc6d0\uc744 \uc81c\uac70\ud558\ub294 \uac00\uc7a5 \uc9c1\uc811\uc801\uc778 \ubc29\ubc95\uc785\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 bg-green-50\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2461 \ud658\uacbd \uad00\ub9ac \ubc0f \uc608\ubc29<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc911\uac04 \uae30\uc8fc \uc81c\uac70:<\/strong> \uc804\ub098\ubb34 \uc784\uc9c0 \ubd80\uadfc\uc5d0\uc11c\ub294 \uc911\uac04 \uae30\uc8fc\uc778 \ubc40\uace0\uc0ac\ub9ac\ub958\ub97c \uc81c\uac70\ud558\uc5ec \uc804\uc5fc \uace0\ub9ac\ub97c \ub04a\uc2b5\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uac74\uac15\ud55c \uc0dd\uc721 \ud658\uacbd \uc870\uc131:<\/strong> \ub098\ubb34\uc758 \uc218\uc138\ub97c \uac74\uac15\ud558\uac8c \uc720\uc9c0\ud558\uace0, \ud1b5\ud48d\uacfc \ubc30\uc218\uac00 \uc798 \ub418\ub3c4\ub85d \uad00\ub9ac\ud558\uc5ec \ubcd1\uc6d0\uade0\uc758 \uce68\uc785 \ubc0f \ud655\uc0b0\uc744 \uc5b5\uc81c\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ub0b4\ubcd1\uc131 \ud488\uc885 \uace0\ub824:<\/strong> \uc2e0\uaddc \uc2dd\uc7ac \uc2dc\uc5d0\ub294 \ubcd1\uc5d0 \ub300\ud55c \uc800\ud56d\uc131\uc774 \uc788\ub294 \uc804\ub098\ubb34 \ud488\uc885\uc744 \uace0\ub824\ud560 \uc218 \uc788\uc2b5\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 (\ucc38\uace0)<\/h3>\n                            <p class=\"text-gray-700\">\uc804\ub098\ubb34 \uc78e\ub179\ubcd1 \ubc29\uc81c\uc5d0 \uc0ac\uc6a9\ub418\ub294 \ubd89\uc740\ubcc4\ubb34\ub2ac\ubcd1 \uc801\uc6a9 \uc57d\uc81c(4~5\uc6d4\uacbd 2\uc8fc \uac04\uaca9 3~4\ud68c \uc0b4\ud3ec)\uac00 \uc720\uc0ac\ud55c \ub179\ubcd1 \ud2b9\uc131\uc0c1 \ud6a8\uacfc\uac00 \uc788\uc744 \uc218\ub3c4 \uc788\uc73c\ub098, \uc804\ub098\ubb34 \ube57\uc790\ub8e8\ubcd1\uc5d0 \ub300\ud55c \uc9c1\uc811\uc801\uc778 \uc720\ud6a8\uc131\uc740 \ud655\uc778\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-lime-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, \uc804\ubd81\ub300\ud559\uad50 \uc218\ubaa9\uc9c4\ub2e8\uc13c\ud130 \ub4f1 \uc804\ubb38 \uc790\ub8cc<\/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                aecia: {\n                    title: '\ub179\ud3ec\uc790\ud1f4 (\uc804\ub098\ubb34 \uce68\uc5fd)',\n                    description: '5\uc6d4 \ud558\uc21c\uacbd \uc804\ub098\ubb34 \uc0c8\uc78e \uc544\ub7ab\uba74\uc5d0 \ud615\uc131\ub418\ub294 \ub465\uadfc \uae30\ub465 \ubaa8\uc591\uc758 \ubc31\uc0c9 \ubb3c\uccb4\uc785\ub2c8\ub2e4. \uc9c1\uacbd 0.2~0.3mm, \uae38\uc774 \uc57d 1mm \ub0b4\uc678\ub85c 2\uc5f4\ub85c \ub098\ucd9c\ub429\ub2c8\ub2e4. 6\uc6d4 \uc911\uc21c\ubd80\ud130 \ud130\uc9c0\uba74\uc11c \ub179\ud3ec\uc790\ub97c \ube44\uc0b0\ud569\ub2c8\ub2e4. (\uc804\ub098\ubb34 \ube57\uc790\ub8e8\ubcd1 \ubcd1\uc6d0\uade0\uc758 \ub179\ud3ec\uc790\ud1f4 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '\ud06c\uae30: \uc9c1\uacbd 0.2~0.3mm, \uae38\uc774 \uc57d 1mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Melampsorella_caryophyllacearum_aecia.jpg' \n                },\n                aeciospores: {\n                    title: '\ub179\ud3ec\uc790',\n                    description: '\ub179\ud3ec\uc790\ud1f4 \uc548\uc5d0\uc11c \ud615\uc131\ub418\ub294 \ud3ec\uc790\ub85c, \ubb34\uc0c9\uc758 \ub465\uadfc \ud0c0\uc6d0\ud615\uc774\uba70 \ud06c\uae30\ub294 17.5~22.5 x 12.1~17.9\u00b5m\uc785\ub2c8\ub2e4. \ud45c\uba74\uc740 \ub2e4\uce35\uad6c\uc870\uc758 \uc0ac\ub9c8\uadc0 \ud615\ud0dc \ub3cc\uae30\ub85c \ub36e\uc5ec \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ub179\ud3ec\uc790\uac00 \ubc14\ub78c\uc5d0 \ub0a0\ub824 \uc911\uac04 \uae30\uc8fc\uc778 \uc810\ub098\ub3c4\ub098\ubb3c\ub958\ub85c \uc774\ub3d9\ud558\uc5ec \uac10\uc5fc\uc744 \uc77c\uc73c\ud0b5\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 17.5~22.5 x 12.1~17.9\u00b5m',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Melampsorella_caryophyllacearum_aeciospores.jpg' \n                },\n                uredinia_telia: {\n                    title: '\uc911\uac04\uae30\uc8fc \ud3ec\uc790 (\uc5ec\ub984\ud3ec\uc790\/\uaca8\uc6b8\ud3ec\uc790)',\n                    description: '\uc911\uac04 \uae30\uc8fc\uc778 \uc810\ub098\ub3c4\ub098\ubb3c\ub958 \uc78e\uc5d0\ub294 \uc5ec\ub984\ud3ec\uc790(Urediniospore)\uc640 \uaca8\uc6b8\ud3ec\uc790(Teliospore)\uac00 \ud615\uc131\ub429\ub2c8\ub2e4. \ubc40\uace0\uc0ac\ub9ac \uc78e\uc740 7\uc6d4 \uc911\uc21c \uc774\ud6c4 \ubd80\ubd84\uc801\uc73c\ub85c \ub2f4\ub179\uc0c9~\ub2f4\ud751\uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uace0 \uc544\ub7ab\uba74\uc5d0 \ubc31\uc0c9~\ubbf8\uc0c9\uc758 \uc5ec\ub984\ud3ec\uc790\ud1f4\uac00 \ub3cc\ucd9c\ud569\ub2c8\ub2e4. \uaca8\uc6b8\ud3ec\uc790\ub294 \uc5fd\uc721 \uc870\uc9c1 \ub0b4\uc5d0\uc11c \ud615\uc131\ub429\ub2c8\ub2e4.',\n                    size: '\uc5ec\ub984\ud3ec\uc790: 17.5~40 x 10~22.5\u00b5m, \uaca8\uc6b8\ud3ec\uc790: 20~32 x 17~20\u00b5m',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Melampsorella_caryophyllacearum_uredinia_telia.jpg' \n                }\n            };\n\n            const damageData = {\n                witches_broom_formation: {\n                    title: '\ube57\uc790\ub8e8\ubcd1 \ud615\uc131',\n                    description: '\uad75\uc740 \uac00\uc9c0\uc758 \uc77c\ubd80\uc5d0\uc11c \uc794\uac00\uc9c0\uac00 \ubb34\ub354\uae30\ub85c \ub098\uc640 \ub9c8\uce58 \ube57\uc790\ub8e8\ub098 \ucee4\ub2e4\ub780 \uc0c8 \ub465\uc9c0\ucc98\ub7fc \ubcf4\uc785\ub2c8\ub2e4. \ubcd1\ub4e0 \uac00\uc9c0\uc5d0\uc11c\ub294 \uaf43\uc774 \ud53c\uc9c0 \uc54a\uace0 \ub2f4\ub179\uc0c9\uc758 \uc791\uc740 \uc78e\ub4e4\ub9cc \ube7d\ube7d\ud558\uac8c \ub098\uc635\ub2c8\ub2e4. (\uc804\ub098\ubb34\uc5d0 \ubc1c\uc0dd\ud55c \ube57\uc790\ub8e8\ubcd1 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/fir_witches_broom.jpg' \n                },\n                branch_dieback: {\n                    title: '\uac00\uc9c0 \uace0\uc0ac',\n                    description: '\ubcd1\ub4e0 \uac00\uc9c0\ub294 \ub9e4\ub144 \uc218\uac00 \ub298\uc5b4\ub098\uace0 \ud06c\uae30\uac00 \ucee4\uc9c0\uba70, \uacb0\uad6d 4~5\ub144\uc774 \uc9c0\ub098\uba74 \uac00\uc9c0 \uc804\uccb4\uac00 \ub9d0\ub77c \uc8fd\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ub098\ubb34 \uc804\uccb4\uc758 \uc0dd\uc7a5\uc5d0 \uc601\ud5a5\uc744 \ubbf8\uce58\uace0, \ub098\ubb34\uc758 \ud65c\ub825\uc744 \ub5a8\uc5b4\ub728\ub9bd\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/fir_witches_broom_dieback.jpg' \n                },\n                ornamental_value_loss: {\n                    title: '\uad00\uc0c1 \uac00\uce58 \uc190\uc0c1',\n                    description: '\ube57\uc790\ub8e8 \ud615\ud0dc\uc758 \ubcd1\ub4e0 \uac00\uc9c0\ub294 \uc870\uacbd\ubaa9\uc73c\ub85c \uc2dd\uc7ac\ub41c \uc804\ub098\ubb34\uc758 \ubbf8\uad00\uc744 \ud06c\uac8c \uc190\uc0c1\uc2dc\ud0b5\ub2c8\ub2e4. \ud2b9\ud788 \uaca8\uc6b8\ucca0\uc5d0\ub294 \uc78e\uc774 \uc5c6\uc5b4 \ub354\uc6b1 \ub3c4\ub4dc\ub77c\uc838 \ubcf4\uc785\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/fir_witches_broom_ornamental_loss.jpg' \n                }\n            };\n            \n            const setupImageFallback = (imgElement) => {\n                if (!imgElement) return;\n                imgElement.onerror = () => {\n                    const altText = imgElement.alt || '\uc774\ubbf8\uc9c0 \ub85c\ub529 \uc2e4\ud328';\n                    const placeholderUrl = `https:\/\/placehold.co\/400x300\/e2e8f0\/4a5568?text=${encodeURIComponent(altText)}`;\n                    imgElement.src = placeholderUrl;\n                    imgElement.onerror = null;\n                };\n            };\n            \n            setupImageFallback(document.getElementById('morphology-main-image'));\n            setupImageFallback(document.getElementById('damage-main-image'));\n\n            tabs.forEach(tab => {\n                tab.addEventListener('click', () => {\n                    tabs.forEach(t => t.classList.remove('active'));\n                    tab.classList.add('active');\n                    sections.forEach(section => {\n                        section.classList.remove('active');\n                        if (section.id === tab.dataset.tab) {\n                            section.classList.add('active');\n                        }\n                    });\n                });\n            });\n\n            \/\/ Morphology section logic\n            const morphologyTypeButtons = document.querySelectorAll('#morphology .stage-btn');\n            const morphologyTitle = document.getElementById('morphology-title');\n            const morphologyDescription = document.getElementById('morphology-description');\n            const morphologySize = document.getElementById('morphology-size');\n            const morphologyMainImage = document.getElementById('morphology-main-image');\n\n            function updateMorphologyContent(type) {\n                morphologyTypeButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#morphology .stage-btn[data-type=\"${type}\"]`).classList.add('active');\n                \n                const data = morphologyData[type];\n                morphologyTitle.textContent = data.title;\n                morphologyDescription.textContent = data.description;\n                morphologySize.textContent = data.size;\n                morphologyMainImage.src = data.image; \/\/ Keep updating src for potential future display\n                morphologyMainImage.alt = `${data.title} \uc774\ubbf8\uc9c0`; \/\/ Keep updating alt for accessibility\n            }\n\n            \/\/ Initial call to set content for morphology section\n            updateMorphologyContent('aecia'); \n\n            morphologyTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.type);\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            const damageMainImage = document.getElementById('damage-main-image');\n\n            function updateDamageContent(type) {\n                damageTypeButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#damage .damage-btn[data-damage-type=\"${type}\"]`).classList.add('active');\n                \n                const data = damageData[type];\n                damageTitle.textContent = data.title;\n                damageDescription.textContent = data.description;\n                damageMainImage.src = data.image; \/\/ Keep updating src for potential future display\n                damageMainImage.alt = data.title; \/\/ Keep updating alt for accessibility\n            }\n\n            \/\/ Initial call to set content for damage section\n            updateDamageContent('witches_broom_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: ['4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4'],\n                    datasets: [{\n                        label: '\ube57\uc790\ub8e8\ubcd1 \uc99d\uc0c1 \ubc1c\ud604 (\uc804\ub098\ubb34)',\n                        data: [0, 8, 10, 8, 5, 2, 0], \/\/ Peak May-June\n                        backgroundColor: 'rgba(101, 163, 13, 0.6)', \/* lime-600 *\/\n                        borderColor: 'rgba(101, 163, 13, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ub179\ud3ec\uc790 \ube44\uc0b0 \ubc0f \uc911\uac04\uae30\uc8fc \ud65c\ub3d9',\n                        data: [0, 0, 10, 8, 5, 2, 0], \/\/ Peak June-July\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: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\ubb3c\ub9ac\uc801 \uc81c\uac70)',\n                        data: [12, 12, 0, 0, 0, 0, 0], \/\/ Early Spring (before symptom severe)\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 (\uc911\uac04 \uae30\uc8fc \uc81c\uac70)',\n                        data: [0, 12, 12, 12, 0, 0, 0], \/\/ May-July\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(239, 68, 68, 0.2)', \/* red-500 with transparency *\/\n                        borderColor: 'rgba(239, 68, 68, 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('\ubb3c\ub9ac\uc801')) return ` ${context.dataset.label}: \ubd04 (\ubc1c\uc0dd \ucd08\uae30)`;\n                                        return ` ${context.dataset.label}: 5\uc6d4 ~ 7\uc6d4`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\uc804\ub098\ubb34 \ube57\uc790\ub8e8\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":3143,"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":[106],"pest-category":[279,86],"pest-overwintering":[],"class_list":["post-3142","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-106","pest-category-279","pest-category-86"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc804\ub098\ubb34-\ube57\uc790\ub8e8\ubcd1.jpg",1133,586,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc804\ub098\ubb34-\ube57\uc790\ub8e8\ubcd1-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc804\ub098\ubb34-\ube57\uc790\ub8e8\ubcd1-300x155.jpg",300,155,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc804\ub098\ubb34-\ube57\uc790\ub8e8\ubcd1-768x397.jpg",768,397,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc804\ub098\ubb34-\ube57\uc790\ub8e8\ubcd1-1024x530.jpg",1024,530,true],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc804\ub098\ubb34-\ube57\uc790\ub8e8\ubcd1.jpg",1133,586,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc804\ub098\ubb34-\ube57\uc790\ub8e8\ubcd1.jpg",1133,586,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\uc804\ub098\ubb34 \ube57\uc790\ub8e8\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 \uc804\ub098\ubb34 \ube57\uc790\ub8e8\ubcd1 (Witches&#8217; Broom)\uc774\ub780? \uc804\ub098\ubb34 \ube57\uc790\ub8e8\ubcd1\uc740 Melampsorella caryophyllacearum [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3142","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\/3143"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3142"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3142"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3142"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}