/* 오이피클 슬라이스 상세 페이지 스타일 - Z7234-Q9543-X6214 */
@charset "utf-8";

/* 전체 컨테이너 스타일 */
.tks-container {
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  font-family: 'Noto Sans KR', sans-serif !important;
  color: #333 !important;
  line-height: 1.6 !important;
  box-sizing: border-box !important;
}

/* 섹션 공통 스타일 */
.tks-section {
  width: 100% !important;
  margin-bottom: 60px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* 제품 헤더 섹션 */
.tks-header {
  text-align: center !important;
  padding: 40px 20px !important;
  background-color: #E8F5E9 !important;
  border-radius: 15px !important;
  margin-bottom: 40px !important;
}

.tks-product-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #2E7D32 !important;
  margin-bottom: 15px !important;
  line-height: 1.3 !important;
}

.tks-product-desc {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #43A047 !important;
  margin-bottom: 30px !important;
}

/* 핵심 정보 카드 스타일 */
.tks-info-card {
  background-color: white !important;
  border-radius: 10px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
  padding: 25px !important;
  margin-bottom: 30px !important;
  transition: transform 0.3s ease !important;
  border-left: 4px solid #4CAF50 !important;
}

.tks-info-card:hover {
  transform: translateY(-5px) !important;
}

.tks-card-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #2E7D32 !important;
  margin-bottom: 15px !important;
  display: flex !important;
  align-items: center !important;
}

.tks-emoji {
  font-size: 24px !important;
  margin-right: 8px !important;
}

.tks-card-content {
  font-size: 16px !important;
  color: #555 !important;
}

.tks-highlight {
  background-color: #E8F5E9 !important;
  padding: 2px 5px !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
  color: #2E7D32 !important;
}

/* 제품 이미지 스타일 */
.tks-product-image {
  width: 100% !important;
  height: auto !important;
  border-radius: 10px !important;
  margin-bottom: 20px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

/* 제품 스펙 테이블 스타일 */
.tks-spec-table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 30px 0 !important;
}

.tks-spec-table th, .tks-spec-table td {
  padding: 12px 15px !important;
  text-align: left !important;
  border-bottom: 1px solid #eee !important;
}

.tks-spec-table th {
  width: 30% !important;
  font-weight: 500 !important;
  color: #2E7D32 !important;
  background-color: #E8F5E9 !important;
}

/* 이점 리스트 스타일 */
.tks-benefits-list {
  padding: 0 !important;
  list-style-type: none !important;
}

.tks-benefits-item {
  position: relative !important;
  padding-left: 30px !important;
  margin-bottom: 15px !important;
  font-size: 16px !important;
}

.tks-benefits-item:before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #4CAF50 !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

/* 보관 방법 스타일 */
.tks-storage-section {
  background-color: #F5F5F5 !important;
  padding: 25px !important;
  border-radius: 10px !important;
  margin-top: 30px !important;
}

.tks-storage-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin-bottom: 15px !important;
  display: flex !important;
  align-items: center !important;
}

/* 푸터 스타일 */
.tks-footer {
  margin-top: 50px !important;
  padding: 30px 20px !important;
  background-color: #E8F5E9 !important;
  border-radius: 10px !important;
  text-align: center !important;
}

.tks-company-info {
  font-size: 14px !important;
  color: #666 !important;
  line-height: 1.6 !important;
}

.tks-company-name {
  font-weight: 700 !important;
  margin-bottom: 5px !important;
  font-size: 16px !important;
  color: #333 !important;
}

/* 스토리 섹션 스타일 */
.tks-story-section {
  padding: 30px 20px !important;
  background-color: #FFFFFF !important;
  border-radius: 10px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

.tks-story-heading {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #2E7D32 !important;
  margin-bottom: 20px !important;
  text-align: center !important;
}

.tks-story-text {
  font-size: 18px !important;
  color: #555 !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
}

/* 요리 레시피 섹션 */
.tks-recipe-card {
  background-color: #F9FFF9 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin-bottom: 20px !important;
  border-left: 3px solid #4CAF50 !important;
}

.tks-recipe-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  color: #2E7D32 !important;
}

.tks-recipe-desc {
  font-size: 15px !important;
  color: #666 !important;
}

/* 영양 정보 스타일 */
.tks-nutrition-box {
  background-color: #F1F8E9 !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin-top: 20px !important;
}

.tks-nutrition-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #33691E !important;
  margin-bottom: 15px !important;
  text-align: center !important;
}

.tks-nutrition-item {
  display: flex !important;
  justify-content: space-between !important;
  padding: 5px 0 !important;
  border-bottom: 1px dashed #C5E1A5 !important;
}

.tks-nutrition-name {
  font-weight: 500 !important;
  color: #555 !important;
}

.tks-nutrition-value {
  color: #33691E !important;
  font-weight: 500 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .tks-product-title {
    font-size: 28px !important;
  }
  
  .tks-product-desc {
    font-size: 16px !important;
  }
  
  .tks-spec-table th, .tks-spec-table td {
    padding: 10px !important;
  }
  
  .tks-spec-table th {
    width: 40% !important;
  }
  
  .tks-card-title {
    font-size: 18px !important;
  }
  
  .tks-story-heading {
    font-size: 22px !important;
  }
  
  .tks-story-text {
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  .tks-product-title {
    font-size: 24px !important;
  }
  
  .tks-header {
    padding: 30px 15px !important;
  }
  
  .tks-info-card {
    padding: 20px 15px !important;
  }
  
  .tks-card-title {
    font-size: 17px !important;
  }
  
  .tks-card-content {
    font-size: 15px !important;
  }
  
  .tks-benefits-item {
    font-size: 15px !important;
  }
  
  .tks-story-heading {
    font-size: 20px !important;
  }
  
  .tks-story-text {
    font-size: 15px !important;
  }
}