[data-aos] {
    transition-property: opacity, transform !important;
    backface-visibility: hidden;
    perspective: 1000px;
}

body [data-aos] {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition-property: opacity, transform !important;
    transition-duration: 0.8s !important;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1) !important;
}

[data-aos].main_copy_new,
[data-aos].sub_copy_new {
    animation: none !important;
}

body .aos-animate {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.set_item_new {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.aos-animate .set_item_new {
    opacity: 1;
    transform: translateY(0);
}

.set_item_new:nth-child(1) { transition-delay: 0.3s; }
.set_item_new:nth-child(2) { transition-delay: 0.4s; }
.set_item_new:nth-child(3) { transition-delay: 0.5s; }
.set_item_new:nth-child(4) { transition-delay: 0.6s; }
.set_item_new:nth-child(5) { transition-delay: 0.7s; }
.set_item_new:nth-child(6) { transition-delay: 0.8s; }

.header {
    background: #ffffff !important; 
    box-shadow: 0 0 10px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease !important;
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important; }
.header .logo .white { display: none !important; }
.header .logo .black { display: block !important; }
.header .nav .gnb > li > .depth1 { color: #191f28 !important; } 
.header .nav .gnb > li > .depth1:hover { color: #f5ac2f !important; }
.header .mb_nav:before, .header .mb_nav:after, .header .mb_nav span { background: #121212 !important; }

.section_hero_new {
    font-family: 'Pretendard', sans-serif;
    background-color: #ffffff;
    height: 100vh; 
    height: 100dvh; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background-image: 
        linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 1)),
        url('https://images.pexels.com/photos/7777681/pexels-photo-7777681.jpeg?auto=compress&cs=tinysrgb&w=1920');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section_hero_new .container_new {
    padding: 0 24px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 2;
}

.section_hero_new .hero_content_new { text-align: center; }

.section_hero_new .main_copy_new { 
    font-size: 50px; 
    font-weight: 800; 
    color: #191f28; 
    line-height: 1.4; 
    letter-spacing: -0.03em; 
    margin-bottom: 24px; 
    opacity: 0; 
    transform: translateY(30px) scale(0.98); 
    animation: revealUp_new 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards; 
}

.section_hero_new .main_copy_new .highlight_orange_new { color: #f1a014; }

.section_hero_new .cta_area_new {
    display: flex;
    gap: 16px;
    justify-content: center;
    opacity: 0;
    transform: translateY(15px);
    animation: revealUp_new 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

.section_hero_new .btn_start_new {
    background: linear-gradient(135deg, #ffc258 0%, #e59a1c 100%);
    color: #ffffff;
    padding: 18px 60px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(245, 172, 47, 0.25); 
}

.section_hero_new .btn_start_new:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(245, 172, 47, 0.4);
}

.section_hero_new .btn_more_new{
    background-color: #4a4e53;
    color: #ffffff; 
    padding: 18px 60px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(25, 31, 40, 0.15);
}

.section_hero_new .btn_more_new:hover { 
    background-color: #303338; 
    transform: translateY(-3px);
}

.section2_new {
    padding: 40px 0 130px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Pretendard', sans-serif;
    color: #191f28;
    background-image: url('https://images.pexels.com/photos/17582363/pexels-photo-17582363.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section2_new .bg_overlay_new {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 10%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.section2_new .inner_new { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; padding: 0 40px; }

.section2_new::before, .section2_new::after {
    content: ''; position: absolute; left: 0; width: 100%; height: 300px; z-index: 1;
}
.section2_new::before { top: 0; background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%); }
.section2_new::after { bottom: 0; background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%); }

.section_philosophy_new .pain_points_area_new {
    width: 100%; 
    max-width: 1000px;
    margin: 0px auto 120px auto; 
    transform: none;
    left: auto;
    padding: 0;
}

.section2_new .bubble_wrapper_new {
    position: relative; height: 280px; width: 90%;
    margin-left: auto; margin-right: auto; margin-bottom: 60px;
}
.section2_new .bubble_item_new {
    position: absolute;
    background: rgba(255, 255, 255, 0.6) !important; 
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    
    padding: 33px 38px;
    border-radius: 32px 32px 32px 8px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
}

.section2_new .bubble_item_new:hover { 
    transform: scale(1.08) translateY(-10px) rotate(1deg); 
    z-index: 5; 
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08); 
}

.section2_new .bubble_content { display: flex; align-items: center; gap: 18px; }
.section2_new .bubble_icon { font-size: 32px; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08)); }

.section2_new .bubble_item_new .txt_new { 
    font-size: 19px; 
    font-weight: 700; 
    color: #333d4b; 
    line-height: 1.5; 
    margin: 0; 
    letter-spacing: -0.02em; 
}


.section2_new .bubble_item_new.b1 { left: 1%; top: 30px; animation: float_enhanced_1 6s infinite ease-in-out; }
.section2_new .bubble_item_new.b2 { right: 1%; top: 90px; border-radius: 32px 32px 8px 32px; animation: float_enhanced_2 7s infinite ease-in-out 0.5s; }
.section2_new .bubble_item_new.b3 { left: 17%; top: 208px; animation: float_enhanced_3 8s infinite ease-in-out 1s; }


/* ///////////////////////// */

.section2_new .empathy_msg_new .point_new { 
    color: #3182f6; 
    font-weight: 800; 
}

.section2_new .chat_bubble_new {
    background-color: #ffffff;
    color: #333d4b;
    font-size: 18px;
    font-weight: 600;
    padding: 40px 32px;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    max-width: 100%;
    word-break: keep-all;
    letter-spacing: -0.01em;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.section2_new .desc_wrap_new {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 0;
    border-left: none;
}

.section2_new .desc_new {
    font-size: 22px;
    line-height: 1.6;
    color: #4e5968;
    font-weight: 600;
    margin: 0;
    word-break: keep-all;
    letter-spacing: -0.01em;
}

.section2_new .highlight_box_new {
    border-radius: 32px;
    padding: 50px 40px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-image: linear-gradient(rgba(25, 31, 40, 0.6), rgba(25, 31, 40, 0.6)), url('https://images.pexels.com/photos/17249214/pexels-photo-17249214.jpeg?auto=compress&cs=tinysrgb&w=1920');
    background-size: cover;
    background-position: center;
}

.section2_new .highlight_box_new h3 {
    font-size: 32px;
    color: #ff6d0c;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.section2_new .highlight_box_new p {
    font-size: 26px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.5;
    word-break: keep-all;
    margin: 0;
    letter-spacing: -0.02em;
}

/* ==========================================
   Section 2 디테일 및 장식 보강
   ========================================== */

/* H2 타이틀 여백 및 스타일 정돈 */
.section2_new .desc_wrap_new .h2_tit_new {
    font-size: 36x;
    font-weight: 800;
    color: #191f28;
    line-height: 1.4;
    letter-spacing: -0.03em;
    margin: 0 0 14px 0;
}

/* ✨ 디자인 가름선 (그라데이션 라인 + 글로우 도트) */
.section2_new .section2_divider_new {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 30px; /* 텍스트와 박스 사이의 여백 */
    opacity: 0.9;
}

.section2_new .section2_divider_new .line_left,
.section2_new .section2_divider_new .line_right {
    flex: 1;
    height: 2px;
    /* 중앙에서 양 끝으로 투명해지는 오렌지색 그라데이션 */
    background: linear-gradient(to right, rgba(255, 109, 12, 0), rgba(255, 109, 12, 0.6));
}

.section2_new .section2_divider_new .line_right {
    background: linear-gradient(to left, rgba(255, 109, 12, 0), rgba(255, 109, 12, 0.6));
}

.section2_new .section2_divider_new .dot {
    width: 8px;
    height: 8px;
    background-color: #ff6d0c;
    border-radius: 50%;
    margin: 0 16px;
    box-shadow: 0 0 12px rgba(255, 109, 12, 0.8), 0 0 4px rgba(255, 109, 12, 1); /* 은은하게 빛나는 효과 */
}

/* ✨ 하이라이트 박스 업그레이드 (테두리 빛 번짐 효과) */
.section2_new .highlight_box_new {
    border: 1px solid rgba(255, 109, 12, 0.3) !important; /* 포인트 컬러 테두리 */
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2), 0 0 30px rgba(255, 109, 12, 0.08) !important;
}

.section2_new .highlight_box_new:hover {
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 109, 12, 0.15) !important;
}

/* ✨ 하이라이트 박스 내 플로팅 전구 아이콘 */
.section2_new .highlight_icon {
    font-size: 42px;
    margin-bottom: 12px;
    filter: drop-shadow(0 4px 10px rgba(255, 109, 12, 0.5)); /* 전구 주변 빛번짐 */
    animation: floatingIcon_new 3s ease-in-out infinite;
}

/* 상하 둥둥 애니메이션 */
@keyframes floatingIcon_new {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* 모바일 환경 폰트 사이즈 최적화 */
@media screen and (max-width: 768px) {
    .section2_new .desc_wrap_new .h2_tit_new {
        font-size: 26px;
    }
    .section2_new .section2_divider_new {
        max-width: 80%;
        margin: 0 auto 40px;
    }
}

/* ========================================== */

.section3_new .title_wrap_new,
.section4_new .title_wrap_new,
.section5_new .title_wrap_new {
    text-align: center;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section2_new .title_wrap_new {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.section3_new .main_tit_new,
.section4_new .main_copy_new,
.section5_new .h2_tit_new {
    font-size: 44px;
    font-weight: 800;
    color: #191f28;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    word-break: keep-all;
}

.section2_new .h2_tit_new {
    font-size: 35px;
    font-weight: 800;
    color: #191f28;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin-bottom: 3px;
    word-break: keep-all;
}


.section3_new .sub_tit_new,
.section4_new .sub_copy_new {
    font-size: 20px;
    color: #4e5968;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin: 0;
    word-break: keep-all;
}


.section3_new {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Pretendard', sans-serif;
    background-color: #ff4800;
    background-image: none;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section3_new .bg_overlay_new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 20%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.inner_new {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

/* 상단 타이틀 영역 */
.section3_new .title_wrap_new { 
    text-align: center; 
    margin-bottom: 80px;
}

.section3_new .main_tit_new {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.03em;
    color: #191f28;
}

/* 부정/금지 색상 적용 (#ff6d0c) */
.section3_new .highlight_red_new { 
    color: #ff6d0c;
}

.section3_new .sub_tit_new {
    font-size: 20px;
    color: #4e5968;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 20px;
    letter-spacing: -0.01em;
}

/* 부정/금지 색상 뱃지 */
.section3_new .text_highlight_new {
    background-color: rgba(255, 109, 12, 0.08); 
    color: #ff6d0c;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 700;
}

/* 그리드 레이아웃 */
.section3_new .content_wrap_new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* [공통] 배경 카드 스타일 - 포스터형 좌측 하단 정렬 */
.section3_new .bg_card_new {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    text-align: left; 
    min-height: 530px;
    padding: 50px 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background-size: cover;
    background-position: center;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.7s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.section3_new .bg_card_new:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* 상단 컬러 바 포인트 (브랜드 색상) */
.section3_new .fake_bg_card::after {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 6px;
    background-color: #ff6d0c; z-index: 5;
}
.section3_new .real_bg_card::after {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 6px;
    background-color: #f1a014; z-index: 5;
}

.section3_new .fake_bg_card {
    transform: scale(0.93) !important;
    transform-origin: center !important;
    background-image: linear-gradient(rgba(25, 31, 40, 0.5), rgba(0, 8, 20, 0.7)), url('https://images.pexels.com/photos/6963922/pexels-photo-6963922.jpeg?auto=compress&cs=tinysrgb&w=800');
}

.section3_new .real_bg_card {
    background-image: linear-gradient(rgba(25, 31, 40, 0.5), rgba(0, 8, 20, 0.7)), url('https://images.pexels.com/photos/7586482/pexels-photo-7586482.jpeg?auto=compress&cs=tinysrgb&w=800');
    background-position: 80% 20%;
    box-shadow: 0 0 40px rgba(255, 212, 94, 0.664) !important; 
}

.section3_new .bg_overlay_dark,
.section3_new .bg_overlay_light {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}

/* 왼쪽: 사진 상단은 보이게 두고, 텍스트가 있는 하단만 다크 그레이로 눌러줌 */
.section3_new .bg_overlay_dark { 
    background: linear-gradient(to bottom, rgba(20, 24, 31, 0.1) 0%, rgba(20, 24, 31, 0.95) 80%);
} 

/* 오른쪽: 사진 상단은 보이게 두고, 하단은 화이트로 부드럽게 눌러줌 */
.section3_new .bg_overlay_light { 
    /* 사진 상단은 투명하게 보여주고, 하단으로 갈수록 진한 블랙으로 처리 */
    background: linear-gradient(to bottom, rgba(20, 24, 31, 0.1) 0%, rgba(20, 24, 31, 0.95) 80%);
}

/* 텍스트 컨테이너 */
.section3_new .card_txt_content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.section3_new .card_txt_content p {
    font-size: 19px;
    line-height: 1.6;
    margin: 0 0 16px 0;
    word-break: keep-all;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.section3_new .card_txt_content p:last-child { margin-bottom: 0; }

/* 왼쪽 (가짜) 텍스트 컬러 */
.section3_new .fake_bg_card .card_txt_content p { color: rgba(255, 255, 255, 0.85); }
.section3_new .fake_bg_card .desc_emphasize_new { color: #ffffff; margin-top: 30px; }

/* 부정/금지 색상 강조 (#ff6d0c) */
.section3_new .fake_bg_card .desc_emphasize_new strong { 
    color: #ff6d0c; 
    font-weight: 800; 
    font-size: 32px; 
    display: block; 
    margin-top: 8px; 
    letter-spacing: -0.03em;
    text-shadow: 0 4px 12px rgba(255, 109, 12, 0.3); /* 은은한 네온 효과 */
}

.section3_new .real_bg_card .card_txt_content p { 
    color: rgba(255, 255, 255, 0.85); 
}

/* 긍정/테마 색상 강조 (#f1a014) */
.section3_new .real_bg_card .point_color_new { 
    color: #f1a014; 
    font-weight: 800; 
    font-size: 32px; 
    display: block; 
    margin-top: 8px;
    letter-spacing: -0.03em;
    /* 어두운 배경에서 흰색 글씨와 대비되어 더욱 빛나 보이도록 glow 효과 추가 */
    text-shadow: 0 0 15px rgba(241, 160, 20, 0.4); 
}

.section3_new .real_bg_card .highlight_point_new {
    /* 배경을 화이트 대신 반투명 블랙으로 변경 */
    background-color: rgba(255, 255, 255, 0.05); 
    backdrop-filter: blur(10px); /* 배경 흐리게 효과 유지 */
    -webkit-backdrop-filter: blur(10px);
    padding: 24px 30px;
    border-radius: 20px;
    margin-top: 30px;
    border: 1px solid rgba(241, 160, 20, 0.25); /* #f1a014 테두리 연하게 유지 */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* 그림자 톤을 블랙으로 조절 */
    border-left: 4px solid #f1a014; /* 좌측 포인트 라인 유지 */
}

/* 5. 하단 박스 내부 텍스트 색상 수정: 블랙에서 흰색으로 변경 */
.section3_new .real_bg_card .highlight_point_new p {
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
}

.section3_new .real_bg_card .highlight_point_new .point_text_new {
    color: #f1a014; 
    font-weight: 800;
}

.section4_new {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Pretendard', sans-serif;
    color: #191f28;
    background-image: url('https://images.pexels.com/photos/10886286/pexels-photo-10886286.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* 1. 배경 오버레이: 100% 흰색이 아닌, 아주 연한 쿨그레이 투톤으로 변경 (카드를 돋보이게 함) */
.section4_new .bg_overlay_new {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.section4_new .inner_new {
    position: relative;
    z-index: 2;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 40px;
}

.section4_new .point_color_new {
    color: #f1a014;
    font-weight: 800;
}

/* 타이틀 디자인 정돈 */
.section4_new .title_wrap_new {
    text-align: center;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section4_new .main_copy_new {
    font-size: 46px;
    font-weight: 800;
    color: #191f28;
    line-height: 1.35;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.section4_new .sub_copy_new {
    font-size: 21px;
    color: #4e5968;
    line-height: 1.6;
    font-weight: 500;
}

/* 그리드 레이아웃 */
.section4_new .content_grid_new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 50px;
}

.section4_new .info_card_new {
    background: #ffffff;
    border-radius: 40px; /* 더 세련되고 둥글게 */
    
    /* [기본 디자인] 이중 레이어드 섀도우로 부드럽고 맑은 깊이감 표현 */
    /* 1. 바닥에 가깝게 안착된 느낌을 주는 연한 그림자 */
    /* 2. 더 멀리, 넓게 퍼지는 아주 연한 그림자 */
    box-shadow: 
        0 8px 16px rgba(0, 0, 0, 0.02),
        0 24px 60px -10px rgba(0, 0, 0, 0.05); 
    
    display: flex;
    flex-direction: column;
    
    /* 배경 흰색 오버레이와 분리하기 위한 미세한 윤곽선 */
    border: 1.5px solid rgba(228, 228, 214, 0.2); 
    
    /* 0.5s에서 0.6s로 늘려 더 부드럽고 차분하게 움직임 */
    transition: 
        transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
        box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
        border-color 0.4s ease; /* 테두리 컬러 변화는 약간 더 빠르게 */
    
    height: 100%;
    overflow: hidden; 
}

/* [호버 디자인] 드라마틱한 입체감과 빛 포인트 */
.section4_new .info_card_new:hover {
    /* 기존 -12px에서 -18px로 더 과감하게 들어올림 */
    transform: translateY(-18px) scale(1.02); /* 살짝 커지는 효과 추가로 시인성 증대 */
    
    /* [호버 그림자] 브랜드 컬러가 섞인 빛나는 그림자 효과 */
    /* 1. 더 크고 선명하게 퍼지는 어두운 그림자 */
    /* 2. 브랜드 컬러(#f1a014)가 아주 은은하게 감도는 Bloom 효과 */
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.04),
        0 40px 80px -15px rgba(0, 0, 0, 0.12),
        0 0 20px rgba(241, 160, 20, 0.1); /* 미세한 골드 빛 포인트 */
    
    /* 호버 시 테두리를 브랜드 컬러로 좀 더 또렷하게 변경 */
    border-color: rgba(241, 160, 20, 0.4); 
}
/* 6. 우측 카드: Premium Dark Poster Layout 🖤 */
.section4_new .dark_card_new {
    padding: 0;
    position: relative;
    border: none; /* 다크카드는 테두리 제거 */
    /* 다크카드만의 고유한 섀도우: 흰색 글씨가 돋보이도록 더 짙고 묵직하게 */
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 30px 70px -15px rgba(0, 0, 0, 0.2); 
}

.section4_new .dark_card_new:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.12),
        0 50px 90px -10px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(241, 160, 20, 0.15); /* 더 강한 골드 빛 포인트 */
}

.section4_new .dark_card_new .img_wrap_new {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.section4_new .dark_card_new .img_wrap_new img {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.9;
    /* 0.8s에서 1.0s로 늘려 더 묵직하게 줌인 */
    transition: transform 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section4_new .dark_card_new:hover .img_wrap_new img { 
    transform: scale(1.1); /* 1.08에서 1.1로 줌 효과 강화 */
}

.section4_new .complex_card_new {
    justify-content: space-between; 
}

/* 3. 좌측 카드 (체크리스트): 내부 배경색 차이로 레이어감 형성 */
.section4_new .list_wrap_new {
    background-image: 
        /* 그냥 흰색이 아니라 우측에서 좌측으로 은은하게 퍼지는 웜톤 베이지 그라데이션 */
        linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 250, 240, 0.95)), 
        url('https://images.pexels.com/photos/3184291/pexels-photo-3184291.jpeg?auto=compress&cs=tinysrgb&w=800');
    background-size: cover;
    background-position: center;
    padding: 35px 45px;
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section4_new .check_list_new { width: 100%; }

.section4_new .check_list_new li {
    font-size: 18px;
    color: #323b47;
    margin-bottom: 20px; 
    line-height: 1.5;
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: -0.02em;
    transition: transform 0.3s ease;
}
.section4_new .check_list_new li:hover { transform: translateX(5px); }
.section4_new .check_list_new li:last-child { margin-bottom: 0; }

/* 4. 아이콘 디자인 업그레이드: 브랜드 색상 그라데이션 뱃지 */
.section4_new .check_list_new li i {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #f1a014 0%, #e08c00 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 18px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(241, 160, 20, 0.3);
}

/* 5. 좌측 하단 박스: 밋밋한 흰색 대신 라이트 그레이로 무게 중심 잡기 */
.section4_new .desc_box_new {
    background-color: #f9fafb; /* 흰색 배경 카드 위에 살짝 톤다운된 그레이 박스 */
    padding: 0 45px;
    height: 160px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.section4_new .complex_card_new .desc_new {
    font-size: 19px;
    line-height: 1.58;
    color: #4e5968;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin: 0;
}


/* 하단 텍스트 영역 그라데이션 */
.section4_new .dark_card_new .txt_wrap_new {
    background: linear-gradient(135deg, #191f28 0%, #2a323e 100%);
    padding: 0 45px;
    height: 160px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section4_new .dark_card_new .desc_new {
    color: #f9fafb;
    font-size: 19px;
    line-height: 1.58;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin: 0;
}

/* 7. 하단 결론 메시지 카드 */
.section4_new .bottom_message_card_new {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-image: linear-gradient(135deg, rgba(20, 24, 31, 0.95) 0%, rgba(35, 41, 53, 0.8) 100%), url('https://images.pexels.com/photos/607812/pexels-photo-607812.jpeg?auto=compress&cs=tinysrgb&w=1920');
    background-size: cover;
    background-position: center;
    min-height: 340px;
    text-align: center;
    /* 카드가 바닥에 확실히 안착된 느낌을 주는 하단 라인 */
    border-bottom: 6px solid #f1a014; 
}

.section4_new .bottom_message_card_new:hover {
    transform: translateY(-10px);
}

.section4_new .message_txt_new {
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section4_new .strong_txt_new {
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.section4_new .sub_txt_new {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    font-weight: 500;
}


.section5_new {
    padding: 130px 0;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

.section5_new .bg_overlay_new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 1;
}

.section5_new .inner_new {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


.section5_new .process_stair_container_new {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    padding-bottom: 40px;
}

.section5_new .stair_item_new {
    flex: 1;
    z-index: 2;
    opacity: 0;
}

@keyframes stairAppear {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.section5_new .stair_item_new {
    flex: 1;
    z-index: 2;
    opacity: 0;
}

.inner_new.aos-animate .stair_item_new {
    animation: stairAppear 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.section5_new .stair_item_new:nth-child(1) { animation-delay: 0.2s; margin-bottom: 0px; }
.section5_new .stair_item_new:nth-child(2) { animation-delay: 0.3s; margin-bottom: 40px; }
.section5_new .stair_item_new:nth-child(3) { animation-delay: 0.4s; margin-bottom: 80px; }
.section5_new .stair_item_new:nth-child(4) { animation-delay: 0.5s; margin-bottom: 120px; }
.section5_new .stair_item_new:nth-child(5) { animation-delay: 0.6s; margin-bottom: 160px; }

.section5_new .card_new {
    background: #ffffff;
    border-radius: 24px;
    padding: 0px 5px;
    margin: 0 6px;
    text-align: center;
    border: 1.5px solid #f1f3f5;
    position: relative;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 30px rgba(207, 151, 30, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    box-sizing: border-box;
}

.section5_new .card_new:hover {
    transform: translateY(-25px) scale(1.05);
    box-shadow: 0 30px 60px rgba(245, 172, 47, 0.15);
    background: #fffcfa;
    border-color: #f5ac2f;
    z-index: 10;
}

.section5_new .icon_new {
    width: 70px;
    height: 50px;
    background: #fff9f0;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #f5ac2f;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
}

.section5_new .card_new:hover .icon_new {
    background: #f5ac2f;
    color: #ffffff;
    transform: rotateY(180deg);
}

.section5_new .num_new {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    color: #f5ac2f;
    background: rgba(245, 172, 47, 0.1);
    padding: 2px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.section5_new .txt_new {
    font-size: 14px;
    font-weight: 700;
    color: #191f28;
    line-height: 1.5;
    margin: 0;
    word-break: keep-all;
}

.section5_new .goal_item_new .card_new {
    background: #f5ac2f;
    border: none;
    box-shadow: 0 15px 40px rgba(245, 172, 47, 0.3);
}

.section5_new .goal_item_new .icon_new {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.section5_new .goal_item_new .num_new {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.section5_new .goal_item_new .txt_new {
    color: #ffffff;
}

.section5_new .path_line_new {
    position: absolute;
    left: 5%;
    bottom: 120px;
    width: 90%;
    height: 250px;
    border-top: 2px dashed #f5ac2f;
    opacity: 0.2;
    transform: rotate(-11deg);
    z-index: 1;
    pointer-events: none;
}


.section9_new {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
    background-image: url('https://images.pexels.com/photos/30478786/pexels-photo-30478786.jpeg?auto=compress&cs=tinysrgb&w=1920');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section9_new .bg_overlay_new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.section9_new .inner_new {
    position: relative;
    z-index: 2;
}



/* ================================================= 
   반응형 미디어 쿼리 통합 (뷰포트별 최적화)
   ================================================== */

@media screen and (max-width: 1200px) {
    .section_hero_new .main_copy_new,
    .section3_new .main_tit_new,
    .section4_new .main_copy_new,
    .section5_new .h2_tit_new {
        font-size: 44px;
    }
    .section3_new .sub_tit_new,
    .section4_new .sub_copy_new {
        font-size: 19px;
    }
    .section2_new .inner_new,
    .section3_new .inner_new,
    .section4_new .inner_new,
    .section5_new .inner_new,
    .section9_new .inner_new {
        padding: 0 30px;
    }
    .section3_new .bg_card_new {
        padding: 40px 30px;
        min-height: 450px;
    }
    .section4_new .list_wrap_new {
        padding: 30px 35px;
    }
    .section4_new .desc_box_new {
        padding: 0 35px;
        height: 140px;
    }
    .section4_new .dark_card_new .txt_wrap_new {
        padding: 0 35px;
        height: 140px;
    }
    .section4_new .message_txt_new {
        padding: 50px 30px;
    }
    .section4_new .strong_txt_new {
        font-size: 30px;
    }
    .section4_new .sub_txt_new {
        font-size: 19px;
    }
    .section5_new .card_new {
        min-height: 180px;
    }
    .section5_new .icon_new {
        width: 60px;
        height: 45px;
        font-size: 24px;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 1080px) {
    .section2_new {
        padding: 80px 0 130px 0;
    }

    .section_hero_new .main_copy_new {
        font-size: 42px;
    }
    .section2_new .bubble_item_new.b1 { left: 9%; top: 0px; }
    .section2_new .bubble_item_new.b2 { right: 12%; top: 70px; }
    .section2_new .bubble_item_new.b3 { left: 21%; top: 208px; }
}

@media screen and (max-width: 1024px) {



    .section2_new .bubble_item_new {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: fit-content;
        animation: float_mobile 4s infinite ease-in-out !important;
        margin: 0 auto;
    }
    .section2_new .bubble_item_new.b1 { align-self: flex-start; margin-left: 5%; }
    .section2_new .bubble_item_new.b2 { align-self: flex-end; margin-right: 5%; }
    .section2_new .bubble_item_new.b3 { align-self: flex-start; margin-left: 12%; }
    .section2_new .bubble_wrapper_new {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .section_hero_new .main_copy_new,
    .section3_new .main_tit_new,
    .section4_new .main_copy_new,
    .section5_new .h2_tit_new {
        font-size: 40px;
    }
    .section3_new .sub_tit_new,
    .section4_new .sub_copy_new,
    .section2_new .desc_new {
        font-size: 18px;
    }
    .section2_new .inner_new,
    .section3_new .inner_new,
    .section4_new .inner_new,
    .section5_new .inner_new,
    .section9_new .inner_new {
        padding: 0 24px;
    }
    .section3_new .content_wrap_new {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .section3_new .bg_card_new {
        padding: 40px 30px;
        min-height: 350px;
    }
    .section4_new .content_grid_new {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .section4_new .list_wrap_new {
        padding: 30px;
    }
    .section4_new .desc_box_new {
        padding: 0 30px;
        height: 130px;
    }
    .section4_new .dark_card_new .txt_wrap_new {
        padding: 0 30px;
        height: 130px;
    }
    .section4_new .bottom_message_card_new {
        min-height: 300px;
    }
    .section4_new .message_txt_new {
        padding: 40px 30px;
    }
    .section4_new .strong_txt_new {
        font-size: 28px;
    }
    .section4_new .sub_txt_new {
        font-size: 18px;
    }
    .section5_new .card_new {
        min-height: 160px;
        padding: 0 4px;
    }
    .section5_new .icon_new {
        width: 50px;
        height: 40px;
        font-size: 20px;
    }
    .section5_new .txt_new {
        font-size: 13px;
    }
    .section5_new .stair_item_new:nth-child(1) { margin-bottom: 0px; }
    .section5_new .stair_item_new:nth-child(2) { margin-bottom: 20px; }
    .section5_new .stair_item_new:nth-child(3) { margin-bottom: 40px; }
    .section5_new .stair_item_new:nth-child(4) { margin-bottom: 60px; }
    .section5_new .stair_item_new:nth-child(5) { margin-bottom: 80px; }
    .section5_new .path_line_new {
        bottom: 60px;
        transform: rotate(-8deg);
    }
}

@media screen and (max-width: 768px) {

        .section2_new,
    .section3_new,
    .section4_new,
    .section5_new,
    .section9_new {
        padding: 80px 0;
    }

    .section2_new .h2_tit_new {
        font-size: 37px;
    }
    .section3_new .main_tit_new,
    .section4_new .main_copy_new,
    .section5_new .h2_tit_new,
    .section9_new .h2_tit_new {
        font-size: 40px;
    }
    .section_hero_new .main_copy_new {
        font-size: 36px;
    }
    .section_hero_new .cta_area_new {
        padding: 0 20px;
        flex-direction: row !important; /* 히어로 버튼 무조건 2열 유지 */
        justify-content: center;
        gap: 10px;
    }
    .section_hero_new .btn_start_new,
    .section_hero_new .btn_more_new {
        width: 50% !important; /* 5:5 비율 분할 */
        flex: 1;
        padding: 16px 0;
        font-size: 17px;
        text-align: center;
        box-sizing: border-box;
    }
    .section2_new .bubble_item_new .txt_new {
        font-size: 16px !important;
    }
    .m_block_new { display: block; }
    .pc_only_new { display: none; }
    .mobile_only_new { display: block; }
    
    .section3_new .main_tit_new,
    .section4_new .main_copy_new,
    .section5_new .h2_tit_new {
        font-size: 36px;
    }
    .section3_new .sub_tit_new,
    .section4_new .sub_copy_new,
    .section2_new .desc_new {
        font-size: 16px;
    }
    .section2_new .highlight_box_new {
        padding: 40px 20px;
    }
    .section2_new .highlight_box_new h3 {
        font-size: 26px;
    }
    .section2_new .highlight_box_new p {
        font-size: 20px;
    }
    .section3_new .content_wrap_new {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .section3_new .bg_card_new {
        min-height: 320px;
        text-align: center;
        justify-content: center;
        padding: 40px 20px;
    }
    .section4_new .content_grid_new {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .section4_new .list_wrap_new {
        padding: 30px 20px;
        text-align: center;
        align-items: center;
    }
    .section4_new .check_list_new li {
        justify-content: center;
        text-align: center;
    }
    .section4_new .dark_card_new .img_wrap_new {
        height: 180px;
    }
    .section4_new .desc_box_new {
        height: auto;
        padding: 20px;
        text-align: center;
    }
    .section4_new .dark_card_new .txt_wrap_new {
        height: auto;
        padding: 20px;
        text-align: center;
    }
    .section4_new .bottom_message_card_new {
        min-height: 260px;
    }
    .section4_new .message_txt_new {
        padding: 40px 20px;
    }
    .section4_new .strong_txt_new {
        font-size: 24px;
    }
    .section4_new .sub_txt_new {
        font-size: 16px;
    }
    .section5_new .process_stair_container_new {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
        padding-bottom: 20px;
        align-items: stretch;
        justify-content: center;
    }
    .section5_new .stair_item_new {
        flex: 0 0 calc(50% - 15px);
        margin-bottom: 0 !important;
    }
    .section5_new .card_new {
        min-height: 200px;
    }
    .section5_new .path_line_new {
        display: none;
    }
}

@media screen and (max-width: 430px) {
    .section_hero_new .main_copy_new {
        font-size: 28px !important;
    }
    .section_hero_new .cta_area_new {
        padding: 0 10px;
        gap: 8px;
    }
    .section_hero_new .btn_start_new,
    .section_hero_new .btn_more_new {
        padding: 12px 0;
        font-size: 14px;
    }
    .section2_new .bubble_item_new {
        padding: 16px 20px;
    }
    .section2_new .bubble_item_new.b2 {
        border-radius: 20px 20px 4px 20px;
    }
    .section2_new .bubble_icon {
        font-size: 22px !important;
    }
    .section3_new .main_tit_new,
    .section4_new .main_copy_new,
    .section5_new .h2_tit_new
    {
        font-size: 30px !important;
    }
    .section3_new .sub_tit_new,
    .section4_new .sub_copy_new,
    .section2_new .desc_new {
        font-size: 14px;
    }
    .section2_new,
    .section3_new,
    .section4_new,
    .section5_new,
    .section9_new {
        padding: 80px 0;
    }
    .section2_new .inner_new,
    .section3_new .inner_new,
    .section4_new .inner_new,
    .section5_new .inner_new,
    .section9_new .inner_new {
        padding: 0 16px;
    }
    .section3_new .title_wrap_new,
    .section4_new .title_wrap_new,
    .section5_new .title_wrap_new {
        margin-bottom: 30px;
    }
    .section2_new .highlight_box_new {
        padding: 24px 16px;
        border-radius: 16px;
    }
    .section2_new .highlight_box_new h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .section2_new .highlight_box_new p {
        font-size: 14px;
    }
    .section3_new .bg_card_new {
        min-height: 240px;
        padding: 24px 16px;
        border-radius: 16px;
    }
    .section3_new .card_txt_content p {
        font-size: 14px;
    }
    .section3_new .fake_bg_card .desc_emphasize_new strong,
    .section3_new .real_bg_card .point_color_new {
        font-size: 20px;
    }
    .section3_new .real_bg_card .highlight_point_new {
        padding: 14px 16px;
        margin-top: 16px;
    }
    .section4_new .info_card_new {
        border-radius: 20px;
    }
    .section4_new .content_grid_new {
        gap: 16px;
        margin-bottom: 30px;
    }
    .section4_new .list_wrap_new {
        padding: 20px 16px;
    }

    .section4_new .check_list_new li {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .section4_new .check_list_new li i {
        margin: 0 0 12px 0 !important;
    }
    .section4_new .desc_box_new,
    .section4_new .dark_card_new .txt_wrap_new {
        padding: 16px;
    }
    .section4_new .complex_card_new .desc_new,
    .section4_new .dark_card_new .desc_new {
        font-size: 14px;
    }
    .section4_new .dark_card_new .img_wrap_new {
        height: 140px;
    }
    .section4_new .bottom_message_card_new {
        min-height: 200px;
        border-radius: 20px;
    }
    .section4_new .message_txt_new {
        padding: 24px 16px;
    }
    .section4_new .strong_txt_new {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .section4_new .sub_txt_new {
        font-size: 14px;
    }
    .section5_new .process_stair_container_new {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        align-items: stretch;
        justify-content: center;
    }
    .section5_new .stair_item_new {
        flex: 0 0 calc(50% - 5px);
        width: auto;
        margin-bottom: 0 !important;
    }
    .section5_new .card_new {
        min-height: 130px;
        padding: 16px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section5_new .icon_new {
        width: 40px;
        height: 36px;
        font-size: 18px;
        margin: 0 auto 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section5_new .num_new {
        margin-bottom: 8px;
    }
    .section9_new .question_group_new .q_list_new {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}


/* ==========================================================================
   ✨ [인터랙션 강화] 토스/카카오 스타일 스무스 호버 & 트랜지션 덮어쓰기
   (기존 코드 아래에 추가하여 덮어쓰기 형태로 적용됩니다)
   ========================================================================== */

/* -------------------------------------------
   1. Section Hero: 버튼 인터랙션 강화
------------------------------------------- */
.section_hero_new .btn_start_new,
.section_hero_new .btn_more_new {
    border-radius: 14px;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, filter 0.3s ease !important;
}

/* 메인 버튼: 살짝 커지면서 그림자가 넓게 퍼지는 빛 번짐(Bloom) 효과 */
.section_hero_new .btn_start_new:hover {
    transform: translateY(-5px) scale(1.03) !important;
    box-shadow: 0 20px 40px rgba(245, 172, 47, 0.3), 
                0 8px 16px rgba(245, 172, 47, 0.2) !important;
    filter: brightness(1.05); /* 살짝 밝아지는 효과 */
}

/* 서브 버튼: 묵직하게 떠오르는 효과 */
.section_hero_new .btn_more_new:hover {
    transform: translateY(-5px) scale(1.03) !important;
    box-shadow: 0 20px 40px rgba(25, 31, 40, 0.2), 
                0 8px 16px rgba(25, 31, 40, 0.1) !important;
}

/* -------------------------------------------
   2. Section 2: 버블 & 하이라이트 박스
------------------------------------------- */

/* 하이라이트 박스 (배경 이미지 있는 박스) */
.section2_new .highlight_box_new {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), 
                filter 0.4s ease !important;
}
.section2_new .highlight_box_new:hover {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.25), 
                0 12px 24px rgba(0, 0, 0, 0.15) !important;
    filter: brightness(1.05);
}

.section3_new .bg_card_new:hover {
    transform: translateY(-16px) scale(1.02) !important;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15), 
                0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

/* 배경 오버레이: 카드에 마우스를 올리면 배경이 살짝 더 어두워지며 텍스트에 집중 */
.section3_new .bg_overlay_dark,
.section3_new .bg_overlay_light {
    transition: opacity 0.6s ease;
}
.section3_new .bg_card_new:hover .bg_overlay_dark,
.section3_new .bg_card_new:hover .bg_overlay_light {
    opacity: 0.85; 
}

/* 우측 카드 내부 하이라이트 박스: 마우스 오버 시 우측으로 살짝 슬라이드 */
.section3_new .real_bg_card .highlight_point_new {
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), 
                background-color 0.4s ease, 
                box-shadow 0.4s ease !important;
}
.section3_new .real_bg_card:hover .highlight_point_new {
    transform: translateX(10px);
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
}

/* -------------------------------------------
   4. Section 4: 감각 있는 마케터 카드 및 리스트
------------------------------------------- */
/* 카드 전체의 움직임을 더 깊고 쫀득하게 수정 */
.section4_new .info_card_new {
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.7s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.4s ease !important;
}

/* 체크리스트 아이템 개별 호버 효과 (핵심 디테일) */
.section4_new .check_list_new li {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                color 0.3s ease !important;
    cursor: default;
}
.section4_new .check_list_new li:hover {
    transform: translateX(10px) !important;
    color: #191f28; /* 글씨가 살짝 더 진해짐 */
}

/* 체크리스트 아이콘: 스프링처럼 튀어오르는 회전 효과 */
.section4_new .check_list_new li i {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease !important;
}
.section4_new .check_list_new li:hover i {
    transform: scale(1.15) rotate(15deg);
    box-shadow: 0 8px 16px rgba(241, 160, 20, 0.4);
}

/* 하단 결론 메시지 카드 */
.section4_new .bottom_message_card_new {
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.7s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.section4_new .bottom_message_card_new:hover {
    transform: translateY(-12px) scale(1.015) !important;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2), 
                0 15px 30px rgba(241, 160, 20, 0.15) !important;
}

/* 결론 메시지 카드 텍스트 글로우(Glow) 효과 */
.section4_new .bottom_message_card_new .strong_txt_new {
    transition: text-shadow 0.5s ease;
}
.section4_new .bottom_message_card_new:hover .strong_txt_new {
    text-shadow: 0 0 24px rgba(255, 255, 255, 0.3);
}