{"id":537,"date":"2026-07-26T12:52:35","date_gmt":"2026-07-26T12:52:35","guid":{"rendered":"https:\/\/trendinfor.com\/wp\/?p=537"},"modified":"2026-07-26T13:06:14","modified_gmt":"2026-07-26T13:06:14","slug":"watashiwa","status":"publish","type":"post","link":"https:\/\/trendinfor.com\/wp\/2026\/07\/26\/watashiwa\/","title":{"rendered":"SOLAR"},"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>Solar Environmental Impact Calculator<\/title>\n    <!-- Inter Font -->\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=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <!-- Tailwind CSS CDN -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <style>\n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: transparent; \n            margin: 0;\n            padding: 0;\n        }\n\n        .center-wrapper {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            padding: 20px;\n            box-sizing: border-box;\n        }\n\n        .custom-card {\n            \/* \ubc30\uacbd \uc774\ubbf8\uc9c0 \ubcc0\uacbd \ubc0f \ud770\uc0c9 \ubd88\ud22c\uba85\ub3c4\ub97c \ub0ae\ucdb0 \uc774\ubbf8\uc9c0 \uac00\uc2dc\uc131 \ud5a5\uc0c1 *\/\n            background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8)), url('https:\/\/trendinfor.com\/wp\/wp-content\/uploads\/2026\/07\/flowers-and-tree.webp');\n            background-size: cover;\n            background-position: center;\n            background-repeat: no-repeat;\n            border: 1px solid #cbd5e1;\n            box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -5px rgba(0, 0, 0, 0.04);\n            border-radius: 24px;\n            width: 100%;\n            max-width: 550px;\n        }\n\n        .custom-input {\n            background-color: rgba(255, 255, 255, 0.9);\n            border: 1px solid #94a3b8;\n            border-radius: 12px;\n            padding: 14px 16px;\n            font-size: 16px;\n            font-weight: 600;\n            color: #0f172a;\n            transition: all 0.2s ease;\n            box-sizing: border-box;\n        }\n        \n        .custom-input:focus {\n            outline: none;\n            background-color: #ffffff;\n            border-color: #059669;\n            box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.15);\n        }\n\n        .result-box {\n            background-color: rgba(236, 253, 245, 0.85);\n            border: 1px solid #a7f3d0;\n        }\n\n        .btn-primary {\n            background-color: #059669;\n            border-radius: 14px;\n            transition: all 0.2s ease;\n            cursor: pointer;\n            border: none;\n        }\n        \n        .btn-primary:hover {\n            background-color: #047857;\n            transform: translateY(-2px);\n            box-shadow: 0 10px 15px -3px rgba(4, 120, 87, 0.3);\n        }\n        \n        .btn-primary:active {\n            transform: translateY(0);\n        }\n\n        \/* \ubd80\ub4dc\ub7ec\uc6b4 \uc560\ub2c8\uba54\uc774\uc158 \uc2a4\ud0c0\uc77c *\/\n        #resultSection {\n            opacity: 0;\n            transform: translateY(15px);\n            max-height: 0;\n            overflow: hidden;\n            transition: opacity 0.4s ease, transform 0.4s ease, max-height 0.4s ease;\n        }\n\n        #resultSection.show {\n            opacity: 1;\n            transform: translateY(0);\n            max-height: 500px;\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- \ud654\uba74 \uc911\uc559 \uc815\ub82c\uc744 \uc704\ud55c \uac10\uc2f8\uac1c -->\n    <div class=\"center-wrapper\">\n        \n        <!-- \uba54\uc778 \uacc4\uc0b0\uae30 \uce74\ub4dc -->\n        <div class=\"custom-card p-6 sm:p-10\">\n            <!-- Title Section -->\n            <div class=\"text-center mb-6\">\n                <span class=\"text-4xl mb-3 inline-block\">&#x1f331;<\/span>\n                <h1 class=\"text-2xl sm:text-3xl font-bold tracking-tight text-slate-900\" style=\"margin: 0;\">\n                    Solar Environmental Impact Calculator\n                <\/h1>\n                <p class=\"text-xs sm:text-sm text-slate-700 mt-2 font-medium\">\n                    Discover how much your clean energy protects the planet based on US EPA standards.\n                <\/p>\n            <\/div>\n\n            <!-- Input Section -->\n            <div class=\"mb-6\">\n                <label class=\"block text-sm font-bold text-slate-800 mb-2\">\n                    Annual Solar Generation (kWh \/ yr)\n                <\/label>\n                <!-- \uc608\uc2dc placeholder \uc81c\uac70 \uc644\ub8cc -->\n                <input type=\"number\" id=\"annualGeneration\" class=\"custom-input w-full\" min=\"0\" step=\"100\">\n            <\/div>\n\n            <!-- Submit Button -->\n            <button id=\"calcBtn\" class=\"btn-primary w-full py-4 text-white font-bold text-lg focus:outline-none block\">\n                Calculate Environmental Impact\n            <\/button>\n\n            <!-- Results Section -->\n            <div id=\"resultSection\" class=\"mt-8\">\n                <hr class=\"my-6 border-slate-300\">\n\n                <!-- \uacb0\uacfc\uac12 \ubc15\uc2a4 -->\n                <div class=\"result-box rounded-2xl p-5 sm:p-6\">\n                    <h2 class=\"text-lg font-bold text-emerald-950 mb-4 flex items-center gap-2\">\n                        <span>&#x1f30d;<\/span> Environmental Offset Results\n                    <\/h2>\n                    <div class=\"space-y-3 text-sm sm:text-base text-slate-800\">\n                        <div class=\"flex justify-between items-center py-2 border-b border-emerald-200\/50\">\n                            <span class=\"font-medium\">Annual CO\u2082 Reduction:<\/span>\n                            <span id=\"resCo2\" class=\"font-bold text-emerald-700\">0.00 Metric Tons<\/span>\n                        <\/div>\n                        <div class=\"flex justify-between items-center py-2 border-b border-emerald-200\/50\">\n                            <span class=\"font-medium\">Equivalent Tree Seedlings:<\/span>\n                            <span id=\"resTrees\" class=\"font-bold text-emerald-700\">0 Trees<\/span>\n                        <\/div>\n                        <div class=\"flex justify-between items-center py-2\">\n                            <span class=\"font-medium\">Gasoline Car Miles Avoided:<\/span>\n                            <span id=\"resMiles\" class=\"font-bold text-emerald-700\">0 Miles<\/span>\n                        <\/div>\n                    <\/div>\n\n                    <!-- \ucd9c\ucc98 \ubc0f \uacf5\uc2dd \ub9c1\ud06c \uc601\uc5ed -->\n                    <div class=\"mt-5 pt-4 border-t border-emerald-300\/60 text-center\">\n                        <p class=\"text-xs text-slate-700 leading-relaxed font-medium\">\n                            * Note: These metrics are estimates based on standard conversion factors. \n                            <br class=\"hidden sm:inline\">\n                            Source: <a href=\"https:\/\/www.epa.gov\/energy\/greenhouse-gas-equivalencies-calculator\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"underline hover:text-emerald-900 text-emerald-700 font-bold\">U.S. EPA Calculator<\/a>\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <!-- Calculation Script -->\n    <script>\n        function calculateImpact() {\n            const inputEl = document.getElementById('annualGeneration');\n            const rawValue = inputEl.value.trim();\n\n            \/\/ \uc785\ub825\uac12\uc774 \ube44\uc5b4\uc788\uac70\ub098 \uc62c\ubc14\ub978 \uc22b\uc790\uac00 \uc544\ub2d0 \uacbd\uc6b0\n            if (rawValue === '' || isNaN(parseFloat(rawValue))) {\n                alert('\uc5f0\uac04 \ud0dc\uc591\uad11 \ubc1c\uc804\ub7c9(kWh) \uac12\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694!');\n                inputEl.focus(); \/\/ \uc785\ub825\uce78\uc73c\ub85c \ucd08\uc810 \uc774\ub3d9\n                return;          \/\/ \uacc4\uc0b0 \ub85c\uc9c1 \uc911\ub2e8\n            }\n\n            const annualkWh = Math.max(0, parseFloat(rawValue));\n\n            \/\/ EPA Conversion Factors\n            const co2MetricTons = annualkWh * 0.000707;\n            const equivalentTrees = Math.round(co2MetricTons * 16.5);\n            const carMilesAvoided = Math.round(annualkWh * 2.4);\n\n            \/\/ Update DOM Elements\n            document.getElementById('resCo2').innerText = `${co2MetricTons.toFixed(2)} Metric Tons`;\n            document.getElementById('resTrees').innerText = `${equivalentTrees.toLocaleString()} Trees`;\n            document.getElementById('resMiles').innerText = `${carMilesAvoided.toLocaleString()} Miles`;\n\n            \/\/ \ubd80\ub4dc\ub7ec\uc6b4 \uc560\ub2c8\uba54\uc774\uc158 \uc801\uc6a9\ud558\uc5ec \uacb0\uacfc \uc601\uc5ed \ud45c\uc2dc\n            const resultSection = document.getElementById('resultSection');\n            resultSection.classList.remove('show');\n            void resultSection.offsetWidth; \n            resultSection.classList.add('show');\n        }\n\n        document.getElementById('calcBtn').addEventListener('click', calculateImpact);\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Solar Environmental Impact Calculator &#x1f331; Solar Environmental Impact Calculator Discover how much your clean energy protects the planet based on US EPA standards. Annual Solar Generation (kWh \/ yr) Calculate Environmental Impact &#x1f30d; Environmental Offset Results Annual CO\u2082 Reduction: 0.00 Metric Tons Equivalent Tree Seedlings: 0 Trees Gasoline Car Miles Avoided: 0 Miles * Note: &#8230; <a title=\"SOLAR\" class=\"read-more\" href=\"https:\/\/trendinfor.com\/wp\/2026\/07\/26\/watashiwa\/\" aria-label=\"Read more about SOLAR\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-537","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/trendinfor.com\/wp\/wp-json\/wp\/v2\/posts\/537","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/trendinfor.com\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/trendinfor.com\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/trendinfor.com\/wp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/trendinfor.com\/wp\/wp-json\/wp\/v2\/comments?post=537"}],"version-history":[{"count":6,"href":"https:\/\/trendinfor.com\/wp\/wp-json\/wp\/v2\/posts\/537\/revisions"}],"predecessor-version":[{"id":548,"href":"https:\/\/trendinfor.com\/wp\/wp-json\/wp\/v2\/posts\/537\/revisions\/548"}],"wp:attachment":[{"href":"https:\/\/trendinfor.com\/wp\/wp-json\/wp\/v2\/media?parent=537"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/trendinfor.com\/wp\/wp-json\/wp\/v2\/categories?post=537"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/trendinfor.com\/wp\/wp-json\/wp\/v2\/tags?post=537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}