@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
.notosanskr * { 
 font-family: 'Noto Sans KR', sans-serif;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 코어고딕 웹폰트 =================================================================================================*/
@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');
}

/* //코어고딕 웹폰트 =================================================================================================*/