{"id":3490,"date":"2025-07-04T10:14:59","date_gmt":"2025-07-04T10:14:59","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3490"},"modified":"2025-07-04T10:16:46","modified_gmt":"2025-07-04T10:16:46","slug":"%ed%96%a5%eb%82%98%eb%ac%b4%ed%98%b9%ed%8c%8c%eb%a6%ac","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ed%96%a5%eb%82%98%eb%ac%b4%ed%98%b9%ed%8c%8c%eb%a6%ac","title":{"rendered":"\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac"},"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>\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac \ub300\ud654\ud615 \uac00\uc774\ub4dc<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+KR:wght@300;400;500;700&#038;display=swap\" rel=\"stylesheet\">\n    <!-- Chosen Palette: Evergreen Green & Earth Tones -->\n    <!-- Application Structure Plan: The SPA for Juniper Gall Midge 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 adults and larvae. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Adult, Larva) -> Goal: Inform & Identify -> Viz\/Method: Interactive text descriptions with buttons for '\uc131\ucda9', '\uc720\ucda9' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Textual descriptions of distinctive adult (mosquito-like) and larval (gall-forming) appearance are crucial for identification. -> Library: Vanilla JS.\n        2. Report Info: Damage Types (Gall formation, Branch dieback\/mortality, Aesthetic damage) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive text descriptions with buttons for '\ubc8c\ub808\ud639 \ud615\uc131', '\ubc8c\ub808\ud639 \ubcc0\uc0c9 \ubc0f \uace0\uc0ac', '\uac00\uc9c0 \uc0dd\uc7a5 \uc911\uc9c0 \ubc0f \uace0\uc0ac' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Clear textual differentiation of gall formation and subsequent damage progression is vital for accurate diagnosis. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Larva overwintering in gall, 1 generation\/year, specific timings for gall formation, adult emergence, larval feeding) -> 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 adults during emergence or larvae in soil) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary windows for chemical intervention, which targets the adult emergence and larval pupation stages, 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: #065f46 !important; \/* emerald-800 *\/\n            color: #ecfdf5 !important; \/* emerald-50 *\/\n            font-weight: 700;\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        .stage-btn, .damage-btn {\n            border-radius: 0 !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n        .stage-btn.active, .damage-btn.active {\n            background-color: #10b981; \/* emerald-500 *\/\n            color: white;\n            font-weight: 600;\n            transform: scale(1.05);\n        }\n        .nav-btn:focus,\n        .stage-btn:focus,\n        .damage-btn:focus {\n            outline: none !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto\"> \n        \n        <header class=\"text-center\">\n            <!-- \ubcd1\ud574\ucda9\uba85\uacfc \ud559\uba85 \uc81c\uac70\ub428 -->\n        <\/header>\n\n        <nav class=\"flex justify-between bg-gray-200 mb-8\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 text-center py-2 px-4 text-gray-700 hover:bg-emerald-100\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-emerald-100\">\ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-emerald-100\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-emerald-100\">\uc0dd\ud65c\uc0ac<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-emerald-100\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\" class=\"p-2 md:p-2\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-emerald-800 mb-4\">\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac (<i>Aschistonyx eppoi<\/i>)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ud5a5\ub098\ubb34\ud639\ud30c\ub9ac\ub294 \ud30c\ub9ac\ubaa9 \ud639\ud30c\ub9ac\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc720\ucda9\uc774 \ud5a5\ub098\ubb34, \uac00\uc774\uc988\uae4c\ud5a5\ub098\ubb34 \ub4f1 \ud5a5\ub098\ubb34\ub958\uc758 \uac00\ub294 \uac00\uc9c0 \ub05d\ubd80\ubd84\uc758 \uc78e\uc5d0 \uae30\uc0dd\ud558\uc5ec \uc0ac\uac01\ubfd4 \ubaa8\uc591\uc758 \ubc8c\ub808\ud639(\ucda9\uc601)\uc744 \ud615\uc131\ud569\ub2c8\ub2e4. \uc720\ucda9\uc774 \ud0c8\ucd9c\ud55c \ud6c4 \ubc8c\ub808\ud639\uc740 \uac08\uc0c9\uc73c\ub85c \ub9d0\ub77c \uc8fd\uace0, \uac00\uc9c0\uc758 \uc0dd\uc7a5\uc774 \uc911\uc9c0\ub429\ub2c8\ub2e4. \ud53c\ud574\uac00 2~3\ub144 \uacc4\uc18d\ub418\uba74 \uac00\ub294 \uac00\uc9c0\uae4c\uc9c0 \uace0\uc0ac\ud558\ub098, \ub098\ubb34 \uc804\uccb4\uac00 \uace0\uc0ac\ud558\ub294 \uacbd\uc6b0\ub294 \ub4dc\ubb45\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> \ubc8c\ub808\ud639 \uc18d\uc5d0\uc11c \uc720\ucda9 \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-emerald-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uac00\ud574 \uc218\uc885<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \ud55c\uad6d, \uc77c\ubcf8\uc5d0 \ubd84\ud3ec\ud569\ub2c8\ub2e4. \uc8fc\uc694 \uac00\ud574 \uc218\uc885\uc740 <strong>\ud5a5\ub098\ubb34, \uac00\uc774\uc988\uae4c\ud5a5\ub098\ubb34<\/strong> \ub4f1 \ud5a5\ub098\ubb34\ub958\uc785\ub2c8\ub2e4. \ucd5c\uadfc \ud5a5\ub098\ubb34\uc5d0\uc11c \uc27d\uac8c \ubc1c\uacac\ub418\ub294 \ud574\ucda9 \ud53c\ud574\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-emerald-800 mb-4\">\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud5a5\ub098\ubb34\ud639\ud30c\ub9ac\ub294 \uc131\ucda9\uacfc \uc720\ucda9\uc758 \ud615\ud0dc\uac00 \ub69c\ub837\ud558\uba70, \ud2b9\ud788 \uc131\ucda9\uc740 \ubaa8\uae30\uc640 \uc720\uc0ac\ud558\uac8c \uc0dd\uacbc\uc2b5\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                    <\/div>\n                    <div id=\"morphology-content\" class=\"p-4\">\n                        <div id=\"morphology-text\" class=\"w-full\">\n                            <h3 id=\"morphology-title\" class=\"text-xl font-semibold text-emerald-700 mb-2\"><\/h3>\n                            <p id=\"morphology-description\" class=\"text-gray-700\"><\/p>\n                            <p id=\"morphology-size\" class=\"text-sm text-gray-600 mt-2\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ud53c\ud574 \uc99d\uc0c1 Section -->\n            <section id=\"damage\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-emerald-800 mb-4\">\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud5a5\ub098\ubb34\ud639\ud30c\ub9ac\ub294 \uc720\ucda9\uc774 \uc78e\uc5d0 \ubc8c\ub808\ud639\uc744 \ud615\uc131\ud558\uace0, \uc774\ub85c \uc778\ud574 \uac00\uc9c0 \uc0dd\uc7a5\uc774 \uc911\uc9c0\ub418\uac70\ub098 \uace0\uc0ac\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"gall_formation\" class=\"damage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubc8c\ub808\ud639 \ud615\uc131<\/button>\n                        <button data-damage-type=\"gall_discoloration_dieback\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubc8c\ub808\ud639 \ubcc0\uc0c9 \ubc0f \uace0\uc0ac<\/button>\n                        <button data-damage-type=\"branch_growth_cessation\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uac00\uc9c0 \uc0dd\uc7a5 \uc911\uc9c0 \ubc0f \uace0\uc0ac<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"p-4\">\n                        <div id=\"damage-text\" class=\"w-full\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-emerald-700 mb-2\"><\/h3>\n                            <p id=\"damage-description\" class=\"text-gray-700\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \uc0dd\ud65c\uc0ac Section -->\n            <section id=\"ecology\" class=\"content-section space-y-6\">\n                 <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-emerald-800 mb-4\">\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 1\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud5a5\ub098\ubb34\ud639\ud30c\ub9ac\ub294 1\ub144\uc5d0 1\uc138\ub300\ub9cc \ubc1c\uc0dd\ud558\uba70, \ubc8c\ub808\ud639 \uc18d\uc5d0\uc11c \uc720\ucda9 \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 (\uc720\ucda9)<\/p><p class=\"text-sm\">\ubc8c\ub808\ud639 \uc18d\uc5d0\uc11c \uc720\ucda9 \uc0c1\ud0dc\ub85c \uaca8\uc6b8\uc744 \ubcf4\ub0c4 (\ud558\ub098\uc758 \ubc8c\ub808\ud639 \uc18d\uc5d0 1~2\ub9c8\ub9ac \uc720\ucda9)<\/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. \ubc8c\ub808\ud639 \ube44\ub300 \ubc0f \uc720\ucda9 \ud0c8\ucd9c (3\uc6d4 \uc911\uc21c ~ 4\uc6d4 \ud558\uc21c)<\/p><p class=\"text-sm\">3\uc6d4 \uc911\uc21c\ubd80\ud130 \ubc8c\ub808\ud639\uc774 \ubd80\ud480\uae30 \uc2dc\uc791. 4\uc6d4 \ud558\uc21c\uc5d0 \ubc8c\ub808\ud639\uc5d0\uc11c \ud0c8\ucd9c\ud558\uc5ec \uc9c0\ud45c\ub85c \ub099\ud558<\/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. \ubc88\ub370\uae30\ud654 (\uc9c0\ud45c\uc5d0\uc11c)<\/p><p class=\"text-sm\">\uc9c0\ud45c(\ud759 \uc18d)\uc5d0\uc11c \ubc88\ub370\uae30\uac00 \ub428 (\ubc88\ub370\uae30 \uae30\uac04 20~25\uc77c)<\/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. \uc131\ucda9 \uc6b0\ud654 \ubc0f \uc0b0\ub780 (5\uc6d4 \uc0c1\uc21c ~ 6\uc6d4 \uc0c1\uc21c)<\/p><p class=\"text-sm\">\ubc88\ub370\uae30\uc5d0\uc11c \uc131\ucda9\uc774 \uc6b0\ud654 (\ucd5c\uc131\uae30 5\uc6d4 \uc911\uc21c ~ 6\uc6d4 \uc0c1\uc21c). \uac00\ub294 \uac00\uc9c0 \ub05d\ubd80\ubd84 \uc78e \uc0ac\uc774\uc5d0 1\uac1c\uc529 \uc54c \uc0b0\ub780<\/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. \uc720\ucda9 \ubd80\ud654 \ubc0f \uac00\ud574 (\uc78e \uc18d \uce68\uc785)<\/p><p class=\"text-sm\">\uc54c\uc5d0\uc11c \ubd80\ud654\ud55c \uc720\ucda9\uc774 \uc78e \uc18d\uc73c\ub85c \ud30c\uace0 \ub4e4\uc5b4\uac00 \uac00\ud574 \uc2dc\uc791<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ubc29\uc81c \ubc29\ubc95 Section -->\n            <section id=\"control\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-emerald-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud5a5\ub098\ubb34\ud639\ud30c\ub9ac \ubc29\uc81c\ub294 \uc131\ucda9 \uc6b0\ud654 \uc2dc\uae30 \ub610\ub294 \uc720\ucda9\uc774 \ub545\uc18d\uc73c\ub85c \ub4e4\uc5b4\uac00 \ubc88\ub370\uae30\uac00 \ub418\ub294 \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 \uc81c\ud55c\uc801<\/h3>\n                            <p class=\"text-gray-700\">\ud604\uc7ac \ud5a5\ub098\ubb34\ud639\ud30c\ub9ac\uc5d0 \uc9c1\uc811 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. \uc77c\ubc18\uc801\uc778 \ud639\ud30c\ub9ac\ub958 \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<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc0b4\ud3ec \uc2dc\uae30 (\uc131\ucda9 \uc6b0\ud654\uae30):<\/strong> \uc131\ucda9 \uc6b0\ud654 \uc2dc\uae30\uc778 <strong>5\uc6d4 \uc0c1\uc21c~6\uc6d4 \uc0c1\uc21c<\/strong>\uc5d0 \uc5d0\ud1a0\ud39c\ud504\ub85d\uc2a4 \uc218\ud654\uc81c 1,000\ubc30\uc561\uc744 2~3\ud68c \uc0b4\ud3ec\ud569\ub2c8\ub2e4. \uc774 \uc2dc\uae30\uc5d0 \uce68\ud22c\uc131 \uc0b4\ucda9\uc81c\ub97c \uc0b4\ud3ec\ud558\uba74 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ud1a0\uc591 \ucc98\ub9ac (\uc720\ucda9\/\ubc88\ub370\uae30 \ub300\uc0c1):<\/strong> 4\uc6d4 \ud558\uc21c\uc5d0 \uce74\ubcf4\ud4e8\ub780 \uc785\uc81c(5g\/\u33a1)\ub97c \ud1a0\uc591\uacfc \ud63c\ud569 \ucc98\ub9ac\ud558\uc5ec \uc9c0\ud45c\ub85c \ud0c8\ucd9c\ud55c \uc720\ucda9\uc774\ub098 \ubc88\ub370\uae30\ub97c \uad6c\uc81c\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 \ud5a5\ub098\ubb34 \ubc0f \ud639\ud30c\ub9ac\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 \uac00\uc9c0 \uc81c\uac70:<\/strong> \ud53c\ud574\uac00 \uc2ec\ud55c \ub098\ubb34\uc758 \ud53c\ud574 \uac00\uc9c0(\ubc8c\ub808\ud639\uc774 \uc788\ub294 \uac00\uc9c0)\ub97c \uc81c\uac70\ud558\uc5ec \uc18c\uac01\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 \uce5c\ud658\uacbd \ubc29\uc81c<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><strong>\ucc9c\uc801 \ubcf4\ud638:<\/strong> \ud3ec\uc2dd\uc131 \ucc9c\uc801\uc778 \ud480\uc7a0\uc790\ub9ac\ub958, \ubb34\ub2f9\ubc8c\ub808\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-emerald-800 mb-4 text-center\">\uc131\ucda9 \uc6b0\ud654 \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, \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: '\ubab8\uae38\uc774\uac00 \uc57d 1.7mm \uc815\ub3c4\ub85c \uc18c\ud615\uc758 \ubaa8\uae30\ucc98\ub7fc \uc0dd\uacbc\uc2b5\ub2c8\ub2e4. \uc2dc\ub9e5\uc774 \uc801\uc740 \ub0a0\uac1c\uc640 \uc5fc\uc8fc \ubaa8\uc591\uc758 \ub354\ub4ec\uc774\ub97c \uac00\uc9c0\uace0 \uc788\uc73c\uba70 \ubc30\ub294 \ud669\uc801\uc0c9\uc785\ub2c8\ub2e4. \uc131\ucda9\uc740 5\uc6d4 \uc0c1\uc21c~6\uc6d4 \uc0c1\uc21c\uc5d0 \ub098\ud0c0\ub098 \uc0b0\ub780\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 1.7mm',\n                },\n                larva: {\n                    title: '\uc720\ucda9',\n                    description: '\uc720\ucda9\uc758 \uae30\uc0dd\uc5d0 \uc758\ud574 \uc0ac\uac01\ubfd4 \ubaa8\uc591\uc758 \ubc8c\ub808\ud639(\ucda9\uc601)\uc774 \uc0dd\uae41\ub2c8\ub2e4. \ubd80\ud654 \uc720\ucda9\uc740 \uac00\uc9c0 \ub05d\uc5d0 \ud30c\uace0 \ub4e4\uc5b4\uac00 \uc5ec\uae30\uc5d0\uc11c \uc6d4\ub3d9\ud558\uba70, \ud558\ub098\uc758 \ubc8c\ub808\ud639 \uc18d\uc5d0 1~2\ub9c8\ub9ac\uc758 \uc720\ucda9\uc774 \ub4e4\uc5b4\uc788\uc2b5\ub2c8\ub2e4. \ubc8c\ub808\ud639\uc740 3\uc6d4 \uc911\uc21c\uacbd\ubd80\ud130 \ubd80\ud480\uae30 \uc2dc\uc791\ud574 4\uc6d4 \uc911\uc21c\uc5d0 \ucd5c\ub300 \ud3ed\uc778 1.7mm \uc815\ub3c4\uac00 \ub429\ub2c8\ub2e4.',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                }\n            };\n\n            const damageData = {\n                gall_formation: {\n                    title: '\ubc8c\ub808\ud639 \ud615\uc131',\n                    description: '\uc720\ucda9\uc774 \ud5a5\ub098\ubb34\ub958\uc758 \uac00\ub294 \uac00\uc9c0 \ub05d\ubd80\ubd84\uc758 \uc78e\uc5d0 \uae30\uc0dd\ud558\uc5ec \uc0ac\uac01\ubfd4 \ubaa8\uc591\uc758 \ubc8c\ub808\ud639\uc744 \ud615\uc131\ud569\ub2c8\ub2e4. \ubc8c\ub808\ud639\uc740 3\uc6d4 \uc911\uc21c\uacbd\ubd80\ud130 \ubd80\ud480\uae30 \uc2dc\uc791\ud558\uc5ec 4\uc6d4 \uc911\uc21c\uc5d0 \ucd5c\ub300 \ud06c\uae30\uac00 \ub429\ub2c8\ub2e4. (\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac \ucda9\uc601 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                },\n                gall_discoloration_dieback: {\n                    title: '\ubc8c\ub808\ud639 \ubcc0\uc0c9 \ubc0f \uace0\uc0ac',\n                    description: '\uc720\ucda9\uc774 \ud0c8\ucd9c\ud55c \ud6c4\uc5d0 \ubc8c\ub808\ud639\uc740 \uac08\uc0c9\uc73c\ub85c \ub9d0\ub77c \uc8fd\uc2b5\ub2c8\ub2e4. \ud53c\ud574 \ucd08\uae30\uc5d0 \ub2f4\ub179\uc0c9\uc744 \ub760\ub358 \ubc8c\ub808\ud639\uc740 \uc2dc\uac04\uc774 \uc9c0\ub098\uba74\uc11c \uac08\uc0c9\uc73c\ub85c \ubcc0\ud569\ub2c8\ub2e4. (\uac08\uc0c9\uc73c\ub85c \ubcc0\ud55c \ubc8c\ub808\ud639 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                },\n                branch_growth_cessation: {\n                    title: '\uac00\uc9c0 \uc0dd\uc7a5 \uc911\uc9c0 \ubc0f \uace0\uc0ac',\n                    description: '\uc720\ucda9\uc758 \uae30\uc0dd\uc73c\ub85c \uc778\ud574 \uac00\uc9c0\uc758 \uc0dd\uc7a5\uc774 \uc911\uc9c0\ub429\ub2c8\ub2e4. \ud53c\ud574\uac00 2~3\ub144 \uacc4\uc18d\ub418\uba74 \uac00\ub294 \uac00\uc9c0\uae4c\uc9c0 \uace0\uc0ac\ud558\ub098, \ub098\ubb34 \uc804\uccb4\uac00 \uace0\uc0ac\ud558\ub294 \uacbd\uc6b0\ub294 \ub4dc\ubb45\ub2c8\ub2e4. (\uc8fc\uad00 \uac00\uc7a5\uc790\ub9ac\uac00 \ubcc0\uc0c9\ub41c \ud53c\ud574\ubaa9 \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('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('gall_formation');\n\n            damageTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damageType);\n                });\n            });\n\n            const ctx = document.getElementById('controlChart').getContext('2d');\n            new Chart(ctx, {\n                type: 'bar',\n                data: {\n                    labels: ['3\uc6d4', '4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4'],\n                    datasets: [{\n                        label: '\ubc8c\ub808\ud639 \ube44\ub300 \ubc0f \uc720\ucda9 \ud0c8\ucd9c',\n                        data: [8, 10, 5, 0, 0, 0, 0, 0], \/\/ Peak March-April\n                        backgroundColor: 'rgba(16, 185, 129, 0.6)', \/* emerald-500 *\/\n                        borderColor: 'rgba(16, 185, 129, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\uc131\ucda9 \uc6b0\ud654 \ubc0f \uc0b0\ub780',\n                        data: [0, 0, 10, 8, 5, 2, 0, 0], \/\/ Peak May-June\n                        backgroundColor: 'rgba(234, 179, 8, 0.6)', \/* amber-500 *\/\n                        borderColor: 'rgba(234, 179, 8, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\uc131\ucda9 \uc6b0\ud654\uae30)',\n                        data: [0, 0, 12, 12, 0, 0, 0, 0], \/\/ May-June\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(59, 130, 246, 0.2)', \/* blue-500 with transparency *\/\n                        borderColor: 'rgba(59, 130, 246, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\ud1a0\uc591 \ucc98\ub9ac)',\n                        data: [0, 12, 0, 0, 0, 0, 0, 0], \/\/ April\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(239, 68, 68, 0.2)', \/* red-500 with transparency *\/\n                        borderColor: 'rgba(239, 68, 68, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    }]\n                },\n                options: {\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: {\n                        legend: {\n                           display: true,\n                           position: 'top',\n                           labels: {\n                               usePointStyle: false,\n                           }\n                        },\n                        tooltip: {\n                           mode: 'index',\n                           intersect: false,\n                           callbacks: {\n                                label: function(context) {\n                                    if (context.dataset.label.includes('\ubc29\uc81c \ucd94\ucc9c \uae30\uac04')) {\n                                        if (context.dataset.label.includes('\uc131\ucda9')) return ` ${context.dataset.label}: 5\uc6d4 \uc0c1\uc21c ~ 6\uc6d4 \uc0c1\uc21c`;\n                                        return ` ${context.dataset.label}: 4\uc6d4 \ud558\uc21c`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac \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<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=\"1024\" height=\"489\" data-id=\"3492\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac_-1024x489.jpg\" alt=\"\" class=\"wp-image-3492\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac_-1024x489.jpg 1024w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac_-300x143.jpg 300w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac_-768x367.jpg 768w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac_.jpg 1101w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"3493\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-1-1024x768.jpg\" alt=\"\" class=\"wp-image-3493\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-1-1024x768.jpg 1024w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-1-300x225.jpg 300w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-1-768x576.jpg 768w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-1-1536x1152.jpg 1536w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-1.jpg 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"3494\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-9-1024x768.jpg\" alt=\"\" class=\"wp-image-3494\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-9-1024x768.jpg 1024w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-9-300x225.jpg 300w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-9-768x576.jpg 768w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-9-1536x1152.jpg 1536w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-9.jpg 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"3495\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-2-1024x768.jpg\" alt=\"\" class=\"wp-image-3495\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-2-1024x768.jpg 1024w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-2-300x225.jpg 300w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-2-768x576.jpg 768w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-2-1536x1152.jpg 1536w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-2.jpg 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/figure>\n","protected":false},"featured_media":3491,"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":[206],"pest-category":[200,94],"pest-overwintering":[100],"class_list":["post-3490","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-206","pest-category-200","pest-category-94","pest-overwintering-larva"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac.jpg",341,284,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac-300x250.jpg",300,250,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac.jpg",341,284,false],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac.jpg",341,284,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac.jpg",341,284,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac.jpg",341,284,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ud5a5\ub098\ubb34\ud639\ud30c\ub9ac \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \ud5a5\ub098\ubb34\ud639\ud30c\ub9ac (Aschistonyx eppoi)\uc774\ub780? \ud5a5\ub098\ubb34\ud639\ud30c\ub9ac\ub294 \ud30c\ub9ac\ubaa9 \ud639\ud30c\ub9ac\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc720\ucda9\uc774 \ud5a5\ub098\ubb34, [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3490","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\/3491"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3490"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3490"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3490"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3490"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}