@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-Medium.woff) format('woff');
}

@font-face {
	font-family:'Pretendard';
	font-style: normal;
	font-weight: 800;
	src: url(/css/font/Pretendard-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');
}

/***********
 * SB Aggro
 ***********/
 @font-face {
	font-family:'SBAggro';
	font-style: normal;
	font-weight: normal;
	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');
}

