﻿@charset "utf-8";

/* 웹폰트적용 */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
  font-family:'Noto Sans KR';
  font-style: normal;
  font-weight: normal;
  src:	local('NotoSans-Regular'),
		url(/font/NotoSans-Regular.woff) format('woff'),
		url(/font/NotoSans-Regular.otf) format('opentype');
}

@font-face {
  font-family:'Noto Sans KR';
  font-style: normal;
  font-weight: lighter;
  src:	local('NotoSans-Thin'),
		url(/font/NotoSans-Thin.woff) format('woff'),
		url(/font/NotoSans-Thin.otf) format('opentype');
}

@font-face {
  font-family:'NanumSquare';
  font-style: normal;
  font-weight: 500;
  src:	local('NanumSquareBold'),
		url(/font/NanumSquareBold.woff) format('woff'),
		url(/font/NanumSquareBold.eot) format('opentype');
}

@font-face {
  font-family:'NanumSquare';
  font-style: normal;
  font-weight: 900;
  src:	local('NanumSquareExtraBold'),
		url(/font/NanumSquareExtraBold.woff) format('woff'),
		url(/font/NanumSquareExtraBold.eot) format('opentype');
}
