@charset "utf-8";
/* CSS Document */

/**************************************************************

	File name :   font.css
	function :    FONT SYSTEM
	Last update : 2026-01-16 : PM

	Noto Sans KR 
	100, 200, 300, 
	400(Regular), 500(Medium), 700(Bold), 900(Black)

  NanumSquareNeo
  .light	{ font-weight: 300 }
  .normal { font-weight: 400 }
  .bold	{ font-weight: 700 }
  .bolder	{ font-weight: 800 }
  .black	{ font-weight: 900 }

	/ font-family / font-weight / font-size / line-height

***************************************************************

	PC(LATOP)

	H2 : NanumSquareNeo / 900 / 2em / 1.6em
	H3 : NanumSquareNeo / 900 /
	H4 : NanumSquareNeo / 900 /
	
	Contents : 

***************************************************************

	Mobile

	H2 : NanumSquareNeo / 800 / 1.5rem / 1.6em
	H3 : NanumSquareNeo / 800 /
	H4 : NanumSquareNeo / 800 /
	
	Contents : NanumSquareNeo / 400 / 0.9rem / 1.6em

***************************************************************

	FAQ

	H3 : NanumSquareNeo / 700 / 16px(1rem) / 1.6em
	Contents : NanumSquareNeo / 400 / 14px / 1.6em

***************************************************************/

/* font : Noto Sans KR */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url(../fonts/noto/NotoSansKR-Thin.woff2) format('woff2'),
	url(../fonts/noto/NotoSansKR-Thin.woff) format('woff'),
	url(../fonts/noto/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 200;
	src: url(../fonts/noto/NotoSansKR-DemiLight.woff2) format('woff2'),
	url(../fonts/noto/NotoSansKR-DemiLight.woff) format('woff'),
	url(../fonts/noto/NotoSansKR-DemiLight.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/noto/NotoSansKR-Light.woff2) format('woff2'),
	url(../fonts/noto/NotoSansKR-Light.woff) format('woff'),
	url(../fonts/noto/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/noto/NotoSansKR-Regular.woff2) format('woff2'),
	url(../fonts/noto/NotoSansKR-Regular.woff) format('woff'),
	url(../fonts/noto/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/noto/NotoSansKR-Medium.woff2) format('woff2'),
	url(../fonts/noto/NotoSansKR-Medium.woff) format('woff'),
	url(../fonts/noto/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/noto/NotoSansKR-Bold.woff2) format('woff2'),
	url(../fonts/noto/NotoSansKR-Bold.woff) format('woff'),
	url(../fonts/noto/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/noto/NotoSansKR-Black.woff2) format('woff2'),
	url(../fonts/noto/NotoSansKR-Black.woff) format('woff'),
	url(../fonts/noto/NotoSansKR-Black.otf) format('opentype');
}
