@charset "utf-8";
@font-face {
  font-family:"Nanum Square";
  font-style: normal;
  font-weight: normal;
  src: local('Nanum Square Regular'),
       local('NanumSquareR'),
       url(/_Css/Font/NanumSquareR.ttf) format('truetype'),
       url(/_Css/Font/NanumSquareR.woff) format('woff');
}

@font-face {
  font-family:"Nanum Square'";
  font-style: bold;
  font-weight: bold;
  src: local('Nanum Square Bold'),
       local('NanumSquareB'),
       url(/_Css/Font/NanumSquareB.ttf) format('truetype'),
       url(/_Css/Font/NanumSquareB.woff) format('woff');
}

@font-face{ 
	font-family: 'proxima-nova';
	src: url('/_Css/Font/ProximaNovaB.eot');
	src: url('/_Css/Font/ProximaNovaB.eot?#iefix') format('embedded-opentype'),
	     url('/_Css/Font/ProximaNovaB.woff') format('woff');		 
	font-weight:bold;
	font-style:bold
}