@charset "UTF-8";
header .title {
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.login-area {
  max-width: 460px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
}

.login-box-wrap {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.05);
}

.school-logo-wrap {
  padding: 48px 0 53px;
}

.school-logo-wrap .school-img {
  max-height: 170px;
  padding: 15px 0;
}

.login-tab-wrap {
  width: 100%;
  font-size: 0;
  border-top: 1px solid #e5e5e5;
}

.login-tab-wrap .tab-list {
  display: inline-block;
  width: 33.33%;
  padding: 18px 10px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: 900;
  color: #b2b2b2;
  background-color: #eee;
}

.login-tab-wrap .tab-list .icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-righT: 7px;
}

.login-tab-wrap .tab-list .icon.student {
  background-image: url(../../imgs/1/icon_login_student_g.png);
}

.login-tab-wrap .tab-list .icon.professor {
  background-image: url(../../imgs/1/icon_login_professor_g.png);
}

.login-tab-wrap .tab-list .icon.admin {
  background-image: url(../../imgs/1/icon_login_admin_g.png);
}

.login-tab-wrap .tab-list .icon.book {
  background-image: url(../../imgs/1/icon_login_book_g.png);
}

.login-tab-wrap .tab-list.active {
  color: #009498;
  border-bottom: 0;
  background-color: #fff;
}

.login-tab-wrap .tab-list.active .icon.student {
  background-image: url(../../imgs/1/icon_login_student.png);
}

.login-tab-wrap .tab-list.active .icon.professor {
  background-image: url(../../imgs/1/icon_login_professor.png);
}

.login-tab-wrap .tab-list.active .icon.admin {
  background-image: url(../../imgs/1/icon_login_admin.png);
}

.login-tab-wrap .tab-list.active .icon.book {
  background-image: url(../../imgs/1/icon_login_book.png);
}

.login-tab-wrap .tab-list:last-child {
  border-right: 1px solid #e5e5e5;
}

.id-pw-wrap {
  padding: 40px 45px;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

.id-pw-wrap .id-pw-input {
  padding-left: 0;
  font-size: 15px;
  color: #737373;
}

.id-pw-wrap .id-pw-input:focus {
  border-color: #00b0b5;
}

.id-pw-wrap .id-pw-input[type=password] {
  font-family:  "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", sans-serif ;
}

.id-pw-wrap .input-wrap {
  margin-bottom: 30px;
}

.id-wrap {
  margin-bottom: 30px;
}

.status-case {
  margin-top: 5px;
  font-size: 12px;
  text-align: left;
  color: #00b0b5;
}

.checkbox-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: left;
}

.login-checkbox {
  position: relative;
  display: inline-block;
  min-width: 25px;
  min-height: 25px;
  cursor: pointer;
}

.login-checkbox .checkbox-input {
  display: none;
}

.login-checkbox .checkbox-input[type=checkbox]:checked ~ .custom-checked {
  position: absolute;
  top: 10px;
  left: 6px;
  display: inline-block;
  width: 16px;
  height: 10px;
  border-top: 3px solid #737373;
  border-right: 3px solid #737373;
  transform: translateY(-50%) rotate(135deg);
}

.login-checkbox:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #dcdcdc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login-checkbox .text {
  position: relative;
  top: 3px;
  margin-left: 35px;
  font-size: 12px;
  color: #737373;
}

.find-pw-wrap {
  font-size: 0;
}

.find-pw-wrap .list {
  display: inline-block;
  font-size: 13px;
  color: #7d7e7e;
}

.find-pw-wrap .list:first-child:after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 10px;
  background-color: #c3c3c3;
}
