/* U7120-E7874-J5530_style.css */
/* 쿡짱몰 상세 페이지 스타일 */

/* 전체 레이아웃 설정 */
.tks-container {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
    word-break: keep-all !important;
    overflow-x: hidden !important;
    background-color: #fff !important;
}

/* 헤더 스타일 */
.tks-header {
    position: relative !important;
    padding: 40px 20px !important;
    background: linear-gradient(135deg, #0074cc, #00a2ff) !important;
    color: #fff !important;
    border-radius: 0 0 15px 15px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.tks-product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    line-height: 1.3 !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) !important;
}

.tks-product-subtitle {
    font-size: 18px !important;
    color: #f0f9ff !important;
    margin-bottom: 25px !important;
    font-weight: 400 !important;
}

.tks-price-tag {
    display: inline-block !important;
    background-color: rgba(255, 255, 255, 0.25) !important;
    color: #fff !important;
    padding: 8px 20px !important;
    border-radius: 30px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* 메인 이미지 컨테이너 스타일 */
.tks-img-container {
    text-align: center !important;
    margin-bottom: 40px !important;
    position: relative !important;
}

.tks-main-img {
    max-width: 90% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
    transition: transform 0.3s ease !important;
    display: inline-block !important;
}

/* 상품 강조 태그 */
.tks-highlight-tag {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background-color: #ff6b6b !important;
    color: white !important;
    padding: 8px 15px !important;
    border-radius: 20px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    box-shadow: 0 3px 8px rgba(255, 107, 107, 0.3) !important;
    transform: rotate(5deg) !important;
    z-index: 2 !important;
}

/* 섹션 스타일 */
.tks-section {
    margin-bottom: 50px !important;
    padding: 0 20px !important;
}

.tks-section-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0074cc !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #0074cc !important;
    position: relative !important;
    display: inline-block !important;
}

.tks-section-title:after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -2px !important;
    width: 100% !important;
    height: 2px !important;
    background-color: #0074cc !important;
}

/* 상품 정보 스타일 */
.tks-info-box {
    background-color: #f8f9fa !important;
    border-radius: 15px !important;
    padding: 30px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 30px !important;
}

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

.tks-info-item {
    margin-bottom: 15px !important;
}

.tks-info-label {
    font-weight: 700 !important;
    color: #0074cc !important;
    margin-bottom: 5px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-info-label:before {
    content: '•' !important;
    margin-right: 8px !important;
    color: #0074cc !important;
    font-size: 18px !important;
}

.tks-info-value {
    color: #555 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

/* 상품 특징 카드 스타일 */
.tks-feature-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    margin-top: 20px !important;
}

.tks-feature-card {
    background-color: #fff !important;
    border-radius: 10px !important;
    padding: 20px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 1px solid #e9ecef !important;
}

.tks-feature-icon {
    font-size: 32px !important;
    color: #0074cc !important;
    margin-bottom: 15px !important;
}

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

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

/* 스토리 섹션 스타일 */
.tks-story-section {
    background-color: #f2f7fc !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
    position: relative !important;
}

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

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

.tks-story-quote {
    padding: 20px !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    border-left: 4px solid #0074cc !important;
    margin: 20px 0 !important;
    font-style: italic !important;
    font-size: 16px !important;
    color: #555 !important;
}

/* 강조 요소 스타일 */
.tks-highlight {
    background-color: #e9f3ff !important;
    padding: 3px 5px !important;
    border-radius: 3px !important;
    font-weight: 500 !important;
    color: #0074cc !important;
}

.tks-tag {
    display: inline-block !important;
    background-color: #eef2f7 !important;
    color: #4a6f8a !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
    border: 1px solid #d8e1e9 !important;
}

.tks-alert {
    background-color: #ffe9e9 !important;
    color: #d62828 !important;
    padding: 20px !important;
    border-radius: 10px !important;
    margin-bottom: 30px !important;
    position: relative !important;
    padding-left: 60px !important;
    font-weight: 500 !important;
    border: 1px solid #ffd1d1 !important;
}

.tks-alert:before {
    content: '⚠️' !important;
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 22px !important;
}

/* 추천 조리법 스타일 */
.tks-recipe-steps {
    counter-reset: recipe-step !important;
    margin-top: 20px !important;
}

.tks-recipe-step {
    position: relative !important;
    padding-left: 40px !important;
    margin-bottom: 20px !important;
    counter-increment: recipe-step !important;
}

.tks-recipe-step:before {
    content: counter(recipe-step) !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 30px !important;
    height: 30px !important;
    background-color: #0074cc !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
}

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

/* 푸터 스타일 */
.tks-footer {
    text-align: center !important;
    padding: 40px 20px !important;
    background-color: #f5f9fc !important;
    border-top: 1px solid #d8e6f3 !important;
    font-size: 14px !important;
    color: #666 !important;
    margin-top: 50px !important;
}

.tks-company-info {
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #0074cc !important;
}

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

/* 반응형 스타일 */
@media screen and (max-width: 768px) {
    .tks-product-title {
        font-size: 26px !important;
    }
    
    .tks-info-grid {
        grid-template-columns: 1fr !important;
    }
    
    .tks-feature-grid {
        grid-template-columns: 1fr !important;
    }
    
    .tks-feature-card {
        margin-bottom: 15px !important;
    }
    
    .tks-story-heading {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 480px) {
    .tks-product-title {
        font-size: 22px !important;
    }
    
    .tks-section-title {
        font-size: 20px !important;
    }
    
    .tks-story-text {
        font-size: 16px !important;
    }
    
    .tks-header {
        padding: 30px 15px !important;
    }
    
    .tks-feature-title {
        font-size: 16px !important;
    }
}
