@charset "UTF-8";
.menuArea .itemBox .itemList li, .menuArea .tagBox .tagList .tagItem .icon img, .menuArea .tagBox .tagList .tagItem .title, .menuArea {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sideFastLinkBox {
  display: none !important;
}

.outerWrap.noBanner .mainArea {
  padding-top: 60px;
  padding-bottom: 0;
}

.contentBox {
  position: relative;
}

@media (max-width: 1024px) {
  .mainArea .contentBox.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.mapMenuArea {
  position: relative;
  overflow: hidden;
}

@media (min-width: 993px) {
  .mapMenuBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mapMenuBox .menuBox {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.mapNav {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 2;
  width: 56px;
}
@media (max-width: 992px) {
  .mapNav {
    position: relative;
    right: 0;
    width: 100%;
  }
}
.mapNav .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2px;
}
@media (max-width: 992px) {
  .mapNav .filter {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .mapNav .filter {
    margin-top: -3px;
    padding: 0 2px 5px 2px;
  }
}
.mapNav .filter li {
  padding: 3px 0;
}
@media (min-width: 993px) {
  .mapNav .filter li {
    width: 100%;
  }
}
.mapNav .filter li.forMb {
  display: none;
}
.mapNav .filter li a {
  background-color: #e9e9e9;
  color: #191919;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 1px;
  /*x150*/
  display: block;
  text-align: center;
  padding: 20.22px 15px;
  border-radius: 5px 0 0 5px;
}
@media (min-width: 993px) {
  .mapNav .filter li a {
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    width: 100%;
  }
}
.mapNav .filter li a.current {
  color: #ffffff;
  background-color: #525252;
}
@media (min-width: 1201px) {
  .mapNav .filter li a:hover {
    color: #ffffff;
    background-color: #525252;
  }
}
@media (max-width: 480px) {
  .mapNav .filter li a {
    font-size: 14px;
    letter-spacing: 2.1px;
    padding: 18px 15px;
  }
}
.mapNav .filter li img {
  display: none;
}
@media (max-width: 992px) {
  .mapNav .filter li {
    padding: 0 3px;
    width: 25%;
  }
  .mapNav .filter li a {
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    padding: 20.22px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .mapNav .filter li {
    padding: 3px;
    width: 50%;
  }
  .mapNav .filter li a {
    border-radius: 5px;
  }
}
.mapNav .m_filter {
  display: none;
}
.mapNav .m_filter a.main {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 35px;
  color: #ffffff;
}
.mapNav .m_filter a.main b {
  font-weight: 500;
}
.mapNav .m_filter a.main i {
  display: block;
  font-size: 15px;
  line-height: 35px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: center;
}
.mapNav .m_filter ul {
  display: none;
}
.mapNav .m_filter ul li.forMb {
  display: none;
}
.mapNav .m_filter ul li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.mapNav .m_filter ul li a {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  display: block;
  padding: 10px 0;
}
.mapNav .m_filter ul li a img {
  display: none;
}

.menuArea {
  max-width: 540px;
  width: 100%;
  height: 100%;
  background-color: #525252;
  position: relative;
  z-index: 10;
  padding: 23px 25px 0 65px;
}
@media (max-width: 1440px) {
  .menuArea {
    max-width: 400px;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .menuArea {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (max-width: 480px) {
  .menuArea {
    max-width: calc(100% - 30px);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.menuArea.close {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menuArea .btn_close {
  width: 25px;
  height: 60px;
  background-color: #c6171f;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  line-height: 60px;
  position: absolute;
  top: 64px;
  right: 100%;
  z-index: 1;
  text-align: center;
  display: none;
}
@media (min-width: 1201px) {
  .menuArea .btn_close:hover {
    background-color: #981218;
  }
}
@media (max-width: 992px) {
  .menuArea .btn_close {
    display: none;
  }
}
.menuArea .topBox {
  position: relative;
}
.menuArea .topBox .title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.6px;
  margin-bottom: 17px;
  display: block;
}
@media (max-width: 1440px) {
  .menuArea .topBox .title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .menuArea .topBox .title {
    font-size: 20px;
  }
}
.menuArea .tagBox {
  overflow: hidden;
  margin-right: 40px;
  padding-bottom: 0;
}
@media (max-width: 1440px) {
  .menuArea .tagBox {
    margin-right: 20px;
  }
}
.menuArea .tagBox .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -21.5px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 992px) {
  .menuArea .tagBox .tagList {
    padding-bottom: 25px;
  }
}
.menuArea .tagBox .tagList .tagItem {
  padding: 0 21.5px;
}
.menuArea .tagBox .tagList .tagItem a {
  color: #ffffff;
  width: 107px;
  height: 107px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.menuArea .tagBox .tagList .tagItem a:hover {
  color: #272e30;
  background-color: #ffffff;
}
.menuArea .tagBox .tagList .tagItem a:hover .title {
  color: #272e30;
}
.menuArea .tagBox .tagList .tagItem a:hover .icon img {
  -webkit-filter: none;
          filter: none;
}
.menuArea .tagBox .tagList .tagItem a.current {
  color: #272e30;
  background-color: #ffffff;
}
.menuArea .tagBox .tagList .tagItem a.current:before {
  display: none;
}
.menuArea .tagBox .tagList .tagItem a.current .title {
  color: #272e30;
}
.menuArea .tagBox .tagList .tagItem a.current .icon img {
  -webkit-filter: none;
          filter: none;
}
.menuArea .tagBox .tagList .tagItem .title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.85px;
  line-height: 1.1764;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.menuArea .tagBox .tagList .tagItem .icon img {
  -webkit-filter: brightness(5);
          filter: brightness(5);
}
@media (max-width: 1440px) {
  .menuArea .tagBox .tagList {
    margin: 0 -5px;
  }
  .menuArea .tagBox .tagList .tagItem {
    padding: 0 5px;
  }
  .menuArea .tagBox .tagList .tagItem a {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 992px) {
  .menuArea .tagBox .tagList .tagItem .title {
    font-size: 15px;
  }
  .menuArea .tagBox .tagList .tagItem .icon img {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .menuArea .tagBox .tagList .tagItem a {
    width: 12vw;
    height: 12vw;
    min-width: 85px;
    min-height: 85px;
  }
}
@media (max-width: 375px) {
  .menuArea .tagBox .tagList .tagItem a {
    min-width: 70px;
    min-height: 70px;
  }
  .menuArea .tagBox .tagList .tagItem .title {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .menuArea .tagBox .tagList .tagItem .icon img {
    width: 35px;
  }
}
@media (max-width: 340px) {
  .menuArea .tagBox .tagList .tagItem a {
    min-width: 65px;
    min-height: 65px;
  }
}
.menuArea .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 570px;
  overflow-y: auto;
}
.menuArea .itemBox::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.menuArea .itemBox::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 2.5px;
}
.menuArea .itemBox::-webkit-scrollbar-track {
  border-radius: 2.5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 992px) {
  .menuArea .itemBox {
    height: 70%;
  }
}
@media (max-width: 768px) {
  .menuArea .itemBox {
    height: 71%;
  }
}
@media (max-width: 480px) {
  .menuArea .itemBox {
    height: 74%;
  }
}
.menuArea .itemBox .bx-wrapper .bx-prev {
  left: -30px;
}
.menuArea .itemBox .bx-wrapper .bx-next {
  right: -30px;
}
.menuArea .itemBox .itemList {
  padding-right: 40px;
}
@media (max-width: 1440px) {
  .menuArea .itemBox .itemList {
    padding-right: 20px;
  }
}
.menuArea .itemBox .itemList li {
  cursor: pointer;
}
.menuArea .itemBox .itemList li .item {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menuArea .itemBox .itemList li .Txt {
  overflow: hidden;
  position: relative;
}
.menuArea .itemBox .itemList li .Txt .sideIcon {
  position: absolute;
  top: 0;
  right: 0;
}
.menuArea .itemBox .itemList li .Txt .sideIcon img {
  width: 32px;
  -webkit-filter: brightness(5);
          filter: brightness(5);
}
.menuArea .itemBox .itemList li .Txt svg {
  color: #ffffff;
  display: inline-block;
}
.menuArea .itemBox .itemList li .Txt h3 {
  color: #ebebeb;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
  padding-right: 40px;
  margin-bottom: 15px;
}
@media (min-width: 993px) {
  .menuArea .itemBox .itemList li .Txt h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .menuArea .itemBox .itemList li .Txt h3 {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .menuArea .itemBox .itemList li .Txt h3 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.menuArea .itemBox .itemList li .Txt .infoList .infoItem {
  color: #c1c0c0;
  font-size: 16px;
  letter-spacing: 1.6px;
  /*x100*/
  line-height: 1.6875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.menuArea .itemBox .itemList li .Txt .infoList .infoItem svg {
  width: 30px;
  margin-right: 4px;
}
.menuArea .itemBox .itemList li .Txt .infoList .infoItem .title {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menuArea .itemBox .itemList li .Txt .infoList .infoItem .title svg {
  margin-top: 8px;
}
.menuArea .itemBox .itemList li .Txt .infoList .infoItem .title .tit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.menuArea .itemBox .itemList li .Txt .infoList .infoItem .txt {
  width: calc(100% - 150px);
  padding-left: 10px;
}
@media (max-width: 992px) {
  .menuArea .itemBox .itemList li .Txt .infoList .infoItem {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 480px) {
  .menuArea .itemBox .itemList li .Txt .infoList .infoItem {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
@media (max-width: 375px) {
  .menuArea .itemBox .itemList li .Txt .infoList .infoItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menuArea .itemBox .itemList li .Txt .infoList .infoItem .title,
.menuArea .itemBox .itemList li .Txt .infoList .infoItem .txt {
    width: 100%;
  }
  .menuArea .itemBox .itemList li .Txt .infoList .infoItem .txt {
    padding-left: 35px;
  }
}
.menuArea .itemBox .itemList li .Txt .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
}
.menuArea .itemBox .itemList li .Txt .btnBox a {
  width: calc(50% - 6.5px);
  display: block;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1;
  border: 1px solid #ffffff;
  border-radius: 20px;
  text-align: center;
  padding: 12.5px 10px;
}
@media (min-width: 1201px) {
  .menuArea .itemBox .itemList li .Txt .btnBox a:hover {
    border-color: #c6171f;
    background-color: #c6171f;
  }
}
@media (max-width: 480px) {
  .menuArea .itemBox .itemList li .Txt .btnBox a {
    font-size: 12px;
    width: calc(50% - 3px);
  }
}
.menuArea .itemBox .btn {
  padding: 30px 20px;
}

.mapArea {
  width: 100%;
  height: 875px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .mapArea {
    height: 700px;
  }
}
.mapArea .mapWrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ccc;
}
.mapArea .mapWrap .btn_close {
  width: 25px;
  height: 60px;
  background-color: #c6171f;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  display: none;
}
@media (min-width: 1201px) {
  .mapArea .mapWrap .btn_close:hover {
    background-color: #981218;
  }
}
@media (max-width: 992px) {
  .mapArea .mapWrap .btn_close {
    display: block;
  }
}
.mapArea #g_map {
  width: 100%;
  height: 100%;
}
.mapArea #g_map .gm-style-mtc, .mapArea #g_map .gm-svpc, .mapArea #g_map .gm-style-cc {
  display: none !important;
}
.mapArea .ginfowindow {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}
.mapArea .ginfowindow strong {
  display: block;
  font-size: 15px;
  font-family: "微軟正黑體";
  color: #000;
}
.mapArea .ginfowindow a {
  text-decoration: underline;
  color: #06f;
}

.introArea {
  width: 400px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  cursor: move;
  display: none;
  padding: 50px 20px 20px;
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 80vh;
  overflow: hidden;
}
@media (max-width: 640px) {
  .introArea {
    display: none !important;
  }
}
.introArea .btn_closeInfo {
  width: 46px;
  height: 46px;
  background-color: #e62a32;
  cursor: pointer;
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-align: center;
}
@media (min-width: 1201px) {
  .introArea .btn_closeInfo:hover {
    background-color: #981218;
  }
}
.introArea .loading {
  width: 100%;
  color: #666;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 999;
  text-align: center;
}
.introArea .tab {
  margin: 0 0 20px 0;
}
.introArea .tab li {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.introArea .tab a {
  width: auto;
  background-color: #2b2b2b;
  color: #ffffff;
  padding: 15px 20px;
  text-align: center;
}
.introArea .tab a::before, .introArea .tab a::after {
  display: none;
}
.introArea .tab a.current {
  background-color: #c6171f;
}
@media (min-width: 1201px) {
  .introArea .tab a:hover {
    background-color: #c6171f;
    color: #ffffff;
  }
}
.introArea .tabContent {
  max-height: calc(80vh - 100px);
  overflow: auto;
  padding-bottom: 0;
  position: relative;
}
.introArea .tabContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.introArea .tabContent::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #f1f1f1;
}
.introArea .tabContent::-webkit-scrollbar-thumb {
  background: #c6171f;
}
.introArea .introBox .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.introArea .introBox .Txt {
  margin-top: 10px;
}
.introArea .introBox .Txt h3 {
  clear: both;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-family: "微軟正黑體";
  color: #930;
}
.introArea .introBox .Txt h3 a {
  color: #2f2f2f;
}
@media (min-width: 1201px) {
  .introArea .introBox .Txt h3 a:hover {
    text-decoration: underline;
  }
}
.introArea .introBox .Txt b {
  display: block;
  font-weight: 400;
  font-size: 13px;
}
.introArea .introBox .Txt b a {
  color: #09f;
}
@media (min-width: 1201px) {
  .introArea .introBox .Txt b a:hover {
    text-decoration: underline;
  }
}
.introArea .introBox .Txt p {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 13px;
  color: #333;
}
.introArea .introBox .Txt .btn {
  margin-top: 15px;
}
.introArea .routBox .adp-placemark {
  display: none;
}
.introArea .routBox .adp-legal {
  margin-top: 10px;
}
.introArea .box.b-box {
  max-height: calc(80vh - 70px);
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
}

.gm-style .gm-style-iw-d {
  overflow: auto !important;
}

.gm-ui-hover-effect {
  right: 0 !important;
  top: 0 !important;
  opacity: 1;
  background-color: #ffffff !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 3px;
}
.gm-ui-hover-effect > span {
  width: 19px !important;
  height: 19px !important;
}

.mapPopups {
  padding: 8px 7px 17px;
  max-width: 275px;
}
.mapPopups .Img img {
  width: 100%;
  border-radius: 3px;
}
.mapPopups .Txt {
  padding: 10px;
}
.mapPopups .Txt > .title {
  color: #191919;
  font-size: 16px;
  letter-spacing: 1.6px;
  font-family: "Montserrat", "Noto Sans TC";
  font-weight: 500;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
  padding-bottom: 11px;
  margin-bottom: 13px;
}
.mapPopups .infoList .infoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mapPopups .infoList .infoItem .title,
.mapPopups .infoList .infoItem .txt {
  color: #191919;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1.571;
  font-family: "Montserrat", "Noto Sans TC";
  font-weight: 500;
}
.mapPopups .infoList .infoItem .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}