{"id":2412,"date":"2025-06-20T04:47:44","date_gmt":"2025-06-20T04:47:44","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=2412"},"modified":"2025-06-20T04:51:34","modified_gmt":"2025-06-20T04:51:34","slug":"%ea%bd%83%eb%a7%a4%eb%af%b8","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ea%bd%83%eb%a7%a4%eb%af%b8","title":{"rendered":"\uaf43\ub9e4\ubbf8"},"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>\uaf43\ub9e4\ubbf8 \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: Autumn Harvest -->\n    <!-- Application Structure Plan: The SPA for Spotted Lanternfly is structured into five thematic sections: '\uac1c\uc694' (Overview), '\ubc1c\uc721\ub2e8\uacc4\ubcc4 \ud615\ud0dc' (Morphology by Stage), '\ud53c\ud574 \uc99d\uc0c1' (Damage Symptoms), '\uc0dd\ud65c\uc0ac' (Lifecycle), and '\ubc29\uc81c \ubc29\ubc95' (Control Methods). This comprehensive structure allows for detailed exploration. '\ubc1c\uc721\ub2e8\uacc4\ubcc4 \ud615\ud0dc' and '\ud53c\ud574 \uc99d\uc0c1' use interactive elements (buttons) to show different images and descriptions, enhancing visual identification and understanding of progressive damage. '\uc0dd\ud65c\uc0ac' features a detailed flowchart. '\ubc29\uc81c \ubc29\ubc95' includes a chart for chemical control timing, aligning with vulnerable nymph stages, making the information highly actionable. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Egg, 4 nymph instars, Adult) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for each stage -> Interaction: Clicking stage buttons updates image and descriptive text for that stage -> Justification: The source provides detailed descriptions and images for each distinct developmental stage. An interactive gallery is best for visual comparison and identification. -> Library\/Method: Vanilla JS.\n        2. Report Info: Damage Types (Direct sap-sucking, Sooty mold, Fruit damage) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for each damage type -> Interaction: Clicking damage type buttons updates image and descriptive text -> Justification: Clearly distinguishes the primary and secondary damage, aiding in accurate diagnosis and understanding the full impact. -> Library\/Method: Vanilla JS.\n        3. Report Info: Lifecycle (Egg overwintering, Nymph development periods, Adult emergence and egg-laying timing) -> Goal: Organize & Show Change -> Viz\/Method: Detailed HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: A comprehensive flowchart is essential to convey the complex, multi-stage, and seasonal lifecycle, which is crucial for effective control. -> Library\/Method: HTML\/Tailwind.\n        4. Report Info: Chemical Control Timing (Targeting 2-3rd instar nymphs, specific months) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart with suggested timing overlay -> Interaction: Hover tooltips provide context -> Justification: Translates textual recommendations on insecticide application timing into a clear visual schedule, emphasizing the critical nymph stage for effective control. -> Library\/Method: 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: #92400e; \/* orange-800 *\/\n            color: #fff7ed; \/* orange-50 *\/\n            font-weight: 700;\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        .stage-btn.active, .damage-btn.active {\n            background-color: #f59e0b; \/* amber-500 *\/\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        <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-orange-100\">\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-orange-100\">\ubc1c\uc721\ub2e8\uacc4\ubcc4 \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-orange-100\">\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-orange-100\">\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-orange-100\">\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-orange-800 mb-4\">\uaf43\ub9e4\ubbf8\ub294 \uc5b4\ub5a4 \ud574\ucda9\uc778\uac00\uc694?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uaf43\ub9e4\ubbf8\ub294 \uc911\uad6d \ub0a8\ubd80 \ubc0f \ub3d9\ub0a8\uc544\uc2dc\uc544\uac00 \uc6d0\uc0b0\uc9c0\uc778 \uc544\uc5f4\ub300\uc131 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub098\ub77c\uc5d0\ub294 1932\ub144 \uae30\ub85d\uc774 \uc788\uc73c\ub098 \uc0ac\ub77c\uc84c\ub2e4\uac00 2006\ub144 \uc7ac\uce68\uc785\uc774 \ud655\uc778\ub418\uc5c8\uc73c\uba70, \uc9c0\uad6c\uc628\ub09c\ud654\ub85c \uad6d\ub0b4 \uc6d4\ub3d9\uc774 \uac00\ub2a5\ud574\uc9c0\uba74\uc11c \ud655\uc0b0\ub420 \uac00\ub2a5\uc131\uc774 \ub192\uc740 \uac83\uc73c\ub85c \uc608\uce21\ub429\ub2c8\ub2e4. \ud2b9\ud788 \ub3c4\uc2dc\uadfc\uad50 \uac00\ub85c\uc218, \uc870\uacbd\uc218, \uc815\uc6d0\uc218 \ubc0f \ud3ec\ub3c4\uc6d0\uc5d0 \uc2ec\uac01\ud55c \ud53c\ud574\ub97c \uc90d\ub2c8\ub2e4.\n                    <\/p>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-orange-800 mb-3\">\uc8fc\uc694 \uae30\uc8fc\uc2dd\ubb3c<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \ubaa9\ubcf8 38\uc885, \ucd08\ubcf8 3\uc885 \ub4f1 \ucd1d 41\uc885\uc758 \uc2dd\ubb3c\uc5d0 \uae30\uc0dd\ud558\uba70, \ud2b9\ud788 <strong>\uac00\uc8fd\ub098\ubb34, \ucc38\uc8fd\ub098\ubb34, \uc720\ub7fd\ucc38\uc8fd\ub098\ubb34, \uc18c\ud0dc\ub098\ubb34, \ud669\ubcbd\ub098\ubb34, \uac00\ub798\ub098\ubb34, \uc26c\ub098\ubb34, \ubbf8\uad6d\ub2f4\uc7c1\uc774\ub369\uad74, \uba38\ub8e8, \ud3ec\ub3c4<\/strong> \ub4f1\uc5d0\uc11c \ub192\uc740 \ubc00\ub3c4\ub85c \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \ud3ec\ub3c4\ub294 \ub18d\uac00 \uc18c\ub4dd \uc791\ubb3c\ub85c \ud53c\ud574\uac00 \uc6b0\ub824\ub429\ub2c8\ub2e4.\n                    <\/p>\n                <\/div>\n            <\/section>\n\n            <!-- \ubc1c\uc721\ub2e8\uacc4\ubcc4 \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-orange-800 mb-4\">\ubc1c\uc721\ub2e8\uacc4\ubcc4 \uaf43\ub9e4\ubbf8\uc758 \ubaa8\uc2b5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uaf43\ub9e4\ubbf8\ub294 \uc54c, 4\ub839\uae4c\uc9c0\uc758 \uc57d\ucda9, \uadf8\ub9ac\uace0 \uc131\ucda9 \ub4f1 \uac01 \ubc1c\uc721\ub2e8\uacc4\ub9c8\ub2e4 \ub69c\ub837\ud55c \ud615\ud0dc\uc801 \ud2b9\uc9d5\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798 \ubc84\ud2bc\uc744 \ub20c\ub7ec \uac01 \ub2e8\uacc4\uc758 \ubaa8\uc2b5\uc744 \ud655\uc778\ud558\uace0 \ud06c\uae30\ub97c \uc54c\uc544\ubcf4\uc138\uc694.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-stage=\"egg\" 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\">\uc54c<\/button>\n                        <button data-stage=\"nymph1\" 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\">1\ub839 \uc57d\ucda9<\/button>\n                        <button data-stage=\"nymph23\" 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\">2-3\ub839 \uc57d\ucda9<\/button>\n                        <button data-stage=\"nymph4\" 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\">4\ub839 \uc57d\ucda9<\/button>\n                        <button data-stage=\"adult\" 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\">\uc131\ucda9<\/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-image\" src=\"https:\/\/placehold.co\/400x300\/fcd34d\/78350f?text=\uaf43\ub9e4\ubbf8+\uc774\ubbf8\uc9c0\" alt=\"\uaf43\ub9e4\ubbf8 \ubc1c\uc721\ub2e8\uacc4\ubcc4 \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-orange-700 mb-2\"><\/h3>\n                            <p id=\"morphology-description\" class=\"text-gray-700\"><\/p>\n                            <p id=\"morphology-size\" class=\"text-sm text-gray-600 mt-2\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ud53c\ud574 \uc99d\uc0c1 Section -->\n            <section id=\"damage\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-orange-800 mb-4\">\uaf43\ub9e4\ubbf8\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uaf43\ub9e4\ubbf8\ub294 \uc218\uc561 \ud761\uc999\uacfc \ubc30\uc124\ubb3c\ub85c \uc778\ud574 \ub098\ubb34\uc640 \uacfc\uc218\uc5d0 \ub2e4\uc591\ud55c \ud53c\ud574\ub97c \uc720\ubc1c\ud569\ub2c8\ub2e4. \ud2b9\ud788 \ud3ec\ub3c4\uc6d0\uc5d0\uc11c\ub294 \uc5f4\ub9e4\uc758 \uc0c1\ud488 \uac00\uce58\ub97c \ub5a8\uc5b4\ub728\ub9bd\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"wilt\" 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 \uc2dc\ub4e4\uc74c \/ \uace0\uc0ac<\/button>\n                        <button data-damage-type=\"sootymold\" 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\">\uadf8\uc744\uc74c\ubcd1<\/button>\n                        <button data-damage-type=\"fruit\" 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\">\uacfc\uc2e4 \ubd80\ud328<\/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-img\" src=\"https:\/\/placehold.co\/400x300\/d97706\/fff7ed?text=\ud53c\ud574+\uc774\ubbf8\uc9c0\" alt=\"\uaf43\ub9e4\ubbf8 \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-amber-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-orange-800 mb-4\">\uaf43\ub9e4\ubbf8\uc758 \uc0dd\ud65c\ud658 (\uc5f0 1\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uaf43\ub9e4\ubbf8\ub294 1\ub144\uc5d0 1\uc138\ub300\ub97c \uc8fc\ub85c \ubc1c\uc0dd\uc2dc\ud0a4\uba70, \uc54c \uc0c1\ud0dc\ub85c \uc6d4\ub3d9\ud569\ub2c8\ub2e4. \uac01 \ubc1c\uc721\ub2e8\uacc4\uc758 \uc2dc\uae30\uc640 \uae30\uac04\uc744 \ud30c\uc545\ud558\ub294 \uac83\uc740 \ubc29\uc81c \uacc4\ud68d \uc218\ub9bd\uc5d0 \ub9e4\uc6b0 \uc911\uc694\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 (12\uc6d4 ~ 4\uc6d4)<\/p><p class=\"text-sm\">\uac00\uc9c0\ub098 \uc904\uae30\uc5d0 \uc0b0\ub780\ub41c **\uc54c** \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\ub839 \uc57d\ucda9 \ubd80\ud654 \ubc0f \ud65c\ub3d9 (4\uc6d4 \ub9d0 ~ 5\uc6d4 \ucd08)<\/p><p class=\"text-sm\">\uc54c\uc5d0\uc11c \ubd80\ud654\ud55c \uc57d\ucda9\uc774 \ud65c\ubc1c\ud558\uac8c \ud761\uc999 \uac00\ud574 \uc2dc\uc791<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-yellow-100 rounded-lg\">\n                            <p class=\"font-semibold\">3. \ub839\uae30\ubcc4 \uc57d\ucda9 \ubc1c\uc721 (4\uc6d4 \ub9d0 ~ 7\uc6d4 \ucd08)<\/p><p class=\"text-sm\">1\ub839(18.8\uc77c) \u2192 2\ub839(20.9\uc77c) \u2192 3\ub839(20.8\uc77c) \u2192 4\ub839(22.2\uc77c) \ubc1c\uc721 \ud6c4 \ubc88\ub370\uae30<\/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-purple-100 rounded-lg\">\n                            <p class=\"font-semibold\">4. \uc131\ucda9 \uc6b0\ud654 \ubc0f \ud65c\ub3d9 (7\uc6d4 \ucd08 ~ 10\uc6d4 \ub9d0)<\/p><p class=\"text-sm\">\uc57d\ucda9\uc774 \uc131\ucda9\uc73c\ub85c \uc6b0\ud654\ud558\uc5ec \ud761\uc999 \uac00\ud574 \ubc0f \uc774\ub3d9<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                         <div class=\"w-full max-w-md text-center p-3 bg-orange-100 rounded-lg\">\n                            <p class=\"font-semibold\">5. \uc0b0\ub780 (9\uc6d4 \ud558\uc21c ~ 10\uc6d4)<\/p><p class=\"text-sm\">\uc554\ucef7 \uc131\ucda9\uc774 \uc904\uae30\uc5d0 \uc54c\ub369\uc5b4\ub9ac(40~50\uac1c) \uc0b0\ub780 \ud6c4 \uc810\uc561\uc9c8\ub85c \ub36e\uc74c<\/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-orange-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \uc804\ub7b5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uaf43\ub9e4\ubbf8 \ubc29\uc81c\ub294 \uc720\ucda9\uacfc \uc131\ucda9\uc758 \ud65c\ub3d9 \uc2dc\uae30\ub97c \uc815\ud655\ud788 \ud30c\uc545\ud558\uace0, \uc5ec\ub7ec \ubc29\ubc95\uc744 \uc885\ud569\uc801\uc73c\ub85c \uc801\uc6a9\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \ud2b9\ud788 \ub300\ubc1c\uc0dd \uc2dc\uc5d0\ub294 \ucd08\uae30 \ubc29\uc81c\uac00 \ud575\uc2ec\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\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>\uc54c\ub369\uc5b4\ub9ac \uc81c\uac70:<\/strong> \uac00\uc744~\uc774\ub978 \ubd04 \uc6d4\ub3d9\ud558\ub294 \uc54c\ub369\uc5b4\ub9ac\ub97c \ucc3e\uc544 \uae01\uc5b4\ub0b4\uac70\ub098 \uc81c\uac70\ud558\uc5ec \uc18c\uac01\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ud3ec\uc0b4:<\/strong> \uc720\ucda9 \ubc0f \uc131\ucda9\uc774 \uad70\uc9d1\ud558\ub294 \uc2dc\uae30\uc5d0 \uc9c1\uc811 \uc7a1\uc544 \uc8fd\uc774\uac70\ub098 \ud3ec\ucda9\ub9dd\uc744 \uc774\uc6a9\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ub048\ub048\uc774 \ud2b8\ub7a9\/\ub760:<\/strong> \ub098\ubb34 \uc904\uae30\uc5d0 \ub048\ub048\uc774 \ud2b8\ub7a9\uc744 \uc124\uce58\ud558\uc5ec \uae30\uc5b4 \uc62c\ub77c\uc624\ub294 \uc57d\ucda9 \ubc0f \uc131\ucda9\uc744 \ud3ec\ud68d\ud569\ub2c8\ub2e4.<\/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 (\uc57d\ucda9 \uc2dc\uae30 \ucd5c\uc801)<\/h3>\n                             <p class=\"text-gray-700 mb-2\">\uc8fc\ub85c <strong>2~3\ub839 \uc57d\ucda9 \uc2dc\uae30\uc778 6\uc6d4 \ucd08<\/strong>\uc5d0 \ub4f1\ub85d\ub41c \uc0b4\ucda9\uc81c\ub97c \uc0b4\ud3ec\ud569\ub2c8\ub2e4. \uc218\uc138\uac00 \uc57d\ud558\uac70\ub098 \ud53c\ud574\uac00 \uc2ec\ud55c \ub098\ubb34\uc5d0\ub294 <strong>\uc218\uac04\uc8fc\uc0ac(\ub098\ubb34\uc8fc\uc0ac)<\/strong> \ubc29\ubc95\uc744 \uace0\ub824\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc57d\uc81c\ub97c \ud655\uc778\ud558\uc138\uc694.<\/p>\n                             <h4 class=\"font-semibold text-gray-700 mt-2\">\uc720\ud6a8 \uc131\ubd84 (\uc608\uc2dc)<\/h4>\n                             <ul class=\"list-disc list-inside text-gray-700 pl-4\">\n                                <li>\ub378\ud0c0\uba54\uc2a4\ub9b0 \uc720\uc81c (\uc2e0\uc18d\ud55c \uc0b4\ucda9 \ud6a8\uacfc)<\/li>\n                                <li>\uc774\ubbf8\ub2e4\ud074\ub85c\ud504\ub9ac\ub4dc \uc561\uc81c (\uc218\uac04\uc8fc\uc0ac \ud6a8\uacfc\uc801)<\/li>\n                                <li>\ud074\ub85c\ud2f0\uc544\ub2c8\ub518 \uc561\uc0c1\uc218\ud654\uc81c (\uc2e0\uc18d\ud55c \uc0b4\ucda9 \ud6a8\uacfc)<\/li>\n                                <li>\ud398\ub2c8\ud2b8\ub85c\uce58\uc628 \uc720\uc81c<\/li>\n                                <li>\ud2f0\uc544\ud074\ub85c\ud504\ub9ac\ub4dc \uc561\uc0c1\uc218\ud654\uc81c<\/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\">\uaf43\ub9e4\ubbf8 \uc54c\uc5d0 \uae30\uc0dd\ud558\ub294 \uc54c\ubc8c \ub4f1 \ucc9c\uc801\uc744 \ubcf4\ud638\ud558\uace0 \uc99d\uc2dd\uc2dc\ud0a4\ub294 \uc5f0\uad6c\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. \ubb34\ub2f9\ubc8c\ub808\ub958, \ud480\uc7a0\uc790\ub9ac\ub958 \ub4f1 \ud3ec\uc2dd\uc131 \ucc9c\uc801 \ubcf4\ud638\ub3c4 \uc911\uc694\ud569\ub2c8\ub2e4.<\/p>\n                        <\/div>\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\">\u2463 \uad6d\uac00\uc801 \ubc29\uc81c \ub300\ucc45<\/h3>\n                            <p class=\"text-gray-700\">\ub18d\ub9bc\uc218\uc0b0\uc2dd\ud488\ubd80 \uc8fc\uad00\uc73c\ub85c \ub18d\uc9c4\uccad, \uc0b0\ub9bc\uccad \ub4f1 \uc720\uad00\uae30\uad00\uc774 \ucc38\uc5ec\ud558\ub294 \ubc29\uc81c \ub300\ucc45 T\/F\ud300\uc774 \uc6b4\uc601\ub418\uba70, \uc608\ucc30 \ubc0f \ubc1c\uc0dd \uc815\ubcf4 \uc804\ud30c, \uc885\ud569 \ubc29\uc81c \uae30\uc220 \uac1c\ubc1c, \ud64d\ubcf4 \ubc0f \uad50\uc721, \uac80\uc5ed \ub300\ucc45 \ucd94\uc9c4 \ub4f1\uc744 \uc911\uc810\uc801\uc73c\ub85c \ucd94\uc9c4\ud558\uace0 \uc788\uc2b5\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-orange-800 mb-4 text-center\">\uc8fc\uc694 \ud65c\ub3d9 \uc2dc\uae30 \ubc0f \ubc29\uc81c \uc801\uae30<\/h3>\n                    <div class=\"chart-container\">\n                        <canvas id=\"controlChart\"><\/canvas>\n                    <\/div>\n                <\/div>\n            <\/section>\n        <\/main>\n\n        <footer class=\"text-center mt-12 pt-4 border-t border-gray-200\">\n            <p class=\"text-sm text-gray-500\">\uc815\ubcf4 \ucd9c\ucc98: \uad6d\ub9bd\uc0b0\ub9bc\uacfc\ud559\uc6d0, \uc0b0\ub9bc\uccad, \ub18d\ucd0c\uc9c4\ud765\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                egg: {\n                    title: '\uc54c (Egg)',\n                    description: '\uc904\uae30\ub098 \uac00\uc9c0\uc5d0 \ud3c9\ud589\uc73c\ub85c \ubc30\uc5f4\ub418\uc5b4 \ub369\uc5b4\ub9ac(\uc57d 40~50\uac1c)\ub85c \uc0b0\ub780\ub418\uba70, \uc9c4\ud68c\uc0c9\uc758 \ubd84\ube44\ubb3c\ub85c \ub36e\uc5ec \uc788\uc2b5\ub2c8\ub2e4. \uc54c \uc0c1\ud0dc\ub85c \uc6d4\ub3d9\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc7a5\uacbd 2.57mm, \ub2e8\uacbd 1.36mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/spotted-lanternfly-egg-mass.jpg'\n                },\n                nymph1: {\n                    title: '1\ub839 \uc57d\ucda9 (1st Instar Nymph)',\n                    description: '\uc54c\uc5d0\uc11c \ubd80\ud654\ud55c \uc9c1\ud6c4\uc5d0\ub294 \ud770\uc0c9\uc774\uc9c0\ub9cc 2~3\uc2dc\uac04 \ud6c4 \uac80\uc740\uc0c9 \ubab8\uc5d0 \ud770 \ubc18\uc810\uc774 \ub098\ud0c0\ub0a9\ub2c8\ub2e4. \ub4b7\ub2e4\ub9ac\uac00 \ubc1c\ub2ec\ud558\uc5ec \uc810\ud504\ub97c \ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \ubab8\uae38\uc774 3.91mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/spotted-lanternfly-nymph-early.jpg'\n                },\n                nymph23: {\n                    title: '2-3\ub839 \uc57d\ucda9 (2nd-3rd Instar Nymph)',\n                    description: '\ubab8\uc740 \uacc4\uc18d \uac80\uc740\uc0c9\uc774\uba70 \ud770 \ubc18\uc810\uc774 \ub69c\ub837\ud569\ub2c8\ub2e4. \uad6c\uce68\uc774 \ubc1c\ub2ec\ud558\uc5ec \uc218\uc561\uc744 \ud761\uc999\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 2\ub839 \uc57d\ucda9 \ubab8\uae38\uc774 5.67mm, 3\ub839 \uc57d\ucda9 \ubab8\uae38\uc774 8.88mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/spotted-lanternfly-nymph-mid.jpg'\n                },\n                nymph4: {\n                    title: '4\ub839 \uc57d\ucda9 (4th Instar Nymph)',\n                    description: '\ub4f1\uc740 \uac80\uc815 \ubb34\ub2ac\uac00 \uc788\ub294 \uc8fc\ud64d\uc0c9\uc73c\ub85c \ubc14\ub00c\uace0, \uc591 \uce21\uba74\uc5d0 \ub0a0\uac1c \ub531\uc9c0\uac00 \ub098\ud0c0\ub098 \uc131\ucda9\uc73c\ub85c\uc758 \ubcc0\ud654\ub97c \uc900\ube44\ud569\ub2c8\ub2e4. \uc5ec\uc804\ud788 \ud65c\ubc1c\ud558\uac8c \uc774\ub3d9\ud558\uba70 \ud761\uc999\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \ubab8\uae38\uc774 11.56mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/spotted-lanternfly-nymph-late.jpg'\n                },\n                adult: {\n                    title: '\uc131\ucda9 (Adult)',\n                    description: '\ub0a0\uac1c\ub97c \uac16\ucd94\uac8c \ub418\uc5b4 \uc774\ub3d9\uc774 \uc6a9\uc774\ud574\uc9d1\ub2c8\ub2e4. \uc55e\ub0a0\uac1c\ub294 \uc605\uc740 \uac08\uc0c9 \ubc14\ud0d5\uc5d0 \uac80\uc740 \ubc18\uc810\uc774 \uc788\uc73c\uba70, \ub4b7\ub0a0\uac1c\ub294 \ubd89\uc740\uc0c9 \ubc14\ud0d5\uc5d0 \uac80\uc740 \ubc18\uc810\uacfc \ud751\uac08\uc0c9\uc774 \uc11e\uc5ec \uc788\uc2b5\ub2c8\ub2e4. \uc554\ucef7\uc740 \ubd89\uc740\uc0c9 \uc0b0\ub780\uad00\uc73c\ub85c \uad6c\ubcc4\ub429\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc554\ucef7 \ubab8\uae38\uc774 20.4mm, \ub0a0\uac1c \ud3b8 \uae38\uc774 43.9mm \/ \uc218\ucef7 \ubab8\uae38\uc774 15.7mm, \ub0a0\uac1c \ud3b8 \uae38\uc774 35.4mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/spotted-lanternfly-adult.jpg'\n                }\n            };\n\n            const damageData = {\n                wilt: {\n                    title: '\uc78e \uc2dc\ub4e4\uc74c \ubc0f \uace0\uc0ac',\n                    description: '\uc57d\ucda9\uacfc \uc131\ucda9\uc774 \uc78e\uc904\uae30\uc5d0\uc11c \uc218\uc561\uc744 \ud761\uc999\ud558\uc5ec \uc78e\uc774 \uc2dc\ub4e4\uace0 \ub9d0\ub77c \uace0\uc0ac\ud558\uac8c \ub429\ub2c8\ub2e4. \uc9c0\uc18d\uc801\uc778 \ud53c\ud574\ub294 \ub098\ubb34 \uc804\uccb4\uc758 \uc218\uc138 \uc57d\ud654\ub85c \uc774\uc5b4\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/spotted-lanternfly-wilted-leaves.jpg'\n                },\n                sootymold: {\n                    title: '\uadf8\uc744\uc74c\ubcd1 \ubc1c\uc0dd',\n                    description: '\uaf43\ub9e4\ubbf8\uc758 \ubc30\uc124\ubb3c\uc778 \uac10\ub85c(\ub2ec\ucf64\ud55c \uc561\uccb4)\uac00 \uc78e\uacfc \uc904\uae30\uc5d0 \ub5a8\uc5b4\uc9c0\uba74, \uc774\ub97c \uc591\ubd84 \uc0bc\uc544 \uac80\uc740\uc0c9 \uadf8\uc744\uc74c\ubcd1\uade0\uc774 \ubc88\uc2dd\ud558\uc5ec \uadf8\uc744\uc74c\ubcd1\uc744 \uc720\ubc1c\ud569\ub2c8\ub2e4. \uc774\ub294 \ub098\ubb34\uc758 \ubbf8\uad00\uc744 \ud574\uce58\uace0 \uad11\ud569\uc131\uc744 \ubc29\ud574\ud569\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/spotted-lanternfly-sooty-mold.jpg'\n                },\n                fruit: {\n                    title: '\uacfc\uc2e4 \ubd80\ud328 \ubc0f \ud488\uc9c8 \uc800\ud558',\n                    description: '\ud3ec\ub3c4\uc640 \uac19\uc740 \uacfc\uc2e4\uc218\ub97c \uac00\ud574\ud560 \uacbd\uc6b0, \uc5f4\ub9e4\uc758 \uc218\uc561\uc744 \ud761\uc999\ud558\uace0 \uac10\ub85c\ub97c \ubc30\uc124\ud558\uc5ec \uacfc\uc2e4 \ud45c\uba74\uc774 \ub048\uc801\ud574\uc9c0\uace0 \uac80\uc740 \uacf0\ud321\uc774\uac00 \ud53c\uc5b4 \uc0c1\ud488 \uac00\uce58\ub97c \ud06c\uac8c \ub5a8\uc5b4\ub728\ub9bd\ub2c8\ub2e4. \uc2ec\ud558\uba74 \uacfc\uc2e4\uc774 \ubd80\ud328\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/spotted-lanternfly-grape-damage.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-image'));\n            setupImageFallback(document.getElementById('adult-img-overview'));\n            setupImageFallback(document.getElementById('larva-img-overview'));\n            setupImageFallback(document.getElementById('damage-main-img'));\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 morphologyStageButtons = 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 morphologyImage = document.getElementById('morphology-image');\n\n            function updateMorphologyContent(stage) {\n                morphologyStageButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#morphology .stage-btn[data-stage=\"${stage}\"]`).classList.add('active');\n                \n                const data = morphologyData[stage];\n                morphologyTitle.textContent = data.title;\n                morphologyDescription.textContent = data.description;\n                morphologySize.textContent = data.size;\n                morphologyImage.src = data.image;\n                morphologyImage.alt = `${data.title} \uc774\ubbf8\uc9c0`;\n            }\n\n            morphologyStageButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.stage);\n                });\n            });\n            updateMorphologyContent('egg'); \/\/ 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-img');\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} \uc774\ubbf8\uc9c0`;\n            }\n\n            damageTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damageType);\n                });\n            });\n            updateDamageContent('wilt'); \/\/ 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: ['4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4'],\n                    datasets: [{\n                        label: '1\ub839 \uc57d\ucda9 \ud65c\ub3d9\uae30',\n                        data: [5, 10, 5, 0, 0, 0, 0], \/\/ April to June\n                        backgroundColor: 'rgba(251, 191, 36, 0.6)', \/* amber-400 *\/\n                        borderColor: 'rgba(251, 191, 36, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    }, {\n                        label: '2~4\ub839 \uc57d\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 8, 10, 5, 0, 0, 0], \/\/ May to July\n                        backgroundColor: 'rgba(249, 115, 22, 0.6)', \/* orange-500 *\/\n                        borderColor: 'rgba(249, 115, 22, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    }, {\n                        label: '\uc131\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 0, 5, 10, 8, 5, 2], \/\/ July to October\n                        backgroundColor: 'rgba(234, 88, 12, 0.6)', \/* orange-600 *\/\n                        borderColor: 'rgba(234, 88, 12, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\uc57d\ucda9 \ub300\uc0c1)',\n                        data: [0, 0, 12, 0, 0, 0, 0], \/\/ Early June, targeting 2-3\ub839\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(5, 150, 105, 0.2)', \/* green-600 with transparency *\/\n                        borderColor: 'rgba(5, 150, 105, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    }]\n                },\n                options: {\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: {\n                        legend: {\n                           display: true,\n                           position: 'top',\n                           labels: {\n                               usePointStyle: false,\n                           }\n                        },\n                        tooltip: {\n                           mode: 'index',\n                           intersect: false,\n                           callbacks: {\n                                label: function(context) {\n                                    if (context.dataset.label.includes('\ubc29\uc81c \ucd94\ucc9c \uae30\uac04')) {\n                                        return ` ${context.dataset.label}: 6\uc6d4 \ucd08 (2~3\ub839 \uc57d\ucda9 \uc2dc\uae30)`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\uaf43\ub9e4\ubbf8 \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=\"323\" height=\"214\" data-id=\"2416\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\uc131\ucda9\ud53c\ud574.png\" alt=\"\" class=\"wp-image-2416\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\uc131\ucda9\ud53c\ud574.png 323w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\uc131\ucda9\ud53c\ud574-300x199.png 300w\" sizes=\"auto, (max-width: 323px) 100vw, 323px\" \/><figcaption class=\"wp-element-caption\">\uc131\ucda9 \ud53c\ud574<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"323\" height=\"216\" data-id=\"2417\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\uc57d\ucda9-\ud53c\ud574.png\" alt=\"\" class=\"wp-image-2417\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\uc57d\ucda9-\ud53c\ud574.png 323w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\uc57d\ucda9-\ud53c\ud574-300x201.png 300w\" sizes=\"auto, (max-width: 323px) 100vw, 323px\" \/><figcaption class=\"wp-element-caption\">\uc57d\ucda9 \ud53c\ud574<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"304\" height=\"204\" data-id=\"2418\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-4\ub839\ucda9.png\" alt=\"\" class=\"wp-image-2418\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-4\ub839\ucda9.png 304w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-4\ub839\ucda9-300x201.png 300w\" sizes=\"auto, (max-width: 304px) 100vw, 304px\" \/><figcaption class=\"wp-element-caption\">4\ub839\ucda9<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"304\" height=\"203\" data-id=\"2419\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-2-3\ub839-\uc57d\ucda9.png\" alt=\"\" class=\"wp-image-2419\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-2-3\ub839-\uc57d\ucda9.png 304w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-2-3\ub839-\uc57d\ucda9-300x200.png 300w\" sizes=\"auto, (max-width: 304px) 100vw, 304px\" \/><figcaption class=\"wp-element-caption\">2-3\ub839\ucda9<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"304\" height=\"204\" data-id=\"2420\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\ubd80\ud654\uc57d\ucda9.png\" alt=\"\" class=\"wp-image-2420\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\ubd80\ud654\uc57d\ucda9.png 304w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\ubd80\ud654\uc57d\ucda9-300x201.png 300w\" sizes=\"auto, (max-width: 304px) 100vw, 304px\" \/><figcaption class=\"wp-element-caption\">\ubd80\ud654 \uc57d\ucda9<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" data-id=\"2414\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-7-1-768x1024.jpg\" alt=\"\" class=\"wp-image-2414\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-7-1-768x1024.jpg 768w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-7-1-225x300.jpg 225w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-7-1-1152x1536.jpg 1152w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-7-1-1536x2048.jpg 1536w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-7-1-scaled.jpg 1920w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><figcaption class=\"wp-element-caption\">\uc131\ucda9<\/figcaption><\/figure>\n<\/figure>\n\n\n\n<p><\/p>\n","protected":false},"featured_media":2415,"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":[85,123,129,128,124,126,122,127,121,125],"pest-category":[94,78],"pest-overwintering":[82],"class_list":["post-2412","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-85","pest-target-123","pest-target-129","pest-target-128","pest-target-124","pest-target-126","pest-target-122","pest-target-127","pest-target-121","pest-target-125","pest-category-94","pest-category-78","pest-overwintering-egg"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\uc131\ucda9\uacfc-\uc0b0\ub780.png",305,204,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\uc131\ucda9\uacfc-\uc0b0\ub780-150x150.png",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\uc131\ucda9\uacfc-\uc0b0\ub780-300x201.png",300,201,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\uc131\ucda9\uacfc-\uc0b0\ub780.png",305,204,false],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\uc131\ucda9\uacfc-\uc0b0\ub780.png",305,204,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\uc131\ucda9\uacfc-\uc0b0\ub780.png",305,204,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uaf43\ub9e4\ubbf8-\uc131\ucda9\uacfc-\uc0b0\ub780.png",305,204,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\uaf43\ub9e4\ubbf8 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ubc1c\uc721\ub2e8\uacc4\ubcc4 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \uaf43\ub9e4\ubbf8\ub294 \uc5b4\ub5a4 \ud574\ucda9\uc778\uac00\uc694? \uaf43\ub9e4\ubbf8\ub294 \uc911\uad6d \ub0a8\ubd80 \ubc0f \ub3d9\ub0a8\uc544\uc2dc\uc544\uac00 \uc6d0\uc0b0\uc9c0\uc778 [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/2412","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\/2415"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2412"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=2412"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=2412"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=2412"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}