/* I7940-A7351-P8208_style.css */

/* 전체 리셋 및 기본 스타일 */
.tks-container * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
}

.tks-container {
    width: 100% !important;
    max-width: 960px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    background-color: #fff !important;
}

/* 헤더 섹션 스타일 */
.tks-header {
    text-align: center !important;
    margin-bottom: 40px !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid #eee !important;
}

.tks-product-category {
    font-size: 14px !important;
    color: #666 !important;
    margin-bottom: 10px !important;
}

.tks-product-name {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #e63312 !important; /* 오뚜기 브랜드 빨간색 */
    margin-bottom: 10px !important;
}

.tks-product-subtitle {
    font-size: 16px !important;
    color: #666 !important;
}

/* 대표 이미지 섹션 스타일 */
.tks-main-image-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 40px !important;
}

.tks-main-image {
    width: 100% !important;
    max-width: 500px !important;
    height: auto !important;
    border-radius: 8px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
}

.tks-product-highlights {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 15px !important;
    width: 100% !important;
    max-width: 500px !important;
}

.tks-highlight-item {
    display: flex !important;
    align-items: center !important;
    background-color: #fff0ee !important; /* 연한 빨간색 배경 */
    padding: 10px 15px !important;
    border-radius: 50px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.tks-highlight-icon {
    font-size: 18px !important;
    margin-right: 8px !important;
}

.tks-highlight-text {
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* 갤러리 섹션 스타일 */
.tks-gallery-section {
    margin-bottom: 40px !important;
}

.tks-gallery {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
}

.tks-gallery-item {
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
}

.tks-gallery-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.3s ease !important;
}

.tks-gallery-item:hover .tks-gallery-image {
    transform: scale(1.05) !important;
}

/* 스토리 섹션 스타일 */
.tks-story-section {
    margin-bottom: 40px !important;
    padding: 30px !important;
    background-color: #fff0ee !important; /* 연한 빨간색 배경 */
    border-radius: 10px !important;
}

.tks-story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #e63312 !important; /* 오뚜기 브랜드 빨간색 */
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-story-text {
    font-size: 18px !important;
    color: #555 !important;
    line-height: 1.8 !important;
}

/* 상품 특징 카드 섹션 스타일 */
.tks-features-section {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin-bottom: 40px !important;
}

.tks-feature-card {
    padding: 25px !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
    text-align: center !important;
    transition: transform 0.3s ease !important;
    border: 1px solid #ffded9 !important; /* 연한 빨간색 테두리 */
}

.tks-feature-card:hover {
    transform: translateY(-5px) !important;
}

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

.tks-feature-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #e63312 !important; /* 오뚜기 브랜드 빨간색 */
    margin-bottom: 10px !important;
}

.tks-feature-description {
    font-size: 14px !important;
    color: #666 !important;
}

/* 레시피 섹션 스타일 */
.tks-recipe-section {
    margin-bottom: 40px !important;
}

.tks-section-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #e63312 !important; /* 오뚜기 브랜드 빨간색 */
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #ffded9 !important; /* 연한 빨간색 테두리 */
}

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

.tks-recipe-card {
    padding: 25px !important;
    border-radius: 10px !important;
    background-color: #fff0ee !important; /* 연한 빨간색 배경 */
    position: relative !important;
}

.tks-recipe-number {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: rgba(230, 51, 18, 0.2) !important; /* 연한 빨간색 */
}

.tks-recipe-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #e63312 !important; /* 오뚜기 브랜드 빨간색 */
    margin-bottom: 10px !important;
}

.tks-recipe-description {
    font-size: 14px !important;
    color: #666 !important;
}

/* 상품 정보 테이블 섹션 스타일 */
.tks-info-section {
    margin-bottom: 40px !important;
}

.tks-info-table {
    width: 100% !important;
    border-collapse: collapse !important;
}

.tks-info-row {
    display: flex !important;
    border-bottom: 1px solid #ffded9 !important; /* 연한 빨간색 테두리 */
}

.tks-info-row:nth-child(even) {
    background-color: #fffaf9 !important; /* 아주 연한 빨간색 */
}

.tks-info-label {
    width: 30% !important;
    padding: 12px 15px !important;
    font-weight: 500 !important;
    color: #555 !important;
}

.tks-info-value {
    width: 70% !important;
    padding: 12px 15px !important;
    color: #333 !important;
}

/* 비교 테이블 섹션 스타일 */
.tks-comparison-section {
    margin-bottom: 40px !important;
}

.tks-comparison-table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: 1px solid #ffded9 !important; /* 연한 빨간색 테두리 */
    border-radius: 8px !important;
    overflow: hidden !important;
}

.tks-comparison-header {
    display: flex !important;
    background-color: #e63312 !important; /* 오뚜기 브랜드 빨간색 */
}

.tks-comparison-header .tks-comparison-cell {
    color: #fff !important;
    font-weight: 700 !important;
}

.tks-comparison-row {
    display: flex !important;
    border-bottom: 1px solid #ffded9 !important; /* 연한 빨간색 테두리 */
}

.tks-comparison-row:nth-child(even) {
    background-color: #fffaf9 !important; /* 아주 연한 빨간색 */
}

.tks-comparison-row:last-child {
    border-bottom: none !important;
}

.tks-comparison-cell {
    flex: 1 !important;
    padding: 12px 15px !important;
    text-align: center !important;
    border-right: 1px solid #ffded9 !important; /* 연한 빨간색 테두리 */
}

.tks-comparison-cell:first-child {
    flex: 0.7 !important;
    font-weight: 500 !important;
    background-color: #fff0ee !important; /* 연한 빨간색 배경 */
}

.tks-comparison-cell:last-child {
    border-right: none !important;
}

/* 주의사항 섹션 스타일 */
.tks-caution-section {
    margin-bottom: 40px !important;
}

.tks-caution-box {
    display: flex !important;
    background-color: #fef8e8 !important; /* 연한 노란색 배경 */
    border: 1px solid #f5e1ae !important; /* 연한 노란색 테두리 */
    border-radius: 10px !important;
    padding: 20px !important;
}

.tks-caution-icon {
    font-size: 30px !important;
    margin-right: 15px !important;
    color: #e6b422 !important; /* 노란색 경고 아이콘 */
}

.tks-caution-content {
    flex: 1 !important;
}

.tks-caution-content p {
    margin-bottom: 8px !important;
    font-size: 14px !important;
    color: #666 !important;
}

/* 푸터 섹션 스타일 */
.tks-footer-section {
    padding-top: 30px !important;
    border-top: 1px solid #ffded9 !important; /* 연한 빨간색 테두리 */
}

.tks-site-info {
    text-align: center !important;
}

.tks-site-info p {
    margin-bottom: 5px !important;
    font-size: 13px !important;
    color: #888 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .tks-product-name {
        font-size: 24px !important;
    }
    
    .tks-gallery {
        grid-template-columns: 1fr !important;
    }
    
    .tks-features-section,
    .tks-recipe-cards {
        grid-template-columns: 1fr !important;
    }
    
    .tks-info-row {
        flex-direction: column !important;
    }
    
    .tks-info-label,
    .tks-info-value {
        width: 100% !important;
    }
    
    .tks-caution-box {
        flex-direction: column !important;
    }
    
    .tks-caution-icon {
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    .tks-comparison-header,
    .tks-comparison-row {
        flex-direction: column !important;
    }
    
    .tks-comparison-cell {
        border-right: none !important;
        border-bottom: 1px solid #ffded9 !important;
    }
    
    .tks-comparison-cell:last-child {
        border-bottom: none !important;
    }
}
