@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap";
@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";
:root {
	--noto: "Noto Sans KR", Noto Sans, "Malgun Gothic", dotum, sans-serif;
	--serif:
		"Noto Serif KR", "Noto Sans KR", Noto Sans, "Malgun Gothic", dotum,
		sans-serif;
	--Pretendard:
		"Pretendard", "Noto Sans KR", Noto Sans, "Malgun Gothic", dotum,
		sans-serif;
	--theme-color: #e94e1b;
	--theme-color-rgb: 233, 78, 27;
	--body-bg: #e94e1b0d;
	--c-orange: #f37021;
	--white-color: #ffffff;
}
.slick-slide,
.slick-slide * {
	outline: none;
}
::-moz-selection {
	background: var(--theme-color);
	color: #fff;
}
::selection {
	background: var(--theme-color);
	color: #fff;
}
.--font-noto,
.--font-noto * {
	font-family: var(--noto);
}
.--font-serif,
.--font-serif * {
	font-family: var(--serif);
}
.--font-brown,
.--font-brown * {
	font-family: var(--brown);
}
.--c-theme,
.--c-theme * {
	color: var(--theme-color);
}
.--c-black,
.--c-black * {
	color: #000;
}
.--c-white,
.--c-white * {
	color: #fff;
}
.--c-orange,
.--c-orange * {
	color: var(--c-orange);
}
.--fw-lighter,
.--fw-lighter * {
	font-weight: lighter;
}
.--fw-normal,
.--fw-normal * {
	font-weight: normal;
}
.--fw-bold,
.--fw-bold * {
	font-weight: bold;
}
.--fw-bolder,
.--fw-bolder * {
	font-weight: bolder;
}
.--fw-100,
.--fw-100 * {
	font-weight: 100;
}
.--fw-200,
.--fw-200 * {
	font-weight: 200;
}
.--fw-300,
.--fw-300 * {
	font-weight: 300;
}
.--fw-400,
.--fw-400 * {
	font-weight: 400;
}
.--fw-500,
.--fw-500 * {
	font-weight: 500;
}
.--fw-600,
.--fw-600 * {
	font-weight: 600;
}
.--fw-700,
.--fw-700 * {
	font-weight: 700;
}
.--fw-800,
.--fw-800 * {
	font-weight: 800;
}
.--fw-900,
.--fw-900 * {
	font-weight: 900;
}
.--fs-normal,
.--fs-normal * {
	font-style: normal;
}
.--ta-l {
	text-align: left;
}
.--ta-c {
	text-align: center;
}
.--ta-r {
	text-align: right;
}
.--bg-theme,
.--bg-theme * {
	background-color: var(--theme-color);
}
.--df {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.--fld-c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.--flw-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.--jc-c {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.--jc-sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.--jc-fe {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.--ai-c {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.--ai-fe {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.--width-fc {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.--width-max {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.--width-min {
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}
.--height-fc {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.--height-max {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}
.--height-min {
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
}
.--po-rel {
	position: relative;
}
.--po-abs {
	position: absolute;
} /*# sourceMappingURL=reset.min.css.map */
