@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: 5rem 0 6.2rem;
}
.sub-section01 .sub-banner {
  margin: 4.2rem 0 0;
  background-image: url("/img/c02_banner01.png");
  height: 70rem;
}
.sub-section01 .sub-banner > img {
  position: absolute;
  bottom: 0;
  left: 50.5%;
  transform: translateX(-50%);
}
.sub-section01 .check-wrap {
  display: flex;
  justify-content: center;
  gap: 6.3rem;
  margin: 5.6rem 0 0;
}
.sub-section01 .check-wrap .check-list {
  flex: 1;
  padding: 2rem;
  background-color: #f8f8f8;
  border-radius: 2rem;
}
.sub-section01 .check-wrap .check-list ul li {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.45rem 2.2rem;
  line-height: 1;
}
.sub-section01 .check-wrap .check-list ul li > span {
  line-height: 1;
}
.sub-section01 .check-wrap .check-list ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

@media (max-width: 1279px) {
  .sub-section01 .sub-banner {
    height: 59rem;
  }
  .sub-section01 .sub-banner > img {
    width: 600px;
  }
  .sub-section01 .check-wrap {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .sub-section01 {
    padding: 4.5rem 0 6.2rem;
  }
  .sub-section01 .sub-banner {
    height: 65vw;
  }
  .sub-section01 .sub-banner > img {
    width: 75vw;
    left: 50%;
  }
  .sub-section01 .check-wrap {
    margin: 5rem 0 0;
    gap: 5rem;
    flex-direction: column;
  }
  .sub-section01 .check-wrap .check-list {
    padding: 2rem 2rem 0.7rem 2rem;
  }
  .sub-section01 .check-wrap .check-list .sub-ttl-box {
    margin-bottom: 0.5rem;
  }
  .sub-section01 .check-wrap .check-list ul li {
    padding: 1.8rem 1.5rem;
  }
  .sub-section01 .check-wrap .check-list ul li > img {
    width: 16px;
  }
  .sub-section01 .check-wrap .check-list ul li > span {
    line-height: 1.4;
  }
}
.sub-section02 {
  padding: 4.2rem 0 6.8rem;
}
.sub-section02 .sub-banner {
  margin: 4.8rem 0 7rem;
  background-image: url("/img/c02_banner02.png");
  height: 70rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sub-section02 .sub-banner .box-wrap {
  padding: 0 0 0 5.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.7%;
}
.sub-section02 .sub-banner .box-wrap .desc-wrap {
  padding: 4rem 0 0 0;
}
.sub-section02 .sub-banner .box-wrap .desc-wrap .circle-wrap {
  margin: 3rem 0 0;
  gap: 2.2rem;
}
.sub-section02 .sub-banner .box-wrap .desc-wrap .circle-wrap .circle {
  background-color: rgba(212, 130, 75, 0.15);
  border: 1px solid #d4824b;
  border-radius: 50%;
  width: 20.5rem;
  height: 20.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
}
.sub-section02 .sub-banner .box-wrap .desc-wrap .circle-wrap .circle .icon {
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.sub-section02 .sub-banner .box-wrap .desc-wrap .circle-wrap .circle span {
  color: #d4824b;
  font-weight: 600;
  display: block;
  padding: 1.5rem 0 0 0;
}
.sub-section02 .sub-banner .box-wrap .figure {
  flex-shrink: 0;
}
.sub-section02 .content-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 672px));
  -moz-column-gap: 5.6rem;
       column-gap: 5.6rem;
}
.sub-section02 .content-wrap .content .txt {
  padding: 2.5rem 0 0 0;
}
.sub-section02 .content-wrap .content .txt h3 {
  font-size: 2.4rem;
  color: #d4824b;
}
.sub-section02 .content-wrap .content .txt p {
  padding-top: 1.5rem;
  line-height: 1.25;
}
.sub-section02 .content-wrap .content .txt ul {
  padding-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.7rem;
       column-gap: 1.7rem;
  row-gap: 1.3rem;
}
.sub-section02 .content-wrap .content .txt ul li {
  box-sizing: border-box;
  border: 1px solid #d4824b;
  background-color: rgba(212, 130, 75, 0.15);
  border-radius: 2rem;
  height: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 1450px) {
  .sub-section02 .sub-banner {
    padding: 0 0 10rem 0;
    height: auto;
  }
  .sub-section02 .sub-banner .box-wrap {
    margin: -2.5rem 0 0 0;
    padding: 0;
    gap: 50px;
    flex-direction: column-reverse;
  }
  .sub-section02 .sub-banner .box-wrap .desc-wrap {
    padding: 0;
  }
  .sub-section02 .sub-banner .box-wrap .figure {
    flex-shrink: 1;
  }
  .sub-section02 .sub-banner .box-wrap .figure img {
    position: relative;
    left: 10%;
  }
}
@media (max-width: 1279px) {
  .sub-section02 .content-wrap {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(1, minmax(0, 672px));
    row-gap: 50px;
  }
  .sub-section02 .content-wrap .content .txt {
    text-align: center;
  }
  .sub-section02 .content-wrap .content .txt p {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .sub-section02 {
    padding: 4.2rem 0 5.5rem;
  }
  .sub-section02 .sub-banner {
    margin: 4.8rem 0 5rem;
    padding: 0 0 7rem 0;
  }
  .sub-section02 .sub-banner .box-wrap {
    margin: -3vw 0 0 0;
    gap: 40px;
    padding: 0 16px;
  }
  .sub-section02 .sub-banner .box-wrap .desc-wrap .circle-wrap {
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 0rem;
  }
  .sub-section02 .sub-banner .box-wrap .desc-wrap .circle-wrap .circle {
    width: 37vw;
    height: 37vw;
  }
  .sub-section02 .sub-banner .box-wrap .desc-wrap .circle-wrap .circle .icon {
    transform: scale(0.7);
    height: 37px;
  }
  .sub-section02 .sub-banner .box-wrap .figure {
    display: flex;
    justify-content: center;
  }
  .sub-section02 .sub-banner .box-wrap .figure img {
    width: 80%;
    left: 5%;
  }
  .sub-section02 .content-wrap .content .txt ul {
    padding: 3rem 0 0 0;
    gap: 12px;
  }
  .sub-section02 .content-wrap .content .txt ul li {
    height: 6rem;
  }
}
.sub-section03 {
  padding: 4.3rem 0 8.1rem;
}
.sub-section03 .info-wrap {
  margin: 5.6rem 0 6rem;
  display: flex;
  justify-content: center;
  gap: 6.5rem;
}
.sub-section03 .info-wrap .info {
  position: relative;
  text-align: center;
}
.sub-section03 .info-wrap .info .icon {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.sub-section03 .info-wrap .info p {
  padding: 1.6rem 0 0 0;
}
.sub-section03 .info-wrap .info:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 120%;
  right: -3.25rem;
  top: 50%;
  background-color: rgba(212, 130, 75, 0.2);
  transform: translateY(-50%);
}
.sub-section03 .sub-banner {
  background-image: url("/img/c02_banner03.png");
  height: 70rem;
  display: flex;
  align-items: flex-end;
}
.sub-section03 .sub-banner .box-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  gap: 3%;
}
.sub-section03 .sub-banner .box-wrap .figure {
  flex-shrink: 0;
}
.sub-section03 .sub-banner .box-wrap .table-wrap h3 {
  text-align: center;
  color: #d4824b;
  padding-bottom: 2.7rem;
}
.sub-section03 .sub-banner .box-wrap .table-wrap .table {
  display: grid;
  gap: 2.2rem;
}
.sub-section03 .sub-banner .box-wrap .table-wrap .table .row {
  display: grid;
  grid-template-columns: 17.8rem 17.8rem 14.3rem 24.7rem;
  gap: 1.2rem;
}
.sub-section03 .sub-banner .box-wrap .table-wrap .table .row .cell {
  border-radius: 2rem;
  text-align: center;
  background-color: #f8f8f6;
  height: 5.6rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.sub-section03 .sub-banner .box-wrap .table-wrap .table .row.head .cell {
  background-color: #d4824b;
  color: #fff;
  font-size: 2.4rem;
}
.sub-section03 .sub-banner .box-wrap .table-wrap .notice {
  padding: 3rem 0 0 0;
}

@media (max-width: 1500px) {
  .sub-section03 .sub-banner {
    padding: 0 0 10rem 0;
    height: auto;
  }
  .sub-section03 .sub-banner .box-wrap {
    gap: 50px;
    margin: -2.5rem auto 0;
    flex-direction: column;
  }
}
@media (max-width: 1279px) {
  .sub-section03 .sub-banner .box-wrap .figure img {
    width: 500px;
  }
  .sub-section03 .sub-banner .box-wrap .table-wrap .table .row {
    justify-content: center;
    grid-template-columns: 16.8rem 16.8rem 13.3rem 23.7rem;
  }
  .sub-section03 .sub-banner .box-wrap .table-wrap .table .row .cell {
    line-height: 1.3;
  }
  .sub-section03 .sub-banner .box-wrap .table-wrap .notice {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sub-section03 .info-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 200px));
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 4rem;
  }
  .sub-section03 .info-wrap .info .icon {
    height: 34px;
    transform: scale(0.75);
  }
  .sub-section03 .info-wrap .info:nth-child(2)::after {
    display: none;
  }
  .sub-section03 .info-wrap .info:not(:last-child)::after {
    height: 100%;
    right: 0;
  }
  .sub-section03 .sub-banner {
    padding: 0 0 7.5rem 0;
  }
  .sub-section03 .sub-banner .box-wrap {
    margin: -3vw 0 0 0;
    padding: 0 12px;
    gap: 35px;
  }
  .sub-section03 .sub-banner .box-wrap .figure {
    display: flex;
    justify-content: center;
    flex-shrink: 1;
  }
  .sub-section03 .sub-banner .box-wrap .figure img {
    width: 80%;
  }
  .sub-section03 .sub-banner .box-wrap .table-wrap .table {
    gap: 6px;
  }
  .sub-section03 .sub-banner .box-wrap .table-wrap .table .row {
    gap: 6px;
    grid-template-columns: 1fr 1fr 0.8fr 1.3fr;
  }
  .sub-section03 .sub-banner .box-wrap .table-wrap .table .row .cell {
    font-size: 1.6rem;
    border-radius: 10px;
  }
  .sub-section03 .sub-banner .box-wrap .table-wrap .table .row.head .cell {
    font-size: 1.75rem;
  }
}/*# sourceMappingURL=style.css.map */