@charset "UTF-8";
html,
body {
  overflow: hidden;
  height: 100%;
}

@media screen and (min-width: 960px) {
  /**chrome scroll**/
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(120, 107, 73, 0.3);
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(120, 107, 73, 0.8);
  }

  ::-webkit-scrollbar-corner {
    background-color: #393812;
  }
}
.menuArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 250px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.4s ease;
}
.menuArea.close {
  left: -250px;
}

.topBox {
  position: relative;
}

/*logo*/
h1 {
  text-align: center;
  background-color: rgba(120, 107, 73, 0.8);
}
h1 > a.logo {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 45px;
  text-indent: -9999px;
  background: url("../images/logo.png") no-repeat center top;
  background-size: auto 80%;
  background-position: center;
}
h1 strong {
  display: inline-block;
  vertical-align: middle;
  line-height: 45px;
  margin-left: 8px;
  font-weight: 400;
  font-size: 16px;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  color: #fff;
}

a.btn_close {
  position: absolute;
  left: 100%;
  top: 0;
  display: block;
  width: 25px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  background-color: #5f553e;
}

/*景點分類*/
.mapNav {
  padding: 10px;
  border-bottom: 1px solid #d0d0d0;
  background-color: rgba(202, 195, 176, 0.53);
}

/*filter*/
ul.filter li {
  display: inline-block;
  margin: 3px 1px;
}
ul.filter li > a {
  display: block;
  padding: 5px;
  font-size: 12px;
  color: #464646;
  border: 1px solid #afafae;
}
ul.filter li > a:hover {
  text-decoration: underline;
}
ul.filter li img {
  width: 10px;
  margin-right: 5px;
  vertical-align: middle;
}
ul.filter li > a:hover {
  color: #f05b8f;
}

/**景點列表**/
.itemBox .bx-wrapper .bx-prev {
  left: -30px;
}
.itemBox .bx-wrapper .bx-next {
  right: -30px;
}

ul.itemList {
  height: 100%;
  overflow-y: auto;
}
ul.itemList li {
  cursor: pointer;
  padding: 15px;
  border-bottom: 1px solid #dadada;
  box-shadow: 0 1px #fff;
  transition: all 0.4s ease;
}
ul.itemList li:hover, ul.itemList li.current {
  background-color: #e1e1e1;
}
ul.itemList li .Img {
  float: left;
  margin-right: 7px;
  width: 70px;
  height: 50px;
  overflow: hidden;
}
ul.itemList li .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
ul.itemList li .Txt {
  overflow: hidden;
}
ul.itemList li .Txt h3 {
  font-size: 13px;
  color: #222;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.itemList li .Txt p {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}
ul.itemList li .Txt p b {
  color: #222;
}

/*地圖區塊*/
.mapArea {
  position: relative;
}

.mapWrap {
  position: relative;
  width: 100%;
  background-color: #ccc;
}

#g_map {
  width: 100%;
  height: 100%;
}

/**googlemap infowindow**/
.ginfowindow {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}
.ginfowindow strong {
  display: block;
  font-size: 15px;
  font-family: "微軟正黑體";
  color: #000;
}
.ginfowindow a {
  text-decoration: underline;
  color: #06f;
}

/*****右側說明*****/
.introArea {
  position: fixed;
  top: 10%;
  right: 20px;
  z-index: 999;
  display: none;
  width: 260px;
  padding: 15px;
  box-shadow: 0 0 10px #ccc;
  background-color: #fff;
}
.introArea a.btn_closeInfo {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #f1a6a6;
  cursor: pointer;
}
.introArea .loading {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 999;
  width: 100%;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.introArea ul.tabContent {
  clear: both;
  padding: 10px 0;
}
.introArea ul.tabContent > li {
  max-height: 400px;
  overflow-y: auto;
}
.introArea .introBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.introArea .introBox .Txt {
  margin-top: 10px;
}
.introArea .Txt h3 {
  clear: both;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-family: "微軟正黑體";
  color: #930;
}
.introArea .introBox .Txt h3 a {
  color: #2f2f2f;
}
.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;
}
.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 .introBox .Txt .btn a {
  color: #aa0002;
}
.introArea .introBox .Txt .btn a:hover {
  text-decoration: underline;
}

/*類別*/
.m_filter {
  display: none;
}

/*640*/
@media (max-width: 640px) {
  a.btn_close {
    top: 102px;
  }

  ul.itemList li .Img, ul.filter {
    display: none;
  }

  /*類別*/
  .m_filter {
    display: block;
  }
  .m_filter a.main {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 35px;
    color: #5f553e;
    font-family: "微軟正黑體", "新細明體", sans-serif;
  }
  .m_filter a.main i {
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
  }
  .m_filter ul {
    display: none;
  }
  .m_filter ul li a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #bbbab7;
    font-size: 13px;
    color: #222;
  }
  .m_filter ul li:first-child a {
    border: none;
  }
  .m_filter ul li a img {
    width: 10px;
    vertical-align: middle;
    margin-right: 5px;
  }

  .introArea {
    display: none !important;
  }
}