/* 오뚜기 오쉐프 마시는샤인머스캣 상세페이지 CSS - K9451-L4681-Y3890 */

/* Reset and Base Styles */
.K9451-L4681-Y3890_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.K9451-L4681-Y3890_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
    background: linear-gradient(135deg, #f0fdf4 0%, #e8f5e8 100%) !important;
    min-height: 100vh !important;
    padding: 20px !important;
}

/* Hero Section */
.K9451-L4681-Y3890_hero {
    background: linear-gradient(135deg, #84cc16 0%, #a3e635 50%, #bef264 100%) !important;
    border-radius: 20px !important;
    padding: 40px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 10px 30px rgba(132, 204, 22, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.K9451-L4681-Y3890_hero::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%) !important;
    pointer-events: none !important;
}

.K9451-L4681-Y3890_hero-content {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
    position: relative !important;
    z-index: 1 !important;
}

.K9451-L4681-Y3890_hero-text {
    flex: 1 !important;
    color: white !important;
}

.K9451-L4681-Y3890_hero-title {
    font-size: 3rem !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
    font-family: 'Noto Serif KR', serif !important;
}

.K9451-L4681-Y3890_hero-subtitle {
    font-size: 1.3rem !important;
    margin-bottom: 25px !important;
    opacity: 0.95 !important;
    font-weight: 400 !important;
}

.K9451-L4681-Y3890_hero-image {
    flex: 1 !important;
    text-align: center !important;
}

.K9451-L4681-Y3890_product-image {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2) !important;
    transform: rotate(-3deg) !important;
    transition: transform 0.3s ease !important;
}

.K9451-L4681-Y3890_product-image:hover {
    transform: rotate(0deg) scale(1.05) !important;
}
/* Section Titles */
.K9451-L4681-Y3890_section-title {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    color: #84cc16 !important;
    font-family: 'Noto Serif KR', serif !important;
    text-shadow: 1px 1px 2px rgba(132, 204, 22, 0.2) !important;
}

/* Info Section */
.K9451-L4681-Y3890_info-section {
    margin-bottom: 40px !important;
}

.K9451-L4681-Y3890_info-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 20px !important;
}

.K9451-L4681-Y3890_info-card {
    background: white !important;
    border-radius: 15px !important;
    padding: 25px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(132, 204, 22, 0.1) !important;
    border: 2px solid #e8f5e8 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.K9451-L4681-Y3890_info-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(132, 204, 22, 0.1), transparent) !important;
    transition: left 0.5s ease !important;
}

.K9451-L4681-Y3890_info-card:hover::before {
    left: 100% !important;
}

.K9451-L4681-Y3890_info-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(132, 204, 22, 0.2) !important;
    border-color: #84cc16 !important;
}

.K9451-L4681-Y3890_card-icon {
    font-size: 2.5rem !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.K9451-L4681-Y3890_card-title {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    color: #84cc16 !important;
    margin-bottom: 10px !important;
}

.K9451-L4681-Y3890_card-content {
    font-size: 1rem !important;
    color: #666 !important;
    line-height: 1.5 !important;
}
/* Features Section */
.K9451-L4681-Y3890_features-section {
    margin-bottom: 40px !important;
    background: white !important;
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.K9451-L4681-Y3890_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 20px !important;
}

.K9451-L4681-Y3890_feature-item {
    text-align: center !important;
    padding: 25px !important;
    border-radius: 15px !important;
    background: linear-gradient(135deg, #f0fdf4 0%, #e8f5e8 100%) !important;
    border: 1px solid #d4e6d4 !important;
    transition: all 0.3s ease !important;
}

.K9451-L4681-Y3890_feature-item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(132, 204, 22, 0.15) !important;
}

.K9451-L4681-Y3890_feature-icon {
    font-size: 3rem !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.K9451-L4681-Y3890_feature-title {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    color: #84cc16 !important;
    margin-bottom: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.K9451-L4681-Y3890_feature-desc {
    font-size: 1rem !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* Story Section */
.K9451-L4681-Y3890_story-section {
    background: linear-gradient(135deg, #84cc16 0%, #a3e635 100%) !important;
    color: white !important;
    border-radius: 20px !important;
    padding: 40px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(132, 204, 22, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.K9451-L4681-Y3890_story-section::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%) !important;
    pointer-events: none !important;
}

.K9451-L4681-Y3890_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    color: white !important;
    font-family: 'Noto Serif KR', serif !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
    position: relative !important;
    z-index: 1 !important;
}

.K9451-L4681-Y3890_story-content {
    position: relative !important;
    z-index: 1 !important;
}

.K9451-L4681-Y3890_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
    text-align: justify !important;
    opacity: 0.95 !important;
}

.K9451-L4681-Y3890_story-text:last-child {
    margin-bottom: 0 !important;
}
/* Nutrition Section */
.K9451-L4681-Y3890_nutrition-section {
    margin-bottom: 40px !important;
    background: white !important;
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}

.K9451-L4681-Y3890_nutrition-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 20px !important;
}

.K9451-L4681-Y3890_nutrition-item {
    text-align: center !important;
    padding: 20px !important;
    border-radius: 15px !important;
    background: linear-gradient(135deg, #f7fee7 0%, #ecfccb 100%) !important;
    border: 2px solid #d9f99d !important;
    transition: all 0.3s ease !important;
}

.K9451-L4681-Y3890_nutrition-item:hover {
    transform: scale(1.05) !important;
    border-color: #84cc16 !important;
    box-shadow: 0 8px 20px rgba(132, 204, 22, 0.2) !important;
}

.K9451-L4681-Y3890_nutrition-icon {
    font-size: 2.5rem !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.K9451-L4681-Y3890_nutrition-label {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #84cc16 !important;
    margin-bottom: 8px !important;
}

.K9451-L4681-Y3890_nutrition-value {
    font-size: 1rem !important;
    color: #666 !important;
    font-weight: 500 !important;
}

/* How to Enjoy Section */
.K9451-L4681-Y3890_enjoy-section {
    margin-bottom: 40px !important;
    background: white !important;
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}

.K9451-L4681-Y3890_enjoy-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 20px !important;
}

.K9451-L4681-Y3890_enjoy-item {
    text-align: center !important;
    padding: 25px !important;
    border-radius: 15px !important;
    background: linear-gradient(135deg, #f0fdf4 0%, #e8f5e8 100%) !important;
    border: 2px solid #d4e6d4 !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}

.K9451-L4681-Y3890_enjoy-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 25px rgba(132, 204, 22, 0.15) !important;
    border-color: #84cc16 !important;
}

.K9451-L4681-Y3890_enjoy-step {
    position: absolute !important;
    top: -15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    background: linear-gradient(135deg, #84cc16 0%, #a3e635 100%) !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    box-shadow: 0 4px 15px rgba(132, 204, 22, 0.3) !important;
}

.K9451-L4681-Y3890_enjoy-title {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #84cc16 !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.K9451-L4681-Y3890_enjoy-desc {
    font-size: 1rem !important;
    color: #666 !important;
    line-height: 1.6 !important;
}
/* Footer */
.K9451-L4681-Y3890_footer {
    background: linear-gradient(135deg, #84cc16 0%, #a3e635 100%) !important;
    color: white !important;
    border-radius: 20px !important;
    padding: 40px !important;
    margin-top: 30px !important;
    box-shadow: 0 10px 30px rgba(132, 204, 22, 0.3) !important;
}

.K9451-L4681-Y3890_footer-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

.K9451-L4681-Y3890_footer-logo {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
}

.K9451-L4681-Y3890_footer-brand {
    font-size: 2rem !important;
    font-weight: 700 !important;
    font-family: 'Noto Serif KR', serif !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.K9451-L4681-Y3890_footer-tagline {
    font-size: 1rem !important;
    opacity: 0.9 !important;
    font-weight: 400 !important;
}

.K9451-L4681-Y3890_footer-info {
    text-align: right !important;
}

.K9451-L4681-Y3890_footer-company {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.K9451-L4681-Y3890_footer-contact {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    font-size: 0.95rem !important;
    opacity: 0.9 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .K9451-L4681-Y3890_wrapper {
        padding: 15px !important;
    }
    
    .K9451-L4681-Y3890_hero {
        padding: 25px !important;
    }
    
    .K9451-L4681-Y3890_hero-content {
        flex-direction: column !important;
        text-align: center !important;
        gap: 25px !important;
    }
    
    .K9451-L4681-Y3890_hero-title {
        font-size: 2.2rem !important;
    }
    
    .K9451-L4681-Y3890_hero-subtitle {
        font-size: 1.1rem !important;
    }
    
    .K9451-L4681-Y3890_section-title {
        font-size: 1.8rem !important;
    }
    
    .K9451-L4681-Y3890_info-grid,
    .K9451-L4681-Y3890_features-grid,
    .K9451-L4681-Y3890_nutrition-grid,
    .K9451-L4681-Y3890_enjoy-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .K9451-L4681-Y3890_footer-content {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .K9451-L4681-Y3890_footer-info {
        text-align: center !important;
    }
    
    .K9451-L4681-Y3890_story-heading {
        font-size: 20px !important;
    }
    
    .K9451-L4681-Y3890_story-text {
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .K9451-L4681-Y3890_hero-title {
        font-size: 1.8rem !important;
    }
    
    .K9451-L4681-Y3890_section-title {
        font-size: 1.5rem !important;
    }
}