#footer{
 /*line-height:30px;
 overflow-x:hidden;
 color:#202024;
 font-size:16px;
 font-weight:300;
 width: 1080px;
 vertical-align: middle;*/
 
 
}
html, body {
  height: 100%;
}

.footer {
   height: 5px;
}
.wrapper {
  min-height: 70%;
  height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
  height: 100%;
  margin: 0 auto -15px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
  height: 15px; /* .push must be the same height as .footer */
}

.main{
	width: 1366px;
	margin: auto;
}

#footer .main{
	padding-top: 15px;
	border-top: 5px solid #055ed6;
}

#footer .main .inquiry {
  float: left;
  padding:0px;
  margin:0px;
  padding-top: 10px;
  margin-left: 10px;
  color: #000;
  font-size: 12px;
  }
#footer .main .inquiry p{
  line-height: 70%;
  font-size: 12px;
  margin;0px;
}

#footerlogo{
  float: right;
  /*width: 23.07692307692308%;*/
  position: relative;
  padding: 10px 0 14px 24px;
 }
 
 .containerfooter{
  width:1366px;
  margin:0 auto;
  }

 .f-logo{
  z-index: 1;
  position: relative;
 }

 .termsofuse{
	color: #000;
  font-size: 100%!important;
  font-weight: 500!important;
 }

.blueLine{

}