/*문자열설정*/
@charset "utf-8";

@font-face {
    font-family: 'EditorsNote-Thin';
    font-weight: 100;
    font-style: normal;
    src: local('EditorsNote-Thin'), url('/common/font/EditorsNote-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'EditorsNote-ThinItalic';
    font-weight: 100;
    font-style: italic;
    src: local('EditorsNote-ThinItalic'), url('/common/font/EditorsNote-ThinItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'EditorsNote-Extralight';
    font-weight: 200;
    font-style: normal;
    src: local('EditorsNote-Extralight'), url('/common/font/EditorsNote-Extralight.ttf') format('truetype');
}
@font-face {
    font-family: 'EditorsNote-ExtralightItalic';
    font-weight: 200;
    font-style: italic;
    src: local('EditorsNote-ExtralightItalic'), url('/common/font/EditorsNote-ExtralightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'EditorsNote-Light';
    font-weight: 300;
    font-style: normal;
    src: local('EditorsNote-Light'), url('/common/font/EditorsNote-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'EditorsNote-LightItalic';
    font-weight: 300;
    font-style: italic;
    src: local('EditorsNote-LightItalic'), url('/common/font/EditorsNote-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'EditorsNote-Regular';
    font-weight: 400;
    font-style: normal;
    src: local('EditorsNote-Regular'), url('/common/font/EditorsNote-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'EditorsNote-Italic';
    font-weight: 400;
    font-style: italic;
    src: local('EditorsNote-Italic'), url('/common/font/EditorsNote-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'EditorsNote-Medium';
    font-weight: 500;
    font-style: normal;
    src: local('EditorsNote-Medium'), url('/common/font/EditorsNote-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'EditorsNote-MediumItalic';
    font-weight: 500;
    font-style: italic;
    src: local('EditorsNote-MediumItalic'), url('/common/font/EditorsNote-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'EditorsNote-Semibold';
    font-weight: 600;
    font-style: normal;
    src: local('EditorsNote-Semibold'), url('/common/font/EditorsNote-Semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'EditorsNote-SemiboldItalic';
    font-weight: 600;
    font-style: italic;
    src: local('EditorsNote-SemiboldItalic'), url('/common/font/EditorsNote-SemiboldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'EditorsNote-Bold';
    font-weight: 700;
    font-style: normal;
    src: local('EditorsNote-Bold'), url('/common/font/EditorsNote-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'EditorsNote-BoldItalic';
    font-weight: 700;
    font-style: italic;
    src: local('EditorsNote-BoldItalic'), url('/common/font/EditorsNote-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'EditorsNote-Hairline';
    font-weight: 800;
    font-style: normal;
    src: local('EditorsNote-Hairline'), url('/common/font/EditorsNote-Hairline.ttf') format('truetype');
}
@font-face {
    font-family: 'EditorsNote-HairlineItalic';
    font-weight: 800;
    font-style: italic;
    src: local('EditorsNote-HairlineItalic'), url('/common/font/EditorsNote-HairlineItalic.ttf') format('truetype');
}
