@charset "UTF-8";

/*------------------------------------
date: 2020.04
developed by: smartport
developer url: smartport
------------------------------------*/




/****************
**** default ****
****************/


*{
    word-break: keep-all;
}
.Wrap{
  width: 100%;
  height: 100%;
}




/****************
**** footer ****
****************/


/* footer */
footer{
  width: 100%;
  height: 40px;
  display: table;
  overflow: hidden;
  font-size: 0;
  text-align: left;
  background: #262d39;
}
footer>h1{
  width: 220px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* footer>h1>i{ */
/*   width: 100%; */
/*   height: 100%; */
/*   display: inline-block; */
/*   text-indent: -999em; */
/*   background: url(../images/flogo.png) no-repeat center center; */
/*   background-size: 4% auto; */
/* } */
footer>h1>i{
  width: 100%;
  height: 100%;
  display: inline-block;
  text-indent: -999em;
  background: url(../images/logo/we-ev_logo.png) no-repeat center center;
  filter: invert(100%);
  opacity:0.2;
  background-size: 4% auto;
}
footer .copyright{
  padding-right: 30px;
  display: table-cell;
  vertical-align: middle;
  color: rgba(255,255,255,0.2);
  font-size: 12px;
  line-height: 40px;
  text-align: right;
}



/****************
**** login ****
****************/

/* login */
.logWrap{
    height: 100%;
    background:url(../images/login_main.png) no-repeat;
    background-position: center;
}
.logCon{
    min-width: 300px;
    max-width: 490px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    margin: 0 auto;
    display: table;
}
.login_sec{
    width: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.login_box{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: rgba(255,255,255,0.15);
}
.login_box>.login_tit{
    margin-bottom: 28px;
    display: inline-table;
}
.login_box>.login_tit>*{
    display: table-cell;
    vertical-align: middle;
}
.login_box>.login_tit h2{
    padding-right: 20px;
    border-right: 3px solid #1ac688;
}
.login_box>.login_tit p{
    padding-left: 20px;
    color: #fff;
    font-family: 'sCore';
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
}
.login_box>.login_tit p>span{
      display: block;
      font-family: 'sCore';
      color: #fff;
}
.login_box input[type=text],
.login_box input[type=password],
.login_box input[type=mail]{
    width: 260px;
    height: 40px;
    margin: 0 0 10px 0;
    padding: 0 10px 0 30px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 5px;
    color: #000;
    font-weight: normal;
    background: url(../images/login_inputBg.png) no-repeat left top #fff;
}
.login_box input[type=password]{
    background-position: left -50px;
}
.login_box input::placeholder{
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
}
.loginBox .chkWrap{
    width: 260px;
    display: inline-block;
    color: #fff;
    text-align: right;
}
.login_box .fdWrap{
    margin-top: 50px;
    text-align: center;
}
.login_box .fdWrap>ul{
    font-size: 0;
}
.login_box .fdWrap>ul>li{
    padding: 0 10px;
    display: inline-block;
}
.login_box .fdWrap>ul>li{
    position: relative;
}
.login_box .fdWrap>ul>li:after{
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    top: 6px;
    right: 0px;
    background: #ccc;
}
.login_box .fdWrap>ul>li:last-child:after{
    display: none;
}
.login_box .fdWrap>ul>li>a{
    color: #fff;
    font-size: 15px;
}
.login_box button.btnYe{
    width: 260px;
    height: 50px;
    margin-top: 20px;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    background: #1ac688;
    font-weight: 500;
}
.logWrap>footer{
    height: 60px;
    background: transparent;
}
.logWrap>footer>h1{
    width: 100%;
    height: 20px;
    display: block;
}
.logWrap>footer .copyright{
    padding-right: 0;
    display: block;
    line-height: 20px;
    text-align: center;
}

.kakaoBtn {
	width: 260px;
    height: 50px;
    margin-top: 10px;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    background: #1ac688;
    font-weight: 500;
}

.naverBtn {
	width: 260px;
    height: 50px;
    margin-top: 10px;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    background: #1ac688;
    font-weight: 500;
}
.fd .login_box>.login_tit p{
    font-size: 26px;
}
.fd .login_box input[type=text],
.fd .login_box input[type=password],
.fd .login_box input[type=mail]{
    padding: 0 10px;
    background: #fff;
}



