@charset "utrf-8";
/* :root{
	font-size: calc( 100vw / 375 * 100);
}
body{
	font-size: 16px;
} */
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
    text-decoration: none;
	outline: none!important;
}
html,body{
	width: 100%;
	height: 100%;
}
.allbox{
	width: 100%;
	height: 100%;
}
.f-r{
	display: flex;
	flex-direction: row;
	align-items: x;
}
.f-c{
	display: flex;
	flex-direction: column;
}
.j-c-c{
	justify-content: center;
}
.j-c-b{
	justify-content: space-between;
}
.j-c-a{
	justify-content: space-around;
}
.j-c-e{
	justify-content: space-evenly;
}
.a-i-c{
	align-items: center;
}
.f1-o{
	flex: 1;
	overflow: auto;
}
.a-s-c{
	align-self: center;
}