/* 기본 스타일 리셋 */


/* 공통 스타일 */
.tks-container {
    font-family: 'Noto Sans KR', sans-serif !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    color: #333 !important;
    line-height: 1.6 !important;
    word-break: keep-all !important;
}

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

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

.tks-product-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    margin: 10px 0 !important;
    color: #111 !important;
}

.tks-summary {
    margin: 15px auto !important;
    max-width: 600px !important;
}

.tks-badge {
    display: inline-block !important;
    background-color: #e74c3c !important;
    color: white !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}

.tks-description {
    font-size: 16px !important;
    color: #666 !important;
    margin: 10px 0 !important;
}

/* 메인 이미지 섹션 */
.tks-main-image {
    text-align: center !important;
    margin: 20px 0 30px 0 !important;
}

.tks-main-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-info-cards {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 15px !important;
    margin: 30px 0 !important;
}

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

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

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

.tks-card-title {
    font-size: 14px !important;
    color: #888 !important;
    margin-bottom: 5px !important;
}

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

/* 스토리 섹션 스타일 */
.tks-story-section {
    margin: 50px 0 !important;
    padding: 20px !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05) !important;
}

.tks-story-heading {
    font-size: 24px !important;
    font-family: 'Noto Serif KR', serif !important;
    color: #e74c3c !important;
    margin-bottom: 20px !important;
    position: relative !important;
    padding-bottom: 10px !important;
}

.tks-story-heading:after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 3px !important;
    background-color: #e74c3c !important;
}

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

.tks-story-text p {
    margin-bottom: 15px !important;
}

/* 활용 방법 섹션 */
.tks-usage-section {
    margin: 50px 0 !important;
    padding: 20px !important;
}

.tks-usage-items {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.tks-usage-item {
    flex: 1 1 280px !important;
    display: flex !important;
    align-items: flex-start !important;
    background-color: #f9f9f9 !important;
    padding: 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05) !important;
}

.tks-usage-icon {
    font-size: 30px !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

.tks-usage-text h3 {
    font-size: 18px !important;
    margin-bottom: 5px !important;
    color: #333 !important;
}

.tks-usage-text p {
    font-size: 15px !important;
    color: #666 !important;
}

/* 제품 쇼케이스 섹션 */
.tks-product-showcase {
    margin: 40px 0 !important;
    text-align: center !important;
}

.tks-showcase-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-showcase-caption {
    margin-top: 15px !important;
    font-size: 16px !important;
    color: #666 !important;
    font-style: italic !important;
}

/* 주의사항 섹션 */
.tks-caution-section {
    margin: 50px 0 !important;
    padding: 20px !important;
    background-color: #fff8f8 !important;
    border-radius: 10px !important;
    border: 1px solid #ffeded !important;
}

.tks-caution-box {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    margin-top: 20px !important;
}

.tks-caution-item {
    flex: 1 1 calc(50% - 15px) !important;
    display: flex !important;
    align-items: center !important;
    padding: 10px !important;
    background-color: white !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.tks-caution-icon {
    font-size: 20px !important;
    margin-right: 10px !important;
}

.tks-caution-text {
    font-size: 15px !important;
    color: #555 !important;
}

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

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

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

/* 반응형 디자인 */
@media (max-width: 768px) {
    .tks-product-title {
        font-size: 28px !important;
    }
    
    .tks-card {
        flex: 1 1 calc(50% - 15px) !important;
        max-width: none !important;
    }
    
    .tks-story-heading {
        font-size: 22px !important;
    }
    
    .tks-story-text {
        font-size: 16px !important;
    }
    
    .tks-usage-item {
        flex: 1 1 100% !important;
    }
    
    .tks-caution-item {
        flex: 1 1 100% !important;
    }
}

@media (max-width: 480px) {
    .tks-product-title {
        font-size: 24px !important;
    }
    
    .tks-card {
        flex: 1 1 100% !important;
        max-width: none !important;
    }
    
    .tks-story-heading {
        font-size: 20px !important;
    }
    
    .tks-story-text {
        font-size: 15px !important;
    }
}