@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#sub-section01 {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 726px;
  background: url("../../../img/page/dermatology/skin-booster/sec1_bg.png") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 250px 0 0 !important;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 {
    padding-top: 70px !important;
  }
}
#sub-section01 .area {
  position: static;
}
#sub-section01 .text-area {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .text-area {
    position: static;
    text-align: center;
  }
}
#sub-section01 .text-area .sub-text {
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .sub-text {
    font-size: 14px;
    line-height: 1.3;
  }
}
#sub-section01 .text-area .desc {
  color: #9a9288;
  font-size: 22px;
  line-height: 33px;
  margin-top: 0;
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .desc {
    font-size: 15px;
    line-height: 1.5;
  }
}
#sub-section01 .text-area h2 {
  font-size: 80px;
  color: #6f6358;
  margin: 10px 0 15px;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area h2 {
    font-size: 35px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .text-area .btn {
    bottom: 50px;
  }
}
#sub-section01 .img-area {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .img-area {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}
#sub-section01 .img-area img {
  display: block;
  width: 100%;
  height: auto;
}
#sub-section01 .img-area .badge {
  color: #fff;
  right: 257px;
  bottom: 42px;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .img-area .badge {
    right: 50%;
    bottom: 40px;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .img-area .badge {
    right: 20px;
    bottom: 20px;
    transform: none;
    font-size: 12px;
  }
}

#section02 {
  padding: 0 !important;
  position: relative;
  z-index: 10;
  background: #fcfcf9;
}
#section02 .sheet {
  border-top-left-radius: 280px;
  padding: 180px 0;
  overflow: hidden;
  background: #fff;
  box-shadow: -10px -10px 40px rgba(0, 0, 0, 0.18);
}
@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 .title-area {
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area {
    margin-bottom: 30px;
  }
}
#section02 .sheet .area .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
#section02 .sheet .area .title-area h3 span {
  color: #746b64;
}
#section02 .sheet .area .title-area p {
  font-size: 20px;
  line-height: 32px;
  color: #746b64;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area p {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section02 .sheet .area .con-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area {
    gap: 10px;
  }
}
#section02 .sheet .area .con-area .img-wrap {
  position: relative;
}
#section02 .sheet .area .con-area .img-wrap::after {
  position: absolute;
  content: "* Image Model";
  font-size: 15px;
  right: 15px;
  bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area .img-wrap::after {
    font-size: 11px;
    right: 10px;
    bottom: 10px;
  }
}
#section02 .sheet .area .con-area .img-wrap img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area .img-wrap img {
    border-radius: 10px;
  }
}
#section02 .sheet .area .desc {
  text-align: center;
  font-size: 15px;
  color: #9b9188;
  margin-top: 30px;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .desc {
    font-size: 13px;
    margin-top: 20px;
  }
}

#section05 {
  background: url("../../../img/page/dermatology/skin-booster/sec5_bg.png") no-repeat right bottom;
  background-size: cover;
  position: relative;
}
#section05::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: url("../../../img/page/dermatology/skin-booster/sec5_img1.png") no-repeat left bottom;
  background-size: cover;
  width: 1169px;
  height: 976px;
}
#section05 .title-area {
  text-align: center;
  margin-bottom: 84px;
}
#section05 .title-area p {
  color: #9b9188;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
#section05 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  font-size: 50px;
}
#section05 .title-area h3 span {
  color: #746b64;
}
#section05 .con-area {
  margin-left: auto;
  width: fit-content;
  position: relative;
  z-index: 1;
}
#section05 .con-area > div {
  position: relative;
}
#section05 .con-area > div .circle {
  position: absolute;
  top: 22px;
  left: -152px;
}
#section05 .con-area > div .wrap {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #c7b4a1;
  padding: 50px 60px 50px 143px;
}
#section05 .con-area > div .wrap h4 {
  font-size: 34px;
  color: #746b64;
  font-family: 600;
  margin-bottom: 23px;
}
#section05 .con-area > div .wrap h4 span {
  color: #45852f;
}
#section05 .con-area > div .wrap ul li {
  display: flex;
  gap: 11px;
  margin-bottom: 17px;
  align-items: flex-start;
}
#section05 .con-area > div .wrap ul li:last-child {
  margin-bottom: 0;
}
#section05 .con-area > div .wrap ul li p {
  padding-top: 5px;
  font-size: 20px;
  line-height: 1.2;
  color: #746b64;
  font-weight: 500;
}
#section05 .con-area > div .img {
  position: absolute;
  right: -17px;
  bottom: -60px;
}
#section05 .con-area .bottom {
  margin-top: 50px;
}
#section05 .con-area .bottom .wrap h4 span {
  color: #c34d99;
}

#section06 {
  padding: 100px 0 !important;
}
#section06 h3 {
  text-align: center;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  margin-bottom: 34px;
  font-weight: 700;
}
#section06 h3 span {
  color: #746b64;
}
#section06 .con-area {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
#section06 .con-area li {
  background-color: #f8f7f5;
  border: 1px solid #c7b4a1;
  border-radius: 50px;
  padding: 40px 0;
  font-size: 22px;
  color: #5b544f;
  text-align: center;
}
#section06 .con-area li:hover {
  background: linear-gradient(90deg, #b8b2ac, #a66e4c);
  color: #fff;
  font-weight: 600;
}

#section04 {
  background: url("../../../img/page/dermatology/anti-aging-solution/sec4_bg.png") no-repeat center;
  background-size: cover;
  padding: 400px 0 360px !important;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section04 {
    padding: 70px 0 !important;
  }
}
#section04::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: url("../../../img/page/dermatology/anti-aging-solution/sec4_img1.png") no-repeat center;
  width: 1096px;
  height: 849px;
}
@media screen and (max-width: 1630px) {
  #section04::after {
    right: -150px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section04::after {
    display: none;
  }
}
@media screen and (max-width: 1439.98px) {
  #section04 .left {
    text-align: center;
  }
}
#section04 .left p {
  font-size: 24px;
  color: #d7cab3;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  #section04 .left p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
#section04 .left h3 {
  font-size: 60px;
  line-height: 70px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #section04 .left h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
#section04 .left h3 span {
  color: #d7cab3;
}
@media screen and (max-width: 1439.98px) {
  #section04 img {
    display: block;
    margin: 0 auto;
  }
}

#section10 {
  padding: 140px 0 0 !important;
}
@media screen and (max-width: 991.98px) {
  #section10 {
    padding-top: 70px !important;
  }
}
#section10 h3 {
  font-size: 60px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section10 h3 {
    font-size: 30px;
  }
}
#section10 h3 span {
  color: #746b64;
}
#section10 img {
  margin: 0 auto;
  display: flex;
}

#section14 {
  background: url("../../../img/page/dermatology/index/sec14_bg.png") no-repeat center;
  background-size: cover;
}
#section14 .area {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1439.98px) {
  #section14 .area {
    flex-direction: column;
    gap: 30px;
  }
}
#section14 .area .left {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1439.98px) {
  #section14 .area .left {
    gap: 20px;
  }
}
#section14 .area .left .desc1 {
  color: #d7cab3;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section14 .area .left .desc1 {
    font-size: 15px;
  }
}
#section14 .area .left h3 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  #section14 .area .left h3 {
    font-size: 30px;
  }
}
#section14 .area .left h3 span {
  color: #d7cab3;
}
#section14 .area .left .desc2 {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #section14 .area .left .desc2 {
    font-size: 14px;
    line-height: 1.4;
  }
}
#section14 .area .left .img-wrap {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #cfbba7;
}
@media screen and (max-width: 991.98px) {
  #section14 .area .left .img-wrap {
    border-radius: 10px;
  }
}
#section14 .area .left .img-wrap img {
  display: block;
}
@media screen and (max-width: 1439.98px) {
  #section14 .area .left .img-wrap img {
    width: 100%;
  }
}
#section14 .area .left dl {
  border-radius: 20px;
  border: 1px solid #cfbba7;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #section14 .area .left dl {
    border-radius: 10px;
  }
}
#section14 .area .left dl dt {
  color: #d7cab3;
  font-size: 24px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #cfbba7;
  background-color: #5c4e44;
}
@media screen and (max-width: 991.98px) {
  #section14 .area .left dl dt {
    font-size: 18px;
    padding: 10px 0;
  }
}
#section14 .area .left dl dd {
  background-color: #41352c;
  color: #f4ddc0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  padding: 40px 0;
}
@media screen and (max-width: 991.98px) {
  #section14 .area .left dl dd {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 10px;
  }
  #section14 .area .left dl dd br {
    display: none;
  }
}
#section14 .area .right .wrap {
  padding-left: 40px;
  height: 186px;
  margin-bottom: 20px;
  background-color: #f6f1eb;
  border-radius: 20px;
  display: flex;
  width: 700px;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1439.98px) {
  #section14 .area .right .wrap {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 991.98px) {
  #section14 .area .right .wrap {
    height: auto;
    min-height: 120px;
    border-radius: 10px;
    padding: 20px;
    gap: 15px;
    flex-direction: column;
    text-align: center;
  }
}
#section14 .area .right .wrap:last-child {
  margin-bottom: 0;
}
#section14 .area .right .wrap img {
  flex-shrink: 0;
}
@media screen and (max-width: 991.98px) {
  #section14 .area .right .wrap img {
    width: 50px;
  }
}
#section14 .area .right .wrap p {
  font-size: 18px;
  color: #7a6e66;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 991.98px) {
  #section14 .area .right .wrap p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#section14 .area .right .wrap span {
  color: #746b64;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 991.98px) {
  #section14 .area .right .wrap span {
    font-size: 14px;
    line-height: 1.4;
  }
  #section14 .area .right .wrap span br {
    display: none;
  }
}

#section15 {
  background: url("../../../img/page/dermatology/skin-booster/sec15_bg.png") no-repeat center;
  background-size: cover;
  padding-bottom: 0 !important;
}
#section15 .title-area {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 991.98px) {
  #section15 .title-area {
    margin-bottom: 24px;
  }
}
#section15 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section15 .title-area h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
#section15 .title-area h3 span {
  color: #746b64;
}
#section15 .tab-area .step-tabs-wrap {
  margin: 0 auto 88px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-tabs-wrap {
    margin-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #section15 .tab-area .step-tabs-wrap::-webkit-scrollbar {
    display: none;
  }
}
#section15 .tab-area .step-tabs {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-tabs {
    width: 100%;
    min-width: 465px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #9d968e;
  }
}
#section15 .tab-area .step-tabs .step-tab {
  height: 60px;
  border: 0;
  border-radius: 10px;
  background-color: transparent;
  color: #8e8177;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-tabs .step-tab {
    flex-shrink: 0;
    height: auto;
    padding: 12px 0;
    border-radius: 0;
    background: transparent;
    font-size: 14px;
  }
}
#section15 .tab-area .step-tabs .step-tab::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #b5aea8;
  content: "";
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-tabs .step-tab::after {
    display: none;
  }
}
#section15 .tab-area .step-tabs .step-tab:last-child::after {
  display: none;
}
#section15 .tab-area .step-tabs .step-tab p {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-tabs .step-tab p {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    color: #9d968e;
  }
}
#section15 .tab-area .step-tabs .step-tab.active {
  background-color: #746b64;
  border-radius: 10px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-tabs .step-tab.active {
    background: transparent;
  }
}
#section15 .tab-area .step-tabs .step-tab.active p {
  color: #fff;
  font-weight: 700;
  padding-left: 17px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-tabs .step-tab.active p {
    color: #2c2721;
    padding-left: 0;
  }
}
#section15 .tab-area .step-tabs .step-tab.active p::after {
  position: absolute;
  content: "";
  width: 9.6px;
  height: 9.6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-tabs .step-tab.active p::after {
    left: 0;
    right: 0;
    top: auto;
    bottom: -13px;
    width: 100%;
    height: 4px;
    border-radius: 0;
    transform: none;
    background-color: #2c2721;
  }
}
#section15 .tab-area .step-contents {
  position: relative;
  overflow: hidden;
}
#section15 .tab-area .step-contents .swiper-controller {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-contents .swiper-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-contents .swiper-controller .swiper-button-prev,
  #section15 .tab-area .step-contents .swiper-controller .swiper-button-next {
    position: static;
    width: 7px;
    margin: 0;
    color: #2c2721;
  }
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-contents .swiper-controller .swiper-button-prev::after,
  #section15 .tab-area .step-contents .swiper-controller .swiper-button-next::after {
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-contents .swiper-controller .swiper-pagination {
    position: static;
    width: auto;
    color: #8e8177;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
}
#section15 .tab-area .step-contents .swiper-controller .swiper-pagination .swiper-pagination-current {
  color: #72675f;
}
#section15 .tab-area .step-contents .swiper-controller .swiper-pagination .swiper-pagination-total {
  color: #b2aaa3;
}
#section15 .tab-area .step-content {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-content {
    display: block;
  }
}
#section15 .tab-area .step-content.active {
  display: block;
}
#section15 .tab-area .step-content .top {
  padding-bottom: 100px;
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-content .top {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top {
    padding-bottom: 40px;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap {
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap {
    border-radius: 10px;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  content: "Rejuran Healer";
  font-size: 105px;
  color: #e9e3cf;
  font-family: "HighSummit";
  opacity: 0.42;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap::after {
    display: none;
  }
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .left {
    width: 100%;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap .left img {
  display: block;
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .left img {
    width: 100%;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap .right {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right {
    padding: 25px 15px;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap .right .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right .title {
    margin-bottom: 20px;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap .right .title p {
  color: #9b9188;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right .title p {
    font-size: 14px;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap .right .title h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin: 25px 0;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right .title h3 {
    font-size: 30px;
    margin: 15px 0;
    line-height: 1.2;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap .right .title span {
  color: #746b64;
  font-size: 18px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right .title span {
    font-size: 14px;
    line-height: 1.4;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap .right ul li {
  width: 590px;
  background-color: #f8f7f5;
  border-radius: 5px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 11px;
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right ul li {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right ul li {
    gap: 10px;
    padding: 15px;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap .right ul li:last-child {
  margin-bottom: 0;
}
#section15 .tab-area .step-content .top .area .con-wrap .right ul li p {
  width: 110px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right ul li p {
    font-size: 14px;
    width: 90px;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap .right ul li .img-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right ul li .img-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right ul li .img-wrap img {
    width: 10px;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap .right .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 0;
  margin-top: 30px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    text-align: left;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap .right .wrap dl {
  border-left: 2px dotted #7b6e66;
  padding-left: 14px;
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right .wrap dl {
    text-align: left;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap .right .wrap dl dt {
  font-size: 18px;
  font-weight: 700;
  color: #7b6e66;
  margin-bottom: 2px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right .wrap dl dt {
    font-size: 14px;
  }
}
#section15 .tab-area .step-content .top .area .con-wrap .right .wrap dl dd {
  font-size: 18px;
  color: #7b6e66;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .top .area .con-wrap .right .wrap dl dd {
    font-size: 14px;
  }
}
#section15 .tab-area .step-content .mid {
  padding: 100px 0;
  background-color: #eee8df;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .mid {
    padding: 60px 0;
  }
}
#section15 .tab-area .step-content .mid::after {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 74px;
  height: 50px;
  background: url("../../../img/page/dermatology/skin-booster/sec15_img6.png") no-repeat center;
  content: "";
}
#section15 .tab-area .step-content .mid .title-area {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .mid .title-area {
    margin-bottom: 30px;
  }
}
#section15 .tab-area .step-content .mid .title-area h3 {
  font-size: 55px;
  line-height: 62px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .mid .title-area h3 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
#section15 .tab-area .step-content .mid .title-area h3 span {
  color: #746b64;
}
#section15 .tab-area .step-content .mid .title-area p {
  font-size: 18px;
  font-weight: 500;
  color: #9d968e;
  line-height: 30px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .mid .title-area p {
    font-size: 14px;
    line-height: 1.4;
  }
}
#section15 .tab-area .step-content .mid .img-area {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-content .mid .img-area {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .mid .img-area {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
#section15 .tab-area .step-content .mid .img-area .wrap {
  position: relative;
}
#section15 .tab-area .step-content .mid .img-area .wrap:nth-child(1) .img-wrap, #section15 .tab-area .step-content .mid .img-area .wrap:nth-child(2) .img-wrap {
  position: relative;
}
#section15 .tab-area .step-content .mid .img-area .wrap:nth-child(1) .img-wrap::after, #section15 .tab-area .step-content .mid .img-area .wrap:nth-child(2) .img-wrap::after {
  position: absolute;
  right: -57px;
  top: 50%;
  content: "";
  background: url("../../../img/page/dermatology/skin-booster/sec15_img7.png") no-repeat center;
  width: 63px;
  height: 12px;
}
#section15 .tab-area .step-content .mid .img-area .wrap img {
  display: block;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .mid .img-area .wrap img {
    width: 100%;
  }
}
#section15 .tab-area .step-content .mid .img-area .wrap p {
  width: fit-content;
  background-color: #ff741f;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 50px;
  text-align: center;
  margin: 35px auto 5px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .mid .img-area .wrap p {
    font-size: 14px;
    margin-top: 15px;
  }
}
#section15 .tab-area .step-content .mid .img-area .wrap span {
  text-align: center;
  display: block;
  color: #746b64;
  font-size: 19px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .mid .img-area .wrap span {
    font-size: 14px;
  }
}
#section15 .tab-area .step-content .mid .desc {
  font-size: 28px;
  background: linear-gradient(90deg, #aa887e, #ca4d00);
  -webkit-background-clip: text;
  text-align: center;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 50px auto 0;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .mid .desc {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 30px;
  }
}
#section15 .tab-area .step-content .mid .desc span {
  margin-top: 15px;
  display: block;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .mid .desc span {
    font-size: 18px;
    margin-top: 8px;
  }
}
#section15 .tab-area .step-content .bottom {
  position: relative;
  background: linear-gradient(90deg, #b8b2ac, #a66e4c);
  padding: 100px 0 130px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .bottom {
    padding: 60px 0;
  }
}
#section15 .tab-area .step-content .bottom .title-area {
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .bottom .title-area {
    margin-bottom: 30px;
  }
}
#section15 .tab-area .step-content .bottom .title-area h3 {
  font-size: 50px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .bottom .title-area h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
#section15 .tab-area .step-content .bottom .title-area p {
  margin: 30px 0 20px;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .bottom .title-area p {
    margin: 15px 0 10px;
    font-size: 18px;
    line-height: 1.4;
  }
}
#section15 .tab-area .step-content .bottom .title-area span {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .bottom .title-area span {
    font-size: 14px;
    line-height: 1.4;
  }
}
#section15 .tab-area #sec5step1 .mid .area {
  position: relative;
}
#section15 .tab-area #sec5step1 .mid .area::after {
  position: absolute;
  left: -100px;
  bottom: -100px;
  content: "";
  background: url("../../../img/page/dermatology/skin-booster/sec15_img5.png") no-repeat center;
  width: 619px;
  height: 585px;
  transform: translateX(0);
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area #sec5step1 .mid .area::after {
    display: none;
  }
}
#section15 .tab-area #sec5step1 .mid .area::before {
  position: absolute;
  right: -250px;
  bottom: -100px;
  content: "";
  background: url("../../../img/page/dermatology/skin-booster/sec15_img7.png") no-repeat center;
  width: 666px;
  height: 492px;
  transform: translateX(0);
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area #sec5step1 .mid .area::before {
    display: none;
  }
}
#section15 .tab-area #sec5step1 .mid .title-area h3 {
  font-size: 55px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step1 .mid .title-area h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}
#section15 .tab-area #sec5step1 .mid .wrap {
  background-color: #fff;
  border-radius: 15px;
  padding: 64px 95px 70px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area #sec5step1 .mid .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step1 .mid .wrap {
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 10px;
  }
}
#section15 .tab-area #sec5step1 .mid .wrap h4 {
  color: #00a9a5;
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step1 .mid .wrap h4 {
    font-size: 18px;
  }
}
#section15 .tab-area #sec5step1 .mid .wrap img {
  margin: 0 auto;
  display: block;
}
#section15 .tab-area #sec5step1 .mid .wrap p {
  font-size: 18px;
  color: #00a9a5;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step1 .mid .wrap p {
    font-size: 14px;
  }
}
#section15 .tab-area #sec5step1 .mid .wrap span {
  font-size: 18px;
  font-weight: 500;
  color: #9d968e;
  line-height: 30px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step1 .mid .wrap span {
    font-size: 14px;
    line-height: 1.4;
  }
}
#section15 .tab-area #sec5step1 .bottom::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "Procedure Features";
  color: #a17e63;
  opacity: 0.84;
  font-family: "HighSummit";
  font-size: 105px;
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area #sec5step1 .bottom::after {
    display: none;
  }
}
#section15 .tab-area #sec5step1 .bottom .con-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area #sec5step1 .bottom .con-area {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step1 .bottom .con-area {
    gap: 10px;
  }
}
@media screen and (max-width: 543.98px) {
  #section15 .tab-area #sec5step1 .bottom .con-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
#section15 .tab-area #sec5step1 .bottom .con-area li {
  border-radius: 15px;
  border: 1px solid #debf9f;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step1 .bottom .con-area li {
    border-radius: 10px;
  }
}
#section15 .tab-area #sec5step1 .bottom .con-area li .top {
  padding: 31px 0 38px;
  text-align: center;
  color: #fff;
  background-color: #845c46;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step1 .bottom .con-area li .top {
    padding: 20px 0 28px;
  }
}
#section15 .tab-area #sec5step1 .bottom .con-area li .top p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step1 .bottom .con-area li .top p {
    font-size: 16px;
  }
}
#section15 .tab-area #sec5step1 .bottom .con-area li .top span {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step1 .bottom .con-area li .top span {
    font-size: 13px;
  }
}
#section15 .tab-area #sec5step1 .bottom .con-area li .count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 44.5px;
  height: 44.5px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  color: #b09481;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  top: 100px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step1 .bottom .con-area li .count {
    width: 36px;
    height: 36px;
    font-size: 14px;
    top: 78px;
  }
}
#section15 .tab-area #sec5step1 .bottom .con-area li .bot {
  padding: 46px 10px 30px;
  text-align: center;
  color: #f3d2b9;
  font-size: 16px;
  line-height: 24px;
  background-color: #563c2d;
  border-top: 1px solid #debf9f;
  height: stretch;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step1 .bottom .con-area li .bot {
    font-size: 13px;
    line-height: 1.4;
  }
}
#section15 .tab-area #sec5step2 .mid .title-area p,
#section15 .tab-area #sec5step3 .mid .title-area p {
  font-size: 22px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step2 .mid .title-area p,
  #section15 .tab-area #sec5step3 .mid .title-area p {
    font-size: 14px;
  }
}
#section15 .tab-area #sec5step2 .mid .title-area dl dt,
#section15 .tab-area #sec5step3 .mid .title-area dl dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #746b64;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step2 .mid .title-area dl dt,
  #section15 .tab-area #sec5step3 .mid .title-area dl dt {
    font-size: 14px;
    line-height: 1.4;
  }
}
#section15 .tab-area #sec5step2 .mid .title-area dl dd,
#section15 .tab-area #sec5step3 .mid .title-area dl dd {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #9d968e;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step2 .mid .title-area dl dd,
  #section15 .tab-area #sec5step3 .mid .title-area dl dd {
    font-size: 14px;
    line-height: 1.4;
  }
}
#section15 .tab-area #sec5step2 .mid .con-area,
#section15 .tab-area #sec5step3 .mid .con-area {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area #sec5step2 .mid .con-area,
  #section15 .tab-area #sec5step3 .mid .con-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
  }
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step2 .mid .con-area,
  #section15 .tab-area #sec5step3 .mid .con-area {
    gap: 10px;
  }
}
#section15 .tab-area #sec5step2 .mid .con-area li,
#section15 .tab-area #sec5step3 .mid .con-area li {
  width: 256px;
  height: 256px;
  border-radius: 50%;
  background-color: #fff;
  border: 6px solid #d2c5b6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step2 .mid .con-area li,
  #section15 .tab-area #sec5step3 .mid .con-area li {
    width: 160px;
    height: 160px;
    border-width: 4px;
  }
}
@media screen and (max-width: 767.98px) {
  #section15 .tab-area #sec5step2 .mid .con-area li,
  #section15 .tab-area #sec5step3 .mid .con-area li {
    width: 140px;
    height: 140px;
  }
}
#section15 .tab-area #sec5step2 .mid .con-area li img,
#section15 .tab-area #sec5step3 .mid .con-area li img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step2 .mid .con-area li img,
  #section15 .tab-area #sec5step3 .mid .con-area li img {
    width: 30px;
  }
}
#section15 .tab-area #sec5step2 .mid .con-area li span,
#section15 .tab-area #sec5step3 .mid .con-area li span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #eee8df;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step2 .mid .con-area li span,
  #section15 .tab-area #sec5step3 .mid .con-area li span {
    font-size: 16px;
  }
}
#section15 .tab-area #sec5step2 .mid .con-area li p,
#section15 .tab-area #sec5step3 .mid .con-area li p {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(90deg, #aa887e, #ca4d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area #sec5step2 .mid .con-area li p,
  #section15 .tab-area #sec5step3 .mid .con-area li p {
    font-size: 16px;
    line-height: 1.3;
  }
}
#section15 .tab-area #sec5step2 .top .area .con-wrap::after {
  bottom: 15px;
  right: 5px;
  content: "Barbie Collagen";
}
#section15 .tab-area #sec5step3 .top .area .con-wrap::after {
  bottom: -10px;
  right: 0;
  content: "Exosome";
}

#sub-section07::after {
  display: none;
}

#sub-section11 .con-area .swiper .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  display: none !important;
}