@charset "utf-8";

/*************************************************
CSS
/common/css/footer.css
*************************************************/

/* ------------------------- TOC
Footer
Media Queries
-------------------------- */

#footer{
	margin-top: 50px;
	background: #6C6C6C;
	color: #fff;
	text-align: center;
	padding: 32px 0;
}
#footer .footer_head{
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
}
#footer .footer_text{
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: bold;
	line-height: 1.5;
}
#footer .email{
  width: 300px;
  margin: auto;
}
#footer .email img{
  width: 100%;
}
#footer .email a{
  font-size: 20px;
  color: #fff;
  font-style: normal;
  line-height: 1;
}
#footer .copyright{
	font-weight: normal;
	font-size: 12px;
	margin-top: 20px;
	display: block;
}
#footer .copyright .cmark{
	font-weight: normal;
	font-size: 10px;
	vertical-align: top;
}



/* ============================================================ Media Queries */
@media (max-width: 768px) {
  #footer{
    margin-top: 60px;
    background: #6C6C6C;
    color: #fff;
    text-align: center;
    padding: 28px 0 24px;
  }
  #footer .email{
    width: 80%;
    margin: auto;
  }
  #footer .footer_head {
      font-size: 20px;
      margin-bottom: 16px;
      font-weight: bold;
  }
  #footer .footer_text {
      font-size: 12px;
      margin-bottom: 10px;
      font-weight: bold;
      line-height: 1.5;
  }
  #footer .copyright {
      font-weight: normal;
      font-size: 10px;
      margin-top: 15px;
      display: block;
  }
  #footer .edw_cnt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
	}
}
