@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  padding: 235px 0 431px !important;
  background: url("../../../img/page/introduction/safety-first/sec01_bg.png") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#section01 .name {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 0 6px #645743;
}
#section01 .title-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#section01 .title-wrap h3 {
  font-size: 80px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  padding: 35px 40px;
  border: 1px solid #eae6e0;
  margin: 25px auto 35px;
  width: fit-content;
  text-shadow: 0 0 6px #645743;
}
#section01 .title-wrap p {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #eae6e0;
  display: block;
}
#section01 .title-wrap .re1 {
  left: -6px;
  top: -6px;
}
#section01 .title-wrap .re2 {
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
}
#section01 .title-wrap .re3 {
  right: -6px;
  top: -6px;
}
#section01 .title-wrap .re4 {
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
#section01 .title-wrap .re5 {
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
#section01 .title-wrap .re6 {
  left: -6px;
  bottom: -6px;
}
#section01 .title-wrap .re7 {
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
#section01 .title-wrap .re8 {
  right: -6px;
  bottom: -6px;
}
#section01 span {
  text-shadow: 0 0 6px #645743;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
#section01 .img-area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 40px;
}
#section01 .img-area .wrap p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #ccc6b7;
  font-weight: 500;
  text-align: center;
}

#section02 {
  padding: 200px 0 !important;
  margin-top: -270px;
  border-radius: 280px 0 0 0;
  background: url("../../../img/page/introduction/safety-first/sec02_bg.png") no-repeat left center;
  background-size: cover;
  position: relative;
}
#section02::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: "VIEW Safety Surgery System";
  color: #e0dac9;
  opacity: 0.3;
  font-size: 147px;
  font-family: "HighSummit";
}
#section02 .area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#section02 .area .left li {
  display: flex;
  gap: 14px;
  margin-bottom: 10px;
}
#section02 .area .left li:last-child {
  margin-bottom: 0;
}
#section02 .area .left li p {
  font-size: 27px;
  font-weight: 800;
  text-shadow: 0 0 6px #645743;
  color: #fff;
  text-align: right;
  width: 90px;
}
#section02 .area .left li span {
  font-size: 18px;
  padding: 12px 17px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.6745098039);
  box-shadow: 0 0 6px #645743;
  width: 340px;
}
#section02 .area .right p {
  color: #9d968e;
  font-size: 22px;
  font-weight: 500;
}
#section02 .area .right h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  line-height: 78px;
  font-weight: 700;
  margin: 25px 0 30px;
}
#section02 .area .right h3 span {
  color: #746b64;
}
#section02 .area .right dl {
  margin-bottom: 30px;
}
#section02 .area .right dl dt {
  font-size: 24px;
  line-height: 35px;
  color: #746b64;
  font-weight: 600;
}
#section02 .area .right dl dd {
  margin-top: 25px;
  color: #9b9188;
  font-size: 18px;
  line-height: 30px;
}
#section02 .area .right a {
  padding: 23px 64px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b48d80, #e3c274);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 991.98px) {
  #section02 .area .right a {
    width: 38%;
  }
}

#section03 {
  padding: 0 !important;
  background-color: #fff;
}
#section03 .wrap {
  padding: 170px 0;
  background: url("../../../img/page/introduction/safety-first/sec03_bg.png") no-repeat right top;
  background-size: cover;
  border-radius: 0 280px 0 0;
  position: relative;
}
#section03 .wrap::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: "CCTV -Assisted Safety Zone";
  color: #e0dac9;
  opacity: 0.3;
  font-size: 147px;
  font-family: "HighSummit";
}
#section03 .wrap .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section03 .wrap .area .left h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  line-height: 78px;
  font-weight: 700;
}
#section03 .wrap .area .left h3 span {
  color: #746b64;
  font-size: 70px;
  line-height: 78px;
  font-weight: 700;
}
#section03 .wrap .area .left p {
  margin: 25px 0 28px;
  font-size: 20px;
  line-height: 32px;
}
#section03 .wrap .area .left span {
  color: #746b64;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
}
#section03 .wrap .area .right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  position: relative;
  z-index: 1;
}
#section03 .wrap .area .right .con {
  width: 340px;
  height: 302px;
  border-radius: 20px;
  border: 1px solid #b5aea8;
  background: #fff url("../../../img/page/introduction/safety-first/sec03_img1.png") no-repeat top;
  padding-top: 160px;
}
#section03 .wrap .area .right .con p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
#section03 .wrap .area .right .con span {
  font-size: 16px;
  line-height: 22px;
  color: #746b64;
  text-align: center;
  display: block;
}
#section03 .wrap .area .right .con:nth-child(2) {
  background: #fff url("../../../img/page/introduction/safety-first/sec03_img2.png");
}
#section03 .wrap .area .right .con:nth-child(3) {
  background: #fff url("../../../img/page/introduction/safety-first/sec03_img3.png");
}
#section03 .wrap .area .right .con:nth-child(4) {
  background: #fff url("../../../img/page/introduction/safety-first/sec03_img4.png");
}

#section04 {
  border-radius: 280px 0 0 0;
  background-color: #fff;
}
#section04 .area {
  display: flex;
  gap: 30px;
  align-items: center;
}
#section04 .area .right h3 {
  font-size: 70px;
  line-height: 78px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
}
#section04 .area .right h3 span {
  color: #746b64;
  font-size: 70px;
  line-height: 78px;
}
#section04 .area .right p {
  color: #9b9188;
  font-size: 18px;
  line-height: 30px;
  margin: 31px 0 29px;
}
#section04 .area .right span {
  color: #746b64;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 40px;
  display: block;
}
#section04 .area .right a {
  color: #fff;
  background: linear-gradient(90deg, #b48d80, #e3c274);
  border-radius: 50px;
  padding: 21px 34px;
  font-size: 16px;
  font-weight: 700;
  width: fit-content;
  display: block;
}

#section06 {
  background: url("../../../img/page/introduction/safety-first/sec06_bg.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1439.98px) {
  #section06 {
    background: url("../../img/page/facial-contour/index/sec5_bg_m.png") no-repeat center;
    background-size: cover;
  }
}
#section06 .title-area {
  margin-bottom: 52px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section06 .title-area {
    margin-bottom: 15px;
  }
}
#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: 50px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #2c2721;
}
@media screen and (max-width: 1439.98px) {
  #section06 .title-area h3 {
    line-height: 1.3;
  }
}
@media screen and (max-width: 991.98px) {
  #section06 .title-area h3 {
    font-size: 30px;
    line-height: 31px;
  }
}
@media screen and (max-width: 374.98px) {
  #section06 .title-area h3 {
    font-size: 6.9518716578vw;
  }
}
#section06 .title-area h3 span {
  font-size: 50px;
  color: #746b64;
}
@media screen and (max-width: 991.98px) {
  #section06 .title-area h3 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 374.98px) {
  #section06 .title-area h3 span {
    font-size: 6.9518716578vw;
  }
}
#section06 .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) {
  #section06 .step {
    padding: 10px 25px;
    border-radius: 20px;
    gap: 5px;
    margin-top: -15px;
  }
}
#section06 .step p {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1439.98px) {
  #section06 .step p .title-area {
    text-align: center;
    margin-bottom: 5px;
  }
  #section06 .step p .title-area h3 {
    font-size: 60px;
    line-height: 70px;
    font-family: "Philosopher", "Pretendard Variable", sans-serif;
    font-weight: 700;
    margin-bottom: 28px;
    color: #fff;
  }
  #section06 .step p .title-area h3 span {
    color: #beb3a1;
  }
  #section06 .step p .title-area p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff2dd;
  }
}
#section06 .step p #section07 h3 {
  text-align: center;
  font-size: 70px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
#section06 .step p #section07 h3 span {
  color: #746b64;
}
#section06 .step p #section07 .con-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
#section06 .step p #section07 .con-area .wrap {
  border-radius: 20px;
  background: url("../../../img/page/introduction/safety-first/sec07_bg.png") no-repeat top;
  border: 1px solid #b5aea8;
  padding-top: 55px;
  overflow: hidden;
}
#section06 .step p #section07 .con-area .wrap p {
  height: 62px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
#section06 .step p #section07 .con-area .wrap .img-area {
  position: relative;
  margin: 20px auto -20px;
  width: fit-content;
}
#section06 .step p #section07 .con-area .wrap .img-area img {
  margin: 0 auto;
  display: block;
}
#section06 .step p #section07 .con-area .wrap .img-area span {
  position: absolute;
  bottom: 0;
  right: 10px;
  background: linear-gradient(90deg, #b48d80, #e3c274);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#section06 .step p #section07 .con-area .wrap span {
  background-color: #f9f9f8;
  display: block;
  height: 200px;
  padding-top: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #746b64;
}

#section08 {
  overflow: hidden;
  background-color: #f9f9f7;
  position: relative;
}
#section08::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;
}
#section08 .title-area {
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 991.98px) {
  #section08 .title-area {
    margin-bottom: 25px;
  }
}
#section08 .title-area p {
  font-size: 24px;
  color: #9b9188;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section08 .title-area p {
    font-size: 15px;
  }
}
#section08 .title-area img {
  margin: 0;
  width: auto;
}
@media screen and (max-width: 991.98px) {
  #section08 .title-area img {
    width: 11px;
  }
}
#section08 .line {
  border: 1px dashed #cbc6c1;
  width: 1px;
  height: 45px;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  #section08 .line {
    height: 25px;
  }
}
#section08 dl {
  border: 1px solid #c7b4a1;
  border-radius: 15px;
  background-color: #fff;
  height: 122px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1439.98px) {
  #section08 dl {
    height: auto;
  }
}
#section08 dl::after {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #cbc6c1;
  border-radius: 50%;
  content: "";
  left: 50%;
  top: -6px;
  transform: translateX(-50%);
}
#section08 dl dt {
  text-align: center;
  color: #cbc6c1;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid #c7b4a1;
}
@media screen and (max-width: 991.98px) {
  #section08 dl dt {
    font-size: 17px;
    padding: 16px 0 12px;
    line-height: 20px;
  }
}
#section08 dl dd {
  text-align: center;
  color: #72675f;
  font-size: 15px;
  line-height: 23px;
}
@media screen and (max-width: 991.98px) {
  #section08 dl dd {
    font-size: 13px;
    line-height: 18px;
    padding: 20px 0;
  }
}
#section08 .sec5-tab-wrap {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #section08 .sec5-tab-wrap {
    display: block;
  }
}
#section08 .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) {
  #section08 .sec5-tab-wrap .sec5-tab-buttons {
    justify-content: space-around;
    background-color: #fff;
    width: 100%;
    border-radius: 50px;
    padding: 4px;
    gap: 0;
  }
}
#section08 .sec5-tab-wrap .sec5-tab-buttons::-webkit-scrollbar {
  display: none;
}
#section08 .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) {
  #section08 .sec5-tab-wrap .sec5-tab-buttons .sec5-tab-btn {
    font-size: 12px;
    padding: 17px 0;
  }
}
#section08 .sec5-tab-wrap .sec5-tab-buttons .sec5-tab-btn.active {
  background-color: #746b64;
  color: #fff;
}
#section08 .sec5-tab-wrap .sec5TabSwiper {
  overflow: visible;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box {
    margin: 0;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box img {
  margin: 0;
  max-width: 100%;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box img h3 {
  font-size: 60px;
  font-weight: 700;
  margin: 15px auto 20px;
  color: #2c2721;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  letter-spacing: -0.25px;
}
@media screen and (max-width: 991.98px) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box img h3 {
    font-size: 30px;
    line-height: 31px;
    margin: 12px auto 18px;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box img h3 .color1 {
  color: #746b64;
  font-size: 60px;
}
@media screen and (max-width: 991.98px) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box img h3 .color1 {
    font-size: 30px;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box img h3 .color2 {
  color: #8a837e;
  font-size: 60px;
}
@media screen and (max-width: 991.98px) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box img h3 .color2 {
    font-size: 30px;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box img .desc {
  color: #9b9188;
  font-size: 22px;
}
@media screen and (max-width: 991.98px) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box img .desc {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 374.98px) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box img .desc {
    font-size: 3.743315508vw;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .tab-swiper {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .tab-swiper {
    display: block;
    overflow: visible;
    margin-bottom: 21px;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .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) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .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) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .tab-swiper .swiper-wrapper .swiper-slide {
    height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .tab-swiper .swiper-wrapper .swiper-slide.active {
  opacity: 1;
  background-color: #ebca6d !important;
  color: #fff !important;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .tab-swiper .swiper-wrapper .swiper-slide.active:hover {
  background-color: #ebca6d !important;
  color: #fff !important;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .tab-swiper .swiper-controller {
  position: absolute;
  top: 5px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .tab-swiper .swiper-controller {
    top: 0;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .tab-swiper .swiper-controller .swiper-button-prev,
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .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) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .tab-swiper .swiper-controller .swiper-button-prev,
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .tab-swiper .swiper-controller .swiper-button-next {
    right: -15px;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .tab-swiper .swiper-controller .swiper-button-prev svg,
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .tab-swiper .swiper-controller .swiper-button-next svg {
  display: none;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .tab-swiper .swiper-controller .swiper-button-prev {
  transform: rotate(180deg);
  left: -20px;
}
@media screen and (max-width: 991.98px) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .tab-swiper .swiper-controller .swiper-button-prev {
    left: -15px;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper {
  overflow: visible;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper {
  align-items: center;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .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) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide {
    border: 0;
    border-radius: 0;
    padding: 40px 42px 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide {
    min-height: auto;
    border-radius: 20px;
    padding: 24px 20px 0;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .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) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide h4 {
    font-size: 18px;
    font-weight: 700;
    padding-left: 13px;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .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) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide h4::after {
    width: 4px;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide p {
  margin: 15px 0;
  font-size: 18px;
  color: #9b9188;
  line-height: 27px;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(1) .step {
  background-color: #cbc6c1;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(1) .line {
  border: 1px dashed #cbc6c1;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(1) dl::after {
  background-color: #cbc6c1;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(1) dl dt {
  color: #cbc6c1;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(2) .step {
  background-color: #c7b4a1;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(2) .line {
  border: 1px dashed #c7b4a1;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(2) dl::after {
  background-color: #c7b4a1;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(2) dl dt {
  color: #c7b4a1;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(3) .step {
  background-color: #ab957f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(3) .line {
  border: 1px dashed #ab957f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(3) dl::after {
  background-color: #ab957f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(3) dl dt {
  color: #ab957f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(4) .step {
  background-color: #746b64;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(4) .line {
  border: 1px dashed #746b64;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(4) dl::after {
  background-color: #746b64;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(4) dl dt {
  color: #746b64;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(5) .step {
  background-color: #5b544f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(5) .line {
  border: 1px dashed #5b544f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(5) dl::after {
  background-color: #5b544f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(5) dl dt {
  color: #5b544f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(6) .step {
  background-color: #4d4239;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(6) .line {
  border: 1px dashed #4d4239;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(6) dl::after {
  background-color: #4d4239;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .swiper-slide .swiper-slide:nth-child(6) dl dt {
  color: #4d4239;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .sec5-tab-controller {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .sec5-tab-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 34px;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .sec5-tab-controller .sec5-tab-prev,
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .sec5-tab-controller .sec5-tab-next {
  width: 9px;
  height: 16px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .sec5-tab-controller .sec5-tab-prev::after,
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .sec5-tab-controller .sec5-tab-next::after {
  font-size: 18px;
  color: #000;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .sec5-tab-controller .sec5-tab-prev svg,
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .sec5-tab-controller .sec5-tab-next svg {
  color: #000;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .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;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .sec5-tab-controller .sec5-tab-pagination .current {
  color: #746b64;
  font-weight: 700;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .swiper-wrapper .sec5-tab-controller .sec5-tab-pagination .slash {
  margin: 0 2px;
}
@media screen and (max-width: 1439.98px) {
  #section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper {
    display: none;
  }
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide img {
  margin-bottom: 33px;
  border-radius: 20px;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide .step::after {
  position: absolute;
  right: -100%;
  top: 50%;
  content: "";
  border: 1px dashed #72675f;
  width: 100%;
  height: 0;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide .step img {
  margin: 0;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(2) .step {
  background-color: #c7b4a1;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(2) .line {
  border: 1px dashed #c7b4a1;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(2) dl::after {
  background-color: #c7b4a1;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(2) dl dt {
  color: #c7b4a1;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(3) .step {
  background-color: #ab957f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(3) .line {
  border: 1px dashed #ab957f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(3) dl::after {
  background-color: #ab957f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(3) dl dt {
  color: #ab957f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .step {
  background-color: #746b64;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) .line {
  border: 1px dashed #746b64;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) dl::after {
  background-color: #746b64;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(4) dl dt {
  color: #746b64;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(5) .step {
  background-color: #5b544f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(5) .line {
  border: 1px dashed #5b544f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(5) dl::after {
  background-color: #5b544f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(5) dl dt {
  color: #5b544f;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(6) .step {
  background-color: #4d4239;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(6) .step::after {
  display: none;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(6) .line {
  border: 1px dashed #4d4239;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(6) dl::after {
  background-color: #4d4239;
}
#section08 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box .swiper .mySwiper .swiper-wrapper .swiper-slide:nth-child(6) dl dt {
  color: #4d4239;
}

#section06 {
  background: url("../../../img/page/introduction/safety-first/sec06_bg.png") no-repeat center;
  background-size: cover;
}
#section06 .title-area {
  text-align: center;
  margin-bottom: 5px;
}
#section06 .title-area h3 {
  font-size: 60px;
  line-height: 70px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  margin-bottom: 28px;
  color: #fff;
}
#section06 .title-area h3 span {
  color: #beb3a1;
}
#section06 .title-area p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #fff2dd;
}

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

.swiper-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 120px;
}
@media screen and (max-width: 1439.98px) {
  .swiper-controller {
    margin-top: 19px;
    gap: 50px;
  }
}
.swiper-controller .swiper-button-prev,
.swiper-controller .swiper-button-next {
  width: 9px;
  color: #232323;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 1439.98px) {
  .swiper-controller .swiper-button-prev,
  .swiper-controller .swiper-button-next {
    top: 8px;
    width: 7px;
  }
}
.swiper-controller .swiper-button-prev::after,
.swiper-controller .swiper-button-next::after {
  font-size: 18px;
  color: #232323;
}
@media screen and (max-width: 1439.98px) {
  .swiper-controller .swiper-button-prev::after,
  .swiper-controller .swiper-button-next::after {
    font-size: 22px;
  }
}
@media screen and (max-width: 991.98px) {
  .swiper-controller .swiper-button-prev::after,
  .swiper-controller .swiper-button-next::after {
    font-size: 18px;
  }
}
.swiper-controller .swiper-button-prev svg path,
.swiper-controller .swiper-button-next svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.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) {
  .swiper-controller .swiper-pagination {
    gap: 5px;
    color: #9d968e;
  }
}
@media screen and (max-width: 991.98px) {
  .swiper-controller .swiper-pagination {
    font-size: 16px;
  }
}
@media screen and (max-width: 1439.98px) {
  .swiper-controller .swiper-pagination .swiper-pagination-current {
    color: #746b64;
    font-weight: 700;
  }
}
.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) {
  .swiper-controller .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;
  }
}
.swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7a6e66;
}

.desc {
  color: #9b9188;
  font-size: 15px;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 991.98px) {
  .desc {
    font-size: 12px;
    margin-top: 16px;
    padding: 0 16px;
    line-height: 1.5;
  }
}

#section08 {
  overflow: hidden;
  background-color: #f9f9f7;
  position: relative;
}
#section08::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;
}
#section08 .title-area {
  text-align: center;
  margin-bottom: 44px;
}
@media screen and (max-width: 991.98px) {
  #section08 .title-area {
    margin-bottom: 25px;
  }
}
#section08 .title-area p {
  font-size: 24px;
  color: #9b9188;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section08 .title-area p {
    font-size: 15px;
  }
}
#section08 .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.25px;
}
@media screen and (max-width: 991.98px) {
  #section08 .title-area h3 {
    font-size: 30px;
    line-height: 31px;
    margin: 12px auto 18px;
  }
}
#section08 .title-area h3 .color1 {
  color: #746b64;
  font-size: 60px;
}
@media screen and (max-width: 991.98px) {
  #section08 .title-area h3 .color1 {
    font-size: 30px;
  }
}
#section08 .title-area h3 .color2 {
  color: #8a837e;
  font-size: 60px;
}
@media screen and (max-width: 991.98px) {
  #section08 .title-area h3 .color2 {
    font-size: 30px;
  }
}
#section08 .title-area .desc {
  color: #9b9188;
  font-size: 22px;
}
@media screen and (max-width: 991.98px) {
  #section08 .title-area .desc {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 374.98px) {
  #section08 .title-area .desc {
    font-size: 3.743315508vw;
  }
}
#section08 .tab-swiper {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #section08 .tab-swiper {
    display: block;
    overflow: visible;
    margin-bottom: 21px;
  }
}
#section08 .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) {
  #section08 .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) {
  #section08 .tab-swiper .swiper-wrapper .swiper-slide {
    height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }
}
#section08 .tab-swiper .swiper-wrapper .swiper-slide.active {
  opacity: 1;
  background-color: #ebca6d !important;
  color: #fff !important;
}
#section08 .tab-swiper .swiper-wrapper .swiper-slide.active:hover {
  background-color: #ebca6d !important;
  color: #fff !important;
}
#section08 .tab-swiper .swiper-controller {
  position: absolute;
  top: 5px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  #section08 .tab-swiper .swiper-controller {
    top: 0;
  }
}
#section08 .tab-swiper .swiper-controller .swiper-button-prev,
#section08 .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) {
  #section08 .tab-swiper .swiper-controller .swiper-button-prev,
  #section08 .tab-swiper .swiper-controller .swiper-button-next {
    right: -15px;
  }
}
#section08 .tab-swiper .swiper-controller .swiper-button-prev svg,
#section08 .tab-swiper .swiper-controller .swiper-button-next svg {
  display: none;
}
#section08 .tab-swiper .swiper-controller .swiper-button-prev {
  transform: rotate(180deg);
  left: -20px;
}
@media screen and (max-width: 991.98px) {
  #section08 .tab-swiper .swiper-controller .swiper-button-prev {
    left: -15px;
  }
}
#section08 .swiper {
  overflow: visible;
}
#section08 .swiper .swiper-wrapper {
  align-items: center;
}
#section08 .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;
  height: 490px;
}
@media screen and (max-width: 1439.98px) {
  #section08 .swiper .swiper-wrapper .swiper-slide {
    border: 0;
    border-radius: 0;
    padding: 40px 42px 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section08 .swiper .swiper-wrapper .swiper-slide {
    min-height: auto;
    border-radius: 20px;
    padding: 24px 20px 0;
  }
}
#section08 .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) {
  #section08 .swiper .swiper-wrapper .swiper-slide h4 {
    font-size: 18px;
    font-weight: 700;
    padding-left: 13px;
  }
}
#section08 .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) {
  #section08 .swiper .swiper-wrapper .swiper-slide h4::after {
    width: 4px;
  }
}
#section08 .swiper .swiper-wrapper .swiper-slide p {
  margin: 15px 0;
  font-size: 18px;
  color: #9b9188;
  line-height: 27px;
}
@media screen and (max-width: 1439.98px) {
  #section08 .swiper .swiper-wrapper .swiper-slide p {
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 991.98px) {
  #section08 .swiper .swiper-wrapper .swiper-slide p {
    font-size: 14px;
    line-height: 16px;
    margin: 15px 0 37px;
    color: #746b64;
  }
}
#section08 .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) {
  #section08 .swiper .swiper-wrapper .swiper-slide .page {
    display: none;
  }
}
#section08 .swiper .swiper-wrapper .swiper-slide .page p {
  font-size: 15px;
  font-weight: 300;
  color: #9b9188;
  margin: 0;
}
#section08 .swiper .swiper-wrapper .swiper-slide .page p span {
  color: #72675f;
  font-weight: 600;
}
#section08 .swiper .swiper-wrapper .swiper-slide > img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#section08 .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) {
  #section08 .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) {
  #section08 .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) {
  #section08 .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) {
  #section08 .swiper .swiper-wrapper .swiper-slide .text-area::after {
    top: -15px;
  }
}
@media screen and (max-width: 500px) {
  #section08 .swiper .swiper-wrapper .swiper-slide .text-area::after {
    left: 45%;
  }
}
@media screen and (max-width: 430px) {
  #section08 .swiper .swiper-wrapper .swiper-slide .text-area::after {
    left: 42%;
  }
}
@media screen and (max-width: 350px) {
  #section08 .swiper .swiper-wrapper .swiper-slide .text-area::after {
    left: 38%;
  }
}
@media screen and (max-width: 340px) {
  #section08 .swiper .swiper-wrapper .swiper-slide .text-area::after {
    left: 35%;
  }
}
#section08 .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) {
  #section08 .swiper .swiper-wrapper .swiper-slide .over-img {
    display: none;
  }
}
#section08 .swiper .swiper-wrapper .swiper-slide .over-img img {
  height: 100%;
  width: 100%;
}
#section08 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .text-area {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#section08 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .over-img {
  opacity: 0;
}
#section08 .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) {
  #section08 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active:hover {
    background: #ffffff;
  }
}
#section08 .swiper-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 120px;
}
@media screen and (max-width: 1439.98px) {
  #section08 .swiper-controller {
    margin-top: 19px;
    gap: 50px;
  }
}
#section08 .swiper-controller .swiper-button-prev,
#section08 .swiper-controller .swiper-button-next {
  width: 9px;
  color: #232323;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 1439.98px) {
  #section08 .swiper-controller .swiper-button-prev,
  #section08 .swiper-controller .swiper-button-next {
    top: 8px;
    width: 7px;
  }
}
#section08 .swiper-controller .swiper-button-prev::after,
#section08 .swiper-controller .swiper-button-next::after {
  font-size: 18px;
  color: #232323;
}
@media screen and (max-width: 1439.98px) {
  #section08 .swiper-controller .swiper-button-prev::after,
  #section08 .swiper-controller .swiper-button-next::after {
    font-size: 22px;
  }
}
@media screen and (max-width: 991.98px) {
  #section08 .swiper-controller .swiper-button-prev::after,
  #section08 .swiper-controller .swiper-button-next::after {
    font-size: 18px;
  }
}
#section08 .swiper-controller .swiper-button-prev svg path,
#section08 .swiper-controller .swiper-button-next svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
#section08 .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) {
  #section08 .swiper-controller .swiper-pagination {
    gap: 5px;
    color: #9d968e;
  }
}
@media screen and (max-width: 991.98px) {
  #section08 .swiper-controller .swiper-pagination {
    font-size: 16px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section08 .swiper-controller .swiper-pagination .swiper-pagination-current {
    color: #746b64;
    font-weight: 700;
  }
}
#section08 .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) {
  #section08 .swiper-controller .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;
  }
}
#section08 .swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7a6e66;
}
#section08 .desc {
  color: #9b9188;
  font-size: 15px;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 991.98px) {
  #section08 .desc {
    font-size: 12px;
    margin-top: 16px;
    padding: 0 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1439.98px) {
  #section08 {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 991.98px) {
  #section08 {
    padding: 70px 0 45px;
  }
}

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

#section05 {
  background: url("../../../img/page/stem-cell/index/sec5_bg.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
#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: 130px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@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;
}
@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 .bg1 .step {
  background-color: #cbc6c1;
}
#section05 .sec5-tab-wrap .bg1 .line {
  border: 1px dashed #cbc6c1;
}
#section05 .sec5-tab-wrap .bg1 dl::after {
  background-color: #cbc6c1;
}
#section05 .sec5-tab-wrap .bg1 dl dt {
  color: #cbc6c1;
}
#section05 .sec5-tab-wrap .bg2 .step {
  background-color: #c7b4a1;
}
#section05 .sec5-tab-wrap .bg2 .line {
  border: 1px dashed #c7b4a1;
}
#section05 .sec5-tab-wrap .bg2 dl::after {
  background-color: #c7b4a1;
}
#section05 .sec5-tab-wrap .bg2 dl dt {
  color: #c7b4a1;
}
#section05 .sec5-tab-wrap .bg3 .step {
  background-color: #ab957f;
}
#section05 .sec5-tab-wrap .bg3 .line {
  border: 1px dashed #ab957f;
}
#section05 .sec5-tab-wrap .bg3 dl::after {
  background-color: #ab957f;
}
#section05 .sec5-tab-wrap .bg3 dl dt {
  color: #ab957f;
}
#section05 .sec5-tab-wrap .bg4 .step {
  background-color: #746b64;
}
#section05 .sec5-tab-wrap .bg4 .line {
  border: 1px dashed #746b64;
}
#section05 .sec5-tab-wrap .bg4 dl::after {
  background-color: #746b64;
}
#section05 .sec5-tab-wrap .bg4 dl dt {
  color: #746b64;
}
#section05 .sec5-tab-wrap .bg5 .step {
  background-color: #5b544f;
}
#section05 .sec5-tab-wrap .bg5 .line {
  border: 1px dashed #5b544f;
}
#section05 .sec5-tab-wrap .bg5 dl::after {
  background-color: #5b544f;
}
#section05 .sec5-tab-wrap .bg5 dl dt {
  color: #5b544f;
}
#section05 .sec5-tab-wrap .bg6 .step {
  background-color: #524b47;
}
#section05 .sec5-tab-wrap .bg6 .line {
  border: 1px dashed #524b47;
}
#section05 .sec5-tab-wrap .bg6 dl::after {
  background-color: #524b47;
}
#section05 .sec5-tab-wrap .bg6 dl dt {
  color: #524b47;
}
#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;
}
#section05 .mySwiper {
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section05 .mySwiper {
    display: none;
  }
}
#section05 .mySwiper .swiper-wrapper .swiper-slide img {
  margin-bottom: 33px;
  border-radius: 20px;
}
#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 .bg1 .step {
  background-color: #cbc6c1;
}
#section05 .bg1 .line {
  border: 1px dashed #cbc6c1;
}
#section05 .bg1 dl::after {
  background-color: #cbc6c1;
}
#section05 .bg1 dl dt {
  color: #cbc6c1;
}
#section05 .bg2 .step {
  background-color: #c7b4a1;
}
#section05 .bg2 .line {
  border: 1px dashed #c7b4a1;
}
#section05 .bg2 dl::after {
  background-color: #c7b4a1;
}
#section05 .bg2 dl dt {
  color: #c7b4a1;
}
#section05 .bg3 .step {
  background-color: #ab957f;
}
#section05 .bg3 .line {
  border: 1px dashed #ab957f;
}
#section05 .bg3 dl::after {
  background-color: #ab957f;
}
#section05 .bg3 dl dt {
  color: #ab957f;
}
#section05 .bg4 .step {
  background-color: #746b64;
}
#section05 .bg4 .line {
  border: 1px dashed #746b64;
}
#section05 .bg4 dl::after {
  background-color: #746b64;
}
#section05 .bg4 dl dt {
  color: #746b64;
}
#section05 .bg5 .step {
  background-color: #5b544f;
}
#section05 .bg5 .step::after {
  display: block !important;
}
#section05 .bg5 .line {
  border: 1px dashed #5b544f;
}
#section05 .bg5 dl::after {
  background-color: #5b544f;
}
#section05 .bg5 dl dt {
  color: #5b544f;
}
#section05 .bg6 .step {
  background-color: #524b47;
}
#section05 .bg6 .step::after {
  display: none;
}
#section05 .bg6 .line {
  border: 1px dashed #524b47;
}
#section05 .bg6 dl::after {
  background-color: #524b47;
}
#section05 .bg6 dl dt {
  color: #524b47;
}
#section05 .swiper-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 37px;
}
@media screen and (max-width: 1439.98px) {
  #section05 .swiper-controller {
    margin-top: 19px;
    gap: 50px;
  }
}
#section05 .swiper-controller .swiper-button-prev,
#section05 .swiper-controller .swiper-button-next {
  width: 9px;
  color: #232323;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 1439.98px) {
  #section05 .swiper-controller .swiper-button-prev,
  #section05 .swiper-controller .swiper-button-next {
    top: 8px;
    width: 7px;
  }
}
#section05 .swiper-controller .swiper-button-prev::after,
#section05 .swiper-controller .swiper-button-next::after {
  font-size: 18px;
  color: #232323;
}
@media screen and (max-width: 1439.98px) {
  #section05 .swiper-controller .swiper-button-prev::after,
  #section05 .swiper-controller .swiper-button-next::after {
    font-size: 22px;
  }
}
@media screen and (max-width: 991.98px) {
  #section05 .swiper-controller .swiper-button-prev::after,
  #section05 .swiper-controller .swiper-button-next::after {
    font-size: 18px;
  }
}
#section05 .swiper-controller .swiper-button-prev svg path,
#section05 .swiper-controller .swiper-button-next svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
#section05 .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) {
  #section05 .swiper-controller .swiper-pagination {
    gap: 5px;
    color: #9d968e;
  }
}
@media screen and (max-width: 991.98px) {
  #section05 .swiper-controller .swiper-pagination {
    font-size: 16px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section05 .swiper-controller .swiper-pagination .swiper-pagination-current {
    color: #746b64;
    font-weight: 700;
  }
}
#section05 .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) {
  #section05 .swiper-controller .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;
  }
}
#section05 .swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7a6e66;
}