@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__wrapper h4 {
  margin-top: 50px;
}
#sub-wrap .sub__point .point__bg {
  width: 523px;
  height: 974px;
  background: url(../img/sub-8/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__img {
  background: url(../img/sub-8/speciality/bg.jpg) center no-repeat;
}

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

/* ============================== 재수술 포인트 ============================== */
#sub-wrap .sub__repoint {
  max-width: 1400px;
  margin: 100px auto;
}
#sub-wrap .sub__repoint .repoint__title {
  margin-bottom: 50px;
}
#sub-wrap .sub__repoint .repoint__title h3 {
  font-size: 40px;
  font-weight: 500;
}
#sub-wrap .sub__repoint .repoint__title h3 strong {
  color: var(--theme-color);
}
#sub-wrap .sub__repoint .content__inner {
  display: flex;
  margin-bottom: 30px;
}
#sub-wrap .sub__repoint .content__inner.--reverse {
  flex-direction: row-reverse;
}
#sub-wrap .sub__repoint .content__inner.--reverse .txt__inner h3 {
  padding-left: 0;
  padding-right: 40px;
}
#sub-wrap .sub__repoint .content__inner.--reverse .txt__inner > div {
  text-align: right;
  padding: 40px 50px 0 0;
  left: auto;
  right: -80px;
}
#sub-wrap .sub__repoint .content__inner .img__inner {
  width: 700px;
  height: 430px;
  background: url(../img/sub-8/reoperpoint/1.jpg) center no-repeat;
}
#sub-wrap .sub__repoint .content__inner .img__inner.--02 {
  background: url(../img/sub-8/reoperpoint/2.jpg) center no-repeat;
}
#sub-wrap .sub__repoint .content__inner .img__inner.--03 {
  background: url(../img/sub-8/reoperpoint/3.jpg) center no-repeat;
}
#sub-wrap .sub__repoint .content__inner .txt__inner {
  position: relative;
  padding-top: 60px;
}
#sub-wrap .sub__repoint .content__inner .txt__inner h3 {
  font-family: var(--Angelle);
  font-weight: 400;
  font-size: 115px;
  padding-left: 40px;
}
#sub-wrap .sub__repoint .content__inner .txt__inner h3 span {
  color: var(--theme-color);
}
#sub-wrap .sub__repoint .content__inner .txt__inner > div {
  position: absolute;
  white-space: nowrap;
  height: 220px;
  left: -80px;
  padding: 40px 0 0 50px;
  background-color: #fff;
}
#sub-wrap .sub__repoint .content__inner .txt__inner strong {
  font-size: 30px;
  font-weight: 500;
  margin-top: 30px;
}
#sub-wrap .sub__repoint .content__inner .txt__inner p {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.7;
}

.sub__part {
  padding: 140px !important;
}/*# sourceMappingURL=sub-8.min.css.map */