/************************* 2020 聖誕裝飾 & 花圈按鈕 start ******************************/
#headerContainer.deco {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  #headerContainer.deco {
    background-image: none;
  }
}
@media screen and (max-width: 1023px) {
  #headerContainer.deco {
    background-image: none;
  }
}

.btn_2020xmas {
  position: absolute;
  right: 2.63%;
  top: 100%;
  width: 10.52%;
  max-width: 200px;
  font-size: 0;
  overflow: hidden;
}
.btn_2020xmas:before {
  content: "";
  display: block;
  padding-top: 102%;
  background: url(../images/btn_2020xmas.png) no-repeat center top/contain;
  animation: dropFloat 1s infinite ease-in-out alternate;
}
@keyframes dropFloat {
  to {
    transform: translateY(-2.45%);
  }
}
@media screen and (max-width: 1023px) {
  .btn_2020xmas {
    width: 20%;
  }
  header.open + .btn_2020xmas {
    display: none;
  }
}
/************************* 2020 聖誕裝飾 & 花圈按鈕 end ******************************/

/******************************** kv start ************************************/
.kvContainer {
  max-width: none;
}
/******************************** kv end **************************************/

/********************************* news start ****************************************/
.midBlock .news {
  display: inline-flex;
  float: left;
  overflow: hidden;
  font-size: 13px;
  margin-top: 10px;
}
.midBlock .news em {
  float: left;
  display: block;
  font-style: normal;
  margin-right: 10px;
}
.midBlock .news em a {
  display: block;
  width: 3.3rem;
  text-align: center;
  padding: 0.3em 0.5em;
  color: #fff;
  line-height: 1em;
  background: #999;
  border-radius: 4px 0;
}
.midBlock .news em a:hover {
  background: #666;
}
.midBlock .news ul {
  float: left;
  margin-top: 1px;
}
.midBlock .news ul li {
  line-height: 1.4em;
  display: none;
}
.midBlock .news ul li:only-child {
  display: block;
}
/********************************* news end ****************************************/

/********************************* promo start ****************************************/
.promo {
  display: inline-flex;
  overflow: hidden;
  font-size: 13px;
  margin: 1em 2.5% 0;
}
.promo em {
  float: left;
  display: block;
  font-style: normal;
  margin-right: 10px;
}
.promo em a {
  display: block;
  width: 3.3rem;
  text-align: center;
  line-height: 1em;
  color: #fff;
  background: #999;
  padding: 0.3em 0.5em;
  border-radius: 4px 0;
}
.promo ul {
  float: left;
  margin-top: 1px;
  color: #c00;
}
.promo ul li {
  line-height: 1.4em;
}
/********************************* promo end ****************************************/

/********************************* 熱門活動 start ****************************************/
section.event ul.slick {
  margin: 2.5% 0;
  overflow: hidden;
}
section.event ul:not(.slick-dots) li {
  padding: 0 5px;
  float: left;
  margin-top: 10px;
  width: 25%;
}
section.event ul li a {
  display: block;
}
section.event ul li a figure {
  position: relative;
}
section.event ul li a figure img {
  display: block;
  width: 100%;
  border: none;
}
section.event ul li a figure:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.5s;
}
section.event ul li a figure figcaption {
  background: #f4f4f4;
  padding: 15px;
}
section.event ul li a figure figcaption h3 {
  color: #000;
  font-size: 15px;
  line-height: 1.2em;
  height: 1.2em;
  overflow: hidden;
}
section.event ul li a figure figcaption h4 {
  line-height: 1.4em;
  height: 1.4em;
  overflow: hidden;
  margin-top: 5px;
}
section.event ul li a figure figcaption p {
  margin: 0.2em 0 0;
  padding: 0;
  line-height: 1.6em;
  height: 3.2em;
  overflow: hidden;
}
section.event ul li a:hover figure:after {
  opacity: 1;
}
section.event ul li a:hover figure figcaption h3,
section.event ul li a:hover figure figcaption h4 {
  color: #666;
}
/********************************* 熱門活動 end ****************************************/

/********************************* 觀點文化 start ****************************************/
section.culture ul.slick {
  margin: 2.5% 0;
}
section.culture ul:not(.slick-dots) li {
  padding: 0 5px;
}
section.culture ul li a {
  display: block;
}
section.culture ul li a figure {
  position: relative;
}
section.culture ul li a figure img {
  display: block;
  width: 100%;
  border: none;
}
section.culture ul li a figure figcaption {
  position: absolute;
  left: 0;
  top: 82.5%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  transition: top 0.5s;
}
section.culture ul li a figure figcaption div {
  position: absolute;
  left: 15%;
  top: 5.75%;
  width: 70%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #333;
  transition: all 0.6s;
}
section.culture ul li a figure figcaption div h4 {
  font-size: 20px;
  line-height: 1em;
  height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
}
section.culture ul li a figure figcaption div p {
  margin: 2.5em 0 0;
  padding: 0;
  line-height: 1.6em;
}
section.culture ul li a:hover figure figcaption {
  top: 0;
}
section.culture ul li a:hover figure figcaption div {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.culture ul li a:hover figure figcaption div h4 {
  line-height: 1.4em;
  height: auto;
  white-space: normal;
  overflow: visible;
}
/********************************* 觀點文化 end ****************************************/

@media screen and (max-width: 1023px) {
  /********************************* promo start ****************************************/
  .promo {
    margin-left: 0px;
    margin-right: 10px;
  }
  /********************************* promo end ****************************************/

  section.recommend .slickPN,
  section.event .slickPN,
  section.culture .slickPN {
    opacity: 1;
  }

  section.event ul li a figure figcaption,
  section.culture ul li a figure figcaption div p {
    font-size: 13px;
  }

  section.culture ul li a figure figcaption div h4 {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /***************** 熱門活動 start *******************/
  section.event ul:not(.slick-dots) li {
    width: 33.33%;
  }
  /***************** 熱門活動 end *******************/
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  /***************** 熱門活動 start *******************/
  section.event ul:not(.slick-dots) li {
    width: 50%;
  }
  /***************** 熱門活動 end *******************/
}

@media screen and (max-width: 480px) {
  /***************** 熱門活動 start *******************/
  section.event ul:not(.slick-dots) li {
    width: 100%;
  }
  /***************** 熱門活動 end *******************/
}
