@charset "utf-8";

/* ---------------------------
  폰트 등록
------------------------------*/

/*나눔 스퀘어*/
@font-face {
	font-family:'SUIT'; 
	font-style:normal; 
	font-weight:400; 
	src:local('※'), 
	url('./woff/SUIT-ExtraBold.woff2') format("woff"), 
	url('./otf/SUIT-ExtraBold.otf') format("otf");
}
@font-face {
	font-family:'PRE'; 
	font-style:normal; 
	font-weight:400; 
	src:local('※'), 
	url('./woff/Pretendard-Medium.woff2') format("woff"), 
	url('./otf/Pretendard-Medium.otf') format("otf");
}
		

/*나눔 스퀘어*/
@font-face {
	font-family:'NS'; 
	font-style:normal; 
	font-weight:100; 
	src:local('※'), 
	url('./woff/NanumSquareRoundL.woff') format("woff"),
	url('./otf/NanumSquareRoundL.otf') format("otf");
}
@font-face {
	font-family:'NS'; 
	font-style:normal; 
	font-weight:normal; 
	src:local('※'), 
	url('./woff/NanumSquareRoundR.woff') format("woff"),
	url('./otf/NanumSquareRoundR.otf') format("otf");
}
@font-face {
	font-family:'NS'; 
	font-style:normal; 
	font-weight:bold; 
	src:local('※'), 
	url('./woff/NanumSquareRoundB.woff') format("woff"),
	url('./otf/NanumSquareRoundB.otf') format("otf");
}
@font-face {
	font-family:'NS'; 
	font-style:normal; 
	font-weight:900; 
	src:local('※'), 
	url('./woff/NanumSquareRoundEB.woff') format("woff"),
	url('./otf/NanumSquareRoundEB.otf') format("otf");
}

/*--------------------------------------------------------------
  	폰트 기본 셋팅 [띄어 쓰기 : &#xA0; / &#160; / &#32; 줄 바꿈 <br>]
----------------------------------------------------------------*/
body{
	font-family:'NS';
	font-size:2.0rem;
}
