@charset "UTF-8";
/* CSS Document */
.albumBox .side_album .slick-prev,
.albumBox .side_album .slick-next, .spotList .Img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.textEditor .infoList li a, .textEditor .infoList li, .textEditor p {
  color: #313131;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 2.06;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.mainArea.ins .leftBox {
  width: 850px;
  position: relative;
}
.mainArea.ins .rightBox {
  max-width: 810px;
  width: calc(100% - 850px);
  padding-left: 110px;
}
@media (max-width: 1600px) {
  .mainArea.ins .leftBox,
.mainArea.ins .rightBox {
    width: 50%;
  }
  .mainArea.ins .rightBox {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1180px) {
  .mainArea.ins .rightBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .mainArea.ins {
    padding: 50px 20px;
  }
  .mainArea.ins .leftBox,
.mainArea.ins .rightBox {
    width: 100%;
  }
  .mainArea.ins .rightBox {
    padding-left: 0;
    padding-right: 0;
  }
}

.inside_title {
  color: #5e5e5e;
  font-size: 15px;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.525px;
}

/*內頁*/
.contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contentBox .leftBox {
  width: 150px;
}
.contentBox .rightBox {
  width: calc(100% - 150px);
  padding-left: 62px;
}
@media (max-width: 1024px) {
  .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contentBox .leftBox,
.contentBox .rightBox {
    width: 100%;
  }
  .contentBox .rightBox {
    padding-left: 0;
    padding-top: 35px;
  }
}
.contentBox .rightBox {
  padding-left: 160px;
}
@media (max-width: 1440px) {
  .contentBox .rightBox {
    padding-left: 62px;
  }
}
@media (max-width: 1024px) {
  .contentBox .rightBox {
    padding-left: 0;
  }
}

/*列表頁*/
.spotList {
  margin: 0 -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spotList li {
  width: 50%;
  padding: 0 18px;
}
@media (min-width: 1181px) {
  .spotList li:nth-child(even) .item .categoryBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1025px) {
  .spotList li:nth-child(even) {
    margin-top: 96px;
  }
  .spotList li:nth-child(odd) {
    margin-top: 14px;
  }
  .spotList li:first-child {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .spotList {
    margin: 0 -15px;
  }
  .spotList li {
    padding: 0 15px 30px;
  }
}
@media (max-width: 600px) {
  .spotList {
    margin: 0;
  }
  .spotList li {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .spotList li:last-child {
    padding-bottom: 0;
  }
}
.spotList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.spotList .item .categoryBox {
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spotList .item .categoryBox > div {
  color: #101010;
  font-size: 12px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  letter-spacing: 1.2px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.spotList .item .categoryBox .line {
  display: inline-block;
  width: 1px;
  height: 230px;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 8px 0;
}
.spotList .item .mainBox {
  width: calc(100% - 48px);
  position: relative;
}
@media (max-width: 1180px) {
  .spotList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spotList .item .categoryBox,
.spotList .item .mainBox {
    width: 100%;
  }
  .spotList .item .categoryBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
  }
  .spotList .item .categoryBox > div {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .spotList .item .categoryBox .number,
.spotList .item .categoryBox .m_en_title {
    background-color: #ffffff;
  }
  .spotList .item .categoryBox .number {
    padding-right: 8px;
  }
  .spotList .item .categoryBox .m_en_title {
    padding-left: 8px;
  }
  .spotList .item .categoryBox .line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
}
.spotList .Img {
  line-height: 1;
}
.spotList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.spotList .Txt {
  padding: 20px 0 20px 15px;
  background-color: #ffffff;
  margin-top: -48px;
  position: relative;
  z-index: 1;
  max-width: 330px;
}
.spotList .Txt .title {
  padding-left: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.spotList .Txt .title a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  font-family: "Noto Serif TC";
}
.spotList .Txt .title a:hover {
  color: #f39800;
}
.spotList .Txt p {
  height: 65px;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1.5px;
  color: #6c6c6c;
}
.spotList .Txt .m_ch_title {
  color: #5e5e5e;
  font-size: 15px;
  font-family: "Noto Serif TC";
  padding-bottom: 15px;
}
.spotList .Txt .m_ch_title svg {
  width: 12px;
  height: 17px;
  margin-right: 6px;
  vertical-align: bottom;
}
.spotList .Txt b {
  /*距離計算*/
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}

/****內頁****/
.map #spotMap {
  width: 100%;
  height: 385px;
}
.map .gmnoprint,
.map .gm-svpc,
.map .gm-control-active.gm-fullscreen-control {
  display: none !important;
}

/*側邊相簿*/
.albumBox {
  position: relative;
}
.albumBox .side_photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 94px;
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #535353;
  z-index: 2;
  color: #ffffff;
  font-size: 14px;
  font-family: "Noto Serif TC";
  pointer-events: none;
}
.albumBox .side_photo svg {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .albumBox .side_photo {
    width: 70px;
    height: 70px;
    font-size: 12px;
  }
  .albumBox .side_photo svg {
    width: 25px;
    height: 18px;
    margin-bottom: 7px;
  }
}
@media (max-width: 480px) {
  .albumBox .side_photo {
    width: 44px;
    height: 44px;
  }
  .albumBox .side_photo .txt {
    display: none;
  }
  .albumBox .side_photo svg {
    margin-bottom: 0;
  }
}
.albumBox .side_album .slick-prev,
.albumBox .side_album .slick-next {
  color: #ffffff;
}
.albumBox .side_album .slick-prev:hover,
.albumBox .side_album .slick-next:hover {
  color: #f39800;
}
.albumBox .side_album .slick-prev {
  left: 22px;
}
.albumBox .side_album .slick-next {
  right: 22px;
}
@media (max-width: 480px) {
  .albumBox .side_album a img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 240px;
  }
}

.sideTitle {
  position: absolute;
  left: 40px;
  top: 40px;
}
.sideTitle > div {
  color: #ffffff;
  font-size: 28px;
  font-family: "Noto Serif TC";
  font-weight: 500;
  letter-spacing: 4.2px;
  line-height: 1.464;
}
@media (max-width: 768px) {
  .sideTitle > div {
    font-size: 25px;
    letter-spacing: 4px;
    letter-spacing: 3.75px;
  }
}
.sideTitle.noPic {
  position: relative;
  left: 0;
  top: 0;
  padding-left: 40px;
  padding-bottom: 40px;
}
.sideTitle.noPic > div {
  color: #000000;
}
@media (max-width: 1024px) {
  .sideTitle.noPic {
    padding-left: 0;
    padding-bottom: 20px;
  }
}

.mTitle_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
.mTitle_share .mTitle {
  color: #5e5e5e;
  width: calc(100% - 200px);
  padding-right: 20px;
}
.mTitle_share .mTitle:before {
  content: "";
  width: 2px;
  height: 14px;
  display: inline-block;
  background-color: #535353;
  margin-right: 8px;
  vertical-align: -1px;
}
.mTitle_share .mTitle .chTxt {
  font-size: 15px;
  font-family: "Noto Serif TC";
  letter-spacing: 0.525px;
}
.mTitle_share .mTitle .enTxt {
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 1.2px;
}
.mTitle_share .shareBox {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mTitle_share .shareBox .inside_title {
  margin-right: 10px;
}
.mTitle_share .shareBox .shareList {
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mTitle_share .shareBox .shareList li.copylink {
  display: none;
}
@media (max-width: 480px) {
  .mTitle_share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
  .mTitle_share .mTitle,
.mTitle_share .shareBox {
    width: 100%;
  }
  .mTitle_share .mTitle {
    padding-right: 0;
    padding-bottom: 15px;
  }
}

.titleBar {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.titleBar .articleTitle {
  margin-bottom: 20px;
}
.titleBar .driveInfo {
  color: #5e5e5e;
  font-size: 16px;
  font-family: "Noto Serif TC";
}
.titleBar .driveInfo .distance {
  margin-right: 25px;
}
.titleBar .driveInfo svg {
  margin-right: 10px;
}
@media (max-width: 400px) {
  .titleBar .driveInfo .distance {
    margin-right: 0;
    padding-bottom: 10px;
  }
  .titleBar .driveInfo > span {
    display: block;
  }
}

.textEditor .editorTitle {
  color: #000000;
  font-size: 18px;
  font-family: "Noto Serif TC";
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.7;
  padding-bottom: 15px;
}
.textEditor .editorGroup {
  padding-top: 40px;
}
.textEditor .infoList {
  padding-left: 0 !important;
  list-style: none !important;
}
.textEditor .infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  color: #5b5b5b;
}
.textEditor .infoList li a {
  color: #5b5b5b;
}
.textEditor .infoList li span {
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 2.06;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.textEditor .infoList li span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 11px;
  background-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 1180px) {
  .backPageBox .txt {
    display: block;
  }
}