@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
/* CSS Document */
@import url("reset.css");
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
img {
  display: block;
  width: 100%;
  height: auto;
}

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

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
p {
  font-size: 1.15vw;
  line-height: 1.8;
  color: #5c5b53;
  font-weight: 400;
}
@media (max-width: 768px) {
  p {
    font-size: 3.5vw;
  }
}

.ls-5 {
  letter-spacing: 2px;
}

.ml-7 {
  margin-left: 7%;
}

.mtb-2 {
  margin-top: 2%;
  margin-bottom: 2%;
}

.mtb-5 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.ptb-1 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.plr-2 {
  padding-left: 2%;
  padding-right: 2%;
}

.bt-1 {
  border-bottom: 1px solid #fff;
}

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

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

.pad-pc {
  display: block;
}
@media (min-width: 992px) {
  .pad-pc {
    display: none;
  }
}

.pad-h {
  display: none;
}
@media (max-width: 992px) {
  .pad-h {
    display: block;
  }
}

.btn_style {
  transform-origin: center;
  transform: scale(1);
  transition: all 0.15s ease-in-out;
}
.btn_style:hover {
  cursor: pointer;
  transform: scale(0.9);
}

#swiper-container1 > .swiper-wrapper > .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1, 1);
}

#swiper-container1 > .swiper-wrapper > .swiper-slide-active img, .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.1, 1.1);
}

.swiper-button {
  width: 60px;
  height: 60px;
  background-size: 100%;
  position: relative;
  margin: 20px;
  left: 0;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-bullet {
  width: 0.75vw;
  height: 0.75vw;
  margin: 5px;
  background: #5c5b53;
  opacity: 1;
  margin-top: 2%;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
    margin: 3px;
  }
}

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

.swiper-pagination {
  position: relative;
  text-align: center;
}

/*---main---*/
main {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -0.05%;
}

section {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0% 0;
  z-index: 2;
}

/*-------------------------------------------------------------*/
.overlay {
  width: 25%;
  background: rgba(255, 223, 80, 0.9);
}
@media (max-width: 768px) {
  .overlay {
    width: 100%;
  }
}

.overlay nav {
  top: 0vh;
  height: 95vh;
}
.overlay nav ul {
  display: block;
  width: 80%;
  height: 80%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 10%;
}
.overlay nav ul li {
  width: 100%;
  display: flex;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .overlay nav ul li span {
    font-size: 1.5vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .overlay nav ul li span {
    font-size: 2vw;
  }
}
@media (max-width: 991px) {
  .overlay nav ul li span {
    font-size: 2vw;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .overlay nav ul li span {
    font-size: 5vw;
    text-align: center !important;
  }
}
.overlay nav ul li a div {
  display: flex;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
.overlay nav ul li a div span {
  width: 15vw;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  color: #fff;
}
.overlay nav ul li a div p {
  font-size: 5vw;
  font-weight: 600;
}

button.menu_m {
  display: block;
  position: absolute;
  top: 3%;
  right: 1%;
  width: 3.75%;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}
@media (max-width: 768px) {
  button.menu_m {
    display: block;
    width: 60px;
    height: auto;
    top: 1%;
  }
}

/*---popup---*/
.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100vw;
  height: 0vh;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s ease-in-out;
  overflow: auto;
  /*z-index: 999;*/
}

.lightbox-target .content {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  /*border: 3px solid #fff;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);*/
  box-sizing: border-box;
  transition: ease-in-out 0.5s;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */
}

.lightbox-target img {
  /*overflow-x:auto;
  overflow-y:auto;
  border-radius: 50%;*/
  margin: auto;
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  max-height: 100%;
  max-width: 100%;
  /*border: 10px solid #fff;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);*/
  box-sizing: border-box;
  transition: ease-in-out 0.5s;
}

.lightbox-target.active, .lightbox-target:target {
  height: 100vh;
  z-index: 998;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  background: #c85421;
}
.lightbox-target.active .content,
.lightbox-target.active img, .lightbox-target:target .content,
.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}
.lightbox-target.active .lightbox-close, .lightbox-target:target .lightbox-close {
  top: 2.5%;
  z-index: 998;
}

.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  /*background: #85898B;
  color: #fff;*/
  position: absolute;
  top: 10%;
  right: 5%;
  transition: ease-in-out 0.5s;
  background: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

/*---popup---*/
.modally {
  width: 80%;
  background: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .modally {
    width: 90%;
  }
}

.modally .modally-close-button {
  display: block;
  font-size: 80px;
  color: #fff;
}

.modally-wrap .modally-underlay {
  background: rgba(66, 177, 255, 0.95);
  background-size: 100%;
}/*# sourceMappingURL=style.css.map */