@charset "UTF-8";
/*-------------------------------------------------------------------------------*\
     $base
\*-------------------------------------------------------------------------------*/
html, body {
  height: 100%;
  box-sizing: border-box;
}

body {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {
  vertical-align: middle;
}
a:focus {
	outline-offset: 1px;
	outline: 2px dashed #bfa6ff;
}
.focus_warp ul:before,.focus_warp ul:after,.quicklink_warp:before,.quicklink_warp:after,
.exhitbit_tit:before,.exhitbit_tit:after,.movie_data:before,.movie_data:after,.movie_data li:before,.movie_data li:after{
  content: "";
  display: table;
}
.focus_warp ul:after,.quicklink_warp:after,.exhitbit_tit:after,.movie_data:after,.movie_data li:after{
  clear: both;
}
/*-------------------------------------------------------------------------------*\
     $第一區塊
\*-------------------------------------------------------------------------------*/
/*banner*/
.banner{
  overflow: hidden;
  width: 100%;
  position: relative;
  height:700px;
}
#owl-slide {
    float: left;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    position: absolute;
    height: 100%;
    overflow: hidden;
}
/*分眾*/
.focus_warp {
  width: 100%;
  position: absolute;
  /* bottom: 5.3125rem; */
  bottom: 0;
  padding:0 .625rem;
  z-index: 2;
  background-color: rgb(2, 36, 77);
}
.focus_warp ul {
  max-width: 1180px;
  margin: 0 auto;
  padding:1rem .5rem;
  /* background-color: rgba(0, 0, 0, 0.65); */
}
.focus_warp li {
  position: relative;
  float: left;
  text-align: center;
  width: calc(100% / 3);
  padding: 0 .5rem;  
}
.focus_warp li a{
  display: block;
  color: white;
  border-radius: 4rem;
  overflow: hidden;
}
.focus_warp li a:focus{
outline:#fff dotted 3px;
}
.focus_warp li figure{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.focus_warp li figcaption {
  position: absolute;
  top: 0;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: 75%;
  height: 100%;
  padding-left: 1rem;
  color: #fff;
  /* background: #b32ddb; */
  background: linear-gradient(-45deg, transparent 95px, #b32ddb 0%, #8304a9 100%);
  z-index: 2;
}
.focus_warp li:nth-child(3n+2) figcaption {
  /* background: #d6204e; */
  background: linear-gradient(-45deg, transparent 95px, #d6204e  0%, #c60032 100%);
}
.focus_warp li:nth-child(3n+3) figcaption {
  /* background: #6800c7; */
  background: linear-gradient(-45deg, transparent 95px, #6800c7  0%, #3301b9 100%);
}
.focus_warp li figure img{
-webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
   transition: all .3s ease;
}
.focus_warp li:hover figure img,.focus_warp li:focus figure img{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
 transition: all .3s ease;
}
.focus_warp li figcaption span{
  font-size: 2rem;
  /* padding-top: calc(30% / 2); */
  /* padding-left: 1rem; */
  display: inline-block;
  font-family: "微軟正黑體","Microsoft Jhenghei", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.focus_warp li figcaption span i{
  font-size: .9375rem;
    display: block;
    padding-top: .625rem;
    font-family: "微軟正黑體","Microsoft Jhenghei", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
@media (max-width: 1081px) {
  .focus_warp li figcaption{
    justify-content: start;
    width: 80%;
    padding-left: 1rem;
  }
}
@media (max-width: 1021px) {
.focus_warp li:nth-child(3n+1) figcaption{
background: rgba(248, 182, 33, 0.9);
}
.focus_warp li:nth-child(3n+2) figcaption{
background:rgba(230, 82, 119, 0.9);
}
.focus_warp li:nth-child(3n+3) figcaption{
  background:rgba(151, 107, 255, 0.9);
}
.focus_warp li figcaption{
  width: 80%;
  text-align: center;
}
.focus_warp li figcaption span{
  padding-left: 0;
  font-size: 1.5rem;
}
}
@media (max-width: 801px) {
  .banner{
    height:auto;
  }
  #owl-slide{
    width:inherit; 
    left:inherit;
    margin-left: inherit; 
    position:static;
  }
  .focus_warp{
    bottom: 0;
  }
}
@media (max-width: 721px) {
  .focus_warp li figcaption span{
    font-size: 1.25rem;
  }
  .focus_warp li figcaption span i{
    padding-top: 0;
  }
}
@media (max-width: 541px) {
  .focus_warp li figcaption span i{
    display: none;
  }
  .focus_warp ul{
    padding: .625rem .25rem;
  }
  .focus_warp li figcaption span{
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .focus_warp{
    padding:0;
  }
   .focus_warp ul{
    padding: .625rem .25rem;
  }
}
/*no-js*/
.no-js .owl-carousel {
    display:block;
}
.no-js .banner { 
height: initial;
padding: 20px 0;
background: #4776E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #8E54E9, #4776E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #8E54E9, #4776E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.no-js .sec01_tit{
    top:80px;
}
.no-js #owl-slide{
    max-width: 1200px;
    margin:0 auto;
    position: relative;
    float:initial;
    width: initial;
    left: initial;
}
.no-js #owl-slide .item {
    display: inline-block;
    margin: 10px 10px;
}
.no-js #owl-slide .item img{
    float: left;
    width: 578px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.no-js .focus_warp{
  position: static;
}
/*-------------------------------------------------------------------------------*\
     $第2區塊
\*-------------------------------------------------------------------------------*/
.area2{
  margin: 65px 0;
}
/*最新消息*/
.news_warp{
  position: relative;
  float:left;
  width: calc(100% / 2);
  padding-right: 2rem;
  border-right: 1px #e1e1e1 solid;
}
.news_content{
  display: none;
}
.news_content.active{
  display: block;
}
.section02_rightbox{
  width: calc(100% / 2);
  float: left;
}
.news_tabs{
  padding-top: 4rem;
}
.news_tabs > div:nth-child(1) {
  left: 2.5%; }
.news_tabs > div:nth-child(3) {
  left: 27.5%; }
.news_tabs > div:nth-child(5) {
  left: 52.5%; }

.news_tab{
  position: absolute;
  top: 0;
  width: 25%;
}
.news_btn{
  display: inline-block;
  width: 100%;
  font-size: 1.3125rem;
  color: #fff;
  padding: .625rem;
  background: linear-gradient(-45deg, #666 0%, #666666 100%);
  text-align: center;
  transform: skewX(-30deg);
}
.news_btn span{
  display: block;
  transform: skewX(30deg);
}
.news_btn.active{
  background: linear-gradient(-45deg, #6800c7 0%, #3301b9 100%);
}
.news_warp ul{
  padding: .875rem 0 2rem;
}
.news_warp li a{
  display: block;
  font-size: 1.125rem;
  padding: 1.125rem .5rem;
  border-bottom: 1px #c9c9c9 solid;
}
.news_warp li:nth-child(1).news_exhibit a,.news_warp li:nth-child(2).news_exhibit a,
.news_warp li:nth-child(3).news_exhibit a,.news_warp li:nth-child(1).news_exhibit a p,
.news_warp li:nth-child(2).news_exhibit a p,.news_warp li:nth-child(3).news_exhibit a p
,.news_warp li.news_exhibit i,.news_warp li.news_exhibit span{
  color: #6800c7;
}
.news_warp li:nth-child(1).news_lecture a,.news_warp li:nth-child(2).news_lecture a,.news_warp li:nth-child(3).news_lecture a,
.news_warp li:nth-child(1).news_lecture a p,.news_warp li:nth-child(2).news_lecture a p,.news_warp li:nth-child(3).news_lecture a p
,.news_warp li.news_lecture i,.news_warp li.news_lecture span{
  color: #d6204e;
}
.news_warp li:nth-child(1).news_recruit a,.news_warp li:nth-child(2).news_recruit a,.news_warp li:nth-child(3).news_recruit a,
.news_warp li:nth-child(1).news_recruit a p,.news_warp li:nth-child(2).news_recruit a p,.news_warp li:nth-child(3).news_recruit a p
,.news_warp li.news_recruit i,.news_warp li.news_recruit span{
  color: #0069eb;
}
.news_warp li a:hover,.news_warp li a:focus{
  background-color: #f2edff;
}
.news_warp li a:focus{
  outline-offset: -2px;
  outline: 2px dashed #bfa6ff;
}
.news_warp li a span,.news_warp li a p{
  display: inline-block;
}
.news_warp li a span{
  width:5.65rem;
  vertical-align: top;
}
.news_warp li  p{
  width: calc(100% - 6.5rem);
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_warp li a p i{
  font-weight: bolder;
  padding: 0 .25rem;
}
.news_warp li a p i:before{
  content: "[";
}
.news_warp li a p i:after{
  content: "]";
}
.news_warp li a span.news_content{
  width: 100%;
  display: block;
  font-size: 1rem;
  color: #666666;
  line-height: 1.3;
  padding-top: 3px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
   word-wrap: break-word;
  word-break: break-all;
}
.news_more{
  display: block;
  text-align: center;
}
.news_more a{
  display: inline-block;
  width: 170px;
  font-size: 1.125rem;
  color: #6800c7;
  padding: 1rem;
  border: 2px  #6800c7 solid;
}
.news_more a:hover,.news_more a:focus{
  background-color: #6800c7;
  color: #fff;
-webkit-transition: background .5s ease;
transition: background .5s ease;
}
.news_more a:focus{
  outline:#02244d dotted 3px;
}

@media (max-width: 992px){
  .news_tab{
    width: 30%;
  }
  .news_tabs > div:nth-child(1) {
    left: 0%; }
  .news_tabs > div:nth-child(3) {
    left: 30%; }
  .news_tabs > div:nth-child(5) {
    left: 60%; }
}
@media (max-width: 768px){
  .news_btn{
    font-size: 1rem;
  }
  .news_tabs{
    padding-top: 3rem;
  }
}

.no-js .news_tab{
  position: relative;
}

.no-js .news_tabs > div:nth-child(1),
.no-js .news_tabs > div:nth-child(3),
.no-js .news_tabs > div:nth-child(5) {
  left: 0%; }

.no-js .news_content{
  max-height: 1000px;
  margin-bottom: 2rem;
}


/*廣告區*/
#owl-billing{
  float: right;
  margin-bottom: 1.375rem;
  padding-left: 1.875rem;
}
#owl-billing .item {
  max-width: 560px;
  max-height: 216px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#owl-billing .item a {
display: inline-block;

}
#owl-billing .item a:focus,#owl-billing .item a:hover {
  border: #02244d dotted 1px;
outline:#02244d dotted 3px;
}
#owl-billing.owl-theme .owl-dots{
  position: absolute;
  right: .625rem;
  bottom:.625rem;
}
#owl-billing.owl-theme .owl-dots .owl-dot{
  display: inline-block;
}
#owl-billing.owl-theme .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
 #owl-billing.owl-theme .owl-dots .owl-dot:hover span, #owl-billing.owl-theme .owl-dots .owl-dot:focus span{
  background: #fff;
  border: 2px #6800c7 solid;
}
#owl-billing.owl-theme .owl-dots .owl-dot.active span{
  background: #fff;
  padding: 5px;
  border: 3px #6800c7 solid;
}

/*快館時間*/
.opening_wrap{
  margin: -1.5rem 0 2rem 2rem;
}
.opening_title{
  position: relative;
  z-index: 2;
  margin-bottom: -1.25rem;
  text-align: center;
}
.opening_title span{
  display: inline-block;
  padding: .75rem 1.5rem;
  background: #ffd630;
  border-radius: .5rem;
  color: #1b1b1b;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0px 4px 0px rgba(7, 12, 60, 0.25);
}
.oepning_content{
  position: relative;
  display: flex;
  margin-bottom: 1rem;
  padding: 2rem 1.5rem 1.25rem;
  background: #6800c7;
  color: white;
  border-radius: .5rem;
}
.oepning_content:before{
  content: '';
  position: absolute;
  bottom: .75rem;
  left: .75rem;
  width: 120px;
  height: 170px;
  background: url(../../images/opening_robot.svg)no-repeat center center / cover;
}
.opening_today{
  padding-left: 110px;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px dotted white;
}
.opening_today i{
  display: block;
  letter-spacing: 1.5px;
}
.opening_today{
  min-width: 215px;
  font-size: 1.75rem;
  line-height: 1.2;
}
.opening_time{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: bolder;
}
.opening_time span:nth-child(2){
  color: #ffd630;
}
.opening_text{
  font-size: 1.2rem;
  line-height: 1.2;
}
.opening_closed{
  font-family: "微軟正黑體";
  color: #ffd630;
}
.opening_disc{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.opening_disc:before{
  content: '';
  display: inline-block;
  min-width: 56px;
  width: 56px;
  height: 56px;
  background: url(../../images/opening_icon.svg)no-repeat center center;
  -webkit-filter: drop-shadow(0 0px 10px rgba(115, 70, 255, 0.5));
}
.opening_disc span{
  padding: .5rem;
  color: #6800c7;
  font-size: 1.125rem;
  line-height: 1.2;;
}

@media(max-width: 1200px){
  .opening_today{
    min-width: 165px;
    padding-left: 85px;
    font-size: 1.25rem;
  }
  .opening_time{
    font-size: 2rem;
  }
  .opening_text{
    font-size: .95rem;
  }
  .opening_disc span{
    font-size: 1rem;
  }
  .oepning_content:before{
    bottom: .5rem;
    left: .5rem;
    width: 100px;
    height: 142px;
  }
}

@media(max-width: 992px){
  .oepning_content{
    flex-direction: column;
    padding: 2rem 1.5rem 1.25rem 120px;
  }
  .opening_today{
    border-right: 0;
    border-bottom: 1px dotted white;
    padding: .5rem 0;
    margin: 0 0 .5rem;
  }
  .opening_today i{
    display: inline-block;
  }
}

@media(max-width: 820px){
  .opening_time{
    font-size: 1.5rem;
  }
  .oepning_content{
    padding: 1.5rem 1rem 1rem 90px;
  }
  .oepning_content:before{
    bottom: .75rem;
    width: 80px;
    height: 113px;
  }
  .opening_title span{
    font-size: 1.25rem;
  }
}
@media(max-width: 767px){
  .opening_wrap{
    margin: 1.5rem 0 2rem;
  }
}

/*快速連結*/
.quicklink_warp{
  float: left;
  border-top: 1px #e1e1e1 solid;
  padding-top: 1.375rem;
}
.quicklink_warp ul{
  padding-left: 1rem;
}
.quicklink_warp li {
  float: left;
  width: calc(100% / 3);
  padding:0 0 .9375rem .9375rem;
}
.quicklink_warp li a{
  position: relative;
  width: 100%;
  float: right;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transform: translateZ(0);
  overflow: hidden;
}
.quicklink_warp li a{
  height: 120px\9;
}
*::-ms-backdrop,.quicklink_warp li a{
  height: 120px;
}
/* .quicklink_warp li:nth-child(12n+1) a,.quicklink_warp li:nth-child(12n+6) a,.quicklink_warp li:nth-child(12n+11) a{
  border: solid 5px rgb(255,168,183);
  background: rgb(255,168,183,0.38);
}
.quicklink_warp li:nth-child(12n+2) a,.quicklink_warp li:nth-child(12n+7) a,.quicklink_warp li:nth-child(12n+9) a{
  border: solid 5px rgb(255,206,105);
  background: rgb(255,206,105,0.38);
}
.quicklink_warp li:nth-child(12n+3) a,.quicklink_warp li:nth-child(12n+4) a,.quicklink_warp li:nth-child(12n+8) a,.quicklink_warp li:nth-child(12n+10) a{
  border: solid 5px rgb(199,175,255);
  background: rgb(199,175,255,0.38);
}
.quicklink_warp li:nth-child(12n+5) a,.quicklink_warp li:nth-child(12n+12) a{
  border: solid 5px  rgb(119,211,255);
  background: rgb(119,211,255,0.38);
} */


.quicklink_warp li a:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .6;
}

.quicklink_warp li:nth-child(12n+1) a:after,.quicklink_warp li:nth-child(12n+6) a:after,.quicklink_warp li:nth-child(12n+11) a:after{
 background: linear-gradient(135deg,  rgb(255,168,183) 0%,rgb(255,128,149) 100%);
}
.quicklink_warp li:nth-child(12n+2) a:after,.quicklink_warp li:nth-child(12n+7) a:after,.quicklink_warp li:nth-child(12n+9) a:after{
  background: linear-gradient(135deg,  rgb(255,206,105) 0%,rgb(255,171,0) 100%);
}
.quicklink_warp li:nth-child(12n+3) a:after,.quicklink_warp li:nth-child(12n+4) a:after,.quicklink_warp li:nth-child(12n+8) a:after,.quicklink_warp li:nth-child(12n+10) a:after{
  background: linear-gradient(135deg,  rgb(199,175,255) 0%,rgb(151,107,255) 100%);
}
.quicklink_warp li:nth-child(12n+5) a:after,.quicklink_warp li:nth-child(12n+12) a:after{
  background: linear-gradient(135deg,  rgb(119,211,255) 0%,rgb(20,179,255) 100%);
}


.quicklink_warp li:nth-child(12n+1) a,.quicklink_warp li:nth-child(12n+6) a,.quicklink_warp li:nth-child(12n+11) a{
  /* border: solid 2px #d6204e; */
  /* background: linear-gradient(135deg,  rgb(255,168,183) 0%,rgb(255,128,149) 100%); */
}
.quicklink_warp li:nth-child(12n+2) a,.quicklink_warp li:nth-child(12n+7) a,.quicklink_warp li:nth-child(12n+9) a{
  /* border: solid 2px #d6204e; */
  /* background: linear-gradient(135deg,  rgb(255,206,105) 0%,rgb(255,171,0) 100%); */
}
.quicklink_warp li:nth-child(12n+3) a,.quicklink_warp li:nth-child(12n+4) a,.quicklink_warp li:nth-child(12n+8) a,.quicklink_warp li:nth-child(12n+10) a{
  /* border: solid 2px #d6204e; */
  /* background: linear-gradient(135deg,  rgb(199,175,255) 0%,rgb(151,107,255) 100%); */
}
.quicklink_warp li:nth-child(12n+5) a,.quicklink_warp li:nth-child(12n+12) a{
  /* border: solid 2px #d6204e; */
  /* background: linear-gradient(135deg,  rgb(119,211,255) 0%,rgb(20,179,255) 100%); */
}

.quicklink_warp li a:focus{
outline:#02244d dotted 3px;
}
.quicklink_warp li a:hover{
   animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  }
/* Wobble Vertical */
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.quicklink_warp li a figure{
  display: block;
  width: 100%;
}
.quicklink_warp li a figcaption {
  position: relative;
  z-index: 1;
  padding: .625rem .5rem 0rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: black;
  width: 100%;
  display: block;
}
.quicklink_warp li a figure img{
  position: relative;
  width: 65px;
  height: 65px;
}
/* .quicklink_warp li:nth-child(12n+1) a figure img{
 -webkit-filter: drop-shadow(0px 0px 5px #ff6f83);
  filter: drop-shadow(0px 0px 5px #ff6f83);
} */
@media (max-width: 767px) {
  .area2{
    margin: 30px 0;
  }
  /*news*/
  .news_warp{
    width: 100%;
    padding-right: 0;
    border: none;
    margin-bottom: 1.25rem;
  }
  .news_warp li a{
    font-size: 1rem;
  }
  /*banner & 快速連結*/

  .section02_rightbox{
    width: 100%;
  }
  #owl-billing .item{
    max-width: 100%;
  }
  #owl-billing{
    padding-left: 0;
  }
  .quicklink_warp ul{
    padding-left: 0;
  }
  .quicklink_warp li{
    width: calc(100% / 4);
    padding:0 .46875rem .9375rem .46875rem;
  }
}
@media (max-width: 541px) {
  .news_warp h4,.news_more a{
    font-size: 1rem;
  }
  .news_warp ul{
    padding:.625rem 0 1rem;
  }
  .quicklink_warp li{
    width: calc(100% / 3);
    padding: 0 .25rem .9375rem .25rem;
  }
  .news_warp li a{
    padding: .625rem 0;
  }
  .news_more a{
    width: 120px;
    padding:.625rem;
  }
  .quicklink_warp li a figure img{
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 320px) {
.quicklink_warp li a{
  min-height: 90px;
}
}
/* 第2區塊 no-js*/
.no-js #owl-billing .item{
  float: left;
  width: calc(100% / 3 - 10px);
  margin: 5px;
}


/*-------------------------------------------------------------------------------*\
     $第3區塊 展覽
\*-------------------------------------------------------------------------------*/
.area3{
  background: url(../../images/index_exhibit_bg.jpg) no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.exhitbit_tit{
  position: relative;
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.exhitbit_tit:after{
  content: "";
  position: absolute;
  width: 90%;
  top:50%;
  /* border-top:1px #dc2f09 solid; */
}
.exhibit_warp{
padding:65px 10px;
}
.exhibit_warp h2{
  position: relative;
  display: inline-block;
  font-size: 2.25rem;
  width: 150px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: #dc2f09;
        -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  z-index: 2;
}
.exhibit_warp h2 i{
  display: inline-block;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
}
.exhibit_more{
  display: block;
  text-align: center;
  margin-top: 2rem;
}
.exhibit_more a{
  display: inline-block;
  width: 170px;
  font-size: 1.125rem;
  padding: 1rem;
  text-align: center;
  color: white;
  background: #dc2f09;
}
.exhibit_more a:hover,.exhibit_more a:focus {
  background-color: #6800c7;
  -webkit-transition: background .5s ease;
  transition: background .5s ease;
  }
.exhibit_more a:focus {
  outline:#fff dotted 3px;
}
#owl-exhibit{
  padding: 0 .625rem;
}
#owl-exhibit .item a {
  width: 100%;
 border: 1px rgba(236, 236, 236, 0.1) solid;
 display: inline-block;
 padding: .9375rem;
 color: white;
 background-color: rgba(7, 12, 60, 0.75);
 box-shadow: 0px 0px 10px #37577b; 
-webkit-box-shadow: 0px 0px 10px #37577b; 
-moz-box-shadow: 0px 0px 10px #37577b;

}
#owl-exhibit .item a:hover,#owl-exhibit .item a:focus{
   background-color: rgba(7, 12, 60, 0.9);
}
#owl-exhibit .item a:focus{
  outline:#fff dotted 3px;
  outline-offset: -3px;
}
#owl-exhibit figure {
  /*width: calc(204px * 1.2);*/
 height: calc(288px * 1.2);
  max-width: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; 
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all .3s ease;
  overflow: hidden;
}
#owl-exhibit figure img{
  width: 100%;
}
#owl-exhibit a:hover figure img,#owl-exhibit a:focus figure img{
 -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  transition: all .3s ease;
}
.exhibit_inner{
  padding: 1.25rem 0 .625rem;
}
.exhibit_inner span{
  display: block;
  color: #fff;
  margin-bottom: .625rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-shadow: 2px 2px 3px #333333; 
} 
.exhibit_inner i{
  color:#ffb102;
  text-shadow: 2px 2px 3px #333333; 
  font-family: "Century Gothic","Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#owl-exhibit.owl-theme .owl-dots{
  margin-top: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#owl-exhibit.owl-theme .owl-dots .owl-dot{
  display: inline-block;
}
#owl-exhibit.owl-theme .owl-dots .owl-dot span{
  width: 18px;
  height:18px;
  margin: 5px 7px;
  background: #dc2f09;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
#owl-exhibit.owl-theme .owl-dots .owl-dot:hover span, #owl-exhibit.owl-theme .owl-dots .owl-dot:focus span{
  background: #facc41;
  border: 2px #dc2f09 solid;
}
#owl-exhibit.owl-theme .owl-dots .owl-dot.active span{
  background: #facc41;
  padding: 8px;
  border: 3px #dc2f09 solid;
}
@media (max-width: 541px) {
  .exhibit_warp{
    padding: 30px 10px;
  }
  .exhitbit_tit{
    margin-bottom: 1rem;
  }
  .exhibit_warp h2{
    font-size: 1.5rem;
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
  /* .exhibit_more a{
    height: 30px;
  } */
  .exhibit_more a:before{
    font-size: 2rem;
    left: 25px;
  }
  #owl-exhibit.owl-theme .owl-dots .owl-dot span{
    display: none;
  }
  .exhitbit_tit:after{
    width: 80%;
  }
}
.no-js #owl-exhibit .item{
  float: left;
  width: calc(100% / 4 );
  padding: 10px;
}
/*-------------------------------------------------------------------------------*\
     $第4區塊 影片與FB
\*-------------------------------------------------------------------------------*/
/*影片*/
.area4{
  margin: 65px 0;
}
.movie_warp{
  float: left;
  width: 63%;
  padding-right: 1.25rem;

}
.movie_tit{
  display: flex;
  background-color: #000;
}
.movie_tit h2{
  display: inline-block;
  color: #fff;
  text-align: left;
  flex: 1.5;
  font-size: 1.5rem;
  padding: 1rem 0rem 1rem 3.5rem;
  font-style: italic;
  background:url(../../images/movie_tit_icon.png) no-repeat 15px 10px;
}
.movie_tit h2 small{ 
  font-size: .75em;
  display: block;
  padding-top: .25rem;
}
.movie_tit span{
  float: right;
   font-size: 1.25rem;
  text-align: right;
  color: #fff;
  width: 40%;
  flex: 1;
  padding: 1rem 1.25rem 1rem 0;
  display: inline-block;
  background: linear-gradient(135deg, transparent 35%, #c30032 0%, #c30032 100%);
}
.movie_data{
  background-color: #f1f3f5;
  padding: 1.25rem 1.875rem;
  max-height: 350px;
  overflow-y:scroll;
}
/*拉霸*/
.movie_data::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
.movie_data::-webkit-scrollbar
{
  width: 20px;
  background-color: #F5F5F5;
}
.movie_data::-webkit-scrollbar-thumb
{
  background-color: #c30032;
}
/*拉霸結束*/
.movie_data li{
  border-bottom: 2px #e2e7eb solid;
  padding: 1rem 0;
}
.movie_data .movie_img{
  float: left;
  width: 96px;
  height: 140px;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.movie_data .movie_img img{
  width: 100%;
}
.movie_inner{
float: left;
text-align: left;
width: calc(100% - 96px);
padding-left: 1rem;
}
.movie_inner h3{
  color: #3d3d3d;
  font-size: 1.125rem;
  font-weight: bolder;
  margin-bottom: .625rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.movie_inner span,.movie_inner i{
  display: block;
  color: #595959;
  line-height: 1.3;
  margin-bottom:.625rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.movie_data a{
  float: right;
  display: inline-block;
  color: #fff;
  background-color: #526add;
  padding: .625rem 1rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 1px 2px 10px #adb5bd; 
-webkit-box-shadow: 1px 2px 10px #adb5bd; 
-moz-box-shadow: 1px 2px 10px #adb5bd; 
}
.movie_data a:hover,.movie_data a:focus{
   box-shadow: 1px 2px 10px #57687a; 
  -webkit-box-shadow: 1px 2px 10px #57687a; 
  -moz-box-shadow: 1px 2px 10px #57687a; 
   transition: all .3s ease;
}
/*fb*/
.fb_warp{
  float: left;
  width: 37%;
}
@media (max-width: 801px) {
  .movie_tit h2{
    padding: 1rem 0rem 1rem 3.5rem;
  }
  .movie_tit span {
    background: linear-gradient(135deg, transparent 0%, #c30032 0%, #c30032 100%);
  }
  .movie_data a{
    float: left;
    margin: .625rem 0 0 1rem;
  }
}
@media (max-width: 980px) {
  .movie_warp{
    width: 100%;
    padding-right:0;
  }
  .fb_warp{
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }
}  
@media (max-width: 541px) {
  .area4{
    margin: 30px 0;
  }
  .movie_tit h2{
    font-size: 1.25rem;
    padding: 1rem 0rem 1rem 2rem;
    background: url(../../images/movie_tit_icon.png) no-repeat 5px 10px;
    background-size: 25px;
  }
  .movie_tit span{
    font-size: 1rem;
    padding: 1.2rem 1rem 1rem 0;
  }
  .movie_data{
    padding: 1rem;
  }
  .movie_inner h3{
    font-size: 1rem;
    margin-bottom:.25rem;
  }
  .movie_inner span, .movie_inner i{
    margin-bottom: .25rem;
  }
}
@media (max-width: 320px) {
  .movie_tit span{
    background-color:  #e42858;
  }
}
/*no-js*/
.no-js .fb_warp {
    height: 406px;
    background: url(../../images/fb-nojs.png) no-repeat center 65%;
    background-color: #3a5897;
    color: #fff;
    padding: 2rem;
    line-height: 1.3;
}
.no-js .fb_warp a{
  font-size: 1.25rem;
  color: #ffaf0c;
}
.no-js .fb_warp a:focus{
outline:#fff dotted 3px;
}


/*-------------------------------------------------------------------------------*\
     $第5區塊 map
\*-------------------------------------------------------------------------------*/
.mpa_list{
  position: relative;
}
.mpa_list ul{
  position: absolute;
  right: 10px;
  margin: 1.5rem 0;
}
.mpa_list li a{
  display: block;
  width: 105px;
  height: 105px;
  color: #fff;
  text-align: center;
  background-color: rgba(68, 83, 106, 0.80);
  margin-bottom: 1rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.mpa_list li a:hover{
  color: #ffcf41;
}
.mpa_list li a:focus{
  outline:#02244d dotted 3px;
  color: #ffcf41;
}
.mpa_list li a img{
  display: block;
  margin: 0 auto;
  padding: .625rem 0.25rem;
}
.mpa_list li:last-child a{
  margin-bottom: 0;
}
@media (max-width: 541px) {
  .mpa_list li a{
    width: 80px;
    height: 80px;
  }
  .mpa_list li a img{
    width: 40%;
  }
  .mpa_list ul{
    margin: 4rem 0;
  }
}
/*map no-js */
.no-js .gl_map{
  background-color: #f4f4f4;
}
.no-js .gl_map  noscript{
  float: inherit;
}
.no-js .gl_map iframe{
  display: none;
}
.no-js .mpa_list{
  display: none;
}
.no-script-message_map{
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 400px;
    background: url(../../images/nojs_map_img.svg) no-repeat 350px center;
}
.no-script_map_link {
    font-size: 1.3125‬em;
    position: absolute;
    top: 150px;
    left: 550px;
    line-height: 1.5;
    color: #000;
}
.no-js noscript .no-script_map_link a {
    color: #4285F4;
    font-size: 0.875‬em;
    font-weight: normal;
}
/*-------------------------------------------------------------------------------*\
     $第6區塊 相關連結
\*-------------------------------------------------------------------------------*/
 .area6{
  margin:2.5rem 0;
}
#owl-link .item a{
  display: inline-block;
  margin: .25rem;
}
#owl-link .item a:focus{
outline:#02244d dotted 3px;
}
@media (max-width: 541px) {
  .area6{
  margin:16px 0;
}

}

/*no-js*/
.no-js #owl-link .item{
  float: left;
  text-align: center;
  width: calc(100% / 6);
  margin-bottom: 8px;
}



/*-------------------------------------------------------------------------------*\
     $新增-資訊圖像化圖表統計
\*-------------------------------------------------------------------------------*/

.chart_wrap {
  overflow: hidden;
  margin-bottom: 5rem;
}

.chart_inner {
  margin:0 -1rem;
}

.chart_item {
  position: relative;
  float: left;
  width: calc(100% / 2 - 2rem);
  box-shadow: 4px 10px 20px rgba(0,0,0,.1);
  margin:2rem 1rem;
  padding:0 1.5rem;
  font-family: "微軟正黑體" !important;
  text-align: center;
}

.chart_item_tit {
  font-size: 1.5rem;
  padding: 1rem 0;
  margin-bottom: 1rem;
  color: #666666;
}

.chart_item:nth-child(3) > .chart_item_tit,.chart_item:nth-child(4) > .chart_item_tit {
  width: calc(100% - 4rem);
  text-align: center;
  position: absolute;
}

.chart_item iframe {
  width: 100%;
  min-height: 550px;
}

.chart_color_list {
  position: absolute;
  bottom: 2rem;
  padding: 1rem;
}

.chart_color_list li {
  position: relative;
  float: left;
  padding:.5rem 1rem .5rem 1.5rem;
  line-height: 1.4;
}

.chart_color_list li:before {
  position: absolute;
  left:5px;
  top:12px;
  content: '';
  width: 12px;
  height: 12px;
  color: #666666;
  background: #666666;
}
.chart_color_list li:nth-child(1):before {background: #e94260;}
.chart_color_list li:nth-child(2):before {background: #ff6f43;}
.chart_color_list li:nth-child(3):before {background: #fdc42f;}
.chart_color_list li:nth-child(4):before {background: #a8d93f;}
.chart_color_list li:nth-child(5):before {background: #52a1fe;}
.chart_color_list li:nth-child(6):before {background: #608af0;}
.chart_color_list li:nth-child(7):before {background: #55dbc2;}

@media (max-width: 768px) {
  .chart_inner {
    margin:0;
  }
  .chart_item {
    width: 100%;
    margin:2rem 0;
  }
  .chart_item_tit {
    font-size: 1.2rem;
  }
  .chart_item:nth-child(3) .chart_item_tit,.chart_item:nth-child(4) .chart_item_tit {
    top:1rem;
  }
}
@media (max-width: 576px) {
  .chart_item:nth-child(3) .chart_item_tit,.chart_item:nth-child(4) .chart_item_tit {
    top:3rem;
  }
}

@media (max-width: 350px) {
  .chart_color_list {
    background: white;
    bottom: .75rem;
  }
}
/* 快捷選單(分眾) 2023 修*/
.quick_wrap{
  width: 100%;
  position: absolute;
  bottom: 0;  
  z-index: 2;
  background-color: rgb(2, 36, 77);
}
.quick_content{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 0;
}
.quick_item{
  display: flex;
  align-items: center;
  width: calc((100% / 3) - 0.5rem);
  margin: 0.25rem;
  background-color: #fff;
  border-radius: 4rem;
  overflow: hidden;
}
.quick_item:hover{
  box-shadow: inset .25rem .25rem .5rem rgba(0,0,0,.4);
}
.quick_item:focus{
  outline:#fff dotted 3px;
}
.quick_item:nth-child(1) .quick_item-img{
  background-color: #cbe0ff;
}
.quick_item:nth-child(2) .quick_item-img{
  background-color: #ffc6fb;
}
.quick_item:nth-child(3) .quick_item-img{
  background-color: #9282ff;
}
.quick_item-tit{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-weight: bold;
  color: #000;
}
.quick_item-img{
  width: 40px;
  margin-left: auto;
  padding: 0.5rem;
}
@media (min-width: 481px){
  .quick_content{
    padding: 1rem 0;
  }
  .quick_item{
    width: calc((100% / 3) - 1rem);
    margin: 0.5rem;
  }
  .quick_item-tit{
    font-size: 1.25em;
  }
  .quick_item-img{
    width: 50px;
  }
}
@media (min-width: 769px){
  .quick_item-tit{
    font-size: 1.5em;
  }
  .quick_item-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98px;
    padding: 1rem;
  }
  .quick_item-img img{
    width: 50px;
  }
}
@media (min-width: 960px){
  .quick_content{
    padding: 1.5rem 0;
  }
  .quick_item{
    box-shadow: 
      .25rem .25rem .5rem rgba(0,0,0,.3),
      .75rem .75rem 1rem rgba(0,0,0,.3);
  }
  .quick_item-tit{
    font-size: 2.25em;
  }
}