@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#sub-section01 {
  height: 860px;
  background: url("../../../img/page/male-surgery/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 .text-area {
  position: relative;
  z-index: 10;
}
#sub-section01 .text-area .sub-text {
  font-size: 28px;
  margin-bottom: 25px;
}
#sub-section01 .text-area h2 {
  line-height: 1;
}
#sub-section01 .img-area {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
}
#sub-section01 .img-area .badge {
  color: #dac3b1;
  right: 156px;
  bottom: 88px;
}
#sub-section01 .info-area {
  padding: 30px 0;
}
#sub-section01 .info-area .info-list {
  align-items: flex-end;
}
#sub-section01 .info-area .info-list li {
  height: fit-content;
}
#sub-section01 .info-area .info-list li:nth-child(n+2) {
  margin-bottom: 25px;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 {
    height: auto;
    min-height: 640px;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    align-items: stretch;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 {
    min-height: 563px;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .area {
    position: static;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
}
#sub-section01 .text-area {
  box-sizing: border-box;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .text-area {
    text-align: center;
    position: static;
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  #sub-section01 .text-area {
    padding: 0 16px;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .sub-text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374.98px) {
  #sub-section01 .text-area .sub-text {
    font-size: 3.743315508vw;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .desc {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374.98px) {
  #sub-section01 .text-area .desc {
    font-size: 4.0106951872vw;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .text-area h2 {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area h2 {
    font-size: 35px;
    line-height: 1.15;
  }
}
@media screen and (max-width: 767.98px) {
  #sub-section01 .text-area h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .text-area .title-point {
    font-size: 38px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .title-point {
    font-size: 35px;
    line-height: 1.15;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .text-area .btn {
    position: absolute;
    bottom: 400px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    margin-top: 0;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 28px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.122), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .btn {
    font-size: 13px;
    padding: 17px 22px;
    bottom: 280px;
    min-height: 44px;
  }
}
@media screen and (max-width: 374.98px) {
  #sub-section01 .text-area .btn {
    width: 80%;
    max-width: 280px;
  }
}
@media screen and (max-width: 1800px) {
  #sub-section01 .img-area {
    right: -150px;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .img-area {
    position: static;
    margin: 30px auto 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767.98px) {
  #sub-section01 .img-area {
    padding: 0 16px;
    margin-top: 24px;
  }
}
#sub-section01 .img-area img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@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;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .info-area {
    position: relative;
    width: 100%;
    padding: 0;
    z-index: 3;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .info-area {
    padding: 22px 20px;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .info-area .info-list {
    align-items: stretch;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .info-area .info-list li {
    height: auto;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .text-area .btn {
    bottom: 320px;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .btn {
    bottom: 30px;
  }
}

#section02 {
  padding: 0 !important;
  position: relative;
  z-index: 10;
  background: #f7e8dd;
}
@media screen and (max-width: 1439.98px) {
  #section02 {
    overflow-x: hidden;
  }
}
#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: 1439.98px) {
  #section02 .sheet .area .title-area {
    margin-bottom: 40px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area {
    margin-bottom: 30px;
    padding: 0 16px;
  }
}
#section02 .sheet .area .title-area p {
  margin-bottom: 20px;
  font-size: 30px;
  color: #9d968e;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
  }
}
#section02 .sheet .area .title-area h3 {
  margin: 0;
  font-size: 70px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #2c2721;
  line-height: 1;
  margin-bottom: 35px;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area h3 {
    font-size: 30px;
    line-height: 1.2;
    margin: 15px 0;
  }
}
#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: inherit;
    line-height: inherit;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area h3 br {
    display: none;
  }
}
#section02 .sheet .area .title-area > span {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin: 28px auto 0;
  color: #9b9188;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .title-area > span {
    max-width: 640px;
    margin-top: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area > span {
    font-size: 14px;
    line-height: 19px;
    max-width: 320px;
  }
}
@media screen and (max-width: 374.98px) {
  #section02 .sheet .area .title-area > span {
    font-size: 3.743315508vw;
  }
}
#section02 .sheet .area .title-area > span .color {
  color: #2c2721;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area > span br {
    display: none;
  }
}
#section02 .sheet .area .con-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#section02 .sheet .area .con-area li {
  border-radius: 15px;
  overflow: hidden;
  background-color: #f8f5f1;
  display: flex;
}
#section02 .sheet .area .con-area li .img-area {
  position: relative;
}
#section02 .sheet .area .con-area li .img-area p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 13px;
}
#section02 .sheet .area .con-area li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 33px;
}
#section02 .sheet .area .con-area li .text .desc {
  font-size: 18px;
  line-height: 26px;
}
#section02 .sheet .area .con-area li .text .desc span {
  color: #9b9188;
}
#section02 .sheet .area .con-area li .text h4 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin: 35px 0 45px;
}
#section02 .sheet .area .con-area li .text h4 span {
  color: #746b64;
}
#section02 .sheet .area .con-area li .text a {
  display: flex;
  gap: 9px;
}
#section02 .sheet .area .con-area li .text a p {
  color: #9b9188;
  font-size: 18px;
  font-weight: 600;
}
#section02 .sheet .area .con-area {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  #section02 .sheet .area .con-area {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area li {
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area li .img-area {
    width: 100%;
  }
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area li .img-area img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area li .text {
    padding: 20px 18px 24px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767.98px) {
  #section02 .sheet .area .con-area li .text {
    padding: 18px 16px 22px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area li .text .desc {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767.98px) {
  #section02 .sheet .area .con-area li .text .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area li .text h4 {
    font-size: 24px;
    line-height: 1.35;
    margin: 16px 0 20px;
  }
}
@media screen and (max-width: 767.98px) {
  #section02 .sheet .area .con-area li .text h4 {
    font-size: 22px;
    margin: 14px 0 16px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area li .text a {
    min-height: 44px;
    align-items: center;
  }
}
@media screen and (max-width: 1439.98px) {
  #section02 .sheet .area .con-area li .text a p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #section02 .sheet .area .con-area li .text a p {
    font-size: 14px;
  }
}

#section13 {
  background-color: #f4f4f4;
  position: relative;
  z-index: 10;
}
#section13 .wrap {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #b7b1ad;
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  #section13 .wrap {
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
#section13 .desc {
  text-align: center;
  color: #9b9188;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
  #section13 .desc {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section13 .type1 {
  display: flex;
  background-color: #ffffff;
}
#section13 .type1 .left {
  position: relative;
}
#section13 .type1 .left p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 13px;
}
#section13 .type1 .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section13 .type1 .right .top {
  height: 100%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section13 .type1 .right .top h4 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
#section13 .type1 .right .top h4 span {
  color: #9a9288;
}
#section13 .type1 .right .top p {
  color: #9a9288;
  font-size: 20px;
  margin: 18px 0 28px;
}
#section13 .type1 .right .top a {
  background: linear-gradient(90deg, #b48d80, #e3c274);
  display: flex;
  gap: 5px;
  padding: 18px 40px;
  align-items: center;
  width: fit-content;
  border-radius: 50px;
}
#section13 .type1 .right .top a p {
  color: #fff;
  margin: 0;
}
#section13 .type1 .right .top a img {
  width: 15px;
}
#section13 .type1 .right .bottom {
  display: flex;
}
#section13 .type1 .right .bottom li {
  position: relative;
}
#section13 .type1 .right .bottom li p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 14px 0;
  background-color: #b5aea8;
}
@media screen and (max-width: 991.98px) {
  #section13 .type1 .right .bottom li p {
    padding: 5px 0;
  }
}
#section13 .type1 .right .bottom li:nth-child(2) p {
  background-color: #6f6358;
}
#section13 .type2 .top {
  display: flex;
  background-color: #fff;
}
#section13 .type2 .top .left {
  position: relative;
}
#section13 .type2 .top .left p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 13px;
}
#section13 .type2 .top .right {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  justify-content: center;
}
#section13 .type2 .top .right h4 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
#section13 .type2 .top .right h4 span {
  color: #9a9288;
}
#section13 .type2 .top .right p {
  color: #9a9288;
  font-size: 20px;
  margin: 18px 0 28px;
}
#section13 .type2 .top .right a {
  background: linear-gradient(90deg, #b48d80, #e3c274);
  display: flex;
  gap: 5px;
  padding: 18px 40px;
  align-items: center;
  width: fit-content;
  border-radius: 50px;
}
@media screen and (max-width: 991.98px) {
  #section13 .type2 .top .right a {
    padding: 10px 20px;
  }
}
#section13 .type2 .top .right a p {
  color: #fff;
  margin: 0;
}
#section13 .type2 .top .right a img {
  width: 15px;
}
@media screen and (max-width: 991.98px) {
  #section13 .type2 .top .right a img {
    width: 8px;
  }
}
#section13 .type2 .bottom {
  padding: 154px 60px 60px;
}
#section13 .type2 .bottom ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#section13 .type2 .bottom ul li {
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #cbc6c1;
}
#section13 .type2 .bottom ul li:nth-child(2) {
  position: relative;
  overflow: visible;
  border: 2px solid #c7b4a1;
}
#section13 .type2 .bottom ul li:nth-child(2)::after {
  position: absolute;
  top: -74px;
  left: 50%;
  background: url("../../../img/page/male-surgery/index/sec13_img16.png") no-repeat center;
  width: 661px;
  height: 74px;
  content: "";
  background-size: 661px 74px;
}
#section13 .type2 .bottom ul li:nth-child(2) dl {
  overflow: hidden;
  max-height: 218px;
  border-radius: 0 0 14px 14px;
  background-color: #c7b4a1;
}
#section13 .type2 .bottom ul li:nth-child(3) {
  border: 2px solid #ab957f;
}
#section13 .type2 .bottom ul li:nth-child(3) dl {
  background-color: #ab957f;
}
#section13 .type2 .bottom ul li:nth-child(4) {
  border: 2px solid #746b64;
}
#section13 .type2 .bottom ul li:nth-child(4) dl {
  background-color: #746b64;
}
#section13 .type2 .bottom ul li img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
#section13 .type2 .bottom ul li dl {
  background-color: #cbc6c1;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  height: stretch;
}
#section13 .type2 .bottom ul li dl dt {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
#section13 .type2 .bottom ul li dl dd {
  font-size: 18px;
  line-height: 23px;
}
#section13 .type2 .bottom .desc {
  font-size: 16px;
  line-height: 24px;
  color: #9a9288;
  margin-top: 38px;
}
@media screen and (max-width: 1439.98px) {
  #section13 {
    overflow-x: hidden;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 767.98px) {
  #section13 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .desc {
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type1 {
    flex-direction: column;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type1 .left {
    width: 100%;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type1 .left img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type1 .right {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .type1 .right .top {
    padding: 15px;
    height: auto;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type1 .right .top h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767.98px) {
  #section13 .type1 .right .top h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .type1 .right .top p {
    font-size: 14px;
    line-height: 1.3;
    margin: 15px 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .type1 .right .top a {
    min-height: auto;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .type1 .right .top a img {
    width: 8px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type1 .right .bottom {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type1 .right .bottom li {
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type1 .right .bottom li img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  #section13 .type1 .right .bottom li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type2 .top {
    flex-direction: column;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type2 .top .left {
    width: 100%;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type2 .top .left img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .type2 .top .right {
    padding: 15px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type2 .top .right h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767.98px) {
  #section13 .type2 .top .right h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type2 .top .right p {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type2 .top .right a {
    min-height: 44px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type2 .bottom {
    padding: 40px 20px 32px;
  }
}
@media screen and (max-width: 767.98px) {
  #section13 .type2 .bottom {
    padding: 32px 16px 28px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type2 .bottom ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  #section13 .type2 .bottom ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type2 .bottom ul li:nth-child(2)::after {
    display: none;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type2 .bottom ul li dl {
    padding: 20px 12px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type2 .bottom ul li dl dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section13 .type2 .bottom ul li dl dd {
    font-size: 14px;
    line-height: 1.55;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .type2 .bottom .desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 374.98px) {
  #section13 .type2 .bottom .desc {
    font-size: 3.743315508vw;
  }
}

#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;
}
#section14 .swiper .swiper-wrapper .swiper-slide .left {
  margin-top: 99px;
}
#section14 .swiper .swiper-wrapper .swiper-slide .left p {
  color: #e1e0de;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 20px;
}
#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;
}
#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;
}
#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;
}
#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;
}
#section14 .swiper .swiper-wrapper .swiper-slide .right .text-area h4 {
  color: #746961;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.25px;
}
#section14 .swiper .swiper-wrapper .swiper-slide .right .text-area .line {
  width: 28px;
  height: 6px;
  background-color: #ebca6d;
  margin: 30px 0 20px;
}
#section14 .swiper .swiper-wrapper .swiper-slide .right .text-area p {
  color: #72675f;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
#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;
}
#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: 81%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: url("../../../img/page/breast/breast-augmentation-motiva/sec14_img3.png") no-repeat center;
  background-size: 45px;
}
#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;
}
@media screen and (max-width: 1439.98px) {
  #section14 {
    overflow-x: hidden;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 767.98px) {
  #section14 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 1439.98px) {
  #section14 .area {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767.98px) {
  #section14 .area {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper {
    overflow: hidden;
  }
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .left {
    margin-top: 0;
    text-align: center;
  }
}
@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;
  }
}
@media screen and (max-width: 767.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .left p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .left h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .left h3 br {
    display: none;
  }
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right::after {
    display: none;
  }
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 720/559;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(-15%);
    width: 100%;
    height: 284px;
    min-height: 284px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
  }
}
@media screen and (max-width: 991.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area {
    transform: none;
    padding: 20px 16px 24px;
  }
}
@media screen and (max-width: 991.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area h4 {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area h4 {
    font-size: 22px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 767.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area h4 br {
    display: none;
  }
}
@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;
  }
}
@media screen and (max-width: 991.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area p {
    line-height: 1.6;
  }
}
@media screen and (max-width: 374.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area p {
    font-size: 3.743315508vw;
  }
}
@media screen and (max-width: 767.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area p br {
    display: none;
  }
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area a {
    margin: 27px auto 0;
    min-height: 44px;
  }
}
@media screen and (max-width: 991.98px) {
  #section14 .swiper .swiper-wrapper .swiper-slide .right .text-area a {
    padding: 12px 20px;
    margin-top: 15px;
    width: auto;
    max-width: 280px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-controller {
    display: none;
  }
}
@media screen and (max-width: 1439.98px) {
  #section14 .swiper .swiper-controller .swiper-button-prev,
  #section14 .swiper .swiper-controller .swiper-button-next {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  #section14 .swiper .swiper-controller .swiper-button-prev,
  #section14 .swiper .swiper-controller .swiper-button-next {
    display: flex !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #section14 .swiper .swiper-controller .swiper-button-next {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1439.98px) {
  #section14 .drag-badge {
    display: none !important;
  }
}

#section09 .title-area {
  text-align: center;
  line-height: 1;
  margin-bottom: 38px;
}
#section09 .title-area p {
  color: #9b9188;
  font-size: 19px;
  margin-bottom: 15px;
  font-weight: 500;
}
#section09 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
#section09 .title-area h3 span {
  color: #746b64;
}
#section09 .con-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#section09 .con-area .img-wrap {
  position: relative;
}
#section09 .con-area .img-wrap::after {
  position: absolute;
  content: "* Image Model";
  font-size: 15px;
  right: 15px;
  bottom: 15px;
  color: #fff;
}
#section09 .con-area .img-wrap.ai::after {
  position: absolute;
  content: "* AI Image Model";
  font-size: 15px;
  right: 15px;
  bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #section09 .con-area .img-wrap.ai::after {
    font-size: 12px;
  }
}
#section09 .con-area .img-wrap img {
  border-radius: 20px;
  overflow: hidden;
}
#section09 .desc {
  text-align: center;
  font-size: 15px;
  color: #9b9188;
  margin-top: 30px;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (max-width: 1439.98px) {
  #section09 {
    overflow-x: hidden;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 767.98px) {
  #section09 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 991.98px) {
  #section09 .title-area {
    margin-bottom: 28px;
  }
  #section09 .title-area p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #section09 .title-area h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section09 .con-area {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  #section09 .con-area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section09 .con-area .img-wrap img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  #section09 .con-area .img-wrap::after {
    font-size: 12px;
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  #section09 .desc {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 24px;
  }
}

#sub-section04 {
  background-color: #fbfbfa;
}
@media screen and (max-width: 1439.98px) {
  #sub-section04 {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section04 .right h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section04 .right h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section04 .right h4 br {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section04 .right .desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
#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 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;
  }
}

@media screen and (max-width: 1439.98px) {
  #sub-section08 {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section08 .area {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767.98px) {
  #sub-section08 .area {
    padding: 0 16px;
  }
}
#sub-section08 .swiper-slide {
  min-height: 185px !important;
  gap: 5px !important;
}
@media screen and (max-width: 1439.98px) {
  #sub-section08 .swiper-slide {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section08 .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section08 .swiper-slide h4 {
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section08 .swiper-slide h4 {
    margin: 15px 0 8px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 374.98px) {
  #sub-section08 .swiper-slide h4 {
    font-size: 3.2085561497vw;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section08 .swiper-slide p {
    text-align: center;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section08 .swiper-slide p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 374.98px) {
  #sub-section08 .swiper-slide p {
    font-size: 3.2085561497vw;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section08 .bg1,
  #sub-section08 .bg2,
  #sub-section08 .bg3,
  #sub-section08 .bg4 {
    background: #fff !important;
  }
}
@media screen and (min-width: 1440px) {
  #sub-section08 .bg1 {
    background: url("../../../img/page/male-surgery/index/sec8_img1.png") no-repeat center right !important;
    background-size: cover;
  }
}
@media screen and (min-width: 1440px) {
  #sub-section08 .bg2 {
    background: url("../../../img/page/male-surgery/index/sec8_img2.png") no-repeat center right !important;
    background-size: cover;
  }
}
@media screen and (min-width: 1440px) {
  #sub-section08 .bg3 {
    background: #fff url("../../../img/page/male-surgery/index/sec8_img3.png") no-repeat center right !important;
    background-size: cover;
  }
}