/* main_visual */

#main_visual{
    padding: 85px 0 0 0;
    background: rgba(12, 12, 12, 1);
}

#main_visual .container{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1150px;
    height: 100%;
}

#main_visual .grid_deco .grid_deco_inner{
    max-width: 1150px;
}

#main_visual .mv_top{
    width: 100%;
    height: 110px;
}

#main_visual .mv_top .main_234_deco{
    position: absolute;
    right: calc(100% + 20px);
    bottom: 20px;
    width: 190px;
}

#main_visual .mv_top .cross_deco{
    position: absolute;
    left: -16px;
    bottom: -16px;
}

#main_visual .mv_content{
    width: 100%;
    border-top: 1px solid rgba(43, 43, 43, 1);
    border-bottom: 1px solid rgba(43, 43, 43, 1);
}

#main_visual .mvc_inner{
    width: 100%;
    padding: 60px 115px 40px 115px;
}

#main_visual .mvc_bg{
    position: relative;
    width: 100%;
}

#main_visual .mvc_bg::before,
#main_visual .mvc_bg::after,
#main_visual .mvc_bg figure::before,
#main_visual .mvc_bg figure::after{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    pointer-events: none;
    z-index: 2;
}

#main_visual .mvc_bg::before{ top: -4px; left: -4px; }
#main_visual .mvc_bg::after{ top: -4px; right: -4px; }
#main_visual .mvc_bg figure::before{ bottom: -4px; left: -4px; }
#main_visual .mvc_bg figure::after{ bottom: -4px; right: -4px; }

#main_visual .mvc_bg figure{
    width: 100%;
}

#main_visual .mvc_bg figure img{
    display: block;
}

#main_visual .mv_content .blur_txtDeco{
    position: absolute;
    right: min(-210px, -11.042vw);
    bottom: 24%;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

#main_visual .mv_content .blur_txtDeco.fade_in{
    opacity: 1;
    transform: translateY(0);
}

#main_visual .mv_bot .container{
    position: static;
}

#main_visual .mv_bot .mv_tit{
    position: relative;
    width: 100%;
    padding: 30px 20px 70px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
}

#main_visual .mv_bot .mv_tit .min_tit{
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: rgba(255, 255, 255, 0.5);
}

#main_visual .mv_bot .mv_tit h2{
    font-size: clamp(40px, 5.208vw, 100px);
    font-weight: 700;
    color: #fff;
}

#main_visual .mv_bot .mv_tit h2 .char{
    display: inline-block;
    opacity: 0;
    filter: blur(min(12px, 0.625vw));
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), filter 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#main_visual .mv_bot .mv_tit h2 .char.revealed{
    opacity: 1;
    filter: blur(0);
}

#main_visual .mv_bot .mv_tit .cross_deco{
    position: absolute;
    right: -16px;
    top: -16px;
}

#main_visual .mv_bot .grid_barcode{
    left: 100px;
    bottom: 70px;
}

/* main_aslan */

#main_aslan{
    width: 100%;
    padding: min(190px, 17.5926vmin) 0 min(300px, 27.7778vmin) 0;
    overflow: clip;
}

#main_aslan > .cross_deco{
    position: absolute;
    left: 120px;
    top: 120px;
}

#main_aslan .msl_bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

#main_aslan .msl_bg::before{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    width: 100%;
    height: 110svh;
    background: linear-gradient(180deg, #090909 64.42%, rgba(9, 9, 9, 0) 92.9%);
}

#main_aslan .msl_container{
    display: flex;
    flex-direction: column;
    max-width: 1500px;
}

#main_aslan .msl_tit{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    gap: min(40px, 3.7037vmin);
}

#main_aslan .msl_tit h2 span{
    font-size: min(50px, 4.6296vmin);
    line-height: 1.3;
    font-weight: 700;
}

#main_aslan .msl_tit h2 strong{
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: min(75px, 6.9444vmin);
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-top: min(10px, 0.9259vmin);
}

#main_aslan .msl_tit p{
    font-size: min(20px, 1.8519vmin);
    line-height: 1.5;
    font-weight: 600;
}

#main_aslan .msl_effect_box{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: min(100px, 9.2593vmin);
    overflow: clip;
}

#main_aslan .msl_effect_box{
    --effect-bg: rgba(31, 31, 31, 0.6);
}
#main_aslan .msl_effect_box::before{
    content: "";
    position: absolute;
    inset: 0;
    background: var(--effect-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 0;
    pointer-events: none;
    transition: background 0.8s ease;
}

#main_aslan .msl_effect_txt{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 4.5em;
    margin: 50px 0 80px 0;
    padding: 0 15px;
    text-align: center;
}

#main_aslan .msl_effect_txt p{
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

#main_aslan .effect_step1{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}

#main_aslan .effect_step1.is_hidden{
    visibility: hidden;
    pointer-events: none;
}

#main_aslan .effect_step1 .step1_list_area{
    flex: 1;
    width: 100%;
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#main_aslan .effect_step1 .step1_list{
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: visible;
}

#main_aslan .effect_step1 .step1_list li{
    position: relative;
}

#main_aslan .effect_step1 .step1_connector{
    position: relative;
    z-index: 1;
    width: calc(100% - 272px);
    height: 48px;
    align-self: center;
    flex-shrink: 0;
    pointer-events: none;
    overflow: visible;
}

#main_aslan .effect_step1 .step1_connector canvas{
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
}

#main_aslan .effect_step1 .step1_list_img{
    width: 272px;
}

#main_aslan .effect_step1 .step1_list_img figure{
    width: 100%;
}

#main_aslan .effect_step1 .step1_list_img figure img{
    display: block;
    width: 100%;
}

#main_aslan .step1_list_folder{
    position: absolute;
    width: 215px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}
#main_aslan .step1_list_folder .top,
#main_aslan .step1_list_folder .bot{
    opacity: 0;
    visibility: hidden;
}

#main_aslan .step1_list_folder.pos1{
    left: -60%;
    top: 50%;
}

#main_aslan .step1_list_folder.pos2{
    left: 30%;
    top: 120%;
}

#main_aslan .step1_list_folder.pos3{
    left: -40%;
    top: -15%;
}

#main_aslan .step1_list_folder.pos4{
    left: 85%;
    bottom: -5%;
}

#main_aslan .step1_list_folder.pos5{
    left: 82%;
    top: -15%;
}

#main_aslan .step1_list_folder.pos6{
    left: 70%;
    top: 125%;
}

#main_aslan .step1_list_folder .top{
    width: fit-content;
    background: rgba(99, 49, 192, 1);
    padding: 6px 20px 6px 14px;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
}

#main_aslan .step1_list_folder .top span{
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 500;
    display: inline-block;
    padding-right: 10px;
}

#main_aslan .step1_list_folder .bot{
    width: 100%;
    padding: 12px 16px;
    background: rgba(101, 34, 225, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

#main_aslan .step1_list_folder .bot p{
    font-size: 11px;
    line-height: 1.4;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5); 
}

#main_aslan .effect_step2{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    z-index: 2;
}

#main_aslan .effect_step2.is_visible{
    display: block;
    pointer-events: auto;
}

#main_aslan .step2_box{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 80px;
}

#main_aslan .step2_box .left{
    width: 35%;
}

#main_aslan .step2_main_process{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

#main_aslan .step2_main_process .bigTxt{
    font-family: Arial, sans-serif;
    font-size: min(113px, 7.4342vw);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.1);
    line-height: 0.68;
    display: inline-block;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

#main_aslan .step2_main_process .bigTxt strong{
    line-height: 1;
    display: inline-block;
}

#main_aslan .step2_mp_list_area{
    flex: 1;
    position: relative;
    width: 100%;
    min-height: 352px;
    display: flex;
    align-items: center;
    padding: 40px 65px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

#main_aslan .step2_mp_list{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#main_aslan .step2_mp_list .step2_mp_line{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1;
}

#main_aslan .step2_mp_side_connector{
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

#main_aslan .step2_mp_side_connector.left{
    left: 0;
}

#main_aslan .step2_mp_side_connector.right{
    right: 0;
}

#main_aslan .step2_mp_side_connector canvas{
    display: block;
    width: 100%;
    height: 100%;
}

#main_aslan .step2_mp_list li{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 18px 8px;
    background: rgba(142, 87, 244, 1);
    text-align: center;
}

#main_aslan .step2_mp_list li span{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

#main_aslan .step2_box > .right{
    flex: 1;
    opacity: 0;
}

#main_aslan .step2_box .step2_sub_process{
    width: 100%;
    height: 100%;
}

#main_aslan .step2_box .step2_sub_process ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#main_aslan .step2_box .step2_sub_process ul li{
    width: 100%;
    max-width: 172px;
}

#main_aslan .step2_box .step2_sub_process ul li .step2_sp_img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#main_aslan .step2_box .step2_sub_process ul li .step2_sp_img img{
    width: 100%;
    margin: auto 0;
}

#main_aslan .step2_box .step2_gap_connector{
    position: absolute;
    display: flex;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    z-index: 2;
}

#main_aslan .step2_box .step2_gap_connector .connector_line{
    flex: 1;
    height: 0;
    border-top: 1px dashed #fff;
}

#main_aslan .step2_box .step2_gap_connector .connector_arrow{
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-left: -2px;
}

/* main_problemSolve */

#main_problemSolve{
    height: 100svh;
    position: relative;
    background: rgba(38, 38, 38, 1);
    display: flex;
    align-items: center;
    overflow: clip;
    justify-content: center;
}

#main_problemSolve .ps_grid{
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
}

#main_problemSolve .ps_grid .ps_cell{
    background: rgba(26, 26, 26, 1);
    border-radius: 5px;
    position: relative;
    padding: 17px;
}

#main_problemSolve .ps_grid .ps_cell.alignEnd{
    display: flex;
    align-items: flex-end;
}

#main_problemSolve .ps_grid .ps_cell .cell_label{
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.02em;
    color: rgba(81, 81, 81, 1);
}

#main_problemSolve .ps_grid .ps_cell .deco_txt04{
    width: 100%;
    display: block;
}

/* 내부 교차점 오목 마름모 (4셀이 만나는 곳) */
#main_problemSolve .ps_grid .ps_cell:nth-child(-n+20):not(:nth-child(10n))::after{
    content: '';
    position: absolute;
    bottom: -5.5px;
    right: -5.5px;
    width: 10px;
    height: 10px;
    background: rgba(87, 87, 87, 1);
    clip-path: path('M 5 0 A 5 5 0 0 0 10 5 A 5 5 0 0 0 5 10 A 5 5 0 0 0 0 5 A 5 5 0 0 0 5 0 Z');
    z-index: 1;
}

/* 상단 교차점 오목 마름모 */
#main_problemSolve .ps_grid .ps_cell:nth-child(-n+9)::before{
    content: '';
    position: absolute;
    top: -5.5px;
    right: -5.5px;
    width: 10px;
    height: 10px;
    background: rgba(87, 87, 87, 1);
    clip-path: path('M 5 0 A 5 5 0 0 0 10 5 A 5 5 0 0 0 5 10 A 5 5 0 0 0 0 5 A 5 5 0 0 0 5 0 Z');
    z-index: 1;
}

/* 하단 교차점 오목 마름모 */
#main_problemSolve .ps_grid .ps_cell:nth-child(n+21):not(:nth-child(30))::after{
    content: '';
    position: absolute;
    bottom: -5.5px;
    right: -5.5px;
    width: 10px;
    height: 10px;
    background: rgba(87, 87, 87, 1);
    clip-path: path('M 5 0 A 5 5 0 0 0 10 5 A 5 5 0 0 0 5 10 A 5 5 0 0 0 0 5 A 5 5 0 0 0 5 0 Z');
    z-index: 1;
}

#main_problemSolve .ps_container{
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 1520px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    gap: 0 60px;
}

#main_problemSolve .mps_tit{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#main_problemSolve .mps_tit h2{
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #fff;
}

#main_problemSolve .mps_slide_box{
    width: 440px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#main_problemSolve .mps_nav_area{
    display: none;
}

#main_problemSolve .mps_slide{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#main_problemSolve .mps_slide .slide_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(41, 41, 41, 1);
    flex-shrink: 0;
    position: relative;
}

#main_problemSolve .mps_slide .slide_item::before,
#main_problemSolve .mps_slide .slide_item::after{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    pointer-events: none;
}
#main_problemSolve .mps_slide .slide_item::before{ top: 0; left: 0; }
#main_problemSolve .mps_slide .slide_item::after{ top: 0; right: 0; }

#main_problemSolve .mps_slide .slide_item .top::before,
#main_problemSolve .mps_slide .slide_item .top::after{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    pointer-events: none;
}
#main_problemSolve .mps_slide .slide_item .top::before{ bottom: 0; left: 0; }
#main_problemSolve .mps_slide .slide_item .top::after{ bottom: 0; right: 0; }

#main_problemSolve .mps_slide .slide_item .top{
    padding: 20px 28px 40px 28px;
    display: flex;
    flex-direction: column;
}

#main_problemSolve .mps_slide .slide_item .top strong{
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
}

#main_problemSolve .mps_slide .slide_item .bot{
    width: 100%;
    padding: 20px 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
}

#main_problemSolve .mps_slide .slide_item .bot .fraction{
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.1);
    font-family: var(--font-RedditSans);
}

#main_problemSolve .mps_slide .slide_item .bot .fraction em{
    font-style: normal;
    color: rgba(255, 255, 255, 0.8);
}

/* main_proposal */

#main_proposal{
    padding: 11.1111vh 0;
    overflow: clip;
    height: 100vh;
}

#main_proposal .mpp_container{
    display: flex;
    flex-direction: column;
    height: 100%;
}

#main_proposal .mpp_top{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

#main_proposal .mpp_top h2{
    font-size: 4.4444vh;
    font-weight: 600;
    color: rgba(25, 25, 25, 1);
    line-height: 1.5;
    letter-spacing: -0.02em;
}

#main_proposal .mpp_bot{
    display: flex;
    flex: 1;
    grid-column: 1;
    grid-row: 2;
}

#main_proposal .mpp_bot.floor2{
    display: none;
}

#main_proposal .mpp_b_left{
    width: 32%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#main_proposal .mpp_b_left .desc_area{
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-right: 20px;
}

#main_proposal .mpp_b_left .desc_area .num{
    font-size: 16px;
    color: rgba(16, 16, 16, 1);
    font-weight: 700;
    line-height: 1.5;
}

#main_proposal .mpp_b_left .desc_area h3{
    font-size: 5.5555vh;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

#main_proposal .mpp_b_center{
    position: relative;
    padding-right: 90px;
    height: 100%;
    aspect-ratio: 570 / 595;
    box-sizing: content-box;
    flex-shrink: 0;
}

#main_proposal .mpp_b_center .mpp_deco_blurTxt{
    position: absolute;
    bottom: 130px;
    padding: 30px;
    z-index: 3;
    background: rgba(122, 118, 131, 0.34);
    backdrop-filter: blur(47px);
    -webkit-backdrop-filter: blur(47px);
}

#main_proposal .mpp_b_center .mpp_deco_blurTxt::before,
#main_proposal .mpp_b_center .mpp_deco_blurTxt::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    pointer-events: none;
}
#main_proposal .mpp_b_center .mpp_deco_blurTxt::before{ top: -5px; left: -5px; }
#main_proposal .mpp_b_center .mpp_deco_blurTxt::after{ top: -5px; right: -5px; }

#main_proposal .mpp_b_center .mpp_deco_blurTxt .mpp_blurTxt_dots::before,
#main_proposal .mpp_b_center .mpp_deco_blurTxt .mpp_blurTxt_dots::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    pointer-events: none;
}
#main_proposal .mpp_b_center .mpp_deco_blurTxt .mpp_blurTxt_dots::before{ bottom: -5px; left: -5px; }
#main_proposal .mpp_b_center .mpp_deco_blurTxt .mpp_blurTxt_dots::after{ bottom: -5px; right: -5px; }

#main_proposal .mpp_b_center .mpp_deco_blurTxt span{
    font-size: 16px;
    color: #fff;
    font-family: Arial, sans-serif;
    line-height: 1.125;
}

#main_proposal .mpp_bot.floor1 .mpp_b_center .mpp_deco_blurTxt{
    right: 0;
}

#main_proposal .mpp_bot.floor2 .mpp_b_center .mpp_deco_blurTxt{
    right: calc(100% - 50px);
}

#main_proposal .mpp_visual{
    position: relative;
    height: 100%;
    aspect-ratio: 570 / 595;
    overflow: hidden;
}

#main_proposal .mpp_vis_grid{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(to right, rgba(214, 214, 214, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(214, 214, 214, 0.5) 1px, transparent 1px);
    background-size: 7px 7px;
    z-index: 2;
}

#main_proposal .mpp_vis_vid{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main_proposal .mpp_vis_vid video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
}

#main_proposal .mpp_vis_img{
    position: absolute;
    z-index: 2;
}

#main_proposal .mpp_vis_img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#main_proposal .mpp_bar_chart{
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 380px;
    max-height: calc(100% - 40px);
    z-index: 3;
    padding: 10px;
    background: rgba(65, 65, 65, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#main_proposal .mpp_bar_chart .mpp_bc_grid{
    width: 100px;
    height: 100%;
    border: 1px solid rgba(95, 95, 95, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-image:
        linear-gradient(to right, rgba(95, 95, 95, 1) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(95, 95, 95, 1) 1px, transparent 1px);
    background-size: 25px 25px;
}

#main_proposal .mpp_bar_chart .mpp_bc_labels{
    padding: 8px 6px 0;
    font-size: 8px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main_proposal .mpp_bar_chart .mpp_bc_labels span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

#main_proposal .mpp_bar_chart .mpp_bc_bars{
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 6px 0;
}

#main_proposal .mpp_bar_chart .mpp_bc_bar{
    width: 12px;
    background: rgba(217, 217, 217, 0.6);
    border-radius: 1px 1px 0 0;
}

@keyframes mppBarPulse1{
    0%{ height: 30%; }
    20%{ height: 55%; }
    40%{ height: 25%; }
    60%{ height: 65%; }
    80%{ height: 40%; }
    100%{ height: 30%; }
}

@keyframes mppBarPulse2{
    0%{ height: 50%; }
    15%{ height: 35%; }
    35%{ height: 70%; }
    55%{ height: 28%; }
    75%{ height: 60%; }
    100%{ height: 50%; }
}

@keyframes mppBarPulse3{
    0%{ height: 45%; }
    25%{ height: 72%; }
    45%{ height: 32%; }
    65%{ height: 58%; }
    85%{ height: 38%; }
    100%{ height: 45%; }
}

@keyframes mppBarPulse4{
    0%{ height: 75%; }
    18%{ height: 40%; }
    38%{ height: 68%; }
    58%{ height: 30%; }
    78%{ height: 55%; }
    100%{ height: 75%; }
}

#main_proposal .mpp_bar_chart .mpp_bc_bar:nth-child(1){
    animation: mppBarPulse1 4s ease-in-out infinite;
}

#main_proposal .mpp_bar_chart .mpp_bc_bar:nth-child(2){
    animation: mppBarPulse2 3.5s ease-in-out infinite;
}

#main_proposal .mpp_bar_chart .mpp_bc_bar:nth-child(3){
    animation: mppBarPulse3 4.2s ease-in-out infinite;
}

#main_proposal .mpp_bar_chart .mpp_bc_bar:nth-child(4){
    animation: mppBarPulse4 3.8s ease-in-out infinite;
}

#main_proposal .mpp_bot.floor1 .mpp_vis_deco{
    position: absolute;
    left: 25px;
    top: 25%;
    width: calc((100% - 50px) / 2);
    z-index: 3;
}

#main_proposal .mpp_deco_card{
    width: 240px;
    background-color: rgba(101, 34, 225, 1);
    padding: 20px 34px;
    position: relative;
    display: flex;
    flex-direction: column;
    clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%, 0 32px);
}

#main_proposal .mpp_deco_card_divider{
    width: 100%;
    margin-top: 16px;
    mix-blend-mode: lighten;
}

#main_proposal .mpp_deco_card_divider video{
    width: 100%;
    display: block;
}

#main_proposal .mpp_deco_card_label{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    font-family: Arial , sans-serif;
    color: rgba(255, 255, 255, 0.58);
}

#main_proposal .mpp_deco_card_line1{
    position: relative;
    padding-left: 12px;
}

#main_proposal .mpp_deco_card_line1::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: rgba(199, 189, 217, 1);
}

#main_proposal .mpp_bot.floor2 .mpp_vis_deco{
    position: absolute;
}

#main_proposal .mpp_b_right{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 25px;
}

#main_proposal .mpp_right_txt{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#main_proposal .mpp_right_txt strong{
    position: relative;
    display: block;
    max-width: 100%;
    margin-left: 30px;
    padding-left: 10px;
    font-size: 1.8518vh;
    font-weight: 600;
    color: rgba(16, 16, 16, 1);
}

#main_proposal .mpp_right_txt strong::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: rgba(16, 16, 16, 1);
}

#main_proposal .mpp_right_txt p{
    font-size: 1.8518vh;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
}

/* aslan_transform */

#aslan_Transform{
    height: 100vh;
}

#aslan_Transform .asn_ts_vid{
    position: relative;
    width: 100%;
    height: 100%;
}

#aslan_Transform .asn_ts_vid_pc{
    width: 100%;
    height: 100%;
}

#aslan_Transform .asn_ts_vid_pc video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#aslan_Transform .asn_ts_vid_mo{
    display: none;
    width: 100%;
    height: 100%;
}

#aslan_Transform .asn_ts_vid_mo video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#aslan_Transform .asn_ts_step1{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 15px;
}

#aslan_Transform .asn_ts_step1_txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    pointer-events: auto;
    margin-bottom: min(130px, 12.037svh);
    gap: min(15px, 1.3889svh);
}

#aslan_Transform .asn_ts_step1_txt span{
    font-size: min(20px, 1.8519svh);
    letter-spacing: -0.02em;
    font-weight: 600;
    color: rgba(153, 97, 255, 1);
}

#aslan_Transform .asn_ts_step1_txt strong{
    font-size: min(48px, 4.4444svh);
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #fff;
}

#aslan_Transform .asn_ts_step2{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px; 
}

#aslan_Transform .asn_ts_step2_txt{
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(122, 118, 131, 0.4);
    backdrop-filter: blur(47px);
    -webkit-backdrop-filter: blur(47px);
    pointer-events: auto;
    opacity: 0;
    visibility: hidden;
}

#aslan_Transform .asn_ts_step2_txt::before,
#aslan_Transform .asn_ts_step2_txt::after,
#aslan_Transform .asn_ts_step2_txt .bot::before,
#aslan_Transform .asn_ts_step2_txt .bot::after{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    pointer-events: none;
}

#aslan_Transform .asn_ts_step2_txt::before{
    top: -3.5px;
    left: -3.5px;
}

#aslan_Transform .asn_ts_step2_txt::after{
    top: -3.5px;
    right: -3.5px;
}

#aslan_Transform .asn_ts_step2_txt .bot::before{
    bottom: -3.5px;
    left: -3.5px;
}

#aslan_Transform .asn_ts_step2_txt .bot::after{
    bottom: -3.5px;
    right: -3.5px;
}

#aslan_Transform .asn_ts_step2_txt .top,
#aslan_Transform .asn_ts_step2_txt .bot{
    padding: 32px 230px 32px 32px;
}

#aslan_Transform .asn_ts_step2_txt .top{
    display: flex;
    flex-direction: column;
    gap: min(8px, 0.7407svh);
}

#aslan_Transform .asn_ts_step2_txt .top h3{
    font-size: min(48px, 4.4444svh);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}

#aslan_Transform .asn_ts_step2_txt .top span{
    font-size: min(20px, 1.8519svh);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: rgba(153, 97, 255, 1);
}

#aslan_Transform .asn_ts_step2_txt .bot{
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#aslan_Transform .asn_ts_step2_txt .bot p{
    margin-top: min(50px, 4.6296svh);
    font-size: min(20px, 1.8519svh);
    line-height: 1.7;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.6);
}

#aslan_Transform .asn_ts_step2_txt .bot p strong{
    font-weight: 700;
    color: #fff;
}

/* newDesign */

#newDesign{
    background: url('../img/main/main_newDesign_bg.png') center no-repeat;
    background-size: cover;
    overflow: clip;
}

#newDesign .pd_container{
    position: relative;
    height: 100svh;
    padding: min(170px, 8.85vw) 0;
}

#newDesign .nd_tit h2{
    font-size: clamp(28px, 2.5vw, 48px);
    font-weight: 600;
    line-height: 1.375;
    color: #fff;
}

#newDesign .nd_chart_area{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 410px;
    padding: 20px;
    background: rgba(128, 128, 128, 0.1);
    z-index: 10;
}

#newDesign .nd_chart_area::before,
#newDesign .nd_chart_area::after{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(217, 217, 217, 1);
    pointer-events: none;
}
#newDesign .nd_chart_area::before{ top: -4px; left: -4px; }
#newDesign .nd_chart_area::after{ top: -4px; right: -4px; }

#newDesign .nd_chart_area .nca_top::before,
#newDesign .nd_chart_area .nca_top::after{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(217, 217, 217, 1);
    pointer-events: none;
}
#newDesign .nd_chart_area .nca_top::before{ bottom: -4px; left: -4px; }
#newDesign .nd_chart_area .nca_top::after{ bottom: -4px; right: -4px; }

#newDesign .nd_chart_area.pos1{
    right: 0;
    top: 45px;
}

#newDesign .nd_chart_area.pos2{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#newDesign .nd_chart_area.pos3{
    right: 0;
    bottom: 45px;
}

#newDesign .nd_chart_area .nca_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 8px;
}

#newDesign .nd_chart_area .nca_top .tit{
    font-size: 19px;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
}

#newDesign .nd_chart_area .nca_top .cate{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px 8px;
}

#newDesign .nd_chart_area .nca_top .cate li{
    display: inline-block;
    color: rgba(255, 255, 255, 0.4);
    font-size: 8px;
    padding: 4px 16px;
    text-align: center;
    background: rgba(34, 34, 34, 1);
}

#newDesign .nd_chart_area .nca_chart{
    width: 100%;
    position: relative;
    aspect-ratio: 700 / 200;
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    margin-bottom: 25px;
}

#newDesign .nd_chart_area .nca_chart .chart_grid{
    position: absolute;
    inset: 0;
}

#newDesign .nd_chart_area .nca_chart .chart_grid .grid_v{
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}

#newDesign .nd_chart_area .nca_chart .chart_grid .grid_h{
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

#newDesign .nd_chart_area .nca_chart .chart_line{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

#newDesign .nd_chart_area .nca_chart .chart_label{
    position: absolute;
    font-size: 14px;
    color: rgba(173, 128, 255, 1);
    font-weight: 400;
    white-space: nowrap;
}

/* pos2: bar chart style */
#newDesign .nd_chart_area.pos2 .nca_chart{
    height: 97px;
    aspect-ratio: auto;
    background: linear-gradient(180deg, rgba(11, 11, 11, 0.98) 0%, rgba(7, 7, 7, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

#newDesign .nd_chart_area.pos2 .nca_chart .chart_grid{
    z-index: 0;
}

#newDesign .nd_chart_area.pos2 .nca_chart .chart_grid .grid_v{
    background: rgba(255, 255, 255, 0.07);
}

#newDesign .nd_chart_area.pos2 .nca_chart .chart_grid .grid_h{
    display: none;
}

#newDesign .nd_chart_area.pos2 .nca_chart .chart_bars{
    position: absolute;
    inset: 20px 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#newDesign .nd_chart_area.pos2 .nca_chart .chart_bar{
    display: flex;
    align-items: center;
    border-radius: 1px;
    overflow: hidden;
}

#newDesign .nd_chart_area.pos2 .nca_chart .chart_bar_top{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 20px;
    gap: 5px;
}

#newDesign .nd_chart_area.pos2 .nca_chart .chart_bar_small{
    width: 32px;
    height: 20px;
    background: rgba(255, 255, 255, 0.22);
}

#newDesign .nd_chart_area.pos2 .nca_chart .chart_value{
    position: absolute;
    right: 25px;
    bottom: 25px;
    display: inline-flex;
    align-items: center;
    height: 20px;
    color: rgba(146, 113, 255, 1);
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    font-family: 'Reddit Sans', sans-serif;
}

#newDesign .nd_chart_area.pos2 .nca_chart .chart_bar_large{
    justify-content: flex-end;
    width: calc(100% - 25px);
    height: 20px;
    padding: 0 12px;
    background: linear-gradient(90deg, rgba(122, 37, 255, 1) 0%, rgba(108, 32, 255, 1) 55%, rgba(91, 27, 238, 1) 100%);
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.06);
}

#newDesign .nd_chart_area.pos2 .nca_chart .chart_brand{
    font-size: 11px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-family: 'Reddit Sans', sans-serif;
}

/* pos3: gauge chart style */
#newDesign .nd_chart_area.pos3 .nca_chart{
    aspect-ratio: 370 / 104;
    background: linear-gradient(180deg, rgba(15, 15, 16, 0.98) 0%, rgba(7, 7, 8, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    overflow: visible;
}

#newDesign .nd_chart_area.pos3 .nca_chart::before,
#newDesign .nd_chart_area.pos3 .nca_chart::after{
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

#newDesign .nd_chart_area.pos3 .nca_chart::before{
    background:
        repeating-linear-gradient(
            90deg,
            transparent 0 13px,
            rgba(255, 255, 255, 0.045) 13px 14px
        ),
        repeating-linear-gradient(
            180deg,
            transparent 0 13px,
            rgba(255, 255, 255, 0.045) 13px 14px
        );
}

#newDesign .nd_chart_area.pos3 .nca_chart::after{
    background:
        linear-gradient(90deg, rgba(122, 37, 255, 0.08) 0%, rgba(122, 37, 255, 0) 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 40%);
    opacity: 0.9;
}

#newDesign .nd_chart_area.pos3 .nca_chart .chart_grid,
#newDesign .nd_chart_area.pos3 .nca_chart .chart_line,
#newDesign .nd_chart_area.pos3 .nca_chart .chart_label{
    display: none;
}

#newDesign .nd_chart_area.pos3 .gauge_wrap{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 104px;
}

#newDesign .nd_chart_area.pos3 .gauge_arc{
    position: absolute;
    top: 0;
    left: 45px;
    right: 45px;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

#newDesign .nd_chart_area.pos3 .gauge_svg{
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    shape-rendering: geometricPrecision;
    filter: drop-shadow(0 0 10px rgba(122, 37, 255, 0.12));
}

#newDesign .nd_chart_area.pos3 .gauge_seg{
    stroke: rgba(255, 255, 255, 0.18);
    stroke-width: 3px;
    stroke-linecap: butt;
    vector-effect: non-scaling-stroke;
    transition: stroke 0.18s ease;
}

#newDesign .nd_chart_area.pos3 .gauge_seg.is-active{
    stroke: var(--gauge-active-stroke, rgba(143, 104, 255, 0.96));
}

#newDesign .nd_chart_area.pos3 .gauge_core{
    fill: rgba(49, 37, 76, 0.92);
}

#newDesign .nd_chart_area.pos3 .gauge_pointer_glow{
    stroke: rgba(255, 255, 255, 0.18);
    stroke-width: 3px;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
}

#newDesign .nd_chart_area.pos3 .gauge_pointer{
    stroke: rgba(255, 255, 255, 0.92);
    stroke-width: 1.4px;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
}

#newDesign .nd_chart_area.pos3 .gauge_dot{
    fill: #fff;
}

#newDesign .nd_chart_area.pos3 .gauge_info{
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

#newDesign .nd_chart_area.pos3 .gauge_info_label{
    font-size: 11px;
    font-weight: 600;
    color: rgba(154, 123, 255, 1);
    letter-spacing: 0.06em;
    font-family: 'Reddit Sans', sans-serif;
    line-height: 1.05;
}

#newDesign .nd_chart_area.pos3 .gauge_info_value{
    font-size: 16px;
    font-weight: 700;
    color: rgba(154, 123, 255, 1);
    font-family: 'Reddit Sans', sans-serif;
    line-height: 1.05;
}

#newDesign .nd_chart_area .nca_desc_area{
    position: relative;
    display: flex;
    align-items: center;
    gap: 80px;
}

#newDesign .nd_chart_area .nca_desc_area::before{
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    top: -999px;
    bottom: -20px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 30%, rgba(0,0,0,0.85) 100%);
    opacity: var(--nd-dark, 0);
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 5;
}

#newDesign .nd_chart_area .nca_counter{
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    color: #fff;
    gap: 6px;
}

#newDesign .nd_chart_area .nca_counter strong{
    font-weight: 700;
    font-size: 60px;
    display: inline-block;
    width: auto;
    text-align: center;
}

#newDesign .nd_chart_area.pos3 .nca_counter strong{
    width: 2ch;
}

#newDesign .nd_chart_area .nca_counter span{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}

#newDesign .nd_chart_area .nca_desc p{
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
    font-size: 15px;
    font-weight: 500;
    word-break: break-word;
}

/* main_activeProjects */

#main_activeProjects{
    padding: 120px 0 160px 0;
}

#main_activeProjects .container{
    display: flex;
    flex-direction: column;
}

#main_activeProjects .mpj_tit{
    width: 100%;
    text-align: center;
    word-break: break-word;
}

#main_activeProjects .mpj_tit h2{
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

#main_activeProjects .mpj_tit h2 br.mobile{
    display: none;
}

#main_activeProjects .mpj_slide_area{
    position: relative;
    width: 100%;
    margin-top: 50px;
}

#main_activeProjects .mpj_tab_item{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 1520 / 684;
    padding: 50px 70px;
    display: flex;
    opacity: 0;
    transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

#main_activeProjects .mpj_tab_item:first-child{
    position: relative;
}

#main_activeProjects .mpj_tab_item.active{
    opacity: 1;
    pointer-events: auto;
}

#main_activeProjects .mpj_tab_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

#main_activeProjects .mpj_tab_img figure{
    width: 100%;
    overflow: hidden;
    position: relative;
}

#main_activeProjects .mpj_tab_img figure::after{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.10);
    pointer-events: none;
    z-index: 1;
}

#main_activeProjects .mpj_tab_img figure img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main_activeProjects .mpj_desc_area{
    position: absolute;
    z-index: 2;
    left: 70px;
    right: 470px;
    bottom: 50px;
    overflow: hidden;
    display: grid;
    align-items: end;
    justify-items: start;
    min-width: 0;
}

#main_activeProjects .mpj_desc{
    grid-area: 1 / 1;
    max-width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    transform: translateY(var(--mpj-fade-offset, 80px));
    transition: opacity 1s ease 1s, transform 1.4s cubic-bezier(0.16, 1, 0.3, 1) 1s;
    pointer-events: none;
}

#main_activeProjects .mpj_desc.active{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#main_activeProjects .mpj_desc .top_cate{
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 1.05;
    color: #fff;
}

#main_activeProjects .mpj_bullet_area{
    position: absolute;
    right: 70px;
    bottom: 50px;
    width: 380px;
    height: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#main_activeProjects .mpj_bullet_scrollBox{
    width: 100%;
    display: flex;
    flex-direction: column;
}

#main_activeProjects .mpj_bullet{
    flex-shrink: 0;
    width: 100%;
    cursor: pointer;
    transition: all 0.7s;
    position: relative;
    background: rgba(54, 54, 54, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#main_activeProjects .mpj_bullet:first-child{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#main_activeProjects .mpj_bullet.active,
#main_activeProjects .mpj_bullet:hover{
    background: rgba(54, 54, 54, 0.8);
}

#main_activeProjects .mpj_bullet .cross{
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    transition: opacity 0.4s;
}

#main_activeProjects .mpj_bullet.active .cross,
#main_activeProjects .mpj_bullet:hover .cross{
    opacity: 1;
}

#main_activeProjects .mpj_bullet .cross::before,
#main_activeProjects .mpj_bullet .cross::after{
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
}

#main_activeProjects .mpj_bullet .cross::before{
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

#main_activeProjects .mpj_bullet .cross::after{
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#main_activeProjects .mpj_bullet .cross.tl{ top: -5px; left: -5px; }
#main_activeProjects .mpj_bullet .cross.tr{ top: -5px; right: -5px; }
#main_activeProjects .mpj_bullet .cross.bl{ bottom: -5px; left: -5px; }
#main_activeProjects .mpj_bullet .cross.br{ bottom: -5px; right: -5px; }

#main_activeProjects .mpj_bullet a{
    display: flex;
    flex-direction: column;
    padding: 20px;
    pointer-events: none;
}

#main_activeProjects .mpj_bullet .top_cate{
    font-family: Pretendard;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

#main_activeProjects .mpj_bullet strong{
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-weight: 600;
    margin-top: 3px;
}

#main_activeProjects .mpj_bullet .sub_cate{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 6px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(188, 188, 188, 1);
    font-weight: 400;
}

#main_activeProjects .mpj_fraction{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 10;
    pointer-events: none;
}

#main_activeProjects .mpj_fraction::before{
    content: '[';
}

#main_activeProjects .mpj_fraction::after{
    content: ']';
}

#main_activeProjects .mpj_fraction .swiper-pagination-current{
    color: #fff;
}

#main_activeProjects .mpj_desc h3{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: #fff;
    margin-top: 10px;
}

#main_activeProjects .mpj_desc .sub_cate{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
}

#main_activeProjects .mpj_desc .sub_cate li{
    display: inline-block;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.17);
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

/* main_clients */

#main_clients{
    width: 100%;
    padding: 120px 0;
    background: rgba(226, 226, 233, 1) url('../img/main/main_clients_bg.png') no-repeat;
    background-position: right bottom;
    background-size: auto 50%;
}

#main_clients .grid_deco .grid_line{
    background: rgba(204, 204, 204, 1);
}

#main_clients .grid_deco .grid_line.vrt_dash{
    background: repeating-linear-gradient(
        to bottom,
        rgba(204, 204, 204, 1) 0px,
        rgba(204, 204, 204, 1) 6px,
        transparent 6px,
        transparent 12px
    );
}

#main_clients .mcl_cross_desc{
    position: absolute;
    top: 120px;
    right: -16px;
    transform: translateY(-50%);
}

#main_clients .mcl_container{
    display: flex;
    flex-direction: column;
}

#main_clients .mcl_desc{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

#main_clients .mcl_desc::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(204, 204, 204, 1);
}

#main_clients .mcl_desc .left{
    width: 40%;
    padding: min(65px, 3.3854vw) min(70px, 3.6458vw) min(170px, 8.8542vw) min(70px, 3.6458vw);
}

#main_clients .mcl_desc .left h2{
    font-family: Arial, sans-serif;
    font-size: 90px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: rgba(3, 3, 3, 1);
}

#main_clients .mcl_desc .right{
    width: 60%;
    padding: min(65px, 3.3854vw) min(70px, 3.6458vw) min(170px, 8.8542vw) min(70px, 3.6458vw);
    display: flex;
    justify-content: flex-end;
    align-self: stretch;
    align-items: center;
}

#main_clients .mcl_desc .right p{
    font-size: 20px;
    line-height: 1.5;
    color: rgba(3, 3, 3, 1);
    font-weight: 600;
}

#main_clients .mcl_companyList{
    width: 100%;
    overflow: hidden;
    position: relative;
}

#main_clients .mcl_companyList .mcl_cross_list{
    display: none;
}

/* 상단 가로선 - viewport 전체 */
#main_clients .mcl_companyList::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(204, 204, 204, 1);
    z-index: 2;
}

/* 하단 가로선 - viewport 전체 */
#main_clients .mcl_companyList::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(204, 204, 204, 1);
    z-index: 2;
}

/* 마키 트랙 (JS가 생성) */
#main_clients .mcl_companyList .mcl_track{
    display: flex;
    width: max-content;
    will-change: transform;
    animation: mclMarquee 1s linear infinite;
    animation-play-state: running;
}

#main_clients .mcl_companyList:hover .mcl_track{
    animation-play-state: paused;
}

#main_clients .mcl_companyList.is_dragging{
    cursor: grabbing;
    user-select: none;
}

#main_clients .mcl_companyList:not(.is_dragging){
    cursor: grab;
}

@keyframes mclMarquee{
    0%   { transform: translateX(0); }
    100% { transform: translateX(var(--mcl-set-width, -50%)); }
}

/* 칼럼 래퍼 (JS가 생성 — 3개 아이템을 세로로 묶음) */
#main_clients .mcl_companyList .mcl_col{
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

#main_clients .mcl_companyList .list_item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 304px;
    height: 120px;
    padding: 30px 20px;
    border-right: 1px solid rgba(204, 204, 204, 1);
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    position: relative;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    flex-shrink: 0;
    backface-visibility: hidden;
    transform: translateZ(0);
    box-sizing: border-box;
    isolation: isolate;
}

/* 각 칼럼의 마지막 아이템은 하단 border 제거 */
#main_clients .mcl_companyList .mcl_col .list_item:last-child{
    border-bottom: none;
}

#main_clients .mcl_companyList .list_item:hover,
#main_clients .mcl_companyList .list_item:focus-within{
    z-index: 4;
}

#main_clients .mcl_companyList .list_item figure{
    position: relative;
    z-index: 2;
}

#main_clients .mcl_companyList .list_item .dot{
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgba(96, 96, 122, 1);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 3;
}

#main_clients .mcl_companyList .list_item .dot.tl{
    top: -2.5px;
    left: -2.5px;
}

#main_clients .mcl_companyList .list_item .dot.tr{
    top: -2.5px;
    right: -2.5px;
}

#main_clients .mcl_companyList .list_item .dot.bl{
    bottom: -2.5px;
    left: -2.5px;
}

#main_clients .mcl_companyList .list_item .dot.br{
    bottom: -2.5px;
    right: -2.5px;
}

#main_clients .mcl_companyList .list_item:hover .dot,
#main_clients .mcl_companyList .list_item:focus-within .dot{
    opacity: 1;
}

#main_clients .mcl_companyList .list_item::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.12);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 0;
    backdrop-filter: blur(37px);
    -webkit-backdrop-filter: blur(37px);
}

#main_clients .mcl_companyList .list_item:hover::before,
#main_clients .mcl_companyList .list_item:focus-within::before{
    opacity: 1;
}

#main_clients .mcl_companyList.is_dragging .list_item::before,
#main_clients .mcl_companyList.is_dragging .list_item .dot{
    transition: none;
}

/* 행 구분 가로선 — viewport 전체 (2번째, 3번째 행 상단) */
#main_clients .mcl_companyList .mcl_col .list_item:nth-child(n+2)::after{
    content: '';
    position: absolute;
    top: -1px;
    left: min(0px, calc((1520px - 100vw) / 2));
    width: 100vw;
    height: 1px;
    background: rgba(204, 204, 204, 1);
    z-index: 1;
    pointer-events: none;
}

/* main_news */

#main_news{
    overflow: hidden;
    background: rgba(3, 3, 3, 1);
}

#main_news .news_inner{
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(calc(300 / 380 * 25cqi), auto);
    container-type: inline-size;
    position: relative;
}

/* 오른쪽 끝 세로선 */
#main_news .news_inner::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(33, 33, 33, 1);
    pointer-events: none;
    z-index: 1;
}

/* 하단 끝 가로선 (viewport 확장) */
#main_news .news_inner::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(33, 33, 33, 1);
    pointer-events: none;
    z-index: 1;
}

#main_news .news_inner > *{
    min-width: 0;
    position: relative;
    border-left: 1px solid rgba(33, 33, 33, 1);
}

/* 각 셀 상단 가로선 (viewport 확장) */
#main_news .news_inner > *::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(33, 33, 33, 1);
    pointer-events: none;
    z-index: 1;
}

#main_news .news_inner > .col2{
    grid-column: span 2;
}

#main_news .news_inner > [data-aos].aos-animate{
    transform: none !important;
}

#main_news .news_link_wrap > a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
    height: 100%;
    padding: 30px 60px 30px 30px;
    position: relative;
    transition: background 0.5s, outline-color 0.5s;
    outline: 1px solid transparent;
}

#main_news .news_link_wrap > a::after{
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    background: url('../img/common/link_arrow_02.svg') no-repeat center / 100% auto;
    opacity: 0;
    transition: opacity 0.5s;
}

#main_news .news_link_wrap > a:hover::after{
    opacity: 1;
}

#main_news .news_link_wrap > a:hover{
    background: rgba(24, 24, 24, 1);
    outline-color: rgba(121, 121, 121, 1);
    z-index: 4;
}
#main_news .news_link_wrap > a:hover *{
    color: #fff;
}

#main_news .news_link_wrap > .corner_sq{
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgba(121, 121, 121, 1);
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    transition: opacity 0.5s;
}

#main_news .news_link_wrap:has(a:hover) > .corner_sq{
    opacity: 1;
}

#main_news .news_link_wrap > .corner_sq:nth-of-type(1){ top: -2.5px; left: -2.5px; }
#main_news .news_link_wrap > .corner_sq:nth-of-type(2){ top: -2.5px; right: -2.5px; }
#main_news .news_link_wrap > .corner_sq:nth-of-type(3){ bottom: -2.5px; left: -2.5px; }
#main_news .news_link_wrap > .corner_sq:nth-of-type(4){ bottom: -2.5px; right: -2.5px; }

#main_news .news_deco_cell .cross_deco{
    position: absolute;
    bottom: -16px;
    right: -16px;
    z-index: 3;
}

#main_news .news_deco_cell > .deco_dot{
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgba(57, 57, 57, 1);
    pointer-events: none;
    z-index: 3;
}

#main_news .news_deco_cell > .deco_dot:nth-of-type(1){ top: -2.5px; right: -2.5px; }
#main_news .news_deco_cell > .deco_dot:nth-of-type(2){ bottom: -2.5px; left: -2.5px; }

#main_news .news_deco_cell .news_deco_lt{
    top: -2.5px;
    left: -2.5px;
}
#main_news .news_deco_cell .news_deco_rt{
    top: -16px;
    right: -16px;
    bottom: auto;
}

#main_news .news_link_wrap a .desc_area{
    display: flex;
    flex-direction: column;
}

#main_news .news_link_wrap a .desc_area h3{
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}

#main_news .news_link_wrap a .date{
    font-size: 12px;
    font-weight: 500;
    color: rgba(56, 56, 56, 1);
    transition: color 0.3s;
}
#main_news .news_link_wrap a:hover .date{
    color: #fff;
}

#main_news .news_logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
#main_news .news_logo .news_logo_symbol{
    width: 60px;
    height: auto;
    filter: invert(1) brightness(2);
}
#main_news .news_logo > .deco_dot{
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgba(57, 57, 57, 1);
    pointer-events: none;
    z-index: 3;
    bottom: -2.5px;
    left: -2.5px;
}

#main_news .news_txt_deco{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 40px 40px;
}

#main_news .news_txt_deco > .deco_dot{
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgba(57, 57, 57, 1);
    pointer-events: none;
    z-index: 3;
    top: -2.5px;
    right: -2.5px;
}

#main_news .news_txt_deco .news_txt_img{
    width: 222px;
    max-width: 100%;
}

#main_news .news_grd_img{
    width: 100%;
    height: 100%;
}

#main_news .news_grd_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#main_news .news_inner .news_cell_tit{
    padding: 70px;
    display: flex;
    flex-direction: column;
}

#main_news .news_inner .news_cell_cate{
    font-family: Arial, sans-serif;
    color: rgba(149, 149, 149, 1);
    letter-spacing: -0.02em;
    font-size: 12px;
    font-weight: 400;
}

#main_news .news_inner .news_cell_tit h2{
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}


/* main_request */

#main_request{
    padding: 200px 0;
}

#main_request .m_req_container{
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    gap: 65px;
}

#main_request .tit_area{
    display: flex;
    flex-direction: column;
    text-align: center;
    word-break: break-word;
}

#main_request .tit_area h2{
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #fff;
}

#main_request .link_area{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#main_request .link_area .link_item{
    width: calc(50% - 12px);
}

#main_request .link_area .link_item a{
    display: flex;
    flex-direction: column;
    padding: 30px 30px 40px 40px;
    gap: 85px;
    border: 1px solid rgba(44, 44, 44, 1);
    background: transparent;
    transition: background 0.5s, border-color 0.5s;
}

#main_request .link_area .link_item.active a{
    background: rgba(101, 34, 224, 1);
    border-color: rgba(101, 34, 224, 1);
}

#main_request .link_area .link_item .ico{
    display: flex;
    justify-content: flex-end;
}

#main_request .link_area .link_item .desc{
    display: flex;
    flex-direction: column;
}

#main_request .link_area .link_item .desc strong{
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: 700;
}

#main_request .link_area .link_item .desc p{
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    margin-top: 15px;
}
