| <!DOCTYPE html> |
| <html lang="ko"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>지니젠AI · GeniGen AI — AI 영상·이미지·웹툰 생성 플랫폼</title> |
| <meta name="description" content="지니젠AI는 한국어 텍스트를 깨짐 없이 정확하게 렌더링하는 AI 영상·이미지·웹툰 생성 플랫폼입니다. 허그와트 바나나로 누구나 콘텐츠 크리에이터가 됩니다."> |
| <meta name="keywords" content="지니젠AI, GeniGen AI, 허그와트 바나나, AI 영상 생성, AI 이미지 생성, AI 웹툰 생성, 한국어 AI, 카드뉴스 AI"> |
| <meta property="og:title" content="지니젠AI · GeniGen AI — 새로운 콘텐츠 생성의 시작"> |
| <meta property="og:description" content="AI 영상·이미지·웹툰을 한 곳에서. 한국어 텍스트 정확 렌더링, 누구나 쉽게."> |
| <meta property="og:type" content="website"> |
| <meta property="og:locale" content="ko_KR"> |
| <meta property="og:site_name" content="GeniGen AI"> |
| <meta name="theme-color" content="#7C3AED"> |
|
|
| <link rel="preconnect" href="https://cdn.jsdelivr.net"> |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css"> |
| <link rel="preconnect" href="https://fonts.googleapis.com"> |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet"> |
| <link rel="stylesheet" href="style.css"> |
|
|
| <style> |
| :root { |
| --bg: #0A0A0F; |
| --bg-card: #14141C; |
| --bg-elevated: #1B1B26; |
| --bg-hover: #232333; |
| --border: #2D2D3A; |
| --border-strong: #3D3D4D; |
| --border-divider: #4A4A5A; |
| --text-primary: #FAFAFA; |
| --text-secondary: #C5C5D2; |
| --text-tertiary: #8A8A98; |
| |
| --accent: #8B5CF6; |
| --accent-bright: #B197FC; |
| --accent-warm: #F59E0B; |
| --accent-mint: #14B8A6; |
| --accent-pink: #EC4899; |
| --accent-dim: rgba(139, 92, 246, 0.13); |
| --accent-line: rgba(139, 92, 246, 0.40); |
| --gradient-1: linear-gradient(135deg, #8B5CF6 0%, #EC4899 50%, #F59E0B 100%); |
| --gradient-2: linear-gradient(135deg, #14B8A6 0%, #8B5CF6 100%); |
| --max-width: 1280px; |
| --section-py: 120px; |
| } |
| |
| * { margin: 0; padding: 0; box-sizing: border-box; } |
| html { scroll-behavior: smooth; } |
| body { |
| background: var(--bg); |
| color: var(--text-primary); |
| font-family: 'Pretendard', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; |
| font-size: 16px; |
| line-height: 1.6; |
| letter-spacing: -0.01em; |
| -webkit-font-smoothing: antialiased; |
| -moz-osx-font-smoothing: grayscale; |
| overflow-x: hidden; |
| } |
| a { color: inherit; text-decoration: none; } |
| button { font-family: inherit; cursor: pointer; } |
| |
| .container { max-width: var(--max-width); margin: 0 auto; padding: 0 32px; } |
| @media (max-width: 768px) { .container { padding: 0 20px; } :root { --section-py: 80px; } } |
| |
| |
| .nav { |
| position: fixed; top: 0; left: 0; right: 0; z-index: 100; |
| padding: 16px 0; |
| background: rgba(10, 10, 15, 0.85); |
| backdrop-filter: blur(16px); |
| border-bottom: 1px solid var(--border); |
| } |
| .nav-inner { display: flex; align-items: center; justify-content: space-between; } |
| .brand { |
| display: flex; align-items: center; gap: 10px; |
| font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; |
| } |
| .brand-mark { |
| width: 36px; height: 36px; border-radius: 8px; |
| background: var(--gradient-1); |
| display: grid; place-items: center; |
| font-weight: 800; color: white; font-size: 1rem; |
| } |
| .brand-text { color: var(--text-primary); } |
| .brand-text .ko { font-size: 0.7em; color: var(--text-tertiary); display: block; line-height: 1; margin-bottom: 2px; } |
| .nav-links { display: flex; gap: 28px; align-items: center; } |
| .nav-links a { font-size: 0.88rem; color: var(--text-secondary); transition: color 0.2s; } |
| .nav-links a:hover { color: var(--text-primary); } |
| .cta-button { |
| display: inline-flex; align-items: center; gap: 6px; |
| padding: 10px 20px; border-radius: 8px; |
| background: var(--gradient-1); color: white; |
| font-size: 0.88rem; font-weight: 600; |
| transition: transform 0.15s, box-shadow 0.15s; |
| } |
| .cta-button:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(139, 92, 246, 0.45); } |
| @media (max-width: 768px) { .nav-links a:not(.cta-button) { display: none; } } |
| |
| |
| .hero { padding: 160px 0 100px; position: relative; overflow: hidden; } |
| .hero-glow { |
| position: absolute; top: -200px; right: -200px; width: 700px; height: 700px; |
| border-radius: 50%; filter: blur(180px); |
| background: radial-gradient(circle, rgba(139, 92, 246, 0.35) 0%, transparent 70%); |
| pointer-events: none; |
| } |
| .hero-glow-2 { |
| position: absolute; bottom: -300px; left: -300px; width: 600px; height: 600px; |
| border-radius: 50%; filter: blur(200px); |
| background: radial-gradient(circle, rgba(245, 158, 11, 0.25) 0%, transparent 70%); |
| pointer-events: none; |
| } |
| .hero-inner { position: relative; max-width: 920px; margin: 0 auto; text-align: center; } |
| .hero-pill { |
| display: inline-flex; align-items: center; gap: 8px; |
| padding: 6px 14px; border-radius: 999px; |
| background: var(--accent-dim); border: 1px solid var(--accent-line); |
| font-size: 0.78rem; color: var(--accent-bright); font-weight: 500; |
| margin-bottom: 32px; |
| } |
| .hero-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent-bright); animation: pulse 2s infinite; } |
| @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } } |
| .hero h1 { |
| font-size: clamp(2.5rem, 6vw, 4.5rem); |
| font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; |
| margin-bottom: 24px; |
| } |
| .hero h1 .gradient { |
| background: var(--gradient-1); |
| -webkit-background-clip: text; |
| -webkit-text-fill-color: transparent; |
| background-clip: text; |
| } |
| .hero-sub { |
| font-size: clamp(1.05rem, 1.8vw, 1.25rem); |
| color: var(--text-secondary); max-width: 660px; margin: 0 auto 40px; |
| line-height: 1.6; |
| } |
| .hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; } |
| .btn-primary, .btn-secondary { |
| display: inline-flex; align-items: center; gap: 8px; |
| padding: 14px 28px; border-radius: 10px; |
| font-size: 0.95rem; font-weight: 600; |
| transition: all 0.2s; |
| } |
| .btn-primary { background: var(--gradient-1); color: white; border: 1px solid transparent; } |
| .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(139, 92, 246, 0.5); } |
| .btn-secondary { background: var(--bg-elevated); color: var(--text-primary); border: 1px solid var(--border-strong); } |
| .btn-secondary:hover { background: var(--bg-hover); border-color: var(--accent); } |
| |
| .hero-meta { |
| display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; |
| margin-top: 64px; padding-top: 40px; |
| border-top: 1px solid var(--border); |
| } |
| .meta-item { text-align: center; } |
| .meta-item .num { display: block; font-size: 1.75rem; font-weight: 800; color: var(--accent-bright); } |
| .meta-item .label { font-size: 0.78rem; color: var(--text-tertiary); margin-top: 4px; } |
| |
| |
| section { padding: var(--section-py) 0; } |
| .section-label { |
| display: inline-block; padding: 4px 12px; border-radius: 4px; |
| background: var(--accent-dim); border: 1px solid var(--accent-line); |
| font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; |
| color: var(--accent-bright); text-transform: uppercase; |
| margin-bottom: 16px; |
| } |
| .section-title { |
| font-size: clamp(1.85rem, 3.4vw, 2.75rem); |
| font-weight: 700; line-height: 1.2; letter-spacing: -0.025em; |
| margin-bottom: 20px; |
| } |
| .section-title .accent { color: var(--accent-bright); } |
| .section-subtitle { |
| font-size: 1.05rem; color: var(--text-secondary); |
| max-width: 720px; line-height: 1.6; |
| } |
| .section-header { text-align: center; margin-bottom: 56px; } |
| .section-header .section-subtitle { margin-left: auto; margin-right: auto; } |
| |
| |
| .diff-section { background: var(--bg-card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); } |
| .diff-grid { |
| display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; |
| } |
| @media (max-width: 900px) { .diff-grid { grid-template-columns: 1fr; gap: 36px; } } |
| .diff-text h2 { margin-bottom: 20px; } |
| .diff-text p { font-size: 1.05rem; color: var(--text-secondary); margin-bottom: 16px; } |
| .diff-text .highlight { color: var(--accent-bright); font-weight: 600; } |
| .diff-visual { |
| position: relative; padding: 28px; |
| background: var(--bg-elevated); border: 1px solid var(--border-strong); |
| border-radius: 16px; |
| box-shadow: 0 12px 48px rgba(139, 92, 246, 0.12); |
| } |
| .diff-compare { |
| display: grid; grid-template-columns: 1fr 1fr; gap: 16px; |
| } |
| .compare-box { padding: 18px; border-radius: 10px; } |
| .compare-box.bad { background: rgba(239, 68, 68, 0.08); border: 1px solid rgba(239, 68, 68, 0.25); } |
| .compare-box.good { background: rgba(20, 184, 166, 0.08); border: 1px solid rgba(20, 184, 166, 0.3); } |
| .compare-label { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; margin-bottom: 12px; } |
| .compare-box.bad .compare-label { color: #FCA5A5; } |
| .compare-box.good .compare-label { color: #5EEAD4; } |
| .compare-text { |
| font-family: 'JetBrains Mono', monospace; |
| font-size: 1.1rem; font-weight: 600; |
| line-height: 1.5; word-break: keep-all; |
| } |
| .compare-box.bad .compare-text { color: #FCA5A5; filter: blur(0.4px); letter-spacing: 0.05em; } |
| .compare-box.good .compare-text { color: var(--text-primary); } |
| |
| |
| .tracks-grid { |
| display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; |
| } |
| @media (max-width: 1024px) { .tracks-grid { grid-template-columns: repeat(2, 1fr); } } |
| @media (max-width: 600px) { .tracks-grid { grid-template-columns: 1fr; } } |
| |
| .track-card { |
| position: relative; padding: 28px; border-radius: 14px; |
| background: var(--bg-card); border: 1px solid var(--border); |
| transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); |
| overflow: hidden; |
| } |
| .track-card::before { |
| content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; |
| background: var(--accent); opacity: 0; transition: opacity 0.3s; |
| } |
| .track-card:nth-child(1)::before { background: #8B5CF6; } |
| .track-card:nth-child(2)::before { background: #EC4899; } |
| .track-card:nth-child(3)::before { background: #F59E0B; } |
| .track-card:nth-child(4)::before { background: #14B8A6; } |
| .track-card:hover { transform: translateY(-4px); border-color: var(--border-strong); background: var(--bg-elevated); } |
| .track-card:hover::before { opacity: 1; } |
| .track-icon { |
| width: 48px; height: 48px; border-radius: 10px; |
| background: var(--accent-dim); display: grid; place-items: center; |
| margin-bottom: 18px; font-size: 1.4rem; |
| } |
| .track-card:nth-child(1) .track-icon { background: rgba(139, 92, 246, 0.15); } |
| .track-card:nth-child(2) .track-icon { background: rgba(236, 72, 153, 0.15); } |
| .track-card:nth-child(3) .track-icon { background: rgba(245, 158, 11, 0.15); } |
| .track-card:nth-child(4) .track-icon { background: rgba(20, 184, 166, 0.15); } |
| .track-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; } |
| .track-card .track-en { |
| font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; |
| color: var(--text-tertiary); margin-bottom: 14px; |
| } |
| .track-card p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.55; margin-bottom: 16px; } |
| .track-card ul { list-style: none; padding: 0; } |
| .track-card ul li { |
| font-size: 0.85rem; color: var(--text-secondary); |
| padding: 6px 0 6px 18px; position: relative; |
| border-top: 1px dashed var(--border); |
| } |
| .track-card ul li::before { |
| content: '→'; position: absolute; left: 0; color: var(--accent-bright); |
| } |
| |
| |
| .product-section { |
| background: linear-gradient(180deg, var(--bg) 0%, var(--bg-card) 100%); |
| position: relative; overflow: hidden; |
| } |
| .product-glow { |
| position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); |
| width: 800px; height: 800px; border-radius: 50%; filter: blur(220px); |
| background: radial-gradient(circle, rgba(236, 72, 153, 0.2) 0%, transparent 70%); |
| pointer-events: none; |
| } |
| .product-banner { |
| position: relative; padding: 48px; |
| background: var(--bg-elevated); border: 1px solid var(--border-strong); |
| border-radius: 20px; max-width: 1100px; margin: 0 auto; |
| } |
| .product-banner-grid { |
| display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; |
| } |
| @media (max-width: 900px) { .product-banner-grid { grid-template-columns: 1fr; } } |
| .product-tag { |
| display: inline-block; padding: 4px 12px; border-radius: 4px; |
| background: linear-gradient(135deg, #F59E0B, #EC4899); |
| font-size: 0.72rem; font-weight: 700; color: white; |
| letter-spacing: 0.1em; text-transform: uppercase; |
| margin-bottom: 16px; |
| } |
| .product-banner h2 { font-size: 2rem; font-weight: 800; margin-bottom: 16px; line-height: 1.15; } |
| .product-banner .ko-name { font-size: 1.2rem; color: var(--accent-bright); margin-bottom: 20px; } |
| .product-banner p { color: var(--text-secondary); margin-bottom: 24px; line-height: 1.65; } |
| .product-banner ul { list-style: none; margin-bottom: 28px; } |
| .product-banner ul li { |
| display: flex; align-items: center; gap: 10px; |
| padding: 6px 0; color: var(--text-primary); font-size: 0.95rem; |
| } |
| .product-banner ul li::before { |
| content: '✓'; color: var(--accent-warm); font-weight: 800; |
| width: 20px; height: 20px; border-radius: 50%; |
| background: rgba(245, 158, 11, 0.18); |
| display: inline-flex; align-items: center; justify-content: center; |
| font-size: 0.78rem; |
| } |
| .product-visual { |
| position: relative; aspect-ratio: 1; border-radius: 16px; |
| background: var(--gradient-1); |
| display: grid; place-items: center; |
| overflow: hidden; |
| } |
| .product-visual::before { |
| content: ''; position: absolute; inset: 4px; border-radius: 13px; |
| background: var(--bg-card); |
| } |
| .product-visual-content { |
| position: relative; z-index: 1; text-align: center; padding: 32px; |
| } |
| .product-visual-content .emoji { font-size: 4rem; display: block; margin-bottom: 16px; } |
| .product-visual-content .title { |
| font-size: 1.6rem; font-weight: 800; margin-bottom: 8px; |
| background: var(--gradient-1); |
| -webkit-background-clip: text; |
| -webkit-text-fill-color: transparent; |
| background-clip: text; |
| } |
| .product-visual-content .sub { color: var(--text-secondary); font-size: 0.85rem; } |
| |
| |
| .cap-grid { |
| display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; |
| } |
| @media (max-width: 900px) { .cap-grid { grid-template-columns: repeat(2, 1fr); } } |
| @media (max-width: 560px) { .cap-grid { grid-template-columns: 1fr; } } |
| .cap-card { |
| position: relative; aspect-ratio: 4 / 5; |
| border-radius: 16px; overflow: hidden; |
| background: var(--bg-card); border: 1px solid var(--border); |
| transition: transform 0.4s, border-color 0.3s; |
| } |
| .cap-card:hover { transform: translateY(-4px); border-color: var(--accent); } |
| .cap-card-img { |
| position: absolute; inset: 0; |
| background-size: cover; background-position: center; |
| opacity: 0.55; transition: opacity 0.4s; |
| } |
| .cap-card:hover .cap-card-img { opacity: 0.75; } |
| .cap-card-overlay { |
| position: absolute; inset: 0; |
| background: linear-gradient(0deg, rgba(10, 10, 15, 0.95) 0%, rgba(10, 10, 15, 0.4) 60%, transparent 100%); |
| display: flex; flex-direction: column; justify-content: flex-end; |
| padding: 24px; |
| } |
| .cap-card .cap-num { |
| display: inline-block; padding: 3px 10px; border-radius: 4px; |
| background: var(--accent); color: white; font-weight: 700; |
| font-size: 0.7rem; margin-bottom: 12px; align-self: flex-start; |
| } |
| .cap-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 6px; } |
| .cap-card p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.5; } |
| |
| |
| .market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; } |
| @media (max-width: 768px) { .market-grid { grid-template-columns: 1fr; } } |
| .market-card { |
| padding: 28px; border-radius: 14px; |
| background: var(--bg-card); border: 1px solid var(--border); |
| } |
| .market-card .market-num { |
| font-size: 2.5rem; font-weight: 800; |
| background: var(--gradient-1); |
| -webkit-background-clip: text; |
| -webkit-text-fill-color: transparent; |
| background-clip: text; |
| line-height: 1; margin-bottom: 8px; |
| } |
| .market-card .market-label { font-size: 0.78rem; color: var(--text-tertiary); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 14px; } |
| .market-card p { font-size: 0.92rem; color: var(--text-secondary); line-height: 1.55; } |
| |
| |
| .cta-section { |
| text-align: center; |
| background: linear-gradient(180deg, var(--bg) 0%, rgba(139, 92, 246, 0.06) 100%); |
| } |
| .cta-section h2 { margin-bottom: 20px; } |
| .cta-section p { color: var(--text-secondary); margin-bottom: 32px; max-width: 600px; margin-left: auto; margin-right: auto; } |
| |
| |
| .footer { |
| padding: 64px 0 40px; border-top: 1px solid var(--border); |
| background: var(--bg-card); |
| } |
| .footer-grid { |
| display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; |
| margin-bottom: 40px; |
| } |
| @media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; } } |
| .footer-col h4 { font-size: 0.78rem; color: var(--accent-bright); text-transform: uppercase; letter-spacing: 0.18em; margin-bottom: 18px; } |
| .footer-col ul { list-style: none; } |
| .footer-col ul li { padding: 4px 0; } |
| .footer-col ul li a { color: var(--text-secondary); font-size: 0.9rem; transition: color 0.2s; } |
| .footer-col ul li a:hover { color: var(--text-primary); } |
| .footer-brand .brand { margin-bottom: 16px; } |
| .footer-brand p { font-size: 0.85rem; color: var(--text-tertiary); line-height: 1.6; } |
| .footer-bottom { |
| padding-top: 24px; border-top: 1px solid var(--border); |
| display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; |
| font-size: 0.78rem; color: var(--text-tertiary); |
| } |
| |
| </style> |
| </head> |
| <body> |
|
|
| |
| <nav class="nav"> |
| <div class="container nav-inner"> |
| <a href="#" class="brand"> |
| <span class="brand-mark">G</span> |
| <span class="brand-text"> |
| <span class="ko">지니젠AI</span> |
| GeniGen |
| </span> |
| </a> |
| <div class="nav-links"> |
| <a href="#capabilities">기능</a> |
| <a href="#product">허그와트 바나나</a> |
| <a href="#tracks">스튜디오</a> |
| <a href="#about">회사 소개</a> |
| <a href="https://www.ginigen.ai/" target="_blank" rel="noopener" class="cta-button">바로 시작 →</a> |
| </div> |
| </div> |
| </nav> |
|
|
| |
| <section class="hero"> |
| <div class="hero-glow"></div> |
| <div class="hero-glow-2"></div> |
| <div class="container"> |
| <div class="hero-inner"> |
| <span class="hero-pill"><span class="dot"></span> 한국어 텍스트 정확 렌더링 · 글로벌 웹툰 시장 $14.44B</span> |
| <h1> |
| AI 영상·이미지·웹툰을<br/> |
| <span class="gradient">한 곳에서</span> 누구나 |
| </h1> |
| <p class="hero-sub"> |
| 지니젠AI(GeniGen AI)는 한국어 텍스트가 깨지지 않는 정확한 렌더링과 |
| <strong style="color: #FAFAFA;">올인원 콘텐츠 스튜디오 "허그와트 바나나"</strong>로 |
| 영상·이미지·카드뉴스·웹툰을 누구나 빠르게 만들 수 있게 합니다. |
| </p> |
| <div class="hero-cta"> |
| <a href="https://www.ginigen.ai/" target="_blank" rel="noopener" class="btn-primary">허그와트 바나나 시작하기 →</a> |
| <a href="#capabilities" class="btn-secondary">기능 둘러보기</a> |
| </div> |
| <div class="hero-meta"> |
| <div class="meta-item"> |
| <span class="num">4</span> |
| <span class="label">서비스 트랙</span> |
| </div> |
| <div class="meta-item"> |
| <span class="num">14+</span> |
| <span class="label">콘텐츠 생성 도구</span> |
| </div> |
| <div class="meta-item"> |
| <span class="num">한국어</span> |
| <span class="label">완벽 렌더링</span> |
| </div> |
| <div class="meta-item"> |
| <span class="num">Discord</span> |
| <span class="label">커뮤니티 운영</span> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="diff-section" id="why"> |
| <div class="container"> |
| <div class="diff-grid"> |
| <div class="diff-text"> |
| <span class="section-label">Why GeniGen</span> |
| <h2 class="section-title"> |
| 한국어를 <span class="accent">깨뜨리지 않는</span><br/> |
| 유일한 AI 영상·이미지 생성 |
| </h2> |
| <p> |
| 기존 글로벌 AI 영상·이미지 도구는 한국어를 <span class="highlight">왜곡·누락</span>하는 경우가 대부분이었습니다. |
| 지니젠AI는 한국어 자모 결합·받침·조사를 정확히 렌더링하도록 학습되었습니다. |
| </p> |
| <p> |
| 영문·국문 혼용 카피, 광고 카드뉴스, 웹툰 대사, 영상 자막까지 |
| <span class="highlight">의도한 그대로</span> 결과물에 반영됩니다. |
| </p> |
| <p> |
| MIT Technology Review가 주목한 한국 웹툰 산업의 생성형 AI 도입 흐름 속에서, |
| 지니젠AI는 <span class="highlight">한국 콘텐츠 창작자를 위한 한국어 우선</span> 플랫폼을 제시합니다. |
| </p> |
| </div> |
| <div class="diff-visual"> |
| <div class="diff-compare"> |
| <div class="compare-box bad"> |
| <div class="compare-label">기존 AI</div> |
| <div class="compare-text">새로운 소비<br/>현명한 소비문회</div> |
| </div> |
| <div class="compare-box good"> |
| <div class="compare-label">GeniGen</div> |
| <div class="compare-text">새로운 소비<br/>현명한 소비문화</div> |
| </div> |
| </div> |
| <p style="margin-top: 18px; font-size: 0.82rem; color: var(--text-tertiary); text-align: center;"> |
| ※ 동일 입력 "새로운 소비 · 현명한 소비문화" 비교 예시 |
| </p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="tracks"> |
| <div class="container"> |
| <div class="section-header"> |
| <span class="section-label">Service Tracks</span> |
| <h2 class="section-title">4가지 트랙, <span class="accent">14개 이상의 도구</span></h2> |
| <p class="section-subtitle"> |
| 창작 단계와 숙련도에 맞춰 4개의 트랙을 제공합니다. |
| 처음 시작하는 사용자부터 전문 크리에이터까지, 모두를 위한 통합 스튜디오. |
| </p> |
| </div> |
|
|
| <div class="tracks-grid"> |
| <article class="track-card"> |
| <div class="track-icon">⚡</div> |
| <div class="track-en">QUICK START</div> |
| <h3>바로 시작</h3> |
| <p>처음 시작하는 사용자도 즉시 결과물을 만들 수 있도록 설계된 단축 워크플로우.</p> |
| <ul> |
| <li>원클릭 카드뉴스</li> |
| <li>템플릿 기반 영상 생성</li> |
| <li>이미지 즉시 생성</li> |
| <li>프롬프트 가이드</li> |
| </ul> |
| </article> |
|
|
| <article class="track-card"> |
| <div class="track-icon">🎬</div> |
| <div class="track-en">CONTENT STUDIO</div> |
| <h3>콘텐츠 스튜디오</h3> |
| <p>일반 크리에이터를 위한 콘텐츠 생산 도구. 영상·이미지·카드뉴스·웹툰을 한 곳에서.</p> |
| <ul> |
| <li>AI 영상 편집</li> |
| <li>이미지 생성·편집</li> |
| <li>카드뉴스 디자인</li> |
| <li>웹툰 컷 생성</li> |
| <li>스토리보드 작성</li> |
| </ul> |
| </article> |
|
|
| <article class="track-card"> |
| <div class="track-icon">🎯</div> |
| <div class="track-en">PRO STUDIO</div> |
| <h3>전문 제작</h3> |
| <p>전문 크리에이터·에이전시를 위한 고급 워크플로우. 정밀한 컨트롤과 일괄 작업 지원.</p> |
| <ul> |
| <li>고해상도 출력</li> |
| <li>배치 처리 워크플로우</li> |
| <li>맞춤형 스타일 학습</li> |
| </ul> |
| </article> |
|
|
| <article class="track-card"> |
| <div class="track-icon">🛠️</div> |
| <div class="track-en">TOOLS</div> |
| <h3>도구</h3> |
| <p>자주 쓰는 보조 도구. 빠른 변환·편집·후처리에 필요한 기능을 모아 제공.</p> |
| <ul> |
| <li>이미지 업스케일링</li> |
| <li>포맷 변환 유틸</li> |
| </ul> |
| </article> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="product-section" id="product"> |
| <div class="product-glow"></div> |
| <div class="container"> |
| <div class="product-banner"> |
| <div class="product-banner-grid"> |
| <div> |
| <div class="product-tag">FLAGSHIP</div> |
| <h2>Hugwarts Banana</h2> |
| <div class="ko-name">허그와트 바나나</div> |
| <p> |
| 지니젠AI의 플래그십 콘텐츠 생성 플랫폼. |
| AI 영상·이미지·카드뉴스·웹툰을 한 인터페이스에서 만들고, |
| 결과물을 즉시 배포할 수 있는 올인원 스튜디오. |
| </p> |
| <ul> |
| <li>한국어·영문 텍스트 정확 렌더링</li> |
| <li>영상·이미지·웹툰 통합 생성</li> |
| <li>4개 트랙 · 14+ 도구</li> |
| <li>Discord 커뮤니티 지원</li> |
| <li>모바일·데스크탑 동시 지원</li> |
| </ul> |
| <a href="https://www.ginigen.ai/" target="_blank" rel="noopener" class="btn-primary">바로 사용하기 →</a> |
| </div> |
| <div class="product-visual"> |
| <div class="product-visual-content"> |
| <span class="emoji">🍌</span> |
| <div class="title">허그와트<br/>바나나</div> |
| <div class="sub">Hugwarts Banana</div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="capabilities"> |
| <div class="container"> |
| <div class="section-header"> |
| <span class="section-label">Capabilities</span> |
| <h2 class="section-title">한 플랫폼, <span class="accent">5가지 콘텐츠 형식</span></h2> |
| <p class="section-subtitle">텍스트 한 줄에서 영상까지. 지니젠AI가 지원하는 콘텐츠 라인업.</p> |
| </div> |
|
|
| <div class="cap-grid"> |
| <article class="cap-card"> |
| <div class="cap-card-img" style="background-image: url('1.png');"></div> |
| <div class="cap-card-overlay"> |
| <span class="cap-num">01</span> |
| <h3>AI 영상 생성</h3> |
| <p>텍스트·이미지에서 단편 영상으로. 자막·BGM 자동 동기화.</p> |
| </div> |
| </article> |
| <article class="cap-card"> |
| <div class="cap-card-img" style="background-image: url('2.png');"></div> |
| <div class="cap-card-overlay"> |
| <span class="cap-num">02</span> |
| <h3>AI 이미지 생성</h3> |
| <p>고해상도 이미지를 다양한 스타일로. 한국어 텍스트 인쇄 정확.</p> |
| </div> |
| </article> |
| <article class="cap-card"> |
| <div class="cap-card-img" style="background-image: url('3.png');"></div> |
| <div class="cap-card-overlay"> |
| <span class="cap-num">03</span> |
| <h3>카드뉴스</h3> |
| <p>주제만 입력하면 10초 안에 SNS 카드뉴스 완성.</p> |
| </div> |
| </article> |
| <article class="cap-card"> |
| <div class="cap-card-img" style="background-image: url('4.png');"></div> |
| <div class="cap-card-overlay"> |
| <span class="cap-num">04</span> |
| <h3>웹툰 컷 생성</h3> |
| <p>스토리 기반으로 캐릭터·배경 일관성을 유지한 웹툰 컷 생성.</p> |
| </div> |
| </article> |
| <article class="cap-card"> |
| <div class="cap-card-img" style="background-image: url('5.png');"></div> |
| <div class="cap-card-overlay"> |
| <span class="cap-num">05</span> |
| <h3>스타일 학습</h3> |
| <p>나만의 캐릭터·브랜드 스타일을 학습시켜 일관된 결과물 생성.</p> |
| </div> |
| </article> |
| <article class="cap-card"> |
| <div class="cap-card-img" style="background-image: url('7.png');"></div> |
| <div class="cap-card-overlay"> |
| <span class="cap-num">06</span> |
| <h3>배치 워크플로우</h3> |
| <p>대량 콘텐츠 생산을 위한 자동화. 에이전시·기업에 최적화.</p> |
| </div> |
| </article> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section style="background: var(--bg-card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);"> |
| <div class="container"> |
| <div class="section-header"> |
| <span class="section-label">Market</span> |
| <h2 class="section-title">한국 콘텐츠 산업의 <span class="accent">생성형 AI 전환</span></h2> |
| <p class="section-subtitle"> |
| MIT Technology Review가 주목한 한국 웹툰 산업의 생성형 AI 도입. |
| 지니젠AI는 이 흐름의 최전선에 있습니다. |
| </p> |
| </div> |
|
|
| <div class="market-grid"> |
| <div class="market-card"> |
| <div class="market-num">$14.44B</div> |
| <div class="market-label">2026 글로벌 웹툰 시장</div> |
| <p>2025년 $10.85B → 2026년 $14.44B로 33%+ 성장 예상. AI 도구가 성장 견인.</p> |
| </div> |
| <div class="market-card"> |
| <div class="market-num">한국</div> |
| <div class="market-label">웹툰 종주국</div> |
| <p>네이버·카카오 양대 플랫폼을 통해 한국 웹툰은 글로벌 표준. AI 도구 수요 폭발.</p> |
| </div> |
| <div class="market-card"> |
| <div class="market-num">올인원</div> |
| <div class="market-label">통합 플랫폼 수요</div> |
| <p>영상·이미지·카드뉴스·웹툰을 한 곳에서 다루는 도구는 시장에서 희소.</p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="about"> |
| <div class="container"> |
| <div class="section-header"> |
| <span class="section-label">About</span> |
| <h2 class="section-title">㈜지니젠에이아이</h2> |
| <p class="section-subtitle"> |
| AI 영상·이미지·웹툰 생성 플랫폼 "허그와트 바나나"를 운영하는 한국 AI 스타트업입니다. |
| </p> |
| </div> |
|
|
| <div style="max-width: 720px; margin: 0 auto;"> |
| <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 18px;"> |
| <div style="padding: 24px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px;"> |
| <div style="font-size: 0.7rem; color: var(--text-tertiary); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 8px;">대표</div> |
| <div style="font-size: 1.15rem; font-weight: 700;">최선영</div> |
| <div style="font-size: 0.85rem; color: var(--text-secondary); margin-top: 4px;">Choi Sunyoung, CEO</div> |
| </div> |
| <div style="padding: 24px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px;"> |
| <div style="font-size: 0.7rem; color: var(--text-tertiary); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 8px;">본사</div> |
| <div style="font-size: 1rem; font-weight: 600;">서울 강남구</div> |
| <div style="font-size: 0.85rem; color: var(--text-secondary); margin-top: 4px;">강남대로112길 47, 2층 424</div> |
| </div> |
| <div style="padding: 24px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px;"> |
| <div style="font-size: 0.7rem; color: var(--text-tertiary); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 8px;">사업자등록</div> |
| <div style="font-size: 1rem; font-family: 'JetBrains Mono', monospace;">763-88-03595</div> |
| </div> |
| <div style="padding: 24px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px;"> |
| <div style="font-size: 0.7rem; color: var(--text-tertiary); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 8px;">통신판매</div> |
| <div style="font-size: 0.85rem;">제2025-서울강남-06701호</div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section class="cta-section"> |
| <div class="container"> |
| <span class="section-label">Get Started</span> |
| <h2 class="section-title"> |
| <span class="accent">지금 바로</span> 시작하세요 |
| </h2> |
| <p> |
| 회원가입 없이 허그와트 바나나에서 첫 콘텐츠를 만들어보세요. |
| Discord 커뮤니티에서 다른 크리에이터들의 작품과 노하우도 확인할 수 있습니다. |
| </p> |
| <div class="hero-cta"> |
| <a href="https://www.ginigen.ai/" target="_blank" rel="noopener" class="btn-primary">허그와트 바나나 시작 →</a> |
| <a href="https://www.ginigen.ai/en" target="_blank" rel="noopener" class="btn-secondary">English Page</a> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <footer class="footer"> |
| <div class="container"> |
| <div class="footer-grid"> |
| <div class="footer-col footer-brand"> |
| <a href="#" class="brand"> |
| <span class="brand-mark">G</span> |
| <span class="brand-text"> |
| <span class="ko">지니젠AI</span> |
| GeniGen |
| </span> |
| </a> |
| <p>AI 영상·이미지·웹툰 생성 플랫폼.<br/>한국어를 가장 잘 이해하는 콘텐츠 스튜디오.</p> |
| </div> |
| <div class="footer-col"> |
| <h4>Product</h4> |
| <ul> |
| <li><a href="https://www.ginigen.ai/" target="_blank" rel="noopener">허그와트 바나나</a></li> |
| <li><a href="#capabilities">기능</a></li> |
| <li><a href="#tracks">서비스 트랙</a></li> |
| <li><a href="#product">가격 안내</a></li> |
| </ul> |
| </div> |
| <div class="footer-col"> |
| <h4>Community</h4> |
| <ul> |
| <li><a href="https://www.ginigen.ai/" target="_blank" rel="noopener">Discord</a></li> |
| <li><a href="https://huggingface.co/ginigen" target="_blank" rel="noopener">HuggingFace</a></li> |
| <li><a href="https://www.ginigen.ai/en" target="_blank" rel="noopener">English</a></li> |
| </ul> |
| </div> |
| <div class="footer-col"> |
| <h4>Company</h4> |
| <ul> |
| <li><a href="#about">회사 소개</a></li> |
| <li><a href="https://www.ginigen.ai/" target="_blank" rel="noopener">이용약관</a></li> |
| <li><a href="https://www.ginigen.ai/" target="_blank" rel="noopener">개인정보처리방침</a></li> |
| <li><a href="https://www.ginigen.ai/" target="_blank" rel="noopener">환불정책</a></li> |
| </ul> |
| </div> |
| </div> |
| <div class="footer-bottom"> |
| <span>© 2026 ㈜지니젠에이아이 GeniGen AI Inc. All rights reserved.</span> |
| <span>대표: 최선영 · 사업자등록 763-88-03595 · 통신판매 제2025-서울강남-06701호</span> |
| </div> |
| </div> |
| </footer> |
|
|
| </body> |
| </html> |
|
|