/* C9011-G5304-X9686_style.css */
/* 전체 스타일 */
.tks-container-C9011-G5304-X9686 {
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}

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

/* 헤더 스타일 */
.tks-header-C9011-G5304-X9686 {
    text-align: center !important;
    margin-bottom: 30px !important;
    padding-bottom: 20px !important;
    border-bottom: 2px solid #f2f2f2 !important;
}

/* 제품명 스타일 */
.tks-product-title-C9011-G5304-X9686 {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin-bottom: 15px !important;
    line-height: 1.3 !important;
}

/* 제품 이미지 컨테이너 */
.tks-img-container-C9011-G5304-X9686 {
    text-align: center !important;
    margin-bottom: 30px !important;
}

/* 제품 이미지 */
.tks-product-img-C9011-G5304-X9686 {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

/* 설명 섹션 */
.tks-description-C9011-G5304-X9686 {
    margin-bottom: 30px !important;
}

/* 특징 리스트 */
.tks-features-C9011-G5304-X9686 {
    background-color: #f9f9f9 !important;
    padding: 20px 30px !important;
    border-radius: 8px !important;
    margin-bottom: 30px !important;
}

/* 특징 항목 */
.tks-feature-item-C9011-G5304-X9686 {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 15px !important;
    position: relative !important;
    padding-left: 30px !important;
}

/* 특징 아이콘 */
.tks-feature-icon-C9011-G5304-X9686 {
    font-size: 20px !important;
    margin-right: 15px !important;
    color: #f93 !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
}

/* 특징 텍스트 */
.tks-feature-text-C9011-G5304-X9686 {
    flex: 1 !important;
    font-size: 16px !important;
}

/* 상품 정보 테이블 */
.tks-info-table-C9011-G5304-X9686 {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 30px !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03) !important;
}

/* 테이블 행 */
.tks-info-table-C9011-G5304-X9686 tr {
    border-bottom: 1px solid #eee !important;
}

/* 테이블 헤더 */
.tks-info-table-C9011-G5304-X9686 th {
    background-color: #f7f7f7 !important;
    padding: 15px !important;
    text-align: left !important;
    font-weight: 700 !important;
    color: #333 !important;
    width: 30% !important;
}

/* 테이블 데이터 */
.tks-info-table-C9011-G5304-X9686 td {
    padding: 15px !important;
    text-align: left !important;
    color: #555 !important;
}

/* 특별 강조 스타일 */
.tks-highlight-C9011-G5304-X9686 {
    background-color: #fff9e6 !important;
    padding: 20px !important;
    border-radius: 8px !important;
    border-left: 4px solid #f93 !important;
    margin-bottom: 30px !important;
}

.tks-highlight-title-C9011-G5304-X9686 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #e86100 !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-highlight-content-C9011-G5304-X9686 {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* 보관방법 섹션 */
.tks-storage-C9011-G5304-X9686 {
    background-color: #e6f7ff !important;
    padding: 20px !important;
    border-radius: 8px !important;
    margin-bottom: 30px !important;
    border-left: 4px solid #0099cc !important;
}

.tks-storage-title-C9011-G5304-X9686 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0099cc !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-storage-content-C9011-G5304-X9686 {
    font-size: 16px !important;
    color: #555 !important;
}

/* 스토리 섹션 */
.tks-story-section-C9011-G5304-X9686 {
    margin-bottom: 40px !important;
}

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

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

/* 카드 스타일 */
.tks-card-container-C9011-G5304-X9686 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
}

.tks-card-C9011-G5304-X9686 {
    flex: 1 !important;
    min-width: 250px !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    padding: 20px !important;
    transition: transform 0.3s ease !important;
}

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

.tks-card-icon-C9011-G5304-X9686 {
    font-size: 30px !important;
    margin-bottom: 15px !important;
    color: #f93 !important;
}

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

.tks-card-content-C9011-G5304-X9686 {
    font-size: 15px !important;
    color: #666 !important;
}

/* 푸터 섹션 */
.tks-footer-C9011-G5304-X9686 {
    margin-top: 50px !important;
    padding: 20px !important;
    border-top: 1px solid #eee !important;
}

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

.tks-site-info-item-C9011-G5304-X9686 {
    margin-bottom: 5px !important;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
    .tks-container-C9011-G5304-X9686 {
        padding: 15px !important;
    }
    
    .tks-section-C9011-G5304-X9686 {
        padding: 15px !important;
    }
    
    .tks-product-title-C9011-G5304-X9686 {
        font-size: 24px !important;
    }
    
    .tks-card-container-C9011-G5304-X9686 {
        flex-direction: column !important;
    }
    
    .tks-info-table-C9011-G5304-X9686 th {
        width: 35% !important;
    }
}

@media (max-width: 480px) {
    .tks-product-title-C9011-G5304-X9686 {
        font-size: 22px !important;
    }
    
    .tks-highlight-title-C9011-G5304-X9686,
    .tks-storage-title-C9011-G5304-X9686,
    .tks-card-title-C9011-G5304-X9686 {
        font-size: 16px !important;
    }
    
    .tks-highlight-content-C9011-G5304-X9686,
    .tks-storage-content-C9011-G5304-X9686,
    .tks-feature-text-C9011-G5304-X9686,
    .tks-card-content-C9011-G5304-X9686 {
        font-size: 14px !important;
    }
    
    .tks-info-table-C9011-G5304-X9686 th {
        width: 40% !important;
        padding: 10px !important;
    }
    
    .tks-info-table-C9011-G5304-X9686 td {
        padding: 10px !important;
    }
}