/* L0174-U9383-H6715 상세 페이지 스타일 */

/* 전체 스타일 초기화 */
.L0174-U9383-H6715-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;
}

/* 컨테이너 스타일 */
.L0174-U9383-H6715-container {
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    background-color: #fff !important;
}

/* 헤더 섹션 */
.L0174-U9383-H6715-header {
    position: relative !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    padding: 50px 20px !important;
    background: linear-gradient(135deg, #e53935 0%, #d32f2f 100%) !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 25px rgba(229, 57, 53, 0.15) !important;
    overflow: hidden !important;
}

.L0174-U9383-H6715-header:before {
    content: "" !important;
    position: absolute !important;
    top: -30px !important;
    right: -30px !important;
    width: 150px !important;
    height: 150px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
}

.L0174-U9383-H6715-header:after {
    content: "" !important;
    position: absolute !important;
    bottom: -40px !important;
    left: -40px !important;
    width: 200px !important;
    height: 200px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-radius: 50% !important;
}

.L0174-U9383-H6715-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    position: relative !important;
    z-index: 1 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.L0174-U9383-H6715-subtitle {
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    position: relative !important;
    z-index: 1 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

/* 상품 정보 섹션 */
.L0174-U9383-H6715-product-info {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 50px !important;
    background-color: #ffffff !important;
    border-radius: 15px !important;
    padding: 30px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #f0f0f0 !important;
    position: relative !important;
    overflow: hidden !important;
}

.L0174-U9383-H6715-product-info:before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 5px !important;
    background: linear-gradient(90deg, #e53935, #ff5252) !important;
}

.L0174-U9383-H6715-product-image {
    flex: 1 !important;
    min-width: 300px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    padding: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.L0174-U9383-H6715-product-image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.L0174-U9383-H6715-product-image img:hover {
    transform: scale(1.03) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

.L0174-U9383-H6715-product-details {
    flex: 1 !important;
    min-width: 300px !important;
    padding: 0 20px !important;
}

.L0174-U9383-H6715-product-name {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #333 !important;
    padding-bottom: 15px !important;
    position: relative !important;
}

.L0174-U9383-H6715-product-name:after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 60px !important;
    height: 3px !important;
    background: #e53935 !important;
}

.L0174-U9383-H6715-spec-table {
    width: 100% !important;
    margin-bottom: 25px !important;
    border-collapse: collapse !important;
    background-color: #fff9f9 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
}

.L0174-U9383-H6715-spec-row {
    border-bottom: 1px solid #ffebee !important;
}

.L0174-U9383-H6715-spec-row:last-child {
    border-bottom: none !important;
}

.L0174-U9383-H6715-spec-label {
    padding: 12px 15px !important;
    font-weight: 600 !important;
    color: #555 !important;
    background-color: #ffebee !important;
    width: 120px !important;
}

.L0174-U9383-H6715-spec-value {
    padding: 12px 15px !important;
    color: #444 !important;
}

.L0174-U9383-H6715-origin-highlight {
    font-weight: 500 !important;
    color: #d32f2f !important;
}

/* 상품 특징 섹션 */
.L0174-U9383-H6715-features {
    margin-bottom: 50px !important;
    padding: 40px 30px !important;
    background-color: #fffde7 !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
    position: relative !important;
    overflow: hidden !important;
}

.L0174-U9383-H6715-features:before {
    content: "🌶️" !important;
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    font-size: 40px !important;
    opacity: 0.1 !important;
}

.L0174-U9383-H6715-section-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 30px !important;
    padding-bottom: 15px !important;
    position: relative !important;
}

.L0174-U9383-H6715-section-title:after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 80px !important;
    height: 3px !important;
    background: #ffd600 !important;
}

.L0174-U9383-H6715-feature-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 25px !important;
}

.L0174-U9383-H6715-feature-item {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    padding: 25px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #fff9c4 !important;
}

.L0174-U9383-H6715-feature-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.L0174-U9383-H6715-feature-icon {
    font-size: 32px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.L0174-U9383-H6715-feature-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #4a4a4a !important;
    position: relative !important;
    padding-bottom: 10px !important;
    text-align: center !important;
}

.L0174-U9383-H6715-feature-title:after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 40px !important;
    height: 2px !important;
    background-color: #ffd600 !important;
}

.L0174-U9383-H6715-feature-desc {
    flex: 1 !important;
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.7 !important;
    text-align: center !important;
}

/* 활용 레시피 섹션 */
.L0174-U9383-H6715-recipes {
    margin-bottom: 50px !important;
    padding: 40px 30px !important;
    background-color: #fff3e0 !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
}

.L0174-U9383-H6715-recipes-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 30px !important;
    padding-bottom: 15px !important;
    position: relative !important;
}

.L0174-U9383-H6715-recipes-title:after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 80px !important;
    height: 3px !important;
    background: #ff9800 !important;
}

.L0174-U9383-H6715-recipe-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 25px !important;
}

.L0174-U9383-H6715-recipe-card {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 1px solid #ffe0b2 !important;
}

.L0174-U9383-H6715-recipe-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.L0174-U9383-H6715-recipe-header {
    background-color: #ffe0b2 !important;
    padding: 15px !important;
    text-align: center !important;
}

.L0174-U9383-H6715-recipe-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #e65100 !important;
}

.L0174-U9383-H6715-recipe-body {
    padding: 20px !important;
}

.L0174-U9383-H6715-recipe-desc {
    font-size: 15px !important;
    color: #555 !important;
    line-height: 1.7 !important;
    text-align: center !important;
}

.L0174-U9383-H6715-recipe-icon {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    display: block !important;
}

/* 영양 정보 섹션 */
.L0174-U9383-H6715-nutrition {
    margin-bottom: 50px !important;
    padding: 40px 30px !important;
    background-color: #e8f5e9 !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
}

.L0174-U9383-H6715-nutrition-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 30px !important;
    padding-bottom: 15px !important;
    position: relative !important;
}

.L0174-U9383-H6715-nutrition-title:after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 80px !important;
    height: 3px !important;
    background: #4caf50 !important;
}

.L0174-U9383-H6715-nutrition-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: 20px !important;
}

.L0174-U9383-H6715-nutrition-item {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    padding: 25px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05) !important;
    text-align: center !important;
    border: 1px solid #c8e6c9 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.L0174-U9383-H6715-nutrition-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.L0174-U9383-H6715-nutrition-icon {
    font-size: 32px !important;
    margin-bottom: 15px !important;
}

.L0174-U9383-H6715-nutrition-name {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #2e7d32 !important;
}

.L0174-U9383-H6715-nutrition-desc {
    font-size: 14px !important;
    color: #666 !important;
}

/* 보관 방법 섹션 */
.L0174-U9383-H6715-storage {
    margin-bottom: 50px !important;
    padding: 40px 30px !important;
    background-color: #e3f2fd !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
}

.L0174-U9383-H6715-storage-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 30px !important;
    padding-bottom: 15px !important;
    position: relative !important;
}

.L0174-U9383-H6715-storage-title:after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 80px !important;
    height: 3px !important;
    background: #2196f3 !important;
}

.L0174-U9383-H6715-storage-method {
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 20px !important;
    margin-bottom: 25px !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
    border-left: 5px solid #2196f3 !important;
    color: #4a4a4a !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

.L0174-U9383-H6715-storage-tips {
    margin-top: 30px !important;
}

.L0174-U9383-H6715-storage-tips-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: #4a4a4a !important;
}

.L0174-U9383-H6715-tips-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    gap: 20px !important;
}

.L0174-U9383-H6715-tip-item {
    position: relative !important;
    padding: 20px 20px 20px 50px !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    font-size: 15px !important;
}

.L0174-U9383-H6715-tip-item:before {
    content: "✓" !important;
    position: absolute !important;
    left: 20px !important;
    top: 19px !important;
    width: 22px !important;
    height: 22px !important;
    background-color: #bbdefb !important;
    border-radius: 50% !important;
    color: #2196f3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

/* 푸터 섹션 */
.L0174-U9383-H6715-footer {
    margin-top: 50px !important;
    padding: 30px !important;
    background-color: #f9f9f9 !important;
    border-radius: 15px !important;
    text-align: center !important;
    border-top: 2px solid #eaeaea !important;
}

.L0174-U9383-H6715-company-info {
    font-size: 15px !important;
    color: #666 !important;
    margin-bottom: 15px !important;
}

.L0174-U9383-H6715-contact-info {
    font-size: 15px !important;
    color: #666 !important;
}

/* 반응형 디자인 */
@media screen and (max-width: 768px) {
    .L0174-U9383-H6715-product-info {
        flex-direction: column !important;
    }
    
    .L0174-U9383-H6715-title {
        font-size: 28px !important;
    }
    
    .L0174-U9383-H6715-subtitle {
        font-size: 16px !important;
    }
    
    .L0174-U9383-H6715-section-title,
    .L0174-U9383-H6715-nutrition-title,
    .L0174-U9383-H6715-recipes-title,
    .L0174-U9383-H6715-storage-title {
        font-size: 22px !important;
    }
    
    .L0174-U9383-H6715-product-name {
        font-size: 24px !important;
    }
    
    .L0174-U9383-H6715-feature-list,
    .L0174-U9383-H6715-nutrition-grid,
    .L0174-U9383-H6715-recipe-container,
    .L0174-U9383-H6715-tips-container {
        grid-template-columns: 1fr !important;
    }
}

/* 스토리 헤딩 및 텍스트 고정 스타일 */
.tks-story-heading {
    font-size: 24px !important;
}

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