@charset "UTF-8";
/**
	폰트 css 
	**/ 
/* SpoqaHanSans */
@font-face {
    font-family: 'SpoqaHanSansT';
    font-style: normal;
    font-weight: 100;
    src: local('※'),
        url('../font/SpoqaHanSansT.woff2') format('woff2'), url('../font/SpoqaHanSansT.woff') format('woff'),
        url('../font/SpoqaHanSansT.ttf') format('truetype'),
        url('../font/SpoqaHanSansT.otf') format('opentype'),
        url('../font/SpoqaHanSansT.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'SpoqaHanSansL';
    font-style: normal;
    font-weight: 300;
    src: local('※'),
        url('../font/SpoqaHanSansL.woff2') format('woff2'), url('../font/SpoqaHanSansL.woff') format('woff'),
        url('../font/SpoqaHanSansL.ttf') format('truetype'),
        url('../font/SpoqaHanSansL.otf') format('opentype'),
        url('../font/SpoqaHanSansL.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'SpoqaHanSans';
    font-style: normal;
    font-weight: 500;
    src: local('※'),
        url('../font/SpoqaHanSansR.woff2') format('woff2'), url('../font/SpoqaHanSansR.woff') format('woff'),
        url('../font/SpoqaHanSansR.ttf') format('truetype'),
        url('../font/SpoqaHanSansR.otf') format('opentype'),
        url('../font/SpoqaHanSansR.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'SpoqaHanSansB';
    font-style: normal;
    font-weight: 700;
    src: local('※'),
        url('../font/SpoqaHanSansB.woff2') format('woff2'), url('../font/SpoqaHanSansB.woff') format('woff'),
        url('../font/SpoqaHanSansB.ttf') format('truetype'),
        url('../font/SpoqaHanSansB.otf') format('opentype'),
        url('../font/SpoqaHanSansB.eot') format('embedded-opentype');
}