@charset "utf-8";
/* CSS Document */

/*Pretendard*/
@font-face {
	font-family: 'Pretendard';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url('../font/PretendardVariable.woff2') format('woff2-variations');
}

/* KT 폰트 */
@font-face {
	font-family:"KT";
	font-style:normal;
	font-weight:400;
	src:local("KTL"),
		url("../font/KTL.woff2") format('woff2'),
		url("../font/KTL.woff") format('woff'),
		url("../font/KTL.eot?#iefix") format('embedded-opentype');
}
@font-face {
	font-family:"KT";
	font-style:normal;
	font-weight:700;
	src:local("KTB"),
		url("../font/KTB.woff2") format('woff2'),
		url("../font/KTB.woff") format('woff'),
		url("../font/KTB.eot?#iefix") format('embedded-opentype');
}




