/*
--------------------------------------------------------------------------------
°øÅëºÎºÐ
--------------------------------------------------------------------------------
*/

/*width*/
.w100 {width:100%;}
.w90 {width:90%;}
.w80 {width:80%;}
.w70 {width:70%;}
.w60 {width:60%;}
.w50 {width:50%;}
.w40 {width:40%;}
.w30 {width:30%;}
.w20 {width:20%;}
.w10 {width:10%;}

/*padding*/
.pdd50 {padding:50 !important;}
.pdd40 {padding:40 !important;}
.pdd30 {padding:30 !important;}
.pdd20 {padding:20 !important;}
.pdd10 {padding:10 !important;}

/*font*/
.fv {font-family:verdana;}
.ft {font-family:tahoma;}
.fd {font-family:µ¸¿ò,verdana;}
.fb {font-family:¹ÙÅÁ,verdana;}
.fn {font-family:NanumGothic,verdana;}
.fg {font-family:'Malgun Gothic',verdana;}

/*font deco*/
.bold {font-weight: bold}

/*font-size*/
.f8 {font-size:8pt;}
.f9 {font-size:9pt;}
.f10 {font-size:10pt;}
.f11 {font-size:11pt;}
.f12 {font-size:12pt;}
.f13 {font-size:13pt;}
.f14 {font-size:14pt;}

/*letter-spacing*/
.ls1 {letter-spacing:-1px;}

/*align*/
.left {text-align:left !important;}
.center {text-align:center !important;}
.right {text-align:right !important;}
.just {text-align:justify !important;}


/*line height*/
.lh110 {line-height:110%}
.lh120 {line-height:120%}
.lh140 {line-height:140%}
.lh160 {line-height:160%}
.lh180 {line-height:180%}

/*color*/
.gray {color:gray !important;}
.grayl {color:#ccc !important;}
.blue {color:#666699 !important;}
.orange {color:#FF6633 !important;}
.green {color:#00CC00 !important;}

/*cursor*/
.hand {cursor:pointer;}

/*border*/
.border0 {border:0 !important}

/*ÀÔ·ÂÄÁÆ®·Ñ ime-mode*/
.kor{ime-mode:active;}
.eng{ime-mode:inactive;}
.eng_only{ime-mode:disabled;}
.top{vertical-align:top}
.middle{vertical-align:middle}
.bottom{vertical-align:bottom}


