@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#sub-section01 {
  height: 860px;
  background: url("../../../img/page/stem-cell/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;
    background: url("../../../img/page/stem-cell/index/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: 28px;
  margin-bottom: 25px;
}
#sub-section01 .text-area h2 {
  line-height: 1;
}

#section02 {
  padding: 0 !important;
  position: relative;
  z-index: 10;
  background: #fefdfe;
}
#section02 .sheet {
  border-top-left-radius: 280px;
  padding: 180px 0 100px;
  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 .wrap {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 70px;
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
}
#section02 .sheet .area .wrap a {
  position: relative;
  padding: 20px 0;
  text-align: center;
  color: #746b64;
  font-size: 20px;
}
#section02 .sheet .area .wrap a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: rgba(122, 110, 102, 0.2235294118);
}
#section02 .sheet .area .wrap a:last-child::after {
  display: none;
}
#section02 .sheet .area .wrap a:hover {
  background-color: #746b64;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}
#section02 .sheet .area .wrap a:hover p {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-left: 15px;
}
#section02 .sheet .area .wrap a:hover p::after {
  position: absolute;
  content: "";
  width: 9.6px;
  height: 9.6px;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
#section02 .sheet .area .title-area {
  text-align: center;
}
#section02 .sheet .area .title-area h3 {
  font-size: 70px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin-bottom: 28px;
  font-weight: 700;
}
#section02 .sheet .area .title-area h3 span {
  color: #9b9188;
}
#section02 .sheet .area .title-area p {
  font-size: 18px;
  line-height: 28px;
  color: #72675f;
}

#section13 {
  background: url("../../../img/page/stem-cell/index/sec13_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
#section13 .title-area {
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
#section13 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
#section13 .title-area h3 span {
  color: #9b9188;
}
#section13 .con-area {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
#section13 .con-area li {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}
#section13 .con-area li p {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

#section14 .title-area {
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
#section14 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
#section14 .title-area h3 span {
  color: #9b9188;
}
#section14 .con-area .wrap {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  gap: 10px;
  border: 1px solid #b5aea8;
  margin-bottom: 32px;
  align-items: center;
}
#section14 .con-area .wrap .right .title {
  display: flex;
  gap: 10px;
  align-items: center;
}
#section14 .con-area .wrap .right .title p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 50px;
  background-color: #c7b4a1;
}
#section14 .con-area .wrap .right .title h4 {
  font-size: 26px;
  font-weight: 600;
}
#section14 .con-area .wrap .right .desc {
  margin: 20px 0;
  color: #746b64;
  font-size: 18px;
  line-height: 26px;
}
#section14 .con-area .wrap .right .inf {
  display: flex;
  gap: 50px;
}
#section14 .con-area .wrap .right .inf dl {
  font-size: 16px;
  line-height: 22px;
  color: #72675f;
  position: relative;
  padding-left: 10px;
}
#section14 .con-area .wrap .right .inf dl::after {
  position: absolute;
  content: "·";
  left: 0;
  top: 0px;
  color: #72675f;
  font-size: 16px;
}
#section14 .con-area .wrap .right .inf dl dt {
  font-weight: 600;
}
#section14 .con-area .wrap:nth-child(2) .title p {
  background-color: #ab957f;
}
#section14 .con-area .wrap:nth-child(3) .title p {
  background-color: #746b64;
}
#section14 .con-area .wrap:last-child {
  margin-bottom: 0;
}
#section14 .con-area .wrap:last-child .title p {
  background-color: #5b544f;
}

#section15 {
  background: url("../../../img/page/stem-cell/index/sec15_bg.png") no-repeat center;
  background-size: cover;
}
#section15 .title-area {
  text-align: center;
  line-height: 1;
  margin-bottom: 47px;
}
#section15 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}
#section15 .title-area h3 span {
  color: #9b9188;
}
#section15 .desc {
  margin-top: 38px;
  text-align: center;
  color: #72675f;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

#section16 .title-area {
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}
#section16 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 77px;
}
#section16 .title-area h3 span {
  color: #9b9188;
}
#section16 .con-area {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
  justify-content: center;
}
#section16 .con-area .wrap {
  width: 330px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #c7b4a1;
  display: flex;
  gap: 15px;
  justify-content: center;
  height: 125px;
  align-items: center;
}
#section16 .con-area .wrap::after {
  position: absolute;
  width: 10px;
  height: 17px;
  background: url("../../../img/page/stem-cell/index/sec16_img8.png") no-repeat center;
  background-size: 10px 17px;
  content: "";
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#section16 .con-area .wrap .step {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  color: #fff;
  border-radius: 50px;
  padding: 12px 23px;
  background-color: #c7b4a1;
  font-weight: 600;
}
#section16 .con-area .wrap p {
  font-size: 20px;
  line-height: 23px;
  color: #72675f;
  font-weight: 600;
}
#section16 .con-area .wrap p span {
  font-weight: 400;
  font-size: 16px;
}
#section16 .con-area .wrap:nth-child(2) .step {
  background-color: #c7b4a1;
}
#section16 .con-area .wrap:nth-child(3) .step {
  background-color: #ab957f;
}
#section16 .con-area .wrap:nth-child(4)::after {
  display: none;
}
#section16 .con-area .wrap:nth-child(4) .step {
  background-color: #ab957f;
}
#section16 .con-area .wrap:nth-child(5) .step {
  background-color: #72675f;
}
#section16 .con-area .wrap:nth-child(6) .step {
  background-color: #72675f;
}
#section16 .con-area .wrap:nth-child(7)::after {
  display: none;
}
#section16 .con-area .wrap:nth-child(7) .step {
  background-color: #5b544f;
}
#section16 .desc {
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  color: #9b9188;
  margin-top: 30px;
  font-weight: 300;
}

#section17 {
  background-color: #f3f1ee;
}
#section17 .title-area {
  text-align: center;
  margin-bottom: 40px;
}
#section17 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
  font-size: 60px;
}
#section17 .title-area h3 span {
  color: #9b9188;
}
#section17 .con-area {
  display: flex;
  gap: 20px;
}
#section17 .con-area .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section17 .con-area .right .wrap {
  background-color: #fff;
  border-radius: 15px;
  height: 163px;
  width: 830px;
  display: flex;
  padding-left: 40px;
  flex-direction: column;
  justify-content: center;
}
#section17 .con-area .right .wrap p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 13px;
}
#section17 .con-area .right .wrap span {
  color: #9b9188;
  font-size: 18px;
  line-height: 26px;
}

#sub-section06-2 .content-area li {
  height: 445px;
  padding-top: 40px;
}
#sub-section06-2 .content-area li h4 {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#sub-section06-2 .content-area li p span {
  font-size: 13px;
  line-height: 17px;
  display: block;
  margin-top: 10px;
}

#section03 {
  background-color: #f8f5f1;
}
#section03 .title {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #746b64;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
#section03 .title::after {
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 29px;
  background-color: #ab957f;
  content: "";
}
#section03 .con-area {
  border-radius: 15px;
  border: 1px solid #7a6e66;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
}
#section03 .text .wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
}
#section03 .text .wrap:last-child {
  margin-bottom: 0;
}
#section03 .text .wrap p {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #5b544f;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  align-items: center;
  justify-content: center;
}
#section03 .text .wrap dl dt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
#section03 .text .wrap dl dd {
  color: #9b9188;
  font-size: 16px;
  line-height: 24px;
}
#section03 .text .wrap dl dd:nth-child(3) {
  margin-top: 17px;
}
#section03 .top {
  margin-bottom: 53px;
}
#section03 .bottom .text p {
  font-size: 16px;
  line-height: 24px;
}
#section03 .bottom .text p span {
  font-size: 18px;
  font-weight: 700;
}
#section03 .bottom .text ul {
  margin: 15px 0 23px;
}
#section03 .bottom .text ul li {
  font-size: 16px;
  line-height: 24px;
  color: #9b9188;
}
#section03 .bottom .text .wrap2 {
  background-color: #fcf9f6;
  border-radius: 5px;
  display: flex;
  padding: 27px 18px;
}
#section03 .bottom .text .wrap2 p {
  width: auto;
  height: auto;
  color: #9b9188;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
}
#section03 .bottom .text .wrap2 .line {
  width: 1px;
  height: 36px;
  margin: 0 19px;
  background-color: #947b6e;
}
#section03 .bottom .text .wrap2 span {
  color: #9b9188;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

#section04 .title-area {
  text-align: center;
  margin-bottom: 40px;
}
#section04 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
}
#section04 .title-area h3 span {
  color: #9b9188;
}
#section04 p {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  color: #72675f;
  margin-top: 40px;
}

#section06 {
  background-color: #f3f1ee;
}
#section06 .title-area {
  margin-bottom: 29px;
}
#section06 .title-area h3 {
  font-size: 50px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
}
#section06 .title-area h3 span {
  color: #9b9188;
}
#section06 .con-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#section06 .con-area .wrap {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #bab2ae;
  overflow: hidden;
}
#section06 .con-area .wrap ul {
  display: flex;
}
#section06 .con-area .wrap ul:last-child li {
  border-bottom: 0px solid;
}
#section06 .con-area .wrap ul li {
  width: 50%;
  padding: 20px 0;
  text-align: center;
  background-color: #9d8c83;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
  font-size: 20px;
}
#section06 .con-area .wrap ul li:last-child {
  background-color: #fff;
  color: #2c2721;
  font-weight: 400;
}
#section06 .con-area .wrap ul li.point p {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
}
#section06 .con-area .wrap ul li.point p::after {
  position: absolute;
  content: "";
  left: -5px;
  bottom: 0;
  background-color: rgba(235, 202, 109, 0.3137254902);
  width: 100px;
  height: 10px;
  z-index: -1;
}

#section08 {
  background: url("../../../img/page/stem-cell/index/sec8_bg.png") no-repeat center;
  background-size: cover;
  padding: 220px 0 !important;
}
#section08 .title-area .desc1 {
  font-size: 25px;
  font-weight: 700;
  color: #beb3a1;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
}
#section08 .title-area h3 {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 68px;
  margin: 25px 0 40px;
}
#section08 .title-area h3 span {
  color: #f5ece1;
}
#section08 .title-area .desc2 {
  font-size: 22px;
  line-height: 32px;
  color: #f5ece1;
}

#sub-section05 {
  background: url("../../../img/page/stem-cell/index/sec5_bg.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
#sub-section05 .title-area {
  margin-bottom: 52px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #sub-section05 .title-area {
    margin-bottom: 15px;
  }
}
#sub-section05 .title-area p {
  color: #9b9188;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  #sub-section05 .title-area p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
#sub-section05 .title-area h3 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  color: #2c2721;
}
@media screen and (max-width: 1439.98px) {
  #sub-section05 .title-area h3 {
    line-height: 1.3;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section05 .title-area h3 {
    font-size: 30px;
    line-height: 31px;
  }
}
@media screen and (max-width: 374.98px) {
  #sub-section05 .title-area h3 {
    font-size: 6.9518716578vw;
  }
}
#sub-section05 .title-area h3 span {
  font-size: 50px;
  color: #746b64;
}
@media screen and (max-width: 991.98px) {
  #sub-section05 .title-area h3 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 374.98px) {
  #sub-section05 .title-area h3 span {
    font-size: 6.9518716578vw;
  }
}
#sub-section05 .step {
  padding: 15px 34px;
  border-radius: 25px;
  background-color: #cbc6c1;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  gap: 10px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #sub-section05 .step {
    padding: 10px 25px;
    border-radius: 20px;
    gap: 5px;
    margin-top: -15px;
  }
}
#sub-section05 .step p {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1439.98px) {
  #sub-section05 .step p {
    font-size: 15px;
  }
}
#sub-section05 .step img {
  margin: 0;
  width: auto;
}
@media screen and (max-width: 991.98px) {
  #sub-section05 .step img {
    width: 11px;
  }
}
#sub-section05 .line {
  border: 1px dashed #cbc6c1;
  width: 1px;
  height: 45px;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  #sub-section05 .line {
    height: 25px;
  }
}
#sub-section05 dl {
  border: 1px solid #c7b4a1;
  border-radius: 15px;
  background-color: #fff;
  height: 216px;
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #sub-section05 dl {
    height: auto;
  }
}
#sub-section05 dl::after {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #cbc6c1;
  border-radius: 50%;
  content: "";
  left: 50%;
  top: -6px;
  transform: translateX(-50%);
}
#sub-section05 dl dt {
  text-align: center;
  color: #cbc6c1;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 20px 0 17px;
  border-bottom: 1px solid #c7b4a1;
}
@media screen and (max-width: 991.98px) {
  #sub-section05 dl dt {
    font-size: 17px;
    padding: 16px 0 12px;
    line-height: 20px;
  }
}
#sub-section05 dl dd {
  text-align: center;
  color: #72675f;
  font-size: 15px;
  line-height: 23px;
  padding-top: 19px;
}
@media screen and (max-width: 991.98px) {
  #sub-section05 dl dd {
    font-size: 13px;
    line-height: 18px;
    padding: 20px 0;
  }
}
#sub-section05 .sec5-tab-wrap {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #sub-section05 .sec5-tab-wrap {
    display: block;
  }
}
#sub-section05 .sec5-tab-wrap .sec5-tab-buttons {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1439.98px) {
  #sub-section05 .sec5-tab-wrap .sec5-tab-buttons {
    justify-content: space-around;
    background-color: #fff;
    width: 100%;
    border-radius: 50px;
    padding: 4px;
    gap: 0;
  }
}
#sub-section05 .sec5-tab-wrap .sec5-tab-buttons::-webkit-scrollbar {
  display: none;
}
#sub-section05 .sec5-tab-wrap .sec5-tab-buttons .sec5-tab-btn {
  flex: 0 0 auto;
  padding: 17px 18px;
  border-radius: 999px;
  color: #7a6e66;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  width: 20%;
  border: 0;
  background: transparent;
  transition: 0.3s;
}
@media screen and (max-width: 991.98px) {
  #sub-section05 .sec5-tab-wrap .sec5-tab-buttons .sec5-tab-btn {
    font-size: 12px;
    padding: 17px 0;
  }
}
#sub-section05 .sec5-tab-wrap .sec5-tab-buttons .sec5-tab-btn.active {
  background-color: #746b64;
  color: #fff;
}
#sub-section05 .sec5-tab-wrap .sec5TabSwiper {
  overflow: visible;
}
#sub-section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 991.98px) {
  #sub-section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box {
    margin: 0;
  }
}
#sub-section05 .sec5-tab-wrap .sec5TabSwiper .swiper-slide .img-box img {
  margin: 0;
  max-width: 100%;
}
#sub-section05 .sec5-tab-wrap .bg1 .step {
  background-color: #cbc6c1;
}
#sub-section05 .sec5-tab-wrap .bg1 .line {
  border: 1px dashed #cbc6c1;
}
#sub-section05 .sec5-tab-wrap .bg1 dl::after {
  background-color: #cbc6c1;
}
#sub-section05 .sec5-tab-wrap .bg1 dl dt {
  color: #cbc6c1;
}
#sub-section05 .sec5-tab-wrap .bg2 .step {
  background-color: #c7b4a1;
}
#sub-section05 .sec5-tab-wrap .bg2 .line {
  border: 1px dashed #c7b4a1;
}
#sub-section05 .sec5-tab-wrap .bg2 dl::after {
  background-color: #c7b4a1;
}
#sub-section05 .sec5-tab-wrap .bg2 dl dt {
  color: #c7b4a1;
}
#sub-section05 .sec5-tab-wrap .bg3 .step {
  background-color: #ab957f;
}
#sub-section05 .sec5-tab-wrap .bg3 .line {
  border: 1px dashed #ab957f;
}
#sub-section05 .sec5-tab-wrap .bg3 dl::after {
  background-color: #ab957f;
}
#sub-section05 .sec5-tab-wrap .bg3 dl dt {
  color: #ab957f;
}
#sub-section05 .sec5-tab-wrap .bg4 .step {
  background-color: #746b64;
}
#sub-section05 .sec5-tab-wrap .bg4 .line {
  border: 1px dashed #746b64;
}
#sub-section05 .sec5-tab-wrap .bg4 dl::after {
  background-color: #746b64;
}
#sub-section05 .sec5-tab-wrap .bg4 dl dt {
  color: #746b64;
}
#sub-section05 .sec5-tab-wrap .bg5 .step {
  background-color: #5b544f;
}
#sub-section05 .sec5-tab-wrap .bg5 .line {
  border: 1px dashed #5b544f;
}
#sub-section05 .sec5-tab-wrap .bg5 dl::after {
  background-color: #5b544f;
}
#sub-section05 .sec5-tab-wrap .bg5 dl dt {
  color: #5b544f;
}
#sub-section05 .sec5-tab-wrap .bg6 .step {
  background-color: #524b47;
}
#sub-section05 .sec5-tab-wrap .bg6 .line {
  border: 1px dashed #524b47;
}
#sub-section05 .sec5-tab-wrap .bg6 dl::after {
  background-color: #524b47;
}
#sub-section05 .sec5-tab-wrap .bg6 dl dt {
  color: #524b47;
}
#sub-section05 .sec5-tab-wrap .bg7 .step {
  background-color: #423c39;
}
#sub-section05 .sec5-tab-wrap .bg7 .line {
  border: 1px dashed #423c39;
}
#sub-section05 .sec5-tab-wrap .bg7 dl::after {
  background-color: #423c39;
}
#sub-section05 .sec5-tab-wrap .bg7 dl dt {
  color: #423c39;
}
#sub-section05 .sec5-tab-wrap .sec5-tab-controller {
  display: none;
}
@media screen and (max-width: 1439.98px) {
  #sub-section05 .sec5-tab-wrap .sec5-tab-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 34px;
  }
}
#sub-section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-prev,
#sub-section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-next {
  width: 9px;
  height: 16px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
#sub-section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-prev::after,
#sub-section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-next::after {
  font-size: 18px;
  color: #000;
}
#sub-section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-prev svg,
#sub-section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-next svg {
  color: #000;
}
#sub-section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-pagination {
  position: static;
  width: auto;
  min-width: 50px;
  text-align: center;
  color: #9d968e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#sub-section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-pagination .current {
  color: #746b64;
  font-weight: 700;
}
#sub-section05 .sec5-tab-wrap .sec5-tab-controller .sec5-tab-pagination .slash {
  margin: 0 2px;
}
#sub-section05 .mySwiper {
  position: relative;
}
@media screen and (max-width: 1439.98px) {
  #sub-section05 .mySwiper {
    display: none;
  }
}
#sub-section05 .mySwiper .swiper-wrapper .swiper-slide img {
  margin-bottom: 33px;
  border-radius: 20px;
}
#sub-section05 .mySwiper .swiper-wrapper .swiper-slide .step::after {
  position: absolute;
  right: -100%;
  top: 50%;
  content: "";
  border: 1px dashed #72675f;
  width: 100%;
  height: 0;
}
#sub-section05 .mySwiper .swiper-wrapper .swiper-slide .step img {
  margin: 0;
}
#sub-section05 .bg1 .step {
  background-color: #cbc6c1;
}
#sub-section05 .bg1 .line {
  border: 1px dashed #cbc6c1;
}
#sub-section05 .bg1 dl::after {
  background-color: #cbc6c1;
}
#sub-section05 .bg1 dl dt {
  color: #cbc6c1;
}
#sub-section05 .bg2 .step {
  background-color: #c7b4a1;
}
#sub-section05 .bg2 .line {
  border: 1px dashed #c7b4a1;
}
#sub-section05 .bg2 dl::after {
  background-color: #c7b4a1;
}
#sub-section05 .bg2 dl dt {
  color: #c7b4a1;
}
#sub-section05 .bg3 .step {
  background-color: #ab957f;
}
#sub-section05 .bg3 .line {
  border: 1px dashed #ab957f;
}
#sub-section05 .bg3 dl::after {
  background-color: #ab957f;
}
#sub-section05 .bg3 dl dt {
  color: #ab957f;
}
#sub-section05 .bg4 .step {
  background-color: #746b64;
}
#sub-section05 .bg4 .line {
  border: 1px dashed #746b64;
}
#sub-section05 .bg4 dl::after {
  background-color: #746b64;
}
#sub-section05 .bg4 dl dt {
  color: #746b64;
}
#sub-section05 .bg5 .step {
  background-color: #5b544f;
}
#sub-section05 .bg5 .step::after {
  display: block !important;
}
#sub-section05 .bg5 .line {
  border: 1px dashed #5b544f;
}
#sub-section05 .bg5 dl::after {
  background-color: #5b544f;
}
#sub-section05 .bg5 dl dt {
  color: #5b544f;
}
#sub-section05 .bg6 .step {
  background-color: #524b47;
}
#sub-section05 .bg6 .line {
  border: 1px dashed #524b47;
}
#sub-section05 .bg6 dl::after {
  background-color: #524b47;
}
#sub-section05 .bg6 dl dt {
  color: #524b47;
}
#sub-section05 .bg7 .step {
  background-color: #423c39;
}
#sub-section05 .bg7 .step::after {
  display: none;
}
#sub-section05 .bg7 .line {
  border: 1px dashed #423c39;
}
#sub-section05 .bg7 dl::after {
  background-color: #423c39;
}
#sub-section05 .bg7 dl dt {
  color: #423c39;
}
#sub-section05 .swiper-controller {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 37px;
}
@media screen and (max-width: 1439.98px) {
  #sub-section05 .swiper-controller {
    margin-top: 19px;
    gap: 50px;
  }
}
#sub-section05 .swiper-controller .swiper-button-prev,
#sub-section05 .swiper-controller .swiper-button-next {
  width: 9px;
  color: #232323;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 1439.98px) {
  #sub-section05 .swiper-controller .swiper-button-prev,
  #sub-section05 .swiper-controller .swiper-button-next {
    top: 8px;
    width: 7px;
  }
}
#sub-section05 .swiper-controller .swiper-button-prev::after,
#sub-section05 .swiper-controller .swiper-button-next::after {
  font-size: 18px;
  color: #232323;
}
@media screen and (max-width: 1439.98px) {
  #sub-section05 .swiper-controller .swiper-button-prev::after,
  #sub-section05 .swiper-controller .swiper-button-next::after {
    font-size: 22px;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section05 .swiper-controller .swiper-button-prev::after,
  #sub-section05 .swiper-controller .swiper-button-next::after {
    font-size: 18px;
  }
}
#sub-section05 .swiper-controller .swiper-button-prev svg path,
#sub-section05 .swiper-controller .swiper-button-next svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
#sub-section05 .swiper-controller .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 1439.98px) {
  #sub-section05 .swiper-controller .swiper-pagination {
    gap: 5px;
    color: #9d968e;
  }
}
@media screen and (max-width: 991.98px) {
  #sub-section05 .swiper-controller .swiper-pagination {
    font-size: 16px;
  }
}
@media screen and (max-width: 1439.98px) {
  #sub-section05 .swiper-controller .swiper-pagination .swiper-pagination-current {
    color: #746b64;
    font-weight: 700;
  }
}
#sub-section05 .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  background-color: #c2b8b1;
  opacity: 1;
  width: 9px;
  height: 9px;
  margin: 0;
}
@media screen and (max-width: 1439.98px) {
  #sub-section05 .swiper-controller .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;
  }
}
#sub-section05 .swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7a6e66;
}
#sub-section05 .desc {
  font-size: 15px;
  text-align: center;
  color: #9b9188;
  line-height: 21px;
  font-weight: 300;
  margin-top: 33px;
}

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

#section09 .area {
  position: relative;
}
#section09 .area .left {
  width: 940px;
  border-radius: 20px;
  overflow: hidden;
}
#section09 .area .right {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}
#section09 .area .right p {
  color: #9b9188;
  font-size: 24px;
  font-weight: 500;
}
#section09 .area .right h3 {
  font-size: 70px;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-weight: 700;
}
#section09 .area .right h3 span {
  color: #9b9188;
}
#section09 .area .right .swiper-controller {
  display: flex;
  gap: 15px;
  height: 45px;
  margin-top: 30px;
}
#section09 .area .right .swiper-controller > div {
  position: relative;
  width: 45px;
  height: 45px;
  background: url("../../../img/page/stem-cell/index/sec9_img2.png") no-repeat center;
  background-size: 45px;
}
#section09 .area .right .swiper-controller > div svg {
  display: none;
}
#section09 .area .right .swiper-controller .swiper-button-next {
  transform: rotate(180deg);
}

#sub-section07 {
  background-color: #f9f9f7;
}
#sub-section07::after {
  display: none;
}