/*
[POSH 회사소개 CI 전용 스타일 전체 파일 구조]
public/company/ci/company_ci.css      - CI 전용 스타일
page/site/company/company_ci_view.php - CI 화면에서 사용

20260402 T1745
- 2단계 public 파일 선생성 작업입니다.
- 아직 상세 디자인 확정 전이므로 파일명과 경로만 먼저 고정했습니다.

20260421 T2038
- 사용자가 제공한 CI 시안의 흐름을 유지하되, POSH 공개페이지 공통 레이아웃 규칙에 맞춰 재작성했습니다.
- 상단 이미지, 브랜드 의미 카드, 컬러시스템, 기본시그니처를 현재 사이트 폭과 반응형 기준으로 정리했습니다.

20260427 T1050
- 상단 대표 이미지를 사용하는 공개 서브페이지 공통 규정에 맞춰 CI 상단 대표 이미지도 본문 shell 좌우 끝까지 확장합니다.
- 이미지 양옆 흰 여백은 제거하고, 브랜드 의미·컬러시스템 등 본문 콘텐츠 영역의 기본 좌우 여백은 유지합니다.
- 기존 규칙은 삭제하지 않고 하단 override 블록으로만 보정합니다.

20260427 T1054
- 직전 수정에서 실제 PHP 구조의 대표 이미지 클래스(.company-ci__top-visual)가 아니라 .company-ci__hero-visual에 override가 적용되어, 화면에서 이미지 가로폭이 커지지 않았습니다.
- 실제 CI 대표 이미지 figure 클래스인 .company-ci__top-visual을 shell 좌우 끝까지 확장하도록 추가 보정했습니다.
- 기존 T1050 override는 삭제하지 않고 유지하며, 아래 T1054 override가 최종 적용되도록 파일 하단에 추가합니다.
*/

.company-page {
    background: transparent;
}

.company-page__hero {
    padding: 0 0 72px;
}

.company-page__shell {
    width: min(calc(100% - 80px), 1140px);
    background: #ffffff;
    padding: 14px 20px 72px;
}

.company-page__crumbs {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    color: #5f5f5f;
}

.company-page__crumbs span {
    font-weight: 800;
    color: #202020;
}

.company-page__intro {
    margin-top: 52px;
}

.company-page__intro h1 {
    margin: 0;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #111;
}

.company-page__intro p {
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #1d1d1d;
}

.company-ci-page__intro {
    max-width: 760px;
}

.company-ci__hero-visual {
    margin: 38px 0 0;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    background: #f4f7fb;
}

.company-ci__hero-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.company-ci__card {
    margin-top: 38px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.05);
}

.company-ci__brand-card {
    display: grid;
    grid-template-columns: 292px minmax(0, 1fr);
    gap: 44px;
    align-items: center;
    padding: 56px 56px 58px;
}

.company-ci__brand-symbol-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    border: 1px solid #dde8ff;
}

.company-ci__brand-symbol {
    width: min(190px, 74%);
    height: auto;
    display: block;
}

.company-ci__brand-copy {
    min-width: 0;
}

.company-ci__section-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #111827;
}

.company-ci__paragraphs {
    margin-top: 24px;
}

.company-ci__paragraphs p {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.85;
    color: #202020;
}

.company-ci__paragraphs p:last-child {
    margin-bottom: 0;
}

.company-ci__acronym {
    margin: 32px 0 0;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #111827;
}

.company-ci__acronym span {
    color: #205bff;
}

.company-ci__system-card {
    padding: 56px;
}

.company-ci__system-grid {
    display: grid;
    grid-template-columns: 1.02fr 1fr;
    gap: 40px;
    align-items: start;
}

.company-ci__system-left,
.company-ci__system-right {
    min-width: 0;
}

.company-ci__swatch-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    padding: 26px 28px;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    background: #f8fafc;
}

.company-ci__swatch-chip {
    width: 116px;
    height: 68px;
    border-radius: 14px;
    background: #205bff;
    box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.05);
    flex: 0 0 auto;
}

.company-ci__swatch-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.company-ci__swatch-meta strong {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
}

.company-ci__swatch-meta span {
    font-size: 16px;
    line-height: 1.4;
    color: #4b5563;
}

.company-ci__keyword-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.company-ci__keyword-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #f8fafc;
}

.company-ci__keyword-en {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #205bff;
}

.company-ci__keyword-ko {
    font-size: 15px;
    line-height: 1.4;
    color: #4b5563;
    text-align: right;
}

.company-ci__signature-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    min-height: 112px;
    padding: 24px 26px;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.company-ci__signature-symbol {
    width: 62px;
    height: 62px;
    display: block;
    flex: 0 0 auto;
}

.company-ci__signature-wordmark {
    width: min(240px, 100%);
    height: auto;
    display: block;
}

@media (max-width: 1100px) {
    .company-page__shell {
        width: min(calc(100% - 60px), 980px);
        padding: 14px 20px 64px;
    }

    .company-ci__brand-card {
        grid-template-columns: 244px minmax(0, 1fr);
        gap: 32px;
        padding: 44px 40px 46px;
    }

    .company-ci__system-card {
        padding: 44px 40px;
    }

    .company-ci__system-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .company-ci__acronym {
        font-size: 30px;
    }
}

@media (max-width: 860px) {
    .company-page__shell {
        width: min(calc(100% - 40px), 100%);
        padding: 12px 16px 44px;
    }

    .company-page__hero {
        padding: 12px 0 54px;
    }

    .company-page__crumbs {
        justify-content: flex-start;
        font-size: 13px;
    }

    .company-page__intro {
        margin-top: 36px;
    }

    .company-page__intro h1 {
        font-size: 40px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: -0.03em;
    }

    .company-page__intro p {
        margin-top: 18px;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 500;
    }

    .company-ci__hero-visual {
        margin-top: 28px;
        border-radius: 16px;
    }

    .company-ci__card {
        margin-top: 28px;
        border-radius: 18px;
    }

    .company-ci__brand-card {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 30px 22px 32px;
    }

    .company-ci__brand-symbol-wrap {
        min-height: 210px;
    }

    .company-ci__section-title {
        font-size: 22px;
    }

    .company-ci__paragraphs {
        margin-top: 18px;
    }

    .company-ci__paragraphs p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 14px;
    }

    .company-ci__acronym {
        margin-top: 24px;
        font-size: 24px;
        line-height: 1.35;
        word-break: keep-all;
    }

    .company-ci__system-card {
        padding: 30px 22px 32px;
    }

    .company-ci__system-grid {
        gap: 28px;
    }

    .company-ci__swatch-box {
        margin-top: 20px;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .company-ci__swatch-chip {
        width: 100%;
        max-width: 220px;
        height: 58px;
    }

    .company-ci__keyword-list {
        margin-top: 20px;
        gap: 12px;
    }

    .company-ci__keyword-item {
        padding: 16px 18px;
        align-items: flex-start;
        flex-direction: column;
    }

    .company-ci__keyword-ko {
        text-align: left;
    }

    .company-ci__signature-box {
        margin-top: 20px;
        padding: 20px;
        gap: 14px;
        flex-wrap: wrap;
    }

    .company-ci__signature-symbol {
        width: 54px;
        height: 54px;
    }

    .company-ci__signature-wordmark {
        width: min(210px, 100%);
    }
}

@media (max-width: 480px) {
    .company-page__shell {
        width: min(calc(100% - 24px), 100%);
        padding: 10px 12px 38px;
    }

    .company-page__intro h1 {
        font-size: 34px;
    }

    .company-page__intro p {
        font-size: 16px;
    }

    .company-ci__brand-card,
    .company-ci__system-card {
        padding-left: 16px;
        padding-right: 16px;
    }

    .company-ci__section-title {
        font-size: 20px;
    }

    .company-ci__paragraphs p {
        font-size: 15px;
        line-height: 1.78;
    }

    .company-ci__acronym {
        font-size: 20px;
    }

    .company-ci__swatch-meta strong {
        font-size: 20px;
    }

    .company-ci__keyword-en {
        font-size: 18px;
    }
}

/*
20260422 T0006
- 사용자 최신 지시에 따라, CI 페이지 톤을 회사소개 인사말 페이지 기준으로 재정렬했습니다.
- 기존 구조는 삭제하지 않고 유지한 채, 아래 override 블록만 추가하여 흰색 바탕 / 더 컴팩트한 카드 / 약한 그림자 방향으로 조정했습니다.
- 변경 이유 1) 인사말 페이지처럼 본문 기준 면을 흰색으로 두어 페이지 톤을 통일하기 위함.
- 변경 이유 2) 기존에는 회색 바탕 위에 큰 흰색 카드가 떠 보여 중간층이 하나 더 생긴 것처럼 읽혀 화면이 무거워 보였기 때문입니다.
- 변경 이유 3) 브랜드 의미, 컬러시스템 카드를 조금 줄이고 약한 그림자로만 분리하면 흰색 바탕에서도 카드 구분이 자연스럽고 과하지 않기 때문입니다.

[as-is 주석 유지 메모]
- 기존 .company-page__shell 은 background: transparent 였습니다.
- 기존 .company-ci__brand-card / .company-ci__system-card 는 본문 폭을 거의 꽉 채우는 큰 카드였습니다.
- 기존 .company-ci__card 는 회색 배경 위에서 분리되도록 사용되었으나, 인사말 페이지 톤과 맞추기 위해 아래 override 값을 추가합니다.
*/
.company-page__shell {
    background: #ffffff;
}

.company-ci__top-visual {
    background: transparent;
}

.company-ci__card {
    border: 1px solid #edf1f5;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.company-ci__brand-card {
    max-width: 1040px;
    margin: 28px auto 0;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 36px;
    padding: 42px 44px 44px;
}

.company-ci__brand-symbol-wrap {
    min-height: 206px;
    border-radius: 16px;
    background: #f7f9fd;
    border: 1px solid #e7edf6;
}

.company-ci__brand-symbol {
    width: min(164px, 70%);
}

.company-ci__paragraphs {
    margin-top: 20px;
}

.company-ci__paragraphs p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.8;
}

.company-ci__acronym {
    margin-top: 26px;
    font-size: 28px;
    line-height: 1.22;
}

.company-ci__system-card {
    max-width: 1040px;
    margin: 32px auto 0;
    padding: 42px 44px 44px;
}

.company-ci__system-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}

.company-ci__swatch-box {
    margin-top: 22px;
    padding: 22px 24px;
    border: 1px solid #e8edf3;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.company-ci__keyword-list {
    margin-top: 22px;
    gap: 12px;
}

.company-ci__keyword-item {
    padding: 16px 18px;
    border: 1px solid #e8edf3;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

@media (max-width: 1100px) {
    .company-ci__brand-card {
        max-width: none;
        grid-template-columns: 228px minmax(0, 1fr);
        gap: 28px;
        padding: 36px 34px 38px;
    }

    .company-ci__brand-symbol-wrap {
        min-height: 190px;
    }

    .company-ci__system-card {
        max-width: none;
        margin-top: 28px;
        padding: 36px 34px 38px;
    }
}

@media (max-width: 860px) {
    .company-page__shell {
        background: #ffffff;
    }

    .company-ci__card {
        box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
    }

    .company-ci__brand-card {
        max-width: none;
        gap: 22px;
        margin-top: 24px;
        padding: 26px 20px 28px;
    }

    .company-ci__brand-symbol-wrap {
        min-height: 180px;
    }

    .company-ci__paragraphs p {
        font-size: 15px;
        line-height: 1.76;
    }

    .company-ci__acronym {
        margin-top: 22px;
        font-size: 22px;
        line-height: 1.3;
    }

    .company-ci__system-card {
        max-width: none;
        margin-top: 24px;
        padding: 26px 20px 28px;
    }

    .company-ci__swatch-box,
    .company-ci__keyword-item {
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
    }
}


/*
20260423 T0055
- 직전 수정에서 .company-page__shell 을 transparent 로 돌리면서, 사용자가 의도한 '본문 흰색 면(흰색 테두리처럼 보이는 shell 영역)'이 사라졌습니다.
- 또한 .company-page background 를 흰색으로 두어, 흰색 면이 shell 안이 아니라 페이지 전체로 확장된 것처럼 읽히는 문제가 생겼습니다.
- 사용자 최신 지시에 따라 이번에는 아래 2가지만 다시 정확히 조정합니다.
- 1) .company-page__shell 은 다시 흰색으로 복귀
- 2) .company-ci__sr-only 숨김 규칙은 유지하여 상단 CI 텍스트 노출 방지
- 기존 코드 삭제 없이 override 로만 보정합니다.

[as-is 주석 유지 메모]
- 직전 override 에서 .company-page background: #ffffff, .company-page__shell background: transparent 로 설정되어 있었습니다.
- 그 결과 shell 내부의 흰색 면이 사라지고, 사용자가 기대한 기준 레이아웃과 달라졌습니다.
*/
.company-page {
    background: transparent;
}

.company-page__shell {
    background: #ffffff;
}

.company-ci__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*
20260427 T1050
- 상단 대표 이미지 공통 규정 확정 반영.
- CI 상단 대표 이미지는 본문 shell 안에서 좌우 끝까지 꽉 차게 배치합니다.
- 이미지 양옆 흰 여백은 두지 않습니다.
- 본문 콘텐츠 영역의 기본 좌우 여백은 유지합니다.
- 기존 .company-ci__hero-visual margin: 38px 0 0 및 모바일 margin-top 규칙은 삭제하지 않고, 아래 override 로만 shell padding 만큼 좌우 확장합니다.
*/
.company-ci__hero-visual {
    margin: 38px -20px 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

@media (max-width: 860px) {
    .company-ci__hero-visual {
        margin: 28px -16px 0;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }
}

@media (max-width: 480px) {
    .company-ci__hero-visual {
        margin-left: -12px;
        margin-right: -12px;
    }
}
/*
20260427 T1054
- 직전 T1050 수정은 실제 PHP 구조의 대표 이미지 클래스가 아닌 .company-ci__hero-visual에 적용되어 화면상 이미지 가로폭이 커지지 않았습니다.
- 현재 CI 화면의 실제 대표 이미지 구조는 figure.company-ci__top-visual > img 입니다.
- 따라서 .company-ci__top-visual 자체를 shell padding 만큼 좌우 확장하여, 상단 대표 이미지가 본문 shell 좌우 끝까지 차도록 보정합니다.
- 브랜드 의미·컬러시스템 등 본문 콘텐츠 영역의 기본 좌우 여백은 그대로 유지합니다.
*/
.company-ci__top-visual {
    margin: 38px -20px 0;
    overflow: hidden;
    border-radius: 0;
    background: #f4f7fb;
}

.company-ci__top-visual img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

@media (max-width: 860px) {
    .company-ci__top-visual {
        margin: 28px -16px 0;
        border-radius: 0;
    }
}

@media (max-width: 480px) {
    .company-ci__top-visual {
        margin-left: -12px;
        margin-right: -12px;
    }
}

/*
20260514 T1516
- [POSH 모바일 회사소개 > CI 확정 기준]
- 현재 확정된 모바일 홈/메뉴 기준(흰색 상단 헤더, 파란 로고, 검정 회사명, 검정 햄버거, 검은 상단 박스 금지)을 CI 본문에도 이어서 적용합니다.
- 공통 모바일 헤더는 public_common_layout.css / public_header.php 기준을 그대로 사용하고, 이 파일에서는 CI 본문 모바일 배치만 조정합니다.
- 모바일에서는 데스크톱 카드 구조를 단순 축소하지 않고, 대표 이미지 → 브랜드 의미 → 컬러시스템/키워드 순서로 읽히는 단일 컬럼 카드형으로 고정합니다.
- 기존 데스크톱 규칙은 삭제하지 않고, 모바일 구간 override 만 추가합니다.
*/
@media (max-width: 767px) {
    .company-ci-page {
        background: #ffffff;
    }

    .company-ci-page .company-page__hero {
        padding: 0 0 44px !important;
        background: #ffffff;
    }

    .company-ci-page .company-page__shell {
        width: 100% !important;
        max-width: none !important;
        padding: 0 18px 44px !important;
        background: #ffffff !important;
    }

    .company-ci-page .company-page__crumbs {
        display: none !important;
    }

    .company-ci__top-visual {
        margin: 0 -18px 24px !important;
        border-radius: 0 !important;
        background: #eef3f8;
    }

    .company-ci__top-visual img {
        width: 100%;
        height: 245px;
        object-fit: cover;
        object-position: center;
    }

    .company-ci__card {
        margin-top: 16px !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07) !important;
    }

    .company-ci__brand-card {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin: 0 !important;
        padding: 24px 20px 26px !important;
    }

    .company-ci__brand-symbol-wrap {
        min-height: 132px !important;
        border-radius: 14px !important;
        background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%) !important;
        border: 1px solid #e5edff !important;
    }

    .company-ci__brand-symbol {
        width: min(132px, 48%) !important;
    }

    .company-ci__section-title {
        position: relative;
        margin: 0 !important;
        padding-left: 12px;
        font-size: 23px !important;
        line-height: 1.18 !important;
        font-weight: 760 !important;
        letter-spacing: -0.045em !important;
        color: #111111 !important;
    }

    .company-ci__section-title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        bottom: 2px;
        width: 4px;
        border-radius: 999px;
        background: #205bff;
    }

    .company-ci__paragraphs {
        margin-top: 16px !important;
    }

    .company-ci__paragraphs p {
        margin: 0 0 12px !important;
        color: #1f2937 !important;
        font-size: 15px !important;
        line-height: 1.72 !important;
        font-weight: 450;
        letter-spacing: -0.035em;
        word-break: keep-all;
    }

    .company-ci__paragraphs p:last-child {
        margin-bottom: 0 !important;
    }

    .company-ci__acronym {
        margin: 20px 0 0 !important;
        padding: 14px 16px;
        border-radius: 14px;
        background: #f8fbff;
        color: #111827 !important;
        font-size: 18px !important;
        line-height: 1.45 !important;
        font-weight: 700 !important;
        letter-spacing: -0.035em !important;
    }

    .company-ci__system-card {
        margin: 16px 0 0 !important;
        padding: 24px 20px 26px !important;
    }

    .company-ci__system-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .company-ci__swatch-box {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        margin-top: 16px !important;
        padding: 16px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .company-ci__swatch-chip {
        width: 100% !important;
        max-width: none !important;
        height: 54px !important;
        border-radius: 12px !important;
        background: #205bff !important;
    }

    .company-ci__swatch-meta {
        gap: 4px !important;
    }

    .company-ci__swatch-meta strong {
        font-size: 19px !important;
        line-height: 1.25 !important;
        font-weight: 720 !important;
        letter-spacing: -0.035em;
    }

    .company-ci__swatch-meta span {
        font-size: 14px !important;
        color: #64748b !important;
    }

    .company-ci__keyword-list {
        margin-top: 16px !important;
        gap: 10px !important;
    }

    .company-ci__keyword-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 14px !important;
        min-height: 54px;
        padding: 14px 16px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .company-ci__keyword-en {
        color: #205bff !important;
        font-size: 17px !important;
        line-height: 1.25 !important;
        font-weight: 720 !important;
    }

    .company-ci__keyword-ko {
        color: #334155 !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        font-weight: 500;
        text-align: right !important;
        word-break: keep-all;
    }
}

@media (max-width: 390px) {
    .company-ci-page .company-page__shell {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .company-ci__top-visual {
        margin-left: -14px !important;
        margin-right: -14px !important;
    }

    .company-ci__top-visual img {
        height: 220px;
    }

    .company-ci__brand-card,
    .company-ci__system-card {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .company-ci__section-title {
        font-size: 21px !important;
    }

    .company-ci__paragraphs p {
        font-size: 14px !important;
    }

    .company-ci__acronym {
        font-size: 16px !important;
    }
}
