@charset "utf-8";

/************************************************************************
 - FILE NAME : font.css
 - SUMMARY   : font style 
 - DATE      : 2021.07.20
************************************************************************/

@font-face {
  font-family: "72";
  font-style: normal;
  src: url('../font/72-Light.woff2') format("woff2");
  font-weight: 300;
}

@font-face {
  font-family: "72";
  font-style: normal;
  src: url('../font/72-Regular.woff2') format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "72";
  font-style: normal;
  src: url('../font/72-Bold.woff2') format("woff2");
  font-weight: 700;
}

/* @font-face {
    font-family:"72";
    src:url('../font/72-Light.woff2') format("woff2"),
        url('../font/72-Light.woff') format("woff");
	font-weight:300;
}

@font-face {
    font-family:"72";
    src:url('../font/72-Regular.woff2') format("woff2"),
        url('../font/72-Regular.woff') format("woff");
	font-weight:500;
}

@font-face {
    font-family:"72";
    src:url('../font/72-Bold.woff2') format("woff2"),
        url('../font/72-Bold.woff') format("woff");
	font-weight:700;
} */

@font-face {
  font-family:"BusinessSuiteInAppSymbols";
  font-style: normal;
  src:url("../font/BusinessSuiteInAppSymbols.woff2") format("woff2");
}

@font-face {
  font-family:"SAPicons";
  font-style: normal;
  src:url("../font/SAP-icons.woff2") format("woff2");
}

@font-face {
  font-family:"SAPiconsTNT";
  font-style: normal;
  src:url("../font/SAP-icons-TNT.woff2") format("woff2");
}


/* @font-face {
  font-family: "NotoSansCJKkr";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansCJKkr-Light.eot");
  src: url("../font/NotoSansCJKkr-Light.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSansCJKkr-Light.woff") format("woff"),
    url("../font/NotoSansCJKkr-Light.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansCJKkr";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKkr-Regular.eot");
  src: url("../font/NotoSansCJKkr-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../font/NotoSansCJKkr-Regular.woff") format("woff"),
    url("../font/NotoSansCJKkr-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansCJKkr";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKkr-Medium.eot");
  src: url("../font/NotoSansCJKkr-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../font/NotoSansCJKkr-Medium.woff") format("woff"),
    url("../font/NotoSansCJKkr-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSansCJKkr";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKkr-Bold.eot");
  src: url("../font/NotoSansCJKkr-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/NotoSansCJKkr-Bold.woff") format("woff"),
    url("../font/NotoSansCJKkr-Bold.ttf") format("truetype");
} */


