@charset "UTF-8";
/**chrome scroll**/
/*logo*/
/*景點分類*/
/*filter*/
/**景點列表**/
/*地圖區塊*/
/**googlemap infowindow**/
/*****右側說明*****/
/*類別*/
/*640*/
/*類別*/
@media screen and (min-width: 960px) {
  ::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background: rgba(120, 107, 73, 0.3);
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(120, 107, 73, 0.8);
  }
  ::-webkit-scrollbar-corner {
    background: #393812;
  }
}

html {
  overflow: hidden;
  height: 100%;
}

body {
  overflow: hidden;
  height: 100%;
}

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

.menuArea.close {
  left: -250px;
}

.topBox {
  position: relative;
}

h1 {
  background: rgba(239, 227, 197, 0.8);
  text-align: center;
}

h1 > a.logo {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/logo.png") no-repeat center center;
  background-size: 40px;
  width: 40px;
  height: 45px;
  text-indent: -9999px;
}

h1 strong {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 16px;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  font-weight: normal;
  color: #FFF;
  line-height: 45px;
  color: #4e4e4e;
}

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

.mapNav {
  padding: 10px;
  border-bottom: 1px solid #D0D0D0;
  background: rgba(243, 189, 57, 0.53);
}

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;
  color: #f05b8f;
}

ul.filter li img {
  width: 10px;
  vertical-align: middle;
  margin-right: 5px;
}

.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;
  box-sizing: border-box;
  transition: all 0.4s ease;
}

ul.itemList li:hover {
  background: #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%;
}

ul.itemList li .Txt {
  overflow: hidden;
}

ul.itemList li .Txt h3 {
  font-size: 13px;
  color: #222;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.itemList li .Txt p {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}

ul.itemList li .Txt p b {
  color: #222;
}

ul.itemList li.current {
  background: #e1e1e1;
}

.mapArea {
  position: relative;
}

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

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

.ginfowindow {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}

.ginfowindow strong {
  display: block;
  font-family: 微軟正黑體;
  font-size: 15px;
  color: #000;
}

.ginfowindow a {
  text-decoration: underline;
  color: #06F;
}

.introArea {
  display: none;
  width: 260px;
  padding: 15px;
  background: #FFF;
  box-shadow: 0 0 10px #CCC;
  position: fixed;
  top: 10%;
  right: 20px;
  z-index: 999;
  box-sizing: border-box;
}

.introArea a.btn_closeInfo {
  cursor: pointer;
  display: block;
  width: 25px;
  height: 25px;
  background: #F1A6A6;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  position: absolute;
  right: 0;
  top: 0;
}

.introArea .loading {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #666;
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 999;
}

.introArea ul.tabContent {
  clear: both;
  padding: 10px 0;
}

.introArea ul.tabContent > li {
  max-height: 400px;
  overflow-y: auto;
}

.introArea .introBox .Img img {
  width: 100%;
  display: block;
}

.introArea .introBox .Txt {
  margin-top: 10px;
}

.introArea .introBox .Txt h3 a {
  color: #2f2f2f;
}

.introArea .introBox .Txt h3 a:hover {
  text-decoration: underline;
}

.introArea .introBox .Txt b {
  display: block;
  font-size: 13px;
  font-weight: normal;
}

.introArea .introBox .Txt b a {
  color: #09F;
}

.introArea .introBox .Txt b a:hover {
  text-decoration: underline;
}

.introArea .introBox .Txt p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
  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;
}

.introArea .Txt h3 {
  clear: both;
  font-family: 微軟正黑體;
  font-size: 16px;
  font-weight: normal;
  color: #930;
  margin-bottom: 10px;
}

.m_filter {
  display: none;
}

@media (max-width: 640px) {
  a.btn_close {
    top: 102px;
  }
  ul.itemList li .Img {
    display: none;
  }
  ul.filter {
    display: none;
  }
  .m_filter {
    display: block;
  }
  .m_filter a.main {
    display: block;
    font-size: 15px;
    font-family: "微軟正黑體", "新細明體", sans-serif;
    color: #5F553E;
    line-height: 35px;
    position: relative;
  }
  .m_filter a.main i {
    display: block;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .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 a img {
    width: 10px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .m_filter ul li:first-child a {
    border: none;
  }
  .introArea {
    display: none !important;
  }
}
