/* M&A 컨설팅 페이지 스타일 */

/* 프로세스 단계 스타일 */
.service-six__item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 20px;
}

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

/* 단계 번호 */
.service-six__item h5.mcc {
    color: #0d6efd;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* 단계 제목 */
.service-six__item h6 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

/* 단계 설명 */
.service-six__item p {
    font-size: 16px;
    margin-top: 15px;
    color: #666;
    line-height: 1.6;
}

/* 서비스 박스 */
.item-head {
    margin-bottom: 20px;
}

.item-head .title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.item-head .icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

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

.service-six__item ul li {
    padding: 8px 0;
    font-size: 20px;
    line-height: 32px;
    color: #666;
}

/* 배경색 */
.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);
    text-align: center;
}

.testimonial-nine__item h4.mcc {
    color: #0d6efd;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

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

/* CTA 섹션 */
.contact-six-aera5 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    padding: 80px 0;
}

/* 반응형 */
@media (max-width: 768px) {
    .service-six__item {
        margin-bottom: 15px;
    }

    .service-six__item h5.mcc {
        font-size: 20px;
    }

    .service-six__item h6 {
        font-size: 18px;
    }

    .service-six__item p {
        font-size: 14px;
    }
}