/* O2526-P3142-S6962 상품 상세 페이지 스타일 */


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

.tks-header {
    text-align: center !important;
    padding: 50px 20px !important;
    background: linear-gradient(135deg, #f44336, #ffcdd2) !important;
    margin-bottom: 40px !important;
    border-radius: 15px !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
}

.tks-header:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.2" /></svg>') !important;
    background-size: 20px 20px !important;
}

.tks-logo {
    width: 140px !important;
    height: auto !important;
    margin-bottom: 20px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: #fff !important;
    padding: 10px !important;
    border-radius: 8px !important;
}

.tks-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
    z-index: 1 !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) !important;
}

.tks-subtitle {
    font-size: 20px !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    position: relative !important;
    z-index: 1 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) !important;
}

.tks-product-info {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 60px !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
}

.tks-product-image {
    flex: 1 !important;
    min-width: 300px !important;
    padding: 40px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.tks-product-image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease !important;
}

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

.tks-product-details {
    flex: 1 !important;
    min-width: 300px !important;
    padding: 40px !important;
    background-color: #fff9f9 !important;
    border-left: 1px solid #ffebee !important;
}

.tks-info-card {
    background-color: #fff !important;
    border-radius: 12px !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border-left: 4px solid #e53935 !important;
}

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

.tks-card-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #d32f2f !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-card-title span {
    margin-left: 10px !important;
}

.tks-card-content {
    font-size: 16px !important;
    color: #d32f2f !important;
}

.tks-section {
    margin: 60px 0 !important;
    padding: 50px !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
    position: relative !important;
    overflow: hidden !important;
}

.tks-feature-section {
    background: linear-gradient(to right, #ffebee, #fff) !important;
}

.tks-section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #d32f2f !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
    padding-bottom: 15px !important;
}

.tks-section-title:after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 3px !important;
    background-color: #e53935 !important;
}

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

.tks-feature-card {
    background-color: #fff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    position: relative !important;
    overflow: hidden !important;
}

.tks-feature-card:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 5px !important;
    background: linear-gradient(to right, #e53935, #f44336) !important;
}

.tks-feature-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.tks-feature-icon {
    font-size: 40px !important;
    color: #f44336 !important;
    margin-bottom: 20px !important;
}

.tks-feature-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #d32f2f !important;
    margin-bottom: 15px !important;
}

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

.tks-usage-section {
    background: linear-gradient(to left, #ffebee, #fff) !important;
}

.tks-usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 40px !important;
    margin-top: 40px !important;
}

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

.tks-usage-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

.tks-usage-image {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
}

.tks-usage-content {
    padding: 25px !important;
    background-color: #fff !important;
}

.tks-usage-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #d32f2f !important;
    margin-bottom: 12px !important;
}

.tks-usage-desc {
    font-size: 16px !important;
    color: #e53935 !important;
    line-height: 1.7 !important;
}

.tks-quality-section {
    background: linear-gradient(135deg, #fff8e1, #fffde7) !important;
}

.tks-quality-content {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 40px !important;
    margin-top: 40px !important;
}

.tks-quality-image {
    flex: 1 !important;
    min-width: 300px !important;
    text-align: center !important;
}

.tks-quality-image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.tks-quality-details {
    flex: 1 !important;
    min-width: 300px !important;
}

.tks-quality-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ff6f00 !important;
    margin-bottom: 20px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-quality-desc {
    font-size: 16px !important;
    color: #ff8f00 !important;
    line-height: 1.8 !important;
    margin-bottom: 25px !important;
}

.tks-quality-list {
    list-style-type: none !important;
}

.tks-quality-item {
    display: flex !important;
    margin-bottom: 15px !important;
}

.tks-quality-icon {
    flex: 0 0 40px !important;
    font-size: 24px !important;
    color: #ff8f00 !important;
    margin-right: 15px !important;
}

.tks-quality-text {
    flex: 1 !important;
    font-size: 16px !important;
    color: #ff6f00 !important;
    line-height: 1.6 !important;
}

.tks-storage-section {
    background: linear-gradient(135deg, #e8f5e9, #f1f8e9) !important;
}

.tks-storage-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    margin-top: 30px !important;
}

.tks-storage-icon {
    flex: 0 0 120px !important;
    text-align: center !important;
}

.tks-storage-icon img {
    max-width: 100px !important;
    height: auto !important;
    transition: transform 0.3s ease !important;
}

.tks-storage-icon img:hover {
    transform: scale(1.1) !important;
}

.tks-storage-info {
    flex: 1 !important;
    min-width: 300px !important;
}

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

.tks-storage-desc {
    font-size: 16px !important;
    color: #33691e !important;
    line-height: 1.8 !important;
}

.tks-highlight {
    color: #2e7d32 !important;
    font-weight: 500 !important;
    background-color: rgba(129, 199, 132, 0.2) !important;
    padding: 2px 5px !important;
    border-radius: 3px !important;
}

.tks-recipe-section {
    background: linear-gradient(135deg, #fff3e0, #ffe0b2) !important;
}

.tks-recipe-content {
    margin-top: 30px !important;
}

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

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

.tks-recipe-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.tks-recipe-name {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #e65100 !important;
    padding: 15px !important;
    border-bottom: 1px solid #ffe0b2 !important;
    text-align: center !important;
}

.tks-recipe-ingredients {
    padding: 15px !important;
}

.tks-ingredient-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ef6c00 !important;
    margin-bottom: 10px !important;
}

.tks-ingredient-list {
    list-style-type: none !important;
}

.tks-ingredient-item {
    font-size: 14px !important;
    color: #ff8f00 !important;
    padding: 5px 0 !important;
    display: flex !important;
    align-items: center !important;
}

.tks-ingredient-item:before {
    content: '•' !important;
    margin-right: 8px !important;
    color: #ff9800 !important;
}

.tks-recipe-steps {
    padding: 15px !important;
    background-color: #fffaf0 !important;
}

.tks-steps-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ef6c00 !important;
    margin-bottom: 10px !important;
}

.tks-steps-list {
    list-style-type: none !important;
}

.tks-step-item {
    font-size: 14px !important;
    color: #ff8f00 !important;
    padding: 5px 0 !important;
    display: flex !important;
}

.tks-step-number {
    flex: 0 0 25px !important;
    width: 25px !important;
    height: 25px !important;
    background-color: #ff9800 !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 10px !important;
}

.tks-step-text {
    flex: 1 !important;
    padding-top: 3px !important;
}

.tks-footer {
    margin-top: 60px !important;
    padding: 40px 30px !important;
    background: linear-gradient(135deg, #ffebee, #ffcdd2) !important;
    border-radius: 15px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

.tks-footer:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.2" /></svg>') !important;
    background-size: 20px 20px !important;
}

.tks-company-info {
    font-size: 15px !important;
    color: #d32f2f !important;
    line-height: 1.8 !important;
    position: relative !important;
    z-index: 1 !important;
}

.tks-company-name {
    font-weight: 700 !important;
    color: #d32f2f !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

.tks-tag {
    display: inline-block !important;
    background-color: #f44336 !important;
    color: white !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-right: 10px !important;
    letter-spacing: 0.5px !important;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
    .tks-product-info {
        flex-direction: column !important;
    }
    
    .tks-title {
        font-size: 28px !important;
    }
    
    .tks-subtitle {
        font-size: 18px !important;
    }
    
    .tks-feature-grid, .tks-usage-grid, .tks-recipe-grid {
        grid-template-columns: 1fr !important;
    }
    
    .tks-section {
        padding: 30px 20px !important;
    }
    
    .tks-quality-content {
        flex-direction: column !important;
    }
}

@media (max-width: 480px) {
    .tks-title {
        font-size: 24px !important;
    }
    
    .tks-subtitle {
        font-size: 16px !important;
    }
    
    .tks-info-card, .tks-feature-card, .tks-usage-card, .tks-recipe-card {
        padding: 20px !important;
    }
    
    .tks-section-title {
        font-size: 22px !important;
    }
}
