 @charset "utf-8";

 *{padding:0; margin:0;}
 .login-wrapper{position: relative; width: 100%; height: 100vh; color: #222; font-family: Pretendard, -apple-system, "Helvetica Neue", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; letter-spacing: -0.1em; line-height: 1.4; 
 /*  background-image: url(../images/login_img/bg_img.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; */ background-color: #f5f5f5;}
.logo-title{width: 100%;background: #fff; padding: 22px 0; box-shadow: 1px 1px 9px 2px rgb(0 0 0 / 5%);}
.logo-title p{font-size: 28px; font-weight: 900; max-width: 1280px; margin: 0 auto ; color: #422e1a; padding: 0 40px; box-sizing: border-box;}
.logo-title span{font-size: 23px;letter-spacing: 0.001px;padding-left: 10px;vertical-align: bottom; font-weight: 600;}

.login-box{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 85%; max-width: 450px; margin: 0 auto; padding: 50px 30px; background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0, .05); box-sizing: border-box; border-radius: 8px;}
.login-box fieldset{
    border: none; outline: none; background-color: transparent;
}
.login-box input{
  vertical-align:middle;
  border-radius:0; 
  -webkit-appearance:none;
  appearance:none;
  border:0; outline:0; 
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  background-color: transparent;
  color: #222;
  font-family: Pretendard, -apple-system, "Helvetica Neue", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.login-header{margin-bottom: 40px; text-align: center; overflow: hidden;}
.login-confirm .login-header { margin-bottom: 20px; }
.login-header .login-tit{font-size: 26px; font-weight: bold; text-align: center; color: #422e1a; letter-spacing: 1.5px;}
.login-header img { width: auto; max-width: 220px; max-height: 60px; margin: 0 auto; }

.login-input .login-row{position: relative; width: 100%;}
.login-input input[type="text"]{width: 100%; height: 45px; line-height: 45px; padding: 0 15px; border-bottom: 1px solid #eee; box-sizing: border-box;  border: 1px solid #ddd; border-radius: 5px;}
.login-input input[type="password"]{width: 100%; height: 45px; line-height: 45px; padding: 0 15px; border-bottom: 1px solid #eee; box-sizing: border-box;  border: 1px solid #ddd; border-radius: 5px;}
.login-input input[type="text"]:focus { border: 1px solid #222; }
.login-input input[type="password"]:focus { border: 1px solid #222; }
.icon-login{position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 25px; height: 25px; background-repeat: no-repeat; background-position: center; background-size: contain;}
.icon-id{background-image: url(../images/common/login_id.png);}
.icon-pw{background-image: url(../images/common/login_pw.png);}
.login-id{margin-bottom: 25px;}

.login-keep{margin-top: 15px;}
.login-keep input[type="checkbox"] + label{position: relative; padding-left: 25px; color: #999; font-size: 13px;}
.login-keep input[type="checkbox"] + label::before{content: ""; position: absolute; top: 50%; left: 0; width: 16px; height: 16px; border: 1px solid #ddd; box-sizing: border-box; transform: translateY(-50%);}
.login-keep input[type="checkbox"]:checked + label::before{content: ""; background-color: #222; background-image: url(/AppData/images/common/icon_checked.png); background-repeat: no-repeat; background-size: 16px auto; background-position: center center; border-radius: 3px; border-color: #222;}
.login-keep input[type="checkbox"] + label > span{font-weight: 600;}

.login-button button{width: calc((100% - 15px)/2); float: left; height: 50px; color: #fff; margin-top: 40px; font-size: 16px; font-family: Pretendard, -apple-system, "Helvetica Neue", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-weight: 600; line-height: 50px; border-radius: 30px;}
.login-button .btn-login.btn-full { float: none; margin-right: 0; width: 100%;}
.login-button .btn-login { background-color: #422e1a;margin-right: 15px;}
.login-button .btn-cancel {  background-color: #ccc; border: none;}

.login-box .auth-sentence { text-align: center; margin-bottom: 40px; }
.login-box .number-area { margin-bottom: 20px; }
.login-box .number-area:nth-of-type(2){ margin-bottom: 0; }
.number-area label { display: block; margin-bottom: 10px;}
.number-area p { float: left; width: 67%; height: 45px; line-height: 45px; background-color: #f5f5f5; border: 1px solid #ddd; padding: 0 15px; box-sizing: border-box; border-radius: 5px; }
.login-box .number-area button { float: right; width: 30%; height: 45px; line-height: 45px; padding: 0 15px; box-sizing: border-box; border: 1px solid #999; font-size: 14px; border-radius: 5px; }

.login-info{margin-top: 30px; padding-top: 20px; border-top: 1px solid #eee;}
.info-list li{font-size: 13px; color: #999; word-break: keep-all;}
.info-list li::before{content: ""; display: inline-block; width: 3px; height: 3px; margin-right: 5px; background-color: #999; border-radius: 100%; vertical-align: middle;}
.logo-bot{width: 100%; background:#000; padding: 20px 0;position: absolute; bottom: 0;}
.logo-tami{max-width: 1200px; margin: 0 auto ;}
.logo-tami img{max-width: 150px; vertical-align: middle;}


/* login_gate */
.gate-box{width: 90%;}
.login-head{margin-bottom: 60px; text-align: center;}
.login-head p{font-size: 18px ; letter-spacing: 0.01px; color: #422e1a; word-break: keep-all;  word-wrap: break-word;
}
.login-head p:last-child{font-weight: 600;}
.login-bottom{margin-top: 40px;}
.login-wrapper .login-bottom {margin-top: 40px; padding-top: 20px; border-top: 1px solid #efefef; }
.login-wrapper .login-bottom .list-dot {color: #666; }

.login-input.gate-input input[type="password"] {padding: 0 10px 0 0;}

/* 휴대폰 인증 */
.gate-box.cert-box{
  min-width: 600px;
}
.cert-box .input-box{margin-bottom: 30px; position: relative;}
.cert-box .input-box::after{
  content: '';
  display: block;
  clear: both;
}
.cert-box .input-box label{clear: both; display: block; margin-bottom: 8px;}
.cert-box .input-box input{
  width: calc(100% - 110px);
  height: 50px;
  padding: 0 10px;
  border-bottom: 1px solid #eee;
  float: left;
}

.cert-box .cert-time{
  position: absolute;
  bottom: 14px;
  right: 120px;
  color: #999;
  display: none;
}

.cert-box .btn-cert{
  background-color: rgb(109, 93, 64);
  width: 100px;
  border: 0;
  height: 50px;
  line-height: 50px;
  float: right;
  font-size: 14px;
}

.cert-box .required::before {
  content:"*";
  color: red;
  margin-right: 4px;
}

/* 2024.01.30 추가 */
.btn-area{margin-top: 40px;}
.btn-area button + button{margin-left: 2%;}
.btn-area .btn-cert{width: 49%; height: 50px; color: #fff; font-size: 16px; font-family: Pretendard, -apple-system, "Helvetica Neue", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-weight: 600; line-height: 50px; background-color: #422e1a; border-radius: 30px; float: left;}
.btn-area .btn-cancel{width: 49%; height: 50px; color: #fff; font-size: 16px; font-family: Pretendard, -apple-system, "Helvetica Neue", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-weight: 600; line-height: 50px; background-color: #999; border-radius: 30px; float: left;}

.password-area { margin-bottom: 20px; }
.password-area:nth-of-type(3) { margin-bottom: 0; }
.password-area label { margin-bottom: 10px; display: block; }