@charset "utf-8";

/*
@font-face {
    font-family:'NotoSans';
    font-weight: 300;
    font-style: normal;
    src: url('../Noto/NotoSansKR-Thin.woff') format('woff');
}
@font-face {
    font-family:'NotoSans';
    font-weight: 400;
    font-style: normal;
    src: url('../Noto/NotoSansKR-Light.woff') format('woff');
}*/
@font-face {
    font-family:'NotoSans';
    font-weight: 500;
    font-style: normal;
    src: url('noto/NotoSansKR-Regular.woff') format('woff');
}
@font-face {
    font-family:'NotoSans';
    font-weight: 600;
    font-style: normal;
    src: url('noto/NotoSansKR-Medium.woff') format('woff');
}
@font-face {
    font-family:'NotoSans';
    font-weight: 700;
    font-style: normal;
    src: url('noto/NotoSansKR-Bold.woff') format('woff');
}
/* @font-face {
    font-family:'NotoSans';
    font-weight: 800;
    font-style: normal;
    src: url('../Noto/NotoSansKR-Black.woff') format('woff');
} */



@font-face {
    font-family:'Gmarket';
    font-weight: 500;
    font-style: normal;
    src: url('gmarket/GmarketSans_Medium.woff') format('woff');
}
@font-face {
    font-family:'Gmarket';
    font-weight: 400;
    font-style: normal;
    src: url('gmarket/GmarketSans_Light.woff') format('woff');
}
@font-face {
    font-family:'Gmarket';
    font-weight: 700;
    font-style: normal;
    src: url('gmarket/GmarketSans_Bold.woff') format('woff');
}