/* 컬처 페이지 기본 스타일 */
.culture-img {
    width: 100%;
    max-width: 400px;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.culture-container {
    display: block;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.container-main_culture {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 600px;
    padding: 120px 20px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    text-align: center;
}

.container-main {
    padding-top: 140px;
}

.fullscreen-content {
    position: relative;
    z-index: 2;
    color: white;
    margin: 0;
    width: 100%;
    max-width: 1600px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.organization-item {
    margin: 0 auto;
}

.culture-img-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
    width: 100%;
}

.culture-img {
    max-width: 400px;
    width: 40%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.culture-img:hover {
    transform: scale(1.05);
}

.culture-large-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
    color: #fff;
}

/* 미션/비전 섹션 */
.mission-vision-container {
    display: block;
    gap: 100px;
    width: 100%;
    margin: 0 auto;
    color: white;
    padding: 0 2rem;
    justify-content: center;
}

.mission-container {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 3rem;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
}

.vision-container {
    border-radius: 24px;
    padding: 3rem;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

.mission-vision-header {
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 150px;
    padding-bottom: 20px;
}

.mission_list {
    display: block;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    border-right: 0.5px solid rgba(255, 255, 255, 0.5);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 150px;
    padding-bottom: 150px;
    align-content: center;
}

.mission_list:last-child {
    border-right: none;
}

.mission1, .mission2, .mission3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 32px;
    font-weight: 600;
}

.mission1_text, .mission2_text, .mission3_text {
    font-size: 24px;
    font-weight: 600;   
}

/* 핵심 가치 섹션 */
.core-values-container {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 10000000;
    color: white;
    text-align: center;
}

.core-values-header {
    text-align: center;
    display: block;
    justify-items: center;
    padding: 0 40px;
}

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

.core-values-subtitle {
    font-size: 18px;
    color: rgba(153, 153, 153, 1);
    max-width: 800px;
    line-height: 1.6;
    text-align: center;
    word-break: keep-all;
    padding-bottom: 40px;
}

.core-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 40px;
    padding-bottom: 40px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;

}

.Organization-title {
    text-align: center;
    background: linear-gradient(180deg, #fff, #fff 65.38%, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 40px;
    max-width: 1200px;
}

.Organization-title img {
    width: 100%;
    padding: 0 20px;
}

.core-value-card-wrapper {
    margin-top: 20px;
    background-color: #1f1f1f4e;
    border-radius: 10px;
    border: 1px solid #7777774f;

}

.core-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.core-value-card {
    display: block;
    border-radius: 10px;
    padding: 2.5rem;
    opacity: 0;
    text-align: center;
}

.core-value-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #2079ff;
    position: relative;
    display: inline-block;
    text-align: center;
}

.core-value-content {
    text-align: center;
    font-weight: 200;
}

.core-value-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;

    
}

.core-value-content p {
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}

/* 타임라인 섹션 */
.history-section {
    padding: 100px 0;
    background-color: #000000;
    position: relative;
    overflow: hidden;
}

.timeline-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    display: flex;
    justify-content: center;
}

.timeline-container {
    display: flex;
    position: relative;
    min-height: 600px;
    max-width: 800px;
    width: 100%;
}

.timeline-line {
    position: absolute;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 100%;
    left: 140px;
    top: 0;
    --point-top: 0px;
}

.timeline-line::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    left: -3px;
    transform: translateY(-50%);
    top: var(--point-top);
    transition: top 0.3s ease;
}

.timeline-years {
    position: relative;
    width: 120px;
    z-index: 2;
    margin-right: 40px;
}

.year-marker {
    position: relative;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 12px 0;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    height: 20px;
}

.year-marker:hover,
.year-marker.active {
    color: #ffffff;
}

.year-marker.active::after,
.year-marker:hover::after {
    display: none;
}

.timeline-content {
    flex: 1;
    padding-left: 60px;
    position: relative;
}

.timeline-year {
    display: none;
    position: absolute;
    left: 60px;
    top: 0;
}

.timeline-year.active {
    display: block;
    text-align: left;
}

.timeline-item {
    margin-bottom: 30px;
    opacity: 0;
    animation: slideIn 0.5s ease forwards;
}

.timeline-item h3 {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 8px 0;
    font-weight: normal;
}

.timeline-item h4 {
    font-size: 1.1rem;
    color: #ffffff;
    margin: 0;
    font-weight: 500;
}


/* 통계 섹션 */
.statistics-section {
    padding: 100px 0 200px;
    position: relative;
    overflow: hidden;
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px;
    position: relative;
    z-index: 2;
    margin-bottom: 200px;
}

.statistic-item {
    text-align: left;
    padding: 10px;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

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

.statistic-number {
    font-size: 32px;
    font-weight: 500;
    color: #0066ff;
    margin-bottom: 15px;
}

.statistic-label {
    font-weight: 700;
    font-size: 20px;
    color: white;
    line-height: 1.4;
}

.statistics-graph {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* 팀문화 카드 스타일 */
.team-culture-section {
    padding: 80px 0;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}

.section-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: rgba(153, 153, 153, 1);
}

/* Apple 스타일 갤러리 스크롤 컨테이너 */
.scroll-container {
    scroll-snap-type: x mandatory;
    width: 100%;
    overflow: hidden;
}

.item-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.item-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.card-set {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    padding: 0 20px;
    list-style: none;
    margin: 0;
    padding-left: 80px;
    padding-right: 20px;
    min-width: max-content;
}

.card-set.grid {
    display: flex;
}

.card-set.card-set-full-bleed {
    padding-left: 80px;
    padding-right: 20px;
}

.card-set.gallery-card-set {
    scroll-snap-type: x mandatory;
}

.gallery-item {
    scroll-snap-align: start;
    flex: 0 0 350px;
    list-style: none;
}

.gallery-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.media-wrapper {
    flex: 1;
    overflow: hidden;
    border-radius: 18px;
    position: relative;
}

.slide-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .slide-media img {
    transform: scale(1.05);
}

.caption {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.typography-ps-slide-gallery-caption {
    font-weight: 400;
    word-break: keep-all;
}

.ps-swatch-secondary {
    color: rgba(255, 255, 255, 0.8);
}

/* 현재 활성화된 갤러리 아이템 */
.gallery-item.current {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.gallery-item.current .slide-media img {
    filter: brightness(1.1);
}

.tile {
    border-radius: 18px;
    overflow: hidden;
}

.tile-rounded {
    border-radius: 18px;
}

.card-container {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    padding: 0 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    margin-left: 80px;
    padding-left: 0;
}

.card-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

:root {
    --bg-size: 100%;
    --bg-position-x: center;
    --bg-position-y: center;

}

.culture-card {
    background-color: #2d2d2f;
    border-radius: 18px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    min-height: 580px;
    background-size: var(--bg-size);
    background-position: var(--bg-position-x) var(--bg-position-y);
    background-repeat: no-repeat;
    flex: 0 0 350px;
    min-width: 350px;
    max-width: 350px;
    scroll-snap-align: start;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.culture-card:nth-child(1),
.culture-card:nth-child(2),
.culture-card:nth-child(3),
.culture-card:nth-child(4),
.culture-card:nth-child(5) {
    flex: 0 0 350px;
}

.culture-card:nth-child(6) {
    flex: 0 0 350px;
    background-color: #3d2fff;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.culture-card.dark {
    background-color: #f5f5f7;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.culture-card.light {
    background-color: #e8e8ff;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.culture-card.green {
    background-color: #4040ff;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}


.culture-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: transparent !important;
    border-radius: 18px;
}

.card-header {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    opacity: 0.7;
    position: relative;
    z-index: 2;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
    word-break: keep-all;
    position: relative;
    z-index: 2;
}

.card-title.dark {
    color: #000000;
}

.card-badge {
    display: inline-flex;
    background-color: rgba(0, 197, 85, 0.2);
    color: #00c555;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.card-content {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    word-break: keep-all;
    text-align: left;
    position: relative;
    z-index: 2;
}

/* 배경 이미지 크기 클래스들 */
.bg-size-small {
    --bg-size: 100%;
}

.bg-size-medium {
    --bg-size: 100%;
}

.bg-size-large {
    --bg-size: 100%;
}

.bg-size-cover {
    --bg-size: cover;
}

.bg-size-contain {
    --bg-size: contain;
}

/* 배경 이미지 위치 클래스들 */
.bg-position-top {
    --bg-position-y: top;
}

.bg-position-center {
    --bg-position-y: center;
}

.bg-position-bottom {
    --bg-position-y: bottom;
}

.bg-position-left {
    --bg-position-x: left;
}

.bg-position-right {
    --bg-position-x: right;
}

.card-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.nav-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-arrow:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* 조직 구성 섹션 스타일 */
.organization-section {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin-top: 3rem;
    overflow: hidden;
}

.organization-grid {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.Organization-title {
    width: 100%;
    max-width: 1200px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.organization-item {
    display: flex;
    justify-content: center;
    opacity: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    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);
}


.org-content {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.org-content-header {
    text-align: left;
    max-width: 200px;
    width: 100%;
    word-break: keep-all;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.org-content-header img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    object-position: center;
}

.org-content-body {
    text-align: left;
    word-break: keep-all;
    max-width: 800px;
    width: 100%;
    margin-bottom: 20px;
}

.org-content-body p {
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
}

.org-content h3 {
    font-size: 1.8rem;
    color: #fff;
}

.org-content p {
    font-size: 14px !important;
    line-height: 1.6;
    color: rgba(153, 153, 153,1);
}

/* 반응형 스타일 */
@media (max-width: 1200px) {
    .organization-item {
        padding: 30px 30px;
    }
}

@media (max-width: 991px) {
    .organization-item {
        padding: 30px 60px;
    }
}

@media (max-width: 768px) {
    .cta-banner h2 {
        font-size: 24px !important;
        margin-bottom: 1.5rem !important;
        line-height: 1.4 !important;
        color: white !important;
    }

    .fullscreen-hero.second-hero {
        padding: 0px 0 60px 0;
        min-height: auto;
    }

    .container-main {
        padding-top: 50px;
    }

    .organization-item {
        padding: 20px;
        border-radius: 10px;
    }
    
    .org-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .org-content-header {
        max-width: 100%;
    }

    .org-content-header h3 {
        font-size: 20px !important;
    }
    
    
    .org-content h3 {
        font-size: 1.5rem;
    }
    
    .org-content p {
        font-size: 16px;
    }
}

/* 슬라이더 스타일 */
.org-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    height: 300px;
    padding-left: 0;
    min-width: 1200px;
}

.org-slider {
    display: flex;
    width: 100%; /* 전체 너비로 조정 */
    transition: transform 0.5s ease-in-out;
    height: 100%;
    margin-left: calc(20%); /* 오른쪽 정렬을 위해 여백 제거 */
}

.org-slide {
    flex: 0 0 280px;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
    margin-right: 10px;
}

        /* 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;
            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: 90%;
            height: 100%;
            border-radius: 40px;
            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;
            animation: 
                gradientAnimation 8s ease-in-out infinite alternate,
                flowAnimation 6s ease-in-out infinite;
            will-change: transform;
        }

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


.team-img {
    width: 280px;
    height: 280px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    object-position: center;
}

.org-slide:hover .team-img {
    transform: scale(1.05);
}

/* 슬라이더 컨트롤 */
.slider-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #FFC805;
    transform: scale(1.2);
}

/* 슬라이더 화살표 버튼 */
.slider-arrows {
    position: relative;
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: calc(10%);
    display: flex;
    justify-content: right;
    gap: 20px;
    z-index: 20;
}

.slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-arrow:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.slider-arrow.prev::before,
.slider-arrow.next::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    display: block;
}

.slider-arrow.prev::before {
    transform: rotate(-135deg);
}

.slider-arrow.next::before {
    transform: rotate(45deg);
}

.org-content {
    display: flex;
}

.org-content p {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(153, 153, 153,1);
}

.org-content-header {
    text-align: left;
    max-width: 500px;
    word-break: keep-all;
    width: 100%;
}

/* 사무실 환경 섹션 스타일 */
.office-environment-section {
    position: relative;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 80px 0;
    overflow: hidden;
    padding-top: 150px;
}

.office-slider-container {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
}

.office-slider-content {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 50px;
}

.office-slider-content h2 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.office-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.office-slider-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.office-slider-arrow.prev {
    right: 70px;
    bottom: 20px;
}

.office-slider-arrow.next {
    right: 20px;
    bottom: 20px;
}

.office-slider-arrow:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.office-slider {
    width: 100%;
    height: 600px; /* PC에서 기본 높이 설정 */
    overflow: hidden;
    position: relative;
}

.office-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
}

.office-slide:first-child {
    opacity: 1;
}

.office-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.office-slider-nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 20;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background-color: #0066ff;
    transform: scale(1.2);
}

.benefit-item {
    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;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.6s forwards;
    animation-delay: calc(var(--animation-order, 0) * 0.1s);
    word-break: keep-all;
}

.benefit-item i {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
    display: block;
}

.benefit-item h3 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.benefit-item p {
    color: rgba(153, 153, 153, 1);
    font-size: 1rem;
    line-height: 1.6;
}

.benefit-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

/* 반응형 스타일 */
/* Large Desktop (1200px 이상) */
@media (min-width: 1201px) {
    .core-values-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .core-value-card:nth-child(3) {
        grid-column: auto;
    }

    .culture-card {
        flex: 0 0 350px;
    }
}

/* Desktop (992px ~ 1200px) */
@media (max-width: 1200px) {
    .culture-card {
        flex: 0 0 320px;
        min-width: 320px;
        max-width: 320px;
    }
    
    .culture-card:nth-child(2) {
        flex: 0 0 350px;
    }

    .gallery-item {
        flex: 0 0 340px;
    }

    .card-set {
        gap: 18px;
        padding-left: 60px;
    }

    .card-set.card-set-full-bleed {
        padding-left: 60px;
    }

    .card-container {
        margin-left: 60px;
    }

    .culture-main-container {
        width: 600px;
    }
}

/* Tablet (768px ~ 991px) */
@media (max-width: 991px) {
    :root {
        --content-inset: 16px;
    }
    
    .culture-container {
        flex-direction: column;
    }
    
    .culture-image-left,
    .culture-image-right {
        max-width: 80%;
        margin: 20px auto;
    }
    
    .culture-container .mission-container,
    .culture-container .vision-container {
        max-width: 100%;
        margin: 20px auto;
    }
    
    .org-slider-container {
        width: 100%;
        height: 250px;
        margin-left: auto;
    }
    
    .organization-item {
        padding: 20px 40px 0px 40px;
    }
    
    .org-slide {
        flex: 0 0 25%;
    }
    
    .office-slider {
        height: 400px;
    }

    .office-slider-content h2 {
        font-size: 2rem;
    }

    .slide {
        flex: 0 0 calc(50% - 10px);
        padding-top: calc(50% - 10px);
    }
}

/* Mobile Large (576px ~ 767px) */
@media (max-width: 767px) {
    .culture-img-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .culture-img {
        width: 80%;
        max-width: 300px;
    }
    
    .timeline-line {
        left: 80px;
    }
    
    .timeline-years {
        width: 80px;
    }
    
    .timeline-content {
        padding-left: 40px;
    }
    
    .timeline-year {
        left: 40px;
    }
    
    .year-marker {
        font-size: 0.9rem;
    }
    
    .statistics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .culture-card {
        flex: 0 0 90vw;
        min-width: 220px;
        max-width: 320px;
        padding: 16px;
    }
    
    .card-title {
        font-size: 18px;
    }

    .gallery-item {
        flex: 0 0 320px;
    }

    .card-set {
        padding-left: calc(50vw - 160px);
        padding-right: 20px;
        gap: 16px;
    }

    .card-set.card-set-full-bleed {
        padding-left: calc(50vw - 160px);
        padding-right: 20px;
    }

    .card-container {
        margin-left: 0;
        padding-left: calc(50vw - 175px);
        padding-right: 20px;
    }

    .section-large-title {
        color: #ffffff !important;
        background: linear-gradient(360deg, #75acff, rgba(255, 255, 255) 70%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 0 20px !important;
    }

    .core-values-subtitle {
        padding: 0 40px !important;
    }

    .item-container {
        display: flex;
    }

    .ytone-work-title {
        font-size: 32px;
        margin-bottom: 16px;
    }

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

    .slide {
        flex: 0 0 calc(100% - 0px);
        padding-top: calc(100% - 0px);
    }
    
    .slider-wrapper {
        padding: 0 20px;
    }
    
    .slider {
        gap: 15px;
    }

    .culture-main-container {
        width: 400px;
    }
}

/* Mobile (575px 이하) */
@media (max-width: 575px) {
    :root {
        --content-inset: 12px;
        --xsmall-gutter-additions: 8px;
    }
    
    .org-slider-container {
        height: 200px;
    }
    
    .org-slide {
        flex: 0 0 25%;
    }
    
    .office-slider {
        height: 300px;
    }

    .office-slider-content h2 {
        font-size: 1.5rem;
    }

    .core-values-subtitle {
        text-align: center;
        font-size: 12px;
        font-weight: 400 !important;
        color: #989898;
        padding-right: 5px;
        text-align: center;
        word-break: keep-all;
    }

    .section-large-title {
        text-align: center;
        line-height: 1.3;
    }

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

    .core-value-card {
        padding: 20px;
    }

    .core-value-title {
        font-size: 24px;
    }
    
    .core-value-title {
        margin-bottom: 0px !important;
    }

    .culture-card {
        flex: 0 0 280px;
        min-height: 600px;
        margin-right: 0px;
        --bg-size: 100%;
    }

    .culture-card:last-child {
        margin-right: 40px;
    }

    .card-container {
        padding: 0 20px;
        max-width: 100%;
        overflow-x: auto;
        scroll-padding-left: 20px;
        margin-left: 0;
        padding-right: 20px;
        padding-left: calc(50vw - 140px);
    }

    .gallery-item {
        flex: 0 0 280px;
    }

    @media (max-width: 480px) {
        .core-values-subtitle {
            padding: 0 20px !important;
        }

        .culture-card:nth-child(6), .culture-card.light, .culture-card {
            flex: 0 0 240px;
            min-height: 200px;
            max-width: 240px;
        }
    }   

    .card-set {
        padding-left: calc(50vw - 130px);
        padding-right: 30px;
        gap: 16px;
    }

    .card-set.card-set-full-bleed {
        padding-left: calc(50vw - 130px);
        padding-right: 16px;
    }

    .core-values-grid {
        padding: 0 20px;
    }

    .core-values-header,
    .core-values-subtitle,
    .section-large-title,
    .section-subtitle {
        padding: 0 0px;
    }

    .org-content {
        display: block;
    }

    .org-content-body {
        padding-left: 0;
    }

    .org-slider {
        margin-left: 20px;
    }

    .benefit-item {
        padding: 20px;
    }

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

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

    .f-s-s {
        width: 24px !important;
        height: 24px !important;
        font-size: 10px;
    }

    .f-s-s img {
        width: 12px !important;
    }

    .culture-main-container {
        width: 300px;
    }
}


.ytone-work-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #ffffff;
    mix-blend-mode: difference;
    word-break: keep-all;
}

/* 비디오 컨테이너 스타일 */
.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.core-values-video {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 40px;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 재생 버튼 스타일 */
.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}


.video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.video-play-button i {
    color: rgba(255, 255, 255, 0.8);
    font-size: 50px;
    margin-left: 5px; /* 재생 아이콘을 약간 오른쪽으로 이동 */
    transition: all 0.3s ease;
}

.video-play-button:hover i {
    color: rgba(255, 255, 255, 1);
}

/* 비디오가 재생 중일 때 재생 버튼 숨기기 */
.video-container.playing .video-play-button {
    opacity: 0;
    pointer-events: none;
}

/* 비디오 호버 시 재생 버튼 다시 표시 (일시정지용) */
.video-container.playing:hover .video-play-button {
    opacity: 1;
    pointer-events: auto;
}

.video-container.playing:hover .video-play-button i:before {
    content: "\f04c"; /* 일시정지 아이콘 */
}

.org-slider-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.org-slider {
    display: flex;
    transition: transform 0.3s ease;
}

.org-slide {
    flex: 0 0 25%;
    position: relative;
    width: 25%;
    padding-top: 25%; /* 1:1 비율 유지 */
}

.org-slide img,
.org-slide video,
.team-img,
.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    object-fit: cover;
    transition: none; /* 모든 transition 효과 제거 */
}

.org-slide:hover img,
.org-slide:hover video,
.org-slide:hover .team-img,
.video-container:hover {
    transform: translate(-50%, -50%); /* hover 시에도 같은 위치 유지 */
}

/* 반응형 처리 */
@media screen and (max-width: 992px) {
    .org-slide {
        flex: 0 0 50%;
        width: 50%;
        padding-top: 50%;
    }
    
    .org-slide img,
    .org-slide video,
    .team-img,
    .video-container {
        width: 400px; /* 태블릿 크기에서의 고정 크기 */
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .org-slide {
        flex: 0 0 100%;
        width: 100%;
        padding-top: 100%;
    }

    .fullscreen-hero:first-child .animated-title {
        font-size: 30px !important;
    }
    
    .org-slide img,
    .org-slide video,
    .team-img,
    .video-container {
        width: 300px; /* 모바일 크기에서의 고정 크기 */
        height: 300px;
    }

    .culture-main-bg {
        max-width: 400px;
    }
}

.slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    padding-bottom: 60px;
}

.slider-container {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 20px;
    padding: 0 10px;
}

.slide {
    flex: 0 0 calc(25% - 15px);
    position: relative;
    padding-top: calc(25% - 15px);
    box-sizing: border-box;
}

.slide img,
.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide img,
.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0; /* 기본적으로 숨김 */
}

.video-wrapper:hover .play-button {
    opacity: 1; /* 호버시 보이기 */
}

/* 비디오가 일시정지 상태일 때 버튼 표시 */
.video-wrapper.paused .play-button {
    opacity: 1;
}

.slider-arrow.prev {
    left: 0;
}

.slider-arrow.next {
    right: 0;
}

.slider-arrow i {
    color: white;
    font-size: 18px;
}

.slider-arrow:hover {
    background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 991px) {
    .slide {
        flex: 0 0 calc(33.333% - 15px);
        padding-top: calc(33.333% - 15px);
    }
}

@media (max-width: 768px) {
    .slide {
        flex: 0 0 calc(50% - 10px);
        padding-top: calc(50% - 10px);
    }
    
    .slider-wrapper {
        padding: 0 20px;
        padding-bottom: 40px;
    }
}

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

.f-s-s {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.15);
    background: linear-gradient(180deg, rgb(20, 38, 203) 0%, rgb(45, 81, 244) 100%);
    border-radius: 30px;
    opacity: 1;
    padding: 5px;
}

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

.f-dec {
    font-size: 16px;
    font-weight: 400;
    color: #989898;
    padding-right: 5px;
    text-align: center;
    word-break: keep-all;
}

.fullscreen-hero:first-child .animated-title {
    position: relative;
    color: #ffffff !important;
    z-index: 1;
    text-align: center;
    font-size: 54px;
    font-weight: 500;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
    letter-spacing: -0.02em;
}

.animated-title {
    font-size: 40px;
    background: linear-gradient(180deg, #ffffff 0%, #8d8d8d 96%, #ffffff95 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

@media (max-width: 480px) {

    .core-values-grid {
        gap: 0px;
    }
    .f-dec {
        font-size: 12px;
    }

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

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

    .core-value-content p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .cta-subtitle {
        padding-bottom: 20px !important;
    }

    .org-content p {
        font-size: 12px;
    }

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

    .cta-subtitle {
        font-size: 12px !important;
        font-weight: 200 !important;
    }

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

.fullscreen-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
    background-image: url('../img/bg_sub.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.culture-main-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 800px;
    background-image: url('../img/culture_main.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    border-radius: 24px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

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

.light-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 2;
}

/* 반응형 스타일 추가 */
@media (max-width: 768px) {
    .culture-main-bg {
        max-width: 400px;
    }

    .Organization-title {
        padding-bottom: 0px !important;
    }
}

@media (max-width: 480px) {
    .culture-main-bg {
        max-width: 300px;
    }
}

.culture-main-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    max-width: 100%;
    z-index: 1;
    border-radius: 24px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.culture-main-image {
    width: 100%;
    height: auto;
    display: block;
    height: 500px;
    border-radius: 24px;
    border: 1px solid #ffffff8c;
    object-fit: cover;
}

/* 반응형 스타일 수정 */
@media (max-width: 1200px) {
    .culture-main-container {
        width: 600px;
    }
}

@media (max-width: 768px) {
    .culture-main-container {
        width: 400px;
    }
    
    .culture-hero-content {
        padding: 60px 20px;
    }
    
    .culture-main-image {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .culture-main-container {
        width: 300px;
    }
    
    .culture-hero-content {
        padding: 40px 20px;
    }
    
    .culture-main-image {
        height: 200px;
    }

    .benefits-grid {
        margin: 0px !important;
    }
}

#culture-hero {
    position: relative;
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 200px;
}

.culture-content-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem; /* 이미지와 텍스트 사이 간격 */
    padding: 0 2rem;
}

.culture-image-container {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: rgba(26, 32, 214, 0.4) 0px -19px 70px 0px, rgba(79, 26, 214, 0.02) 0px -0.796192px 3.98096px 0px, rgba(26, 175, 255, 0.05) 0px -2.41451px 12.0725px 0px, rgba(79, 26, 214, 0.13) 0px -6.38265px 31.9133px 0px, rgba(79, 26, 214, 0.4) 0px -20px 100px 0px;
}

.f-recruit {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    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)
}

.culture-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.culture-text-content {
    text-align: center;
    color: #fff;
    max-width: 800px;
}

.animated-title {
    font-size: 3rem;
    margin: 1rem 0;
    color: #fff;
}



@media (max-width: 768px) {
    #culture-hero {
        padding: 3rem 0;
        padding-top: 150px;
    }

    .culture-content-wrapper {
        gap: 3rem;
    }

    .animated-title {
        font-size: 2rem;
    }

}

@media (max-width: 480px) {
    #culture-hero {
        padding: 2rem 0;
    }

    .culture-content-wrapper {
        gap: 2rem;
        padding-top: 60px;
    }

    .video-player {
        min-height: 200px;
    }
}

@media (max-width: 1024px) {
    .core-values-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .core-value-card {
        padding: 20px;
    }

    .organization-item {
        margin-bottom: 10px;
    }

    .organization-grid {
        display: block;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .core-values-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 0px;
    }

    .core-values-video {
        padding: 0 20px;
    }
}

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

.video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #c8c8c834;
    border-radius: 10px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 3rem auto;
    max-width: 1200px;
}

@media (max-width: 992px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .benefit-item {
        border-radius: 8px;
    }

    .benefit-item i {
        font-size: 30px;
    }

    .benefit-item h3 {
        font-size: 16px;
    }

    .benefit-item p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .culture-card {
        height: 500px;
        min-height: 320px;
        max-height: 480px;
        padding: 20px;
        background-size: 100%;
    }

    .organization-item {
        padding: 20px;
    }

    .org-content-header {
        margin-bottom: 0px;
    }

    .card-content p {
        font-size: 14px;
    }

    .culture-card img {
        width: 100px;;
    }
}

@media (max-width: 480px) {
    .culture-card {
        height: 500px;
        min-height: 220px;
        max-height: 420px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }

    .culture-card:nth-child(1), .culture-card:nth-child(2), .culture-card:nth-child(3), .culture-card:nth-child(4), .culture-card:nth-child(5) {
        flex: 0 0 240px;
        min-width: 200px;
        max-width: 240px;
    }

    .organization-item {
        padding: 20px 20px 0px 20px;
        border-radius: 8px;
    }

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

    .org-content-header {
        margin-bottom: 0px !important;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .org-content-body p {
        font-size: 12px !important;
        text-align: center;
    }
    
    .org-content h3 {
        font-size: 14px !important;
        text-align: center;
    }

    .card-title {
        margin-bottom: 10px !important;
        font-size: 16px;
    }

    .card-content p {
        font-size: 12px !important;
    }

    .cta-banner::before {
        border-radius: 10px;
    }
}


