/* ------ 담당자 주석 표기, 주석 표기 시 가급적 영문표기(언어 설정 에러 시 한글 깨짐), 주요 부분 주석 표기, 사용하지 않는 부분 삭제, 에러 시 오타 확인 ---- */
/* ----------------------------------------------------
--- 1st : 2022.10.18 pjsuny emro DesignTeam
---------------------------------------------------- */

@charset "utf-8";
@import url("reset.css");


body {
  background-color: #E6E6E6;
}
.login_wrap {
  position: absolute;
  width: 480px;
  height: 650px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login_box {   
  width: 100%;
  height: 600px;
  background-color: #FFF;
  border: 1px solid #E6E8E9;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.12);
  padding: 82px 70px 0 70px;
  box-sizing: border-box;
}
.top_bar {
  position: fixed;  
  width: 100%;
  height: 8px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #72AF98 0%, #D95A36 99.99%);
}
h1.logo {
  width: 145px;
  margin: 0 auto;
}
h1.logo > p {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #5A5B5D;
  text-align: center;
}
h1.logo > p::before {
  content: '';
  display: block;
  width: 47px;
  height: 1px;
  background-color: #A0A0A0;
  margin: 25px auto;
}
.login_form {
  width: 100%;
  margin: 60px auto 0;
}
ul.Form li input {
  width: 100%;
  height: 46px;  
  border: 1px solid #CCCCCC;
  background: #F8F8F8;  
  padding: 0 15px;
  font-weight: bold;
  box-sizing: border-box;
}
ul.Form li:nth-child(1) input {
  border-radius: 5px 5px 0px 0px;
}
ul.Form li:nth-child(2) input {
  border-radius:  0px 0px 5px 5px;
  margin-top: -1px;
}
.btn_login {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #003B78;
  background: #003B78;
  text-align: center;
  line-height: 60px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
.btn_login:hover {
  border: 1px solid #D95A36;
  background: #D95A36;
}
div.option {
 width: 100%;
 margin: 30px 0;

 overflow: hidden;
}
.idsave {
  float: left;
}
.idsave > input[type="checkbox"]:not(old) {
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 0;
  background: url(../img/login/ico_check.png) no-repeat 0 0;
}
.idsave > input[type="checkbox"]:not(old) + label {
  cursor: pointer;
  display: inline-block;
  text-align: left;
  height: 17px;
  padding-left: 17px;
  background: url(../img/login/ico_check.png) no-repeat 0 0;
  vertical-align: middle;
}
.idsave > input[type="checkbox"]:not(old):checked + label {
  background: url(../img/login/ico_check.png) no-repeat -17px 0;
}
.idsave > label + span {
  vertical-align: middle;
  padding-left: 5px;
}
.pwfind {
  text-align: center;
  padding-top: 10px;
}
.pwfind > a {
  font-size: 13px;
  color: #666;
  letter-spacing: -.5px;
  font-weight: bold;
}
.pwfind > a:hover {
  text-decoration: underline;
}
.footer {  
  margin: 50px auto 0;
  text-align: center;
}
p.copyright {
  font-size: 11px;
  color: #999999;
}

/****************** POPUP ******************/
/** POPUP_PW SEARCH **/
.popupWrap {
  width:100%;
  height:100%;
  background:#fff;
}
.popupWrap .popupHead {
  width:100%;
  height:52px;
  border-radius:2px 2px 0 0;
  background:#FFF;
  box-sizing:border-box;
}
.popupWrap .popupHead + .headerBar {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #72AF98 0%, #D95A36 99.99%);
}
.popupWrap .popupHead b {
  text-align: left;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 52px;
  padding-left: 20px;
}
.popupWrap .popupSection .content {
  padding: 30px 0;
}
.popupWrap .popupSection .commt {width: 82%;text-align: left;font-size: 13px;color: #666;line-height: 1.8;margin: 40px auto;padding: 0 10px;letter-spacing: -0.5px;}
.popupWrap .popupSection .commt b {font-weight: 500;color: #222; text-decoration: underline;}
.popupWrap .popupSection .formBox {width: 82%;height: auto;margin: 0 auto;background: #f7f7f7;padding: 30px;box-sizing: border-box;}
.popupWrap .popupSection .formBox p {overflow: hidden;padding-bottom: 10px;}
.popupWrap .popupSection .formBox p:last-child {padding-bottom: 0;}
.popupWrap .popupSection .formBox label {float: left;font-size: 14px;color: #222;vertical-align: middle;line-height: 2.2;letter-spacing: -1;}
.popupWrap .popupSection .formBox input {float: right;width: 240px;height: 32px;border: 1px solid #e1e1e1;background: #fff;vertical-align: middle;border-radius: 3px;}
.popupWrap .popupSection .btnArea {text-align: center;margin-top: 30px;}
.popupWrap .popupSection .btnArea a {
  width: 110px;
  height: 40px;
  text-align: center;
  background: #003B78;
  border: 1px solid #003B78;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  margin: 0 2px;
}
.popupWrap .popupSection .btnArea a:hover {
  background: #D95A36;
  border: 1px solid #D95A36;
}
.popupWrap .popupSection .btnArea a.btnClose {
  background: #666;
  font-weight: 400;
  color: #fff;
  border: 1px solid #666;
}
.popupWrap .popupSection .btnArea a.btnClose:hover {
  background: #fff;
  color: #666;
  border: 1px solid #666;
}
.popupWrap .popupSection ul.tab {
  display: flex;
  width: 82%;
  margin: 40px auto;
}
.popupWrap .popupSection ul.tab li {
  flex: 1 0 50%;
  height: 40px;
  border:  1px solid #ddd;
  border-radius: 8px 8px 0 0;
  background: #FFF;;
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
  cursor: pointer;
}
.popupWrap .popupSection ul.tab li:hover,
.popupWrap .popupSection ul.tab li.active { 
  border:  1px solid #ddd;
  background: #276EF1;
  color: #FFF;
}
/** POPUP_추가 **/ 
.mt-30 {margin-top:30px;}
.mt-10 {margin-top:10px;}

.popupSection2 {padding:30px;}
.popupSection2 h1{
  position: relative;
  margin-bottom: 8px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 600;
}
.popupSection2 h1::before{
  content: '';
  position:absolute;
  display:inline-block;
  top:6px;
  left:0;
  width:3px;
  height:3px;
  background:#5ca544;
}
.popupSection2 table {
  width:100%;
  border:1px solid #e0e0e0;
  border-top: 1px solid #333;
  box-sizing:border-box;
  white-space:normal;
  text-align:center;
}
.popupSection2 table thead th {
  padding:10px;
  font-size:14px;
  border-right:1px solid #e0e0e0;
  border-bottom:1px solid #e0e0e0;
}
.popupSection2 table tbody th, .popupSection2 table tbody td {
  padding:10px;
  font-size:13px;
  vertical-align:middle;
  border-bottom:1px solid #e0e0e0;
  border-right:1px solid #e0e0e0;
}
.popupSection2 table thead th:nth-last-child(1), .popupSection2 table tbody th:nth-last-child(1), table tbody td:nth-last-child(1){border-right:0}
.popupSection2 table thead th {font-weight:600; background:#f2f2f2;}
.popupSection2 table tbody th {font-weight:600;}
.popupSection2 table tbody td {color:#646464;}

.popupSection2 .contract li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 15px;
  line-height: 1.5;
}
.popupSection2 .contract li::before {
  content: '';
  position:absolute;
  display:inline-block;
  top:10px;
  left:0;
  width:4px;
  height:4px;
  background:#e6a502;
}
.popupSection2.register li {
  font-size: 15px;
  line-height: 1.8;
}
.popupSection2.register h2 {
  font-size: 17px;
  font-weight: bold;
  line-height: 2.5;
  margin-top: 15px;  
}
.popupWrap .popupSection2 .btnArea {text-align: center;margin-top: 40px;}
.popupWrap .popupSection2 .btnArea a {width: 110px;height: 40px;background: #276EF1;border-radius: 8px;text-align: center;color: #fff;font-size: 16px;line-height: 38px;margin: 0 2px}
.popupWrap .popupSection2 .btnArea a:hover {background: #001489;color: #fff;}

/*** TERMS***/
.popupWrap .popupSection2 .article {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  max-height: 440px;
}
.popupWrap .popupSection2 .article ul {
  padding: 20px;
  background: #f9f9f9;
}
.popupWrap .popupSection2 .article li {
  font-size: 13px;
  line-height: 1.8;
}
.popupWrap .popupSection2 .article li h5 {
  font-size: 15px;
  font-weight: bold;
  padding-left: 15px;
  margin: 15px 0 10px;
  line-height: 2;
  background-color: #e2e2e2;
  border-radius: 8px
}
.popupWrap .popupSection2 .article li p,
.popupWrap .popupSection2 .article li ol {
	padding: 0 10px;
}
.popupWrap .popupSection2 .article>div p {line-height: 1.8;}
.popupWrap .popupSection2 .article>div li {line-height: 1.8;}  /*2021.02.03 hs-kim 엠로 디자인팀 추가 E*/


/** LOGIN SUCCESS & FAIL, ERROR **/
.messageWrap {background:#f5f5f5;}
.messageWrap .wrap {position:relative;width:100%;height:100%;}
.messageWrap .container {position:fixed;left:50%;top:50%;width:600px;height:460px;margin-top:-280px;margin-left:-300px;box-shadow:0px 3px 8px #dadada;background:#fff;}
.messageWrap .container2 {position:fixed;left:50%;top:50%;width:600px;height:500px;margin-top:-300px;margin-left:-300px;box-shadow:0px 3px 8px #dadada;background:#fff;}
.messageWrap .header {width:100%;height:52px;border-radius:5px 5px 0 0;background:#8e8c8b;box-sizing:border-box;}
.messageWrap .header .logo {display:inline-block;width:152px;height:34px;background:url(../img/login/logo_message.png) no-repeat;margin:20px 0 0 25px;text-indent:-10000px;}
.messageWrap .section {width:100%;box-sizing:border-box;}
.messageWrap .section .subject {overflow:hidden;margin:80px auto 50px;}
.messageWrap .section .subject b,
.messageWrap .section .subject span {display:inline-block;letter-spacing:-1px;}
.messageWrap .section .subject b {font-size:80px;font-weight:normal;vertical-align:top;letter-spacing:-6px;line-height: 1;}
.messageWrap .section .subject span {font-size:27px;color:#303030;font-weight:bold;line-height:1.2em;letter-spacing:-1px;padding-top:10px;padding-left:22px;}
.messageWrap .section .explan {width:370px;min-height:32px;margin:0 auto;background:url(../img/login/ico_caution_y.png) no-repeat;padding-left:55px;font-size:12px;color:#7f7f7f;line-height:1.3em;}
.messageWrap .section .subject2 {width:350px;margin:80px auto 50px;}
.messageWrap .section .subject2 b {display:inline-block;min-height:37px;background:url(../img/login/ico_caution_y.png) no-repeat;padding-left:60px;padding-top:8px;font-size:24px;font-weight:500;}
.messageWrap .section .explan2 {width:370px;margin:0 auto;font-size:13px;color:#252424;line-height:1.5em;text-align:center;}
.messageWrap .section .subject3 {width:360px;margin:90px auto 70px;}
.messageWrap .section .subject3 b {display:inline-block;min-height:71px;background:url(../img/login/ico_logout_y.png) no-repeat 38px 16px;padding-left:100px;padding-top:5px;font-size:24px;font-weight:500;line-height: 1.3;}
.messageWrap .section .subject4 {width:320px;margin:120px auto 50px;}
.messageWrap .section .subject4 b {display:inline-block;min-height:35px;background:url(../img/login/ico_caution_y.png) no-repeat;padding-left:60px;padding-top:7px;font-size:24px;font-weight:500;}
.messageWrap .section .hr {width:360px;height:1px;background:#b1b1b1;margin:40px auto;}
.messageWrap .section .hr2 {width:400px;height:1px;background:#b1b1b1;margin:40px auto;}
.messageWrap .section .commt {text-align:center;font-size:15px;color:#252424;line-height:1.6em;}
.messageWrap .section .commt b {font-weight:500;text-decoration: underline;text-underline-position: under;}
.messageWrap .section .btn_bg_msg {
  width:280px;
  height:52px;
  border-radius:3px;
  border:0;
  background: #003B78;
  cursor:pointer;
  text-align:center;
  font-size:18px;
  color:#fff;
  line-height:1.3em;
}
.messageWrap .section .btn_bg_msg:hover {
  background: #D95A36;
  color: #fff;
}
.messageWrap .section .btn_cnt {text-align:center;margin-top:25px;}


