@charset "UTF-8";
/* CSS Document */
.spotList .btnBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*內頁*/
@media (max-width: 767px) {
  .contentBox .leftBox {
    float: none;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contentBox .rightBox {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

/*列表頁*/
.spotList {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spotList .spotItem {
  width: 50%;
  padding: 30px;
}
.spotList .spotItem:nth-child(even) {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .spotList .spotItem:nth-child(even) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .spotList .spotItem {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .spotList .spotItem:hover .btnBox {
    opacity: 1;
  }
}
.spotList .Img {
  position: relative;
  border-radius: 80px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .spotList .Img {
    border-radius: 40px;
  }
}
.spotList .Img.imh_detail a::before {
  margin-left: -35px;
}
.spotList .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}
.spotList .btnBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spotList .btnBox .btn {
  margin: 0 10px;
}
.spotList .Txt {
  text-align: left;
  padding: 10px 0;
  width: 100%;
}
.spotList .Txt .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .spotList .Txt .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 10px;
  }
}
.spotList .Txt .title a {
  font-family: "Noto Serif TC", "Microsoft JhengHei", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spotList .Txt .text {
  margin-top: 10px;
  height: 80px;
  color: #7e848d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
}

/****內頁****/
.contentBox .leftBox {
  float: left;
  width: 67%;
}
.contentBox .title {
  margin-bottom: 15px;
}
.contentBox .title b {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #002554;
  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 .rightBox {
  float: right;
  width: 28%;
}
.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;
  }
}