/* =========================================================
   ABOUT US HERO
========================================================= */

#top .container_wrap:has(.jt-about) {
    margin: 0 !important;
}

#top .container_wrap:has(.jt-about) > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#top .container_wrap:has(.jt-about) .content {
    width: 100% !important;
    padding: 0 !important;
}


/* Hero 전체 */
.jt-about .about-hero {
    width: 100vw;
    min-height: calc(70vh - 70px);

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    display: flex;
    align-items: center;

    background: #fff;
}


/* 실제 콘텐츠 폭 */
.jt-about .about-shell {
    width: min(1200px, calc(100% - 80px));
    margin: 0 auto;

    padding: 90px 0 80px;
}


/* 상단 작은 문구 */
.jt-about .about-eyebrow {
    margin: 0 0 28px;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;

    color: #0c3144;
}


/* 큰 제목 */
.jt-about .about-hero h1 {
    margin: 0;

    max-width: 1050px;

    font-size: clamp(68px, 6.5vw, 108px);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -0.065em;

    color: #123447;
    text-transform: none !important;
}


/* 제목 아래 설명 + 오른쪽 index */
.jt-about .about-hero-bottom {
    margin-top: 55px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 80px;
}


/* 설명문 */
.jt-about .about-lead {
    max-width: 650px;
    margin: 0;

    font-size: 18px;
    line-height: 1.65;

    color: #123447;
}


/* 오른쪽 작은 문구 */
.jt-about .about-index {
    margin: 0 0 3px;

    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    white-space: nowrap;

    color: #123447;
}


/* =========================================================
   About Us - Mobile
   767px 이하에서만 적용
========================================================= */
@media (max-width: 767px) {

    .jt-about .about-hero {
        min-height: 560px;
    }

    .jt-about .about-shell {
        width: calc(100% - 30px);
        padding-top: 60px;
        padding-bottom: 55px;
    }

    .jt-about .about-title {
        white-space: normal;
        font-size: 44px;
        line-height: 1.02;
    }

    .jt-about .about-hero-bottom {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 40px;
    }

    .jt-about .about-lead {
        font-size: 15px;
    }

    .jt-about .about-index {
        white-space: normal;
    }
}

/* =========================================================
   ABOUT US - COMMON SECTIONS
========================================================= */

.jt-about .about-section-label {
    margin: 0;

    color: #008fc7;

    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.14em;
}

.jt-about .about-section-label--light {
    color: #9ac8d9;
}

.jt-about .about-section-head {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 70px;

    align-items: start;

    margin-bottom: 70px;
}

.jt-about .about-section-head h2 {
    margin: 0;

    color: #123447;

    font-size: clamp(44px, 4.4vw, 64px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.055em;

    text-transform: none !important;
}


/* =========================================================
   1. WHO WE ARE
========================================================= */

.jt-about .about-intro {
    width: 100vw;

    margin-left: calc(50% - 50vw);

    padding: 130px 0;

    background: #fff;
}

.jt-about .about-intro__grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 70px;
}

.jt-about .about-intro h2 {
    max-width: 900px;

    margin: 0;

    color: #123447;

    font-size: clamp(48px, 5vw, 72px);
    font-weight: 500;
    line-height: 1.07;
    letter-spacing: -0.06em;

    text-transform: none !important;
}

.jt-about .about-intro__text {
    max-width: 760px;

    margin: 45px 0 0;

    color: #617481;

    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}


/* =========================================================
   2. OUR JOURNEY
========================================================= */

.jt-about .about-journey {
    width: 100vw;

    margin-left: calc(50% - 50vw);

    padding: 125px 0;

    background: #f3f5f3;
}

.jt-about .about-journey__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    border-top: 1px solid #9eacb2;
}

.jt-about .about-journey__item {
    min-height: 330px;

    padding: 28px 25px 30px;

    border-right: 1px solid #cbd3d6;

    display: flex;
    flex-direction: column;
}

.jt-about .about-journey__item:last-child {
    border-right: 0;
}

.jt-about .about-number {
    display: block;

    color: #008fc7;

    font-size: 12px;
    font-weight: 700;
}

.jt-about .about-journey__item h3 {
    margin: 70px 0 20px;

    min-height: 63px;

    color: #123447;

    font-size: 25px;
    font-weight: 500;
    line-height: 1.25;

    text-transform: none !important;
}

.jt-about .about-journey__item p {
    margin: 0;

    color: #617481;

    font-size: 15px;
    line-height: 1.7;
}

.jt-about .about-tags {
    margin-top: auto;
    padding-top: 16px;

    border-top: 1px solid #cbd3d6;

    color: #77878e;

    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

/* AI & Future Technology 한 줄 유지 */
@media (min-width: 768px) {
    .jt-about .about-journey__item:last-child h3 {
        white-space: nowrap;
        font-size: 22px;
    }
}

/* =========================================================
   3. WHAT WE DO
========================================================= */

.jt-about .about-business {
    width: 100vw;

    margin-left: calc(50% - 50vw);

    padding: 130px 0;

    background: #fff;
}

.jt-about .about-business__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    border-top: 1px solid #123447;
    border-left: 1px solid #d3dade;
}

.jt-about .about-business__card {
    min-height: 300px;

    padding: 35px;

    border-right: 1px solid #d3dade;
    border-bottom: 1px solid #d3dade;

    background: #fff;
}

.jt-about .about-business__card > span {
    color: #008fc7;

    font-size: 12px;
    font-weight: 700;
}

.jt-about .about-business__card h3 {
    margin: 70px 0 20px;

    color: #123447;

    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;

    text-transform: none !important;
}

.jt-about .about-business__card p {
    max-width: 500px;

    margin: 0;

    color: #617481;

    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   4. COMPANY AT A GLANCE
========================================================= */

.jt-about .about-stats {
    width: 100vw;

    margin-left: calc(50% - 50vw);

    padding: 100px 0;

    background: #06283d;
}

.jt-about .about-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    margin-top: 55px;

    border-top: 1px solid #476273;
}

.jt-about .about-stat {
    padding: 35px 25px;

    border-right: 1px solid #476273;
}

.jt-about .about-stat:last-child {
    border-right: 0;
}

.jt-about .about-stat strong {
    display: block;

    color: #fff;

    font-size: clamp(48px, 5vw, 74px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
}

.jt-about .about-stat span {
    display: block;

    margin-top: 20px;

    color: #aac0ca;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
}


/* =========================================================
   5. OUR APPROACH
========================================================= */

.jt-about .about-approach {
    width: 100vw;

    margin-left: calc(50% - 50vw);

    padding: 130px 0;

    background: #eef1ef;
}

.jt-about .about-approach__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    border-top: 1px solid #123447;
}

.jt-about .about-approach__grid article {
    min-height: 280px;

    padding: 32px;

    border-right: 1px solid #bfc9cd;
}

.jt-about .about-approach__grid article:last-child {
    border-right: 0;
}

.jt-about .about-approach__grid article > span {
    color: #008fc7;

    font-size: 12px;
    font-weight: 700;
}

.jt-about .about-approach__grid h3 {
    margin: 65px 0 18px;

    color: #123447;

    font-size: 29px;
    font-weight: 500;

    text-transform: none !important;
}

.jt-about .about-approach__grid p {
    margin: 0;

    color: #617481;

    font-size: 15px;
    line-height: 1.75;
}


/* =========================================================
   6. CTA
========================================================= */

.jt-about .about-cta {
    width: 100vw;

    margin-left: calc(50% - 50vw);

    padding: 95px 0;

    background: #0a3348;
}

.jt-about .about-cta__inner {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 80px;
}

.jt-about .about-cta h2 {
    margin: 18px 0 0;

    color: #fff;

    font-size: clamp(44px, 5vw, 70px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.055em;

    text-transform: none !important;
}

.jt-about .about-cta__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 24px;

    min-width: 190px;
    padding: 16px 20px;

    border: 1px solid #fff;

    color: #fff !important;

    font-size: 15px;
    font-weight: 600;
    line-height: 3;

    white-space: nowrap;
    text-decoration: none !important;
}


/* Contact us 글자만 살짝 위로 */
.jt-about .about-cta__text {
    position: relative;
    top: -2px;
}


/* 화살표 위치 유지 */
.jt-about .about-cta__arrow {
    display: inline-block;
    line-height: 1;
}


/* =========================================================
   ABOUT US - MOBILE
   767px 이하에서만 적용
========================================================= */

@media only screen and (max-width: 767px) {

    .jt-about .about-section-head,
    .jt-about .about-intro__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .jt-about .about-section-head {
        margin-bottom: 45px;
    }

    .jt-about .about-section-head h2 {
        font-size: 38px;
    }


    /* WHO WE ARE */
    .jt-about .about-intro {
        padding: 80px 0;
    }

    .jt-about .about-intro h2 {
        font-size: 42px;
    }

    .jt-about .about-intro__text {
        margin-top: 30px;

        font-size: 16px;
    }


    /* JOURNEY */
    .jt-about .about-journey {
        padding: 80px 0;
    }

    .jt-about .about-journey__grid {
        grid-template-columns: 1fr;
    }

    .jt-about .about-journey__item {
        min-height: auto;

        padding: 30px 0;

        border-right: 0;
        border-bottom: 1px solid #cbd3d6;
    }

    .jt-about .about-journey__item h3 {
        margin-top: 35px;
    }


    /* WHAT WE DO */
    .jt-about .about-business {
        padding: 80px 0;
    }

    .jt-about .about-business__grid {
        grid-template-columns: 1fr;
    }

    .jt-about .about-business__card {
        min-height: auto;

        padding: 30px 24px;
    }

    .jt-about .about-business__card h3 {
        margin-top: 40px;
    }


    /* STATS */
    .jt-about .about-stats {
        padding: 70px 0;
    }

    .jt-about .about-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jt-about .about-stat {
        padding: 28px 15px;

        border-bottom: 1px solid #476273;
    }

    .jt-about .about-stat strong {
        font-size: 46px;
    }


    /* APPROACH */
    .jt-about .about-approach {
        padding: 80px 0;
    }

    .jt-about .about-approach__grid {
        grid-template-columns: 1fr;
    }

    .jt-about .about-approach__grid article {
        min-height: auto;

        padding: 30px 0;

        border-right: 0;
        border-bottom: 1px solid #bfc9cd;
    }

    .jt-about .about-approach__grid h3 {
        margin-top: 35px;
    }


    /* CTA */
    .jt-about .about-cta {
        padding: 70px 0;
    }

    .jt-about .about-cta__inner {
        display: block;
    }

    .jt-about .about-cta h2 {
        font-size: 42px;
    }

    .jt-about .about-cta__button {
        width: 100%;

        margin-top: 45px;
    }
}