﻿@charset "UTF-8";
/* CSS Document */

/********************************/
/*         20240515-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: 0 3%;
}

.map .title {
  text-transform: uppercase;
  font: 20px / 46px 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  text-align: center;
  margin: 2% auto 1%;
}

.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.5em;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  color: #ffffff;
  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 {
  color: #fff;
  font-size: 16px;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
}

.map a {
  color: #fff;
}

.map ul {
  font-size: 12px !important;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  color: #fff;
  list-style: disc;
}

#backToTopBtn,
#gotop {
  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 .panel-body {
  padding: 0;
}

.map-line {
  background: #f4f4f4;
  border-radius: 5px;
  color: #666;
  margin: 1% 2%;
  padding: 2% 5%;
}

.map-line h3 {
  border-bottom: 1px #FFF;
  color: #fff;
  font-size: 26px;
  font-family: 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
  font-weight: 600;
  line-height: 42px;
  margin-top: 30px;
  margin-bottom: 5px;
  text-align: center;
}

.map-line a {
  background: #f4f4f4;
  color: #0066cc;
  display: contents;
  width: 100%;
}

.btn-lg {
  border: none;
  font-size: 21px;
  margin: 0 auto;
}

.mbr-footer {
  color: #9c9c9c;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding: 5% 0 !important;
  word-spacing: 1px;
}

.modal-content td {
  border: 1px solid #ddd;
}

.modal-content td img {
  padding: 0;
  max-width: 48px;
}
@media (min-width: 768px) {
  .map-line img {
    width: 42px;
    padding-left: 2px;
    float: right;
  }

}
@media (max-width: 768px) {
  .modal-content .container {
    padding: 0;
  }

  .map h3 {
    font-size: 26px;
    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;
    letter-spacing: normal;
  }

  .map-line img {
    width: 42px;
    float: right;
  }

}

.tab-panel a {
  font-size: 16px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: rgb(0 0 0 / 30%);
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 5px 10px;
}

.footer-bottom {
  color: #fff;
  background-color: #0066cc;
  padding: 5px;
}

.footer-bottom a,
.footer-bottom p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  padding: 0;
  line-height: 35px;
}

.padding0 {
  padding: 0 !important;
}




.left-area .map-line {
  background: #f4f4f4;
  border-radius: 5px;
  color: #666;
  margin: 1% 2% 0.5% 2%;
  padding: 1% 5% 1% 5%;
}




.center-area .map-line {
  background: #f4f4f4;
  border-radius: 5px;
  color: #666;
  margin: 1% 2% 0.5% 2%;
  padding: 1% 5% 1% 5%;
}


.right-area .map-line {
  background: #f4f4f4;
  border-radius: 5px;
  color: #666;
  margin: 1% 2% 0.5% 2%;
  padding: 1% 5% 1% 5%;
}