/* easing */
body.lower #breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#section--first {
  padding-top: 140px;
  padding-bottom: clamp(0px, 40vw, 300px);
  /*
  &:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 80%;
      background: linear-gradient(to bottom, rgba(243, 242, 248, 1), rgba(243, 242, 248, 0)),
                  linear-gradient(to bottom, rgba(243, 242, 248, 1), rgba(243, 242, 248, 0)),
                  linear-gradient(to bottom, rgba(243, 242, 248, 1), rgba(243, 242, 248, 0));
  }
  */
}
@media screen and (min-width: 768px) {
  #section--first {
    padding-top: 150px;
  }
}
@media screen and (min-width: 992px) {
  #section--first {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1200px) {
  #section--first {
    padding-top: 180px;
  }
}
#section--first [data-parallax] {
  filter: sepia(1) hue-rotate(210deg);
}
#section--first > .inner {
  z-index: 2;
}
#section--first .sec-head {
  text-align: center;
}
#section--first .sec-body h4 b {
  display: inline-block;
  padding: 15px 30px;
  border-top: 3px double rgba(56, 47, 86, 0.2);
  border-bottom: 3px double rgba(56, 47, 86, 0.2);
}
#section--first .sec-body ul li {
  padding: 2.5px 0;
}

#section--program {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  #section--program {
    display: flex;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  #section--program .sec-head {
    margin: 0;
    width: 40%;
    height: 100vh;
    display: flex;
    align-items: center;
    color: var(--color-white);
    background-color: var(--color-primary-darken);
  }
}
@media screen and (min-width: 992px) {
  #section--program .sec-head .inner {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 992px) {
  #section--program .sec-head h3 {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 992px) {
  #section--program .sec-head h3 strong {
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  #section--program .sec-body {
    width: 60%;
  }
}
#section--program .sec-body #programs .program {
  min-height: 100vh;
  padding-bottom: 25vh;
  background-color: var(--color-white);
}
#section--program .sec-body #programs .program:last-child {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #section--program .sec-body #programs .program:last-child {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 992px) {
  #section--program .sec-body #programs .program:last-child {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #section--program .sec-body #programs .program:last-child {
    padding-bottom: 120px;
  }
}
#section--program .sec-body #programs .program .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  aspect-ratio: 16/9;
}
#section--program .sec-body #programs .program .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#section--program .sec-body #programs .program .inner {
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  #section--program .sec-body #programs .program .inner {
    margin: 40px 0 0;
  }
}
#section--program .sec-body #programs .program__head {
  text-align: center;
}
#section--program .sec-body #programs .program__head h4 {
  line-height: 1.1;
}
#section--program .sec-body #programs .program__head p {
  margin: 5px 0 0;
}
#section--program .sec-body #programs .program__body {
  margin: 20px 0 0;
}
#section--program .sec-body #programs .program__foot {
  margin: 50px 0 0;
  padding: 50px 30px;
  background-color: rgba(56, 47, 86, 0.1);
}
@media screen and (min-width: 768px) {
  #section--program .sec-body #programs .program__foot {
    margin: 60px 0 0;
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1200px) {
  #section--program .sec-body #programs .program__foot {
    padding: 50px;
  }
}
#section--program .sec-body #programs .program__foot .voices__head {
  text-align: center;
  margin: 0 0 -20px;
}
#section--program .sec-body #programs .program__foot .voices__body ul li {
  margin: 40px 0 0;
}
#section--program .sec-body #programs .program__foot .voices__body ul li .in .li-head {
  display: flex;
  align-items: center;
}
#section--program .sec-body #programs .program__foot .voices__body ul li .in .li-head .li-thumb {
  width: 100px;
  margin: 0 15px 0 0;
}
#section--program .sec-body #programs .program__foot .voices__body ul li .in .li-head .li-thumb span {
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
#section--program .sec-body #programs .program__foot .voices__body ul li .in .li-head .li-thumb span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#section--program .sec-body #programs .program__foot .voices__body ul li .in .li-head .li-info p {
  font-size: 0.9em;
}
#section--program .sec-body #programs .program__foot .voices__body ul li .in .li-body {
  margin: 15px 0 0;
}
#section--program .sec-body #programs .program__foot .voices__body ul li .in .li-body .comment {
  font-size: 0.9em;
  position: relative;
  padding: 0 0 0 30px;
  opacity: 0.8;
}
#section--program .sec-body #programs .program__foot .voices__body ul li .in .li-body .comment:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 3px;
  height: 100%;
  background-color: rgba(56, 47, 86, 0.2);
  border-radius: 20px;
  transform: translate(0, -50%);
}

.swiper .swiper-pagination {
  position: static;
  margin: 10px 0 0;
}
.swiper .swiper-pagination-bullet {
  width: 10px;
  min-width: 10px;
  height: 10px;
  margin: 0 7.5px !important;
  background-color: rgba(0, 0, 0, 0.6);
}
.swiper .swiper-pagination-bullet-active {
  background: var(--color-primary-darken);
}
