@font-face {
	font-family: 'Noto Sans KR';
	src: local(Noto Sans KR), 
		 url('../fonts/NotoSansKR-Black.woff')
		format('woff'), url('../fonts/NotoSansKR-Black.woff2') format('woff2'),
		url('../fonts/NotoSansKR-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans KR';
	src: local(NotoSansKR), 
		url('../fonts/NotoSansKR-Bold.woff') format('woff'), 
		url('../fonts/NotoSansKR-Bold.woff2') format('woff2'),
		url('../fonts/NotoSansKR-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans KR';
	src: local(NotoSansKR), 
   		 url('../fonts/NotoSansKR-Medium.woff') format('woff'), 
   		 url('../fonts/NotoSansKR-Medium.woff2') format('woff2'),
		url('../fonts/NotoSansKR-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans KR';
	src: local(NotoSansKR), 
		url('../fonts/NotoSansKR-Regular.woff') format('woff'), 
		url('../fonts/NotoSansKR-Regular.woff2') format('woff2'),
		url('../fonts/NotoSansKR-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans KR';
	src: local(NotoSansKR), 
		url('../fonts/NotoSansKR-Light.woff') format('woff'), 
		url('../fonts/NotoSansKR-Light.woff2') format('woff2'),
		url('../fonts/NotoSansKR-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans KR';
	src: local(NotoSansKR),
		url('../fonts/NotoSansKR-Thin.woff') format('woff'), 
		url('../fonts/NotoSansKR-Thin.woff2') format('woff2'),
		url('../fonts/NotoSansKR-Thin.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
}

*, body {
	font-family: 'Noto Sans KR';
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Noto Sans KR';
	vertical-align: baseline;
}

body {
	overflow-y: auto;
	overflow-x: hidden;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1.3;
	position: static;
}

html {
	/* height:100%; */
	overflow-x: hidden;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.img_box img {
	max-width: 100%;
	display: block;
}

* {
	/* transition: all 0.1s ease-in; */
}

a {
	color: #000;
	text-decoration: none;
}
