/* Z3310-R4008-Z6360_style.css */
@charset "UTF-8";

/* 공통 스타일 */
.tks-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    line-height: 1.6 !important;
}

.tks-container * {
    box-sizing: border-box !important;
}

.tks-section {
    padding: 30px 0 !important;
    margin-bottom: 20px !important;
    width: 100% !important;
}

.tks-story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    color: #333 !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
}

.tks-story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

/* 헤더 섹션 */
.tks-header {
    text-align: center !important;
    padding: 50px 20px !important;
    background-color: #F8E6E0 !important;
    position: relative !important;
    border-radius: 15px !important;
    overflow: hidden !important;
}

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

.tks-product-subtitle {
    font-size: 20px !important;
    color: #666 !important;
    margin-bottom: 30px !important;
}

.tks-main-image {
    width: 80% !important;
    max-width: 600px !important;
    height: auto !important;
    margin: 0 auto 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

/* 상품 정보 섹션 */
.tks-info-section {
    background-color: #fff !important;
    padding: 40px 20px !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

.tks-info-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 30px !important;
}

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

.tks-info-image img {
    width: 100% !important;
    max-width: 400px !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
}

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

.tks-info-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-top: 20px !important;
    background-color: #f9f9f9 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

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

.tks-info-table th {
    width: 30% !important;
    background-color: #F8E6E0 !important;
    color: #333 !important;
    font-weight: 500 !important;
}

/* 특징 섹션 */
.tks-features-section {
    padding: 40px 20px !important;
    background-color: #f7f9fc !important;
    border-radius: 15px !important;
}

.tks-feature-cards {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 30px !important;
    margin-top: 30px !important;
}

.tks-feature-card {
    flex: 1 !important;
    min-width: 250px !important;
    max-width: 300px !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease !important;
}

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

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

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

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

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

.tks-emoji {
    font-size: 24px !important;
    margin-right: 5px !important;
    vertical-align: middle !important;
}

/* 활용법 섹션 */
.tks-usage-section {
    padding: 40px 20px !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    margin-top: 40px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

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

.tks-usage-item {
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    background-color: #f9f9f9 !important;
}

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

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

.tks-usage-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #D25A7E !important;
}

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

.tks-highlight {
    background-color: #FAE6EC !important;
    padding: 2px 5px !important;
    border-radius: 3px !important;
    font-weight: 500 !important;
}

.tks-tag {
    display: inline-block !important;
    padding: 5px 10px !important;
    background-color: #FAE6EC !important;
    color: #D25A7E !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

/* 활용 레시피 섹션 */
.tks-recipe-section {
    padding: 40px 20px !important;
    background-color: #f7f9fc !important;
    border-radius: 15px !important;
    margin-top: 40px !important;
}

.tks-recipe-card {
    background-color: #fff !important;
    border-radius: 15px !important;
    padding: 30px !important;
    margin-top: 30px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

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

.tks-recipe-ingredients {
    margin-bottom: 25px !important;
    padding: 20px !important;
    background-color: #f9f9f9 !important;
    border-radius: 10px !important;
}

.tks-recipe-ingredients-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #333 !important;
}

.tks-recipe-ingredients-list {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tks-recipe-ingredients-list li {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 8px !important;
}

.tks-recipe-ingredients-list li:before {
    content: "•" !important;
    color: #D25A7E !important;
    font-weight: bold !important;
    margin-right: 10px !important;
}

.tks-recipe-steps {
    counter-reset: step-counter !important;
}

.tks-recipe-step {
    margin-bottom: 20px !important;
    padding-left: 40px !important;
    position: relative !important;
}

.tks-recipe-step:last-child {
    margin-bottom: 0 !important;
}

.tks-recipe-step:before {
    content: counter(step-counter) !important;
    counter-increment: step-counter !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 30px !important;
    height: 30px !important;
    background-color: #D25A7E !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 600 !important;
}

/* 푸터 섹션 */
.tks-footer-section {
    margin-top: 50px !important;
    padding: 30px 20px !important;
    background-color: #f9f9f9 !important;
    border-radius: 15px 15px 0 0 !important;
    text-align: center !important;
}

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

.tks-company-name {
    font-weight: 600 !important;
    color: #666 !important;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
    .tks-product-title {
        font-size: 28px !important;
    }
    
    .tks-product-subtitle {
        font-size: 18px !important;
    }
    
    .tks-story-heading {
        font-size: 22px !important;
    }
    
    .tks-story-text {
        font-size: 16px !important;
    }
    
    .tks-info-container {
        flex-direction: column !important;
    }
    
    .tks-feature-cards {
        justify-content: center !important;
    }
    
    .tks-feature-card {
        max-width: 100% !important;
    }
    
    .tks-usage-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 480px) {
    .tks-product-title {
        font-size: 24px !important;
    }
    
    .tks-product-subtitle {
        font-size: 16px !important;
    }
    
    .tks-story-heading {
        font-size: 20px !important;
    }
    
    .tks-story-text {
        font-size: 15px !important;
    }
    
    .tks-info-table th, .tks-info-table td {
        padding: 10px !important;
    }
}
