{"id":2641,"date":"2025-06-23T10:58:21","date_gmt":"2025-06-23T10:58:21","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=2641"},"modified":"2025-06-25T04:22:48","modified_gmt":"2025-06-25T04:22:48","slug":"%ed%81%b0%ea%b4%91%eb%8c%80%eb%85%b8%eb%a6%b0%ec%9e%ac%ec%9e%ac","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ed%81%b0%ea%b4%91%eb%8c%80%eb%85%b8%eb%a6%b0%ec%9e%ac%ec%9e%ac","title":{"rendered":"\ud070\uad11\ub300\ub178\ub9b0\uc7ac"},"content":{"rendered":"\n<p><\/p>\n\n\n\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>\ud070\uad11\ub300\ub178\ub9b0\uc7ac \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: Vivid Jewel Tones -->\n    <!-- Application Structure Plan: The SPA for Giant Stink Bug 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, emphasizing its striking appearance and nuisance aspects. '\ud615\ud0dc' and '\ud53c\ud574 \uc99d\uc0c1' sections use interactive elements (buttons) to highlight different pest forms and specific damage types (minor plant damage, strong odor, nuisance). '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its single-generational life cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily targeting adults in late spring\/early summer due to lack of registered pesticides. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Adult, Nymph, Egg) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for '\uc131\ucda9', '\uc57d\ucda9', '\uc54c' -> Interaction: Clicking buttons updates image and descriptive text for each form, including size, metallic luster, and distinctive markings. -> Justification: The highly distinctive and colorful appearance of this pest at different stages is best highlighted through interactive visuals. -> Library: Vanilla JS.\n        2. Report Info: Damage Types (Minor plant sap-sucking, Strong odor emission, Nuisance due to presence) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for '\uc2dd\ubb3c \ud761\uc999 (\uacbd\ubbf8)', '\uace0\uc57d\ud55c \ub0c4\uc0c8 \ubc1c\uc0b0', '\uc0dd\ud65c\uad8c \ud610\uc624\uac10' -> Interaction: Clicking buttons updates image and descriptive text. Focuses on both its minor plant impact and major human nuisance factor. -> Justification: Clearly differentiates between its limited plant damage and its primary impact as a nuisance pest. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Mature nymph overwintering, 1 generation\/year, adult emergence, egg-laying) -> 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 overwintering nymph and adult emergence) is essential for understanding pest behavior. -> Library: HTML\/Tailwind.\n        4. Report Info: Chemical Control Timing (Targeting adults in late May\/early June; no registered pesticides explicitly for it) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary window for potential chemical intervention (if non-specific pesticides are used), focusing on the adult emergence period, making the timing actionable while emphasizing the lack of specific registered products. -> 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: #842e88; \/* A darker purple\/magenta *\/\n            color: #f7eaf8; \/* Lighter matching color *\/\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: #c084fc; \/* Purple-300 *\/\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-purple-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-purple-100\">\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-purple-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-purple-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-purple-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-purple-800 mb-4\">\ud070\uad11\ub300\ub178\ub9b0\uc7ac (<i>Poecilocoris lewisi<\/i>)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ud070\uad11\ub300\ub178\ub9b0\uc7ac\ub294 \ub178\ub9b0\uc7ac\ubaa9 \ub178\ub9b0\uc7ac\uacfc\uc5d0 \uc18d\ud558\ub294 \uace4\ucda9\uc73c\ub85c, \ubab8 \ub4f1\ud310\uc758 \ud654\ub824\ud55c \uae08\ub179\uc0c9 \uae08\uc18d\uad11\ud0dd \ubc14\ud0d5\uc5d0 \ud64d\ubcf4\ub77c\ube5b \ubc0f \uc120\ud64d\uc0c9\uc758 \ud638\ub450 \uc54c\uac31\uc774 \ubaa8\uc591 \uac00\ub85c \uc904\ubb34\ub2ac 3\uac1c\uac00 \ud2b9\uc9d5\uc785\ub2c8\ub2e4. \uba39\uc774\ub098 \ud658\uacbd, \ube5b\uc758 \ubc18\uc0ac\uac01\ub3c4\uc5d0 \ub530\ub77c \ub9e4\uc6b0 \ud654\ub824\ud558\uace0 \ub2e4\uc591\ud558\uac8c \ubcf4\uc785\ub2c8\ub2e4. \uc0ac\ub78c\uc5d0\uac8c\ub294 \uace0\uc57d\ud55c \ub0c4\uc0c8\ub97c \ud48d\uae30\uba70 \ud610\uc624\uac10\uc744 \uc720\ubc1c\ud558\ub294 \uc8fc\uc694 \ud574\ucda9\uc785\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> \ub2e4 \uc790\ub780 \uc57d\ucda9\ud0dc (\ub098\ubb34\uaecd\uc9c8\uc774\ub098 \ub099\uc5fd \ubc11\uc5d0\uc11c \uc6d4\ub3d9)<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 1\ud68c<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-purple-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uac00\ud574 \uc218\uc885<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \ud55c\uad6d, \uc911\uad6d, \uc77c\ubcf8\uc5d0 \ubd84\ud3ec\ud569\ub2c8\ub2e4. \uc8fc\uc694 \uac00\ud574 \uc218\uc885\uc740 <strong>\ud68c\uc591\ubaa9, \ucca0\ucb49, \ub4f1\ub098\ubb34, \uc2dd\ub098\ubb34, \ub178\ub9b0\uc7ac\ub098\ubb34, \ubaa9\ub828, \uce35\uce35\ub098\ubb34, \uc544\uc65c\ub098\ubb34, \ucc38\ub098\ubb34\ub958, \uc26c\ub098\ubb34, \ud669\ubcbd\ub098\ubb34<\/strong> \ub4f1 \uac01\uc885 \ud65c\uc5fd\uc218\uc785\ub2c8\ub2e4. \uac04\ud639 \uacfc\uc218 \uad6c\uacfc\uc5d0 \ud761\uc999 \ud53c\ud574\ub97c \uc8fc\uae30\ub3c4 \ud558\ub098 \uadf8 \uc815\ub3c4\ub294 \ub9e4\uc6b0 \uc57d\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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-purple-800 mb-4\">\ud070\uad11\ub300\ub178\ub9b0\uc7ac\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud070\uad11\ub300\ub178\ub9b0\uc7ac\ub294 \uc131\ucda9, \uc57d\ucda9, \uc54c\uc758 \ud615\ud0dc\uac00 \ub69c\ub837\ud558\uba70, \uac01 \ub2e8\uacc4\ub9c8\ub2e4 \ud654\ub824\ud55c \uc0c9\ucc44\ub97c \ubcf4\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"adult\" class=\"stage-btn active 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=\"nymph\" 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\">\uc57d\ucda9<\/button>\n                        <button data-type=\"egg\" 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\">\uc54c<\/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\/Poecilocoris_lewisi_adult.jpg\" alt=\"\ud070\uad11\ub300\ub178\ub9b0\uc7ac \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-purple-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-purple-800 mb-4\">\ud070\uad11\ub300\ub178\ub9b0\uc7ac\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud070\uad11\ub300\ub178\ub9b0\uc7ac\ub294 \uc218\ubaa9\uc5d0 \uacbd\ubbf8\ud55c \ud53c\ud574\ub97c \uc8fc\uc9c0\ub9cc, \ubab8\uc5d0\uc11c \uace0\uc57d\ud55c \ub0c4\uc0c8\ub97c \ud48d\uaca8 \uc0ac\ub78c\ub4e4\uc5d0\uac8c \ud610\uc624\uac10\uc744 \uc720\ubc1c\ud558\ub294 \uac83\uc774 \uc8fc\uc694 \ubb38\uc81c\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"minor_plant_sucking\" 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\">\uc2dd\ubb3c \ud761\uc999 (\uacbd\ubbf8)<\/button>\n                        <button data-damage-type=\"foul_odor\" 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\">\uace0\uc57d\ud55c \ub0c4\uc0c8 \ubc1c\uc0b0<\/button>\n                        <button data-damage-type=\"nuisance_aesthetic\" 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\">\uc0dd\ud65c\uad8c \ud610\uc624\uac10<\/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\/Poecilocoris_lewisi_plant_damage.jpg\" alt=\"\ud070\uad11\ub300\ub178\ub9b0\uc7ac \uc2dd\ubb3c \ud761\uc999 \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-purple-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-purple-800 mb-4\">\ud070\uad11\ub300\ub178\ub9b0\uc7ac\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 1\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud070\uad11\ub300\ub178\ub9b0\uc7ac\ub294 1\ub144\uc5d0 1\ud68c \ubc1c\uc0dd\ud558\uba70, \ub2e4 \uc790\ub780 \uc57d\ucda9 \uc0c1\ud0dc\ub85c \ub098\ubb34\uaecd\uc9c8\uc774\ub098 \ub099\uc5fd \ubc11\uc5d0\uc11c \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 (\ub2e4 \uc790\ub780 \uc57d\ucda9)<\/p><p class=\"text-sm\">\ub098\ubb34\uaecd\uc9c8\uc774\ub098 \ub099\uc5fd \ubc11\uc5d0\uc11c \ub2e4 \uc790\ub780 \uc57d\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. \uc131\ucda9 \uc6b0\ud654 (5\uc6d4 \ud558\uc21c ~ 6\uc6d4)<\/p><p class=\"text-sm\">\uc6d4\ub3d9 \uc57d\ucda9\uc774 \uc131\ucda9\uc73c\ub85c \uc6b0\ud654\ud558\uc5ec \ud65c\ub3d9 \uc2dc\uc791. \uc131\ucda9 \uc218\uba85\uc740 \uc57d 17~20\uc77c<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-yellow-100 rounded-lg\">\n                            <p class=\"font-semibold\">3. \uc0b0\ub780 (5\uc6d4 \ud558\uc21c ~ 6\uc6d4)<\/p><p class=\"text-sm\">\uc131\ucda9\uc774 \ud68c\uc591\ubaa9 \uc78e \ub4b7\uba74\uc5d0 10~15\uac1c \uc815\ub3c4\uc758 \uc54c\uc744 \ubb34\ub354\uae30\ub85c \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-orange-100 rounded-lg\">\n                            <p class=\"font-semibold\">4. \uc54c \ubd80\ud654 \ubc0f \uc57d\ucda9 \ubc1c\uc721<\/p><p class=\"text-sm\">\uc54c\uc774 \ubd80\ud654\ud558\uba70 \uc57d\ucda9\uc774 \uc78e\uacfc \uc904\uae30\uc5d0 \uad6c\uce68\uc744 \uaf42\uc544 \ud761\uc999\ud558\uba70 \uc131\uc7a5. \uc57d\ucda9 \uccb4\uc0c9\uc740 \uba39\uc774\/\ud658\uacbd\uc5d0 \ub530\ub77c \ub2e4\uc591<\/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. \uc57d\ucda9 \uc6d4\ub3d9 \uc900\ube44 (\uac00\uc744)<\/p><p class=\"text-sm\">\uc131\uc7a5\ud55c \uc57d\ucda9\uc774 \ub098\ubb34\uaecd\uc9c8\uc774\ub098 \ub099\uc5fd \ubc11\uc73c\ub85c \uc774\ub3d9\ud558\uc5ec \ub2e4\uc74c \ud574 \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-purple-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud070\uad11\ub300\ub178\ub9b0\uc7ac\ub294 \uc218\ubaa9\uc5d0 \ub300\ud55c \uc9c1\uc811\uc801\uc778 \ud53c\ud574\ubcf4\ub2e4\ub294 \ub0c4\uc0c8\uc640 \ud610\uc624\uac10 \ubb38\uc81c\uac00 \ud06c\ubbc0\ub85c, \uc774\uc5d0 \ucd08\uc810\uc744 \ub9de\ucd98 \ubc29\uc81c \ubc29\ubc95\uc744 \uace0\ub824\ud574\uc57c \ud569\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 \ub4f1\ub85d \uc57d\uc81c \uc5c6\uc74c<\/h3>\n                            <p class=\"text-gray-700\">\ud604\uc7ac \ud070\uad11\ub300\ub178\ub9b0\uc7ac\uc5d0 \uc9c1\uc811 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. \ubc1c\uc0dd \ucd08\uae30\uc5d0 \uc77c\ubc18\uc801\uc778 \uc811\ucd09\uc131 \ub610\ub294 \uce68\ud22c\uc131 \uc0b4\ucda9\uc81c\ub97c \uc0b4\ud3ec\ud558\uba74 \ud6a8\uacfc\ub97c \ubcfc \uc218 \uc788\uc73c\ub098, \uc57d\ud574(\uc57d\uc81c \ud53c\ud574) \ubc0f \ud658\uacbd \uc601\ud5a5\uc744 \uace0\ub824\ud574\uc57c \ud569\ub2c8\ub2e4.<\/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>\uc218\ub3d9 \uc81c\uac70:<\/strong> \ubc1c\uacac \uc989\uc2dc \uc7a1\uc544 \uc8fd\uc774\ub294 \uac83\uc774 \uac00\uc7a5 \ud6a8\uacfc\uc801\uc778 \ubc29\ubc95\uc785\ub2c8\ub2e4. (\u203b \ub9cc\uc9c0\uba74 \uace0\uc57d\ud55c \ub0c4\uc0c8 \ubc1c\uc0b0)<\/li>\n                                 <li><strong>\uc0b0\ub780\ub41c \uc78e \uc81c\uac70:<\/strong> \uc54c\uc774 \uc0b0\ub780\ub41c \uc78e\uc744 \uc81c\uac70\ud558\uac70\ub098 \uc18c\uac01\ud558\uc5ec \ubd80\ud654\ub97c \ub9c9\uc2b5\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 \uce5c\ud658\uacbd \ubc29\uc81c \ubc0f \uc0dd\ubb3c\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ucc9c\uc801 \ubcf4\ud638:<\/strong> \uc54c\uacfc \uc57d\ucda9 \ubc0f \uc131\ucda9\uc744 \uc7a1\uc544\uba39\ub294 \uc870\ub958\uc640 \ud3ec\uc2dd\uc131 \ucc9c\uc801(\ubb34\ub2f9\ubc8c\ub808\ub958, \ud480\uc7a0\uc790\ub9ac\ub958, \uac70\ubbf8\ub958)\uc744 \ubcf4\ud638\ud558\uc5ec \uc790\uc5f0\uc801\uc778 \ubc00\ub3c4 \uc870\uc808\uc744 \uc720\ub3c4\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ud658\uacbd \uad00\ub9ac:<\/strong> \uc2dd\ubb3c\uc774 \uac74\uac15\ud558\uac8c \uc790\ub77c\ub3c4\ub85d \uad00\ub9ac\ud558\uc5ec \ud574\ucda9 \uc800\ud56d\ub825\uc744 \ub192\uc785\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-purple-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: \uc544\ud30c\ud2b8\uad00\ub9ac\uc2e0\ubb38, \uc0b0\ub9bc\uccad \uad6d\ub9bd\uc0b0\ub9bc\uacfc\ud559\uc6d0 \ub4f1 \uc804\ubb38 \uc790\ub8cc<\/p>\n        <\/footer>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            const tabs = document.querySelectorAll('.nav-btn');\n            const sections = document.querySelectorAll('.content-section');\n\n            const morphologyData = {\n                adult: {\n                    title: '\uc131\ucda9',\n                    description: '\ubab8\uae38\uc774 17~20mm. \ubab8 \ub4f1\ud310\uc740 \uae08\ub179\uc0c9\uc758 \uae08\uc18d\uad11\ud0dd \ubc14\ud0d5\uc5d0 \ud64d\ubcf4\ub77c\ube5b \ubc0f \uc120\ud64d\uc0c9\uc758 \ud638\ub450 \uc54c\uac31\uc774 \ubaa8\uc591 \uac00\ub85c \uc904\ubb34\ub2ac 3\uac1c\uac00 \ud2b9\uc9d5\uc785\ub2c8\ub2e4. \ub4b7\ub0a0\uac1c \uc120\ub2e8\ubd80\ub294 \ud638\ub450 \uc54c\uac31\uc774 \ubb34\ub2ac\uac00 \uac70\uafb8\ub85c \uc0b0(\u5c71) \ud615\ud0dc, \uae30\ubd80\ub294 \uc0b0(\u5c71) \ud615\ud0dc\ub85c \ubcf4\uc785\ub2c8\ub2e4. \ubc30\uba74\uc740 \uae08\ub0a8\uc0c9\uc774\uace0 \uc791\uc740 \uc801\uac08\uc0c9 \ubb34\ub2ac\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uba39\uc774\ub098 \ud658\uacbd, \ube5b\uc758 \ubc18\uc0ac\uac01\ub3c4\uc5d0 \ub530\ub77c \uccb4\uc0c9\uc774 \ud654\ub824\ud558\uace0 \ub2e4\uc591\ud569\ub2c8\ub2e4. \ub2e4\ub9ac\ub294 \uac80\uc740\uc0c9\uc774\uba70 \ub113\uc801\ub9c8\ub514\uc640 \uc885\uc544\ub9ac\ub9c8\ub514\ub294 \ub0a8\uc0c9 \uad11\ud0dd\uc744 \ub760\uace0, \ub4b7\ub2e4\ub9ac \ub113\uc801\ub9c8\ub514\uc5d0\ub294 \uac15\ud558\uace0 \uc9e7\uc740 \uac00\uc2dc\ub3cc\uae30\uac00 10\uac1c \uc815\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \ub354\ub4ec\uc774\uc5d0\ub294 \ud138\uc774 \ub9ce\uc73c\uba70 1, 2, 5\uc9f8 \ub9c8\ub514\ub294 \ud751\uac08\uc0c9, 3, 4\uc9f8 \ub9c8\ub514\ub294 \ud669\uac08\uc0c9\uc785\ub2c8\ub2e4. \uc791\uc740 \ubc29\ud328\ud310\uc740 \uc801\uac08\uc0c9\uc774\uba70 \uac00\uc6b4\ub370\uac00 Y\uc790 \ubaa8\uc591\uc73c\ub85c \uc57d\uac04 \uc735\uae30\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 17~20mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Poecilocoris_lewisi_adult.jpg' \n                },\n                nymph: {\n                    title: '\uc57d\ucda9',\n                    description: '\uc5b4\ub9b0 \uc57d\ucda9\uc758 \ubab8\uc740 \uc791\uc740 \uad6c\uc2ac \ud615\ud0dc\uc758 \uc6d0\ud615\uc5d0 \uac00\uae5d\uc9c0\ub9cc, \uc790\ub77c\uba74\uc11c \ud0c0\uc6d0\ud615\uc73c\ub85c \ubcc0\ud569\ub2c8\ub2e4. \uc57d\ucda9\uacfc \uc131\ucda9 \ubaa8\ub450 \uba39\uc774\ub098 \ud658\uacbd\uc5d0 \ub530\ub77c \uccb4\uc0c9\uc774 \ube44\uad50\uc801 \ud654\ub824\ud558\uba70 \uc870\uae08\uc529 \ucc28\uc774\uac00 \uc788\uc2b5\ub2c8\ub2e4. (\uadf8\ub9bc \ucc38\uace0)',\n                    size: '\ud06c\uae30: (\uc815\ubcf4 \uc5c6\uc74c)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Poecilocoris_lewisi_nymph.jpg' \n                },\n                egg: {\n                    title: '\uc54c',\n                    description: '\uad6c\ud615\uc774\uba70 \uc9c1\uacbd 1.5mm \ub0b4\uc678\uc785\ub2c8\ub2e4. \uc5f0\ud55c \ub179\uc0c9\uc744 \ub760\uba70, \uc0b0\ub780\ud55c\uc9c0 3~4\uc77c\uc774 \uacbd\uacfc\ud558\uba74 2\uac1c\uc758 \ubd89\uc740 \uc810\uc774 \ub208 \ud615\ud0dc\ub85c \uc54c \uac00\uc6b4\ub370\uc5d0 \ud615\uc131\ub429\ub2c8\ub2e4. (\uadf8\ub9bc \ucc38\uace0)',\n                    size: '\ud06c\uae30: \uc9c1\uacbd 1.5mm \ub0b4\uc678',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Poecilocoris_lewisi_egg.jpg' \n                }\n            };\n\n            const damageData = {\n                minor_plant_sucking: {\n                    title: '\uc2dd\ubb3c \ud761\uc999 (\uacbd\ubbf8)',\n                    description: '\uc131\ucda9\uc774 \uc0c8\ub85c\uc6b4 \uc78e\uacfc \uc904\uae30\uc5d0 \uad6c\uce68\uc744 \uaf42\uc544 \uc218\uc561\uc744 \ud761\uc999\ud569\ub2c8\ub2e4. \uac04\ud639 \uacfc\uc218 \uad6c\uacfc\uc5d0 \uad6c\uce68\uc744 \ucc0c\ub974\ub294 \ud53c\ud574\ub97c \uc8fc\uae30\ub3c4 \ud558\uc9c0\ub9cc, \uadf8 \uc815\ub3c4\ub294 \ub9e4\uc6b0 \uc57d\ud558\uc5ec \uc218\ubaa9\uc5d0 \uc9c1\u00b7\uac04\uc811\uc801\uc778 \ud53c\ud574\ub294 \ub9e4\uc6b0 \uacbd\ubbf8\ud558\ub2e4\uace0 \ubcf4\uace0\ub429\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Poecilocoris_lewisi_plant_damage.jpg' \n                },\n                foul_odor: {\n                    title: '\uace0\uc57d\ud55c \ub0c4\uc0c8 \ubc1c\uc0b0',\n                    description: '\ubab8\uc758 \ucde8\uc120(\ub0c4\uc0c8\uc0d8)\uc5d0\uc11c \ubc29\uc5b4\ubb3c\uc9c8\uc758 \ub0c4\uc0c8\ub97c \ubc1c\uc0b0\ud569\ub2c8\ub2e4. \uc0ac\ub78c\uc774 \uc811\ucd09\ud558\uac70\ub098 \uc704\ud611\uc744 \ub290\ub07c\uba74 \uc5ed\uaca8\uc6b4 \ub0c4\uc0c8\ub97c \ud48d\uae30\ubbc0\ub85c, \uc9c1\uc811\uc801\uc778 \uc811\ucd09\uc744 \ud53c\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Poecilocoris_lewisi_odor.jpg' \n                },\n                nuisance_aesthetic: {\n                    title: '\uc0dd\ud65c\uad8c \ud610\uc624\uac10',\n                    description: '\uc0dd\ud65c\uad8c \uc8fc\ubcc0\uc5d0\uc11c \uc27d\uac8c \ubc1c\uacac\ub418\ub294 \ud574\ucda9\uc73c\ub85c, \ud654\ub824\ud55c \uccb4\uc0c9\uacfc \uad11\ud0dd\uc73c\ub85c \uc560\uc644 \uace4\ucda9\uc73c\ub85c \uc778\uae30\uac00 \uc788\uae30\ub3c4 \ud558\uc9c0\ub9cc, \uace0\uc57d\ud55c \ub0c4\uc0c8\uc640 \ud568\uaed8 \uad70\uc9d1\ud558\ub294 \ubaa8\uc2b5\uc73c\ub85c \uc778\ud574 \uc0ac\ub78c\ub4e4\uc5d0\uac8c \ud610\uc624\uac10\uc744 \uc720\ubc1c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Poecilocoris_lewisi_nuisance.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('minor_plant_sucking'); \/\/ 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: '\uc131\ucda9 \ud65c\ub3d9\uae30 (\uc6b0\ud654 \ubc0f \uc0b0\ub780)',\n                        data: [0, 8, 10, 8, 5, 2, 0], \/\/ Peak May-July\n                        backgroundColor: 'rgba(124, 58, 237, 0.6)', \/* violet-600 *\/\n                        borderColor: 'rgba(124, 58, 237, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\uc57d\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 0, 5, 10, 8, 5, 2], \/\/ Peak July-Sept\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 (\uc131\ucda9 \uc6b0\ud654 \ucd08\uae30)',\n                        data: [0, 0, 12, 0, 0, 0, 0], \/\/ Late May - Early June\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(59, 130, 246, 0.2)', \/* blue-500 with transparency *\/\n                        borderColor: 'rgba(59, 130, 246, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    }]\n                },\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}: 5\uc6d4 \ud558\uc21c ~ 6\uc6d4 \ucd08\uc21c`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\ud070\uad11\ub300\ub178\ub9b0\uc7ac \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","protected":false},"featured_media":2644,"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":[108,202,204,126,203,93,178,173,205,125,79],"pest-category":[94,78],"pest-overwintering":[101],"class_list":["post-2641","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-108","pest-target-202","pest-target-204","pest-target-126","pest-target-203","pest-target-93","pest-target-178","pest-target-173","pest-target-205","pest-target-125","pest-target-79","pest-category-94","pest-category-78","pest-overwintering-nymph"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud070\uad11\ub300\ub178\ub9b0\uc7ac.jpg",600,399,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud070\uad11\ub300\ub178\ub9b0\uc7ac-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud070\uad11\ub300\ub178\ub9b0\uc7ac-300x200.jpg",300,200,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud070\uad11\ub300\ub178\ub9b0\uc7ac.jpg",600,399,false],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud070\uad11\ub300\ub178\ub9b0\uc7ac.jpg",600,399,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud070\uad11\ub300\ub178\ub9b0\uc7ac.jpg",600,399,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud070\uad11\ub300\ub178\ub9b0\uc7ac.jpg",600,399,false]},"uagb_author_info":{"display_name":"HSTC","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ud070\uad11\ub300\ub178\ub9b0\uc7ac \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \ud070\uad11\ub300\ub178\ub9b0\uc7ac (Poecilocoris lewisi)\uc774\ub780? \ud070\uad11\ub300\ub178\ub9b0\uc7ac\ub294 \ub178\ub9b0\uc7ac\ubaa9 \ub178\ub9b0\uc7ac\uacfc\uc5d0 \uc18d\ud558\ub294 \uace4\ucda9\uc73c\ub85c, \ubab8 \ub4f1\ud310\uc758 [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/2641","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\/2644"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2641"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=2641"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=2641"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=2641"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}