/* G7723-C2327-V4717 제품 상세 페이지 스타일 */

/* 전체 래퍼 스타일 */
.G7723-C2327-V4717_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;
}

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

/* 헤더 영역 */
.G7723-C2327-V4717_header {
  text-align: center !important;
  margin-bottom: 30px !important;
  padding: 20px 0 !important;
  border-bottom: 2px solid #f2f2f2 !important;
}

.G7723-C2327-V4717_title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #222222 !important;
  margin-bottom: 10px !important;
}

.G7723-C2327-V4717_subtitle {
  font-size: 18px !important;
  color: #666666 !important;
  margin-bottom: 15px !important;
}

/* 제품 정보 카드 */
.G7723-C2327-V4717_product-card {
  display: flex !important;
  flex-wrap: wrap !important;
  background-color: #f9f9f9 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 40px !important;
}

.G7723-C2327-V4717_product-image {
  flex: 1 1 300px !important;
  min-width: 300px !important;
  position: relative !important;
}

.G7723-C2327-V4717_product-image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
}

.G7723-C2327-V4717_product-info {
  flex: 1 1 400px !important;
  padding: 25px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.G7723-C2327-V4717_product-name {
  font-size: 26px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  color: #222222 !important;
}

.G7723-C2327-V4717_product-spec {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-bottom: 5px !important;
}

.G7723-C2327-V4717_spec-label {
  font-weight: 500 !important;
  color: #666666 !important;
  min-width: 80px !important;
  margin-right: 10px !important;
}

.G7723-C2327-V4717_spec-value {
  color: #333333 !important;
  flex: 1 !important;
}

.G7723-C2327-V4717_price-tag {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #22543d !important;
  margin: 20px 0 !important;
}

/* 제품 설명 섹션 */
.G7723-C2327-V4717_section {
  margin-bottom: 40px !important;
  padding: 20px !important;
  background-color: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
}

.G7723-C2327-V4717_section-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #222222 !important;
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #f2f2f2 !important;
  position: relative !important;
}

.G7723-C2327-V4717_section-title::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -2px !important;
  width: 60px !important;
  height: 2px !important;
  background-color: #22543d !important;
}

.G7723-C2327-V4717_story-heading {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #222222 !important;
  margin: 25px 0 15px 0 !important;
}

.G7723-C2327-V4717_story-text {
  font-size: 18px !important;
  line-height: 1.7 !important;
  color: #444444 !important;
  margin-bottom: 20px !important;
}

/* 특징 목록 */
.G7723-C2327-V4717_features {
  margin: 20px 0 !important;
}

.G7723-C2327-V4717_feature-item {
  display: flex !important;
  align-items: flex-start !important;
  margin-bottom: 15px !important;
  padding: 10px !important;
  background-color: #f0f7f5 !important;
  border-radius: 8px !important;
}

.G7723-C2327-V4717_feature-icon {
  font-size: 24px !important;
  margin-right: 15px !important;
  min-width: 30px !important;
  text-align: center !important;
}

.G7723-C2327-V4717_feature-text {
  flex: 1 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

/* 식당 김밥집 활용 하이라이트 섹션 */
.G7723-C2327-V4717_highlight {
  background-color: #e6f5f0 !important;
  border: 2px solid #22543d !important;
  border-radius: 8px !important;
  padding: 20px !important;
  margin: 30px 0 !important;
}

.G7723-C2327-V4717_highlight-title {
  color: #22543d !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  display: flex !important;
  align-items: center !important;
}

.G7723-C2327-V4717_highlight-title::before {
  content: '🍱' !important;
  margin-right: 10px !important;
  font-size: 24px !important;
}

.G7723-C2327-V4717_highlight-list {
  list-style: none !important;
  margin: 10px 0 !important;
}

.G7723-C2327-V4717_highlight-item {
  display: flex !important;
  align-items: flex-start !important;
  margin-bottom: 10px !important;
  padding-left: 15px !important;
  position: relative !important;
}

.G7723-C2327-V4717_highlight-item::before {
  content: '✓' !important;
  color: #22543d !important;
  position: absolute !important;
  left: 0 !important;
  font-weight: bold !important;
}

/* 이미지 갤러리 */
.G7723-C2327-V4717_gallery {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  gap: 20px !important;
  margin: 30px 0 !important;
}

.G7723-C2327-V4717_gallery-item {
  overflow: hidden !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}

.G7723-C2327-V4717_gallery-item img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  transition: transform 0.3s ease !important;
}

.G7723-C2327-V4717_gallery-item:hover img {
  transform: scale(1.05) !important;
}

.G7723-C2327-V4717_emphasis {
  color: #22543d !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

/* 푸터 영역 */
.G7723-C2327-V4717_footer {
  margin-top: 50px !important;
  padding: 30px 20px !important;
  background-color: #f5f5f5 !important;
  border-radius: 8px !important;
  text-align: center !important;
}

.G7723-C2327-V4717_site-info {
  font-size: 14px !important;
  color: #666666 !important;
  line-height: 1.8 !important;
}

.G7723-C2327-V4717_site-info p {
  margin-bottom: 8px !important;
}

.G7723-C2327-V4717_company-name {
  font-weight: 600 !important;
  color: #333333 !important;
  margin-bottom: 5px !important;
}

/* 반응형 스타일 */
@media screen and (max-width: 768px) {
  .G7723-C2327-V4717_title {
    font-size: 26px !important;
  }
  
  .G7723-C2327-V4717_subtitle {
    font-size: 16px !important;
  }
  
  .G7723-C2327-V4717_product-name {
    font-size: 22px !important;
  }
  
  .G7723-C2327-V4717_price-tag {
    font-size: 20px !important;
  }
  
  .G7723-C2327-V4717_section-title {
    font-size: 20px !important;
  }
  
  .G7723-C2327-V4717_story-heading {
    font-size: 22px !important;
  }
  
  .G7723-C2327-V4717_story-text {
    font-size: 16px !important;
  }
  
  .G7723-C2327-V4717_wrapper {
    padding: 15px !important;
  }
}

@media screen and (max-width: 480px) {
  .G7723-C2327-V4717_title {
    font-size: 22px !important;
  }
  
  .G7723-C2327-V4717_subtitle {
    font-size: 14px !important;
  }
  
  .G7723-C2327-V4717_product-name {
    font-size: 20px !important;
  }
  
  .G7723-C2327-V4717_story-heading {
    font-size: 20px !important;
  }
  
  .G7723-C2327-V4717_story-text {
    font-size: 15px !important;
  }
  
  .G7723-C2327-V4717_wrapper {
    padding: 10px !important;
  }
  
  .G7723-C2327-V4717_section {
    padding: 15px !important;
  }
  
  .G7723-C2327-V4717_highlight-title {
    font-size: 18px !important;
  }
}