@charset "UTF-8";
#sub__tab .panel__exam .exam__timeline.--flow {
  /* 박스 안 텍스트 옆 아이콘 */
}
#sub__tab .panel__exam .exam__timeline.--flow .timeline__boxes li .box__item::before {
  content: "";
  background-image: var(--ico);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  width: 22px;
  height: 22px;
  top: 2px;
  border-radius: 0;
}
#sub__tab .panel__exam .exam__timeline.--flow .timeline__boxes li .box__item {
  padding-left: 34px;
}
#sub__tab .panel__exam .exam__timeline.--flow {
  /* 로고칸 (둘째 줄 4번째) : 빈 박스, 배경 투명 */
}
#sub__tab .panel__exam .exam__timeline.--flow .timeline__boxes li.--logo {
  background: transparent;
}
#sub__tab .panel__exam .exam__timeline.--flow {
  /* 로고칸 아래 빈 step : 점·화살표 숨김 */
}
#sub__tab .panel__exam .exam__timeline.--flow .timeline__steps li:empty::before, #sub__tab .panel__exam .exam__timeline.--flow .timeline__steps li:empty::after {
  display: none;
}

/* 초기 필수검사 LIST 카드 배경 */
#sub__tab .panel__exam .exam__list-cards .list__card {
  background-repeat: no-repeat;
  background-position: right 30px bottom 24px;
  background-size: auto 120px;
}

#sub.section__special {
  align-items: flex-start;
}

#sub__tab .panel__exam .sec__tit + .exam__cap {
  margin-top: 0;
  text-align: center;
}/*# sourceMappingURL=sub_05.min.css.map */