.conferenceList {
  padding: 55px 80px 180px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 1400px) {
  .conferenceList {
    padding: 50px 40px 150px;
  }
}
@media (max-width: 1180px) {
  .conferenceList {
    -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;
    padding: 50px 20px 120px;
  }
}
.conferenceList .conferenceItem {
  width: 100%;
  max-width: 865px;
  margin-left: 30px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (min-width: 1181px) {
  .conferenceList .conferenceItem:hover {
    z-index: 10;
  }
}
@media (max-width: 1180px) {
  .conferenceList .conferenceItem {
    margin: 50px 0 0;
  }
}
.conferenceList .conferenceItem:first-child {
  margin: 0;
}
.conferenceList .item {
  width: 100%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.conferenceList .item.opacity {
  opacity: 0.3;
}
.conferenceList .item .Img {
  width: 100%;
  margin-bottom: 30px;
}
.conferenceList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.conferenceList .item .Txt {
  text-align: center;
}
.conferenceList .item .Txt .title_en {
  margin-bottom: 15px;
  color: #3e3a39;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(20 / 20);
  letter-spacing: calc(20 * 0 / 1000 * 1px);
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
}
.conferenceList .item .Txt .title a {
  color: #3e3a39;
  font-size: 25px;
  font-weight: 500;
  line-height: calc(25 / 25);
  letter-spacing: calc(25 * 50 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.conferenceList .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.conferenceList .marqueeBox {
  width: 100%;
  height: 150px;
  padding-bottom: 120px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
@media (max-width: 1400px) {
  .conferenceList .marqueeBox {
    height: 120px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1180px) {
  .conferenceList .marqueeBox {
    display: none;
  }
}
.conferenceList .marqueeBox.active {
  opacity: 1;
}
.conferenceList .marqueeBox .text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  padding-left: 50px;
  -webkit-animation: marqueeText_1 20s linear 0s infinite;
          animation: marqueeText_1 20s linear 0s infinite;
  color: #857874;
  font-size: 150px;
  font-weight: 400;
  line-height: calc(150 / 150);
  letter-spacing: calc(150 * 35 / 1000 * 1px);
  font-family: "Cormorant Garamond", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1400px) {
  .conferenceList .marqueeBox .text {
    font-size: 120px;
  }
}