@charset "UTF-8";
/* CSS Document */
/*列表頁*/
.spotList {
  margin: 0 -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1540px) {
  .spotList {
    margin: 0 -15px;
  }
}
@media (max-width: 1350px) {
  .spotList {
    margin: 0 -10px;
  }
}
.spotList .spotItem {
  width: 33.33%;
  padding: 0px 20px;
  margin-bottom: 60px;
}
@media (max-width: 1540px) {
  .spotList .spotItem {
    padding: 0px 15px;
  }
}
@media (max-width: 1350px) {
  .spotList .spotItem {
    padding: 0px 10px;
  }
}
@media (max-width: 1023px) {
  .spotList .spotItem {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .spotList .spotItem {
    width: 100%;
  }
}
.spotList .textBox {
  padding: 16px 0 22px;
}
@media (max-width: 1540px) {
  .spotList .textBox {
    padding: 10px 0;
  }
}
.spotList .Img {
  position: relative;
}
.spotList .title {
  font-size: 20px;
  color: #252B17;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1540px) {
  .spotList .title {
    font-size: 18px;
  }
}
@media (max-width: 1350px) {
  .spotList .title {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .spotList .title {
    font-size: 20px;
  }
}
.spotList .text {
  font-family: "Lato", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  color: #879177;
  letter-spacing: 0.7px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1540px) {
  .spotList .text {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .spotList .text {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  .spotList .text {
    font-size: 15px;
  }
}
.spotList .distance {
  font-size: 14px;
  color: #879177;
}
.spotList .bottom {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd6cf;
}
@media (max-width: 1023px) {
  .spotList .bottom {
    display: block;
  }
}
.spotList .bottom .distance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.spotList .bottom .distance .icon {
  margin-right: 5px;
}
.spotList .bottom .distance.hotel {
  margin-right: 40px;
}
@media (max-width: 1023px) {
  .spotList .bottom .distance.hotel {
    margin-right: 0;
  }
}
.spotList .bottom .distance.hotel .icon {
  width: 13px;
  height: 18px;
}
.spotList .bottom .distance.hotel .txt {
  width: calc(100% - 18px);
}
.spotList .bottom .distance.car .icon {
  width: 22px;
  height: 15px;
}
.spotList .bottom .distance.car .txt {
  width: calc(100% - 27px);
}

/****內頁****/
.contentBox .leftBox {
  float: left;
  width: 67%;
}
.contentBox .title {
  margin-bottom: 15px;
}
.contentBox .title b {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #89ba2a;
  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%;
  height: auto;
  display: block;
}
.contentBox .rightBox {
  float: right;
  width: 28%;
}
.contentBox .link {
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .contentBox .link {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.contentBox .link a {
  display: inline-block;
  padding: 7px 15px;
  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: 800px) {
  .col-4 {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media (max-width: 360px) {
  .col-4 {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 800px) {
  .top {
    position: static;
    margin: 15px 0;
  }
}

@media (max-width: 800px) {
  .classLink {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
  }
}

.newsContentBox {
  border-top: #CCC 1px solid;
}
.newsContentBox .textEditor {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 40px;
}
.newsContentBox:not(.show) {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.newsContentBox.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.7s linear;
}