@charset "utf-8";

/* 진료철학 페이지 — Tailwind로 처리 어려운 최상단 래퍼·공통 요소만 */
.content-philosophy-wrap {
  background-color: #f6f8fa;
}

.philosophy-section-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 80px;
}

@media (min-width: 1024px) {
  .philosophy-section-head {
    margin-bottom: 2.5rem;
  }
}

.philosophy-text {
  font-family: "Optima", sans-serif;
}

.philosophy-num {
  position: relative;
  padding-top: 5px;
  line-height: 1.2;
}

.philosophy-num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0033ff;
}
