@charset "utf-8";

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: local('Noto Sans KR'),url(../../font/NotoSansKR-Thin.woff2) format('woff2'),
		url(../../font/NotoSansKR-Thin.woff) format('woff'),
		url(../../font/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: local('Noto Sans KR'),url(../../font/NotoSansKR-Light.woff2) format('woff2'),
		url(../../font/NotoSansKR-Light.woff) format('woff'),
		url(../../font/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans KR'),url(../../font/NotoSansKR-Regular.woff2) format('woff2'),
		url(../../font/NotoSansKR-Regular.woff) format('woff'),
		url(../../font/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: local('Noto Sans KR'),url(../../font/NotoSansKR-Medium.woff2) format('woff2'),
		url(../../font/NotoSansKR-Medium.woff) format('woff'),
		url(../../font/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: local('Noto Sans KR'),url(../../font/NotoSansKR-Bold.woff2) format('woff2'),
		url(../../font/NotoSansKR-Bold.woff) format('woff'),
		url(../../font/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: local('Noto Sans KR'),url(../../font/NotoSansKR-Black.woff2) format('woff2'),
		url(../../font/NotoSansKR-Black.woff) format('woff'),
		url(../../font/NotoSansKR-Black.otf) format('opentype');
}

html, body, div, span, 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,
dl, dt, dd, ol, ul, li, input, select, textarea,
fieldset, form, label, legend, fieldset,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  /* outline: 0; */
  font-style: normal;
  font-size: 100%;
  font-family: 'Noto Sans KR', sans-serif;
  vertical-align: top;
  list-style: none;
  text-decoration: none;
	border-collapse:collapse;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* WebKit browsers */ color:transparent}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:transparent}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color:transparent}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color:transparent}

caption{overflow:hidden;height: 0;font-size: 0;}