[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;
}
body .aos-animate {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
}

.set_item_new {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.set_item_new:nth-child(1) { transition-delay: 0.2s; }
.set_item_new:nth-child(2) { transition-delay: 0.35s; }
.set_item_new:nth-child(3) { transition-delay: 0.5s; }
.set_item_new:nth-child(4) { transition-delay: 0.65s; }
.set_item_new:nth-child(5) { transition-delay: 0.8s; }
.set_item_new:nth-child(6) { transition-delay: 0.95s; }

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

.section6_new .stair_item_new {
    opacity: 0;
}

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

.section6_new .stair_item_new:nth-child(1) { animation-delay: 0.2s; }
.section6_new .stair_item_new:nth-child(2) { animation-delay: 0.3s; }
.section6_new .stair_item_new:nth-child(3) { animation-delay: 0.4s; }
.section6_new .stair_item_new:nth-child(4) { animation-delay: 0.5s; }
.section6_new .stair_item_new:nth-child(5) { animation-delay: 0.6s; }
.section6_new .stair_item_new:nth-child(6) { animation-delay: 0.7s; }
.section6_new .stair_item_new:nth-child(7) { animation-delay: 0.8s; }
.section6_new .stair_item_new:nth-child(8) { animation-delay: 0.9s; }


.header {
    background: #ffffff !important; 
    box-shadow: 0 2px 15px rgba(0,0,0,0.05) !important;
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.header:hover { 
    box-shadow: 0 8px 30px rgba(0,0,0,0.1) !important; 
    background: rgba(255, 255, 255, 0.98) !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; }

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

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

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

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

.section1_new .main_copy_new {
    font-size: 41px;
    font-weight: 800;
    color: #191f28;
    line-height: 1;
    letter-spacing: -0.03em;
}

.section1_new .point_color_new {
    color: #f5ac2f;
    font-size: 41px;
    position: relative;
    display: inline-block;
}

.section1_new .sub_copy_new {
    font-size: 20px;
    color: #4e5968;
    margin-top: 10px;
    font-weight: 500;
}

.section1_new .comparison_container_new {
    display: flex;
    gap: 10px !important;
    justify-content: center;
    align-items: stretch;
}

.section1_new .comparison_card_new {
    flex: 1;
    background: #f9fafb;
    border-radius: 28px;
    padding: 30px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid transparent;
}

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


.section1_new .card_head_new {
    margin-bottom: 35px;
}

.section1_new .card_head_new h3 {
    font-size: 27px;
    font-weight: 700;
    color: #191f28;
}

.section1_new .structure_flow_new {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f5ac2f 0%, #f7b74d 100%);
    padding: 24px;
    border-radius: 20px;
    margin-bottom: 35px;
    justify-content: center;
    border: none;
    box-shadow: 0 10px 25px rgba(245, 172, 47, 0.05);
}

.section1_new .step_new {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
}

.section1_new .step_new2 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}


.section1_new .gray_node_new {
    color: #adb5bd;
}

.section1_new .arrow_new {
    margin: 0 12px;
    color: #b6bfc9;
}

.section1_new .direct_arrow_new {
    color: #f5ac2f;
    font-size: 20px;
}

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

.section1_new .feature_list_new li {
    font-size: 16.5px;
    color: #69717c;
    padding-left: 28px;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.6;
}

.section1_new .agency_card_new {
    flex: 1;
    background: #f8f9fa;
    border-radius: 28px;
    padding: 45px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid #e5e8eb;
    filter: grayscale(0.5);
    transform: scale(0.93); 
    transform-origin: center right; 
}

.section1_new .ipgim_card_new .card_head_new h3 {
    transition: color 0.25s ease-out;
}

body .section1_new .ipgim_card_new.aos-animate:hover .card_head_new h3 {
    color: #f8a10b;
}

body .section1_new .agency_card_new.aos-animate {
    transform: scale(0.93) !important;
    transform-origin: center !important; 
}

body .section1_new .agency_card_new.aos-animate:hover {
    transform: scale(0.93) translateY(-15px) !important;
}

.section1_new .agency_card_new:hover {
    transform: scale(0.93) translateY(-15px); 
}

.section1_new .agency_card_new .structure_flow_new {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 24px;
    border-radius: 20px;
    margin-bottom: 35px;
    justify-content: center;
    border: 1px solid #f1f3f5;
}

.section1_new .agency_card_new .step_new {
    font-size: 15px;
    font-weight: 600;
    color: #606974;
}

.section1_new .ipgim_card_new {
    flex: 1.05;
    background: #ffffff;
    border-radius: 28px;
    padding: 45px;
    box-shadow: 0 12px 40px rgba(245, 172, 47, 0.15);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(245, 172, 47, 0.4);
    position: relative;
    z-index: 2;
}

.section1_new .ipgim_card_new:hover {
    transform: translateY(-15px) scale(1.02);
    border-color: #f5ac2f;
    box-shadow: 
        0 25px 50px rgba(245, 172, 47, 0.2),  
        0 0 30px rgba(245, 172, 47, 0.4);  
    z-index: 10; 
}

.section1_new .ipgim_card_new:hover .structure_flow_new {
    box-shadow: 0 15px 35px rgba(245, 172, 47, 0.5);
    filter: brightness(1.1);
}

body .section1_new .ipgim_card_new.aos-animate {
    transition: all 0.25s ease-out !important; 
}

body .section1_new .ipgim_card_new.aos-animate:hover {
    transform: translateY(-15px) scale(1.02) !important; 
    border-color: #f5ac2f;
    box-shadow: 
        0 25px 50px rgba(245, 172, 47, 0.2),
        0 0 30px rgba(245, 172, 47, 0.4);
    z-index: 10;
}

.section1_new .ipgim_card_new .structure_flow_new {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f5ac2f 0%, #f7b74d 100%);
    padding: 24px;
    border-radius: 20px;
    margin-bottom: 35px;
    justify-content: center;
    border: none;
    box-shadow: 0 10px 25px rgba(245, 172, 47, 0.3);
    transition: all 0.25s ease-out !important; 
}

body .section1_new .ipgim_card_new.aos-animate:hover .structure_flow_new {
    box-shadow: 0 15px 35px rgba(245, 172, 47, 0.6);
    filter: brightness(1.1); 
}

.section1_new .ipgim_card_new .direct_arrow_new {
    color: #f7f2ee;
    font-size: 17px;
    margin: 0 15px;
}

.section1_new .tag_new {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    background: #e5e8eb;
    color: #6b7684;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.section1_new .point_bg_new {
    background: #f5ac2f;
    color: #ffffff;
}

.section1_new .feature_list_new li::before {
    content: '✓';
    position: absolute;
    left: 4px;
    color: #f5ac2f;
    font-weight: 900;
    font-size: 14px;
}

.section1_new .agency_card_new .feature_list_new li::before {
    color: #adb5bd;
}


.section2_new {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Pretendard', sans-serif;
    color: #191f28;
    background-color: #fff4dc;
    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.6) 60%, rgba(255, 255, 255, 0.9) 70%, 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 .title_area_new {
    text-align: center;
    margin-bottom: 40px;
}

.section2_new .h2_tit_new {
    font-size: 41px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 28px;
    letter-spacing: -0.03em;
}

.section2_new .tit_desc_new {
    font-size: 20px; 
    color: #4e5968;
    line-height: 1.7;
    font-weight: 500;
}

.section2_new .funnel_wrap_new {
    background: rgb(255, 255, 255);
    padding: 45px 60px;
    border-radius: 32px;
    margin-bottom: 5px;
        box-shadow: 0 10px 25px rgba(245, 172, 47, 0.1);
}

.section2_new .funnel_tit_new {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.section2_new .funnel_container_new {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
    transform: scale(0.85);
    transform-origin: top center; 
    
    margin: 0 auto -30px auto;
}

.section2_new .funnel_row_new {
    display: flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.section2_new .funnel_row_new:hover { 
    transform: translateX(15px);
}

.section2_new .funnel_row_new:hover .label_box_new { 
    box-shadow: 0 10px 25px rgba(245, 172, 47, 0.25);
    filter: brightness(1.02);
}

.section2_new .label_box_new {
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 27px;
    font-weight: 700;
    font-size: 18px;
    color: #191f28;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.section2_new .step1_new { width: 320px; background-color: #fff282; }
.section2_new .step2_new { width: 280px; background-color: #fce98a; }
.section2_new .step3_new { width: 240px; background-color: #f9e193; }
.section2_new .step4_new { width: 200px; background-color: #f5d89c; }
.section2_new .step5_new { width: 160px; background-color: #f2cfa5; }
.section2_new .step6_new { width: 120px; background-color: #eec7ae; }

.section2_new .connector_new {
    width: 40px;
    height: 1px;
    border-top: 1px dashed #adb5bd;
    margin: 0 20px;
}

.section2_new .thought_box_new {
    font-size: 18px;
    color: #333d4b;
    font-weight: 500;
}

.section2_new .conclusion_area_new {
    text-align: center;
    margin-top: 25px;
}

.section2_new .conclusion_card_new {
    padding: 50px;
    background: #ffffff;
    border: 1px solid #e5e8eb;
    border-radius: 24px;
    
}

.section2_new .summary_txt_new {
    font-size: 22px;
    line-height: 1.5;
    color: #191f28;
    margin-bottom: 30px;
}

.section2_new .point_new {
    color: #f5ac2f;
    font-weight: 800;
}

.section2_new .divider_new {
    width: 60px;
    height: 4px;
    background: #f5ac2f;
    margin: 0 auto 30px;
    border-radius: 2px;
}

.section2_new .final_msg_new {
    font-size: 18px !important;
    color: #4e5968;
    font-weight: 600;
    line-height: 1.6;
}

.section3_new {
    margin-top: 60px !important;
    padding: 50px 0 230px !important;
    position: relative;
    overflow: hidden;
    background-image: url('https://images.pexels.com/photos/39284/macbook-apple-imac-computer-39284.jpeg?auto=compress&cs=tinysrgb&w=1920');
    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.755) 30%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

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

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

.section3_new .h3_tit_new {
    font-size: 41px;
    font-weight: 800;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
}

.section3_new .point_color_new {
    color: #f5ac2f;
}

.section3_new .desc_new {
    font-size: 20px;
    color: #4e5968;
    line-height: 1.6;
}

.section3_new .ref_visual_area_new {
    margin-bottom: 30px;
    margin-top: 20px;
}

.section3_new .ref_mockup_new {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
    background: #f0f0f0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.section3_new .carousel_container_new {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.section3_new .carousel_item_new {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.carousel_item_new img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain; 
  background-color: white; 
}

.section3_new .box_header_new {
    margin-bottom: 0;
}

.section3_new .grid_content_new {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.section3_new .content_box_new {
    flex: 1;
    background: #ffffff;
    border-radius: 32px;
    padding: 40px 40px;
    border: 1px solid #f1f3f5;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section3_new .content_box_new:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(245, 172, 47, 0.12);
    border-color: rgba(245, 172, 47, 0.3);
}

.section3_new .platform_tag_new {
    font-size: 11px;
    font-weight: 800;
    color: #f5ac2f;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: rgba(245, 172, 47, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

.section3_new .platform_tit_new {
    font-size: 28px;
    font-weight: 900;
    color: #191f28;
    margin-bottom: 10px;
}

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

.section3_new .detail_process_new {
    display: flex;
    align-items: center;
    background: #f9fafb;
    padding: 20px;
    border-radius: 20px;
    margin: 30px 0;
    gap: 15px;
}

.section3_new .process_step_new {
    flex: 1;
}

.section3_new .step_label_new {
    font-size: 10px;
    font-weight: 800;
    color: #adb5bd;
    display: block;
    margin-bottom: 4px;
}

.section3_new .step_txt_new {
    font-size: 14px;
    font-weight: 700;
    color: #333d4b;
    line-height: 1.4;
    word-break: keep-all;
}

.section3_new .process_arrow_new {
    color: #f5ac2f;
    font-size: 12px;
    opacity: 0.5;
}

.section3_new .stats_row_new {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(135deg, #ffffff 0%, #fdfdfd 100%);
    padding: 25px 15px;
    border-radius: 24px;
    border: 1px solid #f1f3f5;
}

.section3_new .stat_item_new {
    flex: 1;
    text-align: center;
    position: relative;
}

.section3_new .stat_item_new:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: #eee;
}

.section3_new .label_new {
    font-size: 13px;
    color: #8b95a1;
    margin-bottom: 6px;
}

.section3_new .val_new {
    font-size: 22px;
    font-weight: 900;
    color: #191f28;
}

.section3_new .asset_grid_new {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

.section3_new .asset_card_new {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 20px;
    background: #f9fafb;
    border-radius: 24px;
    transition: all 0.3s ease;
}

.section3_new .asset_card_new:hover {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.section3_new .icon_wrap_new {
    width: 54px;
    height: 54px;
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #f5ac2f;
    box-shadow: 0 5px 15px rgba(245, 172, 47, 0.1);
}

.section3_new .asset_label_new {
    font-size: 11px;
    font-weight: 800;
    color: #f5ac2f;
    margin-bottom: 4px;
}

.section3_new .asset_txt_new {
    font-size: 15px;
    color: #4e5968;
    line-height: 1.5;
}

.section3_new .asset_txt_new strong {
    color: #191f28;
    font-weight: 800;
}

.section4_new {
    padding: 0 0 50px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Pretendard', sans-serif;
    color: #191f28;
    background-color: #ffffff;
    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: #ffffff;
    z-index: 1;
}

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

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

.section4_new .h3_tit_new {
    font-size: 41px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 25px;
}

.section4_new .desc_new {
    font-size: 20px;
    line-height: 1.6;
    color: #444444;
}

.section4_new .ref_visual_area_new {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.section4_new .ref_mockup_new {
    width: 100%;
    max-width: 900px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.section4_new .carousel_container_new {
    width: 100%;
    height: auto;
}

.section4_new .carousel_item_new {
    display: flex;
    justify-content: center;
    width: 100%;
}

.section4_new .zoom_img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.section5_new {
    padding: 160px 0px 0px 0px !important;
    position: relative;
    overflow: hidden;
    background-image: url('https://images.pexels.com/photos/7948043/pexels-photo-7948043.jpeg?auto=compress&cs=tinysrgb&w=1920');
    background-size: cover;
    text-align: center;
    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) 30%, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

.section5_new::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px; height: 1000px;
    background: radial-gradient(circle, rgba(245, 172, 47, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
}

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

.section5_new .title_wrap_new {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
}

.section5_new .h2_tit_new {
    font-size: 41px;
    font-weight: 800;
    color: #191f28;
    margin-bottom: 30px;
    letter-spacing: -0.03em;
}

.section5_new .desc_new {
    font-size: 20px;
    color: #4e5968;
    line-height: 1.6;
    word-break: keep-all;
}

.viral_cycle_wrap {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 750px;
    margin: 80px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.node_center {
    position: relative;
    z-index: 10;
    width: 260px;
    height: 260px;
    background: #ffffff;
    border: 12px solid #f5ac2f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 
        0 20px 60px rgba(245, 172, 47, 0.3),
        0 0 40px rgba(245, 172, 47, 0.1),
        inset 0 0 20px rgba(245, 172, 47, 0.05);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.node_center:hover {
    transform: scale(1.05);
    box-shadow: 0 30px 80px rgba(245, 172, 47, 0.4);
}

.node_center .node_inner p { font-size: 19px; color: #4e5968; margin-bottom: 8px; font-weight: 500; }
.node_center .node_inner strong { font-size: 34px; color: #191f28; font-weight: 900; line-height: 1.1; }

.node_item {
    position: absolute;
    z-index: 5;
    width: 160px;
    height: 160px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e5e8eb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    animation: floatNodes 4s ease-in-out infinite; 
}

.item1 { animation-delay: 0s; }
.item2 { animation-delay: 0.5s; }
.item3 { animation-delay: 1s; }
.item4 { animation-delay: 1.5s; }
.item5 { animation-delay: 2s; }

.node_item:hover {
    transform: translateY(-15px) scale(1.1) !important;
    border-color: #f5ac2f !important;
    box-shadow: 0 25px 50px rgba(245, 172, 47, 0.25) !important;
    z-index: 15 !important;
    transition: all 0.3s ease-out !important;
}

.node_item.item1:hover {
    transform: translateX(-50%) translateY(-15px) scale(1.1) !important;
}

.node_item .icon { 
    font-size: 42px; 
    color: #f5ac2f; 
    margin-bottom: 12px; 
    transition: transform 0.3s ease;
}

.node_item:hover .icon { transform: rotate(-10deg) scale(1.1); }

.node_item span { font-size: 16px; font-weight: 800; color: #333d4b; letter-spacing: -0.02em; }

.item1 { 
    top: 0; 
    left: 50%; 
    transform: translateX(-50%); 
}

.item2 { 
    top: 20%; 
    right: 10%; 
    left: auto;
}

.item3 { 
    bottom: 8%; 
    right: 20%; 
    top: auto; 
    left: auto; 
}

.item4 { 
    bottom: 8%; 
    left: 20%; 
    top: auto; 
    right: auto; 
}

.item5 { 
    top: 20%; 
    left: 10%; 
    right: auto; 
}

.orbit_line {
    position: absolute;
    border-radius: 50%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border: 5px solid rgba(255, 184, 103, 0.1);
}

.orbit_line.line3 { width: 350px; height: 350px; border-style: solid; border-width: 3px; opacity: 0.7; }
.orbit_line.line2 { width: 450px; height: 450px; border-style: solid; border-width: 5px; opacity: 0.9; }
.orbit_line.line1 { width: 700px; height: 700px; border-style: solid; border-width: 3px; opacity: 0.7; }
@keyframes floatNodes {
    0%, 100% { margin-top: 0; }
    50% { margin-top: -10px; } 
}
CSS
.section6_new {
    padding: 0px 0;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

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


.section6_new .inner_new {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

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

.section6_new .h2_tit_new {
    font-size: 41px;
    font-weight: 800;
    color: #191f28;
    letter-spacing: -0.01em;
}

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

.section6_new .stair_item_new {
    flex: 1;
    z-index: 2;
}

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

.section6_new .card_new:hover {
    transform: translateY(-25px) scale(1.05);
    box-shadow: 0 30px 60px rgba(245, 172, 47, 0.15);
    background: #ffffff;
    border-color: #f5ac2f;
    z-index: 10;
}
.section6_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;
}

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

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

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

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

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

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

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

.section6_new .stair_item_new:nth-child(1) { margin-bottom: 0px; }
.section6_new .stair_item_new:nth-child(2) { margin-bottom: 40px; }
.section6_new .stair_item_new:nth-child(3) { margin-bottom: 80px; }
.section6_new .stair_item_new:nth-child(4) { margin-bottom: 120px; }
.section6_new .stair_item_new:nth-child(5) { margin-bottom: 160px; }
.section6_new .stair_item_new:nth-child(6) { margin-bottom: 200px; }
.section6_new .stair_item_new:nth-child(7) { margin-bottom: 240px; }
.section6_new .stair_item_new:nth-child(8) { margin-bottom: 280px; }

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

.carousel_dots_new {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

.dot_new {
    width: 10px;
    height: 10px;
    background-color: #e5e8eb;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot_new.active {
    width: 24px;
    border-radius: 5px;
    background-color: #f5ac2f !important;
}
.img_modal_wrap {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, 0.9);
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.close_modal {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    cursor: pointer;
    z-index: 100001;
    transition: transform 0.2s ease;
}

.close_modal:hover {
    transform: scale(1.1);
}

.modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    transition: transform 0.25s cubic-bezier(0.2, 0, 0.2, 1);
    cursor: zoom-in;
    border-radius: 16px;
    user-select: none;
    -webkit-user-drag: none;
}

.modal_content.zoomed {
    cursor: zoom-out;
}

.section9_new {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-image: url('https://images.pexels.com/photos/9736931/pexels-photo-9736931.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;
}

.pc_br_new {
    display: block;
}

.mb_br_new {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc_br_new {
        display: none;
    }
    .mb_br_new {
        display: block;
    }
}

.mb_only_new {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .mb_only_new {
        display: block !important;
    }
    
    .pc_only_new {
        display: none !important;
    }
}


@media (max-width: 1200px) {
    .section6_new .card_new {
        background: #f9fafb;
        border-radius: 20px;
        padding: 20px 5px;
        margin: 0 4px;
        text-align: center;
        border: 1px solid #f1f3f5;
        position: relative;
        transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 180px;
        box-sizing: border-box;
    }

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

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

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

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

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

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

    .section6_new .goal_item_new .txt_new {
        color: #ffffff;
        opacity: 1;
    }

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

    .section6_new .stair_item_new {
        flex: 1;
        width: auto;
    }

    .section6_new .path_line_new { 
        display: block; 
    }
}
@media screen and (max-width: 1024px) {
    .section1_new .main_copy_new { font-size: 36px; }
    .section1_new .point_color_new { font-size: 38px; }
    .section1_new .sub_copy_new { font-size: 18px; }
    .section1_new .comparison_container_new { gap: 20px; }
    .section1_new .agency_card_new { padding: 30px; }
    .section1_new .ipgim_card_new { padding: 30px; }
    .section1_new .card_head_new h3 { font-size: 22px; }
    .section1_new .summary_txt_new { font-size: 20px; }

    .section2_new .h2_tit_new { font-size: 38px; }
    .section2_new .tit_desc_new { font-size: 18px; }
    .section2_new .funnel_wrap_new { padding: 40px; }
    .section2_new .label_box_new { padding: 0 20px; font-size: 16px; }
    .section2_new .step1_new { width: 280px; }
    .section2_new .step2_new { width: 240px; }
    .section2_new .step3_new { width: 210px; }
    .section2_new .step4_new { width: 180px; }
    .section2_new .step5_new { width: 140px; }
    .section2_new .step6_new { width: 110px; }
    .section2_new .connector_new { margin: 0 10px; width: 20px; }
    .section2_new .thought_box_new { font-size: 16px; }
    .section2_new .funnel_row_new { transform: none !important; }
    .section2_new .funnel_row_new:hover { transform: translateY(-5px) !important; }
    .section2_new .conclusion_card_new { padding: 35px; }

    .section3_new .h3_tit_new { font-size: 38px; }
    .section3_new .grid_content_new { gap: 20px; }
    .section3_new .content_box_new { padding: 30px; }
    .section3_new .platform_tit_new { font-size: 24px; }
    .section3_new .asset_card_new { padding: 15px; }

    .section4_new .h3_tit_new { font-size: 38px; }

    .section9_new .desc_txt_new { font-size: 18px; }
    .section9_new .btn_consult_new { padding: 20px 45px; font-size: 20px; }

    .section5_new { padding: 100px 0 !important; }
    .section5_new .h2_tit_new { font-size: 36px; }


.node_item {
    position: absolute;
    z-index: 5;
    width: 160px;
    height: 160px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e5e8eb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform 0.4s ease;
    will-change: transform;
    animation: floatNodes 4s ease-in-out infinite; 
}

.node_item .icon { 
    font-size: 34px; 
    color: #f5ac2f; 
    margin-bottom: 12px; 
    transition: transform 0.3s ease;
}


.item1 { 
    top: 0; 
    left: 50%; 
    transform: translateX(-50%); 
}

.item2 { 
    top: 20%; 
    right: 10%; 
    left: auto;
}

.item3 { 
    bottom: 8%; 
    right: 20%; 
    top: auto; 
    left: auto; 
}

.item4 { 
    bottom: 8%; 
    left: 20%; 
    top: auto; 
    right: auto; 
}

.item5 { 
    top: 20%; 
    left: 10%; 
    right: auto; 
}



}

@media (max-width: 768px) {
    .section_new {
        padding: 110px 0 !important;
    }

    .h2_tit_new, .h3_tit_new, .main_copy_new {
        font-size: 32px !important;
        line-height: 1.3 !important;
        word-break: keep-all;
        letter-spacing: -0.02em;
    }

    .section1_new .main_copy_new {
     margin-bottom: -5px;
    }

    .desc_new, .sub_copy_new, .tit_desc_new {
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-top: 18px !important;
        color: #4e5968;
    }

    .section1_new {
        margin-top: 60px !important;
        padding: 110px 0 90px !important;
        background-attachment: scroll;
    }

    .section1_new .point_color_new {
        font-size: 35px !important;
    }

    .section1_new .comparison_container_new {
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: stretch;
        justify-content: center;
    }

    .section1_new .comparison_card_new,
    .section1_new .agency_card_new,
    .section1_new .ipgim_card_new {
        flex: 1;
        padding: 30px 15px;
        border-radius: 20px;
        filter: none;
        transform: none !important;
        box-sizing: border-box;
    }

    .section1_new .card_head_new h3 {
        font-size: 18px;
    }

    .section1_new .structure_flow_new {
        padding: 15px 5px;
        gap: 2px;
        border-radius: 12px;
    }

    .section1_new .step_new {
        font-size: 10px;
    }

    .section1_new .arrow_new {
        margin: 0 2px;
        font-size: 9px;
    }

    .section1_new .feature_list_new li {
        font-size: 13px;
        padding-left: 18px;
        margin-bottom: 8px;
        line-height: 1.4;
    }

    .section2_new .funnel_wrap_new {
        padding: 45px 20px;
        margin-top: 50px;
        border-radius: 24px;
    }

    .section2_new .funnel_container_new {
        gap: 14px;
    }

    .section2_new .label_box_new {
        height: 42px;
        font-size: 14px;
        padding: 0 15px;
        border-radius: 21px;
    }

    .section2_new .thought_box_new {
        font-size: 14px;
    }

    .section2_new .conclusion_area_new {
        margin-top: 50px;
    }

    .section2_new .conclusion_card_new {
        padding: 40px 25px;
        border-radius: 24px;
        background: #ffffff;
        border: 1px solid #e5e8eb;
        box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    }

    .section2_new .summary_txt_new {
        font-size: 20px;
        line-height: 1.5;
        color: #191f28;
        word-break: keep-all;
    }

    .section2_new .divider_new {
        width: 40px;
        height: 3px;
        margin: 25px auto;
    }

    .section2_new .final_msg_new {
        font-size: 16px !important;
        line-height: 1.6;
        color: #4e5968;
    }

    .section3_new .grid_content_new {
        flex-direction: row;
        gap: 15px;
        margin-top: 40px;
    }

    .section3_new .content_box_new {
        padding: 30px 30px;
        border-radius: 24px;
    }

    .section3_new .platform_tit_new {
        font-size: 20px;
    }

    .section5_new {
        padding: 110px 0 !important;
        background: #ffffff !important;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    .section5_new::before {
        content: '';
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        width: 1000px; height: 1000px;
        background: radial-gradient(circle, rgba(245, 172, 47, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
        z-index: 1;
    }

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

    .section5_new .title_wrap_new {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center; 
        justify-content: center;
    }

    .section5_new .h2_tit_new {
        font-size: 48px;
        font-weight: 800;
        color: #191f28;
        margin-bottom: 30px;
        letter-spacing: -0.03em;
    }

    .section5_new .desc_new {
        font-size: 17px;
        color: #4e5968;
        line-height: 1.6;
        word-break: keep-all;
        max-width: 800px; 
    }

    .viral_cycle_wrap {
        position: relative;
        width: 100%;
        max-width: 1000px;
        height: 750px;
        margin: 80px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }


.item1 { 
    top: 0; 
    left: 50%; 
    transform: translateX(-50%); 
}

.item2 { 
    top: 15%; 
    right: 0%; 
    left: auto;
}

.item3 { 
    bottom: 12%;
    right: 10%; 
    top: auto; 
    left: auto; 
}

.item4 { 
    bottom: 12%; 
    left: 10%; 
    top: auto; 
    right: auto; 
}

.item5 { 
    top: 15%; 
    left: 0%; 
    right: auto; 
}


    .section6_new .process_stair_container_new {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-end;
        padding: 0 5px 50px;
        gap: 3px;
        overflow: hidden;
    }

    .section6_new .stair_item_new {
        flex: 1;
        min-width: 0;
    }

    .section6_new .card_new {
        min-height: 135px;
        padding: 15px 1px;
        border-radius: 12px;
        margin: 0;
    }

    .section6_new .icon_new {
        width: 32px;
        height: 32px;
        font-size: 15px;
        margin-bottom: 8px;
        border-radius: 8px;
    }

    .section6_new .num_new {
        font-size: 9px;
        padding: 1px 5px;
        margin-bottom: 5px;
    }

    .section6_new .txt_new {
        font-size: 9.5px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: -0.06em;
    }

    .section6_new .stair_item_new:nth-child(1) { margin-bottom: 0px; }
    .section6_new .stair_item_new:nth-child(2) { margin-bottom: 15px; }
    .section6_new .stair_item_new:nth-child(3) { margin-bottom: 30px; }
    .section6_new .stair_item_new:nth-child(4) { margin-bottom: 45px; }
    .section6_new .stair_item_new:nth-child(5) { margin-bottom: 60px; }
    .section6_new .stair_item_new:nth-child(6) { margin-bottom: 75px; }
    .section6_new .stair_item_new:nth-child(7) { margin-bottom: 90px; }
    .section6_new .stair_item_new:nth-child(8) { margin-bottom: 105px; }

    .section6_new .path_line_new {
        display: none;
    }


}

@media (max-width: 760px) {

    .section6_new .process_stair_container_new { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding-bottom: 0; }
    .section6_new .stair_item_new { width: calc(50% - 8px); margin: 0 !important; flex: none; }
    .section6_new .path_line_new { display: none; }
    .section6_new .card_new { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 24px 15px; border-radius: 20px; margin: 0; box-shadow: 0 4px 16px rgba(0,0,0,0.03); border: 1px solid #f1f3f5; min-height: 180px; box-sizing: border-box; }
    .section6_new .icon_new { margin: 0 auto 15px; font-size: 28px; width: 50px; height: 50px; background: #fff9f0; border-radius: 20px; display: flex; justify-content: center; align-items: center; color: #f5ac2f; }
    .section6_new .num_new { position: static; margin: 0 0 10px 0; font-size: 13px; font-weight: 800; color: #f5ac2f; background: rgba(245, 172, 47, 0.1); padding: 2px 10px; border-radius: 10px; opacity: 1; display: inline-block; letter-spacing: 0.05em; }
    .section6_new .txt_new { margin: 0; font-size: 14px; font-weight: 700; color: #191f28; line-height: 1.4; word-break: keep-all; }
    .section6_new .txt_new br { display: block; }
}



@media screen and (max-width: 430px) {
    .section_new {
        padding: 70px 0 !important;
    }

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

    .main_copy_new, 
    .h2_tit_new, 
    .h3_tit_new {
        font-size: 25px !important;
        line-height: 1.35 !important;
        word-break: keep-all !important;
        letter-spacing: -0.02em !important;
    }

    .point_color_new {
        font-size: 27px !important;
    }

    .sub_copy_new, 
    .tit_desc_new, 
    .desc_new, 
    .desc_txt_new {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin-top: 15px !important;
        color: #4e5968 !important;
        word-break: keep-all !important;
    }

    .section1_new {
        padding: 90px 0 70px !important;
    }

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

    .section1_new .comparison_card_new,
    .section1_new .agency_card_new,
    .section1_new .ipgim_card_new {
        padding: 25px 20px;
        border-radius: 16px;
    }

    .section1_new .card_head_new {
        margin-bottom: 25px;
    }

    .section1_new .card_head_new h3 {
        font-size: 18px;
    }

    .section1_new .structure_flow_new {
        padding: 12px 10px;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: center;
        margin-bottom: 25px;
    }

    .section1_new .step_new {
        font-size: 12px;
    }

    .section1_new .arrow_new {
        margin: 0 4px;
        font-size: 11px;
    }

    .section1_new .feature_list_new li {
        font-size: 14px;
        padding-left: 20px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .section1_new .feature_list_new li::before {
        font-size: 12px;
        top: 2px;
        left: 0;
    }

    .section1_new .summary_txt_new {
        font-size: 18px;
    }

    .section2_new .funnel_wrap_new {
        padding: 30px 15px;
        margin-top: 40px;
        border-radius: 16px;
    }

    .section2_new .funnel_tit_new {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .section2_new .funnel_container_new {
        gap: 12px;
    }

    .section2_new .funnel_row_new {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        background: #ffffff;
        padding: 15px 20px;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.03);
        transform: none !important;
    }

    .section2_new .label_box_new {
        height: 36px;
        font-size: 14px;
        padding: 0 15px;
        border-radius: 18px;
        width: auto !important;
        display: inline-flex;
        box-shadow: none;
    }

    .section2_new .connector_new {
        display: none;
    }

    .section2_new .thought_box_new {
        font-size: 14px;
        padding-left: 5px;
        color: #4e5968;
        line-height: 1.4;
    }

    .section2_new .conclusion_area_new {
        margin-top: 40px;
    }

    .section2_new .conclusion_card_new {
        padding: 30px 20px;
        border-radius: 16px;
    }

    .section2_new .summary_txt_new {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .section2_new .divider_new {
        margin: 20px auto;
    }

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

    .section3_new .ref_visual_area_new {
        margin-bottom: 20px;
    }

    .section3_new .grid_content_new {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }

    .section3_new .content_box_new {
        padding: 30px 30px;
        border-radius: 16px;
    }

    .section3_new .platform_tit_new {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .section3_new .platform_sub_new {
        font-size: 14px;
    }

    .section3_new .detail_process_new {
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        border-radius: 12px;
        margin: 20px 0;
    }

    .section3_new .process_arrow_new {
        transform: rotate(90deg);
        margin: 0 auto;
    }

    .section3_new .stats_row_new {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        border-radius: 16px;
    }

    .section3_new .stat_item_new:not(:last-child)::after {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: -8px;
        left: 0;
        transform: none;
    }

    .section3_new .val_new {
        font-size: 18px;
    }

    .section3_new .asset_card_new {
        padding: 15px;
        gap: 12px;
        border-radius: 16px;
        align-items: flex-start;
    }

    .section3_new .icon_wrap_new {
        width: 45px;
        height: 45px;
        font-size: 18px;
        border-radius: 12px;
        flex-shrink: 0;
    }

    .section3_new .asset_txt_new {
        font-size: 14px;
    }

    .section5_new {
        padding: 70px 0 !important;
    }

    .viral_cycle_wrap {
        height: 320px;
        margin: 40px auto 0;
        max-width: 100%;
        transform: scale(1);
        overflow: hidden;
    }

    .node_center {
        width: 130px;
        height: 130px;
        border-width: 6px;
    }

    .node_center .node_inner p {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .node_center .node_inner strong {
        font-size: 18px;
    }

    .node_item {
        width: 75px;
        height: 75px;
        border-radius: 50%;
    }

    .node_item .icon {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .node_item span {
        font-size: 10px;
    }

    .orbit_line.line1 {
        width: 300px;
        height: 300px;
    }

    .orbit_line.line2 {
        width: 200px;
        height: 200px;
    }

    .item1 { top: 0 !important; left: 50% !important; transform: translateX(-50%) !important; }
    .item2 { right: 5%; top: 20%; }
    .item3 { right: 18%; bottom: 8%; }
    .item4 { left: 18%; bottom: 8%; }
    .item5 { left: 5%; top: 20%; }

    .section6_new .process_stair_container_new {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0;
    }

    .section6_new .stair_item_new {
        width: calc(50% - 5px);
        margin: 0 !important;
    }

    .section6_new .card_new {
        min-height: 140px;
        padding: 20px 10px;
        border-radius: 16px;
    }

    .section6_new .icon_new {
        width: 40px;
        height: 40px;
        font-size: 20px;
        border-radius: 12px;
        margin-bottom: 12px;
    }

    .section6_new .num_new {
        font-size: 11px;
        padding: 2px 8px;
        margin-bottom: 8px;
    }

    .section6_new .txt_new {
        font-size: 13px;
    }

    .section6_new .path_line_new {
        display: none !important;
    }

    .close_modal {
        top: 15px;
        right: 20px;
        font-size: 30px;
    }

    .modal_content {
        max-width: 95%;
        max-height: 80vh;
    }
}