/* 실당면 용구분사 10kg 상세페이지 스타일시트 */
/* 제품코드: G5988-G4131-I4595 */

/* 전역 스타일 및 리셋 */
.G5988-G4131-I4595_wrapper * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.G5988-G4131-I4595_wrapper {
  font-family: 'Noto Sans KR', sans-serif !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  background-color: #ffffff !important;
  color: #333333 !important;
  line-height: 1.6 !important;
}

/* 섹션 공통 스타일 */
.G5988-G4131-I4595_wrapper section {
  margin: 60px 0 !important;
  padding: 40px 20px !important;
}

.G5988-G4131-I4595_section-title {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin-bottom: 40px !important;
  color: #2c2c2c !important;
}

/* 메인 히어로 섹션 */
.G5988-G4131-I4595_hero {
  background: linear-gradient(135deg, #fff8f0 0%, #ffe4cc 100%) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 40px !important;
  padding: 60px 40px !important;
}

.G5988-G4131-I4595_hero-content {
  flex: 1 !important;
  padding: 20px !important;
}

.G5988-G4131-I4595_hero-badge {
  display: inline-block !important;
  background-color: #ff8c42 !important;
  color: #ffffff !important;
  padding: 8px 20px !important;
  border-radius: 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}

.G5988-G4131-I4595_hero-title {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #2c2c2c !important;
  margin-bottom: 20px !important;
  line-height: 1.3 !important;
}

.G5988-G4131-I4595_hero-subtitle {
  font-size: 20px !important;
  color: #666666 !important;
  margin-bottom: 30px !important;
  line-height: 1.8 !important;
}

.G5988-G4131-I4595_hero-price {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: 30px !important;
}

.G5988-G4131-I4595_price-label {
  font-size: 16px !important;
  color: #ff8c42 !important;
  font-weight: 600 !important;
}

.G5988-G4131-I4595_price-value {
  font-size: 28px !important;
  color: #2c2c2c !important;
  font-weight: 700 !important;
}

.G5988-G4131-I4595_hero-image {
  flex: 1 !important;
  max-width: 500px !important;
}

/* 제품 소개 섹션 */
.G5988-G4131-I4595_intro {
  background-color: #f9f9f9 !important;
  border-radius: 15px !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 40px !important;
  align-items: center !important;
}

.G5988-G4131-I4595_intro-content {
  flex: 1 !important;
  padding: 20px !important;
}

.G5988-G4131-I4595_intro-text {
  font-size: 18px !important;
  color: #555555 !important;
  line-height: 2 !important;
  text-align: justify !important;
}

.G5988-G4131-I4595_intro-image {
  flex: 1 !important;
  max-width: 500px !important;
}

/* 특징 섹션 */
.G5988-G4131-I4595_features {
  background: linear-gradient(135deg, #fef9f5 0%, #fff 100%) !important;
  border-radius: 15px !important;
}

.G5988-G4131-I4595_feature-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px !important;
  margin-top: 40px !important;
}

.G5988-G4131-I4595_feature-card {
  background-color: #ffffff !important;
  padding: 30px !important;
  border-radius: 15px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  text-align: center !important;
}

.G5988-G4131-I4595_feature-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 25px rgba(255, 140, 66, 0.2) !important;
}

.G5988-G4131-I4595_feature-icon {
  font-size: 48px !important;
  margin-bottom: 20px !important;
}

.G5988-G4131-I4595_feature-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #2c2c2c !important;
  margin-bottom: 15px !important;
}

.G5988-G4131-I4595_feature-desc {
  font-size: 16px !important;
  color: #666666 !important;
  line-height: 1.8 !important;
}

/* 활용 방법 섹션 */
.G5988-G4131-I4595_usage {
  background-color: #fff !important;
}

.G5988-G4131-I4595_usage-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px !important;
  margin-top: 40px !important;
}

.G5988-G4131-I4595_usage-item {
  background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%) !important;
  padding: 30px !important;
  border-radius: 15px !important;
  border-left: 5px solid #ff8c42 !important;
  transition: all 0.3s ease !important;
}

.G5988-G4131-I4595_usage-item:hover {
  transform: translateX(5px) !important;
  box-shadow: 0 5px 20px rgba(255, 140, 66, 0.15) !important;
}

.G5988-G4131-I4595_usage-number {
  display: inline-block !important;
  background-color: #ff8c42 !important;
  color: #ffffff !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  text-align: center !important;
  line-height: 40px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}

.G5988-G4131-I4595_usage-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #2c2c2c !important;
  margin-bottom: 15px !important;
}

.G5988-G4131-I4595_usage-text {
  font-size: 16px !important;
  color: #666666 !important;
  line-height: 1.8 !important;
}

/* 조리 가이드 섹션 */
.G5988-G4131-I4595_cooking {
  background: linear-gradient(135deg, #ffe4cc 0%, #fff8f0 100%) !important;
  border-radius: 15px !important;
}

.G5988-G4131-I4595_cooking-steps {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: 40px !important;
  gap: 20px !important;
}

.G5988-G4131-I4595_cooking-step {
  flex: 1 !important;
  background-color: #ffffff !important;
  padding: 30px !important;
  border-radius: 15px !important;
  text-align: center !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
}

.G5988-G4131-I4595_step-badge {
  display: inline-block !important;
  background-color: #ff8c42 !important;
  color: #ffffff !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}

.G5988-G4131-I4595_step-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #2c2c2c !important;
  margin-bottom: 10px !important;
}

.G5988-G4131-I4595_step-desc {
  font-size: 15px !important;
  color: #666666 !important;
  line-height: 1.8 !important;
}

.G5988-G4131-I4595_cooking-arrow {
  font-size: 32px !important;
  color: #ff8c42 !important;
  font-weight: 700 !important;
}

/* 보관 정보 섹션 */
.G5988-G4131-I4595_storage {
  background-color: #f9f9f9 !important;
  border-radius: 15px !important;
}

.G5988-G4131-I4595_storage-container {
  background-color: #ffffff !important;
  padding: 40px !important;
  border-radius: 15px !important;
  border: 2px solid #ffe4cc !important;
}

.G5988-G4131-I4595_storage-header {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  margin-bottom: 30px !important;
}

.G5988-G4131-I4595_storage-icon {
  font-size: 48px !important;
}

.G5988-G4131-I4595_storage-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  margin-bottom: 30px !important;
}

.G5988-G4131-I4595_storage-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 20px !important;
  background-color: #fff8f0 !important;
  border-radius: 10px !important;
}

.G5988-G4131-I4595_storage-label {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #2c2c2c !important;
}

.G5988-G4131-I4595_storage-value {
  font-size: 16px !important;
  color: #666666 !important;
  text-align: right !important;
}

.G5988-G4131-I4595_storage-tips {
  background: linear-gradient(135deg, #ffe4cc 0%, #fff8f0 100%) !important;
  padding: 25px !important;
  border-radius: 10px !important;
}

.G5988-G4131-I4595_tips-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #2c2c2c !important;
  margin-bottom: 15px !important;
}

.G5988-G4131-I4595_tips-list {
  list-style: none !important;
}

.G5988-G4131-I4595_tips-list li {
  font-size: 15px !important;
  color: #555555 !important;
  line-height: 2 !important;
  padding-left: 20px !important;
  position: relative !important;
}

.G5988-G4131-I4595_tips-list li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  color: #ff8c42 !important;
  font-weight: 700 !important;
}

/* 리뷰 섹션 */
.G5988-G4131-I4595_reviews {
  background: linear-gradient(135deg, #fff 0%, #fef9f5 100%) !important;
  border-radius: 15px !important;
}

.G5988-G4131-I4595_review-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px !important;
  margin-top: 40px !important;
}

.G5988-G4131-I4595_review-card {
  background-color: #ffffff !important;
  padding: 30px !important;
  border-radius: 15px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease !important;
}

.G5988-G4131-I4595_review-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 25px rgba(255, 140, 66, 0.2) !important;
}

.G5988-G4131-I4595_review-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.G5988-G4131-I4595_review-type {
  background-color: #fff8f0 !important;
  color: #ff8c42 !important;
  padding: 6px 15px !important;
  border-radius: 15px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.G5988-G4131-I4595_review-stars {
  color: #ffc107 !important;
  font-size: 16px !important;
}

.G5988-G4131-I4595_review-text {
  font-size: 16px !important;
  color: #333333 !important;
  line-height: 1.8 !important;
  margin-bottom: 15px !important;
}

.G5988-G4131-I4595_review-author {
  font-size: 14px !important;
  color: #999999 !important;
  font-style: italic !important;
}

/* 상세 정보 섹션 */
.G5988-G4131-I4595_details {
  background-color: #f9f9f9 !important;
  border-radius: 15px !important;
}

.G5988-G4131-I4595_details-table {
  background-color: #ffffff !important;
  border-radius: 15px !important;
  overflow: hidden !important;
  border: 2px solid #ffe4cc !important;
}

.G5988-G4131-I4595_detail-row {
  display: flex !important;
  padding: 20px 30px !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.G5988-G4131-I4595_detail-row:last-child {
  border-bottom: none !important;
}

.G5988-G4131-I4595_detail-row:nth-child(even) {
  background-color: #fff8f0 !important;
}

.G5988-G4131-I4595_detail-label {
  flex: 0 0 200px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #2c2c2c !important;
}

.G5988-G4131-I4595_detail-value {
  flex: 1 !important;
  font-size: 16px !important;
  color: #666666 !important;
}

/* 푸터 섹션 */
.G5988-G4131-I4595_footer {
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%) !important;
  color: #ffffff !important;
  padding: 50px 40px 30px !important;
  border-radius: 15px !important;
  margin-top: 80px !important;
}

.G5988-G4131-I4595_footer-content {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  margin-bottom: 30px !important;
  gap: 40px !important;
}

.G5988-G4131-I4595_footer-logo h3 {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #ff8c42 !important;
  margin-bottom: 10px !important;
}

.G5988-G4131-I4595_footer-logo p {
  font-size: 14px !important;
  color: #cccccc !important;
}

.G5988-G4131-I4595_footer-info {
  display: flex !important;
  gap: 50px !important;
}

.G5988-G4131-I4595_footer-section h4 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ff8c42 !important;
  margin-bottom: 15px !important;
}

.G5988-G4131-I4595_footer-section p {
  font-size: 14px !important;
  color: #cccccc !important;
  line-height: 1.8 !important;
  margin-bottom: 5px !important;
}

.G5988-G4131-I4595_footer-bottom {
  border-top: 1px solid #444444 !important;
  padding-top: 20px !important;
  text-align: center !important;
}

.G5988-G4131-I4595_footer-bottom p {
  font-size: 14px !important;
  color: #999999 !important;
}

/* 반응형 디자인 - 태블릿 */
@media (max-width: 768px) {
  .G5988-G4131-I4595_hero {
    flex-direction: column !important;
    padding: 40px 30px !important;
  }

  .G5988-G4131-I4595_hero-title {
    font-size: 36px !important;
  }

  .G5988-G4131-I4595_hero-subtitle {
    font-size: 18px !important;
  }

  .G5988-G4131-I4595_intro {
    flex-direction: column !important;
  }

  .G5988-G4131-I4595_feature-grid {
    grid-template-columns: 1fr !important;
  }

  .G5988-G4131-I4595_usage-grid {
    grid-template-columns: 1fr !important;
  }

  .G5988-G4131-I4595_cooking-steps {
    flex-direction: column !important;
  }

  .G5988-G4131-I4595_cooking-arrow {
    transform: rotate(90deg) !important;
  }

  .G5988-G4131-I4595_review-grid {
    grid-template-columns: 1fr !important;
  }

  .G5988-G4131-I4595_footer-content {
    flex-direction: column !important;
    gap: 30px !important;
  }

  .G5988-G4131-I4595_footer-info {
    flex-direction: column !important;
    gap: 25px !important;
  }

  .G5988-G4131-I4595_section-title {
    font-size: 28px !important;
  }
}

/* 반응형 디자인 - 모바일 */
@media (max-width: 480px) {
  .G5988-G4131-I4595_wrapper {
    padding: 0 15px !important;
  }

  .G5988-G4131-I4595_hero {
    padding: 30px 20px !important;
  }

  .G5988-G4131-I4595_hero-title {
    font-size: 28px !important;
  }

  .G5988-G4131-I4595_hero-subtitle {
    font-size: 16px !important;
  }

  .G5988-G4131-I4595_price-value {
    font-size: 24px !important;
  }

  .G5988-G4131-I4595_section-title {
    font-size: 24px !important;
  }

  .G5988-G4131-I4595_wrapper section {
    margin: 40px 0 !important;
    padding: 30px 15px !important;
  }

  .G5988-G4131-I4595_feature-card {
    padding: 25px !important;
  }

  .G5988-G4131-I4595_usage-item {
    padding: 25px !important;
  }

  .G5988-G4131-I4595_cooking-step {
    padding: 25px !important;
  }

  .G5988-G4131-I4595_detail-label {
    flex: 0 0 120px !important;
    font-size: 14px !important;
  }

  .G5988-G4131-I4595_detail-value {
    font-size: 14px !important;
  }

  .G5988-G4131-I4595_footer {
    padding: 40px 20px 20px !important;
  }
}
