@charset "UTF-8";
/*手機版*/
/*非手機版*/
/*中間混合*/
/*某值(包含)以上*/
/*某值(不包含)以下*/
/*計算比例值*/
/*header高度變數*/
/*footer高度變數*/
footer {
  position: relative;
  z-index: 3;
  background: #006284;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    footer .block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (min-width: 0px) {
    footer {
      font-size: 12px;
      height: 114px;
      text-align: center; } }
  @media screen and (min-width: 768px) {
    footer {
      font-size: 14px;
      height: 69px; } }
  @media screen and (min-width: 992px) {
    footer {
      font-size: 16px;
      height: 93px; } }
  @media screen and (min-width: 1200px) {
    footer {
      font-size: 16px;
      height: 111px; } }
  @media screen and (min-width: 1520px) {
    footer {
      font-size: 18px;
      height: 140px; } }
