.login-form-ctn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 119px;
  width: 100%;
  padding: 20px;
  height: calc(100vh - 119px);
}

.login-form-ctn form {
  width: 406px;
  margin: 0 auto;
}

.login-form-ctn form > h1 {
  font-family: Montserrat, Noto Sans KR;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.login-form-ctn form div > input {
  height: 60px;
  padding: 18px 20px;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
}

.login-form-ctn form div > input:active {
  border: 1px solid #3d7ebf;
}

.login-form-ctn form div > input:focus {
  box-shadow: none;
}

.login-form-ctn form div > input::placeholder {
  color: #9e9e9e;
}

.login-form-ctn form button[type="button"] {
  width: 100%;
  color: #ffffff;
  background-color: #001d3c;
  height: 60px;
  font-size: 16px;
  font-weight: 399;
  font-family: "Spoqa Han Sans Neo";
  margin-bottom: 20px;
}

.login-form-ctn form input#save-id {
  display: none;
}

.login-form-ctn form input#save-id + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  color: #757575;
  font-size: 14px;
}

.login-form-ctn form input#save-id + label span {
  display: block;
  margin-left: 30px;
  min-width: 81px;
  height: 20px;
  line-height: 1.2;
}

.login-form-ctn form input#save-id:checked + label {
  color: #004a8f;
  border: 1px solid #004a8f;
  background: url(/res/home/img/koica/checkbox-checked.png) no-repeat center 50%;
  background-color: #004a8f;
}

#find-id-fw {
  color: #757575;
  font-size: 14px;
  cursor: pointer;
}

.id-pw-group {
  margin-bottom: 48px;
}
.id-pw-group p {
  float:right; display:inline-block;
}
.id-pw-group .bar { display:inline-block;
    width: 1px;
    height: 12px;
    margin: 0 8px;
    background-color: #e0e0e0;
}


.or-divider {
  border-top: 1px solid #e0e0e0;
  position: relative;
}

.or-divider > span {
  color: #bdbdbd;
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  font-family: "Spoqa Han Sans Neo";
  display: inline-block;
  padding: 0 8px;
}

.sns-group {
  width: 260px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.sns-group a {
  width: 50px;
  border-radius: 50px;
  height: 50px;
  position: relative;
}

.sns-group a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
}

.sns-group a.ic-facebook {
  background-color: #1877f1;
}

.sns-group a.ic-twitter {
  background-color: #1da0f1;
}

.sns-group a.ic-google {
  background-color: #dd5246;
}

.sns-group a.ic-apple {
  background-color: #000000;
}

@media all and (min-width: 1278px) {
  .login-form-ctn {
    display: block;
    height: auto;
    padding: 261px 0 241px;
    margin-top: 0;
  }
}


input#captcha_code::-webkit-inner-spin-button,
input#captcha_code::-webkit-outer-spin-button {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
input#captcha_code::-webkit-outer-spin-button,
input#captcha_code::-webkit-inner-spin-button {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
input#captcha_code {-moz-appearance: textfield;}

#captchaImg{height: 65px;}
.certified-item .btn-box__item{width: 50px;height: 50px;background-image: url("/res/home/img/koica/filter-mobile-refresh.png");background-position: center;display: inline-block;background-repeat: no-repeat;border: 1px solid #9e9e9e;border-radius: 10px;}