@charset "UTF-8";
@font-face {
	font-family:'sangju'; font-style:normal; font-weight:700;
	src: url('/humanframe/theme/camping/assets/_fonts/SANGJU Gyeongcheon Island.ttf') format('truetype');
}

header { position: absolute; top: 0; left: 0;}
header nav ul li a:hover {text-decoration: none; color: #131313; border-bottom: none;}

@media screen and (max-width: 768px) {
	header {top: 115px;}
}

@media screen and (max-width: 480px) {
	header {top: 60px;}
}