.wrapper {
  font-family: 'Noto Sans TC', sans-serif;
}

main {
  overflow: hidden;
}

.headerBanner {
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: 360px;
  margin: 0 auto;
  background-color: #000;
  overflow: hidden;
}

.headerBanner ._cnt {
  position: relative;
  width: 100%;
  height: auto;
}

.headerBanner .item {
  position: relative;
  width: 1024px;
  height: auto;
  overflow: hidden;
}

.headerBanner .item a {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerBanner .item img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.headerBanner .arr {
  position: absolute;
  top: 50%;
  width: 50px;
  height: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  cursor: pointer;
}

.headerBanner .arr:hover {
  opacity: 1;
}

.headerBanner .arr.arr_L {
  left: 5px;
}

.headerBanner .arr.arr_R {
  right: 5px;
}

.event {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 55px;
  background-color: #f8f8f8;
}

.event .mainTit {
  position: relative;
  width: calc(100% - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 15px 25px 15px;
  border-bottom: 1px solid #000;
}

.event .mainTit .tit {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 5px;
  border-bottom: 5px solid #000;
  font-size: 25px;
  font-weight: bold;
}

.event .mainTit .showAll {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 5px;
  font-size: 25px;
  font-weight: 400;
}

.event .mainTit .showAll a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.event .mainTit .showAll a:hover {
  color: #fbc200;
}

.event_items {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.event_items .item {
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event_items .item .thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.event_items .item .thumbnail .caption {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.event_items .item .thumbnail .caption a:not(.noformat) {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px;
  display: block;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.event_items .item .thumbnail .caption .status {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  min-width: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event_items .item .thumbnail .caption .status.open {
  color: #000 !important;
  background-color: #fbc200;
}

.event_items .item .thumbnail .caption .status.full {
  color: #fff !important;
  background-color: #929292;
}

.event_items .item .thumbnail_cnt {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.event_items .item .thumbnail_cnt-info {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 130px;
          flex: 1 0 130px;
  max-width: 130px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  background-color: #fbc200;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.event_items .item .thumbnail_cnt-info div {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 0 10px 0;
  margin: 0;
}

.event_items .item .thumbnail_cnt-info div:first-child {
  border-bottom: 1px solid #000;
}

.event_items .item .thumbnail_cnt-info div::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: 0 0 0 -10px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.event_items .item .thumbnail_cnt-info .date::before {
  background-image: url(https://www.digitimes.com/eventplus/assets/images/icons/date.svg);
}

.event_items .item .thumbnail_cnt-info .venue {
  word-wrap: break-word;
}

.event_items .item .thumbnail_cnt-info .venue::before {
  background-image: url(https://www.digitimes.com/eventplus/assets/images/icons/loca.svg);
}

.event_items .item .thumbnail_cnt-img {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: auto;
  overflow: hidden;
}

.event_items .item .thumbnail_cnt-img .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.event_items .item .thumbnail_cnt-img:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}

.event_items .item .thumbnail_cnt-social {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 10px 0;
}

.event_items .item .thumbnail_cnt-social .icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 0 10px 0;
  border-radius: 99%;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.event_items .item .thumbnail_cnt-social .icon.like {
  background-image: url(https://www.digitimes.com/eventplus/assets/images/icons/like.svg);
}

.event_items .item .thumbnail_cnt-social .icon.share {
  background-image: url(https://www.digitimes.com/eventplus/assets/images/icons/share.svg);
}

.event_items .item .thumbnail_cnt-social .icon.liked {
  background-image: url(https://www.digitimes.com/eventplus/assets/images/icons/like_set.svg);
}

.event_items .item .thumbnail_cnt-social .icon:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
}

.event .findOutMore {
  position: relative;
  width: 100%;
  text-align: right;
  display: block;
  text-decoration: none;
  margin: 25px 0;
  cursor: pointer;
}

.event .findOutMore p {
  position: relative;
  display: inline-block;
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 25px;
  font-size: 16px;
  letter-spacing: 0.6px;
  font-weight: bold;
  color: #000;
  border: #000 solid;
  border-width: 1px 0;
  text-align: right;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.event .findOutMore:hover p {
  color: #fbc200;
  letter-spacing: 1.5px;
}

.sharePopup .modal-dialog {
  max-width: 550px;
}

.sharePopup .modal-content {
  padding: 20px 30px;
  border-radius: 20px;
}

.sharePopup .modal-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #fbc200;
}

.sharePopup .modal-header .modal-title {
  font-size: 24px;
  font-weight: bold;
  display: block;
}

.sharePopup .modal-header .close {
  position: absolute;
  top: 25px;
  right: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.sharePopup .modal-header .close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sharePopup .modal-body .icons {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sharePopup .modal-body .icons .icon {
  position: relative;
  width: 50px;
  max-width: 50px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.sharePopup .modal-body .icons .icon img {
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sharePopup .modal-body .icons .icon p {
  position: relative;
  font-size: 12px;
  color: #000;
  font-weight: 300;
  margin: 5px 0 0 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sharePopup .modal-body .icons .icon:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.sharePopup .modal-body .icons .icon:hover p {
  color: #fbc200;
}

.sharePopup .modal-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}

@media (max-width: 768px) {
  .headerBanner {
    height: 200px;
  }
  .headerBanner .item {
    position: relative;
    width: 100%;
  }
  .headerBanner .item img {
    -webkit-filter: blur(5px) brightness(50%);
            filter: blur(5px) brightness(50%);
    min-height: 200px;
  }
  .headerBanner .item .mbText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 50px;
    text-align: center;
    color: #fff;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerBanner .item .mbText h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    line-height: 1.3;
    font-weight: 500;
  }
  .headerBanner .item .mbText p {
    font-size: 14px;
    line-height: 1.5;
  }
  .headerBanner .arr {
    width: 20px;
  }
  .event {
    padding: 15px 15px;
  }
  .event .mainTit {
    width: calc(100% - 30px);
    margin: 0 15px 5px 15px;
  }
  .event .mainTit .tit {
    padding: 5px 5px;
    font-size: 16px;
  }
  .event_items .item {
    position: relative;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .event_items .item .thumbnail .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .event_items .item .thumbnail .caption a:not(.noformat) {
    padding: 5px 5px;
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .event_items .item .thumbnail .caption .status {
    min-width: 50px;
    padding: 15px 15px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .event_items .item .thumbnail_cnt-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100px;
            flex: 1 0 100px;
    max-width: 100px;
    font-size: 14px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: relative;
  margin: -60px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 .625rem;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 0 solid #cbcbcb;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: white;
}
/*# sourceMappingURL=all.css.map */