﻿@charset "UTF-8";
/* CSS Document */

/********************************/
/*         footer
/********************************/


footer{
  margin-top: 3%;
}

.border-right {
  border-right: 1px solid #fff;
  height: 360px;
}

footer.container {
  position: relative;
}

.map h3 {
  font-size: 1.2em;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 2;
  margin-bottom: 5px;
  text-align: center;
  border-bottom: 1px #FFF;
}

.map a {
  color: #fff;
  font-size: 12px;
}


footer ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding-right: 5px;
  padding-left: 0;
}

.footerBlockWrapper {
  margin: 15% 0;
  text-align: center;
}

/*hover特效 */
.footerBlockWrapper:hover .footerIcon {
  color: #ccc;
  /*黃色字體*/
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.footerBlockWrapper .footerTitle {
  color: #fff;
  font-size: 24px;
  margin: 10px 10px 20px;
  letter-spacing: 5px;
}

.footerBlockWrapper a {
  cursor: pointer;
  font-size: 15px;
  color: #fff;
}

.footerIcon {
  background: #fff;
  color: #80d6d9;
  display: inline-block;
  font-size: 50px;
  padding-top: 3px;
  margin: 10px auto;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  height: 80px;
  width: 80px;
}

.footer_Title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 5px;

}

.footerBlock:hover {
  background: #66cdcc;
}

.footerBlock {
  border-right: 1px solid #fff;
}

.footerBlock:hover .footerIcon {
  box-shadow: 0 4px 10px #333;
  -webkit-box-shadow: 0 4px 10px #333;
  -moz-box-shadow: 0 4px 10px #333;
}

.footerContent {
  margin-top: 20px;
}



.map h5 {

  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 2;
  margin-bottom: 5px;
  text-align: center;
  border-bottom: 1px rgb(255 255 255 / .3) dashed;
}

.map p {
  font-size: 16px;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  color: #fff;
}

.map ul {
  font-size: 15px !important;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  color: #fff;
  list-style: disc;
  text-align: left;
}
