{"id":2587,"date":"2025-06-22T16:04:58","date_gmt":"2025-06-22T16:04:58","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=2587"},"modified":"2025-06-22T16:05:00","modified_gmt":"2025-06-22T16:05:00","slug":"%ed%8c%bd%eb%82%98%eb%ac%b4%ec%95%8c%eb%9d%bd%ec%a7%84%eb%94%a7%eb%ac%bc","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ed%8c%bd%eb%82%98%eb%ac%b4%ec%95%8c%eb%9d%bd%ec%a7%84%eb%94%a7%eb%ac%bc","title":{"rendered":"\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c"},"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>\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c \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: Fresh Green & White -->\n    <!-- Application Structure Plan: The SPA for Celtis Woolly Aphid 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 (leaf yellowing, sooty mold, branch damage). '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its multi-generational life cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily targeting nymphs in spring\/summer. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Winged\/Wingless Adult, Nymph) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for '\ubb34\uc2dc\ucda9', '\uc720\uc2dc\ucda9', '\uc57d\ucda9' -> Interaction: Clicking buttons updates image and descriptive text for each form. Includes visual distinction of white waxy secretions. -> Justification: Aphids have distinct forms (winged\/wingless) and a characteristic waxy coating; interactive display aids identification. -> Library\/Method: Vanilla JS.\n        2. Report Info: Damage Types (Leaf yellowing\/early defoliation, Honeydew\/Sooty mold, Branch infestation) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for '\uc78e \ud669\ud654 \ubc0f \uc870\uae30\ub099\uc5fd', '\uac10\ub85c \ubc0f \uadf8\uc744\uc74c\ubcd1', '\uc5b4\ub9b0 \uac00\uc9c0 \uac00\ud574' -> Interaction: Clicking buttons updates image and descriptive text. Clearly shows various symptoms across plant parts. -> Justification: The varied damage symptoms (visual and secondary) are best presented interactively for clear understanding. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Egg overwintering on branches, multiple generations\/year, peak in summer) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the multi-generational lifecycle with key stages (overwintering eggs, nymph emergence, peak activity, sexual generation for egg-laying) is essential for timing control measures. -> Library: HTML\/Tailwind.\n        4. Report Info: Chemical Control Timing (Targeting nymphs from late April, multiple applications) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary window for chemical intervention, which targets the vulnerable nymph stages, making the timing actionable. It also reflects the peak infestation period. -> 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: #15803d; \/* green-700 *\/\n            color: #ecfdf5; \/* green-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: #22c55e; \/* green-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        <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-green-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-green-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-green-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-green-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-green-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-green-800 mb-4\">\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c (<i>Shivaphis celti<\/i>)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c\uc740 \ud33d\ub098\ubb34, \ud48d\uac8c\ub098\ubb34, \ud478\uc870\ub098\ubb34\uc758 \ub300\ud45c \ud574\ucda9\uc785\ub2c8\ub2e4. \uc131\ucda9\uacfc \uc57d\ucda9\uc774 \uc78e \ub4b7\uba74\uacfc \uc5b4\ub9b0 \uac00\uc9c0\uc5d0\uc11c \uc9d1\ub2e8\uc73c\ub85c \uae30\uc0dd\ud558\uba70 \uc218\uc561\uc744 \ube68\uc544 \uba39\uc5b4 \uc78e\uc774 \ub178\ub797\uac8c \ubcc0\ud558\uba74\uc11c \uc77c\ucc0d \ub5a8\uc5b4\uc9c0\ub294 \uc870\uae30\ub099\uc5fd \ud604\uc0c1\uc744 \uc77c\uc73c\ud0b5\ub2c8\ub2e4. \ub610\ud55c \uc19c \uac19\uc740 \ubd84\ube44\ubb3c\uc744 \ubc30\ucd9c\ud558\uc5ec \ub208\uc5d0 \uc27d\uac8c \ub744\uace0, 2\ucc28\uc801\uc73c\ub85c \uadf8\uc744\uc74c\ubcd1\uc744 \uc720\ubc1c\uc2dc\ucf1c \ub098\ubb34 \uc804\uccb4\uac00 \uac80\uac8c \uc624\uc5fc\ub429\ub2c8\ub2e4. \ub0a8\ubd80\uc9c0\uc5ed\uc5d0\uc11c \ud53c\ud574\uac00 \ub9ce\uc73c\ub098 \ub098\ubb34\uac00 \uace0\uc0ac\ud558\uc9c0\ub294 \uc54a\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                    <ul class=\"list-disc list-inside text-gray-700 mt-4 space-y-1\">\n                        <li><strong>\uc6d4\ub3d9\ud0dc:<\/strong> \uc54c (\uac00\ud574 \uc218\uc885\uc758 \uac00\uc9c0\uc5d0\uc11c \uc54c\ub85c \uc6d4\ub3d9)<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 \uc218\ud68c \ubc1c\uc0dd (\uc5ec\ub984\uc5d0 \uae30\uc0dd \ubc00\ub3c4\uac00 \uac00\uc7a5 \ub192\uc74c)<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-green-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, \ub300\ub9cc\uc5d0 \ubd84\ud3ec\ud569\ub2c8\ub2e4. \uc8fc\uc694 \uac00\ud574 \uc218\ubaa9\uc740 <strong>\ud33d\ub098\ubb34, \ud48d\uac8c\ub098\ubb34, \ud478\uc870\ub098\ubb34<\/strong> \ub4f1\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-green-800 mb-4\">\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c\uc740 \ubb34\uc2dc\ucda9(\ub0a0\uac1c \uc5c6\ub294 \uc131\ucda9), \uc720\uc2dc\ucda9(\ub0a0\uac1c \uc788\ub294 \uc131\ucda9), \uc57d\ucda9 \ub4f1 \uc5ec\ub7ec \ud615\ud0dc\ub97c \uac00\uc9d1\ub2c8\ub2e4. \ubaa8\ub4e0 \ucda9\ud0dc\uc5d0 \ud770\uc0c9 \ubc00\ub78d\ubb3c\uc9c8\uc774 \ubab8\uc744 \ub36e\uace0 \uc788\uc5b4 \ud558\uc597\uac8c \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=\"apterous_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\">\ubb34\uc2dc\ucda9 (\ub0a0\uac1c \uc5c6\ub294 \uc131\ucda9)<\/button>\n                        <button data-type=\"winged_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\">\uc720\uc2dc\ucda9 (\ub0a0\uac1c \uc788\ub294 \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                    <\/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\/shivaphis_celti_apterous_adult.jpg\" alt=\"\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c \ubb34\uc2dc\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-green-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-green-800 mb-4\">\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c\uc740 \uc218\uc561 \ud761\uc999\uacfc \ubd84\ube44\ubb3c \ubc30\ucd9c\ub85c \uc2dd\ubb3c\uc5d0 \uc9c1\uc811\uc801 \ubc0f \uac04\uc811\uc801\uc778 \ud53c\ud574\ub97c \uc90d\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"leaf_yellowing_defoliation\" 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 \ud669\ud654 \ubc0f \uc870\uae30\ub099\uc5fd<\/button>\n                        <button data-damage-type=\"honeydew_sooty_mold\" 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\">\uac10\ub85c \ubc0f \uadf8\uc744\uc74c\ubcd1<\/button>\n                        <button data-damage-type=\"branch_infestation\" 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\">\uc5b4\ub9b0 \uac00\uc9c0\uc758 \uc9d1\ub2e8 \uac00\ud574<\/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\/shivaphis_celti_leaf_yellowing.jpg\" alt=\"\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c \uc78e \ud669\ud654 \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-green-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-green-800 mb-4\">\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 \uc218\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c\uc740 1\ub144\uc5d0 \uc218\ud68c \ubc1c\uc0dd\ud558\uba70, \uac00\uc9c0\uc5d0\uc11c \uc54c\ub85c \uc6d4\ub3d9\ud569\ub2c8\ub2e4. \uc5ec\ub984\uc5d0 \uae30\uc0dd \ubc00\ub3c4\uac00 \uac00\uc7a5 \ub192\uac8c \ub098\ud0c0\ub0a9\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 (\uc54c)<\/p><p class=\"text-sm\">\uac00\ud574 \uc218\uc885\uc758 \uac00\uc9c0\uc5d0\uc11c \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. \ubd80\ud654 \ubc0f \ud65c\ub3d9 \uc2dc\uc791 (4\uc6d4)<\/p><p class=\"text-sm\">4\uc6d4\uc5d0 \uc54c\uc774 \ubd80\ud654\ud558\uc5ec \uc78e \ub4b7\uba74\uc5d0 \uae30\uc0dd\ud558\uba70 \ud65c\ub3d9 \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. \ubb34\uc131\/\uc720\uc131 \uc138\ub300 \ubc18\ubcf5 (\ubd04~\uac00\uc744)<\/p><p class=\"text-sm\">\ubd04\ubd80\ud130 \uac00\uc744\uae4c\uc9c0 \uc57d\ucda9 \ubc0f \uc131\ucda9\uc774 \ubc1c\uc0dd\ud558\uba70, \uc5ec\ub984\uc5d0 \uae30\uc0dd \ubc00\ub3c4 \ucd5c\uace0<\/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. \uc720\uc131\uc0dd\uc2dd \ubc0f \uc0b0\ub780 (10\uc6d4 \ud558\uc21c ~ 11\uc6d4 \uc0c1\uc21c)<\/p><p class=\"text-sm\">\ubb34\uc2dc\uc591\uc131 \uc554\ucef7\uacfc \ubb34\uc2dc\uc218\ucef7\uc774 \ucd9c\ud604\ud558\uc5ec \uad50\ubbf8 \ud6c4 \ub098\ubb34\uac00\uc9c0\uc5d0 \uc54c\uc744 \uc0b0\ub780\ud558\uc5ec \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-green-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c\uc740 \ubc88\uc2dd\ub825\uc774 \uac15\ud558\ubbc0\ub85c \ubc1c\uc0dd \ucd08\uae30\uc5d0 \uc2e0\uc18d\ud55c \ubc29\uc81c\uac00 \uc911\uc694\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 \ud655\uc778 \ud544\uc694<\/h3>\n                            <p class=\"text-gray-700\">\ud604\uc7ac \ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c\uc5d0 \uc9c1\uc811 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub294 \ubcc4\ub3c4\ub85c \uba85\uc2dc\ub418\uc5b4 \uc788\uc9c0 \uc54a\uac70\ub098 \ub9e4\uc6b0 \uc81c\ud55c\uc801\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \uae30\uc8fc\uc2dd\ubb3c(\ud33d\ub098\ubb34 \ub4f1) \ubc0f \uc9c4\ub527\ubb3c\ub958\uc5d0 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \ud655\uc778\ud558\uc5ec \uc0ac\uc6a9\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 \ud654\ud559\uc801 \ubc29\uc81c (\uc57d\ucda9\uae30 \ucd5c\uc801)<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc0b4\ud3ec \uc2dc\uae30:<\/strong> \ubd80\ud654 \uc57d\ucda9\uae30\uc778 <strong>4\uc6d4 \ud558\uc21c\ubd80\ud130<\/strong> \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c 10\uc77c \uac04\uaca9\uc73c\ub85c 2~3\ud68c \uc0b4\ud3ec\ud569\ub2c8\ub2e4. (\uc57d\ucda9\uc774 \ubc00\ub78d\ubb3c\uc9c8 \ubd84\ube44 \uc804)<\/li>\n                                 <li><strong>\uc57d\uc81c \uc885\ub958 (\uc608\uc2dc):<\/strong> \uc544\uc138\ud0c0\ubbf8\ud504\ub9ac\ub4dc \uc218\ud654\uc81c 2,000\ubc30\uc561 \ub610\ub294 \ub514\ub178\ud14c\ud4e8\ub780 \uc218\ud654\uc81c 1,000\ubc30\uc561.<\/li>\n                                 <li><strong>\ub3d9\uc2dc \ubc29\uc81c \ud6a8\uacfc:<\/strong> \ubcf8 \ud574\ucda9\uc744 \uc704\ud574 \ubcc4\ub3c4\ub85c \uc57d\uc81c\ub97c \uc0b4\ud3ec\ud558\uae30\ubcf4\ub2e4\ub294, \ub2e4\ub978 \ud574\ucda9\uc758 \ubc1c\uc0dd \uc2dc \ubc29\uc81c\ub97c \ud1b5\ud574 \ub3d9\uc2dc \ubc29\uc81c \ud6a8\uacfc\ub97c \uc5bb\uc744 \uc218 \uc788\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 \ubb3c\ub9ac\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc218\ub3d9 \uc81c\uac70:<\/strong> \uc78e \ub4b7\uba74\uc774\ub098 \uc5b4\ub9b0 \uac00\uc9c0\uc5d0 \ubaa8\uc5ec \uc788\ub294 \uc9c4\ub527\ubb3c\uc744 \uc9c1\uc811 \uc190\uc73c\ub85c \uae01\uc5b4\ub0b4\uac70\ub098 \uce6b\uc194 \ub4f1\uc73c\ub85c \uc81c\uac70\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ud53c\ud574 \uc78e \uc81c\uac70:<\/strong> \ud53c\ud574\uac00 \uc2ec\ud55c \uc78e\uc740 \ucc44\ucde8\ud558\uc5ec \uc18c\uac01\ud558\uac70\ub098 \ub9e4\ubab0\ud558\uc5ec \ud655\uc0b0\uc744 \ub9c9\uc2b5\ub2c8\ub2e4.<\/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, \uac70\ubbf8\ub958 \ub4f1\uc744 \ubcf4\ud638\ud558\uace0 \ud65c\uc6a9\ud558\ub294 \uac83\uc774 \ud574\ucda9 \ubc00\ub3c4 \uc870\uc808\uc5d0 \uc911\uc694\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-green-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, \ub098\ubb34 \ubcd1\ud574\ucda9 \ub3c4\uac10, \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                apterous_adult: {\n                    title: '\ubb34\uc2dc\ucda9 (\ub0a0\uac1c \uc5c6\ub294 \uc131\ucda9)',\n                    description: '\ubab8\uae38\uc774 \uc57d 2.1mm. \uc554\ub179\uc0c9\uc744 \ub760\uba70, \ubab8 \uc804\uccb4\uac00 \ubc31\uc0c9\uc758 \uc120\uc0c1 \ubc00\ub78d\ubb3c\uc9c8\ub85c \ub450\ud141\uac8c \ub36e\uc5ec \uc788\uc5b4 \ud558\uc597\uac8c \ubcf4\uc785\ub2c8\ub2e4. \uba38\ub9ac\ub294 \ud669\uc0c9, \ub208\uc740 \ud751\uac08\uc0c9, \ub354\ub4ec\uc774\ub294 \uc5f0\ud55c \ud669\uc0c9\uc785\ub2c8\ub2e4. \uc8fc\ub85c \uc78e \ub4b7\uba74\uc5d0\uc11c \uace0\ucc29 \uc0dd\ud65c\ud558\uba70 \uc218\uc561\uc744 \ud761\uc999\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 2.1mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/shivaphis_celti_apterous_adult.jpg' \n                },\n                winged_adult: {\n                    title: '\uc720\uc2dc\ucda9 (\ub0a0\uac1c \uc788\ub294 \uc131\ucda9)',\n                    description: '\ubab8\uae38\uc774 \uc57d 2.6mm. \ud669\uc0c9\uc744 \ub760\uace0 \ub0a0\uac1c\uac00 \ud22c\uba85\ud558\uba70, \ub0a0\uac1c\ub9e5\uc744 \ub530\ub77c \ud2b9\uc720\ud55c \ubb34\ub2ac\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ubc30\ub294 \ud669\uc0c9 \ub610\ub294 \ub179\uc0c9\uc774\uba70 \ub4f1\ucabd\uc5d0 \uac80\uc740 \uc810\ubb34\ub2ac\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc8fc\ub85c \uc0c8\ub85c\uc6b4 \uc7a5\uc18c\ub85c \uc774\ub3d9\ud558\uc5ec \ud655\uc0b0\ud558\ub294 \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 2.6mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/shivaphis_celti_winged_adult.jpg'\n                },\n                nymph: {\n                    title: '\uc57d\ucda9',\n                    description: '\uc131\ucda9\uacfc \uc57d\ucda9 \ubaa8\ub450 \ud770\uc0c9 \ubc00\ub78d\ubb3c\uc9c8\ub85c \ubab8\uc774 \ub36e\uc5ec \uc788\uc5b4 \ud558\uc597\uac8c \ubcf4\uc785\ub2c8\ub2e4. \uc57d\ucda9 \uc5ed\uc2dc \uc78e \ub4b7\uba74\uacfc \uc5b4\ub9b0 \uac00\uc9c0\uc5d0 \uc9d1\ub2e8\uc73c\ub85c \uae30\uc0dd\ud558\uba70 \uc218\uc561\uc744 \ud761\uc999\ud569\ub2c8\ub2e4. \uc774\ub4e4\uc774 \uc19c \uac19\uc740 \ubd84\ube44\ubb3c\uc744 \ubc30\ucd9c\ud558\uc5ec \ub208\uc5d0 \uc27d\uac8c \ub755\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 0.5~2mm (\ucd94\uc815)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/shivaphis_celti_nymph.jpg' \n                }\n            };\n\n            const damageData = {\n                leaf_yellowing_defoliation: {\n                    title: '\uc78e \ud669\ud654 \ubc0f \uc870\uae30\ub099\uc5fd',\n                    description: '\uc131\ucda9\uacfc \uc57d\ucda9\uc774 \uc78e \ub4b7\uba74\uc5d0\uc11c \uc218\uc561\uc744 \ube68\uc544 \uba39\uc5b4 \uc78e\uc774 \ub178\ub797\uac8c \ubcc0\ud558\ub294 \ud669\ud654\ud604\uc0c1\uc774 \ub098\ud0c0\ub098\uace0, \uc810\ucc28 \ub098\ubb34 \uc804\uccb4\ub85c \ud655\uc0b0\ub418\uc5b4 \uc78e\uc774 \uc77c\ucc0d \ub5a8\uc5b4\uc9c0\ub294 \uc870\uae30\ub099\uc5fd \ud604\uc0c1\uc744 \uc77c\uc73c\ud0b5\ub2c8\ub2e4. (\uadf8\ub9bc 3 \ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c\uc758 \uac00\ud574\uc5d0 \uc758\ud55c \uc78e\uc758 \ud669\ud654\ud604\uc0c1 \ucc38\uace0)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/shivaphis_celti_leaf_yellowing.jpg' \n                },\n                honeydew_sooty_mold: {\n                    title: '\uac10\ub85c \ubc0f \uadf8\uc744\uc74c\ubcd1',\n                    description: '\uc9c4\ub527\ubb3c\uc774 \uc218\uc561\uc744 \ud761\uc999\ud558\uba74\uc11c \ub048\uc801\ud55c \uac10\ub85c(honeydew)\ub97c \ubc30\uc124\ud569\ub2c8\ub2e4. \uc774 \uac10\ub85c\uc5d0 \uac80\uc740\uc0c9 \uadf8\uc744\uc74c\ubcd1\uade0\uc774 \ubc88\uc2dd\ud558\uc5ec \uc2dd\ubb3c\uccb4 \ud45c\uba74\uc744 \ub4a4\ub36e\uc5b4 \uad11\ud569\uc131\uc744 \ubc29\ud574\ud558\uace0 \ub098\ubb34\uc758 \ubbf8\uad00\uc744 \uac80\uac8c \uc624\uc5fc\uc2dc\ud0b5\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/shivaphis_celti_sooty_mold_damage.jpg' \n                },\n                branch_infestation: {\n                    title: '\uc5b4\ub9b0 \uac00\uc9c0\uc758 \uc9d1\ub2e8 \uac00\ud574',\n                    description: '\uc5b4\ub9b0 \uac00\uc9c0\uc5d0\ub3c4 \uc9c4\ub527\ubb3c\ub4e4\uc774 \uc9d1\ub2e8\uc73c\ub85c \uae30\uc0dd\ud558\uc5ec \uc218\uc561\uc744 \ud761\uc999\ud569\ub2c8\ub2e4. \uc774\ub4e4\uc774 \ubd84\ube44\ud558\ub294 \uc19c \uac19\uc740 \ud770\uc0c9 \ubc00\ub78d\ubb3c\uc9c8 \ub54c\ubb38\uc5d0 \uac00\uc9c0 \uc804\uccb4\uac00 \ud558\uc597\uac8c \ub36e\uc778 \uac83\ucc98\ub7fc \ubcf4\uc785\ub2c8\ub2e4. (\uadf8\ub9bc 1 \uc5b4\ub9b0 \uac00\uc9c0\uc758 \uac00\ud574 \uc591\uc0c1 \ucc38\uace0)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/shivaphis_celti_branch_infestation.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('apterous_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('leaf_yellowing_defoliation'); \/\/ 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', '11\uc6d4'],\n                    datasets: [{\n                        label: '\uc8fc\uc694 \ud65c\ub3d9\uae30 (\uc57d\ucda9 \ubc0f \uc131\ucda9)',\n                        data: [8, 9, 10, 9, 7, 5, 3, 1], \/\/ Peak in summer (July-August)\n                        backgroundColor: 'rgba(34, 197, 94, 0.6)', \/* green-500 *\/\n                        borderColor: 'rgba(34, 197, 94, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\uc57d\ucda9 \ubc1c\uc0dd \ucd08\uae30)',\n                        data: [12, 12, 0, 0, 0, 0, 0, 0], \/\/ Late April - May\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}: 4\uc6d4 \ud558\uc21c ~ 5\uc6d4 \uc911\uc21c`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c \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=\"743\" height=\"557\" data-id=\"2589\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c-\uc57d\ucda9.jpg\" alt=\"\" class=\"wp-image-2589\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c-\uc57d\ucda9.jpg 743w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c-\uc57d\ucda9-300x225.jpg 300w\" sizes=\"auto, (max-width: 743px) 100vw, 743px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"743\" height=\"547\" data-id=\"2588\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c-\uc720\uc2dc\ucda9.jpg\" alt=\"\" class=\"wp-image-2588\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c-\uc720\uc2dc\ucda9.jpg 743w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c-\uc720\uc2dc\ucda9-300x221.jpg 300w\" sizes=\"auto, (max-width: 743px) 100vw, 743px\" \/><\/figure>\n<\/figure>\n","protected":false},"featured_media":2589,"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":[163],"pest-category":[94,78],"pest-overwintering":[82],"class_list":["post-2587","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-163","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\/\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c-\uc57d\ucda9.jpg",743,557,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c-\uc57d\ucda9-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c-\uc57d\ucda9-300x225.jpg",300,225,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c-\uc57d\ucda9.jpg",743,557,false],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c-\uc57d\ucda9.jpg",743,557,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c-\uc57d\ucda9.jpg",743,557,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c-\uc57d\ucda9.jpg",743,557,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c (Shivaphis celti)\uc774\ub780? \ud33d\ub098\ubb34\uc54c\ub77d\uc9c4\ub527\ubb3c\uc740 \ud33d\ub098\ubb34, \ud48d\uac8c\ub098\ubb34, \ud478\uc870\ub098\ubb34\uc758 \ub300\ud45c \ud574\ucda9\uc785\ub2c8\ub2e4. \uc131\ucda9\uacfc [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/2587","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\/2589"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2587"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=2587"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=2587"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=2587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}