@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
* {
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: hidden;
}

.position-a {
  position: absolute;
}

.nav {
  position: fixed;
  z-index: 9999;
  top: 20px;
  left: 0;
  transform: translate(0%);
  transition: transform 0.3s;
}
@media (max-width: 900px) {
  .nav {
    transform: translate(-100%);
  }
}
@media (max-width: 500px) {
  .nav {
    top: 0;
    height: 85vh;
    width: 358px;
    transform: translate(-320px);
  }
}
.nav .navBox {
  height: 73vh;
  max-height: 700px;
  overflow-y: scroll;
}
.nav .navBox::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.nav .navBox::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #68D498;
}
@media (max-width: 1366px) {
  .nav .navBox {
    height: 70vh;
  }
}
@media (max-width: 500px) {
  .nav .navBox {
    width: 320px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .nav .navBox::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
  }
  .nav .navBox::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #68D498;
  }
}
.nav .title-imgBox {
  position: relative;
  top: 1px;
  width: 320px;
}
.nav .title-imgBox img {
  width: 321px;
  display: block;
}
.nav .title-imgBox .navToggle {
  width: 28px;
  height: 73px;
  background-color: #68D498;
  right: -28px;
  top: 45px;
  border-radius: 0 13px 13px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.nav .title-imgBox .navToggle div {
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-135deg);
}
.nav .title-imgBox .navToggle div:nth-child(1) {
  transform: rotate(45deg);
}
.nav .title-imgBox .navToggle .arrowTurn {
  transform: rotate(45deg);
}
.nav .title-imgBox .navToggle .arrowTurn:nth-child(1) {
  margin-left: 0px;
}
.nav .area {
  color: #364B30;
  cursor: pointer;
}
.nav .area .mainView {
  background-color: #C8D4A3;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
.nav .area .mainView:hover {
  background-color: #D8E4B3;
}
.nav .area .subView {
  display: flex;
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #C8D4A3;
  align-items: center;
}
.nav .area .subView:hover {
  background-color: #ffffff;
}
.nav .area .subView .imgBox-view {
  width: 80px;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
.nav .area .subView .imgBox-view img {
  height: 40px;
}
.nav .area .subView .imgBox-S img {
  height: 25px;
}
.nav .area .subView .imgBox-M img {
  height: 30px;
}
.nav .area .subView .imgDeg img {
  transform: rotate(30deg);
}
.nav .bottomBox {
  height: 30px;
  background-color: #A7B991;
  border-radius: 0 0 30px 0;
}
@media (max-width: 500px) {
  .nav .bottomBox {
    width: 320px;
  }
}

.navhide {
  transform: translate(-100%);
  transition: transform 0.3s;
}
@media (max-width: 900px) {
  .navhide {
    transform: translate(0);
  }
}
@media (max-width: 500px) {
  .navhide {
    transform: translate(0);
  }
}

.vrBar {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  background-color: rgba(255, 255, 255, 0.5333333333);
  padding: 10px 40px;
  border-radius: 24px;
}
.vrBar .vrBarBox {
  display: flex;
  align-items: center;
  width: 200px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .vrBar .vrBarBox {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .vrBar .vrBarBox .item-vrBar:nth-child(4) {
    display: none;
  }
}
.vrBar .vrBarBox .item-vrBar:nth-child(2) img {
  height: 22px;
}
.vrBar .vrBarBox .item-vrBar:nth-child(3) img {
  height: 28px;
}
.vrBar .vrBarBox .item-vrBar:nth-child(4) img {
  height: 24px;
}
.vrBar .vrBarBox .item-vrBar img {
  height: 26px;
  display: block;
  cursor: pointer;
}

.arrow-L {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 30px;
  width: 87px;
  height: 84px;
  background-image: url(../img/VrArrow.png);
}
@media (max-width: 500px) {
  .arrow-L {
    display: none;
  }
}

.arrow-R {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 30px;
  width: 87px;
  height: 84px;
  background-image: url(../img/VrArrow.png);
  transform: rotate(180deg);
}
@media (max-width: 500px) {
  .arrow-R {
    display: none;
  }
}

.popup {
  position: fixed;
  z-index: 9999;
  right: 50px;
  top: 50px;
  background-color: #EEEEEE;
  padding: 15px 15px 30px 15px;
  box-sizing: border-box;
  border-radius: 20px;
  color: #1a1a1a;
  display: none;
  width: 25vw;
  min-width: 300px;
}
@media (max-width: 1440px) {
  .popup {
    width: 22vw;
  }
}
@media (max-width: 900px) {
  .popup {
    right: 50%;
    transform: translate(50%);
    width: 50vw;
  }
}
@media (max-width: 500px) {
  .popup {
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: unset;
    overflow-y: scroll;
  }
}
.popup .slick-dots {
  bottom: -25px;
}
.popup .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.popup .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #364B30;
}
.popup .popupImgBox img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.popup .popupTitle {
  font-size: 26px;
  margin: 15px 0;
  font-weight: 700;
}
.popup .popupText {
  text-align: justify;
}
@media (max-width: 1366px) {
  .popup .popupText {
    max-height: 120px;
    overflow-y: scroll;
    font-size: 14px;
  }
  .popup .popupText::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
  }
  .popup .popupText::-webkit-scrollbar-thumb {
    width: 6px;
    background-color: #68D498;
  }
}
@media (max-width: 500px) {
  .popup .popupText {
    max-height: unset;
    overflow-y: unset;
  }
}
.popup .popLion {
  position: absolute;
  right: -50px;
  bottom: -80px;
}
@media (max-width: 1440px) {
  .popup .popLion {
    bottom: -20px;
  }
}
@media (max-width: 500px) {
  .popup .popLion {
    display: none;
  }
}
@media (max-width: 1440px) {
  .popup .popLion img {
    width: 70px;
  }
}
.popup .popupCloseBtn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  background-color: #EEEEEE;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 20px;
}
.popup .popupCloseBtn div {
  width: 4px;
  height: 25px;
  background-color: #364B30;
  position: absolute;
  border-radius: 2px;
}
.popup .popupCloseBtn div:nth-child(1) {
  transform: rotate(45deg);
}
.popup .popupCloseBtn div:nth-child(2) {
  transform: rotate(-45deg);
}

.infoBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  display: none;
}
.infoBg .infoBox {
  position: absolute;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.6666666667);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  color: #364B30;
  display: flex;
  width: 895px;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .infoBg .infoBox {
    width: 320px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 20px;
    top: 20px;
    transform: translate(-50%, 0);
    height: calc(90vh - 40px);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .infoBg .infoBox::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0 10px 10px 0;
  }
  .infoBg .infoBox::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: rgba(104, 212, 152, 0.7333333333);
    border-radius: 0 10px 10px 0;
  }
}
.infoBg .infoBox .infoArea {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  word-break: keep-all;
}
.infoBg .infoBox .infoArea .itemBox {
  display: flex;
  font-size: 16px;
  font-weight: 500;
}
.infoBg .infoBox .infoArea .itemBox .item {
  margin: 20px;
  text-align: center;
}
.infoBg .infoBox .infoArea .itemBox .item .itemImg {
  height: 28px;
}
.infoBg .infoBox .infoArea .itemBox .item img {
  margin-bottom: 10px;
}
.infoBg .infoBox .infoArea .itemBox .item-web {
  display: block;
}
.infoBg .infoBox .infoArea .itemBox .item-m {
  display: none;
}
.infoBg .infoBox .infoArea .itemBox .item-m img {
  height: 60px;
}
@media (max-width: 900px) {
  .infoBg .infoBox .infoArea .itemBox .item-web {
    display: none;
  }
  .infoBg .infoBox .infoArea .itemBox .item-m {
    display: block;
  }
}
.infoBg .infoBox .infoArea .itemBox-m {
  display: none;
}
.infoBg .infoBox .infoArea:nth-child(2) {
  margin: 0 50px;
}
@media (max-width: 900px) {
  .infoBg .infoBox .infoArea:nth-child(2) {
    margin: 50px 0;
  }
}
.infoBg .infoBox .infoArea:nth-child(2) .itemBox .item img {
  height: 70px;
  margin-bottom: 0px;
}
.infoBg .infoBox .infoArea:nth-child(2) .itemBox .item-imgSize img {
  height: 30px;
  margin: 20px 0;
}
.infoBg .infoBox .infoArea:nth-child(3) .itemBox .itemLeft .item:nth-child(1) img {
  height: 26px;
}
.infoBg .infoBox .infoArea:nth-child(3) .itemBox .itemLeft .item:nth-child(2) img {
  height: 22px;
}
.infoBg .infoBox .infoArea:nth-child(3) .itemBox .itemRight .item:nth-child(1) img {
  height: 28px;
}
.infoBg .infoBox .infoArea:nth-child(3) .itemBox .itemRight .item:nth-child(2) img {
  height: 24px;
}
.infoBg .closeBtn {
  position: absolute;
  top: calc((100vh - 300px) / 2 + 10px);
  right: calc((100vw - 895px) / 2 + 10px);
  cursor: pointer;
  width: 30px;
  height: 30px;
}
@media (max-width: 900px) {
  .infoBg .closeBtn {
    top: 30px;
    right: calc((100vw - 320px) / 2 + 10px);
  }
}
.infoBg .closeBtn div {
  width: 4px;
  height: 25px;
  background-color: #364B30;
  position: absolute;
  border-radius: 2px;
  left: 45%;
  top: 10%;
}
.infoBg .closeBtn div:nth-child(1) {
  transform: rotate(45deg);
}
.infoBg .closeBtn div:nth-child(2) {
  transform: rotate(-45deg);
}

.infoSpot {
  display: flex;
  align-items: center;
  color: #364B30;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.6666666667);
  border-radius: 5px;
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.infoSpot img {
  width: 28px;
}/*# sourceMappingURL=tour.css.map */