@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#sub-section01 {
  height: 726px;
  background: url("../../../img/page/dermatology/skin-petite/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/dermatology/skin-petite/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 {
  z-index: 10;
}
#sub-section01 .text-area .sub-text {
  margin-bottom: 0;
}
#sub-section01 .text-area .desc {
  color: #9a9288;
  font-size: 22px;
  line-height: 33px;
  margin-top: 0;
}
#sub-section01 .text-area h2 {
  font-size: 80px;
  color: #6f6358;
  margin: 10px 0 15px;
}
#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: 290px;
  bottom: 42px;
}

#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;
}
#section02 .sheet .area .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
#section02 .sheet .area .title-area h3 span {
  color: #746b64;
}
#section02 .sheet .area .title-area p {
  font-size: 20px;
  line-height: 32px;
  color: #746b64;
}
#section02 .sheet .area .con-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
#section02 .sheet .area .con-area::after {
  position: absolute;
  top: -30px;
  right: 0;
  content: "* Image Model";
  color: #aaaaaa;
  font-size: 16px;
}

#section05 {
  background: url("../../../img/page/dermatology/index/sec15_bg.png") no-repeat left center;
  background-size: cover;
}
#section05 .wrap {
  width: fit-content;
  margin-left: auto;
}
#section05 .wrap .title-area {
  margin-bottom: 30px;
}
#section05 .wrap .title-area p {
  color: #9d968e;
  font-size: 22px;
  font-weight: 500;
}
#section05 .wrap .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 62px;
  margin: 20px 0;
}
#section05 .wrap .title-area h3 span {
  font-size: 55px;
  font-weight: 700;
  line-height: 62px;
  color: #746b64;
}
#section05 .wrap .title-area span {
  font-size: 24px;
  font-weight: 300;
  color: #97836e;
}
#section05 .wrap dl dt {
  width: fit-content;
  padding: 11px 23px;
  font-size: 22px;
  font-weight: 500;
  color: #97836e;
  background-color: #eedec7;
  border-radius: 10px;
  border: 1px solid #cfbba7;
  margin-bottom: 22px;
}
#section05 .wrap dl dd {
  font-size: 18px;
  color: #9b9188;
  line-height: 30px;
}
#section05 .wrap .btn {
  display: flex;
  gap: 10px;
  padding: 0;
  border: 0px solid;
  margin-top: 30px;
}
#section05 .wrap .btn a {
  padding: 22px 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #b48d80, #e3c274);
  border-radius: 50px;
  width: fit-content;
}

#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/skin-petite/sec4_bg.png") no-repeat center;
  background-size: cover;
  padding: 400px 0 360px !important;
  position: relative;
}
#section04::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: url("../../../img/page/dermatology/skin-petite/sec4_img1.png") no-repeat center;
  width: 1110px;
  height: 852px;
}
#section04 .left p {
  font-size: 24px;
  color: #d7cab3;
  font-weight: 500;
  margin-bottom: 25px;
}
#section04 .left h3 {
  font-size: 60px;
  line-height: 70px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  color: #fff;
}
#section04 .left h3 span {
  color: #d7cab3;
}

#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;
}
#section14 .area .left {
  text-align: center;
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section14 .area .left .desc1 {
  color: #d7cab3;
  font-size: 24px;
  font-weight: 500;
}
#section14 .area .left h3 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
#section14 .area .left h3 span {
  color: #d7cab3;
}
#section14 .area .left .desc2 {
  font-size: 500;
  font-size: 18px;
  color: #fff;
}
#section14 .area .left .img-wrap {
  border-radius: 20px;
  overflow: hidden;
}
#section14 .area .left dl {
  border-radius: 20px;
  border: 1px solid #cfbba7;
  overflow: hidden;
}
#section14 .area .left dl dt {
  color: #d7cab3;
  font-size: 24px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #cfbba7;
  background-color: #5c4e44;
}
#section14 .area .left dl dd {
  background-color: #41352c;
  color: #f4ddc0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  padding: 30px 0;
}
#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;
}
#section14 .area .right .wrap:last-child {
  margin-bottom: 0;
}
#section14 .area .right .wrap p {
  font-size: 18px;
  color: #7a6e66;
  font-weight: 600;
  margin-bottom: 12px;
}
#section14 .area .right .wrap span {
  color: #746b64;
  font-size: 15px;
  line-height: 22px;
}

#section15 {
  background: url("../../../img/page/dermatology/skin-petite/sec15_bg.png") no-repeat center;
  background-size: cover;
  padding-bottom: 0 !important;
}
#section15 .title-area {
  text-align: center;
  margin-bottom: 32px;
}
#section15 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
#section15 .title-area h3 span {
  color: #746b64;
}
#section15 .tab-area .step-tabs {
  background-color: #fff;
  display: flex;
  margin: 0 auto 88px;
  border-radius: 10px;
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-tabs {
    max-width: 100%;
    border: 0px solid;
    background-color: #f9f9f7;
  }
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-tabs {
    margin-bottom: 20px;
  }
}
#section15 .tab-area .step-tabs .step-tab {
  flex: 1;
  height: 60px;
  border: 0;
  border-radius: 10px;
  background-color: transparent;
  color: #8e8177;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  line-height: 24px;
}
#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: "";
}
#section15 .tab-area .step-tabs .step-tab:last-child::after {
  display: none;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-tabs .step-tab {
    height: auto;
    font-size: 13px;
  }
}
#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 {
    padding: 15px 0;
  }
}
#section15 .tab-area .step-tabs .step-tab.active {
  background-color: #746b64;
  border-radius: 10px;
}
#section15 .tab-area .step-tabs .step-tab.active p {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-left: 17px;
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-tabs .step-tab.active p {
    padding: 0;
  }
}
#section15 .tab-area .step-tabs .step-tab.active p::after {
  position: absolute;
  content: "";
  width: 9.6px;
  height: 9.6px;
  left: 0;
  top: 50%;
  border-radius: 10px;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-tabs .step-tab.active p::after {
    display: none;
  }
}
@media screen and (max-width: 1439.98px) {
  #section15 .tab-area .step-tabs .step-tab.active::after {
    top: 0;
    height: 100%;
    border-radius: 10px;
  }
}
#section15 .tab-area .step-contents {
  position: relative;
  display: flex;
  overflow: visible;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-contents {
    width: 100vw;
    margin-left: -20px;
  }
}
#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;
}
#section15 .tab-area .step-content.active {
  display: block;
}
#section15 .tab-area .step-content .top {
  padding-bottom: 100px;
}
#section15 .tab-area .step-content .top .area .con-wrap {
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
#section15 .tab-area .step-content .top .area .con-wrap::after {
  position: absolute;
  right: 50px;
  bottom: -20px;
  content: "Botox / Skin Botox";
  font-size: 105px;
  color: #e9e3cf;
  font-family: "HighSummit";
  opacity: 0.42;
}
#section15 .tab-area .step-content .top .area .con-wrap .right {
  position: relative;
  z-index: 1;
}
#section15 .tab-area .step-content .top .area .con-wrap .right .title {
  margin-bottom: 30px;
}
#section15 .tab-area .step-content .top .area .con-wrap .right .title article {
  width: fit-content;
  background-color: #b28d77;
  padding: 5px 15px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
#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;
}
#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: 20px 0;
}
#section15 .tab-area .step-content .top .area .con-wrap .right .title span {
  color: #746b64;
  font-size: 18px;
}
#section15 .tab-area .step-content .top .area .con-wrap .right ul {
  width: 590px;
  padding: 30px;
  background-color: #f8f7f5;
  border-radius: 10px;
}
#section15 .tab-area .step-content .top .area .con-wrap .right ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
}
#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 {
  font-size: 18px;
  font-weight: 500;
}
#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;
}
#section15 .tab-area .step-content .top .area .con-wrap .right .wrap dl {
  border-left: 2px dotted #7b6e66;
  padding-left: 14px;
}
#section15 .tab-area .step-content .top .area .con-wrap .right .wrap dl dt {
  font-size: 18px;
  font-weight: 700;
  color: #7b6e66;
  margin-bottom: 2px;
}
#section15 .tab-area .step-content .top .area .con-wrap .right .wrap dl dd {
  font-size: 18px;
  color: #7b6e66;
}
#section15 .tab-area .step-content .mid {
  padding: 100px 0;
  background-color: #eee8df;
  position: relative;
}
#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-petite/sec15_img9.png") no-repeat center;
  content: "";
}
#section15 .tab-area .step-content .mid .title-area {
  text-align: center;
  margin-bottom: 50px;
}
#section15 .tab-area .step-content .mid .title-area p {
  font-size: 22px;
  color: #9d968e;
  font-weight: 500;
  margin-bottom: 20px;
}
#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;
}
#section15 .tab-area .step-content .mid .title-area h3 span {
  font-size: 55px;
  line-height: 62px;
  font-weight: 700;
  color: #746b64;
}
#section15 .tab-area .step-content .mid .title-area span {
  color: #9d968e;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
#section15 .tab-area .step-content .mid .img-area {
  display: flex;
  gap: 50px;
  justify-content: center;
}
#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-petite/sec15_img7.png") no-repeat center;
  width: 63px;
  height: 12px;
}
#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;
}
#section15 .tab-area .step-content .mid .img-area .wrap span {
  text-align: center;
  display: block;
  color: #746b64;
  font-size: 19px;
}
#section15 .tab-area .step-content .mid .con-area {
  display: flex;
  gap: 30px;
  justify-content: center;
}
#section15 .tab-area .step-content .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;
}
#section15 .tab-area .step-content .mid .con-area li img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#section15 .tab-area .step-content .mid .con-area li span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #eee8df;
  font-size: 24px;
  font-weight: 700;
}
#section15 .tab-area .step-content .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;
}
#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;
}
#section15 .tab-area .step-content .mid .desc span {
  margin-top: 15px;
  display: block;
  font-size: 30px;
  font-weight: 500;
}
#section15 .tab-area .step-content .bottom {
  background-color: #fff;
  padding-top: 100px;
}
#section15 .tab-area .step-content .bottom h3 {
  text-align: center;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  font-size: 60px;
}
#section15 .tab-area .step-content .bottom h3 span {
  color: #746b64;
}
#section15 .tab-area .step-content .bottom img {
  display: block;
  margin: 0 auto;
}
#section15 .tab-area #sec5step1 .table-area {
  border-radius: 15px;
  border: 1px solid #dddddd;
  overflow: hidden;
}
#section15 .tab-area #sec5step1 .table-area table {
  width: 100%;
}
#section15 .tab-area #sec5step1 .table-area table thead tr {
  border-bottom: 1px solid #ddd;
}
#section15 .tab-area #sec5step1 .table-area table thead tr td {
  background: linear-gradient(90deg, #b5aea8, #b7b1a4);
  font-size: 22px;
  font-weight: 600;
  padding: 18px 0;
  text-align: center;
  color: #fff;
}
#section15 .tab-area #sec5step1 .table-area table thead tr td:nth-child(2) {
  font-weight: 700;
  background: #564641;
}
#section15 .tab-area #sec5step1 .table-area table thead tr td:nth-child(3) {
  background: linear-gradient(90deg, #ab897e, #e5c58c);
}
#section15 .tab-area #sec5step1 .table-area table tbody tr {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
#section15 .tab-area #sec5step1 .table-area table tbody tr:last-child {
  border-bottom: 0px solid #ddd;
}
#section15 .tab-area #sec5step1 .table-area table tbody tr td {
  text-align: center;
  padding: 25px 0;
  font-size: 18px;
  line-height: 25px;
}
#section15 .tab-area #sec5step1 .table-area table tbody tr td:nth-child(2) {
  background-color: #000000;
  color: #fff;
  font-weight: 700;
}
#section15 .tab-area #sec5step2 .top .area .con-wrap::after {
  bottom: -20px;
  right: 5px;
  content: "Filler";
}
#section15 .tab-area #sec5step3 .top .con-wrap::after {
  bottom: 20px;
  right: 30px;
  content: "Contour Injection";
}
#section15 .tab-area #sec5step3 .mid .color1 {
  color: #2c2721 !important;
}
#section15 .tab-area #sec5step3 .mid .con-area li {
  position: relative;
}
#section15 .tab-area #sec5step3 .mid .con-area li dl {
  text-align: center;
}
#section15 .tab-area #sec5step3 .mid .con-area li dl dt {
  font-size: 22px;
  line-height: 26px;
  color: #ff741f;
  font-weight: 700;
}
#section15 .tab-area #sec5step3 .mid .con-area li dl dd {
  font-size: 16px;
  line-height: 20px;
  color: #7b6e66;
  font-weight: 500;
  margin-top: 5px;
}
#section15 .tab-area #sec5step3 .mid .con-area li .count {
  background-color: #ff741f;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}

#sub-section03 {
  background: url("../../../img/page/dermatology/skin-petite/sec3_bg.png") no-repeat center;
  background-size: cover;
}

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