@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');
}




/*중국어*/
@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 100; /* Thin */
    src: url('../css/font/NotoSansSC-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 200; /* ExtraLight */
    src: url('../css/font/NotoSansSC-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 300; /* Light */
    src: url('../css/font/NotoSansSC-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 400; /* Regular */
    src: url('../css/font/NotoSansSC-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 500; /* Medium */
    src: url('../css/font/NotoSansSC-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 600; /* SemiBold */
    src: url('../css/font/NotoSansSC-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 700; /* Bold */
    src: url('../css/font/NotoSansSC-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 800; /* ExtraBold */
    src: url('../css/font/NotoSansSC-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 900; /* Black */
    src: url('../css/font/NotoSansSC-Black.ttf') format('truetype');
}
