/* 냉동)도토리칼국수면2kg 상세페이지 스타일 */

/* 기본 컨테이너 스타일 */
.S5115-L7000-E6974_container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
}

/* 섹션 공통 스타일 */
.S5115-L7000-E6974_product_info_section,
.S5115-L7000-E6974_infographic_section,
.S5115-L7000-E6974_recipe_section,
.S5115-L7000-E6974_storytelling_section {
    margin-bottom: 50px !important;
    padding: 30px !important;
    border-radius: 15px !important;
    background-color: #fff !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

/* 섹션 제목 스타일 */
.S5115-L7000-E6974_section_title {
    margin-bottom: 30px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #f2f2f2 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.S5115-L7000-E6974_emoji {
    margin-left: 10px !important;
    font-size: 26px !important;
}

/* 제품 정보 섹션 스타일 */
.S5115-L7000-E6974_product_header {
    text-align: center !important;
    margin-bottom: 30px !important;
}

.S5115-L7000-E6974_product_title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

.S5115-L7000-E6974_product_category {
    font-size: 16px !important;
    color: #888 !important;
}

.S5115-L7000-E6974_product_main {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
}

.S5115-L7000-E6974_product_image {
    flex: 1 !important;
    min-width: 300px !important;
    text-align: center !important;
}

.S5115-L7000-E6974_product_image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.S5115-L7000-E6974_product_details {
    flex: 1 !important;
    min-width: 300px !important;
}

.S5115-L7000-E6974_spec_item {
    display: flex !important;
    border-bottom: 1px solid #f2f2f2 !important;
    padding: 12px 0 !important;
}

.S5115-L7000-E6974_spec_label {
    flex: 0 0 100px !important;
    font-weight: 500 !important;
    color: #666 !important;
}

.S5115-L7000-E6974_spec_value {
    flex: 1 !important;
    color: #333 !important;
}

.S5115-L7000-E6974_price {
    font-weight: 700 !important;
    color: #e74c3c !important;
    font-size: 18px !important;
}

/* 인포그래픽 섹션 스타일 */
.S5115-L7000-E6974_features_container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: center !important;
}

.S5115-L7000-E6974_feature_item {
    flex: 1 !important;
    min-width: 220px !important;
    max-width: 280px !important;
    text-align: center !important;
    padding: 25px 15px !important;
    border-radius: 12px !important;
    background: #f9f9f9 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.S5115-L7000-E6974_feature_item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

.S5115-L7000-E6974_feature_icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}

.S5115-L7000-E6974_feature_title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333 !important;
}

.S5115-L7000-E6974_feature_desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* 조리법 및 활용 아이디어 섹션 스타일 */
.S5115-L7000-E6974_recipe_steps {
    margin-bottom: 40px !important;
}

.S5115-L7000-E6974_recipe_step {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 25px !important;
    background: #f9f9f9 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    transition: transform 0.3s ease !important;
}

.S5115-L7000-E6974_recipe_step:hover {
    transform: translateY(-3px) !important;
}

.S5115-L7000-E6974_step_number {
    flex: 0 0 60px !important;
    width: 60px !important;
    height: 60px !important;
    background: #795548 !important; /* 도토리 색상 테마 */
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-right: 20px !important;
}

.S5115-L7000-E6974_step_content {
    flex: 1 !important;
}

.S5115-L7000-E6974_step_title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
}

.S5115-L7000-E6974_step_desc {
    font-size: 15px !important;
    color: #666 !important;
}

/* 블로그 링크 섹션 스타일 */
.S5115-L7000-E6974_blog_links {
    margin-top: 40px !important;
}

.S5115-L7000-E6974_blog_links_title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: #333 !important;
    text-align: center !important;
}

.S5115-L7000-E6974_blog_item {
    margin-bottom: 15px !important;
    transition: transform 0.3s ease !important;
}

.S5115-L7000-E6974_blog_item:hover {
    transform: translateX(5px) !important;
}

.S5115-L7000-E6974_blog_link {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    color: inherit !important;
    background: #f5f5f5 !important;
    border-radius: 10px !important;
    padding: 15px !important;
    transition: background-color 0.3s ease !important;
}

.S5115-L7000-E6974_blog_link:hover {
    background: #efebe9 !important; /* 도토리 색상 테마의 밝은 톤 */
}

.S5115-L7000-E6974_blog_icon {
    flex: 0 0 40px !important;
    font-size: 24px !important;
    margin-right: 15px !important;
    color: #795548 !important; /* 도토리 색상 테마 */
}

.S5115-L7000-E6974_blog_info {
    flex: 1 !important;
}

.S5115-L7000-E6974_blog_title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    color: #333 !important;
}

.S5115-L7000-E6974_blog_excerpt {
    font-size: 14px !important;
    color: #666 !important;
}

/* 스토리텔링 섹션 스타일 */
.S5115-L7000-E6974_story_container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    align-items: center !important;
}

.S5115-L7000-E6974_story_image {
    flex: 1 !important;
    min-width: 300px !important;
    text-align: center !important;
}

.S5115-L7000-E6974_story_image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}

.S5115-L7000-E6974_story_content {
    flex: 1 !important;
    min-width: 300px !important;
}

.S5115-L7000-E6974_story_item {
    display: flex !important;
    margin-bottom: 25px !important;
    background: #f9f9f9 !important;
    border-radius: 10px !important;
    padding: 20px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.S5115-L7000-E6974_story_item:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05) !important;
}

.S5115-L7000-E6974_story_icon {
    flex: 0 0 50px !important;
    font-size: 30px !important;
    margin-right: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.S5115-L7000-E6974_story_text {
    flex: 1 !important;
}

.S5115-L7000-E6974_story_title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
}

.S5115-L7000-E6974_story_desc {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
    .S5115-L7000-E6974_product_main,
    .S5115-L7000-E6974_story_container {
        flex-direction: column !important;
    }
    
    .S5115-L7000-E6974_features_container {
        justify-content: center !important;
    }
    
    .S5115-L7000-E6974_feature_item {
        min-width: 100% !important;
    }
    
    .S5115-L7000-E6974_section_title {
        font-size: 22px !important;
    }
    
    .S5115-L7000-E6974_product_title {
        font-size: 24px !important;
    }
}


/* 쿡짱몰 사이트 정보 푸터 스타일 */
.S5115-L7000-E6974_footer {
    background: linear-gradient(135deg, #8B6914 0%, #B8860B 100%) !important;
    color: #fff !important;
    padding: 30px 20px !important;
    margin-top: 50px !important;
    border-radius: 8px !important;
}

.S5115-L7000-E6974_footer_content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.S5115-L7000-E6974_company_info {
    flex: 1 !important;
}

.S5115-L7000-E6974_company_name {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #fff !important;
}

.S5115-L7000-E6974_contact_info {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.S5115-L7000-E6974_contact_item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.S5115-L7000-E6974_contact_label {
    font-weight: 500 !important;
    min-width: 60px !important;
}

.S5115-L7000-E6974_contact_value {
    font-weight: 400 !important;
}

.S5115-L7000-E6974_footer_logo {
    text-align: right !important;
}

.S5115-L7000-E6974_logo_text {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff !important;
    display: block !important;
    margin-bottom: 5px !important;
}

.S5115-L7000-E6974_footer_slogan {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-style: italic !important;
}

/* 푸터 모바일 대응 */
@media (max-width: 768px) {
    .S5115-L7000-E6974_footer_content {
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px !important;
    }
    
    .S5115-L7000-E6974_footer_logo {
        text-align: center !important;
    }
    
    .S5115-L7000-E6974_contact_info {
        align-items: center !important;
    }
}
