/* Z5264-S0526-C2624 상세 페이지 스타일 */
/* 공통 스타일 */
.tks-container * {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Noto Sans KR', sans-serif !important;
}

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

/* 섹션 공통 스타일 */
.tks-section {
    margin-bottom: 50px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    background-color: #fff !important;
}

/* 헤더 섹션 */
.tks-header {
    padding: 30px 20px !important;
    background: linear-gradient(135deg, #ffd500 0%, #d4a017 100%) !important;
    text-align: center !important;
    position: relative !important;
}

.tks-product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    padding: 10px 0 !important;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3) !important;
}

.tks-product-subtitle {
    font-size: 18px !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2) !important;
}

/* 제품 정보 섹션 */
.tks-product-info {
    padding: 30px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 30px !important;
    background-color: #fff !important;
}

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

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

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

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

.tks-story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #d4a017 !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.tks-story-text {
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
    color: #444 !important;
}

/* 특징 및 효능 섹션 */
.tks-benefits {
    padding: 30px !important;
    background-color: #f9f9f9 !important;
}

.tks-benefits-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-top: 20px !important;
    justify-content: center !important;
}

.tks-benefit-card {
    flex: 0 0 calc(25% - 20px) !important;
    min-width: 180px !important;
    background-color: #fff !important;
    padding: 20px !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-align: center !important;
}

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

.tks-benefit-icon {
    font-size: 36px !important;
    margin-bottom: 15px !important;
    text-align: center !important;
}

.tks-benefit-name {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333 !important;
    text-align: center !important;
}

.tks-benefit-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
    text-align: center !important;
}

/* 제품 특징 섹션 */
.tks-features {
    padding: 30px !important;
    background-color: #fff !important;
}

.tks-features-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-top: 20px !important;
}

.tks-feature-card {
    flex: 1 !important;
    min-width: 250px !important;
    background-color: #f9f9f9 !important;
    padding: 20px !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

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

.tks-feature-icon {
    font-size: 36px !important;
    margin-bottom: 15px !important;
    color: #d4a017 !important;
    text-align: center !important;
}

.tks-feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333 !important;
    text-align: center !important;
}

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

/* 사양 정보 섹션 */
.tks-specifications {
    padding: 30px !important;
    background-color: #f9f9f9 !important;
}

.tks-specs-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    gap: 15px !important;
    margin-top: 20px !important;
}

.tks-spec-item {
    padding: 15px !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.tks-spec-label {
    font-size: 16px !important;
    color: #888 !important;
    margin-bottom: 5px !important;
}

.tks-spec-value {
    font-size: 18px !important;
    color: #333 !important;
    font-weight: 500 !important;
}

/* 이미지 갤러리 섹션 */
.tks-gallery {
    padding: 30px !important;
    background-color: #fff !important;
}

.tks-gallery-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-top: 20px !important;
}

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

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

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

/* 활용 레시피 섹션 */
.tks-recipes {
    padding: 30px !important;
    background-color: #f9f9f9 !important;
}

.tks-recipes-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-top: 20px !important;
}

.tks-recipe-card {
    flex: 1 !important;
    min-width: 280px !important;
    max-width: calc(33.333% - 20px) !important;
    background-color: #fff !important;
    padding: 20px !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

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

.tks-recipe-icon {
    font-size: 32px !important;
    margin-bottom: 15px !important;
    color: #d4a017 !important;
    text-align: center !important;
}

.tks-recipe-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333 !important;
    text-align: center !important;
}

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

.tks-recipe-steps {
    margin-top: 15px !important;
    padding-left: 20px !important;
}

.tks-recipe-step {
    font-size: 15px !important;
    color: #555 !important;
    margin-bottom: 5px !important;
    line-height: 1.4 !important;
}

/* 보관 방법 및 참고 사항 섹션 */
.tks-storage {
    padding: 30px !important;
    background-color: #fff !important;
}

.tks-storage-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    margin-top: 20px !important;
    padding: 20px !important;
    background-color: #f9f9f9 !important;
    border-radius: 8px !important;
    border-left: 4px solid #d4a017 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.tks-storage-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
}

.tks-storage-icon {
    font-size: 24px !important;
    color: #d4a017 !important;
    padding-top: 2px !important;
}

.tks-storage-text {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #555 !important;
}

/* 푸터 섹션 */
.tks-footer {
    padding: 30px !important;
    background-color: #f5f5f5 !important;
    text-align: center !important;
    border-top: 1px solid #eee !important;
}

.tks-company-info {
    margin-bottom: 20px !important;
}

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

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

/* 강조 효과 */
.tks-highlight {
    color: #d4a017 !important;
    font-weight: 700 !important;
}

.tks-badge {
    display: inline-block !important;
    padding: 4px 12px !important;
    background-color: #d4a017 !important;
    color: #fff !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 5px !important;
}

/* 반응형 디자인 */
@media screen and (max-width: 768px) {
    .tks-product-title {
        font-size: 26px !important;
    }
    
    .tks-product-subtitle {
        font-size: 16px !important;
    }
    
    .tks-story-heading {
        font-size: 24px !important;
    }
    
    .tks-story-text {
        font-size: 18px !important;
    }
    
    .tks-specs-grid {
        grid-template-columns: 1fr !important;
    }
    
    .tks-benefit-card {
        flex: 0 0 calc(50% - 20px) !important;
        min-width: 150px !important;
    }
    
    .tks-feature-card {
        min-width: 100% !important;
    }
    
    .tks-recipe-card {
        max-width: 100% !important;
        min-width: 100% !important;
    }
}

@media screen and (max-width: 480px) {
    .tks-benefit-card {
        flex: 0 0 calc(100% - 20px) !important;
    }
}
