@charset "UTF-8";
/*////////////////////  斷點  //////////////////*/
/*///////////////////////////////////////////////*/
/*////////////////////  mixin  //////////////////*/
/*///////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
/*////////////////////  共用區  //////////////////*/
/*////////////////////////////////////////////////*/
/*Media Query*/
@media (min-width: 1200px) {
  .container {
    width: 95%;
  }
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
}
@media (max-width: 767px) {
  .pull-xs-left {
    float: left !important;
  }
  .pull-xs-right {
    float: right !important;
  }
}
/*依視窗寬度改變輪播圖呈現*/
@media (max-width: 767px) {
  .IndexSlide .pic img.img-web {
    display: none !important;
  }
  .IndexSlide .pic img.img-phone {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .IndexSlide .pic img.img-web {
    display: block !important;
  }
  .IndexSlide .pic img.img-phone {
    display: none !important;
  }
}
noscript {
  display: block;
  padding: 0.5em;
  border: 2px solid #d7d7d7;
  background: #fff;
  color: #666;
  overflow: hidden;
  line-height: 1.45em;
  font-size: 0.813em;
  margin: 0 0.5em 0.5em;
  border-radius: 4px;
  box-sizing: border-box;
}

noscript a {
  color: blue;
}

noscript a:hover,
noscript a:focus-visible {
  color: blue;
}

body {
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  color: #0087bf;
  word-wrap: break-word;
  word-break: break-all;
}

p {
  /* line-height: 180%; */
  margin-bottom: 1.2em;
  /*text-align: center;
  text-justify: inter-ideograph;*/
}

ul, ol {
  margin-bottom: 20px;
}

/*偽元素 icon 不吃em */
#Header .Search .btn span {
  /*font-size: 1em;*/
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/basic/icon_search.png") 50% 50% no-repeat;
  background-size: cover;
}

/*導引磚*/
.accesskey {
  float: left;
  position: absolute;
  /*opacity:0;*/
}

.accesskey a {
  display: block;
  padding: 0.125em 0.25em;
}

.accesskey a:hover,
.accesskey a:focus {
  background: #0087bf;
}

#Header .accesskey a#accesskeyU {
  color: #fff;
}

/*區塊基本設定*/
.Block {
  margin: 20px 0;
  padding: 15px 0;
}

.Block .BlockTitle {
  font-size: 1.5em !important;
  margin: 20px 0;
  font-weight: 600;
}

.Block_NoMargin {
  margin: 30px 0 -20px;
}

/*文字置中*/
.TitleCenter {
  text-align: center;
  color: #505050;
  font-size: 1.875em !important;
  padding-bottom: 20px;
}

.TitleCenter span {
  padding: 0 40px 10px;
  border-bottom: solid 1px #35afe2;
}

/*自訂BTN*/
.BTN_wrap {
  margin-top: 25px;
  margin-bottom: 25px;
}

.BTN {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*上傳*/
.BTN_Upload {
  color: #fff;
  background: #027db1;
  text-shadow: 0 1px 2px #555;
}

.BTN_Upload:hover,
.BTN_Upload:focus {
  color: #fff;
  background: #10729b;
}

/*取消*/
.BTN_Cancel {
  padding: 8px 35px;
  font-size: 1.125em;
  color: #fff;
  background: rgba(80, 80, 80, 0.8);
}

.BTN_Cancel:hover,
.BTN_Cancel:focus {
  color: #fff;
  background: rgb(80, 80, 80);
}

/*送出*/
.BTN_Send {
  padding: 8px 35px;
  font-size: 1.125em;
  color: #fff;
  /*background:#35afe2;*/
  background: #027db1;
}

.BTN_Send:hover,
.BTN_Send:focus {
  color: #fff;
}

@media (max-width: 767px) {
  .BTN_Send,
  .BTN_Cancel {
    width: calc(50% - 2px);
  }
}
/*必填星星*/
.required {
  color: #d20000;
}

/*文字顏色*/
.Text_Red {
  color: #d20000;
}

/*資訊發布時間*/
.Meta {
  color: #333;
}

.Meta div {
  display: inline-block;
  color: #333;
  margin-right: 20px;
  font-size: 0.875em;
  line-height: 54px;
}

.Meta div span {
  color: #333;
}

.Meta div a {
  color: #347aad;
  text-decoration: underline;
}

.Meta div a:hover {
  text-decoration: none;
}

.Meta div:last-child {
  margin-right: 0;
}

/*發布單位*/
/*發布日期*/
/*更新日期*/
/*點閱次數*/
@media (max-width: 767px) {
  .Meta {
    margin-bottom: 20px;
  }
  .Meta div {
    line-height: 1.6;
  }
}
/*吉祥物*/
#Doll {
  position: fixed;
  z-index: 3000;
  right: 10px;
  bottom: 20px;
}

#Doll a {
  display: block;
  width: 200px;
  height: 215px;
}

/*依視窗寬度改變輪播圖呈現*/
@media (min-width: 768px) {
  #Doll img {
    width: 100%;
  }
  #Doll a img.img-web {
    display: block !important;
  }
  #Doll a img.img-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #Doll {
    right: 0;
    height: 200px;
  }
  #Doll a {
    width: 50px;
    height: 166px;
  }
  #Doll img {
    /*width: 100%;*/
    height: 100%;
  }
  #Doll .img-web {
    display: none !important;
  }
  #Doll .img-phone {
    display: block !important;
  }
}
/*@media (max-width: 991px) {
	#Doll a{
		display: none;
	}
}*/
/*////////////////////  2019 2A  //////////////////*/
a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline: dashed 4px rgb(53, 175, 226) !important;
}

a.goCenter {
  position: absolute;
  top: -2.2em;
  left: 50%;
  margin-left: -480px;
  padding: 0 0.5em;
  height: 2em;
  line-height: 2em;
  /*background: #781F79;*/
  color: #fff;
  text-decoration: none;
  z-index: 999999999999;
  /*opacity: 0;*/
  transition: 0.5s;
  border-radius: 0px 0px 4px 4px;
  color: #FFF;
}

a.goCenter:hover, a.goCenter:focus {
  outline: none;
  top: 0;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #706f71 !important;
}

input::-moz-placeholder {
  color: #706f71 !important;
}

::-ms-input-placeholder {
  color: #706f71 !important;
}

/*////////////////////  2021 新增 //////////////////*/
.slick-slide {
  background: #f0f0f0;
}

.slick-prev {
  background: url(../images/basic/left2.png) center center no-repeat RGBA(255, 255, 255, 0.5);
  opacity: 0.6;
}
.slick-prev:hover, .slick-prev:focus {
  background: url(../images/basic/left2.png) center center no-repeat RGBA(255, 255, 255, 0.5);
  opacity: 1;
}

.slick-next {
  background: url(../images/basic/right2.png) center center no-repeat RGBA(255, 255, 255, 0.5);
  opacity: 0.6;
}
.slick-next:hover, .slick-next:focus {
  background: url(../images/basic/right2.png) center center no-repeat RGBA(255, 255, 255, 0.5);
  opacity: 1;
}

.lightbox_slider_block {
  background: #fff;
  padding: 1em 0;
  clear: both;
}
.lightbox_slider_block h3 {
  font-size: 1.625em;
  font-weight: bold;
  color: #434343;
  padding-left: 35px;
  border-bottom: solid 1px #35afe2;
  padding-bottom: 15px;
}
.lightbox_slider_block .cppic_slider {
  padding-left: 16px;
  padding-right: 16px;
}
.lightbox_slider_block .img-container {
  margin: 0px 15px;
  position: relative;
  overflow: hidden;
  overflow: hidden;
}
.lightbox_slider_block .img-container:before {
  display: inline-block;
  content: "";
  padding-top: 75%;
}
.lightbox_slider_block .img-container img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.lightbox_slider_block .img-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.lightbox_slider_block .caption {
  padding: 0.5em !important;
  position: absolute;
  background: rgba(0, 0, 0, 0.75) !important;
  color: #FFF;
  bottom: -2em !important;
  left: 0;
  font-size: 0.938em !important;
  height: 2em !important;
  line-height: 1 !important;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s ease-out;
}
.lightbox_slider_block .slick-dots {
  bottom: -30px;
}
.lightbox_slider_block .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.lightbox_slider_block .slick-prev {
  left: -10px;
  top: 50%;
}
.lightbox_slider_block .slick-next {
  right: -10px;
  top: 50%;
}
.lightbox_slider_block a {
  color: #555;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox_slider_block a:hover .caption, .lightbox_slider_block a:focus .caption {
  bottom: 0 !important;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////  2018 行事曆  ///////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/
.calendar_toolbar {
  clear: both;
  /*text-align: center;*/
  position: relative;
  /*background: url(../images/basic/bg_Calendar_head.jpg) left top no-repeat;*/
  background-size: cover;
  padding-top: 10px;
  border-radius: 10px 10px 0 0;
}

.calendar_toolbar h2 {
  /*font-size: 1.5em;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 2px;*/
  /*width: 200px;
  float: left;*/
}

.calendar_toolbar h2.Date {
  font-size: 1.5em;
  color: #fff;
  letter-spacing: 2px;
  margin-left: 20px;
  margin-bottom: 40px;
}

.calendar_toolbar h2.Date span {
  font-size: 1.125em;
  padding: 0.4em 0 0;
  display: block;
}

.calendar_toolbar .pre, .calendar_toolbar .next {
  color: #fff;
  background: #C71160;
  border: 0;
}

.calendar_toolbar .fc-button-group {
  float: left;
}

.calendar_toolbar .fc-button-group button {
  margin-right: 2px;
}

.calendar_toolbar .fc-button-group .fc-button {
  float: none;
}

.calendar_toolbar .Month-Controler {
  position: absolute;
  right: 30px;
  top: 20px;
}

.calendar {
  clear: both; /*margin-top: 20px;*/
}

.calendar table {
  width: 100%;
}

.calendar table th, .calendar table td {
  border: 1px solid #C71160;
}

.calendar table th {
  text-align: center;
  width: 14.2857142857%;
  background: #C71160;
  color: #fff;
  padding: 5px;
}

.calendar table td {
  height: 120px !important;
  width: 14.2857142857%;
  vertical-align: top;
  padding: 2px 10px;
  position: relative;
}

.calendar table td span.date a {
  display: block;
  /*float:right;*/
  margin: 5px 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  color: #C71160;
}

.calendar table td span.date a:hover {
  background: #C71160;
  color: #fff;
}

.calendar table td span.date a .calendar table td.now span.date {
  background: #f64a9b;
  color: #fff;
}

.calendar table td.past .Hakka,
.calendar table td.past .Miaoli,
.calendar table td.past .Liutui {
  /*opacity: .5;*/
  border-left: 4px solid #ddd;
  color: #737373;
}

.calendar table td.now {
  background: rgba(255, 159, 202, 0.631372549);
}

.calendar table td a {
  clear: both;
  display: block;
  /*color:#FFF;*/
  color: #C71160;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 0.813em;
  /*border-radius: 4px;*/
  box-sizing: border-box;
  padding: 0px 4px;
  overflow: hidden;
  max-width: 125px;
  margin-bottom: 1px;
  background: #fff;
  font-weight: bold;
}

.calendar table .fc-content {
  display: block;
}

.calendar table .Hakka {
  border-left: 4px solid #10729b;
  color: #10729b;
}

.calendar table .Miaoli {
  border-left: 4px solid #914c23;
  color: #914c23;
}

.calendar table .Liutui {
  border-left: 4px solid #507c29;
  color: #507c29;
}

/*.Hakka{ border-left:4px solid #00afdf; color: #00afdf !important; }
.Miaoli{ border-left:4px solid #914c23; color: #914c23 !important; }
.Liutui{ border-left:4px solid #507c29; color: #507c29 !important; }*/
.calendar table .more {
  color: #666;
  text-align: left;
  background: #C71160;
  border-radius: 30px;
  color: #fff;
  padding: 5px 12px;
}

.calendar table .more:after {
  content: "+";
}

.calendar table .rwd {
  display: none;
}

.conference_status {
  vertical-align: middle;
  overflow: hidden;
  padding: 15px 20px;
  /*margin-bottom: 15px;*/
  /*text-align: center;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e1e17+0,000000+100&0.8+0,0+70 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(46, 30, 23, 0.8) 0%, rgba(14, 9, 7, 0) 70%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cc2e1e17", endColorstr="#00000000",GradientType=1 ); /* IE6-9 */
}

.conference_status span {
  display: inline-block;
  padding: 3px 10px;
  /*border-radius:5px;*/
  color: #FFF;
  text-align: center;
  /*background:#fff;*/
  font-size: 0.813em;
  font-weight: bold;
}

.conference_status .date_choose {
  float: left;
  margin-right: 30px;
}

.conference_status a {
  float: left;
  margin-right: 10px;
}

.conference_status .status span {
  margin-right: 15px;
}

.conference_status .status span:hover,
.conference_status .status span:focus {
  cursor: pointer;
}

.conference_status .all {
  color: #fff;
}

.conference_status .Hakka {
  border-bottom: 3px solid #00afdf;
}

.conference_status .Miaoli {
  border-bottom: 3px solid #d2601c;
}

.conference_status .Liutui {
  border-bottom: 3px solid #51a704;
}

@media (max-width: 767px) {
  .calendar table td {
    height: 60px !important;
    padding: 0;
  }
  .calendar table td span.date {
    margin: 0;
    float: left;
  }
  .calendar table td.now {
    background: #C71160;
  }
  .calendar table td.now span.date {
    background: transparent;
  }
  .calendar table td.now span.date a {
    background: transparent;
    color: #fff;
  }
  .calendar table td a {
    display: none;
  }
  .calendar table .rwd {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    /*color: #f64a9b;;*/
    background: transparent;
    font-size: 1.125em;
    text-align: right;
    vertical-align: middle;
    line-height: 90px;
    font-weight: bold;
  }
  .calendar table .rwd span {
    display: inline-block;
    margin: 5px 0;
    width: 24px;
    height: 24px;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #ff97c5;
    font-weight: normal;
    font-size: 0.875em;
  }
  .calendar table td.now .rwd span {
    background: #fff;
    color: #C71160;
  }
  .conference_status {
    background: rgba(46, 30, 23, 0.8);
  }
  .conference_status .status {
    float: none;
    clear: both;
    /*padding-top: 15px;*/
  }
  .conference_status .status span {
    margin-bottom: 10px;
  }
  /**/
  .calendar_toolbar .Month-Controler {
    left: 22px;
    top: 110px;
  }
}
/*單日行事曆列表*/
.Daily_Calendar section {
  border-bottom: dotted 1px #888;
  padding: 15px 25px;
}

.Daily_Calendar section:nth-child(even) {
  background: #ffeff7;
}

.Daily_Calendar section:hover,
.Daily_Calendar section:focus {
  background: #fff9d9;
}

.Daily_Calendar section div {
  display: inline-block;
  width: 32.6%;
  vertical-align: middle;
  padding: 0 10px;
  box-sizing: border-box;
}

.Daily_Calendar section a {
  display: block;
}

.Daily_Calendar section a:hover,
.Daily_Calendar section a:focus {
  text-decoration: none;
}

.Daily_Calendar .Hakka,
.Daily_Calendar .Miaoli,
.Daily_Calendar .Liutui {
  border-left-style: solid;
  border-left-width: 4px;
  padding-left: 10px;
}

.Daily_Calendar .Hakka {
  border-left-color: #00afdf;
  color: #00afdf;
}

.Daily_Calendar .Miaoli {
  border-left-color: #914c23;
  color: #914c23;
}

.Daily_Calendar .Liutui {
  border-left-color: #507c29;
  color: #507c29;
}

.Daily_Calendar a .Act_Info {
  color: #555;
}

.Daily_Calendar a .Issue {
  color: #C71160;
}

@media (max-width: 767px) {
  .Daily_Calendar section div {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////  Header  /////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/
#Header {
  background: url(../images/basic/bg-Header.png) repeat-x;
}

#Header a:focus {
  border: solid 1px #10b7e7;
}

button:focus {
  border: solid 1px #10b7e7;
}

#Header .navbar {
  border: 0;
  margin-bottom: 0;
  background: url(../images/basic/bg-Header-navbar.png) repeat-x left 130px;
}

#Header .navbar .navbar-header {
  width: 100%;
  text-align: center;
  position: relative;
}

/*Logo*/
#Header .navbar .navbar-header .Logo {
  position: absolute;
  left: 0;
  top: 45px;
}

#Header .navbar .navbar-header .Logo h1 {
  margin: 0;
}

/*主選單*/
#Header .MainMenu {
  height: 50px;
  font-size: 1.125em;
  /* margin-bottom:5px; */
  /*margin-top:20px;*/
  /* padding-left: 36px; */
}

#Header .MainMenu a {
  text-decoration: none;
}

/*處理menu置中問題*/
@media (min-width: 1200px) {
  #Header .MainMenu .navbar-nav {
    float: none;
    display: table;
    margin: 0 auto;
  }
}
#Header .MainMenu .navbar-nav > li > a {
  color: #464646;
}

#Header .MainMenu .navbar-nav > li > a:hover,
#Header .MainMenu .navbar-nav > li > a:focus {
  background: none;
}

#Header .MainMenu .navbar-nav > li > a:focus {
  border: solid 1px #10b7e7;
}

#Header .MainMenu .dropdown-menu > li > a {
  padding: 3px 20px 3px 12px;
}

#Header .MainMenu .navbar-nav .dropdown > a {
  background: transparent;
}

#Header .MainMenu .navbar-nav .dropdown > a:hover .caret {
  color: #e00012;
}

#Header .MainMenu .navbar-nav .dropdown .caret {
  margin-left: 5px;
  color: #35afe2;
}

#Header .MainMenu .navbar-nav .dropdown-menu {
  min-width: 120px;
  padding: 0 0;
  /*display:block;*/
}

#Header .MainMenu .navbar-nav .dropdown-menu {
  background: #fff;
}

#Header .MainMenu .navbar-nav .dropdown-menu > li { /*position: relative;*/ }

#Header .MainMenu .navbar-nav .dropdown-menu > li > a {
  font-size: 0.938em;
  border-bottom: dotted 1px #e5e5e5;
  background: #fff;
  line-height: 1.8;
}

#Header .MainMenu .navbar-nav .dropdown-menu > li > a:hover,
#Header .MainMenu .navbar-nav .dropdown-menu > li > a:focus {
  background: #eee;
}

#Header .MainMenu .navbar-nav .dropdown-menu > li:last-child > a {
  border-bottom: none;
}

/*主選單-第三節點*/
#Header .MainMenu .navbar-nav .dropdown-menu > li ul {
  /*position: absolute;
  top: 0px;
  left: 200px;*/
  background: #fff;
  /*width: 220px;*/
  list-style: none;
  padding: 0;
  /*display:none;*/
}

#Header .MainMenu .navbar-nav .dropdown-menu > li ul li a {
  font-size: 0.938em;
  padding: 4px 15px;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  border-bottom: dotted 1px #c2c2c2;
}

#Header .MainMenu .navbar-nav .dropdown-menu .dropdown-submenu {
  position: relative;
}

#Header .MainMenu .navbar-nav .dropdown-menu .dropdown-submenu > .dropdown-menu {
  top: 5px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

#Header .MainMenu .navbar-nav .dropdown-menu .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

#Header .MainMenu .navbar-nav .dropdown-menu .dropdown-submenu:hover > a:after {
  border-left-color: #555;
}

#Header .MainMenu .navbar-nav .dropdown-menu .dropdown-submenu.pull-left {
  float: none;
}

#Header .MainMenu .navbar-nav .dropdown-menu .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

/*主選單-第三節點-accordion
#Header .MainMenu .navbar-nav .dropdown-menu .panel-group .panel .panel-body ul{
  list-style-type:disc;
  list-style-position:inside;
  background:#F8F8F8;
  -webkit-box-shadow: inset 0px 10px 10px -10px rgba(85, 85, 85, 0.60);
     -moz-box-shadow: inset 0px 10px 10px -10px rgba(85, 85, 85, 0.60);
          box-shadow: inset 0px 10px 10px -10px rgba(85, 85, 85, 0.60);
  padding:0;
}
#Header .MainMenu .navbar-nav .dropdown-menu .panel-group .panel .panel-body li a{
  font-size: .938em;
  padding:8px 15px;
  display:block;
  box-sizing:border-box;
  text-decoration:none;
  border-bottom:dotted 1px #c2c2c2;
}
#Header .MainMenu .navbar-nav .dropdown-menu .panel-group .panel .panel-body li :hover,
#Header .MainMenu .navbar-nav .dropdown-menu .panel-group .panel .panel-body li :focus{
  background:#8d959e;
  color:#fff;
  }*/
/*accordion
#Header .MainMenu .navbar-nav .dropdown-menu .panel-group{ margin-bottom:0; }
#Header .MainMenu .navbar-nav .dropdown-menu .panel-group .panel{border-radius:0;}
#Header .MainMenu .navbar-nav .dropdown-menu .panel-group .panel .panel-heading{}
#Header .MainMenu .navbar-nav .dropdown-menu .panel-group .panel .panel-heading .icon-angle-down{ color:#df0211;}
#Header .MainMenu .navbar-nav .dropdown-menu .panel-group .panel .panel-heading a{ display:block; }
#Header .MainMenu .navbar-nav .dropdown-menu .panel-group .panel .panel-body{ 
  padding:0;
  border-top: 1px solid transparent;
  }*/
/* 上方的FB Share
.FB_share{ 
  position: absolute;
  top: 35px;
  right:15px;
  z-index: 1;
}*/
.FB_share {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .FB_share {
    float: right;
    margin-top: 5px;
    margin-left: 10px;
  }
}
/*Search*/
#Header .Search {
  margin: 10px 0 0 10px;
}

#Header .Search .btn {
  color: #fff;
  /*background:#35afe2;*/
  background: #027db1;
  padding: 0;
  position: relative;
  left: -2px;
  z-index: 900;
  height: 34px;
  padding: 0 12px;
}

/*進階搜尋*/
#Header .Search .input-group .form-control:first-child {
  border-radius: 4px;
}

/*關鍵字*/
#Header .HotKeywords {
  color: #706f71;
  margin-top: 8px;
  font-size: 0.9em;
}

#Header .HotKeywords a:after {
  content: "、";
}

#Header .HotKeywords a:last-child:after {
  content: "";
}

/*FB_Link*/
#Header .FB_Link {
  margin: 10px 0 0;
  padding: 8px 0 0;
  height: 90px;
}

#Header .FB_Link .FB_BTN {
  background: #3c5a9c;
  display: inline-block;
  padding: 6px 15px 6px 5px;
}

#Header .FB_Link .FB_BTN a {
  color: #fff;
  font-size: 0.938em;
}

#Header .FB_Link .FB_BTN a:hover,
#Header .FB_Link .FB_BTN a:focus {
  text-decoration: none;
}

/*Header_Links*/
#Header .Header_Links {
  height: 30px;
  /*background: #027db1;*/
  /*background:#35afe2;*/
  color: #fff;
  position: relative;
  font-size: 0.9em;
}

#Header .Header_Links li:after {
  content: "|";
}

#Header .Header_Links li:last-child:after {
  content: "";
}

#Header .Header_Links li a {
  display: inline-block;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  background: #297db1;
  text-shadow: none;
}

#Header .Header_Links li a:hover,
#Header .Header_Links li a:focus {
  background: #246E9C;
  border: 0;
}

@media (min-width: 1200px) {
  /*logo*/
  #Header .navbar .navbar-header .Logo img {
    width: 360px;
  }
  /*主選單*/
  #Header .MainMenu .navbar #offcanvas-left {
    padding-left: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*logo*/
  #Header .navbar .navbar-header .Logo img {
    width: 360px;
  }
  /*主選單*/
  #Header .MainMenu .navbar #offcanvas-left {
    padding-left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #Header .navbar {
    background: url(../images/basic/bg-Header-navbar.png) repeat-x left 170px;
  }
  #Header .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  /*logo*/
  #Header .navbar .navbar-header .Logo {
    position: absolute;
    left: 0;
    top: 65px;
  }
  #Header .navbar .navbar-header .Logo img {
    width: 360px;
  }
  /*主選單*/
  #Header .MainMenu {
    height: 50px;
    /*font-size: 1em;
    margin-top:20px;
    padding-left: 0;*/
  }
  #Header .MainMenu .navbar #offcanvas-left {
    padding-left: 100px;
  }
  #Header .navbar-nav {
    float: right;
  }
  /*Search*/
  #Header .Search {
    margin: 10px 0 0 300px;
  }
  /*進階搜尋*/
  /*FB_Link*/
  #Header .FB_Link {
    margin: 0 15px 0;
    height: 53px;
  }
}
@media (max-width: 767px) {
  #Header {
    background: none;
    border-bottom: 1px solid #ccc;
  }
  #Header .navbar {
    background: none;
  }
  #Header .navbar .navbar-header {
    border-bottom: 1px solid #ccc;
  }
  /*logo*/
  #Header .navbar .navbar-header .Logo {
    display: inline-block;
    margin: 0 -4px;
    height: 56px;
    position: relative;
    top: 0px;
  }
  #Header .navbar .navbar-header .Logo img {
    width: auto;
    max-width: 200px;
    padding-top: 8px;
  }
  /*主選單*/
  #Header .MainMenu {
    height: auto;
    font-size: 0.938em;
    margin-top: 0;
    padding: 0;
  }
  #Header .MainMenu .navbar-nav .dropdown-menu > li ul {
    background: #fff;
    width: 100%;
    list-style: none;
    padding: 0;
  }
  #Header .MainMenu .navbar-nav > li > a {
    color: #464646;
  }
  #Header .MainMenu .navbar-nav > li > a:hover,
  #Header .MainMenu .navbar-nav > li > a:focus {
    background: #fff;
  }
  #Header .MainMenu .navbar-nav .dropdown a:hover .caret {
    color: #e00012;
  }
  #Header .MainMenu .navbar-nav .dropdown .caret {
    margin-left: 5px;
    color: #35afe2;
  }
  #Header .MainMenu .navbar-nav .dropdown-menu {
    background: #f4f4f4;
  }
  #Header .MainMenu .navbar-nav .dropdown-menu > li > a {
    padding: 7px 15px 7px 25px;
    border-bottom: dotted 1px #dedede;
    background: #f4f4f4;
    line-height: 1.8;
  }
  #Header .MainMenu .navbar-nav .dropdown-menu > li > a:hover,
  #Header .MainMenu .navbar-nav .dropdown-menu > li > a:focus {
    background: #f4f4f4;
  }
  #Header .MainMenu .navbar-nav .dropdown-menu > li:last-child > a {
    border-bottom: none;
  }
  #Header .MainMenu .navbar-nav .dropdown-menu > li ul li a {
    padding: 7px 40px;
  }
  #Header .MainMenu .navbar-nav .dropdown-menu .dropdown-menu > li > a {
    background: #E0E0E0;
  }
  #Header .MainMenu .navbar-nav .dropdown-menu .dropdown-menu > li > a:hover,
  #Header .MainMenu .navbar-nav .dropdown-menu .dropdown-menu > li > a:focus {
    background: #555;
    color: #fff;
  }
  /*Search*/
  #Header .Search {
    margin: 0;
  }
  #Header .Search .btn.Advanced {
    margin-top: 6px;
  } /*進階搜尋*/
  #Header .Search .input-group { /*width: 100%;*/ }
  /*FB_Link*/
  #Header .FB_Link {
    margin: 10px 0 20px;
    padding: 0;
    height: auto;
  }
  /*Header_Links*/
  #Header .Header_Links {
    height: auto;
    background: none;
  }
  #Header .Header_Links li:after {
    content: "";
  }
  #Header .Header_Links li:last-child:after {
    content: "";
  }
  #Header .Header_Links li a {
    display: block;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.938em;
    color: #fff;
    text-shadow: none;
  }
  #Header .Header_Links li a:hover,
  #Header .Header_Links li a:focus {
    /*background:#eee;*/
    background: #246E9C;
    border: 0;
  }
}
/*////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////  Sliders  ////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/
.slick-slider {
  margin: 0px auto 10px !important;
}

/*IndexSlide*/
.IndexSlide.slick-slider {
  margin: 0px auto 50px !important;
} /*控制點容器高度*/
.IndexSlide > .slick-dots {
  bottom: -30px;
}

.IndexSlide .pic {
  position: relative;
  overflow: hidden;
}

.IndexSlide .pic:after {
  content: "";
  display: block;
}

.IndexSlide .pic a {
  display: block;
}

.IndexSlide .pic a:focus img {
  border: solid 6px #10b7e7;
}

.IndexSlide .pic .caption {
  background: #a4a4a4;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 1.4em;
}

.IndexSlide .slick-prev {
  left: 35px;
  top: 50%;
  width: 50px !important;
  height: 90px !important;
  border-radius: 4px;
  background: url(../images/basic/left-white.png) no-repeat 50% 50%, rgba(0, 0, 0, 0.5);
  background-size: 60%;
  display: block;
}
@media (max-width: 480px) {
  .IndexSlide .slick-prev {
    left: 0;
  }
}

.IndexSlide .slick-prev:hover {
  background: url(../images/basic/left-white.png) no-repeat 50% 50%, rgba(0, 0, 0, 0.75);
  background-size: 60%;
}

.IndexSlide .slick-prev:before {
  content: "";
}

.IndexSlide .slick-next {
  right: 35px;
  top: 50%;
  width: 50px !important;
  height: 90px !important;
  border-radius: 4px;
  background: url(../images/basic/right-white.png) no-repeat 50% 50%, rgba(0, 0, 0, 0.5);
  background-size: 60%;
}
@media (max-width: 480px) {
  .IndexSlide .slick-next {
    right: 0;
  }
}

.IndexSlide .slick-next:hover {
  background: url(../images/basic/right-white.png) no-repeat 50% 50%, rgba(0, 0, 0, 0.75);
  background-size: 60%;
}

.IndexSlide .slick-next:before {
  content: "";
}

@media (min-width: 992px) {
  .IndexSlide {
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  /*.IndexSlide .pic{height:700px;}*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .IndexSlide {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  /*.IndexSlide .pic{height:500px;}*/
}
@media (max-width: 767px) {
  .IndexSlide {
    width: 100%;
    clear: both;
  }
  /*.IndexSlide .pic{height:500px;}*/
}
/*BannerSlide*/
.BannerSlide_Wrap {
  margin: 0 0;
  padding: 25px 0;
}

.BannerSlide.slick-slider {
  margin: 0px auto 0 !important;
} /*控制點容器高度*/
.BannerSlide.slick-slider {
  padding: 0 35px;
}

.BannerSlide .Banner {
  margin: 0 8px;
  height: 70px;
  background: #fff;
  /*border:solid 1px #e5e5e5;*/
}

.BannerSlide .Banner img {
  width: 100%;
  height: 100%;
  border: dashed 4px transparent;
}

.BannerSlide .Banner a:hover img,
.BannerSlide .Banner a:focus img {
  border: dashed 4px rgb(53, 175, 226);
}

.BannerSlide .slick-prev {
  left: 0px;
  top: 85% !important;
  width: 28px;
  height: 50px;
  margin-top: -25px;
  background: url(../images/basic/left2.png) no-repeat 50% 50%;
  display: block;
  /*background-color: #fff;*/
}

.BannerSlide .slick-prev:hover {
  opacity: 0.5;
}

.BannerSlide .slick-prev:before {
  content: "";
}

.BannerSlide .slick-next {
  right: 0px;
  top: 85% !important;
  width: 28px;
  height: 50px;
  margin-top: -25px;
  background: url(../images/basic/right2.png) no-repeat 50% 50%;
  /*background-color: #fff;*/
}

.BannerSlide .slick-next:hover {
  opacity: 0.5;
}

.BannerSlide .slick-next:before {
  content: "";
}

@media (max-width: 767px) {
  .BannerSlide_Wrap {
    background: #dbded8;
    margin-bottom: 25px;
  }
  .BannerSlide .Banner {
    margin: 0 5px;
    height: 50px;
  }
}
/*內頁：圖片展示*/
.Muti_Slider {
  margin-bottom: 35px;
}

.Muti_Slider .slider-for .slide .imgBOX {
  width: 1730px;
  height: 370px;
  /* justify-content:center; */
  display: table-cell;
  vertical-align: middle;
  background: #fff;
}

.Muti_Slider .slider-for .slide .imgBOX img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.Muti_Slider .slick-slider {
  margin-bottom: 15px;
}

.Muti_Slider .slider-for .slide {
  padding: 6px;
  border: 1px solid #ddd;
  background: #fff;
}

/**/
.Muti_Slider .slider-for .slide .Photo_info {
  padding: 10px;
  height: 60px;
  overflow: hidden;
  text-align: left;
  background: #fff;
  border-top: solid 1px #e5e5e5;
}

.Muti_Slider .slider-for .slide .Photo_info .title {
  color: #004398;
  font-size: 1.12em;
}

.Muti_Slider .slider-for .slide p {
  color: #000;
}

.Muti_Slider .slider-for .slick-prev {
  left: 20px;
  top: 45%;
  width: 35px;
  height: 66px;
  margin-top: -33px;
  background: url(../images/basic/left2.png) no-repeat 0 0;
  display: block;
}

.Muti_Slider .slider-for .slick-prev:hover {
  opacity: 0.5;
}

.Muti_Slider .slider-for .slick-prev:before {
  content: "";
}

.Muti_Slider .slider-for .slick-next {
  right: 20px;
  top: 45%;
  width: 35px;
  height: 66px;
  margin-top: -33px;
  background: url(../images/basic/right2.png) no-repeat 0 0;
}

.Muti_Slider .slider-for .slick-next:hover {
  opacity: 0.5;
}

.Muti_Slider .slider-for .slick-next:before {
  content: "";
}

.Muti_Slider .slider-nav > div {
  height: 90px;
}

.Muti_Slider .slider-nav img {
  width: auto;
  height: auto;
  max-height: 90px;
  margin: auto;
}

.Muti_Slider .slider-nav div {
  border-right: 10px solid #fff;
  border-left: 5px solid #fff;
  height: 90px;
  display: flex;
}

.Muti_Slider .slider-nav .slick-prev:before, .Muti_Slider .slider-nav .slick-next:before {
  color: #777;
}

.Muti_Slider .slider-nav .slick-prev:hover:before, .Muti_Slider .slider-nav .slick-next:hover:before {
  color: #777;
  opacity: 0.5;
}

/*內頁：圖片展示　調整為一半*/
.Muti_Slider.Half .slider-for .slide .imgBOX {
  height: 370px;
  display: table-cell;
  vertical-align: middle;
}
.Muti_Slider.Half .slider-for .slide .imgBOX span.caption {
  display: block;
  padding: 0.5em 2em;
  color: #222;
  text-align: center;
}

.Muti_Slider.Half .slider-for .slick-prev {
  left: 20px;
  top: 55%;
  width: 35px;
  height: 66px;
  margin-top: -33px;
  background: url(../images/basic/left2.png) no-repeat 0 0;
  display: block;
}

.Muti_Slider.Half .slider-for .slick-next {
  right: 20px;
  top: 55%;
  width: 35px;
  height: 66px;
  margin-top: -33px;
  background: url(../images/basic/right2.png) no-repeat 0 0;
}

@media (min-width: 1200px) {
  .Muti_Slider .slider-for .slide .imgBOX img {
    max-width: 560px;
    max-height: 370px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Muti_Slider .slider-for .slide .imgBOX img {
    max-width: 420px;
    max-height: 370px;
  }
  .Muti_Slider.Half .slider-for .slide .imgBOX {
    width: 720px;
    height: 370px;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Muti_Slider .slider-for .slide .imgBOX img {
    max-width: 560px;
    max-height: 370px;
  }
}
@media (max-width: 767px) {
  .Muti_Slider .slider-for .slide .imgBOX img {
    max-width: 98%;
    max-height: 300px;
  }
  .Muti_Slider.Half .slider-for .slide .imgBOX {
    width: 737px;
    height: 300px;
  }
}
/*////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////  #FatFooter  /////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////*/
#FatFooter {
  /*background: #35afe2; */
  background: #027db1;
  /* background: rgba(49,133,206,1);*/
}

#FatFooter .FatFooterBtn {
  font-size: 1em;
  cursor: pointer;
  display: inline-block;
  width: 80px;
  color: #1c4aa8;
  border: none;
  background-color: #abe3fb;
  border-radius: 0 0 8px 8px;
}

#FatFooter .FatFooterBtn:hover,
#FatFooter .FatFooterBtn:focus {
  background: #1389ba;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

#FatFooter .FatFooterBtn.close {
  font-weight: normal;
  border: none;
  text-shadow: none;
  opacity: 1;
  display: inline-block;
  line-height: 1.42857143;
}

#FatFooter nav {
  clear: both;
  color: #fff;
  margin: 8px 0;
  padding: 0 0 10px 15px;
  overflow: hidden;
}

#FatFooter nav ul {
  list-style: none;
  margin: 0 0px 0 0px;
  padding: 5px 0;
  overflow: hidden;
}

#FatFooter nav ul li {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  line-height: 2.6;
}

#FatFooter nav ul li a {
  color: #fff;
  font-size: 1.125em;
  /* padding: 5px; 
  margin-bottom: 5px;*/
  margin: 0 5px 5px;
  display: block;
  font-weight: 500;
}

#FatFooter nav ul li a.Title {
  border-bottom: dotted 1px #9ddeff;
}

#FatFooter nav ul li a:hover {
  color: #fff;
  text-decoration: none;
  /*background:#35afe2;*/
  background: #027db1;
  border-radius: 3px;
}

#FatFooter nav ul li ul {
  padding: 0;
  overflow: hidden;
}

#FatFooter nav ul li ul li {
  display: inline;
  margin: 0;
  padding: 5px 0;
  border: none;
  background: none;
  list-style-type: disc;
}

#FatFooter nav ul li ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1.8em;
  padding: 5px 8px;
  background: none;
  box-sizing: border-box;
}

#FatFooter nav ul li ul li ul {
  display: none;
}

@media (min-width: 1200px) {
  #FatFooter nav ul li {
    width: 24%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #FatFooter nav ul li {
    width: 24%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #FatFooter nav ul li {
    margin: 0 0 30px 0;
    width: 32%;
    text-align: center;
    padding: 0;
  }
  #FatFooter nav ul li ul {
    margin: 0;
  }
}
/*////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////  #Footer  //////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////*/
#Footer {
  padding: 27px 0;
}

#Footer .Logo, #Footer .Logo img {
  height: 80px;
}

/*隱私權宣告*/
#Footer .Privacy {
  /* width: 150px; */
  /* height: 25px; */
  line-height: 25px;
  background: #5d5d5d;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  border-radius: 3px;
  margin: 0 3px;
  padding: 0 15px;
  font-size: 0.9em;
}

#Footer a:hover.Privacy {
  text-decoration: none;
  background: #0087bf;
}

.ML90 {
  margin-left: 90px !important;
}

/*聯絡資訊*/
#Footer .Footer_info {
  font-size: 1em;
  line-height: 1.6;
  /*font-weight:bold;*/
  color: #4d4f50;
}

/*相關圖示*/
#Footer .Footer_icon {
  margin-bottom: 15px;
  width: 100%;
  text-align: right;
}

#Footer .Footer_icon a {
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
}

/*瀏覽人次*/
#Footer .Counter {
  font-size: 0.813em;
  line-height: 1.6;
  font-weight: bold;
  color: #4d4f50;
  text-align: right;
}

#Footer .Counter a {
  color: #337ab7;
}

@media (max-width: 767px) {
  #Footer {
    padding: 0 0 27px;
  }
  #Footer .Footer_info {
    margin-bottom: 20px;
  }
  #Footer .Footer_icon {
    margin-bottom: 0;
    width: 50%;
    text-align: right;
  }
  #Footer .Counter {
    width: 50%;
    text-align: left;
  }
}
/*快速連結*/
/*相關連結*/
/*解析度建議*/
/*更新日期*/
/*版權宣告*/
/*社群分享*/
/*//////////////////////////////////////////////////////////////*/
/*///////////////////////  Coverflow  //////////////////////////*/
/*//////////////////////////////////////////////////////////////*/
.Rolling .More {
  position: absolute;
  top: 0;
  right: 0;
}

.Rolling .More a {
  display: block;
  background: #0087bf;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 1em;
}

.Rolling .More a:hover,
.Rolling .More a:focus {
  text-decoration: none;
  background: #116294;
}

@media (max-width: 767px) {
  .Rolling .More {
    position: relative;
    margin-bottom: 15px;
  }
}
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓    首頁    ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓  以下是 內容區塊大混戰  ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     OK GO!     ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////  Service_List  //////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/
.Service_List {
  padding: 0 10px;
}

.Service_List .container {
  background: url(../images/basic/index_bg.jpg) no-repeat right bottom;
}

@media (max-width: 768px) {
  .Service_List .container {
    background: none;
  }
}
.Service_List .Service_Item {
  width: calc(14.2857142857% - 12px);
  display: inline-block;
  vertical-align: top;
  margin: 4px;
  font-size: 1.125em;
  color: #3d3d3d;
  text-align: center;
}

.Service_List .Service_Item .Icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  background: #767676;
  overflow: hidden;
}

.Service_List .Service_Item .Icon img {
  width: 100%;
}

.Service_List .Service_Item p {
  margin-top: 10px;
}

.Service_List .Service_Item a {
  background: #e5e5e5;
  color: #3d3d3d;
  text-decoration: none;
}

.Service_List .Service_Item a:hover > .Icon,
.Service_List .Service_Item a:focus > .Icon {
  /*background:#35afe2;*/
  background: #027db1;
  transition: background 0.2s ease;
  border: solid 2px transparent;
}

@media (min-width: 1200px) {
  .Service_List .Service_Item {
    width: calc(14.2857142857% - 12px);
    display: inline-block;
    /* margin:15px 4px 15px; */
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Service_List .Service_Item {
    width: calc(14.2857142857% - 12px);
    display: inline-block;
    /* margin:15px 4px 15px; */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Service_List .Service_Item {
    width: calc(20% - 12px);
    display: inline-block;
    /* margin:15px 4px 15px; */
  }
}
@media (max-width: 767px) {
  .Service_List .Service_Item {
    width: calc(25% - 12px);
    display: inline-block;
    /* margin:15px 4px 15px; */
    font-size: 1.125em;
  }
  .Service_List .Service_Item .Icon {
    width: 100%;
    height: 100%;
  }
}
/*////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////  Mix = Tab + Video  /////////////////////////*/
/*////////////////////////////////////////////////////////////////////////*/
/*------包住 Tab與Video------*/
.Mix {
  background: #297db1;
  padding: 0;
}

.Mix .container {
  width: 100%;
}

@media (min-width: 1200px) {
  .Mix { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #027db1 0%, #027db1 50%, rgb(40, 155, 203) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 0;
  }
  .Mix .container {
    width: 95%;
  }
}
/*BTN-閱讀更多*/
.Mix .More a {
  background: #424242;
  padding: 12px 20px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}

.Mix .More a:hover,
.Mix .More a:focus {
  color: #fff;
  background: #004865;
}

/*------Tab------*/
/*選單數目*/
/*全部選單總寬度*/
/*選單高度*/
.Tab_wrap {
  padding: 19px 50px 18px 30px;
}

.Tab {
  position: relative;
}

/*Tab 選單*/
.Tab .tabs a {
  position: absolute;
  top: 0;
  height: 66px;
  line-height: 66px;
  font-size: 1.375em;
  text-align: center;
  color: #fff;
  background: #297db1;
  text-decoration: none;
  border-bottom: solid 1px #00fcff;
}

.Tab .tabs a:focus {
  outline: none;
}

.Tab .tabs.active a {
  border-bottom: solid 4px #00fcff;
  font-weight: 600;
}

.tabs.tabs1 a,
.tabs.tabs2 a,
.tabs.tabs3 a {
  width: 33.3333333333%;
}

.tabs.tabs1 a {
  left: 0%;
}

.tabs.tabs2 a {
  left: 33.3333333333%;
}

.tabs.tabs3 a {
  left: 66.6666666667%;
}

/*Tab 內容*/
.Tab .tab_container {
  margin-top: 80px;
  display: inline-block;
  /*解決margin失效問題*/
  width: 100%;
  padding: 0 2%;
  /* padding-bottom: 0; */
}

.Tab .tab_container ul {
  list-style: none;
  padding: 0;
}

.Tab .tab_container ul li {
  color: #fff;
  background: #297db1;
  font-size: 1em;
  height: 43px;
  border-bottom: dotted 1px #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Tab .tab_container ul li a {
  color: #fff;
  font-size: 1em;
  /*height: 43px;
  line-height:43px;*/
  display: block;
  padding: 0.75em 0;
  text-decoration: none;
}

.Tab .tab_container ul li:hover,
.Tab .tab_container ul li:focus,
.Tab .tab_container ul li a:focus {
  background: #20638C;
}

/*日期*/
.Tab .MetaDate {
  font-size: 0.75em;
  margin-right: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Tab_wrap {
    padding: 20px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Tab_wrap {
    padding: 20px 40px;
  }
  .Tab .tab_container ul li {
    height: 40px;
  }
  .Tab .tab_container ul li a {
    /*height: 40px;
    line-height:40px;*/
  }
  .Tab .More a {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .Tab_wrap {
    padding: 20px 15px;
  }
  .Tab .tab_container ul li {
    height: 40px;
  }
  .Tab .tab_container ul li a {
    /*height: 40px;
    line-height:40px;*/
  }
  .Tab .More a {
    font-size: 1.125em;
  }
}
/*------Video------*/
.Video_wrap {
  /*background:#35afe2;*/
  background: #349bca;
  padding: 20px 30px 20px 50px;
}

.Video .BlockTitle {
  color: #fff;
  text-align: center;
}

.Video .YouTube {
  margin-bottom: 20px;
  height: 445px;
}

@media (min-width: 1200px) {
  .Video .BlockTitle {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Video_wrap {
    padding: 20px 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Video_wrap {
    padding: 20px 40px;
  }
  .Video .More a {
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .Video_wrap {
    padding: 20px 15px;
  }
  .Video .More a {
    font-size: 1.125em;
  }
  .Video .YouTube {
    height: auto;
  }
}
/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////活動成果 (圖片磚)/////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/
.PicBrick .BrickBox {
  float: left;
  width: calc(25% - 8px);
  height: 240px;
  position: relative;
  margin: 4px;
  overflow: hidden;
}

.PicBrick .BrickBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.PicBrick .BrickBox a:hover img {
  transform: scale(1.1);
  transition: all 0.4s linear;
}

.PicBrick .BrickBox a:focus img {
  border: solid 6px #10b7e7;
}

.PicBrick .BrickBox .Brick_Text {
  position: absolute;
  bottom: 0;
  padding: 12px 12px 0;
  color: #fff;
  font-size: 1em;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.PicBrick .BrickBox .Brick_Text p {
  max-height: 50px;
  overflow: hidden;
  line-height: 1.44;
}

/*相簿*/
.PicBrick.Albums .BrickBox {
  float: left;
  width: calc(33.3333333333% - 16px);
  height: 240px;
  position: relative;
  margin: 4px;
  overflow: hidden;
}

.PicBrick.Albums .BrickBox:nth-child(4n) {
  width: calc(66.6666666667% - 24px);
  height: 488px;
}

.PicBrick.Albums .BrickBox:nth-child(9n) {
  margin-top: -244px;
}

.Brick_More a {
  display: inline-block;
  background: #424242;
  color: #fff;
  font-size: 1em;
  padding: 15px 25px;
  border-radius: 5px;
}

.Brick_More a:hover,
.Brick_More a:focus {
  /*background:#35afe2;*/
  background: #027db1;
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .PicBrick .BrickBox {
    width: calc(25% - 8px);
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .PicBrick .BrickBox {
    width: calc(50% - 16px);
    height: 240px;
    margin: 8px;
  }
  .PicBrick .BrickBox .Brick_Text {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .PicBrick .BrickBox {
    width: calc(50% - 16px);
    height: 180px;
    margin: 8px;
  }
  .PicBrick .BrickBox:nth-child(5),
  .PicBrick .BrickBox:nth-child(6),
  .PicBrick .BrickBox:nth-child(7),
  .PicBrick .BrickBox:nth-child(8) {
    display: none;
  }
  .PicBrick .Brick_Text {
    bottom: 0;
  }
  /*相簿*/
  .PicBrick.Albums .BrickBox:nth-child(5),
  .PicBrick.Albums .BrickBox:nth-child(6),
  .PicBrick.Albums .BrickBox:nth-child(7),
  .PicBrick.Albums .BrickBox:nth-child(8) {
    display: block; /*抵銷圖片磚的隱藏設定*/
  }
  .PicBrick.Albums .BrickBox {
    float: left;
    width: calc(50% - 8px);
    height: 240px;
    position: relative;
    margin: 4px;
    overflow: hidden;
  }
  .PicBrick.Albums .BrickBox:nth-child(3n) {
    width: calc(100% - 8px);
    height: 240px;
  }
  .PicBrick.Albums .BrickBox:nth-child(4n) {
    width: calc(50% - 8px);
    height: 240px;
  }
  .PicBrick.Albums .BrickBox:nth-child(9n) {
    margin-top: 4px;
  }
}
/*////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////  參觀資訊、展覽與劇場 ...等  ///////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/
.Info {
  /* background: #ececec; */
  background: url(../images/basic/Info_bg.jpg) top center;
  background-size: cover;
  position: relative;
  margin-top: -20px;
  margin-bottom: 0;
}

.Info .InfoBox {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: -4px;
  vertical-align: top;
}

.Info .InfoBox .BlockTitle {
  color: #505050;
  font-size: 1.875em !important;
  padding-bottom: 20px;
}

.Info .InfoBox .BlockTitle a {
  color: #505050;
  opacity: 0.7;
}

.Info .InfoBox .BlockTitle a:hover,
.Info .InfoBox .BlockTitle a:focus {
  text-decoration: none;
  transition: opacity 0.2s ease;
  opacity: 1;
}

.Info .InfoBox .BlockTitle span {
  padding: 0 20px 10px;
  border-bottom: solid 1px #35afe2;
}

.Info .InfoBox .Foto {
  width: 40%;
  height: 170px;
  border-radius: 3px;
  background: #555;
}

/*六個底圖的設定*/
/*參觀資訊*/
.Info .InfoBox.Item01 .Foto {
  background: url("../images/basic/Info/001.jpg") top center;
  background-size: cover;
}

/*展覽與劇場*/
.Info .InfoBox.Item02 .Foto {
  background: url("../images/basic/Info/002.jpg") top center;
  background-size: cover;
}

/*教育與活動*/
.Info .InfoBox.Item03 .Foto {
  background: url("../images/basic/Info/003.jpg") top center;
  background-size: cover;
}

/*研究典藏與圖書*/
.Info .InfoBox.Item04 .Foto {
  background: url("../images/basic/Info/004.jpg") top center;
  background-size: cover;
}

/*服務提供*/
.Info .InfoBox.Item05 .Foto {
  background: url("../images/basic/Info/005.jpg") top center;
  background-size: cover;
}

/*關於客發中心*/
.Info .InfoBox.Item06 .Foto {
  background: url("../images/basic/Info/006.jpg") top center;
  background-size: cover;
}

/*六個底圖的設定---END*/
.Info .InfoBox .Foto img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.Info .InfoBox .LinkList {
  width: 60%;
  padding-right: 15px;
}

.Info .InfoBox .LinkList ul {
  padding-left: 30px;
}

.Info .InfoBox .LinkList li a {
  display: block;
  color: #343434;
  padding: 3px 5px;
}

.Info .InfoBox .LinkList li a:hover,
.Info .InfoBox .LinkList li a:focus {
  /*background:#35afe2;*/
  background: #027db1;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .Info .InfoBox {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Info .InfoBox {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Info .InfoBox {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .Info .InfoBox {
    width: 50%;
    padding: 15px 8px 15px;
  }
  .Info .InfoBox .Foto {
    width: 100%;
    height: auto;
  }
  .Info .InfoBox .LinkList {
    display: none;
  }
  .Info .InfoBox .BlockTitle {
    font-size: 1.5em !important;
    padding-bottom: 10px;
    margin: 0;
    text-align: center;
  }
  .Info .InfoBox .BlockTitle span {
    padding: 0;
    border-bottom: none;
  }
}
@media (min-width: 368px) and (max-width: 767px) {
  .Info .InfoBox .BlockTitle {
    font-size: 1.5em !important;
  }
}
@media (min-width: 340px) and (max-width: 367px) {
  .Info .InfoBox .BlockTitle {
    font-size: 1.375em !important;
  }
}
@media (max-width: 339px) {
  .Info .InfoBox .BlockTitle {
    font-size: 1.25em !important;
  }
}
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓    內頁 共同項目    ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.PageTitle {
  background: url(../images/basic/logo-gray.png) no-repeat;
  padding-left: 65px;
  border-bottom: solid 1px #35afe2;
  padding-bottom: 5px;
  margin: 30px 0;
  color: #000;
}

/*////////////////////////////////////////*/
/*/////////  內頁：頁頭視覺圖片  /////////*/
/*////////////////////////////////////////*/
.Visul_Img {
  height: 170px;
  overflow: hidden;
}

.Visul_Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*////////////////////////////////////////*/
/*////////////  內頁：麵包屑  ////////////*/
/*////////////////////////////////////////*/
#breadcrumb {
  margin: 20px 0;
  padding: 10px 20px;
  border-radius: 5px;
  background: #ededed;
  font-size: 0.813em;
}

#breadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
  background: none !important;
}

#breadcrumb .breadcrumb > li + li:before {
  content: " ";
}

#breadcrumb .breadcrumb > li + li + li:before {
  content: " / ";
  color: #333;
}

#breadcrumb .breadcrumb a {
  color: #085aa0;
}

#breadcrumb .breadcrumb > .active {
  color: #333;
}

/*////////////////////////////////////////*/
/*///////////  內頁：功能列表  ///////////*/
/*////////////////////////////////////////*/
.Function {
  font-size: 1em;
}

.Function a {
  display: inline-block;
  color: #fff;
  background: #347aad;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 1em;
  margin-left: 5px;
}

.Function a:before {
  color: #fff;
}

.Function a:hover {
  background: #285e86;
  text-decoration: none;
}

.Function.FunctionTop {
  float: right;
  margin: 8px 0;
}

.Function.FunctionLp {
  float: right;
  text-align: right;
}

.Function.FunctionBottom {
  float: right;
  margin-bottom: 20px;
}

/*FB、Twitter、plurk、G+ */
.Public_Share a {
  border-radius: 50px;
  padding: 8px;
}

.Function a.Twitter-BTN {
  background: url(../images/logo-x.svg) 14px 12px no-repeat #222;
  background-size: 14px 14px;
  padding-left: 38px;
}

.Function a.FB-BTN {
  background: #3a5da0;
}

.Function a.Plurk-BTN {
  background: #f3783e;
}

.Function a.Google-BTN {
  background: #d3252a;
}

.Function a.Twitter-BTN span,
.Function a.FB-BTN span,
.Function a.Plurk-BTN span,
.Function a.Google-BTN span {
  padding: 0 12px 0 6px;
}

.Function a.Collect-BTN {
  background: #0a5ccc;
}

.Function a:hover.Collect-BTN {
  background: #094FAE;
}

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓    內頁    ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓  以下是 內容區塊大混戰  ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓     OK GO!     ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
#MainContent {
  background: url(../images/basic/MainContent_bg.jpg) no-repeat center 1px;
}

#MainContent > .container {
  background: #fff;
}

@media (max-width: 767px) {
  #MainContent {
    background: none;
    /*background-position:center 0px;*/
  }
}
/*////////////////////////////////////////////*/
/*///////////  內頁：主動公開資訊  ///////////*/
/*////////////////////////////////////////////*/
.Public_Info {
  padding-top: 50px;
}

.Public_Info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Public_Info li.Item {
  display: inline-block;
  height: 85px;
  margin: 5px 1px;
}

.Public_Info ul li.Item a {
  display: block;
  border-radius: 5px;
  background: url(../images/basic/Public_Info/00.jpg) no-repeat #3c5a8c;
  width: 100%;
  height: 85px;
  position: relative;
  font-size: 1.5em;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 10px #444;
}

.Public_Info ul li.Item a:hover,
.Public_Info ul li.Item a:focus {
  box-shadow: inset 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
}

.Public_Info li.Item span {
  position: absolute;
  text-align: right;
  bottom: 15px;
  right: 15px;
  z-index: 99;
}

.Public_Info li.Item img {
  position: absolute;
  width: 100%;
  z-index: 9;
  border-radius: 5px;
  max-height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}

.Public_Info li.Item.No_1 a {
  background: url(../images/basic/Public_Info/01.jpg) no-repeat #35afe2;
}

.Public_Info li.Item.No_2 a {
  background: url(../images/basic/Public_Info/02.jpg) no-repeat #689e1d;
}

.Public_Info li.Item.No_3 a {
  background: url(../images/basic/Public_Info/03.jpg) no-repeat #d33174;
}

.Public_Info li.Item.No_4 a {
  background: url(../images/basic/Public_Info/04.jpg) no-repeat #ef9609;
}

.Public_Info li.Item.No_5 a {
  background: url(../images/basic/Public_Info/05.jpg) no-repeat #38a5af;
}

.Public_Info li.Item.No_6 a {
  background: url(../images/basic/Public_Info/06.jpg) no-repeat #a9a9a9;
}

.Public_Info li.Item.No_7 a {
  background: url(../images/basic/Public_Info/07.jpg) no-repeat #ff9000;
}

.Public_Info li.Item.No_8 a {
  background: url(../images/basic/Public_Info/08.jpg) no-repeat #3bab8c;
}

.Public_Info li.Item.No_9 a {
  background: url(../images/basic/Public_Info/09.jpg) no-repeat #dc543e;
}

.Public_Info li.Item.No_10 a {
  background: url(../images/basic/Public_Info/10.jpg) no-repeat #426c3c;
}

.Public_Info li.Item.No_11 a {
  background: url(../images/basic/Public_Info/11.jpg) no-repeat #24a7bb;
}

@media (min-width: 1200px) {
  .Public_Info li.Item {
    width: calc(50% - 6px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Public_Info li.Item {
    width: calc(50% - 6px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Public_Info {
    padding-top: 20px;
  }
  .Public_Info li.Item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .Public_Info {
    padding-top: 20px;
  }
  .Public_Info li.Item {
    width: 100%;
  }
  .Public_Info li.Item a {
    width: 100%;
  }
}
/*////////////////////////////////////////////*/
/*/////////////  內頁：參觀資訊  /////////////*/
/*////////////////////////////////////////////*/
.Visit_Info {
  padding: 30px 55px 0;
}

.Visit_Info .Item {
  display: inline-block;
  width: calc(50% - 26px);
  height: 670px;
  background: #1d82d0;
  border-radius: 5px;
  padding: 10px 30px;
  margin: 0 10px;
  box-sizing: border-box;
}

.Visit_Info .Item h2 {
  color: #fff;
  font-size: 2.25em;
  font-weight: bold;
  text-shadow: 0 2px 10px #222;
  padding-bottom: 10px;
  margin-top: 1em;
  margin-bottom: 0.25em;
}

.Visit_Info .Item ul {
  list-style: none;
  margin: 0;
  padding: 1em 0;
  background: rgba(0, 87, 165, 0.5);
  border-radius: 3px;
}

.Visit_Info .Item ul li {
  color: #fff;
  width: 50%;
  float: left;
  font-size: 1em;
  background: url(../images/basic/square-white.png) no-repeat 10px 18px;
}

.Visit_Info .Item ul li a {
  display: inline-block;
  color: #fff;
  width: 100%;
  text-decoration: none;
  padding: 0.5em 0 0.5em 25px;
}

.Visit_Info .Item ul li a:hover,
.Visit_Info .Item ul li a:focus {
  border-radius: 3px;
  background: url(../images/basic/square-white.png) no-repeat 10px 18px #0168b8;
}

/*苗栗園區、六堆園區*/
.Visit_Info .Item.Miaoli {
  background: url(../images/basic/Visit_Info/Miaoli.png) no-repeat center bottom #1d82d0;
  background-size: cover;
}

.Visit_Info .Item.Liutui {
  background: url(../images/basic/Visit_Info/Liutui.png) no-repeat center bottom #1d82d0;
  background-size: cover;
}

/*苗栗園區、六堆園區 大塊按鈕*/
.Visit_Info .Item_BTN {
  display: inline-block;
  width: calc(50% - 24px);
  height: 400px;
  background: #1d82d0;
  border-radius: 5px;
  padding: 10px 30px;
  margin: 0 10px;
  box-sizing: border-box;
  text-decoration: none;
}

.Visit_Info a:hover.Item_BTN,
.Visit_Info a:focus.Item_BTN {
  box-shadow: inset 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
}

.Visit_Info a:hover.Item_BTN span,
.Visit_Info a:focus.Item_BTN span {
  text-shadow: 0 2px 3px #222;
}

.Visit_Info .Item_BTN span {
  color: #fff;
  font-size: 2.25em;
  font-weight: bold;
  text-shadow: 0 2px 10px #222;
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
  margin-top: 1em;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

.Visit_Info .Item_BTN.Miaoli {
  background: url(../images/basic/Visit_Info/Miaoli.png) no-repeat center bottom #1d82d0;
  background-size: cover;
}

.Visit_Info .Item_BTN.Liutui {
  background: url(../images/basic/Visit_Info/Liutui.png) no-repeat center bottom #1d82d0;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Visit_Info {
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .Visit_Info .Item {
    width: 100%;
    height: 100%;
    padding: 10px 15px 100px;
    margin: 0;
  }
  .Visit_Info .Item h2,
  .Visit_Info .Item_BTN span {
    font-size: 1.75em;
    text-align: center;
  }
  .Visit_Info {
    padding: 30px 0;
  }
  .Visit_Info .Item ul li {
    color: #fff;
    width: 100%;
    float: none;
    font-size: 1em;
  }
  /*苗栗園區、六堆園區 大塊按鈕*/
  .Visit_Info .Item_BTN {
    height: 180px;
    padding: 10px 15px;
  }
}
/*////////////////////////////////////////////////*/
/*/////////////  內頁：頁數切換按鈕  /////////////*/
/*////////////////////////////////////////////////*/
.Page {
  margin: 17px 0;
  padding: 5px 15px;
  /*border-radius: 5px;
  background: #efefef;
  border-bottom:solid 1px #888;*/
  font-size: 1em;
}

/*斷點*/
.Page span > span {
  color: #337ab7;
}

.Page a.BTN {
  padding: 5px 8px;
  border: solid 1px transparent;
  /* margin: 0 15px; */
  text-decoration: none;
}

.Page a:hover.BTN,
.Page a:focus.BTN {
  background-color: #ddf3fc;
  border-radius: 5px;
}

.Page a.BTN:first-child { /* margin-left:0; */ }

.Page a.BTN:last-child { /* margin-right:0; */ }

/*分類-2016-10-26新增*/
.Page a.BTN.BTN_classify {
  display: inline-block;
  border-radius: 3px;
  margin: 0 5px 5px;
  background: rgba(80, 80, 80, 0.9);
  color: #fff;
}

.Page a:hover.BTN.BTN_classify,
.Page a:focus.BTN.BTN_classify {
  background: rgb(80, 80, 80);
}

@media (max-width: 767px) {
  .Page a.BTN.BTN_classify {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*-----------END-------------*/
.Page .total {
  display: inline-block;
  vertical-align: middle;
}

.Page .pagination {
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}

.Page .pagination > li {
  position: relative;
  float: left;
  color: #3c3c3c;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.Page .pagination > li > a {
  text-decoration: none;
  padding: 0 4px;
}

.Page .pagination > li > a.NextTenPage {
  width: auto;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #d20000;
  background: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #d20000;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #d20000;
  cursor: default;
  background: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #d20000;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
}

@media (min-width: 361px) and (max-width: 767px) {
  .Page {
    padding: 5px 0px;
  }
  /*斷點*/
  .Page .MQ {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (max-width: 360px) {
  .Page {
    padding: 5px 0px;
  }
  .Page a.BTN {
    padding: 5px 0px;
    margin: 0 0;
  }
  /*斷點*/
  .Page .MQ {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
}
/*////////////////////////////////////////////////*/
/*///////////////  內頁：文字列表  ///////////////*/
/*////////////////////////////////////////////////*/
.List_wrap {
  padding: 0 50px;
}

.List {
  font-size: 1em;
}

.List ol {
  padding-left: 15px;
  border-top: solid 1px #888;
  /*list-style-position:inside;*/
}

.List ol li {
  border-bottom: dotted 1px #606060;
  padding: 12px 8px;
  width: 100%;
  line-height: 1.7;
  position: relative;
}

.List ol li:nth-child(even) {
  background: #f6fdff;
}

.List ol li:hover,
.List ol li:focus {
  background: #f5f5f5;
}

.List ol li a {
  text-decoration: none;
  color: #606060;
  display: block;
  width: 100%;
}

.List ol li a:hover,
.List ol li a:focus {
  color: #222;
}

.List span {
  margin-right: 10px;
}

/*發表時間*/
.List .MetaTime {
  color: #347aad;
}

/*發表單位*/
/*Bootstrap Thumbnail*/
.List.List5 .thumbnail a {
  color: #333;
}

.List.List5 .thumbnail a:hover {
  text-decoration: none;
  color: #35afe2;
}

.List.List5 .thumbnail .pic {
  background: #ccc;
  position: relative;
  overflow: hidden;
  height: 150px;
}

.List.List5 .thumbnail .pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /*max-width: 100%;*/
  width: 100%;
  margin: auto;
}

.List.List5 .thumbnail .caption p {
  height: 150px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .List.List5 .thumbnail .pic {
    height: 180px;
  }
  .List.List5 .thumbnail .caption p {
    height: 90px;
  }
}
/*刪除按鈕*/
.List .BTN_Delete {
  background: #333;
  color: #fff;
  border: transparent;
  border-radius: 5px;
  font-size: 0.875em;
  padding: 3px 5px;
  position: absolute;
  right: 5px;
  bottom: calc(50% - 15px);
  opacity: 0.7;
}

.List .BTN_Delete:hover,
.List .BTN_Delete:focus {
  opacity: 1;
}

/*類型標籤*/
.List .Type_Tag {
  padding: 3px 5px;
  border: solid 1px #e5e5e5;
  background: #fff;
  border-radius: 5px;
}

/*資料標題*/
.List .Data_Title {
  font-size: 1.25em;
  line-height: 2.2;
}

.List .Data_Title span {
  margin: 0 20px;
}

/*我的客家收藏*/
.List.Collect ol li a {
  width: 90%;
}

/*展覽回顧*/
.List.Expo_Review .Data_Title > span:nth-child(2) {
  float: right;
}

.List.Expo_Review .Expo_Name {
  color: #0072a2;
  font-weight: 700;
}

.List.Expo_Review .Expo_Date {
  font-size: 0.875em;
  float: right;
}

@media (min-width: 768px) and (max-width: 991px) {
  .List_wrap {
    padding: 0 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .List_wrap {
    padding: 0 0px;
  }
  /*我的客家收藏*/
  .List.Collect ol li a {
    width: 82%;
  }
  /*刪除按鈕*/
  .List .BTN_Delete {
    font-size: 0.938em;
    padding: 5px 5px;
  }
  /*展覽回顧*/
  .List.Expo_Review .Data_Title > span:nth-child(2) {
    font-size: 0.875em;
    float: none;
    display: block;
  }
  .List.Expo_Review .Expo_Date {
    float: none;
    display: block;
  }
}
@media (max-width: 479px) {
  .List_wrap {
    padding: 0 0px;
  }
  /*我的客家收藏*/
  .List.Collect ol li {
    padding: 12px 8px 45px;
  }
  .List.Collect ol li a {
    width: 100%;
  }
  /*刪除按鈕*/
  .List .BTN_Delete {
    font-size: 0.938em;
    padding: 4px 20px;
    right: calc(50% - 45px);
    bottom: 7px;
  }
  /*展覽回顧*/
  .List.Expo_Review .Data_Title > span:nth-child(2) {
    font-size: 0.875em;
    float: none;
    display: block;
  }
  .List.Expo_Review .Expo_Date {
    float: none;
    display: block;
  }
}
/*////////////////////////////////////////////////*/
/*///////////////  內頁：文字列表  ///////////////*/
/*////////////////////////////////////////////////*/
/*查詢*/
.Search_Bar {
  border-radius: 5px;
  padding: 15px 110px 15px 145px;
  box-sizing: border-box;
  margin: 15px 0 0;
  color: #fff;
  text-shadow: 0 5px 10px #333;
}

/*歷史查詢*/
.Search_Bar.History {
  background: url(../images/basic/visul/history-search.jpg) no-repeat #664121;
  /*background-size:cover;*/
}

/*出版品查詢查詢*/
.Search_Bar.Public {
  background: url(../images/basic/visul/public-search.jpg) no-repeat #664121;
  /*background-size:cover;*/
  padding-left: 350px;
  padding-right: 30px;
}

.Search_Bar label {
  font-weight: normal;
  font-size: 1.125em;
}

.Search_Bar h3 {
  color: #fff;
}

.Search_Bar .input-group {
  display: block; /*原設定display: table; 讓input寬度莫名撐開*/
}

.Search_Bar .input-group .form-control {
  border-radius: 4px;
}

/*自訂input樣式*/
.Search_Bar .input-group .input-group-addon {
  position: absolute;
  right: 22px;
  z-index: 1000;
  padding: 10px 0;
  border: transparent;
  background: none;
  text-shadow: none;
}

/*展覽期間後面的 - */
.Search_Bar .form-group .CatchMe:after {
  content: " - ";
  position: absolute;
  right: 0;
  top: 8px;
}

/*BTN-搜尋按鈕*/
.Search_Bar a.BTN_SearchMore {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 1.125em;
  color: #fff;
  background: #a24d04;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  text-shadow: none;
}

.Search_Bar a:hover.BTN_SearchMore {
  border: solid 1px #db8134;
  box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.85);
}

/*展館按鈕*/
.Search_Bar .Search_Type {
  padding: 0 15px;
}

.Search_Bar .Search_Type button {
  font-size: 0.938em;
  font-weight: bold;
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Search_Bar {
    padding: 15px 90px;
  }
  /*出版品查詢查詢*/
  .Search_Bar.Public {
    padding-left: 90px;
    padding-right: 90px;
  }
  /*歷史查詢*/ /*出版品查詢查詢*/
  .Search_Bar.History,
  .Search_Bar.Public {
    background: #664121;
  }
  /*展覽期間後面的 - */
  .Search_Bar .form-group .CatchMe {
    margin-bottom: 5px;
  }
  .Search_Bar .form-group .CatchMe:after {
    content: " 至 ";
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
    top: 3px;
  }
  .Search_Bar .input-group {
    display: table;
    /*回歸原設定display: table; 讓icon能分開*/
  }
  /*BTN-搜尋歷史展覽*/
  .Search_Bar .BTN {
    padding: 0 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .Search_Bar {
    padding: 15px 50px;
  }
  /*出版品查詢查詢*/
  .Search_Bar.Public {
    padding-left: 50px;
    padding-right: 50px;
  }
  /*歷史查詢*/ /*出版品查詢查詢*/
  .Search_Bar.History,
  .Search_Bar.Public {
    background: #664121;
  }
  /*展覽期間後面的 - */
  .Search_Bar .form-group .CatchMe {
    margin-bottom: 5px;
  }
  .Search_Bar .form-group .CatchMe:after {
    content: " 至 ";
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
    top: 3px;
  }
  .Search_Bar .input-group {
    display: table;
    /*回歸原設定display: table; 讓icon能分開*/
  }
  /*BTN-搜尋歷史展覽*/
  .Search_Bar .BTN {
    padding: 0 30px;
  }
}
@media (max-width: 479px) {
  .Search_Bar {
    padding: 15px 20px;
  }
  /*出版品查詢查詢*/
  .Search_Bar.Public {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*歷史查詢*/ /*出版品查詢查詢*/
  .Search_Bar.History,
  .Search_Bar.Public {
    background: #664121;
  }
  /*展覽期間後面的 - */
  .Search_Bar .form-group .CatchMe {
    margin-bottom: 5px;
  }
  .Search_Bar .form-group .CatchMe:after {
    content: " 至 ";
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
    top: 3px;
  }
  .Search_Bar .input-group {
    display: table;
    /*回歸原設定display: table; 讓icon能分開*/
  }
  /*BTN-搜尋歷史展覽*/
  .Search_Bar .BTN {
    padding: 0 30px;
  }
}
/*////////////////////////////////////////////////*/
/*///////////////  內頁：意見信箱  ///////////////*/
/*////////////////////////////////////////////////*/
.QP_wrap {
  padding: 0 50px;
  margin: 15px 0;
  font-size: 1em;
  line-height: 1.6;
}

.QP {
  margin: 30px 70px 0;
}

.QP .form-control {
  background: #ededed;
}

/* 2017-0405 */
.textBox {
  background: #eee;
  /*height: 250px;*/
  padding: 15px;
  /*overflow: scroll;*/
  /*overflow-x: hidden;*/
  border-radius: 5px;
  font-size: 0.938em;
  line-height: 1.6;
}

.textBox p {
  margin-bottom: 0;
}

/*2019-0718*/
.upload_grp input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.upload_grp input[type=text] {
  padding-left: 110px;
}

.upload_grp .upload_btn {
  position: absolute;
  overflow: hidden;
  top: 1px;
  left: 0;
  line-height: 24px;
  background: #027db1;
  border: 1px solid #007bb3;
  color: #FFF;
  box-shadow: 0px 2px 2px RGBA(0, 0, 0, 0.08);
  border-radius: 0.4em;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 0.2em 1em !important;
  border-radius: 4px;
  background-clip: padding-box;
}

.upload_grp .upload_btn > label {
  margin-bottom: 0;
  font-weight: normal;
}

.form-group .col-md-10 .col-md-4 {
  line-height: 34px;
}

.form-group .col-md-10 .col-md-6,
.form-group .col-md-10 .col-md-12 {
  padding-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .QP_wrap {
    padding: 0 0;
  }
  .QP {
    margin: 30px 0 0;
  }
  .QP input {
    margin-bottom: 8px;
  }
  .form-group .col-md-10 .col-md-4 {
    padding-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .QP_wrap {
    padding: 0 15px;
  }
  .QP input {
    margin-bottom: 8px;
  }
  .QP button {
    padding: 6px 8px;
  }
}
@media (max-width: 479px) {
  .QP_wrap {
    padding: 0 15px;
  }
  .QP {
    margin: 30px 0 0;
  }
  .QP input {
    margin-bottom: 8px;
  }
  .QP button {
    padding: 6px 8px;
  }
}
/*///////////////////////////////////////////////*/
/*///////////  內頁：內容頁-開放時間  ///////////*/
/*///////////////////////////////////////////////*/
.CP {
  font-size: 1em;
}

.CP .pic {
  padding: 6px;
  border: 1px solid #ddd;
}

.CP .pic img {
  width: 100%;
  margin: 0 auto;
}

.CP .pic figcaption {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.CP ol li,
.CP dt,
.CP dd {
  line-height: 180%;
}

.CP dt {
  float: left;
}

/*2018-0827 內縮*/
.CP .inner {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .CP .inner {
    width: 100%;
  }
}
/*圖文*/
.CP .Main_Info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.CP .Main_Info .Foto img {
  /*width: 100%;*/
  height: 100%;
  /*object-fit:cover;*/
}

.CP .Main_Info .Text {
  line-height: 1.6;
  position: relative;
}

.CP .Main_Info .Text h3 {
  line-height: 40px;
}

/*.Open_Time 園區開放時間*/
.CP .Main_Info .Open_Time .Foto {
  width: 415px;
  height: 280px;
}

.CP .Main_Info .Open_Time .Text {
  line-height: 1.6;
  width: calc(100% - 415px);
}

/*開放時間列表 Table*/
.CP .RWD_Table table td,
.CP .RWD_Table table th {
  border-top-style: dotted;
  border-color: #ccc;
}

.CP .RWD_Table table tr:last-child {
  border-bottom: dotted 1px #ccc;
}

.CP .RWD_Table table th {
  background: #ececec;
}

/*連結、下載列表*/
.CP .Link_Box section {
  margin-bottom: 30px;
}

.CP .Link_Box .Download h3,
.CP .Link_Box .Links h3 {
  font-size: 1.625em;
  font-weight: bold;
  color: #434343;
  padding-left: 35px;
  border-bottom: solid 1px #35afe2;
  padding-bottom: 15px;
}

.CP .Link_Box .Download h3 {
  background: url(../images/basic/icons/download.png) no-repeat;
}

.CP .Link_Box .Links h3 {
  background: url(../images/basic/icons/h3_link02.png) no-repeat;
}

.CP .Link_Box ol {
  list-style-position: inside;
  padding: 0 30px;
}

.CP .Link_Box ol li {
  border-bottom: dotted 1px #888;
  padding: 8px 0;
}

.CP .Link_Box .Download ol li a {
  display: inline-block;
  padding-right: 35px;
}

.CP .Link_Box .Download span {
  font-size: 0.875em;
  padding-left: 15px;
}

.CP .Link_Box .Download .PDF {
  background: url(../images/basic/icons/icon_pdf.jpg) right 50% no-repeat;
}

.CP .Link_Box .Download .DOC {
  background: url(../images/basic/icons/icon_doc.jpg) right 50% no-repeat;
}

.CP .Link_Box .Download .XLS {
  background: url(../images/basic/icons/icon_xls.jpg) right 50% no-repeat;
}

@media (min-width: 600px) and (max-width: 767px) {
  /*園區資訊*/
  .CP .Main_Info {
    margin-top: 0;
  }
  .CP .Main_Info .Foto {
    width: 300px;
    height: 200px;
  }
  .CP .Main_Info .Text {
    /*width:calc(100% - 300px);*/
  }
  /*.Open_Time 園區開放時間*/
  .CP .Main_Info .Open_Time .Foto {
    width: 300px;
    height: 200px;
  }
  .CP .Main_Info .Open_Time .Text {
    width: calc(100% - 300px);
  }
  /*開放時間列表 Table*/
  .CP .RWD_Table table th { /*border-top:0;*/ }
  .CP .RWD_Table table tr:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  /*園區資訊*/
  .CP .Main_Info {
    margin-top: 0;
  }
  .CP .Main_Info .Foto {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }
  .CP .Main_Info .Text {
    width: 100%;
  }
  /*.Open_Time 園區開放時間*/
  .CP .Main_Info .Open_Time .Foto {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  .CP .Main_Info .Open_Time .Text {
    width: 100%;
  }
  /*開放時間列表 Table*/
  .CP .RWD_Table table th { /*border-top:0;*/ }
  .CP .RWD_Table table tr:last-child {
    border-bottom: 0;
  }
}
/*////////////////////////////////////////////*/
/*//////////////  內頁：出版品  //////////////*/
/*////////////////////////////////////////////*/
.Books .Book_Cover {
  height: 100%;
}

.Books .Book_Cover a {
  display: block;
  padding-bottom: 8px;
  padding-top: 8px;
  color: #fff;
  position: relative;
}
.Books .Book_Cover a span.caption {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.6);
}

.Books .Book_Cover img {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #e5e5e5;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Books .Book_Cover {
    background: #F6F6F6;
    height: 100%;
  }
  .Books .Book_Cover img {
    width: auto;
    max-height: 250px;
    border: solid 1px transparent;
  }
}
@media (max-width: 767px) {
  .Books .Book_Cover {
    background: #F6F6F6;
    height: 100%;
    margin-bottom: 20px;
  }
  .Books .Book_Cover img {
    width: auto;
    max-height: 250px;
    border: solid 1px transparent;
  }
}
/*////////////////////////////////////////////*/
/*//////////////  內頁：常設展  //////////////*/
/*////////////////////////////////////////////*/
.Expo {
  border-bottom: dotted 1px #888;
  /* margin-bottom:15px; */
  padding: 20px 0;
}

.Expo p {
  margin-bottom: 0;
}

.Expo h3 {
  margin-top: 0;
}

.Expo a {
  text-decoration: none;
  opacity: 0.8;
}

/*常設展*/
/*常設展 橫式照片居多*/
.Expo .Foto_horizontal {
  width: 100%;
  height: 220px;
  opacity: 0.8;
  background: #e5e5e5;
  padding: 0;
  margin-bottom: 20px;
}

.Expo .Foto_horizontal img {
  margin: 0 auto;
  height: 100%;
}

/*出版品*/
/*出版品 直式照片居多*/
.Expo .Foto {
  width: 100%;
  height: 220px;
  opacity: 0.8;
  background: #e5e5e5;
  padding: 0;
  margin-bottom: 20px;
}

.Expo .Foto img {
  margin: 0 auto;
  height: 100%;
}

.Expo a:hover,
.Expo a:focus,
.Expo .Foto:hover,
.Expo .Foto:focus {
  transition: opacity 0.2s ease;
  opacity: 1;
}

.Expo .Meta {
  margin-bottom: 10px;
}

.Expo .Meta div {
  line-height: normal;
}

@media (min-width: 1200px) {
  .Expo {
    margin: 0 15px;
  }
  /*常設展*/
  .Expo .Text_horizontal {
    width: calc(100% - 260px);
  }
  /*常設展 橫式照片居多*/
  .Expo .Foto_horizontal {
    width: 260px;
    height: 190px;
    margin-bottom: 0;
  }
  .Expo .Foto_horizontal img {
    width: 100%;
  }
  /*出版品*/
  .Expo .Text {
    width: calc(100% - 190px);
  }
  /*出版品 直式照片居多*/
  .Expo .Foto {
    width: 190px;
    height: 225px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .Expo {
    margin: 0 15px;
  }
  /*常設展*/
  .Expo .Text_horizontal {
    width: calc(100% - 260px);
  }
  /*常設展 橫式照片居多*/
  .Expo .Foto_horizontal {
    width: 260px;
    height: 190px;
    margin-bottom: 0;
  }
  .Expo .Foto_horizontal img {
    width: 100%;
  }
  /*出版品*/
  .Expo .Text {
    width: calc(100% - 190px);
  }
  /*出版品 直式照片居多*/
  .Expo .Foto {
    width: 190px;
    height: 225px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .Expo {
    border-bottom: none;
  }
  /*出版品*/
  .Expo .Text,
  .Expo .Foto {
    width: 100% !important;
  }
}
/*////////////////////////////////////////////*/
/*//////////////  內頁：youtube  /////////////*/
/*////////////////////////////////////////////*/
.youtube ul {
  padding: 0;
  margin: 0;
}

.youtube ul li {
  width: 29.5%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  height: 340px;
  overflow: hidden;
  margin-bottom: 15px;
  list-style: none;
  display: block;
  float: left;
}

@media (max-width: 768px) {
  .youtube ul li {
    width: 46%;
  }
}
@media (max-width: 480px) {
  .youtube ul li {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.youtube ul li img {
  width: 100%;
  height: 100%;
}

.youtube ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  /*height:200px;*/
  overflow: hidden;
}

.youtube ul li a img {
  height: 200px;
}

.youtube ul li .date {
  display: block;
  color: #353535;
  background: #eaeaea;
  padding: 0.35em 0.5em 0.15em;
  font-size: 0.938em;
  line-height: 1.8em;
}

.youtube ul li a h3 {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-top: 5px;
  color: #333;
}

.youtube ul li a:hover h3 {
  color: #35afe2;
}

.youtube ul li .pic {
  background: #ccc;
  position: relative;
  overflow: hidden;
}

.youtube ul li .pic:after {
  padding-top: 56.25%;
  content: "";
  display: block;
}

.youtube ul li .pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}

.videowrapper {
  text-align: center;
}

.videowrapper h3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.videowrapper .video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 80%;
  margin: 0px auto 15px;
}

.videowrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////  不知道 是否需要的東西  //////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/
.sitemap dl {
  /*float: left;
  margin-right: 10px;
  min-width: 160px;
  min-height: 200px;*/
}

.sitemap dl dd {
  /*font-size: .875em;
  font-weight: bold;
  background: #ccc;
  padding: 5px;*/
}

.sitemap dl dt ul {
  /*margin: 14px;
  padding: 0;*/
}

.sitemap dl dt ul li { /* font-weight: normal;*/ }

.page-header { /*margin: 20px 0px 20px;*/ }

.bs-docs-container { /* margin-top: 60px;*/ }

.BtnLeftSlide {
  /*width: 30px !important;
  white-space: inherit;
  display: inline;
  font-size: 0.85em;
  margin: 0px 0px 0px 0px;
  border-radius: 0px 5px 5px 0px;*/
}

.navbar-toggle {
  /*position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;*/
}

.bs-docs-sidebar .nav > li > a {
  /*display: block;
  padding: 4px 15px;
  font-size: .75em;
  font-weight: 500;
  color: #999999;*/
}

/*.meta {  margin-right: 10px; }
.meta .meta-time {  margin-right: 10px; }
.meta .meta-dep {  margin-right: 10px; }*/
/**/
.scrollup {
  /*  z-index:9999;
    position:fixed;
    bottom: 20px;
    right: 20px;
    background-color: #000;
    color: #fff;
    font-size: .688em;
    font-family: sans-serif;
    text-decoration: none;
    opacity: .9;
    padding: 15px 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display:none;*/
}

.scrollup:hover, .scrollup:focus, .scrollup:visited {
  /*  background-color: #000;
    color:#FFF;
    opacity:1;*/
}/*# sourceMappingURL=customize.css.map */