@charset "utf-8";

/*  
	@font-face {
	font-family: 'MyWebFont';
	src: url('webfont.eot');  //IE9 Compat Modes 
	src: url('webfont.eot?#iefix') format('embedded-opentype'),  // IE6-IE8 
	url('webfont.woff2') format('woff2'), //Super Modern Browsers
	url('webfont.woff') format('woff'), // Pretty Modern Browsers 
	url('webfont.ttf') format('truetype'), // Safari, Android, iOS 
	url('webfont.svg#svgFontName') format('svg'); // Legacy iOS 
}
*/
@font-face {
    font-family: 'Nanum Gothic';
    src: url('../font/NanumGothic-Regular.eot');
    src: url('../font/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumGothic-Regular.woff') format('woff'),
         url('../font/NanumGothic-Regular.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nanum Gothic';
    src: url('../font/NanumGothic-Bold.eot');
    src: url('../font/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumGothic-Bold.woff') format('woff'),
         url('../font/NanumGothic-Bold.ttf') format('truetype'); 
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('../font/notokr-regular.eot');
    src: url('../font/notokr-regular.eot?#iefix') format('embedded-opentype'),
         url('../font/notokr-regular.woff') format('woff'),
         url('../font/notokr-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('../font/notokr-medium.eot');
    src: url('../font/notokr-medium.eot?#iefix') format('embedded-opentype'),
         url('../font/notokr-medium.woff') format('woff'),
         url('../font/notokr-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('../font/notokr-bold.eot');
    src: url('../font/notokr-bold.eot?#iefix') format('embedded-opentype'),
         url('../font/notokr-bold.woff') format('woff'),
         url('../font/notokr-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NanumBarunGothic';
    src: url('../font/NanumBarunGothicLight.eot');
    src: url('../font/NanumBarunGothicLight.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumBarunGothicLight.woff') format('woff'),
         url('../font/NanumBarunGothicLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NanumBarunGothic';
    src: url('../font/NanumBarunGothic.eot');
    src: url('../font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumBarunGothic.woff') format('woff'),
         url('../font/NanumBarunGothic.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'NanumBarunGothic';
    src: url('../font/NanumBarunGothicBold.eot');
    src: url('../font/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumBarunGothicBold.woff') format('woff'),
         url('../font/NanumBarunGothicBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


.fc_white { color: #fff; }
.fc_ngreen { color: #8fb73e; }