:root {
  --nav-height: 6rem;
  --footer-height: 5rem;
}
@media only screen and (max-width: 1024px) {
  :root {
    --nav-height: 4rem;
    --footer-height: 12rem;
  }
}

.kv {
  width: 100%;
}
.kv .kv-swiper {
  position: relative;
}
.kv .slide-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 450px;
}
.kv .slide-wrap .slide-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-size: auto 100% !important;
}
.kv .slide-wrap article h1 {
  font-size: 2.375rem;
  line-height: 125%;
}
@media only screen and (max-width: 1024px) {
  .kv .slide-wrap article h1 {
    font-size: 2rem;
  }
}
.kv .slide-wrap article p {
  font-size: 1.375rem;
  line-height: 135%;
  margin: 0.5rem 0;
}
.kv .slide-wrap article a {
  display: inline-block;
  padding: 1.25rem 5rem;
  text-align: center;
  color: #FFF;
  background: #000;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  transition: filter 0.5s;
  font-size: 1.375rem;
  line-height: 135%;
  margin-top: 3rem;
}
.kv .slide-wrap article a.negative {
  background: #000;
}
@media only screen and (min-width: 1025px) {
  .kv .slide-wrap article a:hover {
    filter: contrast(0.8) brightness(1.2);
  }
}
@media only screen and (max-width: 1024px) {
  .kv .slide-wrap article a {
    display: block;
    width: 100%;
    padding: 1.25rem 0.5rem;
  }
}

.lesson-prime,
.lesson-popular {
  margin: 3rem 0;
}

.popular-more {
  display: block;
  width: 100%;
  padding: 1.25rem 0;
  text-align: center;
  color: #FFF;
  background: #FFF;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  transition: filter 0.5s;
  font-size: 1.25rem;
  line-height: 135%;
  border: 1px solid #000;
  color: #000;
  width: 90%;
  margin: 1rem auto;
}
.popular-more.negative {
  background: #000;
}
@media only screen and (min-width: 1025px) {
  .popular-more:hover {
    filter: contrast(0.8) brightness(1.2);
  }
}

.info {
  padding: 3rem 0;
  background: #F7F6F6;
}
.info .info-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info .info-flex > img {
  display: block;
  width: 45%;
}
.info .info-flex article {
  width: 50%;
}
.info .info-flex article h2 {
  color: #07B53B;
}
.info .info-flex article p {
  margin: 1.5rem 0;
}
.info .info-flex article a {
  display: inline-block;
  padding: 1.25rem 5rem;
  text-align: center;
  color: #FFF;
  background: #07B53B;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  transition: filter 0.5s;
  font-size: 1.25rem;
  line-height: 135%;
}
.info .info-flex article a.negative {
  background: #000;
}
@media only screen and (min-width: 1025px) {
  .info .info-flex article a:hover {
    filter: contrast(0.8) brightness(1.2);
  }
}
@media only screen and (max-width: 1024px) {
  .info .info-flex article a {
    display: block;
    width: 100%;
    padding: 1.25rem 0.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .kv {
    width: 100%;
  }
  .kv .kv-swiper {
    position: relative;
  }
  .kv .kv-swiper .swiper-pagination {
    bottom: 3rem !important;
  }
  .kv .slide-wrap {
    display: block;
    height: 1024px;
  }
  .kv .slide-wrap article {
    padding-top: 3rem;
    text-align: center;
  }
  .kv .slide-wrap article h1 {
    font-size: 2.375rem;
    line-height: 125%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .kv .slide-wrap article h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .kv .slide-wrap article p {
    font-size: 1.375rem;
    line-height: 135%;
    margin: 0.5rem 0;
  }
  .kv .slide-wrap article a {
    position: absolute;
    bottom: 6rem;
    width: 80% !important;
    right: 0;
    left: 0;
    margin: auto;
  }
  .lesson-prime {
    background: #F7F6F6;
  }
  .lesson-prime,
  .lesson-popular {
    margin: 0;
    padding: 1.5rem 0;
  }
  .info .info-flex {
    display: block;
  }
  .info .info-flex > img {
    width: 100%;
  }
  .info .info-flex article {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .kv .slide-wrap {
    height: 768px;
  }
}
@media only screen and (max-width: 640px) {
  .kv .slide-wrap {
    height: 640px;
  }
}
@media only screen and (max-width: 375px) {
  .kv .kv-swiper {
    position: relative;
  }
  .kv .kv-swiper .swiper-pagination {
    bottom: 1.5rem !important;
  }
  .kv .slide-wrap {
    height: 480px;
  }
  .kv .slide-wrap article {
    padding-top: 1.5rem;
  }
  .kv .slide-wrap article a {
    bottom: 4rem;
  }
}/*# sourceMappingURL=index.css.map */