@charset "utf-8";

/* noto-sans-kr-regular - korean */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/ecoenv/css/@font-face/font-display for other options. */
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('/ecoenv/css/font/noto-sans-kr-v37-korean-regular.woff2')
		format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-kr-500 - medium korean */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/ecoenv/css/@font-face/font-display for other options. */
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url('/ecoenv/css/font/noto-sans-kr-v37-korean-500.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-kr-700 - bold korean */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/ecoenv/css/@font-face/font-display for other options. */
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url('/ecoenv/css/font/noto-sans-kr-v37-korean-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* css 초기화 */
* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: 'Noto Sans KR', sans-serif;
	font: inherit;
	color: black;
	vertical-align: baseline;
	box-sizing: border-box;
	outline: 0;
}

html, body, div, section, header, footer, nav, menu, h1, h2, h3, h4, h5,
	h6, p, pre, span, em, strong, dl, dt, dd, ol, ul, li, fieldset, form,
	label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-weight: normal;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Pretendard';
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

html {
	font-size: 16px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

ol, ul, li {
	list-style: none;
}

img {
	border: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hide {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	text-align: -9999em;
	line-height: 0;
	font-size: 0;
}

.flex {
	display: flex;
}

.ol-zoom, .ol-rotate{
	display:none;
}