@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  padding: 235px 0 431px !important;
  background: url("../../../img/page/safe-system/aftercare/sec01_bg.png") no-repeat center;
  background-size: cover;
  transition: background-image 0.5s ease, background-size 0.5s ease, background-position 0.5s ease;
  color: #fff;
  text-align: center;
}
#section01.bg1 {
  background-image: url("../../../img/page/safe-system/aftercare/sec01_bg1.png");
}
#section01.bg2 {
  background-image: url("../../../img/page/safe-system/aftercare/sec01_bg2.png");
}
#section01.bg3 {
  background-image: url("../../../img/page/safe-system/aftercare/sec01_bg3.png");
}
#section01 .name {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 0 6px #645743;
}
#section01 .title-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#section01 .title-wrap h3 {
  font-size: 80px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  padding: 35px 40px;
  border: 1px solid #eae6e0;
  margin: 25px auto 35px;
  width: fit-content;
  text-shadow: 0 0 6px #645743;
}
#section01 .title-wrap p {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #eae6e0;
  display: block;
}
#section01 .title-wrap .re1 {
  left: -6px;
  top: -6px;
}
#section01 .title-wrap .re2 {
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
}
#section01 .title-wrap .re3 {
  right: -6px;
  top: -6px;
}
#section01 .title-wrap .re4 {
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
#section01 .title-wrap .re5 {
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
#section01 .title-wrap .re6 {
  left: -6px;
  bottom: -6px;
}
#section01 .title-wrap .re7 {
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
#section01 .title-wrap .re8 {
  right: -6px;
  bottom: -6px;
}
#section01 span {
  text-shadow: 0 0 6px #645743;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
#section01 .img-area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 40px;
}
#section01 .img-area .wrap {
  cursor: pointer;
}
#section01 .img-area .wrap img {
  filter: grayscale(1);
  transition: all 0.5s;
}
#section01 .img-area .wrap p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #ccc6b7;
  font-weight: 500;
  text-align: center;
  transition: color 0.5s;
}
#section01 .img-area .wrap:hover img {
  filter: grayscale(0);
}
#section01 .img-area .wrap:hover p {
  color: #fff;
}

#section02 {
  padding: 170px 0 !important;
  margin-top: -270px;
  border-radius: 280px 0 0 0;
  background-color: #fff;
  position: relative;
}
#section02::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "Aftercare Programs";
  color: #e0dac9;
  opacity: 0.3;
  font-size: 147px;
  font-family: "HighSummit";
  width: 100%;
  text-align: center;
}
#section02 .area .title-area {
  text-align: center;
  margin-bottom: 60px;
}
#section02 .area .title-area .desc1 {
  font-size: 22px;
  font-weight: 500;
  color: #9d968e;
}
#section02 .area .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  font-size: 70px;
  margin: 22px 0 30px;
}
#section02 .area .title-area h3 span {
  font-weight: 700;
  font-size: 70px;
  color: #746b64;
  display: inline;
}
#section02 .area .title-area dt {
  font-size: 25px;
  color: #746b64;
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
}
#section02 .area .title-area dd {
  font-size: 20px;
  line-height: 32px;
  color: #9b9188;
}

#sub-section07::after {
  display: none;
}

#section03 .title-area {
  text-align: center;
  margin-bottom: 21px;
}
#section03 .title-area p {
  font-size: 22px;
  font-weight: 500;
  color: #9d968e;
}
#section03 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 70px;
  font-weight: 700;
  margin: 25px 0 15px;
}
#section03 .title-area h3 span {
  font-size: 70px;
  font-weight: 700;
  color: #746b64;
}
#section03 .title-area span {
  color: #9b9188;
  font-size: 22px;
}
#section03 .tab-area .step-tabs {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
}
#section03 .tab-area .step-tabs .step-tab {
  position: relative;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#section03 .tab-area .step-tabs .step-tab::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: rgba(122, 110, 102, 0.2235294118);
}
#section03 .tab-area .step-tabs .step-tab:last-child::after {
  display: none;
}
#section03 .tab-area .step-tabs .step-tab p {
  color: #746b64;
  font-size: 20px;
}
#section03 .tab-area .step-tabs .step-tab.active {
  background-color: #7a6e66;
  border-radius: 10px;
}
#section03 .tab-area .step-tabs .step-tab.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#section03 .tab-area .step-tabs .step-tab.active p {
  width: fit-content;
  color: #fff;
}
#section03 .tab-area .step-content {
  display: none;
}
#section03 .tab-area .step-content.active {
  display: block;
}
#section03 .tab-area .step-content .title-area {
  margin-bottom: 36px;
}
#section03 .tab-area .step-content .title-area .title-flex {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}
#section03 .tab-area .step-content .title-area .title-flex h4 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
#section03 .tab-area .step-content .title-area .title-flex h4 span {
  font-size: 50px;
  color: #746b64;
}
#section03 .tab-area .step-content .title-area .title-flex .line {
  width: 1px;
  height: 36px;
  background-color: #9b9188;
}
#section03 .tab-area .step-content .title-area .title-flex .desc {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
  background: linear-gradient(90deg, #a18a80, #e3c274);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
}
#section03 .tab-area .step-content .title-area p {
  color: #9b9188;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
#section03 .tab-area .step-content .content-area {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 1420px;
  margin: 0 auto;
}
#section03 .tab-area .step-content .content-area::after {
  position: absolute;
  left: -500px;
  top: 50%;
  height: 2px;
  background-color: #d7d0c6;
  content: "";
  width: 500px;
}
#section03 .tab-area .step-content .content-area::before {
  position: absolute;
  right: -500px;
  top: 50%;
  height: 2px;
  background-color: #d7d0c6;
  content: "";
  width: 500px;
}
#section03 .tab-area .step-content .content-area li {
  background-color: #efece8;
  position: relative;
  border-radius: 20px;
  height: 460px;
  padding-top: 70px;
}
#section03 .tab-area .step-content .content-area li:nth-child(1) {
  border-radius: 110px 20px 20px 20px;
}
#section03 .tab-area .step-content .content-area li:nth-child(1) .img-wrap::after {
  background: url("../../../img/page/breast/index/sec6_img7.png") no-repeat center;
}
#section03 .tab-area .step-content .content-area li:nth-child(2) {
  background-color: #f4f0e8;
}
#section03 .tab-area .step-content .content-area li:nth-child(2) .img-wrap::after {
  background: url("../../../img/page/breast/index/sec6_img8.png") no-repeat center;
}
#section03 .tab-area .step-content .content-area li:nth-child(2) .img-wrap::before {
  background: url("../../../img/page/breast/index/sec6_img8.png") no-repeat center;
}
#section03 .tab-area .step-content .content-area li:nth-child(3) {
  background-color: #f3ecdf;
}
#section03 .tab-area .step-content .content-area li:nth-child(3) .img-wrap::after {
  background: url("../../../img/page/breast/index/sec6_img9.png") no-repeat center;
}
#section03 .tab-area .step-content .content-area li:nth-child(3) .img-wrap::before {
  background: url("../../../img/page/breast/index/sec6_img9.png") no-repeat center;
}
#section03 .tab-area .step-content .content-area li:nth-child(4) {
  background-color: #f2e9de;
}
#section03 .tab-area .step-content .content-area li:nth-child(4) .img-wrap::after {
  background: url("../../../img/page/breast/index/sec6_img10.png") no-repeat center;
}
#section03 .tab-area .step-content .content-area li:nth-child(4) .img-wrap::before {
  background: url("../../../img/page/breast/index/sec6_img10.png") no-repeat center;
}
#section03 .tab-area .step-content .content-area li:nth-child(5) {
  background-color: #e6dcd0;
}
#section03 .tab-area .step-content .content-area li:nth-child(5) .img-wrap::after {
  background: url("../../../img/page/breast/index/sec6_img11.png") no-repeat center;
}
#section03 .tab-area .step-content .content-area li:nth-child(5) .img-wrap::before {
  background: url("../../../img/page/breast/index/sec6_img11.png") no-repeat center;
}
#section03 .tab-area .step-content .content-area li:nth-child(6) {
  background-color: #e5d7c6;
  border-radius: 20px 20px 110px 20px;
}
#section03 .tab-area .step-content .content-area li:nth-child(6) .img-wrap::before {
  background: url("../../../img/page/breast/index/sec6_img12.png") no-repeat center;
}
#section03 .tab-area .step-content .content-area li:nth-child(6) .img-wrap::after {
  background: url("../../../img/page/breast/index/sec6_img12.png") no-repeat center;
}
#section03 .tab-area .step-content .content-area li:nth-child(7) {
  background-color: #dbcab5;
  border-radius: 20px 20px 110px 20px;
}
#section03 .tab-area .step-content .content-area li:nth-child(7) .img-wrap::before {
  background: url("../../../img/page/breast/index/sec6_img13.png") no-repeat center;
}
#section03 .tab-area .step-content .content-area li:last-child .img-wrap::after {
  display: none;
}
#section03 .tab-area .step-content .content-area li h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #9b9188;
}
#section03 .tab-area .step-content .content-area li .img-wrap {
  position: relative;
  width: 100%;
}
#section03 .tab-area .step-content .content-area li .img-wrap::after {
  background-size: 14px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 14px;
  height: 12px;
  right: 20px;
}
#section03 .tab-area .step-content .content-area li .img-wrap::before {
  background-size: 14px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 14px;
  height: 12px;
  left: 20px;
}
#section03 .tab-area .step-content .content-area li .img-wrap img {
  margin: 12px auto 17px;
  display: block;
}
#section03 .tab-area .step-content .content-area li p {
  font-size: 15px;
  line-height: 22px;
  color: #726b64;
  text-align: center;
}
#section03 .tab-area .step-content .content-area li p span {
  color: #b3a492;
}
#section03 .tab-area .step-content .content-area li .step {
  position: absolute;
  right: -13px;
  bottom: -20px;
  border-radius: 50%;
  background: linear-gradient(90deg, #b48d80, #e3c274);
  width: 67px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#section03 .tab-area .step-content .content-area li .step p {
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
}
#section03 .tab-area .step-content .content-area li .step span {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}
#section03 .tab-area .step-content .desc {
  text-align: center;
  font-size: 15px;
  margin-top: 48px;
  color: #9b9188;
  font-weight: 300;
  line-height: 25px;
}
#section03 .tab-area #sec3step2 .content-area {
  grid-template-columns: repeat(5, 1fr);
}
#section03 .tab-area #sec3step2 .content-area li {
  height: 431px;
}
#section03 .tab-area #sec3step2 .content-area li:nth-child(5) {
  border-radius: 20px 20px 110px 20px;
}
#section03 .tab-area #sec3step3 .content-area {
  grid-template-columns: repeat(4, 1fr);
}
#section03 .tab-area #sec3step3 .content-area li {
  height: 401px;
}
#section03 .tab-area #sec3step3 .content-area li:nth-child(4) {
  border-radius: 20px 20px 110px 20px;
}
#section03 .tab-area #sec3step4 .content-area {
  grid-template-columns: repeat(4, 1fr);
}
#section03 .tab-area #sec3step4 .content-area li {
  height: 401px;
}
#section03 .tab-area #sec3step4 .content-area li:nth-child(4) {
  border-radius: 20px 20px 110px 20px;
}
#section03 .tab-area #sec3step5 .content-area {
  grid-template-columns: repeat(7, 1fr);
}
#section03 .tab-area #sec3step5 .content-area li {
  height: 500px;
}
#section03 .tab-area #sec3step5 .content-area li:nth-child(6) {
  border-radius: 20px 20px 20px 20px;
}
#section03 .tab-area #sec3step5 .content-area li:nth-child(7) {
  border-radius: 20px 20px 110px 20px;
}
#section03 .tab-area #sec3step5 .content-area li .img-wrap::before {
  left: 10px;
}
#section03 .tab-area #sec3step5 .content-area li .img-wrap::after {
  right: 10px;
}

#section09 {
  background-color: #f0efeb;
}
#section09 .title-area {
  text-align: center;
  margin-bottom: 26px;
}
#section09 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 22px;
}
#section09 .title-area h3 span {
  color: #746b64;
}
#section09 .title-area p {
  color: #9b9188;
  font-size: 25px;
  line-height: 32px;
}
#section09 .con-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#section09 .con-area img {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ddd8da;
}
#section09 .con-area .title-p {
  margin: 20px auto;
  font-size: 24px;
  font-weight: 600;
  color: #746b64;
  text-align: center;
}
#section09 .con-area .line-wrap {
  position: relative;
}
#section09 .con-area .line-wrap::after {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #746b64;
  content: "";
  width: 100%;
  height: 1px;
}
#section09 .con-area .line-wrap p {
  position: relative;
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #746b64;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#section09 .con-area span {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #746b64;
  margin-top: 20px;
  font-weight: 300;
}
#section09 .con-area span b {
  font-weight: 600;
}