@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700");
.tigerList > li {
  box-sizing: border-box;
}

.tigerList .Img::before, .tigerList .Img::after, .tigerList .Img img, .tigerList .Txt, .tigerList .introduction, .tigerList .fullBox .itemContent, .tigerList .arrowMask::before, .tigerList .arrowMask::after, .tigerList .closeListBtn::before, .tigerList .closeListBtn::after {
  transition: all .5s ease-in-out;
}

/******內頁******/
/*640*/
/*480*/
/*480 end*/
.mainArea .wrap {
  position: relative;
}

.mainArea .side_menu {
  top: 71px;
}

.contentBox {
  padding: 0 25px;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .leftBox .Img img {
  width: 100%;
}

.contentBox .leftBox h3 {
  margin: 10px 0 20px 0;
  border: none;
}

.contentBox .rightBox {
  padding: 0;
}

.contentBox .rightBox .link {
  margin-bottom: 40px;
}

.contentBox .rightBox .link a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  color: #FFF;
  box-shadow: 2px 2px 2px #CCC;
  border-radius: 3px;
  text-align: center;
  transition: none;
}

.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 1.8;
}

.tigerDescription {
  margin-bottom: 60px;
  letter-spacing: 1px;
  text-align: center;
  opacity: 0;
}

.tigerDescription.show {
  -webkit-animation: fsDown 1s ease-out both;
          animation: fsDown 1s ease-out both;
}

.tigerClassBox {
  padding-bottom: 0;
}

.tigerClassBox .classLink {
  text-align: right;
}

.tigerClassBox .tigerFB {
  font-size: 30px;
  padding: 0;
  margin: 0;
  line-height: 0;
  border: none;
  color: #959595;
  box-shadow: none;
}

.tigerClassBox .tigerFB:hover {
  color: #3b5998;
  background-color: transparent;
}

.tigerClassBox .sbl {
  margin: 0;
  padding: 5px 3px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 3px;
  background-color: #959595;
  box-shadow: none;
}

.tigerClassBox .sbl:hover {
  background-color: #d0111b;
}

.tigerList {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1px;
  z-index: 1;
  opacity: 0;
}

.tigerList.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.tigerList > li {
  width: calc(100% / 4 - 1px);
  margin: 55px 0 15px;
  padding: 0 1px;
}

.tigerList > li.fullBox {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.tigerList .item {
  position: relative;
}

.tigerList .item.dataShow {
  box-shadow: none;
}

.tigerList .item.dataShow .Img::before {
  opacity: 1;
}

.tigerList .item.dataShow .Img::after {
  opacity: 0;
  transition-duration: .2s;
}

.tigerList .item.dataShow .Img img {
  box-shadow: none;
}

.tigerList .item.dataShow .Txt {
  opacity: 0;
}

.tigerList .item.dataShow .introduction {
  visibility: visible;
  pointer-events: auto;
  top: 50px;
  opacity: 1;
  transition-delay: .2s;
}

.tigerList .item.dataShow .arrowMask::before, .tigerList .item.dataShow .arrowMask::after {
  bottom: 0;
}

.tigerList .item .itemContent {
  display: none;
}

.tigerList .Img {
  position: relative;
  line-height: 0;
  cursor: pointer;
}

.tigerList .Img:hover::before, .tigerList .Img:hover::after {
  opacity: 1;
}

.tigerList .Img:hover::after {
  top: 48%;
}

.tigerList .Img::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  background-color: rgba(41, 40, 40, 0.85);
  pointer-events: none;
  opacity: 0;
}

.tigerList .Img::after {
  content: 'MORE';
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  opacity: 0;
}

.tigerList .Img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.tigerList .Img h3.emptyNo {
  padding-top: 37px;
  padding-bottom: 14px;
}

.tigerList .Txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  z-index: -1;
}

.tigerList .Txt h3 {
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 25px;
  color: #161616;
  font-family: 'Lato', 'Noto Sans SC Sliced', '微軟正黑體', sans-serif;
}

.tigerList .Txt h3 span::before {
  content: '/';
  display: inline-block;
  margin: 0 5px;
  font-size: 30px;
}

.tigerList .Txt p {
  margin-top: 3px;
  color: #4e4e4e;
  font-size: 15px;
  letter-spacing: 1px;
}

.tigerList .playerNo {
  display: inline-block;
  font-size: 40px;
  font-family: 'Playfair Display', serif;
}

.tigerList .introduction {
  position: absolute;
  z-index: 3;
  top: 80px;
  left: 50%;
  line-height: 2;
  margin: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.tigerList .introduction h3 {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Lato', 'Noto Sans SC Sliced', '微軟正黑體', sans-serif;
}

.tigerList .introduction .playerNo {
  font-size: 50px;
}

.tigerList .introduction .playerNo::after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
  font-size: 30px;
}

.tigerList .infoList li {
  white-space: nowrap;
}

.tigerList .infoList span {
  display: inline-block;
}

.tigerList .infoList span::after {
  content: '/';
  display: inline-block;
  margin: 0 7px;
}

.tigerList .fullBox {
  position: relative;
  box-shadow: 0 0px 5px -1px rgba(0, 0, 0, 0.2);
}

.tigerList .fullBox .itemContent {
  padding: 15px 60px 30px;
  line-height: 2;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.tigerList .fullBox .itemContent h1, .tigerList .fullBox .itemContent h2, .tigerList .fullBox .itemContent h3, .tigerList .fullBox .itemContent h4, .tigerList .fullBox .itemContent h5, .tigerList .fullBox .itemContent h6 {
  color: #161616;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Lato', 'Noto Sans SC Sliced', '微軟正黑體', sans-serif;
}

.tigerList .fullBox.show .itemContent {
  -webkit-animation: fsDown .5s forwards ease-out .2s;
          animation: fsDown .5s forwards ease-out .2s;
}

.tigerList .fullBox.show .closeListBtn::before, .tigerList .fullBox.show .closeListBtn::after {
  opacity: 1;
  transition-delay: 1s;
}

.tigerList .fullBox.show .closeListBtn::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tigerList .fullBox.show .closeListBtn::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tigerList .arrowMask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  z-index: 4;
  overflow: hidden;
}

.tigerList .arrowMask::before, .tigerList .arrowMask::after {
  content: '';
  position: absolute;
  bottom: -35px;
  width: 50%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

.tigerList .arrowMask::before {
  left: 0;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
}

.tigerList .arrowMask::after {
  right: 0;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
}

.tigerList .closeListBtn {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
}

.tigerList .closeListBtn::before, .tigerList .closeListBtn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  margin-top: -.5px;
  background-color: #a1a0a0;
  opacity: 0;
}

.rectMoreBtn {
  margin-top: 150px;
  margin-bottom: 150px;
  opacity: 0;
}

.rectMoreBtn.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

ul.facList {
  margin: 0 -15px;
}

ul.facList li {
  padding: 0 15px 30px 15px;
}

ul.facList li .Img {
  position: relative;
  overflow: hidden;
}

ul.facList li .Img img {
  display: block;
  width: 100%;
}

ul.facList li .Txt {
  padding: 15px;
  text-align: center;
  background: #FFF;
}

ul.facList li .Txt h3 {
  color: #4d7ead;
}

ul.facList li .Txt h3 strong {
  font-weight: normal;
}

ul.facList li .Txt h3 strong a {
  font-size: 20px;
  color: #333;
}

ul.facList li .Txt h3 strong a:hover {
  color: #da2441;
}

ul.facList li .Txt p {
  padding-top: 10px;
  font-size: 13px;
  color: #777;
  line-height: 1.8;
  height: 60px;
}

@media (max-width: 1200px) {
  .tigerDescription br {
    display: none;
  }
}

@media (max-width: 1024px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
  .tigerList > li {
    width: calc(100% / 3 - 1px);
  }
  .rectMoreBtn {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 680px) {
  .tigerList > li {
    width: calc(100% / 2 - 1px);
  }
}

@media (max-width: 480px) {
  .tigerList > li {
    width: 100%;
  }
}
