/* margin, padding */
.mt_0 {margin-top: 0 !important;}
.mt_10 {margin-top: 10px;}
.mt_20 {margin-top: 20px;}
.mt_30 {margin-top: 30px;}
.mt_40 {margin-top: 40px;}
.mt_50 {margin-top: 50px;}
.mt_60 {margin-top: 60px;}
.mt_80 {margin-top: 80px;}


.mb_0 {margin-bottom: 0 !important;}
.mb_10 {margin-bottom: 10px;}
.mb_15 {margin-bottom: 15px;}
.mb_20 {margin-bottom: 20px;}
.mb_30 {margin-bottom: 30px;}
.mb_40 {margin-bottom: 40px;}
.mb_50 {margin-bottom: 50px;}
.mb_70 {margin-bottom: 70px;}

.ml_35 {margin-left: 35px;}


.pt_20 {padding-top: 20px;}

.pb_50 {padding-bottom: 50px;}

.pl_8 {padding-left: 8px;}
.pl_76 {padding-left: 76px;}


.mt_m30 {margin-top: -30px;}
.mt_m50 {margin-top: -50px;}




/* text-align */
.t_left {text-align:left !important}
.t_right {text-align:right !important}
.t_center {text-align:center !important}


/* etc */
.clear {clear:both;}
.hide {display:none;}
.hand {cursor:pointer;}
.over_h {overflow: hidden;}


/* text color */
.text_primary {color: #bb162b !important;}


/* font-size */
.fs16p {font-size: 16px !important;}
.fs18p {font-size: 18px !important;}


/* text-indent */
.ti_15 {
	text-indent: -15px;
    padding-left: 15px;
}

.ti_18 {
    text-indent: -18px;
    padding-left: 18px;
}


/* float */
.f_right {
	float: right;
}

