/*전체박스*/
#mb_login{
	margin:20px 10px;
}
/*로고박스*/
div#logo_div{
	width:100%;
	height:100px;
	border:0px solid red;
}
div#logo_div img{
	display:block;
	width:142px;
	height:42px;
	border:0px solid blue;
	margin:0 auto;
	margin-top:30px;
}
/*입력박스*/
h1#h1_title{
	width:80% !important;
	border:0px solid red;
	margin:0 auto;
}
div#login_frm{
	width:80%;
	margin:0 auto;
}
#mb_login .frm_input{
	width:100% !important;
	height:40px;
	line-height:30px;
	margin-top:10px;
	padding:5px;
	font-size:1.15em;
}
input[type="submit"]#submit_btn{
	display:block !important;
	position:absolute !important;
	top:100px;
	width:90px !important;
	height:40px !important;
	right:5px !important;
	border:0px solid red;
}
div#auto_login{
	position:relative;
	border:0px solid red !important;
	width:110px;
	text-align:left !important;
}
div#auto_login input[type="checkbox"]{
	border:0px solid red !important;
	position:absolute;
	top:5px;
}
div#auto_login label[for="login_auto_login"]{
	border:0px solid red;
	margin-left:20px;
}
section{
	width:80%;
	margin-left:auto !important;
	margin-right:auto !important;
}
div.btn_confirm a{
	font-size:1.25em;
}
/*----------------------------------------커스터마이징 버튼-------------------------------------*/
.btn-black {
  background-color: hsl(52, 9%, 21%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#666455", endColorstr="#3a3930");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#666455), to(#3a3930));
  background-image: -moz-linear-gradient(top, #666455, #3a3930);
  background-image: -ms-linear-gradient(top, #666455, #3a3930);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666455), color-stop(100%, #3a3930));
  background-image: -webkit-linear-gradient(top, #666455, #3a3930);
  background-image: -o-linear-gradient(top, #666455, #3a3930);
  background-image: linear-gradient(#666455, #3a3930);
  border-color: #3a3930 #3a3930 hsl(52, 9%, 17%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
  -webkit-font-smoothing: antialiased;
}
.btn-gray {
  background-color: hsl(46, 6%, 58%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5c3be", endColorstr="#9a978d");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#c5c3be), to(#9a978d));
  background-image: -moz-linear-gradient(top, #c5c3be, #9a978d);
  background-image: -ms-linear-gradient(top, #c5c3be, #9a978d);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5c3be), color-stop(100%, #9a978d));
  background-image: -webkit-linear-gradient(top, #c5c3be, #9a978d);
  background-image: -o-linear-gradient(top, #c5c3be, #9a978d);
  background-image: linear-gradient(#c5c3be, #9a978d);
  border-color: #9a978d #9a978d hsl(46, 6%, 53.5%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.29);
  -webkit-font-smoothing: antialiased;
}
.btn-green {
  background-color: hsl(110, 56%, 16%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#398f28", endColorstr="#193f11");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#398f28), to(#193f11));
  background-image: -moz-linear-gradient(top, #398f28, #193f11);
  background-image: -ms-linear-gradient(top, #398f28, #193f11);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398f28), color-stop(100%, #193f11));
  background-image: -webkit-linear-gradient(top, #398f28, #193f11);
  background-image: -o-linear-gradient(top, #398f28, #193f11);
  background-image: linear-gradient(#398f28, #193f11);
  border-color: #193f11 #193f11 hsl(110, 56%, 11%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-blue {
  background-color: hsl(214, 37%, 28%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a99c1", endColorstr="#2c4361");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#7a99c1), to(#2c4361));
  background-image: -moz-linear-gradient(top, #7a99c1, #2c4361);
  background-image: -ms-linear-gradient(top, #7a99c1, #2c4361);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a99c1), color-stop(100%, #2c4361));
  background-image: -webkit-linear-gradient(top, #7a99c1, #2c4361);
  background-image: -o-linear-gradient(top, #7a99c1, #2c4361);
  background-image: linear-gradient(#7a99c1, #2c4361);
  border-color: #2c4361 #2c4361 hsl(214, 37%, 19.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.56);
  -webkit-font-smoothing: antialiased;
}
.btn-red {
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
  background-image: -moz-linear-gradient(top, #b42121, #5e1111);
  background-image: -ms-linear-gradient(top, #b42121, #5e1111);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b42121), color-stop(100%, #5e1111));
  background-image: -webkit-linear-gradient(top, #b42121, #5e1111);
  background-image: -o-linear-gradient(top, #b42121, #5e1111);
  background-image: linear-gradient(#b42121, #5e1111);
  border-color: #5e1111 #5e1111 hsl(0, 69%, 17%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
