@charset "UTF-8";
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
@media (max-width: 991px) {
  .inner {
    padding-top: 165px;
  }
}
.inner .com-panel .col-r .wrapper {
  padding: 74px 65px 200px 65px;
}
@media (max-width: 991px) {
  .inner .com-panel .col-r .wrapper {
    padding: 56px 18px 32px 18px;
  }
}
.inner .com-panel .col-r .wrapper h2 {
  font-weight: 300;
}
@media (max-width: 991px) {
  .inner .com-panel .col-r .wrapper h2 {
    font-size: 2.22em;
  }
}

.com-tab-horizontal {
  margin-top: 60px;
  margin-left: -65px;
  margin-right: -65px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .com-tab-horizontal {
    display: none;
  }
}
@media (min-width: 992px) {
  .com-tab-horizontal.two-row:before, .com-tab-horizontal.two-row:after {
    z-index: 2;
    bottom: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .com-tab-horizontal.two-row:before {
    left: 0;
  }
}
@media (min-width: 992px) {
  .com-tab-horizontal.two-row:after {
    right: -10px;
  }
}
.com-tab-horizontal.two-row .swiper-wrapper {
  align-items: flex-end;
}
.com-tab-horizontal.two-row .item {
  height: auto;
  position: relative;
}
.com-tab-horizontal.two-row .item a {
  min-height: 161px;
}
.com-tab-horizontal.two-row .swiper-slide:nth-child(odd) .item a {
  margin-bottom: 100%;
}
.com-tab-horizontal.two-row .swiper-slide:nth-child(odd) .item a:before {
  bottom: 0;
}
.com-tab-horizontal.two-row .swiper-slide:nth-child(even) .item a {
  padding-top: 30px;
  padding-bottom: 0;
}
.com-tab-horizontal.two-row .swiper-slide:nth-child(even) .item a:before {
  bottom: auto;
  top: -45px;
}
.com-tab-horizontal.two-row .swiper-slide:not(:first-child) {
  margin-left: -70px;
}
.com-tab-horizontal.two-row .tab-wrapper:before {
  bottom: auto;
  top: calc(50% - 18px);
  transform: translateY(-50%);
}
.com-tab-horizontal:before, .com-tab-horizontal:after {
  content: "";
  background-color: #ED6D00;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
}
.com-tab-horizontal:before {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media (min-width: 992px) {
  .com-tab-horizontal:before {
    width: 10px;
    border-radius: 0 10px 10px 0;
    left: 5px;
    bottom: 10px;
  }
}
.com-tab-horizontal:after {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}
@media (min-width: 992px) {
  .com-tab-horizontal:after {
    bottom: 10px;
  }
}
.com-tab-horizontal .tab-wrapper:before {
  content: "";
  background-color: #54565B;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
}
.com-tab-horizontal .swiper-wrapper {
  align-self: stretch;
}
.com-tab-horizontal .swiper-slide {
  width: 180px;
  margin-bottom: 10px;
  height: auto;
}
.com-tab-horizontal .item {
  position: relative;
  height: 100%;
}
.com-tab-horizontal .item > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px 30px 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .com-tab-horizontal .item > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.com-tab-horizontal .item > a:hover {
  opacity: 1;
}
.com-tab-horizontal .item > a:before {
  content: "";
  background-color: #54565B;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  transition: all 0.3s ease-in-out;
}
.com-tab-horizontal .item.active > a:before {
  background-color: #ED6D00 !important;
}
.com-tab-horizontal .item.active .icon .icon-inactive {
  opacity: 0;
}
.com-tab-horizontal .item.active .icon .icon-active {
  opacity: 1;
}
.com-tab-horizontal .item.active .title {
  color: #ED6D00;
}
.com-tab-horizontal .item .icon {
  height: 63px;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.com-tab-horizontal .item .icon .icon-active,
.com-tab-horizontal .item .icon .icon-inactive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.3s ease-in-out;
}
.com-tab-horizontal .item .icon .icon-active {
  opacity: 0;
}
.com-tab-horizontal .item .icon .icon-inactive {
  opacity: 1;
}
.com-tab-horizontal .item .title {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 120%;
  text-align: center;
  display: block;
  transition: all 0.3s ease-in-out;
}

.com-desc-block {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .com-desc-block {
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid #54565B;
  }
}
.com-desc-block .title {
  font-size: 1em;
  font-weight: 700;
  line-height: 118.1%;
  color: #ED6D00;
  margin-bottom: 2px;
}
.com-desc-block p, .com-desc-block .desc {
  line-height: 130%;
}
@media (max-width: 991px) {
  .com-desc-block p, .com-desc-block .desc {
    font-size: 0.78em;
  }
}

.com-tab-details {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .com-tab-details {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .max-bound-narrow {
    max-width: 730px;
  }
}

.pagination-container {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .pagination-container {
    margin-bottom: 30px;
  }
}

.filter-container {
  display: flex;
  margin-top: 56px;
}

.filter-container {
  display: flex;
  margin-top: 56px;
}
.filter-container .filter select {
  color: #54565B;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/icon/arrow-mobile-menu-down.svg);
  background-size: 15px 10px;
  border: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 700;
  font-family: "Lato", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 1.25em;
  line-height: 120%;
  padding: 10px 28px 10px 0;
}
.filter-container .filter select::-ms-expand {
  display: none;
}/*# sourceMappingURL=events.css.map */