@charset "UTF-8";
/* ============================== 핵심 포인트 ============================== */
#sub-wrap .sub__point h3 strong {
  position: relative;
  font-size: 120px;
}
#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 {
  position: relative;
  width: 965px;
  height: 605px;
  background: url(../img/sub-9/point/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: 80px;
  top: 230px;
}
#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;
  font-size: 14px;
  text-align: left;
  color: #676767;
}
.part__list li span {
  font-size: 25px;
  font-weight: 700;
  color: #4b4b4b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

/* ============================== 시술 특징 ============================== */
#sub-wrap .sub__speciality .special__img {
  background: url(../img/sub-9/speciality/bg.jpg) center no-repeat;
}
#sub-wrap .sub__speciality .special__container ul li {
  white-space: normal;
}
#sub-wrap .sub__speciality .special__container ul li span {
  font-size: 14px;
  color: #676767;
  display: contents;
}

/* ============================== 전담의 ============================== */
.sub__dedicated {
  background: url(../img/sub-1/dedicated/bg.jpg) center no-repeat;
}
.sub__dedicated .dedi__wrapper .dedi__container p span {
  font-size: 18px;
}
.sub__dedicated .dedi__wrapper .dedi__container p span strong {
  font-weight: 700;
}

.sub__part {
  padding: 140px 0 !important;
}
.sub__part p span {
  font-weight: 500;
}

.sub__desc strong {
  font-weight: 500 !important;
}/*# sourceMappingURL=sub-9.min.css.map */