@charset "UTF-8";

/* 나눔고딕 */
@font-face {
    font-family: "NG";
    font-style: normal;
    font-weight: 400;
    src: url("../font/nanum-gothic-regular.eot"); /* IE9 Compat Modes */
    src: url("../font/nanum-gothic-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("../font/nanum-gothic-regular.woff2") format("woff2"), /* Super Modern Browsers */
         url("../font/nanum-gothic-regular.woff") format("woff"); /* Modern Browsers */

  }

@font-face {
    font-family: "NG";
    font-style: normal;
    font-weight: 700;
    src: url("../font/nanum-gothic-bold.eot"); /* IE9 Compat Modes */
    src: url("../font/nanum-gothic-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("../font/nanum-gothic-bold.woff2") format("woff2"), /* Super Modern Browsers */
         url("../font/nanum-gothic-bold.woff") format("woff"); /* Modern Browsers */

  }

@font-face {
    font-family: "NG";
    font-style: normal;
    font-weight: 800;
    src: url("../font/nanum-gothic-extra-bold.eot"); /* IE9 Compat Modes */
    src: url("../font/nanum-gothic-extra-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("../font/nanum-gothic-extra-bold.woff2") format("woff2"), /* Super Modern Browsers */
         url("../font/nanum-gothic-extra-bold.woff") format("woff"); /* Modern Browsers */

  }




/* 노토산스 */
@font-face {
     font-family: "NOTO";
     font-style: normal;
     font-weight: 300;
     src: url("../font/NotoSans-DemiLight.eot");
     src: url("../font/NotoSans-DemiLight.eot?#iefix") format("embedded-opentype"),
          url("../font/NotoSans-DemiLight.woff") format("woff"),
           url("../font/NotoSans-DemiLight.otf") format("opentype");
 }
 
 
 @font-face {
     font-family: "NOTO";
     font-style: normal;
     font-weight: 400;
     src: url("../font/NotoSans-Regular.eot");
     src: url("../font/NotoSans-Regular.eot?#iefix") format("embedded-opentype"),
          url("../font/NotoSans-Regular.woff") format("woff"),
            url("../font/NotoSans-Regular.otf") format("opentype");
 }
 
 @font-face {
     font-family: "NOTO";
     font-style: normal;
     font-weight: 500;
     src: url("../font/NotoSans-Medium.eot");
     src: url("../font/NotoSans-Medium.eot?#iefix") format("embedded-opentype"),    
          url("../font/NotoSans-Medium.woff") format("woff"),
          url("../font/NotoSans-Medium.otf") format("opentype");
 }
 
 @font-face {
     font-family: "NOTO";
     font-style: normal;	
     font-weight: 700;
     src: url("../font/NotoSans-Bold.eot");
     src: url("../font/NotoSans-Bold.eot?#iefix") format("embedded-opentype"),    
          url("../font/NotoSans-Bold.woff") format("woff"),
          url("../font/NotoSans-Bold.otf") format("opentype");
 }
 
 @font-face {
     font-family: "NOTO";
     font-style: normal;	
     font-weight: 800;
     src: url("../font/NotoSans-Black.eot");
     src: url("../font/NotoSans-Black.eot?#iefix") format("embedded-opentype"),    
          url("../font/NotoSans-Black.woff") format("woff");
          
 }
 