/* About Us Page Styles - 실제 이미지 사용 버전 */
.container{
    padding:0;
    margin: 0 !important;
    word-break: keep-all;
}

p{
    word-break: keep-all;
}

/* About 페이지 전용 컨테이너 */
.about-container {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 40px;
}

@media (max-width: 768px) {
    .about-container {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .about-container {
        padding: 0 15px;
    }
}

/* 히어로 헤더 섹션 */
.about-hero {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 20px;
}

.about-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    color: white;
}

.about-hero-subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    line-height: 1.6;
    color: #FFC97E;
}

/* 회사 소개 메인 섹션 */
.about-intro {
    padding: 100px 0;
    text-align: center;
}

.about-intro-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
}

.diamond-icons {
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
    display: block;
}

.about-intro-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.about-intro-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
    font-weight: 400;
}

/* 3가지 특징 섹션 */
.about-features {
    background: #F4F4F4;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.feature-card {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 32px 20px;
    background: transparent;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: #8B4513;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.feature-icon .material-icons {
    font-size: 28px;
    color: white;
}

.feature-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}

.feature-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
}

.feature-text {
    flex: 1;
}

/* 4개 섹션 통합 컨테이너 */
.about-sections-wrapper {
    padding: 80px 0;
    margin-bottom: 60px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* 신뢰와 진실의 약속 섹션 */
.trust-content {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 0;
    align-items: center;
    margin: 0;
    padding: 0;
}

.trust-image {
    display: flex;
    align-items: center;
}

.trust-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.trust-text {
    text-align: left;
}
.trust-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.trust-description {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.7;
    font-weight: 400;
}

/* 골드바 판매 섹션 */

.goldbar-content {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 0;
    align-items: center;
    margin: 0;
    padding: 0;
}

.goldbar-text {
    text-align: left;
}
.goldbar-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.goldbar-description {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.7;
    font-weight: 400;
}

.goldbar-image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.goldbar-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* 주얼리 가치 섹션 */
.jewelry-content {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 0;
    align-items: center;
    margin: 0;
    padding: 0;
}

.jewelry-image {
    display: flex;
    align-items: center;
}

.jewelry-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.jewelry-text {
    text-align: left;
}
.jewelry-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.jewelry-description {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.7;
    font-weight: 400;
}

/* 공인된 가치 보증 섹션 */

.certification-content {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 0;
    align-items: center;
    margin: 0;
    padding: 0;
}

.certification-text {
    text-align: left;
}
.certification-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.certification-description {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.7;
    font-weight: 400;
}

.certification-image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.certification-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* 태블릿 반응형 (769px ~ 1024px) */
@media (max-width: 1024px) {
    .about-container {
        padding: 0 30px;
    }

    /* 헤더 섹션 */
    .about-hero {
        height: 350px;
    }

    .about-hero-title {
        font-size: 3rem;
    }

    .about-hero-subtitle {
        font-size: 1.2rem;
    }

    /* 회사소개 메인 섹션 - 기본 크기 유지 */

    /* 4개 섹션 간격 조정 */
    .about-sections-wrapper {
        padding: 60px 0;
        gap: 50px;
    }

    /* 타이틀과 설명 크기 조정 */
    .trust-title,
    .goldbar-title,
    .jewelry-title,
    .certification-title {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .trust-description,
    .goldbar-description,
    .jewelry-description,
    .certification-description {
        font-size: 1.1rem;
    }
}

/* 모바일 반응형 (768px 이하) */
@media (max-width: 768px) {
    .about-container {
        padding: 0 20px;
    }

    /* 헤더 섹션 */
    .about-hero {
        height: 300px;
    }

    .about-hero-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .about-hero-subtitle {
        font-size: 1.1rem;
    }

    /* 회사소개 메인 섹션 */
    .about-intro {
        padding: 60px 0;
    }

    .about-intro-title {
        font-size: 1.6rem;
        margin-bottom: 18px;
        line-height: 1.4;
    }

    .about-intro-description {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .diamond-icons {
        width: 30px;
        height: 30px;
        margin-bottom: 25px;
    }

    /* 3가지 특징 섹션 */
    .about-features {
        padding: 50px 0;
    }

    .features-grid {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .feature-card {
        padding: 25px 15px;
        flex-direction: column;
        text-align: center;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .feature-icon .material-icons {
        font-size: 28px;
    }

    .feature-title {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .feature-description {
        font-size: 0.9rem;
    }

    /* 4개 섹션 통합 */
    .about-sections-wrapper {
        padding: 50px 0;
        gap: 40px;
    }

    /* 모든 콘텐츠 세로 배치 */
    .trust-content,
    .goldbar-content,
    .jewelry-content,
    .certification-content {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }

    /* 모바일에서 모든 섹션 이미지-텍스트 순서로 통일 */
    .goldbar-text,
    .certification-text {
        order: 2;
    }

    .goldbar-image,
    .certification-image {
        order: 1;
    }

    /* 이미지 정렬 초기화 */
    .trust-image,
    .goldbar-image,
    .jewelry-image,
    .certification-image {
        justify-content: center !important;
    }

    /* 텍스트 중앙 정렬 */
    .trust-text,
    .goldbar-text,
    .jewelry-text,
    .certification-text {
        text-align: center;
    }

    /* 제목 크기 조정 */
    .trust-title,
    .goldbar-title,
    .jewelry-title,
    .certification-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    /* 설명 크기 조정 */
    .trust-description,
    .goldbar-description,
    .jewelry-description,
    .certification-description {
        font-size: 1rem;
        line-height: 1.6;
    }

    /* 다이아몬드 아이콘 중앙 정렬 */
    .diamond-icons {
        margin: 0 auto 20px;
    }
}

/* 초소형 모바일 (480px 이하) */
@media (max-width: 480px) {
    .about-container {
        padding: 0 15px;
    }

    /* 헤더 섹션 */
    .about-hero {
        height: 250px;
    }

    .about-hero-title {
        font-size: 2rem;
    }

    .about-hero-subtitle {
        font-size: 1rem;
    }

    /* 회사소개 메인 섹션 */
    .about-intro {
        padding: 40px 0;
    }

    .about-intro-title {
        font-size: 1.3rem;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .about-intro-description {
        font-size: 0.85rem;
        line-height: 1.4;
    }

    .diamond-icons {
        margin-bottom: 10px !important;
    }

    /* 3가지 특징 섹션 */
    .about-features {
        padding: 40px 0;
    }

    .feature-card {
        padding: 20px 10px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }

    .feature-icon .material-icons {
        font-size: 24px;
    }

    .feature-title {
        font-size: 1rem;
        margin-bottom: 6px;
    }

    .feature-description {
        font-size: 0.85rem;
    }

    /* 4개 섹션 통합 */
    .about-sections-wrapper {
        padding: 40px 0;
        gap: 30px;
    }

    /* 콘텐츠 간격 조정 */
    .trust-content,
    .goldbar-content,
    .jewelry-content,
    .certification-content {
        grid-template-columns: 1fr !important;
        gap: 25px;
    }

    /* 모바일에서 모든 섹션 이미지-텍스트 순서로 통일 */
    .goldbar-text,
    .certification-text {
        order: 2;
    }

    .goldbar-image,
    .certification-image {
        order: 1;
    }

    /* 이미지 정렬 초기화 */
    .trust-image,
    .goldbar-image,
    .jewelry-image,
    .certification-image {
        justify-content: center !important;
    }

    /* 텍스트 중앙 정렬 */
    .trust-text,
    .goldbar-text,
    .jewelry-text,
    .certification-text {
        text-align: center !important;
    }

    /* 제목 크기 조정 */
    .trust-title,
    .goldbar-title,
    .jewelry-title,
    .certification-title {
        font-size: 1.5rem;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    /* 설명 크기 조정 */
    .trust-description,
    .goldbar-description,
    .jewelry-description,
    .certification-description {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}