@charset "utf-8";
.hidden{border:0;clip: rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0px;position:absolute;width:1px;}
.accessbility{position:fixed;left:0;top:0;text-align:center;width:100%;z-index:10001;font-size:15px;background:#454545}
.accessbility a{display:block;height:0;width:0;margin-bottom:-1px;overflow:hidden;text-align:center;color:#fff;white-space:nowrap;color:#fff}
.accessbility a:focus, .accessbility a:active{height:auto;width:auto;padding:7px 0;color:#fff}
/*form*/
input[type=text],input[type=password]{
	 border:1px solid #ddd;
	 height:34px;
	 font-family: 'Noto Sans KR';
	 font-size:14px;
	 color:#555;
	 padding:0 10px;
	 max-width:100%;
}
input::placeholder{color:#999;}
input.readonly, input.disabled,input[type=text]:disabled,input[type=password]:disabled{color:#888 !important;border-color:#ddd;background:#e6e6e6;}
select{
	 border:1px solid #ddd;
	 height:34px;
	 filter:alpha(opacity=0);
	 font-family: 'Noto Sans KR';
	 font-size:14px;
	 -webkit-appearance:button;
	 -webkit-padding-end:30px;
	 -webkit-padding-start:10px;
	 -webkit-user-select:none;
	 background:url('../img/icon_selectBg.gif') right center no-repeat #fff;
	 background-size:22px auto;
	 cursor:pointer;
	 padding:0px 22px 0 10px;
	 -webkit-appearance:none;
	 -moz-appearance:none;
	 -o-appearance:none;
	 appearance:none;
	 color:#555;
	 max-width:100%;
}
select::-ms-expand{display:none;}
select.readonly, select.disabled, select:disabled{color:#9e9d9d !important;border-color:#ddd;background:url('../img/icon_selectBgOff.gif') right center no-repeat #e6e6e6;}
textarea{
	 font-family: 'Noto Sans KR';
	 min-height:120px;
	 resize:none;
	 width:100%;
	 border:1px solid #ddd;
	 color:#555;
	 font-size:14px;
	 padding:7px 10px;
	 max-width:100%;
}
textarea::placeholder{color:#999}
input:focus, select:focus, textarea:focus{border-color:#009591;}

/* radio */
input[type=radio]{display:inline-block;position:absolute;left:-9999px}
input[type=radio]+label{z-index:1;position:relative;display:inline-block;cursor:pointer;line-height: 26px;padding: 4px 6px 4px 26px;margin-right:10px;color:#555}
input[type=radio]+label:before{content:"";display:inline-block;width:20px;height:20px;position:absolute;left:0;top: 8px;background:url('../img/form_radioOff.png') 0px 0px no-repeat;background-size: 20px auto;}
input[type=radio]:checked+label:before{text-align:center;line-height:20px;background:url('../img/form_radioOn.png') 0px 0px no-repeat;background-size: 20px auto;}
input[type=radio]:checked:disabled+label:before{content:"";display:inline-block;width:20px;height:20px;position:absolute;left:0;background:url('../img/form_radioLock.png') 0px 0px no-repeat;}
input[type=radio]:disabled+label:before{text-align:center;line-height:20px;background:url('../img/form_radioLock.png') 0px 0px no-repeat; }
.radio_set input[type=radio]:checked + label{border-color:#2b58cd;}


/*check box*/
input[type=checkbox]{display:inline-block; position:absolute;left:-9999px;}
input[type=checkbox] + label {z-index:1;position:relative;display:inline-block;cursor:pointer;line-height: 26px;padding: 4px 6px 4px 26px;margin-right: 10px;color: #555;}
input[type=checkbox] + label:before {content:"";display:inline-block;width:20px;height:20px;position:absolute;left:0;top:8px;background:url('../img/form_checkOff.png') 0px 0px no-repeat;background-size: 20px auto;}
input[type=checkbox]:checked + label:before {text-align:center;line-height:20px;background:url('../img/form_checkOn.png') 0px 0px no-repeat;background-size: 20px auto;}
input[type=checkbox]:checked:disabled + label:before {text-align:center;line-height:20px;background:url('../img/form_checkLock.png') 0px 0px no-repeat;background-size: 20px auto;}
.btn{
	font-family: 'Noto Sans KR';
	display:inline-block;
	border-width:1px;
	border-style:solid;
	border-color:#d6d6d6;
	color:#333;
	background-color:#fff;
	text-align:center;
	font-size: 16px;
	border-radius:4px;
	cursor:pointer;
	padding: 6px 30px;
}
.btn:hover{text-decoration:underline;}

/* width */
.whauto {width:auto !important;}
/* width % */
.wPc0 {width:0% !important;}
.wPc1 {width:1% !important;}
.wPc2 {width:2% !important;}
.wPc3 {width:3% !important;}
.wPc4 {width:4% !important;}
.wPc5 {width:5% !important;}
.wPc6 {width:6% !important;}
.wPc7 {width:7% !important;}
.wPc8 {width:8% !important;}
.wPc9 {width:9% !important;}
.wPc10 {width:10% !important;}
.wPc11 {width:11% !important;}
.wPc12 {width:12% !important;}
.wPc13 {width:13% !important;}
.wPc14 {width:14% !important;}
.wPc15 {width:15% !important;}
.wPc16 {width:16% !important;}
.wPc17 {width:17% !important;}
.wPc18 {width:18% !important;}
.wPc19 {width:19% !important;}
.wPc20 {width:20% !important;}
.wPc21 {width:21% !important;}
.wPc22 {width:22% !important;}
.wPc23 {width:23% !important;}
.wPc24 {width:24% !important;}
.wPc25 {width:25% !important;}
.wPc26 {width:26% !important;}
.wPc27 {width:27% !important;}
.wPc28 {width:28% !important;}
.wPc29 {width:29% !important;}
.wPc30 {width:30% !important;}
.wPc31 {width:31% !important;}
.wPc32 {width:32% !important;}
.wPc33 {width:33% !important;}
.wPc34 {width:34% !important;}
.wPc35 {width:35% !important;}
.wPc36 {width:36% !important;}
.wPc37 {width:37% !important;}
.wPc38 {width:38% !important;}
.wPc39 {width:39% !important;}
.wPc40 {width:40% !important;}
.wPc41 {width:41% !important;}
.wPc42 {width:42% !important;}
.wPc43 {width:43% !important;}
.wPc44 {width:44% !important;}
.wPc45 {width:45% !important;}
.wPc46 {width:46% !important;}
.wPc47 {width:47% !important;}
.wPc48 {width:48% !important;}
.wPc49 {width:49% !important;}
.wPc50 {width:50% !important;}
.wPc51 {width:51% !important;}
.wPc52 {width:52% !important;}
.wPc53 {width:53% !important;}
.wPc54 {width:54% !important;}
.wPc55 {width:55% !important;}
.wPc56 {width:56% !important;}
.wPc57 {width:57% !important;}
.wPc58 {width:58% !important;}
.wPc59 {width:59% !important;}
.wPc60 {width:60% !important;}
.wPc61 {width:61% !important;}
.wPc62 {width:62% !important;}
.wPc63 {width:63% !important;}
.wPc64 {width:64% !important;}
.wPc65 {width:65% !important;}
.wPc66 {width:66% !important;}
.wPc67 {width:67% !important;}
.wPc68 {width:68% !important;}
.wPc69 {width:69% !important;}
.wPc70 {width:70% !important;}
.wPc71 {width:71% !important;}
.wPc72 {width:72% !important;}
.wPc73 {width:73% !important;}
.wPc74 {width:74% !important;}
.wPc75 {width:75% !important;}
.wPc76 {width:76% !important;}
.wPc77 {width:77% !important;}
.wPc78 {width:78% !important;}
.wPc79 {width:79% !important;}
.wPc80 {width:80% !important;}
.wPc81 {width:81% !important;}
.wPc82 {width:82% !important;}
.wPc83 {width:83% !important;}
.wPc84 {width:84% !important;}
.wPc85 {width:85% !important;}
.wPc86 {width:86% !important;}
.wPc87 {width:87% !important;}
.wPc88 {width:88% !important;}
.wPc89 {width:89% !important;}
.wPc90 {width:90% !important;}
.wPc91 {width:91% !important;}
.wPc92 {width:92% !important;}
.wPc93 {width:93% !important;}
.wPc94 {width:94% !important;}
.wPc95 {width:95% !important;}
.wPc96 {width:96% !important;}
.wPc97 {width:97% !important;}
.wPc98 {width:98% !important;}
.wPc99 {width:99% !important;}
.wPc100 {width:100% !important;}
.wPc150 {width:150% !important;}
.wPc200 {width:200% !important;}
.wPc250 {width:250% !important;}
.wPc300 {width:300% !important;}
/* width px */
.w10 {width:10px !important;}
.w20 {width:20px !important;}
.w30 {width:30px !important;}
.w34 {width:34px !important;}
.w40 {width:40px !important;}
.w50 {width:50px !important;}
.w60 {width:60px !important;}
.w64 {width:64px !important;}
.w70 {width:70px !important;}
.w80 {width:80px !important;}
.w85 {width:85px !important;}
.w90 {width:90px !important;}
.w100 {width:100px !important;}
.w110 {width:110px !important;}
.w120 {width:120px !important;}
.w122 {width:122px !important;}
.w123 {width:123px !important;}
.w124 {width:124px !important;}
.w125 {width:125px !important;}
.w130 {width:130px !important;}
.w140 {width:140px !important;}
.w143 {width:143px !important;}
.w145 {width:145px !important;}
.w148 {width:148px !important;}
.w150 {width:150px !important;}
.w154 {width:154px !important;}
.w160 {width:160px !important;}
.w161 {width:161px !important;}
.w165 {width:165px !important;}
.w170 {width:170px !important;}
.w180 {width:180px !important;}
.w190 {width:190px !important;}
.w200 {width:200px !important;}
.w210 {width:210px !important;}
.w214 {width:214px !important;}
.w220 {width:220px !important;}
.w240 {width:240px !important;}
.w250 {width:250px !important;}
.w256 {width:256px !important;}
.w260 {width:260px !important;}
.w266 {width:266px !important;}
.w272 {width:272px !important;}
.w290 {width:290px !important;}
.w295 {width:295px !important;}
.w296 {width:296px !important;}
.w300 {width:300px !important;}
.w320 {width:320px !important;}
.w340 {width:340px !important;}
.w350 {width:350px !important;}
.w370 {width:370px !important;}
.w380 {width:380px !important;}
.w385 {width:385px !important;}
.w389 {width:389px !important;}
.w390 {width:390px !important;}
.w400 {width:400px !important;}
.w404 {width:404px !important;}
.w420 {width:420px !important;}
.w430 {width:430px !important;}
.w440 {width:440px !important;}
.w448 {width:448px !important;}
.w450 {width:450px !important;}
.w480 {width:480px !important;}
.w700 {width:700px !important;}
.w500 {width:500px !important;}
.w510 {width:510px !important;}
.w520 {width:520px !important;}
.w530 {width:530px !important;}
.w540 {width:540px !important;}
.w560 {width:560px !important;}
.w580 {width:580px !important;}
.w600 {width:600px !important;}
.w625 {width:625px !important;}
.w664 {width:664px !important;}
.w650 {width:650px !important;}
.w700 {width:700px !important;}
.w710 {width:710px !important;}
.w740 {width:740px !important;}
.w748 {width:748px !important;}
.w750 {width:750px !important;}
.w760 {width:760px !important;}
.w800 {width:800px !important;}
.w810 {width:810px !important;}
.w820 {width:820px !important;}
.w830 {width:830px !important;}
.w940 {width:940px !important;}
.w1000 {width:1000px !important;}
.w1200 {width:1200px !important;}
.w100m {width: calc(100% - 100px) !important;}
.w110m {width: calc(100% - 110px) !important;}
.w120m {width: calc(100% - 120px) !important;}
.w130m {width: calc(100% - 130px) !important;}
.w140m {width: calc(100% - 140px) !important;}
.w150m {width: calc(100% - 150px) !important;}
.w160m {width: calc(100% - 160px) !important;}
.w170m {width: calc(100% - 170px) !important;}
.w180m {width: calc(100% - 180px) !important;}
.w190m {width: calc(100% - 190px) !important;}
.w200m {width: calc(100% - 200px) !important;}
.w210m {width: calc(100% - 210px) !important;}
/* min-width */
.minw150 {min-width:150px !important;}
.minw200 {min-width:200px !important;}
.minw210 {min-width:210px !important;}
.minw290 {min-width:290px !important;}
.minw400 {min-width:400px !important;}
.minw500 {min-width:500px !important;}
.minw750 {min-width:750px !important;}
.minw750 {min-width:750px !important;}
.maxw1000 {max-width:1000px !important;}
/* max-width */
.mw100 {max-width:100px !important;}
.mw200 {max-width:200px !important;}
.mw300 {max-width:300px !important;}
.mw350 {max-width:350px !important;}
.mw360 {max-width:360px !important;}
.mw390 {max-width:390px !important;}
.mw400 {max-width:400px !important;}
.mw500 {max-width:500px !important;}
.mw528 {max-width:528px !important;}
.mw600 {max-width:600px !important;}
.mw1000 {max-width:1000px !important;}
.mw1200 {max-width:1200px !important;}
.mwauto {margin:0 auto}
.mhauto {margin:auto 0}

/* height */
.htauto {height:auto !important;}
/* height % */
.hPc10 {height:10% !important;}
.hPc20 {height:20% !important;}
.hPc30 {height:30% !important;}
.hPc40 {height:40% !important;}
.hPc50 {height:50% !important;}
.hPc60 {height:60% !important;}
.hPc70 {height:70% !important;}
.hPc80 {height:80% !important;}
.hPc90 {height:90% !important;}
.hPc100 {height:100% !important;}
/* height px*/
.h10 {height:10px !important;}
.h20 {height:20px !important;}
.h30 {height:30px !important;}
.h40 {height:40px !important;}
.h46 {height:46px !important;}
.h48 {height:48px !important;}
.h50 {height:50px !important;}
.h51 {height:51px !important;}
.h52 {height:52px !important;}
.h53 {height:53px !important;}
.h54 {height:54px !important;}
.h55 {height:55px !important;}
.h56 {height:56px !important;}
.h57 {height:57px !important;}
.h58 {height:58px !important;}
.h59 {height:59px !important;}
.h60 {height:60px !important;}
.h70 {height:70px !important;}
.h80 {height:80px !important;}
.h86 {height:86px !important;}
.h90 {height:90px !important;}
.h100 {height:100px !important;}
.h108 {height:108px !important;}
.h120 {height:120px !important;}
.h125 {height:125px !important;}
.h140 {height:140px !important;}
.h150 {height:150px !important;}
.h160 {height:160px !important;}
.h165 {height:165px !important;}
.h170 {height:170px !important;}
.h180 {height:180px !important;}
.h190 {height:190px !important;}
.h200 {height:200px !important;}
.h210 {height:210px !important;}
.h220 {height:220px !important;}
.h230 {height:230px !important;}
.h240 {height:240px !important;}
.h250 {height:250px !important;}
.h275 {height:275px !important;}
.h280 {height:280px !important;}
.h300 {height:300px !important;}
.h340 {height:340px !important;}
.h350 {height:350px !important;}
.h360 {height:360px !important;}
.h400 {height:400px !important;}
.h420 {height:420px !important;}
.h430 {height:430px !important;}
.h450 {height:450px !important;}
.h480 {height:480px !important;}
.h500 {height:500px !important;}
.h520 {height:520px !important;}
.h550 {height:550px !important;}
.h569 {height:569px !important;}
.h585 {height:585px !important;}
.h600 {height:600px !important;}
.h610 {height:610px !important;}
.h630 {height:630px !important;}
.h650 {height:650px !important;}
.h660 {height:660px !important;}
.h700 {height:700px !important;}
.h710 {height:710px !important;}
.h800 {height:800px !important;}
/* min-height */
.minh0 {min-height:0px !important;}
.minh53 {min-height:53px !important;}
.minh180 {min-height:180px !important;}
.minh200 {min-height:200px !important;}
.minh350 {min-height:350px !important;}
.minh400 {min-height:400px !important;}
.minh588 {min-height:588px !important;}
.minh700 {min-height:700px !important;}
.minhauto {min-height:auto !important;}
/* max-height */
.maxh180 {max-height:180px !important;}
.maxh240 {max-height:240px !important;}
.mh100 {max-height:100px !important;}
.mh150 {max-height:150px !important;}
.mh200 {max-height:200px !important;}
.mh250 {max-height:250px !important;}
.mh300 {max-height:300px !important;}
.mh400 {max-height:400px !important;}
.mh500 {max-height:500px !important;}
.mh550 {max-height:550px !important;}
.mh528 {max-height:528px !important;}
.mh585 {max-height:585px !important;}
.mh600 {max-height:600px !important;}
.mh610 {max-height:610px !important;}
.mh650 {max-height:650px !important;}
.mh700 {max-height:700px !important;}
.mh750 {max-height:750px !important;}
.maxhnone {max-height:none !important;}
/* margin */
.mauto {margin:0 auto !important;}
.m0 {margin:0 !important;}
.m5 {margin:5px !important;}
.ml0 {margin-left:0 !important;}
.ml1 {margin-left:1px !important;}
.ml2 {margin-left:2px !important;}
.ml3 {margin-left:3px !important;}
.ml4 {margin-left:4px !important;}
.ml5 {margin-left:5px !important;}
.ml6 {margin-left:6px !important;}
.ml7 {margin-left:7px !important;}
.ml8 {margin-left:8px !important;}
.ml9 {margin-left:9px !important;}
.ml10 {margin-left:10px !important;}
.ml11 {margin-left:11px !important;}
.ml12 {margin-left:12px !important;}
.ml13 {margin-left:13px !important;}
.ml14 {margin-left:14px !important;}
.ml15 {margin-left:15px !important;}
.ml16 {margin-left:16px !important;}
.ml17 {margin-left:17px !important;}
.ml18 {margin-left:18px !important;}
.ml19 {margin-left:19px !important;}
.ml20 {margin-left:20px !important;}
.ml21 {margin-left:21px !important;}
.ml22 {margin-left:22px !important;}
.ml23 {margin-left:23px !important;}
.ml24 {margin-left:24px !important;}
.ml25 {margin-left:25px !important;}
.ml26 {margin-left:26px !important;}
.ml27 {margin-left:27px !important;}
.ml28 {margin-left:28px !important;}
.ml29 {margin-left:29px !important;}
.ml30 {margin-left:30px !important;}
.ml31 {margin-left:31px !important;}
.ml32 {margin-left:32px !important;}
.ml33 {margin-left:33px !important;}
.ml34 {margin-left:34px !important;}
.ml35 {margin-left:35px !important;}
.ml36 {margin-left:36px !important;}
.ml37 {margin-left:37px !important;}
.ml38 {margin-left:38px !important;}
.ml39 {margin-left:39px !important;}
.ml40 {margin-left:40px !important;}
.ml41 {margin-left:41px !important;}
.ml42 {margin-left:42px !important;}
.ml43 {margin-left:43px !important;}
.ml44 {margin-left:44px !important;}
.ml45 {margin-left:45px !important;}
.ml46 {margin-left:46px !important;}
.ml47 {margin-left:47px !important;}
.ml48 {margin-left:48px !important;}
.ml49 {margin-left:49px !important;}
.ml50 {margin-left:50px !important;}
.ml51 {margin-left:51px !important;}
.ml52 {margin-left:52px !important;}
.ml53 {margin-left:53px !important;}
.ml54 {margin-left:54px !important;}
.ml55 {margin-left:55px !important;}
.ml56 {margin-left:56px !important;}
.ml57 {margin-left:57px !important;}
.ml58 {margin-left:58px !important;}
.ml59 {margin-left:59px !important;}
.ml60 {margin-left:60px !important;}
.ml61 {margin-left:61px !important;}
.ml62 {margin-left:62px !important;}
.ml63 {margin-left:63px !important;}
.ml64 {margin-left:64px !important;}
.ml65 {margin-left:65px !important;}
.ml66 {margin-left:66px !important;}
.ml67 {margin-left:67px !important;}
.ml68 {margin-left:68px !important;}
.ml69 {margin-left:69px !important;}
.ml70 {margin-left:70px !important;}
.ml110 {margin-left:110px !important;}
.ml134 {margin-left:134px !important;}
.ml200 {margin-left:200px !important;}
.ml230 {margin-left:230px !important;}
.mlPc20 {margin-left:20% !important;}
.mt0 {margin-top:0 !important;}
.mt1 {margin-top:1px !important;}
.mt2 {margin-top:2px !important;}
.mt3 {margin-top:3px !important;}
.mt4 {margin-top:4px !important;}
.mt5 {margin-top:5px !important;}
.mt6 {margin-top:6px !important;}
.mt7 {margin-top:7px !important;}
.mt8 {margin-top:8px !important;}
.mt9 {margin-top:9px !important;}
.mt10 {margin-top:10px !important;}
.mt11 {margin-top:11px !important;}
.mt12 {margin-top:12px !important;}
.mt13 {margin-top:13px !important;}
.mt14 {margin-top:14px !important;}
.mt15 {margin-top:15px !important;}
.mt16 {margin-top:16px !important;}
.mt17 {margin-top:17px !important;}
.mt18 {margin-top:18px !important;}
.mt19 {margin-top:19px !important;}
.mt20 {margin-top:20px !important;}
.mt21 {margin-top:21px !important;}
.mt22 {margin-top:22px !important;}
.mt23 {margin-top:23px !important;}
.mt24 {margin-top:24px !important;}
.mt25 {margin-top:25px !important;}
.mt26 {margin-top:26px !important;}
.mt27 {margin-top:27px !important;}
.mt28 {margin-top:28px !important;}
.mt29 {margin-top:29px !important;}
.mt30 {margin-top:30px !important;}
.mt31 {margin-top:31px !important;}
.mt32 {margin-top:32px !important;}
.mt33 {margin-top:33px !important;}
.mt34 {margin-top:34px !important;}
.mt35 {margin-top:35px !important;}
.mt36 {margin-top:36px !important;}
.mt37 {margin-top:37px !important;}
.mt38 {margin-top:38px !important;}
.mt39 {margin-top:39px !important;}
.mt40 {margin-top:40px !important;}
.mt41 {margin-top:41px !important;}
.mt42 {margin-top:42px !important;}
.mt43 {margin-top:43px !important;}
.mt44 {margin-top:44px !important;}
.mt45 {margin-top:45px !important;}
.mt46 {margin-top:46px !important;}
.mt47 {margin-top:47px !important;}
.mt48 {margin-top:48px !important;}
.mt49 {margin-top:49px !important;}
.mt50 {margin-top:50px !important;}
.mt51 {margin-top:51px !important;}
.mt52 {margin-top:52px !important;}
.mt53 {margin-top:53px !important;}
.mt54 {margin-top:54px !important;}
.mt55 {margin-top:55px !important;}
.mt56 {margin-top:56px !important;}
.mt57 {margin-top:57px !important;}
.mt58 {margin-top:58px !important;}
.mt59 {margin-top:59px !important;}
.mt60 {margin-top:60px !important;}
.mt61 {margin-top:61px !important;}
.mt62 {margin-top:62px !important;}
.mt63 {margin-top:63px !important;}
.mt64 {margin-top:64px !important;}
.mt65 {margin-top:65px !important;}
.mt66 {margin-top:66px !important;}
.mt67 {margin-top:67px !important;}
.mt68 {margin-top:68px !important;}
.mt69 {margin-top:69px !important;}
.mt70 {margin-top:70px !important;}
.mt75 {margin-top:75px !important;}
.mt78 {margin-top:78px !important;}
.mt80 {margin-top:80px !important;}
.mt85 {margin-top:85px !important;}
.mt90 {margin-top:90px !important;}
.mt95 {margin-top:95px !important;}
.mt100 {margin-top:100px !important;}
.mt105 {margin-top:105px !important;}
.mt110 {margin-top:110px !important;}
.mt115 {margin-top:115px !important;}
.mt120 {margin-top:120px !important;}
.mt125 {margin-top:125px !important;}
.mt129 {margin-top:129px !important;}
.mt130 {margin-top:130px !important;}
.mt135 {margin-top:135px !important;}
.mt140 {margin-top:140px !important;}
.mt145 {margin-top:145px !important;}
.mt150 {margin-top:150px !important;}
.mt155 {margin-top:155px !important;}
.mt160 {margin-top:160px !important;}
.mt170 {margin-top:170px !important;}
.mr0 {margin-right:0 !important;}
.mr1 {margin-right:1px !important;}
.mr2 {margin-right:2px !important;}
.mr3 {margin-right:3px !important;}
.mr4 {margin-right:4px !important;}
.mr5 {margin-right:5px !important;}
.mr6 {margin-right:6px !important;}
.mr7 {margin-right:7px !important;}
.mr8 {margin-right:8px !important;}
.mr9 {margin-right:9px !important;}
.mr10 {margin-right:10px !important;}
.mr11 {margin-right:11px !important;}
.mr12 {margin-right:12px !important;}
.mr13 {margin-right:13px !important;}
.mr14 {margin-right:14px !important;}
.mr15 {margin-right:15px !important;}
.mr16 {margin-right:16px !important;}
.mr17 {margin-right:17px !important;}
.mr18 {margin-right:18px !important;}
.mr19 {margin-right:19px !important;}
.mr20 {margin-right:20px !important;}
.mr21 {margin-right:21px !important;}
.mr22 {margin-right:22px !important;}
.mr23 {margin-right:23px !important;}
.mr24 {margin-right:24px !important;}
.mr25 {margin-right:25px !important;}
.mr26 {margin-right:26px !important;}
.mr27 {margin-right:27px !important;}
.mr28 {margin-right:28px !important;}
.mr29 {margin-right:29px !important;}
.mr30 {margin-right:30px !important;}
.mr31 {margin-right:31px !important;}
.mr32 {margin-right:32px !important;}
.mr33 {margin-right:33px !important;}
.mr34 {margin-right:34px !important;}
.mr35 {margin-right:35px !important;}
.mr36 {margin-right:36px !important;}
.mr37 {margin-right:37px !important;}
.mr38 {margin-right:38px !important;}
.mr39 {margin-right:39px !important;}
.mr40 {margin-right:40px !important;}
.mr41 {margin-right:41px !important;}
.mr42 {margin-right:42px !important;}
.mr43 {margin-right:43px !important;}
.mr44 {margin-right:44px !important;}
.mr45 {margin-right:45px !important;}
.mr46 {margin-right:46px !important;}
.mr47 {margin-right:47px !important;}
.mr48 {margin-right:48px !important;}
.mr49 {margin-right:49px !important;}
.mr50 {margin-right:50px !important;}
.mr51 {margin-right:51px !important;}
.mr52 {margin-right:52px !important;}
.mr53 {margin-right:53px !important;}
.mr54 {margin-right:54px !important;}
.mr55 {margin-right:55px !important;}
.mr56 {margin-right:56px !important;}
.mr57 {margin-right:57px !important;}
.mr58 {margin-right:58px !important;}
.mr59 {margin-right:59px !important;}
.mr60 {margin-right:60px !important;}
.mr61 {margin-right:61px !important;}
.mr62 {margin-right:62px !important;}
.mr63 {margin-right:63px !important;}
.mr64 {margin-right:64px !important;}
.mr65 {margin-right:65px !important;}
.mr66 {margin-right:66px !important;}
.mr67 {margin-right:67px !important;}
.mr68 {margin-right:68px !important;}
.mr69 {margin-right:69px !important;}
.mr70 {margin-right:70px !important;}
.mr110 {margin-right:110px !important;}
.mr200 {margin-right:200px !important;}
.mb0 {margin-bottom:0 !important;}
.mb1 {margin-bottom:1px !important;}
.mb2 {margin-bottom:2px !important;}
.mb3 {margin-bottom:3px !important;}
.mb4 {margin-bottom:4px !important;}
.mb5 {margin-bottom:5px !important;}
.mb6 {margin-bottom:6px !important;}
.mb7 {margin-bottom:7px !important;}
.mb8 {margin-bottom:8px !important;}
.mb9 {margin-bottom:9px !important;}
.mb10 {margin-bottom:10px !important;}
.mb11 {margin-bottom:11px !important;}
.mb12 {margin-bottom:12px !important;}
.mb13 {margin-bottom:13px !important;}
.mb14 {margin-bottom:14px !important;}
.mb15 {margin-bottom:15px !important;}
.mb16 {margin-bottom:16px !important;}
.mb17 {margin-bottom:17px !important;}
.mb18 {margin-bottom:18px !important;}
.mb19 {margin-bottom:19px !important;}
.mb20 {margin-bottom:20px !important;}
.mb21 {margin-bottom:21px !important;}
.mb22 {margin-bottom:22px !important;}
.mb23 {margin-bottom:23px !important;}
.mb24 {margin-bottom:24px !important;}
.mb25 {margin-bottom:25px !important;}
.mb26 {margin-bottom:26px !important;}
.mb27 {margin-bottom:27px !important;}
.mb28 {margin-bottom:28px !important;}
.mb29 {margin-bottom:29px !important;}
.mb30 {margin-bottom:30px !important;}
.mb31 {margin-bottom:31px !important;}
.mb32 {margin-bottom:32px !important;}
.mb33 {margin-bottom:33px !important;}
.mb34 {margin-bottom:34px !important;}
.mb35 {margin-bottom:35px !important;}
.mb36 {margin-bottom:36px !important;}
.mb37 {margin-bottom:37px !important;}
.mb38 {margin-bottom:38px !important;}
.mb39 {margin-bottom:39px !important;}
.mb40 {margin-bottom:40px !important;}
.mb41 {margin-bottom:41px !important;}
.mb42 {margin-bottom:42px !important;}
.mb43 {margin-bottom:43px !important;}
.mb44 {margin-bottom:44px !important;}
.mb45 {margin-bottom:45px !important;}
.mb46 {margin-bottom:46px !important;}
.mb47 {margin-bottom:47px !important;}
.mb48 {margin-bottom:48px !important;}
.mb49 {margin-bottom:49px !important;}
.mb50 {margin-bottom:50px !important;}
.mb51 {margin-bottom:51px !important;}
.mb52 {margin-bottom:52px !important;}
.mb53 {margin-bottom:53px !important;}
.mb54 {margin-bottom:54px !important;}
.mb55 {margin-bottom:55px !important;}
.mb56 {margin-bottom:56px !important;}
.mb57 {margin-bottom:57px !important;}
.mb58 {margin-bottom:58px !important;}
.mb59 {margin-bottom:59px !important;}
.mb60 {margin-bottom:60px !important;}
.mb61 {margin-bottom:61px !important;}
.mb62 {margin-bottom:62px !important;}
.mb63 {margin-bottom:63px !important;}
.mb64 {margin-bottom:64px !important;}
.mb65 {margin-bottom:65px !important;}
.mb66 {margin-bottom:66px !important;}
.mb67 {margin-bottom:67px !important;}
.mb68 {margin-bottom:68px !important;}
.mb69 {margin-bottom:69px !important;}
.mb70 {margin-bottom:70px !important;}
.mb80 {margin-bottom:80px !important;}
.mb100 {margin-bottom:100px !important;}
/* border */
.bdt0 {border-top:0px !important;}
.bdr0 {border-right:0px !important;}
.bdb0 {border-bottom:0px !important;}
.bdl0 {border-left:0px !important;}
.bb0 {border-bottom:0 !important;}
.bl0 {border-left:0 !important;}
.br0 {border-right:0 !important;}
.bt0 {border-top:0 !important;}
/* padding */
.p0 {padding:0 !important;}
.p09 {padding:9px !important;}
.p10 {padding:10px !important;}
.p20 {padding:20px !important;}
.p30 {padding:30px !important;}
.p40 {padding:40px !important;}
.p50 {padding:50px !important;}
.p60 {padding:60px !important;}
.p70 {padding:70px !important;}
.p80 {padding:80px !important;}
.p90 {padding:90px !important;}
.p100 {padding:100px !important;}
.pl0 {padding-left:0 !important;}
.pl1 {padding-left:1px !important;}
.pl2 {padding-left:2px !important;}
.pl3 {padding-left:3px !important;}
.pl4 {padding-left:4px !important;}
.pl5 {padding-left:5px !important;}
.pl6 {padding-left:6px !important;}
.pl7 {padding-left:7px !important;}
.pl8 {padding-left:8px !important;}
.pl9 {padding-left:9px !important;}
.pl10 {padding-left:10px !important;}
.pl11 {padding-left:11px !important;}
.pl12 {padding-left:12px !important;}
.pl13 {padding-left:13px !important;}
.pl14 {padding-left:14px !important;}
.pl15 {padding-left:15px !important;}
.pl16 {padding-left:16px !important;}
.pl17 {padding-left:17px !important;}
.pl18 {padding-left:18px !important;}
.pl19 {padding-left:19px !important;}
.pl20 {padding-left:20px !important;}
.pl21 {padding-left:21px !important;}
.pl22 {padding-left:22px !important;}
.pl23 {padding-left:23px !important;}
.pl24 {padding-left:24px !important;}
.pl25 {padding-left:25px !important;}
.pl26 {padding-left:26px !important;}
.pl27 {padding-left:27px !important;}
.pl28 {padding-left:28px !important;}
.pl29 {padding-left:29px !important;}
.pl30 {padding-left:30px !important;}
.pl31 {padding-left:31px !important;}
.pl32 {padding-left:32px !important;}
.pl33 {padding-left:33px !important;}
.pl34 {padding-left:34px !important;}
.pl35 {padding-left:35px !important;}
.pl36 {padding-left:36px !important;}
.pl37 {padding-left:37px !important;}
.pl38 {padding-left:38px !important;}
.pl39 {padding-left:39px !important;}
.pl40 {padding-left:40px !important;}
.pl41 {padding-left:41px !important;}
.pl42 {padding-left:42px !important;}
.pl43 {padding-left:43px !important;}
.pl44 {padding-left:44px !important;}
.pl45 {padding-left:45px !important;}
.pl46 {padding-left:46px !important;}
.pl47 {padding-left:47px !important;}
.pl48 {padding-left:48px !important;}
.pl49 {padding-left:49px !important;}
.pl50 {padding-left:50px !important;}
.pl51 {padding-left:51px !important;}
.pl52 {padding-left:52px !important;}
.pl53 {padding-left:53px !important;}
.pl54 {padding-left:54px !important;}
.pl55 {padding-left:55px !important;}
.pl56 {padding-left:56px !important;}
.pl57 {padding-left:57px !important;}
.pl58 {padding-left:58px !important;}
.pl59 {padding-left:59px !important;}
.pl60 {padding-left:60px !important;}
.pl61 {padding-left:61px !important;}
.pl62 {padding-left:62px !important;}
.pl63 {padding-left:63px !important;}
.pl64 {padding-left:64px !important;}
.pl65 {padding-left:65px !important;}
.pl66 {padding-left:66px !important;}
.pl67 {padding-left:67px !important;}
.pl68 {padding-left:68px !important;}
.pl69 {padding-left:69px !important;}
.pl70 {padding-left:70px !important;}
.pl80 {padding-left:80px !important;}
.pl90 {padding-left:90px !important;}
.pl100 {padding-left:100px !important;}
.pl110 {padding-left:110px !important;}
.pt0 {padding-top:0 !important;}
.pt1 {padding-top:1px !important;}
.pt2 {padding-top:2px !important;}
.pt3 {padding-top:3px !important;}
.pt4 {padding-top:4px !important;}
.pt5 {padding-top:5px !important;}
.pt6 {padding-top:6px !important;}
.pt7 {padding-top:7px !important;}
.pt8 {padding-top:8px !important;}
.pt9 {padding-top:9px !important;}
.pt10 {padding-top:10px !important;}
.pt11 {padding-top:11px !important;}
.pt12 {padding-top:12px !important;}
.pt13 {padding-top:13px !important;}
.pt14 {padding-top:14px !important;}
.pt15 {padding-top:15px !important;}
.pt16 {padding-top:16px !important;}
.pt17 {padding-top:17px !important;}
.pt18 {padding-top:18px !important;}
.pt19 {padding-top:19px !important;}
.pt20 {padding-top:20px !important;}
.pt21 {padding-top:21px !important;}
.pt22 {padding-top:22px !important;}
.pt23 {padding-top:23px !important;}
.pt24 {padding-top:24px !important;}
.pt25 {padding-top:25px !important;}
.pt26 {padding-top:26px !important;}
.pt27 {padding-top:27px !important;}
.pt28 {padding-top:28px !important;}
.pt29 {padding-top:29px !important;}
.pt30 {padding-top:30px !important;}
.pt31 {padding-top:31px !important;}
.pt32 {padding-top:32px !important;}
.pt33 {padding-top:33px !important;}
.pt34 {padding-top:34px !important;}
.pt35 {padding-top:35px !important;}
.pt36 {padding-top:36px !important;}
.pt37 {padding-top:37px !important;}
.pt38 {padding-top:38px !important;}
.pt39 {padding-top:39px !important;}
.pt40 {padding-top:40px !important;}
.pt41 {padding-top:41px !important;}
.pt42 {padding-top:42px !important;}
.pt43 {padding-top:43px !important;}
.pt44 {padding-top:44px !important;}
.pt45 {padding-top:45px !important;}
.pt46 {padding-top:46px !important;}
.pt47 {padding-top:47px !important;}
.pt48 {padding-top:48px !important;}
.pt49 {padding-top:49px !important;}
.pt50 {padding-top:50px !important;}
.pt51 {padding-top:51px !important;}
.pt52 {padding-top:52px !important;}
.pt53 {padding-top:53px !important;}
.pt54 {padding-top:54px !important;}
.pt55 {padding-top:55px !important;}
.pt56 {padding-top:56px !important;}
.pt57 {padding-top:57px !important;}
.pt58 {padding-top:58px !important;}
.pt59 {padding-top:59px !important;}
.pt60 {padding-top:60px !important;}
.pt61 {padding-top:61px !important;}
.pt62 {padding-top:62px !important;}
.pt63 {padding-top:63px !important;}
.pt64 {padding-top:64px !important;}
.pt65 {padding-top:65px !important;}
.pt66 {padding-top:66px !important;}
.pt67 {padding-top:67px !important;}
.pt68 {padding-top:68px !important;}
.pt69 {padding-top:69px !important;}
.pt70 {padding-top:70px !important;}
.pt90 {padding-top:90px !important;}
.pt100 {padding-top:100px !important;}
.pb0 {padding-bottom:0 !important;}
.pb1 {padding-bottom:1px !important;}
.pb2 {padding-bottom:2px !important;}
.pb3 {padding-bottom:3px !important;}
.pb4 {padding-bottom:4px !important;}
.pb5 {padding-bottom:5px !important;}
.pb6 {padding-bottom:6px !important;}
.pb7 {padding-bottom:7px !important;}
.pb8 {padding-bottom:8px !important;}
.pb9 {padding-bottom:9px !important;}
.pb10 {padding-bottom:10px !important;}
.pb11 {padding-bottom:11px !important;}
.pb12 {padding-bottom:12px !important;}
.pb13 {padding-bottom:13px !important;}
.pb14 {padding-bottom:14px !important;}
.pb15 {padding-bottom:15px !important;}
.pb16 {padding-bottom:16px !important;}
.pb17 {padding-bottom:17px !important;}
.pb18 {padding-bottom:18px !important;}
.pb19 {padding-bottom:19px !important;}
.pb20 {padding-bottom:20px !important;}
.pb21 {padding-bottom:21px !important;}
.pb22 {padding-bottom:22px !important;}
.pb23 {padding-bottom:23px !important;}
.pb24 {padding-bottom:24px !important;}
.pb25 {padding-bottom:25px !important;}
.pb26 {padding-bottom:26px !important;}
.pb27 {padding-bottom:27px !important;}
.pb28 {padding-bottom:28px !important;}
.pb29 {padding-bottom:29px !important;}
.pb30 {padding-bottom:30px !important;}
.pb31 {padding-bottom:31px !important;}
.pb32 {padding-bottom:32px !important;}
.pb33 {padding-bottom:33px !important;}
.pb34 {padding-bottom:34px !important;}
.pb35 {padding-bottom:35px !important;}
.pb36 {padding-bottom:36px !important;}
.pb37 {padding-bottom:37px !important;}
.pb38 {padding-bottom:38px !important;}
.pb39 {padding-bottom:39px !important;}
.pb40 {padding-bottom:40px !important;}
.pb41 {padding-bottom:41px !important;}
.pb42 {padding-bottom:42px !important;}
.pb43 {padding-bottom:43px !important;}
.pb44 {padding-bottom:44px !important;}
.pb45 {padding-bottom:45px !important;}
.pb46 {padding-bottom:46px !important;}
.pb47 {padding-bottom:47px !important;}
.pb48 {padding-bottom:48px !important;}
.pb49 {padding-bottom:49px !important;}
.pb50 {padding-bottom:50px !important;}
.pb51 {padding-bottom:51px !important;}
.pb52 {padding-bottom:52px !important;}
.pb53 {padding-bottom:53px !important;}
.pb54 {padding-bottom:54px !important;}
.pb55 {padding-bottom:55px !important;}
.pb56 {padding-bottom:56px !important;}
.pb57 {padding-bottom:57px !important;}
.pb58 {padding-bottom:58px !important;}
.pb59 {padding-bottom:59px !important;}
.pb60 {padding-bottom:60px !important;}
.pb61 {padding-bottom:61px !important;}
.pb62 {padding-bottom:62px !important;}
.pb63 {padding-bottom:63px !important;}
.pb64 {padding-bottom:64px !important;}
.pb65 {padding-bottom:65px !important;}
.pb66 {padding-bottom:66px !important;}
.pb67 {padding-bottom:67px !important;}
.pb68 {padding-bottom:68px !important;}
.pb69 {padding-bottom:69px !important;}
.pb70 {padding-bottom:70px !important;}
.pb80 {padding-bottom:80px !important;}
.pb100 {padding-bottom:100px !important;}
.pr0 {padding-right:0 !important;}
.pr1 {padding-right:1px !important;}
.pr2 {padding-right:2px !important;}
.pr3 {padding-right:3px !important;}
.pr4 {padding-right:4px !important;}
.pr5 {padding-right:5px !important;}
.pr6 {padding-right:6px !important;}
.pr7 {padding-right:7px !important;}
.pr8 {padding-right:8px !important;}
.pr9 {padding-right:9px !important;}
.pr10 {padding-right:10px !important;}
.pr11 {padding-right:11px !important;}
.pr12 {padding-right:12px !important;}
.pr13 {padding-right:13px !important;}
.pr14 {padding-right:14px !important;}
.pr15 {padding-right:15px !important;}
.pr16 {padding-right:16px !important;}
.pr17 {padding-right:17px !important;}
.pr18 {padding-right:18px !important;}
.pr19 {padding-right:19px !important;}
.pr20 {padding-right:20px !important;}
.pr21 {padding-right:21px !important;}
.pr22 {padding-right:22px !important;}
.pr23 {padding-right:23px !important;}
.pr24 {padding-right:24px !important;}
.pr25 {padding-right:25px !important;}
.pr26 {padding-right:26px !important;}
.pr27 {padding-right:27px !important;}
.pr28 {padding-right:28px !important;}
.pr29 {padding-right:29px !important;}
.pr30 {padding-right:30px !important;}
.pr31 {padding-right:31px !important;}
.pr32 {padding-right:32px !important;}
.pr33 {padding-right:33px !important;}
.pr34 {padding-right:34px !important;}
.pr35 {padding-right:35px !important;}
.pr36 {padding-right:36px !important;}
.pr37 {padding-right:37px !important;}
.pr38 {padding-right:38px !important;}
.pr39 {padding-right:39px !important;}
.pr40 {padding-right:40px !important;}
.pr41 {padding-right:41px !important;}
.pr42 {padding-right:42px !important;}
.pr43 {padding-right:43px !important;}
.pr44 {padding-right:44px !important;}
.pr45 {padding-right:45px !important;}
.pr46 {padding-right:46px !important;}
.pr47 {padding-right:47px !important;}
.pr48 {padding-right:48px !important;}
.pr49 {padding-right:49px !important;}
.pr50 {padding-right:50px !important;}
.pr51 {padding-right:51px !important;}
.pr52 {padding-right:52px !important;}
.pr53 {padding-right:53px !important;}
.pr54 {padding-right:54px !important;}
.pr55 {padding-right:55px !important;}
.pr56 {padding-right:56px !important;}
.pr57 {padding-right:57px !important;}
.pr58 {padding-right:58px !important;}
.pr59 {padding-right:59px !important;}
.pr60 {padding-right:60px !important;}
.pr61 {padding-right:61px !important;}
.pr62 {padding-right:62px !important;}
.pr63 {padding-right:63px !important;}
.pr64 {padding-right:64px !important;}
.pr65 {padding-right:65px !important;}
.pr66 {padding-right:66px !important;}
.pr67 {padding-right:67px !important;}
.pr68 {padding-right:68px !important;}
.pr69 {padding-right:69px !important;}
.pr70 {padding-right:70px !important;}
.pr80 {padding-right:80px !important;}
.pr90 {padding-right:90px !important;}
.pr100 {padding-right:100px !important;}
.pr110 {padding-right:110px !important;}



/* border 0 */
.bdt0 {border-top:0px !important;}
.bdr0 {border-right:0px !important;}
.bdb0 {border-bottom:0px !important;}
.bdl0 {border-left:0px !important;}

/* z-index */
.zindex0 {z-index:0;}
.zindexm1 {z-index:-1;}
.zindexp1 {z-index:1;}

/* line height */
.lhp100 {line-height:100% !important;}
.lhp110 {line-height:110% !important;}
.lhp120 {line-height:120% !important;}
.lhp130 {line-height:130% !important;}
.lhp140 {line-height:140% !important;}
.lhp150 {line-height:150% !important;}
.lhp160 {line-height:160% !important;}
.lhp170 {line-height:170% !important;}
.lhp180 {line-height:180% !important;}
.lhp190 {line-height:190% !important;}
.lhp200 {line-height:200% !important;}
.lhp210 {line-height:210% !important;}
.lhp220 {line-height:220% !important;}
.lhp230 {line-height:230% !important;}
.lhp240 {line-height:240% !important;}
.lhp250 {line-height:250% !important;}
.lhp260 {line-height:260% !important;}
.lhp270 {line-height:270% !important;}
.lhp280 {line-height:280% !important;}
.lhp290 {line-height:290% !important;}
.lhp300 {line-height:300% !important;}
.lhp310 {line-height:310% !important;}
.lhp320 {line-height:320% !important;}
.lhp330 {line-height:330% !important;}
.lhp340 {line-height:340% !important;}
.lhp350 {line-height:350% !important;}
.lhp360 {line-height:360% !important;}

/* font size */
.f6{font-size:6px !important;}
.f7{font-size:7px !important;}
.f8{font-size:8px !important;}
.f9{font-size:9px !important;}
.f10{font-size:10px !important;}
.f11{font-size:11px !important;}
.f12{font-size:12px !important;}
.f13{font-size:13px !important;}
.f14{font-size:14px !important;}
.f15{font-size:15px !important;}
.f16{font-size:16px !important;}
.f17{font-size:17px !important;}
.f18{font-size:18px !important;}
.f19{font-size:19px !important;}
.f20{font-size:20px !important;}
.f21{font-size:21px !important;}
.f22{font-size:22px !important;}
.f23{font-size:23px !important;}
.f24{font-size:24px !important;}
.f25{font-size:25px !important;}
.f26{font-size:26px !important;}
.f27{font-size:27px !important;}
.f28{font-size:28px !important;}
.f29{font-size:29px !important;}
.f30{font-size:30px !important;}
.f31{font-size:31px !important;}
.f32{font-size:32px !important;}
.f33{font-size:33px !important;}
.f34{font-size:34px !important;}
.f35{font-size:35px !important;}
.f36{font-size:36px !important;}
.f37{font-size:37px !important;}
.f38{font-size:38px !important;}
.f39{font-size:39px !important;}
.f40{font-size:40px !important;}

/* font weight */
.fwlight {font-weight:300 !important;}
.fwnormal {font-weight:400 !important;}
.fwbold {font-weight:500 !important;}
.fwbolder {font-weight:700 !important;}

/* font color */
.strong_color {color:#333 !important;}
.base_color {color:#555 !important;}
.pointcolor1 {color:#f601ff !important;}
.cF26c4f {color:#f26c4f !important;}
.c888 {color:#888 !important;}

/* height */
.hp100 {height:100% !important;}
.h30 {height:30px !important;}
.h40 {height:40px !important;}
.h50 {height:50px !important;}
.h60 {height:60px !important;}
.h70 {height:70px !important;}
.h120 {height:120px !important;}
.h140 {height:140px !important;}
.h160 {height:160px !important;}
.h190 {height:190px !important;}
.h200 {height:200px !important;}
.h220 {height:220px !important;}
.h240 {height:240px !important;}
.h280 {height:280px !important;}
.h340 {height:340px !important;}
.h360 {height:360px !important;}
.h400 {height:400px !important;}
.h420 {height:420px !important;}
.h430 {height:430px !important;}
.h480 {height:480px !important;}
.h700 {height:700px !important;}
.h520 {height:520px !important;}
.h600 {height:600px !important;}
.h630 {height:630px !important;}
.h710 {height:710px !important;}
.h800 {height:800px !important;}

.maxh240 {max-height:240px !important;}
.minw200 {min-width:200px;}
.minw210 {min-width:210px;}
.minw290 {min-width:290px;}

/* etc */
.dn{display:none;}
.db {display:block;}
.di {display:inline;}
.dib {display:inline-block;}
.cb {clear:both}
.underline {text-decoration:underline;}

/* float */
.fl {float:left !important;}
.fr {float:right !important;}
.fn {float:none !important;}

/* overflow */
.ofh {overflow:hidden !important;}
.ofy {overflow-y:auto !important;}
.ofx {overflow-x:auto !important;}

/* letter-spacing */
.lse05 {letter-spacing:0.5em !important;}
.lse1 {letter-spacing:1em !important;}
.lse2 {letter-spacing:2em !important;}
.lsp05 {letter-spacing:-0.5px !important;}
.lsp1 {letter-spacing:-1px !important;}
.lsp2 {letter-spacing:-2px !important;}

/* align */
.tal {text-align:left !important;}
.tac {text-align:center !important;}
.tar {text-align:right !important;}
.vam {vertical-align:middle !important;}
.vat {vertical-align:top !important;}
.vab {vertical-align:bottom !important;}

/* border zero */
.bb0 {border-bottom:0 !important;}
.bl0 {border-left:0 !important;}
.br0 {border-right:0 !important;}
.bt0 {border-top:0 !important;}

/* list-style */
.lssquare {list-style:square !important;}
.lsdisc {list-style:disc !important;}

/* display */
.hid {position:absolute; left:0; top:-70000px;}
.clear {clear:both;}

/* position */
.pr {position:relative !important;}
.pa {position:absolute !important;}
.pf {position:fixed !important;}
.ps {position:static !important;}
.disn {display:none !important;}
.disb {display:block !important;}
.disib {display:inline-block !important;}

/* 들여쓰기 */
.textIndent15 {text-indent: -15px !important;}
.textIndent20 {text-indent: -20px !important;}

/*max width*/
.mwb{max-width:528px !important;}
.mw100{max-width:100px !important;}
.mw200{max-width:200px !important;}
.mw300{max-width:300px !important;}
.mw400{max-width:400px !important;}
.mw500{max-width:500px !important;}
.mw600{max-width:600px !important;}

/* background */
.bg_white {background:#fff !important;}

/*font family*/
.roboto{font-family:'roboto';}

/* cursor */
.cursor_pointer {cursor:pointer !important;}

/*font-weight*/
.fw_3{font-weight:300}
.fw_4{font-weight:400}
.fw_5{font-weight:500}
.fw_6{font-weight:600}
.fw_7{font-weight:700}

/* white-space */
.ws_pl{white-space: pre-line !important;}
