@charset "utf-8";

/* NotoSansKR */
@font-face {
	font-family: 'Noto Sans KR';
	font-weight: 100;
	src: url('../fonts/NotoSansKR-Thin.otf') format('opentype'),
	url('../fonts/NotoSansKR-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-weight: 300;
	src: url('../fonts/NotoSansKR-Light.otf') format('opentype'),
	url('../fonts/NotoSansKR-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-weight: 400;
	src: url('../fonts/NotoSansKR-Regular.otf') format('opentype'),
	url('../fonts/NotoSansKR-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-weight: 500;
	src: url('../fonts/NotoSansKR-Medium.otf') format('opentype'),
	url('../fonts/NotoSansKR-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-weight: 700;
	src: url('../fonts/NotoSansKR-Bold.otf') format('opentype'),
	url('../fonts/NotoSansKR-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-weight: 900;
	src: url('../fonts/NotoSansKR-Black.otf') format('opentype'),
	url('../fonts/NotoSansKR-Black.woff2') format('woff2');
}

/* RixSinHead_Pro */
@font-face {
	font-family: 'RixSinHead_Pro';
	font-weight: 300;
	src: url('../fonts/RixSinHead_Pro_Light.otf') format('opentype'),
  url('../fonts/RixSinHead_Pro_Light.woff') format('woff'),
	url('../fonts/RixSinHead_Pro_Light.woff2') format('woff2');
}
@font-face {
	font-family: 'RixSinHead_Pro';
	font-weight: 500;
	src: url('../fonts/RixSinHead_Pro_Medium.otf') format('opentype'),
  url('../fonts/RixSinHead_Pro_Medium.woff') format('woff'),
	url('../fonts/RixSinHead_Pro_Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'RixSinHead_Pro';
	font-weight: 700;
	src: url('../fonts/RixSinHead_Pro_Bold.otf') format('opentype'),
  url('../fonts/RixSinHead_Pro_Bold.woff') format('woff'),
	url('../fonts/RixSinHead_Pro_Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'RixSinHead_Pro';
	font-weight: 800;
	src: url('../fonts/RixSinHead_Pro_ExtraBold.otf') format('opentype'),
  url('../fonts/RixSinHead_Pro_ExtraBold.woff') format('woff'),
	url('../fonts/RixSinHead_Pro_ExtraBold.woff2') format('woff2');
}