/* C6856-D6820-Z7894_style.css */
/* 상품 상세 페이지 스타일 */

/* 리셋 및 기본 스타일 */
.tks-container * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.tks-container {
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: #333 !important;
    line-height: 1.6 !important;
    overflow: hidden !important;
}

/* 섹션 공통 스타일 */
.tks-section {
    margin-bottom: 50px !important;
    padding: 20px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

/* 헤더 스타일 */
.tks-header {
    text-align: center !important;
    margin-bottom: 30px !important;
    padding: 30px 0 !important;
    background: linear-gradient(135deg, #3a3a3a, #111111) !important;
    border-radius: 10px !important;
    color: #fff !important;
}

.tks-header-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
}

.tks-header-subtitle {
    font-size: 18px !important;
    color: #e0e0e0 !important;
    margin-bottom: 20px !important;
}
/* 상품 소개 스타일 */
.tks-intro {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    background: linear-gradient(to bottom, #ffffff, #f5f5f5) !important;
    padding: 30px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
}

.tks-intro-image {
    width: 80% !important;
    max-width: 500px !important;
    margin-bottom: 30px !important;
    border-radius: 5px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

.tks-intro-text {
    text-align: center !important;
    margin-bottom: 20px !important;
}

/* 특징 및 장점 스타일 */
.tks-features {
    background-color: #f9f9f9 !important;
}

.tks-features-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #333 !important;
}

.tks-feature-item {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 25px !important;
    background-color: #fff !important;
    padding: 15px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

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

.tks-feature-text {
    flex: 1 !important;
}

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

.tks-feature-desc {
    font-size: 16px !important;
    color: #666 !important;
}
/* 사용 용도 스타일 */
.tks-usage {
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
}

.tks-usage-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    color: #333 !important;
}

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

.tks-usage-item {
    background-color: #f5f5f5 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    text-align: center !important;
    transition: transform 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

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

.tks-usage-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
    color: #333 !important;
}

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

.tks-usage-desc {
    font-size: 14px !important;
    color: #666 !important;
}

/* 충전 방법 스타일 */
.tks-charging {
    background: linear-gradient(to right, #f9f9f9, #f2f2f2) !important;
}

.tks-charging-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    color: #333 !important;
}

.tks-charging-steps {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.tks-charging-step {
    display: flex !important;
    align-items: flex-start !important;
    padding: 15px !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}
.tks-step-number {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #333 !important;
    color: #fff !important;
    border-radius: 50% !important;
    font-weight: 700 !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

.tks-step-text {
    flex: 1 !important;
}

/* 제품 사양 스타일 */
.tks-specs {
    background-color: #f9f9f9 !important;
}

.tks-specs-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    color: #333 !important;
}

.tks-specs-table {
    width: 100% !important;
    border-collapse: collapse !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

.tks-specs-table tr {
    border-bottom: 1px solid #e0e0e0 !important;
}

.tks-specs-table tr:last-child {
    border-bottom: none !important;
}

.tks-specs-table th,
.tks-specs-table td {
    padding: 15px !important;
    text-align: left !important;
}

.tks-specs-table th {
    background-color: #f2f2f2 !important;
    font-weight: 600 !important;
    width: 30% !important;
}

/* 주의사항 스타일 */
.tks-caution {
    background-color: #fff8f8 !important;
    border: 1px solid #ffe0e0 !important;
}

.tks-caution-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    color: #d9534f !important;
}

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

.tks-caution-item {
    margin-bottom: 10px !important;
    padding-left: 25px !important;
    position: relative !important;
}

.tks-caution-item:before {
    content: "⚠️" !important;
    position: absolute !important;
    left: 0 !important;
    color: #d9534f !important;
}
/* 고객 리뷰 스타일 */
.tks-reviews {
    background-color: #f2f2f2 !important;
    border: 1px solid #e0e0e0 !important;
}

.tks-reviews-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    color: #333 !important;
    border-bottom: 2px solid #333 !important;
    padding-bottom: 10px !important;
}

.tks-review-item {
    background-color: #fff !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease !important;
    border-left: 4px solid #333 !important;
}

.tks-review-item:hover {
    transform: translateY(-2px) !important;
}

.tks-review-item:last-child {
    margin-bottom: 0 !important;
}

.tks-review-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

.tks-review-rating {
    font-size: 14px !important;
    color: #ffd700 !important;
}

.tks-review-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 2px !important;
}

.tks-reviewer {
    font-weight: 600 !important;
    color: #333 !important;
    font-size: 14px !important;
}

.tks-review-date {
    font-size: 12px !important;
    color: #777 !important;
}

.tks-review-text {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #444 !important;
    margin: 0 !important;
}

/* 푸터 스타일 */
.tks-footer {
    text-align: center !important;
    padding: 30px 0 !important;
    background-color: #f2f2f2 !important;
    border-top: 1px solid #e0e0e0 !important;
    margin-top: 50px !important;
    color: #777 !important;
}

.tks-site-info {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
}

.tks-site-info p {
    margin-bottom: 5px !important;
}

/* 스토리 섹션 스타일 */
.tks-story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #333 !important;
}

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

/* 카드 디자인 스타일 */
.tks-card {
    background-color: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}

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

.tks-card-body {
    font-size: 16px !important;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
    .tks-header-title {
        font-size: 24px !important;
    }
    
    .tks-header-subtitle {
        font-size: 16px !important;
    }
    
    .tks-intro-image {
        width: 100% !important;
    }
    
    .tks-feature-item {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .tks-feature-icon {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
    
    .tks-usage-grid {
        grid-template-columns: 1fr !important;
    }
    
    .tks-specs-table th,
    .tks-specs-table td {
        padding: 10px !important;
        font-size: 14px !important;
    }
    
    .tks-specs-table th {
        width: 40% !important;
    }
    
    .tks-review-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }
    
    .tks-review-info {
        align-items: flex-start !important;
        width: 100% !important;
    }
    
    .tks-review-text {
        font-size: 14px !important;
    }
}

/* 갤러리 섹션 스타일 */
.tks-gallery {
    margin: 40px 0 !important;
}

.tks-gallery-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    color: #333 !important;
    text-align: center !important;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.tks-gallery-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: center !important;
}

.tks-gallery-item {
    flex: 1 1 calc(50% - 20px) !important;
    min-width: 250px !important;
    max-width: 400px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.tks-gallery-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.tks-gallery-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

@media (max-width: 768px) {
    .tks-gallery-item {
        flex: 1 1 calc(50% - 15px) !important;
        min-width: 150px !important;
    }
    
    .tks-gallery-grid {
        gap: 15px !important;
    }
}

@media (max-width: 480px) {
    .tks-gallery-item {
        flex: 1 1 100% !important;
    }
}
