/*
	기본css ex) 버튼, 색상, table ..
	
*/


/* float 초기화 */
.clbx:after {clear:both;display:block;height:0;content:'';}

/* 정렬 align */
.ali_l	{text-align:left !important;}
.ali_c	{text-align:center !important;}
.ali_r	{text-align:right !important;}

/* 사이즈 */
.wid_auto	{width:auto !important;}
.wid_10p	{width:10% !important;}
.wid_15p	{width:15% !important;}
.wid_20p	{width:20% !important;}
.wid_25p	{width:25% !important;}
.wid_30p	{width:30% !important;}
.wid_35p	{width:35% !important;}
.wid_40p	{width:40% !important;}
.wid_45p	{width:45% !important;}
.wid_50p	{width:50% !important;}
.wid_55p	{width:55% !important;}
.wid_60p	{width:60% !important;}
.wid_65p	{width:65% !important;}
.wid_70p	{width:70% !important;}
.wid_75p	{width:75% !important;}
.wid_80p	{width:80% !important;}
.wid_81p	{width:81% !important;}
.wid_82p	{width:82% !important;}
.wid_83p	{width:83% !important;}
.wid_84p	{width:84% !important;}
.wid_85p	{width:85% !important;}
.wid_86p	{width:86% !important;}
.wid_87p	{width:87% !important;}
.wid_88p	{width:88% !important;}
.wid_89p	{width:89% !important;}
.wid_90p	{width:90% !important;}
.wid_91p	{width:91% !important;}
.wid_92p	{width:92% !important;}
.wid_93p	{width:93% !important;}
.wid_94p	{width:94% !important;}
.wid_95p	{width:95% !important;}
.wid_96p	{width:96% !important;}
.wid_97p	{width:97% !important;}
.wid_98p	{width:98% !important;}
.wid_99p	{width:99% !important;}
.wid_100p	{width:100% !important;}

.wid_80px	{width:80px !important;}
.wid_90px	{width:90px !important;}
.wid_100px	{width:100px !important;}

/* 폰트색상 */
.fc_white1 {color:#fff !important;}
.fc_green1 {color:#008486 !important;}
.fc_green2 {color:#227b39 !important;}
.fc_pink1 {color:#f48385 !important;}
.fc_pink2 {color:#e22450 !important;}
.fc_orange1 {color:#ff7200 !important;}
.fc_orange2 {color:#f38b04 !important;}
.fc_blue1 {color:blue !important;}
.fc_blue2 {color:#3b8bd5 !important;}
.fc_blue3 {color:#2264ff !important;}
.fc_red1 {color:red !important;}
.fc_red3 {color:#d23b42 !important;}
.fc_black1 {color:#000 !important;}
.fc_black2 {color:#003300 !important;}
.fc_gray1 {color:#888 !important;}
.fc_gray2 {color:#999 !important;}
.fc_gray3 {color:#777 !important;}
.fc_gray4 {color:#666 !important;}
.fc_lgray1 {color:#a5a4a4 !important;}
.fc_lgray2 {color:#adadad !important;}
.fc_lgray3 {color:#c3c3c3 !important;}
.fc_violet1 {color:#7739fc !important;}

/* 배경색상 */
.bg_pink1 {background-color:#fdf3f2 !important;}
.bg_blue1 {background-color:#3b89c7 !important;}
.bg_gray1 {background-color:#aaaaaa !important;}

/* 폰트크기 */
.fontsize_0dot90 {font-size:0.90em !important;}
.fontsize_0dot95 {font-size:0.95em !important;}
.fontsize_1dot00 {font-size:1.00em !important;}
.fontsize_1dot05 {font-size:1.05em !important;}
.fontsize_1dot10 {font-size:1.10em !important;}
.fontsize_1dot15 {font-size:1.15em !important;}
.fontsize_1dot20 {font-size:1.20em !important;}
.fontsize_1dot25 {font-size:1.25em !important;}
.fontsize_1dot30 {font-size:1.30em !important;}
.fontsize_1dot35 {font-size:1.35em !important;}
.fontsize_1dot40 {font-size:1.40em !important;}
.fontsize_1dot45 {font-size:1.45em !important;}
.fontsize_1dot50 {font-size:1.50em !important;}
.fontsize_1dot55 {font-size:1.55em !important;}
.fontsize_1dot60 {font-size:1.60em !important;}
.fontsize_1dot65 {font-size:1.65em !important;}
.fontsize_1dot70 {font-size:1.70em !important;}
.fontsize_1dot75 {font-size:1.75em !important;}
.fontsize_1dot80 {font-size:1.80em !important;}
.fontsize_1dot85 {font-size:1.85em !important;}
.fontsize_1dot90 {font-size:1.90em !important;}
.fontsize_1dot95 {font-size:1.95em !important;}
.fontsize_2dot00 {font-size:2.00em !important;}

/* 엔터간격line-height */
.lineheight_1dot0 {line-height:1.0 !important;}
.lineheight_1dot1 {line-height:1.1 !important;}
.lineheight_1dot2 {line-height:1.2 !important;}
.lineheight_1dot3 {line-height:1.3 !important;}
.lineheight_1dot4 {line-height:1.4 !important;}
.lineheight_1dot5 {line-height:1.5 !important;}
.lineheight_1dot6 {line-height:1.6 !important;}
.lineheight_1dot7 {line-height:1.7 !important;}
.lineheight_1dot8 {line-height:1.8 !important;}
.lineheight_1dot9 {line-height:1.9 !important;}
.lineheight_2dot0 {line-height:2.0 !important;}

/* 패딩 */
.padding_left_0dot5 {padding-left:0.5em !important;}
.padding_left_1dot0 {padding-left:1.0em !important;}
.padding_left_1dot5 {padding-left:1.5em !important;}
.padding_left_2dot0 {padding-left:2.0em !important;}
.padding_left_2dot5 {padding-left:2.5em !important;}
.padding_left_3dot0 {padding-left:3.0em !important;}

/* 마진 */
.margin_top_0dot5 {margin-top:0.5em !important;}
.margin_top_1dot0 {margin-top:1.0em !important;}
.margin_top_1dot5 {margin-top:1.5em !important;}
.margin_top_2dot0 {margin-top:2.0em !important;}
.margin_top_2dot5 {margin-top:2.5em !important;}
.margin_top_3dot0 {margin-top:3.0em !important;}

/* 마진 */
.margin_0 {margin:0 !important;}
.margin_l0 {margin-left:0 !important;}
.margin_l1 {margin-left:1px !important;}
.margin_l2 {margin-left:2px !important;}
.margin_l3 {margin-left:3px !important;}
.margin_l4 {margin-left:4px !important;}
.margin_l5 {margin-left:5px !important;}
.margin_l10 {margin-left:10px !important;}
.margin_l15 {margin-left:15px !important;}
.margin_l20 {margin-left:20px !important;}
.margin_l25 {margin-left:25px !important;}
.margin_l30 {margin-left:30px !important;}
.margin_l35 {margin-left:35px !important;}
.margin_l40 {margin-left:40px !important;}
.margin_r0 {margin-right:0 !important;}
.margin_r1 {margin-right:1px !important;}
.margin_r2 {margin-right:2px !important;}
.margin_r3 {margin-right:3px !important;}
.margin_r4 {margin-right:4px !important;}
.margin_r5 {margin-right:5px !important;}
.margin_r10 {margin-right:10px !important;}
.margin_r15 {margin-right:15px !important;}
.margin_r20 {margin-right:20px !important;}
.margin_r25 {margin-right:25px !important;}
.margin_r30 {margin-right:30px !important;}
.margin_r35 {margin-right:35px !important;}
.margin_r40 {margin-right:40px !important;}
.margin_t0 {margin-top:0 !important;}
.margin_t1 {margin-top:1px !important;}
.margin_t2 {margin-top:2px !important;}
.margin_t3 {margin-top:3px !important;}
.margin_t4 {margin-top:4px !important;}
.margin_t5 {margin-top:5px !important;}
.margin_t10 {margin-top:10px !important;}
.margin_t15 {margin-top:15px !important;}
.margin_t20 {margin-top:20px !important;}
.margin_t25 {margin-top:25px !important;}
.margin_t30 {margin-top:30px !important;}
.margin_t35 {margin-top:35px !important;}
.margin_t40 {margin-top:40px !important;}
.margin_b0 {margin-bottom:0 !important;}
.margin_b1 {margin-bottom:1px !important;}
.margin_b2 {margin-bottom:2px !important;}
.margin_b3 {margin-bottom:3px !important;}
.margin_b4 {margin-bottom:4px !important;}
.margin_b5 {margin-bottom:5px !important;}
.margin_b10 {margin-bottom:10px !important;}
.margin_b15 {margin-bottom:15px !important;}
.margin_b20 {margin-bottom:20px !important;}
.margin_b25 {margin-bottom:25px !important;}
.margin_b30 {margin-bottom:30px !important;}
.margin_b35 {margin-bottom:35px !important;}
.margin_b40 {margin-bottom:40px !important;}

/* 테이블 */
.utbl_l1a {width:100%;border-top:1px solid #3b89c9;}
.utbl_l1a th {border-bottom:1px solid #ddd;padding:1em 0.5em;font-weight:300;line-height:1.6;background:#f5f5f5;}
.utbl_l1a th ~ th {border-left:1px solid #ddd;}
.utbl_l1a td {border-bottom:1px solid #ddd;padding:1em 0.5em;line-height:1.6;text-align:center;}
.utbl_l1a td ~ td {border-left:1px solid #ddd;}
.utbl_l1a th.bdr_l1,
.utbl_l1a td.bdr_l1 {border-left:1px solid #ddd;}
.utbl_l1a th.bdr_r1,
.utbl_l1a td.bdr_r1 {border-right:1px solid #ddd;}

.utbl_l2a {width:100%;border-top:1px solid #3b89c9;}
.utbl_l2a th {border-bottom:1px solid #ddd;padding:1em 0.5em;font-weight:300;line-height:1.6;background:#edf4fa;}
.utbl_l2a th ~ th {border-left:1px solid #ddd;}
.utbl_l2a td {border-bottom:1px solid #ddd;padding:1em 0.5em;line-height:1.6;text-align:center;}
.utbl_l2a td ~ td {border-left:1px solid #ddd;}
.utbl_l2a th.bdr_l1,
.utbl_l2a td.bdr_l1 {border-left:1px solid #ddd;}
.utbl_l2a th.bdr_r1,
.utbl_l2a td.bdr_r1 {border-right:1px solid #ddd;}

.utbl_bdr_t1a {border-top:2px solid #3b89c9;}

/* 버튼색상 */
.btn_black3		{vertical-align:middle !important;cursor:pointer !important;text-decoration:none !important;border:0 !important;background:#555555 !important;color:#fff !important;}
.btn_blue3		{vertical-align:middle !important;cursor:pointer !important;text-decoration:none !important;border:0 !important;background:#3b89c9 !important;color:#fff !important;}
.btn_red1		{vertical-align:middle !important;cursor:pointer !important;text-decoration:none !important;border:0 !important;background:#f02020 !important;color:#fff !important;}
.btn_gray1		{vertical-align:middle !important;cursor:pointer !important;text-decoration:none !important;border:0 !important;background:#aaaaaa !important;color:#fff !important;}
.btn_white1		{vertical-align:middle !important;cursor:pointer !important;text-decoration:none !important;border:1px solid #ddd !important;background:#fff !important;color:#777 !important;}

/* 버튼사이즈 */
.btn_size_s2	{display:inline-block !important;text-align:center !important;height:26px !important;line-height:24px !important;padding:0 5px !important;font-size:12px !important;}
.btn_size_s3	{display:inline-block !important;text-align:center !important;height:30px !important;line-height:28px !important;padding:0 1em !important;}

.btn_size_m1	{display:inline-block !important;text-align:center !important;height:35px !important;line-height:33px !important;padding:0 1em !important;}
.btn_size_m2	{display:inline-block !important;text-align:center !important;height:40px !important;line-height:38px !important;padding:0 1em !important;}
.btn_size_m3	{display:inline-block !important;text-align:center !important;height:45px !important;line-height:43px !important;padding:0 1em !important;}
.btn_size_m4	{display:inline-block !important;text-align:center !important;height:50px !important;line-height:48px !important;padding:0 1.5em !important;}

/* 버튼라운드 */
.radius_4px	{border-radius:4px !important;}

/* 폼객체 */
.txt_s3 {border:1px solid #ddd;height:30px;padding:0 0.5em;}
.sel_s3 {border:1px solid #ddd;height:30px;}
.fil_s3 {border:1px solid #ddd;height:30px;}
.are_t1 {border:1px solid #ddd;width:100%;height:300px;padding:0.5em;}

/* select박스 */
.selbox_1a {background:#fff url('../images/common/icon_arrow_02_down.png') right 10px center no-repeat;padding-left:10px;-webkit-background-size:12px 6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-text-size-adjust:none;}
.selbox_1a::-ms-expand {display:none;}

/* 페이징 */
.paging_01a {margin-top:10px;text-align:center;}
.paging_01a a {display:inline-block;height:30px;line-height:30px;border:1px solid #ddd;padding:0 10px;margin:2px;cursor:pointer;}
.paging_01a a.on {border:0;background:#999;color:#fff;}

/* 페이징 */
.paging_1a {margin-top:20px;text-align:center;}
.paging_1a a {display:inline-block;height:30px;line-height:30px;border:1px solid #ddd;padding:0 10px;margin:2px;}
.paging_1a a.on {border:0;background:#999;color:#fff;}


/* 공통 */
.hidden{text-indent:-5000px; line-height:1; font-size:0px; position:absolute;  top:-10000px; left:0; }
.b {font-weight:bold !important;}
.nf {font-weight:normal !important;}
.bk{display:block;}
.nbt {border-top:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbl {border-left:none !important;}
.txt_line{text-decoration:underline;}

.w_box {height:18px; border:1px solid #c0c0c0; vertical-align:middle !important; line-height:18px; padding:0px 1px;}
.i_box{height:19px;border:1px solid #dcdcdc;}
.i_box01{height:19px;border-top:1px solid #dcdcdc;border-right:none;border-bottom:1px solid #dcdcdc;border-left:1px solid #dcdcdc;}
/* font color */
.f_red {color:#f00 !important}
.f_green{color:#527106 !important}
.f_sky {color:#3439ff !important}
.f_orange {color:#d55315 !important}
.f_black {color:#494949 !important}
.f_blue {color:#0076a3 !important}

.bg_none {background:none !important}

/*정렬클래스*/
.of {overflow:hidden !important;}
.fl {float:left !important;}
.fr {float:right !important;} 
.cl {clear:both !important;}
.al {text-align:left !important;}
.ar {text-align:right !important;}
.ac {text-align:center !important;}
.at {vertical-align:top !important;}
.am {vertical-align:middle !important;}
.ab {vertical-align:bottom !important;}


/*마진,패딩 클래스*/
.mt0 {margin-top:0 !important;}
.mt03{margin-top:3px !important;}
.mt05{margin-top:5px !important;}
.mt07{margin-top:7px !important;}
.mt10{margin-top:10px !important;}
.mt13{margin-top:13px !important;}
.mt15{margin-top:15px !important;}
.mt18{margin-top:18px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt28{margin-top:28px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mt90{margin-top:90px !important;}
.mt100{margin-top:100px !important;}
.mt200{margin-top:200px !important;}

.mb0{margin-bottom:0px !important;}
.mb02{margin-bottom:2px !important;}
.mb05{margin-bottom:5px !important;}
.mb07{margin-bottom:7px !important;}
.mb10{margin-bottom:10px !important;}
.mb14{margin-bottom:14px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}


.ml0 {margin-left:0 !important;}
.ml02{margin-left:2px !important;}
.ml05{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml11{margin-left:11px !important;}
.ml12{margin-left:12px !important;}
.ml15{margin-left:15px !important;}
.ml17{margin-left:17px !important;}
.ml20{margin-left:20px !important;}
.ml23{margin-left:23px !important;}
.ml24{margin-left:24px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}
.ml36{margin-left:36px !important;}
.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.ml70{margin-left:70px !important;}
.ml72{margin-left:72px !important;}
.ml80{margin-left:80px !important;}
.ml90{margin-left:90px !important;}
.ml100{margin-left:100px !important;}
.ml125{margin-left:125px !important;}
.ml140{margin-left:140px !important;}
.ml195{margin-left:195px !important;}
.ml250{margin-left:250px !important;}
.ml350{margin-left:350px !important;}
.ml420{margin-left:420px !important;}
.ml440{margin-left:440px !important;}

.mr0 {margin-right:0 !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}
.mr50{margin-right:50px !important;}
.mr60{margin-right:60px !important;}
.mr70{margin-right:70px !important;}
.mr80{margin-right:80px !important;}
.mr90{margin-right:90px !important;}
.mr100{margin-right:100px !important;}

.pt0 {padding-top:0 !important;}
.pt03{padding-top:3px !important;}
.pt05{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}
.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}
.pt50{padding-top:50px !important;}

.pb0 {padding-bottom:0 !important;}
.pb01 {padding-bottom:1px !important;}
.pb02 {padding-bottom:2px !important;}
.pb05{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}
.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}
.pb50{padding-bottom:50px !important;}

.pl0 {padding-left:0 !important;}
.pl05 {padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}
.pl40{padding-left:40px !important;}
.pl45{padding-left:45px !important;}
.pl50{padding-left:50px !important;}
.pl60{padding-left:60px !important;}
.pl75{padding-left:75px !important;}
.pl59{padding-left:59px !important;}

.pr0 {padding-right:0 !important;}
.pr05 {padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}
.pr40{padding-right:40px !important;}
.pr45{padding-right:45px !important;}
.pr50{padding-right:50px !important;}

/* font color */
.f_red {color:#e12424 !important;line-height: 1.5;}
.f_green{color:#527106 !important}
.f_sky {color:#3439ff !important}
.f_sky02 {color:#0092ef !important}
.f_blue {color:#2400ff !important}
.fb_blue {color:#2400ff !important; font-weight:bold !important;}
.f_orange {color:#d55315 !important}
.f_orange02 {color:#ff7200 !important}
.f_black {color:#494949 !important}
.f_pink{color:#e04e52 !important}
.f_purple{color:#b400ef !important}
.f_yellow{color:#f79646 !important}

.w_70 {width:70%}
.w_495 {width:495px}
.inputw_100{width:100px;}
.inputw_130{width:150px;}
.inputw_140{width:150px;}
.inputw_150{width:150px;}
.inputw_50{width:50px;}

.float_r{float:right;}
.float_l{float:left;}
.b_both{clear: both;}
.hid_box{overflow: hidden;}
.hbox_60{height: 60px;}



/*월명동사이트 추가부분*/
.hidden{display:none}
.clear:after{display:block; content:""; clear:both; height:0}
.group:after{display:block; content:""; clear:both; height:0}
.bor_none { border:none !important;}
.bor_b_none{border-bottom: none !important;}
.bor_t_none{border-top: none !important;}
.bor_l_none{border-left: none !important;}
.bor_r_none{border-right: none !important;}
.bg_none { background:none !important;}
.hidden {display:none;}
.font_b{font-weight:500;}
.f_l{float:left}
.f_r{float:right}
.dp_ib {display:inline-block;}
.dp_b {display:block;}
.ls-01 {letter-spacing: -0.1em;}
 .align_center {text-align:center !important;}
.align_left {text-align:left !important;}
.align_right {text-align:right !important;}
 .mal0 {margin-left:0 !important;}
.mal5 {margin-left:5px !important;}
.mal10 {margin-left:10px !important;}
.mal15 {margin-left:15px !important;}
.mal20 {margin-left:20px !important;}
.mal25 {margin-left:25px !important;}
.mal30 {margin-left:30px !important;}
.mal35 {margin-left:35px !important;}
.mal40 {margin-left:40px !important;}
.mal45 {margin-left:45px !important;}
.mal50 {margin-left:50px !important;}
.mal55 {margin-left:55px !important;}
.mal60 {margin-left:60px !important;}
.mal65 {margin-left:65px !important;}
.mal70 {margin-left:70px !important;}
.mal75 {margin-left:75px !important;}
.mal80 {margin-left:80px !important;}
.mal85 {margin-left:85px !important;}
.mal90 {margin-left:90px !important;}
.mal95 {margin-left:95px !important;}
.mal100 {margin-left:100px !important;}
.mal120 {margin-left:120px !important;}
.mal130 {margin-left:130px !important;}
.mal140 {margin-left:140px !important;}
.mal150 {margin-left:150px !important;}
.mal-5 {margin-left:-5px !important;}
.mal-10 {margin-left:-10px !important;}
.mal-15 {margin-left:-15px !important;}
.mal-20 {margin-left:-20px !important;}
.mal-25 {margin-left:-25px !important;}
.mal-30 {margin-left:-30px !important;}
.mal-35 {margin-left:-35px !important;}
.mal-40 {margin-left:-40px !important;}
.mal-45 {margin-left:-45px !important;}
.mal-50 {margin-left:-50px !important;}
.mar0 {margin-right:0 !important;}
.mar5 {margin-right:5px !important;}
.mar10 {margin-right:10px !important;}
.mar15 {margin-right:15px !important;}
.mar20 {margin-right:20px !important;}
.mar25 {margin-right:25px !important;}
.mar30 {margin-right:30px !important;}
.mar35 {margin-right:35px !important;}
.mar40 {margin-right:40px !important;}
.mar45 {margin-right:45px !important;}
.mar50 {margin-right:50px !important;}
.mar55 {margin-right:55px !important;}
.mar60 {margin-right:60px !important;}
.mar65 {margin-right:65px !important;}
.mar70 {margin-right:70px !important;}
.mar75 {margin-right:75px !important;}
.mar80 {margin-right:80px !important;}
.mar85 {margin-right:85px !important;}
.mar90 {margin-right:90px !important;}
.mar95 {margin-right:95px !important;}
.mar100 {margin-right:100px !important;}
.mar120 {margin-right:120px !important;}
.mar130 {margin-right:130px !important;}
.mar140 {margin-right:140px !important;}
.mar150 {margin-right:150px !important;}
.mab0 {margin-bottom:0 !important;}
.mab5 {margin-bottom:5px !important;}
.mab10 {margin-bottom:10px !important;}
.mab15 {margin-bottom:15px !important;}
.mab20 {margin-bottom:20px !important;}
.mab25 {margin-bottom:25px !important;}
.mab30 {margin-bottom:30px !important;}
.mab35 {margin-bottom:35px !important;}
.mab40 {margin-bottom:40px !important;}
.mab45 {margin-bottom:45px !important;}
.mab50 {margin-bottom:50px !important;}
.mab55 {margin-bottom:55px !important;}
.mab60 {margin-bottom:60px !important;}
.mab65 {margin-bottom:65px !important;}
.mab70 {margin-bottom:70px !important;}
.mab75 {margin-bottom:75px !important;}
.mab80 {margin-bottom:80px !important;}
.mab85 {margin-bottom:85px !important;}
.mab90 {margin-bottom:90px !important;}
.mab95 {margin-bottom:95px !important;}
.ma0 {margin:0 !important;}
.ma5 {margin:5px !important;}
.ma10 {margin:10px !important;}
.ma15 {margin:15px !important;}
.ma20 {margin:20px !important;}
.ma25 {margin:25px !important;}
.ma30 {margin:30px !important;}
.ma35 {margin:35px !important;}
.ma40 {margin:40px !important;}
.ma45 {margin:45px !important;}
.ma50 {margin:50px !important;}
.mat0 {margin-top:0 !important;}
.mat3 {margin-top:3px !important;}
.mat5 {margin-top:5px !important;}
.mat10 {margin-top:10px !important;}
.mat12 {margin-top:12px !important;}
.mat15 {margin-top:15px !important;}
.mat20 {margin-top:20px !important;}
.mat25 {margin-top:25px !important;}
.mat30 {margin-top:30px !important;}
.mat35 {margin-top:35px !important;}
.mat40 {margin-top:40px !important;}
.mat45 {margin-top:45px !important;}
.mat50 {margin-top:50px !important;}
.mat55 {margin-top:55px !important;}
.mat60 {margin-top:60px !important;}
.mat65 {margin-top:65px !important;}
.mat70 {margin-top:70px !important;}
.mat75 {margin-top:75px !important;}
.mat80 {margin-top:80px !important;}
.mat85 {margin-top:85px !important;}
.mat90 {margin-top:90px !important;}
.mat95 {margin-top:95px !important;}
.mat100 {margin-top:100px !important;}
.mat110 {margin-top:110px !important;}
.mat120 {margin-top:120px !important;}
.mat130 {margin-top:130px !important;}
.mat140 {margin-top:140px !important;}
.mat150 {margin-top:150px !important;}
.mat200 {margin-top:200px !important;}
.mat-5 {margin-top:-5px !important;}
.mat-10 {margin-top:-10px !important;}
.mat-15 {margin-top:-15px !important;}
.mat-20 {margin-top:-20px !important;}
.mat-25 {margin-top:-25px !important;}
.mat-30 {margin-top:-30px !important;}
.mat-35 {margin-top:-35px !important;}
.mat-40 {margin-top:-40px !important;}
.mat-45 {margin-top:-45px !important;}
.mat-50 {margin-top:-50px !important;}
.pal0 {padding-left:0px !important;}
.pal5 {padding-left:5px !important;}
.pal10 {padding-left:10px !important;}
.pal15 {padding-left:15px !important;}
.pal20 {padding-left:20px !important;}
.pal25 {padding-left:25px !important;}
.pal30 {padding-left:30px !important;}
.pal35 {padding-left:35px !important;}
.pal40 {padding-left:40px !important;}
.pal45 {padding-left:45px !important;}
.pal50 {padding-left:50px !important;}
.pal55 {padding-left:55px !important;}
.pal60 {padding-left:60px !important;}
.pal65 {padding-left:65px !important;}
.pal70 {padding-left:70px !important;}
.pal75 {padding-left:75px !important;}
.pal80 {padding-left:80px !important;}
.pal85 {padding-left:85px !important;}
.pal90 {padding-left:90px !important;}
.par0 {padding-right:0 !important;}
.par5 {padding-right:5px !important;}
.par10 {padding-right:10px !important;}
.par15 {padding-right:15px !important;}
.par20 {padding-right:20px !important;}
.par25 {padding-right:25px !important;}
.par30 {padding-right:30px !important;}
.par35 {padding-right:35px !important;}
.par40 {padding-right:40px !important;}
.pat0 {padding-top:0px !important;}
.pat5 {padding-top:5px !important;}
.pat10 {padding-top:10px !important;}
.pat15 {padding-top:15px !important;}
.pat20 {padding-top:20px !important;}
.pat25 {padding-top:25px !important;}
.pat30 {padding-top:30px !important;}
.pat35 {padding-top:35px !important;}
.pat40 {padding-top:40px !important;}
.pat45 {padding-top:45px !important;}
.pat50 {padding-top:50px !important;}
.pat60 {padding-top:60px !important;}
.pat70 {padding-top:70px !important;}
.pat80 {padding-top:80px !important;}
.pat90 {padding-top:90px !important;}
.pab0 {padding-bottom:0 !important;}
.pab5 {padding-bottom:5px !important;}
.pab10 {padding-bottom:10px !important;}
.pab15 {padding-bottom:15px !important;}
.pab20 {padding-bottom:20px !important;}
.pab25 {padding-bottom:25px !important;}
.pab30 {padding-bottom:30px !important;}
.pab35 {padding-bottom:35px !important;}
.pab40 {padding-bottom:40px !important;}
.pab50 {padding-bottom:50px !important;}
.pa0{padding:0 !important;}
.pa5{padding:5px !important;}
.pa10{padding:10px !important;}
.pa15{padding:15px !important;}
.pa20{padding:20px !important;}
.pa25{padding:25px !important;}
.pa30{padding:30px !important;}
.pa35{padding:35px !important;}
.pa40{padding:40px !important;}
.pa45{padding:45px !important;}
.pa50{padding:50px !important;}
table th.th_5 { width:5%;}
table th.th_10 { width:10%;}
table th.th_15 { width:15%;}
table th.th_16 { width:16%;}
table th.th_20 { width:20%;}
table th.th_25 { width:25%;}
table th.th_30 { width:30%;}
table th.th_35 { width:35%;}
table th.th_40 { width:40%;}
table th.th_45 { width:45%;}
table th.th_50 { width:50%;}
table th.th_55 { width:55%;}
table th.th_60 { width:60%;}
table th.th_65 { width:65%;}
table th.th_70 { width:70%;}
table th.th_75 { width:75%;}
table th.th_80 { width:80%;}
table td.td_5 { width:5%;}
table td.td_10 { width:10%;}
table td.td_15 { width:15%;}
table td.td_16 { width:16%;}
table td.td_20 { width:20%;}
table td.td_25 { width:25%;}
table td.td_30 { width:30%;}
table td.td_35 { width:35%;}
table td.td_40 { width:40%;}
table td.td_45 { width:45%;}
table td.td_50 { width:50%;}
table td.td_55 { width:55%;}
table td.td_60 { width:60%;}
table td.td_65 { width:65%;}
table td.td_70 { width:70%;}
table td.td_75 { width:75%;}
table td.td_80 { width:80%;}
.w5 {width:5%;}
.w10 { width:10%;}
.w15 { width:15%;}
.w20 { width:20%;}
.w25 { width:25%;}
.w30 { width:30%;}
.w35 { width:35%;}
.w40 { width:40%;}
.w45 { width:45%;}
.w50 { width:50%;}
.w55 { width:55%;}
.w60 { width:60%;}
.w65 { width:65%;}
.w70 { width:70%;}
.w75 { width:75%;}
.w80 { width:80%;}

  /*.fw1{ font-weight:100;}
*/ .fw3{ font-weight:300;}
.fw4{ font-weight:400;}
.fw5{ font-weight:500;}
/*.fw7{ font-weight:700;}
.fw9{ font-weight:900;}
*/ .bold { font-weight:400;}
.fc_0 {color:#000;}