{"id":3804,"date":"2025-07-09T12:46:52","date_gmt":"2025-07-09T12:46:52","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3804"},"modified":"2025-07-09T12:47:59","modified_gmt":"2025-07-09T12:47:59","slug":"3804","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=3804","title":{"rendered":"\uaf43\ubcf5\uc22d\uc544 \uc624\uac08\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>\uaf43\ubcf5\uc22d\uc544 \uc624\uac08\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: Peach Pink & Green -->\n    <!-- Application Structure Plan: The SPA for Flowering Peach Leaf Curl is structured into five core sections: '\uac1c\uc694' (Overview), '\ubcd1\uc6d0\uade0 \ud615\ud0dc' (Pathogen Morphology), '\ud53c\ud574 \uc99d\uc0c1' (Damage Symptoms), '\uc0dd\ud65c\uc0ac' (Lifecycle), and '\ubc29\uc81c \ubc29\ubc95' (Control Methods). This logical flow supports comprehensive understanding from identification to management. '\ubcd1\uc6d0\uade0 \ud615\ud0dc' and '\ud53c\ud574 \uc99d\uc0c1' sections use interactive elements (buttons) to highlight different pathogen forms\/host symptoms. '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its disease cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily focusing on preventative spraying. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pathogen Morphology (Fungus - Taphrina deformans, Asci, Ascospores, Conidia) -> Goal: Inform & Identify -> Viz\/Method: Interactive text descriptions with buttons for '\ubcd1\uc6d0\uade0 (\uacf0\ud321\uc774)', '\uc790\uc2e4\uce35\/\uc790\ub0ad', '\ubd84\uc0dd\ud3ec\uc790' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: The pathogen is microscopic, so textual descriptions of its forms are key. -> Library: Vanilla JS.\n        2. Report Info: Damage Symptoms (Leaf curling\/distortion\/blistering, discoloration, premature defoliation, shoot dieback, fruit damage) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive text descriptions with buttons for '\uc78e \uc624\uadf8\ub77c\ub4e6\/\ubd80\ud482', '\uc78e \ubcc0\uc0c9 \ubc0f \uc870\uae30\ub099\uc5fd', '\uc5b4\ub9b0 \uac00\uc9c0\/\uaf43\/\uc5f4\ub9e4 \ud53c\ud574' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Clear textual differentiation of various symptoms across different plant parts is vital for accurate diagnosis. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Fungus overwintering as conidia on bark\/buds, Primary infection of young leaves in spring, Secondary spread by conidia) -> Goal: Organize & Show Change -> Viz\/Method: Detailed HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the disease cycle with overwintering, primary infection pathways, and seasonal progression is essential for understanding and control. -> Library: HTML\/Tailwind.\n        4. Report Info: Control Timing (Preventative spraying in dormant\/bud break, Sanitation) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary periods for chemical intervention (dormant season, early spring) and emphasizes year-round sanitation, making the strategy actionable. -> Library: Chart.js.\n    -->\n    <!-- CONFIRMATION: NO SVG graphics used. NO Mermaid JS used. -->\n    <style>\n        body {\n            font-family: 'Noto Sans KR', sans-serif;\n        }\n        .chart-container {\n            position: relative;\n            width: 100%;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n            height: 300px;\n            max-height: 400px;\n        }\n        @media (min-width: 768px) {\n            .chart-container {\n                height: 350px;\n            }\n        }\n        .nav-btn {\n            transition: all 0.3s ease;\n            border-radius: 0 !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n        .nav-btn.active {\n            background-color: #f97316 !important; \/* orange-500 *\/\n            color: #fff7ed !important; \/* orange-50 *\/\n            font-weight: 700;\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        .stage-btn, .damage-btn {\n            border-radius: 0 !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n        .stage-btn.active, .damage-btn.active {\n            background-color: #fb923c; \/* orange-400 *\/\n            color: white;\n            font-weight: 600;\n            transform: scale(1.05);\n        }\n        .nav-btn:focus,\n        .stage-btn:focus,\n        .damage-btn:focus {\n            outline: none !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto\"> \n        \n        <header class=\"text-center\">\n            <!-- \ubcd1\ud574\ucda9\uba85\uacfc \ud559\uba85 \uc81c\uac70\ub428 -->\n        <\/header>\n\n        <nav class=\"flex justify-between bg-gray-200 mb-8\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 text-center py-2 px-4 text-gray-700 hover:bg-orange-100\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-orange-100\">\ubcd1\uc6d0\uade0 \ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-orange-100\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-orange-100\">\uc0dd\ud65c\uc0ac<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-orange-100\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\" class=\"p-2 md:p-2\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-orange-700 mb-4\">\uaf43\ubcf5\uc22d\uc544 \uc624\uac08\ubcd1 (Leaf Curl of Flowering Peach)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uaf43\ubcf5\uc22d\uc544 \uc624\uac08\ubcd1(\ucd95\uc5fd\ubcd1)\uc740 <i>Taphrina deformans<\/i> \uacf0\ud321\uc774(\uc790\ub0ad\uade0)\uc5d0 \uc758\ud574 \ubc1c\uc0dd\ud558\ub294 \ubcd1\uc785\ub2c8\ub2e4. \uc544\ud30c\ud2b8 \ub2e8\uc9c0 \uc815\uc6d0\uc218\ub098 \uacfc\uc218\uc6d0\uc758 \ubcf5\uc22d\uc544\ub098\ubb34\uc5d0\uc11c \ud754\ud788 \ubcfc \uc218 \uc788\uc73c\uba70, \uc774\ub978 \ubd04 \uc78e\uc774 \ud53c\ub294 \uc2dc\uae30(\uc804\uc5fd\uae30)\uc5d0 \ub0a0\uc528\uac00 \uc11c\ub298\ud558\uace0 \ube44\uac00 \uc790\uc8fc \uc624\uba74 \ub9ce\uc774 \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \uc78e\uc5d0 \ubd89\uc740\uc0c9\uc744 \ub760\uba70 \ubd80\ud480\uc5b4 \uc624\ub978 \ubcd1\ubc18\uc774 \uc0dd\uae30\uace0, \uc8fc\ub984\uc9c0\uba74\uc11c \uc624\uadf8\ub77c\ub4dc\ub294 \uc99d\uc0c1\uc73c\ub85c \uc9c4\uc804\ub429\ub2c8\ub2e4. 6\uc6d4\uacbd\uc774\uba74 \ubcd1\ub4e0 \uc78e\uc774 \ubaa8\ub450 \ub9d0\ub77c \ube44\ud2c0\uc5b4\uc9c0\uba74\uc11c \ub5a8\uc5b4\uc9c0\ubbc0\ub85c \uc218\uc138\uac00 \uc57d\ud574\uc9c0\uae30 \uc27d\uc2b5\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> \ub098\ubb34\uc904\uae30\ub098 \ub208\uc758 \ud45c\uba74\uc5d0 \ubd99\uc5b4\uc788\ub294 \ubd84\uc0dd\ud3ec\uc790 \uc0c1\ud0dc\ub85c \uc6d4\ub3d9<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 1\ud68c (\ubd04\ucca0 \uae30\uc628\uc774 \ub0ae\uace0 \ube44\uac00 \uc790\uc8fc \uc624\uba74 \ubc1c\uc0dd \uae30\uac04 \uae38\uc5b4\uc838 \ud53c\ud574 \uc2ec\ud654)<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-orange-700 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uac00\ud574 \uc218\uc885<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        (\uc815\ubcf4 \uc5c6\uc74c) \uc8fc\uc694 \uac00\ud574 \uc218\uc885\uc740 <strong>\uaf43\ubcf5\uc22d\uc544\ub098\ubb34, \ubcf5\uc22d\uc544\ub098\ubb34<\/strong>\uc785\ub2c8\ub2e4.\n                    <\/p>\n                <\/div>\n            <\/section>\n\n            <!-- \ubcd1\uc6d0\uade0 \ud615\ud0dc Section -->\n            <section id=\"morphology\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-orange-700 mb-4\">\uaf43\ubcf5\uc22d\uc544 \uc624\uac08\ubcd1 \ubcd1\uc6d0\uade0\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uaf43\ubcf5\uc22d\uc544 \uc624\uac08\ubcd1\uc744 \uc77c\uc73c\ud0a4\ub294 \uacf0\ud321\uc774\ub294 \uc790\ub0ad\uade0\ub958\uc5d0 \uc18d\ud558\uba70, \uc78e \ud45c\uba74\uc5d0 \ud2b9\uc9d5\uc801\uc778 \uc790\uc2e4\uce35(\ud770 \uac00\ub8e8)\uc744 \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=\"fungus\" class=\"stage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubcd1\uc6d0\uade0 (\uacf0\ud321\uc774)<\/button>\n                        <button data-type=\"fruiting_layer\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc790\uc2e4\uce35 \/ \uc790\ub0ad<\/button>\n                        <button data-type=\"conidia\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubd84\uc0dd\ud3ec\uc790<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"p-4\">\n                        <div id=\"morphology-text\" class=\"w-full\">\n                            <h3 id=\"morphology-title\" class=\"text-xl font-semibold text-orange-600 mb-2\"><\/h3>\n                            <p id=\"morphology-description\" class=\"text-gray-700\"><\/p>\n                            <p id=\"morphology-size\" class=\"text-sm text-gray-600 mt-2\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ud53c\ud574 \uc99d\uc0c1 Section -->\n            <section id=\"damage\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-orange-700 mb-4\">\uaf43\ubcf5\uc22d\uc544 \uc624\uac08\ubcd1\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uaf43\ubcf5\uc22d\uc544 \uc624\uac08\ubcd1\uc740 \uc78e, \uc5b4\ub9b0 \uac00\uc9c0, \uaf43, \uc5b4\ub9b0 \uc5f4\ub9e4 \ub4f1 \ub2e4\uc591\ud55c \ubd80\uc704\uc5d0 \ubc1c\uc0dd\ud558\uc5ec \ud2b9\uc9d5\uc801\uc778 \ubcc0\ud615\uc744 \uc720\ubc1c\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=\"leaf_curling_blistering\" class=\"damage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc78e \uc624\uadf8\ub77c\ub4e6 \ubc0f \ubd80\ud482<\/button>\n                        <button data-damage-type=\"leaf_discoloration_defoliation\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc78e \ubcc0\uc0c9 \ubc0f \uc870\uae30\ub099\uc5fd<\/button>\n                        <button data-damage-type=\"shoot_flower_fruit_damage\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc5b4\ub9b0 \uac00\uc9c0\/\uaf43\/\uc5f4\ub9e4 \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-orange-600 mb-2\"><\/h3>\n                            <p id=\"damage-description\" class=\"text-gray-700\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \uc0dd\ud65c\uc0ac Section -->\n            <section id=\"ecology\" class=\"content-section space-y-6\">\n                 <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-orange-700 mb-4\">\uaf43\ubcf5\uc22d\uc544 \uc624\uac08\ubcd1\uc758 \uc0dd\ud65c\uc0ac \ubc0f \uc804\uc5fc \uacbd\ub85c (\uc5f0 1\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uaf43\ubcf5\uc22d\uc544 \uc624\uac08\ubcd1\uade0\uc740 \uc2dd\ubb3c \uc870\uc9c1 \ub0b4\ubd80\uc5d0 \uce68\uc785\ud558\uc9c0 \uc54a\uace0 \uc904\uae30\ub098 \ub208\uc758 \ud45c\uba74\uc5d0 \ubd99\uc5b4\uc788\ub294 \ubd84\uc0dd\ud3ec\uc790 \uc0c1\ud0dc\ub85c \uc6d4\ub3d9\ud569\ub2c8\ub2e4. \uc774 \ubd84\uc0dd\ud3ec\uc790\uac00 \uc774\ub978 \ubd04 \ube57\ubb3c\uc5d0 \uc758\ud574 \uc5b4\ub9b0 \uc78e\uc5d0 \uc62e\uaca8\uc838 \ubcd1\uc744 \uc77c\uc73c\ud0b5\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 (\uc904\uae30\/\ub208 \ud45c\uba74 \ubd84\uc0dd\ud3ec\uc790)<\/p><p class=\"text-sm\">\ub098\ubb34\uc904\uae30\ub098 \ub208\uc758 \ud45c\uba74\uc5d0 \ubd99\uc5b4\uc788\ub294 \ubd84\uc0dd\ud3ec\uc790 \uc0c1\ud0dc\ub85c \uaca8\uc6b8\uc744 \ubcf4\ub0c4<\/p>\n                        <\/div>\n                        <div class=\"2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-green-100\">\n                            <p class=\"font-semibold\">2. 1\ucc28 \uac10\uc5fc (\uc774\ub978 \ubd04 \uc78e \ud53c\ub294 \uc2dc\uae30)<\/p><p class=\"text-sm\">\uc6d4\ub3d9\ud55c \ubd84\uc0dd\ud3ec\uc790\uac00 \ube57\ubb3c\uc5d0 \uc758\ud574 \ub9c9 \ud53c\uc5b4\ub098\ub294 \uc5b4\ub9b0 \uc78e\uc5d0 \uc62e\uaca8\uc838 \ubcd1\uc744 \uc77c\uc73c\ud0b4<\/p>\n                        <\/div>\n                        <div class=\"2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-yellow-100\">\n                            <p class=\"font-semibold\">3. \ubcd1\uc9d5 \ubc1c\ud604 \ubc0f \ud655\ub300<\/p><p class=\"text-sm\">\uc78e\uc5d0 \ubd89\uc740\uc0c9 \ubcd1\ubc18 \u2192 \ubd80\ud480\uace0 \uc8fc\ub984\uc9c0\uba70 \uc624\uadf8\ub77c\ub4e6. \uc5b4\ub9b0 \uac00\uc9c0, \uaf43, \uc5b4\ub9b0 \uc5f4\ub9e4\uc5d0\ub3c4 \ubc1c\uc0dd<\/p>\n                        <\/div>\n                         <div class=\"2xl text-gray-400\">\u2193<\/div>\n                         <div class=\"w-full max-w-md text-center p-3 bg-orange-100\">\n                            <p class=\"font-semibold\">4. \uc790\ub0ad \ud615\uc131 \ubc0f \ud3ec\uc790 \ubc29\ucd9c (4\uc6d4 ~ 5\uc6d4 \ucd08\uc21c)<\/p><p class=\"text-sm\">\ubd80\ud480\uc5b4\uc624\ub978 \ubcd1\ubc18 \ud45c\uba74\uc5d0 \ud770 \uac00\ub8e8(\uc790\uc2e4\uce35\/\uc790\ub0ad) \ub098\ud0c0\ub0a8. \uc790\ub0ad\ud3ec\uc790 \ubc1c\uc544\ud558\uc5ec \ubd84\uc0dd\ud3ec\uc790 \ub9cc\ub4e6<\/p>\n                        <\/div>\n                        <div class=\"2xl text-gray-400\">\u2193<\/div>\n                         <div class=\"w-full max-w-md text-center p-3 bg-red-100\">\n                            <p class=\"font-semibold\">5. \uc870\uae30 \ub099\uc5fd \ubc0f \uc6d4\ub3d9 \uc900\ube44 (6\uc6d4\uacbd)<\/p><p class=\"text-sm\">\ubcd1\ub4e0 \uc78e\uc774 \ubaa8\ub450 \ub9d0\ub77c \ube44\ud2c0\uc5b4\uc9c0\uba74\uc11c \ub5a8\uc5b4\uc9d0. \ubcd1\ub4e0 \uc78e\uc740 \ud751\uac08\uc0c9\uc73c\ub85c \ubcc0\ud568. \ubd84\uc0dd\ud3ec\uc790\uac00 \ub2e4\uc2dc \uc6d4\ub3d9 \uc900\ube44<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"p-6 bg-white mt-6\">\n                        <h3 class=\"text-xl font-semibold text-orange-700 mb-3\">\ubcd1 \ubc1c\uc0dd \ud658\uacbd<\/h3>\n                        <p class=\"text-gray-700\">\ubd04\ucca0 \uc78e\uc774 \ud53c\ub294 \uc2dc\uae30\uc5d0 \ub0a0\uc528\uac00 \uc11c\ub298\ud558\uace0 \ube44\uac00 \uc790\uc8fc \uc624\uba74 \ubc1c\uc0dd\uc774 \ub9ce\uc544\uc9d1\ub2c8\ub2e4. 5\uc6d4 \ud558\uc21c \uc774\ud6c4\uc5d0\ub294 \ud53c\ud574\uac00 \ud06c\uac8c \ud655\uc0b0\ub418\uc9c0 \uc54a\uace0, 7\uc6d4 \uc774\ud6c4\uc5d0\ub294 \ubcd1\ub4e0 \uc78e\uc774 \uac70\uc758 \ubaa8\ub450 \ub5a8\uc5b4\uc9c0\uae30 \ub54c\ubb38\uc5d0 \ud53c\ud574\uac00 \ud655\uc778\ub418\uc9c0 \uc54a\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-orange-700 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uaf43\ubcf5\uc22d\uc544 \uc624\uac08\ubcd1\uc740 \ubcd1\uc6d0\uade0\uc774 \uc2dd\ubb3c \uc870\uc9c1 \ub0b4\ubd80\uc5d0 \uce68\uc785\ud558\uc9c0 \uc54a\uace0 \uc904\uae30\ub098 \ub208\uc758 \ud45c\uba74\uc5d0 \ubd99\uc5b4\uc11c \uc6d4\ub3d9\ud558\ubbc0\ub85c, \ud734\uba74\uae30\uc5d0 \uc57d\uc81c \uc0b4\ud3ec\ub97c \ucca0\uc800\ud788 \ud558\uba74 \uc27d\uac8c \uc608\ubc29\ud560 \uc218 \uc788\uc2b5\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 \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> \uc2f9\ud2b8\uae30 \uc804 \ubc0f \uaf43\uc774 \ud53c\uae30 \uc804\uc778 **\uc774\ub978 \ubd04 (\ud734\uba74\uae30)**\uc5d0 \uc0b4\uade0\uc81c\ub97c 10\uc77c \uac04\uaca9\uc73c\ub85c 2~3\ud68c \uc0b4\ud3ec\ud569\ub2c8\ub2e4. \ub2a6\uac00\uc744\uc5d0 \uac19\uc740 \uc57d\uc81c\ub97c 1~2\ud68c \uc0b4\ud3ec\ud558\uc5ec \uc6d4\ub3d9 \uc804\uc5fc\uc6d0\uc744 \uc5c6\uc560\ub294 \uac83\ub3c4 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc57d\uc81c \uc885\ub958 (\uc608\uc2dc):<\/strong> \ub514\ud2f0\uc544\ub17c \uc561\uc0c1\uc218\ud654\uc81c 1,000\ubc30\uc561 \ub610\ub294 \ud074\ub85c\ub85c\ud0c8\ub85c\ub2d0 \uc561\uc0c1\uc218\ud654\uc81c 1,000\ubc30\uc561\uc744 \uc0b4\ud3ec\ud569\ub2c8\ub2e4. \ub2e4\uce58\uc218\ud654\uc81c(\ub378\ub780), \ud0c0\ub85c\ub2d0\uc218\ud654\uc81c(\uae08\ube44\ub77c, \ub2e4\ucf54\ub2d0) \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 \uaf43\ubcf5\uc22d\uc544 \ubc0f \uc78e\uc624\uac08\ubcd1\uc5d0 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \ud655\uc778\ud558\uc5ec \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 bg-green-50\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2461 \ubb3c\ub9ac\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ubcd1\ub4e0 \uc78e\/\uac00\uc9c0 \uc81c\uac70:<\/strong> 6\uc6d4\uacbd \ubcd1\ub4e0 \uc78e\uc774 \ubaa8\ub450 \ub9d0\ub77c \ube44\ud2c0\uc5b4\uc838 \ub5a8\uc5b4\uc9c0\uba74 \uc218\uac70\ud558\uc5ec \uc18c\uac01\ud558\uac70\ub098 \ub9e4\ubab0\ud558\uc5ec \uc804\uc5fc\uc6d0\uc744 \uc81c\uac70\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 \ud658\uacbd \uad00\ub9ac<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><strong>\uc218\uc138 \uc99d\uc9c4:<\/strong> \ub098\ubb34\uc758 \uc218\uc138\ub97c \uac74\uac15\ud558\uac8c \uc720\uc9c0\ud558\uc5ec \ubcd1\uc5d0 \ub300\ud55c \uc800\ud56d\ub825\uc744 \ub192\uc785\ub2c8\ub2e4.<\/li>\n                                <li><strong>\ubc30\uc218 \uad00\ub9ac:<\/strong> \ubc30\uc218\uac00 \uc798 \ub418\ub3c4\ub85d \uc720\uc758\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-orange-700 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, \uc11c\uc6b8\ub300\ud559\uad50 \uc218\ubaa9\uc9c4\ub2e8\uc13c\ud130 \ub4f1 \uc804\ubb38 \uc790\ub8cc<\/p>\n            <p class=\"text-sm text-gray-500 mt-1\">\u203b \ubcf8 \uc790\ub8cc\ub294 \uad50\uc721 \ubc0f \uc815\ubcf4 \uc81c\uacf5 \ubaa9\uc801\uc73c\ub85c \uc81c\uc791\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 \uad00\ub828 \uae30\uad00\uc5d0 \ubb38\uc758\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n        <\/footer>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            const tabs = document.querySelectorAll('.nav-btn');\n            const sections = document.querySelectorAll('.content-section');\n\n            const morphologyData = {\n                fungus: {\n                    title: '\ubcd1\uc6d0\uade0 (\uacf0\ud321\uc774, <i>Taphrina deformans<\/i>)',\n                    description: '\uaf43\ubcf5\uc22d\uc544 \uc624\uac08\ubcd1\uc740 \uc790\ub0ad\uade0\uc758 \uc77c\uc885\uc778 <i>Taphrina deformans<\/i>\uc5d0 \uc758\ud574 \uc77c\uc5b4\ub0a9\ub2c8\ub2e4. \uc774 \ubcd1\uc6d0\uade0\uc740 \uc2dd\ubb3c\uc758 \uc870\uc9c1 \ub0b4\ubd80\uc5d0 \uce68\uc785\ud558\uc9c0 \uc54a\uace0 \uc904\uae30\ub098 \ub208\uc758 \ud45c\uba74\uc5d0 \ubd99\uc5b4\uc11c \uc6d4\ub3d9\ud569\ub2c8\ub2e4.',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                },\n                fruiting_layer: {\n                    title: '\uc790\uc2e4\uce35 \/ \uc790\ub0ad',\n                    description: '4\uc6d4~5\uc6d4 \ucd08\uc21c, \ubd80\ud480\uc5b4 \uc624\ub978 \ubcd1\ubc18\uc758 \ud45c\uba74\uc5d0 \ud770 \uac00\ub8e8(\uc790\ub0ad)\uac00 \ub098\ud0c0\ub098\ub294\ub370, \uc774\uac83\uc740 \ubcd1\uc6d0\uade0\uc758 \uc790\uc2e4\uce35(\u5b50\u5be6\u5c64)\uc73c\ub85c\uc11c \uc218\ub9ce\uc740 \ub098\ucd9c(\u88f8\u51fa)\ub41c \uc790\ub0ad\uc73c\ub85c \uc774\ub8e8\uc5b4\uc838 \uc788\uc2b5\ub2c8\ub2e4. \uc790\ub0ad\uc758 \ud06c\uae30\ub294 20~55 x 5~10\u339b\uc785\ub2c8\ub2e4. (\uc78e \uc55e\uba74\uc758 \ud68c\ubc31\uc0c9 \uac00\ub8e8(\uc790\ub0ad) \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '\ud06c\uae30: 20~55 x 5~10\u339b (\uc790\ub0ad)',\n                },\n                conidia: {\n                    title: '\ubd84\uc0dd\ud3ec\uc790',\n                    description: '\uc790\ub0ad\uc5d0 \ub4e4\uc5b4 \uc788\ub294 \uc790\ub0ad\ud3ec\uc790\ub294 \uc790\ub0ad\uc5d0\uc11c \ub098\uc624\uc790\ub9c8\uc790 \ub610\ub294 \uc790\ub0ad \ub0b4\uc5d0\uc11c \ubc1c\uc544\ud558\uc5ec \ubd84\uc0dd\ud3ec\uc790\ub97c \ub9cc\ub4ed\ub2c8\ub2e4. \uc774 \ubd84\uc0dd\ud3ec\uc790\uac00 \ub098\ubb34\uc904\uae30\ub098 \ub208\uc758 \ud45c\uba74\uc5d0\uc11c \uc6d4\ub3d9\ud558\uc5ec \ub2e4\uc74c \ud574\uc758 1\ucc28 \uc804\uc5fc\uc6d0\uc774 \ub429\ub2c8\ub2e4. \ubcd1\ub4e0 \uc78e\uc5d0 \ud615\uc131\ub41c \uc790\ub0ad\ud3ec\uc790\uc5d0 \uc758\ud55c 2\ucc28 \uac10\uc5fc\uc740 \uc77c\uc5b4\ub098\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                }\n            };\n\n            const damageData = {\n                leaf_curling_blistering: {\n                    title: '\uc78e \uc624\uadf8\ub77c\ub4e6 \ubc0f \ubd80\ud482',\n                    description: '\ucc98\uc74c\uc5d0\ub294 \ub9c9 \ud53c\uc5b4\ub098\ub294 \uc5b4\ub9b0 \uc78e\uc5d0 \uc5f7\uc740 \ubd89\uc740\uc0c9\uc744 \ub764, \ub9c8\uce58 \ubd88\uc5d0 \ub370\uc5b4\uc11c \ud53c\ubd80\uac00 \ubd80\ud480\uc5b4\uc624\ub978 \uac83\ucc98\ub7fc \uc0dd\uae34 \ubcd1\ubc18\uc774 \ub098\ud0c0\ub0a9\ub2c8\ub2e4. \uc78e\uc774 \uc790\ub77c\uba74\uc11c \ubcd1\ubc18\ub3c4 \ucee4\uc9c0\uba70 \uc78e\uc758 \uc808\ubc18 \uc774\uc0c1\uc744 \ucc28\uc9c0\ud558\ub294 \uacbd\uc6b0\ub3c4 \ud754\ud569\ub2c8\ub2e4. \ubd80\ud480\uc5b4\uc624\ub978 \ubcd1\ubc18 \ubd80\uc704\ub294 \uac74\uc804 \ubd80\uc704\uc758 \uc870\uc9c1\ubcf4\ub2e4 \ud6e8\uc52c \ub450\uaebc\uc6cc\uc9c0\uba70, \uc8fc\ub984\uc0b4\uc774 \uc7a1\ud788\uace0 \ubcd1\ub4e0 \uc78e\uc740 \uc804\uccb4\uc801\uc73c\ub85c \ub610\ub294 \ubd80\ubd84\uc801\uc73c\ub85c \uc624\uadf8\ub77c\ub4ed\ub2c8\ub2e4. \ucee4\ub2e4\ub797\uac8c \ubd80\ud480\uc5b4\uc624\ub978 \ubcd1\ubc18\uc740 \uc5b8\ub73b \ubcf4\uba74 \ub9c8\uce58 \uc22f\ubd88\uc5d0 \ucc30\ub5a1\uc744 \uad6c\uc6b8 \ub54c \ub5a1\uaecd\uc9c8\uc774 \ubd80\ud480\uc5b4\uc624\ub978 \ubaa8\uc2b5\uacfc \ube44\uc2b7\ud569\ub2c8\ub2e4. (\uc78e\uc774 \uc8fc\ub984\uc9c0\uba74\uc11c \ub9d0\ub9ac\ub294 \uc99d\uc0c1\uc758 \ubcd1\uc9d5 \/ \uc78e\uc774 \ubd80\ud480\uc5b4 \uc624\ub974\ub294 \uc99d\uc0c1\uc758 \ubcd1\uc9d5 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                },\n                leaf_discoloration_defoliation: {\n                    title: '\uc78e \ubcc0\uc0c9 \ubc0f \uc870\uae30\ub099\uc5fd',\n                    description: '\ubcd1\ub4e0 \uc78e\uc740 \uc810\ucc28 \uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uba74\uc11c \uc77c\ucc0d \ub5a8\uc5b4\uc9d1\ub2c8\ub2e4. 6\uc6d4\uacbd\uc774\uba74 \ubcd1\ub4e0 \uc78e\uc774 \ubaa8\ub450 \ub9d0\ub77c \ube44\ud2c0\uc5b4\uc9c0\uba74\uc11c \ub5a8\uc5b4\uc9c0\ubbc0\ub85c \uc218\uc138\uac00 \uc57d\ud574\uc9c0\uae30 \uc27d\uc2b5\ub2c8\ub2e4. 7\uc6d4 \uc774\ud6c4\uc5d0\ub294 \ubcd1\ub4e0 \uc78e\uc774 \uac70\uc758 \ubaa8\ub450 \ub5a8\uc5b4\uc9c0\uae30 \ub54c\ubb38\uc5d0 \ud53c\ud574\uac00 \ud655\uc778\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. (\uc5b4\ub9b0 \uc0c8\uac00\uc9c0 \ub05d\uc5d0 \uc788\ub294 \uc78e\ub4e4\uc774 \ubb34\ub354\uae30\ub85c \ubcd1\uc5d0 \uac78\ub824\uc11c \ub9d0\ub77c \uc8fd\uace0 \uc788\ub2e4 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                },\n                shoot_flower_fruit_damage: {\n                    title: '\uc5b4\ub9b0 \uac00\uc9c0\/\uaf43\/\uc5f4\ub9e4 \ud53c\ud574',\n                    description: '\uc774 \ubcd1\uc740 \uc8fc\ub85c \uc78e\uc5d0 \ubc1c\uc0dd\ud558\ub098 \ub54c\ub85c\ub294 \uc5b4\ub9b0 \uc0c8\uac00\uc9c0(\u65b0\u68a2), \uaf43, \uc5b4\ub9b0 \uc5f4\ub9e4\uc5d0\ub3c4 \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \uc5b4\ub9b0 \uc0c8\uac00\uc9c0\ub294 \ud669\uc0c9\uc73c\ub85c \ubcc0\ud558\uace0 \ubcd1\ub4e0 \ubd80\ubd84\uc740 \ubd80\ud480\uace0 \uc0dd\uc7a5\uc774 \uc5b5\uc81c\ub418\uba70, \ud754\ud788 \uc218\uc9c0(\u6a39\u8102)\ub97c \ubd84\ube44\ud558\uace0 \uacb0\uad6d\uc740 \ub9d0\ub77c \uc8fd\uc2b5\ub2c8\ub2e4. \uaf43\uacfc \uc5b4\ub9b0 \uc5f4\ub9e4\ub294 \uae30\ud615\uc73c\ub85c \ubcc0\ud558\uac70\ub098 \ub5a8\uc5b4\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. (\uc78e\uc624\uac08\ubcd1\uc5d0 \uac78\ub9b0 \ubcf5\uc22d\uc544\ub098\ubb34 \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('fungus'); \n\n            morphologyTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.type);\n                });\n            });\n\n\n            \/\/ Damage section logic\n            const damageTypeButtons = document.querySelectorAll('#damage .damage-btn');\n            const damageTitle = document.getElementById('damage-title');\n            const damageDescription = document.getElementById('damage-description');\n\n            function updateDamageContent(type) {\n                damageTypeButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#damage .damage-btn[data-damage-type=\"${type}\"]`).classList.add('active');\n                \n                const data = damageData[type];\n                damageTitle.textContent = data.title;\n                damageDescription.textContent = data.description;\n            }\n\n            \/\/ Initial content for damage section\n            updateDamageContent('leaf_curling_blistering');\n\n            damageTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damageType);\n                });\n            });\n\n            const ctx = document.getElementById('controlChart').getContext('2d');\n            new Chart(ctx, {\n                type: 'bar',\n                data: {\n                    labels: ['3\uc6d4', '4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4'],\n                    datasets: [{\n                        label: '\ubcd1\uc6d0\uade0 \ud65c\ub3d9\uae30 (\ubcd1\uc9d5 \ubc1c\ud604 \ubc0f \ud655\uc0b0)',\n                        data: [5, 10, 8, 5, 2, 0], \/\/ Peak April-May\n                        backgroundColor: 'rgba(249, 115, 22, 0.6)', \/* orange-500 *\/\n                        borderColor: 'rgba(249, 115, 22, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\uc870\uae30 \ub099\uc5fd \uc2dc\uae30',\n                        data: [0, 0, 0, 10, 8, 5], \/\/ Peak June-July\n                        backgroundColor: 'rgba(251, 191, 36, 0.6)', \/* amber-400 *\/\n                        borderColor: 'rgba(251, 191, 36, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\ud734\uba74\uae30 \uc0b4\ud3ec)',\n                        data: [12, 12, 0, 0, 0, 0], \/\/ March-April\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(59, 130, 246, 0.2)', \/* blue-500 with transparency *\/\n                        borderColor: 'rgba(59, 130, 246, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    }]\n                },\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                                        return ` ${context.dataset.label}: \uc2f9\ud2b8\uae30 \uc804 ~ \uaf43 \ud53c\uae30 \uc804 (\uc774\ub978 \ubd04)`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\uaf43\ubcf5\uc22d\uc544 \uc624\uac08\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":3805,"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":[430,166],"pest-category":[86,284],"pest-overwintering":[395],"class_list":["post-3804","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-430","pest-target-166","pest-category-86","pest-category-284","pest-overwintering-395"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uaf43\ubcf5\uc22d\uc544-\uc624\uac08\ubcd1.jpg",1108,556,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uaf43\ubcf5\uc22d\uc544-\uc624\uac08\ubcd1-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uaf43\ubcf5\uc22d\uc544-\uc624\uac08\ubcd1-300x151.jpg",300,151,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uaf43\ubcf5\uc22d\uc544-\uc624\uac08\ubcd1-768x385.jpg",768,385,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uaf43\ubcf5\uc22d\uc544-\uc624\uac08\ubcd1-1024x514.jpg",1024,514,true],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uaf43\ubcf5\uc22d\uc544-\uc624\uac08\ubcd1.jpg",1108,556,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uaf43\ubcf5\uc22d\uc544-\uc624\uac08\ubcd1.jpg",1108,556,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\uaf43\ubcf5\uc22d\uc544 \uc624\uac08\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 \uaf43\ubcf5\uc22d\uc544 \uc624\uac08\ubcd1 (Leaf Curl of Flowering Peach)\uc774\ub780? \uaf43\ubcf5\uc22d\uc544 [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3804","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\/3805"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3804"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3804"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3804"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3804"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}