[v-cloak] {
  display: none;
}

@media screen and (min-width: 1025px) {
  .cc-grid {
    position: relative;
    min-height: 1px;
    padding: 0 16px;
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .cc-grid {
    width: 12.5%;
  }
}
@media screen and (max-width: 767px) {
  .cc-grid {
    width: 25%;
  }
}
@media screen and (max-width: 360px) {
  .cc-grid {
    width: 25%;
  }
}
#footer-container {
  clear: both;
  height: 170px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
#footer-container #footer-wrap {
  width: 976px;
  margin: 0 auto;
  border-top: 1px solid #E5E6E9;
}
#footer-container #footer-wrap #footer-scroll-to-top-btn {
  position: absolute;
  right: 0;
  top: 25px;
  cursor: pointer;
}
#footer-container #footer-wrap #footer-link {
  margin-top: 22px;
}
#footer-container #footer-wrap #footer-link a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  margin-right: 18px;
}
#footer-container #footer-wrap #footer-link a:first-child, #footer-container #footer-wrap #footer-link a:nth-child(2) {
  font-weight: 600;
}
#footer-container #footer-wrap #footer-info {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
}

#go-to-mobile-page {
  margin: 20px 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#go-to-mobile-page #go-to-mobile-page-btn {
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 0.3s;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  vertical-align: middle;
  text-transform: none;
  overflow: visible;
  background-color: #fb8678;
  border-color: #fb8678;
  color: #ffffff;
}
#go-to-mobile-page #go-to-mobile-page-btn:hover {
  background-color: #fcb2aa;
  border-color: #fcb2aa;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
#go-to-mobile-page #go-to-mobile-page-btn:focus {
  background-color: #fcb2aa;
  border-color: #fcb2aa;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

/*# sourceMappingURL=footer.css.map */
