/* 나눔고딕 */
@font-face {
  font-family: "NanumGothic";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NanumGothic/NanumGothic-ExtraBold.woff") format('woff'),
    url("./font/NanumGothic/NanumGothic-ExtraBold.woff2") format("woff2"),
	url("./font/NanumGothic/NanumGothic-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "NanumGothic";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NanumGothic/NanumGothic-Bold.woff") format('woff'),
    url("./font/NanumGothic/NanumGothic-Bold.woff2") format("woff2"),
	url("./font/NanumGothic/NanumGothic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NanumGothic";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NanumGothic/NanumGothic-Regular.woff") format('woff'),
    url("./font/NanumGothic/NanumGothic-Regular.woff2") format("woff2"),
	url("./font/NanumGothic/NanumGothic-Regular.ttf") format("truetype");
}


/* g마켓 산스 */
@font-face {
    font-family: 'GmarketSans';
    src: url('./font/Gmarket/GmarketSansTTFMedium.eot');
    src: url('./font/Gmarket/GmarketSansTTFMedium.eot?#iefix') format('embedded-opentype'),
        url('./font/Gmarket/GmarketSansTTFMedium.woff2') format('woff2'),
        url('./font/Gmarket/GmarketSansTTFMedium.woff') format('woff'),
        url('./font/Gmarket/GmarketSansTTFMedium.ttf') format('truetype'),
        url('./font/Gmarket/GmarketSansTTFMedium.svg#GmarketSansTTFMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('./font/Gmarket/GmarketSansTTFBold.eot');
    src: url('./font/Gmarket/GmarketSansTTFBold.eot?#iefix') format('embedded-opentype'),
        url('./font/Gmarket/GmarketSansTTFBold.woff2') format('woff2'),
        url('./font/Gmarket/GmarketSansTTFBold.woff') format('woff'),
        url('./font/Gmarket/GmarketSansTTFBold.ttf') format('truetype'),
        url('./font/Gmarket/GmarketSansTTFBold.svg#GmarketSansTTFBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('./font/Gmarket/GmarketSansTTFLight.eot');
    src: url('./font/Gmarket/GmarketSansTTFLight.eot?#iefix') format('embedded-opentype'),
        url('./font/Gmarket/GmarketSansTTFLight.woff2') format('woff2'),
        url('./font/Gmarket/GmarketSansTTFLight.woff') format('woff'),
        url('./font/Gmarket/GmarketSansTTFLight.ttf') format('truetype'),
        url('./font/Gmarket/GmarketSansTTFLight.svg#GmarketSansTTFLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}