
.header_nav_btn_wrap {
	display:none;
}


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

	#header .siteid {
		height:inherit;
		padding: 0;
	}
	#header .inner {
		height:60px;
		display: flex;
		justify-content: space-between;
	}
	#header h1 {
		display: flex;
		align-items: center;
		justify-items: center;
		height: inherit;
		width: inherit;
	}
	#header h1 a {
		display:flex;
	}
	.header_nav_btn_wrap {
		display: block;
	}
	.header_nav_btn_wrap ul {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: end;
		height: 100%;
	}
	.header_nav_btn_wrap ul li {
		
	}
	.header_nav_btn_wrap ul li a {
		padding: 5px 10px;
		border-radius: 30px;
		margin-right: 5px;
		font-size: 12px;
		font-weight: bold;
	}
	.header_nav_btn_wrap ul li a.register {
		color: #fff;
	}
	.header_nav_btn_wrap ul li a.login {
		color: #333;
	}
	.header_nav_btn_wrap ul li button#header_nav_btn {
		position: inherit;
		height: 29px;
	}
}