/* 움트리 실장님 저염 회간장 상세페이지 스타일 */
/* 기본 리셋 및 컨테이너 스타일 */
.O3967-J6359-C5115_wrapper * {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

.O3967-J6359-C5115_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: linear-gradient(135deg, #f8f6f0 0%, #ffffff 100%) !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.O3967-J6359-C5115_container {
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* 헤더 섹션 */
.O3967-J6359-C5115_header {
    background: linear-gradient(135deg, #8B4513 0%, #D2691E 100%) !important;
    color: white !important;
    padding: 60px 0 !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.O3967-J6359-C5115_header::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></svg>') !important;
    opacity: 0.3 !important;
}

.O3967-J6359-C5115_title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
    position: relative !important;
    z-index: 2 !important;
}

.O3967-J6359-C5115_subtitle {
    font-size: 1.2rem !important;
    margin-bottom: 20px !important;
    opacity: 0.9 !important;
    position: relative !important;
    z-index: 2 !important;
}

.O3967-J6359-C5115_price-badge {
    background: rgba(255,255,255,0.2) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 50px !important;
    padding: 15px 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

.O3967-J6359-C5115_price {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: #FFD700 !important;
}

.O3967-J6359-C5115_capacity {
    font-size: 1rem !important;
    opacity: 0.8 !important;
}

.O3967-J6359-C5115_highlight-badge {
    background: linear-gradient(135deg, #32CD32 0%, #228B22 100%) !important;
    color: white !important;
    padding: 10px 25px !important;
    border-radius: 30px !important;
    margin-top: 15px !important;
    display: inline-block !important;
    box-shadow: 0 5px 15px rgba(50, 205, 50, 0.3) !important;
    animation: pulse 2s infinite !important;
    position: relative !important;
    z-index: 2 !important;
}

.O3967-J6359-C5115_highlight-text {
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
}

@keyframes pulse {
    0% { transform: scale(1) !important; }
    50% { transform: scale(1.05) !important; }
    100% { transform: scale(1) !important; }
}

/* 메인 이미지 섹션 */
.O3967-J6359-C5115_main-image {
    padding: 80px 0 !important;
    background: white !important;
}

.O3967-J6359-C5115_product-image {
    width: 100% !important;
    max-width: 500px !important;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
    transition: transform 0.3s ease !important;
    display: block !important;
    margin: 0 auto !important;
}

.O3967-J6359-C5115_product-image:hover {
    transform: scale(1.05) !important;
}

/* 스토리 섹션 */
.O3967-J6359-C5115_story {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #FFF8DC 0%, #F5F5DC 100%) !important;
}

.O3967-J6359-C5115_story-heading {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #8B4513 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.O3967-J6359-C5115_story-text {
    font-size: 18px !important;
    color: #555 !important;
    text-align: center !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    line-height: 1.8 !important;
}

.O3967-J6359-C5115_story-text strong {
    color: #32CD32 !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #32CD32 0%, #228B22 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* 특징 섹션 */
.O3967-J6359-C5115_features {
    padding: 80px 0 !important;
    background: white !important;
}

.O3967-J6359-C5115_section-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 2rem !important;
    font-weight: 600 !important;
    color: #8B4513 !important;
    text-align: center !important;
    margin-bottom: 50px !important;
}

.O3967-J6359-C5115_feature-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.O3967-J6359-C5115_feature-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f6f0 100%) !important;
    padding: 30px 20px !important;
    border-radius: 20px !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(139, 69, 19, 0.1) !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(139, 69, 19, 0.1) !important;
}

.O3967-J6359-C5115_feature-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(139, 69, 19, 0.2) !important;
}

.O3967-J6359-C5115_feature-icon {
    font-size: 3rem !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.O3967-J6359-C5115_feature-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #8B4513 !important;
    margin-bottom: 10px !important;
}

.O3967-J6359-C5115_feature-desc {
    color: #666 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
}

/* 활용법 섹션 */
.O3967-J6359-C5115_usage {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #FFF8DC 0%, #F5F5DC 100%) !important;
}

.O3967-J6359-C5115_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 25px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.O3967-J6359-C5115_usage-item {
    background: white !important;
    padding: 25px 15px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.O3967-J6359-C5115_usage-item:hover {
    transform: translateY(-5px) !important;
}

.O3967-J6359-C5115_usage-emoji {
    font-size: 2.5rem !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.O3967-J6359-C5115_usage-title {
    font-weight: 600 !important;
    color: #8B4513 !important;
    margin-bottom: 8px !important;
    font-size: 1.1rem !important;
}

.O3967-J6359-C5115_usage-desc {
    color: #666 !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
}

/* 제품 정보 섹션 */
.O3967-J6359-C5115_product-info {
    padding: 80px 0 !important;
    background: white !important;
}

.O3967-J6359-C5115_info-table {
    max-width: 600px !important;
    margin: 0 auto !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8f6f0 100%) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.1) !important;
    border: 1px solid rgba(139, 69, 19, 0.1) !important;
}

.O3967-J6359-C5115_info-row {
    display: flex !important;
    border-bottom: 1px solid rgba(139, 69, 19, 0.1) !important;
}

.O3967-J6359-C5115_info-row:last-child {
    border-bottom: none !important;
}

.O3967-J6359-C5115_info-label {
    background: linear-gradient(135deg, #8B4513 0%, #D2691E 100%) !important;
    color: white !important;
    padding: 15px 20px !important;
    font-weight: 600 !important;
    min-width: 120px !important;
    display: flex !important;
    align-items: center !important;
}

.O3967-J6359-C5115_info-value {
    padding: 15px 20px !important;
    flex: 1 !important;
    color: #333 !important;
    display: flex !important;
    align-items: center !important;
}

.O3967-J6359-C5115_info-value strong {
    color: #32CD32 !important;
    font-weight: 700 !important;
}

/* 갤러리 섹션 */
.O3967-J6359-C5115_gallery {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #FFF8DC 0%, #F5F5DC 100%) !important;
}

.O3967-J6359-C5115_image-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.O3967-J6359-C5115_gallery-item {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.15) !important;
    transition: transform 0.3s ease !important;
}

.O3967-J6359-C5115_gallery-item:hover {
    transform: scale(1.05) !important;
}

.O3967-J6359-C5115_gallery-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* 푸터 섹션 */
.O3967-J6359-C5115_footer {
    background: linear-gradient(135deg, #8B4513 0%, #654321 100%) !important;
    color: white !important;
    padding: 60px 0 30px !important;
}

.O3967-J6359-C5115_footer-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 40px !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
}

.O3967-J6359-C5115_footer-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.O3967-J6359-C5115_footer-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.O3967-J6359-C5115_footer-row {
    display: flex !important;
    gap: 10px !important;
}

.O3967-J6359-C5115_footer-label {
    font-weight: 600 !important;
    min-width: 70px !important;
    color: #FFD700 !important;
}

.O3967-J6359-C5115_footer-value {
    color: rgba(255,255,255,0.9) !important;
}

.O3967-J6359-C5115_footer-bottom {
    text-align: center !important;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
    padding-top: 20px !important;
}

.O3967-J6359-C5115_footer-copyright {
    color: rgba(255,255,255,0.8) !important;
    font-size: 0.9rem !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .O3967-J6359-C5115_container {
        padding: 0 15px !important;
    }
    
    .O3967-J6359-C5115_title {
        font-size: 2rem !important;
    }
    
    .O3967-J6359-C5115_price-badge {
        flex-direction: column !important;
        gap: 5px !important;
    }
    
    .O3967-J6359-C5115_highlight-badge {
        padding: 8px 20px !important;
        margin-top: 10px !important;
    }
    
    .O3967-J6359-C5115_highlight-text {
        font-size: 1rem !important;
    }
    
    .O3967-J6359-C5115_feature-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .O3967-J6359-C5115_usage-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
    
    .O3967-J6359-C5115_image-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .O3967-J6359-C5115_footer-content {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .O3967-J6359-C5115_section-title {
        font-size: 1.5rem !important;
    }
    
    .O3967-J6359-C5115_story-heading {
        font-size: 20px !important;
    }
    
    .O3967-J6359-C5115_story-text {
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .O3967-J6359-C5115_usage-grid {
        grid-template-columns: 1fr !important;
    }
    
    .O3967-J6359-C5115_info-row {
        flex-direction: column !important;
    }
    
    .O3967-J6359-C5115_info-label {
        min-width: auto !important;
        border-radius: 0 !important;
    }
}
