@charset "UTF-8";
* {
  letter-spacing: 0;
}

a:hover {
  text-decoration: none;
}

html, body {
  height: 100%;
  background: transparent;
  font-family: 'Century Gothic', Geneva, sans-serif, 微軟正黑體;
  -webkit-text-size-adjust: none;
  word-break: break-all;
}

.page {
  position: relative;
  z-index: 0;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}

.page .bgmask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.page footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

header {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent !important;
}

header .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
}

header .inner > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner a.logo {
  position: absolute;
  top: 10px;
  left: 0;
  width: 165px;
  height: 40px;
  background: url(//static.lifetour.info/event/contents/css/asset/LOGO.svg) no-repeat center;
  background-size: cover;
}

header .inner nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

header .inner nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 15px;
  color: #223c4a;
  font-size: 15px;
}

header .inner nav a:hover {
  color: #1e8ba0;
}

header .inner nav a.current {
  color: #fff;
  background-color: #1e8ba0;
}

header .inner #productType a {
  color: #1e8ba0;
}

header .inner .WUFU_Logo {
  background-image: url("/inc/css/assets/logo-w.svg") !important;
  background-size: cover;
  width: 165px;
  height: 40px;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100vw;
  height: 60vh;
}

main img {
  height: 400px;
  margin-bottom: 0px;
}

section {
  margin-top: 20px;
}

section .sec-inner {
  padding: 50px 0;
}

section .sec-body {
  margin: auto;
  max-width: 1200px;
}

section .sec-body .sec-subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section .sec-body .sec-subhead .subhead {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}

section .sec-body .sec-subhead .subhead ~ .text {
  padding: 15px 0 30px;
  font-size: 18px;
  border-bottom: solid 1px #dee2e4;
}

section#productList {
  position: relative;
}

section#productList .wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section#productList .wrap-item.wrap-spot {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#boxKanban {
  position: relative;
  margin-top: 0;
  background-color: #f3f3f3;
}

section#boxKanban .sec-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#boxKanban .kanban {
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#boxKanban .kanban.mb {
  display: none;
}

.wrap-kanban {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 120px;
  z-index: 999;
  border-radius: 60px;
}

.wrap-kanban img {
  border-radius: 60px;
  width: auto;
  height: 120px;
  -webkit-box-shadow: 3px 3px 20px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 3px 3px 20px 0 rgba(255, 255, 255, 0.2);
}

.wrap-kanban img:hover {
  -webkit-box-shadow: 3px 3px 20px 0 rgba(255, 255, 255, 0.4);
          box-shadow: 3px 3px 20px 0 rgba(255, 255, 255, 0.4);
}

.wrap-kanban > div {
  font-size: 13px;
  line-height: 1.3;
  color: white;
  text-align: center;
}

.wrap-kanban:hover {
  top: 25px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.wrap-tab {
  position: relative;
  display: block;
  z-index: 99;
  bottom: 0;
  width: 100%;
}

.tab-container {
  margin: auto;
  width: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab-container .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
}

.tab-container .tabs li {
  padding: 10px 0;
  border-radius: 6px 6px 0 0;
  list-style-type: none;
  margin: 0 2.5px;
  background-color: white;
  opacity: 0.6;
  cursor: pointer;
}

.tab-container .tabs li a {
  position: relative;
  display: inline;
  padding: 10px 20px;
  color: #223c4a;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-container .tabs li a > span {
  padding-right: 1px;
  font-size: 16px;
  font-weight: normal;
}

.tab-container .tabs li.current {
  opacity: 1;
}

.tab-container .tab-panel {
  display: none;
}

.tab-container .tab-panel.current {
  display: block;
}

.tab-container .filter {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  padding: 25px 0;
}

.tab-container .filter.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-container .filter a {
  display: inline;
  padding: 5px 13px;
  margin: 0 25px;
  border: solid 1px white;
  border-radius: 20px;
  color: white;
  line-height: 1;
  font-size: 22px;
  cursor: pointer;
}

.tab-container .filter a.current {
  background-color: #1e8ba0;
  border: solid 1px #1e8ba0;
  font-weight: bold;
}

.scroll-down {
  position: fixed;
  left: calc((100% - 1200px) / 2 + 8px);
  bottom: 135px;
  z-index: 30;
  margin-left: -35px;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.scroll-down span {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.scroll-down span:before, .scroll-down span:after {
  content: '';
  position: absolute;
}

.scroll-down span:before {
  width: 100px;
  height: 1px;
  background-color: white;
  left: calc(100% + 15px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.scroll-down span:after {
  width: 30px;
  height: 3px;
  top: 50%;
  left: calc(100% + 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 1.5px;
}

.item {
  z-index: 1;
  display: none;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc((100% - 90px) / 3);
  position: relative;
  margin: 35px 15px;
  border-radius: 3px;
  background-color: #fff;
}

.item.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item .item-label {
  position: absolute;
  top: -23px;
  left: 10px;
  padding: 5px 10px;
  background-color: #e2e2e2;
  border-radius: 3px 3px 0 0;
}

.item .item-label span {
  display: block;
  color: #223c4a;
  font-size: 13px;
  line-height: 1;
}

.item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  width: 100%;
  height: calc( 100% - 50px - 40px);
}

.item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 45px;
  width: 100%;
}

.item .item-name {
  color: #223c4a;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}

.item .item-discount {
  width: 100%;
  color: #ff0000;
  font-size: 13px;
  margin-top: 10px;
}

.item .item-depCity {
  opacity: 0.7;
  font-size: 13px;
}

.item .item-price {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #ff0000;
  font-size: 24px;
  font-weight: bold;
  /* 把金錢符號藏起來 */
}

.item .item-price span {
  font-size: 13px;
  display: none;
}

.item .item-price i {
  font-family: 'icomoon' !important;
  /* 把金錢符號藏起來 */
  display: none;
}

.item .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.item .item-bottom > a {
  padding: 15px;
  width: 100%;
  max-height: 50px;
  text-align: center;
  background-color: #1e8ba0;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0 0 3px 3px;
  line-height: 1;
}

.item:hover {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 20px 0 #0aa5c3;
          box-shadow: 3px 3px 20px 0 #0aa5c3;
}

.item:hover .item-label {
  background-color: #FFB41E;
}

.item:hover .item-bottom > a {
  background-color: #1e8ba0;
}

.item.item-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-animation: skeletonAnimation 2s infinite;
          animation: skeletonAnimation 2s infinite;
  opacity: 0.9;
}

.item.item-loading .item-label, .item.item-loading .item-bottom a, .item.item-loading .item-name, .item.item-loading .item-depCity, .item.item-loading .item-price {
  background-color: #b5b5b5;
}

.item.item-loading .item-label {
  top: -25px;
  width: 50px;
  height: 15px;
}

.item.item-loading .item-bottom {
  width: 100%;
  height: 50px;
}

.item.item-loading .item-name {
  width: 100%;
  height: 60px;
}

.item.item-loading .item-depCity {
  width: 10%;
  height: 13px;
}

.item.item-loading .item-price {
  width: 40%;
  height: 24px;
}

.item.item-loading:hover .item-label {
  background-color: #aaa;
}

.item.item-loading:hover .item-bottom > a {
  background-color: #aaa;
}

a#backTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  background-color: #1e8ba0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .wrap-kanban {
    width: 70px;
  }
  .wrap-kanban img {
    width: 70px;
    height: 70px;
  }
  .wrap-kanban:after {
    border-width: 35px 35px;
  }
  .wrap-tab {
    position: relative;
    bottom: auto;
  }
  .tab-container .tabs {
    border-bottom: none;
  }
  .tab-container .tabs li {
    padding: 10px 15px;
  }
  .tab-container .tabs li a {
    padding: 0;
    font-size: 18px;
  }
  .tab-container .tabs li.current a {
    opacity: 1;
  }
  .tab-container .filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .tab-container .filter a {
    margin: 7.5px;
    white-space: nowrap;
  }
  .item {
    width: 100%;
  }
  .item .item-inner {
    min-height: auto;
    height: auto;
  }
  .item .item-info {
    margin-top: 15px;
  }
  section#boxKanban {
    z-index: 1;
  }
  section#boxKanban .kanban {
    display: none;
    width: calc(100% - 30px);
    overflow: hidden;
  }
  section#boxKanban .kanban img {
    z-index: 1;
    width: auto;
    height: 250px;
  }
  section#boxKanban .kanban.mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main {
    height: 60vh;
  }
  main img, main .wrap-text {
    width: calc(100% - 30px);
  }
  main .wrap-text {
    bottom: 215px;
  }
  main .wrap-text h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .wrap-point {
    margin: auto;
    width: calc(100% - 30px);
    font-size: 13px;
  }
  .wrap-point > div {
    margin-bottom: 10px;
  }
  .scroll-down {
    margin-left: 0;
    left: calc(50% - 30px);
    bottom: 95px !important;
  }
  .scroll-down span:before {
    width: 60px;
  }
  .scroll-down span:after {
    width: 20px;
  }
  .page:before {
    content: '';
    position: fixed;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background-image: inherit;
    background-size: cover !important;
  }
  .page footer {
    width: auto;
  }
}

@-webkit-keyframes skeletonAnimation {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes skeletonAnimation {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=style.css.map */