@import 'notosanstc.css';
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.learn-swiper-wrap {
  width: 1350px;
  margin: auto;
}

.learn-wrap {
  margin: 8rem auto;
}
.learn-wrap .title-block > div {
  width: 90%;
  margin: auto;
  margin-top: 5rem;
}
.learn-wrap .title-block > div h2 {
  font-size: 2.375rem;
  margin: 1rem 0;
}
.learn-wrap .title-block > div p.des {
  font-size: 1.375rem;
  text-align: center;
}

.learn-block {
  margin: 3rem 0 5rem 0;
}
.learn-block p.des {
  color: #838383;
}
.learn-block .learn-block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #07B53B;
  margin: 1.5rem auto 0 auto;
}
.learn-block .learn-block-title h3 {
  flex: 1 0 0;
  margin: 0.5rem 0;
  font-size: 2.375rem;
}
.learn-block .learn-block-title p {
  white-space: nowrap;
}
.learn-block .learn-content-block {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin: 1.5rem auto;
  gap: 6%;
}
.learn-block .learn-content-block .learn-a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.375rem;
  width: 47%;
  padding: 1rem 2rem 1rem 3.5rem;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
  transition: color 0.5s;
}
.learn-block .learn-content-block .learn-a span {
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 1rem;
  white-space: nowrap;
  margin-left: 0.5rem;
}
.learn-block .learn-content-block .learn-a::before {
  position: absolute;
  display: block;
  content: "" attr(data-course);
  top: 50%;
  left: 0;
  font-size: 0.8rem;
  border-radius: 5px;
  color: #07B53B;
  border: 1px solid #07B53B;
  padding: 0.2rem 0.5rem;
  transform: translateY(-50%);
}
.learn-block .learn-content-block .learn-a::after {
  position: absolute;
  display: block;
  content: "";
  right: -1rem;
  width: 0.35rem;
  height: 0.35rem;
  border: 0.1rem solid #333333;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.5s, border 0.5s;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.5s;
}
.learn-block .learn-more-btn-block {
  margin: 0;
}
.learn-block .learn-more-btn-block .learn-more-btn {
  display: inline-block;
  color: #333333;
  border: 1px solid #333333;
  font-size: 1rem;
  padding: 0.5rem 3rem;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  transition: color 0.5s, background 0.5s, border 0.5s;
}
@media only screen and (min-width: 1025px) {
  .learn-block .learn-more-btn-block .learn-more-btn:hover {
    cursor: pointer;
    background: #07B53B;
    color: #FFF;
    border-color: #07B53B;
  }
}

.learn-intro-wrap {
  margin: 3rem auto 5rem auto;
  overflow: hidden;
}

.learn-swiper-wrap {
  position: relative;
  margin: 2.5rem auto;
}
.learn-swiper-wrap .card-wrapper {
  padding-bottom: 3rem;
}
.learn-swiper-wrap .swiper-button-prev {
  left: -4rem;
}
.learn-swiper-wrap .swiper-button-next {
  right: -4rem;
}

@media only screen and (min-width: 1025px) {
  .learn-block .learn-content-block .learn-a:hover {
    color: #07B53B;
  }
  .learn-block .learn-content-block .learn-a:hover::after {
    border-color: #07B53B;
    right: 0.5rem;
  }
}
@media only screen and (max-width: 1440px) {
  .learn-swiper-wrap {
    width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  .learn-swiper-wrap {
    width: 100%;
  }
  .learn-wrap {
    margin: 3rem auto 5rem auto;
  }
  .learn-wrap .title-block > div {
    width: 100%;
    margin-top: 0;
  }
  .learn-wrap .title-block > div h2 {
    font-size: 2rem;
    font-weight: normal;
  }
  .learn-block .learn-block-title {
    flex-wrap: wrap;
  }
  .learn-block .learn-block-title h3 {
    width: 100%;
    margin: 0;
    font-size: 2rem;
  }
  .learn-block .learn-block-title p {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .learn-block .learn-content-block {
    gap: 0;
  }
  .learn-block .learn-content-block .learn-a {
    width: 100%;
  }
  .learn-block .learn-more-btn-block {
    text-align: center;
  }
  .learn-intro-wrap {
    margin: 1.5rem auto 3rem auto;
  }
  .learn-intro-wrap h2 {
    margin: 0;
    font-weight: normal;
  }
  .learn-intro-wrap h2 p {
    font-size: 0.8rem;
  }
  .learn-intro-wrap p.des {
    font-size: 1rem;
  }
  .learn-swiper-wrap {
    overflow: hidden;
    margin: 1.5rem auto;
  }
  .learn-swiper-wrap .card-wrapper {
    padding-bottom: 1rem;
  }
  .learn-swiper-wrap .swiper-button-prev {
    left: 0;
  }
  .learn-swiper-wrap .swiper-button-next {
    right: 0;
  }
}/*# sourceMappingURL=learn.css.map */