.profile-container {
	padding-bottom: 120px;
	background-color: #f5f5f5;
}

.profile-image {
	background-color: #f5f5f5;
}
.profile-image img {
	width: 100%;
	text-align: center;
}

.profile-image .pic {
	vertical-align: middle;
}

.pic .sp-detail {
	height: 360px;
}

.pic .pc-detail {
	height: 500px;
}

.profile-image-sub img {
	margin-top:8px;
	margin-right: 6px;
	width: 60px;
	height: 60px;
	border-radius: 5px;
}

.profile-name {
	margin-top: 8px;
	font-size: 30px;
	font-weight: 700;
	font-size: 30px;
}

.profile-age {
	margin-top: 15px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 500;
	font-size: 16px;
}

.profile-intro {
	margin-top: 8px;
	padding: 20px 5px;
	background-color: #fff;
	border-radius: 20px;
}

.profile-intro .title {
	font-size: 17px;
	font-weight: 700;
	color: #040404;
	background: linear-gradient(transparent 82%, #f5580a 0);
	width: fit-content;
}

.tag {
	color: var(--red);
	font-size: 13px;
	font-weight: 600;

	background: #eeeef1;
	padding: 1px 4px;
	border-radius: 3px;
	margin-top: 2px;
}

.profile-title {
	margin: 30px 0px 10px 0px;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 2px solid #eeeef1;
}

.profile-info {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 2px solid #eeeef1;
}

.user-basic {
	background-color: #f5f5f5;
	padding: 5px 0px;
	border-radius: 15px;

}

.user-basic .title {
	font-size: 15px;
	font-weight: 700;
	color: #040404;
}

.user-basic .icon img {
	width: 24px;
}

.user-basic-tag {
	background-color: #fff;
	border-radius: 20px;
	padding: 4px 4px;
	font-size: 12px;
	width: fit-content;
	font-weight: 700;
	margin-bottom: 7px;
	margin-right: 4px;
}

.tag-name {
	padding: 5px;
}

.tag-value-container {
	background-color: #f5f5f5;
	border-radius: 14px;
	padding: 4px 12px 2px 12px;
	width: fit-content;
}

.tag-value {
	color: #a8a8a8;
}

.aim {
	padding: 20px 3px 0px 3px;
	border-radius: 30px;
}

.aim img {
	width: 38px;
}

.tag-item-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.aim-head {
	background-color: #040404;
	font-size: 15px;
	width: fit-content;
	font-weight: 700;
	border-radius: 30;
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
}

.aim-item {
	background-color: #F1F1F1;
	background-color: #fff;
	width: fit-content;
	border-radius: 20px;
	padding: 5px 10px;
	font-size: 14px;
	color: #212529;
	margin-top: 10px;
	margin-right: 5px;
	color:#f30b0b;
	font-weight: 600;
}


.profile {
	background-color: #f5f5f5;
	padding: 15px 0px;
	margin-top:10px
}

.profile .title {
	font-size: 17px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	background: linear-gradient(transparent 85%, #a8a8a8 0);
	width: fit-content;
	margin-left:7px;
}

.profile-group {
	width: auto;
	background-color: #fff;
	border-radius: 28px;
	padding: 3px 0px;
	font-size: 15px;
	font-weight: 700;
	margin: 5px 0px;
}

.profile-item-name {
	padding: 8px;
}

.profile-item-value {
	background-color: #f5f5f5;
	border-radius: 18px;
	padding: 8px 10px;
	width: fit-content;
	font-weight: 700;
	margin-right: 3px;
}


.profile-message {
	width: 100%;
	bottom: 74px;
	position: fixed;
	text-align: center;
}

.profile-message .button-name {
	font-size: 14px;
	font-weight: 700;
}

.profile-message img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.profile-message a:hover {
	color: #FC7979;
}

.profile-button {
	border-radius: 30px;
	background: #FFECEF;
	padding: 6px 18px 11px 18px;
	color: #FC7979;
}

.point {
	cursor: pointer;
}
