/* 코어고딕 웹폰트 =================================================================================================*/
@font-face {
    font-family: 'Core Gothic';
    font-style: normal;
    font-weight: 100;
    src: url('/common/css/font/CoreGTE1.woff') format('woff');
}

@font-face {
    font-family: 'Core Gothic';
    font-style: normal;
    font-weight: 200;
    src: url('/common/css/font/CoreGTE2.woff') format('woff');
}

@font-face {
    font-family: 'Core Gothic';
    font-style: normal;
    font-weight: 300;
    src: url('/common/css/font/CoreGTE3.woff') format('woff');
}

@font-face {
    font-family: 'Core Gothic';
    font-style: normal;
    font-weight: 400;
    src: url('/common/css/font/CoreGTE4.woff') format('woff');
}

@font-face {
    font-family: 'Core Gothic';
    font-style: normal;
    font-weight: 500;
    src: url('/common/css/font/CoreGTE5.woff') format('woff');
}

@font-face {
    font-family: 'Core Gothic';
    font-style: normal;
    font-weight: 600;
    src: url('/common/css/font/CoreGTE6.woff') format('woff');
}

@font-face {
    font-family: 'Core Gothic';
    font-style: normal;
    font-weight: 700;
    src: url('/common/css/font/CoreGTE7.woff') format('woff');
}

@font-face {
    font-family: 'Core Gothic';
    font-style: normal;
    font-weight: 800;
    src: url('/common/css/font/CoreGTE8.woff') format('woff');
}

@font-face {
    font-family: 'Core Gothic';
    font-style: normal;
    font-weight: 900;
    src: url('/common/css/font/CoreGTE9.woff') format('woff');
}

/* //코어고딕 웹폰트 =================================================================================================*/