@charset "UTF-8";
/* ============================== 핵심 포인트 ============================== */
#sub-wrap .sub__point h3 strong {
  position: relative;
  font-size: 170px;
}
#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: 762px;
  height: 916px;
  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);
}

/* ============================== 시술 정보 ============================== */
.sub__part .part__list {
  flex-wrap: wrap;
  text-align: left;
}
.sub__part .part__list li {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.sub__part .part__list li p {
  font-size: 14px;
  color: #676767;
  font-weight: 300;
  margin-top: 8px;
  line-height: 1.7;
}

.sub__part .part__feature .part__list li {
  text-align: left;
}
.sub__part .part__feature .part__list li img {
  width: 456px;
  height: 286px;
}
.sub__part .part__feature .part__list li span {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/* ============================== 시술 특징 ============================== */
#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__recommend .reco__title {
  padding-top: 40px !important;
}
.sub__recommend .reco__title h3 strong {
  font-weight: 600;
  color: var(--theme-color);
}
.sub__recommend .reco__list li {
  height: 100px;
}
.sub__recommend .reco__list li dl dd {
  line-height: 1.7 !important;
}

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