/* ============================================================
 * mapia 페이지 — classic 헤더 전용 스타일
 *
 * mapia.css 에서 분리한 `header` 태그 룰.
 * simtech 스킨에서는 이 파일을 로드하지 않으므로
 * `<header id="introHeader">` 의 Tailwind 디자인이 보존된다.
 *
 * 로드: mapia/mapia_main_header.php 의 <head> 에서만.
 * ============================================================ */

header {
	width: 100%;
	height: 85px;
	padding: 0px 30px;
	margin: 0px auto;
	color: #000;
	background-color: #fff;
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	z-index: 4;
	min-width: 320px;
	border-bottom: 1px solid #ECECEC;
}
