﻿/*상단*/
#mBodyT{padding:100px 0 40px 0;}
#mBodyT > h1{text-align:center;}
#mBodyT > p{margin:10px; color:#666; text-align:center;}

/*로그인 콘텐츠*/
.loginBox{padding:10px;}
.loginBox input, .loginBox select {border-top:0; border-left:0; border-right:0; border-bottom:1px solid #ccc; margin:15px 0; font-size:16px;}

.chkContainer input, .chkContainer label{color:#999;}

#btnLogin{background-color:#6291C6; border-radius:10px; width:100%; display:block; padding:15px; color:#fff; text-align:center; font-weight:bold; margin:20px 0;}

/*대리점 선택*/
.loginAgency{border-top:1px solid #f2f2f2; padding-top:20px;}
#btnSelect{border:1px solid #6291C6; border-radius:10px; width:100%; display:block; padding:15px; color:#6291C6; text-align:center; font-weight:bold; margin:20px 0;}

/** 로딩중 **/
.loading-layer { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%;  height: 100%; z-index: 9999; }
.loading-layer .loadingBg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: #000; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /* IE 5-7 */ filter: alpha(opacity=10); /* Netscape */ -moz-opacity: 1.0; /* Safari 1.x */ -khtml-opacity: 0.1; /* Good browsers */ opacity: 0.1; } 
.loading-layer .loadingImg { position: absolute; top: 50%; left: 50%; margin: -50px 0 0 -50px; }

.btnInputView img, .btnInputReset img { height: 20px; }
.loginInputBtnView { position: relative; float: right; margin: -50px 10px 0 0; }

#buyerList a { display: block; padding: 5px 10px; font-size:16px;}
#buyerList li.on a { background-color: rgba(98, 145, 198, 0.20); }
