{"id":3252,"date":"2025-07-02T08:14:18","date_gmt":"2025-07-02T08:14:18","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3252"},"modified":"2025-07-02T08:14:21","modified_gmt":"2025-07-02T08:14:21","slug":"%eb%a8%b9%eb%ac%b4%eb%8a%ac%ec%9e%ac%ec%a3%bc%eb%82%98%eb%b0%a9","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%eb%a8%b9%eb%ac%b4%eb%8a%ac%ec%9e%ac%ec%a3%bc%eb%82%98%eb%b0%a9","title":{"rendered":"\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29"},"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>\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29 \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: Earthy Grey & Amber -->\n    <!-- Application Structure Plan: The SPA for Phalera flavescens is structured into five core sections: '\uac1c\uc694' (Overview), '\ud615\ud0dc' (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. '\ud615\ud0dc' and '\ud53c\ud574 \uc99d\uc0c1' sections use interactive elements (buttons) to highlight different pest forms and specific damage types. '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its single-generational life cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily targeting larvae. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Adult, Larva, Pupa\/Cocoon) -> Goal: Inform & Identify -> Viz\/Method: Interactive text descriptions with buttons for '\uc131\ucda9', '\uc720\ucda9', '\ubc88\ub370\uae30 (\uace0\uce58)' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Textual descriptions of distinctive adult markings, larval appearance (color changes, posture), and pupal stage are crucial for identification. -> Library: Vanilla JS.\n        2. Report Info: Damage Types (Leaf defoliation - skeletonization, holes, aesthetic damage) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive text descriptions with buttons for '\uc78e \uc2dd\ud574 (\uc9d1\ub2e8 \uac00\ud574)', '\uc2ec\ud55c \ud0c8\uc5fd \ubc0f \ubbf8\uad00 \uc190\uc0c1' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Clear textual differentiation of various damage types, including aesthetic impact from defoliation, is vital for accurate diagnosis. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Pupa overwintering in soil, 1 generation\/year, specific timings for adult emergence, egg laying, larval feeding, cocooning) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the single-generational lifecycle with key stages and approximate timings is essential for understanding pest biology and planning control measures. -> Library: HTML\/Tailwind.\n        4. Report Info: Chemical Control Timing (Targeting young larvae in late summer\/early fall) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary window for chemical intervention, which targets the active larval feeding stage, making the timing 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: #44403c !important; \/* stone-800 *\/\n            color: #f5f5f5 !important; \/* stone-100 *\/\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: #78716c; \/* stone-600 *\/\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-stone-300\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-stone-300\">\ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-1 flex-1 text-center py-2 px-4 text-gray-700 hover:bg-stone-300\">\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-stone-300\">\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-stone-300\">\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-stone-800 mb-4\">\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29 (<i>Phalera flavescens<\/i>)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29\uc740 \ub098\ube44\ubaa9 \uc7ac\uc8fc\ub098\ubc29\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4. \ubc9a\ub098\ubb34, \uc790\ub450\ub098\ubb34, \uc0b4\uad6c\ub098\ubb34, \uc0ac\uacfc\ub098\ubb34, \ubc30\ub098\ubb34, \ubc84\ub4dc\ub098\ubb34, \ub2e8\ud48d\ub098\ubb34, \ucc38\ub098\ubb34\ub958 \ub4f1 \ub2e4\uc591\ud55c \ud65c\uc5fd\uc218\uc758 \uc78e\uc744 \uac09\uc544\uba39\ub294 \uc2dd\uc5fd\uc131 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc5b4\ub9b0 \uc720\ucda9\uc740 \uc78e \ub4b7\uba74\uc5d0\uc11c \uc9d1\ub2e8\uc73c\ub85c \ubaa8\uc5ec \uc2dd\ud574\ud558\uba70, \ud574\uc5d0 \ub530\ub77c \ubc9a\ub098\ubb34 \uac00\ub85c\uc218\uc5d0 \ub300\ubc1c\uc0dd\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4. \ud734\uc2dd\ud560 \ub54c\ub294 \ubab8\uc758 \uc55e\ucabd\uacfc \uaf2c\ub9ac \ub05d\uc744 \ub4e4\uc5b4 \uc62c\ub9ac\ub294 \ub3c5\ud2b9\ud55c \uc790\uc138\ub97c \ucde8\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <ul class=\"list-disc list-inside text-gray-700 mt-4 space-y-1\">\n                        <li><strong>\uc6d4\ub3d9\ud0dc:<\/strong> \uc595\uc740 \ud759 \uc18d\uc758 \uace0\uce58 \uc548\uc5d0\uc11c \ubc88\ub370\uae30 \uc0c1\ud0dc\ub85c \uc6d4\ub3d9<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 1\ud68c \ubc1c\uc0dd<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-stone-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uac00\ud574 \uc218\uc885<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \ud55c\uad6d, \uc77c\ubcf8, \uc911\uad6d, \ub300\ub9cc, \ub7ec\uc2dc\uc544\uc5d0 \ubd84\ud3ec\ud569\ub2c8\ub2e4. \uc8fc\uc694 \uac00\ud574 \uc218\uc885\uc740 <strong>\ubc9a\ub098\ubb34\ub958, \uc790\ub450\ub098\ubb34, \uc0b4\uad6c\ub098\ubb34, \uc0ac\uacfc\ub098\ubb34, \ubc30\ub098\ubb34, \ub290\ub985\ub098\ubb34, \ubc84\ub4dc\ub098\ubb34, \ubbf8\ub8e8\ub098\ubb34, \ucc38\ub098\ubb34\ub958, \ub2e8\ud48d\ub098\ubb34\ub958, \uc624\ub9ac\ub098\ubb34\ub958, \ub9e4\uc2e4\ub098\ubb34, \ubcf5\uc0ac\ub098\ubb34, \ube44\ud30c\ub098\ubb34<\/strong> \ub4f1\uc785\ub2c8\ub2e4. \ucd5c\uadfc \ub0a8\ubd80\uc9c0\ubc29\uc5d0\uc11c \ud53c\ud574\uac00 \ube48\ubc88\ud558\uac8c \ub098\ud0c0\ub098\uace0 \uc788\uc73c\uba70, \ud2b9\ud788 \uc0dd\ud65c\uad8c \uc218\ubaa9\uc73c\ub85c \ub9ce\uc774 \uc2dd\uc7ac\ub41c \ubc9a\ub098\ubb34\uc5d0\uc11c \ubc1c\uc0dd\uc774 \ube48\ubc88\ud574 \uc8fc\uc758\uac00 \uc694\uad6c\ub418\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4.\n                    <\/p>\n                <\/div>\n            <\/section>\n\n            <!-- \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-stone-800 mb-4\">\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29\uc740 \uc131\ucda9, \uc720\ucda9, \ubc88\ub370\uae30\uc758 \ud615\ud0dc\uac00 \ub69c\ub837\ud558\uba70, \uc720\ucda9\uc758 \ub3c5\ud2b9\ud55c \uc0c9\uc0c1\uacfc \ud138\uc774 \ud2b9\uc9d5\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"adult\" class=\"stage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc131\ucda9<\/button>\n                        <button data-type=\"larva\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc720\ucda9<\/button>\n                        <button data-type=\"pupa\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubc88\ub370\uae30<\/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-stone-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-stone-800 mb-4\">\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29\uc740 \uc720\ucda9\uc774 \uc78e\uc744 \uac09\uc544\uba39\ub294 \uc2dd\ud574 \ud53c\ud574\ub97c \uc720\ubc1c\ud558\uba70, \ub300\ubc1c\uc0dd \uc2dc \ub098\ubb34\uc758 \ubbf8\uad00\uc744 \ud06c\uac8c \ud574\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=\"leaf_feeding\" 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 \uc2dd\ud574 (\uc9d1\ub2e8 \uac00\ud574)<\/button>\n                        <button data-damage-type=\"aesthetic_damage\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc2ec\ud55c \ud0c8\uc5fd \ubc0f \ubbf8\uad00 \uc190\uc0c1<\/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-stone-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-stone-800 mb-4\">\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 1\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29\uc740 1\ub144\uc5d0 1\uc138\ub300\ub9cc \ubc1c\uc0dd\ud558\uba70, \uc595\uc740 \ud759 \uc18d\uc758 \uace0\uce58 \uc548\uc5d0\uc11c \ubc88\ub370\uae30 \uc0c1\ud0dc\ub85c \uc6d4\ub3d9\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 (\ubc88\ub370\uae30)<\/p><p class=\"text-sm\">\uc595\uc740 \ud759 \uc18d\uc758 \uace0\uce58 \uc548\uc5d0\uc11c \ubc88\ub370\uae30 \uc0c1\ud0dc\ub85c \uaca8\uc6b8\uc744 \ubcf4\ub0c4<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-green-100\">\n                            <p class=\"font-semibold\">2. \uc131\ucda9 \uc6b0\ud654 (7\uc6d4 ~ 8\uc6d4)<\/p><p class=\"text-sm\">\uc6d4\ub3d9 \ubc88\ub370\uae30\uc5d0\uc11c \uc131\ucda9\uc774 \uc6b0\ud654\ud558\uc5ec \ud65c\ub3d9 \uc2dc\uc791<\/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. \uc0b0\ub780<\/p><p class=\"text-sm\">\uc131\ucda9\uc774 \uc78e \ub4b7\uba74\uc5d0 \uc57d 200\uac1c \uc815\ub3c4\uc758 \uc54c\uc744 \uaddc\uce59\uc801\uc73c\ub85c \ub0b3\uc74c<\/p>\n                        <\/div>\n                         <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                         <div class=\"w-full max-w-md text-center p-3 bg-orange-100\">\n                            <p class=\"font-semibold\">4. \uc720\ucda9 \ubd80\ud654 \ubc0f \uac00\ud574 (9\uc6d4 \uc911\uc21c ~ 10\uc6d4)<\/p><p class=\"text-sm\">\uc54c\uc5d0\uc11c \ubd80\ud654\ud55c \uc720\ucda9\uc774 \uc78e\uc744 \uc2dd\ud574\ud558\uba70 \uc131\uc7a5 (\uc5b4\ub9b4 \ub54c \uc9d1\ub2e8 \uac00\ud574, \ub178\uc219 \uc2dc \ubd84\uc0b0)<\/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. \ub178\uc219 \uc720\ucda9 \uace0\uce58 \ud615\uc131 \ubc0f \uc6d4\ub3d9 \uc900\ube44<\/p><p class=\"text-sm\">\ub2e4 \uc790\ub780 \uc720\ucda9\uc774 \uc2e4\uc744 \ud1a0\ud558\uba70 \ud759 \uc18d\uc73c\ub85c \ub0b4\ub824\uac00 \uace0\uce58\ub97c \ub9cc\ub4e4\uace0 \ubc88\ub370\uae30\uac00 \ub418\uc5b4 \uc6d4\ub3d9\uc5d0 \ub4e4\uc5b4\uac10<\/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-stone-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29 \ubc29\uc81c\ub294 \uc720\ucda9\uc758 \ud65c\ub3d9 \uc2dc\uae30\uc5d0 \uc9d1\uc911\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 bg-red-50\">\n                            <h3 class=\"text-xl font-semibold text-red-800 mb-2\">\u203b \ub4f1\ub85d \uc57d\uc81c \uc5c6\uc74c<\/h3>\n                            <p class=\"text-gray-700\">\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29\uc5d0 \ub300\ud55c \ud604\uc7ac \ub4f1\ub85d\ub41c \uc57d\uc81c\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. \uc77c\ubc18\uc801\uc778 \ub098\ubc29\ub958 \uc720\ucda9 \ubc29\uc81c \ubc29\ubc95\uc744 \ucc38\uace0\ud558\uc2ed\uc2dc\uc624.<\/p>\n                        <\/div>\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 (\uc720\ucda9 \uc2dc\uae30 \ucd5c\uc801)<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc0b4\ud3ec \uc2dc\uae30:<\/strong> \uc720\ucda9 \ubc1c\uc0dd \uc2dc\uae30\uc778 <strong>9\uc6d4<\/strong>\uc5d0 \uc0b4\ucda9\uc81c\ub97c \uc0b4\ud3ec\ud558\uba74 \ud6a8\uacfc\uac00 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc57d\uc81c \uc885\ub958 (\uc608\uc2dc):<\/strong> \ube44\ud2f0\ucfe0\ub974\uc2a4\ud0c0\ud0a4 \uc218\ud654\uc81c 1,000\ubc30\uc561 \ub610\ub294 \ub514\ud50c\ub8e8\ubca4\uc8fc\ub860 \uc218\ud654\uc81c 2,500\ubc30\uc561 \ub4f1 \ub098\ubc29\ub958 \uc720\ucda9\uc5d0 \ud6a8\uacfc\uc801\uc778 \uc57d\uc81c\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \uae30\uc8fc\uc2dd\ubb3c \ubc0f \ub098\ubc29\ub958\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>\ud53c\ud574 \uc78e \ucc44\ucde8 \uc18c\uac01:<\/strong> \uc5b4\ub9b0 \uc720\ucda9\uc740 \uc78e \ub4b7\uba74\uc5d0 \ubaa8\uc5ec \uc0b4\uba74\uc11c \uc5f4\uc744 \uc9c0\uc5b4 \uc2dd\ud574\ud558\ubbc0\ub85c, \ud53c\ud574 \uc78e\uc744 \ucc44\ucde8\ud558\uc5ec \uc18c\uac01\ud558\ub294 \uac83\uc774 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uace0\uce58 \uc81c\uac70:<\/strong> \uaca8\uc6b8\ucca0 \ud759 \uc18d\uc758 \uace0\uce58(\ubc88\ub370\uae30)\ub97c \ucc3e\uc544 \uc81c\uac70\ud558\ub294 \uac83\ub3c4 \ub2e4\uc74c \ud574 \ubc1c\uc0dd \ubc00\ub3c4\ub97c \uc904\uc774\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub429\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 \uce5c\ud658\uacbd \ubc29\uc81c<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><strong>\ucc9c\uc801 \ubcf4\ud638:<\/strong> \uc720\ucda9\uc5d0 \uae30\uc0dd\ud558\ub294 \ub9f5\uc2dc\ubc8c\ub958, \uc54c\uc880\ubc8c\ub958, \uae30\uc0dd\ud30c\ub9ac\ub958 \ub4f1\uacfc \ud3ec\uc2dd\uc131 \ucc9c\uc801\uc778 \ubb34\ub2f9\ubc8c\ub808\ub958, \ud480\uc7a0\uc790\ub9ac\ub958, \uac70\ubbf8\ub958 \ub4f1\uc744 \ubcf4\ud638\ud558\uace0 \ud65c\uc6a9\ud558\ub294 \uac83\uc774 \ud574\ucda9 \ubc00\ub3c4 \uc870\uc808\uc5d0 \ub3c4\uc6c0\uc774 \ub429\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-stone-800 mb-4 text-center\">\uc720\ucda9 \ubc1c\uc0dd \ubc0f \ubc29\uc81c \uc801\uae30<\/h3>\n                    <div class=\"chart-container\">\n                        <canvas id=\"controlChart\"><\/canvas>\n                    <\/div>\n                <\/div>\n            <\/section>\n        <\/main>\n\n        <footer class=\"text-center mt-8 pt-4 border-t border-gray-200 mb-8\">\n            <p class=\"text-sm text-gray-500\">\uc815\ubcf4 \ucd9c\ucc98: \uc0b0\ub9bc\uccad \uad6d\ub9bd\uc0b0\ub9bc\uacfc\ud559\uc6d0, \uc544\ud30c\ud2b8\uad00\ub9ac\uc2e0\ubb38 \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                adult: {\n                    title: '\uc131\ucda9',\n                    description: '\ub0a0\uac1c \ud3b8 \uae38\uc774\ub294 \uc554\ucef7\uc774 \uc57d 55~60mm, \uc218\ucef7\uc774 \uc57d 50mm \ub0b4\uc678\uc785\ub2c8\ub2e4. \uc55e\ub0a0\uac1c\ub294 \ud68c\ubc31\uc0c9\uc73c\ub85c \uae30\ubd80\uc5d0 \uac80\uc740 \ubb34\ub2ac\uac00 \uc788\uc73c\uba70, \ubc14\uae65 \uac00\uc7a5\uc790\ub9ac\uc5d0 \ucd08\uc2b9\ub2ec \ubaa8\uc591\uc758 \uac80\uc740 \ubb34\ub2ac\uac00 4~5\uac1c \ubcd1\ub82c\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ubc30\uc758 \ub4f1\uba74\uc740 \ud669\uac08\uc0c9\uc774\uace0 \ubc30\uba74\uc740 \uc720\ubc31\uc0c9\uc785\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc554\ucef7 \uc57d 55~60mm, \uc218\ucef7 \uc57d 50mm',\n                },\n                larva: {\n                    title: '\uc720\ucda9',\n                    description: '\ubab8\uae38\uc774\uac00 50mm\ub97c \ub118\ub294 \ub300\ud615 \uc720\ucda9\uc785\ub2c8\ub2e4. \uac01 \ub9c8\ub514 \uc0ac\uc774\ub294 \uc790\uc801\uc0c9\uc774\uace0 \uac01 \ub9c8\ub514 \uc911\uc559\ubd80\uc5d0 \ud669\ubc31\uc0c9\uc758 \uae34 \ud138\uc774 \ubc00\uc0dd\ud574 \uc788\uc2b5\ub2c8\ub2e4. \ucc98\uc74c\uc5d0\ub294 \uc790\uc801\uc0c9\uc774\uc9c0\ub9cc \uc885\ub839\uae30\uc5d0\ub294 \uac80\uac8c \ubcc0\ud569\ub2c8\ub2e4. \uc815\uc9c0\ud574 \uc788\uc744 \ub54c\ub294 \ubab8\uc758 \uc55e\ucabd\uacfc \uaf2c\ub9ac \ub05d\uc744 \ub4e4\uc5b4 \uc62c\ub9ac\ub294 \ub3c5\ud2b9\ud55c \uc790\uc138\ub97c \ucde8\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 50mm \uc774\uc0c1 (\ub178\uc219 \uc720\ucda9)',\n                },\n                pupa: {\n                    title: '\ubc88\ub370\uae30',\n                    description: '\ubab8\uae38\uc774\uac00 25mm \ub0b4\uc678\ub85c \ud751\uc790\uc0c9\uc785\ub2c8\ub2e4. \ud759 \uc18d\uc5d0\uc11c \uace0\uce58\ub97c \ub9cc\ub4e4\uace0 \uadf8 \uc18d\uc5d0\uc11c \ubc88\ub370\uae30\uac00 \ub418\uc5b4 \uc6d4\ub3d9\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 25mm',\n                }\n            };\n\n            const damageData = {\n                leaf_feeding: {\n                    title: '\uc78e \uc2dd\ud574 (\uc9d1\ub2e8 \uac00\ud574)',\n                    description: '\uc5b4\ub9b0 \uc720\ucda9\uc740 \uc78e \ub4b7\uba74\uc5d0\uc11c \uc9d1\ub2e8\uc73c\ub85c \ubaa8\uc5ec\uc11c \uc2dd\ud574\ud558\uba70, \ubd80\ud654 \uc720\ucda9\uc740 \ud55c \uac1c\uc758 \uc78e \ub4b7\uba74\uc5d0 \uad70\uc11c\ud558\uba74\uc11c \uc904\uc9c0\uc5b4 \uc78e\uc744 \uc2dd\ud574\ud569\ub2c8\ub2e4. \uc131\uc7a5\ud558\uba74\uc11c \uac00\ub294 \uac00\uc9c0\uc5d0 \ubaa8\uc5ec \uc0b4\uba74\uc11c \uac00\uc9c0 \ub05d\uc758 \uc78e\ubd80\ud130 \uc2dd\ud574\ud558\uace0, \ub178\uc219\ud558\uba74 \uae30\ubd80\ub85c \uc774\ub3d9\ud558\uc5ec \uc2dd\ud574\ud569\ub2c8\ub2e4.',\n                },\n                aesthetic_damage: {\n                    title: '\uc2ec\ud55c \ud0c8\uc5fd \ubc0f \ubbf8\uad00 \uc190\uc0c1',\n                    description: '\ud574\uc5d0 \ub530\ub77c \ubc9a\ub098\ubb34 \uac00\ub85c\uc218\uc5d0 \ub300\ubc1c\uc0dd\ud558\uae30\ub3c4 \ud558\uba70, \uc78e \uc804\uccb4\ub97c \uac09\uc544\uba39\uc5b4 \ub098\ubb34\uc758 \ubbf8\uad00\uc744 \ud06c\uac8c \ud574\uce69\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \ub098\ubb34\uc758 \uc218\uc138\uac00 \uc57d\ud654\ub420 \uc218 \uc788\uc2b5\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            \/\/ Initial content for morphology section\n            updateMorphologyContent('adult'); \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_feeding');\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: ['7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4', '11\uc6d4'],\n                    datasets: [{\n                        label: '\uc131\ucda9 \uc6b0\ud654 \ubc0f \uc0b0\ub780',\n                        data: [10, 8, 5, 2, 0], \/\/ Peak July-August\n                        backgroundColor: 'rgba(120, 113, 108, 0.6)', \/* stone-500 *\/\n                        borderColor: 'rgba(120, 113, 108, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\uc720\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 0, 10, 8, 5], \/\/ Peak September-October\n                        backgroundColor: 'rgba(234, 88, 12, 0.6)', \/* orange-600 *\/\n                        borderColor: 'rgba(234, 88, 12, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\uc720\ucda9 \ub300\uc0c1)',\n                        data: [0, 0, 12, 12, 0], \/\/ September-October\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}: 9\uc6d4 ~ 10\uc6d4`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29 \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<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"503\" height=\"373\" data-id=\"3253\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29-\uc720\ucda9.jpg\" alt=\"\" class=\"wp-image-3253\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29-\uc720\ucda9.jpg 503w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29-\uc720\ucda9-300x222.jpg 300w\" sizes=\"auto, (max-width: 503px) 100vw, 503px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"720\" data-id=\"3254\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29_.jpg\" alt=\"\" class=\"wp-image-3254\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29_.jpg 960w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29_-300x225.jpg 300w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29_-768x576.jpg 768w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"343\" height=\"284\" data-id=\"3255\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29-1.jpg\" alt=\"\" class=\"wp-image-3255\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29-1.jpg 343w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29-1-300x248.jpg 300w\" sizes=\"auto, (max-width: 343px) 100vw, 343px\" \/><\/figure>\n<\/figure>\n","protected":false},"featured_media":3256,"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":[169,285,189,335,148,138,188,190,337,175,168,336,167,178],"pest-category":[95,94],"pest-overwintering":[107],"class_list":["post-3252","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-169","pest-target-285","pest-target-189","pest-target-335","pest-target-148","pest-target-138","pest-target-188","pest-target-190","pest-target-337","pest-target-175","pest-target-168","pest-target-336","pest-target-167","pest-target-178","pest-category-95","pest-category-94","pest-overwintering-pupa"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29.jpg",1142,583,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29-300x153.jpg",300,153,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29-768x392.jpg",768,392,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29-1024x523.jpg",1024,523,true],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29.jpg",1142,583,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29.jpg",1142,583,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29 (Phalera flavescens)\uc774\ub780? \uba39\ubb34\ub2ac\uc7ac\uc8fc\ub098\ubc29\uc740 \ub098\ube44\ubaa9 \uc7ac\uc8fc\ub098\ubc29\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4. \ubc9a\ub098\ubb34, \uc790\ub450\ub098\ubb34, [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3252","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\/3256"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3252"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3252"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3252"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}