@charset "UTF-8";

/* 엘리스 디지털 */
@font-face{
    font-family:'Elice';
    font-weight: 600;
    src:url("../font/EliceDigitalCoding-Bd.woff2") format('woff2'),
    url("../font/EliceDigitalCoding-Bd.woff") format('woff');
}

/* KoddiUD 온고딕 */
@font-face{
	font-family: 'KoddiUDOnGothic';
	font-weight: 400;
	src: url("../font/KoddiUDOnGothic-Regular.woff2") format('woff2'),
	url("../font/KoddiUDOnGothic-Regular.woff") format('woff');
}
@font-face{
	font-family: 'KoddiUDOnGothic';
	font-weight: 600;
	src: url("../font/KoddiUDOnGothic-Bold.woff2") format('woff2'),
	url("../font/KoddiUDOnGothic-Bold.woff") format('woff');
}
@font-face{
	font-family: 'KoddiUDOnGothic';
	font-weight: 700;
	src: url("../font/KoddiUDOnGothic-ExtraBold.woff2") format('woff2'),
	url("../font/KoddiUDOnGothic-ExtraBold.woff") format('woff');
}

/* 나눔스퀘어 */
@font-face{
	font-family: 'NanumSquare';
	font-weight: 200;
	src: url("../font/NanumSquareL.woff2") format('woff2'),
	url("../font/NanumSquareL.woff") format('woff');
}
@font-face{
	font-family: 'NanumSquare';
	font-weight: 400;
	src: url("../font/NanumSquareR.woff2") format('woff2'),
	url("../font/NanumSquareR.woff") format('woff');
}
@font-face{
	font-family: 'NanumSquare';
	font-weight: 600;
	src: url("../font/NanumSquareB.woff2") format('woff2'),
	url("../font/NanumSquareB.woff") format('woff');
}
@font-face{
	font-family: 'NanumSquare';
	font-weight: 700;
	src: url("../font/NanumSquareEB.woff2") format('woff2'),
	url("../font/NanumSquareEB.woff") format('woff');
}