/* 풍년 감자당면 13kg - 제품 상세페이지 스타일 */
/* 제품 코드: L7018-F9880-H4566 */

/* 리셋 및 기본 스타일 */
.L7018_F9880_H4566_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.L7018_F9880_H4566_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: linear-gradient(135deg, #FFF8E7 0%, #FFFAF0 100%) !important;
    padding: 0 !important;
    margin: 0 auto !important;
    max-width: 1200px !important;
}

/* 히어로 섹션 */
.L7018_F9880_H4566_hero {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 60px 40px !important;
    background: linear-gradient(135deg, #8B4513 0%, #D2691E 100%) !important;
    border-radius: 0 0 30px 30px !important;
    margin-bottom: 60px !important;
    gap: 40px !important;
}

.L7018_F9880_H4566_hero_content {
    flex: 1 !important;
    color: #fff !important;
}

.L7018_F9880_H4566_badge {
    display: inline-block !important;
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 8px 20px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    backdrop-filter: blur(10px) !important;
}

.L7018_F9880_H4566_title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2) !important;
}

.L7018_F9880_H4566_subtitle {
    font-size: 20px !important;
    margin-bottom: 30px !important;
    opacity: 0.9 !important;
}

.L7018_F9880_H4566_hero_features {
    display: flex !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.L7018_F9880_H4566_feature_item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    padding: 12px 20px !important;
    border-radius: 25px !important;
    backdrop-filter: blur(10px) !important;
}

.L7018_F9880_H4566_icon {
    font-size: 24px !important;
}

.L7018_F9880_H4566_text {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.L7018_F9880_H4566_hero_image {
    flex: 1 !important;
    max-width: 500px !important;
}

.L7018_F9880_H4566_hero_image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3) !important;
}

/* 섹션 공통 스타일 */
.L7018_F9880_H4566_section_title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    color: #8B4513 !important;
}

/* 제품 특징 섹션 */
.L7018_F9880_H4566_features {
    padding: 60px 40px !important;
    background: #fff !important;
    margin-bottom: 40px !important;
}

.L7018_F9880_H4566_features_grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
}

.L7018_F9880_H4566_feature_card {
    background: linear-gradient(135deg, #FFF8E7 0%, #FFFAF0 100%) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 2px solid #F5DEB3 !important;
}

.L7018_F9880_H4566_feature_card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(139, 69, 19, 0.15) !important;
}

.L7018_F9880_H4566_feature_icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.L7018_F9880_H4566_feature_title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #8B4513 !important;
    margin-bottom: 12px !important;
}

.L7018_F9880_H4566_feature_desc {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* 업소 활용 가이드 */
.L7018_F9880_H4566_usage {
    padding: 60px 40px !important;
    background: linear-gradient(135deg, #FFF8E7 0%, #FFFAF0 100%) !important;
    margin-bottom: 40px !important;
}

.L7018_F9880_H4566_usage_grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 25px !important;
}

.L7018_F9880_H4566_usage_card {
    background: #fff !important;
    padding: 25px !important;
    border-radius: 12px !important;
    text-align: center !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    transition: transform 0.3s ease !important;
    border-left: 4px solid #D2691E !important;
}

.L7018_F9880_H4566_usage_card:hover {
    transform: scale(1.05) !important;
}

.L7018_F9880_H4566_usage_icon {
    font-size: 40px !important;
    margin-bottom: 12px !important;
}

.L7018_F9880_H4566_usage_title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #8B4513 !important;
    margin-bottom: 10px !important;
}

.L7018_F9880_H4566_usage_desc {
    font-size: 14px !important;
    color: #666 !important;
}

/* 상세 스펙 */
.L7018_F9880_H4566_specs {
    padding: 60px 40px !important;
    background: #fff !important;
    margin-bottom: 40px !important;
}

.L7018_F9880_H4566_specs_table {
    max-width: 800px !important;
    margin: 0 auto !important;
    background: #FFF8E7 !important;
    border-radius: 15px !important;
    overflow: hidden !important;
}

.L7018_F9880_H4566_specs_row {
    display: flex !important;
    border-bottom: 1px solid #F5DEB3 !important;
}

.L7018_F9880_H4566_specs_row:last-child {
    border-bottom: none !important;
}

.L7018_F9880_H4566_specs_label {
    flex: 0 0 150px !important;
    padding: 20px !important;
    background: #D2691E !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.L7018_F9880_H4566_specs_value {
    flex: 1 !important;
    padding: 20px !important;
    font-size: 15px !important;
    color: #333 !important;
}

/* 고객 리뷰 */
.L7018_F9880_H4566_reviews {
    padding: 60px 40px !important;
    background: linear-gradient(135deg, #FFF8E7 0%, #FFFAF0 100%) !important;
    margin-bottom: 40px !important;
}

.L7018_F9880_H4566_reviews_grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
}

.L7018_F9880_H4566_review_card {
    background: #fff !important;
    padding: 25px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}

.L7018_F9880_H4566_review_stars {
    font-size: 20px !important;
    margin-bottom: 12px !important;
}

.L7018_F9880_H4566_review_text {
    font-size: 15px !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
}

.L7018_F9880_H4566_review_author {
    font-size: 13px !important;
    color: #999 !important;
    font-style: italic !important;
}

/* 보관 및 취급 안내 */
.L7018_F9880_H4566_storage {
    padding: 60px 40px !important;
    background: #fff !important;
    margin-bottom: 40px !important;
}

.L7018_F9880_H4566_storage_content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 30px !important;
}

.L7018_F9880_H4566_storage_card {
    background: linear-gradient(135deg, #FFF8E7 0%, #FFFAF0 100%) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    border: 2px solid #F5DEB3 !important;
}

.L7018_F9880_H4566_storage_icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.L7018_F9880_H4566_storage_title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #8B4513 !important;
    margin-bottom: 12px !important;
}

.L7018_F9880_H4566_storage_desc {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* 푸터 */
.L7018_F9880_H4566_footer {
    background: linear-gradient(135deg, #8B4513 0%, #D2691E 100%) !important;
    color: #fff !important;
    padding: 50px 40px 30px !important;
}

.L7018_F9880_H4566_footer_content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 30px !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
}

.L7018_F9880_H4566_footer_logo h3 {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.L7018_F9880_H4566_footer_logo p {
    font-size: 14px !important;
    opacity: 0.9 !important;
}

.L7018_F9880_H4566_footer_info {
    text-align: right !important;
}

.L7018_F9880_H4566_footer_info p {
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.L7018_F9880_H4566_footer_note {
    font-size: 13px !important;
    margin-top: 10px !important;
    opacity: 0.8 !important;
    font-style: italic !important;
}

.L7018_F9880_H4566_footer_bottom {
    text-align: center !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
}

.L7018_F9880_H4566_footer_bottom p {
    font-size: 13px !important;
    opacity: 0.7 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .L7018_F9880_H4566_hero {
        flex-direction: column !important;
        padding: 40px 20px !important;
    }
    
    .L7018_F9880_H4566_title {
        font-size: 32px !important;
    }
    
    .L7018_F9880_H4566_subtitle {
        font-size: 16px !important;
    }
    
    .L7018_F9880_H4566_hero_image {
        max-width: 100% !important;
    }
    
    .L7018_F9880_H4566_section_title {
        font-size: 24px !important;
    }
    
    .L7018_F9880_H4566_features,
    .L7018_F9880_H4566_usage,
    .L7018_F9880_H4566_specs,
    .L7018_F9880_H4566_reviews,
    .L7018_F9880_H4566_storage {
        padding: 40px 20px !important;
    }
    
    .L7018_F9880_H4566_features_grid,
    .L7018_F9880_H4566_usage_grid,
    .L7018_F9880_H4566_reviews_grid,
    .L7018_F9880_H4566_storage_content {
        grid-template-columns: 1fr !important;
    }
    
    .L7018_F9880_H4566_specs_label {
        flex: 0 0 100px !important;
        font-size: 13px !important;
    }
    
    .L7018_F9880_H4566_specs_value {
        font-size: 13px !important;
    }
    
    .L7018_F9880_H4566_footer_content {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .L7018_F9880_H4566_footer_info {
        text-align: center !important;
    }
}
