/*문자열설정*/
@charset "utf-8";

@font-face {
font-family: 'NotoSerif';
font-style: normal;
font-weight: 200;
src: local('NotoSerif'), url('/common/font/NotoSerif-Thin.ttf') format('truetype');
}

@font-face {
font-family: 'NotoSerif';
font-style: normal;
font-weight: 300;
src: local('NotoSerif'), url('/common/font/NotoSerif-Light.ttf') format('truetype');
}


@font-face {
font-family: 'NotoSerif';
font-style: normal;
font-weight: 400;
src: local('NotoSerif'), url('/common/font/NotoSerif-Regular.ttf') format('truetype');
}


@font-face {
font-family: 'NotoSerif';
font-style: normal;
font-weight: 500;
src: local('NotoSerif'), url('/common/font/NotoSerif-Medium.ttf') format('truetype');
}


@font-face {
font-family: 'NotoSerif';
font-style: normal;
font-weight: 600;
src: local('NotoSerif'), url('/common/font/NotoSerif-SemiBold.ttf') format('truetype');
}


@font-face {
font-family: 'NotoSerif';
font-style: normal;
font-weight: 700;
src: local('NotoSerif'), url('/common/font/NotoSerif-Bold.ttf') format('truetype');
}


@font-face {
font-family: 'NotoSerif';
font-style: normal;
font-weight: 800;
src: local('NotoSerif'), url('/common/font/NotoSerif-Black.ttf') format('truetype');
}