@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;
  height: 866px;
  background: url(../img/sub-2/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-2/speciality/bg.jpg) center no-repeat;
}

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

/* ============================== 전후사진 ============================== */
.before-after-photo {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 100px auto;
  flex-wrap: wrap;
}
.before-after-photo .img__inner {
  display: flex;
  width: calc(50% - 16px);
  margin-bottom: 50px;
}
.before-after-photo .img__inner .before p {
  padding: 10px 0;
  background-color: #111;
  color: #fff;
  text-align: left;
  padding-left: 20px;
}
.before-after-photo .img__inner .after p {
  padding: 10px 0;
  background-color: #9c1c2b;
  color: #fff;
  text-align: right;
  padding-right: 20px;
}/*# sourceMappingURL=sub-2.min.css.map */