/* 공유하기 */
.share_wrap {
	/* border-top: 1px solid #999; */
	position: relative;
	margin-top: 7rem;
}
.share_wrap h4 {
	display: none;
	font-size: 1.3rem;
	position: absolute;
	top: -.6rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 0 .5rem;
	font-weight: 600;
}
.share_wrap ul {
	display: flex;
	justify-content: flex-end;
	/* padding: 2.5rem 0 0; */
	gap: 1rem;
}
.share_wrap ul li {
	width: 4rem;
}
.share_wrap ul li button {
	width: 100%;
	border: none;
	outline: none;
	background-color: transparent;
}
.share_wrap ul li button img {
	width: 100%;
}