/* J0244-Z8073-C1203_style.css */
/* 모든 CSS 속성에는 !important 옵션이 적용되어야 함 */

/* 기본 스타일 */
.tks-container {
    width: 100% !important;
    max-width: 1080px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    box-sizing: border-box !important;
    color: #333 !important;
    line-height: 1.5 !important;
}

/* 섹션 스타일 */
.tks-section {
    width: 100% !important;
    margin-bottom: 60px !important;
    padding: 0 !important;
}

/* 헤더 스타일 */
.tks-header {
    text-align: center !important;
    margin-bottom: 40px !important;
    padding-top: 20px !important;
    background: linear-gradient(to bottom, rgba(255, 165, 0, 0.1), rgba(255, 255, 255, 0)) !important;
    padding: 30px 0 !important;
    border-radius: 10px !important;
}

.tks-header-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #ff7800 !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-header-subtitle {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #666 !important;
    margin-bottom: 10px !important;
}

/* 제품 이미지 스타일 */
.tks-product-image {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.tks-product-image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

/* 제품 소개 카드 스타일 */
.tks-product-card {
    background-color: #fff9f0 !important;
    border-radius: 15px !important;
    padding: 30px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(255, 165, 0, 0.2) !important;
}

.tks-product-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #ff7800 !important;
    border-bottom: 2px solid rgba(255, 165, 0, 0.3) !important;
    padding-bottom: 10px !important;
}

.tks-product-info {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 20px !important;
}

.tks-info-item {
    width: 100% !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: flex-start !important;
}

.tks-info-label {
    width: 120px !important;
    font-weight: 700 !important;
    color: #444 !important;
    flex-shrink: 0 !important;
}

.tks-info-value {
    flex-grow: 1 !important;
    color: #666 !important;
}

/* 특징 섹션 스타일 */
.tks-features {
    margin-top: 40px !important;
}

.tks-features-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    color: #ff7800 !important;
}

.tks-feature-item {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 20px !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    padding: 20px !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05) !important;
    border-left: 4px solid #ff9933 !important;
}

.tks-feature-icon {
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    color: #fff !important;
    background-color: #ff9933 !important;
    border-radius: 50% !important;
    margin-right: 20px !important;
    flex-shrink: 0 !important;
}

.tks-feature-text {
    flex-grow: 1 !important;
}

.tks-feature-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
    color: #ff7800 !important;
}

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

/* 보관 정보 안내 스타일 */
.tks-storage-warning {
    background-color: #fff9f0 !important;
    border-radius: 10px !important;
    padding: 25px !important;
    margin-top: 40px !important;
    border-left: 5px solid #ff9933 !important;
    position: relative !important;
}

.tks-warning-icon {
    position: absolute !important;
    top: -20px !important;
    left: 30px !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #ff9933 !important;
    color: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    border-radius: 50% !important;
}

.tks-storage-warning-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #ff7800 !important;
}

.tks-storage-warning-desc {
    font-size: 16px !important;
    color: #444 !important;
    line-height: 1.6 !important;
}

.tks-storage-warning-highlight {
    font-weight: 700 !important;
    color: #ff7800 !important;
    background-color: rgba(255, 153, 51, 0.1) !important;
    padding: 2px 5px !important;
    border-radius: 4px !important;
}

/* 활용법 섹션 스타일 */
.tks-usage-section {
    margin-top: 50px !important;
    background-color: #fff9f0 !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.tks-usage-header {
    background-color: #ff9933 !important;
    padding: 25px 20px !important;
    text-align: center !important;
}

.tks-usage-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 !important;
}

.tks-usage-description {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-top: 10px !important;
    line-height: 1.6 !important;
}

.tks-usage-grid {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px !important;
    padding: 25px !important;
}

@media (min-width: 768px) {
    .tks-usage-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.tks-usage-card {
    background-color: #fff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease !important;
}

.tks-usage-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
}

.tks-usage-card-header {
    background-color: #ffcc80 !important;
    padding: 15px !important;
    text-align: center !important;
}

.tks-usage-card-icon {
    font-size: 32px !important;
    margin-bottom: 10px !important;
}

.tks-usage-card-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ff7800 !important;
    margin: 0 !important;
}

.tks-usage-card-content {
    padding: 20px !important;
}

.tks-usage-card-text {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
}

.tks-usage-tip-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.tks-usage-tip-item {
    position: relative !important;
    padding-left: 20px !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    color: #666 !important;
}

.tks-usage-tip-item:before {
    content: '•' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #ff9933 !important;
    font-weight: bold !important;
}

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

.tks-recipes-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    color: #ff7800 !important;
}

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

@media (min-width: 768px) {
    .tks-recipe-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.tks-recipe-card {
    background-color: white !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
    display: flex !important;
    flex-direction: column !important;
}

.tks-recipe-img {
    height: 200px !important;
    background-color: #ffcc80 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 64px !important;
}

.tks-recipe-content {
    padding: 20px !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.tks-recipe-name {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #ff7800 !important;
}

.tks-recipe-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
    flex-grow: 1 !important;
}

.tks-recipe-ingredients {
    margin-top: 10px !important;
    font-size: 14px !important;
}

.tks-recipe-ingredients-title {
    font-weight: 700 !important;
    color: #666 !important;
    margin-bottom: 5px !important;
}

.tks-recipe-ingredients-list {
    color: #888 !important;
    font-style: italic !important;
}

.tks-recipe-tag {
    display: inline-block !important;
    background-color: #fff0e0 !important;
    color: #ff7800 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 3px 10px !important;
    border-radius: 20px !important;
    margin-right: 5px !important;
}

/* 보관 방법 섹션 스타일 */
.tks-storage {
    background-color: #f9f9f9 !important;
    border-radius: 15px !important;
    padding: 30px !important;
    margin-top: 40px !important;
    border-left: 5px solid #ff9933 !important;
}

.tks-storage-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #ff7800 !important;
}

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

.tks-storage-highlight {
    font-weight: 700 !important;
    color: #ff7800 !important;
    background-color: rgba(255, 153, 51, 0.1) !important;
    padding: 2px 5px !important;
    border-radius: 4px !important;
}

/* 푸터 스타일 */
.tks-footer {
    margin-top: 60px !important;
    padding: 30px 20px !important;
    border-top: 1px solid #e0e0e0 !important;
    text-align: center !important;
}

.tks-company-info {
    font-size: 14px !important;
    color: #777 !important;
    line-height: 1.6 !important;
}

.tks-company-name {
    font-weight: 700 !important;
    margin-bottom: 5px !important;
}

/* 스토리 텍스트 스타일 (고정값) */
.tks-story-heading {
    font-size: 24px !important;
}

.tks-story-text {
    font-size: 18px !important;
}

/* 강조 스타일 */
.tks-highlight {
    font-weight: 700 !important;
    color: #ff7800 !important;
    background-color: rgba(255, 153, 51, 0.1) !important;
    padding: 2px 5px !important;
    border-radius: 4px !important;
}

/* 영양정보 테이블 스타일 */
.tks-nutrition {
    margin-top: 40px !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    padding: 30px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}

.tks-nutrition-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #ff7800 !important;
    text-align: center !important;
}

.tks-nutrition-desc {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.tks-nutrition-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.tks-nutrition-table th,
.tks-nutrition-table td {
    padding: 12px 15px !important;
    text-align: left !important;
    border-bottom: 1px solid #eee !important;
}

.tks-nutrition-table th {
    background-color: #ffcc80 !important;
    color: #ff7800 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.tks-nutrition-table tr:last-child td {
    border-bottom: none !important;
}

.tks-nutrition-table td:first-child {
    font-weight: 700 !important;
    color: #555 !important;
}

.tks-nutrition-table tr:nth-child(even) {
    background-color: #fff9f0 !important;
}

.tks-nutrition-highlight {
    color: #ff7800 !important;
    font-weight: 700 !important;
}

.tks-nutrition-note {
    font-size: 14px !important;
    color: #888 !important;
    font-style: italic !important;
    text-align: right !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .tks-header-title {
        font-size: 28px !important;
    }
    
    .tks-header-subtitle {
        font-size: 16px !important;
    }
    
    .tks-product-title, 
    .tks-features-title, 
    .tks-storage-warning-title,
    .tks-usage-title,
    .tks-storage-title,
    .tks-recipes-title,
    .tks-nutrition-title {
        font-size: 22px !important;
    }
    
    .tks-info-item {
        flex-direction: column !important;
    }
    
    .tks-info-label {
        width: 100% !important;
        margin-bottom: 5px !important;
    }
    
    .tks-recipe-img {
        height: 150px !important;
    }
}