/*** content  ***/
#content .tit{
    font-size: 3rem;
    text-align: center;
    margin-top: 50px;
    color: #666
}
#content .pw_box{
    width: 500px;
    margin: 0 auto;
    box-shadow: 0px 1px 3px 0px #D2D2D2;
    margin-top: 30px;
    padding: 100px;
    font-size: 1.4rem;
}
#content .pw_box .desc{
    line-height: 1.3;
    text-align: center;
    color: #888;
    margin-bottom: 50px
}
#content .pw_box .input{
    margin-bottom: 30px
}
#content .pw_box .input input{
    border: 0 none;
    border-bottom: 1px solid #e7e7e7;   
    height: 40px;
    width: 100%;
    padding-left: 5px;
    margin-right: 10px
}
#content .pw_box .button input{
    width: 100%;
    background: #3672b0;
    height: 45px;
    color: #fff;
    border: 1px solid #3672b0;
    box-sizing: border-box;
    border-radius: 5px;
    transition: all 0.3s
}
#content .pw_box .button input:hover{
    color: #444;
    background: none
}

/* 이메일입력할때 */
#content .pw_box .input input.active{
    border-color: #3672b0;
}
