@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 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 2.5rem 0 7.7rem;
}
.sub-section01 .intro-wrap {
  display: flex;
  gap: 5.4rem;
  max-width: 1660px;
  padding-right: 20px;
  align-items: center;
}
.sub-section01 .intro-wrap .intro {
  width: 65%;
  position: relative;
  background-color: #f8f8f8;
  border-top-right-radius: 22.5rem;
  border-bottom-right-radius: 22.5rem;
  height: 44.8rem;
}
.sub-section01 .intro-wrap .intro img {
  position: absolute;
  bottom: 0;
  right: 12.5%;
}
.sub-section01 .intro-wrap .desc-wrap {
  width: 35%;
}
.sub-section01 .intro-wrap .desc-wrap ul li {
  width: 13.8rem;
  height: 15.7rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  gap: 2rem;
}
.sub-section01 .intro-wrap .desc-wrap ul li .num {
  background-color: #d4824b;
  color: #fff;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.sub-section01 .intro-wrap .desc-wrap ul li .title {
  color: #d4824b;
}

@media (max-width: 1279px) {
  .sub-section01 .intro-wrap {
    flex-direction: column;
  }
  .sub-section01 .intro-wrap .intro {
    height: 400px;
    width: 100%;
  }
  .sub-section01 .intro-wrap .intro img {
    width: 500px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .sub-section01 .intro-wrap .desc-wrap {
    padding-left: 20px;
    width: 100%;
  }
  .sub-section01 .intro-wrap .desc-wrap ul {
    gap: 2rem;
  }
}
@media (max-width: 500px) {
  .sub-section01 {
    padding-bottom: 40px;
  }
  .sub-section01 .intro-wrap {
    gap: 45px;
    padding-right: 16px;
  }
  .sub-section01 .intro-wrap .intro {
    height: 57vw;
  }
  .sub-section01 .intro-wrap .intro img {
    width: 75%;
  }
  .sub-section01 .intro-wrap .desc-wrap {
    padding-left: 16px;
  }
  .sub-section01 .intro-wrap .desc-wrap ul {
    gap: 10px;
  }
  .sub-section01 .intro-wrap .desc-wrap ul li {
    gap: 1.3rem;
    flex: 1;
    width: unset;
    height: 12rem;
  }
  .sub-section01 .intro-wrap .desc-wrap ul li .num {
    font-size: 1.6rem;
  }
  .sub-section01 .intro-wrap .desc-wrap ul li .title {
    font-size: 1.7rem;
  }
}
.sub-section02 {
  padding: 4.2rem 0 5.5rem;
  position: relative;
}
.sub-section02 .item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5.6rem;
       column-gap: 5.6rem;
  row-gap: 3.7rem;
  padding-top: 4rem;
}
.sub-section02 .item-wrap .item .txt {
  padding-top: 2.5rem;
}
.sub-section02 .item-wrap .item .txt h4 {
  font-size: 2.4rem;
  color: #d4824b;
}
.sub-section02 .item-wrap .item .txt p {
  padding-top: 1.3rem;
}

@media (max-width: 1279px) {
  .sub-section02 .item-wrap {
    gap: 3rem;
  }
  .sub-section02 .item-wrap .item .txt p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sub-section02 {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .sub-section02 .item-wrap {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  .sub-section02 .item-wrap .item .txt {
    text-align: center;
    padding-top: 2.5rem;
  }
}
.sub-section03 {
  padding: 5.2rem 0 8.2rem;
}
.sub-section03 .content-wrap {
  display: flex;
  justify-content: center;
  padding-top: 3.5rem;
  gap: 3.6rem;
}
.sub-section03 .content-wrap .content .txt {
  text-align: center;
}
.sub-section03 .content-wrap .content .txt span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d4824b;
  margin: 0 auto 2rem;
}
.sub-section03 .content-wrap .content .txt .txt-img {
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.sub-section03 .content-wrap .content .txt p {
  padding-top: 0.8rem;
}
.sub-section03 .content-wrap .content .figure {
  padding-top: 2.8rem;
}
@media (max-width: 1279px) {
  .sub-section03 .content-wrap {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .sub-section03 {
    padding-top: 32px;
    padding-bottom: 65px;
  }
  .sub-section03 .content-wrap {
    padding-top: 45px;
    flex-direction: column;
    gap: 35px;
  }
  .sub-section03 .content-wrap .content .txt span {
    width: 4px;
    height: 4px;
    margin-bottom: 1.5rem;
  }
  .sub-section03 .content-wrap .content .txt .txt-img {
    height: 38px;
  }
  .sub-section03 .content-wrap .content .txt .txt-img img {
    transform: scale(0.7);
  }
  .sub-section03 .content-wrap .content .figure {
    padding-top: 2rem;
  }
}/*# sourceMappingURL=style.css.map */