@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#sub-section01 {
  background: url("../../../img/page/double-jaw/index/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: 1439.98px) {
  #sub-section01 .img-area {
    position: static;
    margin-top: 30px;
  }
}
#sub-section01 .img-area .badge {
  position: absolute;
  right: 140px;
  bottom: 190px;
  color: #96796b;
  font-size: 16px;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .img-area .badge {
    bottom: 20px;
    right: 20px;
    color: #fff;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .img-area .badge {
    font-size: 12px;
    right: 10px;
    bottom: 10px;
  }
}

#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;
}
@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;
  }
}
#section02 .sheet .area .title-area h3 {
  font-size: 70px;
  margin: 26px 0 36px;
  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 .desc2 {
  font-size: 20px;
  line-height: 32px;
  color: #9b9188;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area .desc2 {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 374.98px) {
  #section02 .sheet .area .title-area .desc2 {
    font-size: 3.743315508vw;
  }
}
#section02 .sheet .area .title-area .desc2 span {
  color: #2c2721;
}
#section02 .sheet .area .con-area {
  justify-content: center;
  background: url("../../../img/page/double-jaw/three-jaw-surgery/sec2_bg.png") no-repeat center;
  background-size: cover;
  border-radius: 30px;
  display: flex;
  gap: 0;
  position: relative;
  align-items: flex-end;
  height: 530px;
  overflow: visible;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area {
    align-items: center;
    flex-direction: column-reverse;
    height: auto;
    padding: 30px 0 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area {
    border-radius: 10px;
  }
}
#section02 .sheet .area .con-area .left {
  min-width: 680px;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area .left {
    margin: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area .left {
    min-width: auto;
  }
}
#section02 .sheet .area .con-area .right {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area .right {
    text-align: center;
  }
}
#section02 .sheet .area .con-area .right .desc1 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #746b64;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area .right .desc1 {
    font-size: 15px;
    line-height: 1.4;
  }
}
#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: 35px 0 30px;
  display: block;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area .right .desc2 {
    font-size: 13px;
    margin: 15px 0;
    line-height: 18px;
  }
}
@media screen and (max-width: 374.98px) {
  #section02 .sheet .area .con-area .right .desc2 {
    font-size: 3.4759358289vw;
  }
}
#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;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area .right h4 {
    font-size: 20px;
    line-height: 1.3;
  }
}
#section02 .sheet .area .con-area .img-model {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area .img-model {
    left: 10px;
    bottom: 10px;
  }
}
#section02 .sheet .area .con-area .img-model p {
  color: #fff;
  font-size: 13px;
}

#section13 {
  z-index: 11;
  position: relative;
  background-color: #fff;
  padding: 0 !important;
}
#section13 .bg {
  background: url("../../../img/page/double-jaw/three-jaw-surgery/sec13_bg.png") no-repeat center;
  background-size: cover;
  border-radius: 0 280px 0 0;
  padding: 180px 0 0;
}
@media screen and (max-width: 1439.98px) {
  #section13 .bg {
    border-radius: 0;
    padding: 80px 0 0;
  }
}
#section13 .step-content {
  position: relative;
  width: 100%;
  padding-bottom: 170px;
}
@media screen and (max-width: 1439.98px) {
  #section13 .step-content {
    padding-bottom: 50px;
  }
}
#section13 .step-content .text-area {
  position: relative;
  z-index: 1;
}
#section13 .step-content .text-area h3 {
  font-size: 70px;
  font-weight: 700;
  color: #2c2721;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
@media screen and (max-width: 991.98px) {
  #section13 .step-content .text-area h3 {
    font-size: 30px;
  }
}
#section13 .step-content .text-area h3 span {
  color: #746b64;
}
#section13 .step-content .text-area .desc {
  margin: 27px 0 60px;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #section13 .step-content .text-area .desc {
    margin: 15px 0 30px;
    padding-left: 10px;
  }
}
#section13 .step-content .text-area .desc::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #947b6e;
}
#section13 .step-content .text-area .desc p {
  font-size: 17px;
  line-height: 26px;
  color: #746b64;
}
@media screen and (max-width: 991.98px) {
  #section13 .step-content .text-area .desc p {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section13 .step-content .text-area .desc p span {
  font-weight: 600;
  color: #947b6e;
}
#section13 .step-content .text-area .desc p:first-child {
  margin-bottom: 19px;
}
@media screen and (max-width: 991.98px) {
  #section13 .step-content .text-area .desc p:first-child {
    margin-bottom: 10px;
  }
}
#section13 .step-content .text-area h4 {
  font-size: 40px;
  color: #746b64;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  padding-left: 16px;
  position: relative;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  #section13 .step-content .text-area h4 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
#section13 .step-content .text-area h4::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  content: "";
  background-color: #ebca6d;
}
#section13 .step-content .text-area .img-wrap {
  display: flex;
  gap: 18px;
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 1439.98px) {
  #section13 .step-content .text-area .img-wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .step-content .text-area .img-wrap {
    gap: 10px;
  }
}
#section13 .step-content .text-area .img-wrap .img.right .wrap {
  background: linear-gradient(90deg, #b48d80, #e3c274);
}
#section13 .step-content .text-area .img-wrap .img.right .desc2 {
  color: #e5daca;
}
#section13 .step-content .text-area .img-wrap .img div {
  position: relative;
}
#section13 .step-content .text-area .img-wrap .img div .wrap {
  background-color: rgba(182, 166, 156, 0.8039215686);
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  right: -20px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  #section13 .step-content .text-area .img-wrap .img div .wrap {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  #section13 .step-content .text-area .img-wrap .img div .wrap {
    width: 50px;
    height: 50px;
    bottom: -15px;
    right: -15px;
  }
}
#section13 .step-content .text-area .img-wrap .img div .wrap p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  #section13 .step-content .text-area .img-wrap .img div .wrap p {
    font-size: 10px;
  }
}
#section13 .step-content .text-area .img-wrap .img .desc2 {
  text-align: center;
  margin-top: 20px;
  font-size: 40px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #cfcac5;
}
@media screen and (max-width: 991.98px) {
  #section13 .step-content .text-area .img-wrap .img .desc2 {
    margin-top: 15px;
    font-size: 25px;
  }
}
#section13 .step-content .text-area .img-wrap .arrow {
  width: 16px;
}
#section13 .step-content .text-area ul {
  margin-top: 19px;
}
#section13 .step-content .text-area ul li {
  font-size: 14px;
  line-height: 18px;
  color: #9b9188;
}
@media screen and (max-width: 1439.98px) {
  #section13 .step-content .text-area ul li {
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .step-content .text-area ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 374.98px) {
  #section13 .step-content .text-area ul li {
    font-size: 3.2085561497vw;
  }
}
#section13 .step-content .img-area {
  position: absolute;
  right: -110px;
  bottom: 100px;
}
@media screen and (max-width: 1750px) {
  #section13 .step-content .img-area {
    right: 0;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .step-content .img-area {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .step-content .img-area img {
    margin: 30px auto 0;
    display: block;
  }
}

#section16 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 991.98px) {
  #section16 {
    padding-bottom: 70px !important;
  }
}
#section16 .title-area {
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 991.98px) {
  #section16 .title-area {
    margin-bottom: 30px;
  }
}
#section16 .title-area p {
  color: #9d968e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #section16 .title-area p {
    font-size: 15px;
  }
}
#section16 .title-area h3 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  line-height: 67px;
  color: #2c2721;
  margin: 22px 0 25px;
}
@media screen and (max-width: 991.98px) {
  #section16 .title-area h3 {
    font-size: 30px;
    line-height: 1.3;
    margin: 15px 0;
  }
}
#section16 .title-area h3 span {
  font-size: 60px;
  color: #746b64;
}
@media screen and (max-width: 991.98px) {
  #section16 .title-area h3 span {
    font-size: 30px;
  }
}
#section16 .title-area span {
  color: #746b64;
  font-size: 17px;
  line-height: 1.3;
}
@media screen and (max-width: 991.98px) {
  #section16 .title-area span {
    font-size: 14px;
  }
}
#section16 .con-area {
  border-radius: 20px;
  overflow: hidden;
  background-color: #f9f9f7;
  display: flex;
  align-items: center;
  gap: 65px;
}
@media screen and (max-width: 1439.98px) {
  #section16 .con-area {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
  }
}
@media screen and (max-width: 991.98px) {
  #section16 .con-area {
    gap: 30px;
  }
}
#section16 .con-area .left {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#section16 .con-area .left p {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1439.98px) {
  #section16 .con-area .right {
    text-align: center;
  }
}
#section16 .con-area .right p {
  color: #9d968e;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 28px;
}
@media screen and (max-width: 991.98px) {
  #section16 .con-area .right p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#section16 .con-area .right h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #5f554d;
}
@media screen and (max-width: 991.98px) {
  #section16 .con-area .right h3 {
    font-size: 22px;
    line-height: 1.3;
  }
}

#section15 {
  background-color: #7f726c;
  padding: 80px 0 !important;
  position: relative;
}
#section15::after {
  position: absolute;
  top: -20px;
  left: 50%;
  content: "";
  background: url("../../../img/page/double-jaw/three-jaw-surgery/sec15_img5.png") no-repeat center;
  background-size: cover;
  width: 74px;
  height: 50px;
  transform: translate(-50%);
}
#section15 .con-area {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1439.98px) {
  #section15 .con-area {
    grid-template-columns: repeat(1, 1fr);
  }
}
#section15 .con-area .wrap {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#section15 .con-area .wrap:hover .hover {
  opacity: 1;
}
@media screen and (max-width: 1439.98px) {
  #section15 .con-area .wrap:hover .hover {
    display: none;
  }
}
@media screen and (max-width: 1439.98px) {
  #section15 .con-area .wrap > img {
    width: 100%;
  }
}
#section15 .con-area .wrap .text-area {
  height: 172px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #section15 .con-area .wrap .text-area {
    height: 130px;
  }
}
#section15 .con-area .wrap .text-area .line {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  height: 2px;
  background: repeating-linear-gradient(to right, #cbc6c1 0, #cbc6c1 2px, transparent 1px, transparent 4px);
}
@media screen and (max-width: 991.98px) {
  #section15 .con-area .wrap .text-area .line {
    top: 9px;
  }
}
#section15 .con-area .wrap .text-area .step {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto 20px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding: 0 15px;
}
#section15 .con-area .wrap .text-area .step p {
  font-size: 24px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #cbc6c1;
}
@media screen and (max-width: 991.98px) {
  #section15 .con-area .wrap .text-area .step p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  #section15 .con-area .wrap .text-area .step img {
    width: 10px;
  }
}
#section15 .con-area .wrap .text-area span {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  color: #72675f;
  display: block;
}
@media screen and (max-width: 991.98px) {
  #section15 .con-area .wrap .text-area span {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section15 .con-area .wrap .hover {
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid transparent;
  border-radius: 20px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #d8b98a, #b88a6a) border-box;
  overflow: hidden;
  height: 100%;
  opacity: 0;
  transition: 0.5s all;
  z-index: 5;
}
@media screen and (max-width: 1439.98px) {
  #section15 .con-area .wrap .hover {
    display: none;
  }
}
#section15 .con-area .wrap .hover img {
  width: 100%;
  height: 100%;
}
#section15 .con-area .wrap:nth-child(2) .line {
  background: repeating-linear-gradient(to right, #ab957f 0, #ab957f 2px, transparent 1px, transparent 4px);
}
#section15 .con-area .wrap:nth-child(2) .step p {
  color: #ab957f;
}
#section15 .con-area .wrap:nth-child(3) .line {
  background: repeating-linear-gradient(to right, #746b64 0, #746b64 2px, transparent 1px, transparent 4px);
}
#section15 .con-area .wrap:nth-child(3) .step p {
  color: #746b64;
}
#section15 .con-area .wrap:nth-child(4) .line {
  background: repeating-linear-gradient(to right, #5b544f 0, #5b544f 2px, transparent 1px, transparent 4px);
}
#section15 .con-area .wrap:nth-child(4) .step p {
  color: #5b544f;
}
#section15 .con-area .wrap:nth-child(5) .line {
  background: repeating-linear-gradient(to right, #38332f 0, #38332f 2px, transparent 1px, transparent 4px);
}
#section15 .con-area .wrap:nth-child(5) .step p {
  color: #38332f;
}

#sub-section04 .right img {
  margin-top: 20px;
}
#sub-section04 .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 .right ul li {
    font-size: 3.743315508vw;
    line-height: 1.5;
  }
}
#sub-section04 .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 .right ul li::after {
    font-size: 14px;
  }
}

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

#section20 {
  background-color: #f9f0e7;
  position: relative;
  z-index: 10;
}
#section20 .title-area {
  text-align: center;
  margin-bottom: 29px;
}
#section20 .title-area p {
  font-size: 22px;
  color: #9b9188;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  #section20 .title-area p {
    font-size: 15px;
    line-height: 1.3;
  }
}
#section20 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}
@media screen and (max-width: 991.98px) {
  #section20 .title-area h3 {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 374.98px) {
  #section20 .title-area h3 {
    font-size: 6.9518716578vw;
  }
}
#section20 .title-area h3 span {
  color: #746b64;
}
#section20 .con-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1439.98px) {
  #section20 .con-area {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991.98px) {
  #section20 .con-area {
    gap: 10px;
  }
}
#section20 .con-area .img-wrap {
  position: relative;
}
#section20 .con-area .img-wrap::after {
  position: absolute;
  content: "* Image Model";
  font-size: 15px;
  left: 15px;
  bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #section20 .con-area .img-wrap::after {
    left: 7px;
    bottom: 7px;
    font-size: 12px;
  }
}
#section20 .con-area .img-wrap img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1439.98px) {
  #section20 .con-area .img-wrap img {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  #section20 .con-area .img-wrap img {
    border-radius: 10px;
  }
}
#section20 .desc {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #9b9188;
  margin-top: 30px;
}
@media screen and (max-width: 991.98px) {
  #section20 .desc {
    font-size: 13px;
    line-height: 1.3;
    margin-top: 15px;
  }
}