.login {
    display: table;
    width: 100%;
    height: 100vh;
    position: relative;
}
.login .logo_box{
    width: 100%;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
}
.login .logo_box img.logo{
    width: 55%;
    padding-left: 10%;
}
.login .txt_box{
    width: 100%;
    font-size: 4.4vw;
    color: #292929;
    margin-top: 5%;
    padding-left: 10%;
}
.login .txt_box p{
    font-family: 'NanumSquareR';
    line-height: 140% !important;
}
.kakao_box{
    width: 86%;
    margin: 50% auto 0;
}
.kakao_box img{
    width: 100%;
}
.copy{
    width: 100%;
    text-align: center;
    font-size: 3.5vw;
    color: #999;
    font-family: 'NanumSquareB';
    position: absolute;
    bottom: 5%;
}


.tel_login .container{
	padding: 7% 0;
    margin-bottom: 50px;
}
.tel_login h3{
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 5%;
	font-family:'NanumSquareEB';

}
.tel_login h5{
    font-size: 15px;
    font-family: 'NotoSansKR-Regular';
    color: #999;
    padding: 0 5% 35px;
    border-bottom: 1px solid #ddd;
}
.tel_login h5 span{
    margin-left: 17px;
}
.wrap{
    border-top: 10px solid #f1f1f1;
    padding: 5%;
}
.tel_login p{
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bolder;
}
.tel_login input{
    width: 100%;
    height: 46px;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 15px;
}
.tel_login input::placeholder{
    font-size: 14px;
}
.tel_login input:focus{
    box-shadow: none !important;
}
.tel_login .btn_wrap{
    margin-top:100px;
}
.tel_login .btn_wrap button{
    font-size: 15px;
    padding: 15px;
    width: 100%;
    background-color: #5C7DFB;
    border-radius: 5px;
    color: #fff;
}
.tel_login .btn_wrap button:focus{
    background-color: #5374f5;
}