.content-width, .introduction__inner, .content, .content__logo, .content__inner, .footer {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.main-title {
  color: #ececec;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .main-title {
    font-size: 17px;
  }
}

.sub-title {
  color: #ececec;
  font-size: 8px;
}
@media screen and (min-width: 600px) {
  .sub-title {
    font-size: 14px;
  }
}

.pt-sm {
  padding-top: 10px;
}

.mb-ssm {
  margin-bottom: 5px !important;
}

.mb-sm {
  margin-bottom: 12px !important;
}

.mb-lg {
  margin-bottom: 15px !important;
}

body {
  background: #202124;
}

.introduction__content {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #ececec;
}
@media screen and (min-width: 600px) {
  .introduction__content {
    font-size: 18px;
  }
}
.introduction__contenttext {
  margin: unset;
}

.content__logo {
  display: flex;
  justify-content: space-around;
  padding-bottom: 15px;
}
.content__inner {
  background: #5B503E;
  animation-name: kf-contentbganimation;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.content__ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0 8px;
  line-height: 28px;
}
@media screen and (min-width: 600px) {
  .content__ul {
    line-height: 38px;
  }
}
.content__li__block {
  display: inline-block;
  width: 125px;
}
@media screen and (min-width: 600px) {
  .content__li__block {
    width: 200px;
  }
}
.content__li__descinner {
  line-height: 15px;
}
.content__li__description {
  color: #ececec;
  font-size: 10px;
  margin-left: -7px;
}
@media screen and (min-width: 600px) {
  .content__li__description {
    font-size: 19px;
    margin-left: unset;
  }
}
.content__li__description__annotation {
  font-size: 10px;
  color: #904669;
}
@media screen and (min-width: 600px) {
  .content__li__description__annotation {
    font-size: 12px;
  }
}
.content__li__description2 {
  color: #ececec;
  font-size: 10px;
  margin-left: 0px;
}
@media screen and (min-width: 600px) {
  .content__li__description2 {
    font-size: 14px;
  }
}

.footer {
  padding-top: 5px;
  font-size: 25px;
}
.footer__ul {
  padding: unset;
  list-style: none;
}
.footer__li {
  display: flex;
}
.footer__li > a {
  color: #8AB4F8;
  transition: transform 0.3s;
}
.footer__li > a:hover {
  transform: scale(1.2);
}

.apper > .item {
  opacity: 0;
  animation-name: kf-apperanimation;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes kf-apperanimation {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  31%, 100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes kf-contentbganimation {
  0% {
    transform: scale(0);
  }
  30%, 100% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */