ul{
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
.flex {
	display: flex;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

.flex-wrap {
	flex-wrap: wrap;
}

.color {
	color: #353739;
}

.blur0 {
	filter: blur(0px);
	transition: all 2.5s;
}

.blur5 {
	filter: blur(5px);
	transition: all 1.5s;
}

.mobile-blur5 {
	filter: blur(5px);
}

.blur10 {
	filter: blur(10px);
	transition: all 2.5s;
}


.bold {
	font-weight: bold;
}

.size12 {
	font-size: 12px;
}

.size14 {
	font-size: 14px;
}

.size16 {
	font-size: 16px;
}

.size20 {
	font-size: 20px;
}

.size36 {
	font-size: 36px;
}

.icon40 {
	width: 40px;
	height: 40px;
}

.color8 {
	color: rgba(0, 0, 0, 0.8);
}

.weight500 {
	font-weight: 500;
}

.pic68 {
	width: 68px;
	height: 68px;
}

.line {
	width: 48px;
	height: 4px;
	background: #EAB833;
	border-radius: 2px;
}

.title-font {
	color: #353739;
	line-height: 30px;
}


.mobile-line{
	width: 6.4vw;
	height: 0.53vw;
	background: #EAB833;
	border-radius: 1vw;
}


.end-move {
	transition: transform 400ms, top 500ms, left 500ms !important;
}

.mobile-end-move {
	transition: transform 400ms, top 1500ms, left 500ms !important;
}
