@charset "UTF-8";

/* 본고딕 */
@font-face{
    font-family: 'NotoKr';
    font-weight: 200;
    src: url("../../../common/common2021/font/NotoSansCJKkr-Light.woff2") format('woff2'),
    url("../../../common/common2021/font/NotoSansCJKkr-Light.woff") format('woff');
}
@font-face{
    font-family: 'NotoKr';
    font-weight: 400;
    src: url("../../../common/common2021/font/NotoSansCJKkr-Regular.woff2") format('woff2'),
    url("../../../common/common2021/font/NotoSansCJKkr-Regular.woff") format('woff');
}
@font-face{
    font-family: 'NotoKr';
    font-weight: 500;
    src: url("../../../common/common2021/font/NotoSansCJKkr-Medium.woff2") format('woff2'),
    url("../../../common/common2021/font/NotoSansCJKkr-Medium.woff") format('woff');
}
@font-face{
    font-family: 'NotoKr';
    font-weight: 600;
    src: url("../../../common/common2021/font/NotoSansCJKkr-Bold.woff2") format('woff2'),
    url("../../../common/common2021/font/NotoSansCJKkr-Bold.woff") format('woff');
}

/* 아리따부리 */
@font-face{
    font-family: 'AritaBuri';
    font-weight: 200;
    src: url("../font/arita-buril.woff2") format('woff2'),
    url("../font/arita-buril.woff") format('woff');
}
@font-face{
    font-family: 'AritaBuri';
    font-weight: 400;
    src: url("../font/arita-burim.woff2") format('woff2'),
    url("../font/arita-burim.woff") format('woff');
}
@font-face{
    font-family: 'AritaBuri';
    font-weight: 500;
    src: url("../font/arita-burisb.woff2") format('woff2'),
    url("../font/arita-burisb.woff") format('woff');
}
@font-face{
    font-family: 'AritaBuri';
    font-weight: 600;
    src: url("../font/arita-burib.woff2") format('woff2'),
    url("../font/arita-burib.woff") format('woff');
}
/* 지마켓 폰트 GmarketSans */
@font-face{
    font-family:'GmarketSans';
    font-weight:400;
    src:url("/common/font/GmarketSansMedium.eot");
    src:url("/common/font/GmarketSansMedium.eot?#iefix") format('embedded-opentype'),
    url("/common/font/GmarketSansMedium.woff") format('woff');
}
@font-face{
    font-family:'GmarketSans';
    font-weight:600;
    src:url("/common/font/GmarketSansBold.eot");
    src:url("/common/font/GmarketSansBold.eot?#iefix") format('embedded-opentype'),
    url("/common/font/GmarketSansBold.woff") format('woff');
}

