
*{
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


input[type="text"],
input[type="password"] {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  /*background-color: #f6f9fc;*/
}

button {
  height: 61px;
  background-color: #012D6B;
  color: white;
  border: 0;
  font-size: 20px;
}

input {
  border-radius: 0;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 15px;
  border: solid 1px #cccccc;
}

input::placeholder {
  padding-left: 5px;
}

img {
  margin-top: 60px;
  width: 98%;
  height: 180px;
}

@media (min-width: 320px) {
  input,
  button {
    width: 98%;
  }

  #wrap {
    width: 98%;
    height: 500px;
    margin: 0 auto;
    border-radius: 4px;
  }

  #content {
    text-align: center;
    margin: 20px auto;
    width: 100%;
  }

  .logo {
    padding: 5px 0px 0px 0px;
    color: #012D6B;
    font-weight: 800;
    font-size: 35px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  }
}

@media (min-width: 768px) {
  input,
  button {
    width: 98%;
  }

  #wrap {
    width: 58%;
    height: 500px;
    margin: 0 auto;
    border-radius: 4px;
  }

  #content {
    text-align: center;
    margin: 20px auto;
    width: 100%;
  }

  .logo {
    margin-bottom: 50px;
    padding: 20px 0px 0px 0px;
    color: #012D6B;
    font-weight: 800;
    font-size: 55px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  }
}

@media (min-width: 1024px) {
  input,
  button {
    width: 98%;
  }

  #wrap {
    width: 25%;
    height: 500px;
    margin: 0 auto;
    border-radius: 4px;
  }

  #content {
    text-align: center;
    margin: 20px auto;
    width: 100%;
  }

  .logo {
    margin-bottom: 50px;
    padding: 20px 0px 0px 0px;
    color: #012D6B;
    font-weight: 800;
    font-size: 55px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  }
}

/* 체크박스 css */
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  cursor: pointer;
  float: left;
  margin: 11px;
  font-size: 15px;
  color: #333;
}

input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: -4px;
  position: relative;
  left: 0;
  bottom: 1px;
  background-color: rgb(245, 246, 247);
  border-radius: 4px;
  border: 1.3px solid #012D6B;
}

input[type="checkbox"]:checked + label:before {
  content: "";
  background: url(../img/checkbox_checked.png) #012D6B no-repeat
    center/17px 17px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-bottom: -4px;
  position: relative;
  left: 0;
  bottom: 1px;
  border-radius: 4px;
  border: 1.3px solid #012D6B;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}

.login_menu a {
  text-align: center;
  text-decoration: none;
  color: #8e8e8e;
}

.login_menu span {
  color: #e4e4e5;
}

button:hover {
  background-color: #F8981C;
}

input:focus,
button:focus {
  outline: none;
  border: 1px solid #F8981C;
}


.footer {
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:500;
	opacity: 0.6;
	font-size: 10px;
}

a{
	text-decoration: none;
}

*{
	border-radius: 0;
}


