@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 .medical-clinic {
  padding: 4.2rem 0 6.5rem;
}
.sub-section01 .medical-clinic .sub-banner {
  margin: 4.2rem 0 2.5rem;
  border-radius: 2rem;
  position: relative;
}
.sub-section01 .medical-clinic .sub-banner.sub-banner01 {
  height: 70rem;
  background-image: url("/img/b02_banner01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub-section01 .medical-clinic .sub-banner.sub-banner01 > img {
  position: absolute;
  left: 53%;
  transform: translateX(-50%);
  bottom: 0;
}
.sub-section01 .medical-clinic .sub-banner.sub-banner01 .list {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  position: absolute;
  top: 46.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sub-section01 .medical-clinic .sub-banner.sub-banner01 .list.left {
  left: calc(50% - 365px);
}
.sub-section01 .medical-clinic .sub-banner.sub-banner01 .list.right {
  left: calc(50% + 365px);
}
.sub-section01 .medical-clinic .sub-banner.sub-banner01 .list li {
  font-size: 2.2rem;
  font-weight: 600;
  color: #d4824b;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
  border-radius: 2rem;
  border: 1px solid #d4824b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 26.7rem;
  height: 5.6rem;
  background-color: rgba(212, 130, 75, 0.15);
}
.sub-section01 .medical-clinic .sub-banner.sub-banner02 {
  background-image: url("/img/b02_banner02.png");
  height: 70rem;
}
.sub-section01 .medical-clinic .sub-banner.sub-banner02 > img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sub-section01 .medical-clinic .sub-banner.sub-banner02 ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5.4rem;
  display: flex;
  justify-content: center;
  gap: 4.1rem;
}
.sub-section01 .medical-clinic .sub-banner.sub-banner02 ul li {
  width: 21.7rem;
  height: 20.6rem;
  box-sizing: border-box;
  border-radius: 2rem;
  border: 1px solid #d4824b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  background-color: rgba(212, 130, 75, 0.15);
}
.sub-section01 .medical-clinic .sub-banner.sub-banner02 ul li p {
  color: #d4824b;
  font-weight: 600;
  padding-top: 2rem;
}
.sub-section01 .medical-clinic .check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 6.2rem;
       column-gap: 6.2rem;
  row-gap: 1.5rem;
}
.sub-section01 .medical-clinic .check-list li {
  border-radius: 2rem;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 2.1rem 0;
}
.sub-section01 .medical-clinic .check-list li img {
  display: block;
  margin-left: 4.4rem;
}
.sub-section01 .step-wrap {
  padding: 0 0 5.3rem;
}
.sub-section01 .step-wrap ul {
  display: flex;
  justify-content: center;
  gap: 3.6rem;
  margin-top: 3.5rem;
}
.sub-section01 .step-wrap ul li .desc {
  text-align: center;
  background-color: #d4824b;
  color: #fff;
  border-radius: 1.5rem;
  padding: 1.4rem 0;
  margin-bottom: 1.8rem;
}
.sub-section01 .step-wrap ul li .figure {
  position: relative;
}
.sub-section01 .step-wrap ul li:not(:last-child) .figure::after {
  content: "";
  display: block;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/img/b02_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 72px;
  height: 72px;
}

@media (max-width: 1279px) {
  .sub-section01 .medical-clinic .sub-banner {
    margin: 6rem 0 2.5rem;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner01 {
    height: 47.5rem;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner01 > img {
    width: 450px;
    left: 55%;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner01 .list.left {
    left: calc(50% - 240px);
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner01 .list.right {
    left: calc(50% + 240px);
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner01 .list li {
    width: 23rem;
    height: 5rem;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner02 {
    height: 60rem;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner02 > img {
    width: 700px;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner02 ul {
    gap: 2rem;
    padding: 3.5rem 20px 0;
    position: relative;
    left: unset;
    transform: none;
    top: unset;
  }
  .sub-section01 .medical-clinic .check-list {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .sub-section01 .step-wrap ul {
    flex-direction: column;
    align-items: center;
    gap: 6rem;
  }
  .sub-section01 .step-wrap ul li:not(:last-child) .figure::after {
    content: "";
    display: block;
    position: absolute;
    right: unset;
    top: unset;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    background-image: url("/img/b02_arrow.png");
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .sub-section01 .medical-clinic {
    padding: 35px 0 40px;
  }
  .sub-section01 .medical-clinic .sub-banner {
    margin: 3.5rem 0 2.5rem;
    border-radius: 10px;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner01 {
    height: 27.5rem;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner01 > img {
    width: 230px;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner01 .list {
    top: 45%;
    gap: 16px;
    z-index: 1;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner01 .list.left {
    left: calc(50% - 30vw);
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner01 .list.right {
    left: calc(50% + 30vw);
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner01 .list li {
    width: 12rem;
    font-size: 1.5rem;
    height: 3.5rem;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner02 {
    height: 52rem;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner02 > img {
    width: 500px;
    padding: 0 20px;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner02 ul {
    padding: 3rem 20px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 200px));
    gap: 12px;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner02 ul li {
    width: unset;
    height: 13rem;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner02 ul li .icon > img {
    height: 37px;
  }
  .sub-section01 .medical-clinic .sub-banner.sub-banner02 ul li p {
    padding-top: 1rem;
  }
  .sub-section01 .medical-clinic .check-list {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 12px;
  }
  .sub-section01 .medical-clinic .check-list li {
    width: 100%;
    padding: 1.5rem 10px 1.5rem 0;
    gap: 9px;
    border-radius: 10px;
    font-size: 13.5px;
  }
  .sub-section01 .medical-clinic .check-list li img {
    margin-left: 13px;
    width: 16px;
  }
  .sub-section01 .step-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .sub-section01 .step-wrap ul li .desc {
    border-radius: 10px;
  }
  .sub-section01 .step-wrap ul li:not(:last-child) .figure::after {
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    background-image: url("/img/b02_arrow.png");
    background-size: 45px;
    width: 50px;
    height: 50px;
  }
}
.sub-section02 {
  padding: 4.5rem 0 8rem;
}
.sub-section02 .merit-wrap ul {
  display: flex;
  justify-content: center;
  gap: 3.7rem;
  margin-top: 3.2rem;
}
.sub-section02 .merit-wrap ul li {
  padding: 4.5rem 10px 5rem;
  text-align: center;
  flex: 1;
  border: 1px solid #d4824b;
  border-radius: 2rem;
  background-color: rgba(212, 130, 75, 0.15);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .sub-section02 .merit-wrap ul li {
    border-radius: 10px;
  }
}
.sub-section02 .merit-wrap ul li .inner h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #d4824b;
  padding-top: 2.8rem;
}
.sub-section02 .merit-wrap ul li .inner p {
  padding-top: 1rem;
}

@media (max-width: 1279px) {
  .sub-section02 .merit-wrap ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 300px));
  }
}
@media (max-width: 767px) {
  .sub-section02 .merit-wrap ul {
    gap: 12px;
  }
  .sub-section02 .merit-wrap ul li {
    padding: 4rem 15px;
  }
  .sub-section02 .merit-wrap ul li .inner .icon img {
    height: 39px;
  }
  .sub-section02 .merit-wrap ul li .inner h3 {
    padding-top: 1.5rem;
    font-size: 2.1rem;
  }
  .sub-section02 .merit-wrap ul li .inner p {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */