/* 창업컨설팅 페이지 스타일 */

/* 단계별 서비스 아이템 */
.service-six__item {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.service-six__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

/* 단계 번호 스타일 */
.item-head h5.mcc {
    color: #0d6efd;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* 단계 제목 */
.item-head h5.fs-24 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

/* 리스트 스타일 */
.service-six__item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-six__item ul li {
    padding: 6px 0;
    font-size: 18px;
    line-height: 30px;
    color: #666;
}

/* 아이콘 스타일 */
.item-head .icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

/* 배경색 */
.gray_bgs {
    background-color: #f8f9fa;
}

/* 성공사례 아이템 */
.testimonial-nine__item {
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.testimonial-nine__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.testimonial-nine__item h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.testimonial-nine__item h4.mcc {
    color: #0d6efd;
}

.testimonial-nine__item p {
    font-size: 20px;
    line-height: 1.6;
    color: #666;
}

/* CTA 섹션 */
.contact-six-aera4 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0;
}