@charset "UTF-8";

/** 250118 SY WMS **/

@font-face {
	font-family: "NotoSansKR";
	src: url("/common/font/Pretendard-Regular.woff2") format('woff2');
	font-weight: 500;
  font-style:normal;
}
@font-face {
	font-family: "NotoSansKR";
	src:url("/common/font/Pretendard-Medium.woff2") format('woff2');
	font-weight: 600;
  font-style:normal;
}
@font-face {
	font-family: "NotoSansKR";
	src:url("/common/font/Pretendard-Bold.woff2") format('woff2');
	font-weight: 800;
  font-style:normal;
}

* {
  margin:0; padding:0;
}
a, button, input {
  text-decoration: none;
  outline-width:0;
}
input::placeholder {
  color:#9c9c9c;
  letter-spacing: -1px;
  font-size:1.4rem;

}
html { font-size: 10px;}
body {
  font-size: 1rem; 
  font-family:'NotoSansKR',sans-serif; 
  font-weight:500;
  letter-spacing: -1px;
  background-color: #fff;
  word-break: break-all;
  overflow:hidden;
}
#wrap {
  position: relative;
  min-width: 1140px;
  overflow: hidden;
}
#innerBody {
  min-width: 1140px;
  width:100%;
  height:100vh;
  margin:0 auto;
}
#container {
  width:100%;
  height:40rem;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background-color: #ff6400;
  padding:0;
}
#container .innerCont {
  background: url(/common/theme/darkness/images/login/img_bg.png) no-repeat center;
  display:block;
  width:100%;
  height:40rem;
  position:relative;
}
/*로그인영역*/
#container .innerCont .loginArea {
  width:153rem;
  height:40rem;
  margin:0 auto;
  position:relative;
  overflow:hidden;
}
#container .innerCont .loginArea .login {
  width:30rem;
  box-sizing: border-box;
  position:absolute;
  top:2rem;
  left:26em;
}
#container .innerCont .loginArea .login h1 {
  text-align: center;
  position:relative;
  top:10px;
}
#container .innerCont .loginArea .login h1 img {
  width:60%;
  height:auto;
}
/*로그인박스영역*/
#container .innerCont .loginArea .login .loginBox {
  position:relative;
  width:30rem;
  height:28rem;
  background-color: #fff;
  margin-top: 1.5rem;
  margin-bottom:1rem;
  box-sizing: border-box;
  padding:2rem 1.4rem 2.4rem 1.4rem;
  border-radius:1.4rem;
}
#container .innerCont .loginArea .login .copyright {
  font-size: 1.1rem;
  color:#fff;
  letter-spacing: 0.2px;
  text-align: center;
  letter-spacing: -1px;
}
/*txtAni*/
.txtAni {
  text-align: center;
  position:absolute;
  top:11rem;
  right:42rem;
  width: 35%;
  height:10rem;
}
.text1 {
  color:#fff;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.text2 {
  color:#fff;
  display:inline-block;
  font-weight:lighter;
  font-size: 2.4rem;
  padding-top:18px;
} 
.text2 > span {
  letter-spacing: -1px;
}
.bold {
  font-weight:700;
}

@keyframes text {
  0% {
    margin-bottom: -40px;
  }
  30% {
    letter-spacing: 6px;
    margin-bottom: -40px;
  }
  85% {
    letter-spacing: 0;
    margin-bottom: -40px;
  }
  100% {
    margin-bottom: 20px;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 1;
  }
  100% {
    opacity: 1; /* 10초 동안 유지 */
  }
  100% {
    opacity: 0; /* 사라짐 */
  }
}

.login1 {
  display:flex;
  margin-bottom:1rem;
}
.login1 div:first-child {
  width:60%;
  padding:0 1rem 0 0;
  box-sizing: border-box;
}
.login1 div:last-child {
  width:40%;
}

.login1 .btnLog {
  width:100%;
  height:95%;
  background-color: #272222;
  display:flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  color:#fff;
  font-size: 1.4rem;
  font-weight: 800;
  box-sizing: border-box;
}
.login1 .id {
  position: relative;
  width:100%;
  height:3.2rem;
  background:#f2f2f2 url(/common/theme/darkness/images/login/img_log.png) no-repeat left center;
  background-position: 0.5rem;
  border:0;
  border-radius: 0.4rem; 
  padding:0.5rem 0.5rem 0.5rem 4rem;
  box-sizing: border-box;
  margin-bottom:0.5rem;
  background-size:14%;
  font-size:1.2rem;
}
.login1 .password {
  position: relative;
  width:100%;
  height:3.2rem;
  background:#f2f2f2 url(/common/theme/darkness/images/login/img_password.png) no-repeat left center;
  background-position: 0.5rem;
  border:0;
  border-radius: 0.4rem; 
  padding:1rem 1rem 1rem 4rem;
  box-sizing: border-box;
  margin-bottom:0.5rem;
  background-size:18%;
}

/*2 : 공장,언어선택*/
.login2 select {
  width:100%;
}

/*select*/
.login2 > select {
  width:100%;
}

nav select {
  padding: 0.7rem;
  background: #FFE7D9 url(/common/theme/darkness/images/login/img_down.png) no-repeat 242px 7px ;
  border: 1px solid var(--graphColorType07);
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--white);
  font-size: 1.2rem;
  border-radius: 0.4rem;
  margin:0.5rem 0;
}
nav select:focus,
nav select:active {
  background: #FFE7D9 url(/common/theme/darkness/images/login/img_down.png) no-repeat 242px 7px;
  color: #555;
  outline-width: 0;
}
nav select option {
  background: #FFE7D9;
  color: #555;
}


/*3 : 다운로드, 비번변경 영역*/
.login3 {
  display:flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.login3 a {
  width:11rem;
  font-size: 1.1rem;
  font-weight: 800;
  text-align:center;
  background-color: #F2F2F2;
  color:#555;
  padding:0.8rem;
  border-radius:0.4rem;
  outline: none;
  border:0;
}
.login3 a:active,
.login3 a:hover {
  background-color: #272222;
  color:#fff;
  transition:all 0.3s;
}

.sytxt {
  background:url(./../images/img_syfont.png) no-repeat;
  display:block;
  width:1122px;
  height:230px;
  background-size: 64%;
  position:absolute;
  bottom:-127px;
  right:-430px;
}
.memberTitle {
  font-size: 1.6rem;
  font-weight: 300;
  padding-bottom:0.5rem;
  color:#757575;
}


input::placeholder {
  color:#777777;
  font-size:1.2rem;
}

/*자동완성기능 배경색 없애기*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #f2f2f2 inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #f2f2f2 inset;
    transition: background-color 5000s ease-in-out 0s;
}