/* _media.scss
-------------------------------------------------------*/
/* /_media.scss
-------------------------------------------------------*/
/* _inner.scss
-------------------------------------------------------*/
/* /_inner.scss
-------------------------------------------------------*/
/* _font.scss
-------------------------------------------------------*/
/* /_font.scss
-------------------------------------------------------*/
/* _over.scss
-------------------------------------------------------*/
@-webkit-keyframes markerReverse {
  0% {
    background-size: 0% 100%;
    background-position-x: 0%;
  }
  100% {
    background-size: 100% 100%;
    background-position-x: 0%;
  }
}
@keyframes markerReverse {
  0% {
    background-size: 0% 100%;
    background-position-x: 0%;
  }
  100% {
    background-size: 100% 100%;
    background-position-x: 0%;
  }
}
@-webkit-keyframes markerblankReverse {
  0% {
    background-size: 0% 100%;
    background-position-x: -28px;
  }
  100% {
    background-size: 100% 100%;
    background-position-x: -28px;
  }
}
@keyframes markerblankReverse {
  0% {
    background-size: 0% 100%;
    background-position-x: -28px;
  }
  100% {
    background-size: 100% 100%;
    background-position-x: -28px;
  }
}
@-webkit-keyframes arrow {
  0% {
    text-indent: 0;
  }
  50% {
    text-indent: 1.2em;
  }
  50.1% {
    text-indent: -1.2em;
  }
  100% {
    text-indent: 0;
  }
}
@keyframes arrow {
  0% {
    text-indent: 0;
  }
  50% {
    text-indent: 1.2em;
  }
  50.1% {
    text-indent: -1.2em;
  }
  100% {
    text-indent: 0;
  }
}
/* /_over.scss
-------------------------------------------------------*/
/* _other.scss
-------------------------------------------------------*/
/* /_other.scss
  -------------------------------------------------------*/
/* _individual.scss
-------------------------------------------------------*/
.un_beginner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 35px;
  gap: 20px;
}
.un_beginner_title {
  font-size: 2.25rem;
  font-weight: 700;
}
.un_beginner_titleTxt {
  font-weight: 500;
  color: #009961;
  margin-bottom: 6px;
}
.un_beginner_btn > a {
  margin: 40px auto 0;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .un_beginner {
    margin-bottom: 25px;
  }
  .un_beginner_title {
    font-size: 1.625rem;
  }
  .un_beginner_titleTxt {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=individual.css.map */