@charset "utf-8";
/* font */

/* NotoSansKR */
@font-face{
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight: 100;
	src:url('fonts/NotoSansKR-Thin.eot');
	src:local('※'),
		url('fonts/NotoSansKR-Thin.woff') format('woff'),
		url('fonts/NotoSansKR-Thin.woff') format('woff2'),
		url('fonts/NotoSansKR-Thin.otf') format('opentype');
}
@font-face{
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight: 300;
	src:url('fonts/NotoSansKR-Light.eot');
	src:local('※'),
		url('fonts/NotoSansKR-Light.woff') format('woff'),
		url('fonts/NotoSansKR-Light.woff') format('woff2'),
		url('fonts/NotoSansKR-Light.otf') format('opentype');
}
@font-face{
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight: 400;
	src:url('fonts/NotoSansKR-Regular.eot');
	src:local('※'),
		url('fonts/NotoSansKR-Regular.woff') format('woff'),
		url('fonts/NotoSansKR-Regular.woff') format('woff2'),
		url('fonts/NotoSansKR-Regular.otf') format('opentype');
}
@font-face{
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight: 500;
	src:url('fonts/NotoSansKR-Medium.eot');
	src:local('※'),
		url('fonts/NotoSansKR-Medium.woff') format('woff'),
		url('fonts/NotoSansKR-Medium.woff') format('woff2'),
		url('fonts/NotoSansKR-Medium.otf') format('opentype');
}
@font-face{
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight: Bold;
	src:url('fonts/NotoSansKR-Bold.eot');
	src:local('※'),
		url('fonts/NotoSansKR-Bold.woff') format('woff'),
		url('fonts/NotoSansKR-Bold.woff') format('woff2'),
		url('fonts/NotoSansKR-Bold.otf') format('opentype');
}
@font-face{
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight: 900;
	src:url('fonts/NotoSansKR-Black.eot');
	src:local('※'),
		url('fonts/NotoSansKR-Black.woff') format('woff'),
		url('fonts/NotoSansKR-Black.woff') format('woff2'),
		url('fonts/NotoSansKR-Black.otf') format('opentype');
}

/* Roboto */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/Roboto-Thin.woff2') format('woff2'),
        url('fonts/Roboto-Thin.woff') format('woff'),
        url('fonts/Roboto-Thin.otf') format('opentype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.otf') format('opentype');
}

/* Pretendard */
@font-face{font-family:'Pretendard';src:url('fonts/Pretendard-Light.woff') format('woff'); font-weight: 200; font-style:normal;}
@font-face{font-family:'Pretendard';src:url('fonts/Pretendard-Light.woff') format('woff'); font-weight: 300; font-style:normal;}
@font-face{font-family:'Pretendard';src:url('fonts/Pretendard-Regular.woff') format('woff'); font-weight: 400; font-style:normal;}
@font-face{font-family:'Pretendard';src:url('fonts/Pretendard-Medium.woff') format('woff'); font-weight: 500; font-style:normal;}
@font-face{font-family:'Pretendard';src:url('fonts/Pretendard-SemiBold.woff') format('woff'); font-weight: 600; font-style:normal;}
@font-face{font-family:'Pretendard';src:url('fonts/Pretendard-Bold.woff') format('woff'); font-weight: 700; font-style:normal;}


/*Gong Gothic*/
@font-face{
    font-family:'GongGothic';
    src: url('fonts/GongGothicLight.woff') format('woff'), url('fonts/Gong Gothic Light.eot') format('eot');
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family:'GongGothic';
    src: url('fonts/GongGothicMedium.woff') format('woff'), url('fonts/Gong Gothic Medium.eot') format('eot');
    font-weight: 500;
    font-style: normal;
}
@font-face{
    font-family:'GongGothic';
    src: url('fonts/GongGothicBold.woff') format('woff'), url('fonts/Gong Gothic Bold.eot') format('eot');
    font-weight: 700;
    font-style: normal;
}