/* A1571-U3771-O7519 합동된장 3kg 상세 페이지 스타일 */

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

/* 섹션 공통 스타일 */
.tks-section {
    width: 100% !important;
    margin-bottom: 60px !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}

/* 헤더 섹션 스타일 */
.tks-header {
    text-align: center !important;
    padding: 40px 20px !important;
    background-color: #f8f4e9 !important;
    border-radius: 12px !important;
    margin-bottom: 40px !important;
}

.tks-header h1 {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 16px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-header p {
    font-size: 18px !important;
    color: #666 !important;
    margin-bottom: 24px !important;
}

/* 상품 기본 정보 스타일 */
.tks-info {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    margin-bottom: 50px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.tks-info-image {
    width: 50% !important;
    padding: 20px !important;
    background-color: #fff !important;
    box-sizing: border-box !important;
}

.tks-info-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}

.tks-info-details {
    width: 50% !important;
    padding: 30px !important;
    background-color: #fff !important;
    box-sizing: border-box !important;
}

.tks-info-item {
    margin-bottom: 20px !important;
    border-bottom: 1px dashed #ddd !important;
    padding-bottom: 15px !important;
}

.tks-info-item:last-child {
    border-bottom: none !important;
}

.tks-info-label {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #666 !important;
    margin-bottom: 5px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-info-label span {
    margin-left: 8px !important;
}

.tks-info-value {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333 !important;
}

.tks-price {
    font-size: 24px !important;
    color: #e63946 !important;
    font-weight: 700 !important;
}

/* 상품 특징 스타일 */
.tks-features {
    background-color: #f8f9fa !important;
    padding: 40px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
}

.tks-section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    position: relative !important;
    padding-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-section-title:after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    width: 80px !important;
    height: 3px !important;
    background-color: #e63946 !important;
    transform: translateX(-50%) !important;
}

.tks-feature-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
}

.tks-feature-item {
    padding: 25px !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    display: flex !important;
    align-items: flex-start !important;
    transition: transform 0.3s ease !important;
}

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

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

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

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

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

/* 상품 스토리 스타일 */
.tks-story {
    padding: 40px !important;
    background-color: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
}

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

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

.tks-story-image {
    width: 100% !important;
    margin: 30px 0 !important;
    text-align: center !important;
}

.tks-story-image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}

/* 사용방법 및 팁 스타일 */
.tks-usage {
    background-color: #f0f7fa !important;
    padding: 40px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
}

.tks-usage-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
}

.tks-usage-item {
    background-color: #fff !important;
    padding: 25px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

.tks-usage-number {
    display: inline-block !important;
    width: 36px !important;
    height: 36px !important;
    background-color: #e63946 !important;
    color: #fff !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 36px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

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

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

/* 푸터 스타일 */
.tks-footer {
    text-align: center !important;
    padding: 30px 20px !important;
    background-color: #f8f4e9 !important;
    border-radius: 12px !important;
    margin-top: 60px !important;
}

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

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

.tks-footer-info p {
    margin: 8px 0 !important;
}

/* 강조 텍스트 */
.tks-highlight {
    color: #e63946 !important;
    font-weight: 700 !important;
}

.tks-badge {
    display: inline-block !important;
    padding: 5px 12px !important;
    background-color: #e63946 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 20px !important;
    margin-right: 10px !important;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
    .tks-info {
        flex-direction: column !important;
    }
    
    .tks-info-image, .tks-info-details {
        width: 100% !important;
    }
    
    .tks-feature-grid, .tks-usage-grid {
        grid-template-columns: 1fr !important;
    }
    
    .tks-header h1 {
        font-size: 28px !important;
    }
    
    .tks-section-title {
        font-size: 24px !important;
    }
}

/* 아이콘 스타일 */
.tks-icon {
    display: inline-block !important;
    margin-right: 8px !important;
    font-size: 1.2em !important;
    vertical-align: middle !important;
}
