@charset "utf-8";
/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/

body {
    background-size: cover;
}

.permanent {
    height: 62px;
    width: 47.7%;
}

#register .boxBtn {
    width: 100%;
    padding-top: 23px;
}

#register .boxBtn .areaBtn{
    margin: 0 auto;
}

@media (max-width: 768px){
    #register .boxBtn {
        padding-top: 12px;
    }

    .permanent {
        height: 42px;
        width: 47.7%;
    }
}