@charset "utf-8";

/***********
 * Pretendard
 ***********/
 @font-face {
	font-family:'Pretendard';
	font-style: normal;
	font-weight: 200;
	src: url('/css/font/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family:'Pretendard';
	font-style: normal;
	font-weight: normal;
	src: url('/css/font/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family:'Pretendard';
	font-style: normal;
	font-weight: 600;
	src: url('/css/font/Pretendard-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family:'Pretendard';
	font-style: normal;
	font-weight: 800;
	src: url('/css/font/Pretendard-Bold.woff') format('woff');
}

/***********
 * SBAggro
 ***********/
 @font-face {
	font-family:'SBAggro';
	font-style: normal;
	font-weight: 300;
	src: url('/css/font/SB-어그로-L.woff') format('woff')
}

@font-face {
	font-family:'SBAggro';
	font-style: normal;
	font-weight: 600;
	src: url('/css/font/SB-어그로-M.woff') format('woff')
}

@font-face {
	font-family:'SBAggro';
	font-style: normal;
	font-weight: 800;
	src: url('/css/font/SB-어그로-B.woff') format('woff')
}

/* 한국기계연구원 */
@font-face {
	font-family:'KIMM';
	font-style: normal;
	font-weight: 800;
	src: url('/css/font/한국기계연구원_bold.woff') format('woff')
}


/***********
 * Play
 ***********/
 @font-face {
	font-family:'Play';
	font-style: normal;
	font-weight: normal;
	src: url('/css/font/Play-Regular.woff') format('woff');
}

@font-face {
	font-family:'Play';
	font-style: normal;
	font-weight: 800;
	src: url('/css/font/Play-Bold.woff') format('woff');
}

