﻿/* @import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
.nanum * {
      font-family: 'Nanum Gothic', sans-serif;
} */
@font-face { 
      font-family: 'Noto Sans KR'; 
      font-style: normal; 
      font-weight: 100; 
      src: url(/Common/font/NotoSansKR-Thin.woff2) format('woff2'), 
            url(/Common/font/NotoSansKR-Thin.woff) format('woff'), 
            url(/Common/font/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
      font-family: 'Noto Sans KR'; 
      font-style: normal; 
      font-weight: 300; 
      src: url(/Common/font/NotoSansKR-Light.woff2) format('woff2'), 
            url(/Common/font/NotoSansKR-Light.woff) format('woff'), 
            url(/Common/font/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
      font-family: 'Noto Sans KR'; 
      font-style: normal; 
      font-weight: 400; 
      src: url(/Common/font/NotoSansKR-Regular.woff2) format('woff2'), 
            url(/Common/font/NotoSansKR-Regular.woff) format('woff'), 
            url(/Common/font/NotoSansKR-Regular.otf) format('opentype'); 
} 
@font-face { 
      font-family: 'Noto Sans KR'; 
      font-style: normal; 
      font-weight: 500; 
      src: url(/Common/font/NotoSansKR-Medium.woff2) format('woff2'), 
            url(/Common/font/NotoSansKR-Medium.woff) format('woff'), 
            url(/Common/font/NotoSansKR-Medium.otf) format('opentype'); 
} 
@font-face { 
      font-family: 'Noto Sans KR'; 
      font-style: normal; 
      font-weight: 700; 
      src: url(/Common/font/NotoSansKR-Bold.woff2) format('woff2'), 
            url(/Common/font/NotoSansKR-Bold.woff) format('woff'), 
            url(/Common/font/NotoSansKR-Bold.otf) format('opentype'); 
} 
@font-face { 
      font-family: 'Noto Sans KR'; 
      font-style: normal; 
      font-weight: 900; 
      src: url(/Common/font/NotoSansKR-Black.woff2) format('woff2'), 
            url(/Common/font/NotoSansKR-Black.woff) format('woff'), 
            url(/Common/font/NotoSansKR-Black.otf) format('opentype'); 
} 
@font-face { 
      font-family: 'Noto Sans CJK KR'; 
      font-style: normal; 
      font-weight: 400; 
      src: url(/Common/font/NotoSansCJKkr-Regular.otf) format('opentype');
} 
@font-face { 
      font-family: 'Noto Sans CJK KR-L'; 
      font-style: normal; 
      font-weight: 400; 
      src: url(/Common/font/NotoSansCJKkr-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans CJK KR-M';
    font-style: normal;
    font-weight: 400;
    src: url(/Common/font/NotoSansCJKkr-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans CJK KR-B';
    font-style: normal;
    font-weight: 400;
    src: url(/Common/font/NotoSansCJKkr-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans CJK KR-BK';
    font-style: normal;
    font-weight: 400;
    src: url(/Common/font/NotoSansCJKkr-Black.otf) format('opentype');
}


@font-face {
    font-family: '나눔명조';
    src: url(/Common/font/NanumMyeongjo.eot);
    src: url(/Common/font/NanumMyeongjo.eot?#iefix) format('embedded-opentype'), url(/Common/font/NanumMyeongjo.woff) format('woff'), url(/Common/font/NanumMyeongjo.ttf) format('truetype');
}

@font-face {
    font-family: '나눔고딕';
    src: url(/Common/font/NanumGothic.eot);
    src: url(/Common/font/NanumGothic.eot?#iefix) format('embedded-opentype'), url(/Common/font/NanumGothic.woff) format('woff'), url(/Common/font/NanumGothic.ttf) format('truetype');
}

@font-face {
    font-family: '나눔스퀘어';
    src: url(/Common/font/NanumSquareR.eot);
    src: url(/Common/font/NanumSquareR.eot?#iefix) format('embedded-opentype'), url(/Common/font/NanumSquareR.woff) format('woff'), url(/Common/font/NanumSquareR.ttf) format('truetype');
}