/*--- 디자인 폰트 ---*/
/* 온고딕 */
@font-face {
	font-family: 'KoddiUDOnGothic';
		font-style: normal;
		font-weight: 400;
		src: local('KoddiUDOnGothic Regular'), local('KoddiUDOnGothic-Regular'),
		url("../fonts/KoddiUDOnGothic-Regular.eot"),
		url("../fonts/KoddiUDOnGothic-Regular.eot?#iefix") format('embedded-opentype'),
		url("../fonts/KoddiUDOnGothic-Regular.woff") format('woff');
}

@font-face {
	font-family: 'KoddiUDOnGothic';
		font-style: normal;
		font-weight: 600;
		src: local('KoddiUDOnGothic Bold'), local('KoddiUDOnGothic-Bold'),
		url("../fonts/KoddiUDOnGothic-Bold.eot"),
		url("../fonts/KoddiUDOnGothic-Bold?#iefix") format('embedded-opentype'),
		url("../fonts/KoddiUDOnGothic-Bold.woff") format('woff');
}

@font-face {
	font-family: 'KoddiUDOnGothic';
		font-style: normal;
		font-weight: 700;
		src: local('KoddiUDOnGothic ExtraBold'), local('KoddiUDOnGothic-ExtraBold'),
		url("../fonts/KoddiUDOnGothic-ExtraBold.eot"),
		url("../fonts/KoddiUDOnGothic-ExtraBold.eot?#iefix") format('embedded-opentype'),
		url("../fonts/KoddiUDOnGothic-ExtraBold.woff") format('woff');
}

/* 넥슨 Lv.1 고딕 */
@font-face {
	font-family: 'NEXONLv1Gothic';
		font-style: normal;
		font-weight: 300;
		src: local('NEXONLv1Gothic Light'), local('NEXONLv1Gothic Light'),
		url("../fonts/NEXON Lv1 Gothic OTF Light.eot"),
		url("../fonts/NEXON Lv1 Gothic OTF Light.eot?#iefix") format('embedded-opentype'),
		url("../fonts/NEXON Lv1 Gothic OTF Light.woff") format('woff');
}
@font-face {
	font-family: 'NEXONLv1Gothic';
		font-style: normal;
		font-weight: 400;
		src: local('NEXONLv1Gothic'), local('NEXONLv1Gothic'),
		url("../fonts/NEXON Lv1 Gothic OTF.eot"),
		url("../fonts/NEXON Lv1 Gothic OTF.eot?#iefix") format('embedded-opentype'),
		url("../fonts/NEXON Lv1 Gothic OTF.woff") format('woff');
}
@font-face {
	font-family: 'NEXONLv1Gothic';
		font-style: normal;
		font-weight: 600;
		src: local('NEXONLv1Gothic Bold'), local('NEXONLv1Gothic Bold'),
		url("../fonts/NEXON Lv1 Gothic OTF Bold.eot"),
		url("../fonts/NEXON Lv1 Gothic OTF Bold.eot?#iefix") format('embedded-opentype'),
		url("../fonts/NEXON Lv1 Gothic OTF Bold.woff") format('woff');
}

/* Montserrat */
@font-face { 
  font-family: 'Montserrat'; 
  font-style: normal; 
  font-weight: 500;
  src:local("font/Montserrat-Medium.ttf"), 
  url("font/Montserrat-Medium.ttf"), 
  url("font/Montserrat-Medium.ttf");
}
@font-face { 
  font-family: 'Montserrat'; 
  font-style: normal; 
  font-weight: 600;
  src:local("font/Montserrat-SemiBold.ttf"), 
  url("font/Montserrat-SemiBold.ttf"), 
  url("font/Montserrat-SemiBold.ttf");
}
@font-face { 
  font-family: 'Montserrat'; 
  font-style: normal; 
  font-weight: 700;
  src:local("font/Montserrat-Bold.ttf"), 
  url("font/Montserrat-Bold.ttf"), 
  url("font/Montserrat-Bold.ttf");
} 
