/* =========================================
   Identity Page (subpage/identity.html)
========================================= */


/* 텍스트가 자연스럽게 어절 단위로 끊어지도록 설정 (전체 텍스트 영역에 적용) */
.kv-title, .kv-desc {
    word-break: keep-all;
}
.br-none {
    display: none;
}

/* PC: 한 줄 유지 · 1024px 이하에서만 지정 줄바꿈 */
.br-resp {
    display: none;
}

@media screen and (max-width: 1024px) {
    .br-resp {
        display: inline;
    }
}

/* 1025~1280px — comparison 뱃지 등 중간 폭 전용 줄바꿈 */
.br-mid-only {
    display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .br-mid-only {
        display: inline;
    }
}

/* 모바일 화면 (예: 768px 이하): 강제 줄바꿈 해제하고 자연스럽게 흐르도록 처리 */
@media (max-width: 768px) {
    .d-block {
        display: inline; /* 모바일에서는 span이 다시 한 줄로 이어지게 함 */
    }
}
.identity-kv-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../images/identity-kv.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.identity-kv-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.identity-kv-section .inner {
    position: relative;
    z-index: 2;
    height: 100%;
}

.identity-kv-section .kv-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.25rem;
    height: 100%;
    max-width: 42rem;
    text-align: left;
    color: #FFFFFF;
}

.identity-kv-section .kv-title {
    line-height: 1.2;
    margin: 0;
}

.identity-kv-section .kv-desc {
    max-width: 40rem;
    line-height: 1.6;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .identity-kv-section .kv-text-wrap {
        max-width: 100%;
        gap: 1rem;
    }

    .identity-kv-section .kv-desc {
        max-width: 100%;
    }
}


/* =========================================
   Identity – Vision Section
========================================= */

.identity-vision-section .vision-title {
    text-align: center;
    margin: 0 0 3.5rem;
    line-height: 1.2;
}

.identity-vision-section .vision-content-wrap {
    gap: 4rem;
}

.identity-vision-section .vision-item {
    flex-shrink: 0;
}

.identity-vision-section .circle-container {
    position: relative;
    width: 20rem;
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.identity-vision-section .dotted-circle {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.identity-vision-section .circle-text {
    position: relative;
    z-index: 1;
    text-align: center;
}

.identity-vision-section .circle-text h3 {
    margin: 0;
    line-height: 1.2;
}

.identity-vision-section .circle-text p {
    margin: 0;
    line-height: 1.6;
}

.identity-vision-section .vision-connector {
    gap: 0.875rem;
    flex-shrink: 0;
}

.identity-vision-section .vision-connector .dot {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #D4734A;
}

.identity-vision-section .vision-bottom-text {
    margin: 4rem 0 0;
    text-align: center;
    line-height: 1.6;
}

.identity-vision-section .vision-bottom-text strong {
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .identity-vision-section .vision-title {
        margin-bottom: 2.5rem;
    }

    .identity-vision-section .vision-content-wrap {
        gap: 2.5rem;
    }

    .identity-vision-section .circle-container {
        width: 16rem;
        height: 16rem;
    }

    .identity-vision-section .vision-bottom-text {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .identity-vision-section .vision-title {
        margin-bottom: 2rem;
    }

    .identity-vision-section .vision-content-wrap {
        gap: 2rem;
    }

    .identity-vision-section .circle-container {
        width: clamp(10rem, 8rem + 10vw, 14rem);
        height: 14rem;
    }

    .identity-vision-section .vision-connector {
        gap: 0.625rem;
    }

    .identity-vision-section .vision-connector .dot {
        width: 0.4375rem;
        height: 0.4375rem;
    }

    .identity-vision-section .vision-bottom-text {
        margin-top: 2.5rem;
    }
}
@media screen and (max-width: 403px){
    .identity-vision-section .circle-container{
        width: 14rem;
    }
}

/* =========================================
   Identity – Split Grid Sections (Feature & Market)
========================================= */
.identity-feature-section {
    background-color: #F6F6F6;
}

.identity-feature-section .grid-wrap,
.identity-market-section .grid-wrap,
.identity-pet-section .grid-wrap {
    align-items: center;
}

/* Pet 섹션: 좌측(텍스트/리스트) 세로 간격 20px 유지 */
.identity-pet-section .grid-wrap {
    row-gap: 1.25rem; /* 20px */
}

.identity-feature-section .text-col,
.identity-feature-section .img-col,
.identity-market-section .text-col,
.identity-market-section .img-col,
.identity-pet-section .text-col,
.identity-pet-section .img-col,
.identity-pet-section .feature-col {
    grid-column: span 6;
}

.identity-feature-section .feature-title,
.identity-market-section .market-title,
.identity-pet-section .pet-title {
    margin-top: 0;
    line-height: 1.3;
}

.identity-pet-section .sub-title {
    display: block;
    font-weight: 600;
    line-height: 1.4;
}

.identity-feature-section .text-col > p,
.identity-market-section .text-col > p {
    margin-top: 0;
    line-height: 1.6;
}

.identity-feature-section .stats-wrap,
.identity-market-section .stats-wrap {
    display: flex;
    gap: 1.25rem;
}

.identity-feature-section .stat-item,
.identity-market-section .stat-item {
    flex: 0.25;
    min-width: 0;
}

.identity-feature-section .stat-item strong,
.identity-market-section .stat-item strong {
    display: block;
    margin: 0;
    line-height: 1;
    font-weight: 600;
}

.identity-feature-section .stat-item span,
.identity-market-section .stat-item span {
    display: block;
    margin: 0;
    line-height: 1.4;
}

.identity-feature-section .img-col,
.identity-market-section .img-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.identity-pet-section .img-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.identity-pet-section .pet-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.identity-pet-section .feature-list {
    display: flex;
    flex-direction: column;
}

/* PC: 텍스트(좌상) + 기능(좌하) / 이미지(우, 2행) */
.identity-pet-section .text-col {
    grid-column: 1 / span 6;
}

.identity-pet-section .feature-col {
    grid-column: 1 / span 6;
}

.identity-pet-section .img-col {
    grid-column: 7 / span 6;
    grid-row: 1 / span 2;
}

.identity-pet-section .feature-item {
    width: 100%;
}

.identity-pet-section .icon-box {
    flex-shrink: 0;
    width: 4.0625rem;
    height: 4.0625rem;
    border-radius: 0.9375rem;
}

.identity-pet-section .icon-box img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.identity-pet-section .text-box h3 {
    margin-top: 0;
    line-height: 1.4;
}

.identity-pet-section .text-box p {
    margin: 0;
}

.identity-feature-section .feature-video {
    width: 100%;
    max-width: 100%;
    max-height: 35rem;
    height: auto;
    display: block;
    object-fit: contain;
    background-color: transparent;
}

/* iOS Safari 기본 재생 버튼 오버레이 숨김 */
.identity-feature-section .feature-video::-webkit-media-controls {
    display: none !important;
}

.identity-feature-section .feature-video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
}

.identity-feature-section .feature-video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.identity-market-section .market-graph {
    width: 100%;
    max-height: 29.5rem;
    object-fit: contain;
    height: auto;
    display: block;
}

@media screen and (max-width: 1024px) {
    .identity-feature-section .text-col,
    .identity-feature-section .img-col,
    .identity-market-section .text-col,
    .identity-market-section .img-col,
    .identity-pet-section .text-col,
    .identity-pet-section .img-col,
    .identity-pet-section .feature-col {
        grid-column: span 4;
    }

    .identity-feature-section .img-col,
    .identity-market-section .img-col {
        justify-content: center;
        margin-top: 2.5rem;
    }

    /* Tablet(8단): 좌(텍스트/기능) 4칸, 우(이미지) 4칸 */
    .identity-pet-section .text-col {
        grid-column: 1 / span 4;
    }

    .identity-pet-section .feature-col {
        grid-column: 1 / span 4;
    }

    .identity-pet-section .img-col {
        grid-column: 5 / span 4;
        grid-row: 1 / span 2;
        margin-top: 0;
    }

    /* 1024px에서 이미지가 너무 작아지지 않도록 */
    /* .identity-pet-section .pet-img {
        width: min(22rem, 100%);
    } */
}

@media screen and (max-width: 768px) {
    .identity-feature-section .text-col,
    .identity-feature-section .img-col,
    .identity-market-section .text-col,
    .identity-market-section .img-col,
    .identity-pet-section .text-col,
    .identity-pet-section .img-col,
    .identity-pet-section .feature-col {
        grid-column: span 6;
    }

    .identity-pet-section .icon-box {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 0.75rem;
    }

    .identity-pet-section .icon-box img {
        width: 1.75rem;
        height: 1.75rem;
    }

    .identity-pet-section .img-col {
        margin-top: 2rem;
    }

    /* Mobile: 스샷처럼 텍스트 → 이미지 → 기능 리스트 */
    .identity-pet-section .text-col,
    .identity-pet-section .img-col,
    .identity-pet-section .feature-col {
        text-align: center;
    }

    /* PC/Tablet에서 내려온 grid-row 지정 해제 + 순서 고정 */
    .identity-pet-section .text-col {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .identity-pet-section .img-col {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .identity-pet-section .feature-col {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .identity-pet-section .feature-item {
        text-align: left;
    }

    .identity-pet-section .pet-img {
        width: min(18.5rem, 100%); /* 최대 244px */
    }

    .identity-feature-section .stats-wrap,
    .identity-market-section .stats-wrap {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .identity-feature-section .stat-item,
    .identity-market-section .stat-item {
        flex: 1 1 calc(33.333% - 0.6875rem);
    }

    .identity-feature-section .img-col,
    .identity-market-section .img-col {
        margin-top: 2rem;
    }

    .identity-feature-section .feature-video,
    .identity-market-section .market-graph {
        max-width: 100%;
    }
}


/* =========================================
   Identity – Why Section
========================================= */

.identity-why-section .why-title,
.identity-why-section .why-desc {
    margin-top: 0;
}

/* BEFORE | VS | AFTER — 좌우 블록 + 중앙 VS(박스 비접촉) */
.identity-why-section .comparison-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: clamp(1.25rem, 2vw, 2.5rem);
    align-items: stretch;
    width: 100%;
}

.identity-why-section .comparison-block {
    display: flex;
    flex-direction: column;
    grid-column: auto;
    min-width: 0;
}

.identity-why-section .comparison-block--before {
    grid-column: 1;
}

.identity-why-section .comparison-vs-badge.vs-circle {
    grid-column: 2;
    position: static;
    align-self: center;
    justify-self: center;
    flex-shrink: 0;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #000000;
    pointer-events: none;
}

.identity-why-section .comparison-block--after {
    grid-column: 3;
}

.identity-why-section .comparison-block-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    flex: 1;
    min-height: 0;
    width: 100%;
}

.identity-why-section .comparison-media {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
}

.identity-why-section .comparison-media-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 1;
    max-width: calc(100% - 2rem);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background-color: rgba(212, 115, 74, 0.92);
    color: #FFFFFF;
    line-height: 1.4;
    word-break: keep-all;
    white-space: nowrap;
    box-sizing: border-box;
}

.identity-why-section .comparison-caption {
    flex-shrink: 0;
    gap: 0.625rem;
    margin-top: 1.25rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.identity-why-section .comparison-caption-desc {
    word-break: keep-all;
    overflow-wrap: break-word;
}

.identity-why-section .comparison-header-title {
    font-weight: 700;
}

.identity-why-section .why-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
}

.identity-why-section .comparison-content--before,
.identity-why-section .comparison-content--after {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    min-height: 100%;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.identity-why-section .comparison-header {
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 1rem 1.25rem;
    box-sizing: border-box;
}

/* common.css에 없는 텍스트 컬러만 유지 */
.identity-why-section .comparison-list-text--muted {
    color: #aaaaaa;
}

.identity-why-section .comparison-header-title--inverse,
.identity-why-section .comparison-badge-label--inverse,
.identity-why-section .comparison-vs-text {
    color: #FFFFFF;
}

.identity-why-section .comparison-badge {
    flex-shrink: 0;
    padding: 0.375rem 1rem;
    border-radius: 999px;
}

.identity-why-section .comparison-badge--before {
    background-color: #e0e0e0;
    color: #aaaaaa;
}

.identity-why-section .comparison-list {
    list-style: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 1.5rem 1.25rem;
    gap: 1.25rem;
    box-sizing: border-box;
}

.identity-why-section .comparison-list-item {
    align-items: center;
    gap: 0.75rem;
    margin: 0;
}

.identity-why-section .comparison-list-text {
    flex: 1;
    min-width: 0;
}

.identity-why-section .comparison-list-icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.identity-why-section .comparison-list-icon--x {
    background-color: #F6F6F6;
    color: #aaaaaa;
}

.identity-why-section .comparison-list-icon--ani {
    width: 2rem;
    height: 2rem;
    background: none;
    border-radius: 0;
}

.identity-why-section .ani-check-icon {
    display: block;
    width: 2rem;
    height: 2rem;
    overflow: visible;
}

.identity-why-section .ani-check-icon .progress-circle {
    stroke-dasharray: 70;
    stroke-dashoffset: 70;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.identity-why-section .ani-check-icon .check-mark {
    stroke-dasharray: 20;
    stroke-dashoffset: 20;
}

@media (prefers-reduced-motion: reduce) {
    .identity-why-section .ani-check-icon .progress-circle {
        stroke-dashoffset: 0;
    }

    .identity-why-section .ani-check-icon .bg-circle {
        fill: #D4734A;
    }

    .identity-why-section .ani-check-icon .check-mark {
        stroke-dashoffset: 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .identity-why-section .comparison-media {
        overflow: visible;
    }

    .identity-why-section .comparison-media-badge {
        left: 0.5rem;
        bottom: 0.5rem;
        max-width: calc(100% - 1rem);
        padding: 0.375rem 0.625rem;
        font-size: 0.8125rem;
        line-height: 1.35;
        white-space: normal;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .identity-why-section .comparison-wrap {
        grid-template-columns: 1fr;
        row-gap: 0;
        column-gap: 0;
    }

    .identity-why-section .comparison-media-badge {
        white-space: nowrap;
    }

    .identity-why-section .comparison-block--before,
    .identity-why-section .comparison-block--after,
    .identity-why-section .comparison-vs-badge.vs-circle {
        grid-column: 1;
    }

    .identity-why-section .comparison-vs-badge.vs-circle {
        margin: 2rem auto;
    }

    .identity-why-section .comparison-list {
        padding: 1.25rem 1.25rem;
        gap: 1.25rem;
    }

    .identity-why-section .comparison-header {
        padding: 0.875rem 1.25rem;
    }
}

@media screen and (max-width: 768px) {
    .identity-why-section .why-desc {
        margin-bottom: 3.75rem;
    }

    .identity-why-section .comparison-block-inner {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .identity-why-section .comparison-media {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 16 / 10;
        min-height: auto;
    }

    .identity-why-section .why-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        max-width: none;
    }

    .identity-why-section .comparison-content--before,
    .identity-why-section .comparison-content--after {
        width: 100%;
        max-width: 100%;
    }

    .identity-why-section .comparison-caption {
        margin-top: 1rem;
    }

    .identity-why-section .comparison-media-badge {
        left: 0.75rem;
        bottom: 0.75rem;
        padding: 0.375rem 0.75rem;
        white-space: nowrap;
    }

    .identity-why-section .comparison-vs-badge.vs-circle {
        margin: 1.5rem auto;
    }

    .identity-why-section .comparison-header {
        padding: 0.875rem 1rem;
        gap: 0.75rem;
    }

    .identity-why-section .comparison-list {
        padding: 1.25rem 1rem;
        gap: 1rem;
    }
}


/* =========================================
   Identity – Analysis Process Section
========================================= */
.identity-analysis-section .analysis-title,
.identity-analysis-section .analysis-desc {
    margin-top: 0;
}

.identity-analysis-section .analysis-title {
    line-height: 1.3;
}

.identity-analysis-section .analysis-desc {
    line-height: 1.6;
}

.identity-analysis-section .analysis-steps-wrap {
    align-items: start;
}

.identity-analysis-section .step-item {
    grid-column: span 3;
    width: 100%;
    gap: 1.25rem; /* 20px · badge ↔ card */
}

.identity-analysis-section .step-badge {
    flex-shrink: 0;
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 50%;
    color: #FFFFFF;
    line-height: 1;
}

.identity-analysis-section .step-card {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 2.5rem 1.25rem; /* 40px 상·하 · 20px 좌·우 */
    background-color: #FFFFFF;
    border-radius: 1.25rem;
    box-shadow: 0 0.25rem 1.5rem rgba(30, 32, 34, 0.08);
    text-align: center;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.identity-analysis-section .step-card:hover {
    transform: translateY(-0.625rem);
    box-shadow: 0 0.75rem 2rem rgba(30, 32, 34, 0.12);
}

.identity-analysis-section .icon-wrap {
    flex-shrink: 0;
    width: 9.5rem;
    height: 9.5rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 0.25rem 1rem rgba(30, 32, 34, 0.1);
}

.identity-analysis-section .icon-wrap img {
    width: 5.25rem;
    height: auto;
    max-height: 6.5rem;
    object-fit: contain;
}

.identity-analysis-section .card-title,
.identity-analysis-section .card-desc,
.identity-analysis-section .card-footer {
    margin: 0;
    width: 100%;
}

.identity-analysis-section .card-title {
    line-height: 1.4;
    text-align: center;
}

.identity-analysis-section .card-desc {
    line-height: 1.6;
    text-align: center;
}

.identity-analysis-section .card-footer {
    display: block;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .identity-analysis-section .step-item {
        grid-column: span 4;
    }

    .identity-analysis-section .step-card {
        height: auto;
    }

    .identity-analysis-section .icon-wrap {
        width: 9.375rem;
        height: 9.375rem;
    }

    .identity-analysis-section .icon-wrap img {
        width: 6.875rem;
        max-height: 6.875rem;
    }
}

@media screen and (max-width: 768px) {
    .identity-analysis-section .analysis-desc {
        margin-bottom: 2.5rem;
    }

    .identity-analysis-section .analysis-steps-wrap {
        row-gap: 2.5rem;
        column-gap: 1rem;
    }

    /* 6단 그리드 · span 3 → 2열 × 2행 */
    .identity-analysis-section .step-item {
        grid-column: span 3;
        gap: 0.625rem; /* 10px · badge ↔ card */
    }

    .identity-analysis-section .step-card {
        height: 100%;
        padding: 2rem 1.25rem; /* 상·하 동일 */
    }

    .identity-analysis-section .step-badge {
        width: 3.75rem;
        height: 3.75rem;
    }

    .identity-analysis-section .icon-wrap {
        width: 8.75rem;
        height: 8.75rem;
    }

    .identity-analysis-section .icon-wrap img {
        width: 6.25rem;
        max-height: 6.25rem;
    }
}

@media screen and (max-width: 402px) {
    .identity-analysis-section .step-item {
        grid-column: span 6;
    }

    .identity-why-section .comparison-list-icon {
        width: 1.75rem;
        height: 1.75rem;
    }

    .identity-why-section .comparison-list {
        padding: 1rem 0.875rem;
    }
    .identity-vision-section .vision-content-wrap {
        gap: 1rem;
        flex-direction: column;
    }
    .identity-vision-section .vision-connector {
        flex-direction: row;
        gap: 0.625rem;
    }
}


/* =========================================
   Identity – Experience Section
========================================= */

.identity-experience-section .grid-wrap {
    align-items: center;
}

.identity-experience-section .img-col,
.identity-experience-section .text-col {
    grid-column: span 6;
}

.identity-experience-section .img-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.identity-experience-section .img-wrap {
    width: 100%;
}

.identity-experience-section .img-wrap img {
    width: 100%;
    max-width: 38.5rem;
    height: auto;
    display: block;
}

.identity-experience-section .notice-text {
    margin: 0.75rem 0 0;
    font-size: 0.875rem;
    color: #9A9A9A;
    line-height: 1.5;
}

.identity-experience-section .text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.identity-experience-section .exp-title {
    margin-top: 0;
    line-height: 1.3;
}

.identity-experience-section .exp-title .exp-line {
    display: block;
}

.identity-experience-section .exp-desc {
    margin: 0;
    line-height: 1.6;
}

@media screen and (max-width: 1024px) {
    .identity-experience-section .img-col,
    .identity-experience-section .text-col {
        grid-column: span 4;
    }

    .identity-experience-section .img-col {
        align-items: center;
    }

    .identity-experience-section .img-wrap img {
        max-width: 100%;
        max-height: 24rem;
        object-fit: contain;
    }

    /* 안내 문구: 이미지 왼쪽 끝과 정렬 */
    .identity-experience-section .img-wrap {
        width: fit-content;
        max-width: 100%;
    }

    .identity-experience-section .notice-text {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .identity-experience-section .text-col {
        margin-top: 0;
        text-align: left;
    }

}

@media screen and (max-width: 768px) {
    .identity-experience-section .img-col,
    .identity-experience-section .text-col {
        grid-column: span 6;
    }

    /* 모바일: 스샷처럼 가운데 정렬 */
    .identity-experience-section .grid-wrap {
        justify-items: center;
    }

    .identity-experience-section .img-col,
    .identity-experience-section .text-col {
        text-align: center;
    }

    .identity-experience-section .text-col {
        align-items: center;
    }

    .identity-experience-section .img-col {
        align-items: center;
    }

    .identity-experience-section .img-wrap {
        margin: 0 auto;
    }

    .identity-experience-section .notice-text {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .identity-experience-section .text-col {
        margin-top: 2rem;
    }

    .identity-experience-section .notice-text {
        font-size: 0.8125rem;
    }
}


/* =========================================
   Identity – Counting Section
========================================= */

.identity-counting-section {
    background-color: #D4734A;
    color: #FFFFFF;
}

.identity-counting-section .counting-head,
.identity-counting-section .counting-sub {
    margin-top: 0;
    color: #FFFFFF;
}

.identity-counting-section .counting-head {
    line-height: 1.2;
}

.identity-counting-section .counting-sub {
    line-height: 1.6;
}

.identity-counting-section .count-item {
    grid-column: span 3;
    padding: 1.5rem 1rem;
}

.identity-counting-section .count-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.identity-counting-section .count-title {
    display: block;
    margin-top: 0;
    color: #FFFFFF;
    line-height: 1.2;
    font-weight: 700;
}

.identity-counting-section .count-desc {
    margin: 0;
    color: #FFFFFF;
    line-height: 1.6;
}

@media screen and (max-width: 1024px) {
    /* 2x2 레이아웃에서는 item 보더 대신 중앙 분할선으로 처리 (grid gap 영향 제거) */
    .identity-counting-section .counting-wrap {
        position: relative;
    }

    .identity-counting-section .counting-wrap::before,
    .identity-counting-section .counting-wrap::after {
        content: '';
        position: absolute;
        background-color: rgba(255, 255, 255, 0.4);
        pointer-events: none;
    }

    /* 세로 중앙선 */
    .identity-counting-section .counting-wrap::before {
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        transform: translateX(-0.5px);
    }

    /* 가로 중앙선 */
    .identity-counting-section .counting-wrap::after {
        left: 0;
        right: 0;
        top: 50%;
        height: 1px;
        transform: translateY(-0.5px);
    }

    .identity-counting-section .count-item {
        grid-column: span 4;
        border-right: none;
        border-bottom: none;
    }

    /* PC 기본 보더 제거 (특이도: :not(:last-child) 대응) */
    .identity-counting-section .count-item:not(:last-child) {
        border-right: none;
    }

}

@media screen and (max-width: 768px) {
    .identity-counting-section .counting-sub {
        margin-bottom: 3.75rem;
    }

    /* 모바일(1열)에서는 십자가 제거 + 항목 사이 가로선만 */
    .identity-counting-section .counting-wrap::before,
    .identity-counting-section .counting-wrap::after {
        display: none;
    }

    .identity-counting-section .count-item {
        grid-column: span 6;
        padding: 1.25rem 0;
        border-right: none;
        border-bottom: none;
    }

    .identity-counting-section .count-item:not(:last-child) {
        border-right: none;
    }

    .identity-counting-section .count-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

}


/* =========================================
   Identity – Season Content Section
========================================= */

.identity-season-section {
    overflow-x: hidden;
}

.identity-season-section .inner {
    overflow: visible;
}

.identity-season-section .grid-wrap {
    align-items: stretch;
    overflow: visible;
}

.identity-season-section .text-col {
    grid-column: 1 / span 4;
    align-self: stretch;
    justify-content: space-between;
    height: auto;
    min-height: 100%;
}

.identity-season-section .text-col-upper {
    flex-shrink: 0;
}

.identity-season-section .slider-col {
    grid-column: 6 / -1;
    align-self: stretch;
    justify-content: space-between;
    height: auto;
    min-height: 100%;
    min-width: 0;
    overflow: visible;
    clip-path: inset(-6.25rem -100vw -6.25rem 0);
    margin-right: calc(50% - 50vw);
    width: calc(100% + (50vw - 50%));
}

.identity-season-section .season-title {
    margin: 0;
    line-height: 1.2;
}

.identity-season-section .text-col-upper > p {
    margin: 0;
}

.identity-season-section .season-stats-wrap {
    flex-wrap: wrap;
    margin: 0;
}

.identity-season-section .stat-badge {
    padding: 0.625rem 1.25rem;
    background-color: #FFFFFF;
    border: 1px solid #D4734A;
    border-radius: 3.125rem;
}

.identity-season-section .stat-badge .label {
    display: block;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
}

.identity-season-section .frame-img-box {
    flex-shrink: 0;
    width: 100%;
    margin: 0;
}

.identity-season-section .frame-img-box img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.identity-season-section .season-swiper,
.identity-season-section .season-swiper.swiper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    width: 100%;
    min-height: 0;
    overflow: visible !important;
    padding-bottom: 0;
}

.identity-season-section .season-swiper .swiper-wrapper {
    align-items: stretch;
}

.identity-season-section .season-swiper .swiper-slide {
    max-height: 33.9375rem;
    height: 33.9375rem;
    /* border-radius: 0.625rem; */
    overflow: hidden;
}

.identity-season-section .season-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    /* border-radius: 0.625rem; */
}

.identity-season-section .season-swiper .swiper-pagination {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    height: 0.25rem;
    margin: 1.875rem 0 0;
    background-color: #E5E5E5;
    border-radius: 0.125rem;
}

.identity-season-section .season-swiper .swiper-pagination-progressbar-fill {
    background-color: #D4734A;
    border-radius: 0.125rem;
}

@media screen and (max-width: 1024px) {
    .identity-season-section .text-col,
    .identity-season-section .slider-col {
        grid-column: span 8;
        height: auto;
        min-height: 0;
    }

    .identity-season-section .text-col {
        gap: 2rem;
    }

    .identity-season-section .slider-col {
        margin-top: 2.5rem;
        margin-right: 0;
        width: 100%;
        clip-path: none;
        justify-content: flex-start;
    }

    .identity-season-section .season-swiper,
    .identity-season-section .season-swiper.swiper {
        flex: none;
        overflow: hidden !important;
    }

    .identity-season-section .season-swiper .swiper-slide {
        max-height: 28rem;
        height: 28rem;
    }

    .identity-season-section .season-swiper .swiper-pagination {
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .identity-season-section .text-col,
    .identity-season-section .slider-col {
        grid-column: span 6;
    }

    .identity-season-section .slider-col {
        margin-top: 2rem;
    }

    .identity-season-section .season-stats-wrap {
        gap: 0.75rem;
    }

    .identity-season-section .stat-badge {
        padding: 0.5rem 1rem;
    }

    .identity-season-section .stat-badge .label {
        font-size: 0.9375rem;
        white-space: normal;
    }

    .identity-season-section .season-swiper .swiper-slide {
        max-height: 22rem;
        height: 22rem;
    }

    .identity-season-section .season-swiper .swiper-pagination {
        margin-top: 1.25rem;
    }
}


/* =========================================
   Identity – Space & Record Section
========================================= */

.identity-space-section {
    overflow-x: hidden;
}

.identity-space-section .inner {
    overflow: visible;
}

.identity-space-section .grid-wrap {
    align-items: center;
    overflow: visible;
}

.identity-space-section .slider-col {
    grid-column: 1 / span 7;
    justify-content: space-between;
    min-width: 0;
    overflow: visible;
    clip-path: inset(-6.25rem 0 -6.25rem -100vw);
    margin-left: calc(50% - 50vw);
    width: calc(100% + (50vw - 50%));
}

.identity-space-section .text-col {
    grid-column: 9 / -1;
    margin-left: auto;
    justify-self: end;
}

.identity-space-section .space-title {
    margin: 0;
    line-height: 1.2;
}

.identity-space-section .space-desc {
    margin: 0;
    line-height: 1.6;
}

.identity-space-section .space-swiper,
.identity-space-section .space-swiper.swiper {
    width: 100%;
    overflow: visible !important;
    padding-bottom: 0;
}

.identity-space-section .space-swiper .swiper-wrapper {
    align-items: stretch;
}

.identity-space-section .space-swiper .swiper-slide {
    max-height: 33.9375rem;
    height: 33.9375rem;
    /* border-radius: 0.625rem; */
    overflow: hidden;
}

.identity-space-section .space-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    /* border-radius: 0.625rem; */
}

.identity-space-section .space-swiper .swiper-pagination {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    height: 0.25rem;
    margin: 1.875rem 0 0;
    background-color: #E5E5E5;
    border-radius: 0.125rem;
}

.identity-space-section .space-swiper .swiper-pagination-progressbar-fill {
    background-color: #D4734A;
    border-radius: 0.125rem;
}

@media screen and (max-width: 1024px) {
    .identity-space-section .slider-col,
    .identity-space-section .text-col {
        grid-column: span 8;
        margin-left: 0;
        width: 100%;
        justify-self: stretch;
    }

    .identity-space-section .slider-col {
        clip-path: none;
        order: 1;
    }

    .identity-space-section .text-col {
        order: 2;
        margin-top: 2.5rem;
    }

    .identity-space-section .space-swiper,
    .identity-space-section .space-swiper.swiper {
        overflow: hidden !important;
    }

    .identity-space-section .space-swiper .swiper-slide {
        max-height: 28rem;
        height: 28rem;
    }

    .identity-space-section .space-swiper .swiper-pagination {
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .identity-space-section .slider-col,
    .identity-space-section .text-col {
        grid-column: span 6;
    }

    .identity-space-section .text-col {
        margin-top: 2rem;
    }

    .identity-space-section .space-swiper .swiper-slide {
        max-height: 22rem;
        height: 22rem;
    }

    .identity-space-section .space-swiper .swiper-pagination {
        margin-top: 1.25rem;
    }
}

/* =========================================
   Identity – Counting (기술력으로 증명합니다)
   · 1440px ~ 768px: PC 동일 가로 플렉스 4열 유지
   · 767px 이하: 1열 수직 롤백
========================================= */

@media screen and (max-width: 1440px) {
    .identity-counting-section .counting-wrap {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch;
        gap: 0;
        grid-template-columns: none !important;
    }

    .identity-counting-section .counting-wrap::before,
    .identity-counting-section .counting-wrap::after {
        display: none !important;
    }

    .identity-counting-section .count-item {
        flex: 1 1 0%;
        min-width: 0;
        width: auto;
        max-width: none;
        grid-column: auto !important;
        padding: 1.5rem 0.75rem;
        border-right: none;
        border-bottom: none;
    }

    .identity-counting-section .count-item:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {
    .identity-counting-section .counting-wrap {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }

    .identity-counting-section .count-item {
        flex: 1 1 0%;
        min-width: 0;
        grid-column: auto !important;
        padding: 1.25rem 0.5rem;
    }
}

@media screen and (max-width: 767px) {
    .identity-counting-section .counting-wrap {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }

    .identity-counting-section .count-item {
        flex: 0 0 auto;
        width: 100%;
        padding: 1.25rem 0;
    }

    .identity-counting-section .count-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .identity-counting-section .count-title,
    .identity-counting-section .count-desc {
        word-break: keep-all;
    }
}
