{"id":25594,"date":"2026-05-18T18:00:14","date_gmt":"2026-05-18T10:00:14","guid":{"rendered":"https:\/\/www.iweaver.ai\/?page_id=25594"},"modified":"2026-05-19T17:14:31","modified_gmt":"2026-05-19T09:14:31","slug":"ai-for-knowledge-workers","status":"publish","type":"page","link":"https:\/\/www.iweaver.ai\/ko\/solutions\/ai-for-knowledge-workers\/","title":{"rendered":"\uc9c0\uc2dd \ub178\ub3d9\uc790"},"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<style>\n  .iw-hero-section {\n    width: 100%;\n    padding: 100px 20px 80px 20px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background: linear-gradient(180deg, #dfe9fc 0%, #f1f5fe 50%, #f8fafc 100%);\n    text-align: center;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .iw-hero-bg-glow {\n    position: absolute;\n    top: -10%;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 800px;\n    height: 400px;\n    background: rgba(194, 122, 255, 0.15);\n    filter: blur(100px);\n    border-radius: 50%;\n    pointer-events: none;\n    z-index: 1;\n  }\n\n  .iw-hero-container {\n    max-width: 900px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 10;\n  }\n\n  .iw-hero-title {\n    font-size: 56px;\n    font-weight: 800;\n    color: #1a1a1a;\n    line-height: 1.2;\n    margin: 0 0 24px 0;\n    letter-spacing: -0.02em;\n  }\n\n  .iw-hero-subtitle {\n    font-size: 18px;\n    color: #4a5565;\n    line-height: 1.6;\n    max-width: 720px;\n    margin: 0 auto 40px auto;\n    font-weight: 500;\n  }\n\n  .iw-hero-ctas {\n    display: flex;\n    justify-content: center;\n    margin-bottom: 72px;\n  }\n\n  .iw-btn-primary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 0 40px;\n    height: 56px;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    text-decoration: none;\n    background-color: #6841ea;\n    color: #ffffff;\n    box-shadow: 0px 10px 15px 0px rgba(104, 65, 234, 0.15);\n    transition: all 0.2s ease;\n    cursor: pointer;\n  }\n\n  .iw-btn-primary:hover {\n    background-color: #5b36d0;\n    transform: translateY(-1px);\n  }\n\n  .iw-hero-points {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 24px;\n    border-top: 1px solid rgba(226, 232, 240, 0.8);\n    padding-top: 48px;\n  }\n\n  .iw-point-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n  }\n\n  .iw-point-icon {\n    width: 40px;\n    height: 40px;\n    background-color: rgba(104, 65, 234, 0.08);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #6841ea;\n    margin-bottom: 16px;\n  }\n\n  .iw-point-text {\n    font-size: 15px;\n    color: #334155;\n    line-height: 1.5;\n    font-weight: 600;\n  }\n\n  @media (max-width: 768px) {\n    .iw-hero-section {\n      padding: 60px 20px 48px 20px;\n    }\n    .iw-hero-title {\n      font-size: 38px;\n    }\n    .iw-hero-subtitle {\n      font-size: 16px;\n    }\n    .iw-hero-ctas {\n      margin-bottom: 48px;\n    }\n    .iw-btn-primary {\n      width: 100%;\n      max-width: 280px;\n    }\n    .iw-hero-points {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 32px 16px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .iw-hero-points {\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n  }\n<\/style>\n\n<div class=\"iw-hero-section\">\n  <div class=\"iw-hero-bg-glow\"><\/div>\n\n  <div class=\"iw-hero-container\">\n    <h1 class=\"iw-hero-title\">\uc9c0\uc2dd \uadfc\ub85c\uc790\ub97c \uc704\ud55c AI<\/h1>\n    \n    <p class=\"iw-hero-subtitle\">\n      \ubb38\uc11c\ub97c \uc77d\uace0, \uc815\ubcf4\ub97c \uac80\ud1a0\ud558\uace0, \ubcf4\uace0\uc11c\ub97c \uc791\uc131\ud558\uace0, \uba54\ubaa8\ub97c \uc815\ub9ac\ud558\uace0, \uc5ec\ub7ec \ub3c4\uad6c\ub97c \uc804\ud658\ud558\ub294 \ub370\ub294 \uc2dc\uac04\uc774 \uac78\ub9bd\ub2c8\ub2e4. iWeaver\ub294 \uc9c0\uc2dd \uadfc\ub85c\uc790\uac00 \ud558\ub098\uc758 \uc6cc\ud06c\ud50c\ub85c\uc5d0\uc11c \uc815\ubcf4\ub97c \uc694\uc57d, \ubd84\uc11d, \uc5f0\uacb0 \ubc0f \uad6c\uc870\ud654\ud560 \uc218 \uc788\ub3c4\ub85d \uc9c0\uc6d0\ud569\ub2c8\ub2e4.\n    <\/p>\n\n    <div class=\"iw-hero-ctas\">\n      <a href=\"https:\/\/www.iweaver.ai\/app\/chat\/0\/\" class=\"iw-btn-primary\">\ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uc138\uc694<\/a>\n    <\/div>\n\n    <div class=\"iw-hero-points\">\n      \n      <div class=\"iw-point-item\">\n        <div class=\"iw-point-icon\">\n          <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n        <\/div>\n        <span class=\"iw-point-text\">\uae34 \ubb38\uc11c\ub97c \ub2e8 \uba87 \ucd08 \ub9cc\uc5d0 \uc694\uc57d\ud558\uc138\uc694<\/span>\n      <\/div>\n\n      <div class=\"iw-point-item\">\n        <div class=\"iw-point-icon\">\n          <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n        <\/div>\n        <span class=\"iw-point-text\">\ud769\uc5b4\uc9c4 \uc815\ubcf4\ub97c \uad6c\uc870\ud654\ub41c \uc9c0\uc2dd\uc73c\ub85c \ubc14\uafb8\uc138\uc694<\/span>\n      <\/div>\n\n      <div class=\"iw-point-item\">\n        <div class=\"iw-point-icon\">\n          <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n        <\/div>\n        <span class=\"iw-point-text\">\ub9c8\uc778\ub4dc\ub9f5, \ubcf4\uace0\uc11c, \uba54\ubaa8\ub97c \uc790\ub3d9\uc73c\ub85c \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/span>\n      <\/div>\n\n      <div class=\"iw-point-item\">\n        <div class=\"iw-point-icon\">\n          <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n        <\/div>\n        <span class=\"iw-point-text\">PDF, \uc6f9\ud398\uc774\uc9c0, \ub3d9\uc601\uc0c1, \uc2a4\ud06c\ub9bd\ud2b8 \ub4f1 \ub2e4\uc591\ud55c \ud30c\uc77c\uc744 \ub2e4\ub8f0 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<style>\n  .iw-scroll-section {\n    width: 100%;\n    padding: 80px 0;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background-color: #ffffff;\n    color: #1e293b;\n    overflow: hidden;\n  }\n\n  .iw-scroll-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n\n  .iw-scroll-head {\n    margin-bottom: 40px;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n    text-align: center;\n  }\n\n  .iw-scroll-head h2 {\n    font-size: 36px;\n    font-weight: 800;\n    color: #0f172a;\n    margin: 0 0 16px 0;\n    letter-spacing: -0.03em;\n    line-height: 1.2;\n  }\n\n  .iw-scroll-head p {\n    font-size: 16px;\n    color: #64748b;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  .iw-scroll-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    padding: 10px 20px 30px 20px;\n    margin-left: -20px;\n    width: calc(100% + 40px);\n    display: flex;\n    gap: 20px;\n    scroll-snap-type: x mandatory;\n    scrollbar-width: none;\n  }\n\n  .iw-scroll-wrapper::-webkit-scrollbar {\n    display: none;\n  }\n\n  .iw-scroll-card {\n    flex: 0 0 310px;\n    scroll-snap-align: start;\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-radius: 20px;\n    padding: 24px;\n    display: flex;\n    flex-direction: column;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.01);\n    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  .iw-scroll-card:hover {\n    transform: translateY(-6px);\n    border-color: #6841ea;\n    box-shadow: 0 16px 24px -8px rgba(104, 65, 234, 0.08);\n  }\n\n  .iw-scroll-card-title-row {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 14px;\n  }\n\n  .iw-scroll-card-icon {\n    font-size: 20px;\n    width: 38px;\n    height: 38px;\n    background: #f8fafc;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid #e2e8f0;\n    flex-shrink: 0;\n    transition: all 0.3s ease;\n  }\n\n  .iw-scroll-card:hover .iw-scroll-card-icon {\n    background: #6841ea;\n    color: #ffffff;\n    border-color: #6841ea;\n  }\n\n  .iw-scroll-card h3 {\n    font-size: 17px;\n    font-weight: 700;\n    color: #0f172a;\n    margin: 0;\n    line-height: 1.3;\n  }\n\n  .iw-scroll-card p {\n    font-size: 14px;\n    color: #64748b;\n    line-height: 1.5;\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .iw-scroll-section {\n      padding: 50px 0;\n    }\n    .iw-scroll-head h2 {\n      font-size: 28px;\n    }\n    .iw-scroll-card {\n      flex: 0 0 270px;\n      padding: 20px;\n    }\n  }\n<\/style>\n\n<div class=\"iw-scroll-section\">\n  <div class=\"iw-scroll-container\">\n    \n    <div class=\"iw-scroll-head\">\n      <h2>\uc9c0\uc2dd \ub178\ub3d9\uc790\ub4e4\uc774 \ub9e4\uc77c \ud558\ub294 \uc77c<\/h2>\n      <p>\uc815\ubcf4\ub294 \ube60\ub974\uac8c \ubcc0\ud654\ud558\uc9c0\ub9cc, \ub300\ubd80\ubd84\uc758 \uc5c5\ubb34\ub294 \uadf8\ub807\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc9c0\uc2dd \ub178\ub3d9\uc790\ub4e4\uc740 \ud558\ub8e8 \uc911 \uc0c1\ub2f9 \uc2dc\uac04\uc744 \ub2e4\uc591\ud55c \ud615\uc2dd\uc758 \uc815\ubcf4\ub97c \uc77d\uace0, \uac80\ud1a0\ud558\uace0, \uc815\ub9ac\ud558\uace0, \ub2e4\uc2dc \uc4f0\ub294 \ub370 \uc18c\ube44\ud569\ub2c8\ub2e4.<\/p>\n    <\/div>\n\n    <div class=\"iw-scroll-wrapper\">\n      \n      <div class=\"iw-scroll-card\">\n        <div class=\"iw-scroll-card-title-row\">\n          <div class=\"iw-scroll-card-icon\">\ud83d\udcda<\/div>\n          <h3>\ubb38\uc11c \uac80\ud1a0<\/h3>\n        <\/div>\n        <p>\uacc4\uc57d\uc11c, \uc5f0\uad6c \ub17c\ubb38, \ud68c\uc758\ub85d, PDF \ud30c\uc77c, \uc2a4\ud504\ub808\ub4dc\uc2dc\ud2b8, \uc81c\uc548\uc11c, \ubcf4\uace0\uc11c \ubc0f \ud504\ub808\uc820\ud14c\uc774\uc158.<\/p>\n      <\/div>\n\n      <div class=\"iw-scroll-card\">\n        <div class=\"iw-scroll-card-title-row\">\n          <div class=\"iw-scroll-card-icon\">\ud83d\udcdd<\/div>\n          <h3>\uc815\ubcf4 \uc694\uc57d<\/h3>\n        <\/div>\n        <p>\uae34 \ubb38\uc11c, \ube44\ub514\uc624, \ub179\uc74c \ud30c\uc77c \ubc0f \ub0b4\ubd80 \uc9c0\uc2dd \uae30\ubc18\uc5d0\uc11c \ud575\uc2ec \ub0b4\uc6a9\uc744 \ucd94\ucd9c\ud569\ub2c8\ub2e4.<\/p>\n      <\/div>\n\n      <div class=\"iw-scroll-card\">\n        <div class=\"iw-scroll-card-title-row\">\n          <div class=\"iw-scroll-card-icon\">\u26a1<\/div>\n          <h3>\uacb0\uacfc\ubb3c \uc0dd\uc131<\/h3>\n        <\/div>\n        <p>\ubcf4\uace0\uc11c \uc791\uc131, \ud504\ub808\uc820\ud14c\uc774\uc158 \uc900\ube44, \uc774\uba54\uc77c \uc791\uc131, \ud68c\uc758 \uc694\uc57d \uc791\uc131, \uccb4\uacc4\uc801\uc778 \ud68c\uc758\ub85d \uc791\uc131.<\/p>\n      <\/div>\n\n      <div class=\"iw-scroll-card\">\n        <div class=\"iw-scroll-card-title-row\">\n          <div class=\"iw-scroll-card-icon\">\ud83d\udd17<\/div>\n          <h3>\uc5f0\uacb0 \uc815\ubcf4<\/h3>\n        <\/div>\n        <p>\ub2e4\uc591\ud55c \ucd9c\ucc98\ub97c \ube44\uad50\ud558\uace0, \ud328\ud134\uc744 \ud30c\uc545\ud558\uace0, \ud1b5\ucc30\ub825\uc744 \uc5f0\uacb0\ud558\uace0, \ud30c\ud3b8\ud654\ub41c \uc815\ubcf4\ub97c \uba85\ud655\ud55c \uc6cc\ud06c\ud50c\ub85c\ub85c \uc815\ub9ac\ud569\ub2c8\ub2e4.<\/p>\n      <\/div>\n\n      <div class=\"iw-scroll-card\">\n        <div class=\"iw-scroll-card-title-row\">\n          <div class=\"iw-scroll-card-icon\">\ud83d\uddc2\ufe0f<\/div>\n          <h3>\uc9c0\uc2dd \uad00\ub9ac<\/h3>\n        <\/div>\n        <p>\uba54\ubaa8\ub97c \uc800\uc7a5\ud558\uace0, \uc7ac\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ucc38\uace0 \uc790\ub8cc\ub97c \ub9cc\ub4e4\uace0, \ud5a5\ud6c4 \uc791\uc5c5\uc744 \uc704\ud574 \uc815\ubcf4\ub97c \uac80\uc0c9\ud560 \uc218 \uc788\ub3c4\ub85d \ubcf4\uad00\ud569\ub2c8\ub2e4.<\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<style>\n  .iw-bottlenecks-section {\n    width: 100%;\n    padding: 100px 20px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background-color: #ffffff;\n  }\n\n  .iw-bottlenecks-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    display: flex;\n    gap: 64px;\n  }\n\n  .iw-bottlenecks-sidebar {\n    flex: 0 0 380px;\n    position: sticky;\n    top: 40px;\n    height: fit-content;\n    display: flex;\n    flex-direction: column;\n    gap: 32px;\n  }\n\n  .iw-bottlenecks-sidebar h2 {\n    font-size: 38px;\n    font-weight: 800;\n    color: #0f172a;\n    margin: 0 0 16px 0;\n    letter-spacing: -0.03em;\n    line-height: 1.2;\n  }\n\n  .iw-bottlenecks-sidebar p {\n    font-size: 16px;\n    color: #64748b;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  .iw-bottlenecks-image {\n    width: 100%;\n    height: auto;\n    border-radius: 16px;\n    border: 1px solid #e2e8f0;\n    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.05);\n    display: block;\n  }\n\n  .iw-bottlenecks-flow {\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n    gap: 40px;\n  }\n\n  .iw-bottlenecks-item {\n    display: flex;\n    gap: 24px;\n    padding-bottom: 32px;\n    border-bottom: 1px solid #f1f5f9;\n    position: relative;\n    transition: all 0.3s ease;\n  }\n\n  .iw-bottlenecks-item:last-child {\n    border-bottom: none;\n    padding-bottom: 0;\n  }\n\n  .iw-bottlenecks-item::before {\n    content: '';\n    position: absolute;\n    left: -24px;\n    top: 0;\n    bottom: 32px;\n    width: 3px;\n    background: linear-gradient(to bottom, #6366f1, #3b82f6);\n    opacity: 0;\n    transition: opacity 0.2s ease;\n  }\n\n  .iw-bottlenecks-item:hover::before {\n    opacity: 1;\n  }\n\n  .iw-bottlenecks-icon-wrapper {\n    flex: 0 0 48px;\n    height: 48px;\n    background-color: #f8fafc;\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 22px;\n    transition: all 0.2s ease;\n  }\n\n  .iw-bottlenecks-item:hover .iw-bottlenecks-icon-wrapper {\n    background-color: #eff6ff;\n    transform: scale(1.05);\n  }\n\n  .iw-bottlenecks-content h3 {\n    font-size: 18px;\n    font-weight: 700;\n    color: #1e293b;\n    margin: 0 0 8px 0;\n    line-height: 1.4;\n  }\n\n  .iw-bottlenecks-content p {\n    font-size: 15px;\n    color: #475569;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  @media (max-width: 968px) {\n    .iw-bottlenecks-container {\n      flex-direction: column;\n      gap: 48px;\n    }\n    .iw-bottlenecks-sidebar {\n      flex: none;\n      position: static;\n      max-width: 100%;\n    }\n    .iw-bottlenecks-sidebar h2 {\n      font-size: 32px;\n    }\n    .iw-bottlenecks-image {\n      max-width: 480px;\n    }\n    .iw-bottlenecks-item::before {\n      display: none;\n    }\n  }\n<\/style>\n\n<div class=\"iw-bottlenecks-section\">\n  <div class=\"iw-bottlenecks-container\">\n    \n    <div class=\"iw-bottlenecks-sidebar\">\n      <div>\n        <h2>\uc77c\ubc18\uc801\uc778 \ubcd1\ubaa9 \ud604\uc0c1<\/h2>\n        <p>\ub300\ubd80\ubd84\uc758 \uc9c0\uc2dd \ub178\ub3d9\uc740 \uc5ec\uc804\ud788 \ubc18\ubcf5\uc801\uc778 \uc721\uccb4 \ub178\ub3d9\uc785\ub2c8\ub2e4. \ubc14\ub85c \uc774\uac83\uc774 \ub2f9\uc2e0\uc758 \ubc1c\uc804\uc744 \uac00\ub85c\ub9c9\ub294 \uc694\uc778\uc785\ub2c8\ub2e4.<\/p>\n      <\/div>\n      <img decoding=\"async\" class=\"iw-bottlenecks-image\" src=\"https:\/\/www.iweaver.ai\/wp-content\/uploads\/2026\/05\/iweaver-ai-workflow-assistant.webp\" alt=\"iWeaver AI \uc6cc\ud06c\ud50c\ub85c\uc6b0 \ub3c4\uc6b0\ubbf8\">\n    <\/div>\n\n    <div class=\"iw-bottlenecks-flow\">\n      \n      <div class=\"iw-bottlenecks-item\">\n        <div class=\"iw-bottlenecks-icon-wrapper\">\u23f3<\/div>\n        <div class=\"iw-bottlenecks-content\">\n          <h3>\ub108\ubb34 \ub9ce\uc774 \uc77d\ub2e4<\/h3>\n          <p>\uc6a9\ub7c9\uc774 \ud070 \ubb38\uc11c\ub098 \uc7a5\ubb38\uc758 \ucf58\ud150\uce20\ub294 \uc218\uc791\uc5c5\uc73c\ub85c \uac80\ud1a0\ud558\ub294 \ub370 \uba87 \uc2dc\uac04\uc774 \uac78\ub9bd\ub2c8\ub2e4.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"iw-bottlenecks-item\">\n        <div class=\"iw-bottlenecks-icon-wrapper\">\ud83c\udf10<\/div>\n        <div class=\"iw-bottlenecks-content\">\n          <h3>\uc815\ubcf4\uac00 \ud769\uc5b4\uc838 \uc788\ub2e4<\/h3>\n          <p>\ud30c\uc77c, \uba54\ubaa8, \ub9c1\ud06c, \uc2a4\ud06c\ub9b0\uc0f7, \ub179\uc74c \ud30c\uc77c, \ucc44\ud305 \ub0b4\uc6a9 \ub4f1\uc774 \uc5ec\ub7ec \ub3c4\uad6c\uc5d0 \ud769\uc5b4\uc838 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"iw-bottlenecks-item\">\n        <div class=\"iw-bottlenecks-icon-wrapper\">\ud83d\udd04<\/div>\n        <div class=\"iw-bottlenecks-content\">\n          <h3>\ubc18\ubcf5\uc801\uc778 \uae00\uc4f0\uae30<\/h3>\n          <p>\ub3d9\uc77c\ud55c \uc815\ubcf4\uac00 \ubcf4\uace0\uc11c, \uc694\uc57d\ubcf8, \uc774\uba54\uc77c, \ud504\ub808\uc820\ud14c\uc774\uc158 \ub4f1\uc5d0 \ubc18\ubcf5\uc801\uc73c\ub85c \ub2e4\uc2dc \uc791\uc131\ub429\ub2c8\ub2e4.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"iw-bottlenecks-item\">\n        <div class=\"iw-bottlenecks-icon-wrapper\">\ud83d\udd0d<\/div>\n        <div class=\"iw-bottlenecks-content\">\n          <h3>\uc5b4\ub824\uc6b4 \uc9c0\uc2dd \uac80\uc0c9<\/h3>\n          <p>\uc911\uc694\ud55c \ud1b5\ucc30\ub825\uc740 \uc885\uc885 \uc624\ub798\ub41c \ubb38\uc11c\ub098 \uc11c\ub85c \uc5f0\uacb0\ub418\uc9c0 \uc54a\uc740 \uba54\ubaa8 \uc18d\uc5d0 \uc228\uaca8\uc838 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"iw-bottlenecks-item\">\n        <div class=\"iw-bottlenecks-icon-wrapper\">\ud83d\udd00<\/div>\n        <div class=\"iw-bottlenecks-content\">\n          <h3>\ucee8\ud14d\uc2a4\ud2b8 \uc804\ud658<\/h3>\n          <p>\uc694\uc57d \ub3c4\uad6c, \uba54\ubaa8 \uc571, \uae00\uc4f0\uae30 \ub3c4\uad6c, \uc2dc\uac01\ud654 \ub3c4\uad6c \uc0ac\uc774\ub97c \uc624\uac00\ub2e4 \ubcf4\uba74 \uc791\uc5c5 \ud750\ub984\uc774 \ub290\ub824\uc9d1\ub2c8\ub2e4.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"iw-bottlenecks-item\">\n        <div class=\"iw-bottlenecks-icon-wrapper\">\ud83d\udee0\ufe0f<\/div>\n        <div class=\"iw-bottlenecks-content\">\n          <h3>\ube44\uc815\ud615 \ucd9c\ub825<\/h3>\n          <p>\uc815\ubcf4\ub97c \uac80\ud1a0\ud55c \ud6c4\uc5d0\ub3c4, \uc774\ub97c \uc2e4\ud589 \uac00\ub2a5\ud55c \uc870\uce58\ub85c \uc804\ud658\ud558\ub294 \ub370\uc5d0\ub294 \uc5ec\uc804\ud788 \uc0c1\ub2f9\ud55c \uc218\uc791\uc5c5\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<style>\n  .iw-helps-section {\n    width: 100%;\n    padding: 80px 20px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background: linear-gradient(180deg, #ffffff 0%, #f1f5fe 100%);\n  }\n\n  .iw-helps-container {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .iw-helps-head {\n    text-align: center;\n    max-width: 720px;\n    margin: 0 auto 56px auto;\n  }\n\n  .iw-helps-head h2 {\n    font-size: 36px;\n    font-weight: 800;\n    color: #1e293b;\n    margin: 0 0 16px 0;\n    letter-spacing: -0.02em;\n  }\n\n  .iw-helps-head p {\n    font-size: 18px;\n    color: #475569;\n    line-height: 1.6;\n    font-weight: 500;\n  }\n\n  .iw-helps-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 32px 24px;\n  }\n\n  .iw-helps-card {\n    padding: 32px;\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-radius: 24px;\n    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);\n    display: flex;\n    flex-direction: column;\n    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\n  }\n\n  .iw-helps-card:hover {\n    transform: translateY(-2px);\n    border-color: #6841ea;\n    box-shadow: 0 10px 20px -3px rgba(104, 65, 234, 0.08);\n  }\n\n  .iw-helps-icon {\n    width: 44px;\n    height: 44px;\n    background-color: rgba(104, 65, 234, 0.08);\n    color: #6841ea;\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 22px;\n    margin-bottom: 20px;\n  }\n\n  .iw-helps-card h3 {\n    font-size: 18px;\n    font-weight: 700;\n    color: #0f172a;\n    margin: 0 0 12px 0;\n    line-height: 1.4;\n  }\n\n  .iw-helps-card p {\n    font-size: 15px;\n    color: #64748b;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  @media (max-width: 968px) {\n    .iw-helps-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 640px) {\n    .iw-helps-head h2 {\n      font-size: 28px;\n    }\n    .iw-helps-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n<\/style>\n\n<div class=\"iw-helps-section\">\n  <div class=\"iw-helps-container\">\n    \n    <div class=\"iw-helps-head\">\n      <h2>iWeaver\ub294 \uc5b4\ub5bb\uac8c \ub3c4\uc6c0\uc774 \ub420\uae4c\uc694?<\/h2>\n      <p>\uac00\uacf5\ub418\uc9c0 \uc54a\uc740 \uc815\ubcf4\uc5d0\uc11c \uccb4\uacc4\uc801\uc778 \uc9c0\uc2dd\uc73c\ub85c.<\/p>\n    <\/div>\n\n    <div class=\"iw-helps-grid\">\n      \n      <div class=\"iw-helps-card\">\n        <div class=\"iw-helps-icon\">\ud83d\udce4<\/div>\n        <h3>\ud55c \ubc88 \uc5c5\ub85c\ub4dc\ud558\uba74, \ub04a\uc784\uc5c6\uc774 \uc791\ub3d9\ud569\ub2c8\ub2e4.<\/h3>\n        <p>PDF \ud30c\uc77c, \ubb38\uc11c, \uc6f9\ud398\uc774\uc9c0, \ub3d9\uc601\uc0c1, \ub179\ucde8\ub85d, \uc774\ubbf8\uc9c0 \ub610\ub294 \uba54\ubaa8\ub97c \ud558\ub098\uc758 \uc791\uc5c5 \uacf5\uac04\uc5d0 \ucd94\uac00\ud558\uc138\uc694.<\/p>\n      <\/div>\n\n      <div class=\"iw-helps-card\">\n        <div class=\"iw-helps-icon\">\u26a1<\/div>\n        <h3>\uc694\uc57d \uc18d\ub3c4 \ub192\uc774\uae30<\/h3>\n        <p>\uac04\uacb0\ud55c \uc694\uc57d, \uc8fc\uc694 \ub0b4\uc6a9, \uacb0\uc815 \uc0ac\ud56d, \uc2e4\ud589 \ud56d\ubaa9 \ubc0f \ud575\uc2ec \uc694\uc810\uc744 \uc790\ub3d9\uc73c\ub85c \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/p>\n      <\/div>\n\n      <div class=\"iw-helps-card\">\n        <div class=\"iw-helps-icon\">\ud83c\udfaf<\/div>\n        <h3>\uad6c\uc870\ud654\ub41c \uc815\ubcf4 \ucd94\ucd9c<\/h3>\n        <p>\ub300\uaddc\ubaa8 \ucf58\ud150\uce20 \uc18c\uc2a4\uc5d0\uc11c \uc774\ub984, \ub0a0\uc9dc, \uc704\ud5d8 \uc694\uc18c, \uc791\uc5c5, \ud0a4\uc6cc\ub4dc, \ud45c \ub610\ub294 \ud2b9\uc815 \uc778\uc0ac\uc774\ud2b8\ub97c \ucd94\ucd9c\ud569\ub2c8\ub2e4.<\/p>\n      <\/div>\n\n      <div class=\"iw-helps-card\">\n        <div class=\"iw-helps-icon\">\ud83d\udcca<\/div>\n        <h3>\uc5ec\ub7ec \uc18c\uc2a4\uc5d0 \uac78\uccd0 \ubd84\uc11d<\/h3>\n        <p>\ubb38\uc11c\ub97c \ube44\uad50\ud558\uace0, \ucd94\uc138\ub97c \ud30c\uc545\ud558\uace0, \ucd94\uac00 \uc9c8\ubb38\uc744 \ud558\uace0, \uc5ec\ub7ec \ud30c\uc77c\uc5d0 \uac78\uccd0 \uc815\ubcf4\ub97c \uc5f0\uacb0\ud569\ub2c8\ub2e4.<\/p>\n      <\/div>\n\n      <div class=\"iw-helps-card\">\n        <div class=\"iw-helps-icon\">\ud83d\udcdd<\/div>\n        <h3>\uacb0\uacfc\ubb3c\uc744 \uc0dd\uc131\ud558\uc138\uc694<\/h3>\n        <p>\uc6d0\ubcf8 \uc790\ub8cc\uc5d0\uc11c \ubcf4\uace0\uc11c, \ud68c\uc758\ub85d, \uac1c\uc694, \ud559\uc2b5 \uc790\ub8cc, \ub9c8\uc778\ub4dc\ub9f5 \ubc0f \uad6c\uc870\ud654\ub41c \ubb38\uc11c\ub97c \uc9c1\uc811 \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/p>\n      <\/div>\n\n      <div class=\"iw-helps-card\">\n        <div class=\"iw-helps-icon\">\ud83d\uddc2\ufe0f<\/div>\n        <h3>\uac80\uc0c9 \uac00\ub2a5\ud55c \uc9c0\uc2dd \uae30\ubc18 \uad6c\ucd95<\/h3>\n        <p>\uacb0\uacfc\ub97c \uc800\uc7a5\ud558\uace0 \uc815\ubcf4\ub97c \uc815\ub9ac\ud558\uc5ec \ud5a5\ud6c4 \uac80\uc0c9 \ubc0f \uc9c8\uc758\uc751\ub2f5\uc5d0 \uc7ac\uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc9c0\uc2dd \ud615\ud0dc\ub85c \ub9cc\ub4dc\uc138\uc694.<\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<style>\n  .iw-role-page {\n    width: 100%;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background-color: #f8fafc;\n  }\n\n  .iw-role-section {\n    padding: 80px 20px;\n  }\n\n  .iw-role-container {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .iw-role-head {\n    text-align: center;\n    margin-bottom: 56px;\n  }\n\n  .iw-role-head h2 {\n    font-size: 36px;\n    font-weight: 800;\n    color: #1e293b;\n    margin-bottom: 16px;\n  }\n\n  .iw-role-head p {\n    font-size: 18px;\n    color: #64748b;\n    font-weight: 500;\n  }\n\n  .iw-role-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 32px;\n  }\n\n  .iw-role-card {\n    padding: 36px;\n    border: 1px solid #e2e8f0;\n    border-radius: 24px;\n    background: #ffffff;\n    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .iw-role-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n  }\n\n  .iw-role-card-top h3 {\n    margin: 0 0 16px 0;\n    font-size: 24px;\n    font-weight: 700;\n    color: #0f172a;\n  }\n\n  .iw-role-card-top p {\n    margin: 0 0 24px 0;\n    color: #475569;\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .iw-role-workflow {\n    background: #f1f5f9;\n    border-radius: 12px;\n    padding: 16px 20px;\n  }\n\n  .iw-role-workflow h4 {\n    margin: 0 0 10px 0;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    color: #94a3b8;\n    font-weight: 700;\n  }\n\n  .iw-role-steps {\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    row-gap: 6px;\n    column-gap: 8px;\n    font-size: 14px;\n    font-weight: 600;\n    color: #334155;\n    line-height: 1.4;\n  }\n\n  .iw-role-arrow {\n    color: #6841ea;\n    font-weight: bold;\n    display: inline-flex;\n    align-items: center;\n    line-height: 1;\n  }\n\n  @media (max-width: 968px) {\n    .iw-role-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n<\/style>\n\n<div class=\"iw-role-page\">\n  <section class=\"iw-role-section\">\n    <div class=\"iw-role-container\">\n      \n      <div class=\"iw-role-head\">\n        <h2>\uc5ed\ud560\ubcc4 \uc6cc\ud06c\ud50c\ub85c<\/h2>\n        <p>\uc5ed\ud560\uc740 \ub2e4\ub974\uc9c0\ub9cc, \uc815\ubcf4 \uad00\ub828 \uacfc\uc81c\ub294 \uc720\uc0ac\ud569\ub2c8\ub2e4.<\/p>\n      <\/div>\n\n      <div class=\"iw-role-grid\">\n        \n        <div class=\"iw-role-card\">\n          <div class=\"iw-role-card-top\">\n            <h3>\uc5f0\uad6c\uc6d0 \ubc0f \ubd84\uc11d\uac00<\/h3>\n            <p>\ubc29\ub300\ud55c \uc591\uc758 \ubcf4\uace0\uc11c, \ub17c\ubb38 \ubc0f \ucc38\uace0 \uc790\ub8cc\ub97c \uac80\ud1a0\ud558\uba74\uc11c \ud575\uc2ec \uc815\ubcf4\ub97c \ub354 \ube60\ub974\uac8c \ucd94\ucd9c\ud558\uc138\uc694.<\/p>\n          <\/div>\n          <div class=\"iw-role-workflow\">\n            <h4>\uc77c\ubc18\uc801\uc778 \uc6cc\ud06c\ud50c\ub85c<\/h4>\n            <div class=\"iw-role-steps\">\n              <span>\uc5c5\ub85c\ub4dc<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\uc694\uc57d\ud558\ub2e4<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\ube44\uad50\ud558\ub2e4<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\ucd94\ucd9c \uacb0\uacfc<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\ubcf4\uace0\uc11c \uc0dd\uc131<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"iw-role-card\">\n          <div class=\"iw-role-card-top\">\n            <h3>\ucee8\uc124\ud134\ud2b8<\/h3>\n            <p>\uace0\uac1d \uc790\ub8cc, \ud504\ub808\uc820\ud14c\uc774\uc158, \uc778\ud130\ubdf0 \ub0b4\uc6a9\uc744 \uac04\uacb0\ud55c \uacb0\uacfc\ubb3c \ubc0f \uc694\uc57d \ubcf4\uace0\uc11c\ub85c \ubcc0\ud658\ud569\ub2c8\ub2e4.<\/p>\n          <\/div>\n          <div class=\"iw-role-workflow\">\n            <h4>\uc77c\ubc18\uc801\uc778 \uc6cc\ud06c\ud50c\ub85c<\/h4>\n            <div class=\"iw-role-steps\">\n              <span>\ud30c\uc77c \uc5c5\ub85c\ub4dc<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\uc7ac\ub8cc \ubd84\uc11d<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\uc778\uc0ac\uc774\ud2b8 \uc0dd\uc131<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\ud504\ub808\uc820\ud14c\uc774\uc158 \ub178\ud2b8 \uc0dd\uc131<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"iw-role-card\">\n          <div class=\"iw-role-card-top\">\n            <h3>\ubc95\ub960 \ubc0f \uaddc\uc815 \uc900\uc218 \ud300<\/h3>\n            <p>\uacc4\uc57d\uc11c, \uc815\ucc45 \ubc0f \ubc95\ub960 \ubb38\uc11c\ub97c \uac80\ud1a0\ud558\uace0 \ud575\uc2ec \uc870\ud56d\uacfc \uc704\ud5d8 \uc694\uc18c\ub97c \ucd94\ucd9c\ud569\ub2c8\ub2e4.<\/p>\n          <\/div>\n          <div class=\"iw-role-workflow\">\n            <h4>\uc77c\ubc18\uc801\uc778 \uc6cc\ud06c\ud50c\ub85c<\/h4>\n            <div class=\"iw-role-steps\">\n              <span>\uc5c5\ub85c\ub4dc \uacc4\uc57d\uc11c<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\ucd94\ucd9c \uc6a9\uc5b4<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\uc704\ud5d8 \uc694\uc18c \uac80\ud1a0<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\uc694\uc57d \uc0dd\uc131<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"iw-role-card\">\n          <div class=\"iw-role-card-top\">\n            <h3>\ub9c8\ucf00\ud305 \ubc0f \ucf58\ud150\uce20 \ud300<\/h3>\n            <p>\uc5f0\uad6c \uc790\ub8cc, \ub179\ucde8\ub85d, \uc6e8\ube44\ub098, \uae30\uc0ac\ub97c \uc7ac\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ucf58\ud150\uce20 \ubc0f \ubcf4\uace0\uc11c\ub85c \ubcc0\ud658\ud558\uc138\uc694.<\/p>\n          <\/div>\n          <div class=\"iw-role-workflow\">\n            <h4>\uc77c\ubc18\uc801\uc778 \uc6cc\ud06c\ud50c\ub85c<\/h4>\n            <div class=\"iw-role-steps\">\n              <span>\ucf58\ud150\uce20 \uc5c5\ub85c\ub4dc<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\uc694\uc57d\ud558\ub2e4<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\uc8fc\uc81c \ucd94\ucd9c<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\ucd08\uc548 \uc0dd\uc131<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"iw-role-card\">\n          <div class=\"iw-role-card-top\">\n            <h3>\ud559\uc0dd \ubc0f \uad50\uc721\uc790<\/h3>\n            <p>\ubcf5\uc7a1\ud55c \ud559\uc2b5 \uc790\ub8cc\ub97c \ub2e8\uc21c\ud654\ud558\uace0 \ud559\uc2b5 \uc790\ub8cc\ub97c \ub354\uc6b1 \ud6a8\uc728\uc801\uc73c\ub85c \uad6c\uc131\ud558\uc138\uc694.<\/p>\n          <\/div>\n          <div class=\"iw-role-workflow\">\n            <h4>\uc77c\ubc18\uc801\uc778 \uc6cc\ud06c\ud50c\ub85c<\/h4>\n            <div class=\"iw-role-steps\">\n              <span>\uac15\uc758 \ub178\ud2b8 \uc5c5\ub85c\ub4dc<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\uc694\uc57d \uc0dd\uc131<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\ub9c8\uc778\ub4dc\ub9f5 \ub9cc\ub4e4\uae30<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\ud559\uc2b5 \ub178\ud2b8 \ub9cc\ub4e4\uae30<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"iw-role-card\">\n          <div class=\"iw-role-card-top\">\n            <h3>\uc81c\ud488 \uad00\ub9ac\uc790<\/h3>\n            <p>\ud68c\uc758\ub85d, \uc0ac\uc6a9\uc790 \ud53c\ub4dc\ubc31, \uc81c\ud488 \uc694\uad6c\uc0ac\ud56d \ubb38\uc11c(PRD) \ubc0f \uc5f0\uad6c \ubb38\uc11c\ub97c \uad6c\uc870\ud654\ub41c \uc6cc\ud06c\ud50c\ub85c\ub85c \uc815\ub9ac\ud569\ub2c8\ub2e4.<\/p>\n          <\/div>\n          <div class=\"iw-role-workflow\">\n            <h4>\uc77c\ubc18\uc801\uc778 \uc6cc\ud06c\ud50c\ub85c<\/h4>\n            <div class=\"iw-role-steps\">\n              <span>\uc785\ub825\uac12 \uc218\uc9d1<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\ud1a0\ub860 \uc694\uc57d<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\ucd94\ucd9c \uc791\uc5c5<\/span> <span class=\"iw-role-arrow\">\u2192<\/span>\n              <span>\ube4c\ub4dc \ubb38\uc11c<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\n\n\n\n<style>\n  .iw-pro-section {\n    width: 100%;\n    padding: 80px 20px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background-color: #ffffff;\n  }\n\n  .iw-pro-container {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .iw-pro-head {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto 56px auto;\n  }\n\n  .iw-pro-head h2 {\n    font-size: 36px;\n    font-weight: 800;\n    color: #1e293b;\n    margin: 0;\n    letter-spacing: -0.02em;\n    line-height: 1.3;\n  }\n\n  .iw-pro-layout {\n    display: grid;\n    grid-template-columns: 1.2fr 0.8fr;\n    gap: 48px;\n    align-items: start;\n  }\n\n  .iw-quotes-col {\n    display: flex;\n    flex-direction: column;\n    gap: 24px;\n  }\n\n  .iw-quote-card {\n    padding: 28px;\n    background-color: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-radius: 20px;\n  }\n\n  .iw-quote-card blockquote {\n    margin: 0 0 12px 0;\n    font-size: 18px;\n    font-weight: 700;\n    color: #6841ea;\n    line-height: 1.4;\n  }\n\n  .iw-quote-card p {\n    margin: 0;\n    font-size: 15px;\n    color: #475569;\n    line-height: 1.6;\n  }\n\n  .iw-cases-col {\n    padding: 36px;\n    background: linear-gradient(180deg, #f1f5fe 0%, #dfe9fc 100%);\n    border-radius: 24px;\n  }\n\n  .iw-cases-col h3 {\n    font-size: 22px;\n    font-weight: 800;\n    color: #1e293b;\n    margin: 0 0 24px 0;\n  }\n\n  .iw-cases-list {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n\n  .iw-case-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n\n  .iw-case-icon {\n    flex-shrink: 0;\n    width: 24px;\n    height: 24px;\n    background-color: #ffffff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #6841ea;\n  }\n\n  .iw-case-text {\n    font-size: 15px;\n    color: #334155;\n    font-weight: 600;\n    line-height: 1.5;\n    padding-top: 2px;\n  }\n\n  @media (max-width: 968px) {\n    .iw-pro-layout {\n      grid-template-columns: 1fr;\n      gap: 40px;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .iw-pro-head h2 {\n      font-size: 28px;\n    }\n    .iw-cases-col {\n      padding: 28px;\n    }\n  }\n<\/style>\n\n<div class=\"iw-pro-section\">\n  <div class=\"iw-pro-container\">\n    \n    <div class=\"iw-pro-head\">\n      <h2>\ub9e4\uc77c \uc815\ubcf4\ub97c \ub2e4\ub8e8\ub294 \uc804\ubb38\uac00\ub4e4\uc774 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/h2>\n    <\/div>\n\n    <div class=\"iw-pro-layout\">\n      \n      <div class=\"iw-quotes-col\">\n        \n        <div class=\"iw-quote-card\">\n          <blockquote>&quot;\ubb38\uc11c \uac80\ud1a0 \uc2dc\uac04\uc744 \uc57d 70% \ub2e8\ucd95\ud588\uc2b5\ub2c8\ub2e4.&quot;<\/blockquote>\n          <p>\ucee8\uc124\ud305 \ud300\uc740 iWeaver\ub97c \uc0ac\uc6a9\ud558\uc5ec \uace0\uac1d \uc790\ub8cc, \ud68c\uc758\ub85d \ubc0f \uc5f0\uad6c \ubcf4\uace0\uc11c\ub97c \ub354 \ube60\ub974\uac8c \uc694\uc57d\ud569\ub2c8\ub2e4.<\/p>\n        <\/div>\n\n        <div class=\"iw-quote-card\">\n          <blockquote>&quot;\uc6b0\ub9ac\ub294 \ub2e4\uc12f \uac00\uc9c0 \ub2e4\ub978 \ub3c4\uad6c\ub97c \ubc88\uac08\uc544 \uc0ac\uc6a9\ud558\ub294 \uac83\uc744 \uba48\ucdc4\uc2b5\ub2c8\ub2e4.&quot;<\/blockquote>\n          <p>\uc81c\ud488 \ubc0f \uc6b4\uc601 \ud300\uc740 iWeaver\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc694\uc57d, \uba54\ubaa8 \uc791\uc131 \ubc0f \ubcf4\uace0\uc11c \uc0dd\uc131 \uc6cc\ud06c\ud50c\ub85c\ub97c \uc911\uc559 \uc9d1\uc911\ud654\ud569\ub2c8\ub2e4.<\/p>\n        <\/div>\n\n        <div class=\"iw-quote-card\">\n          <blockquote>\u201c\uc815\ubcf4\ub97c \ucc3e\ub294 \uac83\uc774 \ud6e8\uc52c \uc26c\uc6cc\uc84c\uc2b5\ub2c8\ub2e4.\u201d<\/blockquote>\n          <p>\uc5f0\uad6c\uc790\ub4e4\uc740 \ubb38\uc11c\ub97c \ub2e4\uc2dc \uc77d\ub294 \ub300\uc2e0 \uac80\uc0c9 \uac00\ub2a5\ud55c \uc9c0\uc2dd \uae30\ubc18\uc744 \uc0ac\uc6a9\ud558\uc5ec \uacfc\uac70\uc758 \uc5f0\uad6c \uacb0\uacfc\ub97c \uc989\uc2dc \uac80\uc0c9\ud569\ub2c8\ub2e4.<\/p>\n        <\/div>\n\n      <\/div>\n\n      <div class=\"iw-cases-col\">\n        <h3>\uc77c\ubc18\uc801\uc778 \uc0ac\uc6a9 \uc0ac\ub840<\/h3>\n        <div class=\"iw-cases-list\">\n          \n          <div class=\"iw-case-item\">\n            <div class=\"iw-case-icon\">\n              <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n            <\/div>\n            <span class=\"iw-case-text\">100\ud398\uc774\uc9c0\uac00 \ub118\ub294 \ubcf4\uace0\uc11c\ub97c \ub354 \ube60\ub974\uac8c \uac80\ud1a0\ud558\uae30<\/span>\n          <\/div>\n\n          <div class=\"iw-case-item\">\n            <div class=\"iw-case-icon\">\n              <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n            <\/div>\n            <span class=\"iw-case-text\">\ud68c\uc758 \ub0b4\uc6a9\uc744 \uccb4\uacc4\uc801\uc778 \uba54\ubaa8\ub85c \ubc14\uafb8\uae30<\/span>\n          <\/div>\n\n          <div class=\"iw-case-item\">\n            <div class=\"iw-case-icon\">\n              <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n            <\/div>\n            <span class=\"iw-case-text\">\uc5ec\ub7ec \ud30c\uc77c\uc5d0\uc11c \uc694\uc57d \ubcf4\uace0\uc11c \uc791\uc131\ud558\uae30<\/span>\n          <\/div>\n\n          <div class=\"iw-case-item\">\n            <div class=\"iw-case-icon\">\n              <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n            <\/div>\n            <span class=\"iw-case-text\">\uc7ac\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uc5f0\uad6c \uc9c0\uc2dd \uae30\ubc18 \uad6c\ucd95<\/span>\n          <\/div>\n\n          <div class=\"iw-case-item\">\n            <div class=\"iw-case-icon\">\n              <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n            <\/div>\n            <span class=\"iw-case-text\">\ubcf5\uc7a1\ud55c \uc790\ub8cc\ub85c\ubd80\ud130 \ub9c8\uc778\ub4dc\ub9f5 \uc0dd\uc131\ud558\uae30<\/span>\n          <\/div>\n\n          <div class=\"iw-case-item\">\n            <div class=\"iw-case-icon\">\n              <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n            <\/div>\n            <span class=\"iw-case-text\">\ud559\uc2b5 \uc790\ub8cc \ubc0f \ud559\uc2b5 \uc790\uc6d0 \uc815\ub9ac<\/span>\n          <\/div>\n\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<style>\n  .iw-page {\n    width: 100%;\n  }\n\n  .iw-section {\n    padding: 60px 20px;\n  }\n\n  .iw-container {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .iw-section-head {\n    text-align: center;\n    margin-bottom: 40px;\n  }\n\n  .iw-section-head h2 {\n    margin-bottom: 12px;\n    font-size: 32px;\n  }\n\n  .iw-section-head p {\n    font-size: 16px;\n    color: #666;\n  }\n\n  .iw-card-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n  }\n\n  .iw-card {\n    padding: 28px;\n    border: 1px solid #e5e7eb;\n    border-radius: 12px;\n    background: #fff;\n  }\n\n  .iw-card-icon {\n    font-size: 32px;\n    margin-bottom: 16px;\n  }\n\n  .iw-card h3 {\n    margin-bottom: 12px;\n    font-size: 22px;\n  }\n\n  .iw-card p {\n    margin-bottom: 16px;\n    color: #666;\n    line-height: 1.6;\n  }\n\n  .iw-card a {\n    color: #2563eb;\n    text-decoration: none;\n    font-weight: 600;\n  }\n\n  @media (max-width: 768px) {\n    .iw-card-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .iw-card-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n<\/style>\n\n<div class=\"iw-page iw-workflow-page\">\n  <section class=\"iw-section\">\n    <div class=\"iw-container\">\n      <div class=\"iw-section-head\">\n        <h2>\uc77c\uc0c1\uc801\uc778 \uc9c0\uc2dd \uc5c5\ubb34\uc5d0 \uc778\uae30 \uc788\ub294 \uc5d0\uc774\uc804\ud2b8<\/h2>\n        <p>\uc694\uc57d, \ucd94\ucd9c, \ubd84\uc11d, \uc791\uc131, \uc2dc\uac01\ud654 \ubc0f \uc9c0\uc2dd \uc815\ub9ac \uc791\uc5c5\uc744 \ud558\ub098\uc758 \uc791\uc5c5 \uacf5\uac04\uc5d0\uc11c \ud1b5\ud569\ud558\uc138\uc694.<\/p>\n      <\/div>\n\n      <div class=\"iw-card-grid\">\n        <!-- \u5361\u7247 1 -->\n        <div class=\"iw-card\">\n          <div class=\"iw-card-icon\">\ud83d\udcc4<\/div>\n          <h3>AI \ubb38\uc11c \uc694\uc57d\uae30<\/h3>\n          <p>\uae34 PDF \ud30c\uc77c, \ubcf4\uace0\uc11c, \uae30\uc0ac\ub97c \ud575\uc2ec \ub0b4\uc6a9\ub9cc \ub2f4\uc740 \uac04\uacb0\ud55c \uc694\uc57d\ubcf8\uc73c\ub85c \ubcc0\ud658\ud558\uc138\uc694.<\/p>\n          <a href=\"\/ko\/agents\/ai-summarizer\/\">\ud0d0\uc0c9\ud558\uae30 \u2192<\/a>\n        <\/div>\n\n        <!-- \u5361\u7247 2 -->\n        <div class=\"iw-card\">\n          <div class=\"iw-card-icon\">\ud83e\udde0<\/div>\n          <h3>AI \ub9c8\uc778\ub4dc\ub9f5 \uc0dd\uc131\uae30<\/h3>\n          <p>\ubcf5\uc7a1\ud55c \uc815\ubcf4\ub97c \uc2dc\uac01\uc801 \uad6c\uc870\ub85c \ubcc0\ud658\ud558\uc5ec \ub354 \uc27d\uac8c \uc774\ud574\ud560 \uc218 \uc788\ub3c4\ub85d \ud569\ub2c8\ub2e4.<\/p>\n          <a href=\"\/ko\/agents\/ai-mind-map-generator\/\">\ud0d0\uc0c9\ud558\uae30 \u2192<\/a>\n        <\/div>\n\n        <!-- \u5361\u7247 3 -->\n        <div class=\"iw-card\">\n          <div class=\"iw-card-icon\">\u270d\ufe0f<\/div>\n          <h3>AI \ubcf4\uace0\uc11c \uc0dd\uc131\uae30<\/h3>\n          <p>\uc6d0\ubcf8 \uc790\ub8cc\ub97c \uae30\ubc18\uc73c\ub85c \uad6c\uc870\ud654\ub41c \ubcf4\uace0\uc11c\uc640 \uc694\uc57d\uc744 \uc790\ub3d9\uc73c\ub85c \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/p>\n          <a href=\"\/ko\/agents\/ai-report-generator\/\">\ud0d0\uc0c9\ud558\uae30 \u2192<\/a>\n        <\/div>\n\n        <!-- \u5361\u7247 4 -->\n        <div class=\"iw-card\">\n          <div class=\"iw-card-icon\">\ud83d\udd0e<\/div>\n          <h3>AI PDF \ubd84\uc11d\uae30<\/h3>\n          <p>PDF \ud30c\uc77c\uc5d0 \ub300\ud574 \uc9c8\ubb38\ud558\uace0 \uc911\uc694\ud55c \uc815\ubcf4\ub97c \uc989\uc2dc \ucd94\ucd9c\ud558\uc138\uc694.<\/p>\n          <a href=\"\/ko\/agents\/ai-pdf-analyzer\/\">\ud0d0\uc0c9\ud558\uae30 \u2192<\/a>\n        <\/div>\n\n        <!-- \u5361\u7247 5 -->\n        <div class=\"iw-card\">\n          <div class=\"iw-card-icon\">\ud83d\uddc2\ufe0f<\/div>\n          <h3>AI \ub178\ud2b8 \uc815\ub9ac \ub3c4\uad6c<\/h3>\n          <p>\ud769\uc5b4\uc838 \uc788\ub294 \uba54\ubaa8\ub4e4\uc744 \uac80\uc0c9 \uac00\ub2a5\ud55c \ud615\ud0dc\ub85c \uc815\ub9ac\ud558\uc138\uc694.<\/p>\n          <a href=\"\/ko\/agents\/ai-notes-generator\/\">\ud0d0\uc0c9\ud558\uae30 \u2192<\/a>\n        <\/div>\n\n        <!-- \u5361\u7247 6 -->\n        <div class=\"iw-card\">\n          <div class=\"iw-card-icon\">\ud83c\udf99\ufe0f<\/div>\n          <h3>AI \uc804\uc0ac\ubcf8 \uc694\uc57d\uae30<\/h3>\n          <p>\ud68c\uc758, \uc6e8\ube44\ub098, \ud31f\uce90\uc2a4\ud2b8 \ubc0f \ube44\ub514\uc624 \ub179\ucde8\ub85d\uc744 \uc694\uc57d\ud569\ub2c8\ub2e4.<\/p>\n          <a href=\"\/ko\/agents\/meeting-transcript-generator\/\">\ud0d0\uc0c9\ud558\uae30 \u2192<\/a>\n        <\/div>\n\n        <!-- \u5361\u7247 7 -->\n        <div class=\"iw-card\">\n          <div class=\"iw-card-icon\">\ud83d\udcca<\/div>\n          <h3>AI \uc5f0\uad6c \ubcf4\uc870\uc6d0<\/h3>\n          <p>\uc5ec\ub7ec \uc790\ub8cc\ub97c \ube44\uad50\ud558\uace0 \ubb38\uc11c \uc804\ubc18\uc5d0 \uac78\uccd0 \ub098\ud0c0\ub098\ub294 \ud328\ud134\uc744 \ud30c\uc545\ud558\uc2ed\uc2dc\uc624.<\/p>\n          <a href=\"\/ko\/agents\/research-paper-summarizer\/\">\ud0d0\uc0c9\ud558\uae30 \u2192<\/a>\n        <\/div>\n        <!-- \u5361\u7247 8 -->\n        <div class=\"iw-card\">\n          <div class=\"iw-card-icon\">\ud83c\udfe2<\/div>\n          <h3>AI \ud68c\uc0ac \ud504\ub85c\ud544 \uc0dd\uc131\uae30<\/h3>\n          <p>\ub2e4\uc591\ud55c \uae30\uc5c5 \ub370\uc774\ud130\uc640 \uc790\ub8cc\ub97c \ud65c\uc6a9\ud558\uc5ec \uc804\ubb38\uc801\uc774\uace0 \ud3ec\uad04\uc801\uc778 \uae30\uc5c5 \ud504\ub85c\ud544\uc744 \uc989\uc2dc \uc0dd\uc131\ud558\uc138\uc694.<\/p>\n          <a href=\"https:\/\/www.iweaver.ai\/ko\/agents\/company-profile-generator\/\">\ud0d0\uc0c9\ud558\uae30 \u2192<\/a>\n        <\/div>\n\n        <!-- \u5361\u7247 9 -->\n        <div class=\"iw-card\">\n          <div class=\"iw-card-icon\">\ud83d\udd04<\/div>\n          <h3>AI \uc6cc\ud06c\ud50c\ub85c\uc6b0 \ub3c4\uc6b0\ubbf8<\/h3>\n          <p>\uc77d\uae30, \ubd84\uc11d, \uc4f0\uae30, \uc815\ub9ac \uc791\uc5c5\uc744 \ud558\ub098\uc758 \uc5f0\uc18d\uc801\uc778 \uc791\uc5c5 \ud750\ub984\uc73c\ub85c \uc5f0\uacb0\ud569\ub2c8\ub2e4.<\/p>\n          <a href=\"https:\/\/www.iweaver.ai\/ko\/solutions\/ai-workflow\/\">\ud0d0\uc0c9\ud558\uae30 \u2192<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\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\">\uc9c0\uc2dd \uadfc\ub85c\uc790\ub97c \uc704\ud55c AI FAQ<\/h2>\n\n    <!-- FAQ 1 (\u9ed8\u8ba4\u5c55\u5f00) -->\n    <div class=\"faq-item active\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>\uc9c0\uc2dd \uadfc\ub85c\uc790\ub97c \uc704\ud55c AI\ub780 \ubb34\uc5c7\uc77c\uae4c\uc694?<\/h3>\n            <div class=\"faq-icon\">\u2212<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \uc9c0\uc2dd \uadfc\ub85c\uc790\ub97c \uc704\ud55c AI\ub294 \uc804\ubb38\uac00\ub4e4\uc774 \uc815\ubcf4\ub97c \ubcf4\ub2e4 \ud6a8\uc728\uc801\uc73c\ub85c \uc77d\uace0, \uc694\uc57d\ud558\uace0, \ubd84\uc11d\ud558\uace0, \uc815\ub9ac\ud558\uace0, \uc0dd\uc131\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub418\ub294 \ub3c4\uad6c\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n\n    <!-- FAQ 2 -->\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>iWeaver\ub294 \uc5b4\ub5a4 \uc720\ud615\uc758 \ud30c\uc77c\uc744 \ucc98\ub9ac\ud560 \uc218 \uc788\ub098\uc694?<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            iWeaver\ub294 PDF, \ubb38\uc11c, \uc6f9\ud398\uc774\uc9c0, \ub179\ucde8\ub85d, \ube44\ub514\uc624, \uc774\ubbf8\uc9c0, \uba54\ubaa8 \ubc0f \uae30\ud0c0 \uc9c0\uc2dd \uc18c\uc2a4\ub97c \uc9c0\uc6d0\ud569\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n\n    <!-- FAQ 3 -->\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>iWeaver\ub294 \uae34 \ubb38\uc11c\ub97c \uc694\uc57d\ud560 \uc218 \uc788\ub098\uc694?<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \ub124. iWeaver\ub294 \uae34 \uc790\ub8cc\uc5d0\uc11c \uac04\uacb0\ud55c \uc694\uc57d, \uc8fc\uc694 \ub0b4\uc6a9, \uc2e4\ud589 \ud56d\ubaa9 \ubc0f \uad6c\uc870\ud654\ub41c \uba54\ubaa8\ub97c \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n\n    <!-- FAQ 4 -->\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>iWeaver\ub85c \ub0b4 \uba54\ubaa8\uc640 \uc9c0\uc2dd\uc744 \uc815\ub9ac\ud560 \uc218 \uc788\ub098\uc694?<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \uc608. \uacb0\uacfc\ubb3c\uc740 \uac80\uc0c9 \uac00\ub2a5\ud55c \uc791\uc5c5 \uacf5\uac04\uacfc \uc9c0\uc2dd \uae30\ubc18\uc5d0 \uc800\uc7a5\ud558\uc5ec \ub098\uc911\uc5d0 \ucc38\uc870\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n\n    <!-- FAQ 5 -->\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>iWeaver\ub294 \ub204\uad6c\ub97c \uc704\ud574 \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\uae4c?<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            iWeaver\ub294 \uc5f0\uad6c\uc6d0, \ucee8\uc124\ud134\ud2b8, \ubd84\uc11d\uac00, \ud559\uc0dd, \ubc95\ub960\ud300, \uc81c\ud488 \uad00\ub9ac\uc790, \ub9c8\ucf00\ud130 \ubc0f \uae30\ud0c0 \uc815\ubcf4\ub7c9\uc774 \ub9ce\uc740 \uc9c1\ubb34\ub97c \uc218\ud589\ud558\ub294 \uc0ac\ub78c\ub4e4\uc744 \uc704\ud574 \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n\n    <!-- FAQ 6 -->\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>iWeaver\ub85c \ubcf4\uace0\uc11c\uc640 \ub9c8\uc778\ub4dc\ub9f5\uc744 \uc0dd\uc131\ud560 \uc218 \uc788\ub098\uc694?<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \uc608. iWeaver\ub294 \uc6d0\ubcf8 \uc790\ub8cc\ub97c \ubcf4\uace0\uc11c, \uac1c\uc694, \uc694\uc57d \ubc0f \uc2dc\uac01\uc801 \ub9c8\uc778\ub4dc\ub9f5\uc73c\ub85c \uc790\ub3d9 \ubcc0\ud658\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n\n    <!-- FAQ 7 -->\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>iWeaver\ub294 \ub2e4\uc911 \uc18c\uc2a4 \ubd84\uc11d\uc744 \uc9c0\uc6d0\ud569\ub2c8\uae4c?<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \ub124. \uc5ec\ub7ec \ud30c\uc77c\uc744 \ube44\uad50\ud558\uace0, \ucd94\uac00 \uc9c8\ubb38\uc744 \ud558\uace0, \ub2e4\uc591\ud55c \ucd9c\ucc98\uc5d0\uc11c \ub098\ud0c0\ub098\ub294 \ud328\ud134\uc744 \ud30c\uc545\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n        <\/div>\n    <\/div>\n\n    <!-- FAQ 8 -->\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>iWeaver\ub294 \ub3c5\ub9bd\ud615 AI \ub3c4\uad6c\uc640 \uc5b4\ub5bb\uac8c \ub2e4\ub978\uac00\uc694?<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            iWeaver\ub294 \ub2e8\uc77c \uc791\uc5c5\uc5d0 \uc9d1\uc911\ud558\ub294 \ub300\uc2e0 \uc694\uc57d, \ubd84\uc11d, \uc791\uc131, \uad6c\uc131 \ubc0f \uc9c0\uc2dd \uad00\ub9ac\ub97c \ud558\ub098\uc758 \uc6cc\ud06c\ud50c\ub85c\ub85c \uc5f0\uacb0\ud569\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-[488px] 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\">\uc815\ubcf4\ub97c \ub354\uc6b1 \ud6a8\uc728\uc801\uc73c\ub85c \ud65c\uc6a9\ud558\uc138\uc694<\/span>\n                <\/h2>\n                <p class=\"md:text-[18px] text-[16px] text-[#4a5565] mb-[40px] max-w-[592px] mx-auto font-medium leading-[28px]\" data-wp-key=\"cta.description\" id=\"iw-editable-56\">\n                    \uc218\ub3d9\uc73c\ub85c \uc815\ubcf4\ub97c \uc77d\uace0, \ub2e4\uc2dc \uc4f0\uace0, \uc815\ub9ac\ud558\ub294 \ub370 \uba87 \uc2dc\uac04\uc529 \ud5c8\ube44\ud558\uc9c0 \ub9c8\uc138\uc694. iWeaver\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud769\uc5b4\uc838 \uc788\ub294 \ucf58\ud150\uce20\ub97c \uad6c\uc870\ud654\ub41c \uc9c0\uc2dd\uacfc \uc2e4\ud589 \uac00\ub2a5\ud55c \uacb0\uacfc\ubb3c\ub85c \uc804\ud658\ud558\uc138\uc694.\n                <\/p>\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\" data-wp-key=\"cta.buttonText\" id=\"iw-editable-57\">\n                    iWeaver\ub97c \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uc138\uc694\n                <\/a>\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>\uc9c0\uc2dd \uadfc\ub85c\uc790\ub97c \uc704\ud55c AI \ubb38\uc11c \uc77d\uae30, \uc815\ubcf4 \uac80\ud1a0, \ubcf4\uace0\uc11c \uc791\uc131, \uba54\ubaa8 \uc815\ub9ac, \ub3c4\uad6c \uc804\ud658 \ub4f1\uc5d0\ub294 \uc2dc\uac04\uc774 \ub9ce\uc774 \uc18c\uc694\ub429\ub2c8\ub2e4. iWeaver\ub294 \uc9c0\uc2dd \uadfc\ub85c\uc790\uac00 \ud558\ub098\uc758 \uc6cc\ud06c\ud50c\ub85c\uc5d0\uc11c \uc815\ubcf4\ub97c \uc694\uc57d, \ubd84\uc11d, \uc5f0\uacb0 \ubc0f \uad6c\uc870\ud654\ud560 \uc218 \uc788\ub3c4\ub85d \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \uc9c0\uae08 \ubb34\ub8cc\ub85c \uc2dc\uc791\ud558\uc138\uc694. \uae34 \ubb38\uc11c\ub97c \uba87 \ucd08 \ub9cc\uc5d0 \uc694\uc57d\ud558\uc138\uc694. \ud769\uc5b4\uc9c4 \uc815\ubcf4\ub97c \uad6c\uc870\ud654\ub41c \uc9c0\uc2dd\uc73c\ub85c \uc804\ud658\ud558\uc138\uc694. \ub9c8\uc778\ub4dc \ub9f5, \ubcf4\uace0\uc11c, \uba54\ubaa8\ub97c \uc790\ub3d9\uc73c\ub85c \uc791\uc131\ud558\uc138\uc694. PDF, \uc6f9\ud398\uc774\uc9c0 \ub4f1 \ub2e4\uc591\ud55c \ud615\uc2dd\uc73c\ub85c \uc791\uc5c5\ud558\uc138\uc694. [\u2026]<\/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 for Knowledge Workers: Summarize, Analyze and Organize Work | iWeaver","rank_math_description":"Use iWeaver to summarize documents, analyze information, create reports, build mind maps, and organize knowledge for everyday knowledge work.","rank_math_focus_keyword":"","project_source":"","footnotes":""},"categories":[],"tags":[],"class_list":["post-25594","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-for-knowledge-workers","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 for Knowledge Workers: Summarize, Analyze and Organize Work | iWeaver","description":"Use iWeaver to summarize documents, analyze information, create reports, build mind maps, and organize knowledge for everyday knowledge work.","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":25594,"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%2F25594%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\/25594","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=25594"}],"version-history":[{"count":3,"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/pages\/25594\/revisions"}],"predecessor-version":[{"id":25605,"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/pages\/25594\/revisions\/25605"}],"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=25594"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/categories?post=25594"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.iweaver.ai\/ko\/wp-json\/wp\/v2\/tags?post=25594"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}