/* ---------------custom-phase-section START--------------- */
.custom-phase-section .phase-wrap .title-box .section-desc {
  text-wrap: balance;
}
.custom-phase-section .phase-wrap .process-wrap {
  display: flex;
  gap: 7rem;
}
.custom-phase-section .phase-wrap .process-wrap .process {
  flex: 1;
  opacity: 0;
  transform: translateX(-20%);
  filter: blur(5px);
  transition-property: opacity, transform, filter;
  transition-duration: 0.8s;
}
.custom-phase-section .phase-wrap .process-wrap .process.animate {
  opacity: 1;
  transform: translateX(0%);
  filter: blur(0px);
}
.custom-phase-section .phase-wrap .process-wrap .process:nth-child(1) {
  transition-delay: 0.3s;
}
.custom-phase-section .phase-wrap .process-wrap .process:nth-child(2) {
  transition-delay: 0.5s;
}
.custom-phase-section .phase-wrap .process-wrap .process:nth-child(3) {
  transition-delay: 0.7s;
}
.custom-phase-section .phase-wrap .process-wrap .process .thumbnail-box {
  border-radius: 3rem;
  padding: 3.6rem 2rem 3.5rem;
  min-height: 21.4rem;
  position: relative;
}
.custom-phase-section .phase-wrap .process-wrap .process .thumbnail-box .text-box .step-number {
  width: 11.4rem;
  height: 11.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
}
.custom-phase-section .phase-wrap .process-wrap .process .thumbnail-box .text-box .desc {
  padding: 2.5rem 0 0;
  text-align: center;
  line-height: 1.35;
}
.custom-phase-section .phase-wrap .process-wrap .process .thumbnail-box .next-arrow {
  width: 6.8rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(100% - 1px), -50%);
}
.custom-phase-section .phase-wrap .process-wrap .process .cure-list li {
  border-radius: 2rem;
  margin: 1.6rem 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 1.7rem 2rem;
}
.custom-phase-section .phase-wrap .process-wrap .process .cure-list li .list-number {
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 2.5rem;
  height: 2.5rem;
}
.custom-phase-section .phase-wrap .process-wrap .process.process1 .thumbnail-box {
  background-color: #119367;
}
.custom-phase-section .phase-wrap .process-wrap .process.process1 .thumbnail-box .text-box .step-number {
  background-color: #0f7754;
}
.custom-phase-section .phase-wrap .process-wrap .process.process1 .cure-list li {
  background-color: #eef7f4;
}
.custom-phase-section .phase-wrap .process-wrap .process.process1 .cure-list li .list-number {
  background-color: #119367;
}
.custom-phase-section .phase-wrap .process-wrap .process.process1 .cure-list li .text {
  color: #119367;
}
.custom-phase-section .phase-wrap .process-wrap .process.process2 .thumbnail-box {
  background-color: #0d8bb4;
}
.custom-phase-section .phase-wrap .process-wrap .process.process2 .thumbnail-box .text-box .step-number {
  background-color: #0b779a;
}
.custom-phase-section .phase-wrap .process-wrap .process.process2 .cure-list li {
  background-color: #f2f8fa;
}
.custom-phase-section .phase-wrap .process-wrap .process.process2 .cure-list li .list-number {
  background-color: #0d8bb4;
}
.custom-phase-section .phase-wrap .process-wrap .process.process2 .cure-list li .text {
  color: #0d8bb4;
}
.custom-phase-section .phase-wrap .process-wrap .process.process3 .thumbnail-box {
  background-color: #043973;
}
.custom-phase-section .phase-wrap .process-wrap .process.process3 .thumbnail-box .text-box .step-number {
  background-color: #042b56;
}
.custom-phase-section .phase-wrap .process-wrap .process.process3 .cure-list li {
  background-color: #eef6ff;
}
.custom-phase-section .phase-wrap .process-wrap .process.process3 .cure-list li .list-number {
  background-color: #043973;
}
.custom-phase-section .phase-wrap .process-wrap .process.process3 .cure-list li .text {
  color: #043973;
}

@media (max-width: 1400px) {
  .custom-phase-section .phase-wrap .process-wrap .process .thumbnail-box .text-box .desc {
    text-wrap: balance;
  }
  .custom-phase-section .phase-wrap .process-wrap .process .thumbnail-box .text-box .desc br {
    display: none;
  }
}
@media (max-width: 1279px) {
  .custom-phase-section .phase-wrap .process-wrap .process .cure-list li .list-number {
    font-size: 16px;
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 991px) {
  .custom-phase-section .phase-wrap .process-wrap {
    flex-direction: column;
    gap: 7.5rem;
  }
  .custom-phase-section .phase-wrap .process-wrap .process {
    filter: blur(3px);
    transform: translateY(-2.5rem);
  }
  .custom-phase-section .phase-wrap .process-wrap .process.animate {
    transform: translateY(0rem);
  }
  .custom-phase-section .phase-wrap .process-wrap .process:nth-child(1) {
    transition-delay: 0s;
  }
  .custom-phase-section .phase-wrap .process-wrap .process:nth-child(2) {
    transition-delay: 0s;
  }
  .custom-phase-section .phase-wrap .process-wrap .process:nth-child(3) {
    transition-delay: 0s;
  }
  .custom-phase-section .phase-wrap .process-wrap .process .thumbnail-box {
    min-height: unset;
  }
  .custom-phase-section .phase-wrap .process-wrap .process .thumbnail-box .text-box .desc {
    line-height: 1.45;
  }
  .custom-phase-section .phase-wrap .process-wrap .process .thumbnail-box .text-box .desc br {
    display: block;
  }
  .custom-phase-section .phase-wrap .process-wrap .process .thumbnail-box .next-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .custom-phase-section .phase-wrap .process-wrap .process .cure-list li .list-number {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .custom-phase-section .phase-wrap .title-box .section-desc {
    font-size: 15px;
  }
  .custom-phase-section .phase-wrap .process-wrap {
    gap: 6.5rem;
  }
  .custom-phase-section .phase-wrap .process-wrap .process .thumbnail-box .text-box .desc {
    font-size: 15px;
    text-wrap: balance;
  }
  .custom-phase-section .phase-wrap .process-wrap .process .thumbnail-box .text-box .desc br {
    display: none;
  }
  .custom-phase-section .phase-wrap .process-wrap .process .cure-list li .list-number {
    font-size: 14px;
  }
}
/* ---------------custom-phase-section END--------------- */
/* ---------------custom-step-section START--------------- */
.custom-step-section .step-wrap .check-box {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.custom-step-section .step-wrap .check-box .figure {
  width: 50%;
}
.custom-step-section .step-wrap .check-box .figure img {
  max-width: 100%;
}
.custom-step-section .step-wrap .check-box .check-list {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.custom-step-section .step-wrap .check-box .check-list > li {
  display: flex;
  align-items: center;
  gap: 2.3rem;
  padding: 1.7rem 3.8rem;
  border-radius: 2rem;
  box-sizing: border-box;
  border: 1px solid #389311;
  background-color: #f4f9f2;
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 1s, transform 1s;
}
.custom-step-section .step-wrap .check-box .check-list > li img {
  width: 4.2rem;
}
.custom-step-section .step-wrap .check-box .check-list > li > p {
  line-height: 1.35;
}
.custom-step-section .step-wrap .check-box .check-list > li:nth-child(1) {
  transition-delay: 0.1s;
}
.custom-step-section .step-wrap .check-box .check-list > li:nth-child(2) {
  transition-delay: 0.2s;
}
.custom-step-section .step-wrap .check-box .check-list > li:nth-child(3) {
  transition-delay: 0.3s;
}
.custom-step-section .step-wrap .check-box .check-list > li:nth-child(4) {
  transition-delay: 0.4s;
}
.custom-step-section .step-wrap .check-box .check-list > li:nth-child(5) {
  transition-delay: 0.5s;
}
.custom-step-section .step-wrap .check-box .check-list > li:nth-child(6) {
  transition-delay: 0.6s;
}
.custom-step-section .step-wrap .check-box .check-list.animate li {
  opacity: 1;
  transform: translateY(0rem);
}
.custom-step-section .button-wrap {
  position: sticky;
  margin: 6rem auto;
  width: 90%;
  display: flex;
  max-width: 1400px;
  justify-content: center;
  gap: 1.7rem;
  top: 143px;
  z-index: 20;
}
.custom-step-section .button-wrap > li {
  border-radius: 2.5rem;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid rgb(241, 241, 241);
  width: 25.8rem;
  height: 5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  box-shadow: 0px 0px 0px 0px rgba(16, 90, 62, 0);
  transition: border-color 0.3s, color 0.3s, font-weight 0s, box-shadow 0.3s;
}
.custom-step-section .button-wrap > li button {
  width: 100%;
  height: 100%;
}
.custom-step-section .button-wrap > li button a {
  display: block;
  width: 100%;
  line-height: 5rem;
}
@media (hover: hover) and (pointer: fine) {
  .custom-step-section .button-wrap > li:hover {
    border-color: #389311;
    color: #389311;
    font-weight: 800;
    box-shadow: 0px 3px 7px 0px rgba(16, 90, 62, 0.18);
  }
}
.custom-step-section .button-wrap > li.active {
  border-color: #389311;
  color: #389311;
  font-weight: 800;
  box-shadow: 0px 3px 7px 0px rgba(16, 90, 62, 0.18);
}
.custom-step-section .step {
  border-radius: 2rem;
  width: 91%;
  margin: 0 auto;
}
.custom-step-section .step .center .title-text {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(3rem);
  transition: opacity 1s, filter 1s, transform 1s;
}
.custom-step-section .step .center .title-text .circle-step {
  display: block;
  margin: 0 auto;
}
.custom-step-section .step .center .title-text h2 {
  padding: 3rem 0 2.5rem;
  line-height: 1.25;
}
.custom-step-section .step .center .title-text h3 {
  text-wrap: balance;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.custom-step-section .step .center .title-text .desc {
  padding: 2rem 0 0;
  line-height: 1.35;
}
.custom-step-section .step .center .title-text.animate {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0%);
}
.custom-step-section .step .center .box-wrap {
  margin: 5rem 0 0;
  padding: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
}
.custom-step-section .step .center .box-wrap .box {
  border-radius: 2rem;
  background-color: #fff;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 5%;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 1s, transform 1s;
}
.custom-step-section .step .center .box-wrap .box.animate {
  opacity: 1;
  transform: translateY(0rem);
}
.custom-step-section .step .center .box-wrap .box .img-wrap {
  display: flex;
  gap: 2rem;
  width: 51%;
}
.custom-step-section .step .center .box-wrap .box .img-wrap .img-box img {
  max-width: 100%;
}
.custom-step-section .step .center .box-wrap .box .text-box {
  width: 49%;
}
.custom-step-section .step .center .box-wrap .box .text-box .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.custom-step-section .step .center .box-wrap .box .text-box .title .number {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 0.8rem;
}
.custom-step-section .step .center .box-wrap .box .text-box .title h4 {
  text-wrap: balance;
}
.custom-step-section .step .center .box-wrap .box .text-box .desc-text {
  text-wrap: balance;
  padding: 2rem 0 0;
  line-height: 1.35;
}
.custom-step-section .step .center .box-wrap .box .text-box .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.custom-step-section .step .center .box-wrap .box .text-box .tag-list li {
  font-weight: 600;
}

@media screen and (max-width: 1350px) {
  .custom-step-section .button-wrap {
    top: 133px;
  }
}
@media (max-width: 1279px) {
  .custom-step-section .step-wrap .check-box {
    gap: 1.5rem;
  }
  .custom-step-section .step-wrap .check-box .check-list > li {
    padding: 1.7rem 2.8rem;
  }
  .custom-step-section .step-wrap .check-box .check-list > li > p br {
    display: none;
  }
  .custom-step-section .step .center .box-wrap .box {
    gap: 3%;
    padding: 5rem 2.5rem;
  }
}
@media screen and (max-width: 1150px) {
  .custom-step-section .button-wrap {
    top: 123px;
  }
}
@media (max-width: 991px) {
  .custom-step-section .step-wrap .check-box {
    flex-direction: column;
    max-width: 690px;
    margin: 0 auto;
    gap: 1rem;
  }
  .custom-step-section .step-wrap .check-box .figure {
    width: 100%;
  }
  .custom-step-section .step-wrap .check-box .check-list {
    gap: 1.2rem;
    width: 100%;
  }
  .custom-step-section .button-wrap {
    top: 119px;
  }
  .custom-step-section .button-wrap > li {
    height: 4.5rem;
  }
  .custom-step-section .button-wrap > li button a {
    line-height: 100%;
  }
  .custom-step-section .step .center .box-wrap .box {
    flex-direction: column-reverse;
    gap: 5rem;
    padding: 4rem 2.5rem;
  }
  .custom-step-section .step .center .box-wrap .box .img-wrap {
    gap: 1rem;
    width: 100%;
  }
  .custom-step-section .step .center .box-wrap .box .text-box {
    width: 100%;
  }
  .custom-step-section .step .center .box-wrap .box .text-box .title .number {
    width: 3.6rem;
    height: 3.6rem;
  }
  .custom-step-section .step .center .box-wrap .box .text-box .title h4 {
    line-height: 1.2;
  }
  .custom-step-section .step .center .box-wrap .box .text-box .desc-text {
    line-height: 1.45;
  }
  .custom-step-section .step .center .box-wrap .box .text-box .tag-list {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 7px;
  }
}
@media (max-width: 767px) {
  .custom-step-section .step-wrap .title-box .section-desc {
    text-wrap: balance;
  }
  .custom-step-section .step-wrap .title-box .section-desc br {
    display: none;
  }
  .custom-step-section .button-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 204px));
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 3px;
  }
  .custom-step-section .step .center .title-text .desc {
    text-wrap: balance;
  }
  .custom-step-section .step .center .title-text .desc br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .custom-step-section .button-wrap {
    top: 107px;
  }
  .custom-step-section .button-wrap li {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .custom-step-section .step-wrap .title-box .section-desc {
    font-size: 15px;
  }
  .custom-step-section .step-wrap .check-box .check-list > li {
    padding: 1.7rem 2.4rem;
    gap: 2rem;
  }
  .custom-step-section .step-wrap .check-box .check-list > li img {
    width: 32px;
  }
  .custom-step-section .step-wrap .check-box .check-list > li > p {
    font-size: 15px;
  }
  .custom-step-section .button-wrap {
    top: 97px;
  }
  .custom-step-section .button-wrap > li button a {
    font-size: 13.5px;
  }
  .custom-step-section .step .center .title-text h3 {
    font-size: 19px;
  }
  .custom-step-section .step .center .title-text .desc {
    font-size: 15px;
  }
  .custom-step-section .step .center .box-wrap .box .text-box .title h4 {
    font-size: 19px;
  }
  .custom-step-section .step .center .box-wrap .box .text-box .desc-text {
    font-size: 15px;
  }
  .custom-step-section .step .center .box-wrap .box .text-box .tag-list li {
    font-size: 15px;
  }
}
/* ---------------custom-step-section END--------------- */
/* ---------------down-arrow START--------------- */
.down-arrow {
  display: flex;
  justify-content: center;
}
.down-arrow svg {
  width: 18.4rem;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.8s 0.25s;
}
.down-arrow.animate svg {
  clip-path: inset(0 0 0 0);
}

@media (max-width: 991px) {
  .down-arrow svg {
    width: 15rem;
  }
}
@media (max-width: 767px) {
  .down-arrow svg {
    width: 12.5rem;
  }
}
/* ---------------down-arrow END--------------- *//*# sourceMappingURL=custom_cure.css.map */