/* ① 모바일에서만 줄바꿈 ------------------------ */
.mobile-br { display:none; }
@media (max-width:767px) { .mobile-br { display:inline; } }

/* ② 형광펜 ------------------------ */
.highlight-orange-black{
  background:linear-gradient(transparent 70%, #fff8b3 70%);
  color:#333; font-weight:700; padding:0 2px; border-radius:2px;
}

/* ③ 물결 밑줄 ------------------------ */
.gyul-wavy-underline{
  text-decoration:underline wavy #ff9900;
}
