/* Z6193-E1030-Y3842 상품 상세 페이지 스타일 */

/* 전체 컨테이너 스타일 */
.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: #8f5a2c !important; /* 진한 갈색 */
  --secondary-color: #ddb06f !important; /* 금색 */
  --accent-color: #e8b439 !important; /* 밝은 금색 */
  --bg-light: #faf7f2 !important; /* 매우 연한 베이지 */
  --bg-medium: #f5efe5 !important; /* 연한 베이지 */
  --text-dark: #3a2a1d !important; /* 매우 진한 갈색 */
  --text-medium: #61483a !important; /* 중간 갈색 */
  --border-color: #e5d9c3 !important; /* 연한 베이지 테두리 */
}

/* 헤더 섹션 */
.tks-header {
  position: relative !important;
  background: linear-gradient(to right, var(--bg-light), var(--bg-medium)) !important;
  padding: 80px 30px 60px !important;
  text-align: center !important;
  overflow: hidden !important;
  border-bottom: 5px solid var(--secondary-color) !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='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ddb06f' fill-opacity='0.1'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  z-index: 0 !important;
}

.tks-premium-badge {
  display: inline-flex !important;
  align-items: center !important;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)) !important;
  color: white !important;
  padding: 8px 20px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
  position: relative !important;
  z-index: 1 !important;
  box-shadow: 0 5px 15px rgba(143, 90, 44, 0.3) !important;
}

.tks-badge-icon {
  margin-right: 8px !important;
  font-size: 18px !important;
}

.tks-product-title {
  font-size: 42px !important;
  font-weight: 700 !important;
  color: var(--text-dark) !important;
  margin-bottom: 25px !important;
  position: relative !important;
  z-index: 1 !important;
  font-family: 'Noto Serif KR', serif !important;
  line-height: 1.3 !important;
}

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

.tks-tag-container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
  position: relative !important;
  z-index: 1 !important;
  margin-top: 30px !important;
}

.tks-product-tag {
  background-color: white !important;
  color: var(--primary-color) !important;
  padding: 8px 18px !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: inline-flex !important;
  align-items: center !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
}

.tks-product-tag:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

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

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

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

/* 제품 이미지 */
.tks-product-image-wrapper {
  flex: 1 !important;
  min-width: 300px !important;
  max-width: 500px !important;
  position: relative !important;
}

.tks-image-container {
  position: relative !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 50px rgba(143, 90, 44, 0.15) !important;
  transform: perspective(1000px) rotateY(5deg) !important;
  transition: all 0.5s ease !important;
}

.tks-image-container:hover {
  transform: perspective(1000px) rotateY(0deg) !important;
}

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

.tks-image-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(143, 90, 44, 0.2) 100%) !important;
  pointer-events: none !important;
}

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

/* 제품 정보 */
.tks-product-details {
  flex: 1 !important;
  min-width: 300px !important;
  max-width: 600px !important;
}

.tks-details-header {
  margin-bottom: 30px !important;
}

.tks-details-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: var(--text-dark) !important;
  margin-bottom: 20px !important;
  position: relative !important;
  display: inline-block !important;
}

.tks-details-title::after {
  content: "" !important;
  position: absolute !important;
  bottom: -10px !important;
  left: 0 !important;
  width: 60px !important;
  height: 3px !important;
  background: linear-gradient(to right, var(--secondary-color), var(--accent-color)) !important;
}

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

.tks-info-card {
  background-color: white !important;
  border-radius: 15px !important;
  padding: 30px !important;
  margin-bottom: 25px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid var(--border-color) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.tks-info-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1) !important;
}

.tks-card-header {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid var(--border-color) !important;
}

.tks-card-icon {
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: var(--bg-light) !important;
  border-radius: 50% !important;
  margin-right: 15px !important;
  font-size: 20px !important;
  color: var(--primary-color) !important;
  flex-shrink: 0 !important;
}

.tks-card-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--text-dark) !important;
}

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

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

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

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

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

.tks-storage-summary {
  background-color: var(--bg-light) !important;
  border-radius: 15px !important;
  padding: 25px !important;
  position: relative !important;
  overflow: hidden !important;
  border-left: 4px solid var(--secondary-color) !important;
}

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

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

.tks-storage-description {
  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-features-section {
  padding: 80px 0 !important;
  position: relative !important;
  overflow: hidden !important;
  background-color: var(--bg-light) !important;
  margin: 0 -30px !important;
  padding: 80px 30px !important;
}

.tks-features-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='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ddb06f' fill-opacity='0.1'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  z-index: 0 !important;
}

.tks-section-header {
  text-align: center !important;
  margin-bottom: 60px !important;
  position: relative !important;
  z-index: 1 !important;
}

.tks-section-title {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: var(--text-dark) !important;
  margin-bottom: 20px !important;
  font-family: 'Noto Serif KR', serif !important;
  position: relative !important;
  display: inline-block !important;
}

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

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

.tks-features-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 30px !important;
  position: relative !important;
  z-index: 1 !important;
}

.tks-feature-card {
  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;
  align-items: center !important;
  text-align: center !important;
}

.tks-feature-card::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-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

.tks-feature-icon-wrapper {
  width: 80px !important;
  height: 80px !important;
  background-color: var(--bg-light) !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 25px !important;
  position: relative !important;
}

.tks-feature-icon-wrapper::after {
  content: "" !important;
  position: absolute !important;
  top: -5px !important;
  left: -5px !important;
  right: -5px !important;
  bottom: -5px !important;
  border-radius: 50% !important;
  border: 2px dashed var(--secondary-color) !important;
  opacity: 0.5 !important;
}

.tks-feature-icon {
  font-size: 32px !important;
  color: var(--primary-color) !important;
}

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

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

/* 활용법 섹션 */
.tks-usage-section {
  padding: 80px 0 !important;
}

.tks-usage-container {
  max-width: 1100px !important;
  margin: 0 auto !important;
}

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

.tks-usage-card {
  background-color: white !important;
  border-radius: 15px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.tks-usage-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

.tks-usage-header {
  background: linear-gradient(to right, var(--primary-color), var(--accent-color)) !important;
  color: white !important;
  padding: 20px !important;
  position: relative !important;
}

.tks-usage-number {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  width: 28px !important;
  height: 28px !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.tks-usage-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

.tks-usage-body {
  padding: 25px !important;
}

.tks-usage-description {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: var(--text-medium) !important;
  margin-bottom: 20px !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;
  border-left: 3px solid var(--secondary-color) !important;
}

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

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

/* 보관 방법 섹션 */
.tks-storage-section {
  padding: 80px 0 !important;
  background-color: var(--bg-light) !important;
  margin: 50px -30px 0 !important;
  padding: 80px 30px !important;
  position: relative !important;
}

.tks-storage-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='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ddb06f' fill-opacity='0.1'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  z-index: 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;
  z-index: 1 !important;
}

.tks-storage-header {
  text-align: center !important;
  margin-bottom: 40px !important;
}

.tks-storage-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--text-dark) !important;
  margin-bottom: 15px !important;
  font-family: 'Noto Serif KR', serif !important;
}

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

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

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

.tks-storage-item-icon {
  font-size: 24px !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-story-section {
  padding: 80px 0 !important;
}

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

.tks-story-heading {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--text-dark) !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: linear-gradient(to right, var(--primary-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-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
  margin-bottom: 15px !important;
}

.tks-story-box-text {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: var(--text-medium) !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='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ddb06f' fill-opacity='0.1'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !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(--text-dark) !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: 60px 20px 40px !important;
  }
  
  .tks-product-title {
    font-size: 32px !important;
  }
  
  .tks-product-subtitle {
    font-size: 16px !important;
  }
  
  .tks-main {
    padding: 60px 20px !important;
  }
  
  .tks-section-title {
    font-size: 28px !important;
  }
  
  .tks-details-title {
    font-size: 26px !important;
  }
  
  .tks-storage-grid {
    grid-template-columns: 1fr !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: 60px 20px !important;
  }
  
  .tks-specs-grid {
    grid-template-columns: 1fr !important;
  }
  
  .tks-features-section,
  .tks-storage-section {
    margin: 0 -20px !important;
  }
}

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

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