﻿@charset "utf-8";

/*프리텐다드*/
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('/fonts/Pretendard-Black.woff2') format('woff2'), url('/fonts/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('/fonts/Pretendard-ExtraBold.woff2') format('woff2'), url('/fonts/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('/fonts/Pretendard-Bold.woff2') format('woff2'), url('/fonts/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('/fonts/Pretendard-SemiBold.woff2') format('woff2'), url('/fonts/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('/fonts/Pretendard-Medium.woff2') format('woff2'), url('/fonts/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('/fonts/Pretendard-Regular.woff2') format('woff2'), url('/fonts/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('/fonts/Pretendard-Light.woff2') format('woff2'), url('/fonts/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('/fonts/Pretendard-ExtraLight.woff2') format('woff2'), url('/fonts/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('/fonts/Pretendard-Thin.woff2') format('woff2'), url('/fonts/Pretendard-Thin.woff') format('woff');
}




.fntW100	{font-weight: 100;}
.fntW200	{font-weight: 200;}
.fntW300	{font-weight: 300;}
.fntW400	{font-weight: 400;}
.fntW500	{font-weight: 500;}
.fntW600	{font-weight: 600;}
.fntW700	{font-weight: 700;}
.fntW800	{font-weight: 800;}
.fntW900	{font-weight: 900;}

.fnt11		{font-size:11px !important;}
.fnt12		{font-size:12px; !important;}
.fnt13		{font-size:13px; !important;}
.fnt14		{font-size:14px; !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;}
.fnt25		{font-size:25px; !important;}
.fnt30		{font-size:30px; !important;}
.fnt35		{font-size:35px; !important;}
.fnt40		{font-size:40px; !important;}


.fntb		{font-weight:bold !important;}
.fntn		{font-weight:normal !important;}
.fntn11		{font-size:11px !important; font-weight:normal !important;}
.fnt333		{color:#333 !important;}
.fnt555		{color:#555 !important;}
.fnt777		{color:#777 !important;}
.fnt999		{color:#999 !important;}
.fntAAA		{color:#AAA !important;}
.fntBBB		{color:#BBB !important;}
.fntCCC		{color:#CCC !important;}
.fntDDD		{color:#DDD !important;}
.fntEa		{color:#eaeaea !important;}
.fntWhite	{color:#FFFFFF !important;}
.fntRed		{color:#FF0000 !important;}
.fntDRed	{color:#BD2024 !important;}
.fntGreen	{color:#009966 !important;}
.fntBlue	{color:#0000FF !important;}
.fntOrange	{color:#ff6633 !important;}
.fntPurple	{color:#9966ff !important;}
.fntSky		{color:#00ccff !important;}
.fntYellow	{color:#ffff00 !important;}
.fntBrown	{color:#993300 !important;}
.fntBlack	{color:#000 !important;}

.lh120 {line-height:120%;}
.lh130 {line-height:130%;}
.lh140 {line-height:140%;}
.lh150 {line-height:150%;}
.lh160 {line-height:160%;}
.lh170 {line-height:170%;}
.lh180 {line-height:180%;}
.lh190 {line-height:190%;}
.lh200 {line-height:200%;}
