@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: 676px;
  height: 874px;
  background: url(../img/sub-7/point/bg.png);
  background-repeat: no-repeat;
}
#sub-wrap .sub__point .sub__desc span {
  color: var(--theme-color);
}

/* ============================== 재수술 사례 ============================== */
#sub-wrap .sub__reoperation {
  padding: 100px 0;
  background-color: #f7f7f7;
}
#sub-wrap .sub__reoperation .reoper__title {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  max-width: 1400px;
  margin: 0 auto;
}
#sub-wrap .sub__reoperation .reoper__title p {
  font-size: 22px;
}
#sub-wrap .sub__reoperation .reoper__title h3 {
  font-size: 115px;
  font-family: var(--Angelle);
  font-weight: 400;
}
#sub-wrap .sub__reoperation .reoper__content {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
#sub-wrap .sub__reoperation .reoper__content .left__wrapper .img__inner {
  background: url(../img/sub-7/reoper/1.jpg);
  width: 690px;
  height: 812px;
}
#sub-wrap .sub__reoperation .reoper__content .right__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sub-wrap .sub__reoperation .reoper__content .right__wrapper .item .img__inner {
  width: 650px;
  height: 220px;
}
#sub-wrap .sub__reoperation .reoper__content .right__wrapper .item span {
  display: block;
  font-size: 22px;
  color: #9c1c2b;
  margin-top: 10px;
}
#sub-wrap .sub__reoperation .reoper__content .right__wrapper .item h3 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 10px;
}
#sub-wrap .sub__reoperation .reoper__content .right__wrapper .item p {
  font-size: 16px;
  color: #676767;
  line-height: 1.7;
}
#sub-wrap .sub__reoperation .reoper__content .right__wrapper .item.--01 .img__inner {
  background: url(../img/sub-7/reoper/2.jpg);
}
#sub-wrap .sub__reoperation .reoper__content .right__wrapper .item.--02 .img__inner {
  background: url(../img/sub-7/reoper/3.jpg);
}

/* ============================== 재수술 포인트 ============================== */
#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-7/reoperpoint/1.jpg) center no-repeat;
}
#sub-wrap .sub__repoint .content__inner .img__inner.--02 {
  background: url(../img/sub-7/reoperpoint/2.jpg) center no-repeat;
}
#sub-wrap .sub__repoint .content__inner .img__inner.--03 {
  background: url(../img/sub-7/reoperpoint/3.jpg) center no-repeat;
}
#sub-wrap .sub__repoint .content__inner .txt__inner {
  position: relative;
  padding-top: 62px;
}
#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;
}

/* ============================== 시술 정보 ============================== */
.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-7/speciality/bg.jpg) center no-repeat;
}

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

.review__title p {
  letter-spacing: -1px;
}/*# sourceMappingURL=sub-7.min.css.map */