{"id":6147,"date":"2026-03-05T10:30:12","date_gmt":"2026-03-05T02:30:12","guid":{"rendered":"https:\/\/imastudio.com\/?p=6147"},"modified":"2026-03-09T17:42:33","modified_gmt":"2026-03-09T09:42:33","slug":"top-ai-film-competitions-2026","status":"publish","type":"post","link":"https:\/\/imastudio.com\/ko\/blog\/top-ai-film-competitions-2026","title":{"rendered":"2026\ub144 \ucd5c\uace0\uc758 AI \uc601\ud654 \uacf5\ubaa8\uc804 \ubc0f \ud574\ucee4\ud1a4"},"content":{"rendered":"<style>\n:root {\n  --white:     #ffffff;\n  --off:       #f8f7ff;\n  --lavender:  #ede9fe;\n  --purple:    #5b21b6;\n  --purple-m:  #7c3aed;\n  --purple-l:  #a78bfa;\n  --purple-xl: #ddd6fe;\n  --ink:       #1a1225;\n  --ink-m:     #3d2e5a;\n  --muted:     #7c6f9a;\n  --border:    #e5e0f5;\n  --gold:      #d97706;\n  --green:     #059669;\n}\n\n\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n\/* Repositioned: no GAIC mention, pure topic authority *\/\n.hero {\n  position: relative; padding: 96px 56px 80px;\n  overflow: hidden;\n  border-bottom: 1px solid var(--border);\n}\n.hero-bg-blob {\n  position: absolute; top: -180px; right: -220px;\n  width: 640px; height: 640px; border-radius: 50%;\n  background: radial-gradient(circle, #ede9fe 0%, transparent 68%);\n  pointer-events: none;\n}\n.hero-dots {\n  position: absolute; inset: 0;\n  background-image: radial-gradient(var(--purple-xl) 1.2px, transparent 1.2px);\n  background-size: 26px 26px; opacity: 0.45; pointer-events: none;\n}\n.hero-inner {\n  position: relative; z-index: 2;\n  max-width: 760px;\n}\n.hero-eyebrow {\n  display: inline-flex; align-items: center; gap: 7px;\n  background: var(--lavender); color: var(--purple);\n  font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;\n  padding: 5px 13px; border-radius: 100px; margin-bottom: 26px;\n  opacity: 0; animation: fadeUp 0.7s 0.1s forwards;\n}\n.hero h1 {\n  font-family: 'Cormorant Garamond', serif; font-weight: 700;\n  font-size: clamp(44px, 5vw, 72px); line-height: 1.06;\n  color: var(--ink); letter-spacing: -0.01em; margin-bottom: 24px;\n  opacity: 0; animation: fadeUp 0.8s 0.25s forwards;\n}\n.hero h1 em { font-style: italic; color: var(--purple); }\n.hero-sub {\n  font-size: 17px; color: var(--muted); max-width: 580px; line-height: 1.78;\n  margin-bottom: 36px; opacity: 0; animation: fadeUp 0.8s 0.4s forwards;\n}\n\n\/* Hero stats row \u2014 industry-level, not GAIC-specific *\/\n.hero-stats {\n  display: flex; align-items: center; gap: 0;\n  margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--border);\n  opacity: 0; animation: fadeUp 0.8s 0.55s forwards;\n}\n.h-stat { padding: 0 32px; border-right: 1px solid var(--border); }\n.h-stat:first-child { padding-left: 0; }\n.h-stat:last-child { border-right: none; }\n.h-stat-num {\n  font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 700;\n  color: var(--ink); line-height: 1;\n}\n.h-stat-lbl { font-size: 11px; color: var(--muted); margin-top: 3px; }\n\n\/* \u2500\u2500 SHARED LAYOUT \u2500\u2500 *\/\n.divider { height: 1px; background: var(--border); }\n.wrap { max-width: 1160px; margin: 0 auto; padding: 80px 56px; }\n.wrap-sm { max-width: 800px; margin: 0 auto; padding: 80px 56px; }\n.sec-lbl {\n  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;\n  color: var(--purple); font-weight: 500; margin-bottom: 10px;\n}\n.sec-h {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(32px, 3.6vw, 50px); font-weight: 700;\n  color: var(--ink); line-height: 1.1; margin-bottom: 14px;\n}\n.sec-sub { font-size: 16px; color: var(--muted); max-width: 560px; line-height: 1.75; margin-bottom: 44px; }\n\n\/* \u2500\u2500 PROSE \u2500\u2500 *\/\n.prose { font-size: 16px; color: var(--ink-m); line-height: 1.85; }\n.prose p { margin-bottom: 20px; }\n.prose strong { color: var(--ink); font-weight: 500; }\n\n\/* Criteria *\/\n.crit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0; }\n.crit-item {\n  display: flex; align-items: flex-start; gap: 11px;\n  padding: 14px 18px; background: var(--off);\n  border: 1px solid var(--border); border-radius: 8px;\n  font-size: 14px; color: var(--ink-m);\n}\n.crit-arr {\n  width: 18px; height: 18px; border-radius: 50%;\n  background: var(--purple); color: #fff;\n  display: grid; place-items: center; font-size: 10px; flex-shrink: 0; margin-top: 2px;\n}\n\n\/* \u2500\u2500 COMPETITION CARDS (equal treatment) \u2500\u2500 *\/\n.comp-list { display: flex; flex-direction: column; gap: 0; }\n\n.comp-entry {\n  display: grid; grid-template-columns: 64px 1fr;\n  gap: 0; border-bottom: 1px solid var(--border);\n  padding: 44px 0; transition: background 0.2s;\n}\n.comp-entry:first-child { border-top: 1px solid var(--border); }\n.comp-entry:hover { background: var(--off); margin: 0 -24px; padding-left: 24px; padding-right: 24px; }\n\n.comp-idx {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 13px; font-weight: 600; color: var(--purple-l);\n  letter-spacing: 0.06em; padding-top: 4px;\n}\n\n.comp-body {}\n\n.comp-top {\n  display: flex; align-items: flex-start;\n  justify-content: space-between; gap: 20px; margin-bottom: 12px; flex-wrap: wrap;\n}\n\n.comp-name {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 26px; font-weight: 700; color: var(--ink); line-height: 1.1;\n}\n\n.comp-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 6px; }\n.comp-tag {\n  font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase;\n  padding: 3px 9px; border-radius: 100px;\n  background: var(--off); color: var(--muted); border: 1px solid var(--border);\n}\n\n.comp-prize-badge {\n  font-size: 12px; font-weight: 500; color: var(--purple);\n  background: var(--lavender); padding: 4px 12px; border-radius: 100px;\n  white-space: nowrap; flex-shrink: 0;\n}\n\n.comp-desc { font-size: 15px; color: var(--ink-m); line-height: 1.72; margin-bottom: 14px; }\n\n.comp-verdict {\n  display: flex; align-items: flex-start; gap: 10px;\n  background: var(--off); border: 1px solid var(--border);\n  border-radius: 8px; padding: 13px 16px;\n  font-size: 13px; color: var(--ink-m);\n}\n.verdict-lbl {\n  font-size: 9px; letter-spacing: 0.13em; text-transform: uppercase;\n  color: var(--purple); font-weight: 600; white-space: nowrap;\n  margin-top: 1px;\n}\n.verdict-sep { width: 1px; background: var(--border); align-self: stretch; margin: 0 2px; }\n\n\/* \u2500\u2500 COMPARISON TABLE \u2500\u2500 *\/\n.tbl-wrap { overflow-x: auto; border-radius: 10px; border: 1px solid var(--border); }\ntable { width: 100%; border-collapse: collapse; font-size: 13px; }\nthead { background: var(--off); }\nthead tr { border-bottom: 1px solid var(--border); }\nth {\n  text-align: left; padding: 13px 16px;\n  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;\n  color: var(--muted); font-weight: 500; white-space: nowrap;\n}\ntbody tr { border-bottom: 1px solid var(--border); transition: background 0.18s; }\ntbody tr:last-child { border-bottom: none; }\ntbody tr:hover { background: var(--off); }\n\/* GAIC row \u2014 highlighted AFTER reader has seen all others *\/\ntbody tr.hi { background: #f5f3ff; }\ntbody tr.hi:hover { background: #ede9fe; }\ntbody tr.hi td.td-n { color: var(--purple); font-weight: 600; }\ntd { padding: 13px 16px; color: var(--ink-m); vertical-align: middle; }\ntd.td-n { font-weight: 500; color: var(--ink); white-space: nowrap; }\n.ck { color: var(--purple); }\n.cx { color: var(--border); }\n.wn { color: var(--gold); }\n.chip { display: inline-block; padding: 3px 10px; background: var(--lavender); color: var(--purple); border-radius: 100px; font-size: 12px; font-weight: 500; white-space: nowrap; }\n\n\/* Natural transition bridge \u2014 the pivot point *\/\n.bridge {\n  background: linear-gradient(135deg, var(--off) 0%, var(--lavender) 100%);\n  border: 1px solid var(--purple-xl);\n  border-radius: 12px;\n  padding: 40px 48px;\n  margin: 48px 0 0;\n  position: relative;\n  overflow: hidden;\n}\n.bridge::before {\n  content: '';\n  position: absolute; top: 0; left: 0; right: 0; height: 3px;\n  background: linear-gradient(90deg, var(--purple), var(--purple-l));\n}\n.bridge-lbl {\n  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;\n  color: var(--purple); font-weight: 600; margin-bottom: 10px;\n}\n.bridge p {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 22px; font-weight: 600; color: var(--ink); line-height: 1.45;\n  font-style: italic;\n}\n.bridge p em { font-style: normal; color: var(--purple); }\n\n\/* \u2500\u2500 GAIC DEEP DIVE \u2500\u2500 *\/\n\/* Visually distinct \u2014 but earned, not forced *\/\n.gaic-section {\n  background: var(--off);\n  border-top: 1px solid var(--border);\n  border-bottom: 1px solid var(--border);\n  padding: 80px 56px;\n}\n.gaic-inner { max-width: 1100px; margin: 0 auto; }\n\n.gaic-header {\n  display: grid; grid-template-columns: 1fr auto;\n  align-items: start; gap: 32px; margin-bottom: 48px;\n}\n\n.gaic-eyebrow {\n  display: inline-flex; align-items: center; gap: 6px;\n  background: var(--purple); color: #fff;\n  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;\n  padding: 5px 12px; border-radius: 100px; font-weight: 500; margin-bottom: 14px;\n}\n.gaic-eyebrow .star { color: #fbbf24; }\n\n.gaic-name {\n  font-family: 'Cormorant Garamond', serif; font-weight: 700;\n  font-size: clamp(48px, 6vw, 84px); line-height: 0.92;\n  color: var(--ink); letter-spacing: -0.02em;\n}\n.gaic-name em { font-style: italic; color: var(--purple); }\n.gaic-tagline { font-size: 15px; color: var(--muted); margin-top: 14px; }\n\n.quick-facts { display: flex; flex-direction: column; gap: 8px; min-width: 190px; }\n.qf { display: flex; flex-direction: column; padding: 12px 15px; background: var(--white); border: 1px solid var(--border); border-radius: 8px; }\n.qf-lbl { font-size: 9px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }\n.qf-val { font-size: 13px; color: var(--ink); font-weight: 500; }\n\n.blk-title {\n  font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700;\n  color: var(--ink); margin: 44px 0 16px;\n  display: flex; align-items: center; gap: 12px;\n}\n.blk-title::after { content: ''; flex: 1; height: 1px; background: var(--border); }\n\n\/* Prize grid *\/\n.prize-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }\n.prize-card {\n  background: var(--white); border: 1px solid var(--border); border-radius: 10px;\n  padding: 24px; position: relative; overflow: hidden;\n  transition: transform 0.26s, box-shadow 0.26s;\n}\n.prize-card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(91,33,182,0.09); }\n.prize-card::before { content: ''; position: absolute; top:0;left:0;right:0; height: 3px; }\n.prize-card.grand::before { background: linear-gradient(90deg, var(--purple), var(--purple-m)); }\n.prize-card.season::before { background: linear-gradient(90deg, var(--purple-l), var(--purple)); }\n.prize-card.cred::before { background: linear-gradient(90deg, #d97706, #f59e0b); }\n.prize-tp { font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; margin-bottom: 8px; }\n.prize-card.grand .prize-tp { color: var(--purple); }\n.prize-card.season .prize-tp { color: var(--purple-m); }\n.prize-card.cred .prize-tp { color: var(--gold); }\n.prize-amt { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 700; color: var(--ink); line-height: 1; margin-bottom: 7px; }\n.prize-note { font-size: 13px; color: var(--muted); line-height: 1.5; }\n.pills { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }\n.pill { font-size: 10px; padding: 3px 10px; background: var(--lavender); color: var(--purple); border-radius: 100px; }\n.pill.g { background: #fef3c7; color: var(--gold); }\n\n\/* Judges *\/\n.judges-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }\n.j-card {\n  background: var(--white); border: 1px solid var(--border); border-radius: 10px;\n  padding: 22px; display: flex; flex-direction: column; gap: 5px;\n  transition: border-color 0.25s, box-shadow 0.25s;\n}\n.j-card:hover { border-color: var(--purple-l); box-shadow: 0 6px 24px rgba(91,33,182,0.07); }\n.j-name { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 700; color: var(--ink); }\n.j-role { font-size: 10px; letter-spacing: 0.09em; text-transform: uppercase; color: var(--purple); font-weight: 500; line-height: 1.4; }\n.j-bio { font-size: 13px; color: var(--muted); line-height: 1.6; padding-top: 9px; border-top: 1px solid var(--border); margin-top: 4px; }\n\n\/* Perks *\/\n.perks-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 18px 0; }\n.perk { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 22px; text-align: center; }\n.perk-ico { font-size: 24px; margin-bottom: 8px; display: block; }\n.perk-t { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 3px; }\n.perk-d { font-size: 12px; color: var(--muted); line-height: 1.5; }\n\n\/* Who *\/\n.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }\n.who-card {\n  padding: 24px; border-radius: 10px;\n  border: 1.5px solid var(--purple-xl);\n  background: linear-gradient(135deg, #faf9ff, var(--lavender));\n  position: relative; overflow: hidden;\n}\n.who-card::before { content: ''; position: absolute; top:0;left:0;bottom:0; width: 4px; background: var(--purple); }\n.who-card:last-child::before { background: var(--purple-l); }\n.who-lbl { font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--purple); font-weight: 600; margin-bottom: 9px; }\n.who-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 9px; }\n.who-card p { font-size: 13px; color: var(--ink-m); line-height: 1.65; }\n\n\/* Submission checklist *\/\n.checklist { display: flex; flex-direction: column; gap: 8px; margin: 20px 0; }\n.check-item {\n  display: flex; align-items: center; gap: 12px;\n  padding: 12px 16px; background: var(--white);\n  border: 1px solid var(--border); border-radius: 8px;\n  font-size: 14px; color: var(--ink-m);\n}\n.check-icon { color: var(--green); font-size: 15px; flex-shrink: 0; }\n\n.gaic-ctas { display: flex; gap: 12px; margin-top: 40px; padding-top: 36px; border-top: 1px solid var(--border); flex-wrap: wrap; }\n\n.btn-primary {\n  display: inline-flex; align-items: center; gap: 8px;\n  background: var(--purple); color: #fff; font-size: 13px; font-weight: 500;\n  letter-spacing: 0.05em; padding: 14px 26px; text-decoration: none;\n  border-radius: 3px; transition: all 0.25s;\n}\n.btn-primary:hover { background: var(--purple-m); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(91,33,182,0.22); }\n.btn-ghost {\n  display: inline-flex; align-items: center; gap: 7px;\n  border: 1.5px solid var(--border); color: var(--ink-m); font-size: 13px;\n  padding: 13px 22px; text-decoration: none; border-radius: 3px; transition: all 0.2s;\n}\n.btn-ghost:hover { border-color: var(--purple-l); color: var(--purple); }\n\n\/* \u2500\u2500 AUDIENCE SECTION \u2500\u2500 *\/\n.aud-block { padding: 34px; border-radius: 12px; border: 1px solid var(--border); margin-bottom: 14px; position: relative; overflow: hidden; }\n.aud-block::before { content: ''; position: absolute; top:0;left:0;bottom:0; width: 4px; background: var(--purple); }\n.aud-block:last-child::before { background: var(--purple-l); }\n.aud-tp { font-size: 9px; letter-spacing: 0.17em; text-transform: uppercase; color: var(--purple); font-weight: 600; margin-bottom: 9px; }\n.aud-block h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }\n.aud-block p { font-size: 15px; color: var(--ink-m); line-height: 1.78; }\n\n\/* \u2500\u2500 FINAL CTA \u2500\u2500 *\/\n.final-cta { position: relative; text-align: center; padding: 110px 56px; overflow: hidden; background: var(--ink); }\n.final-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 58% 65% at 50% 38%, rgba(124,58,237,0.28) 0%, transparent 72%); }\n.final-dots-bg { position: absolute; inset: 0; background-image: radial-gradient(rgba(167,139,250,0.22) 1px, transparent 1px); background-size: 24px 24px; }\n.final-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(124,58,237,0.2); color: var(--purple-l); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 13px; border-radius: 100px; margin-bottom: 22px; position: relative; z-index: 2; }\n.final-cta h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(46px, 6.5vw, 82px); font-weight: 700; line-height: 0.95; color: #fff; letter-spacing: -0.01em; margin-bottom: 22px; position: relative; z-index: 2; }\n.final-cta h2 em { font-style: italic; color: var(--purple-l); }\n.final-cta p { font-size: 16px; color: rgba(255,255,255,0.48); max-width: 400px; margin: 0 auto 36px; line-height: 1.75; position: relative; z-index: 2; }\n.cta-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 2; }\n.btn-lt { display: inline-flex; align-items: center; gap: 7px; background: #fff; color: var(--purple); font-size: 13px; font-weight: 500; letter-spacing: 0.05em; padding: 14px 26px; text-decoration: none; border-radius: 3px; transition: all 0.25s; }\n.btn-lt:hover { background: var(--lavender); transform: translateY(-2px); }\n.btn-ol { display: inline-flex; align-items: center; gap: 7px; border: 1.5px solid rgba(255,255,255,0.22); color: rgba(255,255,255,0.7); font-size: 13px; padding: 13px 22px; text-decoration: none; border-radius: 3px; transition: all 0.2s; }\n.btn-ol:hover { border-color: var(--purple-l); color: var(--purple-l); }\n\n\n\/* \u2500\u2500 ANIMATIONS \u2500\u2500 *\/\n@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }\n.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.62s ease, transform 0.62s ease; }\n.reveal.in { opacity: 1; transform: translateY(0); }\n.reveal-d1 { transition-delay: 0.08s; }\n.reveal-d2 { transition-delay: 0.16s; }\n.reveal-d3 { transition-delay: 0.24s; }\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 900px) {\n  header { padding: 0 22px; }\n  .header-nav { display: none; }\n  .hero { padding: 64px 22px 56px; }\n  .hero-stats { flex-wrap: wrap; gap: 20px; }\n  .h-stat { border-right: none; padding: 0; }\n  .gaic-section { padding: 60px 22px; }\n  .gaic-header { grid-template-columns: 1fr; }\n  .quick-facts { flex-direction: row; flex-wrap: wrap; }\n  .qf { min-width: 140px; }\n  .prize-grid, .judges-grid, .perks-row, .who-grid { grid-template-columns: 1fr; }\n  .wrap, .wrap-sm { padding: 56px 22px; }\n  .comp-entry { grid-template-columns: 40px 1fr; gap: 0; }\n  .comp-entry:hover { margin: 0; padding-left: 0; padding-right: 0; }\n  footer { flex-direction: column; gap: 12px; text-align: center; padding: 24px 22px; }\n  .bridge { padding: 28px 24px; }\n}\n<\/style>\n<!-- \u2461 HOW WE RANKED \u2014 builds credibility before any recommendation -->\n<section id=\"criteria\" class=\"wrap-sm\">\n  <div class=\"sec-lbl reveal\">\ubc29\ubc95\ub860<\/div>\n  <div class=\"sec-h reveal\">\ud3c9\uac00 \ubc29\ubc95<br>\uac01 \ub300\ud68c<\/div>\n  <div class=\"prose reveal\">\n    <p>\ubaa8\ub4e0 \uacf5\ubaa8\uc804\uc774 \ub2e4 \ub611\uac19\uc740 \uac83\uc740 \uc544\ub2d9\ub2c8\ub2e4. \uc11c\ub958\uc0c1\uc73c\ub85c\ub294 \ub9e4\ub825\uc801\uc73c\ub85c \ubcf4\uc774\ub294 \uc0c1\uc774\ub77c\ub3c4, \ucc38\uac00 \uc790\uaca9\uc774 \uae4c\ub2e4\ub86d\uac70\ub098, \uc2ec\uc0ac \uacfc\uc815\uc774 \ubd88\ud22c\uba85\ud558\uac70\ub098, \uc0ac\ud6c4\uc5d0 \uc544\ubb34\ub7f0 \uc815\ubcf4\ub3c4 \uc81c\uacf5\ub418\uc9c0 \uc54a\ub294\ub2e4\uba74 \uadf8 \uac00\uce58\uac00 \ub5a8\uc5b4\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc800\ud76c\ub294 \ubaa8\ub4e0 \uacf5\ubaa8\uc804\uc744 \ub124 \uac00\uc9c0 \uc2e4\uc9c8\uc801\uc778 \uae30\uc900, \uc989 \ucc38\uac00\ud560 \uac00\uce58\uac00 \uc788\ub294\uc9c0 \uc5ec\ubd80\ub97c \uacb0\uc815\ud558\ub294 \uc694\uc18c\ub4e4\uc744 \uae30\uc900\uc73c\ub85c \uc120\ubcc4\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n  <\/div>\n  <div class=\"crit-grid reveal\">\n    <div class=\"crit-item\"><div class=\"crit-arr\">\u2192<\/div>\uc0c1\uae08 \uad6c\uc131\uc758 \ud22c\uba85\uc131 \u2014 \ud604\uae08, \ud06c\ub808\ub527 \ubc0f \uc2e4\uc81c \ud61c\ud0dd<\/div>\n    <div class=\"crit-item\"><div class=\"crit-arr\">\u2192<\/div>\uc2ec\uc0ac\uc704\uc6d0\uc758 \uc2e0\ub8b0\ub3c4\ub294 \uc775\uba85 \ud328\ub110\uc774 \uc544\ub2cc \uac80\uc99d\ub41c \uc5c5\uacc4 \uc804\ubb38\uac00\ub85c \uad6c\uc131\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4.<\/div>\n    <div class=\"crit-item\"><div class=\"crit-arr\">\u2192<\/div>\uc811\uadfc\uc131 \u2014 \uc804 \uc138\uacc4 \uc9c0\uc6d0\uc790\uc5d0\uac8c \uc5f4\ub824 \uc788\uc73c\uba70, \ud559\uc0dd\ub4e4\uc744 \ud658\uc601\ud569\ub2c8\ub2e4.<\/div>\n    <div class=\"crit-item\"><div class=\"crit-arr\">\u2192<\/div>\ub300\ud68c \uc774\ud6c4\uc758 \ud64d\ubcf4 \ud6a8\uacfc \u2014 \uc6b0\uc2b9 \ud6c4\uc5d0\ub294 \uc5b4\ub5a4 \uc77c\uc774 \uc77c\uc5b4\ub0a0\uae4c\uc694?<\/div>\n  <\/div>\n<\/section>\n\n<div class=\"divider\"><\/div>\n\n\n<!-- \u2462 THE COMPETITIONS \u2014 all six treated equally in list format -->\n<section id=\"competitions\" class=\"wrap-sm\">\n  <div class=\"sec-lbl reveal\">\ud544\ub4dc<\/div>\n  <div class=\"sec-h reveal\">6\uac1c\uc758 AI \uacbd\uc9c4\ub300\ud68c<br>2026\ub144\uc5d0 \uc54c\uc544\ub450\uba74 \uc88b\uc744 \uac83\ub4e4<\/div>\n  <p class=\"sec-sub reveal\">\uc544\ub798 \uc810\uc218\ud45c\ub294 6\uac1c \ub300\ud68c\uc758 \uc131\uc801\uc744 \ud55c\ub208\uc5d0 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \uac01 \ub300\ud68c\uc5d0 \ub300\ud55c \uc790\uc138\ud55c \ubd84\uc11d\uc740 \uacc4\uc18d \uc77d\uc5b4\ubcf4\uc138\uc694.<\/p>\n\n  <!-- Comparison table moved here \u2014 reader sees the scorecard first, then reads each entry with context -->\n  <div class=\"tbl-wrap reveal\" style=\"margin-bottom: 56px;\">\n    <table>\n      <thead>\n        <tr>\n          <th>\uacbd\uc7c1<\/th>\n          <th>\uacbd\ud488 \uac00\uce58<\/th>\n          <th>\uc778\ub514 \uce5c\ud654\uc801<\/th>\n          <th>\ud559\uc0dd \ud2b8\ub799<\/th>\n          <th>\uae00\ub85c\ubc8c \uc5d4\ud2b8\ub9ac<\/th>\n          <th>\uc2e0\ub8b0\ud560 \uc218 \uc788\ub294 \ubc30\uc2ec\uc6d0\ub2e8<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr class=\"hi\">\n          <td class=\"td-n\">\u2b50 GAIC \u2014 \uc774\ub9c8 \uc2a4\ud29c\ub514\uc624<\/td>\n          <td><span class=\"chip\">$50,000+<\/span><\/td>\n          <td><span class=\"ck\">\u2713<\/span> \ub9e4\uc6b0<\/td>\n          <td><span class=\"ck\">\u2713<\/span> \uc608<\/td>\n          <td><span class=\"ck\">\u2713<\/span> \uc608<\/td>\n          <td><span class=\"ck\">\u2713<\/span> 25\uba85 \uc774\uc0c1\uc758 \uc2ec\uc0ac\uc704\uc6d0<\/td>\n        <\/tr>\n        <tr>\n          <td class=\"td-n\">\ub7f0\uc6e8\uc774 AI \uc601\ud654\uc81c<\/td>\n          <td>\ubcf4\ud1b5\uc758<\/td>\n          <td><span class=\"ck\">\u2713<\/span><\/td>\n          <td><span class=\"cx\">-<\/span><\/td>\n          <td><span class=\"ck\">\u2713<\/span><\/td>\n          <td><span class=\"ck\">\u2713<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td class=\"td-n\">\uc5b4\ub3c4\ube44 AI \ucc4c\ub9b0\uc9c0<\/td>\n          <td>\ub0ae\uc74c-\uc911\uac04<\/td>\n          <td><span class=\"wn\">\u25b3<\/span> \ub3c4\uad6c\uc5d0 \ub530\ub77c \ub2e4\ub984<\/td>\n          <td><span class=\"cx\">-<\/span><\/td>\n          <td><span class=\"ck\">\u2713<\/span><\/td>\n          <td><span class=\"wn\">\u25b3<\/span> \ub0b4\ubd80<\/td>\n        <\/tr>\n        <tr>\n          <td class=\"td-n\">MIT\uc5d0\uc11c \uc5f4\ub9ac\ub294 \uae00\ub85c\ubc8c AI \uc601\ud654 \uc81c\uc791 \ud589\uc0ac<\/td>\n          <td>\ucd5c\uace0\uae09 \uc81c\ud488\ub9cc \ud574\ub2f9<\/td>\n          <td><span class=\"wn\">\u25b3<\/span> \uc560\ud50c\ub9ac\ucf00\uc774\uc158<\/td>\n          <td><span class=\"ck\">\u2713<\/span><\/td>\n          <td><span class=\"wn\">\u25b3<\/span> \uc120\ud0dd\uc801<\/td>\n          <td><span class=\"ck\">\u2713<\/span> \ud559\uc0dd<\/td>\n        <\/tr>\n        <tr>\n          <td class=\"td-n\">\ud2b8\ub77c\uc774\ubca0\uce74 \ub274 \ubcf4\uc774\uc2a4<\/td>\n          <td>\ub192\uc740 \uba85\uc131<\/td>\n          <td><span class=\"wn\">\u25b3<\/span> \uc81c\ud55c\ub41c<\/td>\n          <td><span class=\"cx\">-<\/span><\/td>\n          <td><span class=\"wn\">\u25b3<\/span> \ubbf8\uad6d \uc911\uc2ec<\/td>\n          <td><span class=\"ck\">\u2713<\/span> \uc0b0\uc5c5<\/td>\n        <\/tr>\n        <tr>\n          <td class=\"td-n\">\uce78 XR<\/td>\n          <td>\ub192\uc740 \uba85\uc131<\/td>\n          <td><span class=\"cx\">-<\/span> \uace0\uae09\uc758<\/td>\n          <td><span class=\"cx\">-<\/span><\/td>\n          <td><span class=\"ck\">\u2713<\/span><\/td>\n          <td><span class=\"ck\">\u2713<\/span> \uc0b0\uc5c5<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/div>\n\n  <div class=\"comp-list\">\n\n    <!-- #1 Runway -->\n    <div class=\"comp-entry reveal\">\n      <div class=\"comp-idx\">01<\/div>\n      <div class=\"comp-body\">\n        <div class=\"comp-top\">\n          <div>\n            <div class=\"comp-name\">\ub7f0\uc6e8\uc774 AI \uc601\ud654\uc81c<\/div>\n            <div class=\"comp-tags\">\n              <span class=\"comp-tag\">\uc5f0\uac04<\/span>\n              <span class=\"comp-tag\">\uc628\ub77c\uc778<\/span>\n              <span class=\"comp-tag\">\uae00\ub85c\ubc8c<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"comp-prize-badge\">\ub3c4\uad6c \ud06c\ub808\ub527 + \uc778\uc815<\/div>\n        <\/div>\n        <p class=\"comp-desc\">\ub7f0\uc6e8\uc774\uc758 \uc5f0\ub840 \ud398\uc2a4\ud2f0\ubc8c\uc740 \uc790\uccb4 \uac1c\ubc1c\ud55c \uc601\uc0c1 \ud50c\ub7ab\ud3fc \ub0b4\uc5d0\uc11c \ud65c\ub3d9\ud558\ub294 \ud06c\ub9ac\uc5d0\uc774\ud130\ub4e4\uc744 \uc704\ud55c \uac00\uc7a5 \uc911\uc694\ud55c \uc1fc\ucf00\uc774\uc2a4\uc785\ub2c8\ub2e4. \uc774 \ud398\uc2a4\ud2f0\ubc8c\uc740 \ucd94\uc0c1\uc801\uc778 \uc601\uc0c1, \ucd08\ud604\uc2e4\uc801\uc778 \uc11c\uc0ac, \ud50c\ub7ab\ud3fc\uc758 \ud55c\uacc4\ub97c \ub6f0\uc5b4\ub118\ub294 \ub2e8\ud3b8 \ucf58\ud150\uce20 \ub4f1 \ubbf8\ud559\uc801 \uc2e4\ud5d8\uc744 \uc9c0\ud5a5\ud569\ub2c8\ub2e4. \ucee4\ubba4\ub2c8\ud2f0\uc758 \uc778\uc9c0\ub3c4\ub294 \ub192\uace0 \ud050\ub808\uc774\uc158 \uae30\uc900\ub3c4 \uc6b0\uc218\ud558\uc9c0\ub9cc, \uc0c1\uae08\uc740 \uc801\uace0 \uc2ec\uc0ac \uae30\uc900\uc774 \ubaa8\ud638\ud55c \uc810\uc774 \uc544\uc27d\uc2b5\ub2c8\ub2e4. \ud559\uc0dd \ubd80\ubb38\uc774 \uc5c6\uc73c\uba70, \ub7f0\uc6e8\uc774\uc758 \ud234\uc14b\uc744 \uc0ac\uc6a9\ud558\uc9c0 \uc54a\uace0 \uc81c\uc791\ub41c \uc791\ud488\uc740 \ubd88\ub9ac\ud55c \uc704\uce58\uc5d0 \ub193\uc774\ub294 \uacbd\ud5a5\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n        <div class=\"comp-verdict\">\n          <span class=\"verdict-lbl\">\uac00\uc7a5 \uc801\ud569\ud55c<\/span>\n          <span class=\"verdict-sep\"><\/span>\n          <span>\ub7f0\uc6e8\uc774 \uc0dd\ud0dc\uacc4\uc5d0 \uc774\ubbf8 \uc790\ub9ac \uc7a1\uc740 \ud06c\ub9ac\uc5d0\uc774\ud130 \uc911, \ud574\ub2f9 \ucee4\ubba4\ub2c8\ud2f0 \ub0b4\uc5d0\uc11c \ub3d9\ub8cc\ub4e4\uc758 \uc778\uc815\uacfc \ud3ec\ud2b8\ud3f4\ub9ac\uc624\uc758 \uc2e0\ub8b0\ub3c4\ub97c \uc5bb\uace0\uc790 \ud558\ub294 \ubd84\ub4e4\uc744 \uc704\ud55c \ud50c\ub7ab\ud3fc\uc785\ub2c8\ub2e4.<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- #2 Adobe -->\n    <div class=\"comp-entry reveal\">\n      <div class=\"comp-idx\">02<\/div>\n      <div class=\"comp-body\">\n        <div class=\"comp-top\">\n          <div>\n            <div class=\"comp-name\">\uc5b4\ub3c4\ube44 AI \ucc3d\uc758\ub825 \ucc4c\ub9b0\uc9c0<\/div>\n            <div class=\"comp-tags\">\n              <span class=\"comp-tag\">\uc8fc\uae30\uc801\uc778<\/span>\n              <span class=\"comp-tag\">\ud574\ucee4\ud1a4 \ud615\uc2dd<\/span>\n              <span class=\"comp-tag\">\uae00\ub85c\ubc8c<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"comp-prize-badge\">\ud604\uae08 + \uc5b4\ub3c4\ube44 \ud06c\ub808\ub527<\/div>\n        <\/div>\n        <p class=\"comp-desc\">\uc5b4\ub3c4\ube44\ub294 \ud30c\uc774\uc5b4\ud50c\ub77c\uc774(Firefly)\uc640 \ud504\ub9ac\ubbf8\uc5b4 \ud504\ub85c(Premiere Pro)\uc758 AI \ud234\uc14b\uacfc \uc5f0\uacc4\ub41c AI \ucc3d\uc758\ub825 \ucc4c\ub9b0\uc9c0\ub97c \uc815\uae30\uc801\uc73c\ub85c \uac1c\ucd5c\ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ucc4c\ub9b0\uc9c0\ub294 \ubcf4\ud1b5 \uba70\uce60\uc5d0\uc11c \uba87 \uc8fc \uc815\ub3c4\uc758 \uc9e7\uc740 \uae30\uac04 \ub3d9\uc548 \uc9c4\ud589\ub418\uba70, \uc790\uc720\ub85c\uc6b4 \ucc3d\uc791 \uc2a4\ud1a0\ub9ac\ud154\ub9c1\ubcf4\ub2e4\ub294 \uc5b4\ub3c4\ube44\uc758 \ud2b9\uc815 \uae30\ub2a5\uc5d0 \ub300\ud55c \uc219\ub828\ub3c4\ub97c \ubcf4\uc5ec\uc8fc\ub294 \ub370 \uc911\uc810\uc744 \ub461\ub2c8\ub2e4. \uc0c1\uae08\uc740 \uc788\uc9c0\ub9cc \ud06c\uc9c0 \uc54a\uace0, \uc2ec\uc0ac\ub294 \ub0b4\ubd80 \uc2ec\uc0ac\uc704\uc6d0\ub4e4\uc774 \ub2f4\ub2f9\ud558\uba70, \uc2a4\ud1a0\ub9ac\ud154\ub9c1\uc774\ub098 \uc601\ud654\uc801 \uc57c\ub9dd\ubcf4\ub2e4\ub294 \ub3c4\uad6c \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc911\uc2dc\ud558\ub294 \ud615\uc2dd\uc785\ub2c8\ub2e4.<\/p>\n        <div class=\"comp-verdict\">\n          <span class=\"verdict-lbl\">\uac00\uc7a5 \uc801\ud569\ud55c<\/span>\n          <span class=\"verdict-sep\"><\/span>\n          <span>\uc2e4\uc9c8\uc801\uc778 \uc131\uacfc\ub97c \ub0bc \uc218 \uc788\ub294 \uccb4\uacc4\uc801\uc778 \uc5f0\uc2b5\uc744 \uc6d0\ud558\ub294 Adobe \uc0ac\uc6a9\uc790, \ud2b9\ud788 Adobe \uc0dd\ud0dc\uacc4 \ub0b4\uc5d0\uc11c \uc804\ubb38 \ud3ec\ud2b8\ud3f4\ub9ac\uc624\ub97c \uad6c\ucd95\ud558\ub824\ub294 \uc0ac\uc6a9\uc790\uc5d0\uac8c \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- #3 MIT -->\n    <div class=\"comp-entry reveal\">\n      <div class=\"comp-idx\">03<\/div>\n      <div class=\"comp-body\">\n        <div class=\"comp-top\">\n          <div>\n            <div class=\"comp-name\">MIT\uc5d0\uc11c \uc5f4\ub9ac\ub294 \uae00\ub85c\ubc8c AI \uc601\ud654 \uc81c\uc791 \ud589\uc0ac<\/div>\n            <div class=\"comp-tags\">\n              <span class=\"comp-tag\">\ub300\uba74\/\ud63c\ud569\ud615<\/span>\n              <span class=\"comp-tag\">\uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8 \uae30\ubc18<\/span>\n              <span class=\"comp-tag\">\uac15\ud55c<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"comp-prize-badge\">\uba85\uc131 + \uba58\ud1a0\uc2ed<\/div>\n        <\/div>\n        <p class=\"comp-desc\">MIT\ub97c \uc911\uc2ec\uc73c\ub85c \uc870\uc9c1\ub41c \uc774 \ud559\uc220 \uc911\uc2ec \ud574\ucee4\ud1a4\uc740 \uc601\ud654 \uc81c\uc791\uc790, AI \uc5f0\uad6c\uc6d0, \uae30\uc220 \uc804\ubb38\uac00\ub4e4\uc744 \ud55c\uc790\ub9ac\uc5d0 \ubaa8\uc544 \uc9d1\uc911\uc801\uc778 \ud611\uc5c5 \ud504\ub85c\uc81d\ud2b8\ub97c \uc9c4\ud589\ud569\ub2c8\ub2e4. \uac1c\uc778\uc758 \ucc3d\uc758\uc801 \ube44\uc804\ubcf4\ub2e4\ub294 \ud559\uc81c \uac04 \ud300\uc6cc\ud06c\uc5d0 \uc911\uc810\uc744 \ub450\ub294 \uac83\uc774 \ud2b9\uc9d5\uc785\ub2c8\ub2e4. \ucc38\uac00 \uc2e0\uccad\uc740 \ud544\uc218\uc774\uba70 \uc120\ubc1c \uacfc\uc815\uc744 \uac70\uce58\uae30 \ub54c\ubb38\uc5d0 \ucc38\uac00\uac00 \ubcf4\uc7a5\ub418\ub294 \uac83\uc740 \uc544\ub2d9\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ucc38\uac00\uc790\ub4e4\uc758 \uc218\uc900\uacfc \ud559\ubb38\uc801 \ub124\ud2b8\uc6cc\ud06c \ub355\ubd84\uc5d0 \uc120\ubc1c\ub41c \uc0ac\ub78c\ub4e4\uc5d0\uac8c\ub294 \ub9e4\uc6b0 \uac00\uce58 \uc788\ub294 \uacbd\ud5d8\uc774 \ub420 \uac83\uc785\ub2c8\ub2e4. \ucd1d \uc0c1\uae08\uc740 \ud55c\uc815\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c, \uc9c4\uc815\ud55c \uac00\uce58\ub294 \ub124\ud2b8\uc6cc\ud0b9\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n        <div class=\"comp-verdict\">\n          <span class=\"verdict-lbl\">\uac00\uc7a5 \uc801\ud569\ud55c<\/span>\n          <span class=\"verdict-sep\"><\/span>\n          <span>\ube60\ub974\uace0 \ud611\uc5c5\uc801\uc778 \ud658\uacbd\uc5d0\uc11c \ub6f0\uc5b4\ub09c \uc131\uacfc\ub97c \ub0b4\uba70, \uc0c1\uae08\ubcf4\ub2e4\ub294 \ud559\ubb38\uc801 \uad50\ub958\uc640 \ub3d9\ub8cc \ud559\uc2b5\uc744 \uc6b0\uc120\uc2dc\ud558\ub294 \ucc3d\uc791\uc790.<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- #4 Tribeca -->\n    <div class=\"comp-entry reveal\">\n      <div class=\"comp-idx\">04<\/div>\n      <div class=\"comp-body\">\n        <div class=\"comp-top\">\n          <div>\n            <div class=\"comp-name\">\ud2b8\ub77c\uc774\ubca0\uce74 \uc601\ud654\uc81c - \uc2e0\uc778 \uc544\ud2f0\uc2a4\ud2b8 \ud2b8\ub799<\/div>\n            <div class=\"comp-tags\">\n              <span class=\"comp-tag\">\uc5f0\uac04<\/span>\n              <span class=\"comp-tag\">\uacbd\uc7c1\ub825 \uc788\ub294<\/span>\n              <span class=\"comp-tag\">\uc8fc\ub85c \ubbf8\uad6d<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"comp-prize-badge\">\ub192\uc740 \uba85\uc131<\/div>\n        <\/div>\n        <p class=\"comp-desc\">\ud2b8\ub77c\uc774\ubca0\uce74 \uc601\ud654\uc81c\ub294 \uc2e0\ud765 \ud3ec\ub9f7 \ud2b8\ub799\uc744 \ud1b5\ud574 AI \uae30\ubc18 \ubc0f AI \uc0dd\uc131 \uc2a4\ud1a0\ub9ac\ud154\ub9c1 \uc791\ud488\ub4e4\uc744 \uc870\uc2ec\uc2a4\ub7fd\uac8c \uc0c1\uc601 \ubaa9\ub85d\uc5d0 \ucd94\uac00\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc774\uacf3\uc5d0 \uc120\uc815\ub418\uba74 \uc0c1\ub2f9\ud55c \uba85\uc131\uacfc \uc5c5\uacc4\uc5d0\uc11c\uc758 \uc8fc\ubaa9\ub3c4\ub97c \uc5bb\uc744 \uc218 \uc788\uc9c0\ub9cc, \ucd9c\ud488 \uc694\uac74\uc774 \uae4c\ub2e4\ub86d\uace0 \uc21c\uc218 AI \uc0dd\uc131 \uc791\ud488\uc744 \uc704\ud55c \uc0c1\uc601 \uacbd\ub85c\ub294 \uc544\uc9c1 \uc815\ub9bd\ub418\uc9c0 \uc54a\uc558\uc73c\uba70, \uc804 \uc138\uacc4\uc801\uc778 \uc811\uadfc\uc131\ub3c4 \uc81c\ud55c\uc801\uc785\ub2c8\ub2e4. \uc81c\uc791 \ud488\uc9c8, \uc2a4\ud1a0\ub9ac\uc758 \uc644\uc131\ub3c4, \ubc29\uc1a1 \ub124\ud2b8\uc6cc\ud06c \uc811\uadfc\uc131 \ub4f1 \ubaa8\ub4e0 \uba74\uc5d0\uc11c \uc9c4\uc785 \uc7a5\ubcbd\uc774 \ub192\uc2b5\ub2c8\ub2e4.<\/p>\n        <div class=\"comp-verdict\">\n          <span class=\"verdict-lbl\">\uac00\uc7a5 \uc801\ud569\ud55c<\/span>\n          <span class=\"verdict-sep\"><\/span>\n          <span>\ud0c4\ud0c4\ud55c \uc804\ud1b5\uc801\uc778 \uc2a4\ud1a0\ub9ac\ud154\ub9c1 \ub2a5\ub825\uc744 \uac16\ucd98 \uc601\ud654 \uc81c\uc791\uc790\ub4e4\uc774 \uc138\ub828\ub41c \uc81c\uc791 \uc218\uc900\uc758 \uc6cc\ud06c\ud50c\ub85c\uc6b0\uc5d0\uc11c AI\ub97c \ud558\ub098\uc758 \ub3c4\uad6c\ub85c \ud65c\uc6a9\ud569\ub2c8\ub2e4.<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- #5 Cannes XR -->\n    <div class=\"comp-entry reveal\">\n      <div class=\"comp-idx\">05<\/div>\n      <div class=\"comp-body\">\n        <div class=\"comp-top\">\n          <div>\n            <div class=\"comp-name\">\uce78 XR<\/div>\n            <div class=\"comp-tags\">\n              <span class=\"comp-tag\">\uc5f0\uac04<\/span>\n              <span class=\"comp-tag\">\uad6d\uc81c\uc801\uc778<\/span>\n              <span class=\"comp-tag\">\ubab0\uc785\ud615 \/ XR<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"comp-prize-badge\">\uae00\ub85c\ubc8c \ud504\ub808\uc2a4\ud2f0\uc9c0<\/div>\n        <\/div>\n        <p class=\"comp-desc\">\uce78 XR\uc740 \ubab0\uc785\ud615 \ubbf8\ub514\uc5b4\uc640 \uc2e0\uae30\uc220\uc758 \uad50\ucc28\uc810\uc5d0 \uc788\uc73c\uba70, \ud2b9\ud788 \uc778\ud130\ub799\ud2f0\ube0c \ubc0f \uccb4\ud5d8\ud615 \ud615\uc2dd\uc744 \uc911\uc2ec\uc73c\ub85c AI \uae30\ubc18 \ucf58\ud150\uce20\uac00 \ud504\ub85c\uadf8\ub7a8\uc5d0\uc11c \uc810\uc810 \ub354 \ud070 \ube44\uc911\uc744 \ucc28\uc9c0\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc804 \uc138\uacc4 \uc5b8\ub860\uc758 \uad00\uc2ec\ub3c4 \ub3c5\ubcf4\uc801\uc785\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ub192\uc740 \uc218\uc900\uc758 \uc81c\uc791 \ud004\ub9ac\ud2f0\ub97c \uc694\uad6c\ud558\ub294 \ub9cc\ud07c, \ucd08\uae30 \uc791\ud488\uc744 \uc120\ubcf4\uc774\uae30\uc5d0\ub294 \uc801\ud569\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub300\ubd80\ubd84\uc758 \ud06c\ub9ac\uc5d0\uc774\ud130\uc5d0\uac8c \uce78 XR\uc740 2026\ub144\uc744 \ubaa9\ud45c\ub85c \uc0bc\uae30\ubcf4\ub2e4\ub294 \uc7a5\uae30\uc801\uc778 \ubaa9\ud45c\ub85c \uc0dd\uac01\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4.<\/p>\n        <div class=\"comp-verdict\">\n          <span class=\"verdict-lbl\">\uac00\uc7a5 \uc801\ud569\ud55c<\/span>\n          <span class=\"verdict-sep\"><\/span>\n          <span>\uc644\uc131\ub3c4 \ub192\uc740 \ubab0\uc785\ud615 \ub610\ub294 \uc778\ud130\ub799\ud2f0\ube0c AI \ucf58\ud150\uce20 \uc81c\uc791 \uacbd\ud5d8\uacfc \uc774\ub97c \ub4b7\ubc1b\uce68\ud560 \uc218 \uc788\ub294 \uc81c\uc791 \uc778\ud504\ub77c\ub97c \uac16\ucd98 \ud06c\ub9ac\uc5d0\uc774\ud130.<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- #6 GAIC \u2014 listed as part of the field, same format -->\n    <div class=\"comp-entry reveal\">\n      <div class=\"comp-idx\">06<\/div>\n      <div class=\"comp-body\">\n        <div class=\"comp-top\">\n          <div>\n            <div class=\"comp-name\">GAIC \u2014 \uae00\ub85c\ubc8c AI \ucf58\ud150\uce20 \ucc4c\ub9b0\uc9c0<\/div>\n            <div class=\"comp-tags\">\n              <span class=\"comp-tag\">\uc628\ub77c\uc778 \uc2dc\uc98c 3\uac1c<\/span>\n              <span class=\"comp-tag\">\uae00\ub85c\ubc8c<\/span>\n              <span class=\"comp-tag\">\ud559\uc0dd \ud2b8\ub799<\/span>\n              <span class=\"comp-tag\">LA \ud53c\ub0a0\ub808 \u00b7 2026\ub144 6\uc6d4<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"comp-prize-badge\">$50,000+ \uc0c1\uae08 \ud480<\/div>\n        <\/div>\n        <p class=\"comp-desc\">Ima Studio\uac00 \uc8fc\ucd5c\ud558\ub294 GAIC\ub294 \uc138 \ubc88\uc758 \uc628\ub77c\uc778 \uc2dc\uc98c\uc744 \uac70\uccd0 2026\ub144 6\uc6d4 \ub85c\uc2a4\uc564\uc824\ub808\uc2a4\uc5d0\uc11c 48\uc2dc\uac04 \ub3d9\uc548 \uc9c4\ud589\ub418\ub294 AI \uc601\ud654 \ud574\ucee4\ud1a4 \ubc0f \ud398\uc2a4\ud2f0\ubc8c\ub85c \ub9c8\ubb34\ub9ac\ub429\ub2c8\ub2e4. \uac01 \uc2dc\uc98c\ub9c8\ub2e4 5,000~20,000\ub2ec\ub7ec \uc0c1\ub2f9\uc758 \ud604\uae08 \ubc0f \ucef4\ud4e8\ud305 \ud06c\ub808\ub527 \uc0c1\uae08\uc774 \uc81c\uacf5\ub418\uba70, \ucd5c\uc885 \uc2dc\uc98c\uc5d0\ub294 50,000\ub2ec\ub7ec \uc774\uc0c1\uc758 \ub300\uc0c1 \uc0c1\uae08\uc774 \uc218\uc5ec\ub429\ub2c8\ub2e4. \uc2ec\uc0ac\uc704\uc6d0\ub2e8\uc740 \uc5d0\ubbf8\uc0c1 \uc218\uc0c1 \ud504\ub85c\ub4c0\uc11c, \uc601\ud654\uc81c\uc5d0\uc11c \uc778\uc815\ubc1b\uc740 \uc2dc\ub098\ub9ac\uc624 \uc791\uac00, \ud558\ubc84\ub4dc\ub300 \uac15\uc0ac, \ud604\uc9c1 AI \uc601\ud654 \uc81c\uc791\uc790 \ub4f1 25\uba85 \uc774\uc0c1\uc758 \uc804\ubb38\uac00\ub85c \uad6c\uc131\ub429\ub2c8\ub2e4. \uc804 \uc138\uacc4\uc5d0\uc11c \ucc38\uac00\ud560 \uc218 \uc788\uc73c\uba70, \ud559\uc0dd \uc804\uc6a9 \ud2b8\ub799\uacfc \ud2b9\ubcc4 \ud559\uc0dd\uc0c1\ub3c4 \ub9c8\ub828\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ub610\ud55c, \ucd5c\uc6b0\uc218 \ud29c\ud1a0\ub9ac\uc5bc \uacf5\uc720\uc0c1(5,000\ub2ec\ub7ec \ucef4\ud4e8\ud305 \ud06c\ub808\ub527)\uacfc \uc6b0\uc218 \uc791\ud488\uc5d0 \ub300\ud55c \ub274\uc695 \ud0c0\uc784\uc2a4\ud018\uc5b4 \uc804\uc2dc \uae30\ud68c\ub3c4 \uc81c\uacf5\ub429\ub2c8\ub2e4.<\/p>\n        <div class=\"comp-verdict\">\n          <span class=\"verdict-lbl\">\uac00\uc7a5 \uc801\ud569\ud55c<\/span>\n          <span class=\"verdict-sep\"><\/span>\n          <span>\uc778\ub514 AI \ucf58\ud150\uce20 \uc81c\uc791\uc790 \ubc0f \uc601\ud654 \uc81c\uc791\uc790(\uc218\uc900 \ubb34\uad00)\uc5d0\uac8c \uc801\ud569\ud55c \uc774 \ub300\ud68c\ub294 \uc2dc\uc98c\ubcc4 \ud615\uc2dd, \ud559\uc0dd \ud2b8\ub799, \uadf8\ub9ac\uace0 \uc804 \uc138\uacc4 \ucc38\uac00 \uc790\uaca9 \ub355\ubd84\uc5d0 \uc774 \ubaa9\ub85d\uc5d0\uc11c \uac00\uc7a5 \uc811\uadfc\uc131\uc774 \ub192\uace0 \uacbd\uc7c1\uc774 \uce58\uc5f4\ud55c \ub300\ud68c\uc785\ub2c8\ub2e4.<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n\n<!-- \u2464 GAIC DEEP DIVE \u2014 now earned, not forced -->\n<section id=\"winner\" class=\"gaic-section\">\n  <div class=\"gaic-inner\">\n\n    <div class=\"gaic-header reveal\">\n      <div>\n        <div class=\"gaic-eyebrow\"><span class=\"star\">\u2605<\/span> 2026\ub144 \ucd5c\uace0\uc758 \uc120\ud0dd<\/div>\n        <div class=\"gaic-name\">\uac00\uc774\uce58<br><em>\uae00\ub85c\ubc8c AI<\/em><br>\ucf58\ud150\uce20 \ucc4c\ub9b0\uc9c0<\/div>\n        <div class=\"gaic-tagline\">Ima Studio \uc8fc\ucd5c \u00b7 imastudio.com\/gaic<\/div>\n      <\/div>\n      <div class=\"quick-facts\">\n        <div class=\"qf\"><span class=\"qf-lbl\">\ub300\uc0c1<\/span><span class=\"qf-val\">$50,000+<\/span><\/div>\n        <div class=\"qf\"><span class=\"qf-lbl\">\uccb4\uc7ac<\/span><span class=\"qf-val\">3\uc2dc\uc98c + LA \ud53c\ub0a0\ub808<\/span><\/div>\n        <div class=\"qf\"><span class=\"qf-lbl\">\uc801\uc784<\/span><span class=\"qf-val\">\uae00\ub85c\ubc8c \u00b7 \ud559\uc0dd \ud658\uc601<\/span><\/div>\n        <div class=\"qf\"><span class=\"qf-lbl\">\uc81c\ucd9c<\/span><span class=\"qf-val\">MP4\/MOV \ud30c\uc77c \ubc0f \uae30\ud68d\uc548 PDF \ud30c\uc77c<\/span><\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"prose reveal\" style=\"max-width:700px;\">\n      <p>GAIC\ub97c \ub2e4\ub978 \ub300\ud68c\uc640 \ucc28\ubcc4\ud654\ud558\ub294 \uac83\uc740 \ub2e8\uc21c\ud788 \uc0c1\uae08 \uaddc\ubaa8\ub9cc\uc774 \uc544\ub2d9\ub2c8\ub2e4. \ubc14\ub85c \uc5ec\ub7ec \uc694\uc18c\ub4e4\uc758 \uc870\ud569 \ub355\ubd84\uc785\ub2c8\ub2e4. <strong>\uc758\ubbf8 \uc788\ub294 \uc811\uadfc<\/strong> (\uae00\ub85c\ubc8c \uc790\uaca9, \ud559\uc0dd \ud2b8\ub799, \uc5ec\ub7ec \uacc4\uc808\ubcc4 \uc785\uad6d \uae30\uac04) <strong>\uc5c5\uacc4\uc5d0\uc11c \uc778\uc815\ubc1b\ub294 \uc2e0\ub8b0\uc131<\/strong> (\uc5d0\ubbf8\uc0c1 \uc218\uc0c1 \uacbd\ub825\uc758 \ud504\ub85c\ub4c0\uc11c, \uc601\ud654\uc81c \ubca0\ud14c\ub791, AI \uc5f0\uad6c\uc6d0 \ub4f1 25\uba85 \uc774\uc0c1\uc758 \uc2ec\uc0ac\uc704\uc6d0\uc73c\ub85c \uad6c\uc131) \ub300\ubd80\ubd84\uc758 \ub300\ud68c\ub294 \ub458 \uc911 \ud558\ub098\ub9cc \uc81c\uacf5\ud558\uc9c0\ub9cc, GAIC\ub294 \ub458 \ub2e4 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n      <p>\uc774 \uad6c\uc870\ub294 \ud06c\ub9ac\uc5d0\uc774\ud130\ub4e4\uc5d0\uac8c \uc5f0\uac04 \ud55c \ubc88\uc758 \ud070 \uae30\ud68c\ub9cc \uc8fc\ub294 \uac83\uc774 \uc544\ub2c8\ub77c \uc5ec\ub7ec \ubc88\uc758 \uae30\ud68c\ub97c \uc81c\uacf5\ud558\ub3c4\ub85d \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc138 \ubc88\uc758 \uc628\ub77c\uc778 \uc2dc\uc98c\uc740 \uac01\uac01 \ub3c5\ub9bd\uc801\uc73c\ub85c \uc6b4\uc601\ub418\uba70, \uac01 \uc2dc\uc98c\ub9c8\ub2e4 \uc790\uccb4\uc801\uc778 \uc0c1\uae08 \ud480\uc744 \uac16\uc2b5\ub2c8\ub2e4. \uc138 \uc2dc\uc98c\uc5d0\uc11c \ucd5c\uace0\uc758 \uc131\uacfc\ub97c \uac70\ub454 \ud06c\ub9ac\uc5d0\uc774\ud130\ub4e4\uc740 \ucd5c\uc885 \uacb0\uc2b9\uc804\uc5d0 \ucd08\ub300\ub429\ub2c8\ub2e4. <strong>2026\ub144 6\uc6d4 \ub85c\uc2a4\uc564\uc824\ub808\uc2a4\uc5d0\uc11c \uc5f4\ub9ac\ub294 48\uc2dc\uac04 AI \uc601\ud654 \ud574\ucee4\ud1a4 \ubc0f \uc601\ud654\uc81c<\/strong> \u2014 \ub300\uc0c1 \uc218\uc0c1\uc790\uac00 \uc120\uc815\ub418\ub294 \uacf3\uc785\ub2c8\ub2e4.<\/p>\n    <\/div>\n\n    <div class=\"blk-title reveal\">\uc0c1 \ubc0f \uc218\uc0c1<\/div>\n    <div class=\"prize-grid reveal\">\n      <div class=\"prize-card grand\">\n        <div class=\"prize-tp\">\uc0c1\ubc18\uae30 \ub300\uc0c1<\/div>\n        <div class=\"prize-amt\">$50,000<\/div>\n        <div class=\"prize-note\">\ud604\uae08 \ubc0f \ucef4\ud4e8\ud130 \ud559\uc810. \uc720\ub9dd \uc778\uc7ac\ub97c \uc704\ud55c \ud2b9\ubcc4 \ud559\uc0dd\uc0c1 \ud3ec\ud568.<\/div>\n        <div class=\"pills\"><span class=\"pill\">3\uc2dc\uc98c<\/span><span class=\"pill\">25\uba85 \uc774\uc0c1\uc758 \uc2ec\uc0ac\uc704\uc6d0<\/span><\/div>\n      <\/div>\n      <div class=\"prize-card season\">\n        <div class=\"prize-tp\">\uacc4\uc808 \uc218\uc601\uc7a5<\/div>\n        <div class=\"prize-amt\">$5K\u2013$20K<\/div>\n        <div class=\"prize-note\">\ub3c5\ub9bd\uc801\uc778 \uc2ec\uc0ac \ubc0f \uc21c\uc704 \uc2dc\uc2a4\ud15c\uc744 \ud1b5\ud574 \uc2dc\uc98c\ubcc4\ub85c \uacbd\uc7c1\uc774 \uc9c4\ud589\ub429\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc6b0\uc2b9 \ubc29\ubc95\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/div>\n        <div class=\"pills\"><span class=\"pill\">\ud604\uae08 + \ud06c\ub808\ub527<\/span><span class=\"pill\">\uba58\ud1a0\uc2ed<\/span><\/div>\n      <\/div>\n      <div class=\"prize-card cred\">\n        <div class=\"prize-tp\">\ucef4\ud4e8\ud305 \ud06c\ub808\ub527 \uc5b4\uc6cc\ub4dc<\/div>\n        <div class=\"prize-amt\">$5,000<\/div>\n        <div class=\"prize-note\">\ucd5c\uace0\uc758 \ud29c\ud1a0\ub9ac\uc5bc \uacf5\uc720 + \ub274\uc695 \ud0c0\uc784\uc2a4\ud018\uc5b4 \uae00\ub85c\ubc8c \ub514\uc9c0\ud138 \ud64d\ubcf4.<\/div>\n        <div class=\"pills\"><span class=\"pill g\">\ub274\uc695 \ud0c0\uc784\uc2a4 \uc2a4\ud018\uc5b4.<\/span><span class=\"pill g\">\uae00\ub85c\ubc8c \ub514\uc2a4\ud50c\ub808\uc774<\/span><\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"blk-title reveal\">\uc2ec\uc0ac\uc704\uc6d0\ub2e8<\/div>\n    <div class=\"prose reveal\" style=\"margin-bottom:18px; max-width:660px;\">\n      <p>\uc608\uc220\uacfc \uae30\uc220 \ubaa8\ub450\ub97c \uc774\ud574\ud558\ub294 25\uba85 \uc774\uc0c1\uc758 \uacf5\uc2dd \uc2ec\uc0ac\uc704\uc6d0\ub2e8 - AI\uc758 \ucc38\uc2e0\ud568\uc744 \ud3c9\uac00\ud558\ub294 \uc784\uc6d0\uc9c4\uc774 \uc544\ub2c8\ub77c, \uc9c1\uc811 \ubb34\uc5b8\uac00\ub97c \ub9cc\ub4e4\uc5b4 \ubcf8 \uc2e4\ubb34\uc790\ub4e4\ub85c \uad6c\uc131\ub429\ub2c8\ub2e4.<\/p>\n    <\/div>\n    <div class=\"judges-grid reveal\">\n      <div class=\"j-card\">\n        <div class=\"j-name\">\uc5d0\ub9ac\ud788 \uc544\ucc98<\/div>\n        <div class=\"j-role\">CGA Creative \uc124\ub9bd\uc790<\/div>\n        <div class=\"j-bio\">\uc5d0\ubbf8\uc0c1 \uc218\uc0c1 \uacbd\ub825\uc758 \ud504\ub85c\ub4c0\uc11c\uc774\uc790 \ud06c\ub9ac\uc5d0\uc774\ud2f0\ube0c AI \ubd84\uc57c\uc758 \ub9ac\ub354\ub85c\uc11c, \uae30\uc5c5\ub4e4\uc774 \uc2a4\ud1a0\ub9ac\ud154\ub9c1\uc758 \ubbf8\ub798\ub97c \ud5e4\uccd0\ub098\uac08 \uc218 \uc788\ub3c4\ub85d \ub3d5\uc2b5\ub2c8\ub2e4.<\/div>\n      <\/div>\n      <div class=\"j-card\">\n        <div class=\"j-name\">\uadf8\ub808\uc774\uc2a4 \uac00\uc624<\/div>\n        <div class=\"j-role\">\uc140\ub808\uc2a4\ud2f4 \ud53d\ucc98\uc2a4(Celestine Pictures, Inc.) \uc124\ub9bd\uc790\/\ucd1d\uad04 \ud504\ub85c\ub4c0\uc11c.<\/div>\n        <div class=\"j-bio\">\uc624\uc2a4\ud2f4 \uc601\ud654\uc81c\uc640 \ud734\uba38\ub2c8\ud0c0\uc2a4 \uc7ac\ub2e8\uc5d0\uc11c \uc778\uc815\ubc1b\uc558\uc2b5\ub2c8\ub2e4. AI \uae30\ubc18 IP \uc911\uc2ec\uc758 \ub9c8\uc774\ud06c\ub85c\ub4dc\ub77c\ub9c8 \uc2a4\ud29c\ub514\uc624\ub97c \uc124\ub9bd\ud588\uc2b5\ub2c8\ub2e4.<\/div>\n      <\/div>\n      <div class=\"j-card\">\n        <div class=\"j-name\">\ubbfc \uc9c0\uc544\uc9c0\uc548<\/div>\n        <div class=\"j-role\">MIT \uae00\ub85c\ubc8c AI \uc601\ud654 \ud574\ucee4\ud1a4 \uc704\uc6d0\ud68c \uc704\uc6d0\uc7a5 \u00b7 \ud558\ubc84\ub4dc \uac1d\uc6d0 \uac15\uc0ac<\/div>\n        <div class=\"j-bio\">\uc218\uc0c1 \uacbd\ub825\uc5d0 \ube5b\ub098\ub294 AI+XR \uc544\ud2f0\uc2a4\ud2b8\ub85c, \uc778\uacf5\uc9c0\ub2a5, \uac10\uac01 \uc778\uc9c0 \ubc0f \ub2e4\uac10\uac01\uc801 \uc2a4\ud1a0\ub9ac\ud154\ub9c1\uc744 \uc811\ubaa9\ud55c \uc791\ud488\uc744 \uc120\ubcf4\uc785\ub2c8\ub2e4.<\/div>\n      <\/div>\n      <div class=\"j-card\">\n        <div class=\"j-name\">\ubbfc\ub3c4<\/div>\n        <div class=\"j-role\">\uba38\uc2e0 \uc2dc\ub124\ub9c8 \ubc0f \ud310\ud0c0\uc2a4\ud2f1 \ub370\uc774 \uacf5\ub3d9 \ucc3d\ub9bd\uc790<\/div>\n        <div class=\"j-bio\">\uc778\uacf5\uc9c0\ub2a5 \uae30\ubc18 \uc81c\uc791 \ubc0f \ucc3d\uc758\uc801 \uad50\uc721 \ubd84\uc57c\ub97c \uc120\ub3c4\ud558\ub294 \uc601\ud654 \uc81c\uc791\uc790\uc774\uc790 \uad50\uc721\uc790.<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"blk-title reveal\">\ud06c\ub9ac\uc5d0\uc774\ud130 \ud61c\ud0dd<\/div>\n    <div class=\"perks-row reveal\">\n      <div class=\"perk\"><span class=\"perk-ico\">\ud83c\udfd9\ufe0f<\/span><div class=\"perk-t\">\ub274\uc695 \ud0c0\uc784\uc2a4 \uc2a4\ud018\uc5b4<\/div><div class=\"perk-d\">\ub6f0\uc5b4\ub09c \uc791\ud488\uc744 \uc704\ud55c \uae00\ub85c\ubc8c \ub514\uc9c0\ud138 \ub514\uc2a4\ud50c\ub808\uc774<\/div><\/div>\n      <div class=\"perk\"><span class=\"perk-ico\">\ud83c\udf93<\/span><div class=\"perk-t\">\ud559\uc0dd \ud2b8\ub799<\/div><div class=\"perk-d\">\ud2b9\ubcc4 \ud559\uc0dd\uc0c1\uc774 \uc788\ub294 \uc804\uc6a9 \ubd80\ubb38<\/div><\/div>\n      <div class=\"perk\"><span class=\"perk-ico\">\ud83c\udfac<\/span><div class=\"perk-t\">LA \ud53c\ub0a0\ub808<\/div><div class=\"perk-d\">\uc5ed\ub300 \ucd5c\uace0\uc758 \ud06c\ub9ac\uc5d0\uc774\ud130\ub4e4\uc774 \ub77c\uc774\ube0c\ub85c \uacbd\uc7c1\ud569\ub2c8\ub2e4<\/div><\/div>\n    <\/div>\n\n    <div class=\"blk-title reveal\">\uc81c\ucd9c\ud574\uc57c \ud560 \uc0ac\ud56d<\/div>\n    <div class=\"checklist reveal\">\n      <div class=\"check-item\"><span class=\"check-icon\">\u2713<\/span>\ub3d9\uc601\uc0c1 \ud30c\uc77c: MP4 \ub610\ub294 MOV \ud615\uc2dd, \ucd5c\ub300 2GB<\/div>\n      <div class=\"check-item\"><span class=\"check-icon\">\u2713<\/span>\uc0ac\uc5c5 \uacc4\ud68d\uc11c\/\ud504\ub85c\uc138\uc2a4 \ub178\ud2b8: PDF \ud30c\uc77c\ub9cc \uc81c\uacf5<\/div>\n      <div class=\"check-item\"><span class=\"check-icon\">\u2713<\/span>Ima Studio \ud504\ub85c\ud544 URL (\ubb34\ub8cc \uacc4\uc815 \ud544\uc694)<\/div>\n      <div class=\"check-item\"><span class=\"check-icon\">\u2713<\/span>\ud559\uc0dd \uc804\uc6a9: \ud559\uad50 \uc774\uba54\uc77c + \ud559\uc0dd\uc99d \uc0ac\uc9c4<\/div>\n    <\/div>\n    <div class=\"prose reveal\" style=\"margin-top:12px; font-size:14px; color:var(--muted);\">\ucc38\uac00\ud558\ub824\uba74 \ubc18\ub4dc\uc2dc Ima Studio\ub85c \uc601\ud654\ub97c \uc81c\uc791\ud560 \ud544\uc694\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. \ubaa8\ub4e0 AI \ub3c4\uad6c \ub610\ub294 \uc6cc\ud06c\ud50c\ub85c\uc6b0\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc790\uc138\ud55c \ub2e8\uacc4\ubcc4 \uc81c\ucd9c \uac00\uc774\ub4dc\ub294 \ub2e4\uc74c\uc5d0\uc11c \ud655\uc778\ud558\uc138\uc694. <a href=\"https:\/\/imastudio.com\/ko\/blog\/gaic-season-1-submission-guide\" style=\"color:var(--purple);\">imastudio.com\/blog\/gaic-season-1-submission-guide<\/a>.<\/div>\n\n    <div class=\"blk-title reveal\">\uc774 \uc81c\ud488\uc740 \ub204\uad6c\ub97c \uc704\ud574 \ub9cc\ub4e4\uc5b4\uc84c\ub098\uc694?<\/div>\n    <div class=\"who-grid reveal\">\n      <div class=\"who-card\">\n        <div class=\"who-lbl\">\uc778\ub514 AI \ud06c\ub9ac\uc5d0\uc774\ud130<\/div>\n        <h4>\uadf8\ub3d9\uc548 \uc5f4\uc2ec\ud788 \uc900\ube44\ud574 \uc624\uc168\uc2b5\ub2c8\ub2e4. \uc774\uc81c \uacbd\uc7c1\ud560 \ucc28\ub840\uc785\ub2c8\ub2e4.<\/h4>\n        <p>\uc804 \uc138\uacc4\ub97c \ub300\uc0c1\uc73c\ub85c \ud558\uba70, \uc5ec\ub7ec \uc2dc\uc98c\uc5d0 \uac78\uccd0 \uc751\ubaa8 \uae30\ud68c\uac00 \uc8fc\uc5b4\uc9c0\uace0, AI \uae30\ubc18 \ucc3d\uc791\ubb3c\uc744 \uc9c4\uc815\uc73c\ub85c \uc774\ud574\ud558\ub294 \uc2ec\uc0ac\uc704\uc6d0\ub2e8\uc774 \uc788\uc2b5\ub2c8\ub2e4. \ubc14\ub85c \uc5ec\ub7ec\ubd84\uc774 \uae30\ub2e4\ub824\uc628 \ubb34\ub300\uc785\ub2c8\ub2e4.<\/p>\n      <\/div>\n      <div class=\"who-card\">\n        <div class=\"who-lbl\">\uc601\ud654 \uc81c\uc791\uc790 \ubc0f \uac10\ub3c5<\/div>\n        <h4>\uc804\ud1b5\uc758 \ubfcc\ub9ac, \uc0c8\ub85c\uc6b4 \ub9e4\uccb4.<\/h4>\n        <p>GAIC\uc758 \ud558\uc774\ube0c\ub9ac\ub4dc \ud615\uc2dd\uacfc LA \uacb0\uc120\uc740 \uc601\ud654\uc801 \uae30\uad50\uc640 \uae30\uc220\uc801 \ud601\uc2e0\uc744 \uc911\uc2dc\ud558\ub294 \uc2ec\uc0ac\uc704\uc6d0\ub2e8\uc744 \uac16\ucd98 \uc2e4\uc81c \uc601\ud654\uc81c\ub97c \ubc18\uc601\ud569\ub2c8\ub2e4.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"gaic-ctas reveal\">\n      <a href=\"https:\/\/imastudio.com\/ko\/gaic\" class=\"btn-primary\">GAIC \uc2dc\uc98c 1\uc5d0 \ucc38\uac00 \uc2e0\uccad\ud558\uae30 \u2192<\/a>\n      <a href=\"https:\/\/imastudio.com\/ko\/blog\/gaic-season-1-submission-guide\" class=\"btn-ghost\">\uc81c\ucd9c \ub2e8\uacc4\ubcc4 \uc548\ub0b4 \u2197<\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<div class=\"divider\"><\/div>\n\n\n<!-- \u2465 HOW TO CHOOSE \u2014 helpful guidance before the final push -->\n<section class=\"wrap-sm\">\n  <div class=\"sec-lbl reveal\">\uc81c\uc791\uc790 \uc720\ud615\ubcc4<\/div>\n  <div class=\"sec-h reveal\">\uc5b4\ub5a4 \uacbd\uc7c1<br>\ub2f9\uc2e0\uc5d0\uac8c \uc801\ud569\ud560\uae4c\uc694?<\/div>\n\n  <div class=\"aud-block reveal\">\n    <div class=\"aud-tp\">\uc778\ub514 AI \uac1c\ubc1c\uc790\ub77c\uba74<\/div>\n    <h3>GAIC\ub85c \uc2dc\uc791\ud558\uc138\uc694. \ub098\uba38\uc9c0 \uc694\uc18c\ub4e4\uc744 \ud65c\uc6a9\ud558\uc5ec \ubc1c\uc804\uc2dc\ucf1c \ub098\uac00\uc138\uc694.<\/h3>\n    <p>\uae30\uc874\uc758 \uc5c5\uacc4 \ud50c\ub7ab\ud3fc \uc5c6\uc774 AI \uae30\ubc18 \ucf58\ud150\uce20\ub97c \uc9c1\uc811 \uc81c\uc791\ud558\uba70 \ub2e4\uc591\ud55c \ub3c4\uad6c\ub97c \uc2e4\ud5d8\ud558\uace0 \uc791\ud488 \ud65c\ub3d9\uc744 \ud574\uc654\ub2e4\uba74, GAIC\ub294 \ubc14\ub85c \ub2f9\uc2e0\uc744 \uc704\ud574 \ub9cc\ub4e4\uc5b4\uc84c\uc2b5\ub2c8\ub2e4. \uc804 \uc138\uacc4 \uc5b4\ub514\uc5d0\uc11c\ub4e0 \ucc38\uc5ec \uac00\ub2a5\ud558\uace0, \ub3c4\uad6c \uc0ac\uc6a9\uc774 \uc790\uc720\ub85c\uc6b0\uba70, \ud559\uc0dd \ud2b8\ub799\uacfc \uc5ec\ub7ec \uc2dc\uc98c\uc5d0 \uac78\uce5c \ucc38\uac00 \uae30\ud68c\ub294 \uc9c4\uc785 \uc7a5\ubcbd\uc744 \uac70\uc758 \uc644\uc804\ud788 \uc81c\uac70\ud574 \uc90d\ub2c8\ub2e4. GAIC\ub97c \ud1b5\ud574 \uacbd\uc7c1\ub825 \uc788\ub294 \uc791\ud488\ub4e4\uc744 \uc313\uc544 \uc62c\ub9b0 \ud6c4\uc5d0\ub294, \ub7f0\uc6e8\uc774 \ud398\uc2a4\ud2f0\ubc8c\uc774\ub098 \ud2b8\ub77c\uc774\ubca0\uce74\uc758 \uc2e0\ud765 \ud3ec\ub9f7 \ud2b8\ub799 \ucc38\uac00\uac00 \ud604\uc2e4\uc801\uc778 \ub2e4\uc74c \ub2e8\uacc4\uac00 \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n  <\/div>\n\n  <div class=\"aud-block reveal\">\n    <div class=\"aud-tp\">\ub9cc\uc57d \ub2f9\uc2e0\uc774 AI\ub85c \uc804\ud658\ud558\ub824\ub294 \uc601\ud654 \uc81c\uc791\uc790\ub77c\uba74<\/div>\n    <h3>GAIC\ub294 \uc804\ud1b5\uc801\uc778 \uc601\ud654 \uc81c\uc791 \ubc29\uc2dd\uacfc AI \uae30\ubc18 \uc791\uc5c5 \ubc29\uc2dd\uc744 \uc5f0\uacb0\ud569\ub2c8\ub2e4.<\/h3>\n    <p>\uc601\ud654 \uc81c\uc791 \uacbd\ud5d8\uc774 \uc788\uace0 \uc81c\uc791 \uc6cc\ud06c\ud50c\ub85c\uc6b0\uc5d0 \uc0dd\uc131\ud615 \ub3c4\uad6c\ub97c \uc811\ubaa9\ud558\uae30 \uc2dc\uc791\ud588\ub2e4\uba74, GAIC\ub294 \uae30\uc220\uacfc \ub354\ubd88\uc5b4 \uc81c\uc791 \uae30\ubc95\uc744 \uc911\uc2dc\ud558\ub294 \uc2ec\uc0ac\uc704\uc6d0\ub2e8\uacfc \ud568\uaed8 \uccb4\uacc4\uc801\uc778 \ub3c4\uc804\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. LA\uc5d0\uc11c \uc5f4\ub9ac\ub294 \uacb0\uc120 \ud615\uc2dd\uc740 \uc775\uc219\ud558\uba70, \ub2e8\uc21c\ud55c \uc628\ub77c\uc778 \uc81c\ucd9c\uc774 \uc544\ub2cc \uc601\ud654\uc81c \ud615\uc2dd\uc73c\ub85c \uc9c4\ud589\ub429\ub2c8\ub2e4. GAIC \uc774\ud6c4\uc5d0\ub294 AI \uad00\ub828 \uc791\uc5c5\uc774 \ub354\uc6b1 \uc131\uc219\ud574\uc9d0\uc5d0 \ub530\ub77c \ud2b8\ub77c\uc774\ubca0\uce74 \uc601\ud654\uc81c\uc640 \uce78 XR\uc744 \uc7a5\uae30\uc801\uc778 \ubaa9\ud45c\ub85c \uc0bc\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n  <\/div>\n<\/section>\n\n\n<!-- \u2466 FINAL CTA -->\n<section class=\"final-cta\">\n  <div class=\"final-glow\"><\/div>\n  <div class=\"final-dots-bg\"><\/div>\n  <div class=\"final-tag\">\u2726 \uc2dc\uc98c 1\uc774 \uc9c0\uae08 \uc2dc\uc791\ub418\uc5c8\uc2b5\ub2c8\ub2e4<\/div>\n  <h2>\ub2f9\uc2e0\uc758 \uc791\ud488\uc740 \uc18c\uc911\ud569\ub2c8\ub2e4<br>\uc704\uc5d0 <em>\ub2e8\uacc4.<\/em><\/h2>\n  <p>MP4 \ub610\ub294 MOV \ud30c\uc77c. \uc9e7\uc740 \uae30\ud68d\uc548. \uc81c\ucd9c \uc2dc\uac04\uc740 10\ubd84 \uc774\ub0b4. \uc2dc\uc98c 1\uc758 \ucd5c\uace0 \ud06c\ub9ac\uc5d0\uc774\ud130\ub4e4\uc740 6\uc6d4\uc5d0 \ub85c\uc2a4\uc564\uc824\ub808\uc2a4\uc5d0 \uac11\ub2c8\ub2e4.<\/p>\n  <div class=\"cta-row\">\n    <a href=\"https:\/\/imastudio.com\/ko\/gaic\" class=\"btn-lt\">GAIC \uc2dc\uc98c 1 \ucc38\uac00\ud558\uae30 \u2192<\/a>\n    <a href=\"https:\/\/imastudio.com\/ko\/blog\/gaic-season-1-submission-guide\" class=\"btn-ol\">\uc81c\ucd9c \uac00\uc774\ub4dc\ub97c \uc77d\uc5b4\ubcf4\uc138\uc694<\/a>\n  <\/div>\n<\/section>\n<script>\nconst reveals = document.querySelectorAll('.reveal');\nconst io = new IntersectionObserver(entries => {\n  entries.forEach(e => {\n    if (e.isIntersecting) { e.target.classList.add('in'); io.unobserve(e.target); }\n  });\n}, { threshold: 0.05 });\nreveals.forEach(el => io.observe(el));\n\nconst hdr = document.getElementById('hdr');\nwindow.addEventListener('scroll', () => {\n  hdr.style.boxShadow = window.scrollY > 36 ? '0 2px 18px rgba(91,33,182,0.08)' : 'none';\n});\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>\ud3c9\uac00 \ubc29\ubc95\ub860 \uac01 \uacf5\ubaa8\uc804 \ud3c9\uac00 \ubc29\uc2dd \ubaa8\ub4e0 \uacf5\ubaa8\uc804\uc774 \ub611\uac19\uc740 \uac83\uc740 \uc544\ub2d9\ub2c8\ub2e4. \uc11c\ub958\uc0c1\uc73c\ub85c\ub294 \ub9e4\ub825\uc801\uc73c\ub85c \ubcf4\uc774\ub294 \uc0c1\uc774\ub77c\ub3c4 \uc790\uaca9 \uc694\uac74\uc774 \uae4c\ub2e4\ub86d\uac70\ub098, \uc2ec\uc0ac \uacfc\uc815\uc774 \ubd88\ud22c\uba85\ud558\uac70\ub098, \uc0ac\ud6c4\uc5d0 \uc544\ubb34\ub7f0 \uc815\ubcf4\ub3c4 \uc81c\uacf5\ub418\uc9c0 \uc54a\ub294 \uacbd\uc6b0\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc800\ud76c\ub294 \ub124 \uac00\uc9c0 \uc2e4\uc9c8\uc801\uc778 \uae30\uc900, \uc989 \ucc38\uac00\ud560 \uac00\uce58\uac00 \uc788\ub294\uc9c0 \uc5ec\ubd80\ub97c \uacb0\uc815\ud558\ub294 \uc694\uc18c\ub4e4\uc744 \uae30\uc900\uc73c\ub85c \ubaa8\ub4e0 \uacf5\ubaa8\uc804\uc744 \ud3c9\uac00\ud588\uc2b5\ub2c8\ub2e4. [\u2026]<\/p>","protected":false},"author":7,"featured_media":6152,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"rank_math_title":"Top AI Content Hackathons and Film Competitions in 2026 | Ima Studio","rank_math_description":"Discover the best AI film competitions and content hackathons in 2026 \u2014 with cash prizes, industry judges, and global exposure. A complete guide for indie creators and filmmakers.","footnotes":""},"categories":[11],"tags":[],"class_list":["post-6147","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-trends"],"_links":{"self":[{"href":"https:\/\/imastudio.com\/ko\/wp-json\/wp\/v2\/posts\/6147","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/imastudio.com\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/imastudio.com\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/imastudio.com\/ko\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/imastudio.com\/ko\/wp-json\/wp\/v2\/comments?post=6147"}],"version-history":[{"count":5,"href":"https:\/\/imastudio.com\/ko\/wp-json\/wp\/v2\/posts\/6147\/revisions"}],"predecessor-version":[{"id":6223,"href":"https:\/\/imastudio.com\/ko\/wp-json\/wp\/v2\/posts\/6147\/revisions\/6223"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/imastudio.com\/ko\/wp-json\/wp\/v2\/media\/6152"}],"wp:attachment":[{"href":"https:\/\/imastudio.com\/ko\/wp-json\/wp\/v2\/media?parent=6147"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/imastudio.com\/ko\/wp-json\/wp\/v2\/categories?post=6147"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/imastudio.com\/ko\/wp-json\/wp\/v2\/tags?post=6147"}],"curies":[{"name":"\uc6cc\ub4dc\ud504\ub808\uc2a4","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}