@charset "utf-8";

/*
	파일명: font.css
	기능설명: 폰트 css를 각 브라우져에 맞도록 분기
	최종수정일:	2014. 04
*/

/* 나눔바른고딕*/
@font-face{font-family:'ngn';src:url('/font/NanumBarunGothic.eot');src:url('/font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),url('/font/NanumBarunGothic.woff') format('woff')}

/* 나눔명조*/
@font-face{font-family:'nmg';src:url('/font/NanumMyeongjo.eot');src:url('/font/NanumMyeongjo.eot?#iefix') format('embedded-opentype'),url('/font/NanumMyeongjo.woff') format('woff')}

/* 서울남산체L */
@font-face {
	font-family:'snl';
	src:url('/font/SeoulNamsanL.eot');
	src:url('/font/SeoulNamsanL.eot?#iefix') format('embedded-opentype'),
  		url('/font/SeoulNamsanL.woff') format('woff');
}

/* 서울한강체M */
@font-face {
	font-family:'shm';
	src:url('/font/SeoulHangangM.eot');
	src:url('/font/SeoulHangangM.eot?#iefix') format('embedded-opentype'),
  		url('/font/SeoulHangangM.woff') format('woff');
}

/* scd(에스코어드림) */
@font-face {
    font-family: 'scd';font-weight: 900;font-style: normal;
    src: url('../font/SCDream6.eot');
    src: url('../font/SCDream6.eot?#iefix') format('embedded-opentype'),
         url('../font/SCDream6.woff2') format('woff2'),
         url('../font/SCDream6.woff') format('woff'),
         url('../font/SCDream6.ttf') format('truetype'),
         url('../font/SCDream6.svg') format('svg');
}
@font-face {
    font-family: 'scd';font-weight: 700;font-style: normal;
    src: url('../font/SCDream5.eot');
    src: url('../font/SCDream5.eot?#iefix') format('embedded-opentype'),
         url('../font/SCDream5.woff2') format('woff2'),
         url('../font/SCDream5.woff') format('woff'),
         url('../font/SCDream5.ttf') format('truetype'),
         url('../font/SCDream5.svg') format('svg');
}
@font-face {
    font-family: 'scd';font-weight: 400;font-style: normal;
    src: url('../font/SCDream4.eot');
    src: url('../font/SCDream4.eot?#iefix') format('embedded-opentype'),
         url('../font/SCDream4.woff2') format('woff2'),
         url('../font/SCDream4.woff') format('woff'),
         url('../font/SCDream4.ttf') format('truetype'),
         url('../font/SCDream4.svg') format('svg');
}
@font-face {
    font-family: 'scd';font-weight: 300;font-style: normal;
    src: url('../font/SCDream3.eot');
    src: url('../font/SCDream3.eot?#iefix') format('embedded-opentype'),
         url('../font/SCDream3.woff2') format('woff2'),
         url('../font/SCDream3.woff') format('woff'),
         url('../font/SCDream3.ttf') format('truetype'),
         url('../font/SCDream3.svg') format('svg');
}