.top_operation{
	position:absolute; top:200px; left:0; bottom:0; right:0;
	max-width:400px; height:200px; margin:auto;
}
.top_operation .inner a{width:100%;}
.top_operation .inner img{opacity:0.7; transition:all 0.8s;}
.top_operation .inner img:hover{opacity:1;}


/*----- Auth -----*/
.login_area {max-width:400px; margin:0 auto;}

.signup_title{
    font-size:16px;
    color:#454545;
}

.signup_input,
input[type="tel"].signup_input{
    border:none;
    border-bottom:1px solid #E5E5E5;
    text-align: center;
    width:100%;
}

.signup_input::placeholder{
    color:#A9A9A9;
}