@charset "utf-8"; /* encoding */

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(../fonts/NotoSans-Thin.ttf);
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 200;
  font-display: block;
  src: url(../fonts/NotoSans-ExtraLight.ttf);
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../fonts/NotoSans-Light.ttf);
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url(../fonts/NotoSans-Medium.ttf);
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url(../fonts/NotoSans-SemiBold.ttf);
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url(../fonts/NotoSans-ExtraBold.ttf);
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/NotoSans-Black.ttf);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
button,
input {
  margin: 0;
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
option {
  color: #363636;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
img,
fieldset,
iframe {
  border: 0;
}
ul,
ol {
  list-style: none;
}
img,
a,
input,
select,
button {
  vertical-align: top;
}
em,
address,
dfn,
cite {
  font-style: normal;
}

a {
  color: #363636;
  text-decoration: none;
}
a:hover {
  color: #363636;
  text-decoration: none;
}
label,
button {
  cursor: pointer;
}

/* FORM  */
legend {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1000em;
  left: 0;
}

input[type="text"],
input[type="password"] {
  outline: none;
}
#login {
  position: relative;
  width: 100%;
  min-width: 1280px;
  height: 100vh;
  min-height: 300px;
  margin: 0 auto;
  overflow: hidden;
}
#login .login_bg {
  width: 100%;
  height: 50%;
  min-height: 300px;
  margin: 0 auto;
  background: url("/spp/css/default/image/img_main.jpeg") no-repeat center -100px;
}
#login .login_bg p {
  display: block;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 120px;
  left: 100px;
  font-weight: bold;
  font-family: Times New Roman;
}
#login .login_box {
  /* position: absolute; */
}

#login .login_box h2 {
  font-size: 22px;
}
#login .login_box > p {
  color: #3e5381;
}

#login .login_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#login .login_cont .form {
  overflow: hidden;
  width: 400px;
  padding: 40px;
  position: relative;
  margin-top: 36px;
  border-radius: var(--Radius-S, 12px);
  background: var(--NA-sys-light-surface-container-lowest, #fff);
  /* NA/Elevation Light/3 */
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15),
    0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
#login .login_cont .form ul {
  width: 100%;
}
#login .login_cont .form ul li {
  display: flex;
}

#login .login_cont .form ul > li + li {
  margin-top: 24px;
}
#login .login_cont .form ul > li input {
  flex: 1;
  border: 1px solid #71787d;
  border-radius: 4px;
  padding: 0px 12px;
  height: 40px;
  font-family: "Noto Sans";
  font-size: 14px;
  letter-spacing: 0.5px;
}
#login .login_cont .form ul > li input:focus {
  /* background: #fffae5 !important;
  border-color: #ffd153 !important; */
}
#login .login_cont .form button {
  /* position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 80px;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  cursor: pointer; */
  display: flex;
  background-color: #33424f;
  width: 100%;
  height: 32px;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  border-radius: 16px;
}
/* [data-theme="CLT01"] #login .login_cont .form button {
  background: #150d41;
} */
#login .login_cont .form button:disabled {
  background-color: #dcdcdc;
  cursor: default;
}
#login .login_box .help {
  margin-top: 23px;
}
#login .login_box .help a {
  color: #5fa0df;
}
#login .login_box .help a:hover {
  text-decoration: underline;
}

.login_box #loginForm ul li img {
  position: absolute;
  top: 67px;
  right: 5px;
}

.pw_show {
  cursor: pointer;
}

#btnLogin.error {
  background-color: #f44336 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

#btnLogin.noti {
  background-color: #4caf50 !important; /* 진한 초록색 */
  color: #ffffff !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

#btnLogin:not(:disabled) {
  background-color: #33424f;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

#btnLogin:not(:disabled):hover,
#btnLogin:not(:disabled):focus,
#btnLogin:not(:disabled):active {
  background-color: #33424f;
  color: #ffffff;
  opacity: 0.9;
}

#logFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 5vh;
  border: 1px solid #ddd;
}
#logFooter > p {
  text-align: center;
  color: #555;
  line-height: 2em;
}
#logFooter > p strong {
  color: #00aae5;
}

/* #7540 - Start */
.join_wrapper {
  display: flex;
  align-items: center;
  padding: 8px;
  font-family: "Noto Sans";
  margin: 12px 0px 24px 0px;
  font-size: 12px;
}

.join_wrapper #btnJoin {
  font-size: 15px;
  width: 90px;
  text-align: left;
  float: right;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  color: #fff;
}
[data-theme="CLT01"] .join_wrapper #btnJoin {
  background: #03a9f4;
}
.join_wrapper #btnJoin a {
  color: #fff;
}
/* #7540 - End */
.fogot_wrapper a {
  color: #196584;
  font-size: 12px;
  font-weight: 500;
}

.fogot_wrapper a#btnForgot:hover {
  text-decoration: underline;
}

.login_header {
  padding: 12px 16px;
  border-bottom: 1px solid #c0c7cd;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f2f4f7;
}

.login_header .divider {
  width: 1px;
  height: 24px;
  background-color: #c0c7cd;
}

.login_header span {
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15px;
}

.tenant-dropdown {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15px;
  margin-left: 4px;
  padding: 2px 11px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
  height: 26px !important;
}

.tenant-dropdown:hover {
  border-color: #888;
}

.login_container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #F0F4F8; */
  background-image: url("/spp/css/images/new/login_background.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.signup_wrapper {
  margin-top: 32px;
  justify-content: center;
  display: flex;
  gap: 8px;
  font-family: "Noto Sans";
  font-size: 12px;
}

.signup_wrapper span {
  color: #171c1f;
}

.signup_wrapper p {
  color: #196584;
  cursor: pointer;
  font-weight: 500;
}

.signup_wrapper p:hover {
  text-decoration: underline;
}

#projName {
  font-family: "Noto Sans";
  font-size: 22px;
  font-weight: 600;
}

@media all and (max-height: 800px) {
}

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
      0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
      0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
      0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
      0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* ===============================
   Login Box Animation start
   =============================== */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
}
/* ===============================
  Login Header Animation
  =============================== */
.fade-in {
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
