/* 재무컨설팅 페이지 스타일 */

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

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

/* 아이템 헤더 */
.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;
}

/* 기대효과 아이템 */
.testimonial-nine__item {
    padding: 30px;
    text-align: center;
}

.testimonial-nine__item .icon {
    margin-bottom: 20px;
}

.testimonial-nine__item .icon img {
    width: 80px;
    height: 80px;
}

.testimonial-nine__item h4 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.testimonial-nine__item p.fs-48 {
    font-size: 48px;
    font-weight: 700;
    color: #0d6efd;
    margin: 10px 0;
}

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

/* 체크리스트 박스 */
.service-six__item.p-5 {
    padding: 40px !important;
    background: #f8f9fa;
}

.service-six__item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-six__item ul li {
    padding: 10px 0;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    border-bottom: 1px solid #e9ecef;
}

.service-six__item ul li:last-child {
    border-bottom: none;
}

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

/* CTA 섹션 */
.contact-six-aera6 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    padding: 80px 0;
}

.contact-six__item h2.mcc {
    color: #0d6efd;
}

.contact-six__item p {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
}

/* 반응형 */
@media (max-width: 768px) {
    .testimonial-nine__item p.fs-48 {
        font-size: 36px;
    }

    .service-six__item ul li {
        font-size: 18px;
        line-height: 32px;
    }
}