/* ============================================================
   Section 4 — "CELLON CLINIC Cheongdam." 무한 가로 스크롤 marquee 제거.
   80+ 페이지 모두에 baked-in 된 .txt_line 마크업은 보존(DOM 손대지 않음) 하되
   marquee 애니메이션·텍스트 숨기고 그 자리에 자연스러운 hairline 구분선 노출.
   ============================================================ */

.section_main.section4 .txt_line {
  height: 1px;
  margin: 56px auto 0;
  max-width: 1280px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #d9cfc2 50%,
    transparent 100%
  );
  overflow: hidden;
}

.section_main.section4 .txt_line p {
  display: none !important;
  animation: none !important;
}

@media (max-width: 1200px) {
  .section_main.section4 .txt_line {
    margin: 40px 5% 0;
  }
}
