@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#sub-section01 {
  height: 960px;
  background: url("../../../img/page/liposuction/face-liposuction/sec1_bg.png") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 {
    padding: 250px 0 0 !important;
    background: url("../../../img/page/liposuction/face-liposuction/sec1_bg_m.png") no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 {
    padding-top: 106px !important;
  }
}
#sub-section01 .text-area {
  position: relative;
  z-index: 10;
}
#sub-section01 .text-area .sub-text {
  font-size: 28px;
  margin-bottom: 25px;
}
#sub-section01 .text-area .desc {
  margin: 30px 0;
}
#sub-section01 .text-area h2 {
  line-height: 1;
}
#sub-section01 .img-area {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}
#sub-section01 .img-area .badge {
  color: #fff;
  right: 197px;
  bottom: 223px;
}

#section02 {
  padding: 0 !important;
  position: relative;
  z-index: 10;
  background: #f9f6f3;
}
#section02 .sheet {
  border-top-left-radius: 280px;
  padding: 240px 0;
  overflow: hidden;
  box-shadow: -10px -10px 40px rgba(0, 0, 0, 0.18);
  background: url("../../../img/page/liposuction/face-liposuction/sec2_bg1.png") no-repeat left center;
  background-size: cover;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet {
    border-top-left-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet {
    padding: 80px 0;
  }
}
#section02 .sheet .area {
  display: flex;
  justify-content: flex-end;
}
#section02 .sheet .area .text-area {
  margin-right: 80px;
}
#section02 .sheet .area .text-area p {
  font-size: 24px;
  font-weight: 500;
  color: #9d968e;
}
#section02 .sheet .area .text-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  margin: 30px 0;
}
#section02 .sheet .area .text-area h3 span {
  color: #746b64;
}
#section02 .sheet .area .text-area dl dt {
  font-size: 22px;
  color: #9b9188;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 22px;
}
#section02 .sheet .area .text-area dl dd {
  font-size: 22px;
  line-height: 31px;
  font-weight: 500;
  color: #9b9188;
}

#section13 {
  background: url("../../../img/page/liposuction/face-liposuction/sec13_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
#section13::after {
  position: absolute;
  background: url("../../../img/page/liposuction/face-liposuction/sec13_img1.png") no-repeat center;
  width: 960px;
  height: 788px;
  background-size: cover;
  content: "";
  right: 0;
  bottom: 0;
}
#section13 h3 {
  font-size: 60px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  margin-bottom: 19px;
}
#section13 h3 span {
  color: #746b64;
}
#section13 .con-area {
  width: fit-content;
  position: relative;
  z-index: 10;
}
#section13 .con-area li {
  background-color: #fff;
  overflow: hidden;
  border-radius: 15px;
  padding-left: 30px;
  width: 700px;
  height: 98px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
}
#section13 .con-area li:last-child {
  margin-bottom: 0;
}
#section13 .con-area li p {
  width: 35px;
  height: 35px;
  background-color: #a59990;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50%;
}
#section13 .con-area li h4 {
  font-size: 18px;
  color: #746b64;
  font-weight: 700;
  width: 120px;
}
#section13 .con-area li span {
  color: #746b64;
  font-size: 16px;
  line-height: 22px;
}

#section15 .title-area {
  text-align: center;
  margin-bottom: 38px;
}
#section15 .title-area p {
  font-size: 24px;
  color: #9b9188;
  margin-bottom: 10px;
}
#section15 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  font-weight: 700;
}
#section15 .title-area h3 span {
  color: #746b64;
}
#section15 .con-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#section15 .con-area > div {
  border-radius: 20px;
  overflow: hidden;
}
#section15 .con-area p {
  width: 100%;
  color: #fff;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background-color: #746b64;
}
#section15 .con-area .right p {
  background-color: #ab957f;
}

#section14 {
  background: url("../../../img/page/liposuction/face-liposuction/sec14_bg.png") no-repeat left center;
  background-size: cover;
  display: flex;
  position: relative;
  height: 620px;
}
#section14::after {
  position: absolute;
  width: 960px;
  height: 620px;
  background: url("../../../img/page/liposuction/face-liposuction/sec14_img1.png") no-repeat center;
  content: "";
  right: 0;
  top: 0;
}
#section14 dl {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
}
#section14 dl dt {
  margin-bottom: 10px;
  font-size: 40px;
  color: #746b64;
}
#section14 dl dd {
  font-size: 30px;
}
#section14 p {
  font-size: 18px;
  line-height: 31px;
  color: #9b9188;
  padding-left: 10px;
  position: relative;
  margin: 30px 0 22px;
}
#section14 p::after {
  width: 1px;
  height: 43px;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #ab957f;
}
#section14 span {
  color: #746b64;
  font-size: 26px;
  font-weight: 700;
}

#section04 {
  background: url("../../../img/page/liposuction/face-liposuction/sec4_bg.png") no-repeat center;
  background-size: cover;
}
#section04 .title-area {
  text-align: center;
  margin-bottom: 28px;
}
#section04 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #fff;
}
#section04 .title-area h3 span {
  color: #beb3a1;
}
#section04 .title-area p {
  color: #beb3a1;
  font-size: 22px;
}
#section04 img {
  display: block;
  margin: 0 auto;
}

#section08 {
  background-color: #f9f8f6;
}
#section08 .title-area {
  text-align: center;
  margin-bottom: 39px;
}
#section08 .title-area h3 {
  font-size: 60px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
}
#section08 .title-area h3 span {
  color: #746b64;
}
#section08 .con-area {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#section08 .con-area img {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ddd8da;
}
#section08 .con-area .title-p {
  margin: 20px auto;
  font-size: 24px;
  font-weight: 600;
  color: #746b64;
  text-align: center;
  height: 30px;
}
#section08 .con-area .title-p img {
  width: 33px;
  border: 0px solid;
}
#section08 .con-area .line-wrap {
  position: relative;
}
#section08 .con-area .line-wrap::after {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #ab957f;
  content: "";
  width: 100%;
  height: 1px;
}
#section08 .con-area .line-wrap p {
  position: relative;
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ab957f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#section08 .con-area span {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #746b64;
  margin-top: 20px;
  font-weight: 300;
}
#section08 .con-area span b {
  font-weight: 600;
}

#section10 .title-area {
  text-align: center;
  margin-bottom: 39px;
}
#section10 .title-area h3 {
  font-size: 60px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
}
#section10 .title-area h3 span {
  color: #746b64;
}
#section10 .con-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#section10 .con-area img {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ddd8da;
}
#section10 .con-area .title-p {
  margin: 20px auto;
  font-size: 24px;
  font-weight: 600;
  color: #746b64;
  text-align: center;
}
#section10 .con-area .line-wrap {
  position: relative;
}
#section10 .con-area .line-wrap::after {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #72675f;
  content: "";
  width: 100%;
  height: 1px;
}
#section10 .con-area .line-wrap p {
  position: relative;
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #72675f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#section10 .con-area span {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #746b64;
  margin-top: 20px;
  font-weight: 300;
}
#section10 .con-area span b {
  font-weight: 600;
}

#section16 {
  background: url("../../../img/page/liposuction/face-liposuction/sec16_bg.png") no-repeat center;
  background-size: cover;
}
#section16 .title-area {
  text-align: center;
  margin-bottom: 30px;
}
#section16 .title-area h3 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
}
#section16 .title-area h3 span {
  color: #746b64;
}
#section16 .con-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
#section16 .con-area .wrap {
  border-radius: 20px;
  background: url("../../../img/page/introduction/safety-first/sec07_bg.png") no-repeat top;
  border: 1px solid #b5aea8;
  padding-top: 65px;
  overflow: hidden;
}
#section16 .con-area .wrap:nth-child(2) {
  background: url("../../../img/page/liposuction/face-liposuction/sec16_img4.png") no-repeat top center;
}
#section16 .con-area .wrap p {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
#section16 .con-area .wrap .img-area {
  position: relative;
  margin: 20px auto -20px;
  width: fit-content;
}
#section16 .con-area .wrap .img-area img {
  margin: 0 auto;
  display: block;
}
#section16 .con-area .wrap .img-area span {
  position: absolute;
  bottom: 0;
  right: 10px;
  background: linear-gradient(90deg, #b48d80, #e3c274);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#section16 .con-area .wrap span {
  background-color: #f9f9f8;
  display: block;
  height: 200px;
  padding-top: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #746b64;
}

#sub-section06-2 .mid-img {
  margin-bottom: 66px;
}
#sub-section06-2 .desc {
  text-align: center;
  color: #9b9188;
  font-size: 15px;
  font-weight: 300;
  margin-top: 50px;
}