{"id":25606,"date":"2026-05-18T20:00:39","date_gmt":"2026-05-18T12:00:39","guid":{"rendered":"https:\/\/www.iweaver.ai\/?page_id=25606"},"modified":"2026-05-18T20:00:41","modified_gmt":"2026-05-18T12:00:41","slug":"ai-document-workflow","status":"publish","type":"page","link":"https:\/\/www.iweaver.ai\/ko\/solutions\/ai-document-workflow\/","title":{"rendered":"\ubb38\uc11c \uc6cc\ud06c\ud50c\ub85c"},"content":{"rendered":"<style>\n.iw-page {\n  font-family: inherit;\n  color: #162033;\n  background: #fff;\n}\n\n.iw-container {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 0 20px;\n}\n\n.iw-hero {\n  padding: 72px 0;\n  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);\n}\n\n.iw-hero-grid {\n  display: grid;\n  grid-template-columns: 1.05fr 0.95fr;\n  gap: 48px;\n  align-items: center;\n}\n\n.iw-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  padding: 6px 12px;\n  border-radius: 999px;\n  background: #eaf3ff;\n  color: #2563eb;\n  font-size: 14px;\n  font-weight: 600;\n  margin-bottom: 18px;\n}\n\n.iw-hero h1 {\n  font-size: 52px;\n  line-height: 1.08;\n  letter-spacing: -0.04em;\n  margin: 0 0 20px;\n  color: #0f172a;\n}\n\n.iw-hero p {\n  font-size: 18px;\n  line-height: 1.7;\n  color: #526174;\n  margin: 0 0 28px;\n}\n\n.iw-btn-row {\n  display: flex;\n  gap: 14px;\n  flex-wrap: wrap;\n}\n\n.iw-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 46px;\n  padding: 0 22px;\n  border-radius: 12px;\n  font-size: 15px;\n  font-weight: 700;\n  text-decoration: none;\n  transition: all .2s ease;\n  cursor: pointer;\n  border: 1px solid transparent;\n}\n\n.iw-btn-primary {\n  background: #2563eb;\n  color: #fff !important;\n}\n\n.iw-btn-primary:hover {\n  background: #1d4ed8;\n  transform: translateY(-2px);\n}\n\n.iw-btn-secondary {\n  background: #fff;\n  color: #2563eb !important;\n  border-color: #cfe0ff;\n}\n\n.iw-btn-secondary:hover {\n  border-color: #2563eb;\n  transform: translateY(-2px);\n}\n\n.iw-section {\n  padding: 72px 0;\n}\n\n.iw-section-soft {\n  background: #f7faff;\n}\n\n.iw-section-head {\n  text-align: center;\n  max-width: 780px;\n  margin: 0 auto 42px;\n}\n\n.iw-section-head h2 {\n  font-size: 38px;\n  line-height: 1.18;\n  letter-spacing: -0.03em;\n  margin: 0 0 14px;\n  color: #0f172a;\n}\n\n.iw-section-head p {\n  font-size: 17px;\n  color: #5b687a;\n  line-height: 1.7;\n  margin: 0;\n}\n\n.iw-card-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 20px;\n}\n\n.iw-card {\n  background: #fff;\n  border: 1px solid #e5edf8;\n  border-radius: 18px;\n  padding: 24px;\n  transition: all .2s ease;\n  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);\n}\n\n.iw-card:hover {\n  transform: translateY(-4px);\n  border-color: #9ec5ff;\n  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.1);\n}\n\n.iw-card-icon {\n  width: 42px;\n  height: 42px;\n  border-radius: 12px;\n  background: #eef5ff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 14px;\n  font-size: 22px;\n}\n\n.iw-card h3 {\n  font-size: 18px;\n  margin: 0 0 8px;\n  color: #0f172a;\n}\n\n.iw-card p {\n  font-size: 15px;\n  line-height: 1.6;\n  color: #64748b;\n  margin: 0 0 16px;\n}\n\n.iw-card a {\n  font-weight: 700;\n  color: #2563eb;\n  text-decoration: none;\n}\n\n.iw-tool-box {\n  background: #fff;\n  border: 1px solid #dbe8fb;\n  border-radius: 24px;\n  padding: 22px;\n  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.12);\n}\n\n.iw-tabs {\n  display: flex;\n  gap: 8px;\n  background: #f2f6fb;\n  padding: 6px;\n  border-radius: 14px;\n  margin-bottom: 18px;\n}\n\n.iw-tab {\n  flex: 1;\n  border: 0;\n  background: transparent;\n  padding: 11px 12px;\n  border-radius: 10px;\n  color: #64748b;\n  font-weight: 700;\n  cursor: pointer;\n}\n\n.iw-tab.active {\n  background: #fff;\n  color: #2563eb;\n  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);\n}\n\n.iw-tab-panel {\n  display: none;\n}\n\n.iw-tab-panel.active {\n  display: block;\n  animation: iwFade .2s ease;\n}\n\n@keyframes iwFade {\n  from { opacity: 0; transform: translateY(4px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n.iw-dropzone {\n  border: 1.5px dashed #b8cdf0;\n  background: #f8fbff;\n  border-radius: 18px;\n  padding: 34px 20px;\n  text-align: center;\n  color: #526174;\n  margin-bottom: 14px;\n}\n\n.iw-dropzone strong {\n  display: block;\n  color: #0f172a;\n  font-size: 17px;\n  margin-bottom: 6px;\n}\n\n.iw-input,\n.iw-textarea {\n  width: 100%;\n  border: 1px solid #dbe5f3;\n  border-radius: 14px;\n  padding: 14px 16px;\n  font-size: 15px;\n  outline: none;\n  box-sizing: border-box;\n}\n\n.iw-textarea {\n  min-height: 156px;\n  resize: vertical;\n}\n\n.iw-input:focus,\n.iw-textarea:focus {\n  border-color: #2563eb;\n  box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);\n}\n\n.iw-full-btn {\n  width: 100%;\n  margin-top: 14px;\n}\n\n.iw-muted {\n  font-size: 13px;\n  color: #8090a4;\n  margin-top: 10px;\n}\n\n.iw-format-layout,\n.iw-before-after,\n.iw-role-layout {\n  display: grid;\n  grid-template-columns: 0.9fr 1.1fr;\n  gap: 28px;\n  align-items: stretch;\n}\n\n.iw-format-list,\n.iw-role-list {\n  display: grid;\n  gap: 12px;\n}\n\n.iw-format-btn,\n.iw-role-btn {\n  text-align: left;\n  border: 1px solid #e5edf8;\n  background: #fff;\n  border-radius: 14px;\n  padding: 16px 18px;\n  cursor: pointer;\n  font-weight: 700;\n  color: #334155;\n  transition: all .2s ease;\n}\n\n.iw-format-btn.active,\n.iw-role-btn.active {\n  border-color: #2563eb;\n  background: #eef5ff;\n  color: #2563eb;\n}\n\n.iw-preview {\n  background: #0f172a;\n  color: #e5edff;\n  border-radius: 22px;\n  padding: 28px;\n  min-height: 280px;\n}\n\n.iw-preview h3 {\n  color: #fff;\n  margin: 0 0 16px;\n}\n\n.iw-preview ul {\n  margin: 0;\n  padding-left: 20px;\n}\n\n.iw-preview li {\n  margin-bottom: 10px;\n  line-height: 1.6;\n}\n\n.iw-process {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 22px;\n}\n\n.iw-step {\n  position: relative;\n  background: #fff;\n  border: 1px solid #e5edf8;\n  border-radius: 18px;\n  padding: 26px;\n}\n\n.iw-step-num {\n  width: 34px;\n  height: 34px;\n  background: #2563eb;\n  color: #fff;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 800;\n  margin-bottom: 16px;\n}\n\n.iw-scenario-tabs,\n.iw-filter-tabs {\n  display: flex;\n  gap: 10px;\n  justify-content: center;\n  flex-wrap: wrap;\n  margin-bottom: 28px;\n}\n\n.iw-chip {\n  border: 1px solid #dbe5f3;\n  background: #fff;\n  color: #526174;\n  padding: 10px 15px;\n  border-radius: 999px;\n  cursor: pointer;\n  font-weight: 700;\n}\n\n.iw-chip.active {\n  background: #2563eb;\n  color: #fff;\n  border-color: #2563eb;\n}\n\n.iw-scenario-box {\n  background: #fff;\n  border: 1px solid #e5edf8;\n  border-radius: 22px;\n  padding: 30px;\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.iw-table-wrap {\n  overflow-x: auto;\n}\n\n.iw-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: #fff;\n  border: 1px solid #e5edf8;\n  border-radius: 18px;\n  overflow: hidden;\n}\n\n.iw-table th,\n.iw-table td {\n  padding: 16px;\n  border-bottom: 1px solid #edf2f7;\n  text-align: left;\n  font-size: 15px;\n}\n\n.iw-table th {\n  background: #f4f8ff;\n  color: #0f172a;\n}\n\n.iw-table tr:hover td {\n  background: #f8fbff;\n}\n\n.iw-highlight-col {\n  color: #2563eb;\n  font-weight: 800;\n}\n\n.iw-faq {\n  max-width: 860px;\n  margin: 0 auto;\n}\n\n.iw-faq-item {\n  border: 1px solid #e5edf8;\n  border-radius: 16px;\n  background: #fff;\n  margin-bottom: 12px;\n  overflow: hidden;\n}\n\n.iw-faq-q {\n  width: 100%;\n  text-align: left;\n  border: 0;\n  background: #fff;\n  padding: 18px 20px;\n  font-weight: 800;\n  color: #0f172a;\n  cursor: pointer;\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n}\n\n.iw-faq-a {\n  display: none;\n  padding: 0 20px 20px;\n  color: #64748b;\n  line-height: 1.7;\n}\n\n.iw-faq-item.active .iw-faq-a {\n  display: block;\n}\n\n.iw-workflow-visual {\n  background: #fff;\n  border: 1px solid #dbe8fb;\n  border-radius: 24px;\n  padding: 24px;\n  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.12);\n}\n\n.iw-flow-node {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  padding: 14px 16px;\n  background: #f8fbff;\n  border: 1px solid #e2ecfb;\n  border-radius: 16px;\n  margin-bottom: 12px;\n  transition: all .2s ease;\n  cursor: pointer;\n}\n\n.iw-flow-node:hover,\n.iw-flow-node.active {\n  background: #eef5ff;\n  border-color: #2563eb;\n  transform: translateX(4px);\n}\n\n.iw-flow-dot {\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  background: #2563eb;\n  color: #fff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 13px;\n  font-weight: 800;\n}\n\n.iw-template-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 22px;\n}\n\n.iw-template-card {\n  background: #fff;\n  border: 1px solid #e5edf8;\n  border-radius: 20px;\n  padding: 24px;\n  transition: all .2s ease;\n}\n\n.iw-template-card:hover {\n  transform: translateY(-4px);\n  border-color: #2563eb;\n  box-shadow: 0 16px 36px rgba(37,99,235,.1);\n}\n\n.iw-template-meta {\n  display: grid;\n  gap: 10px;\n  margin: 16px 0;\n  color: #64748b;\n  font-size: 14px;\n}\n\n.iw-flow-line {\n  display: grid;\n  grid-template-columns: repeat(6, 1fr);\n  gap: 12px;\n}\n\n.iw-flow-step {\n  background: #fff;\n  border: 1px solid #e5edf8;\n  border-radius: 16px;\n  padding: 18px 12px;\n  text-align: center;\n  cursor: pointer;\n  font-weight: 800;\n}\n\n.iw-flow-step.active {\n  background: #2563eb;\n  color: #fff;\n  border-color: #2563eb;\n}\n\n.iw-flow-detail {\n  margin-top: 22px;\n  background: #fff;\n  border: 1px solid #e5edf8;\n  border-radius: 20px;\n  padding: 26px;\n}\n\n@media (max-width: 980px) {\n  .iw-hero-grid,\n  .iw-format-layout,\n  .iw-before-after,\n  .iw-role-layout {\n    grid-template-columns: 1fr;\n  }\n\n  .iw-card-grid,\n  .iw-template-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .iw-process {\n    grid-template-columns: 1fr;\n  }\n\n  .iw-flow-line {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .iw-hero h1 {\n    font-size: 40px;\n  }\n}\n\n@media (max-width: 640px) {\n  .iw-hero {\n    padding: 48px 0;\n  }\n\n  .iw-section {\n    padding: 52px 0;\n  }\n\n  .iw-card-grid,\n  .iw-template-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .iw-flow-line {\n    grid-template-columns: 1fr;\n  }\n\n  .iw-section-head h2 {\n    font-size: 30px;\n  }\n\n  .iw-hero h1 {\n    font-size: 34px;\n  }\n}\n<\/style>\n\n<style>\n\/* WP HTML Block Fix *\/\n.iw-page,\n.iw-page * {\n  box-sizing: border-box;\n}\n\n.iw-page {\n  width: 100%;\n  overflow-x: hidden;\n  font-size: 16px;\n  line-height: 1.5;\n}\n\n.iw-page h1,\n.iw-page h2,\n.iw-page h3,\n.iw-page p,\n.iw-page ul,\n.iw-page li {\n  padding: 0;\n}\n\n.iw-page p {\n  font-size: 16px !important;\n  line-height: 1.65 !important;\n  margin: 0 0 14px !important;\n  color: #526174;\n}\n\n.iw-page a {\n  text-decoration: none !important;\n}\n\n.iw-page button,\n.iw-page a {\n  font-family: inherit !important;\n}\n\n\/* Hero *\/\n.iw-hero h1 {\n  font-size: clamp(34px, 5vw, 52px) !important;\n  line-height: 1.12 !important;\n  letter-spacing: 0 !important;\n}\n\n.iw-hero p {\n  font-size: 18px !important;\n  max-width: 620px;\n}\n\n\/* Section title *\/\n.iw-section-head h2 {\n  font-size: clamp(30px, 4vw, 38px) !important;\n  line-height: 1.22 !important;\n  letter-spacing: 0 !important;\n}\n\n.iw-section-head p {\n  font-size: 17px !important;\n}\n\n\/* Buttons *\/\n.iw-btn {\n  min-height: 46px !important;\n  height: auto !important;\n  padding: 12px 22px !important;\n  font-size: 15px !important;\n  line-height: 1.2 !important;\n}\n\n\/* Role section fix *\/\n.iw-role-layout {\n  align-items: start !important;\n}\n\n.iw-role-list {\n  align-content: start;\n}\n\n.iw-role-btn {\n  width: 100%;\n  min-height: 54px !important;\n  height: auto !important;\n  padding: 15px 18px !important;\n  font-size: 16px !important;\n  line-height: 1.25 !important;\n  display: flex !important;\n  align-items: center !important;\n  justify-content: flex-start !important;\n  appearance: none;\n  -webkit-appearance: none;\n}\n\n\/* Preview card text fix *\/\n.iw-preview {\n  min-height: auto !important;\n  padding: 30px !important;\n}\n\n.iw-preview h3 {\n  font-size: 28px !important;\n  line-height: 1.25 !important;\n  margin: 0 0 20px !important;\n}\n\n.iw-preview p {\n  font-size: 16px !important;\n  line-height: 1.7 !important;\n  color: #dbeafe !important;\n  margin: 0 0 14px !important;\n}\n\n.iw-preview strong {\n  font-size: inherit !important;\n  line-height: inherit !important;\n  color: #ffffff !important;\n}\n\n.iw-preview .iw-btn {\n  margin-top: 10px;\n}\n\n\/* Cards *\/\n.iw-card h3,\n.iw-template-card h3,\n.iw-flow-detail h3,\n.iw-scenario-box h3 {\n  font-size: 20px !important;\n  line-height: 1.3 !important;\n  margin: 0 0 10px !important;\n}\n\n.iw-card p,\n.iw-template-card p,\n.iw-flow-detail p,\n.iw-scenario-box p {\n  font-size: 15px !important;\n  line-height: 1.65 !important;\n}\n\n\/* FAQ *\/\n.iw-faq-q {\n  min-height: auto !important;\n  font-size: 16px !important;\n  line-height: 1.45 !important;\n}\n\n.iw-faq-a {\n  font-size: 15px !important;\n}\n\n\/* Mobile *\/\n@media (max-width: 980px) {\n  .iw-role-layout {\n    gap: 22px;\n  }\n\n  .iw-preview {\n    padding: 24px !important;\n  }\n}\n\n@media (max-width: 640px) {\n  .iw-container {\n    padding: 0 16px;\n  }\n\n  .iw-hero,\n  .iw-section {\n    padding: 46px 0;\n  }\n\n  .iw-role-btn {\n    min-height: 48px !important;\n    font-size: 15px !important;\n  }\n\n  .iw-preview h3 {\n    font-size: 24px !important;\n  }\n\n  .iw-preview p {\n    font-size: 15px !important;\n  }\n}\n<\/style>\n\n\n\n<section class=\"iw-doc-hero\">\n  <div class=\"iw-doc-hero__glow\"><\/div>\n\n  <div class=\"iw-doc-hero__inner\">\n\n    <div class=\"iw-doc-hero__badge\">\n      \u26a1\ufe0f \ucc28\uc138\ub300 AI \ubb38\uc11c \uc5d4\uc9c4\n    <\/div>\n\n    <h2 class=\"iw-doc-hero__title\">\n      \ubaa8\ub4e0 \ubb38\uc11c \uc791\uc5c5\uc5d0 \ub300\ud55c \ud558\ub098\uc758 \uc6cc\ud06c\ud50c\ub85c\n    <\/h2>\n\n    <div class=\"iw-doc-hero__content\">\n\n      <p class=\"iw-doc-hero__lead\">\n        \ubb38\uc11c\ub97c \uc218\ub3d9\uc73c\ub85c \uc77d\ub294 \ub370\ub294 \uc2dc\uac04\uc774 \ub9ce\uc774 \uac78\ub9bd\ub2c8\ub2e4. \ud2b9\ud788 \uc815\ubcf4\uac00 PDF, \uc2ac\ub77c\uc774\ub4dc, \ubcf4\uace0\uc11c, \uacc4\uc57d\uc11c, \ud68c\uc758\ub85d, \uc2a4\ud06c\ub9b0\uc0f7 \ub4f1 \uc5ec\ub7ec \ubb38\uc11c\uc5d0 \ud769\uc5b4\uc838 \uc788\uc744 \ub54c\ub294 \ub354\uc6b1 \uadf8\ub807\uc2b5\ub2c8\ub2e4.\n      <\/p>\n\n      <p class=\"iw-doc-hero__text\">\n        <strong>iWeaver<\/strong> \ud769\uc5b4\uc838 \uc788\ub294 \ud30c\uc77c\uc744 \uad6c\uc870\ud654\ub41c \uc9c0\uc2dd\uc73c\ub85c \ubcc0\ud658\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4. \ubb38\uc11c\ub97c \ud55c \ubc88 \uc5c5\ub85c\ub4dc\ud55c \ud6c4, \ub0b4\uc6a9\uc744 \uc694\uc57d\ud558\uace0, \ud575\uc2ec \uc815\ubcf4\ub97c \ucd94\ucd9c\ud558\uace0, \uc9c8\ubb38\uc744 \uc0dd\uc131\ud558\uace0, \ubcf4\uace0\uc11c\ub97c \ub9cc\ub4e4\uace0, \ub9c8\uc778\ub4dc \ub9f5\uc744 \uc791\uc131\ud558\uace0, \ubaa8\ub4e0 \uac83\uc744 \uac80\uc0c9 \uac00\ub2a5\ud55c \uc9c0\uc2dd \uae30\ubc18\uc73c\ub85c \uc815\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n      <\/p>\n\n    <\/div>\n\n    <div class=\"iw-doc-hero__cta\">\n\n      <a\n        href=\"https:\/\/www.iweaver.ai\/app\/chat\/0\/\"\n        target=\"_blank\"\n        rel=\"noopener noreferrer\"\n        class=\"iw-doc-hero__button\"\n      >\n        \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uc138\uc694\n      <\/a>\n\n      <span class=\"iw-doc-hero__tip\">\n        \ubc18\ubcf5\uc801\uc778 \ubb38\uc11c \uc791\uc5c5\uc744 \uc989\uc2dc \uc904\uc774\uc138\uc694.\n      <\/span>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n.iw-doc-hero,\n.iw-doc-hero * {\n  box-sizing: border-box;\n}\n\n.iw-doc-hero {\n  position: relative;\n  width: 100%;\n  overflow: hidden;\n  padding: 96px 24px;\n  background: #f8fafc;\n  text-align: center;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n}\n\n.iw-doc-hero__glow {\n  position: absolute;\n  top: -260px;\n  left: 50%;\n  transform: translateX(-50%);\n  width: 620px;\n  height: 620px;\n  background: radial-gradient(\n    circle,\n    rgba(99,102,241,0.12) 0%,\n    rgba(248,250,252,0) 68%\n  );\n  pointer-events: none;\n}\n\n.iw-doc-hero__inner {\n  position: relative;\n  z-index: 2;\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.iw-doc-hero__badge {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  margin-bottom: 26px;\n  padding: 7px 16px;\n\n  border-radius: 999px;\n\n  background: rgba(79,70,229,0.06);\n  border: 1px solid rgba(79,70,229,0.16);\n\n  color: #4f46e5;\n  font-size: 14px;\n  font-weight: 600;\n  line-height: 1.4;\n}\n\n.iw-doc-hero__title {\n  display: block !important;\n\n  width: 100% !important;\n  max-width: 800px !important;\n\n  margin: 0 auto 28px !important;\n  padding: 0 !important;\n\n  font-size: 52px !important;\n  font-weight: 800 !important;\n  line-height: 1.12 !important;\n  letter-spacing: -0.04em !important;\n\n  text-align: center !important;\n\n  color: #0f172a !important;\n\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif !important;\n\n  background: linear-gradient(\n    135deg,\n    #2563eb 15%,\n    #7c3aed 90%\n  );\n\n  -webkit-background-clip: text;\n  background-clip: text;\n  -webkit-text-fill-color: transparent;\n}\n\n.iw-doc-hero__content {\n  max-width: 740px;\n  margin: 0 auto 40px;\n}\n\n.iw-doc-hero__content p {\n  margin-top: 0;\n}\n\n.iw-doc-hero__lead {\n  margin-bottom: 18px;\n\n  color: #334155;\n  font-size: 18px;\n  font-weight: 500;\n  line-height: 1.75;\n}\n\n.iw-doc-hero__text {\n  margin-bottom: 0;\n\n  color: #475569;\n  font-size: 16px;\n  line-height: 1.8;\n}\n\n.iw-doc-hero__cta {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 12px;\n}\n\n.iw-doc-hero__button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  min-width: 180px;\n\n  padding: 14px 42px;\n\n  border-radius: 10px;\n\n  background: linear-gradient(\n    135deg,\n    #2563eb 0%,\n    #6366f1 100%\n  );\n\n  color: #ffffff !important;\n\n  text-decoration: none !important;\n\n  font-size: 17px;\n  font-weight: 700;\n  line-height: 1.3;\n\n  box-shadow:\n    0 14px 28px rgba(37,99,235,0.22);\n\n  transition:\n    transform 0.25s ease,\n    box-shadow 0.25s ease,\n    background 0.25s ease;\n}\n\n.iw-doc-hero__button:hover {\n  color: #ffffff !important;\n\n  background: linear-gradient(\n    135deg,\n    #1d4ed8 0%,\n    #4f46e5 100%\n  );\n\n  box-shadow:\n    0 18px 34px rgba(37,99,235,0.28);\n\n  transform: translateY(-2px);\n}\n\n.iw-doc-hero__tip {\n  color: #64748b;\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n@media (max-width: 768px) {\n\n  .iw-doc-hero {\n    padding: 64px 18px;\n  }\n\n  .iw-doc-hero__title {\n    font-size: 34px !important;\n    line-height: 1.2 !important;\n  }\n\n  .iw-doc-hero__lead {\n    font-size: 16px;\n  }\n\n  .iw-doc-hero__text {\n    font-size: 15px;\n  }\n\n  .iw-doc-hero__button {\n    width: 100%;\n    max-width: 320px;\n  }\n\n}\n\n@media (max-width: 480px) {\n\n  .iw-doc-hero {\n    padding: 56px 16px;\n  }\n\n  .iw-doc-hero__title {\n    font-size: 30px !important;\n  }\n\n  .iw-doc-hero__badge {\n    font-size: 13px;\n  }\n\n}\n<\/style>\n\n\n\n<section class=\"iw-section-workflow\">\n    <div class=\"iw-workflow-container\">        \n        <h2 class=\"iw-workflow-title\">AI \ubb38\uc11c \uc6cc\ud06c\ud50c\ub85c\uc6b0\ub780 \ubb34\uc5c7\uc778\uac00\uc694?<\/h2>\n        \n        <div class=\"iw-workflow-intro\">\n            <p class=\"lead\">AI \ubb38\uc11c \uc6cc\ud06c\ud50c\ub85c\ub294 \uc5ec\ub7ec \ubb38\uc11c \uc791\uc5c5\uc744 \ud558\ub098\uc758 \uc5f0\uc18d\uc801\uc778 \ud504\ub85c\uc138\uc2a4\ub85c \uc5f0\uacb0\ud569\ub2c8\ub2e4.<\/p>\n            <p class=\"main-text\">\uc694\uc57d, \ucd94\ucd9c, \uba54\ubaa8 \uc791\uc131 \ubc0f \ubcf4\uace0\ub97c \uc704\ud574 \uac01\uac01 \ub2e4\ub978 \ub3c4\uad6c\ub97c \ubc88\uac08\uc544 \uc0ac\uc6a9\ud558\ub294 \ub300\uc2e0, <strong>iWeaver<\/strong> \uc0ac\uc6a9\uc790\uac00 \uc804\uccb4 \uc6cc\ud06c\ud50c\ub85c\uc6b0\ub97c \ud55c \uacf3\uc5d0\uc11c \ucc98\ub9ac\ud560 \uc218 \uc788\ub3c4\ub85d \ud569\ub2c8\ub2e4.<\/p>\n        <\/div>\n\n        <div class=\"iw-workflow-features\">\n            <p class=\"iw-features-label\">\uc77c\ubc18\uc801\uc778 \ubb38\uc11c \uc6cc\ud06c\ud50c\ub85c\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/p>\n            <ul class=\"iw-features-list\">\n                <li>\n                    <span class=\"iw-icon-wrapper\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\uae34 PDF \ud30c\uc77c \uc77d\uae30<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\ud575\uc2ec \uc815\ubcf4\ub97c \ube60\ub974\uac8c \ucc3e\uae30<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\ud14c\uc774\ube14, \uc808, \ub0a0\uc9dc \ubc0f \uc2e4\ud589 \ud56d\ubaa9 \ucd94\ucd9c<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\ubb38\uc11c\uc5d0 \ub300\ud574 \uc9c8\ubb38\ud558\uae30<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\ud30c\uc77c\uc744 \ubcf4\uace0\uc11c \ub610\ub294 \uc2dc\uac01\uc801 \uc694\uc57d\uc73c\ub85c \ubcc0\ud658<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\uacb0\uacfc\ub97c \uc7ac\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc9c0\uc2dd \uae30\ubc18\uc5d0 \uc800\uc7a5<\/span>\n                <\/li>\n            <\/ul>\n        <\/div>\n\n        <div class=\"iw-workflow-footer\">\n            <p>iWeaver\ub294 \ubb38\uc11c, \uc2ac\ub77c\uc774\ub4dc, \uba54\ubaa8, \uc774\ubbf8\uc9c0, \ub179\ucde8\ub85d \ubc0f \uc6f9 \ucf58\ud150\uce20\ub97c \ud558\ub098\uc758 \uc5f0\uacb0\ub41c \uc6cc\ud06c\ud50c\ub85c \ub0b4\uc5d0\uc11c \uc9c0\uc6d0\ud569\ub2c8\ub2e4.<\/p>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-section-workflow {\n    background-color: #ffffff;\n    padding: 80px 24px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n}\n.iw-workflow-container {\n    max-width: 800px;\n    margin: 0 auto;\n}\n.iw-workflow-badge {\n    display: inline-block;\n    padding: 4px 12px;\n    background: rgba(37, 99, 235, 0.05);\n    border: 1px solid rgba(37, 99, 235, 0.1);\n    color: #2563eb;\n    font-size: 12px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    border-radius: 6px;\n    margin-bottom: 16px;\n}\n.iw-workflow-title {\n    font-size: 36px;\n    font-weight: 800;\n    color: #0f172a;\n    line-height: 1.2;\n    margin: 0 0 24px 0;\n    letter-spacing: -0.5px;\n    text-align: center;\n}\n.iw-workflow-intro {\n    margin-bottom: 32px;\n    text-align: center;\n}\n.iw-workflow-intro p {\n    line-height: 1.7;\n    margin: 0 0 16px 0;\n}\n.iw-workflow-intro .lead {\n    color: #1e293b;\n    font-size: 20px;\n    font-weight: 500;\n}\n.iw-workflow-intro .main-text {\n    color: #475569;\n    font-size: 16px;\n}\n.iw-features-label {\n    font-size: 16px;\n    font-weight: 600;\n    color: #0f172a;\n    margin-bottom: 16px;\n}\n.iw-features-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 40px 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 14px;\n}\n.iw-features-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n}\n.iw-icon-wrapper {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background: rgba(99, 102, 241, 0.1);\n    color: #6366f1;\n    flex-shrink: 0;\n    margin-top: 2px;\n}\n.iw-feature-text {\n    color: #334155;\n    font-size: 16px;\n    line-height: 1.5;\n}\n.iw-workflow-footer {\n    padding: 20px 24px;\n    background: linear-gradient(135deg, rgba(37, 99, 235, 0.03) 0%, rgba(124, 58, 237, 0.03) 100%);\n    border-left: 4px solid #6366f1;\n    border-radius: 0 8px 8px 0;\n}\n.iw-workflow-footer p {\n    margin: 0;\n    color: #1e293b;\n    font-size: 15px;\n    font-weight: 500;\n    line-height: 1.6;\n}\n@media (max-width: 768px) {\n    .iw-section-workflow { padding: 60px 20px; }\n    .iw-workflow-title { font-size: 28px; }\n    .iw-workflow-intro .lead { font-size: 18px; }\n}\n<\/style>\n\n\n\n<section class=\"iw-wp-wrapper-s1\">\n    <div class=\"iw-grid-main-s1\">\n        <div class=\"iw-content-left-s1\">\n            <div class=\"iw-num-badge-s1\">01<\/div>\n            <h3 class=\"iw-main-title-s1\">\ubb38\uc11c \uc5c5\ub85c\ub4dc<\/h3>\n            <p class=\"iw-text-intro-s1\">\ucef4\ud4e8\ud130 \ub610\ub294 \uc791\uc5c5 \uacf5\uac04\uc5d0\uc11c \ud30c\uc77c\uc744 \uac04\ud3b8\ud558\uac8c \uc5c5\ub85c\ub4dc\ud558\uc138\uc694.<\/p>\n            <p class=\"iw-text-desc-s1\">\uc0ac\uc6a9\uc790\ub294 \ud558\ub098\uc758 \ud30c\uc77c\uc744 \uc5c5\ub85c\ub4dc\ud558\uac70\ub098 \uc5ec\ub7ec \ubb38\uc11c\ub97c \uacb0\ud569\ud558\uc5ec \uba87 \ucd08 \ub9cc\uc5d0 \ubb38\uc11c \uac04 \ubd84\uc11d\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n        <\/div>\n        <div class=\"iw-cards-right-s1\">\n            <div class=\"iw-panel-card-s1\">\n                <div class=\"iw-panel-hd-s1\">\uc9c0\uc6d0\ub418\ub294 \ud615\uc2dd<\/div>\n                <div class=\"iw-tag-flex-container-s1\">\n                    <span class=\"iw-tag-item-s1\">PDF<\/span>\n                    <span class=\"iw-tag-item-s1\">\ub2e4\uc6b4\ub85c\ub4dc<\/span>\n                    <span class=\"iw-tag-item-s1\">PPTX<\/span>\n                    <span class=\"iw-tag-item-s1\">\ud14d\uc2a4\ud2b8<\/span>\n                    <span class=\"iw-tag-item-s1\">\uc774\ubbf8\uc9c0<\/span>\n                    <span class=\"iw-tag-item-s1\">\ud68c\uc758\ub85d<\/span>\n                    <span class=\"iw-tag-item-s1\">\uc5f0\uad6c \uc790\ub8cc<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"iw-panel-card-s1\">\n                <div class=\"iw-panel-hd-s1\">\uc77c\ubc18\uc801\uc778 \uc5c5\ub85c\ub4dc \uc2dc\ub098\ub9ac\uc624<\/div>\n                <ul class=\"iw-bullet-list-s1\">\n                    <li>\uacc4\uc57d\uc11c \ubc0f \ubc95\ub960 \ubb38\uc11c<\/li>\n                    <li>\uc5f0\uad6c \ub17c\ubb38<\/li>\n                    <li>\ube44\uc988\ub2c8\uc2a4 \ubcf4\uace0\uc11c<\/li>\n                    <li>\uc601\uc5c5 \ud504\ub808\uc820\ud14c\uc774\uc158<\/li>\n                    <li>\uad50\uc721 \uc790\ub8cc<\/li>\n                    <li>\ud68c\uc758\ub85d<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-wp-wrapper-s1, .iw-wp-wrapper-s1 * {\n    box-sizing: border-box !important;\n}\n.iw-wp-wrapper-s1 ul, .iw-wp-wrapper-s1 li, .iw-wp-wrapper-s1 span, .iw-wp-wrapper-s1 h3, .iw-wp-wrapper-s1 p {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    border: none !important;\n    background: none !important;\n    min-height: unset !important;\n    height: unset !important;\n}\n.iw-wp-wrapper\n\n\n\n<section class=\"iw-wp-wrapper-s1\">\n    <div class=\"iw-grid-main-s1\">\n        <div class=\"iw-content-left-s1\">\n            <div class=\"iw-num-badge-s1\">01<\/div>\n            <h3 class=\"iw-main-title-s1\">Upload Documents<\/h3>\n            <p class=\"iw-text-intro-s1\">Upload files from your computer or workspace seamlessly.<\/p>\n            <p class=\"iw-text-desc-s1\">Users can upload one file or combine multiple documents for cross-document analysis in seconds.<\/p>\n        <\/div>\n        <div class=\"iw-cards-right-s1\">\n            <div class=\"iw-panel-card-s1\">\n                <div class=\"iw-panel-hd-s1\">Supported formats<\/div>\n                <div class=\"iw-tag-flex-container-s1\">\n                    <span class=\"iw-tag-item-s1\">PDF<\/span>\n                    <span class=\"iw-tag-item-s1\">DOCX<\/span>\n                    <span class=\"iw-tag-item-s1\">PPTX<\/span>\n                    <span class=\"iw-tag-item-s1\">TXT<\/span>\n                    <span class=\"iw-tag-item-s1\">Images<\/span>\n                    <span class=\"iw-tag-item-s1\">Meeting notes<\/span>\n                    <span class=\"iw-tag-item-s1\">Research materials<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"iw-panel-card-s1\">\n                <div class=\"iw-panel-hd-s1\">Common Upload Scenarios<\/div>\n                <ul class=\"iw-bullet-list-s1\">\n                    <li>Contracts and legal documents<\/li>\n                    <li>Research papers<\/li>\n                    <li>Business reports<\/li>\n                    <li>Sales presentations<\/li>\n                    <li>Training materials<\/li>\n                    <li>Meeting transcripts<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-wp-wrapper-s1, .iw-wp-wrapper-s1 * {\n    box-sizing: border-box !important;\n}\n.iw-wp-wrapper-s1 ul, .iw-wp-wrapper-s1 li, .iw-wp-wrapper-s1 span, .iw-wp-wrapper-s1 h3, .iw-wp-wrapper-s1 p {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    border: none !important;\n    background: none !important;\n    min-height: unset !important;\n    height: unset !important;\n}\n.iw-wp-wrapper-s1 {\n    padding: 80px 24px !important;\n    background-color: #ffffff !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif !important;\n}\n.iw-grid-main-s1 {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n    display: grid !important;\n    grid-template-columns: 400px 1fr;\n    gap: 64px;\n    align-items: stretch;\n}\n.iw-num-badge-s1 {\n    font-size: 16px !important;\n    font-weight: 800 !important;\n    color: #2563eb !important;\n    margin-bottom: 12px !important;\n    line-height: 1 !important;\n}\n.iw-main-title-s1 {\n    font-size: 32px !important;\n    font-weight: 800 !important;\n    color: #0f172a !important;\n    line-height: 1.2 !important;\n    margin-bottom: 20px !important;\n    letter-spacing: -0.5px !important;\n}\n.iw-text-intro-s1 {\n    font-size: 18px !important;\n    font-weight: 500 !important;\n    color: #334155 !important;\n    line-height: 1.6 !important;\n    margin-bottom: 16px !important;\n}\n.iw-text-desc-s1 {\n    font-size: 15px !important;\n    color: #64748b !important;\n    line-height: 1.6 !important;\n}\n.iw-cards-right-s1 {\n    display: grid !important;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n}\n.iw-panel-card-s1 {\n    background: #ffffff !important;\n    border: 1px solid #e2e8f0 !important;\n    border-radius: 16px !important;\n    padding: 36px 32px !important;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;\n}\n.iw-panel-hd-s1 {\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #0f172a !important;\n    margin-bottom: 28px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.5px !important;\n    line-height: 1 !important;\n}\n.iw-tag-flex-container-s1 {\n    display: flex !important;\n    flex-wrap: wrap !important;\n    gap: 8px 10px !important;\n}\n.iw-tag-item-s1 {\n    font-size: 14px !important;\n    font-weight: 500 !important;\n    color: #2563eb !important;\n    background: #f0f6ff !important;\n    padding: 6px 14px !important;\n    border-radius: 6px !important;\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    line-height: 1 !important;\n    white-space: nowrap !important;\n}\n.iw-bullet-list-s1 li {\n    font-size: 15px !important;\n    color: #475569 !important;\n    line-height: 1.6 !important;\n    margin-bottom: 16px !important;\n    position: relative !important;\n    padding-left: 20px !important;\n}\n.iw-bullet-list-s1 li::before {\n    content: \"\" !important;\n    position: absolute !important;\n    left: 0 !important;\n    top: 10px !important;\n    width: 6px !important;\n    height: 6px !important;\n    background-color: #cbd5e1 !important;\n    border-radius: 50% !important;\n}\n@media (max-width: 1024px) {\n    .iw-grid-main-s1 { grid-template-columns: 1fr; gap: 40px; }\n}\n@media (max-width: 640px) {\n    .iw-cards-right-s1 { grid-template-columns: 1fr; }\n}\n<\/style>\n\n\n\n<section class=\"iw-wp-wrapper-s2\">\n    <div class=\"iw-grid-main-s2\">\n        <div class=\"iw-content-left-s2\">\n            <div class=\"iw-num-badge-s2\">02<\/div>\n            <h3 class=\"iw-main-title-s2\">\ud575\uc2ec \uc694\uc810 \uc694\uc57d<\/h3>\n            <p class=\"iw-text-intro-s2\">iWeaver\ub294 \uc5c5\ub85c\ub4dc\ub41c \ubb38\uc11c\uc5d0\uc11c \uac00\uc7a5 \uc911\uc694\ud55c \uc815\ubcf4\ub97c \uc790\ub3d9\uc73c\ub85c \uc2dd\ubcc4\ud569\ub2c8\ub2e4.<\/p>\n            <p class=\"iw-text-desc-s2\">\uc218\ubc31 \ud398\uc774\uc9c0\ub97c \uc77c\uc77c\uc774 \uc77d\ub294 \ub300\uc2e0, \ub9e5\ub77d \uc190\uc2e4 \uc5c6\uc774 \ud575\uc2ec \uc694\uc18c\uc5d0 \ubc14\ub85c \uc811\uadfc\ud558\uc138\uc694.<\/p>\n            \n            <div class=\"iw-agent-box-s2\">\n                <span class=\"iw-agent-lbl-s2\">\ucd94\ucc9c \uc5d0\uc774\uc804\ud2b8:<\/span>\n                <div class=\"iw-agent-lnks-s2\">\n                    <a href=\"https:\/\/www.iweaver.ai\/ko\/agents\/ai-pdf-summarizer\/\">AI PDF \uc694\uc57d \ub3c4\uad6c \u2192<\/a>\n                    <a href=\"https:\/\/www.iweaver.ai\/ko\/agents\/ai-document-summarizer\/\">AI \ubb38\uc11c \uc694\uc57d \ub3c4\uad6c \u2192<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"iw-cards-right-s2\">\n            <div class=\"iw-panel-card-s2\">\n                <div class=\"iw-panel-hd-s2\">\ud575\uc2ec \ud1b5\ucc30<\/div>\n                <ul class=\"iw-bullet-list-s2\">\n                    <li>\uc8fc\uc694 \ub0b4\uc6a9<\/li>\n                    <li>\uc694\uc57d \ubcf4\uace0\uc11c<\/li>\n                    <li>\uc8fc\uc694 \uacb0\uacfc<\/li>\n                    <li>\uacb0\uc815<\/li>\n                    <li>\uc704\ud5d8<\/li>\n                    <li>\uc2e4\ud589 \ud56d\ubaa9<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"iw-panel-card-s2\">\n                <div class=\"iw-panel-hd-s2\">\uc77c\ubc18\uc801\uc778 \ucd9c\ub825<\/div>\n                <ul class=\"iw-bullet-list-s2\">\n                    <li>\uc694\uc57d \uc815\ubcf4<\/li>\n                    <li>\uc139\uc158\ubcc4 \uc138\ubd80 \ubd84\uc11d<\/li>\n                    <li>\ud68c\uc758 \uc694\uc57d<\/li>\n                    <li>\ud559\uc2b5 \ub178\ud2b8<\/li>\n                    <li>\uacbd\uc601\uc9c4 \uac1c\uc694<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-wp-wrapper-s2, .iw-wp-wrapper-s2 * {\n    box-sizing: border-box !important;\n}\n.iw-wp-wrapper-s2 ul, .iw-wp-wrapper-s2 li, .iw-wp-wrapper-s2 span, .iw-wp-wrapper-s2 h3, .iw-wp-wrapper-s2 p, .iw-wp-wrapper-s2 a {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    border: none !important;\n    background: none !important;\n}\n.iw-wp-wrapper-s2 {\n    padding: 80px 24px !important;\n    background-color: #fafafa !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif !important;\n    border-top: 1px solid #f1f5f9 !important;\n    border-bottom: 1px solid #f1f5f9 !important;\n}\n.iw-grid-main-s2 {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n    display: grid !important;\n    grid-template-columns: 400px 1fr;\n    gap: 64px;\n    align-items: flex-start;\n}\n.iw-num-badge-s2 {\n    font-size: 16px !important;\n    font-weight: 800 !important;\n    color: #2563eb !important;\n    margin-bottom: 12px !important;\n    line-height: 1.5 !important;\n}\n.iw-main-title-s2 {\n    font-size: 32px !important;\n    font-weight: 800 !important;\n    color: #0f172a !important;\n    line-height: 1.3 !important;\n    margin-bottom: 20px !important;\n    letter-spacing: -0.5px !important;\n}\n.iw-text-intro-s2 {\n    font-size: 18px !important;\n    font-weight: 500 !important;\n    color: #334155 !important;\n    line-height: 1.5 !important;\n    margin-bottom: 16px !important;\n}\n.iw-text-desc-s2 {\n    font-size: 15px !important;\n    color: #64748b !important;\n    line-height: 1.5 !important;\n}\n.iw-agent-box-s2 {\n    margin-top: 32px !important;\n    padding-top: 24px !important;\n    border-top: 1px dashed #e2e8f0 !important;\n}\n.iw-agent-lbl-s2 {\n    font-size: 14px !important;\n    font-weight: 600 !important;\n    color: #64748b !important;\n    display: block !important;\n    margin-bottom: 12px !important;\n    line-height: 1.5 !important;\n}\n.iw-agent-lnks-s2 {\n    display: flex !important;\n    flex-direction: column !important;\n    gap: 12px !important;\n}\n.iw-agent-lnks-s2 a {\n    font-size: 15px !important;\n    font-weight: 600 !important;\n    color: #2563eb !important;\n    text-decoration: none !important;\n    display: inline-block !important;\n    line-height: 1.5 !important;\n    transition: color 0.2s ease !important;\n}\n.iw-agent-lnks-s2 a:hover {\n    color: #7c3aed !important;\n}\n.iw-cards-right-s2 {\n    display: grid !important;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n}\n.iw-panel-card-s2 {\n    background: #ffffff !important;\n    border: 1px solid #e2e8f0 !important;\n    border-radius: 16px !important;\n    padding: 36px 32px !important;\n}\n.iw-panel-hd-s2 {\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #0f172a !important;\n    margin-bottom: 28px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.5px !important;\n    line-height: 1.5 !important;\n}\n.iw-bullet-list-s2 li {\n    font-size: 15px !important;\n    color: #475569 !important;\n    line-height: 1.5 !important;\n    margin-bottom: 16px !important;\n    position: relative !important;\n    padding-left: 20px !important;\n}\n.iw-bullet-list-s2 li:last-child {\n    margin-bottom: 0 !important;\n}\n.iw-bullet-list-s2 li::before {\n    content: \"\" !important;\n    position: absolute !important;\n    left: 0 !important;\n    top: 8px !important;\n    width: 6px !important;\n    height: 6px !important;\n    background-color: #cbd5e1 !important;\n    border-radius: 50% !important;\n}\n@media (max-width: 1024px) {\n    .iw-grid-main-s2 { grid-template-columns: 1fr; gap: 40px; }\n}\n@media (max-width: 640px) {\n    .iw-cards-right-s2 { grid-template-columns: 1fr; }\n}\n<\/style>\n\n\n\n<section class=\"iw-wp-wrapper-s3\">\n    <div class=\"iw-grid-main-s3\">\n        <div class=\"iw-content-left-s3\">\n            <div class=\"iw-num-badge-s3\">03<\/div>\n            <h3 class=\"iw-main-title-s3\">\ub370\uc774\ud130 \ubc0f \uc808 \ucd94\ucd9c<\/h3>\n            <p class=\"iw-text-intro-s3\">\ubb38\uc11c\uc5d0\uc11c \uc911\uc694\ud55c \uc138\ubd80 \uc815\ubcf4\ub97c \ucc3e\ub294 \uac83\uc740 \uc2dc\uac04\uc774 \uc624\ub798 \uac78\ub9ac\uace0 \ubc18\ubcf5\uc801\uc778 \uc791\uc5c5\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n            <p class=\"iw-text-desc-s3\">iWeaver\ub294 \ube44\uc815\ud615 \ub370\uc774\ud130\ub97c \uc989\uc2dc \uad6c\uc870\ud654\ud558\uc5ec \uc218\ub3d9 \ud30c\uc2f1\uc744 \uacfc\uac70\uc758 \uc77c\ub85c \ub9cc\ub4e4\uc5b4 \uc90d\ub2c8\ub2e4.<\/p>\n            \n            <div class=\"iw-agent-box-s3\">\n                <span class=\"iw-agent-lbl-s3\">\ucd94\ucc9c \uc5d0\uc774\uc804\ud2b8:<\/span>\n                <div class=\"iw-agent-lnks-s3\">\n                    <a href=\"https:\/\/www.iweaver.ai\/ko\/agents\/data-extraction\/\">PDF \ub370\uc774\ud130 \ucd94\ucd9c\uae30 \u2192<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"iw-cards-right-s3\">\n            <div class=\"iw-panel-card-s3\">\n                <div class=\"iw-panel-hd-s3\">\uc815\ubcf4 \ucd94\ucd9c\ub428<\/div>\n                <div class=\"iw-tag-flex-container-s3\">\n                    <span class=\"iw-tag-item-s3\">\ub0a0\uc9dc<\/span>\n                    <span class=\"iw-tag-item-s3\">\uc774\ub984<\/span>\n                    <span class=\"iw-tag-item-s3\">\uc870\ud56d<\/span>\n                    <span class=\"iw-tag-item-s3\">\uac00\uaca9 \uc870\uac74<\/span>\n                    <span class=\"iw-tag-item-s3\">\ud14c\uc774\ube14<\/span>\n                    <span class=\"iw-tag-item-s3\">\uc704\ud5d8<\/span>\n                    <span class=\"iw-tag-item-s3\">\uc8fc\uc694 \uc9c0\ud45c<\/span>\n                    <span class=\"iw-tag-item-s3\">\uc5f0\ub77d\ucc98 \uc815\ubcf4<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"iw-panel-card-s3\">\n                <div class=\"iw-panel-hd-s3\">\uc77c\ubc18\uc801\uc778 \uc0ac\uc6a9 \uc0ac\ub840<\/div>\n                <ul class=\"iw-bullet-list-s3\">\n                    <li>\uacc4\uc57d \uac80\ud1a0<\/li>\n                    <li>\uc1a1\uc7a5 \ucd94\ucd9c<\/li>\n                    <li>\uc7ac\ubb34 \ubb38\uc11c \ubd84\uc11d<\/li>\n                    <li>\uaddc\uc815 \uc900\uc218 \uc810\uac80<\/li>\n                    <li>\uc5f0\uad6c \ub370\uc774\ud130 \uc218\uc9d1<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-wp-wrapper-s3, .iw-wp-wrapper-s3 * {\n    box-sizing: border-box !important;\n}\n.iw-wp-wrapper-s3 ul, .iw-wp-wrapper-s3 li, .iw-wp-wrapper-s3 span, .iw-wp-wrapper-s3 h3, .iw-wp-wrapper-s3 p, .iw-wp-wrapper-s3 a {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    border: none !important;\n    background: none !important;\n}\n.iw-wp-wrapper-s3 {\n    padding: 80px 24px !important;\n    background-color: #ffffff !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif !important;\n}\n.iw-grid-main-s3 {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n    display: grid !important;\n    grid-template-columns: 400px 1fr;\n    gap: 64px;\n    align-items: flex-start;\n}\n.iw-num-badge-s3 {\n    font-size: 16px !important;\n    font-weight: 800 !important;\n    color: #2563eb !important;\n    margin-bottom: 12px !important;\n    line-height: 1.5 !important;\n}\n.iw-main-title-s3 {\n    font-size: 32px !important;\n    font-weight: 800 !important;\n    color: #0f172a !important;\n    line-height: 1.3 !important;\n    margin-bottom: 20px !important;\n    letter-spacing: -0.5px !important;\n}\n.iw-text-intro-s3 {\n    font-size: 18px !important;\n    font-weight: 500 !important;\n    color: #334155 !important;\n    line-height: 1.5 !important;\n    margin-bottom: 16px !important;\n}\n.iw-text-desc-s3 {\n    font-size: 15px !important;\n    color: #64748b !important;\n    line-height: 1.5 !important;\n}\n.iw-agent-box-s3 {\n    margin-top: 32px !important;\n    padding-top: 24px !important;\n    border-top: 1px dashed #e2e8f0 !important;\n}\n.iw-agent-lbl-s3 {\n    font-size: 14px !important;\n    font-weight: 600 !important;\n    color: #64748b !important;\n    display: block !important;\n    margin-bottom: 12px !important;\n    line-height: 1.5 !important;\n}\n.iw-agent-lnks-s3 {\n    display: flex !important;\n    flex-direction: column !important;\n    gap: 12px !important;\n}\n.iw-agent-lnks-s3 a {\n    font-size: 15px !important;\n    font-weight: 600 !important;\n    color: #2563eb !important;\n    text-decoration: none !important;\n    display: inline-block !important;\n    line-height: 1.5 !important;\n    transition: color 0.2s ease !important;\n}\n.iw-agent-lnks-s3 a:hover {\n    color: #7c3aed !important;\n}\n.iw-cards-right-s3 {\n    display: grid !important;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n}\n.iw-panel-card-s3 {\n    background: #ffffff !important;\n    border: 1px solid #e2e8f0 !important;\n    border-radius: 16px !important;\n    padding: 36px 32px !important;\n}\n.iw-panel-hd-s3 {\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #0f172a !important;\n    margin-bottom: 28px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.5px !important;\n    line-height: 1.5 !important;\n}\n.iw-tag-flex-container-s3 {\n    display: flex !important;\n    flex-wrap: wrap !important;\n    gap: 8px 10px !important;\n}\n.iw-tag-item-s3 {\n    font-size: 14px !important;\n    font-weight: 500 !important;\n    color: #7c3aed !important;\n    background: #f5f3ff !important;\n    padding: 6px 14px !important;\n    border-radius: 6px !important;\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    line-height: 1.5 !important;\n    white-space: nowrap !important;\n}\n.iw-bullet-list-s3 li {\n    font-size: 15px !important;\n    color: #475569 !important;\n    line-height: 1.5 !important;\n    margin-bottom: 16px !important;\n    position: relative !important;\n    padding-left: 20px !important;\n}\n.iw-bullet-list-s3 li:last-child {\n    margin-bottom: 0 !important;\n}\n.iw-bullet-list-s3 li::before {\n    content: \"\" !important;\n    position: absolute !important;\n    left: 0 !important;\n    top: 8px !important;\n    width: 6px !important;\n    height: 6px !important;\n    background-color: #cbd5e1 !important;\n    border-radius: 50% !important;\n}\n@media (max-width: 1024px) {\n    .iw-grid-main-s3 { grid-template-columns: 1fr; gap: 40px; }\n}\n@media (max-width: 640px) {\n    .iw-cards-right-s3 { grid-template-columns: 1fr; }\n}\n<\/style>\n\n\n\n<section class=\"iw-wp-wrapper-s4\">\n    <div class=\"iw-grid-main-s4\">\n        <div class=\"iw-content-left-s4\">\n            <div class=\"iw-num-badge-s4\">04<\/div>\n            <h3 class=\"iw-main-title-s4\">AI \ubb38\uc11c \uad00\ub828 \uc9c8\ubb38\uacfc \ub2f5\ubcc0<\/h3>\n            <p class=\"iw-text-intro-s4\">\uc0ac\uc6a9\uc790\ub294 \uae34 \ud30c\uc77c\uc744 \uc218\ub3d9\uc73c\ub85c \uac80\uc0c9\ud558\ub294 \ub300\uc2e0, \uc5c5\ub85c\ub4dc\ub41c \ucf58\ud150\uce20\ub97c \uae30\ubc18\uc73c\ub85c \uc9c1\uc811 \uc9c8\ubb38\ud558\uace0 \ub2f5\ubcc0\uc744 \uc5bb\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n            <p class=\"iw-text-desc-s4\">\ubb38\uc11c \uc790\ub8cc\uc640 \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc0c1\ud638 \uc791\uc6a9\ud558\uc5ec \uc815\ud655\ud55c \uc0ac\uc2e4, \ucc38\uc870 \uc790\ub8cc \ubc0f \uc228\uaca8\uc9c4 \ub9e5\ub77d\uc744 \uc989\uc2dc \ucd94\ucd9c\ud558\uc138\uc694.<\/p>\n        <\/div>\n        <div class=\"iw-cards-right-s4\">\n            <div class=\"iw-panel-card-s4\">\n                <div class=\"iw-panel-hd-s4\">\uc608\uc2dc \ubb38\uc81c<\/div>\n                <ul class=\"iw-bullet-list-s4\">\n                    <li>\uc9c0\ubd88 \uc870\uac74\uc740 \uc5b4\ub5bb\uac8c \ub418\ub098\uc694?<\/li>\n                    <li>\u201c\uc774 \ubcf4\uace0\uc11c\uc5d0 \uc5b8\uae09\ub41c \uc704\ud5d8 \uc694\uc18c\ub97c \uc694\uc57d\ud558\uc2ed\uc2dc\uc624.\u201d<\/li>\n                    <li>\u201c\uc8fc\uc694 \uacb0\ub860\uc740 \ubb34\uc5c7\uc778\uac00\uc694?\u201d<\/li>\n                    <li>\u201c\uc774 \ub450 \ubb38\uc11c\ub97c \ube44\uad50\ud574 \ubcf4\uc138\uc694.\u201d<\/li>\n                    <li>&quot;\uac00\uaca9 \ucc45\uc815\uc5d0 \uad00\ud55c \ub0b4\uc6a9\uc740 \uc5b4\ub290 \ubd80\ubd84\uc5d0\uc11c \ub2e4\ub8e8\ub098\uc694?&quot;<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"iw-panel-card-s4\">\n                <div class=\"iw-panel-hd-s4\">\uc720\uc6a9\ud55c<\/div>\n                <ul class=\"iw-bullet-list-s4\">\n                    <li>\uc5f0\uad6c<\/li>\n                    <li>\ubc95\ub960 \uac80\ud1a0<\/li>\n                    <li>\ub0b4\ubd80 \uc9c0\uc2dd \uad00\ub9ac<\/li>\n                    <li>\ube44\uc988\ub2c8\uc2a4 \ubd84\uc11d<\/li>\n                    <li>\uacf5\ubd80\uc640 \ud559\uc2b5<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-wp-wrapper-s4, .iw-wp-wrapper-s4 * {\n    box-sizing: border-box !important;\n}\n.iw-wp-wrapper-s4 ul, .iw-wp-wrapper-s4 li, .iw-wp-wrapper-s4 span, .iw-wp-wrapper-s4 h3, .iw-wp-wrapper-s4 p {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    border: none !important;\n    background: none !important;\n    min-height: unset !important;\n    height: unset !important;\n}\n.iw-wp-wrapper-s4 {\n    padding: 80px 24px !important;\n    background-color: #fafafa !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif !important;\n    border-top: 1px solid #f1f5f9 !important;\n    border-bottom: 1px solid #f1f5f9 !important;\n}\n.iw-grid-main-s4 {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n    display: grid !important;\n    grid-template-columns: 400px 1fr;\n    gap: 64px;\n    align-items: stretch;\n}\n.iw-num-badge-s4 {\n    font-size: 16px !important;\n    font-weight: 800 !important;\n    color: #2563eb !important;\n    margin-bottom: 12px !important;\n    line-height: 1 !important;\n}\n.iw-main-title-s4 {\n    font-size: 32px !important;\n    font-weight: 800 !important;\n    color: #0f172a !important;\n    line-height: 1.2 !important;\n    margin-bottom: 20px !important;\n    letter-spacing: -0.5px !important;\n}\n.iw-text-intro-s4 {\n    font-size: 18px !important;\n    font-weight: 500 !important;\n    color: #334155 !important;\n    line-height: 1.6 !important;\n    margin-bottom: 16px !important;\n}\n.iw-text-desc-s4 {\n    font-size: 15px !important;\n    color: #64748b !important;\n    line-height: 1.6 !important;\n}\n.iw-cards-right-s4 {\n    display: grid !important;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n}\n.iw-panel-card-s4 {\n    background: #ffffff !important;\n    border: 1px solid #e2e8f0 !important;\n    border-radius: 16px !important;\n    padding: 36px 32px !important;\n}\n.iw-panel-hd-s4 {\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #0f172a !important;\n    margin-bottom: 28px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.5px !important;\n    line-height: 1 !important;\n}\n.iw-bullet-list-s4 li {\n    font-size: 15px !important;\n    color: #475569 !important;\n    line-height: 1.6 !important;\n    margin-bottom: 16px !important;\n    position: relative !important;\n    padding-left: 20px !important;\n}\n.iw-bullet-list-s4 li::before {\n    content: \"\" !important;\n    position: absolute !important;\n    left: 0 !important;\n    top: 10px !important;\n    width: 6px !important;\n    height: 6px !important;\n    background-color: #cbd5e1 !important;\n    border-radius: 50% !important;\n}\n@media (max-width: 1024px) {\n    .iw-grid-main-s4 { grid-template-columns: 1fr; gap: 40px; }\n}\n@media (max-width: 640px) {\n    .iw-cards-right-s4 { grid-template-columns: 1fr; }\n}\n<\/style>\n\n\n\n<section class=\"iw-wp-wrapper-s5\">\n    <div class=\"iw-grid-main-s5\">\n        <div class=\"iw-content-left-s5\">\n            <div class=\"iw-num-badge-s5\">05<\/div>\n            <h3 class=\"iw-main-title-s5\">\ubcf4\uace0\uc11c \ubc0f \ub9c8\uc778\ub4dc\ub9f5 \uc0dd\uc131<\/h3>\n            <p class=\"iw-text-intro-s5\">\uc0ac\uc6a9\uc790\ub294 \ubb38\uc11c\ub97c \ubd84\uc11d\ud55c \ud6c4 \uc815\ubcf4\ub97c \uc989\uc2dc \uad6c\uc870\ud654\ub41c \uacb0\uacfc\ubb3c\ub85c \ubcc0\ud658\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n            <p class=\"iw-text-desc-s5\">\uc774\ub294 \uac00\uacf5\ub418\uc9c0 \uc54a\uc740 \ubb38\uc11c\ub97c \ud300, \ud504\ub85c\uc81d\ud2b8 \ubc0f \uac1c\uc778 \ud559\uc2b5\uc5d0 \uc7ac\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc778\uc0ac\uc774\ud2b8\ub85c \ubcc0\ud658\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4.<\/p>\n            \n            <div class=\"iw-agent-box-s5\">\n                <span class=\"iw-agent-lbl-s5\">\ucd94\ucc9c \uc5d0\uc774\uc804\ud2b8:<\/span>\n                <div class=\"iw-agent-lnks-s5\">\n                    <a href=\"https:\/\/www.iweaver.ai\/ko\/agents\/ai-mind-map-generator\/\">AI \ub9c8\uc778\ub4dc\ub9f5 \uc0dd\uc131\uae30 \u2192<\/a>\n                    <a href=\"https:\/\/www.iweaver.ai\/ko\/agents\/ai-report-generator\/\">AI \ubcf4\uace0\uc11c \uc791\uc131\uae30 \u2192<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"iw-cards-right-s5\">\n            <div class=\"iw-panel-card-s5\">\n                <div class=\"iw-panel-hd-s5\">\uad6c\uc870\ud654\ub41c \uc790\uc0b0\uc744 \uc0dd\uc131\ud558\uc138\uc694<\/div>\n                <div class=\"iw-tag-flex-container-s5\">\n                    <span class=\"iw-tag-item-s5\">\ubcf4\uace0\uc11c<\/span>\n                    <span class=\"iw-tag-item-s5\">\uc694\uc810<\/span>\n                    <span class=\"iw-tag-item-s5\">\uc694\uc57d \ubcf4\uace0\uc11c<\/span>\n                    <span class=\"iw-tag-item-s5 iw-purple-tag-s5\">\ud559\uc2b5 \ub178\ud2b8<\/span>\n                    <span class=\"iw-tag-item-s5 iw-purple-tag-s5\">\ub9c8\uc778\ub4dc\ub9f5<\/span>\n                    <span class=\"iw-tag-item-s5 iw-purple-tag-s5\">\uc9c0\uc2dd \uc694\uc57d<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-wp-wrapper-s5, .iw-wp-wrapper-s5 * {\n    box-sizing: border-box !important;\n}\n.iw-wp-wrapper-s5 ul, .iw-wp-wrapper-s5 li, .iw-wp-wrapper-s5 span, .iw-wp-wrapper-s5 h3, .iw-wp-wrapper-s5 p, .iw-wp-wrapper-s5 a {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    border: none !important;\n    background: none !important;\n}\n.iw-wp-wrapper-s5 {\n    padding: 80px 24px !important;\n    background-color: #ffffff !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif !important;\n}\n.iw-grid-main-s5 {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n    display: grid !important;\n    grid-template-columns: 400px 1fr;\n    gap: 64px;\n    align-items: flex-start;\n}\n.iw-num-badge-s5 {\n    font-size: 16px !important;\n    font-weight: 800 !important;\n    color: #2563eb !important;\n    margin-bottom: 12px !important;\n    line-height: 1.5 !important;\n}\n.iw-main-title-s5 {\n    font-size: 32px !important;\n    font-weight: 800 !important;\n    color: #0f172a !important;\n    line-height: 1.3 !important;\n    margin-bottom: 20px !important;\n    letter-spacing: -0.5px !important;\n}\n.iw-text-intro-s5 {\n    font-size: 18px !important;\n    font-weight: 500 !important;\n    color: #334155 !important;\n    line-height: 1.5 !important;\n    margin-bottom: 16px !important;\n}\n.iw-text-desc-s5 {\n    font-size: 15px !important;\n    color: #64748b !important;\n    line-height: 1.5 !important;\n}\n.iw-agent-box-s5 {\n    margin-top: 32px !important;\n    padding-top: 24px !important;\n    border-top: 1px dashed #e2e8f0 !important;\n}\n.iw-agent-lbl-s5 {\n    font-size: 14px !important;\n    font-weight: 600 !important;\n    color: #64748b !important;\n    display: block !important;\n    margin-bottom: 12px !important;\n    line-height: 1.5 !important;\n}\n.iw-agent-lnks-s5 {\n    display: flex !important;\n    flex-direction: column !important;\n    gap: 12px !important;\n}\n.iw-agent-lnks-s5 a {\n    font-size: 15px !important;\n    font-weight: 600 !important;\n    color: #2563eb !important;\n    text-decoration: none !important;\n    display: inline-block !important;\n    line-height: 1.5 !important;\n    transition: color 0.2s ease !important;\n}\n.iw-agent-lnks-s5 a:hover {\n    color: #7c3aed !important;\n}\n.iw-cards-right-s5 {\n    display: grid !important;\n    grid-template-columns: 1fr;\n}\n.iw-panel-card-s5 {\n    background: #ffffff !important;\n    border: 1px solid #e2e8f0 !important;\n    border-radius: 16px !important;\n    padding: 36px 32px !important;\n}\n.iw-panel-hd-s5 {\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #0f172a !important;\n    margin-bottom: 28px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.5px !important;\n    line-height: 1.5 !important;\n}\n.iw-tag-flex-container-s5 {\n    display: flex !important;\n    flex-wrap: wrap !important;\n    gap: 8px 10px !important;\n}\n.iw-tag-item-s5 {\n    font-size: 14px !important;\n    font-weight: 500 !important;\n    color: #2563eb !important;\n    background: #f0f6ff !important;\n    padding: 6px 14px !important;\n    border-radius: 6px !important;\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    line-height: 1.5 !important;\n    white-space: nowrap !important;\n}\n.iw-tag-item-s5.iw-purple-tag-s5 {\n    color: #7c3aed !important;\n    background: #f5f3ff !important;\n}\n@media (max-width: 1024px) {\n    .iw-grid-main-s5 { grid-template-columns: 1fr; gap: 40px; }\n}\n<\/style>\n\n\n\n<section class=\"iw-wp-wrapper-s6\">\n    <div class=\"iw-grid-main-s6\">\n        <div class=\"iw-content-left-s6\">\n            <div class=\"iw-num-badge-s6\">06<\/div>\n            <h3 class=\"iw-main-title-s6\">\uc9c0\uc2dd \uae30\ubc18\uc5d0 \uc800\uc7a5<\/h3>\n            <p class=\"iw-text-intro-s6\">\ubb38\uc11c\uc758 \uc815\ubcf4\ub294 \uac80\uc0c9 \ubc0f \uc7ac\uc0ac\uc6a9\uc774 \uac00\ub2a5\ud560 \ub54c \ub354\uc6b1 \uc720\uc6a9\ud574\uc9d1\ub2c8\ub2e4.<\/p>\n            <p class=\"iw-text-desc-s6\">\uc2dc\uac04\uc774 \uc9c0\ub0a8\uc5d0 \ub530\ub77c \uc0ac\uc6a9\uc790\ub294 \ud30c\uc77c\uc744 \ubc18\ubcf5\uc801\uc73c\ub85c \uac80\uc0c9\ud558\ub294 \ub300\uc2e0 \uc911\uc559 \uc9d1\uc911\uc2dd \uc9c0\uc2dd \uc2dc\uc2a4\ud15c\uc744 \uad6c\ucd95\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n        <\/div>\n        <div class=\"iw-cards-right-s6\">\n            <div class=\"iw-panel-card-s6\">\n                <div class=\"iw-panel-hd-s6\">\ub2f9\uc2e0\uc774 \ud560 \uc218 \uc788\ub294 \uc77c<\/div>\n                <ul class=\"iw-bullet-list-s6\">\n                    <li>\uc694\uc57d \uc800\uc7a5<\/li>\n                    <li>\ucd94\ucd9c\ub41c \uc815\ubcf4\ub97c \uc800\uc7a5\ud569\ub2c8\ub2e4.<\/li>\n                    <li>\ubcf4\uace0\uc11c\ub97c \uc815\ub9ac\ud558\uc138\uc694<\/li>\n                    <li>\uac80\uc0c9 \uac00\ub2a5\ud55c \uc9c0\uc2dd \ubaa8\uc74c\uc744 \uad6c\ucd95\ud558\uc138\uc694<\/li>\n                    <li>\uc774\uc804 \ubb38\uc11c\uc5d0\uc11c \uc5bb\uc740 \uc778\uc0ac\uc774\ud2b8\ub97c \uc7ac\uc0ac\uc6a9\ud558\uc138\uc694<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-wp-wrapper-s6, .iw-wp-wrapper-s6 * {\n    box-sizing: border-box !important;\n}\n.iw-wp-wrapper-s6 ul, .iw-wp-wrapper-s6 li, .iw-wp-wrapper-s6 span, .iw-wp-wrapper-s6 h3, .iw-wp-wrapper-s6 p {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    border: none !important;\n    background: none !important;\n    min-height: unset !important;\n    height: unset !important;\n}\n.iw-wp-wrapper-s6 {\n    padding: 80px 24px !important;\n    background-color: #fafafa !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif !important;\n    border-top: 1px solid #f1f5f9 !important;\n}\n.iw-grid-main-s6 {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n    display: grid !important;\n    grid-template-columns: 400px 1fr;\n    gap: 64px;\n    align-items: stretch;\n}\n.iw-num-badge-s6 {\n    font-size: 16px !important;\n    font-weight: 800 !important;\n    color: #2563eb !important;\n    margin-bottom: 12px !important;\n    line-height: 1 !important;\n}\n.iw-main-title-s6 {\n    font-size: 32px !important;\n    font-weight: 800 !important;\n    color: #0f172a !important;\n    line-height: 1.2 !important;\n    margin-bottom: 20px !important;\n    letter-spacing: -0.5px !important;\n}\n.iw-text-intro-s6 {\n    font-size: 18px !important;\n    font-weight: 500 !important;\n    color: #334155 !important;\n    line-height: 1.6 !important;\n    margin-bottom: 16px !important;\n}\n.iw-text-desc-s6 {\n    font-size: 15px !important;\n    color: #64748b !important;\n    line-height: 1.6 !important;\n}\n.iw-cards-right-s6 {\n    display: grid !important;\n    grid-template-columns: 1fr;\n}\n.iw-panel-card-s6 {\n    background: #ffffff !important;\n    border: 1px solid #e2e8f0 !important;\n    border-radius: 16px !important;\n    padding: 36px 32px !important;\n}\n.iw-panel-hd-s6 {\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #0f172a !important;\n    margin-bottom: 28px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.5px !important;\n    line-height: 1 !important;\n}\n.iw-bullet-list-s6 li {\n    font-size: 15px !important;\n    color: #475569 !important;\n    line-height: 1.6 !important;\n    margin-bottom: 16px !important;\n    position: relative !important;\n    padding-left: 20px !important;\n}\n.iw-bullet-list-s6 li::before {\n    content: \"\" !important;\n    position: absolute !important;\n    left: 0 !important;\n    top: 10px !important;\n    width: 6px !important;\n    height: 6px !important;\n    background-color: #cbd5e1 !important;\n    border-radius: 50% !important;\n}\n@media (max-width: 1024px) {\n    .iw-grid-main-s6 { grid-template-columns: 1fr; gap: 40px; }\n}\n<\/style>\n\n\n\n<section class=\"iw-section-workflow\">\n    <div class=\"iw-workflow-container\">\n        <h2 class=\"iw-workflow-title\">\ubb38\uc11c \uc6cc\ud06c\ud50c\ub85c\uc6b0\uc5d0\uc11c \ud754\ud788 \ubc1c\uc0dd\ud558\ub294 \ubb38\uc81c\uc810<\/h2>\n        \n        <div class=\"iw-workflow-intro\">\n            <h3 class=\"iw-workflow-subtitle\">\uae30\uc874 \ubb38\uc11c \uc6cc\ud06c\ud50c\ub85c\uac00 \ud300 \uc18d\ub3c4\ub97c \ub2a6\ucd94\ub294 \uc774\uc720\ub294 \ubb34\uc5c7\uc77c\uae4c\uc694?<\/h3>\n            <p class=\"main-text\">\ub9ce\uc740 \ud300\ub4e4\uc774 \uc5ec\uc804\ud788 \uc11c\ub85c \uc5f0\uacb0\ub418\uc9c0 \uc54a\uc740 \uc5ec\ub7ec \ub3c4\uad6c\ub97c \uc0ac\uc6a9\ud558\uc5ec \ubb38\uc11c\ub97c \uc218\ub3d9\uc73c\ub85c \uad00\ub9ac\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc77c\ubc18\uc801\uc778 \ubcd1\ubaa9 \ud604\uc0c1\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/p>\n        <\/div>\n\n        <div class=\"iw-workflow-features\">\n            <ul class=\"iw-features-list\">\n                <li>\n                    <span class=\"iw-icon-wrapper iw-icon-alert\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\ub300\uc6a9\ub7c9 \ud30c\uc77c\uc744 \uc77d\ub294 \ub370 \uc2dc\uac04\uc774 \ub108\ubb34 \uc624\ub798 \uac78\ub9bd\ub2c8\ub2e4.<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper iw-icon-alert\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\uc911\uc694\ud55c \uc138\ubd80 \uc815\ubcf4\ub97c \ucc3e\uae30\uac00 \uc5b4\ub835\uc2b5\ub2c8\ub2e4.<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper iw-icon-alert\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\ud3f4\ub354\uc640 \ucc44\ud305\uc744 \ub118\ub098\ub4e4\uba74 \uc815\ubcf4\uac00 \uc190\uc2e4\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper iw-icon-alert\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\ubc18\ubcf5\uc801\uc778 \ubcf5\uc0ac \ubd99\uc5ec\ub123\uae30 \uc791\uc5c5<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper iw-icon-alert\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\uc694\uc57d \uc571, \uba54\ubaa8 \uc571, \uc2a4\ud504\ub808\ub4dc\uc2dc\ud2b8 \uc0ac\uc774\ub97c \uc804\ud658\ud558\uba70 \uc0ac\uc6a9<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper iw-icon-alert\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\uc911\uc559 \uc9d1\uc911\uc2dd \uc9c0\uc2dd \uc870\uc9c1 \uc5c6\uc74c<\/span>\n                <\/li>\n            <\/ul>\n        <\/div>\n\n        <div class=\"iw-workflow-footer\">\n            <p>iWeaver\ub294 \uc774\ub7ec\ud55c \uc6cc\ud06c\ud50c\ub85c\ub97c \ud558\ub098\uc758 \uc5f0\uacb0\ub41c \ud658\uacbd\uc73c\ub85c \uac04\uc18c\ud654\ud558\ub294 \ub370 \ub3c4\uc6c0\uc744 \uc90d\ub2c8\ub2e4.<\/p>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-section-workflow {\n    background-color: #ffffff;\n    padding: 80px 24px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n}\n.iw-workflow-container {\n    max-width: 800px;\n    margin: 0 auto;\n}\n.iw-workflow-title {\n    font-size: 36px;\n    font-weight: 800;\n    color: #0f172a;\n    line-height: 1.2;\n    margin: 0 0 16px 0;\n    letter-spacing: -0.5px;\n    text-align: center;\n}\n.iw-workflow-subtitle {\n    font-size: 22px;\n    font-weight: 600;\n    color: #1e293b;\n    line-height: 1.4;\n    margin: 0 0 16px 0;\n}\n.iw-workflow-intro {\n    margin-bottom: 40px;\n    text-align: center;\n}\n.iw-workflow-intro .main-text {\n    color: #475569;\n    font-size: 16px;\n    line-height: 1.7;\n    margin: 0;\n}\n.iw-features-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 40px 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n}\n.iw-features-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n}\n.iw-icon-wrapper {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    flex-shrink: 0;\n    margin-top: 2px;\n}\n.iw-icon-alert {\n    background: rgba(239, 68, 68, 0.1);\n    color: #ef4444;\n}\n.iw-feature-text {\n    color: #334155;\n    font-size: 16px;\n    line-height: 1.5;\n}\n.iw-workflow-footer {\n    padding: 20px 24px;\n    background: linear-gradient(135deg, rgba(37, 99, 235, 0.03) 0%, rgba(124, 58, 237, 0.03) 100%);\n    border-left: 4px solid #6366f1;\n    border-radius: 0 8px 8px 0;\n}\n.iw-workflow-footer p {\n    margin: 0;\n    color: #1e293b;\n    font-size: 15px;\n    font-weight: 500;\n    line-height: 1.6;\n}\n@media (max-width: 768px) {\n    .iw-section-workflow { padding: 60px 20px; }\n    .iw-workflow-title { font-size: 28px; }\n    .iw-workflow-subtitle { font-size: 18px; }\n}\n<\/style>\n\n\n\n<section class=\"iw-section-workflow\">\n    <div class=\"iw-workflow-container\">\n        <h2 class=\"iw-workflow-title\">AI \ubb38\uc11c \uc6cc\ud06c\ud50c\ub85c\uc6b0\ub97c \uc0ac\uc6a9\ud558\ub294 \uc0ac\ub78c\uc740 \ub204\uad6c\uc778\uac00\uc694?<\/h2>\n        \n        <div class=\"iw-cards-grid\">\n            <!-- Card 1 -->\n            <div class=\"iw-card\">\n                <div class=\"iw-card-icon\">\n                    <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n                <\/div>\n                <h3 class=\"iw-card-title\">\uc9c0\uc2dd \ub178\ub3d9\uc790<\/h3>\n                <p class=\"iw-card-text\">\ubcf4\uace0\uc11c\ub97c \uac80\ud1a0\ud558\uace0, \uc790\ub8cc\ub97c \uc694\uc57d\ud558\uace0, \uc815\ubcf4\ub97c \ub354 \ube60\ub974\uac8c \uc815\ub9ac\ud558\uc138\uc694.<\/p>\n            <\/div>\n\n            <!-- Card 2 -->\n            <div class=\"iw-card\">\n                <div class=\"iw-card-icon\">\n                    <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 10v6M2 10l10-5 10 5-10 5z\"\/><path d=\"M6 12v5c0 2 2 3 6 3s6-1 6-3v-5\"\/><\/svg>\n                <\/div>\n                <h3 class=\"iw-card-title\">\uc5f0\uad6c\uc790 \ubc0f \ud559\uc0dd<\/h3>\n                <p class=\"iw-card-text\">\ubcf5\uc7a1\ud55c \ub0b4\uc6a9\uc744 \uc774\ud574\ud558\uace0, \ud559\uc2b5 \ub178\ud2b8\ub97c \uc791\uc131\ud558\uba70, \uccb4\uacc4\uc801\uc778 \uc9c0\uc2dd \uae30\ubc18\uc744 \uad6c\ucd95\ud558\uc138\uc694.<\/p>\n            <\/div>\n\n            <!-- Card 3 -->\n            <div class=\"iw-card\">\n                <div class=\"iw-card-icon\">\n                    <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/><polyline points=\"10 9 9 9 8 9\"\/><\/svg>\n                <\/div>\n                <h3 class=\"iw-card-title\">\ubc95\ub960 \ubc0f \uc900\ubc95\uac10\uc2dc\ud300<\/h3>\n                <p class=\"iw-card-text\">\uc870\ud56d\uc744 \ucd94\ucd9c\ud558\uace0, \uc704\ud5d8\uc744 \uc2dd\ubcc4\ud558\uace0, \uacc4\uc57d\uc11c\ub97c \ub354\uc6b1 \ud6a8\uc728\uc801\uc73c\ub85c \uac80\ud1a0\ud558\uc138\uc694.<\/p>\n            <\/div>\n\n            <!-- Card 4 -->\n            <div class=\"iw-card\">\n                <div class=\"iw-card-icon\">\n                    <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"\/><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"\/><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"\/><\/svg>\n                <\/div>\n                <h3 class=\"iw-card-title\">\ucee8\uc124\ud134\ud2b8 \ubc0f \ubd84\uc11d\uac00<\/h3>\n                <p class=\"iw-card-text\">\uc5ec\ub7ec \ubb38\uc11c\ub97c \ubd84\uc11d\ud558\uace0 \uace0\uac1d\uc5d0\uac8c \ubc14\ub85c \uc81c\uacf5\ud560 \uc218 \uc788\ub294 \ubcf4\uace0\uc11c\ub97c \uc2e0\uc18d\ud558\uac8c \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/p>\n            <\/div>\n\n            <!-- Card 5 -->\n            <div class=\"iw-card iw-card-fullwidth\">\n                <div class=\"iw-card-icon\">\n                    <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\/><line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\/><line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\/><\/svg>\n                <\/div>\n                <div class=\"iw-card-content\">\n                    <h3 class=\"iw-card-title\">\uc6b4\uc601\ud300<\/h3>\n                    <p class=\"iw-card-text\">\uc1a1\uc7a5, \ud45c\uc900 \uc6b4\uc601 \uc808\ucc28(SOP), \ub0b4\ubd80 \ubb38\uc11c \ubc0f \ud504\ub85c\uc81d\ud2b8 \ud30c\uc77c\uc744 \ub300\uaddc\ubaa8\ub85c \ucc98\ub9ac\ud569\ub2c8\ub2e4.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-section-workflow {\n    background-color: #ffffff;\n    padding: 80px 24px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n}\n.iw-workflow-container {\n    max-width: 800px;\n    margin: 0 auto;\n}\n.iw-workflow-title {\n    font-size: 36px;\n    font-weight: 800;\n    color: #0f172a;\n    line-height: 1.2;\n    margin: 0 0 48px 0;\n    letter-spacing: -0.5px;\n    text-align: center;\n}\n.iw-cards-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n}\n.iw-card {\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-radius: 12px;\n    padding: 24px;\n    transition: all 0.3s ease;\n}\n.iw-card:hover {\n    border-color: #6366f1;\n    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.06);\n    transform: translateY(-2px);\n}\n.iw-card-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 44px;\n    height: 44px;\n    border-radius: 8px;\n    background: rgba(99, 102, 241, 0.08);\n    color: #6366f1;\n    margin-bottom: 16px;\n}\n.iw-card-title {\n    font-size: 18px;\n    font-weight: 700;\n    color: #0f172a;\n    margin: 0 0 8px 0;\n}\n.iw-card-text {\n    color: #475569;\n    font-size: 14px;\n    line-height: 1.6;\n    margin: 0;\n}\n.iw-card-fullwidth {\n    grid-column: span 2;\n    display: flex;\n    gap: 20px;\n    align-items: center;\n}\n.iw-card-fullwidth .iw-card-icon {\n    margin-bottom: 0;\n    flex-shrink: 0;\n}\n@media (max-width: 768px) {\n    .iw-section-workflow { padding: 60px 20px; }\n    .iw-workflow-title { font-size: 28px; margin-bottom: 32px; }\n    .iw-cards-grid { grid-template-columns: 1fr; }\n    .iw-card-fullwidth { grid-column: span 1; flex-direction: column; align-items: flex-start; gap: 0; }\n    .iw-card-fullwidth .iw-card-icon { margin-bottom: 16px; }\n}\n<\/style>\n\n\n\n<section class=\"iw-section-workflow\">\n    <div class=\"iw-workflow-container\">\n        <h2 class=\"iw-workflow-title\">\ud300\uc5d0\uc11c iWeaver\ub97c \uc0ac\uc6a9\ud558\ub294 \uc774\uc720<\/h2>\n        <h3 class=\"iw-workflow-subtitle\">\uac1c\ubcc4 \ub3c4\uad6c \ub300\uc2e0 \uc5f0\uacb0\ub41c \uc6cc\ud06c\ud50c\ub85c<\/h3>\n        \n        <div class=\"iw-split-layout\">\n            <div class=\"iw-split-left\">\n                <div class=\"iw-list-wrapper\">\n                    <p class=\"iw-list-intro\">\ub300\ubd80\ubd84\uc758 \ubb38\uc11c \uad00\ub9ac \ub3c4\uad6c\ub294 \ud55c \uac00\uc9c0 \uc791\uc5c5\ub9cc \uc218\ud589\ud569\ub2c8\ub2e4. iWeaver\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uae30\ub2a5\uc744 \uacb0\ud569\ud569\ub2c8\ub2e4.<\/p>\n                    <ul class=\"iw-combined-list\">\n                        <li>\n                            <span class=\"iw-dot-indicator\"><\/span>\n                            <span class=\"iw-list-text\">\ubb38\uc11c \uc77d\uae30<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"iw-dot-indicator\"><\/span>\n                            <span class=\"iw-list-text\">\uc694\uc57d<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"iw-dot-indicator\"><\/span>\n                            <span class=\"iw-list-text\">\ub370\uc774\ud130 \ucd94\ucd9c<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"iw-dot-indicator\"><\/span>\n                            <span class=\"iw-list-text\">AI Q&amp;A<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"iw-dot-indicator\"><\/span>\n                            <span class=\"iw-list-text\">\ubcf4\uace0\uc11c \uc0dd\uc131<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"iw-dot-indicator\"><\/span>\n                            <span class=\"iw-list-text\">\ub9c8\uc778\ub4dc \ub9e4\ud551<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"iw-dot-indicator\"><\/span>\n                            <span class=\"iw-list-text\">\uc9c0\uc2dd \uc870\uc9c1<\/span>\n                        <\/li>\n                    <\/ul>\n                    <p class=\"iw-list-outro\">\ud558\ub098\uc758 \uc6cc\ud06c\ud50c\ub85c \ub0b4\uc5d0\uc11c.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"iw-split-right\">\n                <div class=\"iw-value-box\">\n                    <div class=\"iw-value-icon\">\n                        <svg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\/><\/svg>\n                    <\/div>\n                    <p class=\"iw-value-text\">\uc774\ub97c \ud1b5\ud574 \ucee8\ud14d\uc2a4\ud2b8 \uc804\ud658\uc774 \uc904\uc5b4\ub4e4\uace0 \ud300\uc774 \uc6d0\uc2dc \ud30c\uc77c\uc5d0\uc11c \uad6c\uc870\ud654\ub41c \uacb0\uacfc\ubb3c\ub85c \ub354\uc6b1 \ud6a8\uc728\uc801\uc73c\ub85c \uc804\ud658\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-section-workflow {\n    background-color: #ffffff;\n    padding: 80px 24px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n}\n.iw-workflow-container {\n    max-width: 800px;\n    margin: 0 auto;\n}\n.iw-workflow-title {\n    font-size: 36px;\n    font-weight: 800;\n    color: #0f172a;\n    line-height: 1.2;\n    margin: 0 0 12px 0;\n    letter-spacing: -0.5px;\n    text-align: center;\n}\n.iw-workflow-subtitle {\n    font-size: 20px;\n    font-weight: 600;\n    color: #475569;\n    line-height: 1.4;\n    margin: 0 0 48px 0;\n    text-align: center;\n}\n.iw-split-layout {\n    display: grid;\n    grid-template-columns: 1.2fr 1fr;\n    gap: 40px;\n    align-items: center;\n}\n.iw-list-wrapper {\n    display: flex;\n    flex-direction: column;\n    margin: 0;\n    padding: 0;\n}\n.iw-list-wrapper .iw-list-intro {\n    font-size: 16px;\n    color: #334155;\n    font-weight: 500;\n    margin: 0 0 14px 0 !important;\n    padding: 0;\n    line-height: 1.5;\n}\n.iw-list-wrapper .iw-list-outro {\n    font-size: 16px;\n    color: #0f172a;\n    font-weight: 600;\n    margin: 14px 0 0 0 !important;\n    padding: 0;\n    line-height: 1.5;\n}\n.iw-combined-list {\n    list-style: none !important;\n    padding: 0 !important;\n    margin: 0 !important;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n}\n.iw-combined-list li {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin: 0 !important;\n    padding: 0 !important;\n}\n.iw-dot-indicator {\n    width: 6px;\n    height: 6px;\n    background-color: #6366f1;\n    border-radius: 50%;\n    flex-shrink: 0;\n}\n.iw-list-text {\n    color: #475569;\n    font-size: 16px;\n    line-height: 1.4;\n}\n.iw-split-right {\n    height: 100%;\n    display: flex;\n    align-items: center;\n}\n.iw-value-box {\n    background: linear-gradient(135deg, rgba(99, 102, 241, 0.02) 0%, rgba(37, 99, 235, 0.02) 100%);\n    border: 1px solid rgba(99, 102, 241, 0.12);\n    border-radius: 16px;\n    padding: 32px;\n    position: relative;\n}\n.iw-value-icon {\n    color: #6366f1;\n    margin-bottom: 16px;\n}\n.iw-value-text {\n    color: #1e293b;\n    font-size: 16px;\n    line-height: 1.7;\n    font-weight: 500;\n    margin: 0;\n}\n@media (max-width: 768px) {\n    .iw-section-workflow { padding: 60px 20px; }\n    .iw-workflow-title { font-size: 28px; }\n    .iw-workflow-subtitle { font-size: 18px; margin-bottom: 32px; }\n    .iw-split-layout { grid-template-columns: 1fr; gap: 32px; }\n    .iw-value-box { padding: 24px; }\n}\n<\/style>\n\n\n\n<style>\n    .iweaver-faq-container {\n        max-width: 900px;\n        margin: 40px auto;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        padding: 0 20px;\n    }\n    .iweaver-faq-title {\n        text-align: center;\n        font-size: 2.5rem;\n        font-weight: 800;\n        color: #1e293b;\n        margin-bottom: 40px;\n    }\n    .faq-item {\n        background: #ffffff;\n        border: 1px solid #e2e8f0;\n        border-radius: 12px;\n        margin-bottom: 16px;\n        transition: all 0.3s ease;\n        overflow: hidden;\n    }\n    .faq-item.active {\n        border-color: #3b82f6;\n        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);\n    }\n    .faq-header {\n        padding: 24px 30px;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        cursor: pointer;\n        user-select: none;\n    }\n    .faq-header h3 {\n        margin: 0;\n        font-size: 1.25rem;\n        font-weight: 600;\n        color: #1e293b;\n        flex: 1;\n    }\n    .faq-icon {\n        width: 24px;\n        height: 24px;\n        background: #f1f5f9;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #3b82f6;\n        font-weight: bold;\n        font-size: 18px;\n        transition: transform 0.3s ease;\n        margin-left: 15px;\n    }\n    .faq-content {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.3s ease-out, padding 0.3s ease;\n        padding: 0 30px;\n        color: #64748b;\n        font-size: 1.1rem;\n        line-height: 1.7;\n    }\n    .faq-item.active .faq-content {\n        max-height: 500px;\n        padding-bottom: 24px;\n    }\n<\/style>\n\n<div class=\"iweaver-faq-container\">\n    <h2 class=\"iweaver-faq-title\">\ubb38\uc11c \uc6cc\ud06c\ud50c\ub85c \uad00\ub828 FAQ<\/h2>\n\n    <div class=\"faq-item active\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>iWeaver\ub294 \uc5b4\ub5a4 \ud30c\uc77c \ud615\uc2dd\uc744 \uc9c0\uc6d0\ud558\ub098\uc694?<\/h3>\n            <div class=\"faq-icon\">\u2212<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            iWeaver\ub294 PDF, DOCX, PPTX, TXT \ud30c\uc77c, \uc774\ubbf8\uc9c0, \uba54\ubaa8 \ubc0f \uc77c\uc0c1 \uc5c5\ubb34\uc5d0\uc11c \uc77c\ubc18\uc801\uc73c\ub85c \uc0ac\uc6a9\ub418\ub294 \uae30\ud0c0 \ubb38\uc11c \ud615\uc2dd\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>\uc5ec\ub7ec \ubb38\uc11c\ub97c \ud55c \ubc88\uc5d0 \uc5c5\ub85c\ub4dc\ud560 \uc218 \uc788\ub098\uc694?<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \uc608. \uc0ac\uc6a9\uc790\ub294 \uc5ec\ub7ec \ud30c\uc77c\uc744 \ud568\uaed8 \ubd84\uc11d\ud558\uace0 \ubb38\uc11c \uac04 \uc815\ubcf4\ub97c \ube44\uad50\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>iWeaver\ub294 \uae34 PDF \ud30c\uc77c\uc744 \uc694\uc57d\ud574 \uc8fc\ub098\uc694?<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \ub124. iWeaver\ub294 \uae34 \ubcf4\uace0\uc11c, \uc5f0\uad6c \ub17c\ubb38, \uacc4\uc57d\uc11c \ubc0f \ud504\ub808\uc820\ud14c\uc774\uc158\uc5d0 \ub300\ud55c \uac04\uacb0\ud55c \uc694\uc57d\ubcf8\uc744 \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>\uc5c5\ub85c\ub4dc\ud55c \ud30c\uc77c\uc5d0 \ub300\ud574 \uc9c8\ubb38\ud574\ub3c4 \ub420\uae4c\uc694?<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \ub124. \uc0ac\uc6a9\uc790\ub294 \uc5c5\ub85c\ub4dc\ub41c \ubb38\uc11c\uc640 \ucc44\ud305\ud560 \uc218 \uc788\uc73c\uba70 \ud30c\uc77c \ub0b4\uc6a9\uc5d0 \ub530\ub77c \uad6c\uccb4\uc801\uc778 \uc9c8\ubb38\uc744 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>iWeaver\ub294 \ubb38\uc11c\uc5d0\uc11c \uad6c\uc870\ud654\ub41c \ub370\uc774\ud130\ub97c \ucd94\ucd9c\ud560 \uc218 \uc788\uc2b5\ub2c8\uae4c?<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \uc608. iWeaver\ub294 \ubb38\uc11c\uc5d0\uc11c \ub0a0\uc9dc, \uc870\ud56d, \ud45c, \uc774\ub984 \ubc0f \uae30\ud0c0 \uc8fc\uc694 \uc815\ubcf4\ub97c \uc2dd\ubcc4\ud558\uace0 \ucd94\ucd9c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>\ubb38\uc11c\ub97c \uc774\uc6a9\ud574\uc11c \ub9c8\uc778\ub4dc\ub9f5\uc744 \ub9cc\ub4e4 \uc218 \uc788\ub098\uc694?<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \ub124. \uc0ac\uc6a9\uc790\ub294 \uc5c5\ub85c\ub4dc\ub41c \ucf58\ud150\uce20\uc5d0\uc11c \uc2dc\uac01\uc801 \ub9c8\uc778\ub4dc\ub9f5\uacfc \uad6c\uc870\ud654\ub41c \uac1c\uc694\ub97c \uc9c1\uc811 \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>\ud300\uc5d0 \uc720\uc6a9\ud55c\uac00\uc694?<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \ub124. \ud300\uc5d0\uc11c\ub294 iWeaver\ub97c \ubb38\uc11c \uac80\ud1a0, \uc5f0\uad6c \uc6cc\ud06c\ud50c\ub85c, \uaddc\uc815 \uc900\uc218 \ud655\uc778, \ubcf4\uace0 \ubc0f \uc9c0\uc2dd \uad00\ub9ac\uc5d0 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>\uacb0\uacfc\ub97c \uc800\uc7a5\ud574\uc11c \ub098\uc911\uc5d0 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub098\uc694?<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \uc608. \uc694\uc57d, \ubcf4\uace0\uc11c \ubc0f \ucd94\ucd9c\ub41c \uc778\uc0ac\uc774\ud2b8\ub294 \ubaa8\ub450 \uc7ac\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc9c0\uc2dd \uae30\ubc18 \ub0b4\uc5d0 \uc800\uc7a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\nfunction toggleFaq(header) {\n    const item = header.parentElement;\n    const icon = header.querySelector('.faq-icon');\n    item.classList.toggle('active');\n    icon.textContent = item.classList.contains('active') ? '\u2212' : '+';\n}\n<\/script>\n\n\n\n<div class=\"iw-root\" data-iw-root=\"true\" data-block-key=\"cta\">\n<section class=\"mb-10 lg:mb-[160px] px-4\" data-xd-module=\"cta\">\n    <div class=\"iw-container mx-auto max-w-[1152px]\">\n        <div class=\"relative px-[24px] rounded-[48px] overflow-hidden bg-gradient-to-b from-[#dfe9fc] via-[#f1f5fe] to-[#dfe9fc] h-[auto] min-h-[488px] py-[60px] flex flex-col items-center justify-center text-center shadow-[0px_1px_3px_0px_rgba(0,0,0,0.1),0px_1px_2px_-1px_rgba(0,0,0,0.1)]\">\n            <div class=\"absolute top-[61px] left-[144px] w-[864px] h-[366px] bg-[rgba(194,122,255,0.1)] blur-[120px] rounded-[33554400px] pointer-events-none\"><\/div>\n            <div class=\"relative z-10 w-full mx-auto flex flex-col items-center\">\n                <h2 class=\"text-[30px] md:text-[48px] font-bold text-[#1a1a1a] mb-[24px] leading-[38px] md:leading-[56px]\" id=\"iw-editable-53\">\n                    <span data-wp-key=\"cta.titleLine1\" id=\"iw-editable-54\">\ubb38\uc11c\ub97c \uac80\uc0c9 \uac00\ub2a5\ud55c \uc9c0\uc2dd\uc73c\ub85c \ubcc0\ud658\ud558\uc138\uc694<\/span>\n                <\/h2>\n                <div class=\"md:text-[18px] text-[16px] text-[#4a5565] mb-[40px] max-w-[720px] mx-auto font-medium leading-[28px]\">\n                    <p class=\"mb-[12px]\" data-wp-key=\"cta.description\" id=\"iw-editable-56\">\n                        \uc694\uc57d \ub3c4\uad6c, \uba54\ubaa8 \uc571, \uc2a4\ud504\ub808\ub4dc\uc2dc\ud2b8, \ud3f4\ub354\ub97c \uc654\ub2e4 \uac14\ub2e4 \ud558\ub294 \uac83\uc744 \uba48\ucd94\uc138\uc694.\n                    <\/p>\n                    <p>\n                        \ud30c\uc77c\uc744 \ud55c \ubc88 \uc5c5\ub85c\ub4dc\ud55c \ud6c4 iWeaver\ub97c \uc0ac\uc6a9\ud558\uba74 \uc5f0\uacb0\ub41c \uc6cc\ud06c\ud50c\ub85c \ub0b4\uc5d0\uc11c \uc815\ubcf4\ub97c \uc694\uc57d, \ucd94\ucd9c, \ubd84\uc11d, \uad6c\uc131 \ubc0f \uc7ac\uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                <\/div>\n                <a href=\"https:\/\/www.iweaver.ai\/app\/chat\/0\/\" class=\"inline-flex items-center justify-center rounded-full px-[40px] min-w-[246px] w-fit h-[56px] text-[18px] font-medium bg-[#6841ea] hover:bg-[#5b36d0] text-white shadow-[0px_10px_15px_0px_rgba(0,0,0,0.1),0px_4px_6px_0px_rgba(0,0,0,0.1)] transition-all border-none cursor-pointer no-underline mb-[16px]\" data-wp-key=\"cta.buttonText\" id=\"iw-editable-57\">\n                    AI \ubb38\uc11c \uc6cc\ud06c\ud50c\ub85c\ub97c \uc0ac\uc6a9\ud574 \ubcf4\uc138\uc694\n                <\/a>\n                <p class=\"text-[14px] text-[#718096] max-w-[540px] mx-auto leading-[20px]\">\n                    \ubcc4\ub3c4\uc758 \uc124\uc815\uc774 \ud544\uc694 \uc5c6\uc2b5\ub2c8\ub2e4. PDF, DOCX, PPTX, \uc774\ubbf8\uc9c0, \ubcf4\uace0\uc11c \ubc0f \uc5f0\uad6c \ud30c\uc77c\uacfc \ud638\ud658\ub429\ub2c8\ub2e4.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n<\/div>\n\n\n\n<script type=\"application\/ld+json\">{\n    \"@context\": \"https:\\\/\\\/schema.org\",\n    \"@graph\": [\n        {\n            \"@type\": \"SoftwareApplication\",\n            \"@id\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/#software\",\n            \"name\": \"iWeaver AI Workflow Assistant\",\n            \"applicationCategory\": \"ProductivityApplication\",\n            \"operatingSystem\": \"Web\",\n            \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/\",\n            \"description\": \"iWeaver AI Workflow Assistant helps knowledge workers connect document summarization, data extraction, source-based Q&A, analysis, writing, visualization, and knowledge organization in one workspace.\",\n            \"brand\": {\n                \"@type\": \"Brand\",\n                \"name\": \"iWeaver\"\n            },\n            \"offers\": {\n                \"@type\": \"Offer\",\n                \"price\": \"0\",\n                \"priceCurrency\": \"USD\"\n            },\n            \"featureList\": [\n                \"Document workflow automation\",\n                \"AI document summarization\",\n                \"Data extraction\",\n                \"Meeting workflow\",\n                \"Research workflow\",\n                \"Report workflow\",\n                \"Legal document workflow\",\n                \"Marketing workflow\",\n                \"Mind map generation\",\n                \"Knowledge base organization\",\n                \"Source-based Q&A\"\n            ]\n        },\n        {\n            \"@type\": \"WebPage\",\n            \"@id\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/#webpage\",\n            \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/\",\n            \"name\": \"AI Workflow Assistant for Knowledge Workers\",\n            \"description\": \"Build AI workflows for summarizing documents, extracting data, analyzing reports, creating mind maps, writing content, and organizing knowledge in one workspace.\",\n            \"isPartOf\": {\n                \"@type\": \"WebSite\",\n                \"name\": \"iWeaver\",\n                \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/\"\n            },\n            \"about\": {\n                \"@id\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/#software\"\n            },\n            \"primaryImageOfPage\": {\n                \"@type\": \"ImageObject\",\n                \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/logo.png\"\n            }\n        },\n        {\n            \"@type\": \"ItemList\",\n            \"@id\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/#workflow-templates\",\n            \"name\": \"Popular AI Workflow Templates\",\n            \"itemListElement\": [\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 1,\n                    \"name\": \"Document Review Workflow\",\n                    \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-document-workflow\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 2,\n                    \"name\": \"Meeting Workflow\",\n                    \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-meeting-workflow\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 3,\n                    \"name\": \"Research Workflow\",\n                    \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-research-workflow\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 4,\n                    \"name\": \"Report Workflow\",\n                    \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-report-workflow\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 5,\n                    \"name\": \"Legal Document Workflow\",\n                    \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/agents\\\/contract-data-extraction\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 6,\n                    \"name\": \"Marketing Workflow\",\n                    \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/agents\\\/content-idea-generator\\\/\"\n                }\n            ]\n        },\n        {\n            \"@type\": \"HowTo\",\n            \"@id\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/#howto\",\n            \"name\": \"How to build an AI workflow with iWeaver\",\n            \"description\": \"Use iWeaver to build workflows that summarize, extract, analyze, create, and organize information.\",\n            \"step\": [\n                {\n                    \"@type\": \"HowToStep\",\n                    \"name\": \"Upload your source material\",\n                    \"text\": \"Add documents, notes, web pages, transcripts, reports, images, or research files.\"\n                },\n                {\n                    \"@type\": \"HowToStep\",\n                    \"name\": \"Summarize and extract key information\",\n                    \"text\": \"Use iWeaver to summarize content and extract facts, metrics, clauses, tasks, and key details.\"\n                },\n                {\n                    \"@type\": \"HowToStep\",\n                    \"name\": \"Analyze and ask follow-up questions\",\n                    \"text\": \"Compare information, identify patterns, and ask questions based on your uploaded sources.\"\n                },\n                {\n                    \"@type\": \"HowToStep\",\n                    \"name\": \"Create structured outputs\",\n                    \"text\": \"Generate reports, emails, outlines, mind maps, briefing notes, and other work-ready outputs.\"\n                },\n                {\n                    \"@type\": \"HowToStep\",\n                    \"name\": \"Organize the result\",\n                    \"text\": \"Save summaries and outputs into a reusable knowledge workspace for future search and Q&A.\"\n                }\n            ]\n        },\n        {\n            \"@type\": \"FAQPage\",\n            \"@id\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/#faq\",\n            \"mainEntity\": [\n                {\n                    \"@type\": \"Question\",\n                    \"name\": \"What is an AI workflow?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"An AI workflow is a connected process where AI helps complete multiple steps in a task, such as reading, summarizing, extracting, analyzing, creating, and organizing information.\"\n                    }\n                },\n                {\n                    \"@type\": \"Question\",\n                    \"name\": \"How can AI improve office workflows?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"AI can reduce repetitive reading, manual note-taking, data extraction, report drafting, and information organization.\"\n                    }\n                },\n                {\n                    \"@type\": \"Question\",\n                    \"name\": \"Is iWeaver a workflow automation tool?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"iWeaver helps knowledge workers build AI workflows around documents, research, meetings, reports, and knowledge management.\"\n                    }\n                },\n                {\n                    \"@type\": \"Question\",\n                    \"name\": \"Can iWeaver replace multiple single-purpose tools?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"For document-heavy work, iWeaver combines summarization, extraction, Q&A, writing, visualization, and knowledge organization in one workspace.\"\n                    }\n                }\n            ]\n        },\n        {\n            \"@type\": \"BreadcrumbList\",\n            \"@id\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/#breadcrumb\",\n            \"itemListElement\": [\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 1,\n                    \"name\": \"Home\",\n                    \"item\": \"https:\\\/\\\/www.iweaver.ai\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 2,\n                    \"name\": \"Solutions\",\n                    \"item\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 3,\n                    \"name\": \"AI Workflow\",\n                    \"item\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/\"\n                }\n            ]\n        }\n    ]\n}<\/script>","protected":false},"excerpt":{"rendered":"<p>\u26a1\ufe0f Next-Gen AI Document Engine One Workflow for Every Document Task Reading documents manually takes time \u2014 especially when information is spread across PDFs, slides, reports, contracts, meeting notes, and screenshots. iWeaver helps turn scattered files into structured knowledge. Upload documents once, then summarize content, extract key details, ask questions, generate reports, create mind maps, [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":14289,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"rank_math_title":"AI Document Workflow: Summarize, Extract and Analyze Files | iWeaver","rank_math_description":"Upload PDFs, DOCX, PPTX, images, and notes into one AI document workflow. Summarize files, extract key data, ask questions, generate reports, and organize knowledge faster with iWeaver.","rank_math_focus_keyword":"","project_source":"","footnotes":""},"categories":[],"tags":[],"class_list":["post-25606","page","type-page","status-publish","hentry"],"acf":[],"rankMath":{"parentDomain":"www.iweaver.ai","noFollowDomains":[],"noFollowExcludeDomains":[],"noFollowExternalLinks":true,"featuredImageNotice":"\ucd94\ucc9c \uc774\ubbf8\uc9c0\ub294 Facebook \ubc0f \uae30\ud0c0 \uc18c\uc15c \ubbf8\ub514\uc5b4 \uc0ac\uc774\ud2b8\uc5d0\uc11c \uc120\ud0dd\ud560 \uc218 \uc788\ub3c4\ub85d \ucd5c\uc18c 200 x 200\ud53d\uc140\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4.","pluginReviewed":false,"postSettings":{"linkSuggestions":true,"useFocusKeyword":false},"frontEndScore":false,"postName":"ai-document-workflow","permalinkFormat":"https:\/\/www.iweaver.ai\/ko\/%pagename%\/","showLockModifiedDate":true,"assessor":{"focusKeywordLink":"https:\/\/www.iweaver.ai\/wp-admin\/edit.php?focus_keyword=%focus_keyword%&post_type=%post_type%","hasTOCPlugin":true,"primaryTaxonomy":{"title":"\uce74\ud14c\uace0\ub9ac","name":"category","singularLabel":"\uce74\ud14c\uace0\ub9ac","restBase":"categories"},"serpData":{"title":"AI Document Workflow: Summarize, Extract and Analyze Files | iWeaver","description":"Upload PDFs, DOCX, PPTX, images, and notes into one AI document workflow. Summarize files, extract key data, ask questions, generate reports, and organize knowledge faster with iWeaver.","focusKeywords":"","pillarContent":false,"canonicalUrl":"","breadcrumbTitle":"","advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":"","facebookHasOverlay":false,"facebookImageOverlay":"","facebookAuthor":"","twitterCardType":"","twitterUseFacebook":true,"twitterTitle":"","twitterDescription":"","twitterImage":"","twitterImageID":"","twitterHasOverlay":false,"twitterImageOverlay":"","twitterPlayerUrl":"","twitterPlayerSize":"","twitterPlayerStream":"","twitterPlayerStreamCtype":"","twitterAppDescription":"","twitterAppIphoneName":"","twitterAppIphoneID":"","twitterAppIphoneUrl":"","twitterAppIpadName":"","twitterAppIpadID":"","twitterAppIpadUrl":"","twitterAppGoogleplayName":"","twitterAppGoogleplayID":"","twitterAppGoogleplayUrl":"","twitterAppCountry":"","robots":{"index":true},"twitterAuthor":"\uc0ac\uc6a9\uc790\uba85","primaryTerm":0,"authorName":"iWeaver","titleTemplate":"%title% %page% %sep% %sitename%","descriptionTemplate":"%excerpt%","showScoreFrontend":true,"lockModifiedDate":false},"powerWords":[],"diacritics":{"A":"[\\u0041\\u24B6\\uFF21\\u00C0\\u00C1\\u00C2\\u1EA6\\u1EA4\\u1EAA\\u1EA8\\u00C3\\u0100\\u0102\\u1EB0\\u1EAE\\u1EB4\\u1EB2\\u0226\\u01E0\\u00C4\\u01DE\\u1EA2\\u00C5\\u01FA\\u01CD\\u0200\\u0202\\u1EA0\\u1EAC\\u1EB6\\u1E00\\u0104\\u023A\\u2C6F]","AA":"[\\uA732]","AE":"[\\u00C6\\u01FC\\u01E2]","AO":"[\\uA734]","AU":"[\\uA736]","AV":"[\\uA738\\uA73A]","AY":"[\\uA73C]","B":"[\\u0042\\u24B7\\uFF22\\u1E02\\u1E04\\u1E06\\u0243\\u0182\\u0181]","C":"[\\u0043\\u24B8\\uFF23\\u0106\\u0108\\u010A\\u010C\\u00C7\\u1E08\\u0187\\u023B\\uA73E]","D":"[\\u0044\\u24B9\\uFF24\\u1E0A\\u010E\\u1E0C\\u1E10\\u1E12\\u1E0E\\u0110\\u018B\\u018A\\u0189\\uA779]","DZ":"[\\u01F1\\u01C4]","Dz":"[\\u01F2\\u01C5]","E":"[\\u0045\\u24BA\\uFF25\\u00C8\\u00C9\\u00CA\\u1EC0\\u1EBE\\u1EC4\\u1EC2\\u1EBC\\u0112\\u1E14\\u1E16\\u0114\\u0116\\u00CB\\u1EBA\\u011A\\u0204\\u0206\\u1EB8\\u1EC6\\u0228\\u1E1C\\u0118\\u1E18\\u1E1A\\u0190\\u018E]","F":"[\\u0046\\u24BB\\uFF26\\u1E1E\\u0191\\uA77B]","G":"[\\u0047\\u24BC\\uFF27\\u01F4\\u011C\\u1E20\\u011E\\u0120\\u01E6\\u0122\\u01E4\\u0193\\uA7A0\\uA77D\\uA77E]","H":"[\\u0048\\u24BD\\uFF28\\u0124\\u1E22\\u1E26\\u021E\\u1E24\\u1E28\\u1E2A\\u0126\\u2C67\\u2C75\\uA78D]","I":"[\\u0049\\u24BE\\uFF29\\u00CC\\u00CD\\u00CE\\u0128\\u012A\\u012C\\u0130\\u00CF\\u1E2E\\u1EC8\\u01CF\\u0208\\u020A\\u1ECA\\u012E\\u1E2C\\u0197]","J":"[\\u004A\\u24BF\\uFF2A\\u0134\\u0248]","K":"[\\u004B\\u24C0\\uFF2B\\u1E30\\u01E8\\u1E32\\u0136\\u1E34\\u0198\\u2C69\\uA740\\uA742\\uA744\\uA7A2]","L":"[\\u004C\\u24C1\\uFF2C\\u013F\\u0139\\u013D\\u1E36\\u1E38\\u013B\\u1E3C\\u1E3A\\u0141\\u023D\\u2C62\\u2C60\\uA748\\uA746\\uA780]","LJ":"[\\u01C7]","Lj":"[\\u01C8]","M":"[\\u004D\\u24C2\\uFF2D\\u1E3E\\u1E40\\u1E42\\u2C6E\\u019C]","N":"[\\u004E\\u24C3\\uFF2E\\u01F8\\u0143\\u00D1\\u1E44\\u0147\\u1E46\\u0145\\u1E4A\\u1E48\\u0220\\u019D\\uA790\\uA7A4]","NJ":"[\\u01CA]","Nj":"[\\u01CB]","O":"[\\u004F\\u24C4\\uFF2F\\u00D2\\u00D3\\u00D4\\u1ED2\\u1ED0\\u1ED6\\u1ED4\\u00D5\\u1E4C\\u022C\\u1E4E\\u014C\\u1E50\\u1E52\\u014E\\u022E\\u0230\\u00D6\\u022A\\u1ECE\\u0150\\u01D1\\u020C\\u020E\\u01A0\\u1EDC\\u1EDA\\u1EE0\\u1EDE\\u1EE2\\u1ECC\\u1ED8\\u01EA\\u01EC\\u00D8\\u01FE\\u0186\\u019F\\uA74A\\uA74C]","OI":"[\\u01A2]","OO":"[\\uA74E]","OU":"[\\u0222]","P":"[\\u0050\\u24C5\\uFF30\\u1E54\\u1E56\\u01A4\\u2C63\\uA750\\uA752\\uA754]","Q":"[\\u0051\\u24C6\\uFF31\\uA756\\uA758\\u024A]","R":"[\\u0052\\u24C7\\uFF32\\u0154\\u1E58\\u0158\\u0210\\u0212\\u1E5A\\u1E5C\\u0156\\u1E5E\\u024C\\u2C64\\uA75A\\uA7A6\\uA782]","S":"[\\u0053\\u24C8\\uFF33\\u1E9E\\u015A\\u1E64\\u015C\\u1E60\\u0160\\u1E66\\u1E62\\u1E68\\u0218\\u015E\\u2C7E\\uA7A8\\uA784]","T":"[\\u0054\\u24C9\\uFF34\\u1E6A\\u0164\\u1E6C\\u021A\\u0162\\u1E70\\u1E6E\\u0166\\u01AC\\u01AE\\u023E\\uA786]","TZ":"[\\uA728]","U":"[\\u0055\\u24CA\\uFF35\\u00D9\\u00DA\\u00DB\\u0168\\u1E78\\u016A\\u1E7A\\u016C\\u00DC\\u01DB\\u01D7\\u01D5\\u01D9\\u1EE6\\u016E\\u0170\\u01D3\\u0214\\u0216\\u01AF\\u1EEA\\u1EE8\\u1EEE\\u1EEC\\u1EF0\\u1EE4\\u1E72\\u0172\\u1E76\\u1E74\\u0244]","V":"[\\u0056\\u24CB\\uFF36\\u1E7C\\u1E7E\\u01B2\\uA75E\\u0245]","VY":"[\\uA760]","W":"[\\u0057\\u24CC\\uFF37\\u1E80\\u1E82\\u0174\\u1E86\\u1E84\\u1E88\\u2C72]","X":"[\\u0058\\u24CD\\uFF38\\u1E8A\\u1E8C]","Y":"[\\u0059\\u24CE\\uFF39\\u1EF2\\u00DD\\u0176\\u1EF8\\u0232\\u1E8E\\u0178\\u1EF6\\u1EF4\\u01B3\\u024E\\u1EFE]","Z":"[\\u005A\\u24CF\\uFF3A\\u0179\\u1E90\\u017B\\u017D\\u1E92\\u1E94\\u01B5\\u0224\\u2C7F\\u2C6B\\uA762]","a":"[\\u0061\\u24D0\\uFF41\\u1E9A\\u00E0\\u00E1\\u00E2\\u1EA7\\u1EA5\\u1EAB\\u1EA9\\u00E3\\u0101\\u0103\\u1EB1\\u1EAF\\u1EB5\\u1EB3\\u0227\\u01E1\\u00E4\\u01DF\\u1EA3\\u00E5\\u01FB\\u01CE\\u0201\\u0203\\u1EA1\\u1EAD\\u1EB7\\u1E01\\u0105\\u2C65\\u0250]","aa":"[\\uA733]","ae":"[\\u00E6\\u01FD\\u01E3]","ao":"[\\uA735]","au":"[\\uA737]","av":"[\\uA739\\uA73B]","ay":"[\\uA73D]","b":"[\\u0062\\u24D1\\uFF42\\u1E03\\u1E05\\u1E07\\u0180\\u0183\\u0253]","c":"[\\u0063\\u24D2\\uFF43\\u0107\\u0109\\u010B\\u010D\\u00E7\\u1E09\\u0188\\u023C\\uA73F\\u2184]","d":"[\\u0064\\u24D3\\uFF44\\u1E0B\\u010F\\u1E0D\\u1E11\\u1E13\\u1E0F\\u0111\\u018C\\u0256\\u0257\\uA77A]","dz":"[\\u01F3\\u01C6]","e":"[\\u0065\\u24D4\\uFF45\\u00E8\\u00E9\\u00EA\\u1EC1\\u1EBF\\u1EC5\\u1EC3\\u1EBD\\u0113\\u1E15\\u1E17\\u0115\\u0117\\u00EB\\u1EBB\\u011B\\u0205\\u0207\\u1EB9\\u1EC7\\u0229\\u1E1D\\u0119\\u1E19\\u1E1B\\u0247\\u025B\\u01DD]","f":"[\\u0066\\u24D5\\uFF46\\u1E1F\\u0192\\uA77C]","g":"[\\u0067\\u24D6\\uFF47\\u01F5\\u011D\\u1E21\\u011F\\u0121\\u01E7\\u0123\\u01E5\\u0260\\uA7A1\\u1D79\\uA77F]","h":"[\\u0068\\u24D7\\uFF48\\u0125\\u1E23\\u1E27\\u021F\\u1E25\\u1E29\\u1E2B\\u1E96\\u0127\\u2C68\\u2C76\\u0265]","hv":"[\\u0195]","i":"[\\u0069\\u24D8\\uFF49\\u00EC\\u00ED\\u00EE\\u0129\\u012B\\u012D\\u00EF\\u1E2F\\u1EC9\\u01D0\\u0209\\u020B\\u1ECB\\u012F\\u1E2D\\u0268\\u0131]","j":"[\\u006A\\u24D9\\uFF4A\\u0135\\u01F0\\u0249]","k":"[\\u006B\\u24DA\\uFF4B\\u1E31\\u01E9\\u1E33\\u0137\\u1E35\\u0199\\u2C6A\\uA741\\uA743\\uA745\\uA7A3]","l":"[\\u006C\\u24DB\\uFF4C\\u0140\\u013A\\u013E\\u1E37\\u1E39\\u013C\\u1E3D\\u1E3B\\u017F\\u0142\\u019A\\u026B\\u2C61\\uA749\\uA781\\uA747]","lj":"[\\u01C9]","m":"[\\u006D\\u24DC\\uFF4D\\u1E3F\\u1E41\\u1E43\\u0271\\u026F]","n":"[\\u006E\\u24DD\\uFF4E\\u01F9\\u0144\\u00F1\\u1E45\\u0148\\u1E47\\u0146\\u1E4B\\u1E49\\u019E\\u0272\\u0149\\uA791\\uA7A5]","nj":"[\\u01CC]","o":"[\\u006F\\u24DE\\uFF4F\\u00F2\\u00F3\\u00F4\\u1ED3\\u1ED1\\u1ED7\\u1ED5\\u00F5\\u1E4D\\u022D\\u1E4F\\u014D\\u1E51\\u1E53\\u014F\\u022F\\u0231\\u00F6\\u022B\\u1ECF\\u0151\\u01D2\\u020D\\u020F\\u01A1\\u1EDD\\u1EDB\\u1EE1\\u1EDF\\u1EE3\\u1ECD\\u1ED9\\u01EB\\u01ED\\u00F8\\u01FF\\u0254\\uA74B\\uA74D\\u0275]","oi":"[\\u01A3]","ou":"[\\u0223]","oo":"[\\uA74F]","p":"[\\u0070\\u24DF\\uFF50\\u1E55\\u1E57\\u01A5\\u1D7D\\uA751\\uA753\\uA755]","q":"[\\u0071\\u24E0\\uFF51\\u024B\\uA757\\uA759]","r":"[\\u0072\\u24E1\\uFF52\\u0155\\u1E59\\u0159\\u0211\\u0213\\u1E5B\\u1E5D\\u0157\\u1E5F\\u024D\\u027D\\uA75B\\uA7A7\\uA783]","s":"[\\u0073\\u24E2\\uFF53\\u015B\\u1E65\\u015D\\u1E61\\u0161\\u1E67\\u1E63\\u1E69\\u0219\\u015F\\u023F\\uA7A9\\uA785\\u1E9B]","ss":"[\\u00DF]","t":"[\\u0074\\u24E3\\uFF54\\u1E6B\\u1E97\\u0165\\u1E6D\\u021B\\u0163\\u1E71\\u1E6F\\u0167\\u01AD\\u0288\\u2C66\\uA787]","tz":"[\\uA729]","u":"[\\u0075\\u24E4\\uFF55\\u00F9\\u00FA\\u00FB\\u0169\\u1E79\\u016B\\u1E7B\\u016D\\u00FC\\u01DC\\u01D8\\u01D6\\u01DA\\u1EE7\\u016F\\u0171\\u01D4\\u0215\\u0217\\u01B0\\u1EEB\\u1EE9\\u1EEF\\u1EED\\u1EF1\\u1EE5\\u1E73\\u0173\\u1E77\\u1E75\\u0289]","v":"[\\u0076\\u24E5\\uFF56\\u1E7D\\u1E7F\\u028B\\uA75F\\u028C]","vy":"[\\uA761]","w":"[\\u0077\\u24E6\\uFF57\\u1E81\\u1E83\\u0175\\u1E87\\u1E85\\u1E98\\u1E89\\u2C73]","x":"[\\u0078\\u24E7\\uFF58\\u1E8B\\u1E8D]","y":"[\\u0079\\u24E8\\uFF59\\u1EF3\\u00FD\\u0177\\u1EF9\\u0233\\u1E8F\\u00FF\\u1EF7\\u1E99\\u1EF5\\u01B4\\u024F\\u1EFF]","z":"[\\u007A\\u24E9\\uFF5A\\u017A\\u1E91\\u017C\\u017E\\u1E93\\u1E95\\u01B6\\u0225\\u0240\\u2C6C\\uA763]"},"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasRedirection":true,"hasBreadcrumb":true},"homeUrl":"https:\/\/www.iweaver.ai\/ko","objectID":25606,"objectType":"post","locale":"ko","localeFull":"ko_KR","overlayImages":{"play":{"name":"\uc7ac\uc0dd \uc544\uc774\ucf58","url":"https:\/\/www.iweaver.ai\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","path":"\/usr\/local\/lsws\/iweaver_ai\/html\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","position":"middle_center"},"gif":{"name":"GIF \uc544\uc774\ucf58","url":"https:\/\/www.iweaver.ai\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","path":"\/usr\/local\/lsws\/iweaver_ai\/html\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","position":"middle_center"}},"defautOgImage":"https:\/\/www.iweaver.ai\/wp-content\/uploads\/2024\/12\/cropped-\u7f16\u7ec4-31@2x.png","customPermalinks":true,"isUserRegistered":false,"autoSuggestKeywords":false,"connectSiteUrl":"https:\/\/rankmath.com\/auth?site=https%3A%2F%2Fwww.iweaver.ai%2Fko&r=https%3A%2F%2Fwww.iweaver.ai%3A8088%2Fko%2Fwp-json%2Fwp%2Fv2%2Fpages%2F25606%3Fnonce%3Dbe6893c5d8","maxTags":5,"trendsIcon":"<svg viewBox=\"0 0 610 610\"><path d=\"M18.85,446,174.32,290.48l58.08,58.08L76.93,504a14.54,14.54,0,0,1-20.55,0L18.83,466.48a14.54,14.54,0,0,1,0-20.55Z\" style=\"fill:#4285f4\"\/><path d=\"M242.65,242.66,377.59,377.6l-47.75,47.75a14.54,14.54,0,0,1-20.55,0L174.37,290.43l47.75-47.75A14.52,14.52,0,0,1,242.65,242.66Z\" style=\"fill:#ea4335\"\/><polygon points=\"319.53 319.53 479.26 159.8 537.34 217.88 377.61 377.62 319.53 319.53\" style=\"fill:#fabb05\"\/><path d=\"M594.26,262.73V118.61h0a16.94,16.94,0,0,0-16.94-16.94H433.2a16.94,16.94,0,0,0-12,28.92L565.34,274.71h0a16.94,16.94,0,0,0,28.92-12Z\" style=\"fill:#34a853\"\/><rect width=\"610\" height=\"610\" style=\"fill:none\"\/><\/svg>","showScore":true,"siteFavIcon":"https:\/\/www.iweaver.ai\/wp-content\/uploads\/2025\/04\/cropped-20240919-170227-32x32.jpeg","canUser":{"general":false,"advanced":false,"snippet":false,"social":false,"analysis":false,"analytics":false,"content_ai":false},"showKeywordIntent":true,"isPro":false,"is_front_page":false,"trendsUpgradeLink":"https:\/\/rankmath.com\/pricing\/?utm_source=Plugin&utm_medium=CE%20General%20Tab%20Trends&utm_campaign=WP","trendsUpgradeLabel":"\uc5c5\uadf8\ub808\uc774\ub4dc","trendsPreviewImage":"https:\/\/www.iweaver.ai\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/trends-preview.jpg","currentEditor":false,"homepageData":{"assessor":{"powerWords":[],"diacritics":true,"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasBreadcrumb":true,"serpData":{"title":"%sitename% %page% %sep% %sitedesc%","description":"","titleTemplate":"%sitename% %page% %sep% %sitedesc%","descriptionTemplate":"","focusKeywords":"","breadcrumbTitle":"Home","robots":{"index":true},"advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":""}}},"tocTitle":"Table of Contents","tocExcludeHeadings":[],"listStyle":"ul"},"_links":{"self":[{"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/pages\/25606","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/comments?post=25606"}],"version-history":[{"count":3,"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/pages\/25606\/revisions"}],"predecessor-version":[{"id":25633,"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/pages\/25606\/revisions\/25633"}],"up":[{"embeddable":true,"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/pages\/14289"}],"wp:attachment":[{"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/media?parent=25606"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/categories?post=25606"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/tags?post=25606"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}