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

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

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


.bubble_wrapper_new {
    position: relative;
    height: 280px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    perspective: 1000px;
}

.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; }

.section9_new .final_desc_new[data-aos].aos-animate { transition-delay: 0.3s !important; }
.section9_new .cta_wrap_new[data-aos].aos-animate { transition-delay: 0.5s !important; }

.section9_new .divider_line_new {
    width: 60px;
    height: 2px;
    background: #f5ac2f;
    margin: 40px auto;
    position: relative;
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.section9_new.aos-animate .divider_line_new {
    opacity: 1;
    transform: scaleX(1);
    transition-delay: 0.2s !important;
}

.section9_new .final_desc_new {
    margin-top: 0;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.section9_new.aos-animate .final_desc_new {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: 1.2s !important;
}

.section9_new .cta_wrap_new {
    margin-top: 40px;
    margin-left: auto;  
    margin-right: auto; 
    text-align: center; 
    
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 50%;  
}

.section9_new.aos-animate .cta_wrap_new {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: 1.4s !important;
}

.section9_new .desc_txt_new {
    font-size: 20px;
    color: #8b95a1;
    line-height: 1.6;
}

.section9_new .highlight_black_new {
    margin-top: 6px;
    font-size: 25px;
    color: #191f28;
    font-weight: 700;
}


.btn_consult_new {
    display: inline-block;
    background-color: #f5ac2f;
    color: #ffffff;
    padding: 25px 60px;
    border-radius: 18px;
    font-size: 23px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 12px 24px rgba(245, 172, 47, 0.2);
}


.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.4), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1)),
        url('https://images.pexels.com/photos/9930098/pexels-photo-9930098.jpeg?auto=compress&cs=tinysrgb&w=1920');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

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

.hero_content_new { text-align: center; }


.main_copy_new .highlight_orange_new { color: #f1a014; }

.sub_copy_new {
    font-size: 22px;
    font-weight: 500;
    color: #4e5968; 
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0;
    animation: revealUp_new 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
}

.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;
}

.btn_start_new {
    background-color: #f5ac2f;
    color: #ffffff;
    padding: 18px 60px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(245, 172, 47, 0.15);
}
.btn_start_new:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(245, 172, 47, 0.25);
}

.btn_more_new {
    background-color: #f2f4f6;
    color: #333d4b; 
    padding: 18px 60px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn_more_new:hover { background-color: #e5e8eb; }

@keyframes revealUp_new {
    from { opacity: 0; transform: translateY(30px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.section_philosophy_dark_new {
    position: relative;
    background-image: url('https://images.pexels.com/photos/3772618/pexels-photo-3772618.jpeg?auto=compress&cs=tinysrgb&w=1920');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 0; 
    font-family: 'Pretendard', sans-serif;
    background-color: #000;
}

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

.phil_screen_group_new {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    padding: 120px 0;
}

.phil_screen_group_new2 {
    display: flex;
    flex-direction: column;
    min-height: 30dvh;
    padding: 40px 0px 160px 0px;
}

.first_screen_new { justify-content: space-between; }
.last_screen_new { 
    justify-content: center; 
    align-items: center; 
    text-align: center; }

.phil_article_new {
    opacity: 0 !important;
    transform: translateY(40px) !important;
    transition: none !important;
}

.phil_article_new.aos-animate {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.phil_left_new { align-self: flex-start; text-align: left; }
.phil_right_new { align-self: flex-end; text-align: right; margin-top: -40px; }

.phil_tit_white_new {
    font-size: 49px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.point_orange_new { color: #f5ac2f; }

.phil_txt_group_new p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 8px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: -0.02em;
}


.bold_white_new { font-weight: 700; color: #ffffff; }

.phil_final_msg_new p {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: -0.04em;
}

.underline_point_new {
    position: relative;
    z-index: 1;
    color: #f5ac2f;
}

.pc_only_new { display: flex; }
.mobile_only_new { display: none; }

.problem_combined_mobile_new {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 15px;
    padding: 0 5px;
}

.combined_inner_new {
    background: transparent;
    padding: 40px 24px;
    border-radius: 32px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.combined_inner_new .quote_list_new {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.combined_inner_new .quote_list_new li {
    font-size: 24px;
    color: #525252;
    font-weight: 600;
    line-height: 1.6;
    word-break: keep-all;
}

.combined_inner_new .quote_list_new li.line_new {
    height: 1px;
    background: rgba(0,0,0,0.05);
    margin: 20px auto;
    width: 40px;
}

.section3_new {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Pretendard', sans-serif;
    color: #191f28;
    background-image: url('https://images.pexels.com/photos/97906/pexels-photo-97906.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
    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.9) 20%, rgba(255, 255, 255, 0.7) 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::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

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

.pain_points_area_new {
    width: 100vw;
    max-width: 1000px;
    margin: 60px 0 120px 50%;
    transform: translateX(-50%);
    padding: 0 0px;
    position: relative;
    z-index: 2;
    perspective: 1000px;
}

.problem_list_new {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
    will-change: transform;
}

.icon_box_new svg {
    width: 28px;
    height: 28px;
}

.problem_item_new {
    flex: 1;
    position: relative;
    background: #ffffff;
    padding: 40px 32px;
    border-radius: 28px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    transition: all 0.8s cubic-bezier(0.2, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    backface-visibility: hidden;
}

.problem_item_new:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0,0,0,0.1);
    border-color: rgba(245, 172, 47, 0.2);
}

.problem_item_new:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.icon_box_new {
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff8ed;
    border-radius: 16px;
}

.num_new {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #f5ac2f;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}


.empathy_msg_new {
    text-align: center;
    padding-top: 80px;
}

.empathy_msg_new .h2_tit_new {
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    padding-bottom: 25px;
    color: #191f28;
}

.empathy_msg_new .h2_tit_new strong {
    color: #191f28;
}

.empathy_msg_new .tit_txt_new {
    font-size: 23px;
    color: #252c36;
    line-height: 1.6;
}

.empathy_msg_new .point_new {
    color: #ffa407;
    font-weight: 700;
}

.problem_item_new p {
    font-size: 19px;
    line-height: 1.5;
    color: #ff0000;
    font-weight: 700;
    margin: 0;
    word-break: keep-all;
}

.sub_txt_new {
    font-size: 17px;
    color: #8b95a1;
    margin-bottom: 20px;
    font-weight: 500;
}

.main_tit_new {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.comparison_diagram_area_new {
    margin-bottom: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}


.connect_group_new::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    width: 2px;
    height: 40px;
    background-color: #e5e8eb;
    transform: translateX(-50%);
}

.flow_box_new {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 32px;
    display: inline-block;
    width: 100%;
    max-width: 1100px;
}

.add_shadow_new {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0,0,0,0.02);
    position: relative;
    z-index: 2;
}

.flat_box_new {
    background: #f9fafb;
    border: 1px solid #eff1f3;
    padding: 40px;
}


.structure_diagram_new {
    margin-bottom: 80px;
}

.diagram_box_new {
    text-align: center;
    width: 100%;
}

.unified_diagram_card_new {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.8) 100%);
    padding: 35px 50px;
    border-radius: 36px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    overflow: hidden;
}

.diagram_group_new {
    width: 100%;
    text-align: center;
}

.flow_wrapper_new {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    gap: 2%;
    padding: 30px 10px;
}

.flow_node_new {
    flex: 1 1 auto;
    padding: 25px 18px !important;
    border-radius: 35px;
    min-width: 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.flow_node_new i {
    font-size: 1.1em;
    opacity: 0.9;
}

.base_node_new {
    font-size: clamp(19px, 1.2vw, 20px) !important;
    background: #ffffff;
    border: 1px solid #edf1f5;
    color: #3b3733;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

.accent_node_new {
    font-size: clamp(16px, 1vw, 17px) !important;
    background: #fff5e5;
    border: 1px solid #ebe8e4;
    color: rgb(201, 137, 108);
    box-shadow: 0 4px 12px rgba(116, 77, 10, 0.02);
}

.point_node_new {
    font-size: clamp(19px, 1.2vw, 20px) !important;
    background: linear-gradient(135deg, #f5ac2f 0%, #ef9c0d 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 12px 24px rgba(245, 172, 47, 0.2);
}

.flow_arrow_new {
    flex: 0 0 auto;
    font-size: 22px;
    color: #f5a51b;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diagram_divider_new {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 10px 0;
    width: 100%;
    max-width: 500px;
}

.diagram_divider_new .line_new {
    height: 2px;
    background: linear-gradient(to right, rgba(255, 189, 103, 0), rgb(255, 189, 103), rgba(255, 189, 103, 0));
    flex: 1;
}

.diagram_divider_new .icon_new {
    color: rgba(255, 189, 103, 1);
    font-size: 32px;
    filter: drop-shadow(0 4px 8px rgba(245, 172, 47, 0.2));
}

.answer_txt_group_new {
    margin-top: 10px;
    margin-bottom: 20px;
}

.answer_txt_group_new2 {
    margin-top: 10px;
    margin-bottom: 29px; 
}

.question_txt_new {
    font-size: clamp(25px, 1.4vw, 27px);
    color: #787c80;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.answer_txt_new_h4 {
    font-size: clamp(25px, 1.4vw, 27px);
    color: #4e5968;
    line-height: 1.6;
    font-weight: 600;
}


.answer_txt_new_h3 {
    font-size: clamp(26px, 1.4vw, 28px);
    color: #232931;
    line-height: 1.6;
    font-weight: 800;
}

.answer_txt_new {
    font-size: clamp(25px, 1.4vw, 27px);
    color: #272e38;
    margin-top: 10px;
    font-weight: 800;
    line-height: 1.4;
}

.d2c_card_new {
    box-shadow: 0 25px 60px rgba(116, 77, 10, 0.06);
    background: linear-gradient(135deg, rgba(255, 251, 244, 0.4) 0%, rgba(255, 247, 234, 0.8) 100%);
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 80px 50px;
    border-radius: 48px;
    text-align: center;
    margin-bottom: 100px;
}

.d2c_info_box_new {
    background: #ffffff;
    padding: 50px;
    border-radius: 32px;
    max-width: 800px;
    margin: 0 auto 45px;
    text-align: left;
    box-shadow: 0 20px 40px rgba(245, 172, 47, 0.04);
    border: 1px solid rgba(245, 172, 47, 0.05);
}

.info_tag_new {
    color: #f5ac2f;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.info_content_new {
    font-size: 18px;
    line-height: 1.7;
    color: #6b7684;
    word-break: keep-all;
}

.d2c_sub_desc {
    font-size: 19px;
    color: #8b95a1;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: -0.01em;
}


.flow_node_new2.point_bg_new {
    background: linear-gradient(135deg, rgba(255, 179, 47, 0.7) 0%, rgba(255, 179, 47, 1) 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 15px 35px rgba(245, 172, 47, 0.3);
}



.point_color_new { color: #e7970c; }

.highlight_gray_new {
    color: #adb5bd;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.diagram_bottom_txt {
    margin-top: 1px;
}

.diagram_bottom_txt p {
    font-size: 1.25rem;
    color: #4e5968;
    font-size: 20px;
}

.diagram_bottom_txt .bold_desc {
    font-weight: 700;
    color: #191f28;
    font-size: 1.4rem;
}

.diagram_tit_new {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 40px;
    letter-spacing: -0.03em;
}

.d2c_tit_new {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
    letter-spacing: -0.03em;
}




.section4_new {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-image: url('https://images.pexels.com/photos/3182762/pexels-photo-3182762.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.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: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.why_agency_new {
    text-align: center;
}

.problem_detail_new {
    margin-top: 10px;
}

.question_header_new {
    margin-bottom: 60px;
}

.question_tit_new {
    font-size: 48px;
    letter-spacing: 0.2em;
    color: #ff6d0c;
    font-weight: 900;
    margin-bottom: 10px;
}

.question_sub_new {
    font-size: 30px;
    font-weight: 800;
    color: #191f28;
}

.intro_accent_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
    padding: 0 15px;
}

.accent_line {
    flex: 1;
    max-width: 100px;
    height: 1px;
    background: linear-gradient(to right, rgba(245, 172, 47, 0.1), rgba(255, 191, 80, 0.8),rgb(255, 191, 80), rgba(245, 172, 47, 0.1));
    min-width: 20px;
}

.detail_intro {
    font-size: 22px;
    color: #4e5968;
    margin: 0;
    text-align: center;
    word-break: keep-all;
    line-height: 1.5;
}

.detail_intro strong {
    color: #ff6d0c;
    font-weight: 700;
}

.icon_wrap_new {
    width: 48px;
    height: 48px;
    background: #fff8ed;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #ff6d0c;
    transition: all 0.3s ease;
}

.icon_wrap_new svg {
    width: 24px;
    height: 24px;
}

.detail_list_new {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 50px auto 20px;
    max-width: 1100px;
}

.detail_list_new li:hover .icon_wrap_new {
    background: #ff6d0c;
    color: #ffffff;
    transform: rotate(-10deg) scale(1.1);
}

.detail_list_new li {
    flex: 1;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 24px;
    border: 1px solid #f2f4f6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 
}

.detail_list_new li .step_num {
    font-size: 14px;
    font-weight: 800;
    color: #ff6d0c;
    background: #fff0f0;
    padding: 4px 12px;
    border-radius: 8px;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
}

.detail_list_new li p {
    font-size: 18px;
    font-weight: 600;
    color: #4e5968;
    line-height: 1.6;
    word-break: keep-all;
    margin: 0;
}

.detail_list_new li:hover {
    transition-delay: 0s; 
    transform: translateY(-15px); 
    border-color: rgba(245, 172, 47, 0.3);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.detail_list_new li p strong {
    color: #ff6d0c;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.detail_list_new li:hover p strong {
    color: #ff6d0c;
    text-decoration: underline;
    text-decoration-color: #ff6d0c;
    text-underline-offset: 4px;
}

.solution_box_new {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 245, 227, 0.9) 100%);
    padding: 60px 40px;
    border-radius: 32px;
    border: 1px solid #f2f4f6;
    box-shadow: 0 15px 35px rgba(116, 77, 10, 0.08);
    
    max-width: 100%;   
    margin-left: auto;  
    margin-right: auto;  
    margin-bottom: 150px; 
}

.solution_top_new {
    color: #1b1b1b;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 25px;
}

.solution_top_new strong {
    color: #ffa811;
    position: relative;
    z-index: 1;
}
.size_up_new {
    font-size: 23px;
}

.solution_top_new .m_br_new {
    display: none;
}

.solution_top_new strong::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 12px;
    background: #f5ac2f44;
    z-index: -1;
}

.solution_desc_new {
    font-size: 19px;
    line-height: 1.8;
    color: #343d4b;
    word-break: keep-all;
}


.final_msg_new {
    font-size: 33px;
    font-weight: 800;
    color: #24272b;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.big_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5ac2f !important;
    filter: drop-shadow(0 4px 8px rgba(245, 172, 47, 0.2));
    transition: transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-shrink: 0;
    width: 80px;
}

.flow_node_new2 {
    flex: 1 1 auto;
    padding: 25px 18px !important;
    border-radius: 35px;
    min-width: 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.final_structure_new {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
    text-align: center;
    max-width: 90%; 
    margin: 0 auto 150px auto;
    padding: 70px 40px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 250, 240, 0.9) 100%);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 20px 50px rgba(116, 77, 10, 0.05), inset 0 0 20px rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.flow_wrapper_new2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 30px;
}

.flow_node_new2.large_new2 {
    padding: 25px 40px !important;
    font-size: 22px;
    font-weight: 700;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff3e0 0%, #ffe5be 100%) !important;
    border: 1px solid #ffeece;
    color: #ff9e0d;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}

.flow_wrapper_new2 .flow_node_new2.point_bg_new {
    background: linear-gradient(135deg, #ffb32f 0%, #ff9d00 100%) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 15px 35px rgba(245, 172, 47, 0.3) !important;
}

.flow_arrow_new2.big_arrow i {
    font-size: 30px !important;
    color: #ff9d00 !important;
    display: inline-block; 
    transition: transform 0.3s ease;
}

.flow_arrow_new2 i {
    font-size: 24px;
    color: #cbd5e0;
}

.flow_arrow_new2 {
    flex: 0 0 auto;
    font-size: 22px;
    color: #ffa509;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider_line_new {
    width: 100%;
    max-width: 500px;
    height: 1px;
    background: linear-gradient(to right, rgba(245, 172, 47, 0.1), rgba(255, 191, 80, 0.8),rgb(255, 191, 80), rgba(245, 172, 47, 0.1));
    position: relative;
    margin: 3px 0;
}

.divider_line_new span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #f5ac2f;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(245, 172, 47, 0.5);
}

.final_text_area_new {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.final_sub_new {
    font-size: 22px;
    color: #f5ac2f;
    font-weight: 700;
    opacity: 0.9;
    line-height: 1.4;
}

.section5_new {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section5_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;
}

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


.qna_container_new {
    text-align: center;
    margin-bottom: 50px;
}

.question_text_new {
    font-size: 22px;
    color: #4e5968;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 16px;
    word-break: keep-all;
}

.answer_highlight_new {
    font-size: 37px;
    font-weight: 800;
    color: #191f28;
    letter-spacing: -0.02em;
}

.section1_new {
    margin-top: 60px;
    padding: 80px 0 100px;
}

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

.section8_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) 20%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

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

.m_block_new {
    display: none;
}

.section8_new .h2_tit_new{
    font-size: 40px; 
    color: #191f28;
    word-break:keep-all; 
    font-weight: 800; 
    line-height: 1.3;
    letter-spacing: -0.03em;
    margin-bottom: -13px;
    opacity: 0;
    transform: translateY(30px) scale(0.98);
    animation: revealUp_new 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}


.process_header_new {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    padding: 0 15px;
}

.process_header_new .accent_line {
    flex: 1.5;
    max-width: 100px;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 251, 248, 0.1), rgb(255, 208, 154), rgba(255, 251, 248, 0.1));
    min-width: 20px;
    box-shadow: 0 0 10px rgba(245, 172, 47, 0.5);
}


.brand_label_new {
    display: inline-block;
    background-color: #fffbf4;
    color: #f5ac2f;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.01em;
}

.process_list_new {
    display: flex;
    justify-content: space-between;
    gap: 17px;
}

.process_item_new {
    flex: 1;
    min-width: 0;
}

.item_inner_new {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 45px 23px;
    border-radius: 32px;
    height: 100%;
    border: 1px solid #f2f4f6;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.process_item_new:hover .item_inner_new {
    transform: translateY(-15px);
    border-color: rgba(245, 172, 47, 0.3);
    box-shadow: 0 25px 50px rgba(245, 172, 47, 0.12);
    background: #ffffff;
}

.process_item_new:hover .step_icon_new {
    color: #f5ac2f;
    transform: rotate(-12deg) scale(1.15);
    filter: drop-shadow(0 10px 15px rgba(245, 172, 47, 0.2));
}

.process_item_new:hover .step_title_new {
    color: #f5ac2f;
}

.detail_list_new li:hover {
    transform: translateY(-10px);
    border-color: rgba(245, 172, 47, 0.3); 
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.step_icon_new {
    display: inline-block; 
    font-size: 56px;
    color: #f5ac2f;
    margin-bottom: 30px;
    line-height: 1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 
}

.step_title_new {
    font-size: 24px;
    font-weight: 800;
    color: #191f28;
    margin-bottom: 20px;
    word-break: keep-all;
}

.step_desc_new {
    font-size: 13.5px;
    color: #4e5968;
    line-height: 1.6;
    word-break: keep-all;
    letter-spacing: -0.05em;
    display: block;
    width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
}

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

.section6_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.8) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

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


.trust_header_new {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trust_tit_new {
    font-size: 39px;
    font-weight: 800;
    color: #191f28;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.trust_tit_new .point_color_new {
    color: #f5ac2f;
    position: relative;
    display: inline-block;
}

.trust_tit_new .point_color_new::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 12px;
    background: rgba(245, 172, 47, 0.15);
    z-index: -1;
}


.slider_container_new {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 50px;
}

.slider_view_new {
    width: 100%;
    overflow: hidden;
    border-radius: 48px;
    background: #ffffff;
    border: 1px solid #f2f4f6;
    box-shadow: 0 40px 80px rgba(0,0,0,0.05);
}

.slider_track_new {
    display: flex;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.slide_item_new {
    min-width: 100%;
    padding: 50px 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide_content_inner_new {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.card_tag_new {
    font-size: 18px;
    font-weight: 600;
    color: #4e5968;
    margin-bottom: 16px;
}

.card_info_new {
    font-size: 35px;
    font-weight: 800;
    color: #191f28;
     margin-bottom: 28px;
}

.card_info_new strong {
    color: #f5ac2f;
}

.graph_stage_new {
    width: 100%;
    height: 320px;
    margin: 0px 60px 40px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 25px 40px 45px 20px;
    box-sizing: border-box;
}

.unified_graph_wrap_new {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: 
        linear-gradient(to right, #eef1f5 1px, transparent 1px),
        linear-gradient(to bottom, #eef1f5 1px, transparent 1px);
    background-size: 25% 25%;
    border-left: 2px solid #eef1f5;
    border-bottom: 2px solid #eef1f5;
}

.axis_y_new {
    position: absolute;
    left: -40px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 12px;
    color: #8b95a1;
    font-weight: 600;
}

.axis_x_new {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #8b95a1;
    font-weight: 600;
}

.unified_graph_wrap_new svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.graph_path_bg_new {
    fill: none;
    stroke: rgba(238, 241, 245, 0.5);
    stroke-width: 5;
    stroke-linecap: round;
}

.graph_path_active_new {
    fill: none;
    stroke: #f5ac2f;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    transition: stroke-dashoffset 2s ease-in-out;
}

.slide_item_new.active_new .graph_path_active_new {
    stroke-dashoffset: 0;
}

.graph_marker_new {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #f5ac2f;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s;
    box-shadow: 0 0 20px rgba(245, 172, 47, 0.6);
    border: 4px solid #ffffff;
    z-index: 10;
}

.slide_item_new.active_new .graph_marker_new {
    transform: translate(-50%, -50%) scale(1);
}

.marker_pulse_new {
    position: absolute;
    top: -4px; left: -4px; width: calc(100% + 8px); height: calc(100% + 8px);
    background: #f5ac2f;
    border-radius: 50%;
    animation: markerPulse 2s infinite;
}

@keyframes markerPulse {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(3.5); opacity: 0; }
}

.value_label_new {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #191f28;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    opacity: 0;
    transition: opacity 0.3s ease 1.2s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s;
}

.slide_item_new.active_new .value_label_new {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.slider_btn_new {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #f5ac2f;
    border: 1px solid #f5ac2f;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.slider_btn_new:hover {
    background: #f5ac2f;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(245, 172, 47, 0.3);
}

.btn_prev_new { left: 17px; }
.btn_next_new { right: 17px; }

.card_period_new {
    font-size: 16px;
    color: #8b95a1;
    font-weight: 500;
}

.slider_pagination_new {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

.pagi_dot_new {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d8d5d5;
    transition: all 0.3s ease;
}

.pagi_dot_new.active_new {
    width: 30px;
    border-radius: 10px;
    background: #f5ac2f;
}

.section7_new {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section7_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;
}

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

.container_flex_new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.content_left_new {
    flex: 1;
    text-align: left;
}

.label_we_are_new {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #f5ac2f;
    margin-bottom: 12px;
}

.main_copy_new {
    font-size: 54px;
    font-weight: 800;
    color: #191f28; 
    line-height: 1.6;
    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;
}

.final_structure_new, 
.bubble_item_new {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(255, 255, 255, 0.98) !important; 
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.content_left_new .main_copy_new {
    font-size: 42px;
    font-weight: 800;
    color: #191f28;
    line-height: 1.3;
    margin-bottom: 35px;
    letter-spacing: -0.04em;
}

.content_left_new .point_color_new {
    color: #f5ac2f;
}

.description_group_new .sub_copy_new {
    font-size: 28px;
    font-weight: 800;
    color: #333d4b;
    line-height: 1.4;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.description_group_new .sub_copy_new::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px; 
    background-color: #f5ac2f; 
    margin: 30px 0 0; 
}

.description_group_new .text_detail_new {
    font-size: 19px;
    color: #4e5968;
    line-height: 1.6;
    margin-bottom: 16px;
}

.description_group_new .keyword_list_new {
    font-size: 20px;
    font-weight: 800;
    color: #e79200;
    margin: 20px 0;
}

.content_right_new {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.value_box_new {
    background: #f9fafb;
    border-radius: 32px;
    padding: 20px 35px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    border: 1px solid #f9fafb;
    outline: none;
    position: relative;
    overflow: hidden;
}

.section7_new .value_box_new:hover {
    background: #ffffff; 
    transform: translateY(-8px) !important;
    border-color: rgba(245, 172, 47, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition-delay: 0s !important; 
}

.section7_new .value_box_new:hover .circle_btn_new {
    background-color: #f5ac2f;
    color: #ffffff;
    transform: scale(1.15) rotate(15deg); 
    box-shadow: 0 8px 15px rgba(245, 172, 47, 0.3);
}

.section7_new .value_box_new:hover .value_tit_new {
    color: #f5ac2f;
    transition: color 0.3s ease;
}

.value_box_new:hover {
    background: #ffffff;
    transform: translateX(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-color: #f2f4f6;
}

.icon_side_new .circle_btn_new {
    width: 44px;
    height: 44px;
    background-color: #f5ac2f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(245, 172, 47, 0.3);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.info_side_new .value_tit_new {
    font-size: 21px;
    font-weight: 800;
    color: #191f28;
    margin-bottom: 8px;
}

.info_side_new .value_txt_new {
    font-size: 15px;
    color: #4e5968;
    line-height: 1.4;
    word-break: keep-all;
}

.section9_new {
    padding: 150px 0 100px 0;
    background-color: #ffffff;
    font-family: 'Pretendard', sans-serif;
    overflow: hidden;
    margin-bottom: 100px;
}

.section9_new [data-aos] {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition-property: opacity, transform !important;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
    transition-duration: 0.5s !important;
}

.section9_new .tit_area_new[data-aos].aos-animate {
    transition-delay: 0s !important;
}

.section9_new .aos-animate {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
    filter: blur(0);
    transition-delay: 0s !important;
}

.section9_new .inner_new {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.marketing_wrap_new {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.bubble_item_new {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 33px 38px;
    border-radius: 32px 32px 32px 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
    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.5);
}

.bubble_item_new:hover {
    transform: scale(1.08) translateY(-10px) rotate(1deg);
    z-index: 1;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}


.bubble_content {
    display: flex;
    align-items: center;
    gap: 18px;
}

.bubble_icon {
    font-size: 32px;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}

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

.bubble_item_new.b1 { 
    left: 3%; 
    top: 30px; 
    animation: float_enhanced_1 6s infinite ease-in-out; 
}

.bubble_item_new.b2 { 
    right: 3%; 
    top: 90px; 
    border-radius: 32px 32px 8px 32px;
    animation: float_enhanced_2 7s infinite ease-in-out 0.5s; 
}

.bubble_item_new.b3 { 
    left: 25%; 
    top: 208px; 
    animation: float_enhanced_3 8s infinite ease-in-out 1s; 
}
.section9_new .h2_tit_new {
    font-size: 48px;
    font-weight: 800;
    color: #191f28;
    margin-bottom: 60px;
    letter-spacing: -0.03em;
}

.section9_new .point_orange_new {
    color: #f5ac2f;
}

.question_group_new {
    margin-bottom: 60px;
}

.q_list_new {
    list-style: none;
    padding: 0;
    margin: 0;
}

.q_item_new {
    font-size: 23px;
    font-weight: 600;
    color: #4e5968;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
    opacity: 0.9;
}

.final_desc_new {
    margin-top: 80px;
    margin-bottom: 50px;
}

.desc_txt_new {
    font-size: 20px;
    color: #8b95a1;
    line-height: 1.6;

}

.highlight_black_new {
    margin-top: 6px;
    font-size: 25px;
    color: #191f28;
    font-weight: 700;
}

.cta_wrap_new {
    margin-top: 40px;
}

.btn_consult_new:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 20px 38px rgba(245, 172, 47, 0.4);
    background-color: #e59b26;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 1200px) {
    .inner_new, 
    .container_new, 
    .container_flex_new {
        padding: 0 60px  !important;
    }

    .section5_new .inner_new {
        max-width: 100%;
    }

    .main_copy_new {
        font-size: 50px;
    }

    .phil_tit_white_new,
    .question_tit_new,
    .section8_new .h2_tit_new,
    .section9_new .h2_tit_new,
    .content_left_new .main_copy_new,
    .empathy_msg_new .h2_tit_new,
    .trust_tit_new,
    .d2c_tit_new,
    .main_tit_new {
        font-size: 42px;
    }

    .sub_copy_new,
    .question_sub_new,
    .description_group_new .sub_copy_new,
    .phil_final_msg_new p,
    .answer_highlight_new,
    .solution_top_new,
    .final_msg_new {
        font-size: 26px;
    }

    .phil_txt_group_new p,
    .desc_txt_new,
    .text_detail_new,
    .info_content_new,
    .detail_intro,
    .solution_desc_new,
    .step_title_new,
    .q_item_new {
        font-size: 18px;
    }

    .bubble_item_new.b1 {
        left: 5%;
    }

    .bubble_item_new.b2 {
        right: 5%;
    }

    .bubble_item_new.b3 {
        left: 20%;
    }

    .d2c_card_new {
        padding: 60px 40px;
    }

    .slider_container_new {
        padding: 0 30px;
    }

    .flow_wrapper_new {
        gap: 1%;
        padding: 20px 10px;
    }

    .flow_node_new {
        padding: 20px 15px !important;
    }
}

@media screen and (max-width: 1080px) {
    .bubble_item_new.b1 { 
        left: 9%; 
        top: 0px; 
        animation: float_enhanced_1 6s infinite ease-in-out; 
    }

    .bubble_item_new.b2 { 
        right: 12%; 
        top: 90px; 
        border-radius: 32px 32px 8px 32px;
        animation: float_enhanced_2 7s infinite ease-in-out 0.5s; 
    }

    .bubble_item_new.b3 { 
        left: 21%; 
        top: 208px; 
        animation: float_enhanced_3 8s infinite ease-in-out 1s; 
    }

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

    .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.4), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1)),
            url('https://images.pexels.com/photos/9930098/pexels-photo-9930098.jpeg?auto=compress&cs=tinysrgb&w=1920');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

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

    .flow_wrapper_new2 {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .flow_arrow_new2.big_arrow {
        transform: none !important; 
        height: auto !important;
        margin: 10px 0 !important;
    }

    .flow_arrow_new2.big_arrow i {
        transform: rotate(90deg) !important;
        font-size: 26px !important;
    }

    .flow_node_new2.large_new2 {
        width: 100%;
        max-width: 280px;
        padding: 18px 20px !important;
        font-size: 18px;
        white-space: normal;
        word-break: keep-all;
    }
    
    .final_msg_new {
        font-size: 24px !important;
    }

    .content_right_new {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .phil_tit_white_new {
        font-size: 45px;
        font-weight: 800;
        margin-bottom: 24px;
        letter-spacing: -0.04em;
        line-height: 1.1;
    }

    .value_box_new {
        background: #f9fafb;
        border-radius: 24px;
        padding: 25px 30px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        border: 1px solid #f9fafb;
        outline: none;
        transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        overflow: hidden;
    }

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

    .inner_new {
        max-width: 960px;
        padding: 0 30px;
    }

    .section_hero_new {
        height: 100vh;
        height: 100dvh;
        padding: 60px 0 40px;
    }



    .solution_box_new {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 245, 227, 0.9) 100%);
        padding: 60px 40px;
        border-radius: 32px;
        border: 1px solid #f2f4f6;
        box-shadow: 0 15px 35px rgba(116, 77, 10, 0.08);
        
        max-width: 95%;   
        margin-left: auto;  
        margin-right: auto;  
        margin-bottom: 150px; 
    }


    .value_box_new {
        padding: 20px 25px !important;
        border-radius: 20px;
        gap: 15px;
    }

    .info_side_new .value_tit_new {
        font-size: 19px !important;
        margin-bottom: 5px;
    }

    .graph_stage_new {
        height: 240px !important;
        margin: 15px 0 30px !important;
    }

    .section_new {
        padding: 50px 0;
    }

    .section8_new {
        padding: 80px 0 60px !important;
    }

    .phil_screen_group_new2 {
        display: flex;
        flex-direction: column;
        min-height: 20dvh;
        padding: 0px 0px 130px 0px;
    }

}


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

    .flow_arrow_new2.big_arrow i.fa-exchange {
        display: inline-block;
        transform: rotate(90deg) !important; 
        font-size: 28px !important;
        color: #ff9d00; 
        transition: transform 0.3s ease;
    }


.unified_diagram_card_new {
        padding: 40px 30px;
    }
    .flow_node_new {
        padding: 20px 12px !important;
    }
    .diagram_divider_new {
        margin: 40px 0;
    }
    .d2c_card_new {
        padding: 60px 30px;
    }
    .d2c_info_box_new {
        padding: 40px 30px;
    }


    
    .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;
    }

    .bubble_item_new.b1 { align-self: flex-start; margin-left: 5%; }
    .bubble_item_new.b2 { align-self: flex-end; margin-right: 5%; }
    .bubble_item_new.b3 { align-self: flex-start; margin-left: 12%; }

    .container_flex_new {
        gap: 40px;
    }

    .content_left_new .main_copy_new {
        font-size: 36px;
    }

    .description_group_new .sub_copy_new {
        font-size: 25px;
        font-weight: 800;
        color: #333d4b;
        line-height: 1.4;
        margin-bottom: 60px;
        letter-spacing: -0.02em;
    }

    .process_list_new {
        gap: 15px;
    }
    .item_inner_new {
        padding: 40px 20px;
    }
    .step_title_new {
        font-size: 20px;
    }
}


@media screen and (max-width: 960px) {
    .section8_new .h2_tit_new{
        font-size: 33px; 
        color: #191f28;
        word-break:keep-all; 
        font-weight: 800; 
        line-height: 1.3;
        letter-spacing: -0.03em;
        margin-bottom: -10px;
        opacity: 0;
        transform: translateY(30px) scale(0.98);
        animation: revealUp_new 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }
    
    .detail_list_new {
        flex-direction: column;
        padding: 0 20px;
    }
    .detail_list_new li {
        width: 100%;
    }
}

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

.flow_wrapper_new2 {
        flex-direction: column;
        gap: 15px;
    }

    .flow_arrow_new2.big_arrow i {
        display: inline-block;
        transform: rotate(90deg) !important; 
        font-size: 26px !important;
        margin: 10px 0;
        color: #ff9d00; 
    }

    .flow_node_new2.large_new2 {
        width: 100%;
        max-width: 300px; 
        padding: 20px !important;
        font-size: 18px;
        min-width: unset;
        white-space: normal;
        word-break: keep-all;
    }


    .flow_node_new2 {
        flex: 1 1 auto;
        padding: 25px 18px !important;
        border-radius: 35px;
        min-width: 0;
        font-weight: 700;
        text-align: center;
        white-space: nowrap;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .flow_arrow_new2 {
        flex: 0 0 auto;
        font-size: 22px;
        color: #f5a51b;
        opacity: 0.5;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .answer_txt_group_new {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .answer_txt_group_new2 {
        margin-top: 10px;
        margin-bottom: 20px; 
    }

    .question_txt_new {
        font-size: clamp(20px, 1.4vw, 22px);
        color: #787c80;
        font-weight: 600;
        letter-spacing: -0.02em;
    }

    .answer_txt_new_h4 {
        font-size: clamp(20px, 1.4vw, 22px);
        color: #4e5968;
        line-height: 1.6;
        font-weight: 600;
    }

    .answer_txt_new_h3 {
        font-size: clamp(21px, 1.4vw, 23px);
        line-height: 1.6;
        font-weight: 800;
    }

    .answer_txt_new {
        font-size: clamp(22px, 1.8vw, 23px);
        color: #272e38;
        font-weight: 800;
    }

    .flow_wrapper_new {
        flex-direction: column;
        gap: 12px;
        padding: 20px 30px;
    }
    .flow_node_new {
        padding: 20px 25px !important;
        width: 100%;
        max-width: 320px;
        border-radius: 20px;
        white-space: normal !important;
    }
    .flow_arrow_new {
        transform: rotate(90deg);
        margin: 6px 0;
        font-size: 18px;
    }
    .diagram_divider_new {
        max-width: 80%;
    }



    .bubble_item_new .txt_new {
        font-size: 14px !important;
    }
    .bubble_item_new {
        padding: 24px 28px;
    }

    .empathy_msg_new .h2_tit_new {
        font-size: 32px !important;
        margin: 20px;
    }

    .description_group_new .sub_copy_new::after {
        content: '';
        display: block;
        width: 150px;
        height: 1px;
        background-color: #f5ac2f;
        margin: 30px auto 0;
    }

    .phil_txt_group_new p {
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 6px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.9);
        letter-spacing: -0.02em;
        word-break: keep-all;
    }


    .phil_final_msg_new p {
        line-height: 1.4;
        padding: 0 10px;
        font-size: 31px !important;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.5;
        letter-spacing: -0.04em;
        word-break: keep-all;
    }

    .question_text_new {
        font-size: 19px;
        color: #4e5968;
        line-height: 1.6;
        font-weight: 500;
        margin-bottom: 16px;
        word-break: keep-all;
        text-align: center;
    }

    .answer_highlight_new {
        font-size: 32px;
        font-weight: 800;
        color: #191f28;
        letter-spacing: -0.02em;
        text-align: center;
    }

    .solution_box_new {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 245, 227, 0.9) 100%);
        padding: 40px 30px;
        border-radius: 32px;
        border: 1px solid #f2f4f6;
        box-shadow: 0 15px 35px rgba(116, 77, 10, 0.08);
        margin-bottom: 100px;
    }


    .solution_desc_new {
        font-size: 17px;
        line-height: 1.7;
        color: #343d4b;
        word-break: keep-all;
    }

    .final_msg_new {
        font-size: 28px;
        font-weight: 800;
        color: #24272b;
        line-height: 1.3;
        letter-spacing: -0.03em;
        word-break: keep-all;
    }

    .trust_tit_new {
        font-size: 30px;
        font-weight: 800;
        color: #191f28;
        line-height: 1.3;
        letter-spacing: -0.04em;
        word-break: keep-all;
    }

    .card_info_new {
        font-size: 28px;
        font-weight: 800;
        color: #191f28;
        word-break: keep-all;
        margin-bottom: 0px;
    }

    .q_item_new {
        font-size: 20px;
        font-weight: 600;
        color: #4e5968;
        margin-bottom: 15px;
        letter-spacing: -0.02em;
        opacity: 0.9;
        word-break: keep-all;
    }

    .desc_txt_new {
        font-size: 18px;
        color: #8b95a1;
        line-height: 1.6;
        word-break: keep-all;
    }
    .section7_new .set_item_group_new,
    .section7_new .set_item_new {
        transform: translateY(15px) !important;
    }

    .section7_new .aos-animate .set_item_group_new .set_item_new:nth-child(n),
    .section7_new .content_right_new.aos-animate .set_item_new:nth-child(n),
    .section7_new .content_left_new.aos-animate .set_item_new:nth-child(n) {
        transition-delay: 0.1s !important;
    }

    .section7_new .set_item_new {
        transition-duration: 0.5s !important;
    }


    .section_hero_new {
        padding: 80px 0 40px;
        min-height: 100dvh;
    }

    .main_copy_new {
        font-size: 46px;
        font-weight: 800;
        color: #191f28;
        line-height: 1.3;
        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;
    }

    .sub_copy_new {
        font-size: 22px;
        font-weight: 500;
        color: #4e5968;
        line-height: 1.6;
        margin-bottom: 40px;
        opacity: 0;
        animation: revealUp_new 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
    }

    .cta_area_new {
        gap: 13px;
        padding: 0 120px;
    }

    .btn_start_new,
    .btn_more_new {
        width: 100%;
        padding: 16px 0;
        font-size: 17px;
    }

    .section_philosophy_dark_new {
        background-attachment: scroll;
    }

    .phil_screen_group_new {
        min-height: auto;
        gap: 100px;
        padding: 120px 40px;
    }

    .phil_screen_group_new2 {
        min-height: auto;
        gap: 50px;
        padding: 8px 40px 120px 40px;
    }

    .phil_left_new,
    .phil_right_new {
        align-self: center;
        text-align: center;
        margin: 0;
        width: 100%;
    }

    .phil_tit_white_new {
        font-size: 32px;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .size_up_new {
        font-size: 25px !important;
        margin-top: 10px;
    }

    .pain_points_area_new {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 70px 0;
        transform: none;
        left: 0;
        padding: 0 20px;
    }

    .problem_list_new {
        flex-direction: column;
        gap: 35px;
        margin-bottom: 100px;
        align-items: center;
    }

    .problem_item_new {
        width: 100%;
        max-width: 340px;
        text-align: center;
        align-items: center;
        padding: 40px 24px;
    }
    
    .empathy_msg_new {
        padding: 0 10px;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .empathy_msg_new .tit_txt_new {
        font-size: 19px;
    }

    .section3_new,
    .section4_new {
        padding: 20px 0;
    }


    .solution_top_new {
        font-size: 25px;
        line-height: 1.4;
        word-break: keep-all;
    }

    .solution_top_new .m_br_new {
        display: block;
    }


    .question_header_new {
        margin-bottom: 45px;
    }

    .question_tit_new {
        font-size: 36px;
    }

    .question_sub_new {
        font-size: 23px;
        margin-top: 13px;
    }

    .intro_accent_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 55px;
        padding: 0 5px;
    }

    .detail_list_new li {
        width: 100%;
        font-size: 16px;
    }

    .d2c_tit_new {
        font-size: 29px;
    }


    .process_list_new {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .process_item_new {
        width: 100%;
    }

    .item_inner_new {
        padding: 30px 20px;
        border-radius: 24px;
        align-items: center;
        text-align: center;
    }

    .step_icon_new {
        font-size: 48px;
        margin-bottom: 20px;
    }

    .step_title_new {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .step_desc_new {
        font-size: 14px;
        line-height: 1.5;
    }

    .trust_header_new {
        text-align: center;
        margin-bottom: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .trust_tit_new {
        font-size: 32px;
    }

    .slider_container_new {
        padding: 0 20px;
    }

    .slide_item_new {
        padding: 60px 30px;
    }

    .card_tag_new {
        font-size: 17px;
        margin-bottom: 9px;
    }

    .graph_stage_new {
        width: 100%;
        height: 240px;
        margin: 30px 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 15px 60px 25px 45px;
        box-sizing: border-box;
    }

    .axis_y_new {
        position: absolute;
        left: -35px;
        top: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        font-size: 10px;
        color: #8b95a1;
        font-weight: 600;
    }

    .axis_x_new {
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 10px;
        color: #8b95a1;
        font-weight: 600;
    }

    .btn_prev_new {
        left: -15px;
    }

    .btn_next_new {
        right: -15px;
    }

    .value_label_new {
        font-size: 12px;
        font-weight: 600;
        top: -50px;
        padding: 10px 18px;
    }

    .section7_new {
        padding: 100px 0;
    }

    .container_flex_new {
        flex-direction: column;
        text-align: center;
    }

    .content_left_new {
        text-align: center;
        margin-bottom: 60px;
    }

    .content_right_new {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .value_box_new {
        margin: 0 !important;
        height: 100% !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 25px 30px !important;
    }

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

    .info_side_new .value_tit_new {
        font-size: 22px;
    }

    .info_side_new .value_txt_new {
        font-size: 16px;
    }

    .final_text_area_new {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .final_structure_new {
        padding: 60px 30px;
        gap: 30px;
    }

    .final_sub_new {
        font-size: 18px;
    }

    .big_arrow {
        width: 100%;
        height: 60px;
        margin: 10px 0;
        transform: rotate(90deg) !important;
    }


    .section9_new .h2_tit_new {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .q_item_new {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .desc_txt_new {
        font-size: 19px !important;
        color: #8b95a1;
        line-height: 1.5;
        word-break: keep-all;
    }

    .btn_consult_new {
        width: 100%;
        padding: 18px 0;
        font-size: 18px;
    }

    .m_block_new {
        display: block;
    }

    .pc_only_new {
        display: none;
    }

    .mobile_only_new {
        display: block;
    }

    .m_hide_new {
        display: none !important;
    }
    
    .bubble_wrapper_new {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 20px 0px 20px;
    }

}

@media screen and (max-width: 480px) {
    .process_list_new {
        gap: 8px;
    }
    .item_inner_new {
        padding: 24px 12px;
    }
    .step_title_new {
        font-size: 16px;
    }
    .step_icon_new {
        font-size: 42px;
    }

}

@media screen and (max-width: 430px) {
    .flow_node_new2 {
        flex: 1 1 auto;
        padding: 25px 18px !important;
        border-radius: 35px;
        min-width: 0;
        font-weight: 700;
        text-align: center;
        white-space: nowrap;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .flow_arrow_new2 {
        flex: 0 0 auto;
        font-size: 22px;
        color: #f5a51b;
        opacity: 0.5;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .question_header_new {
        margin-bottom: 20px;
    }
    .unified_diagram_card_new {
        padding: 40px 15px;
        border-radius: 32px;
    }
    .d2c_card_new {
        padding: 40px 25px;
        border-radius: 32px;
    }
    .d2c_info_box_new {
        padding: 35px 35px;
        border-radius: 24px;
    }
    .d2c_sub_desc {
        font-size: 16px;
    }
    
    .info_content_new {
        font-size: 15px;
    }
    .flow_node_new {
        padding: 10px 23px !important;
        width: 100%;
        max-width: 320px;
        border-radius: 20px;
        white-space: normal !important;
    }

    .detail_list_new li {
        font-size: 1px !important;
    }


    .brand_label_new {
        display: inline-block;
        background-color: #fffbf4;
        color: #f5ac2f;
        padding: 15px 25px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: -0.01em;
    }
    
    .detail_intro {
        font-size: 17px;
        color: #4e5968;
        margin: 0;
        text-align: center;
        word-break: keep-all;
        line-height: 1.5;
    }

    .phil_txt_group_new p {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.9);
        letter-spacing: -0.02em;
        word-break: keep-all;
    }

    .phil_final_msg_new p {
        font-size: 22px !important;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.6 !important;
        letter-spacing: -0.04em;
    }

    .empathy_msg_new {
        padding: 10px 0px;
    }


    .question_text_new {
        font-size: 16px;
        color: #4e5968;
        line-height: 1.5;
        font-weight: 500;
        margin-bottom: 12px;
        word-break: keep-all;
        text-align: center;
    }

    .answer_highlight_new {
        font-size: 26px;
        font-weight: 800;
        color: #191f28;
        letter-spacing: -0.02em;
        text-align: center;
    }

    .flow_wrapper_new {
        flex-direction: column;
        gap: 6px;
        padding: 22px 70px;
    }
    .solution_box_new {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 245, 227, 0.9) 100%);
        padding: 60px 5px;
        border-radius: 32px;
        border: 1px solid #f2f4f6;
        box-shadow: 0 15px 35px rgba(116, 77, 10, 0.08);
        
        max-width: 88%;   
        margin-left: auto;  
        margin-right: auto;  
        margin-bottom: 150px; 
    }

    .final_msg_new {
        font-size: 20px !important;
        font-weight: 800;
        color: #24272b;
        line-height: 1.3;
        letter-spacing: -0.03em;
        word-break: keep-all;
    }

    .trust_tit_new {
        font-size: 24px;
        font-weight: 800;
        color: #191f28;
        line-height: 1.3;
        letter-spacing: -0.04em;
        word-break: keep-all;
    }

    .card_info_new {
        font-size: 22px;
        font-weight: 800;
        color: #191f28;
        word-break: keep-all;
    }

    .q_item_new {
        font-size: 16px;
        font-weight: 600;
        color: #4e5968;
        margin-bottom: 12px;
        letter-spacing: -0.02em;
        opacity: 0.9;
        word-break: keep-all;
    }

    .desc_txt_new {
        font-size: 17px !important;
        color: #8b95a1;
        line-height: 1.5;
        word-break: keep-all;
    }

    .inner_new, .container_new {
        padding: 0 20px !important;
    }


    .main_copy_new {
        font-size: 32px !important; 
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
        word-break: keep-all;
    }

    .sub_copy_new {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 32px !important;
        word-break: keep-all;
    }

    .cta_area_new {
        padding: 0 20px !important;
        gap: 15px !important;
    }

    .phil_screen_group_new2 {
        gap: 0px !important;
        padding: 0px 40px 100px 40px !important;
    }


    .btn_start_new, 
    .btn_more_new {
        padding: 12px 0px !important;
        font-size: 14px !important;
        border-radius: 12px !important;
    }

    .phil_screen_group_new {
        gap: 80px !important;
        padding: 100px 40px !important;
    }

    .phil_tit_white_new {
        font-size: 28px !important;
        line-height: 1.2 !important;
        word-break: keep-all;
    }

    .size_up_new {
        font-size: 18px !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .problem_item_new {
        padding: 30px 20px !important;
        max-width: 100% !important;
        border-radius: 20px !important;
    }


   .bubble_wrapper_new {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 0px 0px;
        perspective: none;
    }

    .bubble_content {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .bubble_icon {
        font-size: 25px !important;
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
    }

    .bubble_item_new .txt_new {
        font-weight: 700 !important;
        color: #333d4b !important;
        line-height: 1.4 !important;
        margin: 0 !important;
        text-align: left !important;
        letter-spacing: -0.03em;
    }
    
    .bubble_item_new.b1 { 
        align-self: flex-start; 
        margin-left: 0; 
    }
    
    .bubble_item_new.b2 { 
        align-self: flex-end; 
        margin-right: 0; 
        border-radius: 20px 20px 4px 20px;
    }
    
    .bubble_item_new.b3 { 
        align-self: flex-start; 
        margin-left: 8%; 
    }

    .empathy_msg_new .h2_tit_new {
        font-size: 23px !important;
        line-height: 1.6 !important;
        letter-spacing: -0.02em;
    }

    .section8_new .h2_tit_new{
        font-size: 26px; 
        color: #191f28;
        word-break:keep-all; 
        font-weight: 800; 
        line-height: 1.3;
        letter-spacing: -0.03em;
        margin-bottom: -10px;
        opacity: 0;
        transform: translateY(30px) scale(0.98);
        animation: revealUp_new 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

        .section9_new .h2_tit_new {
        font-size: 29px;
        margin-bottom: 40px;
    }

    .empathy_msg_new .tit_txt_new {
        font-size: 17px !important;
        word-break: keep-all;
    }

    .pain_points_area_new {
        margin: 0px 0 70px 0 !important;
    }


    .d2c_tit_new {
        font-size: 24px !important;
    }


    .question_tit_new {
        font-size: 32px !important;
    }

    .question_sub_new {
        font-size: 20px !important;
        word-break: keep-all;
        line-height: 1.5;
    }

    .detail_list_new li {
        padding: 30px 20px !important;
    }

    .detail_list_new li p {
        font-size: 16px !important;
        line-height: 1.5 !important;
        word-break: keep-all;
    }

    .solution_top_new {
        font-size: 22px !important;
        line-height: 1.4 !important;
        word-break: keep-all;
    }

    .solution_desc_new {
        font-size: 16px !important;
        line-height: 1.7 !important;
        word-break: keep-all;
    }

    .final_sub_new {
        font-size: 15.5px !important;
    }

    .base_node_new {
        font-size: 15px !important;
    }

    .accent_node_new {
        font-size: 13px !important;
    }

    .point_node_new {
        font-size: 15px !important;
    }
    .process_list_new {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }

    .item_inner_new {
        padding: 20px 12px !important;
        border-radius: 18px !important;
    }

    .step_icon_new {
        font-size: 36px !important;
        margin-bottom: 12px !important;
    }

    .step_title_new {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }

    .step_desc_new {
        font-size: 11.5px !important;
        line-height: 1.5 !important;
    }

    .trust_tit_new {
        font-size: 26px !important;
        word-break: keep-all;
    }

    .graph_stage_new {
        height: 200px !important;
        padding: 45px 30px 25px 35px !important;
        margin: 20px 0 40px !important;
    }

    .axis_y_new, .axis_x_new {
        font-size: 10px !important;
    }

    .value_label_new {
        padding: 8px 16px !important;
        font-size: 12px !important;
    }

    .content_left_new .main_copy_new {
        font-size: 28px !important;
        word-break: keep-all;
    }

    .description_group_new .sub_copy_new {
        font-size: 19px !important;
        margin-bottom: 40px !important;
    }

    .description_group_new .text_detail_new {
        font-size: 15px !important;
    }

    .value_box_new {
        padding: 25px 20px !important;
        gap: 15px !important;
    }

    .info_side_new .value_tit_new {
        font-size: 18px !important;
        margin-bottom: 10px;
    }

    .info_side_new .value_txt_new {
        font-size: 12px !important;
    }



    .q_item_new {
        font-size: 16px !important;
        line-height: 1.4 !important;
        word-break: keep-all;
    }
    .btn_consult_new {
        font-size: 18px !important;
        padding: 18px 0 !important;
    }

    .big_arrow {
        height: 40px !important;
        margin: 10px 0 !important;
    }

    .big_arrow i {
        font-size: 28px !important;
    }
    .bubble_item_new {
        position: absolute;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        padding: 20px 28px;
        border-radius: 32px 32px 32px 8px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
        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.5);
    }
}


@keyframes float_enhanced_1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(10px, -20px) rotate(1.5deg); }
    66% { transform: translate(-5px, -10px) rotate(-1deg); }
}

@keyframes float_enhanced_2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    40% { transform: translate(-12px, -25px) rotate(-2deg); }
    70% { transform: translate(8px, -12px) rotate(1deg); }
}

@keyframes float_enhanced_3 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    45% { transform: translate(15px, -18px) rotate(2deg); }
    75% { transform: translate(-10px, -25px) rotate(-1.5deg); }
}

@keyframes float_mobile {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
