{"id":3843,"date":"2025-07-09T15:13:41","date_gmt":"2025-07-09T15:13:41","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3843"},"modified":"2025-07-09T15:34:29","modified_gmt":"2025-07-09T15:34:29","slug":"%eb%82%a8%eb%b0%a9%ec%b0%a8%ec%a3%bc%eb%a8%b8%eb%8b%88%eb%82%98%eb%b0%a9","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%eb%82%a8%eb%b0%a9%ec%b0%a8%ec%a3%bc%eb%a8%b8%eb%8b%88%eb%82%98%eb%b0%a9","title":{"rendered":"\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\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>\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\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 Browns & Greens -->\n    <!-- Application Structure Plan: The SPA for Bagworm Moth (Eumeta japonica) 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 focusing on physical removal and biological control due to limited chemical necessity. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Adult male\/female, Larva, Pupa\/Cocoon) -> Goal: Inform & Identify -> Viz\/Method: Interactive text descriptions with buttons for '\uc131\ucda9 (\uc554\/\uc218)', '\uc720\ucda9', '\uc8fc\uba38\ub2c8 (\ub3c4\ub871\uc774) \ubc0f \ubc88\ub370\uae30' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Textual descriptions of distinctive adult sexual dimorphism (winged male, wingless female), larval appearance, and the unique bag\/cocoon are crucial for identification. -> Library: Vanilla JS.\n        2. Report Info: Damage Types (Leaf defoliation, Aesthetic damage from bags, No significant damage) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive text descriptions with buttons for '\uc78e \uc2dd\ud574 (\uc8fc\uba38\ub2c8 \ud615\ud0dc)', '\ubbf8\uad00 \uc190\uc0c1 (\ub3c4\ub871\uc774)', '\ud070 \ud53c\ud574 \uc5c6\uc74c' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Highlighting the primary feeding method and the aesthetic impact of the bag, while noting the low severity of damage, is key for management decisions. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Larva overwintering in bag, 1 generation\/year, specific timings for larval feeding, pupation, adult emergence, egg laying, dispersal) -> 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, especially the overwintering bag, is essential for understanding pest biology and planning control measures. -> Library: HTML\/Tailwind.\n        4. Report Info: Control Timing (Targeting overwintering larvae\/bags, early larval feeding) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary periods for physical removal (winter) and early larval control, reflecting the low necessity for broad chemical application. -> 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-btn 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\">\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29 (<i>Eumeta japonica<\/i>)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29(\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29)\uc740 \ub098\ube44\ubaa9 \uc8fc\uba38\ub2c8\ub098\ubc29\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4. \ub2e8\ud48d\ub098\ubb34\ub958, \uce35\uce35\ub098\ubb34, \ubc9a\ub098\ubb34, \uac10\ub098\ubb34, \uc0bc\ub098\ubb34, \uc0ac\ucca0\ub098\ubb34, \ubc24\ub098\ubb34, \ucc38\ub098\ubb34\ub958, \ubc30\ub098\ubb34, \ubc84\uc998\ub098\ubb34, \uac1c\uc78e\uac08\ub098\ubb34, \uce21\ubc31\ub098\ubb34, \ud5a5\ub098\ubb34, \ub3c8\ub098\ubb34, \ud64d\uac00\uc2dc\ub098\ubb34, \ubc30\ub871\ub098\ubb34 \ub4f1 \ub300\ubd80\ubd84\uc758 \ud65c\uc5fd\uc218\uc640 \ub099\uc6b0\uc1a1, \uba54\ud0c0\uc138\ucffc\uc774\uc544 \ub4f1 \uce68\uc5fd\uc218\uae4c\uc9c0 \ub9e4\uc6b0 \ub2e4\uc591\ud55c \uc218\ubaa9\uc758 \uc78e\uc744 \uac00\ud574\ud558\ub294 \uad11\uc2dd\uc131 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc720\ucda9\uc774 \uac00\uc9c0\ub098 \uc78e\uc5d0 \uc8fc\uba38\ub2c8 \ud615\ud0dc\ub85c \uc9d1\uc744 \uc9d3\uace0 \uadf8 \uc18d\uc5d0\uc11c \ub9e4\ub2ec\ub824 \uc78e\uc744 \uac09\uc544\uba39\uc2b5\ub2c8\ub2e4. \uc0b0\uc9c0\uc5d0\uc11c\ub294 \ubc00\ub3c4\uac00 \ub0ae\uc73c\ub098 \uc815\uc6d0\uc218, \uac00\ub85c\uc218, \uacfc\uc218\uc7ac\ubc30\uc9c0 \ub4f1 \uc0dd\ud65c\uad8c \uc8fc\ubcc0\uc5d0\uc11c \ubc00\ub3c4\uac00 \ub192\uc740 \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                    <ul class=\"list-disc list-inside text-gray-700 mt-4 space-y-1\">\n                        <li><strong>\uc6d4\ub3d9\ud0dc:<\/strong> \uc8fc\uba38\ub2c8 \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-stone-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \ud2b9\uc9d5<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \ud55c\uad6d, \uc77c\ubcf8, \uc911\uad6d\uc5d0 \ubd84\ud3ec\ud569\ub2c8\ub2e4. \uc554\ucef7 \uc131\ucda9\uc740 \ubc29\ucd94\ud615\uc73c\ub85c \ub0a0\uac1c\uc640 \ub2e4\ub9ac\uac00 \ud1f4\ud654\ub418\uc5b4 \uc5c6\uc73c\uba70, \uc218\ucef7 \uc131\ucda9\uc740 \ub0a0\uac1c\ub97c \uac00\uc9c4 \ud751\uac08\uc0c9 \ub098\ubc29\uc785\ub2c8\ub2e4. \uc720\ucda9\uc758 \uc9d1\uc778 \uc8fc\uba38\ub2c8(\ub3c4\ub871\uc774)\ub294 \ubc29\ucd94\ud615\uc774\uba70 \ud45c\uba74\uc5d0 \uc78e\uc774\ub098 \uac00\uc9c0 \uc870\uac01\uc774 \ucd18\ucd18\ud558\uac8c \ubd80\ucc29\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uaca8\uc6b8\uc5d0 \uc6d4\ub3d9 \uc911\uc778 \uc720\ucda9(\ub3c4\ub871\uc774)\uc774 \ub9e4\ub2ec\ub824 \uc788\uc5b4 \uc0ac\ub78c\uc5d0 \ub530\ub77c \uc815\uc11c\uc801\uc778 \uc88b\uc740 \uac10\uc131\uc744 \uc720\ubc1c\ud558\uae30\ub3c4 \ud569\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\">\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29\uc740 \uc554\uc218 \uc131\ucda9\uc758 \ud615\ud0dc\uac00 \ub9e4\uc6b0 \ub2e4\ub974\uba70, \uc720\ucda9\uc740 \uc8fc\uba38\ub2c8 \uc18d\uc5d0\uc11c \uc0dd\ud65c\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"female_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\">\uc554\ucef7 \uc131\ucda9<\/button>\n                        <button data-type=\"male_adult\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc218\ucef7 \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_bag\" 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 \ubc0f \uc8fc\uba38\ub2c8 (\ub3c4\ub871\uc774)<\/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\">\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29\uc740 \uc720\ucda9\uc774 \uc78e\uc744 \uc2dd\ud574\ud558\uace0, \uc8fc\uba38\ub2c8(\ub3c4\ub871\uc774)\ub85c \uc778\ud574 \ubbf8\uad00\uc744 \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_bag\" 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 (\uc8fc\uba38\ub2c8 \ud615\ud0dc)<\/button>\n                        <button data-damage-type=\"aesthetic_damage_bag\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubbf8\uad00 \uc190\uc0c1 (\ub3c4\ub871\uc774)<\/button>\n                        <button data-damage-type=\"no_significant_damage\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ud070 \ud53c\ud574 \uc5c6\uc74c<\/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\">\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 1\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29\uc740 1\ub144\uc5d0 1\uc138\ub300\ub9cc \ubc1c\uc0dd\ud558\uba70, \uc8fc\uba38\ub2c8 \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 (\uc8fc\uba38\ub2c8 \uc18d \uc720\ucda9)<\/p><p class=\"text-sm\">\uc8fc\uba38\ub2c8 \uc18d\uc5d0\uc11c \uc720\ucda9 \uc0c1\ud0dc\ub85c \uaca8\uc6b8\uc744 \ubcf4\ub0c4<\/p>\n                        <\/div>\n                        <div class=\"2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-green-100\">\n                            <p class=\"font-semibold\">2. \uc720\ucda9 \uac00\ud574 \ubc0f \uc131\uc7a5 (3\uc6d4 ~ 6\uc6d4)<\/p><p class=\"text-sm\">3~4\uc6d4\ubd80\ud130 6\uc6d4\uae4c\uc9c0 \uc78e\uc744 \uc2dd\ud574\ud558\uba70 7\ub839\uc744 \uacbd\uacfc<\/p>\n                        <\/div>\n                        <div class=\"2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-yellow-100\">\n                            <p class=\"font-semibold\">3. \ubc88\ub370\uae30\ud654 (6\uc6d4 \uc911\uc21c ~ 7\uc6d4 \uc0c1\uc21c)<\/p><p class=\"text-sm\">\uc78e \uc0ac\uc774\uc5d0\uc11c \uadf8\ubb3c \ubaa8\uc591\uc758 \uace0\uce58\ub97c \uc9d3\uace0 \ubc88\ub370\uae30\uac00 \ub428<\/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. \uc131\ucda9 \uc6b0\ud654 (5\uc6d4 \ud558\uc21c ~ 8\uc6d4)<\/p><p class=\"text-sm\">\ubc88\ub370\uae30 \uae30\uac04\uc744 \uac70\uccd0 \uc131\ucda9\uc774 \uc6b0\ud654 (\uc218\ucef7\uc740 \uc800\ub141\uc5d0 \ud65c\ubc1c\ud788 \ub0a0\uc544\ub2e4\ub2d8)<\/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. \uc0b0\ub780 \ubc0f \uc54c \ubd80\ud654 (6\uc6d4 \ud558\uc21c ~ 8\uc6d4 \uc0c1\uc21c)<\/p><p class=\"text-sm\">\uc554\ucef7 \uc131\ucda9\uc774 \uc8fc\uba38\ub2c8 \uc18d\uc5d0 1,000~4,000\uac1c\uc758 \uc54c\uc744 \uc0b0\ub780. \uc54c\uc5d0\uc11c \ubd80\ud654\ud55c \uc720\ucda9\uc774 \uc8fc\uba38\ub2c8\uc5d0\uc11c \ud0c8\ucd9c\ud558\uc5ec \ubc14\ub78c\uc73c\ub85c \ubd84\uc0b0<\/p>\n                        <\/div>\n                        <div class2xl text-gray-400>\u2193<\/div>\n                         <div class=\"w-full max-w-md text-center p-3 bg-purple-100\">\n                            <p class=\"font-semibold\">6. \uc720\ucda9 \uac00\ud574 \ubc0f \uc6d4\ub3d9 \uc900\ube44 (\uac00\uc744)<\/p><p class=\"text-sm\">\uc720\ucda9\uc774 \uac00\uc744\uae4c\uc9c0 \uc78e\uc744 \uc2dd\ud574\ud55c \ud6c4 \uc8fc\uba38\ub2c8 \uc0c1\ub2e8\uc744 \uac00\uc9c0\uc5d0 \uace0\uc815\uc2dc\ud0a4\uace0 \uc6d4\ub3d9<\/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                        \ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29\uc740 \ub098\ubb34\uc5d0 \ud070 \ud53c\ud574\ub97c \uc8fc\uc9c0 \uc54a\uc73c\ubbc0\ub85c, \uc8fc\ub85c \ubb3c\ub9ac\uc801 \ubc0f \uce5c\ud658\uacbd \ubc29\uc81c\uc5d0 \uc911\uc810\uc744 \ub461\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 bg-red-50\">\n                            <h3 class=\"text-xl font-semibold text-red-800 mb-2\">\u203b \ud070 \ud53c\ud574 \uc5c6\uc74c<\/h3>\n                            <p class=\"text-gray-700\">\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29\uc740 \ub300\ubd80\ubd84\uc758 \ud65c\uc5fd\uc218\ub97c \uac00\ud574\ud558\uc9c0\ub9cc, \ub098\ubb34\uc5d0 \ud06c\uac8c \ud53c\ud574\ub97c \uc8fc\uc9c0\ub294 \uc54a\uc73c\ubbc0\ub85c \uadf8\ub300\ub85c \ub450\uc5b4\ub3c4 \ud070 \ud53c\ud574\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. \uc57d\uc81c \uc0b4\ud3ec\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \uad8c\uc7a5\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <div class=\"p-4 bg-blue-50\">\n                             <h3 class=\"text-xl font-semibold text-blue-800 mb-2\">\u2460 \ubb3c\ub9ac\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc720\ucda9 \uc8fc\uba38\ub2c8(\ub3c4\ub871\uc774) \uc81c\uac70:<\/strong> \uac00\uc744 \uc774\ud6c4 \uc6d4\ub3d9 \uc911\uc778 \uc720\ucda9 \uc8fc\uba38\ub2c8(\ub3c4\ub871\uc774)\ub294 \ub208\uc5d0 \uc798 \ub744\ubbc0\ub85c \ubb3c\ub9ac\uc801\uc73c\ub85c \uc81c\uac70\ud558\uc5ec \uc18c\uac01\ud569\ub2c8\ub2e4. (\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29 \uc8fc\uba38\ub2c8(\ubc30\ub871\ub098\ubb34) \uc774\ubbf8\uc9c0 \ucc38\uace0)<\/li>\n                                 <li><strong>\uc5b4\ub9b0 \uc720\ucda9\uae30 \ud53c\ud574 \uc78e \ucc44\ucde8:<\/strong> \uc5b4\ub9b0 \uc720\ucda9\uae30(3~4\uc6d4)\uc5d0\ub294 \uc78e\uc744 \uc2dd\ud574\ud558\uba74\uc11c \uad70\uc11c \uc0dd\ud65c\uc744 \ud558\ubbc0\ub85c, \ud53c\ud574 \uc78e\uc744 \ucc44\ucde8\ud558\uc5ec \ub545\uc5d0 \ubb3b\uac70\ub098 \uc18c\uac01\ud569\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 bg-green-50\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2461 \ud654\ud559\uc801 \ubc29\uc81c (\ucc38\uace0)<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc0b4\ud3ec \uc2dc\uae30:<\/strong> \uc720\ucda9 \ubc1c\uc0dd \ucd08\uae30\uc778 <strong>7\uc6d4 \ud558\uc21c~8\uc6d4 \uc911\uc21c<\/strong>\uc5d0 \uc77c\ubc18 \uc0b4\ucda9\uc81c\ub97c \uc0b4\ud3ec\ud558\uba74 \ud6a8\uacfc\uac00 \uc788\uc2b5\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 \uae30\uc8fc\uc2dd\ubb3c \ubc0f \ucc28\uc8fc\uba38\ub2c8\ub098\ubc29\ub958\uc5d0 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \ud655\uc778\ud558\uc5ec \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624. \ud604\uc7ac \ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29\uc5d0 \uc9c1\uc811 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub294 \uc5c6\uc2b5\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 bg-yellow-50\">\n                            <h3 class=\"text-xl font-semibold text-yellow-800 mb-2\">\u2462 \uce5c\ud658\uacbd \ubc29\uc81c<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><strong>\ucc9c\uc801 \ubcf4\ud638:<\/strong> \uae30\uc0dd\ud30c\ub9ac\ub958 \ub4f1 \ucc9c\uc801\uc744 \ubcf4\ud638\ud558\uace0 \ud65c\uc6a9\ud558\ub294 \uac83\uc774 \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                female_adult: {\n                    title: '\uc554\ucef7 \uc131\ucda9',\n                    description: '\ubab8\uae38\uc774\uac00 15~20mm\ub85c \ubc29\ucd94\ud615\uc774\uba70, \ub0a0\uac1c\uc640 \ub2e4\ub9ac\uac00 \ud1f4\ud654\ub418\uc5b4 \uc5c6\uc2b5\ub2c8\ub2e4. \uba38\ub9ac\ub294 \uc791\uace0 \ud669\ud68c\uc0c9\uc774\uba70 1\uc30d\uc758 \ub354\ub4ec\uc774\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ubab8\ud1b5\uc740 \uc804\uccb4 \ubcf4\ub77c\uc0c9\uc744 \ub764 \uc605\uc740 \ud669\uc0c9\uc774\uace0 7~10\ubc88\uc9f8 \ub9c8\ub514\uc758 \uc911\uc559\ubd80\uc5d0 \uc605\uc740 \ud669\uc0c9\uc758 \uad11\ud0dd\uc774 \uc788\ub294 \uac70\uce5c \ud138\uc758 \uac00\ub85c \ub760\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc8fc\uba38\ub2c8 \uc18d\uc5d0\uc11c \uc0b0\ub780\ud558\uba70 \ubc16\uc73c\ub85c \ub098\uc624\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 15~20mm',\n                },\n                male_adult: {\n                    title: '\uc218\ucef7 \uc131\ucda9',\n                    description: '\ubab8\uacfc \ub0a0\uac1c \ubaa8\ub450 \ud751\uac08\uc0c9 \ub098\ubc29\uc73c\ub85c \ub0a0\uac1c \ud3b8 \uae38\uc774\uac00 23~26mm\uc785\ub2c8\ub2e4. \ubab8\uae38\uc774\ub294 9~10mm \uc815\ub3c4\uc785\ub2c8\ub2e4. \uc800\ub141\uc5d0 \ud65c\ubc1c\ud788 \ub0a0\uc544\ub2e4\ub2c8\uba70 \uc8fc\uba38\ub2c8 \uc18d\uc5d0 \uc788\ub294 \uc554\ucef7\uacfc \uad50\ubbf8\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \ub0a0\uac1c \ud3b8 \uae38\uc774 23~26mm',\n                },\n                larva: {\n                    title: '\uc720\ucda9',\n                    description: '\ub2e4 \uc790\ub780 \uc720\ucda9\uc758 \ubab8\uae38\uc774\ub294 \uc554\ucef7\uc774 \uc57d 23mm, \uc218\ucef7\uc774 \uc57d 17mm\ub85c \ud669\ubc31\uc0c9\uc774\uba70 \uba38\ub9ac\uc5d0\ub294 \ud751\uac08\uc0c9\uc758 \ubb34\ub2ac\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc78e\uc744 \uc2dd\ud574\ud558\uba70, \uac00\uc744\uae4c\uc9c0 \uc78e\uc744 \uc2dd\ud574\ud55c \ud6c4 \uc8fc\uba38\ub2c8 \uc0c1\ub2e8\uc744 \uac00\uc9c0\uc5d0 \uace0\uc815\uc2dc\ud0a4\uace0 \uc6d4\ub3d9\ud569\ub2c8\ub2e4. (\ud64d\uac00\uc2b4\ub8e8\ub9ac\ub4f1\uc5d0\uc78e\ubc8c \uc720\ucda9 \uc774\ubbf8\uc9c0 \ucc38\uace0 - \ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29 \uc720\ucda9 \uc774\ubbf8\uc9c0\uac00 \uc5c6\uc5b4 \ub300\uccb4)',\n                    size: '\ud06c\uae30: \uc554\ucef7 \uc57d 23mm, \uc218\ucef7 \uc57d 17mm',\n                },\n                pupa_bag: {\n                    title: '\uc8fc\uba38\ub2c8 (\ub3c4\ub871\uc774) \ubc0f \ubc88\ub370\uae30',\n                    description: '\uc8fc\uba38\ub2c8(\ub3c4\ub871\uc774)\ub294 \ubc29\ucd94\ud615\uc774\uba70 \uae38\uc774\uac00 \uc554\ucef7\uc740 35~40mm, \uc218\ucef7\uc740 25~30mm\uc785\ub2c8\ub2e4. \ubc14\uae65\ucabd\uc5d0 \uc78e\uc870\uac01\uc774\ub098 \uc791\uc740 \uac00\uc9c0\ub97c \ucd18\ucd18\ud558\uac8c \uc138\ub85c\ub85c \ubd99\uc774\uace0 \uc704\ucabd\uc740 \uac01\uc774 \uc9c0\uba70 \uc544\ub798\ucabd\uc740 \uc881\uc2b5\ub2c8\ub2e4. \ubc88\ub370\uae30\ub294 \uc554\ucef7\uc5d0\uc11c \ubab8\uae38\uc774\uac00 \uc57d 15mm\ub85c \uc804\uccb4 \uc801\uac08\uc0c9\uc758 \uae34 \ud0c0\uc6d0\ud615\uc774\uba70, \uc218\ucef7\uc5d0\uc11c\ub294 \uac00\ub298\uace0 \uae38\uba70 \ubab8\uae38\uc774\uac00 13mm \ub0b4\uc678\uc785\ub2c8\ub2e4. \uaf2c\ub9ac \ub05d\uc740 \ud718\uc5b4\uc9c4 \uc801\uac08\uc0c9\uc785\ub2c8\ub2e4. (\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29 \uc8fc\uba38\ub2c8(\ubc30\ub871\ub098\ubb34) \/ \ucc28\uc8fc\uba38\ub2c8\ub098\ubc29 \uc8fc\uba38\ub2c8(\ub099\uc6b0\uc1a1) \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '\uc8fc\uba38\ub2c8: \uc554\ucef7 35~40mm, \uc218\ucef7 25~30mm. \ubc88\ub370\uae30: \uc554\ucef7 \uc57d 15mm, \uc218\ucef7 \uc57d 13mm',\n                }\n            };\n\n            const damageData = {\n                leaf_feeding_bag: {\n                    title: '\uc78e \uc2dd\ud574 (\uc8fc\uba38\ub2c8 \ud615\ud0dc)',\n                    description: '\uc720\ucda9\uc774 \uac00\uc9c0\ub098 \uc78e\uc5d0 \uc8fc\uba38\ub2c8 \ud615\ud0dc\ub85c \uc9d1\uc744 \uc9d3\uace0 \uadf8 \uc18d\uc5d0\uc11c \ub9e4\ub2ec\ub824 \uc78e\uc744 \uac09\uc544\uba39\uc2b5\ub2c8\ub2e4. \uc5b4\ub9b0 \uc720\ucda9\uc740 \uc78e\uc744 \uc2dd\ud574\ud558\uba74\uc11c \uad70\uc11c \uc0dd\ud65c\uc744 \ud569\ub2c8\ub2e4. (\uc8fc\uba38\ub2c8 \uc18d\uc5d0\uc11c \uac00\ud574 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                },\n                aesthetic_damage_bag: {\n                    title: '\ubbf8\uad00 \uc190\uc0c1 (\ub3c4\ub871\uc774)',\n                    description: '\ub098\ubb34\uc5d0 \ub9e4\ub2ec\ub9b0 \uc8fc\uba38\ub2c8(\ub3c4\ub871\uc774)\ub294 \ubbf8\uad00\uc744 \ud574\uce60 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 \uaca8\uc6b8\uc5d0 \uc6d4\ub3d9 \uc911\uc778 \uc8fc\uba38\ub2c8\uac00 \ub9e4\ub2ec\ub824 \uc788\uc73c\uba74 \uc0ac\ub78c\uc5d0 \ub530\ub77c \uc815\uc11c\uc801\uc778 \ubd88\ucf8c\uac10\uc744 \uc720\ubc1c\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4. (\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29 \uc8fc\uba38\ub2c8(\ubc30\ub871\ub098\ubb34) \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                },\n                no_significant_damage: {\n                    title: '\ud070 \ud53c\ud574 \uc5c6\uc74c',\n                    description: '\uae30\uc8fc \ubc94\uc704\uac00 \ub113\uc5b4 \ub300\ubd80\ubd84\uc758 \ud65c\uc5fd\uc218\ub97c \uac00\ud574\ud558\uc9c0\ub9cc, \ud06c\uac8c \ud53c\ud574\ub97c \uc8fc\uc9c0\ub294 \uc54a\ub294 \uac83\uc73c\ub85c \uc54c\ub824\uc838 \uc788\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c \ub098\ubb34\uc758 \uc0dd\uc721\uc5d0 \uce58\uba85\uc801\uc778 \uc601\ud5a5\uc744 \ubbf8\uce58\ub294 \uacbd\uc6b0\ub294 \ub4dc\ubb45\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('female_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_bag');\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: '\uc720\ucda9 \uac00\ud574 \ubc0f \uc131\uc7a5',\n                        data: [5, 10, 8, 5, 2, 0, 0, 0], \/\/ Peak April-May\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: '\uc131\ucda9 \uc6b0\ud654 \ubc0f \uc0b0\ub780',\n                        data: [0, 0, 10, 8, 5, 2, 0, 0], \/\/ Peak May-July\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 (\uc8fc\uba38\ub2c8 \uc81c\uac70)',\n                        data: [12, 12, 0, 0, 0, 0, 0, 0], \/\/ March-April\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(59, 130, 246, 0.2)', \/* blue-500 with transparency *\/\n                        borderColor: 'rgba(59, 130, 246, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\uc720\ucda9 \ub300\uc0c1 \uc0b4\ud3ec)',\n                        data: [0, 0, 0, 0, 12, 12, 0, 0], \/\/ July-August\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(101, 163, 13, 0.2)', \/* lime-600 with transparency *\/\n                        borderColor: 'rgba(101, 163, 13, 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('\uc8fc\uba38\ub2c8 \uc81c\uac70')) return ` ${context.dataset.label}: 3\uc6d4 ~ 4\uc6d4`;\n                                        return ` ${context.dataset.label}: 7\uc6d4 \ud558\uc21c ~ 8\uc6d4 \uc911\uc21c`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\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","protected":false},"featured_media":3844,"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":[112,443,285,297,136,148,224,191,147,157,434,178,207,205,206,421],"pest-category":[95,94],"pest-overwintering":[100],"class_list":["post-3843","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-112","pest-target-443","pest-target-285","pest-target-297","pest-target-136","pest-target-148","pest-target-224","pest-target-191","pest-target-147","pest-target-157","pest-target-434","pest-target-178","pest-target-207","pest-target-205","pest-target-206","pest-target-421","pest-category-95","pest-category-94","pest-overwintering-larva"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29_.jpg",1132,624,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29_-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29_-300x165.jpg",300,165,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29_-768x423.jpg",768,423,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29_-1024x564.jpg",1024,564,true],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29_.jpg",1132,624,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29_.jpg",1132,624,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29 (Eumeta japonica)\uc774\ub780? \ub0a8\ubc29\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29(\ucc28\uc8fc\uba38\ub2c8\ub098\ubc29)\uc740 \ub098\ube44\ubaa9 \uc8fc\uba38\ub2c8\ub098\ubc29\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4. \ub2e8\ud48d\ub098\ubb34\ub958, \uce35\uce35\ub098\ubb34, [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3843","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\/3844"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3843"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3843"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3843"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3843"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}