@charset "utf-8";

/* =============================================
   About 페이지 전용 스타일
   Figma: sub_about (node 91:561)
   ============================================= */

/* ── #container 전폭 오버라이드 ── */
#container:has(.about-page),
#container.about-full {
    max-width: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#container:has(.about-page) #container_title,
#container.about-full #container_title {
    display: none;
}

/* ── 히어로 ── */
.about-hero {
    position: relative;
    width: 100%;
    padding: 200px 0 120px;
    background: #000;
    overflow: hidden;
}

.about-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    pointer-events: none;
}

.about-hero__inner {
    position: relative;
    z-index: 1;
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
}

.about-hero__logo {
    width: 60px;
    height: 41px;
    object-fit: contain;
}

.about-hero__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.about-hero__left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-hero__title {
    font-size: 68px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.about-hero__sub {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.about-hero__right {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: rgba(248, 248, 248, 0.8);
    text-align: left;
    white-space: nowrap;
    margin: 0;
}

.about-hero__right p {
    margin: 0;
}

/* ── Section 1: HOW WE OPERATE ── */
.about-operate {
    width: 100%;
    padding: 120px 0;
    background: #fff;
}

.about-operate__inner {
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    box-sizing: border-box;
}

.about-operate__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-operate__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.about-operate__desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #666;
    margin: 0;
}

.about-operate__grid {
    display: flex;
    gap: 40px;
}

.about-operate__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-operate__item-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-operate__line {
    width: 20px;
    height: 2px;
    background: #333;
}

.about-operate__item-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #333;
    margin: 0;
}

.about-operate__item-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #333;
    margin: 0;
}

.about-operate__item-desc p {
    margin: 0;
}

/* ── Section 2: PEOPLE OF U&I ── */
.about-people {
    width: 100%;
    padding: 120px 0;
    background: #f8f8f8;
}

.about-people__inner {
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    box-sizing: border-box;
}

/* ── CEO 블록 ── */
.about-ceo {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.about-ceo__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.about-ceo__content {
    display: flex;
    gap: 110px;
    align-items: flex-start;
}

.about-ceo__photo {
    flex-shrink: 0;
    width: 588px;
    height: 388px;
    object-fit: cover;
}

.about-ceo__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.about-ceo__name {
    margin: 0;
}

.about-ceo__name-role {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #666;
    text-transform: uppercase;
}

.about-ceo__name-kr {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

.about-ceo__name-en {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

.about-ceo__quote {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #333;
    margin: 0;
}

.about-ceo__career {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #333;
    margin: 0;
}

.about-ceo__career p {
    margin: 0;
}

.about-ceo__career-past {
    color: #666;
}

/* ── 구분선 ── */
.about-divider {
    width: 100%;
    height: 1px;
    background: #ddd;
    border: none;
}

/* ── 팀 멤버 ── */
.about-team {
    display: flex;
    gap: 20px;
}

.about-team__member {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-team__member-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about-team__name {
    font-weight: 700;
    line-height: 1.4;
    color: #333;
    text-transform: uppercase;
    margin: 0;
}

.about-team__name-kr {
    font-size: 28px;
}

.about-team__name-en {
    font-size: 24px;
    letter-spacing: -0.02em;
}

.about-team__role {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #666;
    margin: 0;
}

.about-team__desc {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

.about-team__desc p {
    margin: 0;
}

/* =============================================
   반응형
   ============================================= */
@media (max-width: 1024px) {
    .about-hero {
        padding: 120px 0 80px;
    }
    .about-hero__inner {
        padding: 0 40px;
    }
    .about-hero__title {
        font-size: 52px;
    }
    .about-hero__right {
        font-size: 20px;
    }
    .about-operate {
        padding: 80px 0;
    }
    .about-operate__inner {
        padding: 0 40px;
        gap: 60px;
    }
    .about-operate__title {
        font-size: 32px;
    }
    .about-operate__item-title {
        font-size: 24px;
    }
    .about-operate__item-desc {
        font-size: 18px;
    }
    .about-people {
        padding: 80px 0;
    }
    .about-people__inner {
        padding: 0 40px;
        gap: 60px;
    }
    .about-ceo__content {
        gap: 60px;
    }
    .about-ceo__photo {
        width: 400px;
        height: 264px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 80px 0 60px;
    }
    .about-hero__inner {
        padding: 0 24px;
    }
    .about-hero__content {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .about-hero__title {
        font-size: 38px;
    }
    .about-hero__right {
        font-size: 16px;
        white-space: normal;
        text-align: left;
    }
    .about-operate {
        padding: 60px 0;
    }
    .about-operate__inner {
        padding: 0 24px;
        gap: 48px;
    }
    .about-operate__title {
        font-size: 28px;
    }
    .about-operate__grid {
        flex-direction: column;
        gap: 32px;
    }
    .about-operate__item-title {
        font-size: 22px;
    }
    .about-operate__item-desc {
        font-size: 16px;
    }
    .about-people {
        padding: 60px 0;
    }
    .about-people__inner {
        padding: 0 24px;
        gap: 48px;
    }
    .about-ceo__title {
        font-size: 28px;
    }
    .about-ceo__content {
        flex-direction: column;
        gap: 32px;
    }
    .about-ceo__photo {
        width: 100%;
        height: auto;
        aspect-ratio: 588 / 388;
    }
    .about-ceo__quote {
        font-size: 18px;
    }
    .about-team {
        flex-direction: column;
        gap: 32px;
    }
    .about-team__name-kr {
        font-size: 24px;
    }
    .about-team__name-en {
        font-size: 20px;
    }
}
