/* ==============================================
   195파이 냉면기대 검정 상세페이지 스타일
   Product Code: B5675-R7248-O6632
   ============================================== */

/* 전역 스타일 초기화 */
.B5675_R7248_O6632_wrapper * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.B5675_R7248_O6632_wrapper {
  font-family: 'Noto Sans KR', sans-serif !important;
  color: #2C3E50 !important;
  line-height: 1.6 !important;
  background: #FFFFFF !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Hero Section */
.B5675_R7248_O6632_hero {
  background: linear-gradient(135deg, #20C997 0%, #17A2B8 100%) !important;
  padding: 80px 20px !important;
  position: relative !important;
  overflow: hidden !important;
}

.B5675_R7248_O6632_hero::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 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') !important;
  background-size: cover !important;
  opacity: 0.3 !important;
}

.B5675_R7248_O6632_hero_content {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 60px !important;
  position: relative !important;
  z-index: 1 !important;
}

.B5675_R7248_O6632_hero_text {
  flex: 1 !important;
}

.B5675_R7248_O6632_hero_title {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  margin-bottom: 20px !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.2) !important;
}

.B5675_R7248_O6632_hero_subtitle {
  font-size: 20px !important;
  color: #F0F0F0 !important;
  margin-bottom: 30px !important;
  font-weight: 500 !important;
}

.B5675_R7248_O6632_hero_badges {
  display: flex !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
}

.B5675_R7248_O6632_badge {
  background: rgba(255, 255, 255, 0.95) !important;
  color: #20C997 !important;
  padding: 10px 20px !important;
  border-radius: 25px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
  display: inline-block !important;
}

.B5675_R7248_O6632_hero_image {
  flex: 1 !important;
  text-align: center !important;
}

.B5675_R7248_O6632_hero_image img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 20px !important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3) !important;
  transform: perspective(1000px) rotateY(-5deg) !important;
  transition: transform 0.3s ease !important;
}

.B5675_R7248_O6632_hero_image img:hover {
  transform: perspective(1000px) rotateY(0deg) scale(1.05) !important;
}

/* Features Section */
.B5675_R7248_O6632_features {
  padding: 80px 20px !important;
  background: #F8F9FA !important;
}

.B5675_R7248_O6632_section_title {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin-bottom: 50px !important;
  color: #2C3E50 !important;
}

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

.B5675_R7248_O6632_feature_card {
  background: #FFFFFF !important;
  padding: 40px 30px !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  border: 2px solid transparent !important;
}

.B5675_R7248_O6632_feature_card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 15px 40px rgba(32, 201, 151, 0.2) !important;
  border-color: #20C997 !important;
}

.B5675_R7248_O6632_feature_icon {
  font-size: 48px !important;
  margin-bottom: 20px !important;
}

.B5675_R7248_O6632_feature_title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #2C3E50 !important;
  margin-bottom: 15px !important;
}

.B5675_R7248_O6632_feature_desc {
  font-size: 15px !important;
  color: #6C757D !important;
  line-height: 1.7 !important;
}

/* Details Section */
.B5675_R7248_O6632_details {
  padding: 80px 20px !important;
  background: #FFFFFF !important;
}

.B5675_R7248_O6632_details_container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: flex !important;
  gap: 60px !important;
  align-items: center !important;
}

.B5675_R7248_O6632_details_image {
  flex: 1 !important;
}

.B5675_R7248_O6632_details_image img {
  width: 100% !important;
  height: auto !important;
  border-radius: 15px !important;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
}

.B5675_R7248_O6632_details_info {
  flex: 1 !important;
}

.B5675_R7248_O6632_info_row {
  display: flex !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid #E9ECEF !important;
  align-items: flex-start !important;
}

.B5675_R7248_O6632_info_row:last-child {
  border-bottom: none !important;
}

.B5675_R7248_O6632_info_label {
  font-weight: 600 !important;
  color: #495057 !important;
  min-width: 140px !important;
  font-size: 16px !important;
}

.B5675_R7248_O6632_info_value {
  color: #2C3E50 !important;
  font-size: 16px !important;
  flex: 1 !important;
}

/* Guide Section */
.B5675_R7248_O6632_guide {
  padding: 80px 20px !important;
  background: linear-gradient(135deg, #20C997 0%, #17A2B8 100%) !important;
  position: relative !important;
}

.B5675_R7248_O6632_guide .B5675_R7248_O6632_section_title {
  color: #FFFFFF !important;
}

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

.B5675_R7248_O6632_guide_card {
  background: rgba(255, 255, 255, 0.95) !important;
  padding: 40px 30px !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
  position: relative !important;
  overflow: hidden !important;
}

.B5675_R7248_O6632_guide_card::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 5px !important;
  height: 100% !important;
  background: linear-gradient(180deg, #20C997 0%, #17A2B8 100%) !important;
}

.B5675_R7248_O6632_guide_number {
  width: 50px !important;
  height: 50px !important;
  background: linear-gradient(135deg, #20C997 0%, #17A2B8 100%) !important;
  color: #FFFFFF !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

.B5675_R7248_O6632_guide_title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #2C3E50 !important;
  margin-bottom: 15px !important;
}

.B5675_R7248_O6632_guide_desc {
  font-size: 15px !important;
  color: #6C757D !important;
  line-height: 1.7 !important;
}

/* Reviews Section */
.B5675_R7248_O6632_reviews {
  padding: 80px 20px !important;
  background: #F8F9FA !important;
}

.B5675_R7248_O6632_reviews_grid {
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 25px !important;
}

.B5675_R7248_O6632_review_card {
  background: #FFFFFF !important;
  padding: 30px 25px !important;
  border-radius: 15px !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
  border-left: 4px solid #20C997 !important;
  transition: all 0.3s ease !important;
}

.B5675_R7248_O6632_review_card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 12px 30px rgba(32, 201, 151, 0.15) !important;
}

.B5675_R7248_O6632_review_header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 15px !important;
}

.B5675_R7248_O6632_review_stars {
  color: #FFC107 !important;
  font-size: 16px !important;
}

.B5675_R7248_O6632_review_author {
  font-weight: 600 !important;
  color: #495057 !important;
  font-size: 14px !important;
}

.B5675_R7248_O6632_review_text {
  font-size: 15px !important;
  color: #2C3E50 !important;
  line-height: 1.6 !important;
}

/* CTA Section */
.B5675_R7248_O6632_cta {
  padding: 80px 20px !important;
  background: linear-gradient(135deg, #2C3E50 0%, #20C997 100%) !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
}

.B5675_R7248_O6632_cta::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;
  animation: pulse 15s ease-in-out infinite !important;
}

@keyframes pulse {
  0%, 100% { transform: scale(1) !important; opacity: 0.5 !important; }
  50% { transform: scale(1.1) !important; opacity: 0.8 !important; }
}

.B5675_R7248_O6632_cta_title {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  margin-bottom: 20px !important;
  position: relative !important;
  z-index: 1 !important;
}

.B5675_R7248_O6632_cta_subtitle {
  font-size: 20px !important;
  color: #F0F0F0 !important;
  font-weight: 500 !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Footer */
.B5675_R7248_O6632_footer {
  background: #2C3E50 !important;
  color: #FFFFFF !important;
  padding: 50px 20px 30px !important;
}

.B5675_R7248_O6632_footer_content {
  max-width: 1200px !important;
  margin: 0 auto 30px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
  gap: 40px !important;
}

.B5675_R7248_O6632_footer_logo h3 {
  font-family: 'Noto Serif KR', serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  margin-bottom: 10px !important;
}

.B5675_R7248_O6632_footer_info p {
  font-size: 15px !important;
  color: #BDC3C7 !important;
  margin-bottom: 10px !important;
  line-height: 1.6 !important;
}

.B5675_R7248_O6632_footer_info strong {
  color: #FFFFFF !important;
  font-weight: 600 !important;
}

.B5675_R7248_O6632_footer_copyright {
  text-align: center !important;
  padding-top: 30px !important;
  border-top: 1px solid rgba(255,255,255,0.1) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.B5675_R7248_O6632_footer_copyright p {
  font-size: 14px !important;
  color: #95A5A6 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .B5675_R7248_O6632_hero {
    padding: 50px 20px !important;
  }
  
  .B5675_R7248_O6632_hero_content {
    flex-direction: column !important;
    gap: 40px !important;
  }
  
  .B5675_R7248_O6632_hero_title {
    font-size: 32px !important;
  }
  
  .B5675_R7248_O6632_hero_subtitle {
    font-size: 16px !important;
  }
  
  .B5675_R7248_O6632_section_title {
    font-size: 28px !important;
  }
  
  .B5675_R7248_O6632_features,
  .B5675_R7248_O6632_details,
  .B5675_R7248_O6632_guide,
  .B5675_R7248_O6632_reviews,
  .B5675_R7248_O6632_cta {
    padding: 50px 20px !important;
  }
  
  .B5675_R7248_O6632_details_container {
    flex-direction: column !important;
    gap: 40px !important;
  }
  
  .B5675_R7248_O6632_features_grid,
  .B5675_R7248_O6632_guide_content,
  .B5675_R7248_O6632_reviews_grid {
    grid-template-columns: 1fr !important;
  }
  
  .B5675_R7248_O6632_cta_title {
    font-size: 28px !important;
  }
  
  .B5675_R7248_O6632_cta_subtitle {
    font-size: 16px !important;
  }
  
  .B5675_R7248_O6632_footer_content {
    flex-direction: column !important;
    text-align: center !important;
  }
  
  .B5675_R7248_O6632_info_label {
    min-width: 100px !important;
    font-size: 14px !important;
  }
  
  .B5675_R7248_O6632_info_value {
    font-size: 14px !important;
  }
}
