@media only screen and (max-width: 550px){
	.main-step-list{
	    margin-bottom: 10px;
	}
	.footer-box {
    	width: 300px;
	}
	.footer-list {
	    width: 50%;
	}
	.footer-list-box .footer-list:nth-child(3n+2){
		margin: 0;
	}
	.footer-list-box{
		margin-left: 20px;
	}
	#member-contact .member-registered3-list-title{
	    margin-left: 10px;
	    width: 100%;
	}
}