/* P5181-T2659-A3892 상품 상세 페이지 스타일 */

/* 전체 래퍼 스타일 */
.P5181-T2659-A3892_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;
}

.P5181-T2659-A3892_wrapper * {
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 섹션 공통 스타일 */
.P5181-T2659-A3892_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;
}

/* 헤더 섹션 */
.P5181-T2659-A3892_header {
  text-align: center !important;
  margin-bottom: 30px !important;
  padding: 30px 20px !important;
  background: linear-gradient(135deg, #f5f0ff, #e2d6ff) !important;
  border-radius: 10px !important;
}

.P5181-T2659-A3892_title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #5e35b1 !important;
  margin-bottom: 15px !important;
  font-family: 'Noto Serif KR', serif !important;
}

.P5181-T2659-A3892_subtitle {
  font-size: 18px !important;
  color: #7e57c2 !important;
  margin-bottom: 10px !important;
}

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

.P5181-T2659-A3892_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;
}

/* 상품 정보 섹션 */
.P5181-T2659-A3892_info-section {
  margin-bottom: 40px !important;
  padding: 25px !important;
  background-color: #ede7f6 !important;
  border-radius: 10px !important;
}

.P5181-T2659-A3892_info-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: #4527a0 !important;
  border-bottom: 2px solid #b39ddb !important;
  padding-bottom: 10px !important;
}

.P5181-T2659-A3892_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;
}

.P5181-T2659-A3892_info-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.P5181-T2659-A3892_info-item {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 15px !important;
  border-bottom: 1px dashed #d1c4e9 !important;
  padding-bottom: 15px !important;
}

.P5181-T2659-A3892_info-item:last-child {
  margin-bottom: 0 !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.P5181-T2659-A3892_info-icon {
  flex: 0 0 40px !important;
  height: 40px !important;
  background-color: #d1c4e9 !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: #5e35b1 !important;
}

.P5181-T2659-A3892_info-content {
  flex: 1 !important;
}

.P5181-T2659-A3892_info-label {
  font-weight: 700 !important;
  margin-bottom: 5px !important;
  color: #4527a0 !important;
  font-size: 16px !important;
}

.P5181-T2659-A3892_info-value {
  color: #4527a0 !important;
  font-size: 14px !important;
}

.P5181-T2659-A3892_highlight {
  color: #673ab7 !important;
  font-weight: 500 !important;
}

/* 특징 섹션 */
.P5181-T2659-A3892_features {
  margin-bottom: 40px !important;
}

.P5181-T2659-A3892_features-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: #4527a0 !important;
  border-bottom: 2px solid #b39ddb !important;
  padding-bottom: 10px !important;
}

.P5181-T2659-A3892_feature-list {
  list-style-type: none !important;
}

.P5181-T2659-A3892_feature-item {
  margin-bottom: 15px !important;
  padding-left: 25px !important;
  position: relative !important;
}

.P5181-T2659-A3892_feature-item:before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  color: #7e57c2 !important;
  font-weight: bold !important;
}

/* 용도 및 활용법 섹션 */
.P5181-T2659-A3892_usage {
  margin-bottom: 40px !important;
  background-color: #ede7f6 !important;
  padding: 25px !important;
  border-radius: 10px !important;
}

.P5181-T2659-A3892_usage-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: #4527a0 !important;
  border-bottom: 2px solid #b39ddb !important;
  padding-bottom: 10px !important;
}

.P5181-T2659-A3892_usage-content {
  line-height: 1.8 !important;
}

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

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

.P5181-T2659-A3892_caution-title:before {
  content: "⚠️" !important;
  margin-right: 10px !important;
}

.P5181-T2659-A3892_caution-list {
  list-style-type: none !important;
}

.P5181-T2659-A3892_caution-item {
  margin-bottom: 10px !important;
  padding-left: 20px !important;
  position: relative !important;
  color: #795548 !important;
}

.P5181-T2659-A3892_caution-item:before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  color: #ff8f00 !important;
  font-weight: bold !important;
}

/* 스토리 섹션 */
.P5181-T2659-A3892_story {
  margin-bottom: 40px !important;
  padding: 30px !important;
  background-color: #ede7f6 !important;
  border-radius: 10px !important;
  position: relative !important;
}

.P5181-T2659-A3892_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/P5181-T2659-A3892/images/main.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 0.1 !important;
  z-index: 0 !important;
  border-radius: 10px !important;
}

.P5181-T2659-A3892_story-content {
  position: relative !important;
  z-index: 1 !important;
}

.P5181-T2659-A3892_story-heading {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: #4527a0 !important;
  font-family: 'Noto Serif KR', serif !important;
}

.P5181-T2659-A3892_story-text {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #4527a0 !important;
}

/* 푸터 섹션 */
.P5181-T2659-A3892_footer {
  padding: 30px 20px !important;
  background-color: #ede7f6 !important;
  border-radius: 10px !important;
  text-align: center !important;
}

.P5181-T2659-A3892_company-info {
  margin-bottom: 15px !important;
  font-size: 14px !important;
  color: #5e35b1 !important;
}

.P5181-T2659-A3892_company-name {
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #5e35b1 !important;
  margin-bottom: 5px !important;
}

.P5181-T2659-A3892_contact-info {
  font-size: 14px !important;
  color: #5e35b1 !important;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
  .P5181-T2659-A3892_title {
    font-size: 28px !important;
  }
  
  .P5181-T2659-A3892_subtitle {
    font-size: 16px !important;
  }
  
  .P5181-T2659-A3892_info-section,
  .P5181-T2659-A3892_features,
  .P5181-T2659-A3892_usage,
  .P5181-T2659-A3892_caution,
  .P5181-T2659-A3892_story {
    padding: 20px !important;
  }
  
  .P5181-T2659-A3892_info-title,
  .P5181-T2659-A3892_features-title,
  .P5181-T2659-A3892_usage-title,
  .P5181-T2659-A3892_caution-title,
  .P5181-T2659-A3892_story-heading {
    font-size: 22px !important;
  }
}

@media (max-width: 576px) {
  .P5181-T2659-A3892_title {
    font-size: 24px !important;
  }
  
  .P5181-T2659-A3892_subtitle {
    font-size: 14px !important;
  }
  
  .P5181-T2659-A3892_info-item {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  
  .P5181-T2659-A3892_info-icon {
    margin-bottom: 10px !important;
  }
  
  .P5181-T2659-A3892_info-title,
  .P5181-T2659-A3892_features-title,
  .P5181-T2659-A3892_usage-title,
  .P5181-T2659-A3892_caution-title,
  .P5181-T2659-A3892_story-heading {
    font-size: 20px !important;
  }
  
  .P5181-T2659-A3892_story-text {
    font-size: 16px !important;
  }
}