.agreement-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1000;
  background: #f9f9f9;
  padding: 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.agreement-wrap p {
  margin: 0;
}
.agreement-wrap .text {
  font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
  font-weight: 700;
  color: #1abc9c;
  margin: 8vw 0;
}
.agreement-wrap::-webkit-scrollbar {
  display: none;
}
.footer-wrap {
  display: none;
}

