@charset "utf-8";

/*
	*** Pretendard ***
*/
@font-face {
    font-family:'PretendardT';
    src:url('../fonts/Pretendard-Thin.woff') format('woff');
}
@font-face {
    font-family:'PretendardL';
    src:url('../fonts/Pretendard-Light.woff') format('woff');
}
@font-face {
    font-family:'PretendardR';
    src:url('../fonts/Pretendard-Regular.woff') format('woff');
}
@font-face {
    font-family:'PretendardM';
    src:url('../fonts/Pretendard-Medium.woff') format('woff');
}
@font-face {
    font-family:'PretendardB';
    src:url('../fonts/Pretendard-Bold.woff') format('woff');
}
@font-face {
    font-family:'PretendardBlk';
    src:url('../fonts/Pretendard-Black.woff') format('woff');
}
@font-face {
    font-family:'PretendardSB';
    src:url('../fonts/Pretendard-SemiBold.woff') format('woff');
}

/*
	*** Noto ***
*/
@font-face {
    font-family:'NotoSerifM';
    src:url('../fonts/NotoSerifKR-Medium.woff') format('woff');
}
@font-face {
    font-family:'NotoSansR';
    src:url('../fonts/NotoSansKR-Regular.woff') format('woff');
}
@font-face {
    font-family:'NotoSansB';
    src:url('../fonts/NotoSansKR-Bold.woff') format('woff');
}

/*
	*** NanumMyeongjo ***
*/
@font-face {
    font-family:'NanumMyeongjo';
    src:url('../fonts/NanumMyeongjo.otf') format('opentype');
}
@font-face {
    font-family:'NanumMyeongjoBold';
    src:url('../fonts/NanumMyeongjoBold.otf') format('opentype');
}
@font-face {
    font-family:'NanumMyeongjoExtraBold';
    src:url('../fonts/NanumMyeongjoExtraBold.otf') format('opentype');
}

/*
	*** Alibaba Sans JP ***
*/
@font-face {
    font-family:'AlibabaSansJPR';
    src:url('../fonts/AlibabaSansJP-Regular.otf') format('opentype');
    font-weight:400;
}
@font-face {
    font-family:'AlibabaSansJPM';
    src:url('../fonts/AlibabaSansJP-Medium.otf') format('opentype');
    font-weight:500;
}
@font-face {
    font-family:'AlibabaSansJPB';
    src:url('../fonts/AlibabaSansJP-Bold.otf') format('opentype');
    font-weight:700;
}

