/*문자열설정*/
@charset "utf-8";

/*woff  ------------------------------------------------------------------------- */

@font-face {
font-family: 'DMSerifDisplay';
font-style: normal;
font-weight: 400;
src: local('DMSerifDisplay'), url('/common/font/DMSerifDisplay.ttf') format('truetype');
}

@font-face {
font-family: 'DMSerifDisplay-Italic';
font-style: normal;
font-weight: 400;
src: local('DMSerifDisplay-Italic'), url('/common/font/DMSerifDisplay-Italic.ttf') format('truetype');
}

