/* 다라데이 상단 헤더 고정 */
body > .wrapper:not(.et-fb-iframe-ancestor) {
	overflow: visible !important;
}

header.header.darayoga-header-fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99999;
	background-color: #e9e9e9;
}

header.header.darayoga-header-fixed #header-grid,
header.header.darayoga-header-fixed .header--row,
header.header.darayoga-header-fixed .header--row-inner {
	background-color: #e9e9e9 !important;
	background: #e9e9e9 !important;
}

body.admin-bar header.header.darayoga-header-fixed {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar header.header.darayoga-header-fixed {
		top: 46px;
	}
}

.darayoga-header-spacer {
	display: block;
	width: 100%;
	pointer-events: none;
	visibility: hidden;
}
