/* 칠갑 건메밀국수 1.5kg 상세페이지 스타일 - N7431-E6178-P0506 */

/* 전체 컨테이너 스타일 */
.N7431-E6178-P0506_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.tks-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background-color: #fff !important;
}

/* 섹션 기본 스타일 */
.tks-section {
    margin-bottom: 40px !important;
    padding: 20px !important;
    background-color: #fff !important;
}

/* 헤더 섹션 */
.tks-header {
    text-align: center !important;
    background: linear-gradient(135deg, #8B4513 0%, #D2691E 100%) !important;
    color: white !important;
    border-radius: 15px !important;
    padding: 30px !important;
    margin-bottom: 30px !important;
}

.tks-product-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.tks-product-subtitle {
    font-size: 16px !important;
    font-weight: 400 !important;
    opacity: 0.9 !important;
}

/* 이미지 컨테이너 */
.tks-image-container {
    text-align: center !important;
    margin: 20px 0 !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
}

.tks-main-image {
    width: 100% !important;
    max-width: 600px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    border-radius: 15px !important;
}

/* 정보 카드 스타일 */
.tks-info-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
    border-left: 5px solid #8B4513 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}

.tks-info-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #8B4513 !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-info-content {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #555 !important;
}

.tks-info-content strong {
    color: #8B4513 !important;
    font-weight: 600 !important;
}

/* 특징 섹션 */
.tks-features {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 20px !important;
}

.tks-feature-item {
    background: #fff !important;
    border-radius: 15px !important;
    padding: 25px !important;
    text-align: center !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1) !important;
    border: 2px solid #f0f0f0 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.tks-feature-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15) !important;
    border-color: #8B4513 !important;
}

.tks-feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.tks-feature-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #8B4513 !important;
    margin-bottom: 10px !important;
}

.tks-feature-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* 스토리 섹션 */
.tks-story-section {
    background: linear-gradient(135deg, #fff5e6 0%, #f0e6d2 100%) !important;
    border-radius: 15px !important;
    padding: 30px !important;
}

.tks-story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #8B4513 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    position: relative !important;
}

.tks-story-heading::after {
    content: '' !important;
    display: block !important;
    width: 60px !important;
    height: 3px !important;
    background: linear-gradient(to right, #8B4513, #D2691E) !important;
    margin: 10px auto !important;
    border-radius: 2px !important;
}

.tks-story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #444 !important;
    text-align: justify !important;
    margin-bottom: 20px !important;
    padding: 0 15px !important;
}

/* 보관 방법 섹션 */
.tks-storage-section {
    background: linear-gradient(135deg, #e3ffe7 0%, #d4edda 100%) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin: 20px 0 !important;
    border-left: 5px solid #28a745 !important;
}

.tks-storage-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #155724 !important;
    margin-bottom: 15px !important;
}

.tks-storage-content {
    font-size: 16px !important;
    color: #155724 !important;
    line-height: 1.6 !important;
}

/* 하이라이트 섹션 */
.tks-highlight {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-bottom: 15px !important;
    border-left: 4px solid #D2691E !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1) !important;
}

.tks-highlight-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #8B4513 !important;
    margin-bottom: 10px !important;
}

.tks-highlight-content {
    font-size: 16px !important;
    color: #555 !important;
    line-height: 1.6 !important;
}

/* 리뷰 섹션 스타일 */
.tks-reviews-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin-top: 20px !important;
}

.tks-review-card {
    background-color: #f9f9f9 !important;
    border-radius: 10px !important;
    padding: 20px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08) !important;
    border-left: 4px solid #8B4513 !important;
}

.tks-review-stars {
    font-size: 16px !important;
    margin-bottom: 8px !important;
}

.tks-review-text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

.tks-review-author {
    font-size: 14px !important;
    color: #666 !important;
    text-align: right !important;
    font-style: italic !important;
}

/* 푸터 섹션 */
.tks-footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    color: white !important;
    text-align: center !important;
    padding: 25px !important;
    border-radius: 15px !important;
    margin-top: 40px !important;
}

.tks-footer-company {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.tks-footer-info {
    font-size: 14px !important;
    margin-bottom: 5px !important;
    opacity: 0.9 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .tks-container {
        padding: 10px !important;
    }
    
    .tks-section {
        padding: 15px !important;
        margin-bottom: 25px !important;
    }
    
    .tks-product-title {
        font-size: 24px !important;
    }
    
    .tks-story-heading {
        font-size: 20px !important;
    }
    
    .tks-story-text {
        font-size: 16px !important;
    }
    
    .tks-features {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .tks-feature-item {
        padding: 20px !important;
    }
    
    .tks-review-card {
        padding: 15px !important;
    }
    
    .tks-review-text {
        font-size: 15px !important;
    }
}

@media (max-width: 480px) {
    .tks-product-title {
        font-size: 20px !important;
    }
    
    .tks-story-heading {
        font-size: 18px !important;
    }
    
    .tks-story-text {
        font-size: 14px !important;
    }
    
    .tks-info-title {
        font-size: 18px !important;
    }
    
    .tks-info-content {
        font-size: 14px !important;
    }
    
    .tks-review-card {
        padding: 12px !important;
    }
    
    .tks-review-text {
        font-size: 14px !important;
    }
}