* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}

a {
	color: #000000;
}

.ju-space-between {
	display: flex;
	justify-content: space-between;
}

.ju-space-around {
	display: flex;
	justify-content: space-around;
}

.ju-center {
	display: flex;
	justify-content: center;
}

.flex-warp {
	display: flex;
	flex-wrap: wrap;
}

.al-center {
	display: flex;
	align-items: center;
}

.alc-space-between {
	display: flex;
	align-content: space-between;
}

.alc-space-around {
	display: flex;
	align-content: space-around;
}

.ju-al-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tea-c {
	text-align: center;
}

.w100 {
	width: 100%;
}

.w100-h100 {
	width: 100%;
	height: 100%;
}

.lc1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.row_one {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.lc2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.lc3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
