/* 아리따폰트 */
/*
@font-face {
    font-family: 'Arita';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Arita-Thin.eot');
    src: url('../fonts/Arita-Thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Arita-Thin.woff') format('woff'),
         url('../fonts/Arita-Thin.ttf') format('truetype');
}
@font-face {
    font-family: 'Arita';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Arita-Light.eot');
    src: url('../fonts/Arita-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Arita-Light.woff') format('woff'),
         url('../fonts/Arita-Light.ttf') format('truetype');
}
*/
@font-face {
    font-family: 'Arita';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Arita-Medium.eot');
    src: url('../fonts/Arita-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Arita-Medium.woff') format('woff'),
         url('../fonts/Arita-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Arita';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Arita-SemiBold.eot');
    src: url('../fonts/Arita-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Arita-SemiBold.woff') format('woff'),
         url('../fonts/Arita-SemiBold.ttf') format('truetype');
}
/*
@font-face {
    font-family: 'Arita';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Arita-Bold.eot');
    src: url('../fonts/Arita-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Arita-Bold.woff') format('woff'),
         url('../fonts/Arita-Bold.ttf') format('truetype');
}
*/