body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #656565;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  display: block;
}

.Futura-Std-Light {
  font-family: "Futura-Std-Light";
}

/*全部*/
.all {
  width: 100%;
  overflow: hidden;
}

.pointer{
  cursor: pointer;
}

/*主要內容*/
.main {
  width: 100%;
  height: auto;
  position: relative;
  background-image: url("../img/02/02-open/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

.main1 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #656565;
}

.main1-banner {
  width: 93.8%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 15vw;
  transform: translateX(-50%);
}

.main-r2 {
  width: 60%;
  height: auto;
  float: left;
}

.main-txt {
  width: 80%;
  height: auto;
  margin: 28% auto 0 auto;
}

.year {
  width: 12.7vw;
  height: 14.3vw;
  line-height: 14.3vw;
  font-family: "Futura-Std-Book";
  color: #707070;
  text-align: center;
  margin: 0 auto;
  background-image: url(../img/02/02-open/year-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 4vw;
}

.title {
  width: 100%;
  height: auto;
  font-size: 5.7vw;
  color: #fff;
  font-family: "DFHeiStd-W3";
  text-align: center;
  margin: 7% 0 0 0;
}

.main-txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 6%;
}

.main-txt ul li {
  line-height: 9vw;
  border-bottom: 0.5px solid #fff;
}

.main-txt ul li:last-child {
  border-bottom: none;
}

.li-title {
  display: inline-block;
  font-size: 3.7vw;
  letter-spacing: 0.3vw;
  color: #fff;
  font-family: "DFHeiStd-W5";
  position: relative;
}

.li-title::after {
  content: "";
  width: 0.6vw;
  height: 3.5vw;
  position: absolute;
  right: -2.5vw;
  top: 2.85vw;
  background-color: #bffdff;
}

.li-content {
  display: inline-block;
  font-size: 3.5vw;
  letter-spacing: 0.3vw;
  color: #fff;
  font-family: "DFHeiStd-W3";
  margin-left: 7%;
}

.booking-icon{
  width: 4.1vw;
  height: 3vw;
  line-height: 3vw;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

.booking-icon2{
  width: 3.5vw;
  height: 3vw;
  line-height: 3vw;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1vw;
}

.booking-txt{
  height: 9vw;
  line-height: 9vw;
  display: inline-block;
  font-size: 3.8vw;
  letter-spacing: 0.5vw;
  color: #fff;
  font-family: "DFHeiStd-W5";
  margin:0 3vw 0 1vw;
}

.gallery{
  width: 80%;
  margin: 2% auto auto auto;
}

.prevnext {
  width: 80vw;
  height: 7.2vw;
  line-height: 7.2vw;
  background-image: url(../img/02/02-open/prevnext-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 13% auto 13% auto;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 3vw;
  font-family: "DFHeiStd-W3";
  cursor: pointer;
}

.prev {
  width: 29.5vw;
  height: 7.2vw;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}

.prev:hover {
  background-image: url(../img/02/02-open/prevnext-bg-hover2.png);
  color: #606060;
}

.middle {
  width: 31vw;
  height: 7.2vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 24.5vw;
  top: 0;
}

.middle:hover {
  background-image: url(../img/02/02-open/prevnext-bg-hover1.png);
  color: #606060;
}

.next {
  width: 29.8vw;
  height: 7.2vw;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.next:hover {
  background-image: url(../img/02/02-open/prevnext-bg-hover3.png);
  color: #606060;
}

.all-banner {
  width: 80%;
  height: auto;
  position: relative;
  margin: 5% auto 0 auto;
}

.all-banner::after{
  content: "";
  clear: both;
  display: block;
}

.all-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.b-banner{
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}

.img1 {
  width: 49.5%;
  height: 37vw;
  position: relative;
  float: left;
  cursor: pointer;
  overflow: hidden;
  margin: 0 1% 1% 0;
}

.img2 {
  width: 49.5%;
  height: 37vw;
  position: relative;
  float: left;
  cursor: pointer;
  overflow: hidden;
  margin: 0 0 1% 0;
}

.img3 {
  width: 100%;
  height: 44vw;
  position: relative;
  float: left;
  cursor: pointer;
  overflow: hidden;
  margin: 0 0 1% 0;
}

.img4 {
  width: 49.5%;
  height: 51vw;
  position: relative;
  float: left;
  cursor: pointer;
  overflow: hidden;
  margin: 0 1% 1% 0;
}

.img5 {
  width: 49.5%;
  height: 51vw;
  position: relative;
  float: left;
  cursor: pointer;
  overflow: hidden;
  margin: 0 0 1% 0;
}

.img6 {
  width: 100%;
  height: 118vw;
  position: relative;
  float: left;
  cursor: pointer;
  overflow: hidden;
  margin: 0 0 1% 0;
}

.banner-txt{
  font-family: "DFHeiStd-W5";
  color: #fff;
  text-align: center;
  font-size: 4vw;
  bottom: 3%;
  right: 2%;
  position: absolute;
  letter-spacing: 0.3vw;
}

.banner-txt2{
  font-family: "DFHeiStd-W5";
  color: #fff;
  text-align: center;
  font-size: 4vw;
  bottom: 3%;
  right: 6%;
  position: absolute;
  letter-spacing: 0.3vw;
}

/*開圖*/

.open-banner {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.banner-closeBtn {
  width: 7.8%;
  position: absolute;
  right: 6%;
  top: 3%;
}

.open-pic {
  width: 80%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  color: #fff;
  text-align: left;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  color: #fff;
  text-align: left;
}

/*輪播*/
.swiper-container {
  width: 100%;
  height: 38vw;
  margin-top: 0;
  position: relative;
  padding-right: 5%;
  box-sizing: border-box;
}

.swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  /* 未轮播到的图片分页样式 */
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2vw;
  height: 1.25vw;
  margin: 0 2% !important;
  opacity: 1;
  border: none;
  background-color: transparent;
}

.swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 1%;
}

/* 
.all-::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  background-image: url(../img/scrollline2.png);
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: contain;
}

.all-::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}

.all-::-webkit-scrollbar-thumb {
  background-color: #fff;
} */

/* 滾動條的設定 */
.all-::-webkit-scrollbar {
  height: 9px;
  background-color: transparent;
}
.all-::-webkit-scrollbar-track {
  background-image: url(../img/scrollline2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
} /* the new scrollbar will have a flat appearance with the set background color */

.all-::-webkit-scrollbar-thumb {
  background-color: #bffdff;
  border-radius: 9px;
  cursor: pointer;
} /* this will style the thumb, ignoring the track
