@charset "utf-8";
/* CSS Document */

/*=======================================
(주)세인인포테크  - UX/UI 디자인팀

loginView.jsp 새작업으로 인한 
login2.css_ 20240215 생성_nyj
=======================================*/

* {
  margin: 0;
  padding: 0;
}
html,
body {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  height: 100%;
}
body {
  background: #77EAD5;
}
form {
  width: 100%;
  height: 100%;
}
.fullscr {
  width: 100%;
  height: 100%;
  position: relative;
}

.login_box {
  width: 950px;
  height: auto;
  min-height: 500px;
  max-height: 780px;
  background: #b7eae4;
  opacity: 1;
  margin: 0 auto;
  border: 1px solid #1b8b8e;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 16px rgba(27, 139, 142, 0.4));
  transform: translateY(15%);
  padding: 0 0 30px 0;
  box-sizing: border-box;
}

.login_top {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  background: url(../images/2024/img_login_bg.png) no-repeat;
  height: 318px;
  padding: 90px 500px 0 0;
  box-sizing: border-box;
  border-radius: 10px;
}
.login_top img {
  width: 305px;
  height: auto;
}
.login_top p {
  font-size: 13px;
  color: #999;
  line-height: 17px;
  font-weight: bold;
  margin-top: 14px;
  letter-spacing: -1px;
}
.login_inbox {
  position: relative;
  margin: 30px auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0 26px;
  box-sizing: border-box;
}

.login_inbox ul {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  width: calc(100% / 2);
  padding: 0 74px;
  margin: 0;
}

.login_inbox ul + ul::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #29a890;
  left: 0;
  height: 100%;
  width: 1px;
}
.login_inbox li.title {
  padding-bottom: 24px;
}
.login_inbox li.title > span {
  font-size: 24px;
  color: #0f6060;
  border-bottom: 1px solid #0f6060;
  padding-bottom: 2px;
  letter-spacing: -2px;
}
.login_inbox li.id_save {
  text-align: left;
  margin-top: 10px;
}
.login_inbox li.info {
  color: #0f6060;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  margin-top: 14px;
  line-height: 17px;
}

.fields {
  width: 100%;
}
.fields > .fields_cert {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.fields input::placeholder {
  color: #73ccd1;
  font-weight: normal;
}
.fields input {
  border: none;
  outline: none;
  background: #d8f3f4;
  font-size: 15px;
  width: 100%;
  height: 42px;
  color: #000;
  padding: 0 12px 0 38px;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 4px;
}
.username,
.password {
  margin-bottom: 12px;
  width: 100%;
  height: 42px;
  line-height: 42px;
}
.username1 {
  width: 50%;
}
.username2,
.password2 {
  margin-bottom: 12px;
  width: 220px;
}
.username::before,
.username1::before,
.username2::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/2024/ico/ico_user.png) left 12px center no-repeat;
  width: 38px;
  height: 42px;
}
.password::before,
.password1::before,
.password2::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/2024/ico/ico_pw.png) left 12px center no-repeat;
  width: 38px;
  height: 42px;
}

.signin-button {
  outline: none;
  border: none;
  cursor: pointer;
  height: 42px;
  line-height: 44px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #1b8b8e;
  transition: 0.5s;
  opacity: 1;
  max-width: 300px;
  width: 100%;
}
.signin-button:hover {
  background: #0f6060;
}
.signin-button:active {
  background: #1da88a;
}
.signin-button.bk {
  width: 72px;
  background: #000;
  letter-spacing: -1px;
}
.signin-button.grn {
  width: 72px;
  background: #29a890;
  letter-spacing: -1px;
}
.signin-button2 {
  outline: none;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background: #ed174b;
  transition: 0.5s;
  opacity: 1;
  z-index: 1;
}
.signin-button2:hover {
  background: #004891;
}
.signin-button2:active {
  background: #1da88a;
}
.member-button {
  outline: none;
  border: none;
  cursor: pointer;
  width: 50%;
  height: 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background: #1b69b8;
  transition: 0.5s;
  opacity: 1;
  z-index: 1;
}
.member-button:hover {
  background: #004891;
}

.member-button:active {
  background: #1da88a;
}

.br {
  height: 15px;
}

.checkbox-wrap {
  cursor: pointer;
  color: #1b8b8e;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

.checkbox-wrap .check-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/2024/ico/check-none.png) left center no-repeat;
  vertical-align: middle;
  transition-duration: 0.3s;
  padding-right: 6px;
  background-size: contain;
}

.checkbox-wrap input[type="checkbox"] {
  display: none;
}

.checkbox-wrap input[type="checkbox"]:checked + .check-icon {
  background-image: url("../images/2024/ico/check-on.png");
}

.login_bottom {
  font-size: 10px;
  font-weight: normal;
  color: #29a890;
  text-align: center;
  position: absolute;
  display: block;
  bottom: 11px;
  width: 100%;
}

.group_company {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  bottom: -32px;
}
.group_company * {
  color: #0f6060;
}
.group_company a {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 28px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  padding: 0 4px;
}
.group_company a:hover {
  text-decoration: underline;
}
.group_company a:after {
  display: inline-block;
  content: "|";
  padding-left: 7px;
  font-weight: bold;
  height: 18px;
}
.group_company a:last-child:after {
  display: none;
}
