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

body [data-aos] {
    opacity: 0 !important;
    transform: translateY(40px) scale(0.98) !important; 
    transition-property: opacity, transform !important;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
    transition-duration: 1.2s !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); }
}

.header {
    background: rgba(255, 255, 255, 0.9) !important; 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.03) !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;
    border-bottom: 1px solid rgba(0,0,0,0.02);
}

.header:hover { 
    box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important; 
    background: rgba(255, 255, 255, 1) !important;
}
.header .logo .white { display: none !important; }
.header .logo .black { display: block !important; }
.header .nav .gnb > li > .depth1 { color: #191f28 !important; font-weight: 600; transition: color 0.3s ease; } 
.header .nav .gnb > li > .depth1:hover { color: #f5ac2f !important; }
.header .mb_nav:before, .header .mb_nav:after, .header .mb_nav span { background: #121212 !important; }

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

.section1_new .main_title_new,
.section2_new .title_new,
.section3_new .title_new {
    font-size: 40px !important;
    font-weight: 800 !important;
    color: #191f28 !important;
    line-height: 1.4 !important;
    letter-spacing: -0.04em !important;
    word-break: keep-all !important;
    margin-bottom: 25px;
}

.section4_new .title_new {
    font-size: 38px !important;
    font-weight: 800 !important;
    color: #191f28 !important;
    line-height: 1.4 !important;
    letter-spacing: -0.04em !important;
    word-break: keep-all !important;
    margin-bottom: 25px;
}



.section1_new .point_color_new,
.section5_new .point_color_new {
    font-size: inherit !important;
    color: #f5ac2f !important;
}

.section2_new .summary_new,
.section3_new .desc_wrap_new p,
.section4_new .main_desc_new,
.section4_new .sub_desc_new {
    font-size: 20px !important;
    color: #4e5968 !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    word-break: keep-all !important;
}

.section4_new .desc_wrap_new p {
    font-size: 18px !important;
    color: #4e5968 !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    word-break: keep-all !important;
}


.section1_new .intro_text_new p
 {
    font-size: 24px !important;
    color: #4e5968 !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    word-break: keep-all !important;
}


.section1_new {
    margin-top: 50px !important;
    position: relative;
    overflow: hidden;
    background-image: url('https://images.pexels.com/photos/7815396/pexels-photo-7815396.jpeg?auto=compress&cs=tinysrgb&w=1920');
    background-size: cover;
    background-position: center;
    background-attachment: fixed !important;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

.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.98) 0%, rgba(249, 250, 251, 0.7) 20%, rgba(250, 251, 252, 0.9) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
    transform: translateZ(0);
}

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

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

.section1_new .banner_content_new p {
    font-size: 19px;
    line-height: 1.8;
    color: #F9FAFB;
    margin: 0;
    word-break: keep-all;
    font-weight: 500;
}

.section1_new .point_color_new {
    color: #FFAA00;
    font-weight: 700;
}


.section1_new .ref_visual_area_new {
    display: flex;
    justify-content: center; 
    align-items: center;    
    margin: 0 auto;    
    width: 100%;
    max-width: 1200px;   
    overflow: hidden;     
}

.section1_new .ref_mockup_new {
    width: 100%;
    max-width: 1000px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.15), 0 10px 25px -5px rgba(0, 0, 0, 0.08);
    background: #111111;
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
}

.section1_new .section1_swiper_new {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    overflow: hidden;
    touch-action: pan-y;
}

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

.section1_new .zoom_effect_container_new {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1000 / 490;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section1_new .blur_bg_new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(25px) brightness(0.8);
    transform: translateZ(0) scale(1.1);
    z-index: 1;
}

.section1_new .img_fit_wrap {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    z-index: 2; 
    transition: transform 10s ease;
}

.section1_new .base_img_new {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    transform: translateZ(0);
}

.section1_new .anim_elements_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; 
}

.section1_new .ref_visual_area_new .base_img_new {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    transform: translateZ(0);
}

.section1_new .ref_visual_area_new .swiper-slide-active .img_fit_wrap {
    transform: scale(1.02);
}

.section1_new .swiper-slide-active .base_img_new {
    transform: scale(1.02); 
}

.section1_new .target_box_new {
    position: absolute;
    border: 3px solid #ffdfa7;
    outline: 2000px solid rgba(0,0,0,0.5);
    box-shadow: 0 0 15px rgba(245, 172, 47, 0.8);
    z-index: 5;
    opacity: 0;
    border-radius: 8px;
    transform: scale(1.05);
    transition: opacity 0.4s ease, transform 0.4s ease; 
}

.section1_new .connect_line_new {
    position: absolute;
    background: linear-gradient(90deg, #ffdfa7, rgba(255, 204, 204, 0.5));
    height: 4px;
    transform-origin: left center;
    z-index: 4;
    opacity: 0;
    clip-path: inset(0 100% 0 0); 
    transition: opacity 0.4s ease, clip-path 0.4s ease;
}

.section1_new .zoom_panel_new {
    position: absolute;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    z-index: 10;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(30px) scale(0.98);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.section1_new .swiper-slide-active .target_box_new,
.section1_new .swiper-slide-duplicate-active .target_box_new {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s ease 0.3s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s; 
    animation: pulseTarget 2s infinite alternate 1s; 
}

.section1_new .swiper-slide-active .connect_line_new,
.section1_new .swiper-slide-duplicate-active .connect_line_new {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transition: opacity 0.5s ease 0.6s, clip-path 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0.6s; 
}

.section1_new .swiper-slide-active .zoom_panel_new,
.section1_new .swiper-slide-duplicate-active .zoom_panel_new {
    opacity: 1;
    transform: translateY(0) scale(0.98);
    transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s;
    animation: floatPanel 4s infinite alternate 1.5s ease-in-out;
}

@keyframes pulseTarget {
    0% { box-shadow: 0 0 10px rgba(245, 172, 47, 0.4); }
    100% { box-shadow: 0 0 25px rgba(245, 172, 47, 1); }
}

@keyframes floatPanel {
    0% { transform: translateY(0) scale(0.98); }
    100% { transform: translateY(-10px) scale(0.98); }
}

.section1_new .zoom_bg_new {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    flex-grow: 1;
}

.section1_new .zoom_text_new {
    background: #ffffff;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-top: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.02);
    position: relative;
    z-index: 1;
}

.section1_new .point_badge_new {
    background: linear-gradient(135deg, #f5ac2f 0%, #ffc057 100%);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -0.01em;
    box-shadow: 0 4px 12px rgba(245, 172, 47, 0.3);
    border: 1px solid rgba(255,255,255,0.2);
    text-transform: uppercase;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.section1_new .zoom_text_new p {
    font-size: 16px;
    font-weight: 700;
    color: #191f28;
    margin: 0;
    letter-spacing: -0.03em;
    line-height: 1.4;
    word-break: keep-all;
}

.section1_new .story_board_new {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px; 

}

.section1_new .intro_text_new {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}

.section1_new .intro_text_new p {
    font-size: 26px;
    line-height: 1.4;
    color: #4e5968;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.section1_new .intro_text_new strong {
    color: #191f28;
    font-weight: 800;
}

.section1_new .core_value_box_new {
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    border-radius: 32px;
    padding: 64px 50px;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05), 0 10px 20px -5px rgba(0,0,0,0.02);
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.03);
    margin-top: 100px;
}

.section1_new .core_value_box_new::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 6px;
    background: linear-gradient(90deg, #f5ac2f, #ffd180, #f5ac2f, #ffd180, #f5ac2f);
    animation: gradientFlow 3s linear infinite;
}

@keyframes gradientFlow {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.section1_new .box_header_new { margin-bottom: 32px; }

.section1_new .brand_label_new {
    display: inline-block;
    background: rgba(245, 172, 47, 0.08); 
    color: #f5ac2f;
    font-size: 15px;
    font-weight: 800;
    padding: 8px 24px;
    border-radius: 30px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.section1_new .main_desc_new {
    font-size: 28px;
    line-height: 1.5;                       
    color: #191f28;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.section1_new .main_desc_new strong { font-weight: 800; }

.section1_new .divider_new {
    width: 40px;
    height: 4px;
    background: #f5ac2f;
    margin: 40px auto;
    border-radius: 4px;
    opacity: 0.4;
}

.section1_new .sub_desc_new {
    font-size: 18px;
    line-height: 1.6;
    color: #6b7684;
    margin: 0;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.section1_new .insight_grid_new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 2px;
    margin-top: 1px;
}

.section1_new .insight_card_new {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 32px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    padding: 32px 28px;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: translateZ(0);
}

.section1_new .insight_card_new:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.section1_new .card_inner_new {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.section1_new .insight_card_new.point_bg_new {
    background: #ffffff;
    border: 2px solid rgba(245, 172, 47, 0.3);
    box-shadow: 0 15px 35px -10px rgba(245, 172, 47, 0.15);
    position: relative;
}

.section1_new .insight_card_new.point_bg_new::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 32px;
    background: linear-gradient(135deg, #f5ac2f, transparent 60%);
    z-index: -1;
    opacity: 0.2;
}

.section1_new .insight_card_new.point_bg_new:hover {
    border-color: #f5ac2f;
    box-shadow: 0 30px 60px -15px rgba(245, 172, 47, 0.25);
}


.section1_new .card_icon_new {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    background: #F2F4F6;
    border-radius: 28px;
    margin-bottom: 22px;
    color: #8B95A1;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.section1_new .insight_card_new:hover .card_icon_new {
    transform: scale(1.08);
}

.section1_new .card_icon_new svg {
    width: 40px;
    height: 40px;
}

.section1_new .point_bg_new .card_icon_new {
    background: #FFFFFF;
    color: #FFAA00;
    box-shadow: 0 12px 24px rgba(255, 170, 0, 0.12);
}

.section1_new .insight_card_new p {
    font-size: 18.5px;
    line-height: 1.6;
    color: #4b5a6e;
    margin: 0;
    word-break: keep-all;
    font-weight: 600;
}

.section1_new .insight_card_new strong {
    color: #191F28;
    font-weight: 700;
}

.section1_new .conclusion_banner_new {
    background: linear-gradient(135deg, #191F28 0%, #242A32 100%);
    border-radius: 32px;
    padding: 56px 40px;
    text-align: center;
    box-shadow: 0 24px 48px rgba(25, 31, 40, 0.15);
}

.section1_new .conclusion_banner_new p {
    font-size: 22px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.02em;
    word-break: keep-all;
    position: relative;
    z-index: 2;
}
.section1_new .conclusion_banner_new strong { font-weight: 800; }


.section2_new {
    padding: 0px 0 !important; 
    position: relative;
    overflow: hidden;
}

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


.section2_new .img_thumb_new {
    height: 150px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 100%;
    gap: 12px;
    
}

.section2_new .thumb_item {
    height: 100%;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    opacity: 0.5;
    transition: all 0.3s ease;
    
}

.section2_new .thumb_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    
}

.section2_new .thumb_item:hover,
.section2_new .thumb_item.active {
    opacity: 1;
    border-color: #f5ac2f; 
    box-shadow: 0 8px 20px rgba(245, 172, 47, 0.15);
}

.section2_new .thumb_item:hover img,
.section2_new .thumb_item.active img {
    transform: scale(1.05);
}



.section2_new .tit_tag_new {
    font-size: 0.9rem;
    color: #8b95a1;
    font-weight: 500;
}


.section2_new .main_wrap_new {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 70px; 
    margin: 0 auto 70px auto; 
    max-width: 1000px; 
    scale: 90%;
}

.section2_new .img_side_new {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    position: sticky;
    
    top: 100px;
}

.section2_new .img_view_new {
    width: 100%;
    height: 780px;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    background-color: #f9fafb;
    box-shadow: 0 20px 40px rgba(51, 27, 0, 0.08); 
}

.section2_new .img_view_new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    transform: none !important;
    pointer-events: none;
}

.section2_new .txt_side_new {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: visible !important;
}

.section4_new .txt_side_new {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: visible !important;
}

.section2_new .img_view_new img.active_img_new {
    opacity: 1;
    transform: none !important;
    z-index: 1;
}


.section2_new .arrow_indicator_new {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f5ac2f;
    z-index: 10;
}

.section2_new li.active_item_new .arrow_indicator_new {
    display: block;
}

.section2_new li.active_item_new {
    border-color: #f5ac2f;
    box-shadow: 0 15px 35px rgba(245, 172, 47, 0.1);
}


.section2_new .content_area_new {
    max-width: 90%;
    width: 100%;
    padding: 0;
    background: transparent;
}

.section2_new .top_tag_new {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    margin-top: 100px;
}

.section2_new .line_tag_new {
    font-size: 14px;
    font-weight: 700;
    color: #f5ac2f;
    background: rgba(245, 172, 47, 0.1);
    padding: 6px 14px;
    border-radius: 8px;
}


.section2_new .summary_new {
    font-size: 1.15rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 32px;
}

.section2_new .divider_new {
    width: 48px;
    height: 4px;
    background: #f5ac2f;
    border-radius: 10px;
    margin-bottom: 48px;
}

.section2_new .svc_list_new {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
    display: flex;
    
    flex-direction: column;
    gap: 16px;
}

.section2_new .svc_list_new li {
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 24px 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    overflow: visible;
}
.section2_new .svc_list_new li:hover {
    border-color: #f5ac2f;
    box-shadow: 0 10px 25px -5px rgba(245, 172, 47, 0.15);
}

.section2_new li.active_item_new {
    border-color: #f5ac2f;
    background: #fff;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
}

.section2_new .icon_box_new {
    width: 52px;
    height: 52px;
    background: #fef3c7;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5ac2f;
    flex-shrink: 0;
}

.section2_new li.active_item_new .icon_box_new {
    background: #f5ac2f;
    color: #fff;
}

.section2_new .svc_text_new {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0;
}

.section2_new .svc_body_new {
    max-height: 0;     
    opacity: 0;     
    overflow: hidden;    
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); 
    margin-top: 0;
    padding-top: 0;
}


@keyframes lineAppear {
    from { width: 0; opacity: 0; }
    to { width: 100px; opacity: 1; }
}

.section2_new .txt_group_new h3 {
    font-size: 21px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px 0;
}

.section2_new li.active_item_new .svc_body_new {
    position: relative; 
    max-height: 200px;
    opacity: 1;
    padding-top: 20px;
    margin-top: 20px;
    padding-left: 20px;
}

.section2_new li.active_item_new .svc_body_new::before {
content: "";
    position: absolute;
    top: 0;
    left: 4px; 
    width: 100px;
    height: 3px;
    background-color: #f5ac2f86; 
    
    animation: lineAppear 0.5s ease forwards; 
}

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

.section2_new .bullet_list_new li {
    position: relative;
    padding: 4px 0 4px 16px;
    font-size: 0.9rem;
    color: #4b5563;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.section2_new .bullet_list_new li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #f5ac2f;
    border-radius: 50%;
}

.section2_new .banner_inner_new {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section2_new .bullet_list_new li:last-child { margin-bottom: 0; }

.section2_new .svc_list_new > li:hover .bullet_list_new li::before,
.section2_new .svc_list_new > li.active_item_new .bullet_list_new li::before {
    background: #f5ac2f 
}


.section2_new .bottom_banner_new {
    max-width: 90%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 24px 32px;
    border: none;
    margin-top: 20px;
    z-index: 10;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}


.section2_new .banner_inner_new i { color: #f5ac2f; font-size: 20px; }
.section2_new .banner_inner_new p {
    color: #333d4b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    word-break: keep-all;
}

.section3_new {
    margin-top: 50px !important;
    position: relative;
    overflow: hidden;
    background-image: url('https://images.pexels.com/photos/6956353/pexels-photo-6956353.jpeg?auto=compress&cs=tinysrgb&w=1920');
    background-size: cover;
    background-position: center;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}


.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.65) 20%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}
.section3_new .inner_new {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.section3_new .main_wrap_new {
    display: flex;
    align-items: flex-start; 
    justify-content: center;
    gap: 70px; 
    margin: 0 auto 70px auto; 
    max-width: 1200px; 
    scale: 90%;
}

.section3_new .txt_side_new { 
    flex: 0 0 45%; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
}

.section3_new .content_area_new { 
    max-width: 640px;
    padding: 0px 0px 0px 0px;
    background: transparent;
}

.section3_new .top_tag_new {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.section3_new .line_tag_new {
    font-size: 14px;
    font-weight: 700;
    color: #f5ac2f;
    background: rgba(245, 172, 47, 0.1);
    padding: 6px 14px;
    border-radius: 8px; 
}

.section3_new .tit_tag_new {
    font-size: 0.9rem;
    color: #8b95a1;
    font-weight: 500;
}

.section3_new .divider_new {
    width: 48px;
    height: 4px;
    background: #f5ac2f;
    border-radius: 10px;
    margin-bottom: 48px;
    margin-top: 0;
}

.section3_new .desc_wrap_new {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 33px;
    margin-top: 3px;
}

.section3_new .desc_wrap_new p {
    font-size: 1.15rem;
    color: #6b7280; 
    line-height: 1.6;
    margin: 0;
    word-break: keep-all;
    font-weight: 500;
}

.section3_new .desc_wrap_new strong { 
    color: #191f28; 
    font-weight: 700; 
}

.section3_new .visual_side_new,
.section3_new .img_side_new { 
    flex: 0 0 65%; 
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    position: sticky; 
    top: 100px;
    width: 100%;
}

.section3_new .custom_slider_container_new,
.section3_new .img_view_new {
    width: 100%;
    height: 770px;
    max-width: none; 
    margin-bottom: 0;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); 
    border: none;
    background-color: #f9fafb;
}

.section3_new .custom_slide_new img,
.section3_new .img_view_new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: top !important;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    transform: none !important;
    pointer-events: auto;
    display: block;
    cursor: pointer;
}

.section3_new .custom_slide_new img.active_img_new,
.section3_new .img_view_new img.active_img_new {
    opacity: 1;
    z-index: 1;
    pointer-events: auto; 
    cursor: pointer;   
}

.section3_new .custom_dots_new, 
.section3_new .img_thumb_new {
    height: 180px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 100%;
    gap: 12px;
    bottom: auto !important;
    position: relative;
    width: 100% !important;
    justify-content: stretch;
    overflow: visible !important;
}

.section3_new .seo_info_box_new p {
    font-size: 14px !important;
    color: #8b95a1 !important; 
    line-height: 1.6 !important;
    margin: 0;
    word-break: keep-all;
    font-weight: 400; 
}


.section3_new .custom_dot_new, 
.section3_new .thumb_item {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 16px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    opacity: 0.5;
    transition: all 0.3s ease;
    display: block;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}


.section3_new .thumb_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.section3_new .custom_dot_new:hover,
.section3_new .custom_dot_new.active,
.section3_new .thumb_item:hover,
.section3_new .thumb_item.active {
    opacity: 1;
    background: transparent;
    border-color: #f5ac2f;
    box-shadow: 0 8px 20px rgba(245, 172, 47, 0.15);
}

.section3_new .thumb_item:hover img,
.section3_new .thumb_item.active img {
    transform: scale(1.05);
}

.section3_new .thumb_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    z-index: 2;
    transition: none;
}
.section3_new .thumb_item:hover::before {
    animation: shineSweep 0.8s forwards;
}

.section3_new .keypoint_box_new {
    background-color: #fffdf9;
    border-radius: 20px;
    padding: 45px 45px;
    border: none; 
    margin-top: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); 
}

.section3_new .keypoint_tit_new {
    font-size: 16px;
    font-weight: 800;
    color: #f5ac2f;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.section3_new .keypoint_list_new {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section3_new .keypoint_list_new li {
    display: flex;
    align-items: center; 
    gap: 14px;
    transition: transform 0.3s ease;
    cursor: default;
}

.section3_new .keypoint_list_new li:hover {
    transform: translateX(8px);
}

.section3_new .keypoint_list_new li i {
    color: #ffffff;
    font-size: 12px;
    background-color: #f5ac2f;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.section3_new .keypoint_list_new li:hover i {
    transform: scale(1.2) rotate(10deg);
    box-shadow: 0 4px 10px rgba(245, 172, 47, 0.3);
}

.section3_new .keypoint_list_new li span {
    font-size: 16px;
    color: #333d4b;
    font-weight: 600;
    line-height: 1.5;
    word-break: keep-all;
}


.section4_new {
    padding: 140px 0 !important; 
    position: relative;
    overflow: hidden;
    background-color: #ffffff !important;
    background-image: none !important;
}

.section4_new .bg_overlay_new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(249, 250, 251, 0.85) 20%, rgba(250, 251, 252, 0.8) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
}

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

.section4_new .content_grid_new {
    display: flex;
    align-items: flex-start; 
    justify-content: space-between;
    gap: 80px; 
}

.section4_new .img_box_new {
    flex: 0 0 45%;
    position: relative;
    border-radius: 32px; 
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); 
    background-color: #f9fafb;
}

.section4_new .img_box_new img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section4_new .img_box_new:hover img {
    transform: scale(1.05);
}

.section4_new .txt_box_new {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
}

.section4_new .tag_wrap_new {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.section4_new .line_tag_new {
    font-size: 14px;
    font-weight: 700;
    color: #f5ac2f;
    background: rgba(245, 172, 47, 0.1);
    padding: 6px 14px;
    border-radius: 8px;
}

.section4_new .tit_tag_new {
    font-size: 0.9rem;
    color: #8b95a1;
    font-weight: 500;
}

.section4_new .desc_wrap_new {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 32px;
}

.section4_new .conclusion_box_new {
    background-color: #ffffff; 
    border-radius: 20px;
    padding: 32px 32px;
    border: 1px solid rgba(245, 172, 47, 0.2); 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.section3_new .conclusion_box_new {
    background: linear-gradient(135deg, rgba(245, 243, 243, 0.3) 0%, rgba(245, 243, 243, 0.8) 100%);
    border-radius: 20px;
    padding: 26px 32px; 
    border: 1px solid rgba(245, 172, 47, 0.2);
    margin-top: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); 
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.section3_new .conclusion_box_new:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(245, 172, 47, 0.15);
}

.section3_new .conclusion_inner_new {
    display: flex;
    align-items: flex-start; 
    gap: 18px;
    position: relative;
    z-index: 2;
}

.section3_new .conclusion_inner_new .icon_wrap_new {
    width: 36px; 
    height: 36px;
    background: linear-gradient(135deg, #f5ac2f 0%, #ffc057 100%); 
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; 
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(245, 172, 47, 0.4);
}

.section3_new .conclusion_inner_new p {
    font-size: 16px;
    color: #4e5968;
    line-height: 1.65;

    word-break: keep-all;
}

.section3_new .conclusion_inner_new strong {
    color: #191f28; 
    font-weight: 700;
}

.section4_new .divider_new {
    width: 48px;
    height: 4px;
    background: #f5ac2f;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}

.section4_new .conclusion_inner_new p {
    font-size: 16px;
    color: #4e5968;
    line-height: 1.65;
    margin: 0;
    word-break: keep-all;
}

.section4_new .conclusion_inner_new strong {
    color: #191f28; 
    font-weight: 700;
}

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

.section5_new {
    padding: 180px 0px 180px 0px !important;
    position: relative;
    overflow: hidden;
    background-image: url('https://images.pexels.com/photos/14175529/pexels-photo-14175529.jpeg?auto=compress&cs=tinysrgb&w=1920') !important;
    background-size: cover !important;
    text-align: center;
    background-position: center !important;
    background-attachment: fixed !important;
    background-color: transparent !important;
    font-family: 'Pretendard', sans-serif; 
}

.section5_new .bg_overlay_new {
    display: block !important;
    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.75) 40%, 
        rgba(255, 255, 255, 0.75) 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.04) 0%, rgba(255, 255, 255, 0) 65%);
    z-index: 1;
}

.section5_new .title_wrap_new {
    text-align: center;
    margin-bottom: 60px; 
    position: relative;
    z-index: 2;
}


.section5_new .point_color_new {
    color: #f5ac2f;
    font-weight: 900;
}

.section5_new .why_card_new:hover {
    transform: translateY(-10px) scale(1.01); 
    box-shadow: 0 25px 50px -12px rgba(245, 172, 47, 0.12);
    border-color: rgba(245, 172, 47, 0.25);
}

.section5_new .card_icon_wrap_new {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    width: 100%;
}

.section5_new .sub_title_new {
    font-size: 15px;
    font-weight: 800;
    color: #f5ac2f;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.section5_new .main_title_new {
    font-size: 41px;
    font-weight: 800;
    color: #191f28;
    line-height: 1.3;

    letter-spacing: -0.04em;
}

.section5_new .why_grid_new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
    margin-top: 70px;
}

.section5_new .why_card_new {
    position: relative;
    background: rgba(255, 255, 255, 0.9); 
    backdrop-filter: blur(10px);
    padding: 45px 38px 50px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 
        0 4px 10px rgba(0, 0, 0, 0.03),
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 30px 60px -12px rgba(0, 0, 0, 0.08);
}

.section5_new .why_card_new .card_accent_line {
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 0; height: 5px;
    background: #f5ac2f;
    border-radius: 0 0 5px 5px;
    transition: width 0.4s ease;
}

.section5_new .why_card_new:hover {
    transform: translateY(-15px);
    background: #ffffff;
    border-color: rgba(245, 172, 47, 0.3);
    box-shadow: 0 40px 80px -15px rgba(245, 172, 47, 0.15);
}

.section5_new .why_card_new:hover .card_accent_line {
    width: 40%;
}

.section5_new .icon_circle {
    width: 64px; height: 64px;
    background: #ffffff;
    color: #f5ac2f;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.section5_new .icon_circle::after {
    content: '';
    position: absolute;
    inset: -5px;
    background: rgba(245, 172, 47, 0.1);
    border-radius: 26px;
    z-index: -1;
    transition: transform 0.4s ease;
}

.section5_new .why_card_new:hover .icon_circle {
    background: #f5ac2f;
    color: #ffffff;
    transform: scale(1.1) rotate(-5deg);
}

.section5_new .why_card_new:hover .icon_circle::after {
    transform: scale(1.3);
    opacity: 0;
}

.section5_new .tag_wrap_new {

    gap: 12px;
    margin-bottom: 24px;
}

.section5_new .line_tag_new {
    font-size: 17px;
    font-weight: 700;
    color: #f5ac2f;
    background: rgba(245, 172, 47, 0.14);
    padding: 6px 14px;
    border-radius: 30px; 
}

.section5_new .label_new {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #f5ac2f;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
}

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

.section5_new .card_txt_new strong {
    color: #191f28;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.section5_new .card_txt_new strong::after {
    content: '';
    position: absolute;
    bottom: 2px; left: 0;
    width: 0; height: 8px;
    background: rgba(245, 172, 47, 0.15);
    z-index: -1;
    transition: width 0.4s ease 0.2s;
}

.section5_new .why_card_new:hover .card_txt_new strong::after {
    width: 100%;
}

::selection {
    background-color: rgba(245, 172, 47, 0.3);
    color: #191f28;
}

.section1_new .intro_text_new strong {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.section1_new .intro_text_new strong::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 10px;
    bottom: -2px;
    left: 0;
    background-color: rgba(245, 172, 47, 0.3);
    transform-origin: bottom right;
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}
.section1_new .intro_text_new:hover strong::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.section1_new .point_badge_new:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(245, 172, 47, 0.4);
    cursor: default;
}

.section2_new .svc_list_new > li {
    overflow: hidden; 
}
.section2_new .svc_list_new > li::after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #f5ac2f;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section2_new .svc_list_new > li:hover::after,
.section2_new .svc_list_new > li.active_item_new::after {
    right: 28px;
    opacity: 1;
}

.section2_new .thumb_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    z-index: 2;
    transition: none;
}
.section2_new .thumb_item:hover::before {
    animation: shineSweep 0.8s forwards;
}

.section3_new .keypoint_list_new li {
    transition: transform 0.3s ease;
    cursor: default;
}
.section3_new .keypoint_list_new li:hover {
    transform: translateX(8px);
}
.section3_new .keypoint_list_new li i {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.section3_new .keypoint_list_new li:hover i {
    transform: scale(1.2) rotate(10deg);
    box-shadow: 0 4px 10px rgba(245, 172, 47, 0.3);
}

.section4_new .line_tag_new {
    transition: all 0.3s ease;
    cursor: default;
}
.section4_new .line_tag_new:hover {
    background: rgba(245, 172, 47, 0.2);
    color: #d9911c;
}

.section4_new .img_box_new::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(245, 172, 47, 0.0);
    transition: background 0.5s ease;
    pointer-events: none;
}
.section4_new .img_box_new:hover::after {
    background: rgba(245, 172, 47, 0.05);
}


.section5_new .why_card_new:hover .label_new {
    color: #f5ac2f;
}


.img_modal_wrap {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.close_modal {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #ffffff;
    font-size: 50px;
    font-weight: 400;
    cursor: pointer;
    z-index: 100000;
    line-height: 1;
}

.modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    cursor: zoom-in;
    user-select: none;
    -webkit-user-drag: none;
}

.modal_content.zoomed {
    cursor: grab;
}

.modal_content.zoomed:active {
    cursor: grabbing;
}

@media (max-width: 1200px) {

    .section1_new .main_title_new,
    .section2_new .title_new,
    .section3_new .title_new,
    .section4_new .title_new,
    .section5_new .main_title_new {
        font-size: 38px !important;
        line-height: 1.4 !important;
    }

    .section1_new .intro_text_new p {
        font-size: 22px !important;
    }
    .section1_new .main_desc_new {
        font-size: 24px !important;
    }
    .section1_new .sub_desc_new,
    .section2_new .summary_new,
    .section3_new .desc_wrap_new p,
    .section4_new .main_desc_new,
    .section4_new .sub_desc_new,
    .section4_new .desc_wrap_new p,
    .section5_new .card_txt_new p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        text-align: center;
    }

    .section1_new .inner_new,
    .section2_new .inner_new,
    .section3_new .inner_new,
    .section4_new .inner_new,
    .section5_new .inner_new {
        padding: 0 50px;
    }

    .section2_new .main_wrap_new {
        gap: 40px; 
        scale: 1 !important; 
        max-width: 100%;
        align-items: center; 
    }
    .section2_new .img_side_new {
        flex: 0 0 48%;
    }
    .section2_new .txt_side_new {
        flex: 0 0 48%;
    }

    .section2_new .img_view_new {
        height: 650px;
    }

    .section3_new .main_wrap_new {
        gap: 40px;
        scale: 1 !important;
        max-width: 100%;
        align-items: center;
    }
    .section3_new .txt_side_new {
        flex: 0 0 45%;
    }
    .section3_new .img_side_new, 
    .section3_new .visual_side_new {
        flex: 0 0 50%;
    }
    .section3_new .img_view_new,
    .section3_new .custom_slider_container_new {
        height: 650px;
    }

    .section4_new .content_grid_new {
        gap: 50px;
        align-items: center;
    }
    .section4_new .img_box_new {
        flex: 0 0 45%;
    }
    .section4_new .txt_box_new {
        flex: 1 1 50%;
    }

    .section5_new .why_grid_new {
        gap: 20px; 
    }
    .section5_new .why_card_new {
        padding: 35px 25px 40px;
    }
    .section5_new .icon_circle {
        width: 56px; 
        height: 56px;
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {

    .section1_new .connect_line_new {
        display: none !important;
    }
    .section1_new .zoom_panel_new {
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        width: 55% !important;
        height: 250px !important;
    }
    .section1_new .main_title_new,
    .section2_new .title_new,
    .section3_new .title_new,
    .section4_new .title_new,
    .section5_new .main_title_new {
        font-size: 34px !important;
        line-height: 1.4 !important;
    }
    .section1_new .intro_text_new p,
    .section1_new .main_desc_new {
        font-size: 20px !important;
    }
    .section1_new .sub_desc_new,
    .section2_new .summary_new,
    .section3_new .desc_wrap_new p,
    .section4_new .main_desc_new,
    .section4_new .sub_desc_new,
    .section5_new .card_txt_new p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }
    .section1_new .inner_new,
    .section2_new .inner_new,
    .section3_new .inner_new,
    .section4_new .inner_new,
    .section5_new .inner_new {
        padding: 0 30px;
    }
    .section1_new .core_value_box_new {
        padding: 50px 30px;
        margin-top: 70px;
    }
    .section1_new .insight_card_new {
        padding: 24px 20px;
    }
    .section1_new .card_icon_new {
        width: 70px;
        height: 70px;
        margin-bottom: 16px;
    }
    .section1_new .card_icon_new svg {
        width: 32px;
        height: 32px;
    }
    .section1_new .insight_card_new p {
        font-size: 16px;
    }
    .section1_new .conclusion_banner_new {
        padding: 40px 30px;
    }
    .section1_new .conclusion_banner_new p {
        font-size: 18px;
    }
    .section2_new .main_wrap_new {
        gap: 30px;
    }
    .section2_new .img_side_new, 
    .section2_new .txt_side_new {
        flex: 0 0 48%;
    }
    .section2_new .img_view_new {
        height: 500px;
    }
    .section2_new .svc_list_new li {
        width: 100%;
        padding: 24px 30px;
        box-sizing: border-box;
    }
    .section3_new .main_wrap_new {
        gap: 30px;
    }
    .section3_new .txt_side_new, 
    .section3_new .img_side_new, 
    .section3_new .visual_side_new {
        flex: 0 0 48%;
    }
    .section3_new .img_view_new, 
    .section3_new .custom_slider_container_new {
        height: 500px;
    }
    .section3_new .keypoint_box_new {
        padding: 30px 20px;
    }
    .section4_new .content_grid_new {
        gap: 30px;
    }
    .section4_new .img_box_new {
        flex: 0 0 48%;
    }
    .section4_new .txt_box_new {
        flex: 1 1 48%;
    }
    .section4_new .conclusion_box_new {
        padding: 25px 25px;
    }
    .section5_new .why_grid_new {
        gap: 16px;
    }
    .section5_new .why_card_new {
        padding: 30px 20px 35px;
    }
    .section5_new .icon_circle {
        width: 48px;
        height: 48px;
        font-size: 20px;
        margin-bottom: 16px;
    }
    .section5_new .line_tag_new {
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .pc_br_new { display: none; }
    .mb_br_new { display: block; }
    
    .section1_new,
    .section2_new,
    .section3_new,
    .section4_new,
    .section5_new
    {
        padding: 80px 0 !important;
        margin-top: 0;
    }

    .section1_new
    {
        margin-top: 100 !important;
    }

    .section1_new .ref_visual_area_new .zoom_effect_container_new {
        aspect-ratio: 16 / 9;
    }

    .section1_new .main_title_new,
    .section2_new .title_new,
    .section3_new .title_new,
    .section4_new .title_new,
    .section5_new .main_title_new {
        font-size: 32px !important;
        line-height: 1.4 !important;
        text-align: center;
    }

    .section1_new .intro_text_new p,
    .section1_new .main_desc_new {
        font-size: 20px !important;
        line-height: 1.5 !important;
        text-align: center;
    }

    .section1_new .sub_desc_new,
    .section2_new .summary_new,
    .section3_new .desc_wrap_new p,
    .section4_new .main_desc_new,
    .section4_new .sub_desc_new,
    .section4_new .desc_wrap_new p,
    .section5_new .card_txt_new p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        text-align: center;
    }

    .section2_new {
        padding: 0px 0 !important; 
        position: relative;
        overflow: hidden;
    }


    .section2_new .main_wrap_new,
    .section3_new .main_wrap_new,
    .section4_new .content_grid_new {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .section2_new .txt_side_new,
    .section3_new .txt_side_new,
    .section4_new .txt_box_new {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section2_new .content_area_new,
    .section3_new .content_area_new {
        width: 100%;
        max-width: 100%;
        padding: 0;
        background: transparent;
    }

    .section2_new .top_tag_new,
    .section3_new .top_tag_new,
    .section4_new .tag_wrap_new {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 100%;
        justify-content: center;
    }

    .section1_new .divider_new,
    .section2_new .divider_new,
    .section3_new .divider_new,
    .section4_new .divider_new {
        margin-left: auto;
        margin-right: auto;
    }

    .section2_new .svc_list_new,
    .section3_new .keypoint_box_new,
    .section4_new .conclusion_box_new {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .section2_new .svc_list_new li {
        width: 100%;
        padding: 24px 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section2_new .svc_head_new {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .section2_new .icon_box_new {
        margin: 0 auto;
    }

    .section2_new .svc_body_new {
        padding-left: 0 !important;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section2_new li.active_item_new .svc_body_new::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .section2_new .bullet_list_new li {
        padding: 4px 0;
        text-align: center;
    }

    .section2_new .bullet_list_new li::before {
        display: none;
    }

    .section2_new .banner_inner_new {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 12px;
    }

    .section3_new .keypoint_list_new li {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .section3_new .conclusion_inner_new,
    .section4_new .conclusion_inner_new {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .section3_new .conclusion_inner_new .icon_wrap_new,
    .section4_new .conclusion_inner_new .icon_wrap_new {
        margin: 0 auto;
    }

    .section2_new .img_side_new,
    .section3_new .img_side_new,
    .section3_new .visual_side_new,
    .section4_new .img_box_new {
        width: 100%;
        flex: none !important;
        position: relative;
        top: 0;
    }

    .section2_new .img_view_new,
    .section3_new .img_view_new,
    .section3_new .custom_slider_container_new {
        height: 350px !important;
        border-radius: 20px;
    }

    .section4_new .img_box_new {
        height: 350px;
        display: block;
    }

    .section2_new .img_view_new img,
    .section3_new .img_view_new img,
    .section3_new .custom_slider_container_new img,
    .section4_new .img_box_new img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .section1_new .insight_grid_new {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .section5_new .why_grid_new {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .section5_new .why_card_new {
        align-items: center;
        text-align: center;
    }

    .section5_new .card_icon_wrap_new {
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .section5_new .icon_circle {
        margin: 0 auto 15px auto;
    }

    .section5_new .why_card_new:nth-child(3) {
        grid-column: 1 / 3;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .section5_new .why_card_new:nth-child(3) .card_icon_wrap_new {
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 430px) {
    .pc_br_new { display: none; }
    .mb_br_new { display: block; }
    
    .section1_new,
    .section2_new,
    .section3_new,
    .section4_new,
    .section5_new {
        padding: 60px 0 !important;
        margin-top: 0;
    }

    .section1_new {
        margin-top: 70px !important;
    }

    .section1_new .inner_new,
    .section2_new .inner_new,
    .section3_new .inner_new,
    .section4_new .inner_new,
    .section5_new .inner_new {
        padding: 0 20px;
    }

    .section1_new .main_title_new,
    .section2_new .title_new,
    .section3_new .title_new,
    .section4_new .title_new,
    .section5_new .main_title_new
    {
        font-size: 26px !important;
        line-height: 1.35 !important;
        text-align: center;
        margin-bottom: 20px;
        word-break: keep-all !important;
    }

    .section1_new .intro_text_new p,
    .section1_new .main_desc_new {
        font-size: 18px !important;
        line-height: 1.5 !important;
        text-align: center;
    }

    .section1_new .sub_desc_new,
    .section2_new .summary_new,
    .section3_new .desc_wrap_new p,
    .section4_new .main_desc_new,
    .section4_new .sub_desc_new,
    .section4_new .desc_wrap_new p,
    .section5_new .card_txt_new p {
        font-size: 15px !important;
        line-height: 1.6 !important;
        text-align: center;
    }

    .section2_new .main_wrap_new,
    .section3_new .main_wrap_new,
    .section4_new .content_grid_new {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .section2_new .txt_side_new,
    .section3_new .txt_side_new,
    .section4_new .txt_box_new {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section2_new .content_area_new,
    .section3_new .content_area_new {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .section2_new .top_tag_new,
    .section3_new .top_tag_new,
    .section4_new .tag_wrap_new {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
        justify-content: center;
        margin-bottom: 16px;
    }

    .section1_new .divider_new,
    .section2_new .divider_new,
    .section3_new .divider_new,
    .section4_new .divider_new {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
        width: 36px;
    }

    .section1_new .ref_visual_area_new .zoom_effect_container_new {
        aspect-ratio: 1 / 1;
    }

    .section1_new .core_value_box_new {
        padding: 40px 20px;
        margin-top: 40px;
        border-radius: 24px;
    }

    .section1_new .insight_grid_new {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .section1_new .insight_card_new {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .section1_new .conclusion_banner_new {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .section1_new .conclusion_banner_new p {
        font-size: 16px;
    }

    .section2_new .img_side_new,
    .section3_new .img_side_new,
    .section3_new .visual_side_new,
    .section4_new .img_box_new {
        width: 100%;
        flex: none !important;
        position: relative;
        top: 0;
    }

    .section2_new .img_view_new,
    .section3_new .img_view_new,
    .section3_new .custom_slider_container_new,
    .section4_new .img_box_new {
        height: 250px !important;
        border-radius: 16px;
    }

    .section2_new .img_thumb_new {
        height: 80px;
        gap: 8px;
        margin-top: 10px;
    }

    .section3_new .img_thumb_new {
        height: 100px;
        gap: 8px;
        margin-top: 10px;
    }

    .section2_new .svc_list_new,
    .section3_new .keypoint_box_new,
    .section4_new .conclusion_box_new {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .section2_new .svc_list_new li {
        padding: 20px 16px;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section2_new .svc_head_new {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .section2_new .icon_box_new {
        margin: 0 auto;
        width: 44px;
        height: 44px;
    }

    .section2_new .txt_group_new h3 {
        font-size: 18px;
    }

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

    .section2_new .svc_body_new {
        padding-left: 0 !important;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section2_new li.active_item_new .svc_body_new::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .section2_new .bullet_list_new li {
        padding: 4px 0;
        text-align: center;
        font-size: 13px;
    }

    .section2_new .bullet_list_new li::before {
        display: none;
    }

    .section2_new .bottom_banner_new {
        padding: 20px 16px;
    }

    .section2_new .banner_inner_new {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 10px;
    }

    .section2_new .banner_inner_new p {
        font-size: 14px;
    }

    .section3_new .keypoint_box_new {
        padding: 24px 16px;
    }

    .section3_new .keypoint_list_new li {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .section3_new .keypoint_list_new li span {
        font-size: 14px;
    }

    .section3_new .conclusion_box_new,
    .section4_new .conclusion_box_new {
        padding: 20px 16px;
    }

    .section3_new .conclusion_inner_new,
    .section4_new .conclusion_inner_new {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .section3_new .conclusion_inner_new .icon_wrap_new,
    .section4_new .conclusion_inner_new .icon_wrap_new {
        margin: 0 auto;
    }

    .section3_new .conclusion_inner_new p,
    .section4_new .conclusion_inner_new p {
        font-size: 14px;
    }

    .section5_new .why_grid_new {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 40px;
    }

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

    .section5_new .why_card_new:nth-child(3) {
        grid-column: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .section5_new .card_icon_wrap_new {
        align-items: center;
        width: 100%;
        margin-bottom: 16px;
    }

    .section5_new .icon_circle {
        margin: 0 auto 12px auto;
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .section5_new .why_card_new:nth-child(3) .card_icon_wrap_new {
        margin-bottom: 16px;
    }

}
