@charset "UTF-8";

/* .terms_of_membership .fixedBox01{
    padding-bottom: 85px;
} */

.terms_of_membership .disabledBtn{
    pointer-events: none;
    opacity: 0.2 !important;
}

/* .terms_of_membership #footer{
    padding-bottom: 126px;
} 


@media only screen and (max-width: 1024px) {

    .terms_of_membership .fixedBox01{
        padding-bottom: 140px;
    }  
    .terms_of_membership #footer{
        padding-bottom: 150px;
    }  
}



@media only screen and (max-width: 767px) {
    
   .terms_of_membership .fixedBox01{
        padding-bottom: 180px;
    }

    .terms_of_membership #footer{
        padding-bottom: 110px;
    }
}
*/