@charset "UTF-8";
/* ============================== 시술정보 ============================== */
#sub-wrap .sub__info {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sub-wrap .sub__info h3 {
  font-size: 40px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
}
#sub-wrap .sub__info h3 em {
  font-size: 0.5em;
  font-style: normal;
  color: #bfbfc2;
}
#sub-wrap .sub__info h3 strong {
  font-weight: 600;
  line-height: 1;
}
#sub-wrap .sub__info .info__list {
  width: 1032px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
#sub-wrap .sub__info .info__list dl {
  width: 200px;
  height: 200px;
  background: rgb(244, 244, 244);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#sub-wrap .sub__info .info__list dt {
  font-size: 14px;
  color: #676767;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sub-wrap .sub__info .info__list dt::before {
  content: "";
}
#sub-wrap .sub__info .info__list dt span {
  padding: 1.2em 0 1em;
}
#sub-wrap .sub__info .info__list .--time::before {
  width: 51px;
  height: 51px;
  background: url(/img/sub/info/time.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#sub-wrap .sub__info .info__list .--anesthesia::before {
  width: 50px;
  height: 50px;
  background: url(/img/sub/info/anesthesia.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#sub-wrap .sub__info .info__list .--stitch::before {
  width: 40px;
  height: 46px;
  background: url(/img/sub/info/stitch.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#sub-wrap .sub__info .info__list .--leave::before {
  width: 46px;
  height: 46px;
  background: url(/img/sub/info/leave.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#sub-wrap .sub__info .info__list .--recovery::before {
  width: 50px;
  height: 44px;
  background: url(/img/sub/info/recovery.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* ============================== 부위별 특징 ============================== */
#sub-wrap .sub__part {
  padding: 140px 0 0;
  background: #f7f7f7;
}
#sub-wrap .sub__part .part__feature {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#sub-wrap .sub__part .part__feature h3 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sub-wrap .sub__part .part__feature h3 em {
  font-size: 0.5em;
  font-style: normal;
  color: #bfbfc2;
}
#sub-wrap .sub__part .part__feature h3 strong {
  color: var(--theme-color);
  font-weight: 500;
  line-height: 1;
}
#sub-wrap .sub__part .part__list {
  display: flex;
  justify-content: space-between;
  font-size: 25px;
  text-align: center;
}
#sub-wrap .sub__part .part__list img {
  margin-bottom: 1em;
}

/* ============================== 핵심 포인트 ============================== */
#sub-wrap .sub__point {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#sub-wrap .sub__point .point__bg {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
#sub-wrap .sub__point .point__wrapper {
  width: 770px;
  padding-top: 100px;
}
#sub-wrap .sub__point .point__wrapper h3 {
  font-size: 200px;
  font-weight: normal;
  font-family: var(--Angelle);
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
#sub-wrap .sub__point .point__wrapper h3 strong {
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -8px;
}
#sub-wrap .sub__point .point__wrapper h3 span {
  font-size: 0.575em;
  padding-left: 0.2em;
  color: var(--theme-color);
  font-weight: inherit;
}
#sub-wrap .sub__point .point__wrapper h4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  padding: 1.2em 0 0.8em;
}
#sub-wrap .sub__point .point__wrapper h4 strong {
  color: var(--theme-color);
  font-weight: inherit;
}
#sub-wrap .sub__point .point__wrapper .main__desc {
  font-size: 22px;
  line-height: 2;
}
#sub-wrap .sub__point .point__wrapper .point__img {
  margin: 60px 0 40px;
}
#sub-wrap .sub__point .point__wrapper .sub__desc {
  font-size: 14px;
  color: #676767;
  line-height: 2;
}
#sub-wrap .sub__point .point__wrapper .sub__desc strong {
  color: var(--theme-color);
  font-weight: normal;
}

/* ============================== 시술 특징 ============================== */
#sub-wrap .sub__speciality {
  overflow: hidden;
  max-width: 2000px;
  margin: 80px auto 0;
}
#sub-wrap .sub__speciality .special__wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
#sub-wrap .sub__speciality .special__container {
  width: 1000px;
  padding-left: 60px;
}
#sub-wrap .sub__speciality .special__container h3 {
  font-size: 115px;
  font-family: var(--Angelle);
  font-weight: 300;
}
#sub-wrap .sub__speciality .special__container h3 i {
  color: var(--theme-color);
  font-weight: normal;
  font-style: normal;
}
#sub-wrap .sub__speciality .special__container h4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  padding: 0.55em 0 0.875em;
}
#sub-wrap .sub__speciality .special__container h4 strong {
  color: var(--theme-color);
  font-weight: inherit;
}
#sub-wrap .sub__speciality .special__container p {
  font-size: 14px;
  color: #676767;
  line-height: 2;
}
#sub-wrap .sub__speciality .special__container ul {
  font-size: 22px;
  padding-top: 3.3em;
}
#sub-wrap .sub__speciality .special__container ul li {
  padding-bottom: 0.68em;
  line-height: 1;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  max-width: 650px;
  white-space: nowrap;
}
#sub-wrap .sub__speciality .special__container ul li::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.4em;
  background: url(/img/sub/speciality/bullet.svg) center/contain no-repeat;
}
#sub-wrap .sub__speciality .special__container ul li + li {
  margin-top: 1.6em;
}
#sub-wrap .sub__speciality .special__img {
  width: 1000px;
  height: 600px;
}

/* ============================== 추천 대상 ============================== */
#sub-wrap .sub__recommend {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#sub-wrap .sub__recommend .reco__title {
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  line-height: 2;
  text-align: center;
}
#sub-wrap .sub__recommend .reco__title i {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sub-wrap .sub__recommend .reco__title i::before {
  content: "";
  width: 96px;
  height: 73px;
  opacity: 0.7;
  margin-bottom: 40px;
  background: url(/img/logo/symbol.svg) center/contain no-repeat;
}
#sub-wrap .sub__recommend .reco__title i::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #dedede;
}
#sub-wrap .sub__recommend .reco__title h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  padding: 1.2em 0 0.5em;
}
#sub-wrap .sub__recommend .reco__list {
  width: 1400px;
  margin: 60px 0 100px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
}
#sub-wrap .sub__recommend .reco__list li {
  width: 460px;
  height: 100px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
}
#sub-wrap .sub__recommend .reco__list li i {
  width: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--nanum);
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  color: var(--theme-color);
}
#sub-wrap .sub__recommend .reco__list li dt {
  font-size: 22px;
  font-weight: 500;
}
#sub-wrap .sub__recommend .reco__list li dd {
  font-size: 14px;
  color: #676767;
  line-height: 1;
  margin-top: 1em;
}

/* ============================== 전담의 ============================== */
#sub-wrap .sub__dedicated {
  height: 910px;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 120px;
}
#sub-wrap .sub__dedicated .dedi__wrapper {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
#sub-wrap .sub__dedicated h3 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0.4em;
}
#sub-wrap .sub__dedicated p {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}

/* ============================== 이유 ============================== */
#sub-wrap .sub__reason {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 110px;
}
#sub-wrap .sub__reason .reason__title h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  padding: 2.5em 0 0.8em;
}
#sub-wrap .sub__reason .reason__title h3 strong {
  color: var(--theme-color);
  font-weight: inherit;
}
#sub-wrap .sub__reason .reason__title p {
  font-size: 22px;
  line-height: 2;
}
#sub-wrap .sub__reason .reason__img {
  margin: 50px auto;
}
#sub-wrap .sub__reason .reason__desc {
  font-size: 14px;
  color: #676767;
  line-height: 2;
}
#sub-wrap .sub__reason .reason__desc strong {
  color: var(--theme-color);
  font-weight: inherit;
}

/* ============================== 티투지흡 ============================== */
#sub-wrap .sub__scar {
  padding-bottom: 140px;
}
#sub-wrap .sub__scar .scar__wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#sub-wrap .sub__scar .scar__title h3 {
  font-size: 115px;
  font-family: var(--Angelle);
  font-weight: 300;
  line-height: 1;
}
#sub-wrap .sub__scar .scar__title h3 i {
  color: var(--theme-color);
  font-weight: normal;
  font-style: normal;
}
#sub-wrap .sub__scar .scar__title h4 {
  font-size: 40px;
  line-height: 1;
  margin: 0.5em 0;
}
#sub-wrap .sub__scar .scar__title h4 strong {
  color: var(--theme-color);
  font-weight: inherit;
}
#sub-wrap .sub__scar .scar__title p {
  font-size: 22px;
}
#sub-wrap .sub__scar .scar__title p strong {
  font-weight: 500;
}
#sub-wrap .sub__scar .scar__title ul {
  font-size: 22px;
  padding-top: 3.3em;
}
#sub-wrap .sub__scar .scar__title ul li {
  padding-bottom: 0.68em;
  line-height: 1;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-items: center;
}
#sub-wrap .sub__scar .scar__title ul li::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.4em;
  background: url(/img/sub/speciality/bullet.svg) center/contain no-repeat;
}
#sub-wrap .sub__scar .scar__title ul li + li {
  margin-top: 1.6em;
}
#sub-wrap .sub__scar .scar__case {
  display: flex;
  justify-content: space-between;
  width: 747px;
  font-size: 22px;
  color: #7f7f7f;
}
#sub-wrap .sub__scar .scar__case li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#sub-wrap .sub__scar .scar__case li span {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  translate: -50% 0.2em;
}
#sub-wrap .sub__scar .scar__case li:last-child {
  font-weight: 500;
  color: #000;
}
#sub-wrap .sub__scar .scar__case li:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  translate: -50% -50%;
  width: 120px;
  height: 120px;
  background: url(/sub/sub-3/img/no-scar/arrow.png) no-repeat;
}

/* ============================== BBAE 스킬 ============================== */
/* ============================== 지방흡입 핵심 ============================== */
#sub-wrap .sub__core {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
#sub-wrap .sub__core .core__wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
#sub-wrap .sub__core .core__title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sub-wrap .sub__core .core__title h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
}
#sub-wrap .sub__core .core__title h3 strong {
  color: var(--theme-color);
  font-weight: inherit;
}
#sub-wrap .sub__core .core__title p {
  font-size: 14px;
  color: #676767;
  line-height: 2;
}
#sub-wrap .sub__core .core__title p strong {
  color: var(--theme-color);
  font-weight: 500;
  font-size: 18px;
  display: block;
  padding: 0 0 0.8em;
}
#sub-wrap .sub__core .core__title .core__list {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 560px;
}
#sub-wrap .sub__core .core__title .core__list li {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.03em;
  width: 11.11em;
  height: 11.11em;
  border-radius: 100em;
  background-color: rgba(210, 210, 210, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#sub-wrap .sub__core .core__title .core__list li strong {
  color: var(--theme-color);
  font-weight: 500;
  font-size: 30px;
}
#sub-wrap .sub__core .core__title .core__list li:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
#sub-wrap .sub__core .core__equip {
  display: flex;
  justify-content: space-between;
  width: 750px;
}
#sub-wrap .sub__core .core__equip li {
  width: 362px;
  height: 543px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
#sub-wrap .sub__core .core__equip li strong {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding: 0.5em 0 1em;
}

/* ============================== 의료진의 실력 ============================== */
#sub-wrap .sub__skill {
  height: 920px;
  background: url(/sub/sub-3/img/skill/bg.jpg) center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sub-wrap .sub__skill .skill__wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#sub-wrap .sub__skill .skill__title h3 {
  font-size: 115px;
  font-family: var(--Angelle);
  font-weight: 300;
}
#sub-wrap .sub__skill .skill__title h3 strong {
  color: var(--theme-color);
  font-weight: normal;
  font-style: normal;
}
#sub-wrap .sub__skill .skill__title h4 {
  font-size: 40px;
  font-weight: 400;
}
#sub-wrap .sub__skill .skill__title h4 strong {
  font-weight: 500;
}
#sub-wrap .sub__skill .skill__title p {
  font-size: 14px;
  color: #676767;
  line-height: 2;
  padding: 2.14em 0 4.14em;
}
#sub-wrap .sub__skill .skill__compare {
  display: flex;
  justify-content: space-between;
}
#sub-wrap .sub__skill .skill__compare li {
  position: relative;
  white-space: nowrap;
}
#sub-wrap .sub__skill .skill__compare li dl {
  position: absolute;
  top: 60px;
  left: 50%;
  translate: -50% 0;
  text-align: center;
  font-size: 14px;
  color: #676767;
  line-height: 1;
  line-height: 1.4;
}
#sub-wrap .sub__skill .skill__compare li dt {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0.8em;
}
#sub-wrap .sub__skill .skill__compare li:last-child dt {
  color: var(--theme-color);
}

.before-after-photo {
  text-align: center;
  margin: 40px 0;
}

.before-after-photo img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* ============================== 
BBae Skill - 불필요한 지방을 내가 원하는 곳에 
============================== */
.sub__want {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 100px;
}
.sub__want .want__tit {
  width: 45%;
}
.sub__want .want__tit h3 {
  font-size: 40px;
  font-weight: 500;
}
.sub__want .want__tit h3 strong {
  color: var(--theme-color);
}
.sub__want .want__tit p {
  font-size: 14px;
  color: #676767;
  margin-top: 16px;
  line-height: 1.7;
}
.sub__want .want__tit p.--01 {
  margin-top: 30px;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme-color);
}
.sub__want .want__contant {
  position: relative;
  width: 520px;
  height: 520px;
}
.sub__want .want__contant .contant__inner {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sub__want .want__contant .contant__inner i.icon {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sub__want .want__contant .contant__inner i.icon.--01 {
  background: url(/sub/sub-3/img/skill/pelvis.svg) no-repeat center/cover;
}
.sub__want .want__contant .contant__inner i.icon.--02 {
  background: url(/sub/sub-3/img/skill/breast.svg) no-repeat center/cover;
}
.sub__want .want__contant .contant__inner i.icon.--03 {
  background: url(/sub/sub-3/img/skill/medical.svg) no-repeat center/cover;
}
.sub__want .want__contant .contant__inner i.icon.--04 {
  background: url(/sub/sub-3/img/skill/ass.png) no-repeat center/contain;
}
.sub__want .want__contant .contant__inner p {
  font-size: 18px;
  font-weight: 600;
}
.sub__want .want__contant .contant__inner:nth-child(1) {
  top: 10px;
  left: 10px;
}
.sub__want .want__contant .contant__inner:nth-child(2) {
  top: 10px;
  right: 10px;
}
.sub__want .want__contant .contant__inner:nth-child(3) {
  bottom: 10px;
  left: 10px;
}
.sub__want .want__contant .contant__inner:nth-child(4) {
  bottom: 10px;
  right: 10px;
}/*# sourceMappingURL=common.min.css.map */