@charset "UTF-8";
/** 
   Bang So Jung CSS
   http://bangsojung.com/
**/
/*

        폰트관련 CSS

*/
@font-face {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-style: normal;
    src: url("../font/NotoSansKR-DemiLight.eot?") format("eot"),
    url("../font/NotoSansKR-DemiLight.otf") format("opentype"),
    url("../font/NotoSansKR-DemiLight.woff") format("woff"),
    url("../font/NotoSansKR-DemiLight.woff2") format("woff2");
}
@font-face {
    font-family: "Noto Sans KR";
    font-weight: 500;
    font-style: normal;
    src: url("../font/NotoSansKR-Medium.eot?") format("eot"),
    url("../font/NotoSansKR-Medium.otf") format("opentype"),
    url("../font/NotoSansKR-Medium.woff") format("woff"),
    url("../font/NotoSansKR-Medium.woff2") format("woff2");
}
@font-face {
    font-family: "Noto Sans KR";
    font-weight: 700;
    font-style: normal;
    src: url("../font/NotoSansKR-Bold.eot?") format("eot"),
    url("../font/NotoSansKR-Bold.otf") format("opentype"),
    url("../font/NotoSansKR-Bold.woff") format("woff"),
    url("../font/NotoSansKR-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "Noto Sans KR";
    font-weight: 900;
    font-style: normal;
    src: url("../font/NotoSansKR-Black.eot?") format("eot"),
    url("../font/NotoSansKR-Black.otf") format("opentype"),
    url("../font/NotoSansKR-Black.woff") format("woff"),
    url("../font/NotoSansKR-Black.woff2") format("woff2");
}

  
@font-face {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    src: url("../font/Roboto-Regular.eot?") format("eot"),
    url("../font/Roboto-Regular.ttf") format("truetype"),
    url("../font/Roboto-Regular.woff") format("woff"),
    url("../font/Roboto-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Roboto";
    font-weight: 500;
    font-style: normal;
    src: url("../font/Roboto-Medium.eot?") format("eot"),
    url("../font/Roboto-Medium.ttf") format("truetype"),
    url("../font/Roboto-Medium.woff") format("woff"),
    url("../font/Roboto-Medium.woff2") format("woff2");
}
@font-face {
    font-family: "Roboto";
    font-weight: 700;
    font-style: normal;
    src: url("../font/Roboto-Bold.eot?") format("eot"),
    url("../font/Roboto-Bold.ttf") format("truetype"),
    url("../font/Roboto-Bold.woff") format("woff"),
    url("../font/Roboto-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "Roboto";
    font-weight: 900;
    font-style: normal;
    src: url("../font/Roboto-Black.eot?") format("eot"),
    url("../font/Roboto-Black.ttf") format("truetype"),
    url("../font/Roboto-Black.woff") format("woff"),
    url("../font/Roboto-Black.woff2") format("woff2");
}
@font-face {
    font-family: 'GmarketSans';    
    font-weight: 700;
    font-style: normal;
    src: url("../font/GmarketSansTTFBold.ttf") format("truetype");
}
@font-face {
    font-family: 'GmarketSans';    
    font-weight: 400;
    font-style: normal;
    src: url("../font/GmarketSansTTFMedium.ttf") format("truetype");
}
@font-face {
    font-family: 'GmarketSans';    
    font-weight: 200;
    font-style: normal;
    src: url("../font/GmarketSansTTFLight.ttf") format("truetype");
}
@font-face {
    font-family: 'Katuri';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/Katuri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}