@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
 * font CSS Document
*/
/* Pretendard  GOV Variable*/
@font-face {
	font-family: 'Pretendard GOV Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('/cgi-bin/fonts/PretendardGOVVariable.woff2') format('woff2-variations'),
    		 url("/cgi-bin/fonts/PretendardGOVVariable.woff2") format("woff2");

}

/* Pretendard  GOV*/
@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard GOV Black'), url(/cgi-bin/fonts/PretendardGOV-Black.subset.woff2) format('woff2'), url(/cgi-bin/fonts/PretendardGOV-Black.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard GOV ExtraBold'), url(/cgi-bin/fonts/PretendardGOV-ExtraBold.subset.woff2) format('woff2'), url(/cgi-bin/fonts/PretendardGOV-ExtraBold.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard GOV Bold'), url(/cgi-bin/fonts/PretendardGOV-Bold.subset.woff2) format('woff2'), url(/cgi-bin/fonts/PretendardGOV-Bold.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard GOV SemiBold'), url(/cgi-bin/fonts/PretendardGOV-SemiBold.subset.woff2) format('woff2'), url(/cgi-bin/fonts/PretendardGOV-SemiBold.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard GOV Medium'), url(/cgi-bin/fonts/PretendardGOV-Medium.subset.woff2) format('woff2'), url(/cgi-bin/fonts/PretendardGOV-Medium.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard GOV Regular'), url(/cgi-bin/fonts/PretendardGOV-Regular.subset.woff2) format('woff2'), url(/cgi-bin/fonts/PretendardGOV-Regular.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard GOV Light'), url(/cgi-bin/fonts/PretendardGOV-Light.subset.woff2) format('woff2'), url(/cgi-bin/fonts/PretendardGOV-Light.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard GOV ExtraLight'), url(/cgi-bin/fonts/PretendardGOV-ExtraLight.subset.woff2) format('woff2'), url(/cgi-bin/fonts/PretendardGOV-ExtraLight.subset.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard GOV Thin'), url(/cgi-bin/fonts/PretendardGOV-Thin.subset.woff2) format('woff2'), url(/cgi-bin/fonts/PretendardGOV-Thin.subset.woff) format('woff');
}


  body,* {
		font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  	word-break:keep-all;
  }
