{"id":2060,"date":"2026-06-15T10:18:42","date_gmt":"2026-06-15T01:18:42","guid":{"rendered":"https:\/\/solenvision.ai\/?page_id=2060"},"modified":"2026-06-15T12:30:41","modified_gmt":"2026-06-15T03:30:41","slug":"%ec%a0%9c%ed%92%88%ec%86%8c%ea%b0%9c-ai-intelligence-platform","status":"publish","type":"page","link":"https:\/\/solenvision.ai\/en\/%ec%a0%9c%ed%92%88%ec%86%8c%ea%b0%9c-ai-intelligence-platform\/","title":{"rendered":"\uc81c\ud488\uc18c\uac1c (AI Intelligence Platform)"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2060\" class=\"elementor elementor-2060\" data-elementor-settings=\"{&quot;element_pack_global_tooltip_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true}}\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5258a70e e-flex e-con-boxed e-con e-parent\" data-id=\"5258a70e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-349e3404 elementor-widget elementor-widget-text-editor\" data-id=\"349e3404\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t&nbsp;\n\n<style>\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: 'Noto Sans KR', sans-serif;\n      background-color: #0f172a;\n      color: #e2e8f0;\n      line-height: 1.8;\n    }\n\n    .products-section {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 80px 40px;\n    }\n\n    .products-header {\n      text-align: center;\n      margin-bottom: 60px;\n    }\n\n    .products-label {\n      font-family: 'Inter', sans-serif;\n      font-size: 0.85rem;\n      font-weight: 500;\n      color: #f97316;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      margin-bottom: 15px;\n    }\n\n    .products-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 2.8rem;\n      font-weight: 500;\n      color: #f8fafc;\n      margin-bottom: 15px;\n    }\n\n    .products-subtitle {\n      font-size: 1rem;\n      color: #94a3b8;\n      font-weight: 300;\n    }\n\n    .products-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 30px;\n    }\n\n    .product-card {\n      position: relative;\n      border-radius: 16px;\n      overflow: hidden;\n      background: #1e293b;\n      cursor: pointer;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n      text-decoration: none;\n      display: block;\n    }\n\n    .product-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);\n    }\n\n    .product-card.vi-only {\n      display: none;\n    }\n\n    .products-section.is-vietnamese .product-card.vi-only {\n      display: block;\n    }\n\n    .product-image {\n      position: relative;\n      width: 100%;\n      height: 320px;\n      overflow: hidden;\n      background: #0f172a;\n    }\n\n    .product-image img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: transform 0.5s ease;\n    }\n\n    .product-card:hover .product-image img {\n      transform: scale(1.08);\n    }\n\n    .product-image::after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      height: 50%;\n      background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, transparent 100%);\n      pointer-events: none;\n    }\n\n    .product-info {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0;\n      padding: 25px 30px;\n      z-index: 1;\n    }\n\n    .product-name {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.8rem;\n      font-weight: 600;\n      color: #f8fafc;\n      margin-bottom: 8px;\n    }\n\n    .product-desc {\n      font-size: 0.9rem;\n      color: #94a3b8;\n      line-height: 1.6;\n    }\n\n    .product-tag {\n      display: inline-block;\n      padding: 4px 12px;\n      background: rgba(249, 115, 22, 0.2);\n      border: 1px solid rgba(249, 115, 22, 0.4);\n      border-radius: 15px;\n      font-size: 0.75rem;\n      color: #fbbf24;\n      margin-bottom: 10px;\n    }\n\n    @media (max-width: 900px) {\n      .products-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .product-image {\n        height: 280px;\n      }\n    }\n\n    @media (max-width: 600px) {\n      .products-section {\n        padding: 60px 20px;\n      }\n\n      .products-title {\n        font-size: 2.2rem;\n      }\n\n      .product-image {\n        height: 240px;\n      }\n\n      .product-name {\n        font-size: 1.5rem;\n      }\n    }\n<\/style>\n\n<section class=\"products-section\" id=\"productsSection\">\n  <header class=\"products-header\">\n    <p class=\"products-label\">Products<\/p>\n    <h1 class=\"products-title\">INTELLIGENCE Product Lineup<\/h1>\n    <p class=\"products-subtitle\">Intelligent solutions that understand space and people<\/p>\n  <\/header>\n\n  <div class=\"products-grid\">\n\n    <a href=\"https:\/\/solenvision.ai\/en\/%eb%a9%80%ed%8b%b0%eb%aa%a8%eb%8b%ac-%ec%9d%b8%ed%85%94%eb%a6%ac%ec%a0%84%ec%8a%a4\/\" class=\"product-card\">\n      <div class=\"product-image\">\n        <img decoding=\"async\" src=\"http:\/\/solenvision.ai\/wp-content\/uploads\/2026\/01\/watch-scaled.png\" alt=\"\uba40\ud2f0 \ubaa8\ub2ec \uc778\ud154\ub9ac\uc804\uc2a4\" \/>\n      <\/div>\n      <div class=\"product-info\">\n        <span class=\"product-tag\">CORE AI<\/span>\n        <h3 class=\"product-name\">Multimodal Intelligence<\/h3>\n        <p class=\"product-desc\">Integrated AI analytics engine for video, language, and sensors<\/p>\n      <\/div>\n    <\/a>\n\n    <a href=\"https:\/\/solenvision.ai\/en\/products\/geo-vision\/\" class=\"product-card vi-only\">\n      <div class=\"product-image\">\n        <img decoding=\"async\" src=\"http:\/\/solenvision.ai\/wp-content\/uploads\/2026\/01\/page-01.svg\" alt=\"Geo Vision\" \/>\n      <\/div>\n      <div class=\"product-info\">\n        <span class=\"product-tag\">DIGITAL MAP<\/span>\n        <h3 class=\"product-name\">Geo Vision<\/h3>\n        <p class=\"product-desc\">Digital map software for camera management and live monitoring.<\/p>\n      <\/div>\n    <\/a>\n\n    <a href=\"https:\/\/solenvision.ai\/en\/products\/audio-sense\/\" class=\"product-card vi-only\">\n      <div class=\"product-image\">\n        <img decoding=\"async\" src=\"http:\/\/solenvision.ai\/wp-content\/uploads\/2026\/06\/page-01.svg\" alt=\"Audio Sense\" \/>\n      <\/div>\n      <div class=\"product-info\">\n        <span class=\"product-tag\">AUDIO ANALYTICS<\/span>\n        <h3 class=\"product-name\">Audio Sense<\/h3>\n        <p class=\"product-desc\">AI audio analytics software that turns camera audio into searchable intelligence.<\/p>\n      <\/div>\n    <\/a>\n\n    <a href=\"https:\/\/solenvision.ai\/en\/products\/insight-hub\/\" class=\"product-card vi-only\">\n      <div class=\"product-image\">\n        <img decoding=\"async\" src=\"http:\/\/solenvision.ai\/wp-content\/uploads\/2026\/06\/page-01-1.svg\" alt=\"Insight Hub\" \/>\n      <\/div>\n      <div class=\"product-info\">\n        <span class=\"product-tag\">INTELLIGENCE<\/span>\n        <h3 class=\"product-name\">Insight Hub<\/h3>\n        <p class=\"product-desc\">Intelligence aggregation and case coordination software for multi-agency operations.<\/p>\n      <\/div>\n    <\/a>\n\n  <\/div>\n<\/section>\n\n<script>\n  const productsSection = document.getElementById('productsSection');\n\n  const htmlLang = (document.documentElement.getAttribute('lang') || '').toLowerCase();\n  const path = window.location.pathname.toLowerCase();\n  const search = window.location.search.toLowerCase();\n\n  const isVietnamese =\n    htmlLang.indexOf('vi') === 0 ||\n    path === '\/vi' ||\n    path.indexOf('\/vi\/') === 0 ||\n    search.indexOf('lang=vi') !== -1;\n\n  if (isVietnamese) {\n    productsSection.classList.add('is-vietnamese');\n  }\n<\/script>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>&nbsp; Products \uc81c\ud488 \uc18c\uac1c \uacf5\uac04\uacfc \uc0ac\ub78c\uc744 \uc774\ud574\ud558\ub294 \uc9c0\ub2a5\ud615 \uc194\ub8e8\uc158 CORE AI \uba40\ud2f0 \ubaa8\ub2ec \uc778\ud154\ub9ac\uc804\uc2a4 \uc601\uc0c1\u00b7\uc5b8\uc5b4\u00b7\uc13c\uc11c \ud1b5\ud569 AI \ubd84\uc11d \uc5d4\uc9c4 DIGITAL MAP Geo [&hellip;]<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":10,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2060","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/solenvision.ai\/en\/wp-json\/wp\/v2\/pages\/2060","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solenvision.ai\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/solenvision.ai\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/solenvision.ai\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/solenvision.ai\/en\/wp-json\/wp\/v2\/comments?post=2060"}],"version-history":[{"count":19,"href":"https:\/\/solenvision.ai\/en\/wp-json\/wp\/v2\/pages\/2060\/revisions"}],"predecessor-version":[{"id":2113,"href":"https:\/\/solenvision.ai\/en\/wp-json\/wp\/v2\/pages\/2060\/revisions\/2113"}],"wp:attachment":[{"href":"https:\/\/solenvision.ai\/en\/wp-json\/wp\/v2\/media?parent=2060"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}