@font-face {
  font-family: 'Aggravo';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff');
  font-weight: 300;
  font-display: swap;
}

.ff-aggro {
  font-family: 'Aggravo';
  font-weight: 600;
}

footer {
  margin-top: 0px !important;
}

main > .container {
  padding-top: 100px;
  padding-bottom: 150px;
}
.main-warp {
  position: relative;
  z-index: 0;
}
.main-warp:before {
  width: 60%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;

  /* 여러 배경을 겹쳐서 지정 */
  background-image: 
    url('/images/login_background.svg'),
    linear-gradient(119.99deg, #E7EAF3 -0.12%, #D1D7E8 100%);

  background-repeat: no-repeat;
  background-size: 80%, auto;
  background-position: left 50px center, center;
}
.main-warp h5,
.main-warp h1,
.main-warp .card {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  main > .container {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
.navbar-expand-xl {
  height: 93px;
}
.card {
  border: 1px solid #D0D7E2;
}
.card > .row > div {
  padding: 50px 60px;
}
form {
  
}
form .btn {
  height: 50px;
  border-radius: 5px;
}
a {
  text-decoration: none;
}
a:hover {
  color: #5E7DAA;
}