@charset "UTF-8";


.event-box div, .select-box, .select-box li {
  box-sizing: border-box;
}

.pagesBannerArea::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(203, 203, 203, 0.23);
  z-index: 1;
}

.eventArea form {
  text-align: right;
}

.eventArea .wrap {
  margin: 45px auto;
}

.event-box {
  position: relative;
  margin: 20px 0 25px;
  font-size: 12px;
}

.event-box li {
  position: relative;
}

.event-box li + li {
  margin-top: 50px;
}

.event-box li figure {
  line-height: 0;
}

.event-box li figure img {
  width: 70%;
  max-width: none;
}

.event-box li:nth-child(odd) div {
  padding-right: 55px;
  padding-left: 22.3%;
  right: 0;
  background-image: linear-gradient(-90deg, #0d141d 66%, rgba(13, 20, 29, 0.6) 0, rgba(13, 20, 29, 0.6) 100%);
}

.event-box li:nth-child(odd) div::before, .event-box li:nth-child(odd) div::after {
  right: 70%;
}

.event-box li:nth-child(even) div {
  padding-left: 55px;
  padding-right: 22.3%;
  left: 0;
  background-image: linear-gradient(90deg, #0d141d 66%, rgba(13, 20, 29, 0.6) 0, rgba(13, 20, 29, 0.6) 100%);
}

.event-box li:nth-child(even) div::before, .event-box li:nth-child(even) div::after {
  left: 70%;
}

.event-box li:nth-child(even) img {
  float: right;
}

.event-box li:hover .event-link-view {
  opacity: 1;
}

.event-box div {
  position: absolute;
  width: 50%;
  padding-top: 65px;
  padding-bottom: 55px;
  top: 0;
  bottom: 0;
}

.event-box div::before {
  content: attr(data-year);
  color: rgba(255, 255, 255, 0.2);
  font-size: 1.385em;
  top: 65px;
}

.event-box div::after {
  content: attr(data-time);
  color: rgba(255, 255, 255, 0.3);
  font-size: 2.5em;
  top: 80px;
}

.event-box div::before, .event-box div::after {
  position: absolute;
  font-family: 'Gautami', "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.event-box h3 {
  margin-bottom: 1em;
  font-weight: 500;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.event-box a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s ease;
}

.event-box a:hover {
  text-decoration: underline;
}

.event-box p {
  height: 12em;
  margin-bottom: 40px;
  letter-spacing: .6px;
  font-size: 13px;
  color: #c1c1c1;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  text-overflow: ellipsis;
  overflow: hidden;
}

.event-link-view {
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  background: url("../images/home/view.png") 50% no-repeat;
  transition: all .3s ease-out;
}

.read-more-link {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #262c34;
  text-align: right;
  font-style: italic;
  font-size: 12px;
  font-family: 'Crimson Text', serif;
  color: #717579;
  opacity: .7;
  transition: all .5s ease;
}

.read-more-link:hover {
  opacity: 1;
}

.select-box {
  position: relative;
  display: inline-block;
  width: 170px;
  background-color: #e8ecee;
  letter-spacing: .1em;
  text-align: left;
  font-size: 1rem;
}

.select-box.select-open ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate3d(1, 0, 0, 0);
  transform: rotate3d(1, 0, 0, 0);
  transition: all 0.3s ease;
}

.select-box.select-open div::before {
  color: #b9bbd5;
  background-color: #6a70a4;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.select-box div {
  padding-left: 15px;
  line-height: 38px;
  font-size: .625em;
  color: #717579;
  cursor: pointer;
  transition: all 0.2s ease;
}

.select-box div::before {
  content: '\f107';
  float: right;
  width: 38px;
  height: 38px;
  border-left: 1px solid #fff;
  font-family: FontAwesome;
  font-size: 2em;
  color: #62666c;
  text-align: center;
  cursor: pointer;
  transition: background-color .2s ease-out, color .2s ease-out;
}

.select-box div::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.select-box div:hover::before {
  color: #b9bbd5;
  background-color: #6a70a4;
}

.select-box ul {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 1px;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotate3d(1, 0, 0, 60deg);
  transform: rotate3d(1, 0, 0, 60deg);
  z-index: 2;
  background-color: rgba(232, 236, 238, 0.95);
  visibility: hidden;
}

.select-box li {
  position: relative;
  display: block;
  min-height: 35px;
  padding: 10px 15px;
  font-size: .813em;
  color: #717579;
  letter-spacing: .1em;
  cursor: pointer;
  transition: all 0.2s ease;
}

.select-box a {
  color: #717579;
  box-sizing: border-box;
}

.select-box a:hover {
  color: #2b38a7;
}

.select-box li[data-disable] {
  color: rgba(113, 117, 121, 0.8) !important;
}

.select-box li.select-active {
  color: #424ca4;
}

.select-box li:hover {
  color: #424ca4;
}

.select-box + .select-box {
  margin-left: 10px;
}

.event-title-box {
  position: relative;
  padding: 70px 0;
  text-align: center;
  background-color: #0d141d;
}

.event-title-box::after {
  content: '';
  position: absolute;
  display: block;
  width: 43px;
  height: 20px;
  background: url("../images/news/news_title_box_arrow.png") 50% no-repeat;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.event-title-box p {
  max-width: 530px;
  margin: auto;
}

.event-title-box p:not(.event-date) {
  color: #c3c7c9;
  font-size: 14px;
  line-height: 1.6;
}

.event-title {
  max-width: 530px;
  margin: 25px auto 40px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
}

.event-date {
  font-size: 15px;
  letter-spacing: 1px;
  color: #4452b4;
  text-transform: uppercase;
}

.event-article {
  max-width: 670px;
  margin: 85px auto 50px;
}

.event-article > img:nth-of-type(1) {
  margin-bottom: 60px;
}

.event-article p {
  margin: 20px 0;
  color: #52575c;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.event-article a {
  color: #6a8ddd;
  text-decoration: underline;
}

.share-box {
  padding: 20px 0 50px;
  text-align: center;
}

.share-box a {
  display: inline-block;
  line-height: 20px;
  margin-left: -3px;
  padding: 10px 12px 10px 35px;
  font-size: 12px;
  color: #fff;
  background-image: url("../images/master/share_link.png");
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}

.share-box a:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
}

.share-box .fb {
  background-color: #405ca1;
  background-position: 12px 0;
}

.share-box .twitter {
  background-color: #43afdb;
  background-position: 12px -40px;
}

.share-box .youtube {
  background-color: #db3b3b;
  background-position: 12px -80px;
}

.share-box .share-product-info {
  background-color: #383636;
  background-position: 12px -120px;
}

.share-box .share-about-us {
  background-color: #52575c;
  background-position: 12px -160px;
}

.share-box .instagram {
  background-color: #517fa4;
  background-position: 12px -200px;
}

.share-box .youky {
  background-color: #06a7e1;
  background-position: 12px -240px;
}

.share-box .weibo {
  background-color: #bd4141;
  background-position: 12px -280px;
}

@media (max-width: 1024px) {
  .event-box div {
    width: 71.5%;
  }
  .event-box li:nth-child(odd) div {
    padding-right: 30px;
    padding-left: 26%;
    background-image: linear-gradient(-90deg, #0d141d 70%, rgba(13, 20, 29, 0.6) 0, rgba(13, 20, 29, 0.6) 100%);
  }
  .event-box li:nth-child(odd) div::before, .event-box li:nth-child(odd) div::after {
    right: 75%;
  }
  .event-box li:nth-child(even) div {
    padding-left: 30px;
    padding-right: 26%;
    background-image: linear-gradient(90deg, #0d141d 70%, rgba(13, 20, 29, 0.6) 0, rgba(13, 20, 29, 0.6) 100%);
  }
  .event-box li:nth-child(even) div::before, .event-box li:nth-child(even) div::after {
    left: 75%;
  }
  .event-link-view {
    display: none;
  }
}

@media (max-width: 767px) {
  .eventArea .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .event-title-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .event-title-box p:not(.event-date) {
    font-size: 13px;
  }
  .event-title {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .event-box figure {
    position: relative;
  }
  .event-box li figure img {
    width: 100%;
  }
  .event-box figure::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(13, 20, 29, 0.6) 45px, transparent 0);
  }
  .event-box li:nth-child(odd) div, .event-box li:nth-child(even) div {
    padding: 30px;
  }
  .event-box li:nth-child(odd) div::before, .event-box li:nth-child(odd) div::after, .event-box li:nth-child(even) div::before, .event-box li:nth-child(even) div::after {
    right: auto;
  }
  .event-box li:nth-child(odd) div::before, .event-box li:nth-child(even) div::before {
    left: 30px;
    top: -10.5%;
  }
  .event-box li:nth-child(odd) div::after, .event-box li:nth-child(even) div::after {
    left: 70px;
    top: -15%;
  }
  .event-box li:nth-child(even) img {
    float: none;
  }
  .event-box div {
    position: relative;
    width: 100%;
    background-color: #0d141d;
  }
  .event-box p {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=../maps/event.css.map */
