@charset "utf-8";

body.sign .container .leftmn {
  display: none;
}
body.sign .topmn {
  display: none;
}
body.sign footer.con {
  display: none;
}
.login_box.signup {
  top: 15%;
}
.login_box.pwSrch {
  top: 26%;
}
.login_box.pwSrch .loginTop h1 {
  width: 68%;
}
.login_box.pwSrch .loginTop span.topRight {
  width: 32%;
}

.help_box {
  width: 100%;
  display: block;
  text-align: right;
  padding: 10px 20px;
  font-size: 25px;
  color: #0013b9;
  cursor: pointer;
}
.help_box span {
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.login_box .loginTop h1 {
  margin: 0;
  font-size: 22px;
  color: #003894;
  padding: 40px 0 10px;
  background: var(--white-color);
  border-radius: 30px 30px 0 0;
  display: inline-block;
  float: left;
  text-align: left;
  margin-left: 20px;
}
.login_box .loginTop span.topRight {
  width: 50%;
  padding: 0;
  background: var(--white-color);
  border-radius: 30px 30px 0 0;
  display: inline-block;
  float: left;
  height: 75px;
  display: none;
}
.login_box .loginTop span.topRight div {
  background: #eee;
  height: 75px;
  border-radius: 0 0 0px 30px;
}
.login_box .loginContents {
  margin: 0 auto;
  padding: 0px;
  width: 290px;
  background: var(--white-color);
  overflow: hidden;
  position: relative;
  top: -1px;
}
.login_box .loginContents h1 .txt1 {
  color: #ef5451;
}
.login_box .loginContents .login_txtBox {
  margin-top: 20px;
  border-bottom: 1px solid #b7cdd9;
  height: 37px;
}
.login_box .loginContents .loginFormAreaWrap {
  overflow: hidden;
  margin-bottom: 10px;
}
.login_box .loginContents .loginFormAreaWrap .infoTxt {
  text-align: right;
  margin: 0 15px 5px 0;
}
.login_box .loginContents .loginFormAreaWrap .infoTxt span {
  display: inline-block;
  font-size: 13px;
  color: #666;
}
.login_box .loginContents .loginFormAreaWrap.disable {
  opacity: 0.4;
  cursor: none;
  pointer-events: none;
}
.login_box
  .loginContents
  .loginFormAreaWrap.disable
  .loginFormArea
  .input-group-prepend
  .input-group-text {
  background: #ccc !important;
}
.login_box
  .loginContents
  .loginFormAreaWrap.disable
  .loginFormArea
  .input-text {
  background: #ccc !important;
}
.login_box .loginContents .loginFormAreaWrap.disable .login_btn {
  opacity: 0.5;
  cursor: none;
}
.login_box .loginContents .loginFormAreaWrap.disable .login_cancel {
  opacity: 1;
  cursor: none;
}
.login_box .loginContents .loginFormAreaWrap.disable .login_btn:hover,
.login_box .loginContents .loginFormAreaWrap.disable .login_cancel:hover {
  transform: translate(0px, 0px);
  box-shadow: 0 0px 0px rgba(255, 255, 255, 0) !important;
}
.login_box .loginContents .loginFormArea {
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}
.login_box .loginContents .loginFormArea h3 {
  text-align: left;
  font-size: 13px;
  margin: 17px 0 10px 15px;
}
.login_box
  .loginContents
  .loginFormArea
  .input-group-prepend
  .input-group-text.sign_phSpan {
  padding: 10px 0 10px 15px;
}
.login_box
  .loginContents
  .loginFormArea
  .input-group-prepend
  .input-group-text
  .sign_id {
  display: block;
  width: 11px;
  height: 14px;
  text-align: center;
  background: url(../images/sign_id.png) center no-repeat;
  padding: 4px 0 10px 15px;
}
.login_box
  .loginContents
  .loginFormArea
  .input-group-prepend
  .input-group-text
  .sign_pw {
  display: block;
  width: 15px;
  height: 16px;
  text-align: center;
  background: url(../images/sign_pw.png) center no-repeat;
}
.login_box
  .loginContents
  .loginFormArea
  .input-group-prepend
  .input-group-text
  .sign_secure {
  display: block;
  width: 14px;
  height: 16px;
  text-align: center;
  background: url(../images/sign_secure.png) center no-repeat;
}
.login_box
  .loginContents
  .loginFormArea
  .input-group-prepend
  .input-group-text
  .sign_ph {
  display: block;
  width: 16px;
  height: 18px;
  text-align: center;
  background: url(../images/sign_ph.png) center no-repeat;
}
.login_box .loginContents .loginFormArea a.authBtn {
  margin-left: -70px;
  background: #5884ff;
  border-radius: 5px;
  width: 95px;
  display: inline-block;
  color: var(--white-color);
  height: 36px;
  line-height: 35px;
  font-size: 13px;
  position: absolute;
  transition: 0.2s;
}
.login_box .loginContents .loginFormArea a.authBtn:hover {
  text-decoration: none;
  background: #3768ef;
}
.login_box .loginContents .loginFormArea a.authBtnDis {
  margin-left: -70px;
  background: #bbb;
  border-radius: 5px;
  width: 95px;
  display: inline-block;
  color: var(--white-color);
  height: 36px;
  line-height: 35px;
  font-size: 13px;
  position: absolute;
  transition: 0.2s;
}
.login_box .loginContents .loginFormArea a.authBtnDis:hover {
  text-decoration: none;
}
.login_box .loginContents .sign_btn {
  width: 100%;
  padding: 20px 0 20px;
  overflow: hidden;
}
.login_box .loginContents .sign_btn button {
  width: 140px;
  display: inline-block;
  height: 35px;
  font-size: 13px;
}
.login_box .loginContents .loginFormArea .input-text.pwSrchInput {
  width: 175px;
  display: inline-block;
  float: left;
}

.login_box .box_save {
  margin: 8px 30px 0;
  text-align: left;
  color: #1e2022;
  font-size: 13px;
  overflow: hidden;
}
.login_box .box_save p {
  margin-bottom: 0px;
}
.login_box .box_save p label {
  font-weight: normal;
  cursor: pointer;
  color: #666;
}
.login_box .box_save p label:hover {
  color: #222;
}
.login_box .box_save p label:hover .inputChk {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  background: url(../images/icon_login_chk_checked.png) center no-repeat;
}
.login_box .box_save p label .inputChk {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  background: url(../images/icon_login_chk.png) center no-repeat;
  cursor: pointer;
  margin-right: 6px;
  position: relative;
  top: 5px;
}
.login_box .box_save p label .inputChk.active {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  background: url(../images/icon_login_chk_checked.png) center no-repeat;
}
.login_box .box_save p input {
  position: relative;
  top: 0px;
  margin-right: 3px;
  opacity: 0.7;
}
.login_box .box_save p input.no_act {
  opacity: 0.4;
}
.login_box .box_save p.pwSrch .icon_login_srch {
  display: inline-block;
  width: 16px;
  height: 17px;
  text-align: center;
  background: url(../images/icon_login_srch.png) center no-repeat;
  position: relative;
  top: 5px;
  right: 4px;
}
.login_box .box_save p.pwSrch a {
  color: #333;
  padding-top: 3px;
  display: inline-block;
  text-decoration: none;
}
.login_box .loginContents .loginFormAreaWrap .clause {
  margin: 20px 0;
  overflow: hidden;
}
.login_box .loginContents .loginFormAreaWrap .clause .tit {
  display: block;
  text-align: left;
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
.login_box .loginContents .loginFormAreaWrap .clause .tit .inputChk {
  position: relative;
  top: 5px;
  left: 1px;
  margin-right: 8px;
}
.login_box .loginContents .loginFormAreaWrap .clause ul {
  margin: 0;
}
.login_box .loginContents .loginFormAreaWrap .clause ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 3px;
}
.login_box .loginContents .loginFormAreaWrap .clause ul li span {
  display: inline-block;
  float: left;
}
.login_box .loginContents .loginFormAreaWrap .clause ul li span.inputChk {
  display: inline-block;
  float: left;
  width: 20px;
  opacity: 0.5;
}
.login_box .loginContents .loginFormAreaWrap .clause ul li span.inputChk:hover {
  opacity: 1;
}
.login_box .loginContents .loginFormAreaWrap .clause ul li span.clauseTxt {
  display: inline-block;
  float: left;
  font-size: 12px;
  width: 140px;
  text-align: left;
}
.login_box .loginContents .loginFormAreaWrap .clause ul li p {
  display: inline-block;
  font-size: 11px;
  float: right;
  width: 70px;
  margin: 0;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-radius: 30px;
  padding: 2px 6px;
  cursor: pointer;
  background: #f1f1f1;
  color: #999;
}
.login_box .loginContents .loginFormAreaWrap .clause ul li p:hover {
  color: #111;
}

/* 로그인버튼 */
.bottomBtn {
  margin-top: 10px;
}
.login_btn {
  width: 143px;
  font-size: 13px;
  font-weight: 500;
  background: #3385f6;
  padding: 10px;
  text-align: center;
  color: var(--white-color);
  cursor: pointer;
  border: 1px solid #74a2ef;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  float: left;
}
.login_btn#joinBtn {
  width: 100%;
}
.login_btn:hover {
  transform: translate(0px, -3px);
}
.login_btn:active {
  color: var(--white-color);
}
.login_cancel {
  width: 143px;
  font-size: 13px;
  font-weight: 500;
  background: var(--white-color);
  padding: 10px;
  text-align: center;
  color: #aaa;
  cursor: pointer;
  border: 1px solid #aaa;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  margin-right: 4px;
  float: left;
}
.login_cancel:hover,
.login_cancel:visited,
.login_cancel:focus {
  transform: translate(0px, -3px);
  color: #888;
}
.secureBtn {
  width: 100%;
  background: var(--white-color);
  color: #003894;
  border: 1px solid #003894;
  margin-bottom: 5px;
}
.secureBtn:hover {
  background: #003894;
  color: var(--white-color);
  border: 1px solid #003894;
  transform: translate(0px, 0px);
}
.secureBtn02 {
  width: 70px;
  background: #aaa;
  color: var(--white-color);
  border: 1px solid #aaa;
  transform: translate(0px, 0px);
  float: right;
  display: inline-block;
  pointer-events: none;
  cursor: none;
}
.secureBtn02Enable {
  background: var(--white-color);
  color: #003894;
  border: 1px solid #003894;
  transform: translate(0px, 0px);
  pointer-events: auto;
  cursor: pointer;
}
.secureBtn02Enable:hover {
  background: #003894;
  color: var(--white-color);
  border: 1px solid #003894;
  transform: translate(0px, 0px);
}
.secureBtn03 {
  width: 70px;
  background: #aaa;
  color: var(--white-color);
  border: 1px solid #aaa;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
}
.secureBtn03:hover {
  background: #60d1d6;
  color: var(--white-color);
  border: 1px solid #60d1d6;
  transform: translate(0px, 0px);
}

/* footer ***********************************************************/
footer.login {
  position: fixed;
  bottom: 0;
  display: none;
  height: auto;
  padding: 20px 20px 10px 0;
  color: #999;
  overflow: hidden;
  width: 100%;
  text-align: right;
  font-size: 11px;
  background: #e1e1e1;
  float: left;
}
footer.login .logo_bottom {
  float: left;
  display: inline-block;
  width: 102px;
  height: 28px;
  background: url(../images/logo_login_bottom.png) center no-repeat;
  margin-left: 20px;
  position: relative;
  top: -5px;
}
footer.login .footer {
  float: right;
}
footer.login .copy {
  float: left;
  width: 100%;
}
footer.login .corp {
  display: inline-block;
  margin-right: 20px;
}
footer.login .corp a {
  color: #333;
  font-size: 12px;
}
footer.login .corp strong a {
}
footer.login .copy p {
  float: left;
  margin-bottom: 0;
}
footer.login .copy p.txt {
  display: inline-block;
}
footer.login .copyright {
  display: inline-block;
  color: #333;
}


body.loginPage.sign {
  background: var(--light-color);
  height: 100vh;
  overflow: hidden;
}
body.loginPage * {
  box-sizing: border-box;
}
body.loginPage .loginPage_guideBtns {
  position: fixed;
  top: 30px;
  right: 36px;
  z-index: 2;
  display: flex;
  gap: 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--default-color);
}
body.loginPage .loginPage_guideBtn {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
body.loginPage .loginPage_guideBtn:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
body.loginPage .loginPage_guideBtn i {
  font-size: 13px;
  color: var(--primary-color);
}
body.loginPage .wrap {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  pointer-events: none;
}
body.loginPage .wrap .login_box,
body.loginPage .wrap .loginPage_brand {
  pointer-events: auto;
}
body.loginPage .login_box {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: 430px;
  background: var(--white-color);
  border: var(--normal-border);
  border-radius: 15px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: var(--normal-box-shadow);
  text-align: left;
}

body.loginPage .loginPage_brand {
  display: flex;
  align-items: center;
}
body.loginPage .loginPage_brandLogo {
  width: 180px;
  max-width: 100%;
  height: 48px;
  background-image: url(../images/logo_etevers.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.loginPage .main_logo {
  position: static;
  display: block;
  margin: 0;
  height: auto;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-align: left;
}
body.loginPage .sub_logoTxt {
  position: static;
  display: block;
  margin: 0;
  height: auto;
  font-size: 15px;
  font-weight: 700;
  color: var(--default-color);
  text-align: left;
  margin-top: -15px;
  font-style: italic;
}
body.loginPage .sub_logoTxt .point {
  color: var(--primary-color);
  font-size: 15px;
}
body.loginPage .loginContents {
  position: static;
  top: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.loginPage .loginFormAreaWrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  overflow: visible;
}
body.loginPage .loginFormArea.idPassFormArea {
  width: 100%;
  margin: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.loginPage .loginPage_label {
  font-size: 11px;
  font-weight: 700;
  color: var(--default-color);
  letter-spacing: 1.2px;
}
body.loginPage .loginFormArea .input-text {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  border-bottom: 1.5px solid #e2e5ec;
  border-radius: 0;
  padding: 6px 2px;
  font-size: 14px;
  color: var(--text-color);
  background: transparent;
  box-shadow: none;
}
body.loginPage .loginFormArea .input-text:focus {
  border-bottom: 1px solid var(--primary-color);
}

body.loginPage .loginFormArea .input-text::placeholder {
  color: var(--gray-color) !important;
}
body.loginPage .box_save {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  overflow: visible;
}
body.loginPage .box_save label {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-size: 13px;
  color: #454a54;
  font-weight: 500;
}
body.loginPage .box_save .inputChk {
  background: var(--white-color);
  background-image: none;
  border: 1.5px solid #d7dae3;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  top: 0;
}
body.loginPage .box_save .inputChk.active {
  background: var(--primary-color);
  background-image: none;
  border-color: var(--primary-color);
}
body.loginPage .box_save .inputChk.active::after {
  content: "\2713";
  color: var(--white-color);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}
body.loginPage .box_save .pwSrch,
body.loginPage .box_save a.pwSrch {
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
}
body.loginPage .bottomBtn {
  margin: 0;
}
body.loginPage .login_btn.w100p {
  width: 100%;
  float: none;
  background: var(--primary-color);
  border: none;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 700;
  padding: 15px;
  border-radius: var(--round-border-radius);
  font-family: inherit;
}
body.loginPage .login_btn.w100p:hover {
  transform: none;
  background: #000ea3;
}
body.loginPage .mfaFormArea h3 {
  font-size: 11px;
  font-weight: 700;
  color: var(--default-color);
  letter-spacing: 1.2px;
  margin: 0 0 4px;
}
body.loginPage .bottomBtn.mfaFormArea,
body.loginPage .bottomBtn.loginPage_btnRow {
  display: flex;
  gap: 10px;
}
body.loginPage .bottomBtn.mfaFormArea .login_btn,
body.loginPage .bottomBtn.loginPage_btnRow .login_btn {
  flex: 1;
  float: none;
  border-radius: var(--round-border-radius);
}
body.loginPage .login_cancel {
  background: var(--white-color);
  color: var(--default-color);
  border: 1.5px solid #e2e5ec;
}
body.loginPage .login_errorMsg {
  padding: 0;
  text-align: left;
  font-size: 12px;
}
body.loginPage .login_infoMsg {
  margin: 0;
  font-size: 14px;
  color: var(--default-color);
  line-height: 1.4;
  background: var(--primary-light-color);
  border-radius: var(--normal-border-radius);
  padding: 10px;
}
body.loginPage .login_infoMsg .userName,
body.loginPage .login_infoMsg .passwd {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 12px;
}
body.loginPage .loginPage_pageTitle {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
  margin-top: -15px;
}
body.loginPage .loginPage_inlineField {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.loginPage .loginPage_inlineField .input-text {
  flex: 1;
}
body.loginPage .login_btn.secureBtn02 {
  width: auto;
  flex: none;
  float: none;
  background: var(--gray-color);
  color: var(--white-color);
  border: none;
  padding: 9px 16px;
  border-radius: var(--round-border-radius);
  font-size: 13px;
}
body.loginPage .login_btn.secureBtn02Enable {
  background: var(--primary-color);
}
body.loginPage .login_btn.btnDisable {
  background: var(--gray-color);
  border-color: var(--gray-color);
  cursor: default;
}
body.loginPage .login_errorMsg {
  width: 100%;
  font-size: 12px;
  color: var(--red-color);
  text-align: center;
  margin: -12px 0 0;
  display: block;
}
body.loginPage .notiTxt.notiTxt2 {
  color: var(--red-color);
  font-size: 12px;
  margin: -12px 0 0;
  top: 0;
}

/* media queries ***********************************************************/
@media (max-width: 767px) {
  .login_box {
    width: 90%;
    padding: 50px 20px;
  }
  .login_box .loginTop h1 {
    text-align: center;
    width: 100%;
  }
  .login_infoMsg {
    display: none;
  }
  .bottomBtn {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  body.loginPage .login_box {
    width: 90%;
    padding: 32px 24px;
  }
  body.loginPage .loginPage_guideBtns {
    display: none;
  }
}
