/* N4016-M1750-L7114_style.css */
/* 오뚜기 치자국수 3kg 상세 페이지 스타일 */

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

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

/* 헤더 스타일 */
.tks-header {
    text-align: center !important;
    padding: 30px 20px !important;
    background-color: #fff9e6 !important;
    border-radius: 10px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
}

.tks-header-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #e5a100 !important;
    margin-bottom: 10px !important;
    font-family: 'Noto Serif KR', serif !important;
}

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

/* 상품 주요 정보 카드 스타일 */
.tks-product-card {
    display: flex !important;
    flex-direction: column !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
    margin-bottom: 40px !important;
}

.tks-product-image-container {
    width: 100% !important;
    text-align: center !important;
    padding: 30px 0 !important;
    background-color: #fff !important;
}

.tks-product-image {
    max-width: 80% !important;
    height: auto !important;
    object-fit: contain !important;
}

.tks-product-info {
    padding: 25px !important;
    background-color: #f9f9f9 !important;
}

.tks-product-name {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-product-price {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #e5a100 !important;
    margin-bottom: 20px !important;
}

.tks-product-spec {
    margin-bottom: 5px !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-spec-label {
    font-weight: 500 !important;
    color: #555 !important;
    width: 100px !important;
    flex-shrink: 0 !important;
    position: relative !important;
}

.tks-spec-label::after {
    content: "" !important;
    width: 4px !important;
    height: 4px !important;
    background-color: #e5a100 !important;
    border-radius: 50% !important;
    display: inline-block !important;
    margin-left: 5px !important;
    vertical-align: middle !important;
}

.tks-spec-value {
    color: #333 !important;
    flex-grow: 1 !important;
}

/* 주요 특징 섹션 스타일 */
.tks-features {
    background-color: #fffaf0 !important;
    padding: 30px !important;
}

.tks-section-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #e5a100 !important;
    margin-bottom: 20px !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;
    transform: translateX(-50%) !important;
    width: 50px !important;
    height: 3px !important;
    background-color: #e5a100 !important;
    border-radius: 2px !important;
}

.tks-features-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    margin-top: 30px !important;
}

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

.tks-feature-icon {
    font-size: 20px !important;
    margin-right: 10px !important;
    color: #e5a100 !important;
    flex-shrink: 0 !important;
}

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

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

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

/* 제품 사용법 및 보관 방법 */
.tks-usage-storage {
    background-color: #fffef7 !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: 18px !important;
    font-weight: 600 !important;
    color: #e5a100 !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-info-icon {
    margin-right: 8px !important;
    font-size: 20px !important;
}

.tks-info-content {
    font-size: 15px !important;
    color: #333 !important;
    line-height: 1.6 !important;
}

.tks-info-highlight {
    color: #e5a100 !important;
    font-weight: 600 !important;
}

/* 요리 레시피 및 활용 섹션 */
.tks-recipes {
    background-color: #f8f9fa !important;
}

.tks-recipe-item {
    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-recipe-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #222 !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-recipe-icon {
    margin-right: 8px !important;
    font-size: 20px !important;
    color: #e5a100 !important;
}

.tks-recipe-content {
    font-size: 15px !important;
    color: #333 !important;
    line-height: 1.6 !important;
}

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

.tks-recipe-step-num {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    font-weight: 600 !important;
    color: #e5a100 !important;
}

/* 고객 추천 및 리뷰 섹션 */
.tks-reviews {
    background-color: #f8f9fa !important;
}

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

.tks-review-quote {
    font-size: 16px !important;
    color: #555 !important;
    line-height: 1.6 !important;
    font-style: italic !important;
    margin-bottom: 15px !important;
    position: relative !important;
    padding-left: 20px !important;
}

.tks-review-quote::before {
    content: """ !important;
    position: absolute !important;
    left: 0 !important;
    top: -5px !important;
    font-size: 30px !important;
    color: #e5a100 !important;
    font-family: serif !important;
}

.tks-reviewer {
    font-size: 14px !important;
    color: #888 !important;
    text-align: right !important;
    font-weight: 500 !important;
}

/* 스토리 섹션 스타일 */
.tks-story {
    padding: 30px !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
}

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

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

.tks-story-image {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    margin: 20px 0 !important;
}

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

.tks-footer-company {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

.tks-footer-info {
    font-size: 14px !important;
    color: #666 !important;
    margin-bottom: 5px !important;
}

/* 버튼 스타일 */
.tks-button {
    display: inline-block !important;
    padding: 12px 25px !important;
    background-color: #e5a100 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    margin-top: 15px !important;
    cursor: pointer !important;
    border: none !important;
}

.tks-button:hover {
    background-color: #c78c00 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 10px rgba(229, 161, 0, 0.2) !important;
}

/* 갤러리 스타일 */
.tks-gallery {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    margin-top: 20px !important;
}

.tks-gallery-item {
    width: 48% !important;
    margin-bottom: 20px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1) !important;
}

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

.tks-gallery-caption {
    padding: 10px !important;
    font-size: 14px !important;
    color: #666 !important;
    text-align: center !important;
    background-color: #f9f9f9 !important;
}

/* 반응형 디자인 */
@media screen and (max-width: 768px) {
    .tks-container {
        padding: 0 15px !important;
    }
    
    .tks-header-title {
        font-size: 24px !important;
    }
    
    .tks-product-name {
        font-size: 20px !important;
    }
    
    .tks-feature-item {
        width: 100% !important;
    }
    
    .tks-product-image {
        max-width: 100% !important;
    }
    
    .tks-section-title {
        font-size: 20px !important;
    }
    
    .tks-story-heading {
        font-size: 20px !important;
    }
    
    .tks-story-text {
        font-size: 16px !important;
    }
    
    .tks-gallery-item {
        width: 100% !important;
    }
}

@media screen and (max-width: 480px) {
    .tks-header-title {
        font-size: 22px !important;
    }
    
    .tks-product-name {
        font-size: 18px !important;
    }
    
    .tks-product-price {
        font-size: 20px !important;
    }
    
    .tks-spec-label {
        width: 90px !important;
    }
    
    .tks-info-title {
        font-size: 16px !important;
    }
    
    .tks-section-title {
        font-size: 18px !important;
    }
}
