#footer_menu {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	background: #333333EE;
	position: fixed;
	bottom: 60px;
	display: none;
	list-style-type: none;
}
#footer_menu > li {
	cursor: pointer;
}
#fm_close {
	position: relative;
	cursor: pointer;
}
#fm_close::after {
	content: '';
	position: absolute;
	top: 18px;
	right: 3px;
	width: 30px;
	height: 3px;
	background: #FFF;
	border-radius: 2px;
	transform: rotate(-45deg);
}
#fm_close::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 3px;
	width: 30px;
	height: 3px;
	background: #FFF;
	border-radius: 2px;
	transform: rotate(45deg);
}
#footer_menu li {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 18px;
	color: #FFF;
}
#footer_menu li:last-child {
	border-bottom: none;
}
#contents_footer {
	width: 100%;
    max-width: 1200px;
	height: 60px;
	background: #8CD65F;
	display: flex;
	justify-content: space-around;
    position: fixed;
    bottom: 0;
	padding: 10px 5px;
	box-sizing: border-box;
	border-top: 1px solid #E5EFBE;
}
#btn_home {
	background-image: url("/images/button/en/home.png");
	background-repeat: no-repeat;
}
#btn_menu {
	background-image: url("/images/button/en/menu.png");
	background-repeat: no-repeat;
}
#btn_signup {
	background-image: url("/images/button/en/signup.png");
	background-repeat: no-repeat;
}
#btn_login {
	background-image: url("/images/button/en/login.png");
	background-repeat: no-repeat;
}
#btn_shipping {
	background-image: url("/images/button/en/shipping.png");
	background-repeat: no-repeat;
}
#btn_history {
	background-image: url("/images/button/en/history.png");
	background-repeat: no-repeat;
}
#btn_home_active {
	background-image: url("/images/button/en/home_active.png");
	background-repeat: no-repeat;
}
#btn_menu_active {
	background-image: url("/images/button/en/home_menu.png");
	background-repeat: no-repeat;
}
#btn_signup_active {
	background-image: url("/images/button/en/home_signup.png");
	background-repeat: no-repeat;
}
#btn_login_active {
	background-image: url("/images/button/en/home_login.png");
	background-repeat: no-repeat;
}
#btn_shipping_active {
	background-image: url("/images/button/en/shipping_active.png");
	background-repeat: no-repeat;
}
#btn_history_active {
	background-image: url("/images/button/en/history_active.png");
	background-repeat: no-repeat;
}
.btn_foot {
	width: 100px;
	height: 40px;
	line-height: 40px;
	position: relative;
	cursor: pointer;
}
#badge2 {
	width: 8px;
	height: 8px;
	background: #00FF43;
	position: absolute;
	top: 12px;
	left: 17px;
	border-radius: 4px;
	display: none;
}
