.pc_header {
	display: none;
}
.mhide{
		display: none;
	}
	

@media only screen and (max-width: 1000px) {
	.pc_header {
		display: none;
	}
	.mhide{
		display: none;
	}
	.dp_wd_header {
    	top: 40px;
    }
    .view_phone {
    	display: block;
    }
    .view_desktop{
        display: none;
    }
	
}
@media only screen and (min-width: 1001px) {
	.phone_header{
		display: none1;
	}
	.phide{
		display: none1;
	}
	
	.ico__svg[data-v-2ed742d9] {
		fill: currentColor;
		height: 20px;
		max-width: 100%;
		width: auto;
	}
	.dp_wd_header {
    	top: 49px;
    }
    .view_phone {
    	display: none;
    }
    .view_desktop{
        display: block;
    }
}