@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;600&display=swap');

@font-face {font-family:'Roboto';font-style:normal;font-weight:100;src:url('../font/roboto/Roboto-Thin.woff2') format('woff2'),url('../font/roboto/Roboto-Thin.woff') format('woff'),url('../font/roboto/Roboto-Thin.otf') format('opentype');}
@font-face {font-family:'Roboto';font-style:normal;font-weight:300;src:url('../font/roboto/Roboto-Light.woff2') format('woff2'),url('../font/roboto/Roboto-Light.woff') format('woff'),url('../font/roboto/Roboto-Light.otf') format('opentype');}
@font-face {font-family:'Roboto';font-style:normal;font-weight:400;src:url('../font/roboto/Roboto-Regular.woff2') format('woff2'),url('../font/roboto/Roboto-Regular.woff') format('woff'),url('../font/roboto/Roboto-Regular.otf') format('opentype');}
@font-face {font-family:'Roboto';font-style:normal;font-weight:500;src:url('../font/roboto/Roboto-Medium.woff2') format('woff2'),url('../font/roboto/Roboto-Medium.woff') format('woff'),url('../font/roboto/Roboto-Medium.otf') format('opentype');}
@font-face {font-family:'Roboto';font-style:normal;font-weight:700;src:url('../font/roboto/Roboto-Bold.woff2') format('woff2'),url('../font/roboto/Roboto-Bold.woff') format('woff'),url('../font/roboto/Roboto-Bold.otf') format('opentype');}

*,
*:after,
*:before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

:root {
	--ff-FA:'FontAwesome';
	--ff-RC:'Roboto Condensed','Roboto','Arial','Noto Sans KR','NanumGothic','나눔고딕','돋움';
	--ff-RS:'Roboto Slab','Roboto','Arial','Noto Sans KR','NanumGothic','나눔고딕','돋움';
	--ff-MT:'Montserrat','Roboto','Arial','Noto Sans KR','NanumGothic','나눔고딕','돋움';
	--ff-GML:'GmarketSansL','Roboto','Arial','Noto Sans KR','NanumGothic','나눔고딕','돋움';
	--ff-GMM:'GmarketSansM','Roboto','Arial','Noto Sans KR','NanumGothic','나눔고딕','돋움';
	--ff-GMB:'GmarketSansB','Roboto','Arial','Noto Sans KR','NanumGothic','나눔고딕','돋움';
	--ff-GB:'Gyeonggi_Batang_Regular','Roboto Slab','Times New Roman','Serif','바탕';
}
