.color999 {
  color: #999; }

.color222 {
  color: #222; }

#loading {
  width: 100vw;
  height: 100vh;
  background-image: url(../../assets/img/bg_loading.png);
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative; }
  #loading > img {
    width: 5rem;
    position: absolute;
    top: 1rem; }
  #loading .loading_text {
    text-align: center;
    color: #fefeff;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 3rem; }
    #loading .loading_text > strong {
      font-size: .4rem;
      letter-spacing: .1rem; }
    #loading .loading_text > span {
      margin-top: .22rem;
      font-size: .2rem; }
  #loading .btn_div {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: .42rem;
    padding: .3rem .75rem;
    border: 1px solid #fff;
    border-radius: .6rem;
    bottom: .7rem; }

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