/* =========================================
   extra.css — 보조 스타일 (instructor img error)
   ========================================= */

/* instructor profile img-err 처리 */
.profile-img-wrap.img-err {
  background: var(--g200, #f1f5f9);
}
.profile-img-wrap .img-err-ui {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  background: var(--orange-l, #fff0eb);
}
.profile-img-wrap.img-err .img-err-ui {
  display: flex;
}
