/* CSS 모듈 임포트 */
@import url('./main.css');
@import url('./header.css');
@import url('./culture.css');
@import url('./recruit.css');
@import url('./apply.css');
@import url('./thank_you.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

body,html {height:100%;margin:0;padding:0}
ul, li, dl, dt, dd, p, span{margin:0;padding:0}
a{text-decoration:none}
li{list-style:none}
a{text-decoration:none}
*, :after, :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}


/* 작은 태블릿 (768px 이하) */
@media (max-width: 768px) {

    .statistics-section {
        padding-top: 20px;
    }

    .cta-subtitle {
        font-size: 12px;
        margin-bottom: 30px;
        font-weight: 200;
    }

    .job-category {
        text-align: left;
    }

    .job-title {
        text-align: left !important;
        font-size: 14px !important;
        margin-bottom: 0px !important;
    }

    .job-title h3 {
        text-align: left !important;
    }

    .job-meta {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px;
        color: #999999;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .mobile-timeline {
        display: none;
        padding: 20px;
        margin-top: 40px;
    }

    .mobile-timeline-items {
        max-width: 500px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-timeline-item {
        width: 100%;
        text-align: left;
    }

    .mission-vision-title {
        font-size: 20px;
        text-align: left;
    }

    .mobile-timeline-period {
        display: flex;
        justify-content: center;
        align-items: center;    
        margin-bottom: 10
    }

    .core-values-subtitle {
        text-align: center;
        padding-bottom: 0px;
        font-weight: 200;
        font-size: 12px !important;
    }

    .statistics-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding: 0;
        width: 100%;
        max-width: 100%;
        height: 150px;
    }

    .statistic-item {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        width: 100%;
    }

    .statistic-label {
        padding-bottom: 0;
        padding-top: 0;
        margin: 0;
    }

    .statistic-number {
        margin: 5px 0;
    }

    .job-openings-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        padding: 0 20px;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .job-card {
        width: 100%;
        margin: 0;
    }

    .job-description {
        font-size: 12px !important;
        text-align: left;
        font-weight: 200;
        padding-bottom: 0px !important;
    }

    .job-location, .job-type {
        font-size: 12px !important;
        font-weight: 200;
    }


    .job-category {
        font-size: 12px !important;
        font-weight: 200;
    }
    
    .project-section {
        padding-top: 50px !important;
    }

    .f-footer {
        margin-top: 50px !important;
    }

    .toss-year {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .toss-year::after {
        margin-left: 0 !important;
        margin-top: 8px !important;
    }

    .toss-timeline-line {
        width: 100% !important;
        height: 2px !important;
        min-height: 2px !important;
        max-height: 2px !important;
        margin: 16px 0 !important;
        position: relative !important;
        left: 0 !important;
        top: -58px !important;
    }
}

.statistics-graph {
    padding: 20px 0px !important;
}

/* 모바일 디바이스 (480px 이하) */
@media (max-width: 480px) {
    #inc01 {
        padding-top: 10px;
        height: auto;
        min-height: 400px;
    }

    .container-main {
        padding: 0 10px !important;
    }

    .text-center {
        padding-top: 20px;
    }
    

    .project-title h3 {
        font-size: 12px;
    }

    .mobile-timeline-items {
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;

    }

    .project-section {
        padding-top: 20px !important;
    }

    .f-footer {
        margin-top: 20px !important
    }

    .about-us-svg-line {
      height: 40px !important;
      min-height: 0 !important;
      max-height: 40px !important;
    }
    .about-us-svg-line-vertical {
      height: 100px !important;
      min-height: 0 !important;
      max-height: 100px !important;
    }


}

        /* ===== 기본 설정 및 공통 스타일 ===== */
        .animate-on-scroll {
            opacity: 0;
            transform: translate3d(0, 50px, 0);
            transition: opacity 0.8s, transform 0.8s;
        }
        
        .animate-on-scroll.visible {
            opacity: 1;
            transform: translate3d(0, 0, 0);
            z-index: 10000;
            background-color: #000;
        }
        
        /* ===== 스크롤 애니메이션 관련 스타일 ===== */
        .closest-element {
            z-index: 2;
        }
        
        .previous-element {
            z-index: 1;
        }
        
        .next-element {
            z-index: 0;
        }

        .f-subtitle {
            display: inline-flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            border: 1px solid #c8c8c834;
            background: linear-gradient(180deg, #00000049 40%, #ffffff14 100%);
            backdrop-filter: blur(3px);
            border-radius: 100px;
            padding: 4px;
            gap: 13px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }

        .section-large-title text-center

        .f-subtitle::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 1px;
            background: linear-gradient(90deg, transparent, #ffcc00, transparent);
            animation: gradientLine 3s linear infinite;
            box-shadow: 0 0 10px #ffc800, 
                       0 0 20px #ffd900, 
                       0 0 30px #ffff00;
        }

        @keyframes gradientLine {
            0% {
                left: -100%;
            }
            100% {
                left: 100%;
            }
        }

        .container-main {
            max-width: 1600px;
            width: 100%;
            padding: 0 20px;
            margin: 0 auto;
        }

        .about-us {
            height: 100vh;
        }

    
        .container-main-au {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            text-align: center;
        }

        .core-values-container {
            padding: 0 0px;
        }

        .f-s-s {
            display: flex;
            font-size: 12px;
            font-weight: 400;
            color: #fff;
            background: linear-gradient(180deg, rgb(20, 38, 203) 0%, rgb(45, 81, 244) 100%);
            border: 1px solid #7b9aff;
            border-radius: 50px;
            padding: 5px 10px;
        }

        .f-s-d {
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            padding-right: 8px;
        }

        .f-dec {
            font-size: 16px;
            font-weight: 400;
            color: #ffffff;
            padding-right: 5px;
            text-align: center;
            word-break: keep-all;
        }
        
        .text-block {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 0 20px;
            text-align: center;
        }

        .about-us-c {
            display: flex;
            padding-top: 100px;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            text-align: center;
        }

        /* ===== 고정 스크롤 카드 관련 스타일 ===== */
        .scroll-cards-container {
            position: relative;
            height: 900vh; /* 700vh에서 900vh로 증가 */
            width: 100%;
        }

        .pin-spacer {
            position: relative;
            width: 100%;
            height: 900vh; /* 700vh에서 900vh로 증가 */
            box-sizing: border-box;
        }

        .fixed-content-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            pointer-events: none;
        }

        .text-block {
            position: absolute;
            display: flex;
            flex-direction: column;
            align-items: left;
            justify-content: center;
            width: 100%;
            padding: 0 20px;
            text-align: center;
            opacity: 0;
            transform: translateY(50px);
            transition: none;
            pointer-events: auto;
            max-width: 1400px;
        }

        .core-values-subtitle {
            padding-top: 10px;
        }

        #block1 {
            text-align: left !important;
        }

        /* 텍스트 블록 3만 좌측 하단 정렬 */
        #block3 {
            align-items: flex-start !important;
            justify-content: flex-end !important;
            text-align: left !important;
            padding: 0 !important;
            display: flex !important;
            height: 100vh !important;
        }

        #block3 .info-card {
            position: absolute !important;
            bottom: 100px !important;
            left: 100px !important;
            right: auto !important;
            max-width: 700px !important;
            margin: 0 !important;
            background: transparent !important;
            padding: 0 !important;
            z-index: 20 !important;
        }

        #block3 .section-large-title {
            text-align: left !important;
            margin-bottom: 20px !important;
        }

        #block3 .section-subtitle {
            text-align: left !important;
        }


        @media (max-width: 415px) {
            .text-block {
                padding: 0 15px;
            }
            
            #block3 {
                padding: 0 !important;
                height: 100vh !important;
            }
            
            #block3 .info-card {
                bottom: 30px !important;
                left: 15px !important;
                right: auto !important;
                max-width: calc(100vw - 30px) !important;
            }
        }

        .info-card {
            max-width: 800px;
            width: 100%;
            margin: 0 auto;
            padding: 30px;
            border-radius: 10px;
        }
        
        .section-header {
            margin-bottom: 40px;
            align-items: flex-start;
        }

        .scroll-spacer {
            height: 100vh; /* 스크롤 트리거용 공간 */
        }

        .about-us-content {
            display: flex;
            flex-direction: column;   
            align-items: center;
            justify-content: center;
            width: 100%;
            max-width: 1200px;
            padding: 0 20px;
            text-align: center;
            padding-top: 100px;
        }


        .fullscreen-hero third-hero {
            padding-bottom: 100px;

        }

        .about-us-content-item {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            width: 100%;
            height: 500px;
            max-width: 500px;
            text-align: left;
            background-size: cover;
            background-position: center;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            cursor: pointer;
            overflow: hidden;
            height: 20px;
        }

        .about-us-content-item-text h1 {
            color: #fff;
            font-size: 32px !important;
            font-weight: 600;
            word-break: keep-all;
            line-height: 1.3;
        }

        .about-us-content-item-text h3 {
            color: #fff;
            font-size: 32px;
            font-weight: 400;
        }

        /* ===== 미션 & 비전 섹션 모바일 반응형 스타일 ===== */
        /* 기본 스타일 (데스크톱) */
        .mv-container {
            display: block;
            gap: 100px;
            width: 100%;
            margin: 0 auto;
            color: white;
            padding: 0 20px;
            max-width: 1200px;
            justify-content: space-between;
            padding: auto;
        }

        #mission-vision {
            padding-bottom: 100px;
        }

        .mission-vision-container {
            display: block;
            width: 100%;
            margin: 0 auto;
            padding-top: 20px;
            font-size: 48px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 40px;
        }

        .mission-vision-title {
            color: #ffc805;
            padding-bottom: 20px;
            font-size: 24px;
            font-weight: 700;
            text-align: left;
        }

        .mission-description {
            word-break: keep-all;
            display: flex;
            justify-content: space-between;
            margin-bottom: 100px;
            gap: 100px;
        }

        .mission-dec1 {
            font-size: 24px;
            font-weight: 600;
            word-break: keep-all;
            max-width: 500px;
            line-height: 1.4;
            text-align: left;

        }

        .mission-dec2 {
            font-size: 18px;
            font-weight: 600;
            word-break: keep-all;
            line-height: 1.6;
            padding-left: 10px;
            color: rgba(153, 153, 153,1);
            text-align: left;
        }

        /* ===== 반응형 스타일 ===== */
        /* 데스크톱 큰 화면 (1200px 이하) */
        @media (max-width: 1200px) {
            .mv-container {
                padding: 0 30px;
            }

            .mission-vision-container {
                padding: 0 1rem;
                padding-top: 40px;
                margin-bottom: 60px;
            }

            .mission-vision-title {
                font-size: 20px;
            }

            .mission-description {
                gap: 80px;
                margin-bottom: 80px;
            }

            .mission-dec1 {
                font-size: 22px;
                max-width: 450px;
            }

            .mission-dec2 {
                font-size: 16px;
            }

            .project-grid {
                grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
                gap: 24px;
            }
        }

        /* 태블릿 (1024px 이하) */
        @media (max-width: 1024px) {
            .mv-container {
                padding: 0 25px;
            }

            .statistics-graph {
                padding: 20px 20px !important;
            }

            .mission-vision-container {
                padding: 0 1rem;
                padding-top: 20px;
                margin-bottom: 50px;
            }

            .mission-vision-title {
                font-size: 20px;
                padding-bottom: 15px;
            }

            .mission-description {
                gap: 60px;
                margin-bottom: 70px;
            }

            .b_txt {
                font-size: 20px;
            }

            .mission-dec1 {
                font-size: 20px;
                max-width: 400px;
            }

            .mission-dec2 {
                font-size: 16px;
            }

            /* Parallax 이미지 조정 */
            .parallax-1 {
                width: 15vw !important;
                left: 75vw !important;
            }
            
            .parallax-2 {
                width: 12vw !important;
                right: 75vw !important;
            }
            
            .parallax-3 {
                width: 14vw !important;
                left: 80vw !important;
            }
            
            .parallax-4 {
                width: 10vw !important;
                right: 80vw !important;
            }
            
            .parallax-5 {
                width: 12vw !important;
                left: 85vw !important;
            }
            
            .parallax-6 {
                width: 15vw !important;
                right: 85vw !important;
            }
            
            #block1 .section-header {
                margin: 15px;
                padding: 35px;
            }
        }


        /* 작은 모바일 (415px 이하) */
        @media (max-width: 415px) {
            /* 공통 텍스트 스타일 */
            .section-large-title {
                font-size: 20px !important;
            }

            .section-subtitle {
                font-size: 14px !important;
                font-weight: 300 !important;
            }

            .card-title {
                font-size: 20px !important;
            }

            .card-description {
                font-size: 14px !important;
                font-weight: 300 !important;
            }

            /* 미션/비전 섹션 */
            .mission-vision-title {
                font-size: 20px;
                text-align: center;
                padding-bottom: 0;
            }

            .mission-dec1 {
                font-size: 16px;
                margin-bottom: 20px;
                line-height: 1.7;
                text-align: left;
                padding-top: 10px;
            }

            .mission-dec2 {
                font-size: 12px !important;
                line-height: 1.6;
                text-align: left;
                padding-top: 10px;
            }
        }

        /* 매우 작은 모바일 (360px 이하) */
        @media (max-width: 360px) {
            .mv-container {
                padding: 0 15px;
            }

            .mission-vision-title {
                font-size: 14px;
            }

            .mission-dec1 {
                font-size: 15px;
            }
        }

        /* ===== 통계 그래프 중앙 정렬 스타일 ===== */
        .statistics-graph {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
            display: block;
            position: relative;
            overflow: hidden;
            padding: 20px 20px;
        }

        .statistics-section {
            padding: 100px 0 200px;
        }

        .statistic-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.1), rgba(18, 9, 255, 0.1));
            border : 1px solid #ffffff47;
            box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.21) inset;
            box-sizing: border-box;
            padding-top: 20px;
            

        }

        #lottie-graph-container {
            width: 100%;
            height: 400px;
            margin: 0 auto;
            display: block;
            border-radius: 20px;
            position: relative;
            visibility: hidden; /* 애니메이션이 로드되면 보이도록 */
            padding-top: 40px;
            padding-bottom: 40px;
            background: linear-gradient(-180deg, #0059ff40 10%, #00000078 50%),
            url('../img/1x/bgrid.png');
            background-size:70% auto; /* 배경 이미지 크기를 50%로 줄임 */
            box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.21) inset;
            overflow: hidden;
}

#lottie-graph-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 1px;
            background: linear-gradient(90deg, transparent, #0066ff, transparent);
            animation: gradientLine 3s linear infinite;
            box-shadow: 0 0 10px #0066ff, 
                       0 0 20px #0066ff, 
                       0 0 30px #0066ff;
        }

        .video-player {
            width: 100%;
            height: 100%;
            background: transparent;
        }


        /* 모바일 공통 요소 최적화 (415px 이하) */
        @media (max-width: 415px) {
            .section-large-title {
                font-size: 20px !important;
            }

            .section-subtitle {
                font-size: 14px !important;
                font-weight: 300 !important;
            }

            .card-title {
                font-size: 20px !important;
            }

            .card-description {
                font-size: 14px !important;
                font-weight: 300 !important;
            }
        }

        







        .statistics-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            max-width: 800px;
            width: 100%;
            margin: 0 auto;
            width: 100%;
            text-align: center;
        }

        .statistic-number {
            text-align: center;
        }

        /* ===== 배경 이미지 스타일 ===== */
        .bg-image {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s ease;
            z-index: -10;
        }

        .no-jobs-message {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.1), rgba(18, 9, 255, 0.1));
            border: 1px solid #c8c8c834;
            box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.21) inset;
            box-sizing: border-box;
            padding-top: 20px;
            border-radius: 10px;
            width: 100%;
            height: 100%;
            text-align: center;
            color: #ffffff;
            word-break: keep-all;
        }

        .bg-image.active {
            opacity: 1;
            visibility: visible;
        }

        .about-us-content-item-1 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            height: 500px;
            width: 800px;
            background-image: url('../img/about1.jpg');
            background-size: cover;
            text-align: left;
            padding: 30px;
            margin-bottom: 50px;
            border-radius: 20px;
        }

        .about-us-content-item-2 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            height: 500px;
            width: 800px;
            background-image: url('../img/about2.png');
            background-size: cover;
            text-align: left;
            padding: 30px;
            margin-bottom: 50px;
            border-radius: 20px;
        }

        .about-us-content-item-3 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            height: 500px;
            width: 800px;
            background-image: url('../img/about3.png');
            background-size: cover;
            text-align: left;
            padding: 30px;
            margin-bottom: 50px;
            border-radius: 20px;
        }

        .about-us-content {
            display: flex;
            gap: 20px;
        }

        .about-us-content-item-text {
            color: #fff;          font-weight: 700;
            max-width: 500px;
        }

        /* 메인 히어로 섹션의 비디오가 우선되도록 설정 */
        .fullscreen-hero:first-child .fullscreen-bg {
            z-index: 0 !important;
        }
        
        .fullscreen-hero:first-child .fullscreen-bg img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            min-width: 100%;
            min-height: 100%;
            object-fit: cover;
        }
        
        /* mix-blend-mode를 위한 스타일 */
        .fullscreen-hero:first-child .fullscreen-content {
            z-index: 1;
            position: relative;
            /* 좌측 하단 정렬로 변경 */
            align-items: center !important;
            justify-content: flex-end !important;
            text-align: left !important;

        }

        .framer-1ulaubt {
            flex: none;
            height: 1px;
            position: absolute;
            top: 0; 
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            z-index: 1;
        }
        

        
        /* 브라우저 호환성을 위한 추가 설정 */
        .fullscreen-hero:first-child {
            isolation: auto;
        }

        /* ===== 헤더 버튼 호버 효과 ===== */
        .header-button_blue:hover svg path {
            fill: #0066ff;
        }

        /* ===== Parallax 배경 이미지 스타일 ===== */
        .parallax-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: visible;
            z-index: -1;
            pointer-events: none;
        }

        .parallax-image {
            position: absolute;
            will-change: transform;
        }

        .parallax-img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            border-radius: 12px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            transition: opacity 0.3s ease;
        }

        /* 개별 parallax 이미지 위치 설정 */
        .parallax-1 {
            top: -50%; /* -20%에서 -50%로 수정 */
            left: 60vw; /* 45.937vw에서 60vw로 수정 */
            width: 25vw; /* 45.937vw에서 25vw로 수정 */
            height: auto;
            z-index: -6;
        }

        .parallax-2 {
            top: 10%; /* 20%에서 10%로 수정 */
            right: 65vw; /* 45.937vw에서 65vw로 수정 */
            width: 20vw; /* 45.937vw에서 20vw로 수정 */
            height: auto;
            z-index: -5;
        }

        .parallax-3 {
            top: 80%; /* 60%에서 80%로 수정 */
            left: 70vw; /* 45.937vw에서 70vw로 수정 */
            width: 22vw; /* 45.937vw에서 22vw로 수정 */
            height: auto;
            z-index: -4;
        }

        .parallax-4 {
            top: 150%; /* 100%에서 150%로 수정 */
            right: 70vw; /* 45.937vw에서 70vw로 수정 */
            width: 18vw; /* 45.937vw에서 18vw로 수정 */
            height: auto;
            z-index: -3;
        }

        .parallax-5 {
            top: 220%; /* 140%에서 220%로 수정 */
            left: 75vw; /* 45.937vw에서 75vw로 수정 */
            width: 20vw; /* 45.937vw에서 20vw로 수정 */
            height: auto;
            z-index: -2;
        }

        .parallax-6 {
            top: 200%; /* 180%에서 300%로 수정 */
            right: 70vw; /* 45.937vw에서 75vw로 수정 */
            width: 20vw; /* 45.937vw에서 25vw로 수정 */
            height: auto;
            z-index: -1;
        }

        /* 텍스트 블록이 활성화될 때 parallax 이미지들 표시 */
        #block1.active .parallax-img {
            opacity: 0.9;
        }

        #block1 .parallax-img {
            opacity: 0;
        }

        /* 텍스트 콘텐츠가 배경 위에 잘 보이도록 조정 */
        #block1 .section-header {
            position: relative;
            z-index: 10;
            border-radius: 16px;
            padding: 40px;
            margin: 20px;
        }

        #block1 .section-image {
            position: relative;
            z-index: 10;
        }

        @media (max-width: 1024px) {
            .parallax-1 {
                width: 15vw !important;
                left: 75vw !important;
            }
            
            .parallax-2 {
                width: 12vw !important;
                right: 75vw !important;
            }
            
            .parallax-3 {
                width: 14vw !important;
                left: 80vw !important;
            }
            
            .parallax-4 {
                width: 10vw !important;
                right: 80vw !important;
            }
            
            .parallax-5 {
                width: 12vw !important;
                left: 85vw !important;
            }
            
            .parallax-6 {
                width: 15vw !important;
                right: 85vw !important;
            }
            
            #block1 .section-header {
                margin: 15px;
                padding: 35px;
            }
        }

        .second-hero.in-view .parallax-img {
            opacity: 0.9;
        }

        /* ===== Funnel 애니메이션 스타일 ===== */
        #funnel-animation {
            display: flex;
            justify-content: center;
            align-items: center;
            background: transparent;
            border-radius: 10px;
        }

        /* 퍼널 배경 스타일 */
        .funnel-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: -1;
            pointer-events: none;
        }

        .funnel-background #funnel-animation {
            width: 100%;
            opacity: 0.8;
        }

        /* 텍스트 블록 3의 info-card 스타일 조정 */
        #block3 .info-card {
            position: relative;
            z-index: 10;
            border-radius: 16px;
            padding: 40px;
            margin: 20px;
            color: white;
        }

        @media (max-width: 480px) {
            /* 기본 레이아웃 */

            #lottie-graph-container {
                padding-top: 0px !important;
                padding-bottom: 0px !important;
                height: 160px !important;
            }

            .third-hero {
                padding: 40px 0;
            }

            .text-block {
                padding: 0 20px;
            }

            /* Block3 스타일 */
            #block3 {
                padding: 0 !important;
                height: 100vh !important;
            }

            #block3 .info-card {
                bottom: 40px !important;
                left: 20px !important;
                right: auto !important;
                max-width: calc(100vw - 40px) !important;
                margin: 15px;
                padding: 25px;
            }

            .third-hero {
                padding-top: 40px;
                padding-bottom: 40px;
            }

            /* 프로젝트 섹션 */
            .project-grid {
                grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); /* 최소 260px, 최대 4개까지 */
                max-width: 1200px; /* 필요시 추가: 전체 그리드의 최대 너비 제한 */
                margin: 0 auto;
                gap: 32px;
                padding: 20px;
            }

            .project-tabs {
                gap: 8px;
                margin-bottom: 24px;
            }

            .project-tab {
                font-size: 14px;
                padding: 8px 20px;
            }

            /* 슬라이더 */
            .slider-wrapper {
                height: 300px;
            }

            .slide {
                width: 300px;
                height: 200px;
                min-width: 200px;
                height: 120px;
            }

            .slider {
                gap: 15px;
                animation-duration: 15s;
            }

            .slider-track {
                gap: 15px;
            }

            /* 버튼 스타일 */
            .btn-white_main {
                padding: 10px 25px;
                font-size: 14px;
                width: 100%;
                text-align: center;
                max-width: 200px;
            }

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

            .btn {
                width: 100%;
                text-align: center;
                padding: 15px 20px;
            }

            /* 애니메이션 */
            #funnel-animation {
                max-width: 100% !important;
                height: 250px !important;
            }

            .funnel-background #funnel-animation {
                max-width: 100%;
                height: 250px;
            }


        }

        /* ===== 배경 이미지 스타일 ===== */
        .bg-image {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s ease;
            z-index: -10;
        }

        .bg-image.active {
            opacity: 1;
            visibility: visible;
        }

        /* 메인 히어로 섹션의 비디오가 우선되도록 설정 */
        .fullscreen-hero:first-child .fullscreen-bg {
            z-index: 0 !important;
        }
        
        .fullscreen-hero:first-child .fullscreen-bg img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            min-width: 100%;
            min-height: 100%;
            object-fit: cover;
        }
        
        /* mix-blend-mode를 위한 스타일 */
        .fullscreen-hero:first-child .fullscreen-content {
            z-index: 1;
            position: relative;
            /* 좌측 하단 정렬로 변경 */
            align-items: center !important;
            justify-content: flex-end !important;
            text-align: left !important;

        }

        .framer-1ulaubt {
            flex: none;
            height: 1px;
            position: absolute;
            top: 0; 
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            z-index: 1;
        }

        

        .main-hero {
            position: relative;
            height: 100vh;
            background-image: url('../img/earth.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-color: transparent;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        

        
        /* 브라우저 호환성을 위한 추가 설정 */
        .fullscreen-hero:first-child {
            isolation: auto;
        }

        /* ===== 헤더 버튼 호버 효과 ===== */
        .header-button_blue:hover svg path {
            fill: #fffb00;
        }

        /* ===== Parallax 배경 이미지 스타일 ===== */
        .parallax-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: visible;
            z-index: -1;
            pointer-events: none;
        }

        .parallax-image {
            position: absolute;
            will-change: transform;
        }

        .parallax-img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            border-radius: 12px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            transition: opacity 0.3s ease;
        }

        /* 개별 parallax 이미지 위치 설정 */
        .parallax-1 {
            top: -50%; /* -20%에서 -50%로 수정 */
            left: 60vw; /* 45.937vw에서 60vw로 수정 */
            width: 25vw; /* 45.937vw에서 25vw로 수정 */
            height: auto;
            z-index: -6;
        }

        .parallax-2 {
            top: 10%; /* 20%에서 10%로 수정 */
            right: 65vw; /* 45.937vw에서 65vw로 수정 */
            width: 20vw; /* 45.937vw에서 20vw로 수정 */
            height: auto;
            z-index: -5;
        }

        .parallax-3 {
            top: 80%; /* 60%에서 80%로 수정 */
            left: 70vw; /* 45.937vw에서 70vw로 수정 */
            width: 22vw; /* 45.937vw에서 22vw로 수정 */
            height: auto;
            z-index: -4;
        }

        .parallax-4 {
            top: 150%; /* 100%에서 150%로 수정 */
            right: 70vw; /* 45.937vw에서 70vw로 수정 */
            width: 18vw; /* 45.937vw에서 18vw로 수정 */
            height: auto;
            z-index: -3;
        }

        .parallax-5 {
            top: 220%; /* 140%에서 220%로 수정 */
            left: 75vw; /* 45.937vw에서 75vw로 수정 */
            width: 20vw; /* 45.937vw에서 20vw로 수정 */
            height: auto;
            z-index: -2;
        }

        .parallax-6 {
            top: 200%; /* 180%에서 300%로 수정 */
            right: 70vw; /* 45.937vw에서 75vw로 수정 */
            width: 20vw; /* 45.937vw에서 25vw로 수정 */
            height: auto;
            z-index: -1;
        }

                            .cta-banner h2 {
                                font-size: 2.5rem;
                                margin-bottom: 1.5rem;
                                line-height: 1.2;
                                color: white;
                            }


        /* 모바일에서 parallax 이미지 조정 */
        @media (max-width: 768px) {

            .statistics-graph {
                padding: 0 20px !important;
                padding-top: 6px !important;
            }



            .about-us-content-item-text h1 {
                font-size: 24px !important;
                font-weight: 500 !important;
                text-align: left;
            }

            .about-us-content-item-1, .about-us-content-item-2, .about-us-content-item-3 {
                height: 400px;
            }





            .statistics-graph {
                width: 100%;
                max-width: 1200px;
                margin: 0 auto;
                padding-top: 10px;
                text-align: center;
                display: block;
                position: relative;
                overflow: hidden;
            }

            .mission-vision-title {
                text-align: center;
            }
            
            .mission-dec2 {
                font-weight: 200;
                font-size: 16px;
                padding-top: 10px;
            }

            .fullscreen-hero:first-child .animated-title {
                font-size: 50px !important;
            }

            .load-more-btn {
                font-size: 12px !important;
            }

            .cta-banner h2 {
                font-size: 24px;
                margin-bottom: 1.5rem;
                line-height: 1.4;
                color: white;
            }

            .statistics-section {
                padding: 100px 0 0px;
            }

            .mission-dec1 {
                margin-bottom: 0px;
            }

            .mission-dec1 p {
                text-align: center;
            }

            .mission-dec2 {
                text-align: center;
            }

            .mission-dec2 {
                padding-left: 0px;
            }

            .project-grid {
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
                gap: 20px;
                padding: 16px;
            }

            .project-tabs {
                gap: 20px;
            }

            .project-tab {
                font-size: 18px;
                padding: 8px 20px;
            }

            .project-title h3 {
                font-size: 10px !important;
            }

            .project-image {
                margin-bottom: 12px;
            }

            .project-title {
                padding: 0 12px 12px;
            }

            .project-tabs {
                gap: 12px;
                margin-bottom: 30px;
            }

            .project-tab {
                font-size: 16px;
                padding: 10px 24px;
            }

            .slider-wrapper {
                height: 400px;
            }
            
            .slide {
                width: 400px;
                height: 300px;
            }
            
            .slider {
                gap: 20px;
                animation-duration: 20s;
            }

            .slide-image {
                width: 100%;
                height: auto;
                max-width: 100%;
            }

            .cta-buttons {
                flex-direction: row;
                gap: 15px;
            }

            .btn {
                padding: 12px 30px;
                font-size: 16px;
            }

            .job-link {
                padding: 0px;
            }

            .job-description {
                font-size: 14px;
            }

            .slide {
                min-width: 250px;
                height: 150px;
            }
            .popup-content {
                width: 95%;
                max-height: 80vh;
            }

            .popup-close {
                top: 10px;
                right: 10px;
                width: 30px;
                height: 30px;
                font-size: 20px;
            }

            .popup-inner {
                padding: 20px;
            }

            .project-grid {
                max-height: 1000px;
            }
            
            .load-more-container {
                padding: 40px 0 30px;
                margin-top: -80px;
            }
            
            .load-more-btn {
                font-size: 14px;
                padding: 10px 24px;
            }

            .text-block {
                padding: 0 30px;
            }
            
            #block3 {
                padding: 0 !important;
                height: 100vh !important;
            }
            
            #block3 .info-card {
                bottom: 50px !important;
                left: 30px !important;
                right: auto !important;
                max-width: calc(100vw - 60px) !important;
            }

            #funnel-animation {
                max-width: 100% !important;
                height: 500px !important;
            }
            
            .funnel-background #funnel-animation {
                max-width: 100%;
                height: 300px;
            }
            
            #block3 .info-card {
                margin: 10px;
                padding: 30px;
            }


            .third-hero {
                min-height: auto;
                padding-top: 60px;
                padding-bottom: 60px;
            }

            .parallax-1, .parallax-2, .parallax-3, 
            .parallax-4, .parallax-5, .parallax-6,
            .parallax-7, .parallax-8, .parallax-9 {
                width: 120px !important; /* 250px에서 120px로 축소 */
                height: 150px !important; /* 300px에서 150px로 축소 */
            }
            
            .parallax-1 {
                top: -30% !important;
                left: 70vw !important;
            }
            
            .parallax-2 {
                top: 20% !important;
                right: 70vw !important;
            }
            
            .parallax-3 {
                top: 70% !important;
                left: 75vw !important;
            }
            
            .parallax-4 {
                top: 120% !important;
                right: 75vw !important;
            }
            
            .parallax-5 {
                top: 170% !important;
                left: 80vw !important;
            }
            
            .parallax-6 {
                top: 220% !important;
                right: 80vw !important;
            }
            
            #block1 .section-header {
                margin: 10px;
                padding: 30px;
            }

        
            .statistics-grid {
                grid-template-columns: 1fr;
                gap: 10px;
                padding: 0 0px;
                width: 100%;
                max-width: 800px;
            }

            .statistic-label {
                padding-bottom: 10px;
                padding-top: 0px;
            }

            .mobile-timeline-item {
                text-align: center;
            }


            
            .statistic-item {
                padding-top: 0px;
                gap: 0px;
                border-radius: 8px;
            }

            .statistic-category {
                font-size: 10px;
            }
            
            .statistic-number {
                margin-bottom: 0px;
                font-size: 20px;
            }

            .statistic-label {
                margin-bottom: 6px;
                font-size: 12px;
            }

            .growth-header {
                margin-bottom: 0px;
            }
            
            .statistics-grid {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 0px;
            }







            .toss-years-list {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                gap: 32px;
                padding: 0;
                margin: 0 0 32px 0;
            }

            .toss-year::after {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                gap: 32px;
                padding: 0;
                margin: 0 0 32px 0;
            }

            /* 기본 섹션 스타일 */
            .third-hero {
                            min-height: auto;
                            padding: 60px 0;
                        }
            
                        /* 텍스트 블록 */
                        .text-block {
                            padding: 0 30px;
                        }
            
                        /* 미션/비전 섹션 */
                        .mission-description {
                            display: block;
                            gap: 0;
                            margin-bottom: 50px;
                        }
            
                        .mission-dec1 {
                            font-size: 20px;
                            max-width: none;
                            padding-left: 0;
                        }
            
                        /* 프로젝트 그리드 */
                        .project-grid {
                            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
                            gap: 20px;
                            padding: 16px;
                            max-height: 1000px;
                        }
                        
                        #lottie-graph-container {
                            border-radius: 8px;
                        }
            
                        /* 슬라이더 */
                        .slider-wrapper {
                            height: 400px;
                        }

                        .text-center h2 {
                            text-size: 20px;
                        }
                        
                        .slide {
                            width: 400px;
                            height: 300px;
                        }
                        
                        .slider {
                            gap: 20px;
                            animation-duration: 20s;
                        }
            
                        /* 버튼 스타일 */
                        .btn {
                            padding: 12px 30px;
                            font-size: 16px;
                        }
            
                        .btn-white_main {
                            padding: 12px 30px;
                            font-size: 16px;
                        }
            
        
                        
         
            #block1 .section-header {
                margin: 10px;
                padding: 30px;
            }

        
            .statistics-grid {
                grid-template-columns: 1fr;
                gap: 10px;
                padding: 0 20px;
                width: 100%;
                max-width: 800px;
            }

            .statistic-label {
                padding-bottom: 0;
                padding-top: 10px;
            }

            .mobile-timeline-item {
                text-align: center;
            }

            #funnel-animation {
                max-width: 100% !important;
                height: 500px !important;
            }
            
            .funnel-background #funnel-animation {
                max-width: 100%;
                height: 300px;
            }
            
            #block3 .info-card {
                margin: 10px;
                padding: 30px;
            }
        }




        @media (max-width: 1024px) {
            .parallax-1 {
                width: 15vw !important;
                left: 75vw !important;
            }
            
            .parallax-2 {
                width: 12vw !important;
                right: 75vw !important;
            }
            
            .parallax-3 {
                width: 14vw !important;
                left: 80vw !important;
            }
            
            .parallax-4 {
                width: 10vw !important;
                right: 80vw !important;
            }
            
            .parallax-5 {
                width: 12vw !important;
                left: 85vw !important;
            }
            
            .parallax-6 {
                width: 15vw !important;
                right: 85vw !important;
            }
            
            #block1 .section-header {
                margin: 15px;
                padding: 35px;
            }
        }

        .second-hero.in-view .parallax-img {
            opacity: 0.9;
        }

        /* ===== Funnel 애니메이션 스타일 ===== */
        #funnel-animation {
            display: flex;
            justify-content: center;
            align-items: center;
            background: transparent;
            border-radius: 10px;
        }

        /* 퍼널 배경 스타일 */
        .funnel-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: -1;
            pointer-events: none;
        }

        .funnel-background #funnel-animation {
            width: 100%;
            opacity: 0.8;
        }

        /* 텍스트 블록 3의 info-card 스타일 조정 */
        #block3 .info-card {
            position: relative;
            z-index: 10;
            border-radius: 16px;
            padding: 40px;
            margin: 20px;
            color: white;
        }

        /* ===== Block5 슬라이드 스타일 ===== */
        .slider-container {
            position: relative;
            width: 100%;

            overflow: hidden;
            background: black;
        }

        .slider-track {
            display: flex;
            gap: 20px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(0%);
            animation: slide 30s linear infinite;
        }

        .slider-track:hover {
            animation-play-state: paused;
        }

        .slide {
            min-width: 300px;
            position: relative;
        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
            opacity: 0.7;
            transition: all 0.3s ease;
        }

        .slide img:hover {
            opacity: 1;
            transform: scale(1.05);
        }

        @keyframes slide {
            0% {
                transform: translate3d(0, -50%, 0);
            }
            100% {
                transform: translate3d(-50%, -50%, 0);
            }
        }

        /* ===== 채용 공고 섹션 스타일 ===== */
        .job-openings-section {
            background: #000000;
            padding: 100px 0;
            position: relative;
            z-index: 5;
        }

        .job-openings-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-top: 40px;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }

        .job-card {
            height: 100%;
            display: flex;
            flex-direction: column;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 24px;
            padding: 2rem;
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .job-link {
            text-decoration: none;
            color: inherit;
            height: 100%;
            display: block;
        }

        .job-description {
            color: #989898;
            font-size: 16px;
            line-height: 1.5;
            margin: 16px 0;
            flex-grow: 1;
            word-break: keep-all;
        }

        .job-category {
            font-size: 14px;
            color: #0066ff;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .job-title {
            font-size: 20px;
            color: #ffffff;
            margin-bottom: 15px;
            font-weight: 700;
            text-align: center;
            word-break: keep-all;
        }

        .job-meta {
            display: flex;
            align-items: center;
            flex-direction: row;
            font-size: 14px;
            color: #999999;
        }

        .job-type {
            padding: 4px 12px;
            background: rgba(0, 102, 255, 0.1);
            border-radius: 20px;
            color: #0066ff;
        }

        /* CTA Section 스타일 */
        @keyframes gradientAnimation {
            0% {
                background-position: 50% 100%;
            }
            100% {
                background-position: 50% 0%;
            }
        }

        @keyframes flowAnimation {
            0% {
                transform: translate(-50%, -52%);
            }
            50% {
                transform: translate(-50%, -48%);
            }
            100% {
                transform: translate(-50%, -52%);
            }
        }

        .cta-banner {
            position: relative;
            padding: 100px 0;
            width: 90%;
            text-align: center;
            z-index: 1;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .cta-banner::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            border-radius: 20px;
            background: 
                linear-gradient(-180deg, #0059ffbb 10%, #00000078 50%),
                url('../img/1x/bgrid.png');
            background-blend-mode: multiply;
            background-size: cover, cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            opacity: 0.6;
            z-index: -1;
        }

        .container-card {
            position: relative;
            z-index: 2;
            width: 100%;
        }

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            position: relative;
            z-index: 10;
        }

        .btn {
            display: inline-block;
            padding: 15px 40px;
            border-radius: 30px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .btn-blue {
            background: #0066ff;
            color: #ffffff !important;
        }

        .btn-yellow {
            background: #FFC805;
            color: #000000 !important;
        }

        .btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
        }

        .btn-blue:hover {
            background: #0052cc;
        }

        .btn-yellow:hover {
            background: #FFD700;
        }

        /* 메인 히어로 섹션 버튼 스타일 */
        .btn-white_main {
            display: inline-block;
            padding: 15px 40px;
            background: #ffffff;
            color: #000000 !important;
            border-radius: 30px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            margin-top: 30px;
            position: relative;
            z-index: 100;
            cursor: pointer;
        }

        .btn-white_main:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
            background: #f0f0f0;
        }

        /* 메인 히어로 섹션 컨텐츠 z-index 조정 */
        .fullscreen-hero:first-child .fullscreen-content {
            z-index: 99;
            position: relative;
            align-items: center !important;
            justify-content: flex-end !important;
            text-align: left !important;
        }
        
        .animated-title {
            font-size: 50px;
            background: radial-gradient(50% 50% at 50% 50%, #fff, #8da6ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 800;
        }

        .fullscreen-hero:first-child {
            position: relative;
            z-index: 2;
            isolation: isolate;
            font-weight: 700;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
        }

        .fullscreen-hero:first-child .fullscreen-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .fullscreen-hero:first-child {
            position: relative;
            isolation: isolate;
            background: black;
        }

        .slide-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .f-footer {
            display: flex;
            flex-direction: row;
            gap: 20px;
            justify-content: center;
            align-items: center;
            margin-top: 80px;
        }

        .f-culture {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            text-decoration: none;
            border: 1px solid #c8c8c834;
            background: linear-gradient(180deg, #00000049 40%, #ffffff14 100%);
            backdrop-filter: blur(3px);
            padding: 14px 40px;
            border-radius: 100px;
        }

        .f-recruit {
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            font-weight: 600;
            text-decoration: none;
            border: 1px solid #c8c8c834;
            background: linear-gradient(180deg, #ff9d00 10%, #fff201fd 100%);
            backdrop-filter: blur(3px);
            padding: 14px 40px;
            border-radius: 100px;
            box-shadow: 0 0 10px rgb(251, 255, 8, 0.2), 0 0 20px rgb(251, 255, 8, 0.1), 0 0 30px rgba(251, 255, 8, 0.227);
        }

        

        /* ===== 슬라이더 스타일 ===== */
        .slider-wrapper {
            position: relative;
            width: 100%;
            height: 500px;
            overflow: hidden;
            background: black;
            margin: 50px 0;
        }

        .slider {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            gap: 30px;
            animation: slideLeft 25s linear infinite;
            padding: 0 20px;
        }

        .animated-title-mo {
            display: none;
            font-size: 28px;
            background: radial-gradient(50% 50% at 50% 50%, #fff, #8da6ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 800;
        }

        @media (max-width: 907px) {
            .animated-title {
                display: none;
            }

            .animated-title-mo {
                display: block;
                font-size: 38px;
                line-height: 1.3;
                padding-bottom: 20px;
            }
        }

        @media (max-width: 768px) {
            .animated-title-mo {
                font-size: 32px;
            }
        }

        @media (max-width: 719px) {
            .animated-title-mo {
                font-size: 25px;
            }
        }

        @media (max-width: 496px) {
            .animated-title-mo {
                font-size: 22px;
                padding-top: 10px;
            }
        }

        @media (max-width: 450px) {
            .animated-title-mo {
                font-size: 20px;
            }
        }

        @media (max-width: 400px) {
            .animated-title-mo {
                font-size: 18px;
            }
        }

        @media (max-width: 375px) {
            .animated-title-mo {
                font-size: 16px;
            }
            
            .f-dec {
                font-size: 10px !important;
            }
        }

        /* 마우스 오버 시 멈춤 기능 제거 */
        /* .slider:hover {
            animation-play-state: paused;
        } */

        .slide {
            flex: 0 0 auto;
            width: 500px;
            height: 350px;
        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 10px;
            opacity: 0.8;
            transition: all 0.3s ease;
        }

        .slide img:hover {
            opacity: 1;
            transform: scale(1.05);
        }

        @keyframes slideLeft {
            0% {
                transform: translate3d(0, -50%, 0);
            }
            100% {
                transform: translate3d(-50%, -50%, 0);
            }
        }

        /* ===== 와이톤 프로젝트 섹션 ===== */
        .project-section {
            background: #000;
            padding-top: 100px;
            padding-bottom: 100px;
        }

        .project-content {
            display: none;
            width: 100%;
            padding: 0px 0;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .project-content[style*="display: block"] {
            opacity: 1;
        }

        /* 프로젝트 그리드 2줄만 보이게 */
        .project-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); /* 최소 260px, 최대 4개까지 */
          max-width: 1200px; /* 필요시 추가: 전체 그리드의 최대 너비 제한 */
          margin: 0 auto;
          gap: 32px;
          padding: 20px;
          overflow: hidden;
          transition: max-height 0.5s;
          position: relative;
        }
        .project-grid:not(.show-all) {
          max-height: calc(2 * 350px + 32px); /* 카드 높이 350px, gap 32px, 2줄 제한 */
        }
        .project-grid.show-all {
          max-height: none;
        }

        @media (max-width: 1200px) {
          .project-grid {
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 24px;
          }
        }

        @media (min-width: 769px) and (max-width: 1080px) {
          .project-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            padding: 12px;
            max-width: 100%;
          }
        }

        @media (max-width: 480px) {
          .project-grid {
            grid-template-columns: 1fr;
            gap: 12px;
            padding: 8px;
            max-width: 100%;
          }

          .statistic-number {
            font-size: 16px !important;
          } 


          .project-grid:not(.show-all) {
            max-height: calc(2 * 160px + 12px); /* 카드 높이 160px, gap 12px, 2줄 제한 */
          }
        }

        .project-item {
            position: relative;
            background: transparent;
            border-radius: 16px;
            overflow: hidden;
            transition: transform 0.3s ease;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            padding-bottom: 8px;
        }

        .project-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .project-image {
            position: relative;
            width: 100%;
            padding-top: 100%; /* 1:1 비율로 변경 */
            overflow: hidden;
            border-radius: 16px;
            margin-bottom: 16px;
        }

        .project-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .project-item:hover .project-image img {
            transform: scale(1.05);
        }

        .project-title {
            padding: 0 16px 16px;
            text-align: center;
            background: transparent;
        }

        .project-title h3 {
            margin: 0;
            font-size: 16px;
            color: #fff;
            font-weight: 200;
            line-height: 1.4;
        }

        /* 프로젝트 탭 스타일 */
        .project-tabs {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 50px;
        }

        .project-tab {
            font-family: 'Pretendard', sans-serif;
            font-size: 18px;
            font-weight: 600;
            padding: 12px 32px;
            border-radius: 100px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            background: transparent;
            color: rgba(255, 255, 255, 0.5);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .project-tab.active {
            background: linear-gradient(180deg, #0044ff 40%, #018dff7a 100%);
            color: #ffffff;
            border: none;
        }

        .project-tab:not(.active):hover {
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
        }
        

        /* 반응형 스타일 */
        @media (max-width: 1200px) {
            .project-grid {
                grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
                gap: 24px;
            }
        }


        @media (max-width: 480px) {
            .project-grid {
                grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
                gap: 16px;
                padding: 12px;
            }

            .f-footer {
                margin-top: 30px !important;
            }

            .f-dec {
                font-size: 12px;
            }

            .f-s-d {
                font-size: 10px;
            }

            .f-s-s {
                font-size: 10px;
            }

            .f-culture {
                font-size: 12px;
                padding: 10px 20px;
            }
            
            .f-recruit {
                font-size: 12px;
                padding: 10px 20px;
            }

            .about-us-content {
                padding: 0px;
                padding-top: 20px;
            }

            .about-us-content-item-text h1 {
                font-size: 18px !important;
                text-align: center !important;
            }


            .animated-title {
                font-size: 28px !important;
                
            }
            
            .f-subtitle { 
                margin-bottom: 0px;
            }
            
            .project-tabs {
                gap: 15px;
            }

            .project-tab {
                font-size: 16px;
                padding: 6px 15px;
            }

            .project-image {
                margin-bottom: 8px;
            }

            .project-title {
                padding: 0 8px 8px;
            }

            .project-tabs {
                gap: 8px;
                margin-bottom: 24px;
            }

            .project-tab {
                font-size: 14px;
                padding: 8px 20px;
            }
            .slider-wrapper {
                height: 300px;
            }
            
            .slide {
                width: 300px;
                height: 200px;
            }
            
            .slider {
                gap: 15px;
                animation-duration: 15s;
            }
            .cta-buttons {
                flex-direction: column;
                gap: 15px;
            }

            .btn {
                width: 100%;
                text-align: center;
                padding: 15px 20px;
            }
            .slide {
                min-width: 200px;
                height: 120px;
            }
            .slider-track {
                gap: 15px;
            }
            
            #funnel-animation {
                max-width: 100% !important;
                height: 250px !important;
            }
            
            .funnel-background #funnel-animation {
                max-width: 100%;
                height: 250px;
            }
            
            #block3 .info-card {
                margin: 15px;
                padding: 25px;
            }

            .text-block {
                padding: 0 20px;
            }
            
            #block3 {
                padding: 0 !important;
                height: 100vh !important;
            }
            
            #block3 .info-card {
                bottom: 40px !important;
                left: 20px !important;
                right: auto !important;
                max-width: calc(100vw - 40px) !important;
            }

            .third-hero {
                padding: 40px 0;
            }

            /* 텍스트 블록 */
            .text-block {
                padding: 0 20px;
            }

            /* 프로젝트 그리드 */
            .project-grid {
                gap: 16px;
                padding: 12px;
            }

            /* 슬라이더 */
            .slider-wrapper {
                height: 300px;
            }
            
            .slide {
                width: 300px;
                height: 200px;
            }
            
            .slider {
                gap: 15px;
                animation-duration: 15s;
            }

            /* 버튼 스타일 */
            .btn-white_main {
                padding: 10px 25px;
                font-size: 14px;
                width: 100%;
                text-align: center;
                max-width: 200px;
            }


        }

        /* 팝업 스타일 */
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        .popup-content {
            position: relative;
            width: 90%;
            max-width: 1200px;
            max-height: 90vh;
            background: #000;
            border-radius: 20px;
            overflow: hidden;
        }

        .popup-content iframe {
            width: 100%;
            height: 90vh;
            border: none;
            display: block;
        }

        .popup-close {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            background: rgba(0, 0, 0, 0.5);
            border: none;
            border-radius: 50%;
            color: #fff;
            font-size: 24px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease;
            z-index: 10000;
        }

        .popup-close:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: rotate(90deg);
        }

        /* 팝업 내부 X 버튼 숨기기 */
        .popup-inner iframe {
            width: 100%;
            height: 90vh;
            border: none;
            display: block;
        }

        /* 팝업 내부에서 X 버튼 숨기기 */
        .popup-inner button[onclick*="closePopupFrame"],
        .popup-inner .popup-close,
        .popup-inner button:has(> span:contains("×")),
        .popup-inner button:contains("×") {
            display: none !important;
        }

        /* 팝업 내부 컨텐츠 스타일 */
        .popup-inner {
            padding: 0;
            color: #fff;
            text-align: center;
            height: 100%;
        }

        .popup-inner img {
            max-width: 100%;
            height: auto;
            margin-bottom: 20px;
            border-radius: 10px;
        }

        .popup-inner h2 {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .popup-inner p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        .load-more-container {
            text-align: center;
            padding: 60px 0 40px;
            position: relative;
            margin-top: -100px; /* 그라데이션이 컨텐츠와 겹치도록 설정 */
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%);
            pointer-events: none; /* 그라데이션이 클릭을 방해하지 않도록 설정 */
        }

        .load-more-btn {
            font-family: 'Pretendard', sans-serif;
            font-size: 16px;
            font-weight: 600;
            padding: 12px 32px;
            border-radius: 100px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            background: linear-gradient(180deg, #ff9d00 10%, #fff201fd 100%);
            color: #000000;
            font-weight: 600 !important; 
            pointer-events: auto; /* 버튼은 클릭 가능하도록 설정 */
            margin-top: 80px;
        }

        .load-more-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 68, 255, 0.3);
        }

        .job-openings-section .job-openings-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-top: 40px;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }

        @media (max-width: 768px) {
            .job-openings-section .job-openings-grid {
                display: grid !important;
                grid-template-columns: repeat(1, 1fr) !important;
                gap: 16px !important;
                padding: 0 20px !important;
                width: 100% !important;
                max-width: 1200px !important;
                margin: 0 auto !important;
            }

            .job-openings-section {
                width: 100% !important;
            }

            .job-card {
                width: 100% !important;
            }
            

            .container-main-au {
                padding: 0 0px !important;
            }

            .about-us-content-item-text h1 {
                text-align: center !important;
            }
        }

        .year-month {
            color: rgb(139, 149, 161);
            font-size: 18px;
            font-weight: 700;
        }

        /* 타임라인 그룹 스타일 */
        .mobile-timeline-group {
            margin-bottom: 40px;
        }

        /* 숨김 처리된 타임라인 */
        .hidden-timeline {
            display: none;
        }

        /* 더보기 버튼 컨테이너 */
        .mobile-timeline-more {
            text-align: center;
            margin-top: 30px;
        }

        /* 더보기 버튼 스타일 */
        .mobile-timeline-more-btn {
            font-family: 'Pretendard', sans-serif;
            font-size: 12px;
            font-weight: 600;
            padding: 12px 32px;
            border-radius: 100px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            background: linear-gradient(180deg, #0044ff 40%, #018dff7a 100%);
            color: #ffffff;
            pointer-events: auto;
            margin-top: 20px;
        }

        .mobile-timeline-more-btn:hover {
            background-color: #1A75BB;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(26, 117, 187, 0.2);
        }

        /* 모바일 타임라인 표시 조건 */
        @media (max-width: 768px) {
            .mobile-timeline {
                display: block;
            }
        }

        /* section title flex 정렬 */
        .section-title-flex {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 24px;
          width: 100%;
        }
        .section-title-svg {
          flex: 1 1 0%;
          min-width: 60px;
          max-width: 200px;
          display: flex;
          align-items: center;
        }
        .section-title-flex .section-large-title.text-center {
          margin: 0 16px;
          white-space: pre-line;
          flex-shrink: 0;
        }

        @media (max-width: 768px) {
          .section-title-flex {
            gap: 10px;
          }
          .section-title-svg {
            min-width: 30px;
            max-width: 80px;
          }
          .section-title-flex .section-large-title.text-center {
            font-size: 24px !important;
            margin: 0 6px;
          }
        }

        .about-us-svg-line {
          margin: 40px auto;
          display: block;
        }

        .about-us-svg-line-vertical {
          /* 필요시 세로선만의 추가 스타일 지정 */
        }

        .vertical-line {
          display: block;
          margin: 40px auto;
          height: 440px;
          width: 4px;
          min-width: 4px;
          max-width: 4px;
          max-height: 440px;
        }

        .vertical-line-short {
          height: 200px !important;
          min-height: 200px !important;
          max-height: 200px !important;
          width: 2px;
          min-width: 2px;
          max-width: 2px;
        }

        .vertical-line-short-1 {
          height: 100px !important;
          min-height: 100px !important;
          max-height: 100px !important;
          width: 4px;
          min-width: 4px;
          max-width: 4px;
          margin: 24px auto 8px auto;
          margin-bottom: 30px;
        }

        .vertical-line-short-2 {
          height: 200px !important;
          min-height: 100px !important;
          max-height: 100px !important;
          width: 4px;
          min-width: 4px;
          max-width: 4px;
          margin: 32px auto 8px auto;
          margin-bottom: 30px;
        }
        

        @media screen and (max-width: 480px) {
            .vertical-line-short-1 {
                height: 50px !important;
                min-height: 50px !important;
                max-height: 50px !important;
                width: 4px;
                min-width: 4px;
                max-width: 4px;
                margin: 10px auto 8px auto;
                margin-bottom: 10px;
            }
            .vertical-line-short-2 {
                height: 50px !important;
                min-height: 50px !important;
                max-height: 50px !important;
                width: 4px;
                min-width: 4px;
                max-width: 4px;
                margin: 10px auto 8px auto;
                margin-bottom: 10px;
            }




            .job-card {
                padding: 20px !important;
            }

            .about-us-content-item-text {
                max-width: 280px !important;
            }

            .section-large-title {
                max-width: 280px !important;
            }

            .section-title-flex .section-large-title.text-center {
                font-size: 24px !important;
            }

            .container-main-au {
                padding: 0 0px !important;
            }

            .section-title-flex {
                padding-top: 20px;
            }

            .statistics-grid {
                gap: 5px;
                padding: 0px 20px;
            }

            .video-player {
                border-radius: 6px !important;
            }

            .job-card {
                border-radius: 10px !important;
            }

            .mission-dec1 {
                font-size: 18px !important;
            }


            .statistics-graph {
                padding: 0 20px !important;
                padding-top: 5px !important;
                border-radius:4px !important;
            }

            .vertical-line-short {
                height: 200px !important;
                min-height: 200px !important;
                max-height: 200px !important;
                width: 2px;
                min-width: 2px;
                max-width: 2px;
                margin: 10px auto 8px auto;
            }

            
        }

        @media (max-width: 768px) and (min-width: 481px) {
            .project-grid {
              grid-template-columns: repeat(2, 1fr);
              gap: 16px;
              padding: 12px;
              max-width: 100%;
            }
            .project-grid:not(.show-all) {
              max-height: calc(2 * 200px + 16px); /* 카드 높이 200px, gap 16px, 2줄 제한 */
            }
          }

        /* 타임라인 모든 내용 표시 */
        .toss-content-year {
          display: block !important;
          margin-bottom: 30px;
          padding-bottom: 20px;
          border-bottom: 1px solid rgba(232, 232, 253, 0.2);
        }
        
        .toss-content-year:last-child {
          border-bottom: none;
        }
        
        /* 연도 제목 스타일 */
        .year-title {
          font-size: 2.5rem;
          font-weight: 700;
          color: #ffffff;
          text-align: left;
          font-family: "Pretendard", sans-serif;
        }

        .year-title h2 {
            background: linear-gradient(360deg,#75acff,rgba(255,255,255) 70%)
        }
        
        /* 연도 탭 숨기기 */
        .toss-years-list {
          display: none !important;
        }
        
        /* 타임라인 라인 숨기기 */
        .toss-timeline-line {
          display: none !important;
        }

        @media (max-width: 768px) {
          .year-title {
            font-size: 2rem;
            margin-bottom: 20px;
          }
          
          .toss-content-year {
            margin-bottom: 40px;
            padding-bottom: 30px;
          }
        }
        
        @media (max-width: 480px) {
          .year-title {
            font-size: 18px;
            margin-bottom: 0px;
          }
          
          .toss-content-year {
            margin-bottom: 30px;
            padding-bottom: 0px;
          }

          .year-month {
            font-size: 14px;
          }
        }

        @media (max-width: 620px) {
          .toss-years-list {
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
            display: flex;
            flex-direction: row;
            gap: 16px;
            padding: 0 20px 0 20px;
            margin: 0;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            justify-content: flex-start;
            scrollbar-width: none;        /* Firefox */
            -ms-overflow-style: none;     /* IE, Edge */
          }
          .toss-years-list::-webkit-scrollbar {
            display: none;                /* Chrome, Safari, Opera */
          }
          
          .toss-years-list .toss-year {
            flex: 0 0 auto;
            scroll-snap-align: start;
            min-width: 80px;
            text-align: center;
          }
          .toss-timeline-container .desktop-timeline {
            padding: 0 20px !important;
          }
          
          .toss-timeline-container {
            padding: 0 20px !important;
          }
          .toss-timeline-line {
            top: -26px !important;

          }
        }


