@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#sub-section01 {
  background: url("../../../img/page/facial-contour/square-jaw-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;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 {
    padding-top: 70px !important;
  }
}
#sub-section01 .img-area {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1740px) {
  #sub-section01 .img-area {
    right: -150px;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .img-area {
    position: static;
    right: 0;
    margin-top: 30px;
  }
}
#sub-section01 .img-area .badge {
  position: absolute;
  right: 223px;
  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: #fff;
}
#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;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area {
    margin-bottom: 30px;
  }
}
#section02 .sheet .area .title-area .desc1 {
  font-size: 24px;
  line-height: 1;
  color: #9d968e;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area .desc1 {
    font-size: 15px;
    line-height: 1.3;
  }
}
#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;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area h3 {
    font-size: 30px;
    margin: 15px 0;
  }
}
#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;
  line-height: 43px;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area h4 {
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 374.98px) {
  #section02 .sheet .area .title-area h4 {
    font-size: 4.8128342246vw;
  }
}
#section02 .sheet .area .con-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 543.98px) {
  #section02 .sheet .area .con-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
#section02 .sheet .area .con-area article {
  border: 1px solid #b5aea8;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area article {
    border-radius: 10px;
  }
}
#section02 .sheet .area .con-area article dl {
  width: 350px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 22px;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area article dl {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area article dl {
    gap: 10px;
  }
}
#section02 .sheet .area .con-area article dl dt {
  color: #9b9188;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area article dl dt {
    font-size: 14px;
  }
}
#section02 .sheet .area .con-area article dl dd {
  font-size: 26px;
  line-height: 34px;
  color: #746b64;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area article dl dd {
    font-size: 16px;
    line-height: 1.3;
  }
}

#section13 {
  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;
}
@media screen and (max-width: 1439.98px) {
  #section13 {
    background: url("../../../img/page/facial-contour/square-jaw-surgery/sec13_bg_m.png") no-repeat top center;
    background-size: cover;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .area {
    padding: 0;
  }
}
#section13 .top {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section13 .top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
#section13 .top::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "NO !";
  font-size: 74px;
  font-weight: 700;
  padding: 15px 29px;
  background-color: #beb3a1;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
@media screen and (max-width: 1439.98px) {
  #section13 .top::after {
    display: none;
  }
}
#section13 .top > div {
  width: 550px;
}
@media screen and (max-width: 991.98px) {
  #section13 .top > div {
    width: 100%;
  }
}
#section13 .top .no {
  font-size: 74px;
  font-weight: 700;
  padding: 15px 29px;
  background-color: #beb3a1;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  width: fit-content;
  margin: 20px 0;
}
@media screen and (max-width: 991.98px) {
  #section13 .top .no {
    font-size: 40px;
    padding: 10px 30px;
    margin: 15px 0;
  }
}
#section13 .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;
}
@media screen and (max-width: 991.98px) {
  #section13 .top .left h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
#section13 .top .left h3 span {
  color: #beb3a1;
}
@media screen and (max-width: 991.98px) {
  #section13 .top .right {
    padding: 0 16px;
  }
}
#section13 .top .right p {
  font-size: 22px;
  line-height: 32px;
  color: #2c2721;
  margin-bottom: 22px;
}
@media screen and (max-width: 1439.98px) {
  #section13 .top .right p {
    color: #fff;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .top .right p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 374.98px) {
  #section13 .top .right p {
    font-size: 3.743315508vw;
  }
}
#section13 .top .right span {
  color: #786e67;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
}
@media screen and (max-width: 1439.98px) {
  #section13 .top .right span {
    color: #beb3a1;
  }
}
#section13 .bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section13 .bottom {
    flex-direction: column;
    align-items: center;
    gap: 215px;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .bottom {
    gap: 100px;
  }
}
#section13 .bottom::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 113px;
  height: 113px;
  content: "";
  background: url("../../../img/page/facial-contour/square-jaw-surgery/sec13_img3.png") no-repeat center;
  background-size: 113px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1439.98px) {
  #section13 .bottom::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .bottom::after {
    width: 50px;
    height: 50px;
    background-size: 50px;
    top: 45%;
  }
}
@media screen and (max-width: 543.98px) {
  #section13 .bottom::after {
    top: 44%;
  }
}
@media screen and (max-width: 349.98px) {
  #section13 .bottom::after {
    top: 43%;
  }
}
#section13 .bottom > div {
  width: 550px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #section13 .bottom > div {
    width: 100%;
  }
}
#section13 .bottom > div img {
  border-radius: 20px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 991.98px) {
  #section13 .bottom > div img {
    border-radius: 10px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #section13 .bottom > div img {
    width: 90%;
  }
}
#section13 .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;
}
@media screen and (max-width: 991.98px) {
  #section13 .bottom .left::after {
    font-size: 30px;
    bottom: -50px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .bottom .right {
    background: url("../../../img/page/facial-contour/square-jaw-surgery/sec13_bg2_m.png") no-repeat top center;
    background-size: cover;
    width: 100%;
    padding: 60px 0 150px;
  }
}
#section13 .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;
}
@media screen and (max-width: 1439.98px) {
  #section13 .bottom .right::after {
    bottom: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .bottom .right::after {
    font-size: 30px;
    bottom: 80px;
  }
}
#section13 .bottom .right .img-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
#section13 .bottom .right .img-wrap .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;
}
@media screen and (max-width: 991.98px) {
  #section13 .bottom .right .img-wrap .after {
    width: 70px;
    height: 70px;
    right: -35px;
  }
}
@media screen and (max-width: 767.98px) {
  #section13 .bottom .right .img-wrap .after {
    right: 0;
  }
}
#section13 .bottom .right .img-wrap .after p {
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section13 .bottom .right .img-wrap .after p {
    font-size: 14px;
  }
}

#section14 .title-area {
  margin-bottom: 60px;
}
@media screen and (max-width: 991.98px) {
  #section14 .title-area {
    margin-bottom: 30px;
  }
}
#section14 .title-area h3 {
  font-size: 70px;
  text-align: center;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #section14 .title-area h3 {
    font-size: 30px;
  }
}
#section14 .title-area h3 span {
  color: #746b64;
}
#section14 .con-area article {
  margin-bottom: 32px;
  border-radius: 20px;
  overflow: hidden;
  height: 480px;
  border: 1px solid #b5aea8;
  background-color: #fcf9f7;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section14 .con-area article {
    height: auto;
  }
}
#section14 .con-area article:nth-child(even) {
  background-color: #fafafa;
}
#section14 .con-area article:nth-child(2) .text-area p {
  background-color: #ab957f;
}
#section14 .con-area article:nth-child(3) .text-area p {
  background-color: #746b64;
}
#section14 .con-area article:last-child {
  margin-bottom: 0;
}
#section14 .con-area article:last-child .text-area p {
  background-color: #5b544f;
}
#section14 .con-area article img {
  width: 100%;
}
#section14 .con-area article .text-area {
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1439.98px) {
  #section14 .con-area article .text-area {
    position: relative;
    width: 100%;
    padding: 20px;
  }
}
#section14 .con-area article .text-area p {
  padding: 17px 43px;
  color: #fff;
  font-size: 20px;
  background-color: #c7b4a1;
  border-radius: 50px;
  font-weight: 700;
  width: fit-content;
}
@media screen and (max-width: 991.98px) {
  #section14 .con-area article .text-area p {
    padding: 10px 20px;
    font-size: 14px;
  }
}
#section14 .con-area article .text-area h4 {
  font-size: 28px;
  font-weight: 600;
  margin: 32px 0 26px;
}
@media screen and (max-width: 991.98px) {
  #section14 .con-area article .text-area h4 {
    font-size: 18px;
    margin: 15px 0;
  }
}
#section14 .con-area article .text-area span {
  font-size: 20px;
  line-height: 28px;
  color: #746b64;
}
@media screen and (max-width: 991.98px) {
  #section14 .con-area article .text-area span {
    font-size: 14px;
    line-height: 1.3;
  }
}

#section15 {
  padding-bottom: 0 !important;
  background: url("../../../img/page/facial-contour/square-jaw-surgery/sec15_bg.png") no-repeat center;
  background-size: cover;
}
#section15 .title-area {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 991.98px) {
  #section15 .title-area {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
#section15 .title-area p {
  color: #9d968e;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section15 .title-area p {
    font-size: 15px;
  }
}
#section15 .title-area h3 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin: 28px 0 25px;
}
@media screen and (max-width: 991.98px) {
  #section15 .title-area h3 {
    margin: 15px 0;
    font-size: 30px;
  }
}
#section15 .title-area h3 span {
  color: #746b64;
  font-size: 60px;
}
@media screen and (max-width: 991.98px) {
  #section15 .title-area h3 span {
    font-size: 30px;
  }
}
#section15 .title-area span {
  color: #9b9188;
  font-size: 22px;
  line-height: 35px;
}
@media screen and (max-width: 991.98px) {
  #section15 .title-area span {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 374.98px) {
  #section15 .title-area span {
    font-size: 3.743315508vw;
  }
}
#section15 .title-area span b {
  font-weight: 700;
  color: #746b64;
}
#section15 img {
  width: 100%;
}

#sub-section04 .step-content .right img {
  margin-top: 20px;
}
#sub-section04 .step-content .right ul li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #72675f;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 374.98px) {
  #sub-section04 .step-content .right ul li {
    font-size: 3.743315508vw;
    line-height: 1.5;
  }
}
#sub-section04 .step-content .right ul li::after {
  content: "-";
  font-weight: 300;
  font-size: 16px;
  color: #72675f;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991.98px) {
  #sub-section04 .step-content .right ul li::after {
    font-size: 14px;
  }
}

#sub-section08 .bg6 {
  background: url("../../../img/page/facial-contour/index/sec8_img7.png") no-repeat right center;
  background-size: cover;
}
#sub-section08 .bg5 {
  background: url("../../../img/page/double-jaw/double-jaw-cases/sec8_img7.png") no-repeat right center;
  background-size: cover;
}