﻿@charset "UTF-8";
/* CSS Document */

/********************************/
/*         footer
/********************************/

.border-right {
  border-right: 1px solid #fff;
  height: 360px;
}

.footer,
.footer .container {
  background: #80d6d9;
  position: relative;
}



.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 {
  padding: 3%;
}

.map h3 {
  font-size: 28px;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  color: #fff;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
  border-bottom: 1px #FFF;
}

.map h5 {
  font-size: 1.2em;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  color: #ffffff;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 2;
  margin-bottom: 10px;
  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 a {
  color: #fff;
}

.map ul {
  font-size: 12px !important;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  color: #fff;
  list-style: disc;
}



#gotop,#backToTopBtn {
  bottom: 30px;
  background: rgba(1,1,1,.5);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 1em;
  font-family: arial;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 30px;
  z-index: 99;
}


.map-line{
  margin: 0 auto;
}


.map-line h3 {
  font-size: 28px;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  color: #fff;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
  border-bottom: 1px #FFF;
}


.map-line a{
  background: #f4f4f4;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #00ba00;
  display: inline-block;
  font-size: 1.2em;
  padding: 5px;
  margin: 5px auto;
  width: 100%;
}

.map-line img{
  width: 32px;
  padding-left: 5px;
  float: right;
}

.btn-lg {
  font-size: 21px;
  margin: 0 auto;
  border: none;
}
