/* ÆùÆ® »çÀÌÁî Á¤ÀÇ aisi */
:root {
	--wtc-white:				#fff;
	--wtc-black:				#000;
	--wtc-gray:					#282b2d;
	--wtc-gray1:				#626262;
	--wtc-gray2:				#757575;
	--wtc-gray3:				#939393;
	--wtc-gray4:				#b7b7b7;
	--wtc-gray5:				#d6d5d5;
	--wtc-gray6:				#ededed;

	--wtc-default-color:		#6f6f6f; 
	--wtc-main-color:			#6f6f6f;
	--wtc-sub-color:			#6f6f6f;
	--wtc-point-color:			#6f6f6f;

	--wtc-color1:				#6f6f6f;
	--wtc-color2:				#6f6f6f;
	--wtc-color3:				#6f6f6f;
	--wtc-color4:				#6f6f6f;
	--wtc-color5:				#6f6f6f;
	--wtc-color6:				#6f6f6f;
	--wtc-color7:				#6f6f6f;
	--wtc-color8:				#6f6f6f;
	--wtc-color9:				#6f6f6f;
	--wtc-color10:				#6f6f6f;

	--wfs-h1:					48px;
	--wfs-h2:					36px;
	--wfs-h3:					32px;
	--wfs-h4:					28px;
	--wfs-h5:					24px;
	--wfs-h6:					22px;
	--wfs-h7:					20px;
	--wfs-h8:					18px;
	--wfs-h9:					16px;
	--wfs-h10:					14px;
}

/* ±ÛÀÚ»ö */
.wtc-white {color: var(--wtc-white);}
.wtc-black {color: var(--wtc-black);}
.wtc-gray {color: var(--wtc-gray);}
.wtc-gray1 {color: var(--wtc-gray1);}
.wtc-gray2 {color: var(--wtc-gray2);}
.wtc-gray3 {color: var(--wtc-gray3);}
.wtc-gray4 {color: var(--wtc-gray4);}
.wtc-gray5 {color: var(--wtc-gray5);}
.wtc-gray6 {color: var(--wtc-gray6);}

.wtc-default-color {color: var(--wtc-default-color); }
.wtc-main-color {color: var(--wtc-main-color); }
.wtc-sub-color {color: var(--wtc-sub-color); }
.wtc-point-color {color: var(--wtc-point-color); }

.wtc-color1 {color: var(--wtc-color1); }
.wtc-color2 {color: var(--wtc-color2); }
.wtc-color3 {color: var(--wtc-color3); }
.wtc-color4 {color: var(--wtc-color4); }
.wtc-color5 {color: var(--wtc-color5); }
.wtc-color6 {color: var(--wtc-color6); }
.wtc-color7 {color: var(--wtc-color7); }
.wtc-color8 {color: var(--wtc-color8); }
.wtc-color9 {color: var(--wtc-color9); }
.wtc-color10 {color: var(--wtc-color10); }

/* H±ÛÀÚ»çÀÌÁî */
.wfs-h1{font-size: var(--wfs-h1); }
.wfs-h2{font-size: var(--wfs-h2); }
.wfs-h3{font-size: var(--wfs-h3); }
.wfs-h4{font-size: var(--wfs-h4); }
.wfs-h5{font-size: var(--wfs-h5); }
.wfs-h6{font-size: var(--wfs-h6); }
.wfs-h7{font-size: var(--wfs-h7); }
.wfs-h8{font-size: var(--wfs-h8); }
.wfs-h9{font-size: var(--wfs-h9); }
.wfs-h10{font-size: var(--wfs-h10); }

/* ±ÛÀÚ»çÀÌÁî */
.wfs-05{font-size:0.5rem;}
.wfs-06{font-size:0.6rem;}
.wfs-07{font-size:0.7rem;}
.wfs-08{font-size:0.8rem;}
.wfs-09{font-size:0.9rem;}
.wfs-10{font-size:1.0rem;}
.wfs-11{font-size:1.1rem;}
.wfs-12{font-size:1.2rem;}
.wfs-13{font-size:1.3rem;}
.wfs-14{font-size:1.4rem;}
.wfs-15{font-size:1.5rem;}
.wfs-16{font-size:1.6rem;}
.wfs-17{font-size:1.7rem;}
.wfs-18{font-size:1.8rem;}
.wfs-19{font-size:1.9rem;}
.wfs-20{font-size:2.0rem;}
.wfs-21{font-size:2.1rem;}
.wfs-22{font-size:2.2rem;}
.wfs-23{font-size:2.3rem;}
.wfs-24{font-size:2.4rem;}
.wfs-25{font-size:2.5rem;}
.wfs-26{font-size:2.6rem;}
.wfs-27{font-size:2.7rem;}
.wfs-28{font-size:2.8rem;}
.wfs-29{font-size:2.9rem;}
.wfs-30{font-size:3.0rem;}
.wfs-31{font-size:3.1rem;}
.wfs-32{font-size:3.2rem;}
.wfs-33{font-size:3.3rem;}
.wfs-34{font-size:3.4rem;}
.wfs-35{font-size:3.5rem;}
.wfs-36{font-size:3.6rem;}
.wfs-37{font-size:3.7rem;}
.wfs-38{font-size:3.8rem;}
.wfs-39{font-size:3.9rem;}
.wfs-40{font-size:4.0rem;}
.wfs-42{font-size:4.2rem;}
.wfs-44{font-size:4.4rem;}
.wfs-46{font-size:4.6rem;}
.wfs-48{font-size:4.8rem;}
.wfs-50{font-size:5.0rem;}
.wfs-55{font-size:5.5rem;}
.wfs-60{font-size:6.0rem;}
.wfs-65{font-size:6.5rem;}
.wfs-70{font-size:7.0rem;}
.wfs-75{font-size:7.5rem;}
.wfs-80{font-size:8.0rem;}
.wfs-85{font-size:8.5rem;}
.wfs-90{font-size:9.0rem;}
.wfs-95{font-size:9.5rem;}
.wfs-100{font-size:10.0rem;}
.wfs-105{font-size:10.5rem;}
.wfs-110{font-size:11.0rem;}
.wfs-115{font-size:11.5rem;}
.wfs-120{font-size:12.0rem;}
.wfs-125{font-size:12.5rem;}
.wfs-130{font-size:13.0rem;}
.wfs-135{font-size:13.5rem;}
.wfs-140{font-size:14.0rem;}
.wfs-145{font-size:14.5rem;}
.wfs-150{font-size:15.0rem;}
.wfs-155{font-size:15.5rem;}

/* ±ÛÀÚµÎ²² */
.wfw-1 {font-weight:100;}
.wfw-2 {font-weight:200;}
.wfw-3 {font-weight:300;}
.wfw-4 {font-weight:400;}
.wfw-5 {font-weight:500;}
.wfw-6 {font-weight:600;}
.wfw-7 {font-weight:700;}
.wfw-8 {font-weight:800;}
.wfw-9 {font-weight:900;}

/* ¶óÀÎ³ôÀÌ */
.whe-0 {line-height:normal;}
.whe-2 {line-height:2px;}
.whe-4 {line-height:4px;}
.whe-6 {line-height:6px;}
.whe-8 {line-height:8px;}
.whe-10 {line-height:10px;}
.whe-12 {line-height:12px;}
.whe-14 {line-height:14px;}
.whe-16 {line-height:16px;}
.whe-18 {line-height:18px;}
.whe-20 {line-height:20px;}
.whe-24 {line-height:24px;}
.whe-22 {line-height:22px;}
.whe-26 {line-height:26px;}
.whe-28 {line-height:28px;}
.whe-30 {line-height:30px;}
.whe-32 {line-height:32px;}
.whe-34 {line-height:34px;}
.whe-36 {line-height:36px;}
.whe-38 {line-height:38px;}
.whe-40 {line-height:40px;}
.whe-42 {line-height:42px;}
.whe-44 {line-height:44px;}
.whe-46 {line-height:46px;}
.whe-48 {line-height:48px;}
.whe-50 {line-height:50px;}
.whe-55 {line-height:55px;}
.whe-60 {line-height:60px;}
.whe-65 {line-height:65px;}
.whe-70 {line-height:70px;}
.whe-75 {line-height:75px;}
.whe-80 {line-height:80px;}
.whe-85 {line-height:85px;}
.whe-90 {line-height:90px;}
.whe-95 {line-height:95px;}
.whe-100 {line-height:100px;}
.whe-110 {line-height:110px;}
.whe-120 {line-height:120px;}

/* ±ÛÀÚ°£°Ý */
.wsp-0 {letter-spacing:0px;}
.wsp-1 {letter-spacing:1px;}
.wsp-2 {letter-spacing:2px;}
.wsp-3 {letter-spacing:3px;}
.wsp-4 {letter-spacing:4px;}
.wsp-5 {letter-spacing:5px;}
.wsp-6 {letter-spacing:6px;}
.wsp-7 {letter-spacing:7px;}
.wsp-8 {letter-spacing:8px;}
.wsp-9 {letter-spacing:9px;}
.wsp-10 {letter-spacing:10px;}
