@charset "utf-8";
/*웨비즈CI*/
@font-face {
  font-family: 'webizCi';
  src:  url('/_Fonts/webizCi.eot?v5sx83');
  src:  url('/_Fonts/webizCi.eot?v5sx83#iefix') format('embedded-opentype'),
    url('/_Fonts/webizCi.ttf?v5sx83') format('truetype'),
    url('/_Fonts/webizCi.woff?v5sx83') format('woff'),
    url('/_Fonts/webizCi.svg?v5sx83#webizCi') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webizCi' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-webizCi:before {
  content: "\e900";
  font-family: 'webizCi';
}

/*프리텐다드*/
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('/_Font/Pretendard-Black.woff2') format('woff2'), url('/_Font/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('/_Font/Pretendard-ExtraBold.woff2') format('woff2'), url('/_Font/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('/_Font/Pretendard-Bold.woff2') format('woff2'), url('/_Font/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('/_Font/Pretendard-SemiBold.woff2') format('woff2'), url('/_Font/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('/_Font/Pretendard-Medium.woff2') format('woff2'), url('/_Font/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('/_Font/Pretendard-Regular.woff2') format('woff2'), url('/_Font/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('/_Font/Pretendard-Light.woff2') format('woff2'), url('/_Font/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('/_Font/Pretendard-ExtraLight.woff2') format('woff2'), url('/_Font/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('/_Font/Pretendard-Thin.woff2') format('woff2'), url('/_Font/Pretendard-Thin.woff') format('woff');
}

.fntW100	{font-weight: 100 !important;}
.fntW200	{font-weight: 200 !important;}
.fntW300	{font-weight: 300 !important;}
.fntW400	{font-weight: 400 !important;}
.fntW500	{font-weight: 500 !important;}
.fntW600	{font-weight: 600 !important;}
.fntW700	{font-weight: 700 !important;}
.fntW800	{font-weight: 800 !important;}
.fntW900	{font-weight: 900 !important;}

.fnt11		{font-size: 11px !important;}
.fnt12		{font-size: 12px !important;}
.fnt13		{font-size: 13px !important;}
.fnt14		{font-size: 14px !important;}
.fnt15		{font-size: 15px !important;}
.fnt16		{font-size: 16px !important;}
.fnt17		{font-size: 17px !important;}
.fnt18		{font-size: 18px !important;}
.fnt19		{font-size: 19px !important;}
.fnt20		{font-size: 20px !important;}
.fnt21		{font-size: 21px !important;}
.fnt22		{font-size: 22px !important;}
.fnt23		{font-size: 23px !important;}
.fnt24		{font-size: 24px !important;}
.fnt25		{font-size: 25px !important;}
.fnt26		{font-size: 26px !important;}
.fnt27		{font-size: 27px !important;}
.fnt28		{font-size: 28px !important;}
.fnt29		{font-size: 29px !important;}
.fnt30		{font-size: 30px !important;}

.fntb		{font-weight:bold !important;}
.fntn		{font-weight:normal !important;}

.fntCCC		{color:#ccc !important;}
.fnt333		{color:#333 !important;}
.fnt777		{color:#777 !important;}
.fntBlack	{color:#000 !important;}
.fntRed		{color:#FF0000 !important;}
.fntGreen	{color:#00FF00 !important;}
.fntBlue	{color:#0000FF !important;}
.fntOrange	{color:#FF8119 !important;}
.fntPurple	{color:#9966ff !important;}
.fntSky		{color:#00ccff !important;}
.fntSkyBlue {color: #37c0fb; !important;}
.fntYellow	{color:#ffff00 !important;}
.fntWzYellow {color:#FFD50D !important}
.fntBrown	{color:#993300 !important;}
.fntWhite	{color:#fff !important;}

