{"id":1270,"date":"2025-12-03T02:07:19","date_gmt":"2025-12-03T02:07:19","guid":{"rendered":"https:\/\/service.soletksolar.com\/?page_id=1270"},"modified":"2026-02-09T02:53:59","modified_gmt":"2026-02-09T02:53:59","slug":"solar-hot-water-systems","status":"publish","type":"page","link":"https:\/\/service.soletksolar.com\/ko\/products\/solar-hot-water-systems\/","title":{"rendered":"\ud0dc\uc591\uc5f4 \uc628\uc218 \uc2dc\uc2a4\ud15c"},"content":{"rendered":"<p><!--LEMONX_BLOCK_START:13--><br \/>\n<!-- Solar Hot Water Systems Banner --><\/p>\n<section class=\"solar-water-banner\">\n<style class=\"\" style=\"transition: 0.2s;\">\n    .solar-water-banner {\n      width: 100%;\n      min-height: 65vh;\n      background: #fafaf9;\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      position: relative;\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n    }<\/p>\n<p>    \/* Animated Background Pattern *\/\n    .solar-water-banner::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background: \n        linear-gradient(135deg, #fff5f0 0%, #ffe8dc 50%, #ffd4c1 100%);\n      z-index: 0;\n    }<\/p>\n<p>    .solar-water-banner::after {\n      content: '';\n      position: absolute;\n      top: -50%;\n      right: -20%;\n      width: 80%;\n      height: 150%;\n      background: radial-gradient(ellipse, rgba(234, 88, 12, 0.08) 0%, transparent 70%);\n      animation: float 15s ease-in-out infinite;\n      z-index: 1;\n    }<\/p>\n<p>    @keyframes float {\n      0%, 100% { transform: translate(0, 0) rotate(0deg); }\n      50% { transform: translate(-30px, 30px) rotate(5deg); }\n    }<\/p>\n<p>    .solar-water-banner .banner-container {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 60px 40px;\n      display: grid;\n      grid-template-columns: 1.1fr 0.9fr;\n      gap: 60px;\n      align-items: center;\n      position: relative;\n      z-index: 2;\n    }<\/p>\n<p>    \/* Left Content *\/\n    .solar-water-banner .content-section {\n      animation: slideInLeft 1s ease-out;\n    }<\/p>\n<p>    @keyframes slideInLeft {\n      from {\n        opacity: 0;\n        transform: translateX(-50px);\n      }\n      to {\n        opacity: 1;\n        transform: translateX(0);\n      }\n    }<\/p>\n<p>    .solar-water-banner .badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 8px 18px;\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      color: white;\n      font-size: 11px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n      border-radius: 30px;\n      margin-bottom: 20px;\n      box-shadow: 0 4px 15px rgba(234, 88, 12, 0.3);\n      animation: pulse 2s ease-in-out infinite;\n    }<\/p>\n<p>    @keyframes pulse {\n      0%, 100% { transform: scale(1); }\n      50% { transform: scale(1.05); }\n    }<\/p>\n<p>    .solar-water-banner .badge svg {\n      width: 14px;\n      height: 14px;\n      fill: white;\n    }<\/p>\n<p>    .solar-water-banner .main-title {\n      font-size: 48px;\n      font-weight: 900;\n      line-height: 1.1;\n      color: #1a1410;\n      margin-bottom: 18px;\n      letter-spacing: -1.2px;\n    }<\/p>\n<p>    .solar-water-banner .main-title .line1 {\n      display: block;\n      color: #292524;\n    }<\/p>\n<p>    .solar-water-banner .main-title .line2 {\n      display: block;\n      background: linear-gradient(135deg, #ea580c 0%, #f97316 50%, #fb923c 100%);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n      margin-top: 6px;\n    }<\/p>\n<p>    .solar-water-banner .subtitle {\n      font-size: 18px;\n      line-height: 1.6;\n      color: #57534e;\n      margin-bottom: 12px;\n      font-weight: 600;\n    }<\/p>\n<p>    .solar-water-banner .description {\n      font-size: 15px;\n      line-height: 1.6;\n      color: #78716c;\n      margin-bottom: 28px;\n      max-width: 540px;\n    }<\/p>\n<p>    \/* Stats Grid *\/\n    .solar-water-banner .stats-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 15px;\n      margin-bottom: 28px;\n    }<\/p>\n<p>    .solar-water-banner .stat-card {\n      background: white;\n      padding: 18px;\n      border-radius: 14px;\n      border: 2px solid #f5f5f4;\n      transition: all 0.3s ease;\n      position: relative;\n      overflow: hidden;\n    }<\/p>\n<p>    .solar-water-banner .stat-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 4px;\n      height: 100%;\n      background: linear-gradient(180deg, #ea580c, #f97316);\n      transform: scaleY(0);\n      transition: transform 0.3s ease;\n    }<\/p>\n<p>    .solar-water-banner .stat-card:hover {\n      border-color: #ea580c;\n      transform: translateY(-3px);\n      box-shadow: 0 8px 25px rgba(234, 88, 12, 0.15);\n    }<\/p>\n<p>    .solar-water-banner .stat-card:hover::before {\n      transform: scaleY(1);\n    }<\/p>\n<p>    .solar-water-banner .stat-number {\n      font-size: 28px;\n      font-weight: 900;\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n      margin-bottom: 6px;\n      line-height: 1;\n    }<\/p>\n<p>    .solar-water-banner .stat-label {\n      font-size: 12px;\n      color: #57534e;\n      font-weight: 600;\n      line-height: 1.3;\n    }<\/p>\n<p>    \/* CTA Buttons *\/\n    .solar-water-banner .cta-group {\n      display: flex;\n      gap: 14px;\n      flex-wrap: wrap;\n      margin-bottom: 25px;\n    }<\/p>\n<p>    .solar-water-banner .btn {\n      padding: 14px 32px;\n      font-size: 15px;\n      font-weight: 700;\n      border-radius: 50px;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      text-decoration: none;\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      border: none;\n      letter-spacing: 0.3px;\n    }<\/p>\n<p>    .solar-water-banner .btn-primary {\n      background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);\n      color: white;\n      box-shadow: 0 6px 20px rgba(234, 88, 12, 0.4);\n    }<\/p>\n<p>    .solar-water-banner .btn-primary:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 8px 25px rgba(234, 88, 12, 0.5);\n    }<\/p>\n<p>    .solar-water-banner .btn-secondary {\n      background: white;\n      color: #ea580c;\n      border: 2px solid #ea580c;\n    }<\/p>\n<p>    .solar-water-banner .btn-secondary:hover {\n      background: #ea580c;\n      color: white;\n    }<\/p>\n<p>    .solar-water-banner .btn svg {\n      width: 18px;\n      height: 18px;\n    }<\/p>\n<p>    \/* Right Image Section *\/\n    .solar-water-banner .image-section {\n      position: relative;\n      animation: slideInRight 1s ease-out;\n    }<\/p>\n<p>    @keyframes slideInRight {\n      from {\n        opacity: 0;\n        transform: translateX(50px);\n      }\n      to {\n        opacity: 1;\n        transform: translateX(0);\n      }\n    }<\/p>\n<p>    .solar-water-banner .image-container {\n      position: relative;\n      width: 100%;\n    }<\/p>\n<p>    \/* Decorative Circles *\/\n    .solar-water-banner .circle-decoration {\n      position: absolute;\n      border-radius: 50%;\n      z-index: 0;\n    }<\/p>\n<p>    .solar-water-banner .circle-1 {\n      width: 320px;\n      height: 320px;\n      background: linear-gradient(135deg, rgba(234, 88, 12, 0.15), rgba(249, 115, 22, 0.1));\n      top: -40px;\n      right: -40px;\n      animation: rotate 20s linear infinite;\n    }<\/p>\n<p>    .solar-water-banner .circle-2 {\n      width: 240px;\n      height: 240px;\n      background: linear-gradient(225deg, rgba(251, 146, 60, 0.2), transparent);\n      bottom: -25px;\n      left: -25px;\n      animation: rotate 15s linear infinite reverse;\n    }<\/p>\n<p>    @keyframes rotate {\n      from { transform: rotate(0deg); }\n      to { transform: rotate(360deg); }\n    }<\/p>\n<p>    .solar-water-banner .main-image {\n      position: relative;\n      z-index: 1;\n      width: 100%;\n      height: auto;\n      border-radius: 20px;\n      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);\n      transition: transform 0.5s ease;\n    }<\/p>\n<p>    .solar-water-banner .main-image:hover {\n      transform: scale(1.02) translateY(-8px);\n    }<\/p>\n<p>    \/* Feature Tags *\/\n    .solar-water-banner .feature-tags {\n      position: absolute;\n      z-index: 2;\n    }<\/p>\n<p>    .solar-water-banner .feature-tag {\n      background: white;\n      padding: 10px 18px;\n      border-radius: 50px;\n      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      animation: fadeInUp 1s ease-out;\n      border: 2px solid #f5f5f4;\n    }<\/p>\n<p>    @keyframes fadeInUp {\n      from {\n        opacity: 0;\n        transform: translateY(20px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }<\/p>\n<p>    .solar-water-banner .feature-tag svg {\n      width: 20px;\n      height: 20px;\n    }<\/p>\n<p>    .solar-water-banner .feature-tag span {\n      font-size: 13px;\n      font-weight: 700;\n      color: #1a1410;\n    }<\/p>\n<p>    .solar-water-banner .tag-1 {\n      top: 30px;\n      left: -35px;\n      animation-delay: 0.3s;\n    }<\/p>\n<p>    .solar-water-banner .tag-1 svg {\n      stroke: #22c55e;\n    }<\/p>\n<p>    .solar-water-banner .tag-2 {\n      bottom: 50px;\n      right: -35px;\n      animation-delay: 0.6s;\n    }<\/p>\n<p>    .solar-water-banner .tag-2 svg {\n      stroke: #ea580c;\n    }<\/p>\n<p>    \/* Trust Indicators *\/\n    .solar-water-banner .trust-bar {\n      display: flex;\n      align-items: center;\n      gap: 25px;\n      padding-top: 20px;\n      border-top: 2px solid #e7e5e4;\n    }<\/p>\n<p>    .solar-water-banner .trust-item {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }<\/p>\n<p>    .solar-water-banner .trust-item svg {\n      width: 20px;\n      height: 20px;\n      fill: #ea580c;\n    }<\/p>\n<p>    .solar-water-banner .trust-item span {\n      font-size: 13px;\n      font-weight: 600;\n      color: #57534e;\n    }<\/p>\n<p>    \/* Responsive *\/\n    @media (max-width: 1200px) {\n      .solar-water-banner .banner-container {\n        grid-template-columns: 1fr;\n        gap: 50px;\n        padding: 50px 30px;\n      }<\/p>\n<p>      .solar-water-banner .main-title {\n        font-size: 42px;\n      }<\/p>\n<p>      .solar-water-banner .stats-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }<\/p>\n<p>      .solar-water-banner .image-container {\n        max-width: 600px;\n        margin: 0 auto;\n      }<\/p>\n<p>      .solar-water-banner .tag-1,\n      .solar-water-banner .tag-2 {\n        position: relative;\n        top: auto;\n        left: auto;\n        right: auto;\n        bottom: auto;\n        margin-bottom: 12px;\n      }\n    }<\/p>\n<p>    @media (max-width: 768px) {\n      .solar-water-banner {\n        min-height: auto;\n      }<\/p>\n<p>      .solar-water-banner .banner-container {\n        padding: 40px 20px;\n      }<\/p>\n<p>      .solar-water-banner .main-title {\n        font-size: 32px;\n      }<\/p>\n<p>      .solar-water-banner .subtitle {\n        font-size: 16px;\n      }<\/p>\n<p>      .solar-water-banner .description {\n        font-size: 14px;\n      }<\/p>\n<p>      .solar-water-banner .stats-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 12px;\n      }<\/p>\n<p>      .solar-water-banner .stat-number {\n        font-size: 24px;\n      }<\/p>\n<p>      .solar-water-banner .stat-label {\n        font-size: 11px;\n      }<\/p>\n<p>      .solar-water-banner .cta-group {\n        flex-direction: column;\n      }<\/p>\n<p>      .solar-water-banner .btn {\n        width: 100%;\n        justify-content: center;\n      }<\/p>\n<p>      .solar-water-banner .trust-bar {\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 12px;\n      }<\/p>\n<p>      .solar-water-banner .circle-1,\n      .solar-water-banner .circle-2 {\n        width: 180px;\n        height: 180px;\n      }\n    }\n  <\/style>\n<div class=\"banner-container\">\n    <!-- Left Content --><\/p>\n<div class=\"content-section\">\n<div class=\"badge\">\n        <svg viewbox=\"0 0 24 24\">\n          <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n          <path d=\"M12 6v6l4 2\" stroke=\"white\" fill=\"none\" stroke-width=\"2\"><\/path>\n        <\/svg><br \/>\n        <span>\uc0c1\uc5c5\uc6a9 \ub4f1\uae09<\/span>\n      <\/div>\n<h1 class=\"main-title\">\n        <span class=\"line1\">\ud0dc\uc591\uc5f4 \uc628\uc218 \uc2dc\uc2a4\ud15c<\/span><br \/>\n        <span class=\"line2\">\uace0\ud6a8\uc728, \uc2e4\uc9c8 \uc218\uc775<\/span><br \/>\n      <\/h1>\n<p class=\"subtitle\">\n        \ud0dc\uc591\uad11\uc744 \uc548\uc815\uc801\uc778 \uc628\uc218\ub85c \uc804\ud658\ud558\uc5ec 10~15\ub144\uac04 \uc808\uc57d \ubcf4\uc7a5\n      <\/p>\n<p class=\"description\">\n        \uc5f0\uc18d \uc131\ub2a5\uacfc \ucd5c\ub300 \uc5d0\ub108\uc9c0 \ub3c5\ub9bd\uc131\uc744 \uc694\uad6c\ud558\ub294 \ud638\ud154, \uacf5\uc7a5, \uc0c1\uc5c5\uc6a9 \uac74\ubb3c\uc5d0 \uc801\ud569\ud558\uac8c \uc81c\uc791\ub428\n      <\/p>\n<div class=\"stats-grid\">\n<div class=\"stat-card\" style=\"opacity: 1; transform: translateY(0px); transition: 0.6s;\">\n<div class=\"stat-number\">45-70\u00b0C<\/div>\n<div class=\"stat-label\">\ucd9c\ub825 \uc628\ub3c4<\/div>\n<\/p><\/div>\n<div class=\"stat-card\" style=\"opacity: 1; transform: translateY(0px); transition: 0.6s;\">\n<div class=\"stat-number\">60-80%<\/div>\n<div class=\"stat-label\">\ube44\uc6a9 \uc808\uac10<\/div>\n<\/p><\/div>\n<div class=\"stat-card\" style=\"opacity: 1; transform: translateY(0px); transition: 0.6s;\">\n<div class=\"stat-number\">10-15\ub144<\/div>\n<div class=\"stat-label\">\uc218\uba85<\/div>\n<\/p><\/div>\n<div class=\"stat-card\" style=\"opacity: 1; transform: translateY(0px); transition: 0.6s;\">\n<div class=\"stat-number\">\uc81c\ub85c<\/div>\n<div class=\"stat-label\">\ubc30\ucd9c\ub7c9<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"cta-group\">\n        <button class=\"btn btn-primary\"><br \/>\n          <span>\ubb34\ub8cc \uacac\uc801 \ubc1b\uae30<\/span><br \/>\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\">\n            <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n          <\/svg><br \/>\n        <\/button><br \/>\n        <button class=\"btn btn-secondary\"><br \/>\n          <span>\uc2dc\uc2a4\ud15c \ud0d0\uc0c9<\/span><br \/>\n        <\/button>\n      <\/div>\n<div class=\"trust-bar\">\n<div class=\"trust-item\">\n          <svg viewbox=\"0 0 24 24\">\n            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"><\/path>\n          <\/svg><br \/>\n          <span>15\ub144 \uc774\uc0c1 \ubcf4\uc99d<\/span>\n        <\/div>\n<div class=\"trust-item\">\n          <svg viewbox=\"0 0 24 24\">\n            <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path>\n            <polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline>\n          <\/svg><br \/>\n          <span>ISO \uc778\uc99d<\/span>\n        <\/div>\n<div class=\"trust-item\">\n          <svg viewbox=\"0 0 24 24\">\n            <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path>\n            <circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle>\n            <path d=\"M23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75\"><\/path>\n          <\/svg><br \/>\n          <span>1000\uac1c \uc774\uc0c1 \ud504\ub85c\uc81d\ud2b8<\/span>\n        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- Right Image --><\/p>\n<div class=\"image-section\">\n<div class=\"image-container\">\n<div class=\"circle-decoration circle-1\"><\/div>\n<div class=\"circle-decoration circle-2\"><\/div>\n<p>        <img height=\"565\" width=\"850\" decoding=\"async\" alt=\"Soletks Solar Hot Water System\" class=\"main-image\" style=\"outline: rgb(33, 150, 243) solid 3px; outline-offset: 2px; box-shadow: rgba(33, 150, 243, 0.3) 0px 0px 10px;\" src=\"https:\/\/service.soletksolar.com\/wp-content\/uploads\/2025\/12\/850X850.jpeg\"><\/p>\n<div class=\"feature-tags\">\n<div class=\"feature-tag tag-1\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span>\uce5c\ud658\uacbd<\/span>\n          <\/div>\n<div class=\"feature-tag tag-2\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M13 2L3 14h8l-1 8 10-12h-8l1-8z\"><\/path>\n            <\/svg><br \/>\n            <span>\uace0\uc131\ub2a5<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- lemonx-script-placeholder --><br \/>\n<!--LEMONX_BLOCK_END:13--><\/p>\n<p><!--LEMONX_BLOCK_START:18--><br \/>\n<!-- Solar Water Heater Section --><\/p>\n<section id=\"solar-water-heater\" class=\"swh-section\">\n<style>\n    .swh-section {\n      padding: 65px 20px;\n      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);\n    }<\/p>\n<p>    .swh-container {\n      max-width: 1200px;\n      margin: 0 auto;\n    }<\/p>\n<p>    .swh-header {\n      text-align: center;\n      margin-bottom: 20px;\n    }<\/p>\n<p>    .swh-header h2 {\n      font-size: 38px;\n      color: #1e293b;\n      margin-bottom: 18px;\n      font-weight: 700;\n      position: relative;\n      display: inline-block;\n    }<\/p>\n<p>    .swh-header h2::after {\n      content: '';\n      position: absolute;\n      bottom: -8px;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 60px;\n      height: 3px;\n      background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);\n      border-radius: 2px;\n    }<\/p>\n<p>    .swh-intro {\n      max-width: 900px;\n      margin: 0 auto 40px;\n      text-align: center;\n    }<\/p>\n<p>    .swh-intro p {\n      font-size: 15px;\n      color: #475569;\n      line-height: 1.7;\n      margin-bottom: 0;\n    }<\/p>\n<p>    .swh-products-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 30px;\n      margin-top: 35px;\n    }<\/p>\n<p>    .swh-product-card {\n      background: white;\n      border-radius: 20px;\n      overflow: hidden;\n      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n      position: relative;\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n    }<\/p>\n<p>    .swh-product-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 4px;\n      background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);\n      transform: scaleX(0);\n      transform-origin: left;\n      transition: transform 0.4s ease;\n    }<\/p>\n<p>    .swh-product-card:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);\n    }<\/p>\n<p>    .swh-product-card:hover::before {\n      transform: scaleX(1);\n    }<\/p>\n<p>    .swh-product-image {\n      position: relative;\n      width: 100%;\n      height: 240px;\n      overflow: hidden;\n      background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);\n    }<\/p>\n<p>    .swh-product-image img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      padding: 20px;\n      transition: transform 0.5s ease;\n    }<\/p>\n<p>    .swh-product-card:hover .swh-product-image img {\n      transform: scale(1.08);\n    }<\/p>\n<p>    .swh-product-content {\n      padding: 24px 22px;\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n    }<\/p>\n<p>    .swh-product-title {\n      font-size: 20px;\n      color: #1e293b;\n      margin-bottom: 12px;\n      font-weight: 700;\n      line-height: 1.3;\n      min-height: 52px;\n    }<\/p>\n<p>    .swh-product-description {\n      font-size: 14px;\n      color: #64748b;\n      line-height: 1.6;\n      margin-bottom: 10px;\n    }<\/p>\n<p>    .swh-product-features {\n      font-size: 14px;\n      color: #475569;\n      line-height: 1.6;\n      margin-bottom: 20px;\n      padding-left: 5px;\n      flex: 1;\n    }<\/p>\n<p>    .swh-learn-more {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 6px;\n      padding: 11px 24px;\n      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n      color: white;\n      text-decoration: none;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 14px;\n      transition: all 0.3s ease;\n      box-shadow: 0 3px 12px rgba(102, 126, 234, 0.3);\n      align-self: flex-start;\n    }<\/p>\n<p>    .swh-learn-more:hover {\n      transform: translateX(5px);\n      box-shadow: 0 5px 18px rgba(102, 126, 234, 0.5);\n    }<\/p>\n<p>    .swh-learn-more svg {\n      width: 14px;\n      height: 14px;\n      transition: transform 0.3s ease;\n    }<\/p>\n<p>    .swh-learn-more:hover svg {\n      transform: translateX(4px);\n    }<\/p>\n<p>    \/* Badge *\/\n    .swh-badge {\n      position: absolute;\n      top: 15px;\n      right: 15px;\n      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n      color: white;\n      padding: 6px 14px;\n      border-radius: 18px;\n      font-size: 12px;\n      font-weight: 600;\n      z-index: 10;\n      box-shadow: 0 3px 10px rgba(102, 126, 234, 0.4);\n    }<\/p>\n<p>    \/* Tablet *\/\n    @media (max-width: 1024px) {\n      .swh-products-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 25px;\n      }\n    }<\/p>\n<p>    \/* Mobile *\/\n    @media (max-width: 768px) {\n      .swh-section {\n        padding: 50px 20px;\n      }<\/p>\n<p>      .swh-header h2 {\n        font-size: 30px;\n        margin-bottom: 15px;\n      }<\/p>\n<p>      .swh-intro {\n        margin-bottom: 30px;\n      }<\/p>\n<p>      .swh-intro p {\n        font-size: 14px;\n      }<\/p>\n<p>      .swh-products-grid {\n        grid-template-columns: 1fr;\n        gap: 25px;\n        margin-top: 30px;\n      }<\/p>\n<p>      .swh-product-image {\n        height: 200px;\n      }<\/p>\n<p>      .swh-product-image img {\n        padding: 15px;\n      }<\/p>\n<p>      .swh-product-content {\n        padding: 22px 20px;\n      }<\/p>\n<p>      .swh-product-title {\n        font-size: 20px;\n        margin-bottom: 12px;\n        min-height: auto;\n      }<\/p>\n<p>      .swh-product-description {\n        font-size: 13px;\n        margin-bottom: 8px;\n      }<\/p>\n<p>      .swh-product-features {\n        font-size: 13px;\n        margin-bottom: 18px;\n      }<\/p>\n<p>      .swh-learn-more {\n        padding: 10px 22px;\n        font-size: 13px;\n      }<\/p>\n<p>      .swh-badge {\n        top: 12px;\n        right: 12px;\n        padding: 5px 12px;\n        font-size: 11px;\n      }\n    }\n  <\/style>\n<div class=\"swh-container\">\n    <!-- Header --><\/p>\n<div class=\"swh-header\" style=\"transition: 0.2s;\">\n<h2 class=\"\" style=\"transition: 0.2s;\">\ud0dc\uc591\uc5f4 \uc628\uc218 \uc81c\ud488<\/h2>\n<\/div>\n<p>    <!-- Introduction --><\/p>\n<div class=\"swh-intro\">\n<p>\n        SOLETKS \ud0dc\uc591\uc5f4 \uc628\uc218\uae30 \uc2dc\uc2a4\ud15c\uc740 \ud0dc\uc591 \uc5d0\ub108\uc9c0\ub97c \ud6a8\uc728\uc801\uc73c\ub85c \ud3ec\ucc29\ud558\uc5ec \uac00\uc815, \uc0ac\uc5c5\uc7a5, \uc0b0\uc5c5\uccb4\uc5d0 \uc2e0\ub8b0\ud560 \uc218 \uc788\ub294 \uc628\uc218\ub97c \uacf5\uae09\ud558\ub3c4\ub85d \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ucca8\ub2e8 \ud3c9\ud310\ud615 \ubc0f \ud788\ud2b8\ud30c\uc774\ud504 \uae30\uc220\uc744 \uac16\ucd98 \ub2f9\uc0ac\uc758 \uc2dc\uc2a4\ud15c\uc740 \ub6f0\uc5b4\ub09c \uc131\ub2a5, \uc5d0\ub108\uc9c0 \uc808\uac10, \ud658\uacbd\uc801 \uc774\uc810\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uac01 \ubaa8\ub378\uc740 \ub2e4\uc591\ud55c \uc124\uce58 \uc694\uad6c\uc640 \uae30\ud6c4 \uc870\uac74\uc5d0 \ub9de\uac8c \uc124\uacc4\ub418\uc5b4 \ud0dc\uc591\uc5f4 \uc628\uc218 \uc0ac\uc6a9\uc744 \ub354\uc6b1 \ud6a8\uc728\uc801\uc774\uace0 \uc9c0\uc18d \uac00\ub2a5\ud558\uac8c \ub9cc\ub4ed\ub2c8\ub2e4.\n      <\/p>\n<\/p><\/div>\n<p>    <!-- Products Grid --><\/p>\n<div class=\"swh-products-grid\">\n<p>      <!-- Integrated Solar Water Heater --><\/p>\n<div class=\"swh-product-card\">\n<div class=\"swh-badge\">\uc778\uae30<\/div>\n<div class=\"swh-product-image\">\n          <img height=\"1024\" width=\"2560\" decoding=\"async\" src=\"https:\/\/service.soletksolar.com\/wp-content\/uploads\/2026\/01\/20260107101525_408_490-scaled.png\" alt=\"Integrated Solar Water Heater\" loading=\"lazy\">\n        <\/div>\n<div class=\"swh-product-content\">\n<h3 class=\"swh-product-title\">\ud0dc\uc591\uc5f4 \uc628\uc218\uae30<\/h3>\n<p class=\"swh-product-description\">\n            \ud0dc\uc591\uad11 \uc9d1\uc5f4\ud310\uacfc \ubb3c\ud0f1\ud06c\ub97c \ud558\ub098\ub85c \ud1b5\ud569\ud55c \uc18c\ud615 \uc2dc\uc2a4\ud15c\uc785\ub2c8\ub2e4.\n          <\/p>\n<p class=\"swh-product-features\">\n            \uc26c\uc6b4 \uc124\uce58, \uc2e0\ub8b0\ud560 \uc218 \uc788\ub294 \uc791\ub3d9, \ub6f0\uc5b4\ub09c \uc5f4 \ubcf4\uc874\ub825\uc744 \uc81c\uacf5\ud558\uc5ec \ub2e8\uc21c\uc131\uacfc \ud6a8\uc728\uc131\uc774 \uc911\uc694\ud55c \uac00\uc815 \ubc0f \uc18c\uaddc\ubaa8 \uc751\uc6a9 \ubd84\uc57c\uc5d0 \uc774\uc0c1\uc801\uc785\ub2c8\ub2e4.\n          <\/p>\n<p>          <a href=\"https:\/\/service.soletksolar.com\/ko\/products\/solar-water-heater\/integrated-solar-water-heater\/\" class=\"swh-learn-more\"><br \/>\n            \uc790\uc138\ud788 \ubcf4\uae30<br \/>\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg><br \/>\n          <\/a>\n        <\/div>\n<\/p><\/div>\n<p>      <!-- Split Solar Water Heater --><\/p>\n<div class=\"swh-product-card\">\n<div class=\"swh-badge\">\uc720\uc5f0\uc131<\/div>\n<div class=\"swh-product-image\">\n          <img height=\"952\" width=\"2412\" decoding=\"async\" src=\"https:\/\/service.soletksolar.com\/wp-content\/uploads\/2026\/01\/ScreenShot_2026-01-08_101359_083.png\" alt=\"Split Solar Water Heater\" loading=\"lazy\">\n        <\/div>\n<div class=\"swh-product-content\">\n<h3 class=\"swh-product-title\">\ud0dc\uc591\uc5f4 \uc9d1\uc5f4\uae30<\/h3>\n<p class=\"swh-product-description\">\n            \uc774 \uc2dc\uc2a4\ud15c\uc740 \ud0dc\uc591\uad11 \uc9d1\uc5f4\ud310\uacfc \uc800\uc7a5 \ud0f1\ud06c\ub97c \ubd84\ub9ac\ud558\uc5ec \uac74\ubb3c \ubc30\uce58\uc5d0 \ub530\ub77c \uc720\uc5f0\ud558\uac8c \uc124\uce58\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n          <\/p>\n<p class=\"swh-product-features\">\n            \ubd84\ub9ac\ud615 \uc124\uacc4\ub294 \uc5f4 \uc190\uc2e4\uc744 \ucd5c\uc18c\ud654\ud558\uace0, \uacb0\ube59 \ubc29\uc9c0 \uae30\ub2a5\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\uba70, \ubaa8\ub4e0 \uacc4\uc808\uc5d0 \uc548\uc815\uc801\uc778 \uc628\uc218 \uacf5\uae09\uc744 \ubcf4\uc7a5\ud569\ub2c8\ub2e4.\n          <\/p>\n<p>          <a href=\"https:\/\/service.soletksolar.com\/ko\/products\/solar-water-heater\/flat-plate-split-solar-water-heater\/\" class=\"swh-learn-more\"><br \/>\n            \uc790\uc138\ud788 \ubcf4\uae30<br \/>\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg><br \/>\n          <\/a>\n        <\/div>\n<\/p><\/div>\n<p>      <!-- Heat Pipe Solar Water Heater --><\/p>\n<div class=\"swh-product-card\">\n<div class=\"swh-badge\">\uace0\ud6a8\uc728<\/div>\n<div class=\"swh-product-image\">\n          <img height=\"1255\" width=\"2292\" decoding=\"async\" src=\"https:\/\/service.soletksolar.com\/wp-content\/uploads\/2026\/01\/ScreenShot_2026-01-08_101417_993.png\" alt=\"Heat Pipe Solar Water Heater\" loading=\"lazy\">\n        <\/div>\n<div class=\"swh-product-content\">\n<h3 class=\"swh-product-title\">\uc9c4\uacf5\uad00 \ud0dc\uc591\uad11 \uc9d1\uc5f4\uae30<\/h3>\n<p class=\"swh-product-description\">\n            \uc9c4\uacf5\uad00\uacfc \ucca8\ub2e8 \ud788\ud2b8\ud30c\uc774\ud504 \uae30\uc220\uc744 \uac16\ucd98 \uc774 \ubaa8\ub378\uc740 \ube60\ub978 \ub09c\ubc29\uacfc \ub6f0\uc5b4\ub09c \ud6a8\uc728\uc131\uc744 \uc81c\uacf5\ud558\uba70, \ucd94\uc6b4 \ub0a0\uc528\ub098 \ud750\ub9b0 \ub0a0\uc528\uc5d0\uc11c\ub3c4 \uc6b0\uc218\ud55c \uc131\ub2a5\uc744 \ubc1c\ud718\ud569\ub2c8\ub2e4.\n          <\/p>\n<p class=\"swh-product-features\">\n            \ub2e4\uc591\ud55c \uae30\ud6c4 \uc9c0\uc5ed\uc5d0 \uc801\ud569\ud558\uba70, \ucd5c\uc18c\ud55c\uc758 \uc720\uc9c0\ubcf4\uc218\ub85c \ub192\uc740 \uc131\ub2a5\uc744 \uc6d0\ud558\ub294 \uc0ac\uc6a9\uc790\uc5d0\uac8c \uc801\ud569\ud569\ub2c8\ub2e4.\n          <\/p>\n<p>          <a href=\"https:\/\/service.soletksolar.com\/ko\/products\/solar-water-heater\/heat-pipe-solar-water-heater\/\" class=\"swh-learn-more\"><br \/>\n            \uc790\uc138\ud788 \ubcf4\uae30<br \/>\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg><br \/>\n          <\/a>\n        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!--LEMONX_BLOCK_END:18--><\/p>\n<p><!--LEMONX_BLOCK_START:14--><br \/>\n<!-- Why Solar Hot Water Section --><\/p>\n<section class=\"why-solar-section\">\n<style>\n    .why-solar-section {\n      width: 100%;\n      background: #fafaf9;\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      position: relative;\n      overflow: hidden;\n      padding: 80px 0;\n    }<\/p>\n<p>    .why-solar-section::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background: linear-gradient(135deg, #fff5f0 0%, #ffe8dc 50%, #ffd4c1 100%);\n      z-index: 0;\n    }<\/p>\n<p>    .why-solar-section .section-container {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 40px;\n      position: relative;\n      z-index: 1;\n    }<\/p>\n<p>    \/* Section Header *\/\n    .why-solar-section .section-header {\n      text-align: center;\n      margin-bottom: 60px;\n    }<\/p>\n<p>    .why-solar-section .section-number {\n      display: inline-block;\n      font-size: 14px;\n      font-weight: 700;\n      color: #ea580c;\n      background: white;\n      padding: 8px 20px;\n      border-radius: 30px;\n      margin-bottom: 15px;\n      letter-spacing: 1px;\n      border: 2px solid #fed7aa;\n    }<\/p>\n<p>    .why-solar-section .section-title {\n      font-size: 42px;\n      font-weight: 900;\n      color: #1a1410;\n      margin-bottom: 15px;\n      letter-spacing: -1px;\n    }<\/p>\n<p>    .why-solar-section .section-subtitle {\n      font-size: 17px;\n      line-height: 1.7;\n      color: #57534e;\n      max-width: 900px;\n      margin: 0 auto;\n    }<\/p>\n<p>    \/* Main Content Grid *\/\n    .why-solar-section .content-grid {\n      display: grid;\n      gap: 40px;\n      margin-bottom: 50px;\n    }<\/p>\n<p>    \/* Feature Card *\/\n    .why-solar-section .feature-card {\n      background: white;\n      border-radius: 20px;\n      padding: 40px;\n      border: 2px solid #f5f5f4;\n      transition: all 0.4s ease;\n      position: relative;\n      overflow: hidden;\n    }<\/p>\n<p>    .why-solar-section .feature-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 5px;\n      background: linear-gradient(90deg, #ea580c, #f97316, #fb923c);\n      transform: scaleX(0);\n      transform-origin: left;\n      transition: transform 0.4s ease;\n    }<\/p>\n<p>    .why-solar-section .feature-card:hover {\n      border-color: #ea580c;\n      transform: translateY(-5px);\n      box-shadow: 0 15px 40px rgba(234, 88, 12, 0.15);\n    }<\/p>\n<p>    .why-solar-section .feature-card:hover::before {\n      transform: scaleX(1);\n    }<\/p>\n<p>    .why-solar-section .feature-header {\n      display: flex;\n      align-items: flex-start;\n      gap: 20px;\n      margin-bottom: 25px;\n    }<\/p>\n<p>    .why-solar-section .feature-icon {\n      width: 60px;\n      height: 60px;\n      background: linear-gradient(135deg, #fff7ed, #fed7aa);\n      border-radius: 16px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      border: 2px solid #fdba74;\n    }<\/p>\n<p>    .why-solar-section .feature-icon svg {\n      width: 30px;\n      height: 30px;\n      stroke: #ea580c;\n      fill: none;\n      stroke-width: 2;\n    }<\/p>\n<p>    .why-solar-section .feature-title {\n      font-size: 26px;\n      font-weight: 800;\n      color: #1a1410;\n      margin-bottom: 12px;\n      line-height: 1.3;\n    }<\/p>\n<p>    .why-solar-section .feature-description {\n      font-size: 15px;\n      line-height: 1.7;\n      color: #78716c;\n      margin-bottom: 25px;\n    }<\/p>\n<p>    \/* Benefits List *\/\n    .why-solar-section .benefits-list {\n      display: grid;\n      gap: 12px;\n      margin-bottom: 25px;\n    }<\/p>\n<p>    .why-solar-section .benefit-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      padding: 12px;\n      background: #fafaf9;\n      border-radius: 10px;\n      transition: all 0.3s ease;\n    }<\/p>\n<p>    .why-solar-section .benefit-item:hover {\n      background: #fff7ed;\n      transform: translateX(5px);\n    }<\/p>\n<p>    .why-solar-section .benefit-item svg {\n      width: 20px;\n      height: 20px;\n      stroke: #ea580c;\n      fill: none;\n      stroke-width: 2.5;\n      flex-shrink: 0;\n      margin-top: 2px;\n    }<\/p>\n<p>    .why-solar-section .benefit-text {\n      font-size: 14px;\n      font-weight: 600;\n      color: #292524;\n      line-height: 1.5;\n    }<\/p>\n<p>    \/* Highlight Box *\/\n    .why-solar-section .highlight-box {\n      background: linear-gradient(135deg, #fff7ed, #ffedd5);\n      border-left: 4px solid #ea580c;\n      padding: 20px 25px;\n      border-radius: 12px;\n      margin-top: 20px;\n    }<\/p>\n<p>    .why-solar-section .highlight-box p {\n      font-size: 15px;\n      font-weight: 700;\n      color: #c2410c;\n      margin: 0;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }<\/p>\n<p>    .why-solar-section .highlight-box svg {\n      width: 20px;\n      height: 20px;\n      stroke: #ea580c;\n      fill: none;\n      stroke-width: 2.5;\n    }<\/p>\n<p>    \/* Applications Grid *\/\n    .why-solar-section .applications-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 15px;\n      margin-top: 25px;\n    }<\/p>\n<p>    .why-solar-section .application-tag {\n      background: white;\n      padding: 12px 16px;\n      border-radius: 10px;\n      border: 2px solid #f5f5f4;\n      text-align: center;\n      font-size: 13px;\n      font-weight: 600;\n      color: #57534e;\n      transition: all 0.3s ease;\n    }<\/p>\n<p>    .why-solar-section .application-tag:hover {\n      border-color: #ea580c;\n      color: #ea580c;\n      transform: translateY(-2px);\n    }<\/p>\n<p>    \/* ROI Section *\/\n    .why-solar-section .roi-section {\n      background: white;\n      border-radius: 20px;\n      padding: 50px;\n      border: 2px solid #f5f5f4;\n      margin-bottom: 50px;\n    }<\/p>\n<p>    .why-solar-section .roi-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }<\/p>\n<p>    .why-solar-section .roi-title {\n      font-size: 36px;\n      font-weight: 900;\n      color: #1a1410;\n      margin-bottom: 12px;\n    }<\/p>\n<p>    .why-solar-section .roi-subtitle {\n      font-size: 16px;\n      color: #57534e;\n      font-weight: 600;\n    }<\/p>\n<p>    .why-solar-section .roi-content {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n    }<\/p>\n<p>    .why-solar-section .roi-example {\n      background: linear-gradient(135deg, #fff7ed, #ffedd5);\n      padding: 35px;\n      border-radius: 16px;\n      border: 2px solid #fed7aa;\n    }<\/p>\n<p>    .why-solar-section .roi-example-title {\n      font-size: 18px;\n      font-weight: 800;\n      color: #c2410c;\n      margin-bottom: 20px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }<\/p>\n<p>    .why-solar-section .roi-example-title svg {\n      width: 24px;\n      height: 24px;\n      stroke: #ea580c;\n      fill: none;\n      stroke-width: 2;\n    }<\/p>\n<p>    .why-solar-section .roi-stats {\n      display: grid;\n      gap: 12px;\n    }<\/p>\n<p>    .why-solar-section .roi-stat {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 12px 0;\n      border-bottom: 1px solid #fed7aa;\n    }<\/p>\n<p>    .why-solar-section .roi-stat:last-child {\n      border-bottom: none;\n    }<\/p>\n<p>    .why-solar-section .roi-stat-label {\n      font-size: 14px;\n      color: #78716c;\n      font-weight: 600;\n    }<\/p>\n<p>    .why-solar-section .roi-stat-value {\n      font-size: 15px;\n      font-weight: 800;\n      color: #1a1410;\n    }<\/p>\n<p>    .why-solar-section .roi-highlight {\n      background: white;\n      padding: 20px;\n      border-radius: 12px;\n      margin-top: 20px;\n      text-align: center;\n      border: 2px solid #ea580c;\n    }<\/p>\n<p>    .why-solar-section .roi-highlight-label {\n      font-size: 13px;\n      color: #78716c;\n      margin-bottom: 8px;\n      font-weight: 600;\n    }<\/p>\n<p>    .why-solar-section .roi-highlight-value {\n      font-size: 32px;\n      font-weight: 900;\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }<\/p>\n<p>    .why-solar-section .roi-benefits {\n      display: grid;\n      gap: 15px;\n    }<\/p>\n<p>    .why-solar-section .roi-benefit-item {\n      display: flex;\n      align-items: center;\n      gap: 15px;\n      padding: 18px;\n      background: #fafaf9;\n      border-radius: 12px;\n      transition: all 0.3s ease;\n    }<\/p>\n<p>    .why-solar-section .roi-benefit-item:hover {\n      background: #fff7ed;\n      transform: translateX(5px);\n    }<\/p>\n<p>    .why-solar-section .roi-benefit-icon {\n      width: 45px;\n      height: 45px;\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }<\/p>\n<p>    .why-solar-section .roi-benefit-icon svg {\n      width: 24px;\n      height: 24px;\n      stroke: white;\n      fill: none;\n      stroke-width: 2.5;\n    }<\/p>\n<p>    .why-solar-section .roi-benefit-text {\n      font-size: 15px;\n      font-weight: 700;\n      color: #292524;\n      line-height: 1.4;\n    }<\/p>\n<p>    \/* Factors Grid *\/\n    .why-solar-section .factors-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 20px;\n      margin: 30px 0;\n    }<\/p>\n<p>    .why-solar-section .factor-card {\n      background: white;\n      padding: 20px;\n      border-radius: 12px;\n      border: 2px solid #f5f5f4;\n      display: flex;\n      align-items: center;\n      gap: 15px;\n      transition: all 0.3s ease;\n    }<\/p>\n<p>    .why-solar-section .factor-card:hover {\n      border-color: #ea580c;\n      transform: translateY(-2px);\n    }<\/p>\n<p>    .why-solar-section .factor-icon {\n      width: 40px;\n      height: 40px;\n      background: #fff7ed;\n      border-radius: 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }<\/p>\n<p>    .why-solar-section .factor-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #ea580c;\n      fill: none;\n      stroke-width: 2;\n    }<\/p>\n<p>    .why-solar-section .factor-text {\n      font-size: 14px;\n      font-weight: 600;\n      color: #292524;\n    }<\/p>\n<p>    \/* Analysis Box *\/\n    .why-solar-section .analysis-box {\n      background: linear-gradient(135deg, #1a1410, #292524);\n      padding: 35px;\n      border-radius: 16px;\n      margin-top: 30px;\n    }<\/p>\n<p>    .why-solar-section .analysis-title {\n      font-size: 18px;\n      font-weight: 800;\n      color: white;\n      margin-bottom: 20px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }<\/p>\n<p>    .why-solar-section .analysis-title svg {\n      width: 24px;\n      height: 24px;\n      stroke: #fb923c;\n      fill: none;\n      stroke-width: 2;\n    }<\/p>\n<p>    .why-solar-section .analysis-list {\n      display: grid;\n      gap: 12px;\n    }<\/p>\n<p>    .why-solar-section .analysis-item {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      color: #d6d3d1;\n      font-size: 14px;\n      font-weight: 600;\n    }<\/p>\n<p>    .why-solar-section .analysis-item svg {\n      width: 18px;\n      height: 18px;\n      stroke: #fb923c;\n      fill: none;\n      stroke-width: 2.5;\n      flex-shrink: 0;\n    }<\/p>\n<p>    \/* System Components *\/\n    .why-solar-section .system-section {\n      background: white;\n      border-radius: 20px;\n      padding: 50px;\n      border: 2px solid #f5f5f4;\n    }<\/p>\n<p>    .why-solar-section .system-header {\n      text-align: center;\n      margin-bottom: 50px;\n    }<\/p>\n<p>    .why-solar-section .system-title {\n      font-size: 36px;\n      font-weight: 900;\n      color: #1a1410;\n      margin-bottom: 12px;\n    }<\/p>\n<p>    .why-solar-section .system-subtitle {\n      font-size: 16px;\n      color: #57534e;\n      font-weight: 600;\n    }<\/p>\n<p>    .why-solar-section .components-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 30px;\n    }<\/p>\n<p>    .why-solar-section .component-card {\n      background: #fafaf9;\n      padding: 35px;\n      border-radius: 16px;\n      border: 2px solid #f5f5f4;\n      transition: all 0.4s ease;\n      position: relative;\n      overflow: hidden;\n    }<\/p>\n<p>    .why-solar-section .component-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 4px;\n      background: linear-gradient(90deg, #ea580c, #f97316);\n      transform: scaleX(0);\n      transform-origin: left;\n      transition: transform 0.4s ease;\n    }<\/p>\n<p>    .why-solar-section .component-card:hover {\n      background: white;\n      border-color: #ea580c;\n      transform: translateY(-5px);\n      box-shadow: 0 15px 40px rgba(234, 88, 12, 0.15);\n    }<\/p>\n<p>    .why-solar-section .component-card:hover::before {\n      transform: scaleX(1);\n    }<\/p>\n<p>    .why-solar-section .component-number {\n      width: 50px;\n      height: 50px;\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 20px;\n    }<\/p>\n<p>    .why-solar-section .component-number svg {\n      width: 28px;\n      height: 28px;\n      stroke: white;\n      fill: none;\n      stroke-width: 2;\n    }<\/p>\n<p>    .why-solar-section .component-title {\n      font-size: 20px;\n      font-weight: 800;\n      color: #1a1410;\n      margin-bottom: 15px;\n      line-height: 1.3;\n    }<\/p>\n<p>    .why-solar-section .component-features {\n      display: grid;\n      gap: 10px;\n    }<\/p>\n<p>    .why-solar-section .component-feature {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 14px;\n      color: #57534e;\n      font-weight: 600;\n      line-height: 1.5;\n    }<\/p>\n<p>    .why-solar-section .component-feature svg {\n      width: 16px;\n      height: 16px;\n      stroke: #ea580c;\n      fill: none;\n      stroke-width: 2.5;\n      flex-shrink: 0;\n      margin-top: 2px;\n    }<\/p>\n<p>    \/* Responsive *\/\n    @media (max-width: 1200px) {\n      .why-solar-section .section-container {\n        padding: 0 30px;\n      }<\/p>\n<p>      .why-solar-section .applications-grid {\n        grid-template-columns: repeat(3, 1fr);\n      }<\/p>\n<p>      .why-solar-section .components-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }<\/p>\n<p>    @media (max-width: 768px) {\n      .why-solar-section {\n        padding: 50px 0;\n      }<\/p>\n<p>      .why-solar-section .section-container {\n        padding: 0 20px;\n      }<\/p>\n<p>      .why-solar-section .section-title {\n        font-size: 32px;\n      }<\/p>\n<p>      .why-solar-section .feature-card,\n      .why-solar-section .roi-section,\n      .why-solar-section .system-section {\n        padding: 30px 25px;\n      }<\/p>\n<p>      .why-solar-section .roi-content {\n        grid-template-columns: 1fr;\n      }<\/p>\n<p>      .why-solar-section .applications-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }<\/p>\n<p>      .why-solar-section .factors-grid,\n      .why-solar-section .components-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n  <\/style>\n<div class=\"section-container\">\n    <!-- Section Header --><\/p>\n<div class=\"section-header\">\n      <span class=\"section-number\">1. \uc65c \ud0dc\uc591\uc5f4 \uc628\uc218\uc778\uac00?<\/span><\/p>\n<h2 class=\"section-title\">\uc65c \ud0dc\uc591\uc5f4 \uc628\uc218\uc778\uac00?<\/h2>\n<p class=\"section-subtitle\">\n        \ud0dc\uc591\uc5f4 \uc628\uc218 \uc2dc\uc2a4\ud15c\uc740 \ud0dc\uc591 \ubcf5\uc0ac\ub97c \ud3ec\ucc29\ud558\uc5ec \uac00\uc815\uc6a9 \uc628\uc218, \uc0c1\uc5c5\uc801 \uc218\uc694, \uc0b0\uc5c5 \uacf5\uc815 \ub610\ub294 \uacf5\uac04 \ub09c\ubc29 \uc9c0\uc6d0\uc5d0 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc5f4 \uc5d0\ub108\uc9c0\ub85c \uc804\ud658\ud569\ub2c8\ub2e4.<br \/>\n        \uc804\ub825, \uac00\uc2a4, \ub514\uc824 \ub610\ub294 LPG\uc5d0 \ub300\ud55c \uc758\uc874\ub3c4\ub97c \ud06c\uac8c \uc904\uc785\ub2c8\ub2e4.\n      <\/p>\n<\/p><\/div>\n<p>    <!-- Main Features --><\/p>\n<div class=\"content-grid\">\n      <!-- Feature 1: Savings --><\/p>\n<div class=\"feature-card\">\n<div class=\"feature-header\">\n<div class=\"feature-icon\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path>\n            <\/svg>\n          <\/div>\n<div>\n<h3 class=\"feature-title\">\uc548\uc815\uc801\uc774\uace0 \uc608\uce21 \uac00\ub2a5\ud558\uba70 \uc7a5\uae30\uc801\uc778 \uc808\uc57d<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"benefits-list\">\n<div class=\"benefit-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"benefit-text\">\uc6b4\uc601 \uc911 \uc5f0\ub8cc \ube44\uc6a9 \uc81c\ub85c<\/span>\n          <\/div>\n<div class=\"benefit-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"benefit-text\">\uc77c\ud68c\uc131 \ud22c\uc790 \u2192 \uc7a5\uae30\uc801\uc778 \uacbd\uc81c\uc801 \uc218\uc775<\/span>\n          <\/div>\n<div class=\"benefit-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"benefit-text\">\uae30\uc874 \ub09c\ubc29 \ube44\uc6a9\uc758 \uc9c1\uc811 \ub300\uccb4<\/span>\n          <\/div>\n<\/p><\/div>\n<div class=\"highlight-box\">\n<p>\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M13 2L3 14h8l-1 8 10-12h-8l1-8z\"><\/path>\n            <\/svg><br \/>\n            \uc5d0\ub108\uc9c0 \uac00\uaca9 \uc0c1\uc2b9 = \ube60\ub978 \ud68c\uc218 = \ub192\uc740 ROI\n          <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Feature 2: Applications --><\/p>\n<div class=\"feature-card\">\n<div class=\"feature-header\">\n<div class=\"feature-icon\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <rect x=\"3\" y=\"3\" width=\"7\" height=\"7\"><\/rect>\n              <rect x=\"14\" y=\"3\" width=\"7\" height=\"7\"><\/rect>\n              <rect x=\"14\" y=\"14\" width=\"7\" height=\"7\"><\/rect>\n              <rect x=\"3\" y=\"14\" width=\"7\" height=\"7\"><\/rect>\n            <\/svg>\n          <\/div>\n<div>\n<h3 class=\"feature-title\">\uc0c1\uc218 \uc628\uc218 \uc218\uc694\uac00 \uc788\ub294 \ud504\ub85c\uc81d\ud2b8\uc5d0 \uc774\uc0c1\uc801<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"feature-description\">\n          \ud0dc\uc591\uc5f4 \uc5f4\uc740 \uc720\ud589\uc774 \uc544\ub2c8\ub77c \uc131\uc219\ud558\uace0 \uac80\uc99d\ub41c \uae30\uc220\uc785\ub2c8\ub2e4. \uc801\ud569\ud55c \ubd84\uc57c:\n        <\/p>\n<div class=\"applications-grid\">\n<div class=\"application-tag\">\ud638\ud154 \ubc0f \ub9ac\uc870\ud2b8<\/div>\n<div class=\"application-tag\">\uc544\ud30c\ud2b8 \ub2e8\uc9c0 \ubc0f \uc8fc\uac70 \uac74\ubb3c<\/div>\n<div class=\"application-tag\">\uae30\uc219\uc0ac, \ud638\uc2a4\ud154, \ub178\ub3d9\uc790 \ucea0\ud504<\/div>\n<div class=\"application-tag\">\ud559\uad50, \uccb4\uc721\uad00, \ubcd1\uc6d0, \uc694\uc591\uc6d0<\/div>\n<div class=\"application-tag\">\uc2dd\ud488 \uac00\uacf5, \uc12c\uc720, \uc138\ud0c1, \uc720\uc81c\ud488, \uccad\uc18c<\/div>\n<div class=\"application-tag\">\uc2a4\ud30c, \uc6f0\ub2c8\uc2a4, \ubbf8\uc6a9\uc2e4<\/div>\n<div class=\"application-tag\">\uacf5\uc7a5 \ubc0f \ub18d\uc5c5 \uc2dc\uc124<\/div>\n<\/p><\/div>\n<div class=\"highlight-box\">\n<p>\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n              <path d=\"M12 6v6l4 2\"><\/path>\n            <\/svg><br \/>\n            \uc2dc\uc124\uc774 \uc18c\ube44\ud558\ub294 \uc628\uc218\ub7c9\uc774 \ub9ce\uc744\uc218\ub85d \ub354 \ub9ce\uc740 \uc808\uc57d\uc744 \ub204\ub9ac\uc138\uc694.\n          <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Feature 3: Sustainability --><\/p>\n<div class=\"feature-card\">\n<div class=\"feature-header\">\n<div class=\"feature-icon\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"><\/path>\n            <\/svg>\n          <\/div>\n<div>\n<h3 class=\"feature-title\">\uc9c0\uc18d \uac00\ub2a5\ud558\uace0 \uc548\uc804\ud558\uba70 \ubbf8\ub798 \uc9c0\ud5a5\uc801<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"benefits-list\">\n<div class=\"benefit-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"benefit-text\">\uc5f0\uc18c \uc81c\ub85c, \ud604\uc7a5 \ubc30\ucd9c \uc81c\ub85c<\/span>\n          <\/div>\n<div class=\"benefit-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"benefit-text\">\ub514\uc824\uc774\ub098 \uac00\uc2a4\ub85c \uc778\ud55c \ud3ed\ubc1c \ub610\ub294 \ud654\uc7ac \uc704\ud5d8 \uc5c6\uc74c<\/span>\n          <\/div>\n<div class=\"benefit-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"benefit-text\">\ud788\ud2b8\ud38c\ud504 \ub610\ub294 \uc804\uae30 \ubd80\uc2a4\ud130\uc640 \uc644\ubcbd \ud638\ud658<\/span>\n          <\/div>\n<div class=\"benefit-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"benefit-text\">LEED, ESG, EPC \ubc0f \uce5c\ud658\uacbd \uac74\ucd95 \uaddc\uc815 \uc9c0\uc6d0<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- ROI Section --><\/p>\n<div class=\"roi-section\">\n<div class=\"roi-header\">\n        <span class=\"section-number\">\ud22c\uc790\uc218\uc775\ub960(ROI) \u2014 \uc911\uc694\ud55c \uc218\uce58<\/span><\/p>\n<h2 class=\"roi-title\">\ud22c\uc790\uc218\uc775\ub960(ROI) \u2014 \uc911\uc694\ud55c \uc218\uce58<\/h2>\n<p class=\"roi-subtitle\">\ud0dc\uc591\uc5f4 \uc628\uc218\ub294 \ud658\uacbd\uc801 \ud574\uacb0\ucc45\uc77c \ubfd0\ub9cc \uc544\ub2c8\ub77c \uac15\ub825\ud55c \uae08\uc735 \ub3c4\uad6c\uc785\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<div class=\"roi-content\">\n<div class=\"roi-example\">\n<h3 class=\"roi-example-title\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect>\n              <line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line>\n              <line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line>\n              <line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line>\n            <\/svg><br \/>\n            \uc608\uc2dc (\uc2e4\uc81c \ud504\ub85c\uc81d\ud2b8 \uc2dc\ub098\ub9ac\uc624)<br \/>\n          <\/h3>\n<div class=\"roi-stats\">\n<div class=\"roi-stat\">\n              <span class=\"roi-stat-label\">50\u201380\uc2e4 \uaddc\ubaa8\uc758 \ud638\ud154<\/span><br \/>\n              <span class=\"roi-stat-value\">\u2713<\/span>\n            <\/div>\n<div class=\"roi-stat\">\n              <span class=\"roi-stat-label\">\uc5f0\uac04 \uc628\uc218 \uc218\uc694\ub7c9<\/span><br \/>\n              <span class=\"roi-stat-value\">300\u2013600 m\u00b3<\/span>\n            <\/div>\n<div class=\"roi-stat\">\n              <span class=\"roi-stat-label\">\uc804\ud1b5\uc801\uc778 \ub09c\ubc29<\/span><br \/>\n              <span class=\"roi-stat-value\">\uc804\uae30 \ub610\ub294 \uac00\uc2a4<\/span>\n            <\/div>\n<div class=\"roi-stat\">\n              <span class=\"roi-stat-label\">\ud0dc\uc591\uc5f4 \uc628\uc218 \uacf5\uae09 \ubc94\uc704<\/span><br \/>\n              <span class=\"roi-stat-value\">60\u201385%<\/span>\n            <\/div>\n<\/p><\/div>\n<div class=\"roi-highlight\">\n<div class=\"roi-highlight-label\">\uc77c\ubc18\uc801\uc778 \ud68c\uc218 \uae30\uac04<\/div>\n<div class=\"roi-highlight-value\">1.8\u20134.5\ub144<\/div>\n<div class=\"roi-highlight-label\" style=\"margin-top: 5px;\">(\ubcf4\uc218\uc801\uc778 \uae00\ub85c\ubc8c \ud3c9\uade0)<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"roi-benefits\">\n<div class=\"roi-benefit-item\">\n<div class=\"roi-benefit-icon\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path>\n              <\/svg>\n            <\/div>\n<p>            <span class=\"roi-benefit-text\">10\u201315\ub144\uc758 \uc11c\ube44\uc2a4 \uc218\uba85<\/span>\n          <\/div>\n<div class=\"roi-benefit-item\">\n<div class=\"roi-benefit-icon\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"><\/path>\n              <\/svg>\n            <\/div>\n<p>            <span class=\"roi-benefit-text\">\ucd5c\uc18c\ud55c\uc758 \uc720\uc9c0\ubcf4\uc218<\/span>\n          <\/div>\n<div class=\"roi-benefit-item\">\n<div class=\"roi-benefit-icon\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"><\/line>\n                <path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path>\n              <\/svg>\n            <\/div>\n<p>            <span class=\"roi-benefit-text\">\ub9e4\uc6b0 \ub0ae\uc740 \uc6b4\uc601\ube44<\/span>\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"factors-grid\">\n<div class=\"factor-card\">\n<div class=\"factor-icon\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M13 2L3 14h8l-1 8 10-12h-8l1-8z\"><\/path>\n            <\/svg>\n          <\/div>\n<p>          <span class=\"factor-text\">\uc9c0\uc5ed \uc804\uae30 \/ \uac00\uc2a4 \/ \ub514\uc824 \ube44\uc6a9<\/span>\n        <\/div>\n<div class=\"factor-card\">\n<div class=\"factor-icon\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\n              <polyline points=\"14 2 14 8 20 8\"><\/polyline>\n            <\/svg>\n          <\/div>\n<p>          <span class=\"factor-text\">\uc77c\uc77c \ucd5c\ub300 \uc628\uc218 \uc0ac\uc6a9\ub7c9<\/span>\n        <\/div>\n<div class=\"factor-card\">\n<div class=\"factor-icon\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect>\n              <line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"><\/line>\n              <line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"><\/line>\n            <\/svg>\n          <\/div>\n<p>          <span class=\"factor-text\">\uc2dc\uc2a4\ud15c \uc124\uacc4 \ubc0f \ud0f1\ud06c \uc6a9\ub7c9<\/span>\n        <\/div>\n<div class=\"factor-card\">\n<div class=\"factor-icon\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <circle cx=\"12\" cy=\"12\" r=\"5\"><\/circle>\n              <line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"><\/line>\n              <line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"><\/line>\n              <line x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"><\/line>\n              <line x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"><\/line>\n              <line x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"><\/line>\n              <line x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"><\/line>\n              <line x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"><\/line>\n              <line x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"><\/line>\n            <\/svg>\n          <\/div>\n<p>          <span class=\"factor-text\">\uc77c\uc870 \uc2dc\uac04 \/ \uae30\ud6c4<\/span>\n        <\/div>\n<div class=\"factor-card\">\n<div class=\"factor-icon\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"16 18 22 12 16 6\"><\/polyline>\n              <polyline points=\"8 6 2 12 8 18\"><\/polyline>\n            <\/svg>\n          <\/div>\n<p>          <span class=\"factor-text\">\ud788\ud2b8\ud38c\ud504 \ub610\ub294 \ubcf4\uc77c\ub7ec\uc640\uc758 \ud1b5\ud569<\/span>\n        <\/div>\n<\/p><\/div>\n<div class=\"analysis-box\">\n<h3 class=\"analysis-title\">\n          <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"><\/path>\n            <polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"><\/polyline>\n            <line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"><\/line>\n          <\/svg><br \/>\n          \uc6b0\ub9ac\ub294 \uac01 \ud504\ub85c\uc81d\ud2b8\uc5d0 \ub9de\ucd98 ROI \ubd84\uc11d\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4, \ud3ec\ud568\ud558\uc5ec:<br \/>\n        <\/h3>\n<div class=\"analysis-list\">\n<div class=\"analysis-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"9 11 12 14 22 4\"><\/polyline>\n              <path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"><\/path>\n            <\/svg><br \/>\n            \uc5f0\uac04 \uc5d0\ub108\uc9c0 \uc808\uc57d\ub7c9\n          <\/div>\n<div class=\"analysis-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"9 11 12 14 22 4\"><\/polyline>\n              <path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"><\/path>\n            <\/svg><br \/>\n            \ud68c\uc218 \uae30\uac04\n          <\/div>\n<div class=\"analysis-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"9 11 12 14 22 4\"><\/polyline>\n              <path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"><\/path>\n            <\/svg><br \/>\n            \ud3c9\uc0dd \ube44\uc6a9 \ube44\uad50\n          <\/div>\n<div class=\"analysis-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"9 11 12 14 22 4\"><\/polyline>\n              <path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"><\/path>\n            <\/svg><br \/>\n            \ud0c4\uc18c \uac10\ucd95 \uc608\uce21\n          <\/div>\n<div class=\"analysis-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"9 11 12 14 22 4\"><\/polyline>\n              <path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"><\/path>\n            <\/svg><br \/>\n            \uc720\uc9c0\ubcf4\uc218 \uc77c\uc815 \uacc4\ud68d\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- System Components --><\/p>\n<div class=\"system-section\">\n<div class=\"system-header\">\n        <span class=\"section-number\">3. \uc2dc\uc2a4\ud15c \uc791\ub3d9 \uc6d0\ub9ac<\/span><\/p>\n<h2 class=\"system-title\">\uc2dc\uc2a4\ud15c \uc791\ub3d9 \uc6d0\ub9ac<\/h2>\n<p class=\"system-subtitle\">\ud0dc\uc591\uc5f4 \uc628\uc218 \uc2dc\uc2a4\ud15c\uc740 \uc138 \uac00\uc9c0 \ud544\uc218 \uad6c\uc131 \uc694\uc18c\ub97c \ud1b5\ud569\ud569\ub2c8\ub2e4:<\/p>\n<\/p><\/div>\n<div class=\"components-grid\">\n        <!-- Component 1 --><\/p>\n<div class=\"component-card\">\n<div class=\"component-number\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <circle cx=\"12\" cy=\"12\" r=\"5\"><\/circle>\n              <line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"><\/line>\n              <line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"><\/line>\n              <line x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"><\/line>\n              <line x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"><\/line>\n              <line x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"><\/line>\n              <line x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"><\/line>\n              <line x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"><\/line>\n              <line x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"><\/line>\n            <\/svg>\n          <\/div>\n<h3 class=\"component-title\">1. \ud0dc\uc591\uad11 \uc9d1\uc5f4\ud310 (\ud3c9\ud310\ud615 \ub610\ub294 \uc9c4\uacf5\uad00\ud615)<\/h3>\n<div class=\"component-features\">\n<div class=\"component-feature\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \ud0dc\uc591\uad11\uc744 \ud761\uc218\ud558\uc5ec \uc5f4\ub85c \uc804\ud658\n            <\/div>\n<div class=\"component-feature\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \uc5f4\uc744 \uc791\uc5c5 \uc720\uccb4(\uae00\ub9ac\ucf5c\/\ubb3c)\ub85c \uc804\ub2ec\n            <\/div>\n<div class=\"component-feature\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              30\u201380\u00b0C \ubb3c \uc751\uc6a9\uc5d0 \ucd5c\uc801\ud654\ub428\n            <\/div>\n<div class=\"component-feature\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \uc0c1\uc5c5\uc6a9 \ubc0f \uc0b0\uc5c5\uc6a9 \ubd80\ud558\uc5d0 \uac80\uc99d\ub41c \uc131\ub2a5\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Component 2 --><\/p>\n<div class=\"component-card\">\n<div class=\"component-number\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"><\/path>\n            <\/svg>\n          <\/div>\n<h3 class=\"component-title\">2. \uc628\uc218 \uc800\uc7a5 \ud0f1\ud06c<\/h3>\n<div class=\"component-features\">\n<div class=\"component-feature\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \uc2a4\ud14c\uc778\ub9ac\uc2a4 \uc2a4\ud2f8, \uc5d0\ub098\uba5c \ucf54\ud305 \ub610\ub294 \uc911\uc7a5\ube44\uc6a9 \uc0c1\uc5c5\uc6a9 \ud0f1\ud06c\n            <\/div>\n<div class=\"component-feature\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \uac00\uc555 \ub610\ub294 \ube44\uac00\uc555 \uc124\uacc4\n            <\/div>\n<div class=\"component-feature\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \ud655\uc7a5 \uac00\ub2a5\ud55c \uc6a9\ub7c9: 100L\uc5d0\uc11c 10,000L+\uae4c\uc9c0\n            <\/div>\n<div class=\"component-feature\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \ud788\ud2b8\ud38c\ud504 \ub610\ub294 \ubcf4\uc77c\ub7ec\uc640\uc758 \uc6d0\ud65c\ud55c \ud1b5\ud569\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Component 3 --><\/p>\n<div class=\"component-card\">\n<div class=\"component-number\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"16 18 22 12 16 6\"><\/polyline>\n              <polyline points=\"8 6 2 12 8 18\"><\/polyline>\n            <\/svg>\n          <\/div>\n<h3 class=\"component-title\">3. \uc21c\ud658 \ubc0f \uc81c\uc5b4 \uc2dc\uc2a4\ud15c<\/h3>\n<div class=\"component-features\">\n<div class=\"component-feature\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \ucc28\ub4f1 \uc628\ub3c4 \uc870\uc808\uae30\n            <\/div>\n<div class=\"component-feature\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \uc790\ub3d9 \ud38c\ud504 \ubc0f \uc21c\ud658 \ub8e8\ud504\n            <\/div>\n<div class=\"component-feature\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \ub3d9\uacb0 \ubc29\uc9c0, \uacfc\uc5f4 \ubc29\uc9c0, \uac74\uc870 \uc5f0\uc18c \ubc29\uc9c0 \ubcf4\ud638\n            <\/div>\n<div class=\"component-feature\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \ucd9c\uad6c \uc628\ub3c4\ub97c \uc77c\uc815\ud558\uac8c \uc720\uc9c0\ud558\uae30 \uc704\ud55c \ud68c\uc218 \ub77c\uc778 \uad00\ub9ac\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!--LEMONX_BLOCK_END:14--><\/p>\n<p><!--LEMONX_BLOCK_START:15--><br \/>\n<!-- High ROI Applications Section --><\/p>\n<section class=\"high-roi-section\">\n<style>\n    .high-roi-section {\n      width: 100%;\n      background: #fafaf9;\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      position: relative;\n      overflow: hidden;\n      padding: 80px 0;\n    }<\/p>\n<p>    .high-roi-section::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background: linear-gradient(135deg, #fff5f0 0%, #ffe8dc 50%, #ffd4c1 100%);\n      z-index: 0;\n    }<\/p>\n<p>    .high-roi-section .section-container {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 40px;\n      position: relative;\n      z-index: 1;\n    }<\/p>\n<p>    \/* Section Header *\/\n    .high-roi-section .section-header {\n      text-align: center;\n      margin-bottom: 60px;\n    }<\/p>\n<p>    .high-roi-section .section-number {\n      display: inline-block;\n      font-size: 14px;\n      font-weight: 700;\n      color: #ea580c;\n      background: white;\n      padding: 8px 20px;\n      border-radius: 30px;\n      margin-bottom: 15px;\n      letter-spacing: 1px;\n      border: 2px solid #fed7aa;\n    }<\/p>\n<p>    .high-roi-section .section-title {\n      font-size: 42px;\n      font-weight: 900;\n      color: #1a1410;\n      margin-bottom: 0;\n      letter-spacing: -1px;\n      line-height: 1.2;\n    }<\/p>\n<p>    \/* Applications Grid *\/\n    .high-roi-section .applications-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 25px;\n      margin-bottom: 80px;\n    }<\/p>\n<p>    .high-roi-section .application-card {\n      background: white;\n      border-radius: 18px;\n      padding: 35px;\n      border: 2px solid #f5f5f4;\n      transition: all 0.4s ease;\n      position: relative;\n      overflow: hidden;\n    }<\/p>\n<p>    .high-roi-section .application-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 4px;\n      background: linear-gradient(90deg, #ea580c, #f97316);\n      transform: scaleX(0);\n      transform-origin: left;\n      transition: transform 0.4s ease;\n    }<\/p>\n<p>    .high-roi-section .application-card:hover {\n      border-color: #ea580c;\n      transform: translateY(-8px);\n      box-shadow: 0 20px 50px rgba(234, 88, 12, 0.2);\n    }<\/p>\n<p>    .high-roi-section .application-card:hover::before {\n      transform: scaleX(1);\n    }<\/p>\n<p>    .high-roi-section .app-icon {\n      width: 70px;\n      height: 70px;\n      background: linear-gradient(135deg, #fff7ed, #fed7aa);\n      border-radius: 16px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 20px;\n      border: 2px solid #fdba74;\n    }<\/p>\n<p>    .high-roi-section .app-icon svg {\n      width: 36px;\n      height: 36px;\n      stroke: #ea580c;\n      fill: none;\n      stroke-width: 2;\n    }<\/p>\n<p>    .high-roi-section .app-title {\n      font-size: 22px;\n      font-weight: 800;\n      color: #1a1410;\n      margin-bottom: 15px;\n      line-height: 1.3;\n    }<\/p>\n<p>    .high-roi-section .app-description {\n      font-size: 14px;\n      line-height: 1.6;\n      color: #78716c;\n      margin-bottom: 18px;\n      font-weight: 500;\n    }<\/p>\n<p>    .high-roi-section .app-highlight {\n      background: linear-gradient(135deg, #fff7ed, #ffedd5);\n      padding: 12px 16px;\n      border-radius: 10px;\n      border-left: 3px solid #ea580c;\n    }<\/p>\n<p>    .high-roi-section .app-highlight p {\n      font-size: 13px;\n      font-weight: 700;\n      color: #c2410c;\n      margin: 0;\n      line-height: 1.5;\n    }<\/p>\n<p>    \/* ROI Examples Section *\/\n    .high-roi-section .roi-examples-wrapper {\n      background: white;\n      border-radius: 24px;\n      padding: 60px;\n      border: 2px solid #f5f5f4;\n      margin-bottom: 60px;\n    }<\/p>\n<p>    .high-roi-section .roi-examples-header {\n      text-align: center;\n      margin-bottom: 50px;\n    }<\/p>\n<p>    .high-roi-section .roi-examples-title {\n      font-size: 36px;\n      font-weight: 900;\n      color: #1a1410;\n      margin-bottom: 12px;\n    }<\/p>\n<p>    .high-roi-section .roi-examples-subtitle {\n      font-size: 15px;\n      color: #78716c;\n      font-weight: 600;\n    }<\/p>\n<p>    .high-roi-section .examples-grid {\n      display: grid;\n      gap: 40px;\n    }<\/p>\n<p>    \/* Example Card *\/\n    .high-roi-section .example-card {\n      background: #fafaf9;\n      border-radius: 20px;\n      padding: 40px;\n      border: 2px solid #e7e5e4;\n      transition: all 0.4s ease;\n    }<\/p>\n<p>    .high-roi-section .example-card:hover {\n      border-color: #ea580c;\n      box-shadow: 0 15px 40px rgba(234, 88, 12, 0.12);\n    }<\/p>\n<p>    .high-roi-section .example-header {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      margin-bottom: 30px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid #e7e5e4;\n    }<\/p>\n<p>    .high-roi-section .example-title-group {\n      flex: 1;\n    }<\/p>\n<p>    .high-roi-section .example-number {\n      font-size: 14px;\n      font-weight: 700;\n      color: #ea580c;\n      margin-bottom: 8px;\n      letter-spacing: 0.5px;\n    }<\/p>\n<p>    .high-roi-section .example-title {\n      font-size: 24px;\n      font-weight: 900;\n      color: #1a1410;\n      margin: 0;\n      line-height: 1.3;\n    }<\/p>\n<p>    .high-roi-section .example-badge {\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      color: white;\n      padding: 8px 18px;\n      border-radius: 30px;\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 0.5px;\n      white-space: nowrap;\n    }<\/p>\n<p>    .high-roi-section .example-content {\n      display: grid;\n      grid-template-columns: 1fr 1fr 1fr;\n      gap: 30px;\n    }<\/p>\n<p>    .high-roi-section .example-section {\n      background: white;\n      padding: 25px;\n      border-radius: 14px;\n      border: 2px solid #f5f5f4;\n    }<\/p>\n<p>    .high-roi-section .example-section-title {\n      font-size: 14px;\n      font-weight: 800;\n      color: #57534e;\n      margin-bottom: 15px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }<\/p>\n<p>    .high-roi-section .example-section-title svg {\n      width: 16px;\n      height: 16px;\n      stroke: #ea580c;\n      fill: none;\n      stroke-width: 2.5;\n    }<\/p>\n<p>    .high-roi-section .info-list {\n      display: grid;\n      gap: 10px;\n    }<\/p>\n<p>    .high-roi-section .info-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 13px;\n      line-height: 1.5;\n    }<\/p>\n<p>    .high-roi-section .info-label {\n      color: #78716c;\n      font-weight: 600;\n      min-width: 100px;\n    }<\/p>\n<p>    .high-roi-section .info-value {\n      color: #292524;\n      font-weight: 700;\n      flex: 1;\n    }<\/p>\n<p>    .high-roi-section .roi-results {\n      background: linear-gradient(135deg, #1a1410, #292524);\n      padding: 25px;\n      border-radius: 14px;\n      margin-top: 30px;\n    }<\/p>\n<p>    .high-roi-section .roi-results-title {\n      font-size: 16px;\n      font-weight: 800;\n      color: white;\n      margin-bottom: 18px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }<\/p>\n<p>    .high-roi-section .roi-results-title svg {\n      width: 20px;\n      height: 20px;\n      stroke: #fb923c;\n      fill: none;\n      stroke-width: 2;\n    }<\/p>\n<p>    .high-roi-section .roi-stats-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 15px;\n    }<\/p>\n<p>    .high-roi-section .roi-stat-box {\n      background: rgba(255, 255, 255, 0.1);\n      padding: 15px;\n      border-radius: 10px;\n      border: 1px solid rgba(251, 146, 60, 0.3);\n      text-align: center;\n    }<\/p>\n<p>    .high-roi-section .roi-stat-label {\n      font-size: 11px;\n      color: #d6d3d1;\n      margin-bottom: 6px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }<\/p>\n<p>    .high-roi-section .roi-stat-value {\n      font-size: 20px;\n      font-weight: 900;\n      background: linear-gradient(135deg, #fb923c, #fdba74);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }<\/p>\n<p>    .high-roi-section .interpretation-box {\n      background: #fff7ed;\n      padding: 20px 25px;\n      border-radius: 12px;\n      border-left: 4px solid #ea580c;\n      margin-top: 25px;\n    }<\/p>\n<p>    .high-roi-section .interpretation-title {\n      font-size: 13px;\n      font-weight: 800;\n      color: #c2410c;\n      margin-bottom: 8px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }<\/p>\n<p>    .high-roi-section .interpretation-text {\n      font-size: 14px;\n      line-height: 1.6;\n      color: #78716c;\n      font-weight: 600;\n      margin: 0;\n    }<\/p>\n<p>    \/* Regional Table *\/\n    .high-roi-section .regional-section {\n      background: white;\n      border-radius: 24px;\n      padding: 50px;\n      border: 2px solid #f5f5f4;\n      margin-bottom: 60px;\n    }<\/p>\n<p>    .high-roi-section .regional-header {\n      text-align: center;\n      margin-bottom: 35px;\n    }<\/p>\n<p>    .high-roi-section .regional-title {\n      font-size: 32px;\n      font-weight: 900;\n      color: #1a1410;\n      margin-bottom: 12px;\n    }<\/p>\n<p>    .high-roi-section .regional-subtitle {\n      font-size: 15px;\n      color: #78716c;\n      font-weight: 600;\n      line-height: 1.6;\n    }<\/p>\n<p>    .high-roi-section .regional-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      background: #fafaf9;\n      border-radius: 14px;\n      overflow: hidden;\n      border: 2px solid #e7e5e4;\n    }<\/p>\n<p>    .high-roi-section .regional-table thead {\n      background: linear-gradient(135deg, #1a1410, #292524);\n    }<\/p>\n<p>    .high-roi-section .regional-table th {\n      padding: 18px 20px;\n      text-align: left;\n      font-size: 13px;\n      font-weight: 800;\n      color: white;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }<\/p>\n<p>    .high-roi-section .regional-table tbody tr {\n      transition: all 0.3s ease;\n    }<\/p>\n<p>    .high-roi-section .regional-table tbody tr:hover {\n      background: #fff7ed;\n    }<\/p>\n<p>    .high-roi-section .regional-table td {\n      padding: 18px 20px;\n      font-size: 14px;\n      color: #292524;\n      font-weight: 600;\n      border-bottom: 1px solid #e7e5e4;\n    }<\/p>\n<p>    .high-roi-section .regional-table tbody tr:last-child td {\n      border-bottom: none;\n    }<\/p>\n<p>    .high-roi-section .region-name {\n      font-weight: 800;\n      color: #1a1410;\n    }<\/p>\n<p>    .high-roi-section .energy-cost-badge {\n      display: inline-block;\n      padding: 4px 12px;\n      border-radius: 20px;\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 0.3px;\n    }<\/p>\n<p>    .high-roi-section .cost-high {\n      background: #fee2e2;\n      color: #dc2626;\n    }<\/p>\n<p>    .high-roi-section .cost-very-high {\n      background: #fef3c7;\n      color: #d97706;\n    }<\/p>\n<p>    .high-roi-section .cost-medium {\n      background: #dbeafe;\n      color: #2563eb;\n    }<\/p>\n<p>    .high-roi-section .roi-performance {\n      font-weight: 800;\n      color: #ea580c;\n    }<\/p>\n<p>    \/* Conclusion Box *\/\n    .high-roi-section .conclusion-box {\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      padding: 40px;\n      border-radius: 20px;\n      text-align: center;\n      color: white;\n    }<\/p>\n<p>    .high-roi-section .conclusion-title {\n      font-size: 24px;\n      font-weight: 900;\n      margin-bottom: 15px;\n      line-height: 1.3;\n    }<\/p>\n<p>    .high-roi-section .conclusion-text {\n      font-size: 16px;\n      line-height: 1.7;\n      font-weight: 600;\n      margin: 0;\n      opacity: 0.95;\n    }<\/p>\n<p>    \/* Responsive *\/\n    @media (max-width: 1200px) {\n      .high-roi-section .section-container {\n        padding: 0 30px;\n      }<\/p>\n<p>      .high-roi-section .applications-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }<\/p>\n<p>      .high-roi-section .example-content {\n        grid-template-columns: 1fr;\n      }<\/p>\n<p>      .high-roi-section .roi-stats-grid {\n        grid-template-columns: repeat(3, 1fr);\n      }\n    }<\/p>\n<p>    @media (max-width: 768px) {\n      .high-roi-section {\n        padding: 50px 0;\n      }<\/p>\n<p>      .high-roi-section .section-container {\n        padding: 0 20px;\n      }<\/p>\n<p>      .high-roi-section .section-title {\n        font-size: 32px;\n      }<\/p>\n<p>      .high-roi-section .applications-grid {\n        grid-template-columns: 1fr;\n        gap: 20px;\n      }<\/p>\n<p>      .high-roi-section .roi-examples-wrapper,\n      .high-roi-section .regional-section {\n        padding: 30px 25px;\n      }<\/p>\n<p>      .high-roi-section .example-card {\n        padding: 25px 20px;\n      }<\/p>\n<p>      .high-roi-section .example-header {\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 15px;\n      }<\/p>\n<p>      .high-roi-section .roi-stats-grid {\n        grid-template-columns: 1fr;\n      }<\/p>\n<p>      .high-roi-section .regional-table {\n        font-size: 12px;\n      }<\/p>\n<p>      .high-roi-section .regional-table th,\n      .high-roi-section .regional-table td {\n        padding: 12px 15px;\n      }\n    }\n  <\/style>\n<div class=\"section-container\">\n    <!-- Section Header --><\/p>\n<div class=\"section-header\">\n      <span class=\"section-number\">4. \ud0dc\uc591\uc5f4 \uc628\uc218 \uc2dc\uc2a4\ud15c\uc774 \uac00\uc7a5 \ub192\uc740 ROI\ub97c \uc81c\uacf5\ud558\ub294 \uacf3<\/span><\/p>\n<h2 class=\"section-title\">\ud0dc\uc591\uc5f4 \uc628\uc218 \uc2dc\uc2a4\ud15c\uc774 \uac00\uc7a5 \ub192\uc740 ROI\ub97c \uc81c\uacf5\ud558\ub294 \uacf3<\/h2>\n<\/p><\/div>\n<p>    <!-- Applications Grid --><\/p>\n<div class=\"applications-grid\">\n      <!-- Hotels & Resorts --><\/p>\n<div class=\"application-card\">\n<div class=\"app-icon\">\n          <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path>\n            <polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline>\n          <\/svg>\n        <\/div>\n<h3 class=\"app-title\">\ud638\ud154 \ubc0f \ub9ac\uc870\ud2b8<\/h3>\n<p class=\"app-description\">\uac1d\uc2e4, \uc9c1\uc6d0 \uae30\uc219\uc0ac, \uc8fc\ubc29 \uc138\ucc99, \uc138\ud0c1<\/p>\n<div class=\"app-highlight\">\n<p>\ud0dc\uc591\uad11 \ucee4\ubc84 &gt;65% \uc5f0\uac04 \uc628\uc218 \uc5d0\ub108\uc9c0<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Schools & Dormitories --><\/p>\n<div class=\"application-card\">\n<div class=\"app-icon\">\n          <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M22 10v6M2 10l10-5 10 5-10 5z\"><\/path>\n            <path d=\"M6 12v5c3 3 9 3 12 0v-5\"><\/path>\n          <\/svg>\n        <\/div>\n<h3 class=\"app-title\">\ud559\uad50 \ubc0f \uae30\uc219\uc0ac<\/h3>\n<p class=\"app-description\">\uc608\uce21 \uac00\ub2a5\ud55c \uc544\uce68\/\uc800\ub141 \uc0ac\uc6a9\ub7c9<\/p>\n<div class=\"app-highlight\">\n<p>\ub0ae \ub3d9\uc548 \ud0dc\uc591\uc5f4 \u2192 \uc57c\uac04 \uc0ac\uc6a9 \u2192 \uc644\ubcbd\ud55c \uc8fc\uae30 \ub9e4\uce6d<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Hospitals & Care Facilities --><\/p>\n<div class=\"application-card\">\n<div class=\"app-icon\">\n          <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"><\/path>\n          <\/svg>\n        <\/div>\n<h3 class=\"app-title\">\ubcd1\uc6d0 \ubc0f \uc694\uc591 \uc2dc\uc124<\/h3>\n<p class=\"app-description\">\uc0b4\uade0 \uc138\ucc99 + \ubaa9\uc695 + \uccad\uc18c<\/p>\n<div class=\"app-highlight\">\n<p>\uc5f0\uc911 \uc628\uc218 \uc218\uc694 365\uc77c \u2192 \ubaa8\ub4e0 \ubd84\uc57c \uc911 \uac00\uc7a5 \ube60\ub978 ROI<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Industrial & Commercial --><\/p>\n<div class=\"application-card\">\n<div class=\"app-icon\">\n          <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <rect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"><\/rect>\n            <path d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"><\/path>\n          <\/svg>\n        <\/div>\n<h3 class=\"app-title\">\uc0b0\uc5c5 \ubc0f \uc0c1\uc5c5<\/h3>\n<p class=\"app-description\">\uc2dd\ud488, \uc12c\uc720, \uc5fc\uc0c9, \uc138\ud0c1\uc18c, \uc720\uc81c\ud488, \uac00\uae08\ub958<\/p>\n<div class=\"app-highlight\">\n<p>\uacf5\uc815\uc218 40\u201370\u00b0C \u2192 \ud0dc\uc591\uc5f4\uc740 \ube44\uc6a9 \uba74\uc5d0\uc11c \ub6f0\uc5b4\ub0a8.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- ROI Examples --><\/p>\n<div class=\"roi-examples-wrapper\">\n<div class=\"roi-examples-header\">\n<h2 class=\"roi-examples-title\">\ud0dc\uc591\uc5f4 \uc628\uc218 \uc2dc\uc2a4\ud15c ROI \u2014 \uacc4\uc0b0 \uc608\uc81c<\/h2>\n<p class=\"roi-examples-subtitle\">(\ucc38\uace0\uc6a9)<\/p>\n<\/p><\/div>\n<div class=\"examples-grid\">\n        <!-- Example 1 --><\/p>\n<div class=\"example-card\">\n<div class=\"example-header\">\n<div class=\"example-title-group\">\n<div class=\"example-number\">\uc608\uc81c 1<\/div>\n<h3 class=\"example-title\">\uc720\ub7fd \ud638\ud154 (\uc911\ud615, 50\u201380 \uac1d\uc2e4)<\/h3>\n<\/p><\/div>\n<p>            <span class=\"example-badge\">\uc720\ub7fd<\/span>\n          <\/div>\n<div class=\"example-content\">\n<div class=\"example-section\">\n<div class=\"example-section-title\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                  <polyline points=\"12 6 12 12 16 14\"><\/polyline>\n                <\/svg><br \/>\n                \ud504\ub85c\uc81d\ud2b8 \ubc30\uacbd\n              <\/div>\n<div class=\"info-list\">\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc9c0\uc5ed:<\/span><br \/>\n                  <span class=\"info-value\">\ud504\ub791\uc2a4 \/ \uc2a4\ud398\uc778 \/ \uc774\ud0c8\ub9ac\uc544<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uac74\ubb3c \uc720\ud615:<\/span><br \/>\n                  <span class=\"info-value\">\uc8fc\ubc29 + \uc9c1\uc6d0 \uc0e4\uc6cc\uc2e4\uc774 \uc788\ub294 \ud638\ud154<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc77c\uc77c \uc628\uc218 \uc218\uc694:<\/span><br \/>\n                  <span class=\"info-value\">3,000\u20135,000 L\/\uc77c<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uae30\uc874 \ub09c\ubc29:<\/span><br \/>\n                  <span class=\"info-value\">\uac00\uc2a4 \ubcf4\uc77c\ub7ec (60\u201370\u00b0C)<\/span>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"example-section\">\n<div class=\"example-section-title\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect>\n                  <line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"><\/line>\n                  <line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"><\/line>\n                <\/svg><br \/>\n                \uc2dc\uc2a4\ud15c \uad6c\uc131\n              <\/div>\n<div class=\"info-list\">\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc9d1\uc5f4\ud310 \uba74\uc801:<\/span><br \/>\n                  <span class=\"info-value\">80\u2013120 m\u00b2<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc800\uc7a5 \ud0f1\ud06c:<\/span><br \/>\n                  <span class=\"info-value\">3,000\u20136,000 L<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc2dc\uc2a4\ud15c \uc720\ud615:<\/span><br \/>\n                  <span class=\"info-value\">\uc21c\ud658 + \ud63c\ud569 \ubc38\ube0c<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\ubc31\uc5c5:<\/span><br \/>\n                  <span class=\"info-value\">\uac00\uc2a4 \ubcf4\uc77c\ub7ec (\uaca8\uc6b8 \/ \ud750\ub9bc)<\/span>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"example-section\">\n<div class=\"example-section-title\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"><\/line>\n                  <path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path>\n                <\/svg><br \/>\n                ROI \uacc4\uc0b0\n              <\/div>\n<div class=\"info-list\">\n<div class=\"info-item\">\n                  <span class=\"info-label\">\ud0dc\uc591\uad11 \ucee4\ubc84\ub9ac\uc9c0:<\/span><br \/>\n                  <span class=\"info-value\">65\u201378%<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc5f0\uac04 \uc808\uc57d:<\/span><br \/>\n                  <span class=\"info-value\">\u20ac12,000\u2013\u20ac20,000<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uac04\ub2e8\ud55c \ud68c\uc218 \uae30\uac04:<\/span><br \/>\n                  <span class=\"info-value\">2.8\u20134.2\ub144<\/span>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"roi-results\">\n<div class=\"roi-results-title\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"><\/polyline>\n              <\/svg><br \/>\n              ROI \uacc4\uc0b0\n            <\/div>\n<div class=\"roi-stats-grid\">\n<div class=\"roi-stat-box\">\n<div class=\"roi-stat-label\">\ud0dc\uc591\uad11 \ucee4\ubc84\ub9ac\uc9c0<\/div>\n<div class=\"roi-stat-value\">65\u201378%<\/div>\n<\/p><\/div>\n<div class=\"roi-stat-box\">\n<div class=\"roi-stat-label\">\uc5f0\uac04 \uc808\uc57d<\/div>\n<div class=\"roi-stat-value\">\u20ac12K\u2013\u20ac20K<\/div>\n<\/p><\/div>\n<div class=\"roi-stat-box\">\n<div class=\"roi-stat-label\">\ud68c\uc218 \uae30\uac04<\/div>\n<div class=\"roi-stat-value\">2.8\u20134.2\ub144<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"interpretation-box\">\n<div class=\"interpretation-title\">\ud574\uc11d:<\/div>\n<p class=\"interpretation-text\">\uc720\ub7fd \uc5d0\ub108\uc9c0 \uac00\uaca9\uc774 \ub192\uc2b5\ub2c8\ub2e4. \ud638\ud154\uc740 \uc601\uad6c\uc801\uc778 \uc628\uc218 \uc218\uc694\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc5d0\ub108\uc9c0 \uac00\uaca9\uc774 \ube44\uc300\uc218\ub85d \ud68c\uc218 \uae30\uac04\uc774 \uc9e7\uc544\uc9d1\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Example 2 --><\/p>\n<div class=\"example-card\">\n<div class=\"example-header\">\n<div class=\"example-title-group\">\n<div class=\"example-number\">\uc608\uc81c 2<\/div>\n<h3 class=\"example-title\">\uba54\ub098 \ub9ac\uc870\ud2b8 (\uac1d\uc2e4 100\u2013150\uac1c + \uc2a4\ud30c + \uc218\uc601\uc7a5)<\/h3>\n<\/p><\/div>\n<p>            <span class=\"example-badge\">\uba54\ub098<\/span>\n          <\/div>\n<div class=\"example-content\">\n<div class=\"example-section\">\n<div class=\"example-section-title\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                  <polyline points=\"12 6 12 12 16 14\"><\/polyline>\n                <\/svg><br \/>\n                \ud504\ub85c\uc81d\ud2b8 \ubc30\uacbd\n              <\/div>\n<div class=\"info-list\">\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc9c0\uc5ed:<\/span><br \/>\n                  <span class=\"info-value\">\uc544\ub78d\uc5d0\ubbf8\ub9ac\ud2b8 \/ \uc0ac\uc6b0\ub514\uc544\ub77c\ube44\uc544 \/ \uc774\uc9d1\ud2b8<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uac74\ubb3c \uc720\ud615:<\/span><br \/>\n                  <span class=\"info-value\">\ud574\ubcc0 \ub9ac\uc870\ud2b8 \/ \uc2a4\ud30c \/ \ub300\ud615 \uc8fc\ubc29<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc77c\uc77c \uc628\uc218 \uc218\uc694:<\/span><br \/>\n                  <span class=\"info-value\">\uc77c\uc77c 4,000\u20138,000\ub9ac\ud130<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uae30\uc874 \ubc29\ubc95:<\/span><br \/>\n                  <span class=\"info-value\">\uc804\uae30 \/ \ub514\uc824 \ubcf4\uc77c\ub7ec (\ub9e4\uc6b0 \ube44\uc308)<\/span>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"example-section\">\n<div class=\"example-section-title\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect>\n                  <line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"><\/line>\n                  <line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"><\/line>\n                <\/svg><br \/>\n                \uc2dc\uc2a4\ud15c \uad6c\uc131\n              <\/div>\n<div class=\"info-list\">\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc9d1\uc5f4\ud310 \uba74\uc801:<\/span><br \/>\n                  <span class=\"info-value\">150\u2013240\u33a1<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc800\uc7a5 \ud0f1\ud06c:<\/span><br \/>\n                  <span class=\"info-value\">5,000\u201310,000\ub9ac\ud130<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc801\uc6a9 \ubd84\uc57c:<\/span><br \/>\n                  <span class=\"info-value\">\uc218\uc601\uc7a5 \ub09c\ubc29 + \uac00\uc815\uc6a9 \uc628\uc218<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\ubc31\uc5c5:<\/span><br \/>\n                  <span class=\"info-value\">\ud53c\ud06c \uc218\uc694\ub97c \uc704\ud55c \ub514\uc824 \ubc31\uc5c5<\/span>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"example-section\">\n<div class=\"example-section-title\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"><\/line>\n                  <path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path>\n                <\/svg><br \/>\n                ROI \uacc4\uc0b0\n              <\/div>\n<div class=\"info-list\">\n<div class=\"info-item\">\n                  <span class=\"info-label\">\ud0dc\uc591\uad11 \ucee4\ubc84\ub9ac\uc9c0:<\/span><br \/>\n                  <span class=\"info-value\">70\u201385%<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc5f0\uac04 \uc808\uc57d:<\/span><br \/>\n                  <span class=\"info-value\">$ 25,000\u2013$ 48,000<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uac04\ub2e8\ud55c \ud68c\uc218 \uae30\uac04:<\/span><br \/>\n                  <span class=\"info-value\">1.8\u20133.0\ub144<\/span>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"roi-results\">\n<div class=\"roi-results-title\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"><\/polyline>\n              <\/svg><br \/>\n              ROI \uacc4\uc0b0\n            <\/div>\n<div class=\"roi-stats-grid\">\n<div class=\"roi-stat-box\">\n<div class=\"roi-stat-label\">\ud0dc\uc591\uad11 \ucee4\ubc84\ub9ac\uc9c0<\/div>\n<div class=\"roi-stat-value\">70\u201385%<\/div>\n<\/p><\/div>\n<div class=\"roi-stat-box\">\n<div class=\"roi-stat-label\">\uc5f0\uac04 \uc808\uc57d<\/div>\n<div class=\"roi-stat-value\">$ 25K\u2013$ 48K<\/div>\n<\/p><\/div>\n<div class=\"roi-stat-box\">\n<div class=\"roi-stat-label\">\ud68c\uc218 \uae30\uac04<\/div>\n<div class=\"roi-stat-value\">1.8\u20133.0\ub144<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"interpretation-box\">\n<div class=\"interpretation-title\">\ud574\uc11d:<\/div>\n<p class=\"interpretation-text\">\uc911\ub3d9\u00b7\ubd81\uc544\ud504\ub9ac\uce74\ub294 \uc138\uacc4 \ucd5c\uace0\uc758 \ud0dc\uc591 \ubcf5\uc0ac\ub7c9\uacfc \ub192\uc740 \uc628\uc218 \uc218\uc694\ub97c \uc790\ub791\ud569\ub2c8\ub2e4. \ud638\ud154, \ub9ac\uc870\ud2b8, \uc9c1\uc6d0 \uc219\uc18c\ub294 \ub6f0\uc5b4\ub09c \uc7ac\ubb34 \uc218\uc775\uc744 \ucc3d\ucd9c\ud569\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Example 3 --><\/p>\n<div class=\"example-card\">\n<div class=\"example-header\">\n<div class=\"example-title-group\">\n<div class=\"example-number\">\uc608\uc81c 3<\/div>\n<h3 class=\"example-title\">\ub77c\ud2f4 \uc544\uba54\ub9ac\uce74 \uc0b0\uc5c5 \uc138\ud0c1\uc18c<\/h3>\n<\/p><\/div>\n<p>            <span class=\"example-badge\">\ub77c\ud0d0<\/span>\n          <\/div>\n<div class=\"example-content\">\n<div class=\"example-section\">\n<div class=\"example-section-title\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                  <polyline points=\"12 6 12 12 16 14\"><\/polyline>\n                <\/svg><br \/>\n                \ud504\ub85c\uc81d\ud2b8 \ubc30\uacbd\n              <\/div>\n<div class=\"info-list\">\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc9c0\uc5ed:<\/span><br \/>\n                  <span class=\"info-value\">\uba55\uc2dc\ucf54 \/ \ud398\ub8e8 \/ \ube0c\ub77c\uc9c8 \/ \uce60\ub808<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uac74\ubb3c \uc720\ud615:<\/span><br \/>\n                  <span class=\"info-value\">\uc0c1\uc5c5 \/ \ubcd1\uc6d0 \uc138\ud0c1<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc77c\uc77c \uc628\uc218 \uc218\uc694:<\/span><br \/>\n                  <span class=\"info-value\">\uc77c\uc77c 6,000\u201312,000\ub9ac\ud130 @ 45\u201365\u00b0C<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uae30\uc874 \ubc29\ubc95:<\/span><br \/>\n                  <span class=\"info-value\">\uac00\uc2a4 + \uc804\uae30 \ud788\ud130<\/span>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"example-section\">\n<div class=\"example-section-title\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect>\n                  <line x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"><\/line>\n                  <line x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"><\/line>\n                <\/svg><br \/>\n                \uc2dc\uc2a4\ud15c \uad6c\uc131\n              <\/div>\n<div class=\"info-list\">\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc218\uc9d1\uae30:<\/span><br \/>\n                  <span class=\"info-value\">120\u2013200\u33a1<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc800\uc7a5\uc18c:<\/span><br \/>\n                  <span class=\"info-value\">8,000\u201312,000\ub9ac\ud130<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc2dc\uc2a4\ud15c \uc720\ud615:<\/span><br \/>\n                  <span class=\"info-value\">\uc608\uc5f4 \ub8e8\ud504 + \uc9c1\ub82c \ubc31\uc5c5<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc81c\uc5b4\uc7a5\uce58:<\/span><br \/>\n                  <span class=\"info-value\">\uc0b0\uc5c5\uc6a9 \ud63c\ud569 \ubc38\ube0c + \uc21c\ud658 \ud68c\uc218<\/span>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"example-section\">\n<div class=\"example-section-title\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"><\/line>\n                  <path d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path>\n                <\/svg><br \/>\n                ROI \uacc4\uc0b0\n              <\/div>\n<div class=\"info-list\">\n<div class=\"info-item\">\n                  <span class=\"info-label\">\ud0dc\uc591\uad11 \ucee4\ubc84\ub9ac\uc9c0:<\/span><br \/>\n                  <span class=\"info-value\">60\u201375%<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uc5f0\uac04 \uc808\uc57d:<\/span><br \/>\n                  <span class=\"info-value\">$ 28,000\u2013$ 60,000<\/span>\n                <\/div>\n<div class=\"info-item\">\n                  <span class=\"info-label\">\uac04\ub2e8\ud55c \ud68c\uc218 \uae30\uac04:<\/span><br \/>\n                  <span class=\"info-value\">2.2\u20133.5\ub144<\/span>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"roi-results\">\n<div class=\"roi-results-title\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"><\/polyline>\n              <\/svg><br \/>\n              ROI \uacc4\uc0b0\n            <\/div>\n<div class=\"roi-stats-grid\">\n<div class=\"roi-stat-box\">\n<div class=\"roi-stat-label\">\ud0dc\uc591\uad11 \ucee4\ubc84\ub9ac\uc9c0<\/div>\n<div class=\"roi-stat-value\">60\u201375%<\/div>\n<\/p><\/div>\n<div class=\"roi-stat-box\">\n<div class=\"roi-stat-label\">\uc5f0\uac04 \uc808\uc57d<\/div>\n<div class=\"roi-stat-value\">$ 28K\u2013$ 60K<\/div>\n<\/p><\/div>\n<div class=\"roi-stat-box\">\n<div class=\"roi-stat-label\">\ud68c\uc218 \uae30\uac04<\/div>\n<div class=\"roi-stat-value\">2.2\u20133.5\ub144<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"interpretation-box\">\n<div class=\"interpretation-title\">\ud574\uc11d:<\/div>\n<p class=\"interpretation-text\">\uc138\ud0c1\uc18c \ubc0f \uc0b0\uc5c5\uc6a9 \uc138\ud0c1\uc740 \ub192\uc740 \uc628\ub3c4\uc640 \uc548\uc815\ub41c \uc628\ub3c4\uc5d0\uc11c \uc791\ub3d9 \u2192 \ub9e4\uc77c \uc2e4\uc9c8\uc801\uc778 \uc808\uc57d\uc744 \uc2e4\ud604\ud569\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- Regional Comparison --><\/p>\n<div class=\"regional-section\">\n<div class=\"regional-header\">\n<h2 class=\"regional-title\">\uc9c0\uc5ed ROI\uac00 \uc911\uc694\ud55c \uc774\uc720<\/h2>\n<p class=\"regional-subtitle\">\ud0dc\uc591\uc5f4 \uc628\uc218\ub294 \uc5d0\ub108\uc9c0 \ud22c\uc790\uc774\uc9c0 \uc7a5\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<table class=\"regional-table\">\n<thead>\n<tr>\n<th>\uc9c0\uc5ed<\/th>\n<th>\uc804\ud615\uc801\uc778 \uc5d0\ub108\uc9c0 \uc6d0<\/th>\n<th>\uc5d0\ub108\uc9c0 \ube44\uc6a9<\/th>\n<th>ROI \uc131\ub2a5<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"region-name\">\uc720\ub7fd<\/td>\n<td>\uc804\uae30 \/ \uac00\uc2a4<\/td>\n<td><span class=\"energy-cost-badge cost-high\">\ub192\uc74c<\/span><\/td>\n<td class=\"roi-performance\">3~4\ub144<\/td>\n<\/tr>\n<tr>\n<td class=\"region-name\">\uba54\ub098<\/td>\n<td>\uc804\uae30 \/ \ub514\uc824<\/td>\n<td><span class=\"energy-cost-badge cost-very-high\">\ub9e4\uc6b0 \ub192\uc74c<\/span><\/td>\n<td class=\"roi-performance\">2~3\ub144<\/td>\n<\/tr>\n<tr>\n<td class=\"region-name\">\ub77c\ud0d0<\/td>\n<td>\uc804\uae30 \/ \uac00\uc2a4<\/td>\n<td><span class=\"energy-cost-badge cost-medium\">\uc911\uac04<\/span><\/td>\n<td class=\"roi-performance\">2.5~4\ub144<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<p>    <!-- Conclusion --><\/p>\n<div class=\"conclusion-box\">\n<h3 class=\"conclusion-title\">\uacb0\ub860:<\/h3>\n<p class=\"conclusion-text\">\uc77c\uc77c \uc628\uc218 \uc218\uc694\uac00 \uc77c\uc815\ud560 \ub54c \ud0dc\uc591\uc5f4\uc740 \uc2e4\uc9c8\uc801\uc778 \ud604\uae08 \ud750\ub984 \uc0dd\uc131\uae30\uac00 \ub429\ub2c8\ub2e4.<br \/>\ub9ce\uc740 \uc0c1\uc5c5\uc6a9 \uac74\ubb3c\uc5d0\uc11c \uc5f4\uc740 \uc804\uae30\ubcf4\ub2e4 \ub354 \ud070 \ube44\uc6a9 \uc6d0\uc778\uc785\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!--LEMONX_BLOCK_END:15--><\/p>\n<p><!--LEMONX_BLOCK_START:16--><br \/>\n<!-- Why Soletks Section --><\/p>\n<section class=\"why-soletks-section\">\n<style>\n    .why-soletks-section {\n      width: 100%;\n      background: #fafaf9;\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      position: relative;\n      overflow: hidden;\n      padding: 80px 0;\n    }<\/p>\n<p>    .why-soletks-section::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background: linear-gradient(135deg, #fff5f0 0%, #ffe8dc 50%, #ffd4c1 100%);\n      z-index: 0;\n    }<\/p>\n<p>    .why-soletks-section .section-container {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 40px;\n      position: relative;\n      z-index: 1;\n    }<\/p>\n<p>    \/* Section Header *\/\n    .why-soletks-section .section-header {\n      text-align: center;\n      margin-bottom: 60px;\n    }<\/p>\n<p>    .why-soletks-section .section-badge {\n      display: inline-block;\n      font-size: 14px;\n      font-weight: 700;\n      color: #ea580c;\n      background: white;\n      padding: 8px 20px;\n      border-radius: 30px;\n      margin-bottom: 15px;\n      letter-spacing: 1px;\n      border: 2px solid #fed7aa;\n    }<\/p>\n<p>    .why-soletks-section .section-title {\n      font-size: 44px;\n      font-weight: 900;\n      color: #1a1410;\n      margin-bottom: 18px;\n      letter-spacing: -1px;\n      line-height: 1.2;\n    }<\/p>\n<p>    .why-soletks-section .section-subtitle {\n      font-size: 18px;\n      color: #57534e;\n      font-weight: 600;\n      line-height: 1.6;\n    }<\/p>\n<p>    \/* Feature Cards *\/\n    .why-soletks-section .features-grid {\n      display: grid;\n      gap: 35px;\n      margin-bottom: 40px;\n    }<\/p>\n<p>    .why-soletks-section .feature-card {\n      background: white;\n      border-radius: 20px;\n      padding: 45px;\n      border: 2px solid #f5f5f4;\n      transition: all 0.4s ease;\n      position: relative;\n      overflow: hidden;\n    }<\/p>\n<p>    .why-soletks-section .feature-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 5px;\n      background: linear-gradient(90deg, #ea580c, #f97316, #fb923c);\n      transform: scaleX(0);\n      transform-origin: left;\n      transition: transform 0.4s ease;\n    }<\/p>\n<p>    .why-soletks-section .feature-card:hover {\n      border-color: #ea580c;\n      transform: translateY(-5px);\n      box-shadow: 0 20px 50px rgba(234, 88, 12, 0.15);\n    }<\/p>\n<p>    .why-soletks-section .feature-card:hover::before {\n      transform: scaleX(1);\n    }<\/p>\n<p>    .why-soletks-section .feature-header {\n      display: flex;\n      align-items: flex-start;\n      gap: 25px;\n      margin-bottom: 30px;\n      padding-bottom: 25px;\n      border-bottom: 2px solid #f5f5f4;\n    }<\/p>\n<p>    .why-soletks-section .feature-number {\n      width: 70px;\n      height: 70px;\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      border-radius: 16px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      box-shadow: 0 8px 20px rgba(234, 88, 12, 0.3);\n    }<\/p>\n<p>    .why-soletks-section .feature-number svg {\n      width: 36px;\n      height: 36px;\n      stroke: white;\n      fill: none;\n      stroke-width: 2;\n    }<\/p>\n<p>    .why-soletks-section .feature-title-group {\n      flex: 1;\n    }<\/p>\n<p>    .why-soletks-section .feature-number-text {\n      font-size: 13px;\n      font-weight: 700;\n      color: #ea580c;\n      margin-bottom: 8px;\n      letter-spacing: 0.5px;\n    }<\/p>\n<p>    .why-soletks-section .feature-title {\n      font-size: 28px;\n      font-weight: 900;\n      color: #1a1410;\n      margin: 0;\n      line-height: 1.3;\n    }<\/p>\n<p>    .why-soletks-section .feature-intro {\n      font-size: 16px;\n      line-height: 1.7;\n      color: #57534e;\n      margin-bottom: 30px;\n      font-weight: 600;\n    }<\/p>\n<p>    \/* Technical Features *\/\n    .why-soletks-section .tech-features-label {\n      font-size: 14px;\n      font-weight: 800;\n      color: #78716c;\n      margin-bottom: 20px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }<\/p>\n<p>    .why-soletks-section .tech-features-label svg {\n      width: 18px;\n      height: 18px;\n      stroke: #ea580c;\n      fill: none;\n      stroke-width: 2.5;\n    }<\/p>\n<p>    .why-soletks-section .tech-features-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 18px;\n      margin-bottom: 30px;\n    }<\/p>\n<p>    .why-soletks-section .tech-feature-item {\n      background: #fafaf9;\n      padding: 20px;\n      border-radius: 12px;\n      border: 2px solid #f5f5f4;\n      transition: all 0.3s ease;\n    }<\/p>\n<p>    .why-soletks-section .tech-feature-item:hover {\n      background: #fff7ed;\n      border-color: #fed7aa;\n      transform: translateX(5px);\n    }<\/p>\n<p>    .why-soletks-section .tech-feature-title {\n      font-size: 15px;\n      font-weight: 800;\n      color: #1a1410;\n      margin-bottom: 8px;\n      line-height: 1.4;\n    }<\/p>\n<p>    .why-soletks-section .tech-feature-desc {\n      font-size: 13px;\n      line-height: 1.6;\n      color: #78716c;\n      margin: 0;\n      font-weight: 600;\n    }<\/p>\n<p>    \/* Result Box *\/\n    .why-soletks-section .result-box {\n      background: linear-gradient(135deg, #1a1410, #292524);\n      padding: 25px 30px;\n      border-radius: 14px;\n      display: flex;\n      align-items: flex-start;\n      gap: 15px;\n    }<\/p>\n<p>    .why-soletks-section .result-icon {\n      width: 45px;\n      height: 45px;\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }<\/p>\n<p>    .why-soletks-section .result-icon svg {\n      width: 24px;\n      height: 24px;\n      stroke: white;\n      fill: none;\n      stroke-width: 2.5;\n    }<\/p>\n<p>    .why-soletks-section .result-content {\n      flex: 1;\n    }<\/p>\n<p>    .why-soletks-section .result-label {\n      font-size: 12px;\n      font-weight: 800;\n      color: #fb923c;\n      margin-bottom: 8px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }<\/p>\n<p>    .why-soletks-section .result-text {\n      font-size: 15px;\n      line-height: 1.6;\n      color: #e7e5e4;\n      margin: 0;\n      font-weight: 600;\n    }<\/p>\n<p>    \/* Benefits Box *\/\n    .why-soletks-section .benefits-box {\n      background: #fff7ed;\n      padding: 25px 30px;\n      border-radius: 14px;\n      border-left: 4px solid #ea580c;\n      margin-top: 25px;\n    }<\/p>\n<p>    .why-soletks-section .benefits-label {\n      font-size: 13px;\n      font-weight: 800;\n      color: #c2410c;\n      margin-bottom: 12px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }<\/p>\n<p>    .why-soletks-section .benefits-list {\n      display: grid;\n      gap: 8px;\n    }<\/p>\n<p>    .why-soletks-section .benefit-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 14px;\n      color: #78716c;\n      font-weight: 600;\n      line-height: 1.5;\n    }<\/p>\n<p>    .why-soletks-section .benefit-item svg {\n      width: 18px;\n      height: 18px;\n      stroke: #ea580c;\n      fill: none;\n      stroke-width: 2.5;\n      flex-shrink: 0;\n      margin-top: 2px;\n    }<\/p>\n<p>    \/* Outcome Box *\/\n    .why-soletks-section .outcome-box {\n      background: linear-gradient(135deg, #fff7ed, #ffedd5);\n      padding: 25px 30px;\n      border-radius: 14px;\n      border-left: 4px solid #ea580c;\n      margin-top: 25px;\n    }<\/p>\n<p>    .why-soletks-section .outcome-label {\n      font-size: 13px;\n      font-weight: 800;\n      color: #c2410c;\n      margin-bottom: 10px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }<\/p>\n<p>    .why-soletks-section .outcome-text {\n      font-size: 15px;\n      line-height: 1.7;\n      color: #78716c;\n      margin: 0;\n      font-weight: 600;\n    }<\/p>\n<p>    \/* Specs Grid *\/\n    .why-soletks-section .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px;\n      margin-bottom: 30px;\n    }<\/p>\n<p>    .why-soletks-section .spec-card {\n      background: #fafaf9;\n      padding: 20px;\n      border-radius: 12px;\n      border: 2px solid #f5f5f4;\n      text-align: center;\n      transition: all 0.3s ease;\n    }<\/p>\n<p>    .why-soletks-section .spec-card:hover {\n      background: #fff7ed;\n      border-color: #fed7aa;\n      transform: translateY(-3px);\n    }<\/p>\n<p>    .why-soletks-section .spec-label {\n      font-size: 12px;\n      color: #78716c;\n      margin-bottom: 8px;\n      font-weight: 600;\n    }<\/p>\n<p>    .why-soletks-section .spec-value {\n      font-size: 20px;\n      font-weight: 900;\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n    }<\/p>\n<p>    \/* System Integration *\/\n    .why-soletks-section .integration-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 18px;\n      margin-bottom: 25px;\n    }<\/p>\n<p>    .why-soletks-section .integration-item {\n      background: #fafaf9;\n      padding: 18px 22px;\n      border-radius: 12px;\n      border: 2px solid #f5f5f4;\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      transition: all 0.3s ease;\n    }<\/p>\n<p>    .why-soletks-section .integration-item:hover {\n      background: #fff7ed;\n      border-color: #fed7aa;\n      transform: translateX(5px);\n    }<\/p>\n<p>    .why-soletks-section .integration-icon {\n      width: 40px;\n      height: 40px;\n      background: linear-gradient(135deg, #fff7ed, #fed7aa);\n      border-radius: 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }<\/p>\n<p>    .why-soletks-section .integration-icon svg {\n      width: 20px;\n      height: 20px;\n      stroke: #ea580c;\n      fill: none;\n      stroke-width: 2;\n    }<\/p>\n<p>    .why-soletks-section .integration-text {\n      font-size: 14px;\n      font-weight: 700;\n      color: #292524;\n      line-height: 1.4;\n    }<\/p>\n<p>    \/* Climate Proof *\/\n    .why-soletks-section .climate-section {\n      background: white;\n      border-radius: 20px;\n      padding: 40px;\n      border: 2px solid #f5f5f4;\n      margin-top: 35px;\n    }<\/p>\n<p>    .why-soletks-section .climate-header {\n      display: flex;\n      align-items: center;\n      gap: 15px;\n      margin-bottom: 25px;\n    }<\/p>\n<p>    .why-soletks-section .climate-icon {\n      width: 60px;\n      height: 60px;\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      border-radius: 14px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }<\/p>\n<p>    .why-soletks-section .climate-icon svg {\n      width: 32px;\n      height: 32px;\n      stroke: white;\n      fill: none;\n      stroke-width: 2;\n    }<\/p>\n<p>    .why-soletks-section .climate-title {\n      font-size: 22px;\n      font-weight: 900;\n      color: #1a1410;\n      margin: 0;\n    }<\/p>\n<p>    .why-soletks-section .climate-features {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 15px;\n      margin-bottom: 25px;\n    }<\/p>\n<p>    .why-soletks-section .climate-feature {\n      background: #fafaf9;\n      padding: 18px;\n      border-radius: 12px;\n      border: 2px solid #f5f5f4;\n      text-align: center;\n      transition: all 0.3s ease;\n    }<\/p>\n<p>    .why-soletks-section .climate-feature:hover {\n      background: #fff7ed;\n      border-color: #fed7aa;\n      transform: translateY(-3px);\n    }<\/p>\n<p>    .why-soletks-section .climate-feature-text {\n      font-size: 13px;\n      font-weight: 700;\n      color: #292524;\n      line-height: 1.4;\n    }<\/p>\n<p>    .why-soletks-section .proven-markets {\n      background: linear-gradient(135deg, #fff7ed, #ffedd5);\n      padding: 25px;\n      border-radius: 14px;\n    }<\/p>\n<p>    .why-soletks-section .proven-label {\n      font-size: 13px;\n      font-weight: 800;\n      color: #c2410c;\n      margin-bottom: 15px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }<\/p>\n<p>    .why-soletks-section .markets-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 12px;\n    }<\/p>\n<p>    .why-soletks-section .market-item {\n      background: white;\n      padding: 15px;\n      border-radius: 10px;\n      border: 2px solid #fed7aa;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }<\/p>\n<p>    .why-soletks-section .market-icon {\n      width: 35px;\n      height: 35px;\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      border-radius: 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }<\/p>\n<p>    .why-soletks-section .market-icon svg {\n      width: 18px;\n      height: 18px;\n      stroke: white;\n      fill: none;\n      stroke-width: 2.5;\n    }<\/p>\n<p>    .why-soletks-section .market-content {\n      flex: 1;\n    }<\/p>\n<p>    .why-soletks-section .market-name {\n      font-size: 14px;\n      font-weight: 800;\n      color: #1a1410;\n      margin-bottom: 3px;\n    }<\/p>\n<p>    .why-soletks-section .market-desc {\n      font-size: 11px;\n      color: #78716c;\n      font-weight: 600;\n    }<\/p>\n<p>    \/* Highlight Statement *\/\n    .why-soletks-section .highlight-statement {\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      padding: 35px;\n      border-radius: 16px;\n      text-align: center;\n      margin-top: 30px;\n    }<\/p>\n<p>    .why-soletks-section .highlight-statement p {\n      font-size: 18px;\n      font-weight: 800;\n      color: white;\n      margin: 0;\n      line-height: 1.6;\n    }<\/p>\n<p>    \/* Responsive *\/\n    @media (max-width: 1200px) {\n      .why-soletks-section .section-container {\n        padding: 0 30px;\n      }<\/p>\n<p>      .why-soletks-section .tech-features-grid,\n      .why-soletks-section .integration-grid {\n        grid-template-columns: 1fr;\n      }<\/p>\n<p>      .why-soletks-section .specs-grid,\n      .why-soletks-section .climate-features {\n        grid-template-columns: repeat(2, 1fr);\n      }<\/p>\n<p>      .why-soletks-section .markets-grid {\n        grid-template-columns: 1fr;\n      }\n    }<\/p>\n<p>    @media (max-width: 768px) {\n      .why-soletks-section {\n        padding: 50px 0;\n      }<\/p>\n<p>      .why-soletks-section .section-container {\n        padding: 0 20px;\n      }<\/p>\n<p>      .why-soletks-section .section-title {\n        font-size: 32px;\n      }<\/p>\n<p>      .why-soletks-section .feature-card {\n        padding: 30px 25px;\n      }<\/p>\n<p>      .why-soletks-section .feature-header {\n        flex-direction: column;\n        align-items: flex-start;\n      }<\/p>\n<p>      .why-soletks-section .tech-features-grid,\n      .why-soletks-section .specs-grid,\n      .why-soletks-section .climate-features {\n        grid-template-columns: 1fr;\n      }<\/p>\n<p>      .why-soletks-section .climate-section {\n        padding: 25px 20px;\n      }\n    }\n  <\/style>\n<div class=\"section-container\">\n    <!-- Section Header --><\/p>\n<div class=\"section-header\">\n      <span class=\"section-badge\">\uc194\ub809\uc2a4 \ud0dc\uc591\uad11\uc758 \uc774\uc720<\/span><\/p>\n<h2 class=\"section-title\">\uc194\ub809\uc2a4 \ud0dc\uc591\uad11 \u2014 \uc2e4\uc0dd\ud65c \uc2e0\ub8b0\uc131\uc744 \uc704\ud574 \uc124\uacc4\ub428<\/h2>\n<\/p><\/div>\n<p>    <!-- Features Grid --><\/p>\n<div class=\"features-grid\">\n      <!-- Feature 1: Industrial-Grade Collectors --><\/p>\n<div class=\"feature-card\">\n<div class=\"feature-header\">\n<div class=\"feature-number\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect>\n              <line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"><\/line>\n              <line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"><\/line>\n            <\/svg>\n          <\/div>\n<div class=\"feature-title-group\">\n<div class=\"feature-number-text\">1.<\/div>\n<h3 class=\"feature-title\">\uc0b0\uc5c5\uc6a9 \ub4f1\uae09 \uc218\uc9d1\uae30 \u2014 \uc0c1\uc5c5 \ubd80\ud558\uc6a9\uc73c\ub85c \uc81c\uc791\ub428<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"feature-intro\">\uc194\ub809\uc2a4 \ud3c9\ud310\ud615 \uc218\uc9d1\uae30\ub294 \uc7a5\uae30\uc801\uc778 \uc0c1\uc5c5\uc6a9 \uc0ac\uc6a9\uc744 \uc704\ud574 \uc124\uacc4\ub418\uc5c8\uc73c\uba70, \uac00\uc815\uc6a9 \ub4b7\ub9c8\ub2f9 \ud0a4\ud2b8\uc6a9\uc774 \uc544\ub2d9\ub2c8\ub2e4.<\/p>\n<div class=\"tech-features-label\">\n          <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <polyline points=\"9 11 12 14 22 4\"><\/polyline>\n            <path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"><\/path>\n          <\/svg><br \/>\n          \uc8fc\uc694 \uae30\uc220 \ud2b9\uc9d5:\n        <\/div>\n<div class=\"tech-features-grid\">\n<div class=\"tech-feature-item\">\n<div class=\"tech-feature-title\">\uace0\uc120\ud0dd\uc131 \ud761\uc218 \ucf54\ud305 (\u22650.94 \ud761\uc218\uc728 \/ \u22640.06 \ubc29\uc0ac\uc728)<\/div>\n<p class=\"tech-feature-desc\">\uc5f4 \uc190\uc2e4\uc744 \ucd5c\uc18c\ud654\ud558\uba74\uc11c \uc5f4 \ud68d\ub4dd\uc744 \uadf9\ub300\ud654\ud569\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<div class=\"tech-feature-item\">\n<div class=\"tech-feature-title\">\uc804\uba74 \uba74\uc801 \uad6c\ub9ac \ub9ac\uc800 \uadf8\ub9ac\ub4dc<\/div>\n<p class=\"tech-feature-desc\">\uade0\uc77c\ud55c \uc720\uccb4 \ubd84\ud3ec, \ub192\uc740 \uc5f4\uc804\ub3c4\uc728, \uad6d\ubd80 \uacfc\uc5f4 \uc5c6\uc74c \ubcf4\uc7a5<\/p>\n<\/p><\/div>\n<div class=\"tech-feature-item\">\n<div class=\"tech-feature-title\">\ucd08\uc74c\ud30c \uc6a9\uc811\ub41c \ud761\uc218\uae30-\ub9ac\uc800 \uc778\ud130\ud398\uc774\uc2a4<\/div>\n<p class=\"tech-feature-desc\">\uc810 \uc811\ucd09\uc744 \uc81c\uac70\ud558\uc5ec \uc5f4 \ud53c\ub85c \ubc0f \ub0a9\ub55c \uade0\uc5f4 \ubc29\uc9c0<\/p>\n<\/p><\/div>\n<div class=\"tech-feature-item\">\n<div class=\"tech-feature-title\">\uc800\ucca0\ubd84 \uac15\ud654 \uc720\ub9ac \ud0dc\uc591\uad11 \uc720\ub9ac (3.2\u20134.0 mm)<\/div>\n<p class=\"tech-feature-desc\">91% \uad11\ud22c\uacfc\uc728, \ucda9\uaca9 \ubc29\uc9c0, \uc6b0\ubc15 \uc800\ud56d<\/p>\n<\/p><\/div>\n<div class=\"tech-feature-item\">\n<div class=\"tech-feature-title\">EPDM \ubc00\ubd09\uc774 \uc788\ub294 \ubc00\ud3d0 \uc54c\ub8e8\ubbf8\ub284 \ud504\ub808\uc784<\/div>\n<p class=\"tech-feature-desc\">\uc57c\uc678 \ub0b4\uad6c\uc131 &gt;15\ub144, \uc2b5\uae30 \ubc0f \uc790\uc678\uc120 \ub178\ucd9c\uc5d0 \uac15\ud568<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"result-box\">\n<div class=\"result-icon\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg>\n          <\/div>\n<div class=\"result-content\">\n<div class=\"result-label\">\uacb0\uacfc:<\/div>\n<p class=\"result-text\">\ud638\ud154\uc774\ub098 \ubcd1\uc6d0\uc5d0\uc11c \ubb34\uac70\uc6b4 \ubd80\ud558 \ud558\uc5d0\uc11c\ub3c4 2~3\ub144 \ud6c4 \uc131\ub2a5 \uc800\ud558 \uc5c6\uc774 \uc548\uc815\uc801\uc778 \uc5f4 \ucd9c\ub825<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Feature 2: Pressure & Temperature Stability --><\/p>\n<div class=\"feature-card\">\n<div class=\"feature-header\">\n<div class=\"feature-number\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path>\n            <\/svg>\n          <\/div>\n<div class=\"feature-title-group\">\n<div class=\"feature-number-text\">2.<\/div>\n<h3 class=\"feature-title\">\uc555\ub825 \ubc0f \uc628\ub3c4 \uc548\uc815\uc131<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"feature-intro\">\uc194\ub809\uc2a4 \uceec\ub809\ud130\ub294 \uace0\ubd80\ud558, \uc0c1\uc5c5\uc6a9 \uc6b4\uc804\uc744 \uc704\ud574 \uc124\uacc4\ub428:<\/p>\n<div class=\"specs-grid\">\n<div class=\"spec-card\">\n<div class=\"spec-label\">\uc791\ub3d9 \uc555\ub825<\/div>\n<div class=\"spec-value\">6\u201310 \ubc14<\/div>\n<\/p><\/div>\n<div class=\"spec-card\">\n<div class=\"spec-label\">\uc815\uccb4 \uc628\ub3c4<\/div>\n<div class=\"spec-value\">&gt;200\u00b0C<\/div>\n<\/p><\/div>\n<div class=\"spec-card\">\n<div class=\"spec-label\">\uad6c\uc870\uc801 \ubb34\uacb0\uc131<\/div>\n<div class=\"spec-value\">\ubcc0\ud615 \uc5c6\uc74c<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"benefits-box\">\n<div class=\"benefits-label\">\uc7a5\uc810:<\/div>\n<div class=\"benefits-list\">\n<div class=\"benefit-item\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \ud328\ub110 \ud33d\ucc3d \uc5c6\uc74c\n            <\/div>\n<div class=\"benefit-item\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \uac00\uc2a4\ucf13 \ubbf8\ub044\ub7ec\uc9d0 \uc5c6\uc74c\n            <\/div>\n<div class=\"benefit-item\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \ub053\uc74c, \uc99d\uae30 \uc7a0\uae40 \ub610\ub294 \uc720\ub9ac \ud30c\uc190 \uc5c6\uc74c\n            <\/div>\n<div class=\"benefit-item\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \uacc4\uc808\uc5d0 \uad00\uacc4\uc5c6\uc774 \uc5f0\uc911 \uc9c0\uc18d\uc801\uc778 \uc628\uc218 \uacf5\uae09, \uacc4\uc808 \uc131\ub2a5\uc5d0 \uad6d\ud55c\ub418\uc9c0 \uc54a\uc74c\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Feature 3: System-Level Heat Transfer Efficiency --><\/p>\n<div class=\"feature-card\">\n<div class=\"feature-header\">\n<div class=\"feature-number\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"><\/polyline>\n            <\/svg>\n          <\/div>\n<div class=\"feature-title-group\">\n<div class=\"feature-number-text\">3.<\/div>\n<h3 class=\"feature-title\">\uc2dc\uc2a4\ud15c \uc218\uc900 \uc5f4 \uc804\ub2ec \ud6a8\uc728<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"feature-intro\">Soletks optimizes the entire hydraulic system, not just the collector&#8217;s kW rating:<\/p>\n<div class=\"tech-features-grid\">\n<div class=\"tech-feature-item\">\n<div class=\"tech-feature-title\">\uc800\uc720\ub7c9 \uc124\uacc4 (15\u201330 L\/h\u00b7m\u00b2)<\/div>\n<p class=\"tech-feature-desc\">\ub354 \ub192\uc740 \ucd9c\uad6c \uc628\ub3c4, \ub0ae\uc740 \ud38c\ud504 \uc5d0\ub108\uc9c0<\/p>\n<\/p><\/div>\n<div class=\"tech-feature-item\">\n<div class=\"tech-feature-title\">\uade0\ud615 \uc7a1\ud78c \ub9e4\ub2c8\ud3f4\ub4dc \uae30\ud558\ud559<\/div>\n<p class=\"tech-feature-desc\">\uc9d1\uc5f4\uad00 \ubb38\uc790\uc5f4 \uc804\uccb4\uc5d0\uc11c \uc77c\uc815\ud55c \ub8e8\ud504 \uc628\ub3c4<\/p>\n<\/p><\/div>\n<div class=\"tech-feature-item\">\n<div class=\"tech-feature-title\">\ucc28\ub4f1 \uc628\ub3c4 \uc870\uc808\uae30<\/div>\n<p class=\"tech-feature-desc\">\uc5ed\ub958 \ubc0f \uc57c\uac04 \uc190\uc2e4 \ubc29\uc9c0<\/p>\n<\/p><\/div>\n<div class=\"tech-feature-item\">\n<div class=\"tech-feature-title\">\uc2a4\ud1a8\ub808\uc774\uc158 \ubc29\uc9c0 \uc54c\uace0\ub9ac\uc998<\/div>\n<p class=\"tech-feature-desc\">\uc9d1\uc5f4\ud310\uacfc \uc720\uccb4\uc758 \uc218\uba85 \uc5f0\uc7a5<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"outcome-box\">\n<div class=\"outcome-label\">\uacb0\uacfc:<\/div>\n<p class=\"outcome-text\">\ubcc0\ub3d9\ud558\ub294 \ubd80\ud558\uc5d0\uc11c\ub3c4 \ucd5c\uc18c\ud55c\uc758 \ubd88\uc548\uc815\uc131\uacfc \ud568\uaed8 \uc608\uce21 \uac00\ub2a5\ud55c \uc5f4 \uc131\ub2a5<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Feature 4: Commercial-Grade Storage Tanks --><\/p>\n<div class=\"feature-card\">\n<div class=\"feature-header\">\n<div class=\"feature-number\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"><\/path>\n            <\/svg>\n          <\/div>\n<div class=\"feature-title-group\">\n<div class=\"feature-number-text\">4.<\/div>\n<h3 class=\"feature-title\">\uc0c1\uc5c5\uc6a9 \uc800\uc7a5 \ud0f1\ud06c<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"feature-intro\">\uc18c\ub81b\ud06c\uc2a4 \ud0f1\ud06c\ub294 \uc7a6\uc740 \uace0\uc628 \uc0ac\uc774\ud074\ub9c1\uc5d0 \uc801\ud569\ud558\uac8c \uc81c\uc791\ub428:<\/p>\n<div class=\"tech-features-grid\">\n<div class=\"tech-feature-item\">\n<div class=\"tech-feature-title\">\ub0b4\ubd80 \uc2dd\ud488 \ub4f1\uae09 \uc5d0\ub098\uba5c \ub610\ub294 SUS304\/SUS316L \uad6c\uc870<\/div>\n<p class=\"tech-feature-desc\">\ucd5c\ub300 \ubd80\uc2dd \uc800\ud56d\uc131<\/p>\n<\/p><\/div>\n<div class=\"tech-feature-item\">\n<div class=\"tech-feature-title\">\ub450\uaebc\uc6b4 \ud3f4\ub9ac\uc6b0\ub808\ud0c4 \ub2e8\uc5f4\uc7ac (50\u201370 mm)<\/div>\n<p class=\"tech-feature-desc\">\ucd5c\uc18c \uc5f4 \uc190\uc2e4<\/p>\n<\/p><\/div>\n<div class=\"tech-feature-item\">\n<div class=\"tech-feature-title\">\ubc29\uc2dd \ubd80\uc2dd \ubc29\uc9c0 \ub9c8\uadf8\ub124\uc298 \ubd09<\/div>\n<p class=\"tech-feature-desc\">\ud655\uc7a5\ub41c \ud0f1\ud06c \uc218\uba85<\/p>\n<\/p><\/div>\n<div class=\"tech-feature-item\">\n<div class=\"tech-feature-title\">\uc120\ud0dd\uc801 \uc774\uc911 \ucf54\uc77c \uc5f4\uad50\ud658\uae30<\/div>\n<p class=\"tech-feature-desc\">\ub2e4\uc911 \uc18c\uc2a4 \ud1b5\ud569 \uae30\ub2a5<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"result-box\">\n<div class=\"result-icon\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg>\n          <\/div>\n<div class=\"result-content\">\n<div class=\"result-label\">\uacb0\uacfc:<\/div>\n<p class=\"result-text\">\ub179\uc2ac\uc9c0 \uc54a\uc73c\uba70, \ub2e8\uc5f4 \ubd95\uad34 \ub610\ub294 \uc870\uae30 \uace0\uc7a5\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \ud638\ud154, \ubcd1\uc6d0, \uc0b0\uc5c5 \uc2dc\uc124\uc5d0\uc11c 10~15\ub144 \ub3d9\uc548 \uc548\uc815\uc801\uc73c\ub85c \uc791\ub3d9\ud558\ub3c4\ub85d \uc124\uacc4\ub428.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Feature 5: Fully Integrated Solar Systems --><\/p>\n<div class=\"feature-card\">\n<div class=\"feature-header\">\n<div class=\"feature-number\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"16 18 22 12 16 6\"><\/polyline>\n              <polyline points=\"8 6 2 12 8 18\"><\/polyline>\n            <\/svg>\n          <\/div>\n<div class=\"feature-title-group\">\n<div class=\"feature-number-text\">5.<\/div>\n<h3 class=\"feature-title\">\uc644\uc804 \ud1b5\ud569 \ud0dc\uc591\uad11 \uc2dc\uc2a4\ud15c<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"feature-intro\">\ub9ce\uc740 \uacf5\uae09\uc5c5\uccb4\uac00 \ud328\ub110\uacfc \ubb34\uc791\uc704 \ud0f1\ud06c\ub97c \ud310\ub9e4\ud558\ub294 \uac83\uacfc \ub2ec\ub9ac, \uc194\ub809\uc2a4\ub294 \uc644\uc804\ud55c \uc720\uc555 \uad6c\uc870\ub97c \uc124\uacc4\ud569\ub2c8\ub2e4:<\/p>\n<div class=\"integration-grid\">\n<div class=\"integration-item\">\n<div class=\"integration-icon\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg>\n            <\/div>\n<p>            <span class=\"integration-text\">\ub2e8\uc77c \ub8e8\ud504 \ub610\ub294 \uc774\uc911 \ub8e8\ud504(\uae00\ub9ac\ucf5c \ub300 \uac1c\ubc29\ud615 \uc628\uc218)<\/span>\n          <\/div>\n<div class=\"integration-item\">\n<div class=\"integration-icon\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg>\n            <\/div>\n<p>            <span class=\"integration-text\">\uc0c1\uc218 \uc628\ub3c4 \uc720\uc9c0 \ud68c\uc218\uc120<\/span>\n          <\/div>\n<div class=\"integration-item\">\n<div class=\"integration-icon\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg>\n            <\/div>\n<p>            <span class=\"integration-text\">\ubc84\ud37c + \uc18c\ube44 \ud0f1\ud06c \uad6c\uc131<\/span>\n          <\/div>\n<div class=\"integration-item\">\n<div class=\"integration-icon\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg>\n            <\/div>\n<p>            <span class=\"integration-text\">\ub2e4\uc911 \uc18c\uc2a4 \uc6b0\uc120\uc21c\uc704: \ud0dc\uc591\uc5f4 \u2192 \ud788\ud2b8\ud38c\ud504 \u2192 \ubcf4\uc77c\ub7ec<\/span>\n          <\/div>\n<div class=\"integration-item\">\n<div class=\"integration-icon\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg>\n            <\/div>\n<p>            <span class=\"integration-text\">\uace0\uc628 \uc548\uc804\ubc38\ube0c \ubc0f \uae30\ud3ec \ubc29\uc9c0 \ubcf4\ud638<\/span>\n          <\/div>\n<\/p><\/div>\n<div class=\"benefits-box\">\n<div class=\"benefits-label\">\uc774\uc810:<\/div>\n<div class=\"benefits-list\">\n<div class=\"benefit-item\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n              <\/svg><br \/>\n              \uacc4\uc808\uc801 \ud53c\ud06c \ub3d9\uc548 \uacfc\uc5f4 \uc815\uccb4, \uc2a4\ucf00\uc77c \ucd95\uc801, \ud38c\ud504 \uae30\ud3ec \ubc1c\uc0dd, \uc2dc\uc2a4\ud15c \uace0\uc7a5\uc744 \ubc29\uc9c0\ud569\ub2c8\ub2e4.\n            <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"highlight-statement\">\n<p>\uc6b0\ub9ac\ub294 \ud0dc\uc591\uc5f4 \uc628\uc218 \uc2dc\uc2a4\ud15c\uc744 \uc81c\uacf5\ud558\uba70, \uac1c\ubcc4 \ubd80\ud488\uc774 \uc544\ub2d9\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Feature 6: Engineered for Harsh Climates --><\/p>\n<div class=\"feature-card\">\n<div class=\"feature-header\">\n<div class=\"feature-number\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path>\n            <\/svg>\n          <\/div>\n<div class=\"feature-title-group\">\n<div class=\"feature-number-text\">6.<\/div>\n<h3 class=\"feature-title\">\ud639\ub3c5\ud55c \uae30\ud6c4\uc5d0 \uc801\ud569\ud558\uac8c \uc124\uacc4\ub428<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<p class=\"feature-intro\">\uc194\ub809\uc2a4 \uc2dc\uc2a4\ud15c\uc740 \uadf9\ud55c \ud658\uacbd \uc870\uac74\uc744 \uacac\ub514\ub3c4\ub85d \uc81c\uc791\ub418\uc5c8\uc2b5\ub2c8\ub2e4:<\/p>\n<div class=\"climate-features\">\n<div class=\"climate-feature\">\n<p class=\"climate-feature-text\">\uace0 UV \ub0b4\uad6c\uc131 EPDM \ubc0f \uc2e4\ub9ac\ucf58 \ubc00\ubd09<\/p>\n<\/p><\/div>\n<div class=\"climate-feature\">\n<p class=\"climate-feature-text\">\uc54c\ub8e8\ubbf8\ub284 \ud569\uae08 \ubc29\uc5fc \uc2a4\ud504\ub808\uc774 \ucf54\ud305<\/p>\n<\/p><\/div>\n<div class=\"climate-feature\">\n<p class=\"climate-feature-text\">\ubd80\ub3d9\uc561\uacfc \ud638\ud658\ub418\ub294 \uc218\uc9d1\uae30 \uc720\uccb4<\/p>\n<\/p><\/div>\n<div class=\"climate-feature\">\n<p class=\"climate-feature-text\">\uac15\ud48d\uacfc \uc6b0\ubc15\uc5d0 \uac80\uc99d\ub41c \uae30\uacc4 \uad6c\uc870<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"proven-markets\">\n<div class=\"proven-label\">\ub3c4\uc804\uc801\uc778 \uc2dc\uc7a5\uc5d0\uc11c \uc785\uc99d\ub428:<\/div>\n<div class=\"markets-grid\">\n<div class=\"market-item\">\n<div class=\"market-icon\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                  <polyline points=\"12 6 12 12 16 14\"><\/polyline>\n                <\/svg>\n              <\/div>\n<div class=\"market-content\">\n<div class=\"market-name\">\ubd81\uc544\ud504\ub9ac\uce74<\/div>\n<div class=\"market-desc\">(\ubaa8\ub798\uc640 \uc5f4)<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"market-item\">\n<div class=\"market-icon\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                  <polyline points=\"12 6 12 12 16 14\"><\/polyline>\n                <\/svg>\n              <\/div>\n<div class=\"market-content\">\n<div class=\"market-name\">\uac78\ud504 \uc5f0\uc548<\/div>\n<div class=\"market-desc\">(\uc18c\uae08\uacfc \uc2b5\ub3c4)<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"market-item\">\n<div class=\"market-icon\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                  <polyline points=\"12 6 12 12 16 14\"><\/polyline>\n                <\/svg>\n              <\/div>\n<div class=\"market-content\">\n<div class=\"market-name\">\uc548\ub370\uc2a4 \uc0b0\ub9e5<\/div>\n<div class=\"market-desc\">(\ub0ae\uc740 \uc628\ub3c4\uc640 \uac15\ud55c \uc790\uc678\uc120)<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!--LEMONX_BLOCK_END:16--><\/p>\n<p><!--LEMONX_BLOCK_START:17--><br \/>\n<!-- Additional Features & Service Section --><\/p>\n<section class=\"additional-features-section\">\n<style>\n    .additional-features-section {\n      width: 100%;\n      background: #fafaf9;\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      position: relative;\n      overflow: hidden;\n      padding: 80px 0;\n    }<\/p>\n<p>    .additional-features-section::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background: linear-gradient(135deg, #fff5f0 0%, #ffe8dc 50%, #ffd4c1 100%);\n      z-index: 0;\n    }<\/p>\n<p>    .additional-features-section .section-container {\n      max-width: 1400px;\n      margin: 0 auto;\n      padding: 0 40px;\n      position: relative;\n      z-index: 1;\n    }<\/p>\n<p>    \/* Simple Feature Cards *\/\n    .additional-features-section .simple-features-grid {\n      display: grid;\n      gap: 35px;\n      margin-bottom: 60px;\n    }<\/p>\n<p>    .additional-features-section .simple-feature-card {\n      background: white;\n      border-radius: 20px;\n      padding: 40px;\n      border: 2px solid #f5f5f4;\n      transition: all 0.4s ease;\n      position: relative;\n      overflow: hidden;\n    }<\/p>\n<p>    .additional-features-section .simple-feature-card::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 5px;\n      background: linear-gradient(90deg, #ea580c, #f97316, #fb923c);\n      transform: scaleX(0);\n      transform-origin: left;\n      transition: transform 0.4s ease;\n    }<\/p>\n<p>    .additional-features-section .simple-feature-card:hover {\n      border-color: #ea580c;\n      transform: translateY(-5px);\n      box-shadow: 0 20px 50px rgba(234, 88, 12, 0.15);\n    }<\/p>\n<p>    .additional-features-section .simple-feature-card:hover::before {\n      transform: scaleX(1);\n    }<\/p>\n<p>    .additional-features-section .simple-feature-header {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      margin-bottom: 25px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid #f5f5f4;\n    }<\/p>\n<p>    .additional-features-section .simple-feature-number {\n      width: 60px;\n      height: 60px;\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      border-radius: 14px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      font-size: 24px;\n      font-weight: 900;\n      color: white;\n    }<\/p>\n<p>    .additional-features-section .simple-feature-title {\n      font-size: 26px;\n      font-weight: 900;\n      color: #1a1410;\n      margin: 0;\n      line-height: 1.3;\n    }<\/p>\n<p>    .additional-features-section .simple-feature-intro {\n      font-size: 15px;\n      line-height: 1.7;\n      color: #57534e;\n      margin-bottom: 25px;\n      font-weight: 600;\n    }<\/p>\n<p>    .additional-features-section .simple-list {\n      display: grid;\n      gap: 12px;\n      margin-bottom: 20px;\n    }<\/p>\n<p>    .additional-features-section .simple-list-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      padding: 12px;\n      background: #fafaf9;\n      border-radius: 10px;\n      transition: all 0.3s ease;\n    }<\/p>\n<p>    .additional-features-section .simple-list-item:hover {\n      background: #fff7ed;\n      transform: translateX(5px);\n    }<\/p>\n<p>    .additional-features-section .simple-list-item svg {\n      width: 20px;\n      height: 20px;\n      stroke: #ea580c;\n      fill: none;\n      stroke-width: 2.5;\n      flex-shrink: 0;\n      margin-top: 2px;\n    }<\/p>\n<p>    .additional-features-section .simple-list-text {\n      font-size: 14px;\n      font-weight: 600;\n      color: #292524;\n      line-height: 1.5;\n    }<\/p>\n<p>    .additional-features-section .highlight-statement-box {\n      background: linear-gradient(135deg, #fff7ed, #ffedd5);\n      padding: 20px 25px;\n      border-radius: 12px;\n      border-left: 4px solid #ea580c;\n      margin-top: 20px;\n    }<\/p>\n<p>    .additional-features-section .highlight-statement-box p {\n      font-size: 15px;\n      font-weight: 700;\n      color: #c2410c;\n      margin: 0;\n      line-height: 1.6;\n    }<\/p>\n<p>    \/* Service Flow *\/\n    .additional-features-section .service-flow-section {\n      background: white;\n      border-radius: 24px;\n      padding: 50px;\n      border: 2px solid #f5f5f4;\n      margin-bottom: 60px;\n    }<\/p>\n<p>    .additional-features-section .service-flow-header {\n      text-align: center;\n      margin-bottom: 50px;\n    }<\/p>\n<p>    .additional-features-section .service-flow-badge {\n      display: inline-block;\n      font-size: 14px;\n      font-weight: 700;\n      color: #ea580c;\n      background: #fff7ed;\n      padding: 8px 20px;\n      border-radius: 30px;\n      margin-bottom: 15px;\n      letter-spacing: 1px;\n      border: 2px solid #fed7aa;\n    }<\/p>\n<p>    .additional-features-section .service-flow-title {\n      font-size: 36px;\n      font-weight: 900;\n      color: #1a1410;\n      margin-bottom: 12px;\n    }<\/p>\n<p>    .additional-features-section .service-flow-subtitle {\n      font-size: 15px;\n      color: #78716c;\n      font-weight: 600;\n    }<\/p>\n<p>    .additional-features-section .flow-steps {\n      display: grid;\n      gap: 25px;\n    }<\/p>\n<p>    .additional-features-section .flow-step {\n      background: #fafaf9;\n      padding: 30px;\n      border-radius: 16px;\n      border: 2px solid #f5f5f4;\n      display: grid;\n      grid-template-columns: 80px 1fr;\n      gap: 25px;\n      align-items: start;\n      transition: all 0.3s ease;\n    }<\/p>\n<p>    .additional-features-section .flow-step:hover {\n      background: #fff7ed;\n      border-color: #fed7aa;\n      transform: translateX(5px);\n    }<\/p>\n<p>    .additional-features-section .flow-step-number {\n      width: 70px;\n      height: 70px;\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      border-radius: 14px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 28px;\n      font-weight: 900;\n      color: white;\n      box-shadow: 0 8px 20px rgba(234, 88, 12, 0.3);\n    }<\/p>\n<p>    .additional-features-section .flow-step-content {\n      flex: 1;\n    }<\/p>\n<p>    .additional-features-section .flow-step-title {\n      font-size: 20px;\n      font-weight: 800;\n      color: #1a1410;\n      margin-bottom: 12px;\n      line-height: 1.3;\n    }<\/p>\n<p>    .additional-features-section .flow-step-description {\n      font-size: 14px;\n      line-height: 1.6;\n      color: #78716c;\n      margin-bottom: 15px;\n      font-weight: 600;\n    }<\/p>\n<p>    .additional-features-section .flow-step-items {\n      display: grid;\n      gap: 8px;\n    }<\/p>\n<p>    .additional-features-section .flow-step-item {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      font-size: 13px;\n      color: #57534e;\n      font-weight: 600;\n    }<\/p>\n<p>    .additional-features-section .flow-step-item svg {\n      width: 16px;\n      height: 16px;\n      stroke: #ea580c;\n      fill: none;\n      stroke-width: 2.5;\n      flex-shrink: 0;\n    }<\/p>\n<p>    .additional-features-section .partner-note {\n      background: linear-gradient(135deg, #1a1410, #292524);\n      padding: 30px;\n      border-radius: 16px;\n      text-align: center;\n      margin-top: 30px;\n    }<\/p>\n<p>    .additional-features-section .partner-note p {\n      font-size: 17px;\n      font-weight: 800;\n      color: white;\n      margin: 0;\n      line-height: 1.6;\n    }<\/p>\n<p>    \/* Comparison Table *\/\n    .additional-features-section .comparison-section {\n      background: white;\n      border-radius: 24px;\n      padding: 50px;\n      border: 2px solid #f5f5f4;\n      margin-bottom: 60px;\n    }<\/p>\n<p>    .additional-features-section .comparison-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }<\/p>\n<p>    .additional-features-section .comparison-title {\n      font-size: 36px;\n      font-weight: 900;\n      color: #1a1410;\n      margin-bottom: 12px;\n    }<\/p>\n<p>    .additional-features-section .comparison-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      background: #fafaf9;\n      border-radius: 14px;\n      overflow: hidden;\n      border: 2px solid #e7e5e4;\n    }<\/p>\n<p>    .additional-features-section .comparison-table thead {\n      background: linear-gradient(135deg, #1a1410, #292524);\n    }<\/p>\n<p>    .additional-features-section .comparison-table th {\n      padding: 20px;\n      text-align: left;\n      font-size: 14px;\n      font-weight: 800;\n      color: white;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }<\/p>\n<p>    .additional-features-section .comparison-table th:first-child {\n      width: 180px;\n    }<\/p>\n<p>    .additional-features-section .comparison-table tbody tr {\n      transition: all 0.3s ease;\n    }<\/p>\n<p>    .additional-features-section .comparison-table tbody tr:hover {\n      background: #fff7ed;\n    }<\/p>\n<p>    .additional-features-section .comparison-table td {\n      padding: 18px 20px;\n      font-size: 14px;\n      color: #292524;\n      font-weight: 600;\n      border-bottom: 1px solid #e7e5e4;\n    }<\/p>\n<p>    .additional-features-section .comparison-table tbody tr:last-child td {\n      border-bottom: none;\n    }<\/p>\n<p>    .additional-features-section .comparison-table .item-label {\n      font-weight: 800;\n      color: #1a1410;\n    }<\/p>\n<p>    .additional-features-section .comparison-table .highlight-cell {\n      background: #fff7ed;\n      font-weight: 800;\n      color: #ea580c;\n    }<\/p>\n<p>    .additional-features-section .comparison-conclusion {\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      padding: 30px;\n      border-radius: 16px;\n      text-align: center;\n      margin-top: 30px;\n    }<\/p>\n<p>    .additional-features-section .comparison-conclusion p {\n      font-size: 17px;\n      font-weight: 800;\n      color: white;\n      margin: 0;\n      line-height: 1.6;\n    }<\/p>\n<p>    \/* FAQ Section *\/\n    .additional-features-section .faq-section {\n      background: white;\n      border-radius: 24px;\n      padding: 50px;\n      border: 2px solid #f5f5f4;\n      margin-bottom: 60px;\n    }<\/p>\n<p>    .additional-features-section .faq-header {\n      text-align: center;\n      margin-bottom: 40px;\n    }<\/p>\n<p>    .additional-features-section .faq-title {\n      font-size: 36px;\n      font-weight: 900;\n      color: #1a1410;\n      margin-bottom: 0;\n    }<\/p>\n<p>    .additional-features-section .faq-grid {\n      display: grid;\n      gap: 20px;\n    }<\/p>\n<p>    .additional-features-section .faq-item {\n      background: #fafaf9;\n      padding: 30px;\n      border-radius: 16px;\n      border: 2px solid #f5f5f4;\n      transition: all 0.3s ease;\n    }<\/p>\n<p>    .additional-features-section .faq-item:hover {\n      background: #fff7ed;\n      border-color: #fed7aa;\n    }<\/p>\n<p>    .additional-features-section .faq-question {\n      font-size: 18px;\n      font-weight: 800;\n      color: #1a1410;\n      margin-bottom: 15px;\n      display: flex;\n      align-items: center;\n      gap: 12px;\n    }<\/p>\n<p>    .additional-features-section .faq-question svg {\n      width: 24px;\n      height: 24px;\n      stroke: #ea580c;\n      fill: none;\n      stroke-width: 2;\n      flex-shrink: 0;\n    }<\/p>\n<p>    .additional-features-section .faq-answer {\n      font-size: 15px;\n      line-height: 1.7;\n      color: #57534e;\n      margin: 0;\n      font-weight: 600;\n    }<\/p>\n<p>    \/* CTA Section *\/\n    .additional-features-section .cta-section {\n      background: linear-gradient(135deg, #1a1410, #292524);\n      border-radius: 24px;\n      padding: 60px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }<\/p>\n<p>    .additional-features-section .cta-section::before {\n      content: '';\n      position: absolute;\n      top: -50%;\n      right: -20%;\n      width: 80%;\n      height: 200%;\n      background: radial-gradient(ellipse, rgba(234, 88, 12, 0.15) 0%, transparent 70%);\n      animation: float 15s ease-in-out infinite;\n    }<\/p>\n<p>    .additional-features-section .cta-content {\n      position: relative;\n      z-index: 1;\n    }<\/p>\n<p>    .additional-features-section .cta-badge {\n      display: inline-block;\n      font-size: 13px;\n      font-weight: 700;\n      color: #ea580c;\n      background: white;\n      padding: 8px 20px;\n      border-radius: 30px;\n      margin-bottom: 20px;\n      letter-spacing: 1px;\n    }<\/p>\n<p>    .additional-features-section .cta-title {\n      font-size: 38px;\n      font-weight: 900;\n      color: white;\n      margin-bottom: 20px;\n      line-height: 1.3;\n    }<\/p>\n<p>    .additional-features-section .cta-description {\n      font-size: 16px;\n      line-height: 1.7;\n      color: #d6d3d1;\n      margin-bottom: 35px;\n      font-weight: 600;\n      max-width: 700px;\n      margin-left: auto;\n      margin-right: auto;\n    }<\/p>\n<p>    .additional-features-section .contact-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 25px;\n      margin-bottom: 35px;\n    }<\/p>\n<p>    .additional-features-section .contact-card {\n      background: rgba(255, 255, 255, 0.1);\n      padding: 25px;\n      border-radius: 16px;\n      border: 2px solid rgba(251, 146, 60, 0.3);\n      transition: all 0.3s ease;\n    }<\/p>\n<p>    .additional-features-section .contact-card:hover {\n      background: rgba(255, 255, 255, 0.15);\n      border-color: rgba(251, 146, 60, 0.5);\n      transform: translateY(-3px);\n    }<\/p>\n<p>    .additional-features-section .contact-icon {\n      width: 50px;\n      height: 50px;\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin: 0 auto 15px;\n    }<\/p>\n<p>    .additional-features-section .contact-icon svg {\n      width: 26px;\n      height: 26px;\n      stroke: white;\n      fill: none;\n      stroke-width: 2;\n    }<\/p>\n<p>    .additional-features-section .contact-label {\n      font-size: 12px;\n      color: #a8a29e;\n      margin-bottom: 8px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }<\/p>\n<p>    .additional-features-section .contact-value {\n      font-size: 15px;\n      font-weight: 700;\n      color: white;\n      line-height: 1.5;\n    }<\/p>\n<p>    .additional-features-section .cta-button {\n      display: inline-flex;\n      align-items: center;\n      gap: 12px;\n      padding: 16px 40px;\n      background: linear-gradient(135deg, #ea580c, #f97316);\n      color: white;\n      font-size: 16px;\n      font-weight: 800;\n      border-radius: 50px;\n      border: none;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      box-shadow: 0 8px 25px rgba(234, 88, 12, 0.4);\n    }<\/p>\n<p>    .additional-features-section .cta-button:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 12px 35px rgba(234, 88, 12, 0.5);\n    }<\/p>\n<p>    .additional-features-section .cta-button svg {\n      width: 20px;\n      height: 20px;\n      stroke: white;\n      fill: none;\n      stroke-width: 2.5;\n    }<\/p>\n<p>    \/* Responsive *\/\n    @media (max-width: 1200px) {\n      .additional-features-section .section-container {\n        padding: 0 30px;\n      }<\/p>\n<p>      .additional-features-section .contact-grid {\n        grid-template-columns: 1fr;\n      }\n    }<\/p>\n<p>    @media (max-width: 768px) {\n      .additional-features-section {\n        padding: 50px 0;\n      }<\/p>\n<p>      .additional-features-section .section-container {\n        padding: 0 20px;\n      }<\/p>\n<p>      .additional-features-section .simple-feature-card,\n      .additional-features-section .service-flow-section,\n      .additional-features-section .comparison-section,\n      .additional-features-section .faq-section,\n      .additional-features-section .cta-section {\n        padding: 30px 25px;\n      }<\/p>\n<p>      .additional-features-section .flow-step {\n        grid-template-columns: 1fr;\n        gap: 20px;\n      }<\/p>\n<p>      .additional-features-section .comparison-table {\n        font-size: 12px;\n      }<\/p>\n<p>      .additional-features-section .comparison-table th,\n      .additional-features-section .comparison-table td {\n        padding: 12px 15px;\n      }<\/p>\n<p>      .additional-features-section .cta-title {\n        font-size: 28px;\n      }\n    }\n  <\/style>\n<div class=\"section-container\">\n    <!-- Additional Features --><\/p>\n<div class=\"simple-features-grid\">\n      <!-- Feature 7: Low Maintenance --><\/p>\n<div class=\"simple-feature-card\">\n<div class=\"simple-feature-header\">\n<div class=\"simple-feature-number\">7<\/div>\n<h3 class=\"simple-feature-title\">\uc124\uacc4\uc5d0 \ub530\ub978 \ub0ae\uc740 \uc720\uc9c0\ubcf4\uc218<\/h3>\n<\/p><\/div>\n<p class=\"simple-feature-intro\">\ubaa8\ub4e0 \uc124\uacc4 \uacb0\uc815\uc740 \ud604\uc7a5 \uc720\uc9c0\ubcf4\uc218\ub97c \uc904\uc774\ub294 \uac83\uc744 \ubaa9\ud45c\ub85c \ud568:<\/p>\n<div class=\"simple-list\">\n<div class=\"simple-list-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"simple-list-text\">\uc9c4\uacf5\uad00 \ud30c\uc190 \uc704\ud5d8 \uc5c6\uc74c<\/span>\n          <\/div>\n<div class=\"simple-list-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"simple-list-text\">\uc9c4\uacf5\uad00 \ub204\uc218 \uc5c6\uc74c<\/span>\n          <\/div>\n<div class=\"simple-list-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"simple-list-text\">\ud3f4\ub9ac\uba38 \ubd80\ud488\uc758 \uace0\uc628 \uade0\uc5f4 \uc5c6\uc74c<\/span>\n          <\/div>\n<div class=\"simple-list-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"simple-list-text\">\uc774\ub3d9 \ubd80\ud488 \uc801\uc74c (\ud38c\ud504, \ubc38\ube0c\ub9cc)<\/span>\n          <\/div>\n<\/p><\/div>\n<div class=\"highlight-statement-box\">\n<p>\uc720\uc9c0\ubcf4\uc218 \ube44\uc6a9\uc774 \uc7a5\ube44 \ube44\uc6a9\ubcf4\ub2e4 \ub192\uc740 \uad6d\uac00\uc5d0\uc11c\ub3c4, \uc194\ub809\uc2a4 \uc2dc\uc2a4\ud15c\uc740 \uacbd\uc81c\uc801 \uc2e4\ud604 \uac00\ub2a5\uc131\uc744 \uc720\uc9c0\ud568.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Feature 8: Predictable ROI --><\/p>\n<div class=\"simple-feature-card\">\n<div class=\"simple-feature-header\">\n<div class=\"simple-feature-number\">8<\/div>\n<h3 class=\"simple-feature-title\">\uc131\uacfc\uac00 \ub5a8\uc5b4\uc9c0\uc9c0 \uc54a\uae30 \ub54c\ubb38\uc5d0 \uc608\uce21 \uac00\ub2a5\ud55c ROI<\/h3>\n<\/p><\/div>\n<p class=\"simple-feature-intro\">\ub9ce\uc740 \ud0dc\uc591\uad11 \uc2dc\uc2a4\ud15c\uc774 1\ub144 \ucc28\uc5d0\ub294 \uc88b\uc544 \ubcf4\uc774\uc9c0\ub9cc 3\ub144 \ucc28\uc5d0\ub294 \uace0\uc7a5\ub0a8. \uc6b0\ub9ac\ub294 \uc7a5\uae30 \uc548\uc815\uc131\uc744 \uc124\uacc4\ud558\uc5ec ROI\ub97c \uc9c1\uc811 \ub192\uc784:<\/p>\n<div class=\"simple-list\">\n<div class=\"simple-list-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"simple-list-text\">\uc870\uae30 \uc815\uccb4 \uc5c6\uc74c \u2192 \uae00\ub9ac\ucf5c \uacfc\uc5f4 \ubc29\uc9c0<\/span>\n          <\/div>\n<div class=\"simple-list-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"simple-list-text\">\uc218\uc9d1\uae30 \ubc15\ub9ac \uc5c6\uc74c \u2192 \uc548\uc815\uc801\uc778 \uc5f4 \ud68d\ub4dd<\/span>\n          <\/div>\n<div class=\"simple-list-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"simple-list-text\">\uc751\ucd95 \uc5c6\uc74c \u2192 \ud761\uc218\uae30\/\ub9e4\ub2c8\ud3f4\ub4dc\uc5d0 \ubd80\uc2dd \uc5c6\uc74c<\/span>\n          <\/div>\n<div class=\"simple-list-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"simple-list-text\">\ub2e8\uc5f4 \ubd95\uad34 \uc5c6\uc74c \u2192 \ud0f1\ud06c\uc758 \ud6a8\uc728 \uc720\uc9c0<\/span>\n          <\/div>\n<\/p><\/div>\n<div class=\"highlight-statement-box\">\n<p>\uc6b0\ub9ac\uc758 \uc131\ub2a5\uc740 \uc548\uc815\uc801\uc774\uc5b4\uc11c, \uadc0\ud558\uc758 \uc218\uc775\ub3c4 \uc548\uc815\uc801\uc785\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>      <!-- Feature 9: Engineering Support --><\/p>\n<div class=\"simple-feature-card\">\n<div class=\"simple-feature-header\">\n<div class=\"simple-feature-number\">9<\/div>\n<h3 class=\"simple-feature-title\">\uc804\ubb38 \uace0\uac1d\uc744 \uc704\ud55c \ubb38\uc11c \ubc0f \uc5d4\uc9c0\ub2c8\uc5b4\ub9c1 \uc9c0\uc6d0<\/h3>\n<\/p><\/div>\n<p class=\"simple-feature-intro\">EPC, \ud638\ud154 \uc6b4\uc601\uc790, \uc0b0\uc5c5 \uc0ac\uc6a9\uc790\uc5d0\uac8c \uc81c\uacf5\ud558\ub294 \ub0b4\uc6a9:<\/p>\n<div class=\"simple-list\">\n<div class=\"simple-list-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"simple-list-text\">\uc2dc\uc2a4\ud15c \ubc30\uce58 \ub3c4\uba74<\/span>\n          <\/div>\n<div class=\"simple-list-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"simple-list-text\">\uc218\uc9d1\uae30 \ubb38\uc790\uc5f4 \uad6c\uc131<\/span>\n          <\/div>\n<div class=\"simple-list-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"simple-list-text\">\uc720\ub7c9 \ubc0f \u0394T \uc124\uacc4 \ud45c<\/span>\n          <\/div>\n<div class=\"simple-list-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"simple-list-text\">\ud38c\ud504 \ud06c\uae30 \uc120\uc815 \ubc0f \uc720\uc555 \uade0\ud615<\/span>\n          <\/div>\n<div class=\"simple-list-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"simple-list-text\">\uc81c\uc5b4 \ub17c\ub9ac \uc124\uba85<\/span>\n          <\/div>\n<div class=\"simple-list-item\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n            <\/svg><br \/>\n            <span class=\"simple-list-text\">\uc7a5\uae30 \uc720\uc9c0\ubcf4\uc218 \uad8c\uc7a5 \uc0ac\ud56d<\/span>\n          <\/div>\n<\/p><\/div>\n<div class=\"highlight-statement-box\">\n<p>We don&#8217;t send &#8220;catalog PDFs&#8221; \u2014 we deliver engineering you can actually install, run, and maintain.<\/p>\n<\/p><\/div>\n<div class=\"highlight-statement-box\" style=\"margin-top: 15px;\">\n<p>\uc194\ub809\uc2a4 \ud0dc\uc591\uad11\uc740 \uac00\uaca9\uc774 \uc800\ub834\ud574\uc11c\uac00 \uc544\ub2c8\ub77c, \uace0\uac1d\uc774 \uc9c4\uc9dc\ub85c \uc628\uc218 \ud544\uc694\ud560 \ub54c \uc2dc\uc2a4\ud15c\uc774 \uc548\uc815\uc801\uc73c\ub85c \uc720\uc9c0\ub418\uae30 \ub54c\ubb38\uc5d0 \uc120\ud0dd\ub429\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- Service Flow Section --><\/p>\n<div class=\"service-flow-section\">\n<div class=\"service-flow-header\">\n        <span class=\"service-flow-badge\">6. \uc11c\ube44\uc2a4 \ud750\ub984<\/span><\/p>\n<h2 class=\"service-flow-title\">\uc11c\ube44\uc2a4 \ud750\ub984<\/h2>\n<p class=\"service-flow-subtitle\">(\uad6d\uc81c \ud504\ub85c\uc81d\ud2b8\uc6a9 \uc124\uacc4)<\/p>\n<\/p><\/div>\n<div class=\"flow-steps\">\n<div class=\"flow-step\">\n<div class=\"flow-step-number\">1<\/div>\n<div class=\"flow-step-content\">\n<h3 class=\"flow-step-title\">\uc694\uad6c \uc0ac\ud56d \uc218\uc9d1<\/h3>\n<p class=\"flow-step-description\">\uace0\uac1d \uc81c\uacf5 \ub0b4\uc6a9:<\/p>\n<div class=\"flow-step-items\">\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \uac74\ubb3c \uc720\ud615\n              <\/div>\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \uc0ac\uc6a9\uc790 \uc218\n              <\/div>\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \uc77c\uc77c \ubb3c \uc218\uc694\n              <\/div>\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \uc9c0\uc5ed \uc5d0\ub108\uc9c0 \uac00\uaca9\n              <\/div>\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \uc9c0\ubd95 \ubc29\ud5a5 \ubc0f \uc0ac\uc6a9 \uac00\ub2a5 \uba74\uc801\n              <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"flow-step\">\n<div class=\"flow-step-number\">2<\/div>\n<div class=\"flow-step-content\">\n<h3 class=\"flow-step-title\">\uc608\ube44 \uc2dc\uc2a4\ud15c \uc6a9\ub7c9 \uc0b0\uc815<\/h3>\n<p class=\"flow-step-description\">\uc18c\ube44\ub7c9\uacfc \ud0dc\uc591\uad11 \uc218\ud655\ub7c9\uc744 \uc2dc\ubbac\ub808\uc774\uc158\ud558\uc5ec \uc6a9\ub7c9\uacfc \uad6c\uc131\uc744 \ucd94\ucc9c\ud569\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"flow-step\">\n<div class=\"flow-step-number\">3<\/div>\n<div class=\"flow-step-content\">\n<h3 class=\"flow-step-title\">ROI \ubc0f \uc7ac\ubb34 \ubd84\uc11d<\/h3>\n<p class=\"flow-step-description\">\ud3ec\ud568\ub41c \uc815\ub7c9\uc801 \ubcf4\uace0\uc11c:<\/p>\n<div class=\"flow-step-items\">\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \uc5f0\uac04 \uc808\uac10\uc561\n              <\/div>\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \ud68c\uc218 \uae30\uac04\n              <\/div>\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \uc5d0\ub108\uc9c0 \ub300\uccb4\n              <\/div>\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                10~20\ub144 \ud61c\ud0dd\n              <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"flow-step\">\n<div class=\"flow-step-number\">4<\/div>\n<div class=\"flow-step-content\">\n<h3 class=\"flow-step-title\">\ud604\uc7a5 \uc870\uc0ac (\uc120\ud0dd \uc0ac\ud56d \/ \ubcf5\uc7a1\ud55c \ud504\ub85c\uc81d\ud2b8\uc6a9)<\/h3>\n<p class=\"flow-step-description\">\ud638\ud154, \ubcd1\uc6d0, \uacf5\uc7a5 \ub4f1\uc740 \ub2e4\uc74c\uc774 \ud544\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<div class=\"flow-step-items\">\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \uc6d0\uaca9 \uc870\uc0ac\n              <\/div>\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \uc9c0\uc5ed EPC \ud30c\ud2b8\ub108 \uac80\uc0ac\n              <\/div>\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \uacf5\ud559 \ub3c4\uba74 \uac80\uc99d\n              <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"flow-step\">\n<div class=\"flow-step-number\">5<\/div>\n<div class=\"flow-step-content\">\n<h3 class=\"flow-step-title\">\ucd5c\uc885 \uc194\ub8e8\uc158 \ud328\ud0a4\uc9c0<\/h3>\n<p class=\"flow-step-description\">\uc0b0\ucd9c\ubb3c\uc5d0\ub294 \ub2e4\uc74c\uc774 \ud3ec\ud568\ub429\ub2c8\ub2e4:<\/p>\n<div class=\"flow-step-items\">\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \uc2dc\uc2a4\ud15c \ubc30\uce58\ub3c4\n              <\/div>\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \uc218\ub825\ub3c4\n              <\/div>\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \uae30\uc220 \uc0ac\uc591\uc11c\n              <\/div>\n<div class=\"flow-step-item\">\n                <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                  <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                <\/svg><br \/>\n                \uc790\uc7ac \ubaa9\ub85d\n              <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"flow-step\">\n<div class=\"flow-step-number\">6<\/div>\n<div class=\"flow-step-content\">\n<h3 class=\"flow-step-title\">\uc7a5\ube44 \uacf5\uae09 + \uc6d0\uaca9 \uc124\uce58 \uc548\ub0b4<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"flow-step\">\n<div class=\"flow-step-number\">7<\/div>\n<div class=\"flow-step-content\">\n<h3 class=\"flow-step-title\">\uc560\ud504\ud130 \uc11c\ube44\uc2a4 \ubc0f \ud3c9\uc0dd \uc9c0\uc6d0<\/h3>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"partner-note\">\n<p>\uc6b0\ub9ac\ub294 \uc194\ub8e8\uc158 \ud30c\ud2b8\ub108\uc774\uc9c0 \uc124\uce58 \uacc4\uc57d\uc790\uac00 \uc544\ub2d9\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- Comparison Table --><\/p>\n<div class=\"comparison-section\">\n<div class=\"comparison-header\">\n        <span class=\"service-flow-badge\">7. \ud0dc\uc591\uc5f4 vs \uc804\ud1b5 \ub09c\ubc29<\/span><\/p>\n<h2 class=\"comparison-title\">\ud0dc\uc591\uc5f4 vs \uc804\ud1b5 \ub09c\ubc29 (\uba85\ud655\ud55c \ube44\uad50)<\/h2>\n<\/p><\/div>\n<table class=\"comparison-table\">\n<thead>\n<tr>\n<th>\ud56d\ubaa9<\/th>\n<th>\uc804\uae30 \ud788\ud130<\/th>\n<th>\uac00\uc2a4\/\ub514\uc824 \ubcf4\uc77c\ub7ec<\/th>\n<th>\uc194\ub809\uc2a4 \ud0dc\uc591\uc5f4 \uc2dc\uc2a4\ud15c<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"item-label\">\uc6b4\uc601 \ube44\uc6a9<\/td>\n<td>\ub9e4\uc6b0 \ub192\uc74c<\/td>\n<td>\ub192\uc74c<\/td>\n<td class=\"highlight-cell\">\uac70\uc758 \uc81c\ub85c<\/td>\n<\/tr>\n<tr>\n<td class=\"item-label\">\ud68c\uc218 \uae30\uac04<\/td>\n<td>\uc5c6\uc74c<\/td>\n<td>\uc5c6\uc74c<\/td>\n<td class=\"highlight-cell\">1.8\u20134.5\ub144<\/td>\n<\/tr>\n<tr>\n<td class=\"item-label\">\uc218\uba85<\/td>\n<td>5\u20138\ub144<\/td>\n<td>5\u201310\ub144<\/td>\n<td class=\"highlight-cell\">15\u201320\ub144<\/td>\n<\/tr>\n<tr>\n<td class=\"item-label\">\uc548\uc804<\/td>\n<td>\uc815\uc804 \uc704\ud5d8<\/td>\n<td>\ud3ed\ubc1c\/\ub204\uc218 \uc704\ud5d8<\/td>\n<td class=\"highlight-cell\">\uc548\uc804\ud558\uace0 \uc548\uc815\uc801\uc784<\/td>\n<\/tr>\n<tr>\n<td class=\"item-label\">\uc9c0\uc18d \uac00\ub2a5\uc131<\/td>\n<td>\uc800\uc870\ud55c<\/td>\n<td>\uc800\uc870\ud55c<\/td>\n<td class=\"highlight-cell\">\uc6b0\uc218\ud55c<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"comparison-conclusion\">\n<p>\uc804\ud1b5 \ub09c\ubc29\uc740 \uc2dc\uac04\uc774 \uc9c0\ub0a0\uc218\ub85d \ube44\uc6a9\uc774 \ub354 \ube44\uc2f8\uc9d1\ub2c8\ub2e4.<br \/>\ud0dc\uc591\uad11\uc740 \uc0ac\uc6a9\ud560\uc218\ub85d \ub354 \uc800\ub834\ud574\uc9d1\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- FAQ Section --><\/p>\n<div class=\"faq-section\">\n<div class=\"faq-header\">\n        <span class=\"service-flow-badge\">8. \uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38<\/span><\/p>\n<h2 class=\"faq-title\">\uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38 (FAQ)<\/h2>\n<\/p><\/div>\n<div class=\"faq-grid\">\n<div class=\"faq-item\">\n<div class=\"faq-question\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n              <path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"><\/path>\n              <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line>\n            <\/svg><br \/>\n            Q1. \uc2dc\uc2a4\ud15c\uc774 \ud750\ub9ac\uac70\ub098 \uaca8\uc6b8 \ub0a0\uc528\uc5d0\ub3c4 \uc791\ub3d9\ud569\ub2c8\uae4c?\n          <\/div>\n<p class=\"faq-answer\">\ub124. \uc2dc\uc2a4\ud15c\uc740 \ubc31\uc5c5 \ud788\ud130 \ub610\ub294 \ud788\ud2b8\ud38c\ud504\uc640 \ud568\uaed8 \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud0dc\uc591\uad11\uc774 \uc8fc \uc5f4\uc6d0\uc744 \uc81c\uacf5\ud558\uba70, \ubcf4\uc870 \uc7a5\uce58\ub294 \ud544\uc694\ud560 \ub54c\ub9cc \uc791\ub3d9\ud569\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n              <path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"><\/path>\n              <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line>\n            <\/svg><br \/>\n            Q2. \ud22c\uc790 \ud68c\uc218 \uae30\uac04\uc740 \uc5bc\ub9c8\ub098 \ub429\ub2c8\uae4c?\n          <\/div>\n<p class=\"faq-answer\">\ub300\ubd80\ubd84\uc758 \uc0c1\uc5c5 \ud504\ub85c\uc81d\ud2b8: 2~5\ub144. \ub300\ud615 \ubd80\ud558 \uc801\uc6a9(\ud638\ud154, \uacf5\uc7a5): 1.8~3.5\ub144.<\/p>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n              <path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"><\/path>\n              <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line>\n            <\/svg><br \/>\n            Q3. \uc720\uc9c0\ubcf4\uc218\ub294 \ubcf5\uc7a1\ud569\ub2c8\uae4c?\n          <\/div>\n<p class=\"faq-answer\">\uc544\ub2c8\uc694. \ubc38\ube0c, \ud38c\ud504, \uc720\uccb4\uc758 \uc815\uae30 \uc810\uac80\uc740 \ub9e4\uc6b0 \uac04\ub2e8\ud569\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<div class=\"faq-item\">\n<div class=\"faq-question\">\n            <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n              <path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"><\/path>\n              <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line>\n            <\/svg><br \/>\n            Q4. \uad6d\uc81c \ud504\ub85c\uc81d\ud2b8\ub3c4 \uc9c0\uc6d0\ud569\ub2c8\uae4c?\n          <\/div>\n<p class=\"faq-answer\">\ub124. \uc6d0\uaca9 \uc124\uacc4, \uc124\uce58 \uc548\ub0b4, \ud45c\uc900 \ubd80\ud488, \uc720\ud1b5\uc5c5\uccb4 \ubc0f EPC \uad50\uc721\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- CTA Section --><\/p>\n<div class=\"cta-section\">\n<div class=\"cta-content\">\n        <span class=\"cta-badge\">9. \uc81c\uc548 \uc694\uccad \/ \uacac\uc801 \uc694\uccad<\/span><\/p>\n<h2 class=\"cta-title\">\uc81c\uc548 \uc694\uccad \/ \uacac\uc801 \uc694\uccad<\/h2>\n<p class=\"cta-description\">\ud504\ub85c\uc81d\ud2b8, \ud30c\ud2b8\ub108\uc2ed \ub610\ub294 \uae30\uc220 \ucee8\uc124\ud305\uc744 \uc704\ud574:<\/p>\n<div class=\"contact-grid\">\n<div class=\"contact-card\">\n<div class=\"contact-icon\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path>\n                <polyline points=\"22,6 12,13 2,6\"><\/polyline>\n              <\/svg>\n            <\/div>\n<div class=\"contact-label\">\uc774\uba54\uc77c<\/div>\n<div class=\"contact-value\">export@soletksolar.com<\/div>\n<\/p><\/div>\n<div class=\"contact-card\">\n<div class=\"contact-icon\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path>\n                <polyline points=\"9 22 9 12 15 12 15 22\"><\/polyline>\n              <\/svg>\n            <\/div>\n<div class=\"contact-label\">\ud68c\uc0ac<\/div>\n<div class=\"contact-value\">\uc0b0\ub3d9 \uc18c\ub809\uc2a4 \ud0dc\uc591\uad11 \uae30\uc220 \uc720\ud55c\ud68c\uc0ac<\/div>\n<\/p><\/div>\n<div class=\"contact-card\">\n<div class=\"contact-icon\">\n              <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"><\/path>\n                <circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle>\n              <\/svg>\n            <\/div>\n<div class=\"contact-label\">\uc8fc\uc18c<\/div>\n<div class=\"contact-value\">\uc911\uad6d \uc0b0\ub3d9\uc131 \ub370\uc800\uc6b0\uc2dc \uacbd\uc81c\uac1c\ubc1c\uad6c Jinghua Avenue 2228\ubc88\uc9c0, \uc6b0\ud3b8\ubc88\ud638 253000<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <button class=\"cta-button\"><br \/>\n          <span>\uac74\ubb3c \uc720\ud615 + \uac70\uc8fc\uc790 + \uc5d0\ub108\uc9c0 \uac00\uaca9\uc744 \uc54c\ub824\uc8fc\uc138\uc694<\/span><br \/>\n          <svg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n          <\/svg><br \/>\n        <\/button><\/p>\n<p class=\"cta-description\" style=\"margin-top: 25px; margin-bottom: 0;\">\uc6b0\ub9ac\ub294 \uc7ac\ubb34 \ubaa8\ub378\uacfc \uc2dc\uc2a4\ud15c \uc124\uacc4\ub97c \ubc18\ud658\ud569\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!--LEMONX_BLOCK_END:17--><\/p>","protected":false},"excerpt":{"rendered":"<p>Commercial Grade Solar Hot Water Systems High Efficiency, Real Returns Turn sunlight into stable hot water and guaranteed savings for 10\u201315 years. Built for hotels, factories, and commercial buildings demanding continuous performance and maximum energy independence. 45-70\u00b0C Output Temp 60-80% Cost Savings 10-15 Yrs Lifespan Zero Emissions Get Free Quote Explore Systems 15+ Years Warranty [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":179,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1270","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/service.soletksolar.com\/ko\/wp-json\/wp\/v2\/pages\/1270","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/service.soletksolar.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/service.soletksolar.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/service.soletksolar.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/service.soletksolar.com\/ko\/wp-json\/wp\/v2\/comments?post=1270"}],"version-history":[{"count":1,"href":"https:\/\/service.soletksolar.com\/ko\/wp-json\/wp\/v2\/pages\/1270\/revisions"}],"predecessor-version":[{"id":1271,"href":"https:\/\/service.soletksolar.com\/ko\/wp-json\/wp\/v2\/pages\/1270\/revisions\/1271"}],"up":[{"embeddable":true,"href":"https:\/\/service.soletksolar.com\/ko\/wp-json\/wp\/v2\/pages\/179"}],"wp:attachment":[{"href":"https:\/\/service.soletksolar.com\/ko\/wp-json\/wp\/v2\/media?parent=1270"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}