/* O0607-O6966-T6901 상품 상세 페이지 스타일 */

/* 전체 래퍼 스타일 */
.O0607-O6966-T6901_wrapper {
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  font-family: 'Noto Sans KR', sans-serif !important;
  color: #333 !important;
  line-height: 1.6 !important;
  box-sizing: border-box !important;
  padding: 0 !important;
}

.O0607-O6966-T6901_wrapper * {
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 섹션 공통 스타일 */
.O0607-O6966-T6901_section {
  width: 100% !important;
  margin-bottom: 50px !important;
  padding: 20px !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
}

/* 헤더 섹션 */
.O0607-O6966-T6901_header {
  text-align: center !important;
  margin-bottom: 30px !important;
  padding: 30px 20px !important;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9) !important;
  border-radius: 10px !important;
}

.O0607-O6966-T6901_title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #2e7d32 !important;
  margin-bottom: 15px !important;
  font-family: 'Noto Serif KR', serif !important;
}

.O0607-O6966-T6901_subtitle {
  font-size: 18px !important;
  color: #43a047 !important;
  margin-bottom: 10px !important;
}

/* 상품 메인 이미지 섹션 */
.O0607-O6966-T6901_main-image {
  text-align: center !important;
  margin-bottom: 30px !important;
}

.O0607-O6966-T6901_main-image img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

/* 상품 정보 섹션 */
.O0607-O6966-T6901_info-section {
  margin-bottom: 40px !important;
  padding: 25px !important;
  background-color: #f1f8e9 !important;
  border-radius: 10px !important;
}

.O0607-O6966-T6901_info-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: #33691e !important;
  border-bottom: 2px solid #aed581 !important;
  padding-bottom: 10px !important;
}

.O0607-O6966-T6901_info-card {
  background: #fff !important;
  border-radius: 8px !important;
  padding: 20px !important;
  margin-bottom: 15px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
  transition: transform 0.3s ease !important;
}

.O0607-O6966-T6901_info-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.O0607-O6966-T6901_info-item {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 15px !important;
  border-bottom: 1px dashed #dcedc8 !important;
  padding-bottom: 15px !important;
}

.O0607-O6966-T6901_info-item:last-child {
  margin-bottom: 0 !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.O0607-O6966-T6901_info-icon {
  flex: 0 0 40px !important;
  height: 40px !important;
  background-color: #dcedc8 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 15px !important;
  font-size: 20px !important;
  color: #558b2f !important;
}

.O0607-O6966-T6901_info-content {
  flex: 1 !important;
}

.O0607-O6966-T6901_info-label {
  font-weight: 700 !important;
  margin-bottom: 5px !important;
  color: #33691e !important;
  font-size: 16px !important;
}

.O0607-O6966-T6901_info-value {
  color: #33691e !important;
  font-size: 14px !important;
}

.O0607-O6966-T6901_highlight {
  color: #689f38 !important;
  font-weight: 500 !important;
}

/* 상품 상세 이미지 섹션 */
.O0607-O6966-T6901_detail-image {
  text-align: center !important;
  margin: 40px 0 !important;
}

.O0607-O6966-T6901_detail-image img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

/* 특징 섹션 */
.O0607-O6966-T6901_features {
  margin-bottom: 40px !important;
}

.O0607-O6966-T6901_features-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: #33691e !important;
  border-bottom: 2px solid #aed581 !important;
  padding-bottom: 10px !important;
}

.O0607-O6966-T6901_feature-list {
  list-style-type: none !important;
}

.O0607-O6966-T6901_feature-item {
  margin-bottom: 15px !important;
  padding-left: 25px !important;
  position: relative !important;
}

.O0607-O6966-T6901_feature-item:before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  color: #7cb342 !important;
  font-weight: bold !important;
}

/* 용도 및 활용법 섹션 */
.O0607-O6966-T6901_usage {
  margin-bottom: 40px !important;
  background-color: #f1f8e9 !important;
  padding: 25px !important;
  border-radius: 10px !important;
}

.O0607-O6966-T6901_usage-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: #33691e !important;
  border-bottom: 2px solid #aed581 !important;
  padding-bottom: 10px !important;
}

.O0607-O6966-T6901_usage-content {
  line-height: 1.8 !important;
}

/* 주의사항 섹션 */
.O0607-O6966-T6901_caution {
  margin-bottom: 40px !important;
  background-color: #fff8e1 !important;
  padding: 25px !important;
  border-radius: 10px !important;
  border-left: 4px solid #ffb300 !important;
}

.O0607-O6966-T6901_caution-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: #ff8f00 !important;
  display: flex !important;
  align-items: center !important;
}

.O0607-O6966-T6901_caution-title:before {
  content: "⚠️" !important;
  margin-right: 10px !important;
}

.O0607-O6966-T6901_caution-list {
  list-style-type: none !important;
}

.O0607-O6966-T6901_caution-item {
  margin-bottom: 10px !important;
  padding-left: 20px !important;
  position: relative !important;
  color: #795548 !important;
}

.O0607-O6966-T6901_caution-item:before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  color: #ff8f00 !important;
  font-weight: bold !important;
}

/* 스토리 섹션 */
.O0607-O6966-T6901_story {
  margin-bottom: 40px !important;
  padding: 30px !important;
  background-color: #f1f8e9 !important;
  border-radius: 10px !important;
  position: relative !important;
}

.O0607-O6966-T6901_story:before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url('/ai.cookzzang/item/O0607-O6966-T6901/images/main.png') !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 0.1 !important;
  z-index: 0 !important;
  border-radius: 10px !important;
}

.O0607-O6966-T6901_story-content {
  position: relative !important;
  z-index: 1 !important;
}

.O0607-O6966-T6901_story-heading {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: #33691e !important;
  font-family: 'Noto Serif KR', serif !important;
}

.O0607-O6966-T6901_story-text {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #33691e !important;
}

/* 푸터 섹션 */
.O0607-O6966-T6901_footer {
  padding: 30px 20px !important;
  background-color: #f1f8e9 !important;
  border-radius: 10px !important;
  text-align: center !important;
}

.O0607-O6966-T6901_company-info {
  margin-bottom: 15px !important;
  font-size: 14px !important;
  color: #558b2f !important;
}

.O0607-O6966-T6901_company-name {
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #558b2f !important;
  margin-bottom: 5px !important;
}

.O0607-O6966-T6901_contact-info {
  font-size: 14px !important;
  color: #558b2f !important;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
  .O0607-O6966-T6901_title {
    font-size: 28px !important;
  }
  
  .O0607-O6966-T6901_subtitle {
    font-size: 16px !important;
  }
  
  .O0607-O6966-T6901_info-section,
  .O0607-O6966-T6901_features,
  .O0607-O6966-T6901_usage,
  .O0607-O6966-T6901_caution,
  .O0607-O6966-T6901_story {
    padding: 20px !important;
  }
  
  .O0607-O6966-T6901_info-title,
  .O0607-O6966-T6901_features-title,
  .O0607-O6966-T6901_usage-title,
  .O0607-O6966-T6901_caution-title,
  .O0607-O6966-T6901_story-heading {
    font-size: 22px !important;
  }
}

@media (max-width: 576px) {
  .O0607-O6966-T6901_title {
    font-size: 24px !important;
  }
  
  .O0607-O6966-T6901_subtitle {
    font-size: 14px !important;
  }
  
  .O0607-O6966-T6901_info-item {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  
  .O0607-O6966-T6901_info-icon {
    margin-bottom: 10px !important;
  }
  
  .O0607-O6966-T6901_info-title,
  .O0607-O6966-T6901_features-title,
  .O0607-O6966-T6901_usage-title,
  .O0607-O6966-T6901_caution-title,
  .O0607-O6966-T6901_story-heading {
    font-size: 20px !important;
  }
  
  .O0607-O6966-T6901_story-text {
    font-size: 16px !important;
  }
}