/* R7817-X1506-B8258 상품 상세 페이지 스타일 */

/* 전체 컨테이너 스타일 */
.tks-container {
  width: 100% !important;
  max-width: 1200px !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;
  background-color: #fff !important;
}

/* 공통 컬러 팔레트 - 저염 제품의 건강한 이미지 반영 */
:root {
  --primary-color: #2c7873 !important; /* 깊은 청록색 */
  --secondary-color: #6fb98f !important; /* 밝은 녹색 */
  --accent-color: #004445 !important; /* 진한 청록색 */
  --bg-light: #f0f7f4 !important; /* 매우 연한 민트색 */
  --bg-medium: #e6f2ee !important; /* 연한 민트색 */
  --text-dark: #2b3e42 !important; /* 진한 청록 회색 */
  --text-medium: #547980 !important; /* 중간 청록 회색 */
  --light-accent: #9de0c9 !important; /* 연한 민트 초록 */
}

/* 헤더 섹션 */
.tks-header {
  position: relative !important;
  background: linear-gradient(135deg, var(--bg-light) 0%, var(--bg-medium) 100%) !important;
  padding: 70px 30px !important;
  border-radius: 0 0 30% 0 !important;
  overflow: hidden !important;
}

.tks-header::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232c7873' fill-opacity='0.08'%3E%3Cpath d='M30 30c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zm20 0c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zM10 10c0-4.42-3.58-8-8-8S-6 5.58-6 10s3.58 8 8 8 8-3.58 8-8zm20 0c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zM30 50c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zm20 0c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  opacity: 1 !important;
  z-index: 0 !important;
}

.tks-header-content {
  position: relative !important;
  z-index: 1 !important;
  text-align: center !important;
}

.tks-brand-name {
  display: inline-block !important;
  background-color: var(--primary-color) !important;
  color: white !important;
  padding: 6px 16px !important;
  border-radius: 30px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  box-shadow: 0 4px 10px rgba(44, 120, 115, 0.2) !important;
}

.tks-product-title {
  font-size: 38px !important;
  font-weight: 700 !important;
  color: var(--accent-color) !important;
  margin-bottom: 20px !important;
  font-family: 'Noto Serif KR', serif !important;
  line-height: 1.3 !important;
}

.tks-product-subtitle {
  max-width: 700px !important;
  margin: 0 auto 30px !important;
  font-size: 18px !important;
  color: var(--text-medium) !important;
  line-height: 1.8 !important;
}

.tks-header-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: center !important;
  margin-top: 20px !important;
}

.tks-header-tag {
  display: inline-flex !important;
  align-items: center !important;
  background-color: white !important;
  color: var(--primary-color) !important;
  padding: 6px 14px !important;
  border-radius: 30px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.tks-tag-icon {
  margin-right: 6px !important;
}

/* 메인 섹션 */
.tks-main {
  padding: 80px 30px !important;
}

/* 제품 소개 섹션 */
.tks-product-intro {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 80px !important;
}

/* 제품 이미지 갤러리 */
.tks-product-gallery {
  flex: 1 !important;
  min-width: 300px !important;
  max-width: 550px !important;
}

.tks-main-image-container {
  position: relative !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 15px 40px rgba(44, 120, 115, 0.15) !important;
  margin-bottom: 20px !important;
}

.tks-main-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  transition: transform 0.5s ease !important;
}

.tks-main-image:hover {
  transform: scale(1.03) !important;
}

.tks-image-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(44, 120, 115, 0.2) 100%) !important;
  pointer-events: none !important;
}

.tks-image-caption {
  text-align: center !important;
  color: var(--text-medium) !important;
  font-size: 14px !important;
  font-style: italic !important;
  margin-top: 10px !important;
}

.tks-thumbnail-container {
  display: flex !important;
  gap: 15px !important;
  margin-top: 20px !important;
}

.tks-thumbnail {
  flex: 1 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
  transition: transform 0.3s ease !important;
}

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

.tks-thumbnail img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* 제품 정보 요약 */
.tks-product-summary {
  flex: 1 !important;
  min-width: 300px !important;
  max-width: 550px !important;
}

.tks-summary-heading {
  font-size: 30px !important;
  font-weight: 700 !important;
  color: var(--accent-color) !important;
  margin-bottom: 25px !important;
  position: relative !important;
  display: inline-block !important;
}

.tks-summary-heading::after {
  content: "" !important;
  position: absolute !important;
  bottom: -10px !important;
  left: 0 !important;
  width: 60px !important;
  height: 3px !important;
  background-color: var(--secondary-color) !important;
}

.tks-summary-description {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: var(--text-medium) !important;
  margin-bottom: 30px !important;
}

.tks-info-card {
  background-color: var(--bg-light) !important;
  border-radius: 15px !important;
  padding: 25px !important;
  margin-bottom: 25px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

.tks-info-title {
  display: flex !important;
  align-items: center !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(44, 120, 115, 0.2) !important;
}

.tks-info-icon {
  font-size: 20px !important;
  margin-right: 10px !important;
}

.tks-info-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
  gap: 15px !important;
}

.tks-info-item {
  margin-bottom: 5px !important;
}

.tks-info-label {
  font-size: 14px !important;
  color: var(--text-medium) !important;
  margin-bottom: 5px !important;
  font-weight: 500 !important;
}

.tks-info-value {
  font-size: 16px !important;
  color: var(--text-dark) !important;
  font-weight: 600 !important;
}

.tks-price-value {
  font-size: 20px !important;
  color: var(--primary-color) !important;
  font-weight: 700 !important;
}

.tks-special-feature {
  background-color: white !important;
  border-radius: 15px !important;
  padding: 25px !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
  border-left: 4px solid var(--secondary-color) !important;
}

.tks-feature-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
  margin-bottom: 15px !important;
  display: flex !important;
  align-items: center !important;
}

.tks-feature-icon {
  margin-right: 10px !important;
  font-size: 20px !important;
}

.tks-feature-description {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: var(--text-medium) !important;
}

/* 제품 특징 섹션 */
.tks-features-section {
  padding: 60px 0 !important;
}

.tks-section-title {
  text-align: center !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: var(--accent-color) !important;
  margin-bottom: 50px !important;
  position: relative !important;
  padding-bottom: 15px !important;
  font-family: 'Noto Serif KR', serif !important;
}

.tks-section-title::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 80px !important;
  height: 3px !important;
  background-color: var(--secondary-color) !important;
}

.tks-features-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 30px !important;
  margin-top: 40px !important;
}

.tks-feature-box {
  background-color: white !important;
  border-radius: 15px !important;
  padding: 30px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

.tks-feature-box::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 4px !important;
  background: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
}

.tks-feature-box:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

.tks-feature-img {
  width: a 70px !important;
  height: 70px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: var(--bg-light) !important;
  border-radius: 50% !important;
  margin: 0 auto 20px !important;
  font-size: 30px !important;
  color: var(--primary-color) !important;
}

.tks-feature-name {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--accent-color) !important;
  margin-bottom: 15px !important;
  text-align: center !important;
}

.tks-feature-desc {
  flex-grow: 1 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: var(--text-medium) !important;
  text-align: center !important;
}

/* 활용법 섹션 */
.tks-usage-section {
  padding: 60px 0 !important;
  background-color: var(--bg-light) !important;
  position: relative !important;
  margin: 60px 0 !important;
  overflow: hidden !important;
}

.tks-usage-section::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232c7873' fill-opacity='0.08'%3E%3Cpath d='M30 30c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zm20 0c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zM10 10c0-4.42-3.58-8-8-8S-6 5.58-6 10s3.58 8 8 8 8-3.58 8-8zm20 0c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zM30 50c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zm20 0c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  opacity: 1 !important;
  z-index: 0 !important;
}

.tks-usage-container {
  position: relative !important;
  z-index: 1 !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 0 30px !important;
}

.tks-usage-cards {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 30px !important;
  margin-top: 40px !important;
}

.tks-usage-card {
  background-color: white !important;
  border-radius: 15px !important;
  padding: 25px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  position: relative !important;
}

.tks-usage-number {
  position: absolute !important;
  top: -15px !important;
  left: 25px !important;
  background-color: var(--primary-color) !important;
  color: white !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 10px rgba(44, 120, 115, 0.2) !important;
}

.tks-usage-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--accent-color) !important;
  margin: 15px 0 !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(44, 120, 115, 0.2) !important;
}

.tks-usage-description {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: var(--text-medium) !important;
  margin-bottom: 15px !important;
}

.tks-tip-box {
  background-color: var(--bg-light) !important;
  border-radius: 10px !important;
  padding: 15px !important;
  display: flex !important;
  align-items: flex-start !important;
}

.tks-tip-icon {
  font-size: 18px !important;
  color: var(--primary-color) !important;
  margin-right: 10px !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}

.tks-tip-content {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: var(--text-medium) !important;
  font-style: italic !important;
}

/* 보관 방법 섹션 */
.tks-storage-section {
  padding: 60px 0 !important;
}

.tks-storage-container {
  max-width: 900px !important;
  margin: 0 auto !important;
  background-color: white !important;
  border-radius: 20px !important;
  padding: 40px !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important;
  position: relative !important;
  overflow: hidden !important;
}

.tks-storage-container::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 6px !important;
  height: 100% !important;
  background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color)) !important;
}

.tks-storage-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--accent-color) !important;
  margin-bottom: 25px !important;
  padding-left: 15px !important;
}

.tks-storage-items {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 20px !important;
}

.tks-storage-item {
  background-color: var(--bg-light) !important;
  border-radius: 10px !important;
  padding: 20px !important;
  display: flex !important;
  align-items: flex-start !important;
}

.tks-storage-icon {
  font-size: 22px !important;
  color: var(--primary-color) !important;
  margin-right: 15px !important;
  flex-shrink: 0 !important;
}

.tks-storage-text {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: var(--text-medium) !important;
}

.tks-highlight {
  color: var(--primary-color) !important;
  font-weight: 700 !important;
}

/* 스토리 섹션 */
.tks-story-section {
  padding: 60px 0 !important;
  margin-top: 60px !important;
}

.tks-story-container {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 0 30px !important;
}

.tks-story-heading {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--accent-color) !important;
  margin-bottom: 25px !important;
  position: relative !important;
  display: inline-block !important;
  font-family: 'Noto Serif KR', serif !important;
}

.tks-story-heading::after {
  content: "" !important;
  position: absolute !important;
  bottom: -10px !important;
  left: 0 !important;
  width: 40px !important;
  height: 2px !important;
  background-color: var(--secondary-color) !important;
}

.tks-story-text {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: var(--text-medium) !important;
  margin-bottom: 25px !important;
}

.tks-story-box {
  background-color: var(--bg-light) !important;
  border-radius: 15px !important;
  padding: 30px !important;
  margin: 30px 0 !important;
  position: relative !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}

.tks-story-box::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232c7873' fill-opacity='0.08'%3E%3Cpath d='M30 30c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zm20 0c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zM10 10c0-4.42-3.58-8-8-8S-6 5.58-6 10s3.58 8 8 8 8-3.58 8-8zm20 0c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zM30 50c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zm20 0c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  opacity: 1 !important;
  z-index: 0 !important;
  border-radius: 15px !important;
}

.tks-story-box-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
  margin-bottom: 15px !important;
  position: relative !important;
  z-index: 1 !important;
}

.tks-story-box-text {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: var(--text-medium) !important;
  position: relative !important;
  z-index: 1 !important;
}

.tks-emphasis {
  color: var(--primary-color) !important;
  font-weight: 700 !important;
}

/* 푸터 섹션 */
.tks-footer {
  padding: 60px 30px !important;
  background-color: var(--bg-medium) !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
  margin-top: 80px !important;
}

.tks-footer::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232c7873' fill-opacity='0.08'%3E%3Cpath d='M30 30c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zm20 0c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zM10 10c0-4.42-3.58-8-8-8S-6 5.58-6 10s3.58 8 8 8 8-3.58 8-8zm20 0c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zM30 50c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zm20 0c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  opacity: 0.5 !important;
  z-index: 0 !important;
}

.tks-company-info {
  margin-bottom: 20px !important;
  position: relative !important;
  z-index: 1 !important;
}

.tks-company-name {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
  margin-bottom: 15px !important;
}

.tks-contact-info {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
  position: relative !important;
  z-index: 1 !important;
}

.tks-contact-item {
  display: flex !important;
  align-items: center !important;
}

.tks-contact-label {
  font-weight: 600 !important;
  color: var(--text-medium) !important;
  margin-right: 8px !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .tks-header {
    padding: 50px 20px !important;
    border-radius: 0 0 15% 0 !important;
  }
  
  .tks-product-title {
    font-size: 30px !important;
  }
  
  .tks-product-subtitle {
    font-size: 16px !important;
  }
  
  .tks-main {
    padding: 60px 20px !important;
  }
  
  .tks-section-title {
    font-size: 28px !important;
  }
  
  .tks-storage-container {
    padding: 30px !important;
  }
  
  .tks-story-heading {
    font-size: 22px !important;
  }
  
  .tks-story-text {
    font-size: 16px !important;
  }
  
  .tks-contact-info {
    flex-direction: column !important;
    gap: 15px !important;
  }
  
  .tks-features-section,
  .tks-usage-section,
  .tks-storage-section,
  .tks-story-section {
    padding: 50px 0 !important;
  }
  
  .tks-info-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 픽스된 스타일 정의 */
.tks-story-heading {
  font-size: 24px !important;
}

.tks-story-text {
  font-size: 18px !important;
}
