@charset "UTF-8";


  .Footer {
    display: flex;
    align-items: center;
    height: 36px;
    background: #07274a;
    position: fixed;
    width: 100%;
    bottom: 0;
  }

  .Footer .Footer-logo {
    margin-left: 40%
  }

  .Footer .Footer-option {
    display: none;
  }


@media screen and (min-width: 640px) {

  .Footer .Footer-option {
    display: flex;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    color: #F1F1FE;
    margin-right: 36px;
    text-decoration: none;
  }

  .Footer .Footer-logo {
    position: absolute;
    right: 100px;
  }

  .Footer .Footer-option:first-child {
    margin-left: 20px;
  }

}
