/* H2491-J1012-K6811 상품 상세 페이지 스타일 */

/* 전체 컨테이너 스타일 */
.tks-container {
    font-family: 'Noto Sans KR', sans-serif !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    color: #333 !important;
    line-height: 1.6 !important;
}

/* 헤더 섹션 */
.tks-header {
    text-align: center !important;
    padding: 30px 20px !important;
    background-color: #f8f8f8 !important;
    border-radius: 10px !important;
    margin-bottom: 30px !important;
}

.tks-product-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #ff6b6b !important;
    margin-bottom: 10px !important;
}

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

/* 상품 정보 섹션 */
.tks-product-info {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    margin-bottom: 40px !important;
    padding: 0 20px !important;
}

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

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

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

.tks-info-card {
    background-color: #fff !important;
    border-radius: 10px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05) !important;
}

.tks-info-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #ff6b6b !important;
}

.tks-info-content {
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.tks-info-item {
    display: flex !important;
    margin-bottom: 12px !important;
    align-items: flex-start !important;
}

.tks-info-label {
    font-weight: 700 !important;
    min-width: 100px !important;
    color: #555 !important;
}

.tks-info-value {
    flex: 1 !important;
}

.tks-badge {
    display: inline-block !important;
    padding: 5px 10px !important;
    background-color: #ff6b6b !important;
    color: white !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
}

/* 스토리 섹션 */
.tks-story {
    padding: 0 20px 30px !important;
    margin-bottom: 30px !important;
}

.tks-story-section {
    margin-bottom: 40px !important;
}

.tks-story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #ff6b6b !important;
}

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

.tks-highlight {
    background-color: #fff3cd !important;
    padding: 3px 5px !important;
    border-radius: 3px !important;
}

.tks-important {
    color: #ff6b6b !important;
    font-weight: 700 !important;
}

/* 사용 팁 섹션 */
.tks-tips-section {
    background-color: #f8f8f8 !important;
    padding: 30px 20px !important;
    border-radius: 10px !important;
    margin-bottom: 40px !important;
}

.tks-tip-card {
    background-color: #fff !important;
    border-radius: 10px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05) !important;
    display: flex !important;
    align-items: flex-start !important;
}

.tks-tip-icon {
    font-size: 24px !important;
    margin-right: 15px !important;
    color: #ff6b6b !important;
}

.tks-tip-content {
    flex: 1 !important;
}

.tks-tip-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #333 !important;
}

.tks-tip-text {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* 푸터 섹션 */
.tks-footer {
    text-align: center !important;
    padding: 30px 20px !important;
    background-color: #f1f1f1 !important;
    border-radius: 10px !important;
}

.tks-footer-logo {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #333 !important;
}

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

.tks-footer-item {
    margin-bottom: 5px !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .tks-product-title {
        font-size: 24px !important;
    }
    
    .tks-product-subtitle {
        font-size: 16px !important;
    }
    
    .tks-info-title {
        font-size: 18px !important;
    }
    
    .tks-story-heading {
        font-size: 20px !important;
    }
    
    .tks-story-text {
        font-size: 16px !important;
    }
    
    .tks-tip-title {
        font-size: 16px !important;
    }
    
    .tks-tip-text {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .tks-product-title {
        font-size: 22px !important;
    }
    
    .tks-info-item {
        flex-direction: column !important;
    }
    
    .tks-info-label {
        margin-bottom: 5px !important;
    }
}
