> ## Documentation Index
> Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ARGOS Identity

> 신원 확인 솔루션을 선택하세요

<div
  style={{ 
minHeight: "calc(100vh - 8rem)",
display: "flex",
flexDirection: "column",
alignItems: "center",
justifyContent: "center",
padding: "2rem 2rem 4rem"
}}
>
  <div style={{ textAlign: "center", marginBottom: "3rem" }}>
    <h1
      style={{ 
fontSize: "2.5rem", 
fontWeight: "bold", 
marginBottom: "1rem"
}}
    >
      <span style={{ color: "#0064FF" }}>ARGOS Identity</span>에 오신 것을 환영합니다
    </h1>

    <p
      style={{ 
fontSize: "1.125rem", 
color: "#666",
maxWidth: "600px",
margin: "0 auto"
}}
    >
      필요에 맞는 솔루션을 선택하세요
    </p>
  </div>

  <div
    style={{
display: "flex",
flexDirection: "row",
gap: "1.5rem",
width: "100%",
maxWidth: "1100px",
flexWrap: "wrap",
justifyContent: "center"
}}
  >
    <a
      href="/ko/introduction"
      style={{
  flex: "1 1 300px",
  minHeight: "350px",
  background: "linear-gradient(135deg, #0064FF 0%, #00D9D7 100%)",
  borderRadius: "16px",
  padding: "2.5rem",
  textDecoration: "none",
  color: "white",
  display: "flex",
  flexDirection: "column",
  justifyContent: "space-between",
  transition: "transform 0.2s ease, box-shadow 0.2s ease",
  boxShadow: "0 4px 20px rgba(0, 100, 255, 0.2)"
}}
      onMouseOver={(e) => {
  e.currentTarget.style.transform = "translateY(-4px)";
  e.currentTarget.style.boxShadow = "0 8px 30px rgba(0, 100, 255, 0.3)";
}}
      onMouseOut={(e) => {
  e.currentTarget.style.transform = "translateY(0)";
  e.currentTarget.style.boxShadow = "0 4px 20px rgba(0, 100, 255, 0.2)";
}}
    >
      <div>
        <div
          style={{
    fontSize: "0.875rem",
    opacity: 0.9,
    marginBottom: "0.5rem",
    textTransform: "uppercase",
    letterSpacing: "0.05em"
  }}
        >
          올인원 솔루션
        </div>

        <h2
          style={{
    fontSize: "2.25rem",
    fontWeight: "bold",
    marginBottom: "1rem",
    margin: "0 0 1rem 0"
  }}
        >
          ID check
        </h2>

        <p
          style={{
    fontSize: "1rem",
    opacity: 0.95,
    lineHeight: "1.6"
  }}
        >
          강력하고 유연한 올인원 신원 확인 솔루션입니다.
          사전 구축된 UI, 대시보드, 웹훅 및 모든 검증 엔진이 포함되어 있습니다.
        </p>
      </div>

      <div
        style={{
  display: "flex",
  alignItems: "center",
  gap: "0.5rem",
  marginTop: "1.5rem",
  fontSize: "1rem",
  fontWeight: "500"
}}
      >
        시작하기 <span style={{ fontSize: "1.25rem" }}>→</span>
      </div>
    </a>

    <a
      href="/ko/omni/getting-started/introduction"
      style={{
  flex: "1 1 300px",
  minHeight: "350px",
  background: "linear-gradient(135deg, #6C3AED 0%, #A855F7 100%)",
  borderRadius: "16px",
  padding: "2.5rem",
  textDecoration: "none",
  color: "white",
  display: "flex",
  flexDirection: "column",
  justifyContent: "space-between",
  transition: "transform 0.2s ease, box-shadow 0.2s ease",
  boxShadow: "0 4px 20px rgba(108, 58, 237, 0.2)"
}}
      onMouseOver={(e) => {
  e.currentTarget.style.transform = "translateY(-4px)";
  e.currentTarget.style.boxShadow = "0 8px 30px rgba(108, 58, 237, 0.3)";
}}
      onMouseOut={(e) => {
  e.currentTarget.style.transform = "translateY(0)";
  e.currentTarget.style.boxShadow = "0 4px 20px rgba(108, 58, 237, 0.2)";
}}
    >
      <div>
        <div
          style={{
    fontSize: "0.875rem",
    opacity: 0.9,
    marginBottom: "0.5rem",
    textTransform: "uppercase",
    letterSpacing: "0.05em"
  }}
        >
          Policy-to-Workflow Automation
        </div>

        <h2
          style={{
    fontSize: "2.25rem",
    fontWeight: "bold",
    marginBottom: "1rem",
    margin: "0 0 1rem 0"
  }}
        >
          Omni
        </h2>

        <p
          style={{
    fontSize: "1rem",
    opacity: 0.95,
    lineHeight: "1.6"
  }}
        >
          자연어 정책 기반 워크플로우 자동화 플랫폼입니다.
          사람이 일일이 확인해야 했던 문서 검토를 자동화합니다 — 자연어로 정책을 정의하면 AI가 KYB, AML, 컴플라이언스를 처리합니다.
        </p>
      </div>

      <div
        style={{
  display: "flex",
  alignItems: "center",
  gap: "0.5rem",
  marginTop: "1.5rem",
  fontSize: "1rem",
  fontWeight: "500"
}}
      >
        시작하기 <span style={{ fontSize: "1.25rem" }}>→</span>
      </div>
    </a>

    <a
      href="/ko/verify/getting-started"
      style={{
  flex: "1 1 300px",
  minHeight: "350px",
  background: "linear-gradient(135deg, #1a1a2e 0%, #16213e 100%)",
  borderRadius: "16px",
  padding: "2.5rem",
  textDecoration: "none",
  color: "white",
  display: "flex",
  flexDirection: "column",
  justifyContent: "space-between",
  transition: "transform 0.2s ease, box-shadow 0.2s ease",
  boxShadow: "0 4px 20px rgba(0, 0, 0, 0.2)"
}}
      onMouseOver={(e) => {
  e.currentTarget.style.transform = "translateY(-4px)";
  e.currentTarget.style.boxShadow = "0 8px 30px rgba(0, 0, 0, 0.3)";
}}
      onMouseOut={(e) => {
  e.currentTarget.style.transform = "translateY(0)";
  e.currentTarget.style.boxShadow = "0 4px 20px rgba(0, 0, 0, 0.2)";
}}
    >
      <div>
        <div
          style={{
    fontSize: "0.875rem",
    opacity: 0.9,
    marginBottom: "0.5rem",
    textTransform: "uppercase",
    letterSpacing: "0.05em"
  }}
        >
          엔진 레벨 접근
        </div>

        <h2
          style={{
    fontSize: "2.25rem",
    fontWeight: "bold",
    marginBottom: "1rem",
    margin: "0 0 1rem 0"
  }}
        >
          Verify
        </h2>

        <p
          style={{
    fontSize: "1rem",
    opacity: 0.95,
    lineHeight: "1.6"
  }}
        >
          개별 검증 엔진에 직접 접근할 수 있습니다.
          Face ID, OCR, Liveness 등으로 나만의 UI와 워크플로우를 구축하세요.
        </p>
      </div>

      <div
        style={{
  display: "flex",
  alignItems: "center",
  gap: "0.5rem",
  marginTop: "1.5rem",
  fontSize: "1rem",
  fontWeight: "500"
}}
      >
        API 살펴보기 <span style={{ fontSize: "1.25rem" }}>→</span>
      </div>
    </a>
  </div>

  <div
    style={{
marginTop: "3rem",
textAlign: "center",
maxWidth: "700px"
}}
  >
    <p
      style={{
fontSize: "0.875rem",
color: "#888",
lineHeight: "1.6"
}}
    >
      <strong>어떤 것을 선택해야 할지 모르시겠나요?</strong> 사전 구축된 UI와 완전한 솔루션을 원하시면 ID check을 권장합니다.
      자연어 정책 기반 워크플로우 자동화가 필요하시면 Omni를 선택하세요.
      커스텀 통합을 위해 직접 API 접근이 필요하시면 Verify를 선택하세요.
    </p>
  </div>

  <a
    href="/ko/idcheck/notices/2026-05-update"
    style={{
display: "block",
marginTop: "2.5rem",
width: "100%",
maxWidth: "900px",
background: "linear-gradient(90deg, #0064FF 0%, #00D9D7 100%)",
borderRadius: "12px",
padding: "0.875rem 1.5rem",
textDecoration: "none",
color: "white",
overflow: "hidden",
position: "relative",
boxShadow: "0 2px 12px rgba(0, 100, 255, 0.15)",
transition: "box-shadow 0.2s ease"
}}
    onMouseOver={(e) => {
e.currentTarget.style.boxShadow = "0 4px 20px rgba(0, 100, 255, 0.3)";
}}
    onMouseOut={(e) => {
e.currentTarget.style.boxShadow = "0 2px 12px rgba(0, 100, 255, 0.15)";
}}
  >
    <div style={{ display: "flex", alignItems: "center", gap: "0.75rem" }}>
      <span
        style={{
  flexShrink: 0,
  display: "inline-flex",
  alignItems: "center",
  gap: "0.375rem",
  background: "rgba(255,255,255,0.2)",
  borderRadius: "6px",
  padding: "0.25rem 0.625rem",
  fontSize: "0.75rem",
  fontWeight: "700",
  letterSpacing: "0.05em",
  textTransform: "uppercase"
}}
      >
        <span
          style={{
    width: "6px",
    height: "6px",
    borderRadius: "50%",
    background: "#fff",
    animation: "pulse-dot 1.5s ease-in-out infinite"
  }}
        />

        NEW
      </span>

      <div style={{ overflow: "hidden", flex: 1, whiteSpace: "nowrap" }}>
        <div
          style={{
    display: "inline-block",
    animation: "ticker-scroll 18s linear infinite"
  }}
        >
          <span style={{ fontSize: "0.875rem", fontWeight: "500" }}>
            📢 2026년 5월 제품 업데이트 — 관리자 권한 관리(RBAC) · 엔진 오류 전용 에러 페이지 · 미지원 브라우저 안내 강화 →
          </span>
        </div>
      </div>
    </div>
  </a>
</div>
