@charset "utf-8";



/*노토산스 KR*/
@font-face{
	font-family:'ntk';
	font-weight:100;
	font-style: normal;
	src:url("../font/NotoSansKR-Light.eot");
	src:url("../font/NotoSansKR-Light.eot?#iefix") format('embedded-opentype'),
		url("../font/NotoSansKR-Light.woff") format('woff'),
		url("../font/NotoSansKR-Light.woff2") format('woff2');
}


@font-face{
	font-family:'ntk';
	font-weight:300;
	font-style: normal;
	src:url("../font/NotoSansKR-Regular.eot");
	src:url("../font/NotoSansKR-Regular.eot?#iefix") format('embedded-opentype'),
		url("../font/NotoSansKR-Regular.woff") format('woff'),
		url("../font/NotoSansKR-Regular.woff2") format('woff2');
}


@font-face{
	font-family:'ntk';
	font-weight:600;
	font-style: normal;
	src:url("../font/NotoSansKR-Medium.eot");
	src:url("../font/NotoSansKR-Medium.eot?#iefix") format('embedded-opentype'),
		url("../font/NotoSansKR-Medium.woff") format('woff'),
		url("../font/NotoSansKR-Medium.woff2") format('woff2');
} 

@font-face{
	font-family:'ntk';
	font-weight:900;
	font-style: normal;
	src:url("../font/NotoSansKR-Bold.eot");
	src:url("../font/NotoSansKR-Bold.eot?#iefix") format('embedded-opentype'),
		url("../font/NotoSansKR-Bold.woff") format('woff'),
		url("../font/NotoSansKR-Bold.woff2") format('woff2');
} 





/* openSans */
@font-face {
  font-family: 'open_sans';
  src: url('../font/opensans-light-webfont.eot');
  src: url('../font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/opensans-light-webfont.woff2') format('woff2'),
       url('../font/opensans-light-webfont.woff') format('woff');
  unicode-range:U+0041-005A, U+0061-007A;
  font-weight: 300;
  font-style: normal;}
  
@font-face {
  font-family: 'open_sans';
  src: url('../font/opensans-regular-webfont.eot');
  src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/opensans-regular-webfont.woff2') format('woff2'),
       url('../font/opensans-regular-webfont.woff') format('woff');
  unicode-range:U+0041-005A, U+0061-007A;
  font-weight: 600;
  font-style: normal;}
  
@font-face {
  font-family: 'open_sans';
  src: url('../font/opensans-semibold-webfont.eot');
  src: url('../font/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../font/opensans-semibold-webfont.woff2') format('woff2'),
       url('../font/opensans-semibold-webfont.woff') format('woff');
  unicode-range:U+0041-005A, U+0061-007A;
  font-weight: 800;
  font-style: normal;}
  
  @font-face {
    font-family: 'open_sans';
    src: url('../font/opensans-bold-webfont.eot');
    src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-bold-webfont.woff2') format('woff2'),
         url('../font/opensans-bold-webfont.woff') format('woff');
  unicode-range:U+0041-005A, U+0061-007A;
    font-weight: 900;
    font-style: normal;}