/* N8492-S9740-T8639 사과식초 상세페이지 스타일 */

/* 기본 스타일 리셋 및 공통 스타일 */
.tks-n8492-s9740-t8639-container * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
}

.tks-n8492-s9740-t8639-container {
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    background-color: #fff !important;
}

/* 헤더 스타일 */
.tks-n8492-s9740-t8639-header {
    text-align: center !important;
    margin-bottom: 40px !important;
    padding: 30px 0 !important;
    background-color: #f0f8f0 !important;
    border-radius: 12px !important;
    position: relative !important;
    overflow: hidden !important;
}

.tks-n8492-s9740-t8639-header::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 5px !important;
    background: linear-gradient(to right, #4caf50, #8bc34a) !important;
}

.tks-n8492-s9740-t8639-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #2e7d32 !important;
    margin-bottom: 10px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.tks-n8492-s9740-t8639-subtitle {
    font-size: 18px !important;
    color: #689f38 !important;
    margin-bottom: 20px !important;
}

/* 제품 소개 섹션 */
.tks-n8492-s9740-t8639-intro {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 50px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
}

.tks-n8492-s9740-t8639-intro-image {
    width: 48% !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 20px rgba(76, 175, 80, 0.1) !important;
    transition: transform 0.3s ease !important;
    border: 5px solid #fff !important;
}

.tks-n8492-s9740-t8639-intro-image:hover {
    transform: scale(1.02) !important;
}

.tks-n8492-s9740-t8639-intro-info {
    width: 48% !important;
    padding: 25px !important;
    background-color: #f5f9f5 !important;
    border-radius: 12px !important;
    position: relative !important;
}

.tks-n8492-s9740-t8639-intro-info::after {
    content: '🍏' !important;
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    font-size: 24px !important;
    opacity: 0.2 !important;
}

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

.tks-story-heading::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 50px !important;
    height: 3px !important;
    background-color: #8bc34a !important;
    border-radius: 1.5px !important;
}

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

/* 제품 상세 정보 섹션 */
.tks-n8492-s9740-t8639-details {
    margin-bottom: 50px !important;
}

.tks-n8492-s9740-t8639-spec-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 !important;
    background-color: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.05) !important;
}

.tks-n8492-s9740-t8639-spec-table tr {
    border-bottom: 1px solid #f2f2f2 !important;
}

.tks-n8492-s9740-t8639-spec-table tr:last-child {
    border-bottom: none !important;
}

.tks-n8492-s9740-t8639-spec-table th {
    background-color: #f5f9f5 !important;
    padding: 15px 20px !important;
    text-align: left !important;
    font-weight: 700 !important;
    color: #2e7d32 !important;
    width: 30% !important;
}

.tks-n8492-s9740-t8639-spec-table td {
    padding: 15px 20px !important;
    color: #333 !important;
}

/* 섹션 카드 디자인 */
.tks-n8492-s9740-t8639-section {
    background-color: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
    padding: 30px !important;
    margin-bottom: 40px !important;
    border-top: 4px solid #8bc34a !important;
}

.tks-n8492-s9740-t8639-section-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #2e7d32 !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-n8492-s9740-t8639-section-title .emoji {
    margin-right: 10px !important;
    font-size: 24px !important;
}

/* 특징 아이템 스타일 */
.tks-n8492-s9740-t8639-features {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin: 20px 0 !important;
}

.tks-n8492-s9740-t8639-feature-item {
    flex: 1 !important;
    min-width: calc(50% - 20px) !important;
    background-color: #f5f9f5 !important;
    border-radius: 10px !important;
    padding: 20px !important;
    display: flex !important;
    align-items: flex-start !important;
    transition: transform 0.3s ease !important;
}

.tks-n8492-s9740-t8639-feature-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

.tks-n8492-s9740-t8639-feature-icon {
    font-size: 24px !important;
    margin-right: 15px !important;
    color: #8bc34a !important;
}

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

.tks-n8492-s9740-t8639-feature-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2e7d32 !important;
    margin-bottom: 8px !important;
}

.tks-n8492-s9740-t8639-feature-desc {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* 건강 정보 스타일 */
.tks-n8492-s9740-t8639-health-info {
    background-color: #f0f8f0 !important;
    border-radius: 12px !important;
    padding: 25px !important;
    margin: 30px 0 !important;
    position: relative !important;
}

.tks-n8492-s9740-t8639-health-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2e7d32 !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-n8492-s9740-t8639-health-title .emoji {
    margin-right: 10px !important;
    font-size: 24px !important;
}

.tks-n8492-s9740-t8639-health-list {
    list-style-type: none !important;
    padding-left: 0 !important;
}

.tks-n8492-s9740-t8639-health-item {
    margin-bottom: 10px !important;
    padding-left: 25px !important;
    position: relative !important;
    font-size: 16px !important;
}

.tks-n8492-s9740-t8639-health-item::before {
    content: '✓' !important;
    position: absolute !important;
    left: 0 !important;
    color: #8bc34a !important;
    font-weight: bold !important;
}

/* 레시피 섹션 */
.tks-n8492-s9740-t8639-recipes {
    margin: 30px 0 !important;
}

.tks-n8492-s9740-t8639-recipe-item {
    background-color: #fff !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05) !important;
    border-left: 4px solid #8bc34a !important;
}

.tks-n8492-s9740-t8639-recipe-name {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2e7d32 !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-n8492-s9740-t8639-recipe-name .emoji {
    margin-right: 8px !important;
}

.tks-n8492-s9740-t8639-recipe-desc {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* 푸터 스타일 */
.tks-n8492-s9740-t8639-footer {
    margin-top: 50px !important;
    padding: 30px !important;
    border-top: 1px solid #e0e0e0 !important;
    text-align: center !important;
    background-color: #f5f9f5 !important;
    border-radius: 12px !important;
}

.tks-n8492-s9740-t8639-footer-info {
    font-size: 14px !important;
    color: #777 !important;
    line-height: 1.8 !important;
}

.tks-n8492-s9740-t8639-footer-info strong {
    font-weight: 700 !important;
    color: #2e7d32 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .tks-n8492-s9740-t8639-intro-image,
    .tks-n8492-s9740-t8639-intro-info {
        width: 100% !important;
    }

    .tks-n8492-s9740-t8639-feature-item {
        min-width: 100% !important;
    }

    .tks-n8492-s9740-t8639-title {
        font-size: 28px !important;
    }

    .tks-story-heading {
        font-size: 22px !important;
    }

    .tks-story-text {
        font-size: 16px !important;
    }

    .tks-n8492-s9740-t8639-spec-table th,
    .tks-n8492-s9740-t8639-spec-table td {
        padding: 12px 15px !important;
    }

    .tks-n8492-s9740-t8639-section {
        padding: 20px !important;
    }
}

@media (max-width: 480px) {
    .tks-n8492-s9740-t8639-container {
        padding: 15px !important;
    }

    .tks-n8492-s9740-t8639-title {
        font-size: 24px !important;
    }

    .tks-n8492-s9740-t8639-subtitle {
        font-size: 16px !important;
    }

    .tks-story-heading {
        font-size: 20px !important;
    }

    .tks-story-text {
        font-size: 15px !important;
    }

    .tks-n8492-s9740-t8639-spec-table th {
        width: 40% !important;
    }
}
