@charset "utf-8";

/* G마켓 산스 */
@font-face {
    font-family: 'GmarketSansLight';
    font-style: normal;
    font-weight: 300;
    src: url('../css/font//GmarketSansLight.woff') format('woff');
}
@font-face {
    font-family: 'GmarketSansMedium';
    font-style: normal;
    font-weight: 400;
    src: url('../css/font/GmarketSansMedium.woff') format('woff');
}
@font-face {
    font-family: 'GmarketSansBold';
    font-style: normal;
    font-weight: 400;
    src: url('../css/font/GmarketSansBold.woff') format('woff');
}

/* 본고딕 */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src:url('../css/font/NotoSans-Regular.woff2') format('woff2'),
        url('../css/font/NotoSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src:url('../css/font/NotoSans-Medium.woff2') format('woff2'),
    url('../css/font/NotoSans-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 600;
    src:url('../css/font/NotoSans-Bold.woff2') format('woff2'),
        url('../css/font/NotoSans-Bold.woff') format('woff');
}

/* poppins */
@font-face{
    font-family: 'poppins';
		font-weight: 400;
    src: url('../css/font/Poppins-Regular.woff') format('woff');
}
@font-face{
    font-family: 'poppins';
		font-weight: 500;
    src: url('../css/font/Poppins-Medium.woff') format('woff');
}
@font-face{
    font-family: 'poppins';
		font-weight: 600;
    src: url('../css/font/Poppins-Bold.woff') format('woff');
}