/**
 * Heidolph 솔루션 소개 컨텐츠 스킨 전용 스타일
 * (Tailwind로 처리 불가한 배경 이미지, 자식 선택자만 유지)
 */

/* Heidolph 인트로 배경 이미지 */
.ctt-heidolph-intro {
  background-image: url('../../../img/solution/heidolph.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ctt_admin{
  display: none;
}

/* 본문 span(700) / strong(600, black) - Tailwind로 자식 스타일 불가 */
.ctt-heidolph-section-body span {
  font-weight: 700;
}

.ctt-heidolph-section-body strong {
  font-weight: 600;
  color: #000000;
}

/* 카드 설명 내 span 유지 */
.ctt-heidolph-value-card-desc span {
  color: #696969;
  font-weight: 500;
}
