@charset "UTF-8";

/* VW Head */
@font-face {
	font-weight: 400;
	font-style: normal;
	font-family:'VWHead';
	src:url(../fonts/VWHead/vwhead-light.eot);
	src:url(../fonts/VWHead/vwhead-light.eot?#iefix) format('embedded-opentype'),
	url(../fonts/VWHead/vwhead-light.woff2) format('woff2'),
	url(../fonts/VWHead/vwhead-light.woff2) format('woff'),
	url(../fonts/VWHead/vwhead-light.ttf) format('truetype');
}
@font-face {
	font-weight: 700;
	font-style: normal;
	font-family:'VWHead';
	src:url(../fonts/VWHead/vwhead-bold.eot);
	src:url(../fonts/VWHead/vwhead-bold.eot?#iefix) format('embedded-opentype'),
	url(../fonts/VWHead/vwhead-bold.woff2) format('woff2'),
	url(../fonts/VWHead/vwhead-bold.woff2) format('woff'),
	url(../fonts/VWHead/vwhead-bold.ttf) format('truetype');
}

/* NotoSans KR */
@font-face{
	font-family:"Noto";
	font-style:normal;
	font-weight:300;
	src:local("NotoSansKR-Light");
	src:url("NotoSansKR/NotoSansKR-Light.woff2") format("woff2"),
	url("NotoSansKR/NotoSansKR-Light.woff") format("woff"),
	url("NotoSansKR/NotoSansKR-Light.otf") format("opentype");
}

@font-face{
	font-family:"Noto";
	font-style:normal;
	font-weight:400;
	src:local("NotoSansKR-Regular");
	src:url("NotoSansKR/NotoSansKR-Regular.woff2") format("woff2"),
	url("NotoSansKR/NotoSansKR-Regular.woff") format("woff"),
	url("NotoSansKR/NotoSansKR-Regular.otf") format("opentype");
}

@font-face{
	font-family:"Noto";
	font-style:normal;
	font-weight:700;
	src:local("NotoSansKR-Bold");
	src:url("NotoSansKR/NotoSansKR-Bold.woff2") format("woff2"),
	url("NotoSansKR/NotoSansKR-Bold.woff") format("woff"),
	url("NotoSansKR/NotoSansKR-Bold.otf") format("opentype");
}

/* 나눔바른고딕 */
@font-face{
	font-family:"NanumBarun";
	font-style:normal;
	font-weight:300;
	src:local("NanumBarunGothicLight");
	src:url("NanumBarunGothic/NanumBarunGothicLight.woff2") format("woff2"),
	url("NanumBarunGothic/NanumBarunGothicLight.woff") format("woff"),
	url("NanumBarunGothic/NanumBarunGothicLight.otf") format("opentype");
}
@font-face{
	font-family:"NanumBarun";
	font-style:normal;
	font-weight:400;
	src:local("NanumBarunGothic");
	src:url("NanumBarunGothic/NanumBarunGothic.woff2") format("woff2"),
	url("NanumBarunGothic/NanumBarunGothic.woff") format("woff"),
	url("NanumBarunGothic/NanumBarunGothic.otf") format("opentype");
}
@font-face{
	font-family:"NanumBarun";
	font-style:normal;
	font-weight:700;
	src:local("NanumBarunGothic");
	src:url("NanumBarunGothic/NanumBarunGothicBold.woff2") format("woff2"),
	url("NanumBarunGothic/NanumBarunGothicBold.woff") format("woff"),
	url("NanumBarunGothic/NanumBarunGothicBold.otf") format("opentype");
}

/* vw-text */
@font-face{
	font-family:"vw-text";
	font-style:normal;
	font-weight:300;
	src:local("vw-text");
	src:url("vwtext/VWText-Light.otf") format("opentype");
}
@font-face{
	font-family:"vw-text";
	font-style:normal;
	font-weight:400;
	src:local("vw-text");
	src:url("vwtext/VWText-Regular.otf") format("opentype");
}
@font-face{
	font-family:"vw-text";
	font-style:italic;
	font-weight:400;
	src:local("vw-text");
	src:url("vwtext/VWText-RegularItalic.otf") format("opentype");
}
@font-face{
	font-family:"vw-text";
	font-style:italic;
	font-weight:700;
	src:local("vw-text");
	src:url("vwtext/VWText-BoldItalic.otf") format("opentype");
}