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