/* 기본 설정 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.text-center {
    text-align: center !important;
}
.span-blue {
    color: #2563eb;
}

/* 접근성을 위한 스크린 리더 전용 클래스 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

html, body {
    height: 100%;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* 자체 스크롤 애니메이션 */
.fade-in-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}

/* 애니메이션 지연 처리 */
.fade-in-up[data-delay="200"].animate { transition-delay: 0.2s; }
.fade-in-up[data-delay="400"].animate { transition-delay: 0.4s; }
.fade-in-up[data-delay="600"].animate { transition-delay: 0.6s; }
.fade-in-up[data-delay="700"].animate { transition-delay: 0.7s; }
.fade-in-up[data-delay="800"].animate { transition-delay: 0.8s; }
.fade-in-up[data-delay="1000"].animate { transition-delay: 1s; }
.fade-in-up[data-delay="1200"].animate { transition-delay: 1.2s; }
.fade-in-up[data-delay="1400"].animate { transition-delay: 1.4s; }

.main-wrap {
    width: 100%;
    margin: 0 auto;
}

/* 헤더 */
.header {
    max-height: 180px;
    width: 100%;
    padding: 15px 20px;
    background: #f2f3ff;
}

.header .logo .logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #2563eb;
}

.header-logo-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 90px 70px;
}

/* 섹션 1 - 히어로 섹션 */
.main01_bg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #f2f3ff;
}

.main01_bg .content-wrapper {
    width: 100%;
    /* max-width: 860px; */
    padding: 140px 0 0;
    position: relative;
}
.main01_bg .content-wrapper:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
}
.content-wrapper .inner-full{
    width: 100%;
    margin: 0px 0 60px;
    position: relative;
}

.inner-full:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
}

.main-title {
    font-size: 4.3rem;
    font-weight: 900;
    letter-spacing: -2px;
    color: #1b74e8;
}

.underline--magical {
  background-image: linear-gradient(360deg, #1b74e8 0%, #8fd3f4 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 97%;
  transition: background-size 0.25s ease-in;
  &:hover {
    background-size: 100% 88%;
  }
}

.sub-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 50px;

}

.service-desc-blue {
    color: #1b74e8;
} 

.service-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #000;
}

.service-desc {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.cta-section {
    margin-top: 40px;
}

.cta-button {
    display: inline-block;
    padding: 20px 50px;
    font-size: 2.4rem;
    font-weight: 700;
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cta-button:hover {
    background: #afafaf;
    transform: translateY(-3px);

}

.main-wrap .img {
    padding: 100px 0 0;
    line-height: 0;
    text-align: center;
}


.main01_bg img {
    max-width: 100%;
}

/* 섹션 2-5 기본 스타일 */
.main02_bg, .main04_bg, .main05_bg {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
}


/* 섹션 2 - 서비스 소개 스타일 */
.debt-types {
    margin: 80px 0 40px 0;
    text-align: center;
}

.debt-text {
    font-size: 1.4rem;
    font-weight: 600;
    color: #8a8a8a;
    margin: 8px 0;
    line-height: 1.6;
}

.question-section {
    margin-bottom: 80px;
}

.main-question {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #1e293b;
    margin-bottom: 40px;
}

.main-question strong {
    color: #2563eb;
}

/* 구분선 스타일 */
.divider {
    border-left: 2px solid #ccc;
    height: 50px;
    margin: 20px auto;
    width: 0;
}

.solution-section {
    margin-top: 60px;
}

.solution-text {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 40px;
}

/* 최종 탕감률 스타일 */
.final-rate {
    text-align: center;
    margin-top: 40px;
}

.rate-label {
    font-size: 1.1rem;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 10px;
}

.rate-number {
    font-size: 5.8rem;
    font-weight: 900;
    color: #2563eb;
    margin: 0;
    line-height: 1;
}

/* 섹션 2 하단 이미지 스타일 */
.section2-image {
    margin-top: 40px;
    text-align: center;
}

.section2-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: contain;
}

.main03_bg {
    background: #f2f3ff;
    padding: 120px 0;
}

/* 섹션 3 - 회생 이점 스타일 */
.section3-header {
    margin-bottom: 80px;
}

.section3-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.4;
    color: #1e293b;
    margin-bottom: 20px;
}

.benefits-section {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 80px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Benefits Section 이미지 스타일링 */
.benefits-section .benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-section .benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.benefit-item:hover .benefit-icon img {
    transform: scale(1.1);
}

/* 반응형 스타일링 */
@media screen and (max-width: 768px) {
    .benefits-section .benefit-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .benefits-section .benefit-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
}




.benefit-item {
    background: white;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-width: 280px;
    flex: 1;
}

.benefit-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15);
}

.benefit-icon {
    font-size: 4rem;
    margin-bottom: 25px;
}

.benefit-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 15px;
}

.benefit-desc {
    font-size: 1.1rem;
    font-weight: 500;
    color: #64748b;
    line-height: 1.5;
}

.section3-cta {
    text-align: center;
}

.cta-desc {
    font-size: 1.6rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 30px;
}



/* 섹션 4 - 왜 채무줄임인가 스타일 */
.main04_bg {
    background: #fff;
    padding: 120px 0;
}

.section4-header {
    margin-bottom: 80px;
}

.section4-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
}

/* 특징 섹션 */
.features-section {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 100px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.features-section .feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.features-section .feature-icon img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.features-section .feature-icon .icon-emoji {
    font-size: 32px;
}

.feature-item:hover .feature-icon {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.feature-item:hover .feature-icon img {
    transform: scale(1.1);
}

/* 반응형 스타일링 */
@media screen and (max-width: 768px) {
    .features-section .feature-icon {
        width: 60px;
        height: 60px;
    }
    
    .features-section .feature-icon .icon-emoji {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .features-section .feature-icon {
        width: 50px;
        height: 50px;
    }
    
    .features-section .feature-icon .icon-emoji {
        font-size: 24px;
    }
}

.feature-item {
    background: white;
    padding: 35px 25px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-width: 250px;
    flex: 1;
    max-width: 280px;
    text-align: center;
    border: 2px solid transparent;
}

.feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.15);
    border-color: #e2e8f0;
}

.feature-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e2e8f0, #f1f5f9);
    border-radius: 50%;
    margin: 0 auto 20px auto;
}

.icon-emoji {
    font-size: 2.5rem;
}

.feature-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
    line-height: 1.4;
}

.feature-desc {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

/* 후기 섹션 */
.testimonials-section {
    margin-top: 60px;
}

.testimonials-header {
    margin-bottom: 60px;
}

.testimonials-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    margin-bottom: 10px;
}

.testimonials-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1e293b;
}

/* 후기 슬라이더 */
.testimonials-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0px;
}

.testimonials-container {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
    padding: 20px 0;
    justify-content: flex-start;
}

.testimonial-card {
    background: white;
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 320px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    opacity: 0.5;
    transform: scale(0.85);
}

.testimonial-card.active {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 15px 40px rgba(37, 99, 235, 0.2);
    border: 2px solid #2563eb;
}

.testimonial-content {
    margin-bottom: 25px;
}

.testimonial-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #374151;
    font-style: italic;
}

.testimonial-author {
    text-align: center;
    border-top: 1px solid #e5e7eb;
    padding-top: 20px;
}

.author-name {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 5px;
}

.author-info {
    font-size: 0.9rem;
    color: #64748b;
}

/* 슬라이더 컨트롤 */
.slider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
}

.slider-btn {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #2563eb;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.slider-btn:hover {
    background: #2563eb;
    color: white;
    transform: scale(1.1);
}

/* 슬라이더 도트 */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #2563eb;
    transform: scale(1.3);
}

.dot:hover {
    background: #2563eb;
    opacity: 0.7;
}

/* 섹션 5 - Q&A 스타일 */
.main05_bg {
    background: #f8fafc;
    padding: 120px 0;
}

.section5-header {
    margin-bottom: 80px;
}

.section5-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
}

.section5-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    margin-bottom: 0;
}

/* Q&A 섹션 */
.qna-section {
    max-width: 900px;
    margin: 0 auto 80px auto;
    text-align: left;
}

.qna-item {
    background: white;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.qna-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.qna-question {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: white;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.qna-question:hover {
    background: #f8fafc;
}

.qna-question.active {
    background: #f1f5f9;
    border-bottom-color: #e2e8f0;
}

.question-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.question-number {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    min-width: 45px;
    text-align: center;
}

.question-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.4;
}

.toggle-icon {
    font-size: 1.5rem;
    color: #2563eb;
    font-weight: 700;
    transition: transform 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    border-radius: 50%;
}

.toggle-icon.active {
    transform: rotate(45deg);
    background: #2563eb;
    color: white;
}

.qna-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: #f8fafc;
}

.qna-answer.active {
    max-height: 200px;
    padding: 25px 30px;
}

.qna-answer p {
    color: #475569;
    line-height: 1.6;
    margin-bottom: 10px;
}

.qna-answer p:last-child {
    margin-bottom: 0;
}

/* 섹션 5 CTA */
.section5-cta {
    text-align: center;
}

.section5-cta .cta-desc {
    font-size: 1.4rem;
    color: #475569;
    margin-bottom: 30px;
}

/* 멀티스텝 모달 스타일 */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.multi-step-modal {
    background-color: white;
    margin: 2% auto;
    padding: 0;
    border-radius: 20px;
    width: 95%;
    max-width: 600px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-height: 95vh;
    overflow-y: auto;
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 15px;
    background: none;
    border: none;
    font-size: 28px;
    color: #aaa;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    color: #000;
}

.modal-body {
    padding: 0;
}

/* 스텝 컨텐츠 */
.step-content {
    display: none;
    padding: 40px;
    min-height: 400px;
}

.step-content.active {
    display: block;
}

.step-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.back-btn {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    font-size: 24px;
    color: #2563eb;
    cursor: pointer;
    padding: 5px 10px;
}

.back-btn:hover {
    color: #1d4ed8;
}

.step-header h3 {
    font-size: 1.8rem;
    color: #1e293b;
    margin-bottom: 10px;
    line-height: 1.4;
}

.step-header h3 span {
    color: #2563eb;
    font-weight: 700;
}

.step-header h4 {
    font-size: 1.2rem;
    color: #64748b;
    margin-bottom: 20px;
}

.step-header p {
    color: #64748b;
    font-size: 1rem;
}

/* 폼 스타일 */
.step-form {
    max-width: 400px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 25px;
}

.form-group input[type="text"],
.form-group input[type="password"] {
    width: 100%;
    padding: 15px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.form-group input:focus {
    outline: none;
    border-color: #2563eb;
}

/* 생년월일 그룹 */
.birth-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.birth-group input {
    flex: 1;
}

/* 라디오 그룹 */
.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.job-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.radio-group input[type="radio"] {
    display: none;
}

.radio-group label {
    padding: 15px 25px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    font-weight: 500;
    background: white;
}

.radio-group input[type="radio"]:checked + label {
    border-color: #2563eb;
    background: #2563eb;
    color: white;
}

.radio-group label:hover {
    border-color: #2563eb;
}

/* 소득/자산 입력 그룹 */
.income-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.income-group input {
    max-width: 200px;
    text-align: center;
    font-size: 1.2rem;
}

.income-group span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2563eb;
}

/* 대출/자산 정보 */
.debt-info {
    background: #f8fafc;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
}

.debt-info p {
    margin: 5px 0;
}

.note {
    text-align: center;
    color: #64748b;
    font-size: 0.9rem;
    margin-top: 10px;
}

/* 스텝 버튼 */
.step-btn {
    width: 100%;
    padding: 18px;
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 20px;
}

.step-btn:hover {
    background: #1d4ed8;
}

/* 결과 화면 */
.result-content {
    text-align: center;
}

.result-content h2 {
    font-size: 1.5rem;
    color: #1e293b;
    margin-bottom: 10px;
}

.result-amount {
    font-size: 3rem;
    color: #2563eb;
    font-weight: 900;
    margin: 20px 0;
}

.recommended-program {
    background: #f0f9ff;
    padding: 20px;
    border-radius: 15px;
    margin: 30px 0;
    font-size: 1.1rem;
    color: #0369a1;
}

.recommended-program span {
    font-weight: 700;
    font-size: 1.3rem;
}

.comparison {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    padding: 30px;
    border-radius: 15px;
    margin: 30px 0;
}

.before, .after {
    text-align: center;
}

.before h4, .after h4 {
    color: #64748b;
    font-size: 1rem;
    margin-bottom: 10px;
}

.before .amount, .after .amount {
    font-size: 1.5rem;
    font-weight: 700;
}

.before .amount {
    color: #dc2626;
}

.after .amount {
    color: #2563eb;
}

.arrow {
    font-size: 2rem;
    color: #2563eb;
    font-weight: bold;
}

.final-btn {
    width: 100%;
    padding: 20px;
    background: #dc2626;
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 1.3rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
    margin: 30px 0 20px 0;
}

.final-btn:hover {
    background: #b91c1c;
}

.disclaimer {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.4;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .header .logo .logo-text {
        font-size: 20px;
    }
    
    .main-title {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
    
    .sub-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .service-title {
        font-size: 1.2rem;
    }
    
    .service-desc {
        font-size: 1rem;
    }
    
    .cta-button {
        padding: 15px 30px;
        font-size: 1.1rem;
    }
    
    .hero-content {
        padding: 60px 15px 15px;
    }
    
    .modal-content {
        margin: 15% auto;
        padding: 30px;
        width: 95%;
    }
    
    /* 섹션 2 모바일 반응형 */
    .debt-types {
        margin: 60px 0 30px 0;
    }

    .debt-text {
        font-size: 1.2rem;
        margin: 6px 0;
    }

    .section2-image {
        margin-top: 30px;
    }

    .section2-image img {
        max-width: 100%;
        width: 90%;
    }
    
    .main-question {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .dots {
        font-size: 1.5rem;
        letter-spacing: 15px;
        margin: 30px 0;
    }
    
    .solution-text {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    .divider {
        height: 40px;
        margin: 15px auto;
    }

    .rate-label {
        font-size: 1rem;
    }

    .rate-number {
        font-size: 3.2rem;
    }
    
    /* 섹션 3 모바일 반응형 */
    .section3-title {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }
    
    .benefits-section {
        gap: 30px;
        margin-bottom: 60px;
        flex-direction: column;
    }
    
    .benefit-item {
        padding: 40px 30px;
        min-width: auto;
    }
    
    .benefit-icon {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    
    .benefit-title {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    
    .benefit-desc {
        font-size: 1.2rem;
    }
    
    .cta-desc {
        font-size: 1.3rem;
        margin-bottom: 25px;
    }
    
    .section3-button {
        padding: 15px 35px;
        font-size: 1.4rem;
    }

    /* 섹션 4 모바일 반응형 */
    .section4-title {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }

    .features-section {
        gap: 20px;
        margin-bottom: 60px;
        flex-direction: column;
    }

    .feature-item {
        padding: 30px 20px;
        min-width: auto;
        max-width: none;
    }

    .feature-title {
        font-size: 1.2rem;
    }

    .testimonials-title {
        font-size: 2.2rem;
    }

    .testimonials-slider {
        padding: 10px 0px;
    }

    .testimonial-card {
        width: 280px;
        padding: 30px 25px;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .slider-controls {
        padding: 0 10px;
    }

    /* 섹션 5 모바일 반응형 */
    .section5-title {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }

    .section5-subtitle {
        font-size: 1.1rem;
    }

    .qna-section {
        margin-bottom: 60px;
    }

    .qna-question {
        padding: 20px 20px;
    }

    .question-content {
        gap: 15px;
    }

    .question-number {
        min-width: 40px;
        padding: 6px 10px;
        font-size: 0.9rem;
    }

    .question-text {
        font-size: 1rem;
    }

    .toggle-icon {
        width: 25px;
        height: 25px;
        font-size: 1.3rem;
    }

    .qna-answer.active {
        padding: 20px 20px;
    }

    .section5-cta .cta-desc {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 2rem;
    }
    
    .sub-title {
        font-size: 1.5rem;
    }
    
    .service-title {
        font-size: 1.1rem;
    }
    
    .service-desc {
        font-size: 0.9rem;
    }
    
    .cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    /* 섹션 2 480px 이하 반응형 */
    .debt-types {
        margin: 50px 0 25px 0;
    }

    .debt-text {
        font-size: 1.1rem;
        margin: 5px 0;
    }

    .section2-image {
        margin-top: 25px;
    }

    .section2-image img {
        width: 95%;
    }
}