/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: inherit;
  text-decoration: none; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body,
html {
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7; }

.kv {
  padding: 0 15px;
  width: 100%;
  height: 650px;
  background-size: cover;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  line-height: 2;
  letter-spacing: 1px; }
  @media (max-width: 920px) {
    .kv {
      height: 399px; } }
  .kv > * {
    text-shadow: 1px -2px 11px rgba(0, 0, 0, 0.6); }
  .kv > h1 {
    font-size: 42px;
    font-weight: bold; }
    @media (max-width: 576px) {
      .kv > h1 {
        font-size: 36px; } }
  .kv > h2 {
    font-size: 32px;
    font-weight: 500; }
    @media (max-width: 576px) {
      .kv > h2 {
        font-size: 28px; } }
  .kv > h3 {
    font-size: 24px;
    font-weight: 300; }
    @media (max-width: 576px) {
      .kv > h3 {
        line-height: 1.5; } }

.description {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
  margin-bottom: 60px; }
  @media (max-width: 920px) {
    .description {
      margin-bottom: 30px; } }
  .description > .inner {
    width: 100%;
    max-width: 980px;
    line-height: 1.5;
    padding: 60px 20px 30px 20px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 920px) {
      .description > .inner {
        padding: 30px 15px 30px 15px; } }
    .description > .inner::before {
      content: "";
      display: block;
      position: absolute;
      top: 31px;
      left: -26px;
      width: 74px;
      height: 52px;
      background: url(https://event.cdn-eztravel.com.tw/activity/seo-blog/dot.png);
      background-size: cover; }
      @media (max-width: 920px) {
        .description > .inner::before {
          top: 12px;
          left: 15px; } }

.section {
  padding-bottom: 60px; }
  @media (max-width: 920px) {
    .section {
      padding: 0 20px 60px 20px; } }
  @media (max-width: 769px) {
    .section {
      padding: 0 20px 30px 20px; } }
  .section .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px; }

.section-header .section-title-lg {
  display: inline-block;
  font-size: 24px;
  color: #4a4a4a;
  position: relative;
  line-height: 2;
  margin-bottom: 30px; }
  @media (max-width: 576px) {
    .section-header .section-title-lg {
      margin-bottom: 15px;
      line-height: 1.2;
      margin-bottom: 35px; } }
  .section-header .section-title-lg:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    left: -2%;
    bottom: 3px;
    width: 104%;
    height: 16px; }
    @media (max-width: 576px) {
      .section-header .section-title-lg:before {
        left: -14%;
        bottom: 9px;
        height: 30px;
        width: 127%; } }

@media (max-width: 576px) {
  .section-header .desk {
    display: none; } }

.section-header .mobile {
  display: none; }
  @media (max-width: 576px) {
    .section-header .mobile {
      display: inline-block; } }

.section-header .section-title {
  display: inline-block;
  font-size: 24px;
  color: #4a4a4a;
  position: relative;
  line-height: 2;
  margin-bottom: 30px; }
  @media (max-width: 920px) {
    .section-header .section-title {
      margin-bottom: 15px; } }
  .section-header .section-title:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    left: -10%;
    bottom: 3px;
    width: 120%;
    height: 16px; }

.section-header .section-desc {
  font-size: 16px;
  color: #494e43;
  line-height: 1.5;
  padding: 0 5px 0 5px; }

.mb-title {
  line-height: 0; }

.appBts > a {
  display: inline-block;
  width: 180px;
  height: 53px; }

.appleAppStoreIcon {
  background: url(https://event.cdn-eztravel.com.tw/activity/seo-blog/cta_appstore.png) no-repeat;
  background-size: contain;
  margin-right: 20px; }

.googlePlayIcon {
  background: url(https://event.cdn-eztravel.com.tw/activity/seo-blog/cta_googleplay.png) no-repeat;
  background-size: contain; }

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 920px) {
  .order-1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; } }

@media (max-width: 920px) {
  .order {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (max-width: 920px) {
  .row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.inner.pb-3 {
  padding-bottom: 70px; }

.mark {
  display: inline-block;
  color: #f14b5b;
  font-size: 20px;
  margin-top: 25px;
  font-weight: bold;
  letter-spacing: 1px; }

.content {
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  width: 180px;
  height: 180px; }
  @media (max-width: 576px) {
    .content {
      width: 105px;
      height: 105px; } }
  .content > h5 {
    margin-top: 16px;
    font-size: 20px; }
    @media (max-width: 920px) {
      .content > h5 {
        font-size: 18px;
        margin-top: 5px; } }

.icon {
  width: 100%;
  height: 100%; }
  .icon1 {
    background: url("https://event.cdn-eztravel.com.tw/activity/seo-blog/icon.png") no-repeat;
    background-position: center 44px;
    background-size: 100px; }
    @media (max-width: 576px) {
      .icon1 {
        background-position: center 31px;
        background-size: 50px; } }
  .icon2 {
    background: url("https://event.cdn-eztravel.com.tw/activity/seo-blog/icon.png") no-repeat;
    background-position: center -130px;
    background-size: 100px; }
    @media (max-width: 576px) {
      .icon2 {
        background-position: center -59px;
        background-size: 50px; } }
  .icon3 {
    background: url("https://event.cdn-eztravel.com.tw/activity/seo-blog/icon.png") no-repeat;
    background-position: center -316px;
    background-size: 100px; }
    @media (max-width: 576px) {
      .icon3 {
        background-position: center -150px;
        background-size: 50px; } }
  .icon4 {
    background: url("https://event.cdn-eztravel.com.tw/activity/seo-blog/icon.png") no-repeat;
    background-position: center -494px;
    background-size: 100px; }
    @media (max-width: 576px) {
      .icon4 {
        background-position: center -240px;
        background-size: 50px; } }
  .icon5 {
    background: url("https://event.cdn-eztravel.com.tw/activity/seo-blog/icon.png") no-repeat;
    background-position: center -674px;
    background-size: 100px; }
    @media (max-width: 576px) {
      .icon5 {
        background-position: center -332px;
        background-size: 50px; } }

@media (max-width: 920px) {
  .group > div.xs-md {
    margin: 25px 1%; } }

.xs-md .poa {
  position: absolute;
  top: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.mb-3 {
  margin-bottom: 30px; }
  @media (max-width: 920px) {
    .mb-3 {
      margin-bottom: 15px; } }

.btn {
  position: fixed;
  right: 0;
  bottom: 300px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 999;
  opacity: 0; }
  .btn .fbShare {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 60px; }
    .btn .fbShare .fb {
      width: 60px;
      height: 60px;
      background: url(https://event.cdn-eztravel.com.tw/activity/seo-blog/side_fb.png);
      background-size: cover; }
  .btn .top {
    width: 60px;
    height: 60px;
    background: url(https://event.cdn-eztravel.com.tw/activity/seo-blog/side_top.png);
    background-size: cover; }

.btn.showBtn {
  opacity: 1; }

.iframe.showFb {
  right: 60px; }

.iframe {
  position: absolute;
  right: -500px;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1; }

.md-xl {
  width: 31.33333%; }
  @media (max-width: 920px) {
    .md-xl {
      width: 100%; } }

.md-lg {
  width: 33.33333%; }
  @media (max-width: 920px) {
    .md-lg {
      width: 48%; } }

.sm-xl {
  width: 25%; }
  @media (max-width: 920px) {
    .sm-xl {
      width: 100%; } }

.sm-lg {
  width: 25%; }
  @media (max-width: 920px) {
    .sm-lg {
      width: 48%; } }

.xs-md {
  width: 20%; }
  @media (max-width: 920px) {
    .xs-md {
      width: 31.33333%; } }

.xs-lg {
  width: 20%; }
  @media (max-width: 920px) {
    .xs-lg {
      width: 48%; } }

.square:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  pointer-events: none; }

.square:hover:before {
  width: 96%;
  height: 92%;
  border: 1px solid #fff; }

.newOffers {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 1%; }
  @media (min-width: 920px) {
    .newOffers:hover {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      -webkit-box-shadow: -2px 8px 10px 0 rgba(0, 0, 0, 0.3);
      box-shadow: -2px 8px 10px 0 rgba(0, 0, 0, 0.3); } }

.img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

.group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  line-height: 1.5; }
  .group > div {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (max-width: 920px) {
      .group > div {
        margin: 1%; } }
  .group a {
    position: absolute;
    top: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .group .container-three {
    padding-top: 60%; }
  .group .container-four {
    padding-top: 85%; }
  .group .container-six {
    padding-top: 500px; }
    @media (max-width: 920px) {
      .group .container-six {
        padding-top: 85%; } }
  .group h3,
  .group h4 {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
  .group h3 {
    font-size: 32px;
    font-weight: bold; }
    @media (max-width: 769px) {
      .group h3 {
        font-size: 24px; } }
  .group h4 {
    font-size: 22px; }
    @media (max-width: 576px) {
      .group h4 {
        display: none; } }

.fliter {
  background-color: rgba(0, 0, 0, 0.3); }

.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .cover:hover {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.4); }

.caption {
  padding: 5px; }

@media (min-width: 920px) {
  .flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .flex:hover {
      -webkit-box-flex: 2;
      -webkit-flex: 2;
      -ms-flex: 2;
      flex: 2; } }

ul {
  margin-top: 20px;
  padding: 0 15px; }
  @media (max-width: 920px) {
    ul {
      padding: 0; } }
  ul li {
    text-align: left;
    line-height: 1.5;
    background-color: #fff;
    padding: 15px 35px 15px 50px;
    margin-bottom: 20px;
    position: relative; }
    @media (max-width: 576px) {
      ul li {
        padding: 15px 35px 15px 40px; } }
    ul li .accordion {
      font-size: 24px;
      color: #4a4a4a;
      position: relative;
      cursor: pointer; }
      @media (max-width: 576px) {
        ul li .accordion {
          font-size: 20px; } }
    ul li .panel {
      font-size: 18px;
      color: #6e7071;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      ul li .panel > a {
        color: #4077f2; }

.active + .panel {
  margin: 10px 0; }

.accordion.active .fa-chevron-up {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.fa-play {
  font-size: 21px;
  position: absolute;
  top: 9px;
  left: -32px; }

.fa-chevron-up {
  font-size: 32px;
  position: absolute;
  top: 3px;
  right: -23px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
