/*--------- 版頭header-video -----------*/
.header-video {
    width: 100%;
    background: #000;
}
.header-video video {
    width: 100%;
    height: 100%;
}
.index-header-ainmation {margin-top: 0px;}
/*--------- 版頭header-video -----------*/
/*----------跑馬燈-----------*/
.marquee {
    background: #000;
    color: white;
    font-size: 1.25rem;
    font-size: 20px \9;
    font-weight: bold;
    width: 100%;
    height: 44px;
    line-height: 44px;
    position: relative;
    z-index: 2;
}
.marquee > div {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.marquee  i{
/*    background-color: #ff3868;*/
    display: inline-block;
    font-size: 1.375rem;
    font-size: 22px \9;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
}
.marquee h5:before, .marquee h5:after {
    position: absolute;
    top: 0;
}
.marquee h5:before {
    background-color: #ff3868;
    width: 50vw;
    height: 100%;
    left: auto;
    right: 100%;
}
.marquee h5:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 31px 0 0;
    border-color: #ff3866 transparent transparent transparent;
    left: 100%;
}
.marquee marquee {
    background-color: #000;
    width: calc(100% - 40px);
    margin-left: 40px;
}
.marquee .video-link {
    background: #000;
    background: -moz-linear-gradient(left, rgba(36, 144, 211, 0) 0%, #000 15%, #000 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(36, 144, 211, 0)), color-stop(15%, #000), color-stop(100%, #000));
    background: -webkit-linear-gradient(left, rgba(36, 144, 211, 0) 0%, #000 15%, #000 100%);
    background: -o-linear-gradient(left, rgba(36, 144, 211, 0) 0%, #000 15%, #000 100%);
    background: -ms-linear-gradient(left, rgba(36, 144, 211, 0) 0%, #000 15%, #000 100%);
    background: linear-gradient(to right, rgba(36, 144, 211, 0) 0%, #000 15%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000', GradientType=1 );
    color: white;
    display: block;
    font-size: 1rem;
    font-size: 16px \9;
    font-weight: normal;
    padding-left: 50px;
    padding-right: 10px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 15px;
    height: 36px;
}
.marquee .video-link:hover{
    color: #ff3868;
}
/*----------跑馬燈-----------*/

/*----------四大選項-----------*/
.Four-options{
    box-shadow: 0px 1px 2px rgba(167, 166, 166, 0.5);
}
.homeIconList {
    overflow: hidden;
    padding: 20px 0;
	text-align: center;
}
.homeIconList>li {
	display: inline-block;
	text-align: center;
    width: 15%;
}
.homeIconList .listImg {
    display: block;
    float: left;
    width: 40px;
    margin-right: 10px;
	display: contents;
}
.homeIconList img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.homeIconList .listContnet {
    display: block;
    overflow: hidden;
    font-size: 20px;
    color: #444;
}
/*----------四大選項-----------*/

/*---------- 按鈕 -----------*/
.mrng-60-top {
    margin-top: 60px;
}
/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size:16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
    height: 450%;
}
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #000;
    font-size:16px;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* Victoria Buttons */

a.animated-button.victoria-one {
    border: 2px solid #D24D57;
}
a.animated-button.victoria-one:after {
    background: #D24D57;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
a.animated-button.victoria-two {
    border: 2px solid #D24D57;
}
a.animated-button.victoria-two:after {
    background: #D24D57;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
a.animated-button.victoria-three {
    border: 2px solid #D24D57;
}
a.animated-button.victoria-three:after {
    background: #D24D57;
    opacity: .5;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
a.animated-button.victoria-three:hover:after {
    height: 140%;
    opacity: 1;
}
a.animated-button.victoria-four {
    border: 2px solid #D24D57;
}
a.animated-button.victoria-four:after {
    background: #D24D57;
    opacity: .5;
    -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
a.animated-button.victoria-four:hover:after {
    opacity: 1;
    height: 600% !important;
}
/*---------- 按鈕 -----------*/

/*---------- owl( 基礎 ) -----------*/
.item{text-align:center;}
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #0e0e0e;
    text-decoration: none;
    font-size: 30px;
    outline: none!important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent!important;
    color: #000!important;
}
.owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
    background:blue;
    height:0px;
}

.owl-next{
  position:absolute;
  background:blue;
  right:1%;
}

.owl-prev{
  position:absolute;
  background:blue;
  left:1%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {display: block!important;}
.owl-theme .owl-nav {margin-top: 0!important;}
.owl-dots {display: none;}
.owl-nav i {font-size: 50px;}
/*---------- owl( 基礎 ) -----------*/

/*---------- owl ( 版頭動畫 ) --------*/
.tit {
  font: 400 1rem 'Roboto', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.top {
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
}

.slide {
  list-style-type: none;
  padding: 0;
}

.slide__item {
  position: relative;
}

.slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: 'Roboto';
}

.slide-caption__title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
}

.slide-caption__title:before{
  content: '';
  width: 20%;
  border-bottom: 2px solid #fff;
  display: block;
  margin: 0 auto;
}

.owl-item.active .slide-caption__title{
  -webkit-animation: 1s .2s fadeInUp both;
          animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-caption__desc{
  -webkit-animation: 1s .6s fadeInUp both;
          animation: 1s .6s fadeInUp both;
}

.owl-item.active .btn {
  -webkit-animation: 1s .9s flipInX both;
          animation: 1s .9s flipInX both;
}

.slide-caption__desc {
  font-size: .8rem;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
}

.btn {
 font-size: 16px;
 font-weight: 300;
 border: 2px solid #fff;
 color: #fff;
 padding: .6rem 2rem;
 display: inline-block;
 text-decoration: none;
 margin-top: .5rem;
}

/*---------- owl ( 版頭動畫 ) --------*/
/*---------- owl ( 影片切換 ) --------*/
.tab-click.owl-carousel .owl-video-tn {
 background-size: cover;
 padding-bottom: 56.25%;
 /* 16:9 */
 padding-top: 25px;
 }
 .owl-video-frame {
 position: relative;
 padding-bottom: 56.25%;
 /* 16:9 */
 padding-top: 25px;
 height: 0;
 }
 .owl-carousel .owl-video-play-icon {
    background: url(../img/icon/owl.video.play.png) no-repeat!important;
}
 .right-titles {
    padding-top: 13%;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
 }
  .right-titles a {
    font-family: '微軟正黑體';
    padding: 0 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-left: solid 4px #c7c7c7;
    color: #808080;
    font-weight: 400;
  }
  .right-titles li {
    border-bottom: solid 1px #c7c7c7;
    padding: 10px 0;
    margin-bottom: 3px;
    font-size: 17px;
  }

 .right-titles .active a {
    border-left: solid 4px #076c8f;
    font-weight: bold;
    color: #076c8f;
  }
  .video-item {
  background: #fff;
    margin-bottom: 20px;
  }
  .video-item p {
    color: #000;
    padding: 10px 15px 5px;
    margin: 0;
  }
   .video-item p:nth-child(2) { border-bottom: 2px dashed #d2d2d2;}
   .pagecss .owl-theme .owl-dots .owl-dot span {background: rgba(0,0,0,0.2);}
   .tab-click .owl-theme .owl-dots .owl-dot span { 
    background: rgba(138, 138, 138, 0.2);
    width: 15px;
    height: 2px;
    margin: 0px 5px;
}
 @media (max-width: 991px) {
    .video-top {
        justify-content: flex-end;
    }
    .right-titles a {
    display: block;
    line-height: 1.4;
    font-size: 16px;
    text-align: center;
    }
    .right-titles {
        padding-top: 19%;
    }
 }
 @media (max-width: 767px) {
    .right-titles  {
        height: initial;
            padding-top: 10px;
        padding-bottom: 10px;
    }
 }


	

/*---------- owl ( 影片切換 ) --------*/
/*---------- 文章收合( 基礎 ) -----------*/
.archive {
  max-width: 100%;
  margin: 0 auto;
}
.entry {
  position: relative;
  overflow: hidden;
  margin: 30px 0;
  padding: 20px 20px 4em 20px;
  background: #FFF;
  box-shadow: 0 0 15px #999;
}

.entry-title,
.entry-title a {
  margin-top: 0;
  color: #333;
  text-decoration: none;
}

.entry-title a:hover {
  color: #555!important;
}

.more-link {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 30px;
    background: linear-gradient(0deg, rgb(255, 255, 255)27%, rgba(235, 220, 70, 0)85%);
    color: #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
.more-link:after {
    content: "\e817";
    font-family: "fontello";
    margin-left: 8px;
    font-size: .8em;
}

.more-link.open:after {
    content: "\e818";
    font-family: "fontello";
}
.entry-title a:hovera{color: #fff;}
/*---------- 文章收合( 基礎 ) -----------*/

/*---------- 問卷收合( 基礎 ) --------*/
.topic{
  padding:20px;
  padding-top:0px;
  padding-bottom:0px;
  border-bottom:solid 1px #ebebeb;
}
.open{
  cursor:pointer;
  display:block;
  padding:0px;
}
.open:hover{
  opacity:0.7;
}
.expanded{
  background-color:#f5f5f5;
  transition: all .3s ease-in-out;
}
.question{
  padding-top:30px;
  padding-right: 40px;
  padding-bottom:20px;
  font-size: 18px;
  font-weight:500;
  color: #526ee4;
}
.answer{
  font-size:16px;
  line-height:26px;
  display:none;
  margin-bottom:30px;
  text-align:justify;
  padding: 20px;
}
.faq-t{
  -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    float: right;
    position: relative;
    top: -55px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: transparent;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transition: all .3s ease-in-out;
}
.faq-o{
  top:-50px;
   -moz-transform: rotate(-224deg);
  -ms-transform: rotate(-224deg);
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
}
.topic-open{display: block;}
@media only screen and (max-width: 480px) {
  /*.faq-t{display:none;}*/
  .question{
	  padding-right: 0px;}
	  
 

	  
	  
	  
	  
	  
	  
}

  .answer{
  margin-bottom:30px;
  padding-left:0px;
  padding-right:0px;
}
/*.topic-open{display: none;}*/
}
/*---------- 問卷收合( 基礎 ) --------*/

/*---------- 彈跳視窗( 基礎 ) -----------*/
button#ok{
    cursor:pointer;
    border:none;
    color:#000;
    background: transparent;
    border-radius:3px;
}

button#ok:focus{
    outline:none;
}

button#ok:hover{
    transition:background .3s;
}
#click{
    padding:15px 50px;
    font-size:1.7em;
    border: solid;
    border-radius: 3px;
}

#bg{
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:rgba(0, 0, 0, .4);
    z-index: 3;
}

#alertBox{
    margin:200px auto 0;
    text-align:center;
    padding-top:25px;
    width: 800px;
    height: auto;
    padding: 20px;
    background:#FFF;
    border-radius:3px;
    position: relative;
    box-shadow:2px 2px rgba(0, 0, 0, .3);
}

#alertBox p{
    font-size:1.4em;
    margin-bottom:20px;
}

#alertBox #ok{
    font-size: 1em;
    position: absolute;
    top: 0;
    right: 0;
}
/*---------- 彈跳視窗( 基礎 ) -----------*/

/*---------- 卡片01( 基礎 ) -----------*/
.cards-wrapper {
  position: relative;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-wrapper {
  display: block;
  float: left;
  position: relative;
  margin: 0;
  width: 100%;
  height: 0;
  padding: 0 0 100%;
  -webkit-perspective: 700px;
          perspective: 700px;
}
.card-object {
  color: #FFF;
  display: block;
  float: left;
  position: absolute;
  top: 6%;
  left: 6%;
  width: 88%;
  height: 88%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
a.face.front:hover {
    color: #fff;
}
.card-object.card-1 .front {
  background: #222 url(../img/top-bn/banner01-M.jpg) 90% 35%;
  background-size: 115%;
}
.card-object.card-1 .back .img-wrapper {
  background: transparent url(../img/top-bn/banner01-M.jpg) 70% 45%;
  background-size: 160%;
}
.card-object.card-1 .back .avatar {
  background: transparent url(../img/top-bn/banner01-M.jpg) 40% 20%;
  background-size: 130% 130%;
}
.card-object.card-2 .front {
  background: #222 url(../img/top-bn/banner01-M.jpg) 50% 90% no-repeat;
  background-size: cover;
}
.card-object.card-2 .back .img-wrapper {
  background: transparent url(../img/top-bn/banner01-M.jpg) 70% 50%;
  background-size: 140%;
}
.card-object.card-2 .back .avatar {
  background: transparent url(../img/top-bn/banner01-M.jpg) 50% 50% no-repeat;
  background-size: 140% 140%;
}
.card-object.flip-in.card-1{
  -webkit-animation: flip-2-hor-top-fwd 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
          animation: flip-2-hor-top-fwd 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}
.card-object.flip-in.card-2 {
  -webkit-animation: flip-2-hor-bottom-fwd 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
          animation: flip-2-hor-bottom-fwd 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}
.card-object.flip-out.card-1{
  animation: flip-2-hor-top-fwd 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) reverse both;
}
.card-object.flip-out.card-2 {
  animation: flip-2-hor-bottom-fwd 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) reverse both;
}
.card-object-hf .back {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.face {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.face.front {
  z-index: 20;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.face.front:hover::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  content: "";
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.1) 100%) no-repeat;
  opacity: 0.7;
  z-index: 20;
  transition: opacity 0.2s ease;
}
.face.front:hover::after {
  position: absolute;
  top: 7%;
  right: 7%;
  bottom: 7%;
  left: 7%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  z-index: 100;
  content: "";
}
.face.front .title-wrapper {
  position: absolute;
  top: 49%;
  left: 25%;
  right: 25%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  z-index: 100;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}
.face.front .title-wrapper .title {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 2vw;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.face.front .title-wrapper .title::after {
  display: block;
  margin: 7% auto 8% auto;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  opacity: 0.5;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.face.front .title-wrapper .subtitle {
  font-size: 0.9vw;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.15s;
}
.face.front:hover::before {
  opacity: 0.9;
}
.face.front:hover .title-wrapper {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.face.front:hover .title-wrapper .title {
  opacity: 1;
}
.face.front:hover .title-wrapper .title::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.5;
  transition-delay: 0.15s;
  transition-duration: 0.2s;
}
.face.front:hover .title-wrapper .subtitle {
  opacity: 0.7;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}
.face.back {
  color: #222;
  background: #fff;
  z-index: 10;
}
.info-container {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  top: 6%;
  right: 6%;
  bottom: 6%;
  left: 6%;
  padding: 0;
}
.img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38%;
  z-index: 10;
}
.img-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(14, 6, 70, 0.6);
  opacity: 0.7;
}
.avatar {
  position: absolute;
  left: 50%;
  height: 68%;
  width: 25.84%;
  display: block;
  border-radius: 50%;
  margin-top: 25.08%;
  margin-left: -12.92%;
  background-color: #fff;
  border: 3px solid #FFF;
  z-index: 20;
}
.info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50.92%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4% 15% 15%;
}
.info-title {
  font-size: 1.5vw;
  font-family: 'Archivo Black', sans-serif;
  text-align: left;
  padding: 0;
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
}
.info-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8% 0 0;
  margin: 8% 0 0;
  border-top: 1px solid #e0e0e0;
}
.info-content-item {
  color: #222;
  font-size: 0.75vw;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #aaa;
}
.info-content-item span {
  display: block;
  font-weight: bold;
  font-size: 1.1vw;
  margin-top: 7px;
  text-transform: none;
  color: #222;
}
.info {
  position: absolute;
  bottom: 30px;
  left: 5%;
  right: 5%;
  font-size: 1em;
  text-align: center;
}
.info a {
  color: #8c0f8c;
  text-decoration: none;
}
.info a:hover {
  text-decoration: underline;
}
/* ----------------------------------------------
 * Generated by Animista on 2017-21-5 2:48:23
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation flip-2-hor-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes flip-2-hor-top-fwd {
  0% {
    -webkit-transform: translateY(0) translateZ(0) rotateX(0);
            transform: translateY(0) translateZ(0) rotateX(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: translateY(-100%) translateZ(100px) rotateX(-180deg);
            transform: translateY(-100%) translateZ(100px) rotateX(-180deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@keyframes flip-2-hor-top-fwd {
  0% {
    -webkit-transform: translateY(0) translateZ(0) rotateX(0);
            transform: translateY(0) translateZ(0) rotateX(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: translateY(-100%) translateZ(100px) rotateX(-180deg);
            transform: translateY(-100%) translateZ(100px) rotateX(-180deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
/**
 * ----------------------------------------
 * animation flip-2-hor-bottom-fwd
 * ----------------------------------------
 */
@-webkit-keyframes flip-2-hor-bottom-fwd {
  0% {
    -webkit-transform: translateY(0) translateZ(0) rotateX(0);
            transform: translateY(0) translateZ(0) rotateX(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: translateY(100%) translateZ(100px) rotateX(180deg);
            transform: translateY(100%) translateZ(100px) rotateX(180deg);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@keyframes flip-2-hor-bottom-fwd {
  0% {
    -webkit-transform: translateY(0) translateZ(0) rotateX(0);
            transform: translateY(0) translateZ(0) rotateX(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: translateY(100%) translateZ(100px) rotateX(180deg);
            transform: translateY(100%) translateZ(100px) rotateX(180deg);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}

/*---------- 卡片01( 基礎 ) -----------*/

/*---------- 卡片02( 基礎 ) -----------*/
.btnv {
  background-color: white;
  border: 1px solid #cccccc;
  color: #696969;
  padding: 0.5rem;
  text-transform: lowercase;
}
.btn--block {
  display: block;
  width: 100%;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards__item {
  display: flex;
}
.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.card:hover .card__image {
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
}
.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}
.card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-filter: contrast(70%);
          filter: contrast(70%);
  overflow: hidden;
  position: relative;
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.card__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.card__image--flowers {
  background-image: url(https://unsplash.it/800/600?image=82);
}
.card__image--river {
  background-image: url(https://unsplash.it/800/600?image=11);
}
.card__image--record {
  background-image: url(https://unsplash.it/800/600?image=39);
}
.card__image--fence {
  background-image: url(https://unsplash.it/800/600?image=59);
}
.card__title {
  color: #696969;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.card__text {
  flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
/*---------- 卡片02( 基礎 ) -----------*/

/*---------- 卡片03( 基礎 ) -----------*/
.carddds {
  width: 100%;
}
.data {
   position: absolute;
    bottom: 18px;
   padding: 0 10px;
    width: 100%;
}
.carddds .wrapper {
  background-color: #fff;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.carddds .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
  background: #fff;
}
.carddds .title {
  margin-top: 10px;
}
.carddds .text {
  margin: 0;
  color: #666;
  font-family: 微軟正黑體;
}

.example-2 .wrapper {
  background: url(../img/top-bn/banner01-M.jpg) center/cover no-repeat;
}

.example-2 .title a {
  color: #666;
}
.example-2 .button {
    display: block;
    width: 100px;
    margin: 11px auto;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 1;
    padding: 15px 0;
    position: relative;
    font-weight: 700;
}

/*---------- 卡片03( 基礎 ) -----------*/

/*--------- 版頭header-video -----------*/

/*-----------廣告BN ----------*/
.drumbeat-img .owl-nav {
    top: 22%;
}
/*-----------廣告BN ----------*/
@media only screen and (max-width: 767px){

/*----------四大選項-----------*/
.homeIconList>li {
    text-align: center;
    line-height: 1;
}
.homeIconList .listImg {
    float: none;
    width: auto;
    margin-right: 0;
}
.homeIconList .listContnet {
    font-size: 14px;
    padding-top: 5px;
}
.homeIconList img {width: 30px;}
/*----------四大選項-----------*/
/*---------- owl( 基礎 ) -----------*/
.owl-theme .owl-nav [class*=owl-]{
  margin: 0;
}
.owl-nav i {font-size: 35px;}
/*---------- owl( 基礎 ) -----------*/
}
@media only screen and (max-width: 425px){
/*-----------版頭----------*/
.index-header-ainmation {margin-top:0;}
/*-----------版頭----------*/
/*-----------廣告BN ----------*/
.drumbeat-img .owl-two {
   padding: 10px 0;
}
.drumbeat-img .owl-nav {
    top: 14%;
}
/*-----------廣告BN ----------*/
}