@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#sub-section01 {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 960px;
  background: url("../../../img/page/rhinoplasty/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;
    height: auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 {
    padding-top: 70px !important;
  }
}
#sub-section01 .area {
  position: static;
}
#sub-section01 .text-area {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@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;
    margin-bottom: 10px;
    line-height: 1.3;
  }
}
@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;
  font-size: 33px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .desc {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 374.98px) {
  #sub-section01 .text-area .desc {
    font-size: 4.0106951872vw;
  }
}
#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;
  }
}
#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: #d9b196;
  right: 150px;
  bottom: 190px;
  font-size: 16px;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .img-area .badge {
    bottom: 65px;
    color: #fff;
    right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .img-area .badge {
    font-size: 12px;
    bottom: 40px;
  }
}
@media screen and (max-width: 543.98px) {
  #sub-section01 .img-area .badge {
    bottom: 10px;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .info-list .item:last-child {
    width: calc(50% - 10px) !important;
  }
}

#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 {
  margin-bottom: 20px;
  text-align: center;
}
#section02 .sheet .area .title-area p {
  margin-bottom: 16px;
  font-size: 24px;
  color: #9d968e;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area p {
    margin-bottom: 13px;
    font-size: 15px;
  }
}
#section02 .sheet .area .title-area h3 {
  margin: 0;
  font-size: 70px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #2c2721;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area h3 {
    font-size: 30px;
  }
}
#section02 .sheet .area .title-area h3 .why {
  color: #746b64;
}
#section02 .sheet .area .list {
  overflow: visible !important;
  height: 730px;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .list {
    overflow: hidden;
  }
}
#section02 .sheet .area .list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .list .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
#section02 .sheet .area .list .swiper-wrapper .item {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e5e3;
  border-radius: 20px;
  overflow: hidden;
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item {
    border-radius: 10px;
  }
}
#section02 .sheet .area .list .swiper-wrapper .item:nth-child(1) {
  background-image: url("../../../img/page/rhinoplasty/index/sec2_img1.png");
}
#section02 .sheet .area .list .swiper-wrapper .item:nth-child(2) {
  background-image: url("../../../img/page/rhinoplasty/index/sec2_img2.png");
}
#section02 .sheet .area .list .swiper-wrapper .item:nth-child(2) h4 {
  background-color: #b5aea8;
}
#section02 .sheet .area .list .swiper-wrapper .item:nth-child(3) {
  background-image: url("../../../img/page/rhinoplasty/index/sec2_img3.png");
}
#section02 .sheet .area .list .swiper-wrapper .item:nth-child(3) h4 {
  background-color: #6f6358;
}
#section02 .sheet .area .list .swiper-wrapper .item h4 {
  margin: 0;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
  padding-left: 42px;
  display: flex;
  color: #fff;
  background-color: #9d8c83;
  height: 150px;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item h4 {
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
    height: auto;
  }
}
@media screen and (max-width: 374.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item h4 {
    font-size: 4.2780748663vw;
  }
}
#section02 .sheet .area .list .swiper-wrapper .item .text {
  padding: 31px 27px 0;
  box-sizing: border-box;
  color: #72675f;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item .text {
    padding: 20px 20px 0;
    font-size: 14px;
    line-height: 1.3;
  }
}
#section02 .sheet .area .list .swiper-wrapper .item .con {
  display: flex;
  gap: 7px 10px;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px 30px 0 27px;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item .con {
    padding: 15px 20px 0 20px;
  }
}
#section02 .sheet .area .list .swiper-wrapper .item .con li {
  color: #fff;
  font-size: 14px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  padding: 9px 10px 9px 30px;
  position: relative;
  border-radius: 50px;
  background-color: #9d8c83;
}
#section02 .sheet .area .list .swiper-wrapper .item .con li.gray {
  background-color: #b5aea8;
}
#section02 .sheet .area .list .swiper-wrapper .item .con li::after {
  position: absolute;
  left: 12px;
  top: 13px;
  content: "";
  background: url("../../../img/page/eye/index/sec2_img4.png") no-repeat center;
  background-size: 12px;
  width: 11px;
  height: 8px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  background-size: 11px 8px;
}
#section02 .sheet .area .list .swiper-wrapper .item .con-list {
  padding: 39px 27px;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item .con-list {
    padding: 20px;
  }
}
#section02 .sheet .area .list .swiper-wrapper .item .con-list li {
  font-size: 15px;
  color: #72675f;
  line-height: 22px;
  margin-bottom: 15px;
  padding-left: 17px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .list .swiper-wrapper .item .con-list li {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
#section02 .sheet .area .list .swiper-wrapper .item .con-list li::after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  background: url("../../../img/page/eye/index/sec2_img4.png") no-repeat center;
  background-size: 12px;
  width: 12px;
  height: 11px;
}
#section02 .sheet .area .list .swiper-wrapper .item .con-list li:last-child {
  margin-bottom: 0;
}
#section02 .sheet .area .list .swiper-controller {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .list .swiper-controller {
    display: flex;
    margin-top: 50px;
    gap: 50px;
    justify-content: center;
  }
}
#section02 .sheet .area .list .swiper-controller .swiper-button-prev,
#section02 .sheet .area .list .swiper-controller .swiper-button-next,
#section02 .sheet .area .list .swiper-controller .swiper-pagination {
  position: relative;
}
#section02 .sheet .area .list .swiper-controller .swiper-button-prev svg,
#section02 .sheet .area .list .swiper-controller .swiper-button-next svg {
  color: #000;
  width: 7px;
}
#section02 .sheet .area .list .swiper-controller .swiper-pagination {
  width: fit-content;
  color: #9d968e;
  font-size: 16px;
}
#section02 .sheet .area .list .swiper-controller .swiper-pagination .swiper-pagination-current {
  font-weight: 700;
  color: #746b64;
}

#section14 {
  background: url("../../../img/page/breast/breast-augmentation-motiva/sec14_bg.png") no-repeat center;
  background-size: cover;
}
#section14 .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
    gap: 30px;
    height: stretch;
  }
}
#section14 .swiper .swiper-wrapper .swiper-slide .left {
  margin-top: 99px;
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .left {
    margin-top: 0;
    text-align: center;
  }
}
#section14 .swiper .swiper-wrapper .swiper-slide .left p {
  color: #e1e0de;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .left p {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
#section14 .swiper .swiper-wrapper .swiper-slide .left h3 {
  color: #ffffff;
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  letter-spacing: -0.25px;
}
@media screen and (max-width: 991.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .left h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
#section14 .swiper .swiper-wrapper .swiper-slide .left h3 span {
  color: #e1e0de;
}
#section14 .swiper .swiper-wrapper .swiper-slide .right {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right {
    display: flex;
    flex-direction: column;
    height: stretch;
  }
}
@media screen and (max-width: 991.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right {
    border-radius: 10px;
  }
}
#section14 .swiper .swiper-wrapper .swiper-slide .right::after {
  content: "In-House Examination Center";
  color: #f3f1f2;
  font-size: 51px;
  font-family: "HighSummit";
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right::after {
    display: none;
  }
}
#section14 .swiper .swiper-wrapper .swiper-slide .right img {
  position: relative;
  z-index: 1;
}
#section14 .swiper .swiper-wrapper .swiper-slide .right .text-area {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 330px;
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: stretch;
  }
}
#section14 .swiper .swiper-wrapper .swiper-slide .right .text-area h4 {
  color: #746961;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.25px;
}
@media screen and (max-width: 991.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area h4 {
    font-size: 18px;
    line-height: 1.3;
  }
}
#section14 .swiper .swiper-wrapper .swiper-slide .right .text-area .line {
  width: 28px;
  height: 6px;
  background-color: #ebca6d;
  margin: 30px 0 20px;
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area .line {
    margin: 30px auto 20px;
  }
}
@media screen and (max-width: 991.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area .line {
    margin: 15px auto;
    width: 14px;
    height: 3px;
  }
}
#section14 .swiper .swiper-wrapper .swiper-slide .right .text-area p {
  color: #72675f;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
@media screen and (max-width: 991.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px;
  }
}
#section14 .swiper .swiper-wrapper .swiper-slide .right .text-area a {
  width: 265px;
  background: linear-gradient(90deg, #b48d80, #e3c274);
  padding: 15px 20px;
  display: flex;
  border-radius: 50px;
  gap: 5px;
  align-items: center;
  margin-top: 27px;
  justify-content: center;
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area a {
    margin: 27px auto 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area a {
    padding: 10px 20px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area a {
    padding: 10px 5px;
  }
}
#section14 .swiper .swiper-wrapper .swiper-slide .right .text-area a p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
#section14 .swiper .swiper-wrapper .swiper-slide .right .text-area a img {
  width: 13px;
}
#section14 .swiper .swiper-controller {
  display: flex;
}
#section14 .swiper .swiper-controller .swiper-button-prev,
#section14 .swiper .swiper-controller .swiper-button-next {
  position: absolute;
  top: 400px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: url("../../../img/page/breast/breast-augmentation-motiva/sec14_img3.png") no-repeat center;
  background-size: 45px;
}
@media screen and (max-width: 1500px) {
  #section14 .swiper .swiper-controller .swiper-button-prev,
  #section14 .swiper .swiper-controller .swiper-button-next {
    top: 470px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-controller .swiper-button-prev,
  #section14 .swiper .swiper-controller .swiper-button-next {
    display: none;
  }
}
#section14 .swiper .swiper-controller .swiper-button-prev svg,
#section14 .swiper .swiper-controller .swiper-button-next svg {
  display: none;
}
#section14 .swiper .swiper-controller .swiper-button-next {
  transform: rotate(180deg);
  right: auto;
  left: 54px;
}
#section14 .drag-badge {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 115px;
  height: 115px;
  padding-inline: 10px;
  border-radius: 50%;
  background: rgba(90, 85, 82, 0.82);
  color: #fff;
  box-shadow: 0 4px 16px rgba(58, 54, 52, 0.18);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  will-change: transform;
}
@media screen and (max-width: 1439.98px) {
  #section14 .drag-badge {
    display: none !important;
  }
}
#section14 .drag-badge.show {
  opacity: 1;
  visibility: visible;
}
#section14 .drag-badge .arrow {
  font-family: "Philosopher", "Pretendard Variable", sans-serif, "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif, sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  opacity: 0.95;
  user-select: none;
  transform: translateY(-0.5px);
}
#section14 .drag-badge .arrow:first-of-type {
  justify-self: start;
}
#section14 .drag-badge .arrow:last-of-type {
  justify-self: end;
}
#section14 .drag-badge .text {
  grid-column: 2;
  justify-self: center;
  font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

#section13 .title-area {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
#section13 .title-area p {
  color: #9b9188;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 22px;
}
@media screen and (max-width: 991.98px) {
  #section13 .title-area p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#section13 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section13 .title-area h3 {
    font-size: 30px;
  }
}
#section13 .title-area h3 span {
  color: #746b64;
}
#section13 .con-area {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin: 0 10px;
}
@media screen and (max-width: 1439.98px) {
  #section13 .con-area {
    grid-template-columns: repeat(3, 1fr);
  }
}
@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(2, 1fr);
  }
}
#section13 .con-area .img-wrap {
  position: relative;
}
#section13 .con-area .img-wrap::after {
  position: absolute;
  content: "* Image Model";
  font-size: 15px;
  right: 15px;
  bottom: 15px;
  color: #fff;
}
#section13 .con-area .img-wrap img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
#section13 .area .desc {
  color: #9d968e;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 991.98px) {
  #section13 .area .desc {
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.3;
  }
}
#section13 .area span {
  text-align: center;
  color: #9b9188;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.3;
  display: block;
}
@media screen and (max-width: 991.98px) {
  #section13 .area span {
    font-size: 13px;
  }
}
#section13 .area a {
  border: 1px solid #9d968e;
  border-radius: 50px;
  width: fit-content;
  padding: 15px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  #section13 .area a {
    padding: 10px 20px;
  }
}
#section13 .area a p {
  color: #9d968e;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section13 .area a p {
    font-size: 14px;
  }
}

#section15 {
  background: url("../../../img/page/rhinoplasty/index/sec15_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
#section15 .area {
  max-width: 1280px;
}
@media screen and (max-width: 1439.98px) {
  #section15 .area {
    max-width: auto;
  }
}
#section15 .title-area {
  text-align: center;
  margin-bottom: 28px;
}
#section15 .title-area p {
  color: #beb3a1;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1249.98px) {
  #section15 .title-area p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
#section15 .title-area h3 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
@media screen and (max-width: 1249.98px) {
  #section15 .title-area h3 {
    font-size: 30px;
  }
}
#section15 .title-area h3 span {
  color: #746b64;
}
#section15 .tab-area .step-tabs-wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area .step-tabs-wrap {
    margin-bottom: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #section15 .tab-area .step-tabs-wrap::-webkit-scrollbar {
    display: none;
  }
}
#section15 .tab-area .step-tabs {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area .step-tabs {
    display: flex;
    width: 720px;
    min-width: 720px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    border-bottom: 1px solid #9d968e;
  }
}
#section15 .tab-area .step-tabs .step-tab {
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area .step-tabs .step-tab {
    width: 180px;
    min-width: 180px;
    flex-shrink: 0;
    padding: 12px 0;
    background: transparent;
    border-radius: 0;
  }
}
#section15 .tab-area .step-tabs .step-tab::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: rgba(122, 110, 102, 0.2235294118);
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area .step-tabs .step-tab::after {
    display: none;
  }
}
#section15 .tab-area .step-tabs .step-tab:last-child::after {
  display: none;
}
#section15 .tab-area .step-tabs .step-tab span {
  display: block;
  font-size: 16px;
  color: #7a6e66;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area .step-tabs .step-tab span {
    font-size: 13px;
    margin-bottom: 5px;
    color: #9d968e;
  }
}
#section15 .tab-area .step-tabs .step-tab p {
  color: #7a6e66;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area .step-tabs .step-tab p {
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
    color: #9d968e;
    white-space: nowrap;
  }
}
#section15 .tab-area .step-tabs .step-tab.active {
  background-color: #7a6e66;
  border-radius: 10px;
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area .step-tabs .step-tab.active {
    background: transparent;
    border-radius: 0;
  }
}
#section15 .tab-area .step-tabs .step-tab.active span {
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area .step-tabs .step-tab.active span {
    color: #2c2721;
    font-weight: 700;
  }
}
#section15 .tab-area .step-tabs .step-tab.active span::after {
  position: absolute;
  left: -15px;
  top: 5px;
  width: 9.5px;
  height: 9.5px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area .step-tabs .step-tab.active span::after {
    display: none;
  }
}
#section15 .tab-area .step-tabs .step-tab.active p {
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area .step-tabs .step-tab.active p {
    width: 100%;
    color: #2c2721;
    font-weight: 700;
  }
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area .step-tabs .step-tab.active p::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #2c2721;
  }
}
#section15 .tab-area .step-content {
  display: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.075);
}
#section15 .tab-area .step-content.active {
  display: block;
}
#section15 .tab-area .step-content img {
  width: 100%;
}
#section15 .tab-area .step-content .text-area {
  background-color: #fff;
  padding: 50px;
  display: flex;
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area .step-content .text-area {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .text-area {
    padding: 20px;
  }
}
#section15 .tab-area .step-content .text-area > div {
  width: 50%;
}
@media screen and (max-width: 1249.98px) {
  #section15 .tab-area .step-content .text-area > div {
    width: 100%;
  }
}
#section15 .tab-area .step-content .text-area h4 {
  font-size: 24px;
  font-weight: 600;
  padding-left: 17px;
  position: relative;
  margin-bottom: 19px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .text-area h4 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
}
#section15 .tab-area .step-content .text-area h4::after {
  width: 6px;
  height: 20px;
  background-color: #ebca6d;
  content: "";
  left: 0;
  top: 3px;
  position: absolute;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .text-area h4::after {
    width: 4px;
    height: 15px;
  }
}
#section15 .tab-area .step-content .text-area p {
  color: #9d968e;
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 991.98px) {
  #section15 .tab-area .step-content .text-area p {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section15 .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) {
  #section15 .desc {
    font-size: 14px;
    line-height: 1.3;
  }
}

#section16 .title-area {
  text-align: center;
  line-height: 1;
  margin-bottom: 65px;
}
@media screen and (max-width: 991.98px) {
  #section16 .title-area {
    margin-bottom: 30px;
  }
}
#section16 .title-area p {
  font-size: 24px;
  color: #9b9188;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 991.98px) {
  #section16 .title-area p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
#section16 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section16 .title-area h3 {
    font-size: 30px;
  }
}
#section16 .title-area h3 span {
  color: #8a837e;
}
#section16 .con-area h4 {
  font-size: 28px;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
  margin-bottom: 36px;
}
@media screen and (max-width: 991.98px) {
  #section16 .con-area h4 {
    font-size: 20px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
#section16 .con-area h4::after {
  position: absolute;
  height: 40px;
  background-color: #ebca6d;
  content: "";
  left: 0;
  top: -4px;
  width: 5px;
}
@media screen and (max-width: 991.98px) {
  #section16 .con-area h4::after {
    height: 20px;
    top: 2px;
  }
}
#section16 .con-area h4:nth-child(3) {
  margin-top: 85px;
}
@media screen and (max-width: 767.98px) {
  #section16 .con-area h4:nth-child(3) {
    margin-top: 40px;
  }
}
#section16 .con-area ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1439.98px) {
  #section16 .con-area ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
#section16 .con-area ul li {
  border-radius: 20px;
  border: 1px solid #b5aea8;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #section16 .con-area ul li {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  #section16 .con-area ul li img {
    width: 100%;
  }
}
#section16 .con-area ul li dl {
  margin-left: -40px;
}
@media screen and (max-width: 767.98px) {
  #section16 .con-area ul li dl {
    margin-left: 0;
    padding: 20px;
  }
}
#section16 .con-area ul li dl dt {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  #section16 .con-area ul li dl dt {
    font-size: 20px;
  }
}
#section16 .con-area ul li dl dd {
  color: #746b64;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}
@media screen and (max-width: 991.98px) {
  #section16 .con-area ul li dl dd {
    font-size: 14px;
    line-height: 1.3;
  }
}

#sub-section04 .step-tabs {
  max-width: 925px !important;
}
#sub-section04 .right {
  justify-content: center !important;
  gap: 20px;
}
#sub-section04 .right h4 {
  font-size: 40px;
  line-height: 50px;
  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 b {
  font-weight: 600;
}
#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-section04 .right span {
  font-size: 15px;
  line-height: 21px;
  display: block;
  font-weight: 300;
  color: #9b9188;
}

#section17 {
  background-color: #fdfbfb;
}
#section17 .title-area {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 991.98px) {
  #section17 .title-area {
    margin-bottom: 30px;
  }
}
#section17 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  #section17 .title-area h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 374.98px) {
  #section17 .title-area h3 {
    font-size: 8.0213903743vw;
  }
}
#section17 .title-area h3 span {
  color: #746b64;
}
#section17 .title-area p {
  color: #9b9188;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 991.98px) {
  #section17 .title-area p {
    font-size: 15px;
    line-height: 1.3;
  }
}
#section17 .con-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
}
@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::after {
  position: absolute;
  right: 0;
  top: -30px;
  content: "* Image Model";
  color: #cbc6c1;
  font-size: 13px;
}
#section17 .con-area img {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ddd8da;
  width: 100%;
}
#section17 .con-area .title-p {
  margin: 20px auto 10px;
  font-size: 24px;
  font-weight: 600;
  color: #746b64;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section17 .con-area .title-p {
    margin: 15px auto;
    font-size: 20px;
  }
}
#section17 .con-area .line-wrap {
  position: relative;
}
#section17 .con-area .line-wrap::after {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #746b64;
  content: "";
  width: 100%;
  height: 1px;
}
#section17 .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;
}
@media screen and (max-width: 991.98px) {
  #section17 .con-area .line-wrap p {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
#section17 .con-area span {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #746b64;
  margin-top: 15px;
  font-weight: 300;
}
@media screen and (max-width: 991.98px) {
  #section17 .con-area span {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 374.98px) {
  #section17 .con-area span {
    font-size: 3.743315508vw;
  }
}
#section17 .con-area span b {
  font-weight: 600;
}

#sub-section08 .swiper-slide {
  min-height: 185px !important;
  gap: 5px !important;
}
#sub-section08 .bg1 {
  background: url("../../../img/page/rhinoplasty/index/sec8_img1.png") no-repeat center right !important;
  background-size: cover;
}
@media screen and (max-width: 1439.98px) {
  #sub-section08 .bg1 {
    background: #fff !important;
  }
}
#sub-section08 .bg2 {
  background: url("../../../img/page/rhinoplasty/index/sec8_img2.png") no-repeat center right !important;
  background-size: cover;
}
@media screen and (max-width: 1439.98px) {
  #sub-section08 .bg2 {
    background: #fff !important;
  }
}
#sub-section08 .bg3 {
  background: url("../../../img/page/rhinoplasty/index/sec8_img3.png") no-repeat center right !important;
  background-size: cover;
}
@media screen and (max-width: 1439.98px) {
  #sub-section08 .bg3 {
    background: #fff !important;
  }
}

#sub-section10 .content-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1439.98px) {
  #sub-section10 .content-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

#sub-section11 {
  background-color: #fafafa;
}

#section20 {
  background-color: #f9f0e7;
}
#section20 .title-area {
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (max-width: 991.98px) {
  #section20 .title-area {
    margin-bottom: 25px;
  }
}
#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: 14px;
    margin-bottom: 15px;
  }
}
#section20 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section20 .title-area h3 {
    font-size: 30px;
  }
}
#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;
  right: 15px;
  bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #section20 .con-area .img-wrap::after {
    font-size: 11px;
    right: 10px;
    bottom: 10px;
  }
}
#section20 .con-area .img-wrap img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  #section20 .con-area .img-wrap img {
    border-radius: 10px;
  }
}
#section20 .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) {
  #section20 .desc {
    font-size: 13px;
    margin-top: 20px;
  }
}