@charset "utf-8";


/*
	*** Pretendard -> NotoSansTC ***
*/
@font-face {
    font-family:'PretendardT';
    src:url('../fonts/NotoSansTC-Thin.woff') format('woff');
}
@font-face {
    font-family:'PretendardL';
    src:url('../fonts/NotoSansTC-Light.woff') format('woff');
}
@font-face {
    font-family:'PretendardR';
    src:url('../fonts/NotoSansTC-Regular.woff') format('woff');
}
@font-face {
    font-family:'PretendardM';
    src:url('../fonts/NotoSansTC-Medium.woff') format('woff');
}
@font-face {
    font-family:'PretendardB';
    src:url('../fonts/NotoSansTC-Bold.woff') format('woff');
}
@font-face {
    font-family:'PretendardBlk';
    src:url('../fonts/NotoSansTC-Black.woff') format('woff');
}
@font-face {
    font-family:'PretendardSB';
    src:url('../fonts/NotoSansTC-SemiBold.woff') format('woff');
}

/*
	*** Poppoins -> NotoSansTC ***
*/

@font-face {
    font-family:'PoppinsM';
    src:url('../fonts/NotoSansTC-Medium.woff') format('woff');
}
@font-face {
    font-family:'PoppinsSB';
    src:url('../fonts/NotoSansTC-Bold.woff') format('woff');
}





/*
	*** Pretendard -> NotoSansSC ***
*/
@font-face {
    font-family:'NotoSansSCT';
    src:url('../fonts/NotoSansSC-Thin.woff') format('woff');
}
@font-face {
    font-family:'NotoSansSCL';
    src:url('../fonts/NotoSansSC-Light.woff') format('woff');
}
@font-face {
    font-family:'NotoSansSCR';
    src:url('../fonts/NotoSansSC-Regular.woff') format('woff');
}
@font-face {
    font-family:'NotoSansSCM';
    src:url('../fonts/NotoSansSC-Medium.woff') format('woff');
}
@font-face {
    font-family:'NotoSansSCB';
    src:url('../fonts/NotoSansSC-Bold.woff') format('woff');
}
@font-face {
    font-family:'NotoSansSCBlk';
    src:url('../fonts/NotoSansSC-Black.woff') format('woff');
}
@font-face {
    font-family:'NotoSansSCSB';
    src:url('../fonts/NotoSansSC-SemiBold.woff') format('woff');
}
