@charset "utf-8";

/* =================================================================================
* INFORMATION
* -----------------------------------------------------------------------
* @Author : Cho, Myung Jin (mj-cho@think-tree.co.kr)
* @File Name: font.css
* @Version: 1.0
* @Create Date: 2018-02-05
* @Update Date: N/A
* @History: N/A
* ================================================================================= */

/* ====================== */
/* TT UI library */
/* ====================== */
/* ===== Webfont ===== */
/* nanumgothic case */
@font-face{
	font-family:'NanumGothic';
	font-style: normal;
	font-weight: normal;
	src: url('../font/NanumGothic-Regular.eot');
	src: url('../font/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
	     url('../font/NanumGothic-Regular.woff2') format('woff2'),
	     url('../font/NanumGothic-Regular.woff') format('woff'),
	     url('../font/NanumGothic-Regular.ttf') format('truetype');
}
@font-face{
	font-family:'NanumGothic';
	font-style: normal;
	font-weight: 500;
	src: url('../font/NanumGothic-Bold.eot');
	src: url('../font/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
	     url('../font/NanumGothic-Bold.woff2') format('woff2'),
	     url('../font/NanumGothic-Bold.woff') format('woff'),
	     url('../font/NanumGothic-Bold.ttf') format('truetype');
}
@font-face{
	font-family:'NanumGothic';
	font-style: normal;
	font-weight: 700;
	src: url('../font/NanumGothic-ExtraBold.eot');
	src: url('../font/NanumGothic-ExtraBold.eot?#iefix') format('embedded-opentype'),
	     url('../font/NanumGothic-ExtraBold.woff2') format('woff2'),
	     url('../font/NanumGothic-ExtraBold.woff') format('woff'),
	     url('../font/NanumGothic-ExtraBold.ttf') format('truetype');
}

/* NanumSquare case */
@font-face {
  font-family:'NanumSquare';
  src: url('../font/NanumSquareR.eot') format('embedded-opentype'),
       url('../font/NanumSquareR.woff') format('woff'),
       url('../font/NanumSquareR.ttf') format('truetype');
}

@font-face {
  font-family:'NanumSquare'; 
  font-weight: bold;
  src: url('../font/NanumSquareEB.eot') format('embedded-opentype'),
       url('../font/NanumSquareEB.woff') format('woff'),
       url('../font/NanumSquareEB.ttf') format('truetype');
}

/* NanumSquareRound case */
@font-face {
  font-family:'NanumSquareRound';
  src: url('../font/NanumSquareRoundR.eot') format('embedded-opentype'),
       url('../font/NanumSquareRoundR.woff2') format('woff2'),
       url('../font/NanumSquareRoundR.woff') format('woff'),
       url('../font/NanumSquareRoundR.ttf') format('truetype');
}

@font-face {
  font-family:'NanumSquareRound';
  font-weight: 500;
  src: url('../font/NanumSquareRoundB.eot') format('embedded-opentype'),
       url('../font/NanumSquareRoundB.woff2') format('woff2'),
       url('../font/NanumSquareRoundB.woff') format('woff'),
       url('../font/NanumSquareRoundB.ttf') format('truetype');
}

@font-face {
  font-family:'NanumSquareRound';
  font-weight: bold;
  src: url('../font/NanumSquareRoundEB.eot') format('embedded-opentype'),
       url('../font/NanumSquareRoundEB.woff2') format('woff2'),
       url('../font/NanumSquareRoundEB.woff') format('woff'),
       url('../font/NanumSquareRoundEB.ttf') format('truetype');
}

/* Lato case */
@font-face {
  font-family:Lato; 
  font-weight: bold;
  src: url('../font/LatoLatin-Bold.eot') format('embedded-opentype'),
       url('../font/LatoLatin-Bold.woff') format('woff'),
       url('../font/LatoLatin-Bold.ttf') format('truetype');
}