/* 공유하기 */
.share_wrap {
	margin-top: 2rem;
	position: relative;
}
.share_wrap h4 {
	width: fit-content;
	font-size: 1.8rem;
	font-weight: 700;
	background: #1a1a1a;
	border-radius: 2.5rem;
	color: #fff;
	padding: .8rem 2rem;
	margin: 0 auto;
}
.share_wrap ul {
	display: flex;justify-content: center;
	padding: 2.5rem 4rem;
	padding-bottom: 0;
	gap: 2.5rem;
}
.share_wrap ul li {
	width: 5rem;
	text-align: center;
}
.share_wrap ul li button {
	max-width: 12rem;
	border: none;
	outline: none;
	background-color: transparent;
}
.share_wrap ul li button img {
	width: 100%;
}