/* U7693-N2352-Q5468 상세 페이지 스타일 */
.U7693-N2352-Q5468_wrapper * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: 'Noto Sans KR', sans-serif !important;
  color: #333 !important;
}

.U7693-N2352-Q5468_wrapper {
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  background-color: #fff !important;
}

/* 헤더 스타일 */
.U7693-N2352-Q5468_header {
  text-align: center !important;
  margin-bottom: 40px !important;
  padding: 20px 0 !important;
}

.U7693-N2352-Q5468_product-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  color: #222 !important;
}

.U7693-N2352-Q5468_product-subtitle {
  font-size: 18px !important;
  color: #666 !important;
  font-weight: 400 !important;
}

/* 메인 이미지 스타일 */
.U7693-N2352-Q5468_main-image-container {
  width: 100% !important;
  margin-bottom: 40px !important;
  text-align: center !important;
}

.U7693-N2352-Q5468_main-image {
  width: 100% !important;
  max-width: 800px !important;
  height: auto !important;
  border-radius: 8px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

/* 핵심 정보 카드 스타일 */
.U7693-N2352-Q5468_key-info {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 20px !important;
  margin-bottom: 50px !important;
}

.U7693-N2352-Q5468_info-card {
  background-color: #f0f7ff !important;
  border-radius: 10px !important;
  padding: 20px !important;
  width: 220px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
  transition: transform 0.3s ease !important;
}

.U7693-N2352-Q5468_info-card:hover {
  transform: translateY(-5px) !important;
}

.U7693-N2352-Q5468_info-icon {
  font-size: 40px !important;
  margin-bottom: 15px !important;
  text-align: center !important;
}

.U7693-N2352-Q5468_info-content {
  text-align: center !important;
}

.U7693-N2352-Q5468_info-content h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  color: #444 !important;
}

.U7693-N2352-Q5468_info-content p {
  font-size: 16px !important;
  color: #666 !important;
}

/* 섹션 공통 스타일 */
.U7693-N2352-Q5468_section-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
  color: #222 !important;
  text-align: center !important;
  position: relative !important;
  padding-bottom: 15px !important;
}

.U7693-N2352-Q5468_section-title:after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 50px !important;
  height: 3px !important;
  background-color: #3b82f6 !important;
}

/* 상세 설명 섹션 스타일 */
.U7693-N2352-Q5468_detail-section {
  margin-bottom: 50px !important;
  padding: 30px !important;
  background-color: #fff !important;
  border-radius: 10px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

.U7693-N2352-Q5468_detail-content {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
  align-items: center !important;
}

.U7693-N2352-Q5468_detail-text {
  flex: 1 !important;
  min-width: 300px !important;
}

.U7693-N2352-Q5468_detail-text p {
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin-bottom: 15px !important;
  color: #555 !important;
}

.U7693-N2352-Q5468_detail-image {
  flex: 1 !important;
  min-width: 300px !important;
  text-align: center !important;
}

.U7693-N2352-Q5468_sub-image {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 8px !important;
}

/* 특징 섹션 스타일 */
.U7693-N2352-Q5468_features-section {
  margin-bottom: 50px !important;
  padding: 30px !important;
  background-color: #f0f7ff !important;
  border-radius: 10px !important;
}

.U7693-N2352-Q5468_features-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
  gap: 20px !important;
}

.U7693-N2352-Q5468_feature-item {
  display: flex !important;
  align-items: center !important;
  padding: 15px !important;
  background-color: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05) !important;
}

.U7693-N2352-Q5468_feature-icon {
  font-size: 24px !important;
  margin-right: 15px !important;
  color: #3b82f6 !important;
}

.U7693-N2352-Q5468_feature-text {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #444 !important;
}

/* 용도별 추천 섹션 스타일 */
.U7693-N2352-Q5468_usage-section {
  margin-bottom: 50px !important;
  padding: 30px !important;
  background-color: #f8fafc !important;
  border-radius: 10px !important;
}

.U7693-N2352-Q5468_usage-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 25px !important;
}

.U7693-N2352-Q5468_usage-card {
  background-color: #fff !important;
  border-radius: 10px !important;
  padding: 25px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
  text-align: center !important;
  transition: transform 0.3s ease !important;
}

.U7693-N2352-Q5468_usage-card:hover {
  transform: translateY(-5px) !important;
}

.U7693-N2352-Q5468_usage-icon {
  font-size: 40px !important;
  margin-bottom: 15px !important;
}

.U7693-N2352-Q5468_usage-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  color: #333 !important;
}

.U7693-N2352-Q5468_usage-desc {
  font-size: 15px !important;
  color: #666 !important;
  line-height: 1.6 !important;
}

/* 보관 방법 섹션 스타일 */
.U7693-N2352-Q5468_storage-section {
  margin-bottom: 50px !important;
  padding: 30px !important;
  background-color: #fff8f0 !important;
  border-radius: 10px !important;
}

.U7693-N2352-Q5468_storage-info {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  background-color: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05) !important;
}

.U7693-N2352-Q5468_storage-icon {
  font-size: 30px !important;
  margin-right: 20px !important;
}

.U7693-N2352-Q5468_storage-text {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #444 !important;
  line-height: 1.6 !important;
}

/* 사이즈 비교 섹션 스타일 */
.U7693-N2352-Q5468_size-comparison-section {
  margin-bottom: 50px !important;
  padding: 30px !important;
  background-color: #f1f5f9 !important;
  border-radius: 10px !important;
}

.U7693-N2352-Q5468_size-comparison-content {
  background-color: #fff !important;
  border-radius: 8px !important;
  padding: 25px !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05) !important;
}

.U7693-N2352-Q5468_size-comparison-table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-bottom: 20px !important;
}

.U7693-N2352-Q5468_table-row {
  display: flex !important;
  border-bottom: 1px solid #eee !important;
}

.U7693-N2352-Q5468_table-header {
  background-color: #f1f5f9 !important;
  font-weight: 600 !important;
}

.U7693-N2352-Q5468_table-cell {
  flex: 1 !important;
  padding: 15px !important;
  text-align: center !important;
  font-size: 15px !important;
}

.U7693-N2352-Q5468_highlight-row {
  background-color: #f0f7ff !important;
  font-weight: 600 !important;
}

.U7693-N2352-Q5468_size-tip {
  background-color: #f9fafb !important;
  border-radius: 8px !important;
  padding: 15px !important;
  margin-top: 20px !important;
}

.U7693-N2352-Q5468_tip-icon {
  font-size: 20px !important;
  margin-right: 8px !important;
  vertical-align: middle !important;
}

/* 푸터 스타일 */
.U7693-N2352-Q5468_footer {
  margin-top: 60px !important;
  padding: 30px !important;
  border-top: 1px solid #eee !important;
  text-align: center !important;
}

.U7693-N2352-Q5468_company-info p {
  font-size: 14px !important;
  color: #777 !important;
  margin-bottom: 5px !important;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
  .U7693-N2352-Q5468_product-title {
    font-size: 28px !important;
  }
  
  .U7693-N2352-Q5468_product-subtitle {
    font-size: 16px !important;
  }
  
  .U7693-N2352-Q5468_info-card {
    width: 100% !important;
    max-width: 300px !important;
  }
  
  .U7693-N2352-Q5468_detail-content {
    flex-direction: column !important;
  }
  
  .U7693-N2352-Q5468_detail-text,
  .U7693-N2352-Q5468_detail-image {
    width: 100% !important;
  }
  
  .U7693-N2352-Q5468_features-list {
    grid-template-columns: 1fr !important;
  }
  
  .U7693-N2352-Q5468_usage-grid {
    grid-template-columns: 1fr !important;
  }
  
  .U7693-N2352-Q5468_storage-info {
    flex-direction: column !important;
    text-align: center !important;
  }
  
  .U7693-N2352-Q5468_storage-icon {
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  
  .U7693-N2352-Q5468_table-row {
    flex-direction: column !important;
  }
  
  .U7693-N2352-Q5468_table-cell {
    border-bottom: 1px solid #eee !important;
  }
  
  .U7693-N2352-Q5468_table-header .U7693-N2352-Q5468_table-cell {
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .U7693-N2352-Q5468_wrapper {
    padding: 15px !important;
  }
  
  .U7693-N2352-Q5468_product-title {
    font-size: 24px !important;
  }
  
  .U7693-N2352-Q5468_section-title {
    font-size: 20px !important;
  }
  
  .U7693-N2352-Q5468_detail-section,
  .U7693-N2352-Q5468_features-section,
  .U7693-N2352-Q5468_usage-section,
  .U7693-N2352-Q5468_storage-section,
  .U7693-N2352-Q5468_size-comparison-section {
    padding: 20px !important;
  }
}