@charset "UTF-8";
/* ============================== 핵심 포인트 ============================== */
#sub-wrap .sub__point h3 strong {
  position: relative;
}
#sub-wrap .sub__point h3 strong i {
  position: absolute;
  top: 0;
  right: -0.1em;
  font-size: 0.55em;
  font-weight: 100;
}
#sub-wrap .sub__point .point__bg {
  width: 738px;
  background: url(../img/sub-1/point/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#sub-wrap .sub__point .sub__desc span {
  color: var(--theme-color);
}

/* ============================== 시술 정보 ============================== */
.part__list {
  flex-wrap: wrap;
}
.part__list li {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

/* ============================== 시술 특징 ============================== */
#sub-wrap .sub__speciality .special__wrapper {
  margin-bottom: 125px;
}
#sub-wrap .sub__speciality .special__img {
  background: url(../img/sub-1/speciality/bg.jpg) center no-repeat;
}

/* ============================== 전담의 ============================== */
.sub__dedicated {
  background: url(../img/sub-1/dedicated/bg.jpg) center no-repeat;
}/*# sourceMappingURL=sub-1.min.css.map */