@charset "UTF-8";
/* CSS Document */
/*內頁*/
.contentBox {
  max-width: 1100px;
  margin: 0 auto;
}

/*列表頁*/
.spotList {
  margin: 0 -10px;
}
.spotList .spotItem {
  padding: 0 10px;
  margin-bottom: 40px;
}
.spotList .spotItem:hover .title a::after {
  opacity: 1;
}
.spotList .Img {
  position: relative;
  background-color: #000;
  overflow: hidden;
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .spotList .Img {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .spotList .Img {
    max-width: 180px;
  }
}
.spotList .Img:hover img {
  opacity: 0.4;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.spotList .Img:hover a::before {
  opacity: 1;
  top: -20px;
}
.spotList .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.spotList .Txt {
  padding: 15px;
  text-align: center;
  height: 225px;
}
@media (max-width: 480px) {
  .spotList .Txt {
    padding-top: 0;
  }
}
.spotList .Txt .title a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #043248;
}
.spotList .Txt .title a::after {
  content: "";
  display: block;
  position: relative;
  z-index: -1;
  width: 45%;
  height: 15px;
  margin: -10px auto 0;
  background: #e0ceb3;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.spotList .Txt .text {
  margin-top: 30px;
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 5.8px;
  line-height: 1.8;
  height: 100px;
}
@media (max-width: 480px) {
  .spotList .Txt .text {
    margin-top: 10px;
  }
}
.spotList .Txt .distance {
  /*距離計算*/
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}

/****內頁****/
.contentBox .title {
  margin-bottom: 15px;
}
.contentBox .title .articleTitle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  color: #043248;
}
.contentBox .title b {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #043248;
  padding: 5px 0;
}
.contentBox .shareBox {
  float: right;
}
.contentBox .shareBox a {
  cursor: pointer;
  display: block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}
.contentBox .Img {
  margin-bottom: 20px;
}
.contentBox .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.contentBox .link {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contentBox .link {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.contentBox .link a {
  display: inline-block;
  padding: 7px 15px;
  -webkit-box-shadow: 2px 2px 2px #ccc;
          box-shadow: 2px 2px 2px #ccc;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
}

.icon {
  margin: 10px 0;
}
.icon li {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
}
.icon img {
  vertical-align: middle;
  margin-right: 5px;
}

.map {
  border: 1px solid #CCC;
}

#spotMap {
  height: 280px;
}

/*側邊相簿*/
.side_album li {
  width: 33.33%;
  padding: 0 5px 5px 0;
}

@media (max-width: 767px) {
  .col-4 {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media (max-width: 360px) {
  .col-4 {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .top {
    position: static;
    margin: 15px 0;
  }
}

@media (max-width: 767px) {
  .classLink {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
  }
}