* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}
html {
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 0;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 150%;
  background-color: transparent;
  height: 100%;
  -webkit-text-size-adjust: none;
}
ul {
  float: left;
  list-style-type: none;
}
li {
  float: left;
  list-style-type: none;
}
a {
  cursor: pointer;
  text-decoration: none;
}
input {
  font-family: inherit;
}
input:focus {
  outline: none;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #AAAAAC;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #AAAAAC;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #AAAAAC;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #AAAAAC;
}
#login_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100vh;
}
#login_logo {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.login_logo {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 120px;
  height: 38px;
}
#login_box_webportal {
  width: 430px;
  height: 440px;
  background: #ffffff;
  border: 1px solid #AAAAAC;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 2px 4px #AAAAAC;
  position: relative;
}
#login_box_webportal input {
  position: relative;
  width: 300px;
  height: 36px;
  border: 1px solid #AAAAAC;
  border-radius: 2px;
}
#login_box_webportal input:focus {
  border: 1px solid #4261F2;
}
.logo_area {
  margin-top: 70px;
}
.version_area {
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: 'Malgun Gothic';
  font-size: 10px;
  color: #C2C2C5;
}
.login_con {
  margin-top: 60px;
  width: 300px;
}
.login_con ul {
  margin-bottom: 4px;
}
.login_con ul .hideOption {
  display: none;
}
.login_inputidbg {
  position: relative;
}
.login_inputidbg #uid {
  background: url("../../images/theme1/login/login_id.png") no-repeat 18px center;
}
.login_inputidbg #uid:focus {
  background: url("../../images/theme1/login/login_ld_focus.png") no-repeat 18px center;
}
.login_inputpwbg {
  position: relative;
}
.login_inputpwbg #pwd {
  background: url("../../images/theme1/login/login_pw.png") no-repeat 18px center;
}
.login_inputpwbg #pwd:focus {
  background: url("../../images/theme1/login/login_pw_focus.png") no-repeat 18px center;
}
.login_inputlanbg {
  position: relative;
}
.login_inputlanbg #lang {
  background: url("../../images/theme1/login/login_lang.png") no-repeat 18px center;
}
.login_inputlanbg #lang:focus {
  background: url("../../images/theme1/login/login_lang_focus.png") no-repeat 18px center;
}
.login_input {
  float: left;
  border: 0;
  color: #303031;
  font-size: 14px;
  padding-left: 53px;
}
.login_btnarea {
  margin-top: 32px;
}
.login_btnarea a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  background: transparent linear-gradient(180deg, #4965E6 0%, #2E4FEC 100%) 0% 0% no-repeat;
  border: 1px solid #0C2BBE;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Malgun Gothic';
}
.login_btnarea a:hover {
  background: transparent linear-gradient(180deg, #2E4FEC 0%, #1D3CD4 100%) 0% 0% no-repeat;
}
.login_copyright {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 11px;
  font-family: 'Malgun Gothic';
  font-size: 10px;
  color: #C2C2C5;
  text-align: center;
  padding-top: 26px;
  padding-bottom: 6px;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}
.select_area {
  position: absolute;
  width: 100%;
  padding-left: 53px;
}
.selectbox .combo_select {
  width: 100%;
  height: 36px;
  border: 0;
  font-family: 'Malgun Gothic';
  font-size: 14px;
  color: #555555;
  background: url("../../images/theme1/login/combo_arrow4.png") no-repeat 96% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.selectbox .combo_select option {
  color: #555555;
}
.login_saveid {
  position: relative;
  display: inline-flex;
  margin-top: 5px;
  width: 300px;
  color: #737377;
}
.login_saveid #chkSaveUid {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}
.check_position {
  display: inline-flex;
  align-items: center;
  font-family: 'Malgun Gothic';
}
