@charset "utf-8";
/* CSS Document */

@page {
	size: A4;
	margin: 12.7mm 9.7mm;
}

html {
	font-size: 50%;
}

body {
	font-size: 1rem;
}

header,
footer,
.postNavBox {
	display: none;
}

.pageTop {
	display: none !important;
}

#hizikiRecipeArea {
	padding: 0;
}

.recipeFlow {
	margin-top: 20px;
	padding-top: 30px;
	break-inside: avoid;
}

.recipeWrap,
.flowCotainer {
	margin-top: 20px;
}

.recipeWrap {
	justify-content: space-around;
}

.recipeWrap .materialContainer {
	flex-basis: 45%;
}

.flowCotainer {
	padding: 30px 20px 30px 100px;
}

.arrowTitle::after {
	background: none;
	width: 0;
	height: 0;
}