
/**
 * @Font Style
 * MavenPro
 */
@font-face{ 
	font-family: "MavenPro";
	font-style: normal;
	font-weight: 300;
	src: local("MavenPro-Regular"),
	url('./fonts/MavenPro-Regular.woff2') format("woff2"),
	url('./fonts/MavenPro-Regular.woff') format("woff"),
	url('./fonts/MavenPro-Regular.otf') format("opentype");
} 
@font-face{ 
	font-family: "MavenPro";
	font-style: normal;
	font-weight: 400;
	src: local("MavenPro-Medium"),
	url('./fonts/MavenPro-Medium.woff2') format("woff2"),
	url('./fonts/MavenPro-Medium.woff') format("woff"),
	url('./fonts/MavenPro-Medium.otf') format("opentype");
} 
@font-face{ 
	font-family: "MavenPro";
	font-style: normal;
	font-weight: 500;
	src: local("MavenPro-Bold"),
	url('./fonts/MavenPro-Bold.woff2') format("woff2"),
	url('./fonts/MavenPro-Bold.woff') format("woff"),
	url('./fonts/MavenPro-Bold.otf') format("opentype");
} 
@font-face{ 
	font-family: "MavenPro";
	font-style: normal;
	font-weight: 600;
	src: local("MavenPro-Black"),
	url('./fonts/MavenPro-Black.woff2') format("woff2"),
	url('./fonts/MavenPro-Black.woff') format("woff"),
	url('./fonts/MavenPro-Black.otf') format("opentype");
} 



/**
 * @Font Style
 * Pretendard
 */
 @font-face{ 
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 100;
	src: local("Pretendard-Thin"),
	url('./fonts/Pretendard-Thin.woff2') format("woff2"),
	url('./fonts/Pretendard-Thin.woff') format("woff"),
	url('./fonts/Pretendard-Thin.otf') format("opentype");
} 
@font-face{
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 200;
	src: local("Pretendard-ExtraLight"),
	url('./fonts/Pretendard-ExtraLight.woff2') format("woff2"),
	url('./fonts/Pretendard-ExtraLight.woff') format("woff"),
	url('./fonts/Pretendard-ExtraLight.otf') format("opentype");
}
@font-face{
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 300;
	src: local("Pretendard-Light"),
	url('./fonts/Pretendard-Light.woff2') format("woff2"),
	url('./fonts/Pretendard-Light.woff') format("woff"),
	url('./fonts/Pretendard-Light.otf') format("opentype");
}
@font-face{
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 400;
	src: local("Pretendard-Regular"),
	url('./fonts/Pretendard-Regular.woff2') format("woff2"),
	url('./fonts/Pretendard-Regular.woff') format("woff"),
	url('./fonts/Pretendard-Regular.otf') format("opentype");
}
@font-face{
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 500;
	src: local("Pretendard-Medium"),
	url('./fonts/Pretendard-Medium.woff2') format("woff2"),
	url('./fonts/Pretendard-Medium.woff') format("woff"),
	url('./fonts/Pretendard-Medium.otf') format("opentype");
}
@font-face{
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 600;
	src: local("Pretendard-SemiBold"),
	url('./fonts/Pretendard-SemiBold.woff2') format("woff2"),
	url('./fonts/Pretendard-SemiBold.woff') format("woff"),
	url('./fonts/Pretendard-SemiBold.otf') format("opentype");
}
@font-face{
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 700;
	src: local("Pretendard-ExtraBold"),
	url('./fonts/Pretendard-ExtraBold.woff2') format("woff2"),
	url('./fonts/Pretendard-ExtraBold.woff') format("woff"),
	url('./fonts/Pretendard-ExtraBold.otf') format("opentype");
}
 @font-face{
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 800;
	src: local("Pretendard-Bold"),
	url('./fonts/Pretendard-Bold.woff2') format("woff2"),
	url('./fonts/Pretendard-Bold.woff') format("woff"),
	url('./fonts/Pretendard-Bold.otf') format("opentype");
}

 @font-face{
	font-family: "Pretendard";
	font-style: normal;
	font-weight: 900;
	src: local("Pretendard-Black"),
	url('./fonts/Pretendard-Black.woff2') format("woff2"),
	url('./fonts/Pretendard-Black.woff') format("woff"),
	url('./fonts/Pretendard-Black.otf') format("opentype")
}

/**
 * @Font Style
 * noto-sans
 */
 @font-face{ 
	font-family: "Noto Sans";
	font-weight: 100;
	src: local("NotoSans-Thin"),
	url('./fonts/NotoSans-Thin.ttf') format("ttf")
} 
@font-face{ 
	font-family: "Noto Sans";
	font-weight: 200;
	src: local("NotoSans-ExtraLight"),
	url('./fonts/NotoSans-ExtraLight.ttf') format("ttf")
} 
@font-face{ 
	font-family: "Noto Sans";
	font-weight: 300;
	src: local("NotoSans-Light"),
	url('./fonts/NotoSans-Light.ttf') format("ttf")
} 
@font-face{ 
	font-family: "Noto Sans";
	font-weight: 400;
	src: local("NotoSans-Regular"),
	url('./fonts/NotoSans-Regular.ttf') format("ttf")
} 
@font-face{ 
	font-family: "Noto Sans";
	font-weight: 500;
	src: local("NotoSans-Medium"),
	url('./fonts/NotoSans-Medium.ttf') format("ttf")
} 
@font-face{ 
	font-family: "Noto Sans";
	font-weight: 600;
	src: local("NotoSans-SemiBold"),
	url('./fonts/NotoSans-SemiBold.ttf') format("ttf")
} 
@font-face{ 
	font-family: "Noto Sans";
	font-weight: 700;
	src: local("NotoSans-Bold"),
	url('./fonts/NotoSans-Bold.ttf') format("ttf")
} 
@font-face{ 
	font-family: "Noto Sans";
	font-weight: 800;
	src: local("NotoSans-ExtraBold"),
	url('./fonts/NotoSans-ExtraBold.ttf') format("ttf")
} 
@font-face{ 
	font-family: "Noto Sans";
	font-weight: 900;
	src: local("NotoSans-Black"),
	url('./fonts/NotoSans-Black.ttf') format("ttf")
} 

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Arial Regular'), url('ARIAL.woff') format('woff');
    }


    @font-face {
    font-family: 'Arial Medium';
    font-style: normal;
    font-weight: 500;
    src: local('Arial Medium'), url('ArialMdm.woff') format('woff');
    }


    @font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: 600;
    src: local('Arial Bold'), url('ARIALBD 1.woff') format('woff');
    }

    @font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Arial Bold'), url('ARIALBD.woff') format('woff');
    }
    
    @font-face {
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: 800;
    src: local('Arial Black'), url('ARIBLK.woff') format('woff');
    }

    @font-face {
    font-family: 'Arial Light Regular';
    font-style: normal;
    font-weight: 300;
    src: local('Arial Light Regular'), url('ARIALLGT.woff') format('woff');
    }
    
    @font-face {
		font-family: 'a Big Deal', sans-serif;
		font-style: bold;
		src: local('aBigDeal'), url('aBigDeal.woff') format('otf');
		}
		
