/* 모든 요소에 기본 스타일 적용 */
.K5899-S7988-W8689_wrapper * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: 'Noto Sans KR', sans-serif !important;
}

/* 래퍼 스타일 */
.K5899-S7988-W8689_wrapper {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  background-color: #ffffff !important;
  color: #333333 !important;
}

/* 헤더 스타일 */
.K5899-S7988-W8689_header {
  text-align: center !important;
  margin-bottom: 30px !important;
  padding: 20px 0 !important;
  border-bottom: 2px solid #f2f2f2 !important;
}

.K5899-S7988-W8689_product-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  margin-bottom: 15px !important;
  font-family: 'Noto Serif KR', serif !important;
}

.K5899-S7988-W8689_header-info {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
}

.K5899-S7988-W8689_tag {
  background-color: #FF5722 !important;
  color: #ffffff !important;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.K5899-S7988-W8689_product-code {
  color: #666666 !important;
  font-size: 14px !important;
}

/* 하이라이트 섹션 스타일 */
.K5899-S7988-W8689_highlight-section {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
  margin-bottom: 50px !important;
  padding: 20px !important;
  background-color: #FFF3E0 !important;
  border-radius: 10px !important;
}

.K5899-S7988-W8689_highlight-image {
  flex: 1 !important;
  min-width: 300px !important;
  text-align: center !important;
}

.K5899-S7988-W8689_highlight-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;
}

.K5899-S7988-W8689_highlight-info {
  flex: 1 !important;
  min-width: 300px !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  gap: 20px !important;
}

.K5899-S7988-W8689_info-card {
  display: flex !important;
  align-items: center !important;
  background-color: #ffffff !important;
  padding: 15px !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}

.K5899-S7988-W8689_info-icon {
  font-size: 24px !important;
  margin-right: 15px !important;
}

.K5899-S7988-W8689_info-content h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #444444 !important;
  margin-bottom: 5px !important;
}

.K5899-S7988-W8689_info-content p {
  font-size: 15px !important;
  color: #666666 !important;
}

/* 소개 섹션 스타일 */
.K5899-S7988-W8689_intro-section {
  margin-bottom: 50px !important;
  padding: 30px !important;
  background-color: #FFECB3 !important;
  border-radius: 10px !important;
}

.K5899-S7988-W8689_intro-content {
  padding: 20px !important;
  background-color: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}

/* 섹션 제목 스타일 */
.K5899-S7988-W8689_section-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #FF5722 !important;
  font-family: 'Noto Serif KR', serif !important;
}

/* 특징 섹션 스타일 */
.K5899-S7988-W8689_features-section {
  margin-bottom: 50px !important;
}

.K5899-S7988-W8689_features-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 20px !important;
}

.K5899-S7988-W8689_feature-item {
  display: flex !important;
  align-items: flex-start !important;
  background-color: #FFF3E0 !important;
  padding: 20px !important;
  border-radius: 8px !important;
  transition: transform 0.3s ease !important;
}

.K5899-S7988-W8689_feature-item:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.K5899-S7988-W8689_feature-icon {
  font-size: 28px !important;
  margin-right: 15px !important;
  min-width: 40px !important;
  text-align: center !important;
}

.K5899-S7988-W8689_feature-text h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #444444 !important;
  margin-bottom: 8px !important;
}

.K5899-S7988-W8689_feature-text p {
  font-size: 15px !important;
  color: #666666 !important;
  line-height: 1.6 !important;
}

/* 사용 가이드 섹션 스타일 */
.K5899-S7988-W8689_usage-section {
  margin-bottom: 50px !important;
}

.K5899-S7988-W8689_usage-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 20px !important;
}

.K5899-S7988-W8689_usage-card {
  background-color: #ffffff !important;
  border: 1px solid #eeeeee !important;
  border-radius: 8px !important;
  padding: 20px !important;
  text-align: center !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}

.K5899-S7988-W8689_usage-step {
  display: inline-block !important;
  background-color: #FF5722 !important;
  color: #ffffff !important;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}

.K5899-S7988-W8689_usage-content h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #444444 !important;
  margin-bottom: 10px !important;
}

.K5899-S7988-W8689_usage-content p {
  font-size: 15px !important;
  color: #666666 !important;
}

/* 추천 음식 섹션 스타일 */
.K5899-S7988-W8689_recommend-section {
  margin-bottom: 50px !important;
}

.K5899-S7988-W8689_recommend-container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 15px !important;
  justify-content: center !important;
}

.K5899-S7988-W8689_recommend-item {
  background-color: #FFF3E0 !important;
  padding: 15px !important;
  border-radius: 8px !important;
  text-align: center !important;
  width: 100px !important;
  transition: transform 0.3s ease !important;
}

.K5899-S7988-W8689_recommend-item:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.K5899-S7988-W8689_recommend-icon {
  font-size: 28px !important;
  margin-bottom: 10px !important;
}

.K5899-S7988-W8689_recommend-item p {
  font-size: 14px !important;
  color: #666666 !important;
}

/* 사용 팁 섹션 스타일 */
.K5899-S7988-W8689_tips-section {
  margin-bottom: 50px !important;
  padding: 30px !important;
  background-color: #FFF8E1 !important;
  border-radius: 10px !important;
}

.K5899-S7988-W8689_tips-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.K5899-S7988-W8689_tip-item {
  display: flex !important;
  align-items: flex-start !important;
  background-color: #ffffff !important;
  padding: 20px !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}

.K5899-S7988-W8689_tip-icon {
  font-size: 24px !important;
  margin-right: 15px !important;
  min-width: 40px !important;
  text-align: center !important;
}

.K5899-S7988-W8689_tip-content h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #444444 !important;
  margin-bottom: 8px !important;
}

.K5899-S7988-W8689_tip-content p {
  font-size: 15px !important;
  color: #666666 !important;
  line-height: 1.6 !important;
}

/* 보관 방법 섹션 스타일 */
.K5899-S7988-W8689_storage-section {
  margin-bottom: 50px !important;
  background-color: #f9f9f9 !important;
  padding: 20px !important;
  border-radius: 10px !important;
}

.K5899-S7988-W8689_storage-container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  justify-content: center !important;
}

.K5899-S7988-W8689_storage-item {
  display: flex !important;
  align-items: center !important;
  background-color: #ffffff !important;
  padding: 15px 20px !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
  flex: 1 !important;
  min-width: 250px !important;
  max-width: 350px !important;
}

.K5899-S7988-W8689_storage-icon {
  font-size: 24px !important;
  margin-right: 15px !important;
}

.K5899-S7988-W8689_storage-item p {
  font-size: 15px !important;
  color: #666666 !important;
}

/* 푸터 스타일 */
.K5899-S7988-W8689_footer {
  margin-top: 50px !important;
  padding-top: 20px !important;
  border-top: 1px solid #eeeeee !important;
}

.K5899-S7988-W8689_footer-info {
  text-align: center !important;
}

.K5899-S7988-W8689_footer-info p {
  font-size: 14px !important;
  color: #888888 !important;
  margin-bottom: 5px !important;
}

/* 스토리 텍스트 스타일 */
.K5899-S7988-W8689_story-heading {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  color: #333333 !important;
  font-family: 'Noto Serif KR', serif !important;
}

.K5899-S7988-W8689_story-text {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #555555 !important;
  margin-bottom: 20px !important;
}

/* 반응형 미디어 쿼리 */
@media (max-width: 768px) {
  .K5899-S7988-W8689_product-title {
    font-size: 26px !important;
  }
  
  .K5899-S7988-W8689_highlight-section {
    flex-direction: column !important;
  }
  
  .K5899-S7988-W8689_highlight-info {
    grid-template-columns: 1fr !important;
  }
  
  .K5899-S7988-W8689_features-container {
    grid-template-columns: 1fr !important;
  }
  
  .K5899-S7988-W8689_usage-container {
    grid-template-columns: 1fr !important;
  }
  
  .K5899-S7988-W8689_storage-item {
    min-width: 100% !important;
  }
}