* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}
html {
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 0;
}
iframe {
  border: 0;
  outline: 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: 40px;
}
.version_area {
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: "Malgun Gothic", "맑은 고딕", sans-serif;
  font-size: 10px;
  color: #C2C2C5;
}
.login_con {
  margin-top: 20px;
  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", "맑은 고딕", sans-serif;
}
.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", "맑은 고딕", sans-serif;
  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", "맑은 고딕", Dotum, "돋움", sans-serif;
  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", "맑은 고딕", Dotum, "돋움", sans-serif;
}
/********** 인증 DIV **********/
#certi_process {
  width: 100%;
  /*height: 100dvh;*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#certi_process .dim {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
#certi_process .modal {
  width: 430px;
  height: 440px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
/********** 헤더영역 **********/
#certi_process .header {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  padding: 0 16px;
}
#certi_process .header .close {
  width: 32px;
  height: 32px;
  outline: none;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#certi_process .header .close:hover {
  background-color: #F3F3F7;
}
/********** 콘텐츠 영역 **********/
#certi_process .contents {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 0 0 0;
  align-items: center;
  gap: 16px;
}
#certi_process .contents .title {
  font-size: 20px;
  padding-bottom: 12px;
}
#certi_process .contents .subtitle {
  font-size: 13px;
}
#certi_process .contents .subtitle.error {
  color: #DC3545;
}
#certi_process .contents .middle {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 65px;
  gap: 10px;
}
#certi_process .contents .theme_box {
  background-color: #F3F3F7;
  width: 100%;
  padding: 20px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#certi_process .input_wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 9px;
}
#certi_process .user_info {
  font-size: 14px;
  font-weight: bold;
}
#certi_process .time {
  font-size: 13px;
  color: #737377;
}
#certi_process .re-sand {
  align-self: flex-end;
  background: transparent;
  outline: none;
  border: none;
  text-decoration: underline;
  color: #737377;
  font-size: 12px;
  margin-bottom: 2px;
  cursor: pointer;
}
/* 인증 코드 발송 버튼 추가 -- 20251127 LKR */
button#sendAuthCode {
  padding: 4px 20px;
  border: 1px solid #C2C2C5;
  background-color: #ffffff;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
button#sendAuthCode:disabled {
  display: none;
}
/* input 스타일링 */
#certi_process .contents div:has(> input) {
  width: 100%;
}
#certi_process input {
  position: relative;
  width: inherit;
  height: 36px;
  border: 1px solid #C2C2C5;
  border-radius: 4px;
  font-size: 14px;
  padding-left: 53px;
  transition: border 0.2s;
}
#certi_process input:focus {
  border: 1px solid #4261F2;
}
#certi_process {
  position: relative;
}
#certi_process #uid {
  background: url(../../images/theme1/login/login_id.png) no-repeat 18px center;
}
#certi_process #uid:focus {
  background: url(../../images/theme1/login/login_ld_focus.png) no-repeat 18px center;
}
#certi_process #newPassword,
#certi_process #confirmPassword {
  background: url(../../images/theme1/login/login_pw.png) no-repeat 18px center;
}
#certi_process #newPassword:focus,
#certi_process #confirmPassword:focus {
  background: url(../../images/theme1/login/login_pw_focus.png) no-repeat 18px center;
}
#certi_process #authCodeNum {
  background: url(../../images/theme1/login/certi.png) no-repeat 18px center;
}
#certi_process #authCodeNum:focus {
  background: url(../../images/theme1/login/certi_focus.png) no-repeat 18px center;
}
/********** 하단 영역 **********/
#certi_process .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 65px 40px;
}
#certi_process .footer .excute {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  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", "맑은 고딕", Dotum, "돋움", sans-serif;
  cursor: pointer;
}
#certi_process .footer .excute:hover {
  background: transparent linear-gradient(180deg, #2E4FEC 0%, #1D3CD4 100%) 0% 0% no-repeat;
}
