.content {
    width: 100%;
	padding-top: 4rem;
	height: calc(100vh - 3.5rem);
	display: flex;
	align-items: center;
	justify-content: center;
	animation: easeIn 1s ease-in forwards;
}
.about {
	width: 73%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	animation: fallBounce1 0.5s cubic-bezier(0, 0, 0.265, 1.55) forwards;
}
.left {
	width: 15rem;
}
.title {
	color: #3C414D;
	font-size: 2.875rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.124rem;
	background: linear-gradient( 94deg, #8737FF 0%, #D133FF 37%, #FF37AF 72%, #FFAA00 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.titleY {
	width: 100%;
	text-align: center;
	margin-top: 0.75rem;
	font-weight: 400;
	font-size: 1.5rem;
	color: #A4A8AE;
	line-height: 1.25rem;
	letter-spacing: 0.028rem;
	opacity: 0.4;
	white-space: nowrap;
}
.icon {
	width: 100%;
	margin-top: 2.25rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.icon-item {
	width: 7rem;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #F1F3F6;
	border-radius: 1rem;
}
.icon-items {
	margin-top: 1rem;
}
.icon-img {
	height: 3.125rem;
	display: block;
	margin: 0 auto;
}
.icon-text {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 1rem;
	color: #6C6F79;
	margin-top: 0.25rem;
}
.but {
	width: 100%;
	height: 3.5rem;
	background: #FFCC00;
	border-radius: 0.5rem;
	margin-top: 2.5rem;
	font-weight: bold;
	font-size: 1.125rem;
	color: #000000;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1rem;
}
.but-img {
	width: 1.125rem;
	height: 1.125rem;
	display: block;
	margin-left: 0.5rem;
}
.but:hover {
	background: #DFB302;
}
.right {
	width: 60.625rem;
}
.right-item {
	width: 100%;
}
.right-title {
	font-weight: bold;
	font-size: 1.25rem;
	color: #3C414D;
	line-height: 1;
}
.right-text {
	font-weight: 400;
	font-size: 1rem;
	color: #6C6F79;
	line-height: 2rem;
	margin-top: 0.75rem;
	/* opacity: 0.4; */
}
.right-item-line {
	width: 100%;
	height: 0.0625rem;
	border-top: 1px solid #F1F3F6;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.about {
	
}
.about {
	
}
.about {
	
}
.about {
	
}
.about {
	
}
.about {
	
}
.about {
	
}
.about {
	
}
.about {
	
}
.about {
	
}
.about {
	
}
.about {
	
}
.about {
	
}
.about {
	
}
.about {
	
}
.m-t-0 {
	margin-top: 0 !important;
}

@media (max-width: 1680px) {
    .right {
		width: 50rem;
	}
	.right-title {
		font-size: 1.125rem;
	}
	.right-text {
		font-size: 0.875rem;
		line-height: 1.75rem;
	}
}

@media (max-width: 1450px) {
    .about {
    	/* width: 72%; */
    }
}

@media (max-width: 1280px) {
	.about {
		/* width: 70%; */
	}
}

@media (max-width: 800px) {
	
}

@media (max-width: 520px) {
	
}