.footer {
  height: 150px;

  &__normal {
    margin-top: 40px;
  }

  &__agree {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  &__container {
    padding: 5px 10px;
    position: relative;
    z-index: 2;

  }

  &__text {
    color: $c-gray;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    a {
      color: inherit;
      text-decoration-line: underline;
    }
  }

  &__agree {
    display: none;
  }
}