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

.animate.move-right {
  animation: move_right 1s ease 0.5s forwards;
}

@keyframes blur_down {
  100% {
    filter: blur(0px);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes move_right {
  100% {
    transform: translateX(0%);
  }
}
.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 {
  position: relative;
  padding-bottom: 8rem;
}
.sub-section01 > img {
  animation: spin 20s linear infinite;
  position: absolute;
  top: -36%;
  right: 2.5%;
}
.sub-section01 .medical-team {
  background-color: #f8f8f8;
  border-radius: 2rem;
  position: relative;
  display: flex;
  padding: 5.5rem 5rem;
}
.sub-section01 .medical-team .profile {
  position: relative;
  z-index: 2;
  border-radius: 2rem;
  background-color: #fff;
  padding: 4.4rem 5.3rem 3rem 5.3rem;
  width: 772px;
}
.sub-section01 .medical-team .profile .inner .title {
  padding-bottom: 1.5rem;
}
.sub-section01 .medical-team .profile .inner .title h3 {
  font-size: 3rem;
  padding-bottom: 1rem;
}
.sub-section01 .medical-team .profile .inner .list h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #d4824b;
  padding-bottom: 0.8rem;
}
.sub-section01 .medical-team .profile .inner .list ul li {
  white-space: nowrap;
}
.sub-section01 .medical-team .profile .inner .list.dot li {
  line-height: 1.2;
  position: relative;
  padding-left: 8px;
}
.sub-section01 .medical-team .profile .inner .list.dot li::before {
  content: "";
  display: block;
  position: absolute;
  content: "·";
  left: 0;
}
.sub-section01 .medical-team .profile .inner .list-wrap {
  padding-top: 1.5rem;
  display: flex;
  gap: 7%;
}
.sub-section01 .medical-team .figure {
  position: absolute;
  z-index: 0;
  right: 7.5%;
  bottom: 0;
}
@media (max-width: 1400px) {
  .sub-section01 > img {
    width: 400px;
    top: unset;
    top: 2.5%;
    right: 2.5%;
    z-index: 1;
  }
  .sub-section01 .medical-team {
    padding: 7.5rem 5rem 0rem;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .sub-section01 .medical-team .profile {
    padding: 5rem 4rem;
    width: 680px;
  }
  .sub-section01 .medical-team .figure {
    position: relative;
    right: 0;
  }
}
@media (max-width: 767px) {
  .sub-section01 {
    padding-bottom: 50px;
  }
  .sub-section01 > img {
    width: 50vw;
    top: unset;
    bottom: 15.5%;
    right: 7.5%;
  }
  .sub-section01 .medical-team {
    padding: 4rem 2rem 0rem;
    gap: 40px;
  }
  .sub-section01 .medical-team .profile {
    padding: 3rem;
    width: 100%;
  }
  .sub-section01 .medical-team .profile .inner .list-wrap {
    padding-top: 2rem;
    flex-direction: column;
    gap: 15px;
  }
  .sub-section01 .medical-team .profile .inner .list-wrap .list ul li {
    white-space: unset;
  }
  .sub-section01 .medical-team .profile .inner .list-wrap .list.dot li {
    line-height: 1.85;
  }
  .sub-section01 .medical-team .figure {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
  }
  .sub-section01 .medical-team .figure img {
    width: 75%;
  }
}
/* 리나여성의원 방송출연 */
.sub-section02 {
  padding: 5rem 0 8.2rem;
}

@media (max-width: 767px) {
  .sub-section02 {
    padding: 50px 0;
  }
}/*# sourceMappingURL=style.css.map */