@charset "UTF-8";
/* CSS Document */
.dotsBox {
  width: 100%;
  text-align: center;
}

.dotsBox .dots li {
  display: inline-block;
  margin-right: 8px;
}

.dotsBox .dots li.slick-active button {
  border-color: #0137ca;
}

.dotsBox .dots li button {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.dotsBox .dots li button::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0137ca;
}

.dotsBox .dots li button:focus {
  outline: none;
}

.shareBox {
  float: right;
}

.travelList li {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.travelList .item {
  position: relative;
  -webkit-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}

@media (min-width: 1181px) {
  .travelList .item:hover .Txt::after {
    opacity: 0;
  }
  .travelList .item:hover .ins::before, .travelList .item:hover .ins::after {
    background-size: 100% 5px, 5px 45px, 5px 45px;
  }
  .travelList .item:hover p {
    height: 42px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }
  .travelList .item:hover .more i {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .travelList .item:hover .more i:nth-child(1) {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .travelList .item:hover .more i:nth-child(2) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .travelList .item:hover .more i:nth-child(3) {
    -webkit-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s;
  }
  .travelList .item:hover .more i:nth-child(4) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
}

.travelList .Img img {
  display: block;
  width: 100%;
  min-height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
}

.travelList .Txt {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 100%;
  pointer-events: none;
}

.travelList .Txt::after {
  content: 'Services';
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 75px;
  font-family: "Playfair Display", "Noto Serif TC", "微軟正黑體", serif;
  font-size: 13px;
  letter-spacing: .02em;
  color: #fff;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, left bottom, to(rgba(255, 255, 255, 0.3)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 100%);
  background-size: 1px 55px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.travelList .ins {
  position: relative;
  width: 100%;
  padding: 70px 0;
  text-align: center;
}

.travelList .ins::before, .travelList .ins::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 240px;
  height: 70px;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.travelList .ins::before {
  top: 0;
  background-image: -webkit-gradient(linear, left top, right top, to(white)), -webkit-gradient(linear, left top, left bottom, to(white)), -webkit-gradient(linear, left top, left bottom, to(white));
  background-image: -webkit-linear-gradient(left, white 100%), -webkit-linear-gradient(top, white 100%), -webkit-linear-gradient(top, white 100%);
  background-image: -o-linear-gradient(left, white 100%), -o-linear-gradient(top, white 100%), -o-linear-gradient(top, white 100%);
  background-image: linear-gradient(to right, white 100%), linear-gradient(to bottom, white 100%), linear-gradient(to bottom, white 100%);
  background-size: 0 5px, 5px 0, 5px 0;
  background-position: 50% 0, 0 0, 100% 0;
}

.travelList .ins::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, to(white)), -webkit-gradient(linear, left bottom, left top, to(white)), -webkit-gradient(linear, left bottom, left top, to(white));
  background-image: -webkit-linear-gradient(left, white 100%), -webkit-linear-gradient(bottom, white 100%), -webkit-linear-gradient(bottom, white 100%);
  background-image: -o-linear-gradient(left, white 100%), -o-linear-gradient(bottom, white 100%), -o-linear-gradient(bottom, white 100%);
  background-image: linear-gradient(to right, white 100%), linear-gradient(to top, white 100%), linear-gradient(to top, white 100%);
  background-size: 0 5px, 5px 0, 5px 0;
  background-position: 50% 100%, 0 100%, 100% 100%;
}

.travelList h3 a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: .12em;
  color: #fff;
}

@media (max-width: 480px) {
  .travelList h3 a {
    font-size: 16px;
  }
}

.travelList h4 a {
  display: block;
  margin-bottom: 8px;
  font-family: "Playfair Display", "Noto Serif TC", "微軟正黑體", serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: .02em;
  color: #fff;
  line-height: 1.2;
}

@media (max-width: 480px) {
  .travelList h4 a {
    font-size: 20px;
  }
}

.travelList p {
  height: 0;
  padding-top: 10px;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: .06em;
  color: #e9e9e9;
  line-height: 1.5;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.travelList .more {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Playfair Display", "Noto Serif TC", "微軟正黑體", serif;
  font-size: 12px;
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.travelList .more i {
  display: inline-block;
  font-style: normal;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.serviceArea .travelList {
  margin-top: 50px;
  -webkit-box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.23);
}

.serviceArea .travelList li:not(.slick-active) {
  opacity: 0;
}

.mainTitle {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: .05em;
  color: #008fdf;
}

.mainTitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 20px;
  background-color: #008fdf;
}

.travelListArea .travelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.travelListArea .travelList li {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.travelListArea .travelList .Img {
  -webkit-box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.23);
}

.travelArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .travelArea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.travelArea .map {
  width: 50%;
}

@media (min-width: 768px) {
  .travelArea .map {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .travelArea .map {
    width: 100%;
    height: 350px;
  }
}

.travelSchedule {
  width: 50%;
  padding: 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .travelSchedule {
    max-height: 530px;
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .travelSchedule {
    width: 100%;
  }
}

.travelSchedule > li {
  margin-bottom: 60px;
  cursor: pointer;
}

.travelSchedule .context {
  padding-bottom: 15px;
  font-size: 14px;
  color: #999;
  letter-spacing: .05em;
}

.travelSchedule .check_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.travelSchedule .check_point:not(:first-child) {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
  margin-top: 20px;
}

.travelSchedule .check_point:hover h3 {
  color: #008fdf;
}

.travelSchedule .check_point:hover .icon {
  color: #fff;
  background-color: #008fdf;
}

.travelSchedule h2 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: .12em;
  color: #008fdf;
  font-weight: 400;
}

.travelSchedule h3 {
  padding-bottom: 8px;
  font-weight: 400;
  font-family: "Playfair Display", "Noto Serif TC", "微軟正黑體", serif;
  font-size: 16px;
  letter-spacing: .08em;
  color: #3e3a32;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.travelSchedule h3 .time {
  font-size: 18px;
  margin-right: 10px;
}

.travelSchedule p {
  font-size: 14px;
  letter-spacing: .08em;
  color: #999;
}

.travelSchedule .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: #008fdf;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.travelSchedule .right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.travelSchedule .icon-map {
  width: 14px;
  height: 18px;
}
