@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#sub-section01 {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 960px;
  background: url("../../../img/page/anti-aging/3ea-face-fit/sec1_bg.png") no-repeat center top;
  background-size: cover;
  align-items: center;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 {
    height: auto;
    padding: 250px 0 0 !important;
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 {
    padding-top: 70px !important;
  }
}
#sub-section01 .area {
  position: static;
}
#sub-section01 .text-area {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .text-area {
    text-align: center;
    position: static;
  }
}
#sub-section01 .text-area .sub-text {
  font-size: 28px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .sub-text {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 374.98px) {
  #sub-section01 .text-area .sub-text {
    font-size: 3.743315508vw;
  }
}
#sub-section01 .text-area .desc {
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .desc {
    margin-bottom: 15px;
  }
}
#sub-section01 .text-area h2 {
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area h2 {
    font-size: 35px;
    line-height: 36px;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .title-point {
    font-size: 35px;
    line-height: 36px;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .btn {
    bottom: 300px;
  }
}
#sub-section01 .img-area {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1599.98px) {
  #sub-section01 .img-area {
    right: 10px;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .img-area {
    position: static;
    display: block;
    margin: 30px auto 0;
  }
}
#sub-section01 .img-area img {
  display: block;
  width: 100%;
  height: auto;
}
#sub-section01 .img-area .badge {
  position: absolute;
  color: #fff;
  right: 222px;
  bottom: 189px;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .img-area .badge {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .img-area .badge {
    right: 10px;
    bottom: 10px;
    font-size: 12px;
  }
}

#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 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area {
    margin-bottom: 30px;
  }
}
#section02 .sheet .area .title-area p {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #746b64;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
#section02 .sheet .area .title-area h3 {
  margin: 0 0 35px;
  font-size: 70px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #2c2721;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
#section02 .sheet .area .title-area h3 span {
  color: #746b64;
  margin: 0;
  line-height: 1;
  font-size: 70px;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area h3 span {
    font-size: 30px;
  }
}
#section02 .sheet .area .con-area {
  background-color: #f9f9f7;
  border: 1px solid #bcb6b2;
  position: relative;
  display: flex;
  border-radius: 30px;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area {
    border-radius: 10px;
  }
}
#section02 .sheet .area .con-area .img {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area .img {
    width: 100%;
    border-radius: 0;
  }
}
#section02 .sheet .area .con-area .img img {
  display: block;
  width: 100%;
  height: auto;
}
#section02 .sheet .area .con-area .wrap {
  margin-left: 78px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1599.98px) {
  #section02 .sheet .area .con-area .wrap {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area .wrap {
    margin: 0;
    padding: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area .wrap {
    padding: 15px;
  }
}
#section02 .sheet .area .con-area .wrap h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin-bottom: 34px;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area .wrap h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
#section02 .sheet .area .con-area .wrap h4 span {
  color: #746b64;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area .wrap h4 span {
    font-size: 20px;
  }
}
#section02 .sheet .area .con-area .wrap p {
  color: #72675f;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area .wrap p {
    font-size: 14px;
    line-height: 1.3;
  }
  #section02 .sheet .area .con-area .wrap p br {
    display: none;
  }
}

#section13 {
  background: url("../../../img/page/anti-aging/3ea-face-fit/sec13_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1439.98px) {
  #section13 {
    padding-bottom: 0 !important;
  }
}
#section13::after {
  position: absolute;
  width: 997px;
  height: 821px;
  content: "";
  background: url("../../../img/page/anti-aging/3ea-face-fit/sec13_img1.png") no-repeat center;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1700px) {
  #section13::after {
    right: -150px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13::after {
    display: none;
  }
}
#section13 .title-area {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439.98px) {
  #section13 .title-area {
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .title-area {
    margin-bottom: 30px;
  }
}
#section13 .title-area p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  #section13 .title-area p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
#section13 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section13 .title-area h3 {
    font-size: 30px;
    line-height: 1.1;
  }
}
#section13 .title-area h3 span {
  color: #746b64;
}
#section13 .con-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 740px;
}
@media screen and (max-width: 1439.98px) {
  #section13 .con-area {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .con-area {
    gap: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  #section13 .con-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
#section13 .con-area .wrap {
  background-color: #fff;
  border-radius: 15px;
  height: 120px;
  display: flex;
  gap: 13px;
  align-items: center;
  padding-left: 30px;
}
@media screen and (max-width: 991.98px) {
  #section13 .con-area .wrap {
    border-radius: 10px;
    padding: 15px;
    height: auto;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .con-area .wrap img {
    width: 25px;
  }
}
#section13 .con-area .wrap p {
  font-size: 16px;
  line-height: 24px;
  color: #746b64;
}
@media screen and (max-width: 991.98px) {
  #section13 .con-area .wrap p {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .img {
    margin: 30px auto 0;
    display: block;
  }
}
#section13 .img img {
  display: block;
  max-width: 100%;
  height: auto;
}

#section15 .area {
  display: flex;
  gap: 90px;
  align-items: center;
}
@media screen and (max-width: 1439.98px) {
  #section15 .area {
    flex-direction: column-reverse;
  }
}
#section15 .area .left img {
  width: 596px;
}
@media screen and (max-width: 991.98px) {
  #section15 .area .right {
    width: 100%;
  }
}
#section15 .area .right h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1439.98px) {
  #section15 .area .right h3 {
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  #section15 .area .right h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
#section15 .area .right h3 span {
  color: #746b64;
}
#section15 .area .right p {
  padding: 20px 0;
  width: 600px;
  border-radius: 50px;
  background-color: #f6f5f4;
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
  #section15 .area .right p {
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
  }
}
#section15 .area .right p:last-child {
  margin-bottom: 0;
}

#section14 {
  background: url("../../../img/page/eye/ptosis-correction/sec18_bg.png") no-repeat center;
  background-size: cover;
}
#section14 .title-area {
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -0.25px;
}
@media screen and (max-width: 991.98px) {
  #section14 .title-area {
    margin-bottom: 30px;
  }
}
#section14 .title-area p {
  font-size: 24px;
  color: #9b9188;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  #section14 .title-area p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#section14 .title-area h3 {
  font-size: 70px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #2c2721;
}
@media screen and (max-width: 991.98px) {
  #section14 .title-area h3 {
    font-size: 30px;
  }
}
#section14 .title-area h3 span {
  color: #9b9188;
}
#section14 .con-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1439.98px) {
  #section14 .con-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 991.98px) {
  #section14 .con-area {
    gap: 10px;
  }
}
#section14 .con-area .left,
#section14 .con-area .right {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #section14 .con-area .left,
  #section14 .con-area .right {
    border-radius: 10px;
  }
}
#section14 .con-area .left p,
#section14 .con-area .right p {
  text-align: center;
  padding: 18px;
  background-color: #746b64;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section14 .con-area .left p,
  #section14 .con-area .right p {
    padding: 15px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section14 .con-area .left img,
  #section14 .con-area .right img {
    width: 100%;
  }
}
#section14 .con-area .right p {
  background-color: #ab957f;
}
#section14 .desc {
  text-align: center;
  color: #9b9188;
  font-size: 15px;
  font-weight: 300;
  margin-top: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 991.98px) {
  #section14 .desc {
    font-size: 14px;
    margin-top: 15px;
  }
}

#section18 {
  padding: 287px 0 !important;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section18 {
    padding: 70px 0 0 !important;
  }
}
#section18::after {
  position: absolute;
  right: 250px;
  bottom: 0;
  width: 770px;
  height: 854px;
  background: url("../../../img/page/anti-aging/3ea-face-fit/sec18_img1.gif") no-repeat center;
  background-size: cover;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 1599.98px) {
  #section18::after {
    right: 0;
  }
}
@media screen and (max-width: 1439.98px) {
  #section18::after {
    display: none;
  }
}
@media screen and (max-width: 1439.98px) {
  #section18 .title-area {
    text-align: center;
  }
}
#section18 .title-area .desc1 {
  color: #9b9188;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section18 .title-area .desc1 {
    font-size: 15px;
  }
}
#section18 .title-area h3 {
  font-size: 60px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  margin: 30px 0;
}
@media screen and (max-width: 991.98px) {
  #section18 .title-area h3 {
    font-size: 30px;
    margin: 15px 0;
  }
}
#section18 .title-area h3 span {
  font-size: 60px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  display: inline;
  color: #746b64;
  padding-left: 0;
}
@media screen and (max-width: 991.98px) {
  #section18 .title-area h3 span {
    font-size: 30px;
  }
}
#section18 .title-area h3 span::after {
  display: none;
}
#section18 .title-area .desc2 {
  font-size: 22px;
  line-height: 32px;
  color: #72675f;
}
@media screen and (max-width: 991.98px) {
  #section18 .title-area .desc2 {
    font-size: 16px;
    line-height: 1.3;
  }
}
#section18 .title-area span {
  margin-top: 50px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  position: relative;
  display: block;
  padding-left: 10px;
  color: #9b9188;
}
@media screen and (max-width: 991.98px) {
  #section18 .title-area span {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 30px;
  }
}
#section18 .title-area span::after {
  position: absolute;
  content: "*";
  left: 0;
  top: 0;
}
@media screen and (max-width: 1439.98px) {
  #section18 .title-area span::after {
    display: none;
  }
}
@media screen and (max-width: 1439.98px) {
  #section18 .img {
    display: block;
    margin: 0 auto;
  }
}

#section19 .title-area {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 991.98px) {
  #section19 .title-area {
    margin-bottom: 30px;
  }
}
#section19 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  line-height: 78px;
  margin-bottom: 28px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section19 .title-area h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
#section19 .title-area h3 span {
  color: #746b64;
}
#section19 .title-area p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #9b9188;
}
@media screen and (max-width: 991.98px) {
  #section19 .title-area p {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section19 img {
  margin: 0 auto;
  display: block;
}

#section16 {
  background: #fcfaf9;
}
#section16 .title-area {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 991.98px) {
  #section16 .title-area {
    margin-bottom: 30px;
  }
}
#section16 .title-area p {
  color: #9b9188;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  #section16 .title-area p {
    font-size: 15px;
    line-height: 1.3;
  }
}
#section16 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section16 .title-area h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
#section16 .title-area h3 span {
  color: #9b9188;
}
#section16 .table-area {
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 991.98px) {
  #section16 .table-area {
    border-radius: 10px;
  }
}
#section16 .table-area table {
  width: 100%;
  min-width: 1250px;
  border-collapse: collapse;
}
#section16 .table-area table th,
#section16 .table-area table td {
  border-right: 1px solid #ddd;
}
#section16 .table-area table th:last-child,
#section16 .table-area table td:last-child {
  border-right: 0;
}
#section16 .table-area table tr:nth-child(2) {
  border-bottom: 1px solid #ddd;
}
#section16 .table-area table tr:last-child td:not(:first-child) {
  vertical-align: top;
  padding: 25px 0 25px 25px;
}
@media screen and (max-width: 991.98px) {
  #section16 .table-area table tr:last-child td:not(:first-child) {
    padding: 15px;
  }
}
#section16 .table-area table th {
  padding: 20px 0;
  background-color: #7a6e66;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  #section16 .table-area table th {
    padding: 15px 0;
  }
}
#section16 .table-area table td:nth-child(1) {
  background-color: #ebe9e8;
  font-size: 18px;
  padding: 0 17px;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  #section16 .table-area table td:nth-child(1) {
    font-size: 16px;
    padding: 0 15px;
  }
}
#section16 .table-area table td img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#section16 .table-area table td p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 28px;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 991.98px) {
  #section16 .table-area table td p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
#section16 .table-area table td p::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
}
#section16 .table-area table td p:last-child {
  margin-bottom: 0;
}

#section17 .title-area {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 991.98px) {
  #section17 .title-area {
    margin-bottom: 30px;
  }
}
#section17 .title-area p {
  color: #9b9188;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  #section17 .title-area p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
#section17 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section17 .title-area h3 {
    font-size: 30px;
  }
}
#section17 .title-area h3 span {
  color: #9b9188;
}
#section17 .con-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1439.98px) {
  #section17 .con-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 991.98px) {
  #section17 .con-area {
    gap: 10px;
  }
}
#section17 .con-area li {
  border-radius: 20px;
  border: 1px solid #b5aea8;
  padding-bottom: 40px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #section17 .con-area li {
    border-radius: 10px;
    padding-bottom: 25px;
  }
}
#section17 .con-area li img {
  display: block;
  width: 100%;
  height: auto;
}
#section17 .con-area li p {
  text-align: center;
  margin: 35px auto 22px;
  font-size: 22px;
  font-weight: 600;
  color: #6f6358;
}
@media screen and (max-width: 991.98px) {
  #section17 .con-area li p {
    margin: 15px auto;
    font-size: 18px;
  }
}
#section17 .con-area li span {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  color: #72675f;
  font-weight: 300;
  display: block;
}
@media screen and (max-width: 991.98px) {
  #section17 .con-area li span {
    font-size: 14px;
    line-height: 1.3;
    padding: 0 15px;
  }
}

#section09 .title-area {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 991.98px) {
  #section09 .title-area {
    margin-bottom: 25px;
  }
}
#section09 .title-area p {
  color: #9b9188;
  font-size: 19px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section09 .title-area p {
    font-size: 14px;
  }
}
#section09 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 57px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section09 .title-area h3 {
    font-size: 30px;
    line-height: 1.1;
  }
}
#section09 .title-area h3 span {
  color: #9b9188;
}
#section09 .con-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1439.98px) {
  #section09 .con-area {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991.98px) {
  #section09 .con-area {
    gap: 10px;
  }
}
#section09 .con-area .img-wrap {
  position: relative;
}
#section09 .con-area .img-wrap::after {
  content: "* Image Model";
  font-size: 16px;
  right: 15px;
  bottom: 15px;
  color: #fff;
  position: absolute;
}
@media screen and (max-width: 991.98px) {
  #section09 .con-area .img-wrap::after {
    font-size: 11px;
    right: 10px;
    bottom: 10px;
  }
}
#section09 .con-area .img-wrap img {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #section09 .con-area .img-wrap img {
    border-radius: 10px;
  }
}
#section09 .desc {
  text-align: center;
  color: #9b9188;
  font-size: 15px;
  font-weight: 300;
  margin-top: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 991.98px) {
  #section09 .desc {
    font-size: 13px;
    margin-top: 20px;
  }
}

#sub-section04 {
  background-color: #fbfbfa;
}
#sub-section04 .step-tabs {
  max-width: 740px !important;
}
#sub-section04 .right {
  justify-content: center !important;
  gap: 20px;
}
#sub-section04 .right h4 {
  font-size: 35px;
  line-height: 42px;
  font-weight: 500;
  color: #72675f;
}
@media screen and (max-width: 1439.98px) {
  #sub-section04 .right h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 20px;
  }
}
#sub-section04 .right h4 span {
  color: #2c2721;
  font-weight: 700;
}
#sub-section04 .right .desc {
  font-size: 16px;
  line-height: 25px;
  color: #72675f;
  font-weight: 300;
}
@media screen and (max-width: 991.98px) {
  #sub-section04 .right .desc {
    font-size: 14px;
    line-height: 1.3;
  }
}

#sub-section06 .title-area .desc {
  font-size: 23px;
  line-height: 35px;
  color: #9d968e;
  margin: 28px 0 40px;
}
@media screen and (max-width: 991.98px) {
  #sub-section06 .title-area .desc {
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.3;
  }
}