@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#sub-section01 {
  height: 860px;
  background: url("../../../img/page/breast/mammotome/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;
    background: #faf7fd;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 {
    padding-top: 70px !important;
  }
}
#sub-section01 .text-area {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .text-area {
    position: static;
  }
}
#sub-section01 .text-area .sub-text {
  font-size: 33px;
  margin-bottom: 13px;
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .sub-text {
    font-size: 18px;
  }
}
#sub-section01 .text-area .desc1 {
  color: #fff;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 50px;
  background-color: #d54b7a;
  width: fit-content;
  font-size: 22px;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .text-area .desc1 {
    margin: 0 auto;
    font-size: 12px;
  }
}
#sub-section01 .text-area .desc3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 20px;
  color: #d54b7a;
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .desc3 {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 15px;
  }
}
@media screen and (max-width: 374.98px) {
  #sub-section01 .text-area .desc3 {
    font-size: 4.8128342246vw;
  }
}
#sub-section01 .text-area .desc2 {
  font-size: 30px;
  line-height: 1;
  color: #d54b7a;
  margin: 30px 0 20px;
}
@media screen and (max-width: 991.98px) {
  #sub-section01 .text-area .desc2 {
    font-size: 18px;
    margin: 15px 0;
    line-height: 1.3;
  }
}
@media screen and (max-width: 374.98px) {
  #sub-section01 .text-area .desc2 {
    font-size: 4.8128342246vw;
  }
}
#sub-section01 .text-area h2 {
  line-height: 1;
  font-size: 80px;
  color: #2c2721;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .text-area h2 {
    font-size: 35px;
  }
}
#sub-section01 .text-area h2 .title-point {
  font-size: 80px;
  color: #d54b7a;
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .text-area h2 .title-point {
    font-size: 35px;
  }
}
#sub-section01 .text-area .btn {
  background: linear-gradient(90deg, #db60a0, #c61a74);
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .text-area .btn {
    bottom: 50px;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section01 .img-area {
    width: 100%;
  }
}

#section02 {
  padding: 0 !important;
  position: relative;
  z-index: 10;
  background: #fcf8ff;
}
#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: 991.98px) {
  #section02 .sheet .area .title-area {
    margin-bottom: 30px;
  }
}
#section02 .sheet .area .title-area h3 {
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
#section02 .sheet .area .title-area h3 span {
  color: #d54b7a;
}
#section02 .sheet .area .title-area p {
  font-size: 20px;
  color: #746b64;
  line-height: 30px;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .title-area p {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section02 .sheet .area .con-area {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 1249.98px) {
  #section02 .sheet .area .con-area {
    flex-direction: column;
  }
}
#section02 .sheet .area .con-area > div {
  width: 490px;
  height: 250px;
  border-radius: 20px;
  border: 1px solid #ec2a86;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background-color: #fef6fe;
}
@media screen and (max-width: 1249.98px) {
  #section02 .sheet .area .con-area > div {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area > div {
    gap: 20px;
  }
}
#section02 .sheet .area .con-area > div .text-area h4 {
  font-size: 27px;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area > div .text-area h4 {
    font-size: 20px;
  }
}
#section02 .sheet .area .con-area > div .text-area h4 span {
  color: #e54293;
  font-weight: 600;
}
#section02 .sheet .area .con-area > div .text-area p {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 300;
  margin-top: 20px;
}
@media screen and (max-width: 991.98px) {
  #section02 .sheet .area .con-area > div .text-area p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 15px;
  }
}
#section02 .sheet .area .con-area .right {
  background-color: #fff;
}

#section03 {
  background-color: #f8f6f7;
  position: relative;
  z-index: 10;
}
#section03 .title-area {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 991.98px) {
  #section03 .title-area {
    margin-bottom: 40px;
  }
}
#section03 .title-area h3 {
  font-size: 50px;
  line-height: 1;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section03 .title-area h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
#section03 .title-area h3 span {
  color: #d54b7a;
}
#section03 .title-area p {
  color: #9b9188;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section03 .title-area p {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 374.98px) {
  #section03 .title-area p {
    font-size: 3.743315508vw;
  }
}
#section03 .con-area {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area {
    flex-direction: column;
    align-items: stretch;
    border-radius: 30px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area {
    border-radius: 10px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .left {
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .left img {
    width: 100%;
  }
}
#section03 .con-area .right {
  margin-right: 120px;
  min-width: 470px;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .right {
    order: 1;
    margin: 0 auto;
    min-width: auto;
    width: 100%;
    padding: 0 20px;
  }
}
#section03 .con-area .right h4 {
  font-size: 30px;
  font-weight: 700;
  color: #746b64;
  line-height: 36px;
  margin-bottom: 24px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
@media screen and (max-width: 1439.98px) {
  #section03 .con-area .right h4 {
    text-align: center;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .right h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
#section03 .con-area .right h4 span {
  color: #d54b7a;
}
#section03 .con-area .right li {
  display: flex;
  gap: 8px;
  border-radius: 50px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .right li {
    margin-bottom: 10px;
  }
}
#section03 .con-area .right li:last-child {
  margin-bottom: 0;
}
#section03 .con-area .right li p {
  width: 27px;
  height: 27px;
  min-width: 27px;
  color: #fff;
  background-color: #d54b7a;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.25px;
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .right li p {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 10px;
  }
}
#section03 .con-area .right li span {
  color: #746b64;
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 991.98px) {
  #section03 .con-area .right li span {
    font-size: 13px;
    line-height: 1.3;
    margin-top: 3px;
  }
}
@media screen and (max-width: 374.98px) {
  #section03 .con-area .right li span {
    font-size: 3.4759358289vw;
  }
}
#section03 .con-area .right li span small {
  font-weight: 300;
}

#section19 .title-area {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  #section19 .title-area {
    margin-bottom: 30px;
  }
}
#section19 .title-area h3 {
  font-size: 50px;
  line-height: 66px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section19 .title-area h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
#section19 .title-area h3 span {
  color: #746b64;
}
#section19 .swiper .swiper-wrapper .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  background-color: #f9f8f5;
  text-align: center;
  padding-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  #section19 .swiper .swiper-wrapper .swiper-slide {
    border-radius: 10px;
  }
}
#section19 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#section19 .swiper .swiper-wrapper .swiper-slide h4 {
  font-size: 22px;
  height: 48px;
  font-weight: 600;
  color: #6f6358;
  letter-spacing: -0.25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 991.98px) {
  #section19 .swiper .swiper-wrapper .swiper-slide h4 {
    font-size: 14px;
  }
}
#section19 .swiper .swiper-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
#section19 .swiper .swiper-controller .swiper-button-prev,
#section19 .swiper .swiper-controller .swiper-button-next {
  width: 9px;
  color: #232323;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 991.98px) {
  #section19 .swiper .swiper-controller .swiper-button-prev,
  #section19 .swiper .swiper-controller .swiper-button-next {
    width: 7px;
  }
}
#section19 .swiper .swiper-controller .swiper-button-prev::after,
#section19 .swiper .swiper-controller .swiper-button-next::after {
  font-size: 18px;
  color: #232323;
}
#section19 .swiper .swiper-controller .swiper-button-prev svg path,
#section19 .swiper .swiper-controller .swiper-button-next svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
#section19 .swiper .swiper-controller .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 991.98px) {
  #section19 .swiper .swiper-controller .swiper-pagination {
    gap: 5px;
  }
}
#section19 .swiper .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  background-color: #c2b8b1;
  opacity: 1;
  width: 9px;
  height: 9px;
  margin: 0;
}
@media screen and (max-width: 991.98px) {
  #section19 .swiper .swiper-controller .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
#section19 .swiper .swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7a6e66;
}

#section17 {
  background: url("../../../img/page/breast/mammotome/sec17_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
#section17 .title-area {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  #section17 .title-area {
    margin-bottom: 30px;
  }
}
#section17 .title-area h3 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  letter-spacing: -0.25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  #section17 .title-area h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
#section17 .title-area h3 span {
  color: #d54b7a;
}
#section17 .title-area p {
  font-size: 20px;
  font-weight: 500;
  color: #9b9188;
  line-height: 30px;
}
@media screen and (max-width: 991.98px) {
  #section17 .title-area p {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section17 .step-tabs-wrap {
  max-width: 925px;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  #section17 .step-tabs-wrap {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  #section17 .step-tabs-wrap::-webkit-scrollbar {
    display: none;
  }
}
#section17 .step-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #bab6b0;
  overflow: visible;
}
@media screen and (max-width: 991.98px) {
  #section17 .step-tabs {
    width: 100%;
    min-width: 620px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #9d968e;
    border-radius: 0;
  }
}
#section17 .step-tabs .step-tab {
  padding: 15px 0;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  #section17 .step-tabs .step-tab {
    flex-shrink: 0;
    padding: 12px 0;
    background: transparent;
  }
}
#section17 .step-tabs .step-tab p {
  color: #7a6e66;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section17 .step-tabs .step-tab p {
    color: #9d968e;
    font-size: 14px;
    white-space: nowrap;
  }
}
#section17 .step-tabs .step-tab.active {
  position: relative;
}
#section17 .step-tabs .step-tab.active::after {
  position: absolute;
  left: 0;
  top: -4px;
  background-color: #d54b7a;
  z-index: 1;
  content: "";
  border-radius: 50px;
  width: 100%;
  height: 58px;
}
@media screen and (max-width: 991.98px) {
  #section17 .step-tabs .step-tab.active::after {
    display: none;
  }
}
#section17 .step-tabs .step-tab.active p {
  color: #fff;
  position: relative;
  padding-left: 15px;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  #section17 .step-tabs .step-tab.active p {
    color: #2c2721;
    font-weight: 700;
    padding-left: 0;
    width: 100%;
  }
}
#section17 .step-tabs .step-tab.active p::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}
@media screen and (max-width: 991.98px) {
  #section17 .step-tabs .step-tab.active p::after {
    top: auto;
    left: 0;
    right: 0;
    bottom: -13px;
    transform: none;
    width: 100%;
    height: 4px;
    border-radius: 0;
    background-color: #2c2721;
  }
}
#section17 .step-contents {
  margin-top: 45px;
}
@media screen and (max-width: 991.98px) {
  #section17 .step-contents {
    margin-top: 30px;
  }
}
#section17 .step-contents .step-content {
  display: none;
  border-radius: 20px;
  border: 1px solid #ddd8da;
  overflow: hidden;
  background-color: #fff;
  align-items: center;
  position: relative;
  width: 1217px;
  margin: 0 auto;
}
@media screen and (max-width: 1439.98px) {
  #section17 .step-contents .step-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1249.98px) {
  #section17 .step-contents .step-content {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  #section17 .step-contents .step-content {
    border-radius: 10px;
  }
}
#section17 .step-contents .step-content::after {
  position: absolute;
  right: 40px;
  bottom: 0;
  content: "Point 01";
  font-size: 87px;
  color: #f3f1f2;
  font-family: "HighSummit";
}
@media screen and (max-width: 991.98px) {
  #section17 .step-contents .step-content::after {
    font-size: 40px;
    right: 20px;
  }
}
#section17 .step-contents .step-content.active {
  display: flex;
}
#section17 .step-contents .step-content .left {
  border-right: 1px solid #ddd8da;
}
@media screen and (max-width: 1439.98px) {
  #section17 .step-contents .step-content .left {
    border-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1439.98px) {
  #section17 .step-contents .step-content .left img {
    width: 100%;
  }
}
#section17 .step-contents .step-content .right {
  padding-left: 60px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media screen and (max-width: 1439.98px) {
  #section17 .step-contents .step-content .right {
    padding: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  #section17 .step-contents .step-content .right {
    padding: 20px;
    gap: 10px;
  }
}
#section17 .step-contents .step-content .right h4 {
  font-size: 35px;
  color: #72675f;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
  #section17 .step-contents .step-content .right h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
  }
}
#section17 .step-contents .step-content .right h4 span {
  color: #d54b7a;
}
#section17 .step-contents .step-content .right p {
  color: #72675f;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  #section17 .step-contents .step-content .right p {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section17 .step-contents .step-content:nth-child(2)::after {
  content: "Point 02";
}
#section17 .step-contents .step-content:nth-child(3)::after {
  content: "Point 03";
}
#section17 .step-contents .step-content:nth-child(4)::after {
  content: "Point 04";
}
#section17 .step-contents .step-content:nth-child(5)::after {
  content: "Point 05";
}

#section13 .title-area {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 991.98px) {
  #section13 .title-area {
    margin-bottom: 30px;
  }
}
#section13 .title-area h3 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  letter-spacing: -0.25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  #section13 .title-area h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
#section13 .title-area h3 span {
  color: #d54b7a;
}
#section13 .title-area p {
  color: #9b9188;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (max-width: 991.98px) {
  #section13 .title-area p {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section13 .con-area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1540px) {
  #section13 .con-area {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  #section13 .con-area {
    gap: 10px;
  }
}
@media screen and (max-width: 1540px) {
  #section13 .con-area .left img {
    width: 100%;
  }
}
#section13 .con-area .right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  #section13 .con-area .right {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
#section13 .con-area .right img {
  border-radius: 20px;
}
@media screen and (max-width: 1540px) {
  #section13 .con-area .right img {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  #section13 .con-area .right img {
    border-radius: 10px;
  }
}
#section13 .desc {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #9b9188;
  margin-top: 35px;
}
@media screen and (max-width: 991.98px) {
  #section13 .desc {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 20px;
  }
}

#section04 {
  background: url("../../../img/page/breast/mammotome/sec4_bg.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
#section04 .title-area {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 991.98px) {
  #section04 .title-area {
    margin-bottom: 30px;
  }
}
#section04 .title-area h3 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin-bottom: 28px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section04 .title-area h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
#section04 .title-area h3 span {
  color: #d54b7a;
}
#section04 .title-area p {
  color: #9b9188;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section04 .title-area p {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section04 .con-area {
  position: relative;
}
#section04 .swiper {
  overflow: visible;
  width: 100%;
  position: relative;
}
#section04 .swiper .swiper-wrapper {
  align-items: center;
  height: 375px;
}
#section04 .swiper .swiper-wrapper .swiper-slide {
  width: 377px !important;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s;
}
#section04 .swiper .swiper-wrapper .swiper-slide .circle {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
#section04 .swiper .swiper-wrapper .swiper-slide .circle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to bottom, rgba(150, 140, 130, 0) 0%, rgb(150, 140, 130) 60%, rgb(150, 140, 130) 100%);
  z-index: 1;
}
#section04 .swiper .swiper-wrapper .swiper-slide .circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section04 .swiper .swiper-wrapper .swiper-slide .circle p {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  transition: 0.5s;
  z-index: 2;
}
#section04 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 2;
}
#section04 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .circle {
  width: 377px;
  height: 377px;
}
@media screen and (max-width: 991.98px) {
  #section04 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .circle {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 543.98px) {
  #section04 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .circle {
    width: 250px;
    height: 250px;
  }
}
#section04 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .circle::after {
  background: linear-gradient(to bottom, rgba(255, 120, 150, 0) 0%, rgb(255, 90, 130) 60%, rgb(230, 60, 110) 100%);
}
#section04 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .circle p {
  font-size: 22px;
  bottom: 48px;
}
@media screen and (max-width: 991.98px) {
  #section04 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .circle p {
    font-size: 14px;
  }
}
#section04 .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  transform: translateX(-100px);
}
#section04 .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: translateX(100px);
}
#section04 .swiper-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
#section04 .swiper-controller .swiper-button-prev,
#section04 .swiper-controller .swiper-button-next {
  width: 9px;
  color: #232323;
  position: relative;
  top: 12px;
}
#section04 .swiper-controller .swiper-button-prev::after,
#section04 .swiper-controller .swiper-button-next::after {
  font-size: 18px;
  color: #232323;
}
#section04 .swiper-controller .swiper-button-prev svg path,
#section04 .swiper-controller .swiper-button-next svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
#section04 .swiper-controller .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
#section04 .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  background-color: #c2b8b1;
  opacity: 1;
  width: 9px;
  height: 9px;
  margin: 0;
}
#section04 .swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7a6e66;
}
#section04 .swiper-controller2 {
  top: 50%;
  left: 50%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 566px;
  display: flex;
  justify-content: space-between;
  height: 45px;
}
@media screen and (max-width: 991.98px) {
  #section04 .swiper-controller2 {
    width: 450px;
  }
}
@media screen and (max-width: 543.98px) {
  #section04 .swiper-controller2 {
    width: 100%;
  }
}
#section04 .swiper-controller2 .custom-prev,
#section04 .swiper-controller2 .custom-next {
  display: block;
  cursor: pointer;
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: url("../../../img/page/breast/mammotome/sec4_img9.png") no-repeat center;
  background-size: 45px;
}
@media screen and (max-width: 991.98px) {
  #section04 .swiper-controller2 .custom-prev,
  #section04 .swiper-controller2 .custom-next {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
#section04 .swiper-controller2 .custom-next {
  transform: rotate(180deg);
}

#section18 {
  background-color: #faf8f4;
}
#section18 .title-area {
  text-align: center;
}
#section18 .title-area h3 {
  font-size: 60px;
  line-height: 1;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin-bottom: 28px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section18 .title-area h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
#section18 .title-area h3 span {
  color: #8a837e;
}
#section18 .title-area p {
  color: #9b9188;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  #section18 .title-area p {
    font-size: 14px;
    line-height: 1.3;
  }
}
#section18 .con-area {
  width: 1588px;
}
@media screen and (max-width: 1599.98px) {
  #section18 .con-area {
    width: 100%;
  }
}
@media screen and (max-width: 1599.98px) {
  #section18 .con-area img {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
  }
}

#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;
}

#section15 .title-area {
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
#section15 .title-area p {
  color: #9b9188;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 24px;
}
#section15 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
#section15 .title-area h3 span {
  color: #8a837e;
}
#section15 .con-area .top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 62px;
}
#section15 .con-area .top li {
  border-radius: 20px;
  overflow: hidden;
}
#section15 .con-area .top li dl {
  text-align: center;
  padding: 40px 0;
  background-color: #f9f8f5;
  height: 100%;
}
#section15 .con-area .top li dl dt {
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  color: #6f6358;
  margin-bottom: 10px;
}
#section15 .con-area .top li dl dd {
  color: #72675f;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}
#section15 .con-area .bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#section15 .con-area .bottom li {
  background-color: #f9f9f7;
  border-radius: 5px;
  padding: 27px 21px;
  display: flex;
  gap: 11px;
  align-items: center;
}
#section15 .con-area .bottom li:nth-child(2) p {
  background-color: #ab957f;
}
#section15 .con-area .bottom li:nth-child(3) p {
  background-color: #746b64;
}
#section15 .con-area .bottom li:nth-child(4) p {
  background-color: #5b544f;
}
#section15 .con-area .bottom li p {
  color: #fff;
  padding: 12px 23px;
  font-size: 16px;
  font-weight: 700;
  background-color: #c7b4a1;
  border-radius: 50px;
}
#section15 .con-area .bottom li span {
  color: #9b9188;
  font-size: 18px;
  font-weight: 500;
}

#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: 600;
  color: #3f3b36;
}
#sub-section04 .right h4 span {
  color: #72675f;
}
#sub-section04 .right .desc {
  font-size: 16px;
  line-height: 25px;
  color: #72675f;
  font-weight: 300;
}

#sub-section10 {
  background-color: #fff;
}
#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-section05 .desc {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #9b9188;
  letter-spacing: -0.25px;
  margin-top: 33px;
}