@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#sub-section01 {
  background: url("../../../img/page/facial-contour/front-chin-surgery/sec1_bg.png") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 {
    padding: 250px 0 0 !important;
    background: url("../../../img/page/facial-contour/front-chin-surgerygery/sec1_bg_m.png") no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 {
    padding-top: 106px !important;
  }
}
#sub-section01 .img-area {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .img-area {
    position: static;
    margin-top: 30px;
  }
}
#sub-section01 .img-area .badge {
  position: absolute;
  right: 233px;
  bottom: 220px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .img-area .badge {
    bottom: 65px;
    color: #b89a85;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .img-area .badge {
    font-size: 12px;
    bottom: 40px;
    right: 20px;
  }
}
@media screen and (max-width: 374.98px) {
  #sub-section01 .img-area .badge {
    bottom: 30px;
    right: 0;
  }
}

#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: 85px;
}
#section02 .sheet .area .title-area .desc1 {
  font-size: 24px;
  line-height: 1;
  color: #9d968e;
  font-weight: 500;
}
#section02 .sheet .area .title-area h3 {
  font-size: 70px;
  margin: 26px 0 23px;
  line-height: 1;
  color: #746b64;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
#section02 .sheet .area .title-area h3 span {
  color: #2c2721;
}
#section02 .sheet .area .title-area h4 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #746b64;
  margin-bottom: 23px;
}
#section02 .sheet .area .title-area .desc2 {
  font-size: 20px;
  line-height: 32px;
  color: #9b9188;
  font-weight: 500;
}
#section02 .sheet .area .title-area .desc2 span {
  color: #2c2721;
}
#section02 .sheet .area .con-area {
  justify-content: center;
  background: url("../../../img/page/facial-contour/front-chin-surgery/sec2_bg.png") no-repeat center;
  background-size: cover;
  border-radius: 30px;
  display: flex;
  gap: 50px;
  position: relative;
  align-items: flex-end;
  height: 530px;
  overflow: visible;
}
#section02 .sheet .area .con-area .left {
  min-width: 500px;
}
#section02 .sheet .area .con-area .right {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
#section02 .sheet .area .con-area .right .desc1 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #746b64;
}
#section02 .sheet .area .con-area .right .desc1 span {
  color: #947b6e;
  margin: 0;
}
#section02 .sheet .area .con-area .right .desc2 {
  color: #948b84;
  font-size: 20px;
  line-height: 29px;
  margin: 30px 0 34px;
  display: block;
}
#section02 .sheet .area .con-area .right h4 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 52px;
  line-height: 64px;
  color: #947b6e;
  font-weight: 700;
}
#section02 .sheet .area .con-area .img-model {
  position: absolute;
  left: 37px;
  bottom: 23px;
  background-color: #e6baa8;
  border-radius: 50px;
  padding: 8px 11px;
}
#section02 .sheet .area .con-area .img-model p {
  color: #fff;
  font-size: 13px;
}

#section13 {
  background-color: #f8f6f3;
  position: relative;
  z-index: 10;
}
#section13 .title-area {
  text-align: center;
  margin-bottom: 39px;
}
#section13 .title-area h3 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
#section13 .title-area h3 span {
  color: #746b64;
}
#section13 .tab-area .step-tabs {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 42px;
}
#section13 .tab-area .step-tabs .step-tab {
  position: relative;
  padding: 26px 0;
}
#section13 .tab-area .step-tabs .step-tab::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #7a6e66;
}
#section13 .tab-area .step-tabs .step-tab:last-child::after {
  display: none;
}
#section13 .tab-area .step-tabs .step-tab p {
  color: #7a6e66;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
#section13 .tab-area .step-tabs .step-tab span {
  font-size: 20px;
  font-weight: 700;
  color: #7a6e66;
}
#section13 .tab-area .step-tabs .step-tab.active {
  background-color: #7a6e66;
  border-radius: 10px;
}
#section13 .tab-area .step-tabs .step-tab.active p,
#section13 .tab-area .step-tabs .step-tab.active span {
  color: #fff;
}
#section13 .tab-area .step-tabs .step-tab.active p {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#section13 .tab-area .step-tabs .step-tab.active p::after {
  position: absolute;
  left: -15px;
  top: 2px;
  width: 9.5px;
  height: 9.5px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
}
#section13 .tab-area .step-content {
  display: none;
}
#section13 .tab-area .step-content.active {
  display: block;
}
#section13 .tab-area .step-content .img-area {
  display: flex;
  justify-content: space-between;
}
#section13 .tab-area .step-content p {
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
  line-height: 30px;
}

#section14 {
  position: relative;
  z-index: 10;
  background: url("../../../img/page/facial-contour/square-jaw-surgery/sec13_bg.png") no-repeat center;
  background-size: cover;
  padding-bottom: 250px !important;
}
#section14 .top {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
#section14 .top > div {
  width: 570px;
}
#section14 .top .left h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  letter-spacing: -0.3px;
}
#section14 .top .left h3 span {
  color: #beb3a1;
}
#section14 .top .left p {
  color: #fff;
  margin-top: 27px;
  font-size: 22px;
}
#section14 .top .right p {
  font-size: 22px;
  line-height: 32px;
  color: #2c2721;
  margin-bottom: 20px;
  letter-spacing: -0.4px;
}
#section14 .top .right span {
  color: #786e67;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
#section14 .bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#section14 .bottom::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 113px;
  height: 113px;
  content: "";
  background: url("../../../img/page/facial-contour/square-jaw-surgery/sec13_img3.png") no-repeat center;
  background-size: 113px;
}
#section14 .bottom > div {
  width: 550px;
  position: relative;
}
#section14 .bottom > div img {
  border-radius: 20px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.18);
}
#section14 .bottom .left::after {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  content: "BEFORE";
  color: #cfcac5;
  font-size: 60px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
#section14 .bottom .right::after {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  content: "AFTER";
  color: #e5daca;
  font-size: 60px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
#section14 .bottom .right .after {
  position: absolute;
  right: -51px;
  bottom: -35px;
  width: 121px;
  height: 121px;
  border-radius: 50%;
  background: linear-gradient(90deg, #b48d80, #e3c274);
  display: flex;
  align-items: center;
  justify-content: center;
}
#section14 .bottom .right .after p {
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
}