@charset "UTF-8";
.main-color {
  color: #d4824b;
}

/* media-query */
/* mixin */
/* animation */
.blur-down {
  opacity: 0;
  filter: blur(20px);
  transform: translateY(-100%);
}

.animate .blur-down {
  animation: blur_down 2s ease 0s forwards;
}

@keyframes blur_down {
  100% {
    filter: blur(0px);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* box-style */
.animate .delay0 {
  animation-delay: 0s;
}

.animate .delay1 {
  animation-delay: 0.1s;
}

.animate .delay2 {
  animation-delay: 0.2s;
}

.animate .delay3 {
  animation-delay: 0.3s;
}

.animate .delay4 {
  animation-delay: 0.4s;
}

.animate .delay5 {
  animation-delay: 0.5s;
}

.animate .delay6 {
  animation-delay: 0.6s;
}

.animate .delay7 {
  animation-delay: 0.7s;
}

.animate .delay8 {
  animation-delay: 0.8s;
}

.animate .delay9 {
  animation-delay: 0.9s;
}

.animate .delay10 {
  animation-delay: 1s;
}

.animate .delay11 {
  animation-delay: 1.1s;
}

.animate .delay12 {
  animation-delay: 1.2s;
}

.animate .delay13 {
  animation-delay: 1.3s;
}

.animate .delay14 {
  animation-delay: 1.4s;
}

.animate .delay15 {
  animation-delay: 1.5s;
}

.animate .delay16 {
  animation-delay: 1.6s;
}

.animate .delay17 {
  animation-delay: 1.7s;
}

.animate .delay18 {
  animation-delay: 1.8s;
}

.animate .delay19 {
  animation-delay: 1.9s;
}

.animate .delay20 {
  animation-delay: 2s;
}

.animate .delay21 {
  animation-delay: 2.1s;
}

.animate .delay22 {
  animation-delay: 2.2s;
}

.animate .delay23 {
  animation-delay: 2.3s;
}

.animate .delay24 {
  animation-delay: 2.4s;
}

.animate .delay25 {
  animation-delay: 2.5s;
}

.animate .delay26 {
  animation-delay: 2.6s;
}

.animate .delay27 {
  animation-delay: 2.7s;
}

.animate .delay28 {
  animation-delay: 2.8s;
}

.animate .delay29 {
  animation-delay: 2.9s;
}

.animate .delay30 {
  animation-delay: 3s;
}

.animate .duration0 {
  animation-duration: 0s;
}

.animate .duration1 {
  animation-duration: 0.1s;
}

.animate .duration2 {
  animation-duration: 0.2s;
}

.animate .duration3 {
  animation-duration: 0.3s;
}

.animate .duration4 {
  animation-duration: 0.4s;
}

.animate .duration5 {
  animation-duration: 0.5s;
}

.animate .duration6 {
  animation-duration: 0.6s;
}

.animate .duration7 {
  animation-duration: 0.7s;
}

.animate .duration8 {
  animation-duration: 0.8s;
}

.animate .duration9 {
  animation-duration: 0.9s;
}

.animate .duration10 {
  animation-duration: 1s;
}

.animate .duration11 {
  animation-duration: 1.1s;
}

.animate .duration12 {
  animation-duration: 1.2s;
}

.animate .duration13 {
  animation-duration: 1.3s;
}

.animate .duration14 {
  animation-duration: 1.4s;
}

.animate .duration15 {
  animation-duration: 1.5s;
}

.animate .duration16 {
  animation-duration: 1.6s;
}

.animate .duration17 {
  animation-duration: 1.7s;
}

.animate .duration18 {
  animation-duration: 1.8s;
}

.animate .duration19 {
  animation-duration: 1.9s;
}

.animate .duration20 {
  animation-duration: 2s;
}

.animate .duration21 {
  animation-duration: 2.1s;
}

.animate .duration22 {
  animation-duration: 2.2s;
}

.animate .duration23 {
  animation-duration: 2.3s;
}

.animate .duration24 {
  animation-duration: 2.4s;
}

.animate .duration25 {
  animation-duration: 2.5s;
}

.animate .duration26 {
  animation-duration: 2.6s;
}

.animate .duration27 {
  animation-duration: 2.7s;
}

.animate .duration28 {
  animation-duration: 2.8s;
}

.animate .duration29 {
  animation-duration: 2.9s;
}

.animate .duration30 {
  animation-duration: 3s;
}

/* 리나여성의원 - 시그니처 리프팅 */
.sub-section01 .title {
  margin-top: -1rem;
  padding-bottom: 4.2rem;
  text-align: center;
}
.sub-section01 .title .keywords-list {
  border: 1px solid #d4824b;
  display: inline-block;
  padding: 1.3rem 4rem;
  line-height: 1;
  margin-bottom: 2.3rem;
}
.sub-section01 .title .sub-title p {
  padding-top: 1.8rem;
}
.sub-section01 .program-flow .figure {
  position: relative;
}
.sub-section01 .program-flow .figure .step {
  width: calc(100% - 64px);
  position: absolute;
  display: flex;
  gap: 2.4rem;
  left: 50%;
  bottom: 3.6rem;
  transform: translateX(-50%);
}
.sub-section01 .program-flow .figure .step li {
  position: relative;
  border-radius: 2rem;
  box-sizing: border-box;
  border: 1px solid #d4824b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  flex: 1;
  text-align: center;
  font-size: 3rem;
  padding: 5.8rem 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.sub-section01 .program-flow .figure .step li:not(:last-child)::after {
  content: "+";
  position: absolute;
  font-size: 2.4rem;
  color: #fff;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  background-color: #d4824b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  right: -1.2rem;
  z-index: 1;
  transform: translateX(50%);
}

@media (max-width: 1279px) {
  .sub-section01 .program-flow .figure .step {
    margin-top: 2.4rem;
    position: relative;
    bottom: unset;
    transform: none;
    left: unset;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sub-section01 .program-flow .figure .step li:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .sub-section01 .title {
    margin-top: -1.5rem;
  }
  .sub-section01 .title .keywords-list {
    padding: 1rem 1.5rem;
    margin-bottom: 3rem;
  }
  .sub-section01 .program-flow .figure img {
    border-radius: 10px;
  }
  .sub-section01 .program-flow .figure .step {
    gap: 12px;
  }
  .sub-section01 .program-flow .figure .step li {
    padding: 0 16px;
    height: 120px;
    font-size: 2.1rem;
  }
}
.sub-section02 {
  padding-bottom: 3.5rem;
}
.sub-section02 .box-wrap {
  padding: 5.35rem 0;
  display: flex;
  align-items: center;
  gap: 7rem;
}
.sub-section02 .box-wrap .desc-wrap {
  text-align: center;
}
.sub-section02 .box-wrap .desc-wrap ul {
  display: flex;
  justify-content: center;
}
.sub-section02 .box-wrap .desc-wrap ul li {
  width: 13.8rem;
  height: 18.6rem;
}
.sub-section02 .box-wrap .desc-wrap ul li .icon {
  margin-top: 2.5rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.sub-section02 .box-wrap .desc-wrap ul li p {
  padding-top: 1.5rem;
  line-height: 1.25;
}

@media (max-width: 1279px) {
  .sub-section02 .box-wrap {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .sub-section02 .box-wrap {
    gap: 45px;
    padding: 40px 0;
  }
  .sub-section02 .box-wrap .desc-wrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .sub-section02 .box-wrap .desc-wrap ul li {
    width: unset;
    flex: 1;
  }
  .sub-section02 .box-wrap .desc-wrap ul li .icon {
    margin-top: 3rem;
    height: 32.5px;
    transform: scale(0.7);
  }
  .sub-section02 .box-wrap .desc-wrap ul li p {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
  }
}/*# sourceMappingURL=style.css.map */