/* 모바일 헤더 */
.m-header{
	display:none !important;
	position: fixed;
    background: #2D2D67;
	padding: 15px;
}

/* 타이틀 */
.m-header a{
	color:var(--black-color) !important;
}

/* 마이페이지 btn */
.m-header-icon.myPage_btn{
	border-radius: 50%;
    background: var(--dark-gray-color);
}

/* 로고 */
.m_logo img {
	width: 80px;
}