/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;}
img{max-width:100%;}
/*end reset*/

body {
    background: #fff;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 0;
    margin: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
p {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
label {
    margin: 0;
}
.clear {
    clear: both;
}

.dwp_box {
    width: 100%; 
    height: 100vh;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox; 
    display: flex; 

    -webkit-box-align: center; 
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* 수직 정렬 */

    -webkit-box-pack: center;
    -moz-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center; /* 수평 정렬 */

}

.dwp-login {
    /*position:relative;*/
    width:898px; 
    height: 610px; 
        box-sizing: border-box;
        border-radius: 20px;
        -webkit-box-shadow: 10px 10px 35px -10px rgba(175,175,175,1);
        -moz-box-shadow: 10px 10px 35px -10px rgba(175,175,175,1);
        box-shadow: 10px 10px 35px -10px rgba(175,175,175,1);
        /*overflow: hidden;*/
        /*background: url(/tcclibs/css/login/images/login_bg.png) no-repeat left;*/

}

.wrap {
    position:relative;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.wrap .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-bottom: 1px solid #cfcfcf; */
    border-bottom: 2px solid #567eeb;
    height: 48px;
    color: #333;
    width: 656px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
.wrap .head::before {
    content: "";
    position: absolute;
    width: 80%;
    background-color: #cfcfcf;
    height: 2px;
    bottom: -2px;
    right: 0;
    z-index: 0;
}
.wrap .head h1 {
    float: left;
    vertical-align: middle;
    margin-right: 1%;
}
.wrap .head p {
    float: left;
    font-size: 11px;
    color: #bbb;
}

.wrap .form_area {
    padding: 10px 10px;
}

.wrap .form_area .m_banner {
    width: 306px;
    float: left;
}

.wrap .form_area .user_form_img {
    /*width: 498px; */
    float: left;
    padding: 0px 0px 10px 0px;
}

.wrap .form_area .user_form {
    position:relative;
    width: 345px;
    float: right;
    padding: 0px 10px 0px 0px;
    margin-right:30px;
}

/*---login-form1--------*/
.login {
  margin:0% auto;
  background: #fff;
}
form {
/*      padding: 10% 4% 8% 4%; */
}
form li {
  list-style: none;
    width: 100%;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    background: #fff;
    margin: 0.7em 0;
    outline: none;
}

.login ul input[type="text"], .login ul input[type="password"], .login select, .login option {
  margin : 2px 5px 4px 5px;
  /*width: 52%;*/
  width: 80%;
  padding:0.7em 0em;
  color: #858282;
  font-size: 15px;
  outline: none;
  background: none;
  font-weight: 500;
  border: none;
}

.user1 {
  height: 30px;
  width: 35px;
  display: inline-block;
  float: left;
  margin: 7px 4px 0px 0px;
  border-right: 1px solid #999;
  /*padding: 5px 16px 0 0;*/
  background:url(./images/user.png)  no-repeat center center ;
}

.cert1 {
  height: 30px;
  width: 35px;
  display: inline-block;
  float: left;
  margin: 7px 4px 0px 0px;
  border-right: 1px solid #999;
  /*padding: 5px 16px 0 0;*/
  background:url(./images/sms.png)  no-repeat center center ;
  background-size:18px;
}

.lock1 {
  height: 30px;
  width: 35px;
  display: inline-block;
  float: left;
  margin: 7px 4px 0px 0px;
  border-right: 1px solid #999;
  /* padding: 5px 16px 0 0; */
  background: url(./images/lock.png) no-repeat center center ;
}

.lang{
  height: 30px;
  width: 35px;
  display: inline-block;
  float: left;
  margin: 7px 4px 0px 0px;
  border-right: 1px solid #999;
  /* padding: 5px 16px 0 0; */
  background: url(./images/lang.png) no-repeat center center ;
}

.timer{
    float: right;
    padding: 15px 10px 0px 0px;
}


.wrap .form_area .remember  {
    float: right;
    font-size: 14px;
}

.wrap .form_area .sms div {
    text-align:center;
    background: url(./images/bt_bg.png) no-repeat;
    color: #fff;
    font-size: 20px;
    /* padding: 10px 0;*/
    width: 300px;
    height: 41px;
    line-height: 41px;
    font-weight: 300;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}



.wrap .form_area .user_form .login .submit span {
    text-align:center;
    /* background: url(./images/bt_bg.png) no-repeat; */
    background: url(./images/jf_login_btn.png) no-repeat;
    color: #fff;
    font-size: 20px;
    /* padding: 10px 0;*/
    width: 332px;
    height: 50px;
    line-height: 41px;
    font-weight: 300;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.line_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-bottom: 1px solid #cfcfcf; */
    border-bottom: 2px solid #567eeb;
    height: 10px;
    color: #333;
    /*width: 656px;*/
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
.line_bottom::before {
    content: "";
    position: absolute;
    width: 80%;
    background-color: #cfcfcf;
    height: 2px;
    bottom: -2px;
    left: 0;
    z-index: 0;
}
.copyright {
    padding: 10px 0px;
    text-align: center;
}
.copyright p {
    font-size: 12px;
    font-weight: 200;
    color: #ccc;
}
.dwp-login_xxx {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 898px;
    height: 590px;
    /*margin: -295px 0 0 -449px;*/

    box-sizing: border-box;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 35px -10px rgba(175,175,175,1);
    -moz-box-shadow: 10px 10px 35px -10px rgba(175,175,175,1);
    box-shadow: 10px 10px 35px -10px rgba(175,175,175,1);
    overflow: hidden;
    background: url(/tcclibs/css/login/images/login_bg.png) no-repeat left;
    /*background-size: 533px 590px*/
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
    box-sizing: border-box;
    color: #898989
}


