/* 전체 페이지 컨테이너 스타일 */
.V9142-B5250-M7467_wrapper * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: 'Noto Sans KR', sans-serif !important;
}

.V9142-B5250-M7467_wrapper {
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  color: #333333 !important;
  background-color: #ffffff !important;
}

/* 헤더 섹션 스타일 */
.V9142-B5250-M7467_header {
  text-align: center !important;
  padding: 20px 0 30px 0 !important;
  border-bottom: 1px solid #e8e8e8 !important;
  margin-bottom: 30px !important;
}

.V9142-B5250-M7467_product-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  margin-bottom: 10px !important;
}

.V9142-B5250-M7467_product-subtitle {
  font-size: 18px !important;
  color: #666666 !important;
  font-weight: 400 !important;
}

/* 메인 이미지 섹션 스타일 */
.V9142-B5250-M7467_main-image {
  text-align: center !important;
  margin: 30px 0 !important;
  background-color: #000000 !important;
  border-radius: 10px !important;
  padding: 30px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.V9142-B5250-M7467_main-image img {
  max-width: 100% !important;
  height: auto !important;
}

/* 제품 정보 카드 섹션 스타일 */
.V9142-B5250-M7467_info-section {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  margin: 30px 0 !important;
  gap: 20px !important;
}

.V9142-B5250-M7467_info-card {
  flex: 1 !important;
  min-width: 200px !important;
  background-color: #f0f4f8 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  text-align: center !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) !important;
  transition: transform 0.3s ease !important;
  border: 1px solid #e0e8f0 !important;
}

.V9142-B5250-M7467_info-card:hover {
  transform: translateY(-5px) !important;
}

.V9142-B5250-M7467_info-icon {
  font-size: 36px !important;
  margin-bottom: 10px !important;
}

.V9142-B5250-M7467_info-title {
  font-size: 16px !important;
  color: #666666 !important;
  margin-bottom: 5px !important;
}

.V9142-B5250-M7467_info-value {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #4285f4 !important;
}/* 섹션 제목 공통 스타일 */
.V9142-B5250-M7467_section-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  margin: 40px 0 20px 0 !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #4285f4 !important;
  position: relative !important;
}

.V9142-B5250-M7467_section-title::after {
  content: '' !important;
  position: absolute !important;
  bottom: -2px !important;
  left: 0 !important;
  width: 60px !important;
  height: 2px !important;
  background-color: #34a853 !important;
}

/* 상품 설명 섹션 스타일 */
.V9142-B5250-M7467_description-section {
  margin: 40px 0 !important;
}

.V9142-B5250-M7467_description-content {
  line-height: 1.6 !important;
  font-size: 16px !important;
}

.V9142-B5250-M7467_description-content p {
  margin-bottom: 20px !important;
}

.V9142-B5250-M7467_product-image-gallery {
  margin: 30px 0 !important;
  text-align: center !important;
  background-color: #f5f5f5 !important;
  padding: 20px !important;
  border-radius: 10px !important;
}

.V9142-B5250-M7467_product-image-gallery img {
  max-width: 100% !important;
  height: auto !important;
}

/* 상품 특징 섹션 스타일 */
.V9142-B5250-M7467_features-section {
  margin: 40px 0 !important;
  background-color: #f0f4f8 !important;
  padding: 30px !important;
  border-radius: 10px !important;
}

.V9142-B5250-M7467_features-content {
  margin-top: 20px !important;
}

.V9142-B5250-M7467_features-image {
  text-align: center !important;
  margin-bottom: 30px !important;
}

.V9142-B5250-M7467_features-image img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 10px !important;
  background-color: #ffffff !important;
  padding: 15px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}

.V9142-B5250-M7467_features-list {
  list-style: none !important;
}

.V9142-B5250-M7467_feature-item {
  display: flex !important;
  align-items: flex-start !important;
  margin-bottom: 15px !important;
  background-color: #ffffff !important;
  padding: 15px !important;
  border-radius: 8px !important;
  transition: transform 0.3s ease !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}

.V9142-B5250-M7467_feature-item:hover {
  transform: translateX(5px) !important;
  box-shadow: 0 3px 8px rgba(66, 133, 244, 0.15) !important;
}

.V9142-B5250-M7467_feature-icon {
  margin-right: 15px !important;
  font-size: 20px !important;
  color: #4285f4 !important;
}

.V9142-B5250-M7467_feature-text {
  font-size: 16px !important;
  line-height: 1.5 !important;
}/* 상품 상세 정보 섹션 스타일 */
.V9142-B5250-M7467_detail-section {
  margin: 40px 0 !important;
}

.V9142-B5250-M7467_detail-image {
  text-align: center !important;
  margin-bottom: 30px !important;
}

.V9142-B5250-M7467_detail-image img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 10px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}

.V9142-B5250-M7467_spec-table {
  width: 100% !important;
  border: 1px solid #e0e8f0 !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  margin-bottom: 30px !important;
}

.V9142-B5250-M7467_spec-row {
  display: flex !important;
  border-bottom: 1px solid #e0e8f0 !important;
}

.V9142-B5250-M7467_spec-row:last-child {
  border-bottom: none !important;
}

.V9142-B5250-M7467_spec-label {
  width: 30% !important;
  padding: 15px !important;
  background-color: #f0f4f8 !important;
  font-weight: 500 !important;
  border-right: 1px solid #e0e8f0 !important;
}

.V9142-B5250-M7467_spec-value {
  width: 70% !important;
  padding: 15px !important;
}

/* 활용 아이디어 섹션 스타일 */
.V9142-B5250-M7467_usage-section {
  margin: 40px 0 !important;
}

.V9142-B5250-M7467_usage-cards {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  justify-content: space-between !important;
}

.V9142-B5250-M7467_usage-card {
  flex: 1 !important;
  min-width: 200px !important;
  background-color: #ffffff !important;
  border: 1px solid #e0e8f0 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  text-align: center !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
}

.V9142-B5250-M7467_usage-card:hover {
  border-color: #4285f4 !important;
  box-shadow: 0 5px 15px rgba(66, 133, 244, 0.2) !important;
}

.V9142-B5250-M7467_usage-icon {
  font-size: 40px !important;
  margin-bottom: 15px !important;
}

.V9142-B5250-M7467_usage-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  color: #333333 !important;
}

.V9142-B5250-M7467_usage-description {
  font-size: 14px !important;
  color: #666666 !important;
  line-height: 1.5 !important;
}

/* 구매 안내 섹션 스타일 */
.V9142-B5250-M7467_purchase-guide {
  margin: 40px 0 !important;
  background-color: #f0f4f8 !important;
  padding: 30px !important;
  border-radius: 10px !important;
}

.V9142-B5250-M7467_guide-content {
  margin-top: 20px !important;
}

.V9142-B5250-M7467_guide-item {
  margin-bottom: 20px !important;
}

.V9142-B5250-M7467_guide-subtitle {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  color: #333333 !important;
}

.V9142-B5250-M7467_guide-text {
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #555555 !important;
}

/* 푸터 섹션 스타일 */
.V9142-B5250-M7467_footer {
  margin-top: 60px !important;
  padding: 30px 0 !important;
  border-top: 1px solid #e0e8f0 !important;
}

.V9142-B5250-M7467_company-info {
  text-align: center !important;
  color: #666666 !important;
}

.V9142-B5250-M7467_company-name {
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}

.V9142-B5250-M7467_company-contact,
.V9142-B5250-M7467_company-email {
  font-size: 14px !important;
  margin-bottom: 5px !important;
}

/* 반응형 디자인 */
@media screen and (max-width: 768px) {
  .V9142-B5250-M7467_product-title {
    font-size: 24px !important;
  }
  
  .V9142-B5250-M7467_product-subtitle {
    font-size: 16px !important;
  }
  
  .V9142-B5250-M7467_info-section,
  .V9142-B5250-M7467_usage-cards {
    flex-direction: column !important;
  }
  
  .V9142-B5250-M7467_info-card,
  .V9142-B5250-M7467_usage-card {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  
  .V9142-B5250-M7467_spec-label,
  .V9142-B5250-M7467_spec-value {
    width: 100% !important;
    display: block !important;
  }
  
  .V9142-B5250-M7467_spec-row {
    flex-direction: column !important;
  }
}

/* 스토리 헤딩/텍스트 규정 스타일 */
.V9142-B5250-M7467_story-heading {
  font-size: 24px !important;
}

.V9142-B5250-M7467_story-text {
  font-size: 18px !important;
}