@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700|Nanum+Myeongjo:400,700|Lato:400,700');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

:lang(en) {font-family:'verdana',Open Sans,Helvetica,Arial,sans-serif;letter-spacing:normal;}

@font-face {
  font-family: 'FontAwesome';font-weight: normal;font-style: normal;
  src: url(/font/fontawesome/fontawesome-webfont.eot);
  src: url(/font/fontawesome/fontawesome-webfont.eot?#iefix) format('eot'), 
		url(/font/fontawesome/fontawesome-webfont.woff) format('woff'), 
		url(/font/fontawesome/fontawesome-webfont.ttf) format('truetype'), 
		url(/font/fontawesome/fontawesome-webfont.svg#FontAwesome) format('svg');}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

@font-face {
    font-family: 'TitilliumWeb';font-weight: normal;font-style: normal;
    src: url('../font/TitilliumWeb-SemiBold.eot');
    src: url('../font/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../font/TitilliumWeb-SemiBold.woff2') format('woff2'),
         url('../font/TitilliumWeb-SemiBold.woff') format('woff'),
         url('../font/TitilliumWeb-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'KBIZHanmaumMyungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KBIZHanmaumMyungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*인트로용 폰트추가 2021-02-15*/
@font-face {
    font-family: 'BebasNeue';
    font-style: normal;
   	font-weight: 700;
    src:url('/resources/homepage/nikom/font/BebasNeue-B.woff') format('woff'),
    	url('/resources/homepage/nikom/font/BebasNeue-B.woff2') format('woff2'),
    	url('/resources/homepage/nikom/font/BebasNeue-B.ttf') format('truetype'),
    	url('/resources/homepage/nikom/font/BebasNeue-B.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'NotoSerifKR-Black';
    font-style: normal;
   	font-weight: 900;
    src:url('/resources/homepage/nikom/font/NotoSerifKR-Black.woff') format('woff'),
    	url('/resources/homepage/nikom/font/NotoSerifKR-Black.woff2') format('woff2'),
    	url('/resources/homepage/nikom/font/NotoSerifKR-Black.ttf') format('truetype'),
    	url('/resources/homepage/nikom/font/NotoSerifKR-Black.eot') format('embedded-opentype');
}