@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  position: relative;
  overflow: hidden;
  padding: 281px 0 357px !important;
  background: url("/img/page/facial-contour/index/sec1_bg.png") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1439.98px) {
  #section01 {
    padding: 250px 0 0 !important;
    background: url("/img/page/facial-contour/index/sec1_bg_m.png") no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 {
    padding-top: 106px !important;
  }
}
#section01 .area {
  position: static;
}
#section01 .text-area {
  box-sizing: border-box;
}
@media screen and (max-width: 1439.98px) {
  #section01 .text-area {
    text-align: center;
  }
}
#section01 .text-area .sub-text {
  margin-bottom: 38px;
  color: #938882;
  font-size: 28px;
  line-height: 38px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
@media screen and (max-width: 991.98px) {
  #section01 .text-area .sub-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 374.98px) {
  #section01 .text-area .sub-text {
    font-size: 3.743315508vw;
  }
}
#section01 .text-area h2 {
  color: #6c6055;
  font-size: 80px;
  line-height: 90px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
@media screen and (max-width: 991.98px) {
  #section01 .text-area h2 {
    font-size: 35px;
    line-height: 36px;
  }
}
#section01 .text-area .title-point {
  color: #999188;
  font-size: 80px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
@media screen and (max-width: 991.98px) {
  #section01 .text-area .title-point {
    font-size: 35px;
    line-height: 36px;
  }
}
#section01 .text-area .desc {
  margin-top: 30px;
  color: #9a9288;
  font-size: 33px;
}
@media screen and (max-width: 991.98px) {
  #section01 .text-area .desc {
    margin-top: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 374.98px) {
  #section01 .text-area .desc {
    font-size: 4.0106951872vw;
  }
}
#section01 .text-area .desc .desc-bold {
  margin-bottom: 0;
  font-weight: 600;
  font-size: inherit;
}
#section01 .text-area .btn {
  padding: 26px 44px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b48d80, #e3c274);
  color: #fff;
  font-weight: 500;
  border: 0px solid;
  width: fit-content;
  margin-top: 35px;
  display: block;
}
@media screen and (max-width: 1439.98px) {
  #section01 .text-area .btn {
    position: absolute;
    bottom: 400px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.122), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: -1px 4px 10px rgba(187, 178, 168, 0.31), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .text-area .btn {
    font-size: 13px;
    padding: 17px 22px;
    bottom: 280px;
  }
}
#section01 .img-area {
  position: absolute;
  right: 150px;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1599.98px) {
  #section01 .img-area {
    right: 10px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 .img-area {
    position: static;
    margin-top: 30px;
  }
}
#section01 .img-area img {
  display: block;
  width: 100%;
  height: auto;
}
#section01 .img-area .badge {
  position: absolute;
  right: 140px;
  bottom: 184px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #d9bba6;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 1439.98px) {
  #section01 .img-area .badge {
    background-color: rgba(0, 0, 0, 0);
    bottom: 65px;
    color: #b89a85;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .img-area .badge {
    font-size: 12px;
    bottom: 40px;
    right: 20px;
  }
}
@media screen and (max-width: 374.98px) {
  #section01 .img-area .badge {
    bottom: 30px;
    right: 0;
  }
}
#section01 .info-area {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 47px 0;
  background: rgba(255, 255, 255, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 -8px 32px rgba(92, 83, 76, 0.04);
}
@media screen and (max-width: 1439.98px) {
  #section01 .info-area {
    background-color: #f8f6f5;
    position: relative;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .info-area {
    padding: 22px 20px;
  }
}
#section01 .info-area .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 1439.98px) {
  #section01 .info-area .wrap {
    flex-direction: column;
    align-content: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .info-area .wrap {
    padding: 0;
  }
}
#section01 .info-area .info-title {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1439.98px) {
  #section01 .info-area .info-title {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .info-area .info-title {
    gap: 8px;
  }
}
#section01 .info-area .info-title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ab9a90;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #section01 .info-area .info-title .icon {
    width: 23px;
    height: 23px;
  }
}
#section01 .info-area .info-title .title {
  color: #6c6055;
  font-size: 20px;
  font-weight: 800;
}
@media screen and (max-width: 991.98px) {
  #section01 .info-area .info-title .title {
    font-size: 16px;
  }
}
#section01 .info-area .info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1439.98px) {
  #section01 .info-area .info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }
  #section01 .info-area .info-list .item {
    width: calc(50% - 10px);
  }
  #section01 .info-area .info-list .item:last-child {
    width: 100%;
  }
}
#section01 .info-area .info-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0 30px 0 14px;
  border-left: 3px dotted #7b6e66;
}
@media screen and (max-width: 1439.98px) {
  #section01 .info-area .info-list .item {
    border-left: 3px solid #7b6e66;
  }
}
@media screen and (max-width: 991.98px) {
  #section01 .info-area .info-list .item {
    border-left: 2px solid rgba(123, 110, 102, 0.2392156863);
    padding: 0 0 0 10px;
  }
}
#section01 .info-area .info-list .item .lang {
  color: #7b6e66;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section01 .info-area .info-list .item .lang {
    font-size: 13px;
  }
}
#section01 .info-area .info-list .item .value {
  color: #9a9288;
  font-size: 18px;
}
@media screen and (max-width: 991.98px) {
  #section01 .info-area .info-list .item .value {
    font-size: 13px;
  }
}

#section02 {
  padding: 0 !important;
  position: relative;
  z-index: 10;
  background: #fbf9f9;
}
#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 {
  margin-bottom: 20px;
  text-align: center;
}
#section02 .sheet .area .title-area p {
  margin-bottom: 16px;
  font-size: 24px;
  color: #9d968e;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area p {
    margin-bottom: 13px;
    font-size: 15px;
  }
}
#section02 .sheet .area .title-area h3 {
  margin: 0;
  font-size: 70px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #2c2721;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area h3 {
    font-size: 30px;
  }
}
#section02 .sheet .area .title-area h3 .why {
  color: #746b64;
}
#section02 .sheet .area .list {
  overflow: visible !important;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .list {
    overflow: hidden;
  }
}
#section02 .sheet .area .list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .list .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
#section02 .sheet .area .list .swiper-wrapper .item {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e5e3;
  border-radius: 20px;
  overflow: hidden;
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item {
    border-radius: 10px;
  }
}
#section02 .sheet .area .list .swiper-wrapper .item:nth-child(1) {
  background-image: url("/img/page/facial-contour/index/sec2_img1.png");
}
#section02 .sheet .area .list .swiper-wrapper .item:nth-child(2) {
  background-image: url("/img/page/facial-contour/index/sec2_img2.png");
}
#section02 .sheet .area .list .swiper-wrapper .item:nth-child(2) h4 {
  background-color: #b5aea8;
}
#section02 .sheet .area .list .swiper-wrapper .item:nth-child(3) {
  background-image: url("/img/page/facial-contour/index/sec2_img3.png");
}
#section02 .sheet .area .list .swiper-wrapper .item:nth-child(3) h4 {
  background-color: #6f6358;
}
#section02 .sheet .area .list .swiper-wrapper .item h4 {
  margin: 0;
  padding: 45px 30px 49px 40px;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  background-color: #9d8c83;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item h4 {
    padding: 25px 22px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 374.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item h4 {
    font-size: 4.2780748663vw;
  }
}
#section02 .sheet .area .list .swiper-wrapper .item .text {
  height: 577px;
  padding: 39px;
  box-sizing: border-box;
  color: #72675f;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item .text {
    height: 700px;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item .text {
    height: 500px;
    padding: 20px;
    font-size: 12px;
    line-height: 19px;
  }
}
@media screen and (max-width: 450px) {
  #section02 .sheet .area .list .swiper-wrapper .item .text {
    height: 450px;
  }
}
@media screen and (max-width: 400px) {
  #section02 .sheet .area .list .swiper-wrapper .item .text {
    height: 430px;
  }
}
@media screen and (max-width: 349.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item .text {
    height: 400px;
  }
}
#section02 .sheet .area .list .swiper-controller {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .list .swiper-controller {
    display: flex;
    margin-top: 50px;
    gap: 50px;
    justify-content: center;
  }
}
#section02 .sheet .area .list .swiper-controller .swiper-button-prev,
#section02 .sheet .area .list .swiper-controller .swiper-button-next,
#section02 .sheet .area .list .swiper-controller .swiper-pagination {
  position: relative;
}
#section02 .sheet .area .list .swiper-controller .swiper-button-prev svg,
#section02 .sheet .area .list .swiper-controller .swiper-button-next svg {
  color: #000;
  width: 7px;
}
#section02 .sheet .area .list .swiper-controller .swiper-pagination {
  width: fit-content;
  color: #9d968e;
  font-size: 16px;
}
#section02 .sheet .area .list .swiper-controller .swiper-pagination .swiper-pagination-current {
  font-weight: 700;
  color: #746b64;
}

#section03 {
  position: relative;
  background: url("/img/page/facial-contour/index/sec3_bg.png") no-repeat center top/cover;
  z-index: 11;
}
#section03 .title-area {
  margin-bottom: 51px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section03 .title-area {
    margin-bottom: 23px;
  }
}
#section03 .title-area .sub-text {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 37px;
  color: #9b9188;
}
@media screen and (max-width: 991.98px) {
  #section03 .title-area .sub-text {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
#section03 .title-area h3 {
  margin: 0 auto;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 43px;
  color: #746b64;
}
@media screen and (max-width: 991.98px) {
  #section03 .title-area h3 {
    font-size: 21px;
    line-height: 25px;
  }
}
@media screen and (max-width: 374.98px) {
  #section03 .title-area h3 {
    font-size: 5.614973262vw;
  }
}
#section03 .con-area {
  position: relative;
}
#section03 .con-area .sec3-main-swiper {
  overflow: visible;
}
#section03 .con-area .sec3-main-swiper img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-drag: none;
  user-select: none;
}
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide {
  height: auto;
  filter: grayscale(1);
  transition: filter 0.5s ease;
}
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active {
  filter: grayscale(0);
}
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active .center .img::after {
  position: absolute;
  right: -73px;
  bottom: -30px;
  z-index: 10;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(90deg, #aa887e, #e5c58c);
  content: "AFTER\a 5 Months";
  white-space: pre;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  pointer-events: none;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active .center .img::after {
    right: -10px;
    bottom: -18px;
    width: 74px;
    height: 74px;
    font-size: 12px;
    line-height: 15px;
  }
}
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.34fr) minmax(0, 1fr);
  gap: 120px;
  align-items: center;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "center center" "left right";
    gap: 18px 14px;
    align-items: start;
    padding: 0 20px;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row {
    gap: 20px 10px;
  }
}
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .left,
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .left {
    grid-area: left;
  }
}
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .center {
  width: 100%;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .center {
    grid-area: center;
    width: 80%;
    margin: 0 auto;
  }
}
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .center .img {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .center .img {
    max-width: 100%;
  }
}
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .center .img img {
  border-radius: 16px;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .center .img img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .right {
    grid-area: right;
  }
}
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .left .img,
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .right .img {
  width: 100%;
  max-width: 400px;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .left .img,
  #section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .right .img {
    max-width: 100%;
    border-radius: 5px;
  }
}
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .top {
  margin: 0 0 28px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  color: #cfcac5;
  letter-spacing: 0.02em;
  user-select: none;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .top {
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 1;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .top {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .top.gold {
  color: #e5daca;
}
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .bottom {
  margin: 17px 0 0;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #9c968e;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .bottom {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
#section03 .con-area .sec3-main-swiper > .swiper-wrapper > .swiper-slide .sec3-row .bottom.gold {
  color: #ac816d;
}
#section03 .con-area .sec3-main-swiper .sec3-ctrl {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 31px;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper .sec3-ctrl {
    gap: 50px;
    margin-top: 0;
  }
}
#section03 .con-area .sec3-main-swiper .sec3-ctrl .swiper-button-prev,
#section03 .con-area .sec3-main-swiper .sec3-ctrl .swiper-button-next {
  position: relative;
  left: auto !important;
  right: auto !important;
  width: 9px;
  min-height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #232323;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper .sec3-ctrl .swiper-button-prev,
  #section03 .con-area .sec3-main-swiper .sec3-ctrl .swiper-button-next {
    width: 7px;
  }
}
#section03 .con-area .sec3-main-swiper .sec3-ctrl .swiper-button-prev::after,
#section03 .con-area .sec3-main-swiper .sec3-ctrl .swiper-button-next::after {
  font-size: 9px;
  font-weight: 700;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper .sec3-ctrl .swiper-button-prev::after,
  #section03 .con-area .sec3-main-swiper .sec3-ctrl .swiper-button-next::after {
    font-size: 18px;
  }
}
#section03 .con-area .sec3-main-swiper .sec3-ctrl .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper .sec3-ctrl .swiper-pagination {
    gap: 0;
    font-size: 15px;
    font-weight: 500;
    color: #9d968e;
  }
}
#section03 .con-area .sec3-main-swiper .sec3-ctrl .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0;
  background-color: #c2b8b1;
  opacity: 1;
  color: #9d968e;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .sec3-main-swiper .sec3-ctrl .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
#section03 .con-area .sec3-main-swiper .sec3-ctrl .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #746b64;
  font-weight: 700;
}
#section03 .con-area .drag-badge {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 115px;
  height: 115px;
  padding-inline: 10px;
  border-radius: 50%;
  background: rgba(90, 85, 82, 0.82);
  color: #fff;
  box-shadow: 0 4px 16px rgba(58, 54, 52, 0.18);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  will-change: transform;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .drag-badge {
    display: none !important;
  }
}
#section03 .con-area .drag-badge.show {
  opacity: 1;
  visibility: visible;
}
#section03 .con-area .drag-badge .arrow {
  font-family: "Philosopher", "Pretendard Variable", sans-serif, "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif, sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  opacity: 0.95;
  user-select: none;
  transform: translateY(-0.5px);
}
#section03 .con-area .drag-badge .arrow:first-of-type {
  justify-self: start;
}
#section03 .con-area .drag-badge .arrow:last-of-type {
  justify-self: end;
}
#section03 .con-area .drag-badge .text {
  grid-column: 2;
  justify-self: center;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

#section04 .title-area {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  #section04 .title-area {
    margin-bottom: 20px;
  }
}
#section04 .title-area p {
  font-size: 24px;
  color: #9b9188;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  #section04 .title-area p {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
#section04 .title-area h3 {
  font-size: 70px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #2c2721;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 991.98px) {
  #section04 .title-area h3 {
    font-size: 30px;
    line-height: 31px;
  }
}
#section04 .title-area h3 span {
  color: #9b9188;
}
#section04 .tab-area .step-tabs {
  display: flex;
  max-width: 740px;
  margin: 0 auto 60px;
  border: 1px solid #bab6b0;
  border-radius: 999px;
}
@media screen and (max-width: 1439.98px) {
  #section04 .tab-area .step-tabs {
    max-width: 100%;
    border: 0px solid;
    background-color: #f9f9f7;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 .tab-area .step-tabs {
    margin-bottom: 20px;
  }
}
#section04 .tab-area .step-tabs .step-tab {
  flex: 1;
  height: 56px;
  border: 0;
  border-radius: 999px;
  background-color: transparent;
  color: #8e8177;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #section04 .tab-area .step-tabs .step-tab {
    height: auto;
    font-size: 13px;
  }
}
#section04 .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) {
  #section04 .tab-area .step-tabs .step-tab p {
    padding: 15px 0;
  }
}
#section04 .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) {
  #section04 .tab-area .step-tabs .step-tab.active p {
    padding: 0;
  }
}
#section04 .tab-area .step-tabs .step-tab.active p::after {
  position: absolute;
  content: "";
  width: 9.6px;
  height: 9.6px;
  left: 0;
  top: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 1439.98px) {
  #section04 .tab-area .step-tabs .step-tab.active p::after {
    display: none;
  }
}
#section04 .tab-area .step-tabs .step-tab.active::after {
  position: absolute;
  left: 0;
  top: -10%;
  background-color: #7a6e66;
  content: "";
  width: 100%;
  height: 120%;
  border-radius: 30px;
  z-index: 1;
}
@media screen and (max-width: 1439.98px) {
  #section04 .tab-area .step-tabs .step-tab.active::after {
    top: 0;
    height: 100%;
    border-radius: 999px;
  }
}
#section04 .tab-area .step-contents {
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #section04 .tab-area .step-contents {
    width: 100vw;
    margin-left: -20px;
  }
}
#section04 .tab-area .step-contents .swiper-controller {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #section04 .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) {
  #section04 .tab-area .step-contents .swiper-controller .swiper-button-prev,
  #section04 .tab-area .step-contents .swiper-controller .swiper-button-next {
    position: static;
    width: 7px;
    margin: 0;
    color: #2c2721;
  }
}
@media screen and (max-width: 1439.98px) {
  #section04 .tab-area .step-contents .swiper-controller .swiper-button-prev::after,
  #section04 .tab-area .step-contents .swiper-controller .swiper-button-next::after {
    font-size: 18px;
    font-weight: 700;
  }
}
@media screen and (max-width: 1439.98px) {
  #section04 .tab-area .step-contents .swiper-controller .swiper-pagination {
    position: static;
    width: auto;
    color: #8e8177;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
}
#section04 .tab-area .step-contents .swiper-controller .swiper-pagination .swiper-pagination-current {
  color: #72675f;
}
#section04 .tab-area .step-contents .swiper-controller .swiper-pagination .swiper-pagination-total {
  color: #b2aaa3;
}
#section04 .tab-area .step-content {
  display: none;
}
#section04 .tab-area .step-content.active {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1500px) {
  #section04 .tab-area .step-content.active {
    gap: 50px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section04 .tab-area .step-content {
    display: block !important;
  }
}
#section04 .tab-area .step-content .left {
  flex-shrink: 0;
}
#section04 .tab-area .step-content .left img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#section04 .tab-area .step-content .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  #section04 .tab-area .step-content .right {
    padding: 0 20px;
  }
}
#section04 .tab-area .step-content .right .top h4 {
  color: #72675f;
  font-size: 30px;
  font-weight: 600;
  line-height: 43px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1439.98px) {
  #section04 .tab-area .step-content .right .top h4 {
    font-size: 22px;
    line-height: 34px;
    margin: 30px 0 16px;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 .tab-area .step-content .right .top h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
#section04 .tab-area .step-content .right .top p {
  color: #72675f;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 1439.98px) {
  #section04 .tab-area .step-content .right .top p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 .tab-area .step-content .right .top p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section04 .tab-area .step-content .right .top p br {
    display: none;
  }
}
#section04 .tab-area .step-content .right .bottom {
  padding: 41px 31px;
  display: flex;
  align-items: flex-start;
  background: url("/img/page/facial-contour/index/sec4_img2.png") no-repeat center;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  margin-top: 30px;
}
@media screen and (max-width: 1439.98px) {
  #section04 .tab-area .step-content .right .bottom {
    margin-top: 28px;
    padding: 21px;
    border-radius: 6px;
    gap: 18px;
    background-size: auto;
    background-position: right;
    flex-direction: column;
    background: #f5f0e8 url("/img/page/facial-contour/index/sec4_img2_m.png") no-repeat right top;
  }
}
#section04 .tab-area .step-content .right .bottom .item {
  display: flex;
  align-items: flex-start;
}
#section04 .tab-area .step-content .right .bottom p {
  color: #9c9690;
  font-size: 18px;
  font-weight: 600;
  margin-right: 7px;
}
@media screen and (max-width: 1439.98px) {
  #section04 .tab-area .step-content .right .bottom p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 .tab-area .step-content .right .bottom p {
    font-size: 15px;
  }
}
#section04 .tab-area .step-content .right .bottom span {
  color: #72675f;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 1439.98px) {
  #section04 .tab-area .step-content .right .bottom span {
    font-size: 13px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 .tab-area .step-content .right .bottom span {
    font-size: 12px;
    margin-top: -2px;
  }
}
#section04 .tab-area .step-content .right .bottom .line {
  width: 1px;
  height: 94px;
  margin: 0 20px;
  background-color: rgba(114, 103, 95, 0.2);
}
@media screen and (max-width: 1439.98px) {
  #section04 .tab-area .step-content .right .bottom .line {
    display: none;
  }
}

#section05 {
  background: url("/img/page/facial-contour/index/sec5_bg.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1439.98px) {
  #section05 {
    background: url("/img/page/facial-contour/index/sec5_bg_m.png") no-repeat center;
    background-size: cover;
  }
}
#section05 .title-area {
  margin-bottom: 52px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section05 .title-area {
    margin-bottom: 15px;
  }
}
#section05 .title-area p {
  color: #9b9188;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  #section05 .title-area p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
#section05 .title-area h3 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #2c2721;
}
@media screen and (max-width: 1439.98px) {
  #section05 .title-area h3 {
    line-height: 1.3;
  }
}
@media screen and (max-width: 991.98px) {
  #section05 .title-area h3 {
    font-size: 30px;
    line-height: 31px;
  }
}
@media screen and (max-width: 374.98px) {
  #section05 .title-area h3 {
    font-size: 6.9518716578vw;
  }
}
#section05 .title-area h3 span {
  font-size: 50px;
  color: #746b64;
}
@media screen and (max-width: 991.98px) {
  #section05 .title-area h3 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 374.98px) {
  #section05 .title-area h3 span {
    font-size: 6.9518716578vw;
  }
}
#section05 .step {
  padding: 15px 34px;
  border-radius: 25px;
  background-color: #cbc6c1;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  gap: 10px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section05 .step {
    padding: 10px 25px;
    border-radius: 20px;
    gap: 5px;
    margin-top: -15px;
  }
}
#section05 .step p {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1439.98px) {
  #section05 .step p {
    font-size: 15px;
  }
}
#section05 .step img {
  margin: 0;
  width: auto;
}
@media screen and (max-width: 991.98px) {
  #section05 .step img {
    width: 11px;
  }
}
#section05 .line {
  border: 1px dashed #cbc6c1;
  width: 1px;
  height: 45px;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  #section05 .line {
    height: 25px;
  }
}
#section05 dl {
  border: 1px solid #c7b4a1;
  border-radius: 15px;
  background-color: #fff;
  height: 216px;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section05 dl {
    height: auto;
  }
}
#section05 dl::after {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #cbc6c1;
  border-radius: 50%;
  content: "";
  left: 50%;
  top: -6px;
  transform: translateX(-50%);
}
#section05 dl dt {
  text-align: center;
  color: #cbc6c1;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 20px 0 17px;
  border-bottom: 1px solid #c7b4a1;
}
@media screen and (max-width: 991.98px) {
  #section05 dl dt {
    font-size: 17px;
    padding: 16px 0 12px;
    line-height: 20px;
  }
}
#section05 dl dd {
  text-align: center;
  color: #72675f;
  font-size: 15px;
  line-height: 23px;
  padding-top: 19px;
}
@media screen and (max-width: 991.98px) {
  #section05 dl dd {
    font-size: 13px;
    line-height: 18px;
    padding: 20px 0;
  }
}
#section05 .sec5-tab-wrap {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #section05 .sec5-tab-wrap {
    display: block;
  }
}
#section05 .sec5-tab-wrap .sec5-tab-buttons {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1439.98px) {
  #section05 .sec5-tab-wrap .sec5-tab-buttons {
    justify-content: space-around;
    background-color: #fff;
    width: 100%;
    border-radius: 50px;
    padding: 4px;
    gap: 0;
  }
}
#section05 .sec5-tab-wrap .sec5-tab-buttons::-webkit-scrollbar {
  display: none;
}
#section05 .sec5-tab-wrap .sec5-tab-buttons .sec5-tab-btn {
  flex: 0 0 auto;
  padding: 17px 18px;
  border-radius: 999px;
  color: #7a6e66;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  width: 20%;
  border: 0;
  background: transparent;
  transition: 0.3s;
}
@media screen and (max-width: 991.98px) {
  #section05 .sec5-tab-wrap .sec5-tab-buttons .sec5-tab-btn {
    font-size: 12px;
    padding: 17px 0;
  }
}
#section05 .sec5-tab-wrap .sec5-tab-buttons .sec5-tab-btn.active {
  background-color: #746b64;
  color: #fff;
}
#section05 .sec5-tab-wrap .sec5TabSwiper {
  overflow: visible;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  #section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box {
    margin: 0;
  }
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box img {
  margin: 0;
  max-width: 100%;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(1) .step {
  background-color: #cbc6c1;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(1) .line {
  border: 1px dashed #cbc6c1;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(1) dl::after {
  background-color: #cbc6c1;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(1) dl dt {
  color: #cbc6c1;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(2) .step {
  background-color: #c7b4a1;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(2) .line {
  border: 1px dashed #c7b4a1;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(2) dl::after {
  background-color: #c7b4a1;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(2) dl dt {
  color: #c7b4a1;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(3) .step {
  background-color: #ab957f;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(3) .line {
  border: 1px dashed #ab957f;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(3) dl::after {
  background-color: #ab957f;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(3) dl dt {
  color: #ab957f;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(4) .step {
  background-color: #746b64;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(4) .line {
  border: 1px dashed #746b64;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(4) dl::after {
  background-color: #746b64;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(4) dl dt {
  color: #746b64;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(5) .step {
  background-color: #5b544f;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(5) .line {
  border: 1px dashed #5b544f;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(5) dl::after {
  background-color: #5b544f;
}
#section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide:nth-child(5) dl dt {
  color: #5b544f;
}
#section05 .sec5-tab-wrap .sec5-tab-controller {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #section05 .sec5-tab-wrap .sec5-tab-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 34px;
  }
}
#section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-prev,
#section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-next {
  width: 9px;
  height: 16px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
#section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-prev::after,
#section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-next::after {
  font-size: 18px;
  color: #000;
}
#section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-prev svg,
#section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-next svg {
  color: #000;
}
#section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-pagination {
  position: static;
  width: auto;
  min-width: 50px;
  text-align: center;
  color: #9d968e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-pagination .current {
  color: #746b64;
  font-weight: 700;
}
#section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-pagination .slash {
  margin: 0 2px;
}
@media screen and (max-width: 1439.98px) {
  #section05 .mySwiper {
    display: none;
  }
}
#section05 .mySwiper .swiper-wrapper .swiper-slide img {
  margin-bottom: 33px;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide .step::after {
  position: absolute;
  right: -100%;
  top: 50%;
  content: "";
  border: 1px dashed #72675f;
  width: 100%;
  height: 0;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide .step img {
  margin: 0;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(2) .step {
  background-color: #c7b4a1;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(2) .line {
  border: 1px dashed #c7b4a1;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(2) dl::after {
  background-color: #c7b4a1;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(2) dl dt {
  color: #c7b4a1;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(3) .step {
  background-color: #ab957f;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(3) .line {
  border: 1px dashed #ab957f;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(3) dl::after {
  background-color: #ab957f;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(3) dl dt {
  color: #ab957f;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .step {
  background-color: #746b64;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .line {
  border: 1px dashed #746b64;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) dl::after {
  background-color: #746b64;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) dl dt {
  color: #746b64;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(5) .step {
  background-color: #5b544f;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(5) .step::after {
  display: none;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(5) .line {
  border: 1px dashed #5b544f;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(5) dl::after {
  background-color: #5b544f;
}
#section05 .mySwiper .swiper-wrapper .swiper-slide:nth-child(5) dl dt {
  color: #5b544f;
}

#section06 .title-area {
  text-align: center;
  margin-bottom: 43px;
}
@media screen and (max-width: 991.98px) {
  #section06 .title-area {
    margin-bottom: 14px;
  }
}
#section06 .title-area p {
  color: #9b9188;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  #section06 .title-area p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
#section06 .title-area h3 {
  font-size: 70px;
  font-weight: 700;
  color: #2c2721;
  letter-spacing: -0.2px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
@media screen and (max-width: 991.98px) {
  #section06 .title-area h3 {
    font-size: 30px;
  }
}
#section06 .title-area h3 span {
  color: #746b64;
  font-size: 70px;
}
@media screen and (max-width: 991.98px) {
  #section06 .title-area h3 span {
    font-size: 30px;
  }
}
#section06 .content-area {
  display: grid;
  grid-template-columns: repeat(4, 380px);
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }
}
#section06 .content-area li {
  background-color: rgba(224, 221, 216, 0.42);
  width: 380px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li {
    margin: 0 !important;
    width: 100%;
    overflow: hidden;
    aspect-ratio: auto;
  }
}
#section06 .content-area li:nth-child(1) {
  margin-left: 50px;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li:nth-child(1) {
    border-radius: 60px 10px 10px 10px;
  }
}
#section06 .content-area li:nth-child(2) {
  background-color: rgba(239, 231, 215, 0.42);
  margin-left: 10px;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li:nth-child(2) {
    border-radius: 10px 60px 10px 10px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li:nth-child(2) .step {
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li:nth-child(2) .step::after {
    left: -75px;
    bottom: -75px;
    background: #ab957f !important;
  }
}
@media screen and (max-width: 991.98px) {
  #section06 .content-area li:nth-child(2) .step::after {
    left: -56px;
    bottom: -56px;
  }
}
#section06 .content-area li:nth-child(3) {
  background-color: rgba(237, 226, 202, 0.42);
  margin-left: -20px;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li:nth-child(3) {
    border-radius: 10px 10px 10px 60px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li:nth-child(3) .step {
    top: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li:nth-child(3) .step::after {
    right: -75px;
    top: -75px;
    background: #746b64 !important;
  }
}
@media screen and (max-width: 991.98px) {
  #section06 .content-area li:nth-child(3) .step::after {
    right: -56px;
    top: -56px;
  }
}
#section06 .content-area li:nth-child(4) {
  background-color: rgba(239, 225, 193, 0.42);
  margin-left: -50px;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li:nth-child(4) {
    border-radius: 10px 10px 60px 10px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li:nth-child(4) .step {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li:nth-child(4) .step::after {
    left: -75px;
    top: -75px;
    background: #5b544f !important;
  }
}
@media screen and (max-width: 991.98px) {
  #section06 .content-area li:nth-child(4) .step::after {
    left: -56px;
    top: -56px;
  }
}
#section06 .content-area li .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 65px;
  height: 100%;
  gap: 25px;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li .wrap {
    padding: 40px 0;
    justify-content: center;
    gap: 12px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li .wrap dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
}
#section06 .content-area li .wrap dl dt {
  font-size: 25px;
  color: #746b64;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li .wrap dl dt {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 991.98px) {
  #section06 .content-area li .wrap dl dt {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 374.98px) {
  #section06 .content-area li .wrap dl dt {
    font-size: 4.2780748663vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section06 .content-area li .wrap dl img {
    width: 45px;
  }
}
#section06 .content-area li .wrap dl dd {
  font-size: 16px;
  color: #726b64;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li .wrap dl dd {
    font-size: 12px;
    line-height: 16px;
    word-break: keep-all;
  }
}
@media screen and (max-width: 374.98px) {
  #section06 .content-area li .wrap dl dd {
    font-size: 3.2085561497vw;
  }
}
#section06 .content-area li .wrap .step {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(2deg, #aa887e, #e5c58c);
  border-radius: 50%;
  width: 93px;
  height: 93px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  z-index: 2;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li .wrap .step {
    width: 57px;
    height: 57px;
    background: transparent;
  }
}
@media screen and (max-width: 991.98px) {
  #section06 .content-area li .wrap .step {
    width: 40px;
    height: 40px;
  }
}
#section06 .content-area li .wrap .step::after {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li .wrap .step::after {
    display: block;
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #c7b4a1;
    right: -75px;
    bottom: -75px;
    z-index: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section06 .content-area li .wrap .step::after {
    width: 112px;
    height: 112px;
    right: -56px;
    bottom: -56px;
  }
}
#section06 .content-area li .wrap .step span,
#section06 .content-area li .wrap .step p {
  position: relative;
  z-index: 1;
  line-height: 1;
}
#section06 .content-area li .wrap .step span {
  font-size: 14.5px;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li .wrap .step span {
    font-size: 11px;
    margin-bottom: 2px;
  }
}
#section06 .content-area li .wrap .step p {
  font-size: 30px;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li .wrap .step p {
    font-size: 22px;
  }
}
@media screen and (max-width: 991.98px) {
  #section06 .content-area li .wrap .step p {
    font-size: 17px;
  }
}
#section06 .content-area li .arrow {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area li .arrow {
    display: none;
  }
}
#section06 .content-area .line {
  position: absolute;
  width: 100vw;
  height: 2px;
  background-color: #d7d0c6;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1439.98px) {
  #section06 .content-area .line {
    display: none;
  }
}
#section06 .content-area .line .area {
  height: 2px;
  background-color: #fff;
  width: 100%;
  max-width: 1422px;
}

#section07 {
  overflow: hidden;
  background-color: #f9f9f7;
  position: relative;
}
#section07::after {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 74px;
  height: 50px;
  content: "";
  transform: translateX(-50%);
  background: url("../img/page/facial-contour/index/sec7_img1.png") no-repeat center;
}
#section07 .title-area {
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 991.98px) {
  #section07 .title-area {
    margin-bottom: 25px;
  }
}
#section07 .title-area p {
  font-size: 24px;
  color: #9b9188;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section07 .title-area p {
    font-size: 15px;
  }
}
#section07 .title-area h3 {
  font-size: 60px;
  font-weight: 700;
  margin: 15px auto 20px;
  color: #2c2721;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 991.98px) {
  #section07 .title-area h3 {
    font-size: 30px;
    line-height: 31px;
    margin: 12px auto 18px;
  }
}
#section07 .title-area h3 .color1 {
  color: #746b64;
  font-size: 60px;
}
@media screen and (max-width: 991.98px) {
  #section07 .title-area h3 .color1 {
    font-size: 30px;
  }
}
#section07 .title-area h3 .color2 {
  color: #8a837e;
  font-size: 60px;
}
@media screen and (max-width: 991.98px) {
  #section07 .title-area h3 .color2 {
    font-size: 30px;
  }
}
#section07 .title-area .desc {
  color: #9b9188;
  font-size: 22px;
}
@media screen and (max-width: 991.98px) {
  #section07 .title-area .desc {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 374.98px) {
  #section07 .title-area .desc {
    font-size: 3.743315508vw;
  }
}
#section07 .tab-swiper {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #section07 .tab-swiper {
    display: block;
    overflow: visible;
    margin-bottom: 21px;
  }
}
#section07 .tab-swiper .swiper-wrapper .swiper-slide {
  min-height: auto;
  border-radius: 50px !important;
  overflow: hidden;
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  min-height: fit-content !important;
  padding: 11px 15px !important;
}
@media screen and (max-width: 1439.98px) {
  #section07 .tab-swiper .swiper-wrapper .swiper-slide {
    width: auto;
    height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(239, 235, 231, 0) !important;
    color: #9b9188 !important;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 991.98px) {
  #section07 .tab-swiper .swiper-wrapper .swiper-slide {
    height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }
}
#section07 .tab-swiper .swiper-wrapper .swiper-slide.active {
  opacity: 1;
  background-color: #ebca6d !important;
  color: #fff !important;
}
#section07 .tab-swiper .swiper-wrapper .swiper-slide.active:hover {
  background-color: #ebca6d !important;
  color: #fff !important;
}
#section07 .tab-swiper .swiper-controller {
  position: absolute;
  top: 5px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  #section07 .tab-swiper .swiper-controller {
    top: 0;
  }
}
#section07 .tab-swiper .swiper-controller .swiper-button-prev,
#section07 .tab-swiper .swiper-controller .swiper-button-next {
  width: 33px;
  height: 33px;
  background: url("/img/page/facial-contour/index/sec7_img5.png") no-repeat center;
  background-size: 33px;
  right: -20px;
}
@media screen and (max-width: 991.98px) {
  #section07 .tab-swiper .swiper-controller .swiper-button-prev,
  #section07 .tab-swiper .swiper-controller .swiper-button-next {
    right: -15px;
  }
}
#section07 .tab-swiper .swiper-controller .swiper-button-prev svg,
#section07 .tab-swiper .swiper-controller .swiper-button-next svg {
  display: none;
}
#section07 .tab-swiper .swiper-controller .swiper-button-prev {
  transform: rotate(180deg);
  left: -20px;
}
@media screen and (max-width: 991.98px) {
  #section07 .tab-swiper .swiper-controller .swiper-button-prev {
    left: -15px;
  }
}
#section07 .swiper {
  overflow: visible;
}
#section07 .swiper .swiper-wrapper {
  align-items: center;
}
#section07 .swiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 50px 30px;
  position: relative;
  border: 4px solid transparent;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1439.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide {
    border: 0;
    border-radius: 0;
    padding: 40px 42px 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide {
    min-height: auto;
    border-radius: 20px;
    padding: 24px 20px 0;
  }
}
#section07 .swiper .swiper-wrapper .swiper-slide h4 {
  font-size: 30px;
  font-weight: 500;
  color: #72675f;
  position: relative;
  padding-left: 17px;
}
@media screen and (max-width: 991.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide h4 {
    font-size: 18px;
    font-weight: 700;
    padding-left: 13px;
  }
}
#section07 .swiper .swiper-wrapper .swiper-slide h4::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: #ebca6d;
  content: "";
}
@media screen and (max-width: 991.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide h4::after {
    width: 4px;
  }
}
#section07 .swiper .swiper-wrapper .swiper-slide p {
  margin: 15px 0;
  font-size: 18px;
  color: #9b9188;
  line-height: 27px;
}
@media screen and (max-width: 1439.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide p {
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 991.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide p {
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0 37px;
    color: #746b64;
  }
}
#section07 .swiper .swiper-wrapper .swiper-slide .page {
  padding: 7px 24px;
  border-radius: 25px;
  border: 1px solid #c6c4c1;
  width: fit-content;
}
@media screen and (max-width: 1439.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide .page {
    display: none;
  }
}
#section07 .swiper .swiper-wrapper .swiper-slide .page p {
  font-size: 15px;
  font-weight: 300;
  color: #9b9188;
  margin: 0;
}
#section07 .swiper .swiper-wrapper .swiper-slide .page p span {
  color: #72675f;
  font-weight: 600;
}
#section07 .swiper .swiper-wrapper .swiper-slide > img {
  float: right;
  display: block;
}
@media screen and (max-width: 1439.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide > img {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide > img {
    margin: 10px auto 20px;
  }
}
#section07 .swiper .swiper-wrapper .swiper-slide .text-area {
  position: absolute;
  bottom: -85px;
  left: 0;
  background-color: #beb3a1;
  border-radius: 15px;
  padding: 30px;
  min-width: 454px;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  pointer-events: none;
}
@media screen and (max-width: 1439.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide .text-area {
    position: relative;
    width: 101vw;
    margin-left: -42px;
    border-radius: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide .text-area {
    margin-left: -20px;
    font-size: 12px;
    line-height: 18px;
    padding: 30px 21px;
    width: 100vw;
  }
}
@media screen and (max-width: 1439.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide .text-area::after {
    position: absolute;
    display: block;
    width: 52px;
    height: 35px;
    content: "";
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: url("/img/page/facial-contour/index/sec7_img4.png");
  }
}
@media screen and (max-width: 991.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide .text-area::after {
    top: -15px;
  }
}
@media screen and (max-width: 500px) {
  #section07 .swiper .swiper-wrapper .swiper-slide .text-area::after {
    left: 45%;
  }
}
@media screen and (max-width: 430px) {
  #section07 .swiper .swiper-wrapper .swiper-slide .text-area::after {
    left: 42%;
  }
}
@media screen and (max-width: 350px) {
  #section07 .swiper .swiper-wrapper .swiper-slide .text-area::after {
    left: 38%;
  }
}
@media screen and (max-width: 340px) {
  #section07 .swiper .swiper-wrapper .swiper-slide .text-area::after {
    left: 35%;
  }
}
#section07 .swiper .swiper-wrapper .swiper-slide .over-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.4s ease;
  height: 100%;
}
@media screen and (max-width: 1439.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide .over-img {
    display: none;
  }
}
#section07 .swiper .swiper-wrapper .swiper-slide .over-img img {
  height: 100%;
  width: 100%;
}
#section07 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .text-area {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#section07 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .over-img {
  opacity: 0;
}
#section07 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active:hover {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(107deg, #ab897e, #e4c48c) border-box;
}
@media screen and (max-width: 1439.98px) {
  #section07 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active:hover {
    background: #ffffff;
  }
}
#section07 .swiper-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 120px;
}
@media screen and (max-width: 1439.98px) {
  #section07 .swiper-controller {
    margin-top: 19px;
    gap: 50px;
  }
}
#section07 .swiper-controller .swiper-button-prev,
#section07 .swiper-controller .swiper-button-next {
  width: 9px;
  color: #232323;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 1439.98px) {
  #section07 .swiper-controller .swiper-button-prev,
  #section07 .swiper-controller .swiper-button-next {
    top: 8px;
    width: 7px;
  }
}
#section07 .swiper-controller .swiper-button-prev::after,
#section07 .swiper-controller .swiper-button-next::after {
  font-size: 18px;
  color: #232323;
}
@media screen and (max-width: 1439.98px) {
  #section07 .swiper-controller .swiper-button-prev::after,
  #section07 .swiper-controller .swiper-button-next::after {
    font-size: 22px;
  }
}
@media screen and (max-width: 991.98px) {
  #section07 .swiper-controller .swiper-button-prev::after,
  #section07 .swiper-controller .swiper-button-next::after {
    font-size: 18px;
  }
}
#section07 .swiper-controller .swiper-button-prev svg path,
#section07 .swiper-controller .swiper-button-next svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
#section07 .swiper-controller .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 1439.98px) {
  #section07 .swiper-controller .swiper-pagination {
    gap: 5px;
    color: #9d968e;
  }
}
@media screen and (max-width: 991.98px) {
  #section07 .swiper-controller .swiper-pagination {
    font-size: 16px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section07 .swiper-controller .swiper-pagination .swiper-pagination-current {
    color: #746b64;
    font-weight: 700;
  }
}
#section07 .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  background-color: #c2b8b1;
  opacity: 1;
  width: 9px;
  height: 9px;
  margin: 0;
}
@media screen and (max-width: 1439.98px) {
  #section07 .swiper-controller .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;
  }
}
#section07 .swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7a6e66;
}
#section07 .desc {
  color: #9b9188;
  font-size: 15px;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 991.98px) {
  #section07 .desc {
    font-size: 12px;
    margin-top: 16px;
    padding: 0 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1439.98px) {
  #section07 {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 991.98px) {
  #section07 {
    padding: 70px 0 45px;
  }
}

#section08 {
  padding: 80px 0 !important;
  background-color: #72675f;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #section08 {
    padding: 30px 0 !important;
  }
}
#section08::after {
  position: absolute;
  width: 74px;
  height: 50px;
  content: "";
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  background: url("/img/page/facial-contour/index/sec8_img5.png") no-repeat center;
}
@media screen and (max-width: 991.98px) {
  #section08::after {
    top: -30px;
  }
}
#section08 .swiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 31px;
  min-height: 145px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1439.98px) {
  #section08 .swiper .swiper-wrapper .swiper-slide {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991.98px) {
  #section08 .swiper .swiper-wrapper .swiper-slide {
    gap: 0;
  }
}
#section08 .swiper .swiper-wrapper .swiper-slide.bg1 {
  background: url("/img/page/facial-contour/index/sec8_img1.png") no-repeat center;
}
#section08 .swiper .swiper-wrapper .swiper-slide.bg2 {
  background: url("/img/page/facial-contour/index/sec8_img2.png") no-repeat center;
}
#section08 .swiper .swiper-wrapper .swiper-slide.bg3 {
  background: url("/img/page/facial-contour/index/sec8_img3.png") no-repeat center;
}
#section08 .swiper .swiper-wrapper .swiper-slide.bg4 {
  background: url("/img/page/facial-contour/index/sec8_img4.png") no-repeat center;
}
@media screen and (max-width: 1439.98px) {
  #section08 .swiper .swiper-wrapper .swiper-slide.bg1, #section08 .swiper .swiper-wrapper .swiper-slide.bg2, #section08 .swiper .swiper-wrapper .swiper-slide.bg3, #section08 .swiper .swiper-wrapper .swiper-slide.bg4 {
    background: none;
    background-color: #fff;
  }
}
@media screen and (max-width: 1439.98px) {
  #section08 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}
#section08 .swiper .swiper-wrapper .swiper-slide h4 {
  color: #4d4944;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1439.98px) {
  #section08 .swiper .swiper-wrapper .swiper-slide h4 {
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  #section08 .swiper .swiper-wrapper .swiper-slide h4 {
    margin: 15px 0 8px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 374.98px) {
  #section08 .swiper .swiper-wrapper .swiper-slide h4 {
    font-size: 3.2085561497vw;
  }
}
#section08 .swiper .swiper-wrapper .swiper-slide p {
  color: #9c9690;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1439.98px) {
  #section08 .swiper .swiper-wrapper .swiper-slide p {
    text-align: center;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  #section08 .swiper .swiper-wrapper .swiper-slide p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 374.98px) {
  #section08 .swiper .swiper-wrapper .swiper-slide p {
    font-size: 3.2085561497vw;
  }
}
#section08 .swiper-button-prev {
  left: 165px;
  width: 45px;
  height: 45px;
  background: url("/img/page/facial-contour/index/sec8_img6.png") no-repeat center/contain;
}
@media screen and (max-width: 1800px) {
  #section08 .swiper-button-prev {
    left: 50px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section08 .swiper-button-prev {
    left: 12px;
  }
}
@media screen and (max-width: 991.98px) {
  #section08 .swiper-button-prev {
    width: 31px;
    height: 31px;
    background-size: 35px;
    background-color: rgba(116, 107, 100, 0.6941176471);
    border-radius: 50%;
  }
}
#section08 .swiper-button-prev svg {
  display: none;
}
#section08 .swiper-button-next {
  right: 165px;
  width: 45px;
  height: 45px;
  background: url("/img/page/facial-contour/index/sec8_img6.png") no-repeat center/contain;
  transform: rotate(180deg);
}
@media screen and (max-width: 1800px) {
  #section08 .swiper-button-next {
    right: 50px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section08 .swiper-button-next {
    right: 12px;
  }
}
@media screen and (max-width: 991.98px) {
  #section08 .swiper-button-next {
    width: 31px;
    height: 31px;
    background-size: 35px;
    background-color: rgba(116, 107, 100, 0.6941176471);
    border-radius: 50%;
  }
}
#section08 .swiper-button-next svg {
  display: none;
}

#section09 .title-area {
  margin-bottom: 73px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section09 .title-area {
    margin-bottom: 26px;
  }
}
#section09 .title-area p {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  color: #9d968e;
}
@media screen and (max-width: 991.98px) {
  #section09 .title-area p {
    font-size: 15px;
  }
}
@media screen and (max-width: 374.98px) {
  #section09 .title-area p {
    font-size: 4.0106951872vw;
  }
}
#section09 .title-area h3 {
  margin-bottom: 15px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #2c2721;
}
@media screen and (max-width: 991.98px) {
  #section09 .title-area h3 {
    font-size: 30px;
    line-height: 31px;
  }
}
@media screen and (max-width: 374.98px) {
  #section09 .title-area h3 {
    font-size: 8.0213903743vw;
  }
}
#section09 .title-area h3 span {
  color: #746b64;
}
#section09 .title-area a {
  padding: 18px 33px;
  display: flex;
  gap: 6px;
  border: 1px solid #9d968e;
  border-radius: 25.5px;
  align-items: center;
  height: fit-content;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1199.98px) {
  #section09 .title-area a {
    display: none;
  }
}
#section09 .title-area a p {
  font-size: 16px;
  color: #9d968e;
  margin: 0;
}
#section09 .title-area a img {
  width: 13px;
}
#section09 .content-area img {
  display: block;
  margin: 0 auto 50px;
}
#section09 .content-area p {
  text-align: center;
  color: #9d968e;
  font-size: 23px;
  font-weight: 600;
  line-height: 36px;
}
@media screen and (max-width: 991.98px) {
  #section09 .content-area p {
    font-size: 13px;
    line-height: 19px;
  }
}
@media screen and (max-width: 374.98px) {
  #section09 .content-area p {
    font-size: 3.4759358289vw;
  }
}

#section10 {
  background-color: #f3f1ee;
}
@media screen and (max-width: 991.98px) {
  #section10 {
    background-color: #e1dedb;
  }
}
#section10 .title-area {
  margin-bottom: 50px;
}
@media screen and (max-width: 991.98px) {
  #section10 .title-area {
    margin-bottom: 30px;
  }
}
#section10 .title-area p {
  color: #9b9188;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  #section10 .title-area p {
    font-size: 14px;
    line-height: 19px;
  }
}
#section10 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #2c2721;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 991.98px) {
  #section10 .title-area h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 374.98px) {
  #section10 .title-area h3 {
    font-size: 6.4171122995vw;
  }
}
#section10 .title-area h3 span {
  color: #746b64;
}
#section10 .content-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media screen and (max-width: 1439.98px) {
  #section10 .content-area {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991.98px) {
  #section10 .content-area {
    gap: 13px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section10 .content-area li:nth-child(n+5) {
    display: none;
  }
}
#section10 .content-area li .img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #section10 .content-area li .img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section10 .content-area li .img img {
    width: 100%;
  }
}
#section10 .content-area li .img:hover > p, #section10 .content-area li .img:hover > span {
  opacity: 0;
  transform: translateY(10px);
}
#section10 .content-area li .img:hover .hover-area {
  opacity: 1;
}
#section10 .content-area li .img > p {
  position: absolute;
  left: 30px;
  bottom: 34px;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  font-weight: 700;
  transition: 0.3s all;
}
@media screen and (max-width: 1439.98px) {
  #section10 .content-area li .img > p {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  #section10 .content-area li .img > p {
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    bottom: 28px;
  }
}
#section10 .content-area li .img > span {
  position: absolute;
  color: #fff;
  right: 10px;
  bottom: 12px;
  font-size: 13px;
  transition: 0.3s all;
}
@media screen and (max-width: 1439.98px) {
  #section10 .content-area li .img > span {
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 991.98px) {
  #section10 .content-area li .img > span {
    font-size: 11px;
    bottom: 7px;
  }
}
#section10 .content-area li .img .hover-area {
  transition: 0.3s all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(90deg, rgba(170, 136, 126, 0.6), rgba(229, 197, 140, 0.6));
  backdrop-filter: blur(15px);
}
#section10 .content-area li .img .hover-area a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
#section10 .content-area li .img .hover-area a p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
#section10 .content-area li .img .hover-area a span {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1439.98px) {
  #section10.active .content-area li:nth-child(n+5) {
    display: block;
  }
}
#section10 .more {
  margin-top: 30px;
}

#section11 {
  overflow: hidden;
}
#section11 .title-area {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 991.98px) {
  #section11 .title-area {
    margin-bottom: 27px;
  }
}
#section11 .title-area p {
  color: #9b9188;
  font-size: 24px;
}
@media screen and (max-width: 991.98px) {
  #section11 .title-area p {
    font-size: 15px;
  }
}
#section11 .title-area .title_btn {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 15px auto 20px;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  #section11 .title-area .title_btn {
    margin: 12px auto;
  }
}
#section11 .title-area .title_btn h3 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #8a837e;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 991.98px) {
  #section11 .title-area .title_btn h3 {
    font-size: 30px;
  }
}
#section11 .title-area .title_btn h3 .color1 {
  color: #746b64;
  font-size: 60px;
}
@media screen and (max-width: 991.98px) {
  #section11 .title-area .title_btn h3 .color1 {
    font-size: 30px;
  }
}
#section11 .title-area .title_btn h3 .color2 {
  color: #2c2721;
  font-size: 60px;
}
@media screen and (max-width: 991.98px) {
  #section11 .title-area .title_btn h3 .color2 {
    font-size: 30px;
  }
}
#section11 .title-area .title_btn a {
  padding: 18px 33px;
  display: flex;
  gap: 6px;
  border: 1px solid #9d968e;
  border-radius: 25.5px;
  align-items: center;
  height: fit-content;
}
@media screen and (max-width: 991.98px) {
  #section11 .title-area .title_btn a {
    display: none;
  }
}
#section11 .title-area .title_btn a p {
  font-size: 16px;
  color: #9d968e;
}
#section11 .title-area .title_btn a img {
  width: 13px;
}
#section11 .title-area span {
  color: #9b9188;
  font-size: 22px;
}
@media screen and (max-width: 991.98px) {
  #section11 .title-area span {
    font-size: 14px;
  }
}
@media screen and (max-width: 991.98px) {
  #section11 .con-area {
    padding: 0 20px;
  }
}
#section11 .con-area .swiper {
  overflow: visible;
}
#section11 .con-area .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  filter: grayscale(1);
}
@media screen and (max-width: 991.98px) {
  #section11 .con-area .swiper .swiper-wrapper .swiper-slide {
    border-radius: 10px;
  }
}
#section11 .con-area .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  filter: grayscale(0);
  position: relative;
}
#section11 .con-area .swiper .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  position: absolute;
  right: -10px;
  bottom: -37px;
  z-index: 10;
  background: linear-gradient(90deg, #aa887e, #e5c58c);
  content: "AFTER\a 10 Months";
  white-space: pre;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 991.98px) {
  #section11 .con-area .swiper .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    width: 74px;
    height: 74px;
    font-size: 12px;
    line-height: 1.2;
    bottom: -19px;
    right: -5px;
  }
}
#section11 .con-area .swiper .swiper-wrapper .swiper-slide .con-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  #section11 .con-area .swiper .swiper-wrapper .swiper-slide .con-wrap {
    border-radius: 10px;
  }
}
#section11 .con-area .swiper .swiper-wrapper .swiper-slide .con-wrap > img {
  display: block;
  width: 100%;
  height: auto;
}
#section11 .con-area .swiper .swiper-wrapper .swiper-slide .con-wrap .over-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
#section11 .con-area .swiper .swiper-wrapper .swiper-slide .con-wrap .over-img img {
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
  float: right;
}
#section11 .con-area .swiper .swiper-wrapper .swiper-slide .con-wrap .line {
  position: absolute;
  right: 50%;
  top: 0;
  transform: translateX(50%);
  height: 100%;
  cursor: ew-resize;
  z-index: 3;
}
#section11 .con-area .swiper .swiper-wrapper .swiper-slide .con-wrap .line::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: url("/img/page/facial-contour/index/sec11_img4.png") no-repeat center;
  width: 43px;
  height: 43px;
  background-size: 43px;
}
#section11 .con-area .swiper .swiper-wrapper .swiper-slide .con-wrap .line div {
  width: 3px;
  height: 100%;
  background-color: #fff;
}
#section11 .con-area .swiper .swiper-wrapper .swiper-slide .con-wrap .line img {
  display: none;
}
#section11 .con-area .swiper .swiper-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}
@media screen and (max-width: 991.98px) {
  #section11 .con-area .swiper .swiper-controller {
    gap: 50px;
  }
}
#section11 .con-area .swiper .swiper-controller .swiper-button-prev,
#section11 .con-area .swiper .swiper-controller .swiper-button-next {
  width: 9px;
  color: #232323;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 991.98px) {
  #section11 .con-area .swiper .swiper-controller .swiper-button-prev,
  #section11 .con-area .swiper .swiper-controller .swiper-button-next {
    width: 7px;
  }
}
#section11 .con-area .swiper .swiper-controller .swiper-button-prev svg path,
#section11 .con-area .swiper .swiper-controller .swiper-button-next svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
#section11 .con-area .swiper .swiper-controller .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 991.98px) {
  #section11 .con-area .swiper .swiper-controller .swiper-pagination {
    gap: 5px;
    color: #9d968e;
    font-size: 15px;
  }
  #section11 .con-area .swiper .swiper-controller .swiper-pagination .swiper-pagination-current {
    color: #746b64;
    font-family: 700;
  }
}
#section11 .con-area .swiper .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  background-color: #c2b8b1;
  opacity: 1;
  width: 9px;
  height: 9px;
  margin: 0;
}
#section11 .con-area .swiper .swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7a6e66;
}
#section11 .more {
  margin-top: 30px;
}

#section12 {
  background-color: #f8f6f2;
}
#section12 .title-area {
  margin-bottom: 31px;
}
@media screen and (max-width: 991.98px) {
  #section12 .title-area {
    margin-bottom: 16px;
  }
}
#section12 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #72675f;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 991.98px) {
  #section12 .title-area h3 {
    font-size: 24px;
  }
}
#section12 .title-area h3 .color1 {
  color: #9b9188;
}
#section12 .title-area h3 .color2 {
  color: #2c2721;
}
#section12 .content-area .accordion-item {
  background-color: #fff;
  padding: 28px 42px;
  border-radius: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #section12 .content-area .accordion-item {
    padding: 15px 20px;
    margin-bottom: 13px;
  }
}
#section12 .content-area .accordion-item:last-child {
  margin-bottom: 0;
}
#section12 .content-area .accordion-item::after {
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-size: 40px;
  color: #beb3a1;
  font-weight: 200;
}
@media screen and (max-width: 991.98px) {
  #section12 .content-area .accordion-item::after {
    font-size: 30px;
  }
}
#section12 .content-area .accordion-item.active {
  background-color: #72675f;
}
@media screen and (max-width: 991.98px) {
  #section12 .content-area .accordion-item.active {
    border-radius: 20px;
  }
}
#section12 .content-area .accordion-item.active * {
  color: #fff !important;
}
#section12 .content-area .accordion-item.active .con-title-area {
  margin-bottom: 17px;
}
@media screen and (max-width: 991.98px) {
  #section12 .content-area .accordion-item.active .con-title-area {
    margin-bottom: 10px;
  }
}
#section12 .content-area .accordion-item.active::after {
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
  content: "-";
  font-size: 40px;
  color: #fff;
  font-weight: 200;
}
@media screen and (max-width: 991.98px) {
  #section12 .content-area .accordion-item.active::after {
    font-size: 30px;
    top: 30px;
  }
}
#section12 .content-area .accordion-item .accordion-button {
  display: flex;
}
@media screen and (max-width: 991.98px) {
  #section12 .content-area .accordion-item .accordion-button {
    width: 90%;
  }
}
#section12 .content-area .accordion-item .accordion-button .con-title-area {
  display: flex;
  gap: 10px;
  font-weight: 600;
}
#section12 .content-area .accordion-item .accordion-button .con-title-area p {
  color: #ab957f;
  font-size: 25px;
}
@media screen and (max-width: 991.98px) {
  #section12 .content-area .accordion-item .accordion-button .con-title-area p {
    font-size: 14px;
  }
}
#section12 .content-area .accordion-item .accordion-button .con-title-area h4 {
  font-size: 24px;
  color: #746b64;
}
@media screen and (max-width: 991.98px) {
  #section12 .content-area .accordion-item .accordion-button .con-title-area h4 {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }
}
#section12 .content-area .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 16px;
  line-height: 27px;
}
@media screen and (max-width: 991.98px) {
  #section12 .content-area .accordion-item .accordion-content {
    font-size: 12px;
    line-height: 18px;
    width: 80%;
    padding-left: 19px;
  }
}