현업 해결 AI 교육, 이노핏파트너스가 잘하는 이유
생성형AI 기업교육의 선두주자, 이노핏파트너스. 실무 중심 교육을 통해 현업 적용력과 비즈니스 성과 창출을 동시에 실현합니다.단순한 도구 학습을 넘어 현업 문제 해결과 디지털 혁신 성과로 이어지는 맞춤형 교육을 제공합니다.
document.addEventListener('DOMContentLoaded', () => {
// SVG 호환
document.querySelectorAll('svg use').forEach(u => {
const href = u.getAttribute('href') || u.getAttribute('xlink:href');
if (href && !u.getAttribute('xlink:href')) {
u.setAttributeNS('http://www.w3.org/1999/xlink', 'xlink:href', href);
}
});
// KPI 카운팅
const kpiSection = document.getElementById('cases');
if (!kpiSection) return;
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
startCountingAnimation(entry.target);
observer.unobserve(entry.target);
}
});
}, { threshold: 0.5 });
function startCountingAnimation(section) {
const counters = section.querySelectorAll('.animate-count');
counters.forEach(counter => {
const target = parseFloat(counter.dataset.target);
const duration = 2000;
const startTime = performance.now();
const isDecimal = counter.dataset.target.includes('.');
function updateCounter(t) {
const progress = t - startTime;
const pct = Math.min(progress / duration, 1);
const value = pct * target;
counter.textContent = isDecimal ? value.toFixed(1) : Math.floor(value) + '+';
if (pct < 1) requestAnimationFrame(updateCounter);
else counter.textContent = counter.dataset.target + (isDecimal ? '' : '+');
}
requestAnimationFrame(updateCounter);
});
}
observer.observe(kpiSection);
});
/* 1) 안전벨트: 문서 가로 스크롤 차단 */
html, body { overflow-x: hidden; }
/* 2) full-bleed 배경을 넘치지 않게: 가운데 기준으로 100vw */
#innofit-ai-page {
position: relative;
color: #fff;
}
#innofit-ai-page::before {
content: "";
position: absolute;
z-index: -1;
top: 0; bottom: 0;
left: 50%;
transform: translateX(-50%); /* 중앙 기준 */
width: 100vw; /* 뷰포트 폭 정확히 */
background: #0a0a0a;
}
/* 기본 폰트/스크롤 */
body { font-family: 'Inter', sans-serif; scroll-behavior: smooth; }
/* CTA 살짝 튀는 애니메이션 */
@keyframes pulse-cta { 0%,100% {transform:scale(1);} 50% {transform:scale(1.05);} }
.btn-cta-anim { animation: pulse-cta 1.5s infinite; }
/* 프로세스 섹션 연결선 (모바일에선 수직) */
.flow-line { content:''; position:absolute; top:50%; left:100%; width:48px; height:2px; background:#EF4444; transform:translateY(-50%); }
@media (max-width:768px){ .flow-line{ width:2px; height:48px; left:50%; top:100%; transform:translateX(-50%);} }
/* 아이콘 강화 */
.icon-gradient { filter: drop-shadow(0 6px 18px rgba(238, 50, 36, 0.35)); }
.svg-24 { width:24px; height:24px; } .svg-32 { width:32px; height:32px; }
.svg-48 { width:48px; height:48px; } .svg-64 { width:64px; height:64px; }
/* 게시판 환경용: 섹션 기본 마진 제거 */
#innofit-ai-page section { margin:0 !important; }
/* 우리 콘텐츠만 화면 전체폭으로 배경을 깔아 흰 띠 방지 */
#innofit-ai-page {
position: relative;
color: #fff;
}
#innofit-ai-page::before {
content: "";
position: absolute;
z-index: -1;
top: 0; bottom: 0;
/* 화면 전체폭으로 배경을 확장 */
left: calc(50% - 50vw);
width: 100vw;
background: #0a0a0a; /* 전체 어두운 톤 */
}
/* SVG 스프라이트: display:none 대신 0x0로 숨겨서 defs/gradient 참조 가능 */
.svg-sprite {
position: absolute;
width: 0; height: 0;
overflow: hidden;
pointer-events: none;
}
/* 문서 전체 배경을 어둡게: 최신 브라우저 */
body:has(#innofit-ai-page) {
background: #0a0a0a; /* 게시판 제목, 하단까지 동일 톤 */
color: #fff; /* 필요시 */
}
/* JS 폴백 클래스 (구형 브라우저용) */
body.innofit-dark {
background: #0a0a0a;
}
/* 이미 있는 우리 영역 full-bleed는 그대로 유지해도 OK (겹쳐도 동일한 색) */
/* 필요하면 #000으로 더 어둡게 조정 가능 */
현업 해결 AI 교육
이노핏파트너스는 ‘AI 교육’을 전략 실행의 도구로 완성합니다.
문의하기
브로슈어 다운로드
왜, 많은 AI 기업교육은 실행으로 이어지지 않을까요?
단순 스킬 체험
체험형 교육만으로는 현업을 바꿀 수 없습니다. 실무 시나리오와 결과물이 필요합니다.
맞춤 부재
모두에게 동일한 교육은 누구에게도 맞춤이 되지 않습니다. 직무·레벨·프로세스에 맞게 설계되어야 합니다.
전략과 단절
조직 전략과 연결되지 않으면 성과 없는 이벤트에 불과합니다.
‘AI 교육’을 전략 실행의 도구로 완성하는 이노핏파트너스의 핵심
체계적인 커리큘럼
사전 진단으로 과제 정의 → 사후 진단으로 성과 검증하는 End-to-End 학습 설계
검증된 전문가 풀
산업·직무 프로젝트 경험이 풍부한 강사진
축적된 고객 사례
역량 강화 → 업무 혁신 → 조직 혁신 → 확산까지 이어진 고객사들의 실행 성과
독자적 방법론과 프레임워크
PBS (Project Based Solving)
우리는 PBL(Project Based Learning)에서 PBS(Project Based Solving)으로 확장된 자체 방법론을 갖추고 있씁니다.
GenAI FITblock Framework
Framework(GreenBlock·RedBlock)를 통해 교육-실행-검증을 하나의 프레임으로 제공합니다.
실제 현업 과제 해결
단순 지식 전달이 아니라, 실제 현업 과제를 다루는 교육입니다.
성과로 증명합니다
0+
기업 고객
0+
프로젝트
0.0
평균 만족도
공공 A사
[프로세스 혁신] 운영·안전 관리
AI 데이터 분석 및 자동화 진단 시스템 구축[적용 기술/방법]-AI 기반 ## 데이터 분석 및 알고리즘 개발-자동화 진단 시스템 구축
제조 B사
[프로세스 혁신] 제조 공정 관리
예측 모델링·데이터 시뮬레이션·패턴 분석[적용 기술/방법]-##데이터 수집 및 시뮬레이션-패턴 분석 및 예측 알고리즘 개발
유통 C사
[일하는 방식] 재고 관리
AI 기반 수요예측 및 적정재고량 산출[적용 기술/방법]-판매·출고 데이터 분석 및 시계열 예측-적정재고량 산출 로직 구축
현업 해결 AI 교육 프로세스
문제 발굴
현업 문제 도출
교육 설계
사전 진단
실행 학습
툴 실습 + 적용
성과 검증
결과물 리뷰
확산
성장 로드맵 수립
표준 프로그램 모음
귀사의 현업 과제로 AI 교육을 시작해 보세요
맞춤 커리큘럼과 실습 환경으로 바로 성과를 만듭니다.
지금 상담하기
브로슈어 신청
(function(){
document.addEventListener('DOMContentLoaded', function(){
const btn = document.querySelector('[data-toggle-brochure]');
const panel = document.getElementById('brochure-panel');
const frame = document.getElementById('brochure-iframe');
if(!btn || !panel || !frame) return;
function openPanel(url){
// 폼 로드
frame.src = url;
// 보이기
panel.hidden = false;
panel.style.maxHeight = panel.scrollHeight + 'px';
btn.setAttribute('aria-expanded', 'true');
// 패널 시작 위치로 살짝 스크롤
setTimeout(() => {
panel.scrollIntoView({ behavior: 'smooth', block: 'start' });
}, 50);
}
function closePanel(){
// 현재 높이를 기준으로 접기 시작
panel.style.maxHeight = panel.scrollHeight + 'px';
requestAnimationFrame(() => panel.style.maxHeight = '0px');
panel.addEventListener('transitionend', () => {
panel.hidden = true;
frame.src = 'about:blank'; // 닫을 때 초기화
}, { once: true });
btn.setAttribute('aria-expanded', 'false');
}
btn.addEventListener('click', function(e){
e.preventDefault();
const url = btn.getAttribute('href');
if(panel.hidden) openPanel(url);
else closePanel();
});
// 임베드 차단 대비: 에러나면 새 창으로
frame.addEventListener('error', function(){
if(frame.src && frame.src !== 'about:blank'){
window.open(frame.src, '_blank', 'noopener');
}
closePanel();
});
// 열려 있을 때 리사이즈되면 높이 재계산
window.addEventListener('resize', function(){
if(!panel.hidden){
panel.style.maxHeight = panel.scrollHeight + 'px';
}
});
});
})();