/* header */
header {
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	z-index: 9;
}
header a {
	display: block;
	width: 95%;
	height: 6rem;
	padding: 1.3rem 1.3rem 1.3rem 2.5rem;
}
header button {
	display: block;
	width: 5%;
	height: 6rem;
	padding: 1.6rem 3.2rem 1.6rem 1.3rem;
	background-color: transparent;
	border: none;
	outline: none;
}
header a img, header button img {
	height: 100%;
}

/* 공유하기 */
.share_wrap {
	border-top: 1px solid #999;
	position: relative;
	margin: 4rem 0 0;
}
.share_wrap h4 {
	font-size: 1.2rem;
	position: absolute;
	top: -.5rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 0 .5rem;
}
.share_wrap ul {
	display: flex;justify-content: center;
	padding: 2.5rem 0;
	gap: 1rem;
}
.share_wrap ul li {width: 30%;}
.share_wrap ul li button, .share_wrap ul li a {
	border: none;
	outline: none;
	background-color: transparent;
	width: 100%;
	display: block;
}
.share_wrap ul li img {
	width: 100%;
}