@charset "utf-8";

/* score */ 
@font-face {
	font-family:'score';
	font-style:normal;
	font-weight:800;
	src: url('/meeting/incc/fonts/S-CoreDream-8Heavy.otf') format('opentype'),
		url('/meeting/incc/fonts/S-CoreDream-8Heavy.woff') format('woff'),
		url('/meeting/incc/fonts/S-CoreDream-8Heavy.ttf') format('truetype');
}
@font-face {
	font-family:'score';
	font-style:normal;
	font-weight:700;
	src: url('/meeting/incc/fonts/S-CoreDream-7ExtraBold.otf') format('opentype'),
		url('/meeting/incc/fonts/S-CoreDream-7ExtraBold.woff') format('woff'),
		url('/meeting/incc/fonts/S-CoreDream-7ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family:'score';
	font-style:normal;
	font-weight:600;
	src: url('/meeting/incc/fonts/S-CoreDream-6Bold.otf') format('opentype'),
		url('/meeting/incc/fonts/S-CoreDream-6Bold.woff') format('woff'),
		url('/meeting/incc/fonts/S-CoreDream-6Bold.ttf') format('truetype');
}
@font-face {
	font-family:'score';
	font-style:normal;
	font-weight:500;
	src: url('/meeting/incc/fonts/S-CoreDream-5Medium.otf') format('opentype'),
		url('/meeting/incc/fonts/S-CoreDream-5Medium.woff') format('woff'),
		url('/meeting/incc/fonts/S-CoreDream-5Medium.ttf') format('truetype');
}
@font-face {
	font-family:'score';
	font-style:normal;
	font-weight:400;
	src: url('/meeting/incc/fonts/S-CoreDream-4Regular.otf') format('opentype'),
		url('/meeting/incc/fonts/S-CoreDream-4Regular.woff') format('woff'),
		url('/meeting/incc/fonts/S-CoreDream-4Regular.ttf') format('truetype');
}
@font-face {
	font-family:'score';
	font-style:normal;
	font-weight:300;
	src: url('/meeting/incc/fonts/S-CoreDream-3Light.otf') format('opentype'),
		url('/meeting/incc/fonts/S-CoreDream-3Light.woff') format('woff'),
		url('/meeting/incc/fonts/S-CoreDream-3Light.ttf') format('truetype');
}
@font-face {
	font-family:'score';
	font-style:normal;
	font-weight:200;
	src: url('/meeting/incc/fonts/S-CoreDream-2ExtraLight.otf') format('opentype'),
		url('/meeting/incc/fonts/S-CoreDream-2ExtraLight.woff') format('woff'),
		url('/meeting/incc/fonts/S-CoreDream-2ExtraLight.ttf') format('truetype');
}

body {
	-webkit-text-size-adjust: 100%;
	font-family: 'score','Malgun Gothic', '맑은고딕', 'Dotum', '돋움', 'Arial', 'sans-serif';
}
