/* E4978-Z4677-J4061_style.css */
/* 전체 래퍼 스타일 */
.E4978-Z4677-J4061_wrapper * {
  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;
}

.E4978-Z4677-J4061_wrapper {
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  background-color: #ffffff !important;
}

/* 헤더 섹션 스타일 */
.E4978-Z4677-J4061_header {
  text-align: center !important;
  margin-bottom: 30px !important;
  padding: 20px 0 !important;
  border-bottom: 2px solid #f5f5f5 !important;
}

.E4978-Z4677-J4061_product-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  color: #111 !important;
}

.E4978-Z4677-J4061_product-highlight {
  font-size: 18px !important;
  color: #3949ab !important;
  font-weight: 500 !important;
  background-color: #e8eaf6 !important;
  padding: 10px 15px !important;
  border-radius: 8px !important;
  display: inline-block !important;
}

/* 메인 이미지 섹션 스타일 */
.E4978-Z4677-J4061_main-image-section {
  text-align: center !important;
  margin-bottom: 40px !important;
  background-color: #f9f9f9 !important;
  padding: 30px !important;
  border-radius: 10px !important;
}

.E4978-Z4677-J4061_main-image {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 5px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

/* 상품 이미지 갤러리 섹션 스타일 */
.E4978-Z4677-J4061_product-gallery {
  margin-bottom: 40px !important;
  background-color: #f5f5f5 !important;
  padding: 30px !important;
  border-radius: 10px !important;
}

.E4978-Z4677-J4061_image-gallery {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 20px !important;
  margin-top: 20px !important;
}

.E4978-Z4677-J4061_gallery-item {
  text-align: center !important;
  background-color: #ffffff !important;
  padding: 15px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.E4978-Z4677-J4061_gallery-image {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 5px !important;
  transition: transform 0.3s ease !important;
}

.E4978-Z4677-J4061_gallery-image:hover {
  transform: scale(1.05) !important;
}

/* 정보 카드 섹션 스타일 */
.E4978-Z4677-J4061_info-card-section {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  margin-bottom: 40px !important;
  justify-content: center !important;
}

.E4978-Z4677-J4061_info-card {
  flex: 1 1 30% !important;
  min-width: 250px !important;
  background-color: #e8eaf6 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08) !important;
  display: flex !important;
  align-items: center !important;
}

.E4978-Z4677-J4061_info-icon {
  font-size: 32px !important;
  margin-right: 15px !important;
}

.E4978-Z4677-J4061_info-content {
  flex: 1 !important;
}

.E4978-Z4677-J4061_info-title {
  font-size: 18px !important;
  font-weight: 500 !important;
  margin-bottom: 5px !important;
  color: #555 !important;
}

.E4978-Z4677-J4061_info-text {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #333 !important;
}

/* 섹션 제목 스타일 */
.E4978-Z4677-J4061_section-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #eaeaea !important;
  color: #222 !important;
}

/* 특징 섹션 스타일 */
.E4978-Z4677-J4061_features-section {
  margin-bottom: 40px !important;
  background-color: #fafafa !important;
  padding: 30px !important;
  border-radius: 10px !important;
}

.E4978-Z4677-J4061_feature-item {
  display: flex !important;
  align-items: flex-start !important;
  margin-bottom: 15px !important;
}

.E4978-Z4677-J4061_feature-icon {
  font-size: 18px !important;
  color: #3949ab !important;
  margin-right: 15px !important;
  flex-shrink: 0 !important;
}

.E4978-Z4677-J4061_feature-text {
  font-size: 16px !important;
  color: #444 !important;
}

/* 상세 정보 테이블 스타일 */
.E4978-Z4677-J4061_detail-section {
  margin-bottom: 40px !important;
}

.E4978-Z4677-J4061_detail-table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-top: 20px !important;
}

.E4978-Z4677-J4061_detail-row {
  display: flex !important;
  border-bottom: 1px solid #eaeaea !important;
}

.E4978-Z4677-J4061_detail-row:nth-child(odd) {
  background-color: #f9f9f9 !important;
}

.E4978-Z4677-J4061_detail-label {
  flex: 0 0 30% !important;
  font-weight: 500 !important;
  padding: 12px 15px !important;
  background-color: #c5cae9 !important;
  color: #555 !important;
}

.E4978-Z4677-J4061_detail-value {
  flex: 0 0 70% !important;
  padding: 12px 15px !important;
}

/* 활용 팁 섹션 스타일 */
.E4978-Z4677-J4061_tips-section {
  margin-bottom: 40px !important;
}

.E4978-Z4677-J4061_tip-item {
  display: flex !important;
  margin-bottom: 25px !important;
  background-color: #f8f9fa !important;
  border-radius: 10px !important;
  padding: 20px !important;
  border-left: 5px solid #3949ab !important;
}

.E4978-Z4677-J4061_tip-number {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #3949ab !important;
  margin-right: 20px !important;
  flex-shrink: 0 !important;
  width: 40px !important;
}

.E4978-Z4677-J4061_tip-content {
  flex: 1 !important;
}

.E4978-Z4677-J4061_story-heading {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  color: #333 !important;
}

.E4978-Z4677-J4061_story-text {
  font-size: 18px !important;
  color: #555 !important;
}

/* 주의사항 섹션 스타일 */
.E4978-Z4677-J4061_caution-section {
  margin-bottom: 40px !important;
  background-color: #fff8f8 !important;
  padding: 30px !important;
  border-radius: 10px !important;
  border: 1px solid #ffebeb !important;
}

.E4978-Z4677-J4061_caution-list {
  list-style-position: inside !important;
  padding-left: 20px !important;
}

.E4978-Z4677-J4061_caution-item {
  margin-bottom: 10px !important;
  font-size: 16px !important;
  color: #d32f2f !important;
  position: relative !important;
  padding-left: 15px !important;
}

.E4978-Z4677-J4061_caution-item::before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  color: #d32f2f !important;
}

/* 푸터 섹션 스타일 */
.E4978-Z4677-J4061_footer {
  margin-top: 60px !important;
  padding: 30px 0 !important;
  border-top: 1px solid #eaeaea !important;
  text-align: center !important;
}

.E4978-Z4677-J4061_footer-content {
  max-width: 600px !important;
  margin: 0 auto !important;
  font-size: 14px !important;
  color: #777 !important;
}

.E4978-Z4677-J4061_footer-company {
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}

.E4978-Z4677-J4061_footer-contact,
.E4978-Z4677-J4061_footer-email {
  margin-bottom: 5px !important;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
  .E4978-Z4677-J4061_product-title {
    font-size: 26px !important;
  }
  
  .E4978-Z4677-J4061_product-highlight {
    font-size: 16px !important;
  }
  
  .E4978-Z4677-J4061_info-card {
    min-width: 100% !important;
  }
  
  .E4978-Z4677-J4061_image-gallery {
    grid-template-columns: 1fr !important;
  }
  
  .E4978-Z4677-J4061_detail-row {
    flex-direction: column !important;
  }
  
  .E4978-Z4677-J4061_detail-label,
  .E4978-Z4677-J4061_detail-value {
    flex: 0 0 100% !important;
  }
  
  .E4978-Z4677-J4061_tip-item {
    flex-direction: column !important;
  }
  
  .E4978-Z4677-J4061_tip-number {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 480px) {
  .E4978-Z4677-J4061_section-title {
    font-size: 22px !important;
  }
  
  .E4978-Z4677-J4061_story-heading {
    font-size: 20px !important;
  }
  
  .E4978-Z4677-J4061_story-text {
    font-size: 16px !important;
  }
}
