@charset "UTF-8";
.pc_only {
  display: block;
}
@media all and (max-width: 821px) {
  .pc_only {
    display: none;
  }
}

.mb_only {
  display: none;
}
@media all and (max-width: 821px) {
  .mb_only {
    display: block;
  }
}

.mb_only_m {
  display: none;
}
@media all and (max-width: 660px) {
  .mb_only_m {
    display: block;
  }
}

.pad_only {
  display: block;
}
@media all and (max-width: 660px) {
  .pad_only {
    display: none;
  }
}

.ani_kv_h3 {
  position: relative;
  overflow: hidden;
  width: 250px;
}
@media all and (max-width: 660px) {
  .ani_kv_h3 {
    width: 60%;
  }
}
.ani_otc {
  -webkit-animation: otc 10s 4.3s ease forwards;
          animation: otc 10s 4.3s ease forwards;
  opacity: 0;
}

@-webkit-keyframes otc {
  0% {
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(1);
            filter: blur(1);
  }
}

@keyframes otc {
  0% {
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(1);
            filter: blur(1);
  }
}
.h1_subtt--ani {
  position: relative;
  overflow: hidden;
  -webkit-animation: ltr 1s 3.4s ease-in-out forwards;
          animation: ltr 1s 3.4s ease-in-out forwards;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
}
.h1_subtt--ani::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  -webkit-animation: ttb 0.2s 4.2s ease forwards;
          animation: ttb 0.2s 4.2s ease forwards;
}

.ani_kv_h1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  width: 350px;
}
@media all and (max-width: 1025px) {
  .ani_kv_h1 {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 660px) {
  .ani_kv_h1 {
    width: 80%;
    margin-bottom: 80px;
  }
}
@media all and (max-width: 440px) {
  .ani_kv_h1 {
    margin-bottom: 30px;
  }
}

.speaker-img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.filter-blur {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.atc {
  margin: 30px auto;
  position: relative;
}
@media all and (max-width: 660px) {
  .atc {
    margin: 0px auto;
  }
}
.atc h5 {
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: 0;
}
.atc h5 span {
  font-size: 15px;
  color: #7F6000;
}
.atc a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.atc img {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.center .slick-slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.center .slick-slide img {
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
}
.center .slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.center .slick-center:hover {
  background-color: rgb(188, 124, 11);
}
.center .author {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
  color: #e6c490;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-align: center;
}
.center .author .year {
  display: none;
  margin-bottom: 5px;
  font-size: 26px;
}
.center .author .chi {
  font-family: "Noto Serif TC";
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 5px;
  color: #E6E6E6;
}
.center .author .eng {
  display: none;
  font-size: 22px;
  line-height: 25px;
}

.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0px;
  z-index: 5;
}

.slick-next {
  right: 0px;
  z-index: 5;
}

.slick-prev:before {
  content: "➤";
}

.slick-next:before {
  content: "➤";
}

.slick-list {
  position: relative;
}

@media all and (max-width: 660px) {
  .slick-list::before, .slick-list::after {
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
}

@media all and (max-width: 660px) {
  .slick-list::before {
    left: -1px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(23, 126, 156)), to(rgba(23, 126, 156, 0)));
    background: linear-gradient(to right, rgb(23, 126, 156) 0%, rgba(23, 126, 156, 0) 100%);
  }
}

@media all and (max-width: 660px) {
  .slick-list::after {
    right: -1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(23, 126, 156, 0)), to(rgb(23, 126, 156)));
    background: linear-gradient(to right, rgba(23, 126, 156, 0) 0%, rgb(23, 126, 156) 100%);
  }
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(51, 51, 51, 0.95);
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  font-size: 35px;
  font-weight: 400;
}
.popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}