@charset "utf-8";

@media (max-width:768px) {
	main .wrap {
    width: 100%;
    min-height: 600px;
    padding: 16px;
  }
	
	.wrap .enter {
	  padding: 0;
	}
	
	.enter ul li {
	  width: 100%;
	  height: 94px;
	  margin-right: 0;
	  margin-bottom: 12px;
	}
	
	.enter ul li.welcome {
	  display: none;
	}
	
	.enter ul li.system {
	  padding: 16px 24px 20px 16px;
	  background-image: url(../images/system-background-m.png);
	  background-size: 100% 94px;
	}
	
	.enter ul li.system p {
	  margin-bottom: 8px;
	}
	
	.enter ul li.system i.sys {
		position: absolute;
	  top: 20px;
	  right: 24px;
	}
	
	.enter ul li.system i.register {
	  width: 46px;
	  height: 54px;
	  background-image: url(../images/register-m.png);
	}
	
	.enter ul li.system i.list {
	  width: 54px;
	  height: 54px;
	  background-image: url(../images/list-m.png);
	}
	
	.enter ul li.system i.info {
	  width: 51px;
	  height: 54px;
	  background-image: url(../images/info-m.png);
	}
	
	.enter ul li.system i.corp {
	  width: 55px;
	  height: 49px;
	  background-image: url(../images/corp-m.png);
	}
	
	.enter ul li.system i.price {
	  width: 56px;
	  height: 55px;
	  background-image: url(../images/price-m.png);
	}
	
	footer {
    height: 89px;
    min-width: auto;
    transform: translateY(100%);
  }
}