/* 뉴이자르 sub06 서브페이지 전용 CSS 스타일시트 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;400;700&family=Noto+Sans+KR:wght@300;400;500;700&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap');

/* 최상위 격리 클래스 */
.custom-page-sub06 {
    font-family: 'Noto Sans KR', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #ffffff;
    overflow-x: hidden;
    letter-spacing: -0.03em;
}

/* Serif 폰트 유틸리티 */
.custom-page-sub06 .font-serif {
    font-family: 'Playfair Display', 'Noto Serif KR', serif;
}

/* 이미지 플레이스홀더 공통 스타일 */
.custom-page-sub06 .image-placeholder {
    background-color: #f5f3f0;
    border: 1px solid #e8e4de;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0978c;
    font-size: 0.85em;
    font-weight: 300;
    letter-spacing: 0.1em;
    position: relative;
    overflow: hidden;
}

.custom-page-sub06 .image-placeholder::after {
    content: 'IMAGE AREA';
    font-family: 'Playfair Display', sans-serif;
}

/* --- Section 1: Intro Section --- */
.custom-page-sub06 .sec-intro {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    align-items: stretch; /* 높이 동일 정렬 */
    gap: 80px;
}

.custom-page-sub06 .sec-intro .intro-img-col {
    flex: 1.1;
    display: flex;
}

.custom-page-sub06 .sec-intro .intro-img-col .image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 480px; /* PC 기본 최소높이 */
    border-radius: 12px;
}

.custom-page-sub06 .sec-intro .intro-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-page-sub06 .sec-intro .intro-text-col .established {
    font-size: 0.75em;
    letter-spacing: 0.2em;
    color: #b89e7c;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.custom-page-sub06 .sec-intro .intro-text-col .brand-logo {
    font-size: 3.5em;
    font-weight: 400;
    line-height: 1.0;
    margin: 0 0 35px 0;
    color: #2b2824;
    letter-spacing: 0.05em;
}

.custom-page-sub06 .sec-intro .intro-text-col .main-headline {
    font-size: 1.0em;
    font-weight: 700;
    line-height: 1.4;
    color: #2b2824;
    margin-bottom: 25px;
    word-break: keep-all;
}

.custom-page-sub06 .sec-intro .intro-text-col .desc-paragraph {
    font-size: 0.7em;
    font-weight: 300;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 45px;
    word-break: keep-all;
}

.custom-page-sub06 .sec-intro .intro-text-col .meta-links {
    display: flex;
    gap: 40px;
    border-top: 1px solid #eae5e0;
    padding-top: 25px;
}

.custom-page-sub06 .sec-intro .intro-text-col .meta-links .meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.custom-page-sub06 .sec-intro .intro-text-col .meta-links .meta-label {
    font-size: 0.5em;
    color: #b89e7c;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.custom-page-sub06 .sec-intro .intro-text-col .meta-links .meta-val {
    font-size: 0.5em;
    color: #555555;
    font-weight: 400;
}

/* --- Section 2: Dark Motto Banner --- */
.custom-page-sub06 .sec-motto {
    background-color: #2b2824;
    color: #ffffff;
    text-align: center;
    padding: 70px 20px;
}

.custom-page-sub06 .sec-motto .motto-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.custom-page-sub06 .sec-motto .sub-motto {
    font-size: 1em;
    font-weight: 300;
    color: #d5c7b3;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.custom-page-sub06 .sec-motto .main-motto {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
    word-break: keep-all;
}

.custom-page-sub06 .sec-motto .main-motto span {
    color: #e6c594;
    font-weight: 700;
}

/* --- Section 3: Core Values Grid --- */
.custom-page-sub06 .sec-values {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 20px;
}

.custom-page-sub06 .sec-values .values-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.custom-page-sub06 .sec-values .value-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.custom-page-sub06 .sec-values .value-card .val-icon {
    width: 75px; /* 크기 확장 */
    height: 75px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SVG Line Icons Styling */
.custom-page-sub06 .sec-values .value-card .val-icon svg {
    width: 48px; /* 크기 확장 */
    height: 48px;
    stroke: #b89e7c;
    stroke-width: 1.2;
    fill: none;
}

.custom-page-sub06 .sec-values .value-card .val-title {
    font-size: 0.8em;
    font-weight: 600;
    color: #2b2824;
    margin-bottom: 15px;
}

.custom-page-sub06 .sec-values .value-card .val-desc {
    font-size: 0.6em;
    color: #777777;
    line-height: 1.7;
    font-weight: 300;
    word-break: keep-all;
}

/* --- Section 4: Difference (3 Columns) --- */
.custom-page-sub06 .sec-features {
    background-color: #fbfaf8;
    padding: 100px 20px;
}

.custom-page-sub06 .sec-features .features-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.custom-page-sub06 .sec-features .sec-title {
    text-align: center;
    font-size: 2em;
    color: #2b2824;
    margin-bottom: 60px;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.custom-page-sub06 .sec-features .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.custom-page-sub06 .sec-features .feature-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(43, 40, 36, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-page-sub06 .sec-features .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(43, 40, 36, 0.08);
}

.custom-page-sub06 .sec-features .feature-card .image-placeholder {
    width: 100%;
    aspect-ratio: 16 / 11;
}

.custom-page-sub06 .sec-features .feature-card .card-body {
    padding: 30px 25px;
}

.custom-page-sub06 .sec-features .feature-card .card-title {
    font-size: 0.85em;
    font-weight: 600;
    color: #2b2824;
    margin-bottom: 15px;
}

.custom-page-sub06 .sec-features .feature-card .card-desc {
    font-size: 0.6em;
    color: #666666;
    line-height: 1.7;
    font-weight: 300;
    word-break: keep-all;
}

/* --- Section 5: Story & Vision --- */
.custom-page-sub06 .sec-story {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
    display: flex;
    align-items: stretch; /* 높이 동일 정렬 */
    gap: 80px;
}

.custom-page-sub06 .sec-story .story-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-page-sub06 .sec-story .story-text-col .sub-logo {
    font-size: 0.7em;
    letter-spacing: 0.15em;
    color: #b89e7c;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.custom-page-sub06 .sec-story .story-text-col .giant-title {
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.1;
    color: #2b2824;
    margin-bottom: 40px;
    letter-spacing: 0.02em;
}

.custom-page-sub06 .sec-story .story-text-col .highlight-desc {
    font-size: 0.8em;
    font-weight: 600;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 25px;
    word-break: keep-all;
}

.custom-page-sub06 .sec-story .story-text-col .sub-desc {
    font-size: 0.7em;
    font-weight: 300;
    color: #666666;
    line-height: 1.8;
    word-break: keep-all;
}

.custom-page-sub06 .sec-story .story-img-col {
    flex: 1;
    display: flex;
}

.custom-page-sub06 .sec-story .story-img-col .image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 420px; /* PC 기본 최소높이 */
    border-radius: 12px;
}

/* --- Responsive Web Design --- */
@media (max-width: 1024px) {
    .custom-page-sub06 .sec-intro {
        flex-direction: column;
        gap: 50px;
        padding: 60px 20px;
    }

    .custom-page-sub06 .sec-intro .intro-img-col {
        width: 100%; /* 가로 폭 채우기 */
    }

    .custom-page-sub06 .sec-intro .intro-img-col .image-placeholder {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3; /* 모바일에서 적절한 비율로 가득 차게 설정 */
        min-height: 280px;
    }
    
    .custom-page-sub06 .sec-intro .brand-logo {
        font-size: 3.8em;
    }

    .custom-page-sub06 .sec-values .values-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    
    /* 5개 요소 중 마지막 2개 중앙 정렬을 위한 조정 (태블릿 대응) */
    .custom-page-sub06 .sec-values .values-grid .value-card:nth-child(4),
    .custom-page-sub06 .sec-values .values-grid .value-card:nth-child(5) {
        grid-column: span 1;
    }

    .custom-page-sub06 .sec-features .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .custom-page-sub06 .sec-story {
        flex-direction: column;
        gap: 50px;
        padding: 80px 20px;
    }

    .custom-page-sub06 .sec-story .story-img-col {
        width: 100%; /* 가로 폭 채우기 */
        order: -1; /* 이미지 먼저 나오도록 모바일 순서 조정 */
    }

    .custom-page-sub06 .sec-story .story-img-col .image-placeholder {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3; /* 모바일에서 적절한 비율로 가득 차게 설정 */
        min-height: 280px;
    }
}

@media (max-width: 768px) {
    .custom-page-sub06 .sec-intro .brand-logo {
        font-size: 3.2em;
    }

    .custom-page-sub06 .sec-intro .main-headline {
        font-size: 1.35em;
    }

    .custom-page-sub06 .sec-motto .sub-motto {
        font-size: 1.0em;
    }

    .custom-page-sub06 .sec-motto .main-motto {
        font-size: 1.35em;
    }

    .custom-page-sub06 .sec-values .values-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .custom-page-sub06 .sec-values .value-card .val-icon {
        width: 64px; /* 모바일 전용 아이콘 크기 살짝 조정 */
        height: 64px;
    }

    .custom-page-sub06 .sec-values .value-card .val-icon svg {
        width: 40px;
        height: 40px;
    }

    .custom-page-sub06 .sec-features {
        padding: 60px 20px;
    }

    .custom-page-sub06 .sec-features .sec-title {
        font-size: 1.8em;
        margin-bottom: 40px;
    }

    .custom-page-sub06 .sec-features .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .custom-page-sub06 .sec-story .giant-title {
        font-size: 2.4em;
        margin-bottom: 30px;
    }
}
