@charset "UTF-8";
.fullBox {
  position: relative;
  width: calc(100vw - 17px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* CSS Document */
/*列表頁*/
ul.spotList {
  margin: 0 -9px;
}

ul.spotList li {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
  padding: 0 9px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

ul.spotList li:hover .Img:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -20%) rotateY(360deg);
          transform: translate(-50%, -20%) rotateY(360deg);
}

ul.spotList li:hover .Img img {
  opacity: .2;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

ul.spotList li:hover h3 {
  background: rgba(173, 130, 64, 0.95);
}

ul.spotList li:hover h3 a {
  color: #fff;
}

ul.spotList li:hover h4 a:after {
  background: #ad8240;
}

ul.spotList li:hover .Txt {
  border-color: #170704;
}

ul.spotList .Img {
  position: relative;
  background: #090201;
  overflow: hidden;
}

ul.spotList .Img:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateY(0deg);
          transform: translate(-50%, -50%) rotateY(0deg);
  width: 50px;
  height: 50px;
  background: url("../images/icon_marker.png") no-repeat;
  opacity: 0;
  transition: all .5s;
}

ul.spotList .Img img {
  display: block;
  width: 100%;
  transition: all .5s;
}

ul.spotList h3 {
  position: relative;
  margin: -35px auto 0;
  width: 190px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  transition: all .5s;
}

ul.spotList h3 a {
  display: block;
  font-size: 18px;
  letter-spacing: .05em;
  font-weight: normal;
  color: #170704;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.spotList h4 {
  text-align: center;
  margin-top: 10px;
}

ul.spotList h4 a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #999;
  font-family: Arial, sans-serif, "微軟正黑體";
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.spotList h4 a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -12.5px;
  width: 25px;
  height: 2px;
  background: #e5e5e5;
  transition: all .5s;
}

ul.spotList p {
  font-size: 14px;
  color: #444;
  letter-spacing: .05em;
  line-height: 20px;
  height: 60px;
  margin-bottom: 15px;
}

ul.spotList .Txt {
  padding: 0px 25px 20px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
  transition: all .5s;
}

ul.spotList .note {
  font-size: 13px;
  color: #ad8240;
}

/****內頁****/
.contentBox .leftBox {
  float: left;
  width: 67%;
}

.contentBox .leftBox .title {
  margin-bottom: 15px;
}

.contentBox .leftBox .title b {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #956818;
  padding: 5px 0;
}

.contentBox .leftBox .shareBox {
  float: right;
}

.contentBox .leftBox .shareBox a {
  cursor: pointer;
  display: block;
  vertical-align: middle;
  padding: 3px 5px;
  font-size: 12px;
  color: #FFF;
  border-radius: 3px;
  transition: none;
}

.contentBox .leftBox .Img {
  margin-bottom: 20px;
}

.contentBox .leftBox .Img img {
  width: 100%;
}

.contentBox .rightBox {
  float: right;
  width: 28%;
}

.contentBox .rightBox .link {
  margin-bottom: 15px;
}

.contentBox .rightBox .link a {
  display: inline-block;
  padding: 7px 15px;
  font-size: 16px;
  color: #FFF;
  box-shadow: 2px 2px 2px #CCC;
  border-radius: 3px;
  transition: none;
}

ul.icon {
  margin: 10px 0;
}

ul.icon li {
  display: inline-block;
  font-size: 13px;
  margin-right: 15px;
}

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

.map {
  border: 1px solid #CCC;
}

#spotMap {
  height: 280px;
}

/*側邊相簿*/
ul.side_album li {
  width: 33.33%;
  padding: 0 5px 5px 0;
}

@media (max-width: 767px) {
  .top .link {
    float: none;
    width: 100%;
    text-align: center;
  }
  .col-4 {
    width: 50%;
    margin-bottom: 25px;
  }
  .top {
    position: static;
    margin: 15px 0;
  }
  .top ul.classLink {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
  }
  .top .link {
    float: none;
    width: 100%;
    text-align: center;
  }
  /*內頁*/
  .contentBox .leftBox {
    float: none;
    width: 100%;
    padding: 0;
  }
  .contentBox .rightBox {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  ul.side_album li {
    width: 20%;
  }
}

@media (max-width: 360px) {
  .col-4 {
    width: 100%;
    margin-bottom: 25px;
  }
}
