Curriculum Day 4-10
body {
margin: 0;
padding: 0;
font-family: 'Noto Sans KR', sans-serif;
background-color: #f3f4f6;
}
.slide-container {
width: 1280px;
overflow: visible;
position: relative;
background-color: #1e293b; /* Slate 800 */
overflow: hidden;
display: flex;
flex-direction: column;
}
/* Custom Utilities */
.glass-panel {
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
}
.stat-card {
background: linear-gradient(145deg, rgba(30, 41, 59, 0.7), rgba(15, 23, 42, 0.8));
border: 1px solid rgba(255, 255, 255, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stat-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
border-color: rgba(249, 115, 22, 0.5);
}
.cycle-node {
width: 80px;
height: 80px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #1e293b;
border: 4px solid #3b82f6;
position: absolute;
z-index: 10;
box-shadow: 0 4px 15px rgba(0,0,0,0.5);
transition: all 0.3s ease;
}
.cycle-node:hover {
transform: scale(1.1);
border-color: #f97316;
z-index: 20;
}
.cycle-label {
position: absolute;
width: 120px;
text-align: center;
font-size: 14px;
font-weight: 700;
color: #fff;
text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}
.glow-text {
text-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}
/* SVG Animation */
.dash-path {
stroke-dasharray: 10;
animation: dash 30s linear infinite;
}
@keyframes dash {
to {
stroke-dashoffset: -1000;
}
}
PRACTICE SESSION
커리큘럼 Day 4-10 (실전)
실전 TM + 피드백 루프 | 10일 완성의 핵심 성장 엔진
Total Practice
21Hrs
집중 실습 & 피드백 시간
Real Data
500+
1인당 실제 B2B DB 제공
System
실시간 피드백
녹취 분석 & 즉시 개선 코칭
Growth Loop
일일성장루틴
1. 준비
2. 콜(Action)
3. 기록
4. 피드백
5. 수정
6. 재콜
7. 지표점검