{"id":2611,"date":"2025-06-23T02:42:03","date_gmt":"2025-06-23T02:42:03","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=2611"},"modified":"2025-06-23T02:42:06","modified_gmt":"2025-06-23T02:42:06","slug":"%ec%9e%90%ea%b7%80%eb%ad%89%eb%9a%9d%eb%82%a0%ea%b0%9c%eb%82%98%eb%b0%a9","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ec%9e%90%ea%b7%80%eb%ad%89%eb%9a%9d%eb%82%a0%ea%b0%9c%eb%82%98%eb%b0%a9","title":{"rendered":"\uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\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>\uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\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: Woody Earth Tones -->\n    <!-- Application Structure Plan: The SPA for Homadaula anisocentra (Mimosa Webworm) 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 (webbing, defoliation, frass). '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its two-generational life cycle with two distinct overwintering patterns. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily targeting young larvae and emphasizing physical removal. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Adult moth, Larva, Cocoon) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for '\uc131\ucda9', '\uc720\ucda9', '\uace0\uce58' -> Interaction: Clicking buttons updates image and descriptive text for each form, including size and distinctive markings\/features. -> Justification: Visual identification of each distinct life stage, especially the web-making larva and cocoon, is crucial for users. -> Library: Vanilla JS.\n        2. Report Info: Damage Types (Webbed leaves, Frass accumulation, Defoliation) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for '\uc78e \uadf8\ubb3c\ub9dd (\uc720\ucda9\uc9d1)', '\ubc30\uc124\ubb3c\/\ucc0c\uaebc\uae30', '\uc2ec\ud55c \ud0c8\uc5fd' -> Interaction: Clicking buttons updates image and descriptive text. Clearly shows the primary and secondary damages, aiding in accurate diagnosis. -> Justification: The characteristic webbing and associated frass\/defoliation are best presented interactively for clear understanding. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Pupa overwintering in soil or larva in cocoon in cone, 2 generations\/year, specific timings) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the two-generational lifecycle with key stages (overwintering, larval activity, pupation, adult emergence, egg laying) and approximate timings is essential for effective timing of control measures. -> Library: HTML\/Tailwind.\n        4. Report Info: Chemical Control Timing (Targeting young larvae of first and second generations) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary windows for chemical intervention, focusing on the susceptible young larval stages of both generations, 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        }\n        .nav-btn.active {\n            background-color: #44403c; \/* stone-800 *\/\n            color: #fafaf9; \/* stone-50 *\/\n            font-weight: 700;\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\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    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto p-4 md:p-8\">\n        \n        <header class=\"text-center mb-8\">\n            <!-- \ubcd1\ud574\ucda9\uba85\uacfc \ud559\uba85 \uc81c\uac70\ub428 -->\n        <\/header>\n\n        <nav class=\"flex justify-center bg-gray-200 rounded-lg p-2 mb-8 shadow-sm\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-stone-300\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-stone-300\">\ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-stone-300\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-stone-300\">\uc0dd\ud65c\uc0ac<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-stone-300\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29 (<i>Homadaula anisocentra<\/i>)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29\uc740 \ub098\ube44\ubaa9 \ubb49\ub69d\ub0a0\uac1c\ub098\ubc29\uacfc(Choreutidae)\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc720\ucda9\uc774 \uc790\uadc0\ub098\ubb34\ub97c \ube44\ub86f\ud55c \ub2e4\uc591\ud55c \ud65c\uc5fd\uc218\uc758 \uc78e\uc744 \uc2e4\ub85c \uc5ee\uc5b4 \uadf8\ubb3c\ub9dd \uac19\uc740 \uc9d1\uc744 \uc9d3\uace0, \uadf8 \uc18d\uc5d0\uc11c \uc5ec\ub7ec \ub9c8\ub9ac\uac00 \uc9d1\ub2e8\uc73c\ub85c \uc78e\uc744 \uac09\uc544\uba39\uc2b5\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \uc78e\uc774 \ub204\ub807\uac8c \ub9c8\ub974\uac70\ub098 \ub5a1\uc9c4 \uc0c1\ud0dc\uac00 \ub418\uc5b4 \ubbf8\uad00\uc744 \ud06c\uac8c \ud574\uce58\uba70, \uc2ec\ud55c \uacbd\uc6b0 \uc218\uad00 \uc804\uccb4\uac00 \ud53c\ud574\ub97c \uc785\uae30\ub3c4 \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> \ubc88\ub370\uae30 \ub610\ub294 \ub178\uc219\uc720\ucda9 (\uace0\uce58 \uc18d\uc5d0\uc11c \uc6d4\ub3d9)<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 2\ud68c<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\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, \uc2dc\ubca0\ub9ac\uc544, \ubd81\uc544\uba54\ub9ac\uce74 \ub3d9\ubd80\uc9c0\uc5ed \ub4f1 \uad11\ubc94\uc704\ud55c \uc9c0\uc5ed\uc5d0 \ubd84\ud3ec\ud569\ub2c8\ub2e4. \uc8fc\uc694 \uac00\ud574 \uc218\uc885\uc740 <strong>\uc790\uadc0\ub098\ubb34, \ud325\ubc30\ub098\ubb34, \ubc9a\ub098\ubb34\ub958, \ucc38\ub098\ubb34\ub958, \ubc24\ub098\ubb34, \uc0b4\uad6c\ub098\ubb34, \ucc28\ub098\ubb34, \uac10\ub098\ubb34, \uac2f\ubc84\ub4e4, \ub2e8\ud48d\ub098\ubb34\ub958, \uc9c4\ub2ec\ub798\ub098\ubb34<\/strong> \ub4f1 \ub2e4\uc2dd\uc131\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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29\uc740 \uc131\ucda9, \uc720\ucda9, \uace0\uce58\uc758 \ud615\ud0dc\uac00 \ub69c\ub837\ud569\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 text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc131\ucda9<\/button>\n                        <button data-type=\"larva\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc720\ucda9<\/button>\n                        <button data-type=\"cocoon\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uace0\uce58<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"md:flex md:items-center md:space-x-6 p-4 border border-gray-200 rounded-lg\">\n                        <img decoding=\"async\" id=\"morphology-main-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/Homadaula_anisocentra_adult.jpg\" alt=\"\uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29 \uc131\ucda9 \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 rounded-lg shadow-md mb-4 md:mb-0\">\n                        <div id=\"morphology-text\" class=\"md:w-1\/2\">\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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29\uc740 \uc720\ucda9\uc774 \uc78e\uc744 \uadf8\ubb3c\ub9dd\ucc98\ub7fc \uc5ee\uc5b4 \uc9d1\uc744 \uc9d3\uace0 \uadf8 \uc18d\uc5d0\uc11c \uac00\ud574\ud558\ub294 \ub3c5\ud2b9\ud55c \ud53c\ud574\ub97c \uc720\ubc1c\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"webbed_leaves\" class=\"damage-btn active text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc78e \uadf8\ubb3c\ub9dd (\uc720\ucda9\uc9d1)<\/button>\n                        <button data-damage-type=\"frass_accumulation\" class=\"damage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\ubc30\uc124\ubb3c\/\ucc0c\uaebc\uae30<\/button>\n                        <button data-damage-type=\"severe_defoliation\" class=\"damage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc2ec\ud55c \ud0c8\uc5fd<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"md:flex md:items-center md:space-x-6 p-4 border border-gray-200 rounded-lg\">\n                        <img decoding=\"async\" id=\"damage-main-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/Homadaula_anisocentra_webbing_damage.jpg\" alt=\"\uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29 \uadf8\ubb3c\ub9dd \ud53c\ud574 \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 rounded-lg shadow-md mb-4 md:mb-0\">\n                        <div id=\"damage-text\" class=\"md:w-1\/2\">\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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 2\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29\uc740 1\ub144\uc5d0 2\ud68c \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \ub099\uc5fd\uc774\ub098 \uc9c0\ud45c\uba74\uc758 \uace0\uce58 \uc18d\uc5d0\uc11c \ubc88\ub370\uae30 \ub610\ub294 \ub178\uc219 \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 rounded-lg\">\n                            <p class=\"font-semibold\">1. \uc6d4\ub3d9 (\ubc88\ub370\uae30 \ub610\ub294 \ub178\uc219\uc720\ucda9)<\/p><p class=\"text-sm\">\ub099\uc5fd\uc774\ub098 \ub545\uc18d \uace0\uce58\uc5d0\uc11c \ubc88\ub370\uae30 \ub610\ub294 \ub178\uc219\uc720\ucda9 \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 rounded-lg\">\n                            <p class=\"font-semibold\">2. 1\uc138\ub300 \uc131\ucda9 \uc6b0\ud654 (6\uc6d4)<\/p><p class=\"text-sm\">\uc6d4\ub3d9 \uac1c\uccb4\uac00 \ubc88\ub370\uae30\ub97c \uac70\uccd0 \uc131\ucda9\uc73c\ub85c \uc6b0\ud654<\/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 rounded-lg\">\n                            <p class=\"font-semibold\">3. 1\uc138\ub300 \uc720\ucda9 \uac00\ud574 (7\uc6d4 ~ 8\uc6d4)<\/p><p class=\"text-sm\">\uc54c\uc5d0\uc11c \ubd80\ud654\ud55c \uc720\ucda9\uc774 \uc78e\uc744 \uadf8\ubb3c\ub9dd\ucc98\ub7fc \uc5ee\uace0 \uc9d1\ub2e8\uc73c\ub85c \uc78e \uac00\ud574<\/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 rounded-lg\">\n                            <p class=\"font-semibold\">4. 2\uc138\ub300 \uc131\ucda9 \uc6b0\ud654 (8\uc6d4)<\/p><p class=\"text-sm\">1\uc138\ub300 \uc720\ucda9\uc774 \uc131\uc7a5\ud558\uc5ec \uc131\ucda9\uc774 \ub428. \ub2e4\uc2dc \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 rounded-lg\">\n                            <p class=\"font-semibold\">5. 2\uc138\ub300 \uc720\ucda9 \uac00\ud574 (9\uc6d4 ~ 10\uc6d4)<\/p><p class=\"text-sm\">\uc54c\uc5d0\uc11c \ubd80\ud654\ud55c \uc720\ucda9\uc774 \uc78e\uc744 \uac00\ud574. \ub178\uc219 \uc720\ucda9\uc740 \ud759 \uc18d\uc5d0 \uace0\uce58\ub97c \uc9d3\uace0 \uc6d4\ub3d9 \uc900\ube44<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ubc29\uc81c \ubc29\ubc95 Section -->\n            <section id=\"control\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\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                        \uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29 \ubc29\uc81c\ub294 \uc720\ucda9\uc774 \uc5b4\ub9b4 \ub54c \ub610\ub294 \uace0\uce58\ub97c \uc81c\uac70\ud558\ub294 \ubb3c\ub9ac\uc801 \ubc29\uc81c\uac00 \uc911\uc694\ud558\uba70, \ubc1c\uc0dd \ucd08\uae30 \ub300\uc751\uc774 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 border border-red-200 bg-red-50 rounded-lg\">\n                            <h3 class=\"text-xl font-semibold text-red-800 mb-2\">\u203b \uc720\ucda9 \ub3c5\uce68 \uc8fc\uc758<\/h3>\n                            <p class=\"text-gray-700\">\uc77c\ubd80 \uc410\uae30\ub098\ubc29\ub958 \uc720\ucda9\uc740 \ub3c5\uce68\uc744 \uac00\uc9c0\uace0 \uc788\uc5b4 \ud53c\ubd80\uc5d0 \uc811\ucd09 \uc2dc \ud1b5\uc99d\uacfc \uc5fc\uc99d\uc744 \uc720\ubc1c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubc29\uc81c \uc2dc \uc8fc\uc758\ud558\uc2ed\uc2dc\uc624.<\/p>\n                        <\/div>\n                        <div class=\"p-4 border border-blue-200 bg-blue-50 rounded-lg\">\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>\ud53c\ud574 \uc78e\/\uac00\uc9c0 \uc81c\uac70:<\/strong> \uc720\ucda9\uc774 \uc78e\uc744 \uadf8\ubb3c\ub9dd\ucc98\ub7fc \uc5ee\uc740 \ud53c\ud574 \uc78e\uc774\ub098 \uac00\uc9c0\ub97c \ucc44\ucde8\ud558\uc5ec \uc18c\uac01\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uace0\uce58 \uc81c\uac70:<\/strong> \uaca8\uc6b8\ucca0 \ub098\ubb47\uac00\uc9c0\ub098 \ub099\uc5fd\uce35\uc758 \uace0\uce58\ub97c \ub530\uc11c \uc18c\uac01\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc720\ucda9 \ud3ec\uc0b4:<\/strong> \uc720\ucda9\uc774 \uc5b4\ub9b4 \ub54c \uc9c1\uc811 \uc7a1\uc544 \uc8fd\uc785\ub2c8\ub2e4. (\ubc1c\uc0dd\uc774 \uc801\uc744 \ub54c \ud6a8\uacfc\uc801)<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 border border-green-200 bg-green-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2461 \ud654\ud559\uc801 \ubc29\uc81c<\/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\uc5d0 \uc0b4\ucda9\uc81c\ub97c \uc0b4\ud3ec\ud569\ub2c8\ub2e4. (1\uc138\ub300 \uc720\ucda9 \ubc1c\uc0dd\uae30: 7~8\uc6d4, 2\uc138\ub300 \uc720\ucda9 \ubc1c\uc0dd\uae30: 9~10\uc6d4)<\/li>\n                                 <li><strong>\uc57d\uc81c \uc885\ub958 (\uc608\uc2dc):<\/strong> \ub514\ucf54\ud3f4 \uc218\ud654\uc81c(35%), \uc720\uc81c(42%) \ub610\ub294 \uc544\ubbf8\ud2b8\ub77c\uc988 \uc720\uc81c(20%) 1,000\ubc30 \ud76c\uc11d\ud558\uc5ec 10\uc77c \uac04\uaca9 2\ud68c \uc0b4\ud3ec. \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \uae30\uc8fc\uc2dd\ubb3c \ubc0f \ud574\ucda9\uba85 \uac80\uc0c9\ud558\uc5ec \ud655\uc778\ud558\uc2ed\uc2dc\uc624.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 border border-yellow-200 bg-yellow-50 rounded-lg\">\n                            <h3 class=\"text-xl font-semibold text-yellow-800 mb-2\">\u2462 \uc0dd\ubb3c\uc801 \ubc29\uc81c<\/h3>\n                            <p class=\"text-gray-700\">\ud3ec\uc2dd\uc131 \ucc9c\uc801\uc778 \ubb34\ub2f9\ubc8c\ub808\ub958, \ud480\uc7a0\uc790\ub9ac\ub958, \uc751\uc560\ub958, \uac70\ubbf8\ub958, \uc870\ub958, \uae30\uc0dd\uc131 \ucc9c\uc801\uc778 \uc880\ubc8c\ub958, \ub9f5\uc2dc\ubc8c\ub958, \uae30\uc0dd\ud30c\ub9ac\ub958 \ub4f1\uc744 \ubcf4\ud638\ud558\uc5ec \ud65c\uc6a9\ud569\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-stone-800 mb-4 text-center\">\uc8fc\uc694 \ud65c\ub3d9 \uc2dc\uae30 \ubc0f \ubc29\uc81c \uc801\uae30<\/h3>\n                    <div class=\"chart-container\">\n                        <canvas id=\"controlChart\"><\/canvas>\n                    <\/div>\n                <\/div>\n            <\/section>\n        <\/main>\n\n        <footer class=\"text-center mt-12 pt-4 border-t border-gray-200\">\n            <p class=\"text-sm text-gray-500\">\uc815\ubcf4 \ucd9c\ucc98: \ub124\uc774\ubc84 \ube14\ub85c\uadf8, TreeCareWIKI, \uc0b0\ub9bc\uccad \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 \uc218\ucef7\uc774 12~15mm, \uc554\ucef7\uc740 16~18mm\ub85c \ubab8\uacfc \uc55e\ub0a0\uac1c\ub294 \uc740\ud68c\uc0c9\uc744 \ub760\uba70, \uc55e\ub0a0\uac1c\uc5d0 \uac80\uc740 \uc810\uc774 \uc0b0\uc7ac\ud569\ub2c8\ub2e4. \ub4b7\ub0a0\uac1c \ub05d\ubd80\ubd84\uc740 \uc57d\uac04 \ub178\ub780\ube5b\uc774 \ub3d5\ub2c8\ub2e4. \uc218\ucef7 \ub354\ub4ec\uc774\ub294 \ud1b1\ub2c8 \ubaa8\uc591, \uc554\ucef7\uc740 \uc2e4 \ubaa8\uc591\uc785\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc218\ucef7 \uc57d 12~15mm, \uc554\ucef7 \uc57d 16~18mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Homadaula_anisocentra_adult.jpg'\n                },\n                larva: {\n                    title: '\uc720\ucda9',\n                    description: '\ubab8\uae38\uc774\ub294 \uc57d 15mm (\ub178\uc219 \uc720\ucda9). \ub2f4\ub179\uc0c9 \ub610\ub294 \ud751\uac08\uc0c9\uc744 \ub760\uba70, \ub4f1 \uc591\ucabd\uc5d0 \ud669\ubc31\uc0c9 \uc904\ubb34\ub2ac\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uac00\uc2b4 \ub9c8\ub514\uc5d0 \uac00\uc2dc\uac00 \uc788\ub294 \uac83\uc774 \ud2b9\uc9d5\uc785\ub2c8\ub2e4. \uc78e\uc744 \uadf8\ubb3c\ub9dd\ucc98\ub7fc \uc5ee\uc740 \uc9d1 \uc18d\uc5d0 \uc0b4\uba74\uc11c \uc78e\uc0b4\uc744 \uac09\uc544\uba39\uc2b5\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 15mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Homadaula_anisocentra_larva.jpg'\n                },\n                cocoon: {\n                    title: '\uace0\uce58',\n                    description: '\uc720\ucda9\uc774 \uc78e\uc744 \uc5ee\uc5b4 \ub9cc\ub4e0 \uadf8\ubb3c\ub9dd \uc18d\uc5d0 \ub2e8\ub2e8\ud55c \uc0c8\uc54c \ubaa8\uc591\uc758 \uace0\uce58\ub97c \ub9cc\ub4ed\ub2c8\ub2e4. \uc774 \uace0\uce58 \uc18d\uc5d0\uc11c \ubc88\ub370\uae30\uac00 \ub418\uc5b4 \uc6d4\ub3d9\ud569\ub2c8\ub2e4. \uace0\uce58\uc5d0\ub294 \ubc8c\ub808\ub625\uacfc \ucc0c\uaebc\uae30\uac00 \ubd99\uc5b4\uc788\uae30\ub3c4 \ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: (\uc815\ubcf4 \uc5c6\uc74c)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Homadaula_anisocentra_cocoon.jpg'\n                }\n            };\n\n            const damageData = {\n                webbed_leaves: {\n                    title: '\uc78e \uadf8\ubb3c\ub9dd (\uc720\ucda9\uc9d1)',\n                    description: '\uc720\ucda9\uc774 \uc2e4\uc744 \ud1a0\ud558\uc5ec \uc5ec\ub7ec \uc7a5\uc758 \uc78e\uc744 \uc11c\ub85c \uc5ee\uc5b4 \uadf8\ubb3c\ub9dd \uac19\uc740 \uc9d1\uc744 \ub9cc\ub4e4\uace0, \uadf8 \uc18d\uc5d0\uc11c \uc5ec\ub7ec \ub9c8\ub9ac\uac00 \uc9d1\ub2e8\uc73c\ub85c \uc0dd\ud65c\ud558\uba70 \uc78e\uc744 \uac09\uc544\uba39\uc2b5\ub2c8\ub2e4. \uc774 \uadf8\ubb3c\ub9dd\uc740 \ubbf8\uad00\uc744 \ud574\uce69\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Homadaula_anisocentra_webbing_damage.jpg'\n                },\n                frass_accumulation: {\n                    title: '\ubc30\uc124\ubb3c\/\ucc0c\uaebc\uae30',\n                    description: '\uadf8\ubb3c\ub9dd \uc18d \uac00\ud574 \ubd80\uc704\uc640 \uc678\ubd80\ub85c \ubc8c\ub808\ub625\uacfc \uba39\uc774 \ucc0c\uaebc\uae30\uac00 \ubc30\ucd9c\ub418\uc5b4 \uc78e\uacfc \uc904\uae30\uc5d0 \ubd99\uc5b4 \ud639\ucc98\ub7fc \ubcf4\uc785\ub2c8\ub2e4. \uc774\ub294 \ubbf8\uad00\uc744 \ub354\uc6b1 \ud574\uce69\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Homadaula_anisocentra_frass.jpg'\n                },\n                severe_defoliation: {\n                    title: '\uc2ec\ud55c \ud0c8\uc5fd',\n                    description: '\ub178\uc219\uc720\ucda9\uae30\uc758 \ud53c\ud574\uac00 \uac00\uc7a5 \uadf9\uc2ec\ud558\uba70, \uc78e\uc774 \ub204\ub807\uac8c \ub9c8\ub974\uac70\ub098 \ub5a1\uc9c4 \uc0c1\ud0dc\uac00 \ub429\ub2c8\ub2e4. \uac00\uc744\uc5d0\ub294 \uc218\uad00 \uc804\uccb4\uac00 \ub5a1\uc9c4 \uc78e\ub4e4\ub85c \ucc44\uc6cc\uc9c8 \uc815\ub3c4\ub85c \uc2ec\ud55c \ud0c8\uc5fd \ud53c\ud574\uac00 \ub098\ud0c0\ub0a9\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc790\uadc0\ub098\ubb34\ub294 \ud574\ub9c8\ub2e4 \uc0c8\uc78e\uc744 \ub0b4\uc5b4 \ud68c\ubcf5\ud558\ub294 \ud3b8\uc785\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Homadaula_anisocentra_severe_defoliation.jpg'\n                }\n            };\n            \n            const setupImageFallback = (imgElement) => {\n                if (!imgElement) return;\n                imgElement.onerror = () => {\n                    const altText = imgElement.alt || '\uc774\ubbf8\uc9c0 \ub85c\ub529 \uc2e4\ud328';\n                    const placeholderUrl = `https:\/\/placehold.co\/400x300\/e2e8f0\/4a5568?text=${encodeURIComponent(altText)}`;\n                    imgElement.src = placeholderUrl;\n                    imgElement.onerror = null;\n                };\n            };\n            \n            setupImageFallback(document.getElementById('morphology-main-image'));\n            setupImageFallback(document.getElementById('damage-main-image'));\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            const morphologyMainImage = document.getElementById('morphology-main-image');\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                morphologyMainImage.src = data.image;\n                morphologyMainImage.alt = `${data.title} \uc774\ubbf8\uc9c0`;\n            }\n\n            morphologyTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.type);\n                });\n            });\n            updateMorphologyContent('adult'); \/\/ Initial content for morphology section\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            const damageMainImage = document.getElementById('damage-main-image');\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                damageMainImage.src = data.image;\n                damageMainImage.alt = data.title;\n            }\n\n            damageTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damageType);\n                });\n            });\n            updateDamageContent('webbed_leaves'); \/\/ Initial content for damage section\n\n            const ctx = document.getElementById('controlChart').getContext('2d');\n            new Chart(ctx, {\n                type: 'bar',\n                data: {\n                    labels: ['5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4'],\n                    datasets: [{\n                        label: '1\uc138\ub300 \uc720\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 5, 10, 8, 2, 0], \/\/ Peak July (\ucd9c\ucc98: 7~8\uc6d4 \uac00\ud574)\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: '2\uc138\ub300 \uc720\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 0, 0, 5, 10, 8], \/\/ Peak Sept-Oct (\ucd9c\ucc98: 9~10\uc6d4 \uac00\ud574)\n                        backgroundColor: 'rgba(87, 83, 78, 0.6)', \/* stone-700 *\/\n                        borderColor: 'rgba(87, 83, 78, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (1\uc138\ub300 \uc720\ucda9)',\n                        data: [0, 0, 12, 0, 0, 0], \/\/ Early July\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 (2\uc138\ub300 \uc720\ucda9)',\n                        data: [0, 0, 0, 0, 0, 12], \/\/ Early September\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('1\uc138\ub300')) return ` ${context.dataset.label}: 7\uc6d4 \ucd08`;\n                                        if (context.dataset.label.includes('2\uc138\ub300')) return ` ${context.dataset.label}: 9\uc6d4 \ucd08`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\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=\"682\" height=\"434\" data-id=\"2612\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc790\uadc0\ubb49\ub69d\ub098\ubc29-\ud53c\ud574.jpg\" alt=\"\" class=\"wp-image-2612\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc790\uadc0\ubb49\ub69d\ub098\ubc29-\ud53c\ud574.jpg 682w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc790\uadc0\ubb49\ub69d\ub098\ubc29-\ud53c\ud574-300x191.jpg 300w\" sizes=\"auto, (max-width: 682px) 100vw, 682px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"690\" height=\"369\" data-id=\"2613\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29.jpg\" alt=\"\" class=\"wp-image-2613\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29.jpg 690w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29-300x160.jpg 300w\" sizes=\"auto, (max-width: 690px) 100vw, 690px\" \/><\/figure>\n<\/figure>\n","protected":false},"featured_media":2612,"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":[197],"pest-category":[95,94],"pest-overwintering":[107,100],"class_list":["post-2611","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-197","pest-category-95","pest-category-94","pest-overwintering-pupa","pest-overwintering-larva"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc790\uadc0\ubb49\ub69d\ub098\ubc29-\ud53c\ud574.jpg",682,434,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc790\uadc0\ubb49\ub69d\ub098\ubc29-\ud53c\ud574-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc790\uadc0\ubb49\ub69d\ub098\ubc29-\ud53c\ud574-300x191.jpg",300,191,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc790\uadc0\ubb49\ub69d\ub098\ubc29-\ud53c\ud574.jpg",682,434,false],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc790\uadc0\ubb49\ub69d\ub098\ubc29-\ud53c\ud574.jpg",682,434,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc790\uadc0\ubb49\ub69d\ub098\ubc29-\ud53c\ud574.jpg",682,434,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc790\uadc0\ubb49\ub69d\ub098\ubc29-\ud53c\ud574.jpg",682,434,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29 (Homadaula anisocentra)\uc774\ub780? \uc790\uadc0\ubb49\ub69d\ub0a0\uac1c\ub098\ubc29\uc740 \ub098\ube44\ubaa9 \ubb49\ub69d\ub0a0\uac1c\ub098\ubc29\uacfc(Choreutidae)\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc720\ucda9\uc774 \uc790\uadc0\ub098\ubb34\ub97c [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/2611","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\/2612"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2611"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=2611"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=2611"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=2611"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}