@charset "UTF-8";

/* 나눔 */
@font-face{
    font-family: 'NanumG';
    font-weight: 400;
    src: url("/common/font/NanumBarunGothic.woff") format('woff');
}
@font-face{
    font-family: 'NanumG';
    font-weight: 600;
    src: url("/common/font/NanumGothicBold.woff2") format('woff2'),
    url("/common/font/NanumGothicBold.woff") format('woff');
}

/* Opensans */
@font-face{
    font-family:'Opensans';
    font-weight: 400;
    src: url("/common/font/OpensansR.woff2") format('woff2'),
    url("/common/font/OpensansR.woff") format('woff');
}

@font-face{
    font-family:'Opensans';
    font-weight: 600;
    src: url("/common/font/OpensansB.woff2") format('woff2'),
    url("/common/font/OpensansB.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');
}

/*2022개편추가*/
/* 본고딕 */
@font-face{
    font-family: 'NotoKr';
    font-weight: 200;
    src: url("../font/NotoSansCJKkr-Light.woff2") format('woff2'),
    url("../font/NotoSansCJKkr-Light.woff") format('woff');
}
@font-face{
    font-family: 'NotoKr';
    font-weight: 300;
    src: url("../font/NotoSansCJKkr-DemiLight.woff2") format('woff2'),
    url("../font/NotoSansCJKkr-DemiLight.woff") format('woff');
}
@font-face{
    font-family: 'NotoKr';
    font-weight: 400;
    src: url("../font/NotoSansCJKkr-Regular.woff2") format('woff2'),
    url("../font/NotoSansCJKkr-Regular.woff") format('woff');
}
@font-face{
    font-family: 'NotoKr';
    font-weight: 500;
    src: url("../font/NotoSansCJKkr-Medium.woff2") format('woff2'),
    url("../font/NotoSansCJKkr-Medium.woff") format('woff');
}
@font-face{
    font-family: 'NotoKr';
    font-weight: 600;
    src: url("../font/NotoSansCJKkr-Bold.woff2") format('woff2'),
    url("../font/NotoSansCJKkr-Bold.woff") format('woff');
}

/* OpenSans */
@font-face{
    font-family: 'OpenSans';
    font-weight: 200;
    src: url("../font/OpenSansL.woff") format('woff2'),
    url("../font/OpenSansL.woff") format('woff');
}
@font-face{
    font-family: 'OpenSans';
    font-weight: 400;
    src: url("../font/OpenSansR.woff") format('woff2'),
    url("../font/OpenSansR.woff") format('woff');
}
@font-face{
    font-family: 'OpenSans';
    font-weight: 600;
    src: url("../font/OpenSansSB.woff") format('woff2'),
    url("../font/OpenSansSB.woff") format('woff');
}

/* Montserrat */
@font-face{
    font-family:'Montserrat';
    font-weight:400;
    src: url("../font/Montserrat-Regular.woff") format('woff2'),
    url("../font/Montserrat-Regular.woff") format('woff');
}
@font-face{
    font-family:'Montserrat';
    font-weight:500;
    src: url("../font/Montserrat-Medium.woff") format('woff2'),
    url("../font/Montserrat-Medium.woff") format('woff');
}
@font-face{
    font-family:'Montserrat';
    font-weight:600;
    src: url("../font/Montserrat-SemiBold.woff") format('woff2'),
    url("../font/Montserrat-SemiBold.woff") format('woff');
}