{"id":3152,"date":"2025-06-29T14:17:18","date_gmt":"2025-06-29T14:17:18","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3152"},"modified":"2025-07-05T09:31:06","modified_gmt":"2025-07-05T09:31:06","slug":"3152","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=3152","title":{"rendered":"\uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\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>\ubc9a\ub098\ubb34 \uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\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: Cherry Blossom Brown & Green -->\n    <!-- Application Structure Plan: The SPA for Cherry Brown Shot Hole is structured into five core sections: '\uac1c\uc694' (Overview), '\ubcd1\uc6d0\uade0 \ud615\ud0dc' (Pathogen Morphology), '\ud53c\ud574 \uc99d\uc0c1' (Damage Symptoms), '\uc0dd\ud65c\uc0ac' (Lifecycle), and '\ubc29\uc81c \ubc29\ubc95' (Control Methods). This logical flow supports comprehensive understanding from identification to management. '\ubcd1\uc6d0\uade0 \ud615\ud0dc' and '\ud53c\ud574 \uc99d\uc0c1' sections use interactive elements (buttons) to highlight different pathogen forms\/host symptoms. '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its disease cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily focusing on preventative spraying and sanitation. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pathogen Morphology (Conidia, Acervuli\/Sporodochia, Ascospores, Pseudothecia) -> Goal: Inform & Identify -> Viz\/Method: Interactive text descriptions with buttons for '\ubd84\uc0dd\ud3ec\uc790', '\ubd84\uc0dd\ud3ec\uc790\uc88c\/\ub369\uc774', '\uc790\ub0ad\uac01\/\uc790\ub0ad\ud3ec\uc790' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: The pathogen is microscopic, so textual description of its forms is key. -> Library: Vanilla JS.\n        2. Report Info: Damage Symptoms (Leaf spots -> shot holes, Yellowing, Premature defoliation) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive text descriptions with buttons for '\uc78e \uad6c\uba4d \ud615\uc131', '\uc78e \ubcc0\uc0c9 \ubc0f \uc870\uae30\ub099\uc5fd', '\uac10\uc5fc \ucd08\uae30\/\ud6c4\uae30 \ubcd1\ubc18' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Clear textual differentiation of leaf symptoms (progression, hole formation) is vital. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Fungus overwintering in fallen leaves\/cankers, Primary infection by ascospores, 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, and secondary infection pathways is essential for understanding and control. -> Library: HTML\/Tailwind.\n        4. Report Info: Control Timing (Preventative spraying in spring, Sanitation) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary periods for chemical intervention (spring\/early summer) 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: #92400e !important; \/* orange-800 *\/\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: #d97706; \/* amber-700 *\/\n            color: white;\n            font-weight: 600;\n            transform: scale(1.05);\n        }\n        .nav-btn:focus,\n        .stage-btn:focus,\n        .damage-btn:focus {\n            outline: none !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto\"> \n        \n        <header class=\"text-center\">\n            <!-- \ubcd1\ud574\ucda9\uba85\uacfc \ud559\uba85 \uc81c\uac70\ub428 -->\n        <\/header>\n\n        <nav class=\"flex justify-between bg-gray-200 mb-8\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 text-center py-2 px-4 text-gray-700 hover:bg-orange-100\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-orange-100\">\ubcd1\uc6d0\uade0 \ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-orange-100\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-orange-100\">\uc0dd\ud65c\uc0ac<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-orange-100\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\" class=\"p-2 md:p-2\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-orange-800 mb-4\">\ubc9a\ub098\ubb34 \uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1 (Brown Shot-Hole)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ubc9a\ub098\ubb34 \uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1\uc740 <i>Pseudocercospora cerasella<\/i> (\uc720\uc131\uc138\ub300: <i>Mycosphaerella cerasella<\/i>) \uacf0\ud321\uc774\uc5d0 \uc758\ud574 \ubc1c\uc0dd\ud558\ub294 \ubc9a\ub098\ubb34\ub958\uc758 \ud754\ud55c \ubcd1\uc785\ub2c8\ub2e4. \uc78e\uc5d0 \uc790\uadf8\ub9c8\ud55c \uc790\uac08\uc0c9 \ubc18\uc810\uc774 \ub098\ud0c0\ub098\uace0, \uc810\ucc28 \ud655\ub300\ub418\uc5b4 \ub465\uadfc \uac08\uc0c9 \ubcd1\ubc18\uc774 \ub418\uba70, \ub098\uc911\uc5d0\ub294 \ubcd1\ubc18\uc774 \ub5a8\uc5b4\uc838 \ub098\uac00 \uc791\uc740 \uad6c\uba4d\uc774 \uc0dd\uae30\ub294 \uac83\uc774 \ud2b9\uc9d5\uc785\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \uc78e\uc774 \ub178\ub797\uac8c \ubcc0\ud558\uba74\uc11c \uc77c\ucc0d \ub5a8\uc5b4\uc838 \ub098\ubb34\uc758 \ubbf8\uad00\uc774 \uc0c1\ud558\uace0 \uc0dd\uc721\uc774 \ub098\ube60\uc9d1\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 \ub099\uc5fd(\uc790\ub0ad\uac01 \ud615\ud0dc) \ubc0f \ub098\ubb34\uc5d0 \ubd99\uc5b4\uc788\ub294 \ubcd1\ub4e0 \uc78e\uc5d0\uc11c \uc6d4\ub3d9<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 1\ud68c (\uc790\ub0ad\ud3ec\uc790\uc5d0 \uc758\ud55c 1\ucc28 \uac10\uc5fc, \ubd84\uc0dd\ud3ec\uc790\uc5d0 \uc758\ud55c 2\ucc28 \ubc18\ubcf5 \uac10\uc5fc)<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-orange-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uac00\ud574 \uc218\uc885<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \ud55c\uad6d, \uc544\uc2dc\uc544, \ub0a8\uc544\ud504\ub9ac\uce74(\uc9d0\ubc14\ube0c\uc6e8), \ubd81\ubbf8 \ub4f1\uc9c0\uc5d0 \ubd84\ud3ec\ud569\ub2c8\ub2e4. <strong>\ubc9a\ub098\ubb34\ub958<\/strong>\uc5d0 \uc8fc\ub85c \ud53c\ud574\ub97c \uc90d\ub2c8\ub2e4. \ubd04\ucca0\uc5d0 \uac15\ud48d\uc774 \ubd88\uace0 \ube44\uac00 \ub9ce\uc774 \ub0b4\ub9b4 \ub54c, \uadf8\ub9ac\uace0 \ub098\ubb34\uac00 \uc1e0\uc57d\ud588\uc744 \ub54c \ub9ce\uc774 \ubc1c\uc0dd\ud569\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-800 mb-4\">\ubc9a\ub098\ubb34 \uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1 \ubcd1\uc6d0\uade0\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubc9a\ub098\ubb34 \uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1\uc744 \uc77c\uc73c\ud0a4\ub294 \uacf0\ud321\uc774\ub294 \ubd84\uc0dd\ud3ec\uc790\uc640 \uc790\ub0ad\ud3ec\uc790\ub97c \ud615\uc131\ud558\uba70, \ubcd1\ub4e0 \uc78e\uc5d0 \ud2b9\uc9d5\uc801\uc778 \uc790\uc2e4\uccb4\ub97c \ub9cc\ub4ed\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"conidia\" class=\"stage-btn active 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                        <button data-type=\"sporodochia\" 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\uc88c \/ \ubd84\uc0dd\ud3ec\uc790\ub369\uc774<\/button>\n                        <button data-type=\"pseudothecia_ascospores\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc790\ub0ad\uac01 \/ \uc790\ub0ad\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-700 mb-2\"><\/h3>\n                            <p id=\"morphology-description\" class=\"text-gray-700\"><\/p>\n                            <p id=\"morphology-size\" class=\"text-sm text-gray-600 mt-2\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ud53c\ud574 \uc99d\uc0c1 Section -->\n            <section id=\"damage\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-orange-800 mb-4\">\ubc9a\ub098\ubb34 \uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubc9a\ub098\ubb34 \uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1\uc740 \uc78e\uc5d0 \ud2b9\uc9d5\uc801\uc778 \ubc18\uc810\uacfc \uad6c\uba4d\uc744 \ud615\uc131\ud558\uace0, \uc870\uae30 \ub099\uc5fd\uc744 \uc720\ubc1c\ud558\uc5ec \ub098\ubb34\uc758 \uc0dd\uc721\uacfc \ubbf8\uad00\uc5d0 \uc601\ud5a5\uc744 \ubbf8\uce69\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"hole_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\">\uc78e \uad6c\uba4d \ud615\uc131<\/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=\"lesion_progression\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uac10\uc5fc \ucd08\uae30 \ubc0f \ud6c4\uae30 \ubcd1\ubc18<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"p-4\">\n                        <div id=\"damage-text\" class=\"w-full\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-orange-700 mb-2\"><\/h3>\n                            <p id=\"damage-description\" class=\"text-gray-700\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \uc0dd\ud65c\uc0ac Section -->\n            <section id=\"ecology\" class=\"content-section space-y-6\">\n                 <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-orange-800 mb-4\">\ubc9a\ub098\ubb34 \uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1\uc758 \uc0dd\ud65c\uc0ac \ubc0f \uc804\uc5fc \uacbd\ub85c<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubcd1\uc6d0\uade0\uc740 \ubcd1\ub4e0 \ub099\uc5fd\uc774\ub098 \ub098\ubb34\uc5d0 \ubd99\uc5b4\uc788\ub294 \ubcd1\ub4e0 \uc78e\uc5d0\uc11c \uc6d4\ub3d9\ud558\uba70, \uc774\ub4ec\ud574 \ubd04\uc5d0 \ud3ec\uc790\ub97c \ud615\uc131\ud558\uc5ec 1\ucc28 \uac10\uc5fc\uc744 \uc77c\uc73c\ud0a4\uace0, \uc774\ud6c4 2\ucc28 \ubc18\ubcf5 \uac10\uc5fc\uc744 \ud1b5\ud574 \ud655\uc0b0\ub429\ub2c8\ub2e4.\n                    <\/p>\n                     <div class=\"flex flex-col items-center space-y-2\">\n                        <div class=\"w-full max-w-md text-center p-3 bg-blue-100\">\n                            <p class=\"font-semibold\">1. \uc6d4\ub3d9 (\ubcd1\ub4e0 \uc78e\uc758 \uc790\ub0ad\uac01)<\/p><p class=\"text-sm\">\ubcd1\ub4e0 \uc78e(\ub099\uc5fd \ud3ec\ud568)\uc5d0 \uc790\ub0ad\uac01 \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. 1\ucc28 \uac10\uc5fc (\uc774\ub4ec\ud574 \ubd04)<\/p><p class=\"text-sm\">\ubd04\uc5d0 \uc131\uc219\ud55c \uc790\ub0ad\uac01\uc5d0\uc11c \uc790\ub0ad\ud3ec\uc790 \ubc29\ucd9c, \ubc14\ub78c\uc5d0 \uc758\ud574 \uc0c8 \uc78e\uc5d0 \uc804\ud30c\ub418\uc5b4 1\ucc28 \uac10\uc5fc<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-yellow-100\">\n                            <p class=\"font-semibold\">3. \ubcd1\uc9d5 \ubc1c\ud604 \ubc0f \ubd84\uc0dd\ud3ec\uc790 \ud615\uc131 (5~6\uc6d4)<\/p><p class=\"text-sm\">\uc78e\uc5d0 \uc790\uac08\uc0c9 \ubc18\uc810 \ud615\uc131. \ubcd1\ubc18 \uc704\uc5d0 \uc19c\ud138 \uac19\uc740 \ud68c\uac08\uc0c9 \ubd84\uc0dd\ud3ec\uc790\ub369\uc774 \ud615\uc131<\/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. 2\ucc28 \uac10\uc5fc \ubc0f \ud655\uc0b0 (7~9\uc6d4 \ucd5c\uc131\uae30)<\/p><p class=\"text-sm\">\ubd84\uc0dd\ud3ec\uc790 \ud655\uc0b0(\ube57\ubb3c, \ubc14\ub78c). \uc778\uc811 \ubcd1\ubc18 \ud569\uccd0\uc838 \uad6c\uba4d \ud615\uc131. \ubcd1\ub4e0 \uc78e \ub204\ub807\uac8c \ubcc0\ud558\uba70 \uc870\uae30 \ub099\uc5fd<\/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. \uc6d4\ub3d9 \uc900\ube44 (\uac00\uc744)<\/p><p class=\"text-sm\">\ubcd1\ub4e0 \uc78e\uc774 \ub5a8\uc5b4\uc9c0\uace0, \ubcd1\uc6d0\uade0\uc740 \ub2e4\uc2dc \uc6d4\ub3d9 \ud615\ud0dc\ub85c \uc900\ube44<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ubc29\uc81c \ubc29\ubc95 Section -->\n            <section id=\"control\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-orange-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubc9a\ub098\ubb34 \uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1\uc740 \uc608\ubc29\uc801 \uad00\ub9ac\uc640 \ubc1c\ubcd1 \ucd08\uae30\uc758 \ud654\ud559\uc801 \ubc29\uc81c, \uadf8\ub9ac\uace0 \ucca0\uc800\ud55c \uc704\uc0dd \uad00\ub9ac\uac00 \uc911\uc694\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 \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> \uc78e\uc774 \ud544 \ub54c\ubd80\ud130 **5\uc6d4**\uc5d0 \uc544\uc871\uc2dc\uc2a4\ud2b8\ub85c\ube48 \uc218\ud654\uc81c 1,000\ubc30\uc561 \ub610\ub294 \uc774\ubbf8\ub179\ud0c0\ub518\ud2b8\ub9ac\uc2a4\uc54c\ubca0\uc2e4\ub808\uc774\ud2b8 \uc218\ud654\uc81c 1,000\ubc30\uc561\uc744 10\uc77c \uac04\uaca9\uc73c\ub85c 2~3\ud68c \uc0b4\ud3ec\ud569\ub2c8\ub2e4. **4\uc6d4 \ud558\uc21c~5\uc6d4 \ucd08\uc21c \uc2dc\uae30**\uc5d0 \ub9cc\ucf54\uc81c\ube0c \uc218\ud654\uc81c 500\ubc30 \ud76c\uc11d\uc561\uc744 7~10\uc77c \uac04\uaca9\uc73c\ub85c 2~3\ud68c \uc0b4\ud3ec\ud558\ub294 \uac83\ub3c4 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ub4f1\ub85d \uc57d\uc81c (2023\ub144 5\uc6d4 30\uc77c \uae30\uc900):<\/strong>\n                                     <ul class=\"list-disc list-inside text-gray-700 pl-4 mt-1\">\n                                         <li>\ub514\ud398\ub178\ucf54\ub098\uc878 \uc218\ud654\uc81c 10% (\uc0c1\ud45c\uba85: \uade0\uac00\ub124, \ub9e4\uc9c1\uc18c, \ubc00\uace0, \uc720\ud2f8\ub9ac\ud2f0, \uc820\ud1a0\uc655, \ud31c\uc874, \ud478\ub974\uac90, \ud478\ub978\ud0c4, \ud478\ub9ac\uc628, \ud575\ud0c4, \ud751\uc131.\uac08\ubc18\ub69d) &#8211; \ud76c\uc11d\ubc30\uc218 2,000\ubc30<\/li>\n                                         <li>\ud14c\ubd80\ucf54\ub098\uc878 \uc720\uc81c 25% (\uc0c1\ud45c\uba85: \uc2dc\ud06c\ub9bf) &#8211; \ud76c\uc11d\ubc30\uc218 2,000\ubc30<\/li>\n                                     <\/ul>\n                                 <\/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 \uc704\uc0dd \uad00\ub9ac \ubc0f \ud658\uacbd \uac1c\uc120<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ubcd1\ub4e0 \uc78e \uc81c\uac70:<\/strong> \ub545\uc5d0 \ub5a8\uc5b4\uc9c4 \ubcd1\ub4e0 \uc78e\uc740 \uac00\uc744\uc5d0 \ubaa8\uc544\uc11c \ud0dc\uc6b0\uac70\ub098 \ub545\uc18d\uc5d0 \ubb3b\uc5b4 \uc6d4\ub3d9 \uc804\uc5fc\uc6d0\uc744 \uc5c6\uc571\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc218\uc138 \uc99d\uc9c4:<\/strong> \ub098\ubb34\uac00 \uc1e0\uc57d\ud560 \ub54c \ub9ce\uc774 \ubc1c\uc0dd\ud558\ubbc0\ub85c \ube44\ubc30 \uad00\ub9ac\ub97c \uc798\ud558\uc5ec \ub098\ubb34\uc758 \uc218\uc138\ub97c \uac74\uac15\ud558\uac8c \uc720\uc9c0\ud574\uc57c \ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ud1b5\ud48d\/\uc77c\uc870\ub7c9 \uac1c\uc120:<\/strong> \ubc00\uc2dd\uc744 \ud53c\ud558\uace0, \uc801\uc808\ud55c \uac00\uc9c0\uce58\uae30\ub85c \ud1b5\ud48d\uacfc \uc77c\uc870\ub7c9\uc744 \uc88b\uac8c \ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ud53c\ud574 \uc694\uc778 \uad00\ub9ac:<\/strong> \uac15\ud55c \ubc14\ub78c\uacfc \uc7a6\uc740 \ube44\uac00 \ubcd1 \ubc1c\uc0dd\uc744 \uc99d\uac00\uc2dc\ud0a4\ubbc0\ub85c, \uc774\ub7ec\ud55c \ud658\uacbd \uc694\uc778\uc5d0 \ub300\ud55c \uad00\ub9ac\uac00 \ud544\uc694\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-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, \uc11c\uc6b8\ub300\ud559\uad50 \uc218\ubaa9\uc9c4\ub2e8\uc13c\ud130, \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                conidia: {\n                    title: '\ubd84\uc0dd\ud3ec\uc790',\n                    description: '\ubd84\uc0dd\uc790\ubcd1\uc758 \ub05d\uc5d0 \ud615\uc131\ub418\ub294 \ud3ec\uc790\ub85c, \ubb34\uc0c9\uc774\uba70 \uaca9\ub9c9\uc740 0~3\uac1c, \ud06c\uae30\ub294 10~40 x 1.5~5\u339b\uc774\uba70 \uc6d0\ud1b5\ud615~\ud3b8\ud615\uc785\ub2c8\ub2e4. \ubcd1\uc6d0\uade0\uc758 2\ucc28 \uc804\uc5fc\uc6d0\uc774 \ub418\uc5b4 \ubcd1\uc744 \ud655\uc0b0\uc2dc\ud0b5\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 10~40 x 1.5~5\u339b',\n                },\n                sporodochia: {\n                    title: '\ubd84\uc0dd\ud3ec\uc790\uc88c \/ \ubd84\uc0dd\ud3ec\uc790\ub369\uc774',\n                    description: '\uac08\uc0c9 \ubcd1\ubc18 \uc704\uc5d0 \ub2e4\uc218 \ud615\uc131\ub418\ub294 \ud68c\uac08\uc0c9\uc758 \uc19c\ud138 \uac19\uc740 \ubcd1\uc6d0\uade0 \uade0\uccb4(\ubd84\uc0dd\ud3ec\uc790\uc88c)\uc785\ub2c8\ub2e4. \ube44\uac00 \uc640\uc11c \ub2e4\uc2b5\ud558\uba74 \uc774 \ubd84\uc0dd\ud3ec\uc790\uc88c\uc5d0\uc11c \uc720\ubc31\uc0c9\uc758 \ubd84\uc0dd\ud3ec\uc790\ub369\uc774\uac00 \ubc00\ub824 \uc62c\ub77c\uc635\ub2c8\ub2e4.',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                },\n                pseudothecia_ascospores: {\n                    title: '\uc790\ub0ad\uac01 \/ \uc790\ub0ad\ud3ec\uc790',\n                    description: '\ubcd1\uc6d0\uade0\uc774 \ubcd1\ub4e0 \uc78e\uc758 \ubcd1\ubc18 \uc870\uc9c1 \ub0b4\uc5d0\uc11c \ub9cc\ub4e4\uc5b4 \uaca8\uc6b8\uc744 \ub098\ub294 \uc704\uc790\ub0ad\uac01(\uc790\ub0ad\uac01)\uc785\ub2c8\ub2e4. \uc790\ub0ad\uac01\uc740 \uad6c\ud615~\ud3b8\uad6c\ud615\uc73c\ub85c \uac1c\uad6c\uacf5\uc774 \uc788\uc73c\uba70, \uadf8 \uc18d\uc5d0 8\uac1c\uc758 \uc790\ub0ad\ud3ec\uc790\ub97c \ubcf4\uc720\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc790\ub0ad\ud3ec\uc790\ub294 1\ucc28 \uc804\uc5fc\uc6d0\uc774 \ub429\ub2c8\ub2e4. (\uc790\ub0ad\uac01 \/ \uc790\ub0ad\ud3ec\uc790 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '\uc790\ub0ad\uac01 \ub192\uc774: 54~103\u339b, \uc9c1\uacbd: 52~103\u339b \/ \uc790\ub0ad\ud3ec\uc790: 11~18 x 2.5~4.3\u339b',\n                }\n            };\n\n            const damageData = {\n                hole_formation: {\n                    title: '\uc78e \uad6c\uba4d \ud615\uc131',\n                    description: '\uc78e\uc5d0 \uc218\uce68\uc0c1\uc758 \uc791\uc740 \ubc18\uc810\uc774 \ub098\ud0c0\ub098\uace0, \uc810\ucc28 \ud655\ub300\ub418\uc5b4 \uac08\uc0c9\uc73c\ub85c \ubcc0\ud569\ub2c8\ub2e4. \ubcd1\ubc18\uacfc \uac74\uc804\ubd80\uc758 \uacbd\uacc4\uc5d0 \uc5f7\uc740 \uac08\uc0c9\uc758 \uc774\uce35(\u96e2\u5c64)\uc774 \uc0dd\uae30\uba74\uc11c \ubcd1\ubc18\uc774 \ub5a8\uc5b4\uc838 \ub098\uac00 \uc791\uc740 \ub465\uadfc \uad6c\uba4d\uc774 \ub6ab\ub9bd\ub2c8\ub2e4. \ub54c\ub85c\ub294 \uc5ec\ub7ec \ubcd1\ubc18\uc774 \ud569\uccd0\uc838 \ubd88\uaddc\uce59\ud55c \ubaa8\uc591\uc758 \ud070 \uad6c\uba4d\uc774 \uc0dd\uae30\uae30\ub3c4 \ud569\ub2c8\ub2e4.',\n                },\n                leaf_discoloration_defoliation: {\n                    title: '\uc78e \ubcc0\uc0c9 \ubc0f \uc870\uae30\ub099\uc5fd',\n                    description: '\ubcd1\ub4e0 \uc78e\uc740 \ucc28\uce30 \ub204\ub807\uac8c \ubcc0\ud558\uba74\uc11c \uc77c\ucc0d \ub5a8\uc5b4\uc9d1\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \ub098\ubb34\uc758 \ubbf8\uad00\uc774 \uc190\uc0c1\ub418\uace0 \uc0dd\uc721\uc774 \ub098\ube60\uc9d1\ub2c8\ub2e4. \uc218\uad00 \uc544\ub798 \uc78e\ubd80\ud130 \ubc1c\uc0dd\ud558\uc5ec \uc810\ucc28 \uc0c1\uce35\ubd80\ub85c \ud37c\uc838\ub098\uac11\ub2c8\ub2e4.',\n                },\n                lesion_progression: {\n                    title: '\uac10\uc5fc \ucd08\uae30 \ubc0f \ud6c4\uae30 \ubcd1\ubc18',\n                    description: '5~6\uc6d4\ubd80\ud130 \uc78e\uc5d0 \uc544\uc8fc \uc791\uc740 \ub2f4\ud669\uc0c9 \ubc18\uc810\uc774 \ub098\ud0c0\ub098\uace0 \uace7 \uac08\uc0c9\uc73c\ub85c \ubcc0\ud574 \ub3d9\uc2ec\uc6d0 \ubaa8\uc591\uc73c\ub85c \ucee4\uc9c0\uba74\uc11c \uc9c0\ub984 1~5mm \uc815\ub3c4 \ub418\ub294 \ub465\uadfc \uac08\uc0c9 \ubcd1\ubc18\uc774 \ub429\ub2c8\ub2e4. \ubcd1\ubc18\uc740 \ub354 \ud655\ub300\ub418\uc9c0 \uc54a\uc73c\ub098, \uc2dc\uac04\uc774 \uc9c0\ub098\uba74 \uc774\uce35\uc774 \uc0dd\uaca8 \uad6c\uba4d\uc774 \ub6ab\ub9ac\uace0, 7~9\uc6d4\uc5d0 \ud53c\ud574\uac00 \uae09\uaca9\ud788 \uc2ec\ud574\uc9d1\ub2c8\ub2e4.',\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            \/\/ \ucd08\uae30 \ub85c\ub4dc \uc2dc \ub0b4\uc6a9 \uc124\uc815\n            updateMorphologyContent('conidia'); \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            \/\/ \ucd08\uae30 \ub85c\ub4dc \uc2dc \ub0b4\uc6a9 \uc124\uc815\n            updateDamageContent('hole_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: ['3\uc6d4', '4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4'],\n                    datasets: [{\n                        label: '\ubcd1\uc6d0\uade0 \ud65c\ub3d9\uae30 (\ud655\uc0b0)',\n                        data: [0, 5, 10, 8, 5, 2, 0], \/\/ Peak April-May\n                        backgroundColor: 'rgba(239, 68, 68, 0.6)', \/* red-500 *\/\n                        borderColor: 'rgba(239, 68, 68, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\ud654\ud559\uc801 \uc0b4\ud3ec)',\n                        data: [0, 12, 12, 0, 0, 0, 0], \/\/ April-May\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}: 4\uc6d4 ~ 5\uc6d4`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\ubc9a\ub098\ubb34 \uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\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":3153,"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":[147,188,110],"pest-category":[86,284],"pest-overwintering":[],"class_list":["post-3152","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-147","pest-target-188","pest-target-110","pest-category-86","pest-category-284"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubc9a\ub098\ubb34-\uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1.jpg",1135,582,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubc9a\ub098\ubb34-\uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubc9a\ub098\ubb34-\uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1-300x154.jpg",300,154,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubc9a\ub098\ubb34-\uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1-768x394.jpg",768,394,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubc9a\ub098\ubb34-\uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1-1024x525.jpg",1024,525,true],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubc9a\ub098\ubb34-\uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1.jpg",1135,582,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubc9a\ub098\ubb34-\uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1.jpg",1135,582,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ubc9a\ub098\ubb34 \uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\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 \ubc9a\ub098\ubb34 \uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1 (Brown Shot-Hole)\uc774\ub780? \ubc9a\ub098\ubb34 \uac08\uc0c9\ubb34\ub2ac\uad6c\uba4d\ubcd1\uc740 Pseudocercospora cerasella [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3152","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\/3153"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3152"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3152"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3152"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}