@charset "utf-8";
/*
TITLE : 일반형(A) - 1 index style
WORKER : HSG
DATE : 2023.02
VERSION :
- 1.0 : 1차 구축.
*/

/* ***** Pretendard(main font) ***** */
/*
variable  - embedded
저용량이라 Default로 셋팅.
*/
@font-face {
	font-family: 'Pretendard GOV Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('../font/PretendardGOVVariable.woff2') format('woff2-variations');
}
.preThin { font-family: 'Pretendard GOV Variable'; font-weight: 100; }
.preExLi { font-family: 'Pretendard GOV Variable'; font-weight: 200; }
.preLigh { font-family: 'Pretendard GOV Variable'; font-weight: 300; }
.preRegu { font-family: 'Pretendard GOV Variable'; font-weight: 400; }
.preMedi { font-family: 'Pretendard GOV Variable'; font-weight: 500; }
.preSeBo { font-family: 'Pretendard GOV Variable'; font-weight: 600; }
.preBold { font-family: 'Pretendard GOV Variable'; font-weight: 700; }
.preExBo { font-family: 'Pretendard GOV Variable'; font-weight: 800; }
.preBlac { font-family: 'Pretendard GOV Variable'; font-weight: 900; }

/*
static  - embedded
위 variable를 사용하지 못할 경우 아래 set를 활용
*/
/* @font-face {
	font-family: 'Pretendard GOV';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard GOV Black'),
    url(../font/woff2/PretendardGOV-Black.woff2) format('woff2'),
    url(../font/woff/PretendardGOV-Black.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard GOV ExtraBold'),
    url(../font/woff2/PretendardGOV-ExtraBold.woff2) format('woff2'),
    url(../font/woff/PretendardGOV-ExtraBold.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard GOV Bold'),
    url(../font/woff2/PretendardGOV-Bold.woff2) format('woff2'),
    url(../font/woff/PretendardGOV-Bold.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard GOV SemiBold'),
    url(../font/woff2/PretendardGOV-SemiBold.woff2) format('woff2'),
    url(../font/woff/PretendardGOV-SemiBold.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard GOV Medium'),
    url(../font/woff2/PretendardGOV-Medium.woff2) format('woff2'),
    url(../font/woff/PretendardGOV-Medium.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard GOV Regular'),
    url(../font/woff2/PretendardGOV-Regular.woff2) format('woff2'),
    url(../font/woff/PretendardGOV-Regular.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard GOV Light'),
    url(../font/woff2/PretendardGOV-Light.woff2) format('woff2'),
    url(../font/woff/PretendardGOV-Light.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard GOV ExtraLight'),
    url(../font/woff2/PretendardGOV-ExtraLight.woff2) format('woff2'),
    url(../font/woff/PretendardGOV-ExtraLight.woff) format('woff');
}
@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard GOV Thin'),
    url(../font/woff2/PretendardGOV-Thin.woff2) format('woff2'),
    url(../font/woff/PretendardGOV-Thin.woff) format('woff');
}
.preThin { font-family: 'Pretendard GOV'; font-weight: 100; }
.preExLi { font-family: 'Pretendard GOV'; font-weight: 200; }
.preLigh { font-family: 'Pretendard GOV'; font-weight: 300; }
.preRegu { font-family: 'Pretendard GOV'; font-weight: 400; }
.preMedi { font-family: 'Pretendard GOV'; font-weight: 500; }
.preSeBo { font-family: 'Pretendard GOV'; font-weight: 600; }
.preBold { font-family: 'Pretendard GOV'; font-weight: 700; }
.preExBo { font-family: 'Pretendard GOV'; font-weight: 800; }
.preBlac { font-family: 'Pretendard GOV'; font-weight: 900; } */

/* ***** 경기천년제목(event font) ***** */
@font-face {
	font-family: 'Title_Light';
	font-weight: 300;
	font-style: normal;
	src: url(../font/Title_Light.woff) format('woff');
}
@font-face {
	font-family: 'Title_Medium';
	font-weight: 500;
	font-style: normal;
	src: url(../font/Title_Medium.woff) format('woff');
}
@font-face {
	font-family: 'Title_Bold';
	font-weight: 700;
	font-style: normal;
	src: url(../font/Title_Bold.woff) format('woff');
}
.titLigh { font-family: 'Title_Light'; font-weight: 300; }
.titMedi { font-family: 'Title_Medium'; font-weight: 500; }
.titBold { font-family: 'Title_Bold'; font-weight: 700; }