/** 텍스트박스 **/
.button {
box-shadow: 0px 1px 4px 0px #000000;
background-color:#004AAD!important;
border-radius:20px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Verdana;
font-size:20px;
padding-top:20px;
padding-bottom:20px;
text-decoration:none;
width: 100%;
text-align : center;
white-space: nowrap!important;
}
.button:hover {
background-color: #378CFF!important;
color: #ffffff!important;
font-weight: bold!important;
transform: scale(1.05);
}
.button:active {
position:relative;
top:1px;
}