/*문자열설정*/
@charset "utf-8";

@font-face {
    font-family: 'Benzin-Regular';
    font-weight: 400;
    font-style: normal;
    src: local('Benzin-Regular'), url('/common/font/Benzin-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Benzin-Medium.ttf';
    font-weight: 500;
    font-style: italic;
    src: local('Benzin-Medium.ttf'), url('/common/font/Benzin-Medium.ttf.ttf') format('truetype');
}

@font-face {
    font-family: 'Benzin-Semibold.ttf';
    font-weight: 600;
    font-style: normal;
    src: local('Benzin-Semibold.ttf'), url('/common/font/Benzin-Semibold.ttf.ttf') format('truetype');
}
@font-face {
    font-family: 'Benzin-Bold.ttf';
    font-weight: 700;
    font-style: italic;
    src: local('Benzin-Bold.ttf'), url('/common/font/Benzin-Bold.ttf.ttf') format('truetype');
}

@font-face {
    font-family: 'Benzin-ExtraBold.ttf';
    font-weight: 900;
    font-style: normal;
    src: local('Benzin-ExtraBold.ttf'), url('/common/font/Benzin-ExtraBold.ttf.ttf') format('truetype');
}