@charset "UTF-8";
/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

.btn {
  position: absolute;
  background-color: rgba(33, 242, 90, 0);
  z-index: 999;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 767px) {
  .mob {
    display: block;
  }
}

#p01,
#p02,
#p03,
#p04,
#p05,
#p06,
#p07,
#p08,
#p09,
#p10 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.abs {
  position: absolute;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div,
span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

/*解決滾動到區塊時出現框線問題*/
a,
a:hover {
  text-decoration: none;
}

a img:hover {
  transform: scale(0.95, 0.95);
  transition: all 0.2s ease-out;
}

header {
  position: relative;
  margin: 0 auto;
}

/*---kv---*/
.kv {
  position: relative;
  overflow: hidden;
}

.logo_01 {
  width: 6%;
  position: absolute;
  top: 26%;
  left: 3%;
  z-index: 9;
}
@media (max-width: 767px) {
  .logo_01 {
    width: 12%;
    top: 1%;
    left: 36%;
  }
}

.logo_02 {
  width: 6%;
  position: absolute;
  top: 26%;
  left: 10%;
  z-index: 10;
}
@media (max-width: 767px) {
  .logo_02 {
    width: 11%;
    top: 1.5%;
    left: 52%;
  }
}

.kv_box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.kv_box .title_01 {
  width: 100%;
  position: absolute;
  z-index: 6;
}
.kv_box .title_02 {
  width: 100%;
  position: absolute;
  z-index: 7;
}
.kv_box .title_03 {
  width: 100%;
  position: absolute;
  z-index: 8;
}

.kv_swiper {
  position: absolute;
  z-index: 2;
}

ul.menu {
  width: 100%;
  position: absolute;
  bottom: 12%;
  z-index: 9;
  display: flex;
  justify-content: center;
}
ul.menu li {
  padding: 0 0.5%;
  border-left: 3px solid #fff;
}
ul.menu li:last-child {
  border-right: 3px solid #fff;
}
@media (max-width: 768px) {
  ul.menu li {
    padding: 0 1%;
  }
}
ul.menu li a {
  color: #fff;
  font-size: 1.1vw;
  position: relative;
  text-shadow: 0 0 4px #1b1464, 0 0 4px #1b1464, 0 0 4px #1b1464, 0 0 4px #1b1464, 0 0 4px #1b1464, 0 0 4px #1b1464;
  font-weight: bold;
}
@media (max-width: 768px) {
  ul.menu li a {
    font-size: 3.5vw;
  }
}
ul.menu li a:hover {
  color: #fcee21;
  transition: all 0.3s ease-out;
}

main {
  margin-top: -0.5%;
}

.item {
  position: absolute;
}

.item_a {
  z-index: 2;
}

.item_b {
  z-index: 3;
}

.btn_buy {
  display: block;
  width: 8.4%;
  position: fixed;
  right: 1%;
  bottom: 1%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 2s ease-in-out infinite;
}
.btn_buy:hover {
  animation: none;
}
@media (max-width: 767px) {
  .btn_buy {
    width: 15%;
    right: 1%;
    bottom: 2%;
  }
}

@keyframes buy_ani {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*--- p02 ---*/
.scenic_g {
  position: absolute;
  top: 20%;
  left: 6%;
  z-index: 2;
  width: 31%;
}
@media (max-width: 768px) {
  .scenic_g {
    width: 90%;
    top: 67%;
    left: 5%;
  }
}
.scenic_g h2 {
  width: 93%;
}
@media (max-width: 767px) {
  .scenic_g h2 {
    width: 100%;
  }
}
.scenic_g p {
  font-size: 1.2vw;
  line-height: 2;
  color: #000;
  margin: 10% 1% 0 2%;
  border-bottom: solid 20px #29abe2;
  padding-bottom: 2%;
  text-align: justify;
}
@media (max-width: 768px) {
  .scenic_g p {
    font-size: 3.5vw;
    line-height: 1.6;
    margin: 4% 0 0 0;
    border-bottom: solid 15px #29abe2;
  }
}

/*--- p03 ---*/
#p03 .scenic_g {
  left: 64%;
  top: 20%;
}
@media (max-width: 768px) {
  #p03 .scenic_g {
    width: 90%;
    top: 65%;
    left: 5%;
  }
}
#p03 .scenic_g p {
  border-bottom: solid 20px #10cfc9;
}
@media (max-width: 768px) {
  #p03 .scenic_g p {
    border-bottom: solid 15px #10cfc9;
  }
}

/*--- p04 ---*/
#p04 .scenic_g {
  top: 22%;
}
@media (max-width: 768px) {
  #p04 .scenic_g {
    width: 90%;
    top: 68%;
    left: 5%;
  }
}
#p04 .scenic_g p {
  border-bottom: solid 20px #02807c;
}
@media (max-width: 768px) {
  #p04 .scenic_g p {
    border-bottom: solid 15px #02807c;
  }
}

/*--- p05 ---*/
#p05 .scenic_g {
  left: 64%;
  top: 21%;
}
@media (max-width: 768px) {
  #p05 .scenic_g {
    width: 90%;
    top: 67%;
    left: 5%;
  }
}
#p05 .scenic_g p {
  border-bottom: solid 20px #ea9b37;
}
@media (max-width: 768px) {
  #p05 .scenic_g p {
    border-bottom: solid 15px #ea9b37;
  }
}

/*--- p06 ---*/
#p06 .scenic_g {
  top: 27%;
}
@media (max-width: 768px) {
  #p06 .scenic_g {
    width: 90%;
    top: 67%;
    left: 5%;
  }
}
#p06 .scenic_g p {
  border-bottom: solid 20px #a4485f;
}
@media (max-width: 768px) {
  #p06 .scenic_g p {
    border-bottom: solid 15px #a4485f;
  }
}

/*--- p07 出發精選行程 ---*/
ul.travel {
  position: absolute;
  z-index: 3;
  width: 70%;
  left: 15%;
  bottom: 3%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  ul.travel {
    width: 90%;
    left: 5%;
    bottom: 5%;
  }
}
ul.travel li {
  width: 30%;
  background-color: #f15a24;
  border-radius: 10px;
  margin: 0 1%;
  text-align: center;
}
ul.travel li:hover {
  background-color: #b90000;
  transition: all 0.3s ease-out;
}
ul.travel li a {
  width: 100%;
  color: #fff;
  font-size: 1.2vw;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 768px) {
  ul.travel li a {
    font-size: 4vw;
    line-height: 1.6;
    padding: 3% 0;
  }
}

/*--- p08 體驗新州之美 ---*/
.view_box {
  width: 27%;
  position: absolute;
  right: 0;
  background-color: #fff;
  z-index: 5;
  padding: 2%;
}
@media (max-width: 767px) {
  .view_box {
    width: 70%;
    left: 10%;
    right: auto;
    bottom: -2%;
    padding: 5%;
  }
}
.view_box h2 {
  width: 80%;
}
.view_box h3 {
  font-size: 1.5vw;
  line-height: 1.8;
  color: #000;
}
@media (max-width: 768px) {
  .view_box h3 {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
}
.view_box p {
  font-size: 1vw;
  color: #000;
  line-height: 1.5;
  text-align: justify;
}
@media (max-width: 768px) {
  .view_box p {
    font-size: 3.5vw;
    line-height: 1.6;
  }
}

.hr-1 {
  border-color: #4831ae;
  border-width: 2px;
}

.hr-2 {
  border-color: #009245;
  border-width: 2px;
}

.hr-3 {
  border-color: #0071bc;
  border-width: 2px;
}

.hr-4 {
  border-color: #8c6239;
  border-width: 2px;
}

.hr-5 {
  border-color: #ea9b37;
  border-width: 2px;
}

.hr-6 {
  border-color: #d7ac84;
  border-width: 2px;
}

.hr-7 {
  border-color: #a80701;
  border-width: 2px;
}

.hr-8 {
  border-color: #77a3a7;
  border-width: 2px;
}

/*---swiper---*/
.swiper_a {
  position: absolute;
  width: 86%;
  top: 23%;
  left: 7%;
  z-index: 2;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .swiper_a {
    width: 80%;
    top: 15%;
    left: 10%;
  }
}

.swiper_b {
  position: absolute;
  width: 100%;
  top: 12%;
  z-index: 2;
  display: flex;
}
@media (max-width: 767px) {
  .swiper_b {
    top: 8%;
  }
}

.swiper-pagination {
  position: absolute;
  z-index: 999;
}

.swiper-pagination-bullet {
  width: 1vw;
  height: 1vw;
  background: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
  }
}

.swiper-pagination-bullet-active {
  background: #009579;
}

.sp01 {
  margin: 0 -12% 2%;
}

.sp02 {
  margin: 0 9% 2%;
}/*# sourceMappingURL=full.css.map */