@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 {
  padding: 4.7rem 0 0;
}
.sub-section01 .sub-banner {
  margin-top: 4rem;
  height: 70rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/img/c04_banner01.png");
}
.sub-section01 .sub-banner img {
  position: absolute;
  bottom: 0;
  left: 53%;
  transform: translateX(-50%);
}

@media (max-width: 1279px) {
  .sub-section01 .sub-banner {
    height: 480px;
  }
  .sub-section01 .sub-banner img {
    width: 650px;
  }
}
@media (max-width: 767px) {
  .sub-section01 .sub-banner {
    height: 60vw;
  }
  .sub-section01 .sub-banner img {
    width: 82.5vw;
  }
}
.sub-section02 {
  padding: 6.5rem 0 8.1rem;
}
.sub-section02 .sub-banner {
  margin-top: 4rem;
  background-image: url("/img/c04_banner02.png");
}
.sub-section02 .sub-banner .box-wrap {
  padding-left: 3.4%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4.5%;
}
.sub-section02 .sub-banner .box-wrap .desc-wrap {
  color: #fff;
}
.sub-section02 .sub-banner .box-wrap .desc-wrap .logotype {
  color: #fff;
}
.sub-section02 .sub-banner .box-wrap .desc-wrap .icon-wrap {
  margin-top: 3.5rem;
  display: flex;
  gap: 3.8rem;
}
.sub-section02 .sub-banner .box-wrap .desc-wrap .icon-wrap > li {
  position: relative;
  background-color: transparent;
  border-radius: 0rem;
}
.sub-section02 .sub-banner .box-wrap .desc-wrap .icon-wrap > li span {
  display: block;
  padding-top: 1.6rem;
}
.sub-section02 .sub-banner .box-wrap .desc-wrap .icon-wrap > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  right: -1.9rem;
  width: 1px;
  height: 110%;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(212, 130, 75, 0.2);
}
.sub-section02 .sub-banner .box-wrap .desc-wrap .type-wrap {
  padding-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 217px));
}
.sub-section02 .sub-banner .box-wrap .desc-wrap .type-wrap > li {
  height: 4.6rem;
  border-radius: 2rem;
  box-sizing: border-box;
  border: 1px solid #d4824b;
  background-color: rgba(212, 130, 75, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 1279px) {
  .sub-section02 .sub-banner .box-wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6rem;
    flex-direction: column;
    gap: 0rem;
  }
  .sub-section02 .sub-banner .box-wrap .desc-wrap .type-wrap {
    gap: 10px;
  }
  .sub-section02 .sub-banner .box-wrap .desc-wrap .type-wrap > li {
    height: 5rem;
    font-size: 1.7rem;
  }
  .sub-section02 .sub-banner .box-wrap .figure img {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .sub-section02 .sub-banner .box-wrap {
    padding-top: 6rem;
  }
  .sub-section02 .sub-banner .box-wrap .desc-wrap .icon-wrap {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sub-section02 .sub-banner .box-wrap .desc-wrap .icon-wrap > li .icon img {
    transform: scale(0.75);
  }
  .sub-section02 .sub-banner .box-wrap .desc-wrap .icon-wrap > li:not(:last-child)::after {
    right: 0rem;
    height: 100%;
  }
  .sub-section02 .sub-banner .box-wrap .desc-wrap .icon-wrap > li:nth-child(2)::after {
    display: none;
  }
  .sub-section02 .sub-banner .box-wrap .figure img {
    width: 250px;
  }
}/*# sourceMappingURL=style.css.map */