@charset "UTF-8";

/* Pretendard : 프리텐다드 */
@font-face
{
	font-family:'Pretendard';
	font-weight: 100;
  src: local('PretendardVariable'), /* 이미설치 되어있으면 리소스 요청 안함 */
       url('/fonts/pretenard/Pretendard-Thin.eot'), /* IE8 이하 */
       url('/fonts/pretenard/Pretendard-Thin.woff2') format("woff2"), /* woff보다 압축률 더 좋음 */
       url('/fonts/pretenard/Pretendard-Thin.woff') format("woff"), /* 모든 브라우저 */
       url('/fonts/pretenard/Pretendard-Thin.ttf') format("truetype"); /*안드로이드 4.4버전이하*/
}
@font-face
{
	font-family:'Pretendard';
	font-weight: 200;
  src: local('PretendardVariable'), /* 이미설치 되어있으면 리소스 요청 안함 */
       url('/fonts/pretenard/Pretendard-ExtraLight.eot'), /* IE8 이하 */
       url('/fonts/pretenard/Pretendard-ExtraLight.woff2') format("woff2"), /* woff보다 압축률 더 좋음 */
       url('/fonts/pretenard/Pretendard-ExtraLight.woff') format("woff"), /* 모든 브라우저 */
       url('/fonts/pretenard/Pretendard-ExtraLight.ttf') format("truetype"); /*안드로이드 4.4버전이하*/
}
@font-face
{
	font-family:'Pretendard';
	font-weight: 300;
  src: local('PretendardVariable'), /* 이미설치 되어있으면 리소스 요청 안함 */
       url('/fonts/pretenard/Pretendard-Light.eot'), /* IE8 이하 */
       url('/fonts/pretenard/Pretendard-Light.woff2') format("woff2"), /* woff보다 압축률 더 좋음 */
       url('/fonts/pretenard/Pretendard-Light.woff') format("woff"), /* 모든 브라우저 */
       url('/fonts/pretenard/Pretendard-Light.ttf') format("truetype"); /*안드로이드 4.4버전이하*/
}
@font-face
{
	font-family:'Pretendard';
	font-weight: normal;
  src: local('PretendardVariable'), /* 이미설치 되어있으면 리소스 요청 안함 */
       url('/fonts/pretenard/Pretendard-Regular.eot'), /* IE8 이하 */
       url('/fonts/pretenard/Pretendard-Regular.woff2') format("woff2"), /* woff보다 압축률 더 좋음 */
       url('/fonts/pretenard/Pretendard-Regular.woff') format("woff"), /* 모든 브라우저 */
       url('/fonts/pretenard/Pretendard-Regular.ttf') format("truetype"); /*안드로이드 4.4버전이하*/
}
@font-face
{
	font-family:'Pretendard';
	font-weight: 500;
  src: local('PretendardVariable'), /* 이미설치 되어있으면 리소스 요청 안함 */
       url('/fonts/pretenard/Pretendard-Medium.eot'), /* IE8 이하 */
       url('/fonts/pretenard/Pretendard-Medium.woff2') format("woff2"), /* woff보다 압축률 더 좋음 */
       url('/fonts/pretenard/Pretendard-Medium.woff') format("woff"), /* 모든 브라우저 */
       url('/fonts/pretenard/Pretendard-Medium.ttf') format("truetype"); /*안드로이드 4.4버전이하*/
}
@font-face
{
	font-family:'Pretendard';
	font-weight: 600;
  src: local('PretendardVariable'), /* 이미설치 되어있으면 리소스 요청 안함 */
       url('/fonts/pretenard/Pretendard-SemiBold.eot'), /* IE8 이하 */
       url('/fonts/pretenard/Pretendard-SemiBold.woff2') format("woff2"), /* woff보다 압축률 더 좋음 */
       url('/fonts/pretenard/Pretendard-SemiBold.woff') format("woff"), /* 모든 브라우저 */
       url('/fonts/pretenard/Pretendard-SemiBold.ttf') format("truetype"); /*안드로이드 4.4버전이하*/
}
@font-face
{
	font-family:'Pretendard';
	font-weight: 700;
  src: local('PretendardVariable'), /* 이미설치 되어있으면 리소스 요청 안함 */
       url('/fonts/pretenard/Pretendard-Bold.eot'), /* IE8 이하 */
       url('/fonts/pretenard/Pretendard-Bold.woff2') format("woff2"), /* woff보다 압축률 더 좋음 */
       url('/fonts/pretenard/Pretendard-Bold.woff') format("woff"), /* 모든 브라우저 */
       url('/fonts/pretenard/Pretendard-Bold.ttf') format("truetype"); /*안드로이드 4.4버전이하*/
}
@font-face
{
	font-family:'Pretendard';
	font-weight: 800;
  src: local('PretendardVariable'), /* 이미설치 되어있으면 리소스 요청 안함 */
       url('/fonts/pretenard/Pretendard-ExtraBold.eot'), /* IE8 이하 */
       url('/fonts/pretenard/Pretendard-ExtraBold.woff2') format("woff2"), /* woff보다 압축률 더 좋음 */
       url('/fonts/pretenard/Pretendard-ExtraBold.woff') format("woff"), /* 모든 브라우저 */
       url('/fonts/pretenard/Pretendard-ExtraBold.ttf') format("truetype"); /*안드로이드 4.4버전이하*/
}
@font-face
{
	font-family:'Pretendard';
	font-weight: 900;
  src: local('PretendardVariable'), /* 이미설치 되어있으면 리소스 요청 안함 */
       url('/fonts/pretenard/Pretendard-Black.eot'), /* IE8 이하 */
       url('/fonts/pretenard/Pretendard-Black.woff2') format("woff2"), /* woff보다 압축률 더 좋음 */
       url('/fonts/pretenard/Pretendard-Black.woff') format("woff"), /* 모든 브라우저 */
       url('/fonts/pretenard/Pretendard-Black.ttf') format("truetype"); /*안드로이드 4.4버전이하*/
}
