* {
    margin: 0;
    padding: 0;
}
body, html { width:100%; height:100%; margin:0px; padding:0px; }
.blind{position:absolute;left:-5000px;top:0;visibility:hidden;overflow:hidden;line-height:0.1%;font-size:0.1%;width:0.1%;height:0.1%} /* blind는 화면에 보이지 않지만 리더기에서는 읽힘 */
button { border:0px; cursor:pointer; vertical-align:middle; }

/* Clearfix */
.clearfix { display:inline-block; }
.clearfix:after { content:""; display:block; height:0; clear:both; visibility:hidden; }
/* Hides from IE-mac */
* html .clearfix { height:1%; }
.clearfix { display:block; }
.floatL { float:left; }
.floatR { float:right; }

.mainbox { /*padding:25px 0; background:url('/css/images/main/bg_dot_line.png') left top repeat-x;*/ }

.box_title { float:left; }
.box_arrow { float:right; }
.btn_left { width:13px; height:13px; background:url('/css/images/main/btn_blue_arr_left.png') no-repeat; }
.btn_right { width:13px; height:13px; background:url('/css/images/main/btn_blue_arr_right.png') no-repeat; }

.customerLogos{ width:900px !important; padding-top:15px; clear:both; }