﻿.product-intro {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
}

.product-intro .intro-left {
    flex: 6;
    padding: 120px 80px;
    background: #F6F1EA;
}

.product-intro .intro-left h1 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 600;
    color: #4B4033;
    margin-bottom: 24px;
}

.product-intro .intro-left p {
    font-size: 16px;
    color: #6A6054;
    line-height: 1.7;
}

.product-intro .intro-right {
    flex: 4;
    position: relative;
}

.product-intro .intro-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .product-intro {
        flex-direction: column; /* 가로 → 세로 변환 */
    }

    .product-intro .intro-left {
        padding: 60px 30px; /* 모바일/태블릿용 여백 조정 */
    }

    .product-intro .intro-right {
        height: auto; /* 고정 높이 제거 */
    }

    .product-intro .intro-right img {
        height: auto; /* 비율 유지 */
    }
}

.highlight-text {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #4B4033;
    margin-top: 50px;
}

.bold-text {
    font-weight: bold;
}

/* benefit section */
.product-benefits {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 80px;
    background: #D3C5B6;
}

.product-benefits .benefit-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

.product-benefits .benefit-item {
    width: 260px;
    display: flex;
    gap: 12px;
}

.product-benefits .benefit-item .icon {
    font-size: 28px;
}

.daily-reason {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.daily-reason .reason-item {
    width: 280px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 20px;
}

.daily-reason .reason-item .num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e6e0d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

/* why NURIDAL Cashew section */
.nuridal-benefits {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 80px;
    background: #FAF7F3;
}

.nuridal-benefits .nuridal-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

.nuridal-benefits .nuridal-item {
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background: #D3C5B6;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.nuridal-benefits .nuridal-item .sentence {
    margin: 0 0 4px 20px;
}

.size-difference {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.size-difference .size-item-img {
    margin-top: 50px;
}

.size-difference .size-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.size-difference .size-item .sub-circle {
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 6px;
}

.size-difference .size-item .sub-sentence {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    color: #4B4033;
}

.flavor {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.flavor .flavor-item-img {
    margin-top: 50px;
}

.flavor .flavor-item {
    display: flex;
    flex-wrap: wrap; /* 여러 줄로 자동 줄바꿈 */
    gap: 20px; /* 칸 사이 간격 */
}

.flavor .flavor-item .box {
    flex: 1 1 calc(50% - 20px); /* 두 칸씩, gap 보정 */
    height: 150px; /* 높이 예시 */
    display: flex;
    justify-content: center; /* 내용 중앙 정렬 */
    align-items: center; /* 내용 중앙 정렬 */
    border: 1px solid #ccc; /* 기본 얇은 테두리 */
    border-left: 8px solid #D3C6B7; /* 왼쪽 테두리만 굵게 */
    box-sizing: border-box; /* 패딩/테두리 포함 계산 */
    padding: 15px;
    flex-direction: column; /* 세로 방향 정렬 */
    justify-content: center; /* 세로 중앙 정렬 */
    align-items: flex-start; /* 왼쪽 정렬 */
    color: #4B4033;
}

/* utilization section */
.utilization {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 80px;
    background: #D3C5B6;
}

.utilization .utilization-list {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.utilization .utilization-list .item {
    width: calc(33.333% - 10.66px);
    text-align: center;
    margin-bottom: 20px;
}

.utilization .utilization-list .item .img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* info section */
.info {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 80px;
    background: #FAF7F3;
}

.info .info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 20px;
}

.info .info-item {
    display: flex;
    flex-direction: column; /* 한 줄에 하나씩 쌓이도록 */
    gap: 20px; /* 박스 사이 간격 */
    width: 100%;
}

.info .info-item .box {
    display: flex; /* 제목 | 설명 가로 배치 */
    align-items: center; /* 수직 중앙 정렬 */
    gap: 15px; /* 제목과 설명 사이 간격 */
    border: 1px solid #ccc;
    border-left: 8px solid #D3C6B7;
    padding: 15px;
    box-sizing: border-box;
    color: #4B4033;
}

.info .info-item .box .box-title {
    display: inline-block;
    width: 180px; /* 모든 박스에서 동일한 칸 너비 */
    font-weight: bold;
    white-space: nowrap; /* 제목 줄바꿈 방지 */
    position: relative; /* ::after 위치 기준 */
}

.info .info-item .box .box-title::after {
    content: "|"; /* 구분선 */
    position: absolute; /* 제목 칸 끝에 고정 */
    right: 0; /* 오른쪽 끝 */
    top: 50%; /* 수직 중앙 정렬 */
    transform: translateY(-50%); /* 정확히 중앙으로 */
    color: #ccc;
    margin-left: 5px; /* 약간 간격 추가 가능 */
}

.info .info-item .box .box-desc {
    flex: 1; /* 남은 공간 모두 사용 */
}

/* notes section */
.notes {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 80px;
    background: #F4EEE0;
}

.notes .notes-list {
    background: #E2D9CE; /* 박스 배경 */
    padding: 20px 30px; /* 박스 안 여백 */
    display: flex;
    flex-direction: column; /* 항목 세로로 쌓기 */
    gap: 12px; /* 항목 간격 */
}

.notes .notes-item {
    display: flex;
    align-items: flex-start; /* 동그라미와 내용 세로 정렬 */
    gap: 8px; /* 동그라미와 내용 사이 간격 */
}

.notes .notes-item .sub-circle {
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 6px;
}

.notes .notes-item .sub-sentence {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    color: #4B4033;
}