@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;
    background: url("../../../img/page/breast/mammotome/sec1_bg_m.png") no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section01 {
    padding-top: 106px !important;
  }
}
#sub-section01 .text-area {
  position: relative;
  z-index: 10;
}
#sub-section01 .text-area .sub-text {
  font-size: 33px;
  margin-bottom: 13px;
}
#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;
}
#sub-section01 .text-area .desc3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 20px;
  color: #d54b7a;
}
#sub-section01 .text-area .desc2 {
  font-size: 30px;
  line-height: 1;
  color: #d54b7a;
  margin: 30px 0 20px;
}
#sub-section01 .text-area h2 {
  line-height: 1;
  font-size: 80px;
  color: #2c2721;
}
#sub-section01 .text-area h2 .title-point {
  font-size: 80px;
  color: #d54b7a;
}
#sub-section01 .text-area .btn {
  background: linear-gradient(90deg, #db60a0, #c61a74);
}

#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;
}
#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;
}
#section02 .sheet .area .title-area h3 span {
  color: #d54b7a;
}
#section02 .sheet .area .title-area p {
  font-size: 20px;
  color: #746b64;
  line-height: 30px;
}
#section02 .sheet .area .con-area {
  display: flex;
  gap: 20px;
  justify-content: center;
}
#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;
}
#section02 .sheet .area .con-area > div .text-area h4 {
  font-size: 27px;
}
#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;
}
#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;
}
#section03 .title-area h3 {
  font-size: 50px;
  line-height: 1;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin-bottom: 25px;
  font-weight: 700;
}
#section03 .title-area h3 span {
  color: #d54b7a;
}
#section03 .title-area p {
  color: #9b9188;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
#section03 .con-area {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
#section03 .con-area .right {
  margin-right: 120px;
  min-width: 470px;
}
#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;
}
#section03 .con-area .right h4 span {
  color: #d54b7a;
}
#section03 .con-area .right li {
  display: flex;
  gap: 8px;
  border-radius: 50px;
  margin-bottom: 8px;
}
#section03 .con-area .right li:last-child {
  margin-bottom: 0;
}
#section03 .con-area .right li p {
  width: 27px;
  height: 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;
}
#section03 .con-area .right li span {
  color: #746b64;
  font-size: 16px;
  margin-top: 5px;
}
#section03 .con-area .right li span small {
  font-weight: 300;
}

#section19 .title-area {
  text-align: center;
  margin-bottom: 40px;
}
#section19 .title-area h3 {
  font-size: 50px;
  line-height: 66px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
}
#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;
}
#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;
}
#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;
}
#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;
}
#section19 .swiper .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  background-color: #c2b8b1;
  opacity: 1;
  width: 9px;
  height: 9px;
  margin: 0;
}
#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;
}
#section17 .title-area h3 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  letter-spacing: -0.25px;
  margin-bottom: 25px;
}
#section17 .title-area h3 span {
  color: #d54b7a;
}
#section17 .title-area p {
  font-size: 20px;
  font-weight: 500;
  color: #9b9188;
  line-height: 30px;
}
#section17 .step-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #bab6b0;
  max-width: 925px;
  margin: 0 auto;
  overflow: visible;
}
#section17 .step-tabs .step-tab {
  padding: 15px 0;
  cursor: pointer;
}
#section17 .step-tabs .step-tab p {
  color: #7a6e66;
  font-size: 16px;
}
#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;
}
#section17 .step-tabs .step-tab.active p {
  color: #fff;
  position: relative;
  padding-left: 15px;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
}
#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;
}
#section17 .step-contents {
  margin-top: 45px;
}
#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;
}
#section17 .step-contents .step-content::after {
  position: absolute;
  right: 40px;
  bottom: 0;
  content: "Point 01";
  font-size: 87px;
  color: #f3f1f2;
  font-family: "HighSummit";
}
#section17 .step-contents .step-content.active {
  display: flex;
}
#section17 .step-contents .step-content .left {
  border-right: 1px solid #ddd8da;
}
#section17 .step-contents .step-content .right {
  padding-left: 60px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#section17 .step-contents .step-content .right h4 {
  font-size: 35px;
  color: #72675f;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 10px;
}
#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;
}

#section13 .title-area {
  text-align: center;
  margin-bottom: 45px;
}
#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;
}
#section13 .title-area h3 span {
  color: #d54b7a;
}
#section13 .title-area p {
  color: #9b9188;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
#section13 .con-area {
  display: flex;
  justify-content: space-between;
}
#section13 .con-area .right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#section13 .desc {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #9b9188;
  margin-top: 35px;
}

#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;
}
#section04 .title-area h3 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin-bottom: 28px;
  font-weight: 700;
}
#section04 .title-area h3 span {
  color: #d54b7a;
}
#section04 .title-area p {
  color: #9b9188;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
#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;
}
#section04 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .circle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to bottom, rgba(255, 120, 150, 0) 0%, rgb(255, 90, 130) 60%, rgb(230, 60, 110) 100%);
  z-index: 1;
}
#section04 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .circle p {
  font-size: 22px;
  bottom: 48px;
}
#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;
}
#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;
}
#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;
}
#section18 .title-area h3 span {
  color: #8a837e;
}
#section18 .title-area p {
  color: #9b9188;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}
#section18 .con-area {
  width: 1588px;
}

#section14 {
  background: url("../../../img/page/breast/mammotome/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: 135px;
}
#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;
}
#section14 .swiper .swiper-wrapper .swiper-slide .right .text-area h4 {
  color: #746961;
  font-size: 30px;
  font-weight: 600;
}
#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 {
  background: linear-gradient(90deg, #b48d80, #e3c274);
  padding: 15px 20px;
  display: flex;
  border-radius: 50px;
  width: fit-content;
  gap: 5px;
  align-items: center;
  margin-top: 27px;
}
#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: 75%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: url("../../../img/page/breast/mammotome/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;
}

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

#section16 {
  background-color: #f8f5f1;
  padding: 120px 0;
}
#section16 .title-area {
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
#section16 .title-area p {
  color: #9b9188;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 24px;
}
#section16 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
#section16 .title-area h3 span {
  color: #8a837e;
}
#section16 .con-area {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
#section16 .con-area li {
  border-radius: 15px;
  border: 1px solid #ddd8da;
  background-color: #fff;
  padding: 30px 0 30px 30px;
  height: 265px;
  position: relative;
}
#section16 .con-area li p {
  font-size: 16px;
  font-weight: 500;
  color: #4d4944;
  margin-bottom: 5px;
}
#section16 .con-area li span {
  color: #9c9690;
  font-size: 14px;
  line-height: 20px;
}
#section16 .con-area li img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#section16 .desc {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  color: #9b9188;
  margin-top: 30px;
}

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