@charset "UTF-8";

/*////////////////////  斷點  //////////////////*/
@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 361px) and (max-width: 767px) {}
@media (max-width: 360px) {}

/*////////////////////////////////////////////////*/
/*////////////////////  共用區  //////////////////*/
/*////////////////////////////////////////////////*/
/*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: 480px) {
  .IndexSlide .pic .img-web{ display: none !important;}
  .IndexSlide .pic .img-phone{ display: block !important;}
}
@media (min-width: 481px) {
  .IndexSlide .pic .img-web{ display: block !important;}
  .IndexSlide .pic .img-phone{ display: none !important;}
}

body { font-family: "微軟正黑體", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {
  color: #199C4B; 
  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;
}

/*導引磚*/
.accesskey{
  float: left;
  position: absolute;
  /*opacity:0;*/
}
.accesskey a{color: #fff;}

/*區塊基本設定*/
.Block{
  margin:20px 0;
  padding:15px 0;
}
.Block .BlockTitle{
  font-size: 24px !important;
  margin:20px 0;
  font-weight: 600;
}
.Block_NoMargin{
  margin:30px 0 -20px;
}

/*文字置中*/
.TitleCenter{ 
  text-align:center;
  color:#505050;
  font-size: 30px !important;
  padding-bottom: 20px;
}
.TitleCenter span{
  padding:0 40px 10px;
  border-bottom: solid 1px #3c763d;
}

/*自訂BTN*/
.BTN_wrap{
  margin-top:25px;
  margin-bottom: 25px;
}

.BTN{
  text-align: center;
  padding-top: 15px;
  padding-bottom:15px;
}
/*上傳*/
.BTN_Upload{
  color:#fff;
  background:#168abb;
  text-shadow:0 1px 2px #555;
}
.BTN_Upload:hover,
.BTN_Upload:focus{
  color:#fff;
  background:#10729b;
}

/*取消*/
.BTN_Cancel{
  padding:8px 35px;
  font-size: 18px;
  color:#fff;
  background:#8d8d8d;
}
.BTN_Cancel:hover,
.BTN_Cancel:focus{
  color:#fff;
}

/*送出*/
.BTN_Send{
  padding:8px 35px;
  font-size: 18px;
  color:#fff;
  background:#35afe2;
}
.BTN_Send:hover,
.BTN_Send:focus{
  color:#fff;
}
@media (max-width: 767px) {
  .BTN_Send,
  .BTN_Cancel{ width:calc(100%/2 - 2px);}
}


/*必填星星*/
.required{ color:#ff0000;}
/*文字顏色*/
.Text_Red{ color:#ff0000;}


/*資訊發布時間*/
.Meta {
  color: #333;
}
.Meta div {
  display: inline-block;
  color:#333;
  margin-right: 20px;
  font-size:14px;
  line-height:54px;
}
.Meta div span {color: #333;}
.Meta div a {
  color: #7db81f;
  text-decoration: underline;
}
.Meta div a:hover {text-decoration: none; }
.Meta div:last-child {margin-right: 0; }

/*發布單位*/.MetaDep{}
/*發布日期*/.MetaDay{}
/*更新日期*/.MetaUpdate{}
/*點閱次數*/.MetaClick{}

@media (max-width: 767px) {
  .Meta{
    margin-bottom: 20px;
  }
  .Meta div {
    line-height:1.6;
  }
}

/*吉祥物*/
#Doll{
  position: fixed;
  z-index: 3000;
  right: 10px;
  top:40%;
}
#Doll a{
  display: block;
  width: 200px;
  height: 166px;
}

/*依視窗寬度改變輪播圖呈現*/
@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;
    top:12%;
  }
  #Doll a{
    width: 50px;
    height: 166px;
  }
  #Doll img{
    /*width: 100%;*/
    height: 100%;
  }
  #Doll .img-web{ display: none !important;}
  #Doll .img-phone{ display: block !important;}
}

/*////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////  2018 行事曆  ///////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/
.calendar_toolbar{
  clear:both;
  /*text-align: center;*/
  position: relative;
  /*background: url(../images/basic/bg_Calendar_head.jpg) left top no-repeat;*/
  -webkit-background-size: cover;
  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: 2em; }
.calendar_toolbar .pre , .calendar_toolbar .next{
  background: #ff4b9b;
  color:#fff;
  border: 0;
}
.calendar_toolbar .fc-button{}
.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_toolbar .Month-Controler .pre{}
.calendar_toolbar .Month-Controler .next{}

.calendar{ clear:both; /*margin-top: 20px;*/ }
.calendar table{ width: 100%; }
.calendar table th, .calendar table td{ border:1px solid #ff4b9b; }
.calendar table th{
  text-align: center;
  width:calc(100%/7);
  background: #ff4b9b;
  color: #fff;
  padding: 5px;
}
.calendar table td{
  height:120px !important;
  width:calc(100%/7);
  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: #ff4b9b;
}

.calendar table td span.date a:hover{
  background: #ff4b9b;
  color: #fff;
}

.calendar table td span.date a
.calendar table td.now span.date{
  background: #f64a9b;
  color: #fff;
}
.calendar table td.past{ opacity: .5; }
.calendar table td.now{ background: #ff9fcaa1; }
.calendar table td a{
  clear:both;
  display:block;
  /*color:#FFF;*/
  color: #ff4b9b;
  white-space:nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size:.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 #00afdf; color: #00afdf; }
.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: #ff4b9b;
  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 */
  background: -moz-linear-gradient(left, rgba(46,30,23,0.8) 0%, rgba(14,9,7,0) 70%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(46,30,23,0.8) 0%,rgba(14,9,7,0) 70%,rgba(0,0,0,0) 100%); /* 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:.813em;
  font-weight: bold;
}

.conference_status .date_choose{ float: left; margin-right:30px; }
.conference_status a{ float: left; margin-right: 10px; }

.conference_status .status{}
.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.past{}
  .calendar table td span.date{
    margin:0;
    float: left;
  }
  .calendar table td.now{
    background: #ff4b9b;
  }
  .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: 18px;
    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: 14px;
  }
  .calendar table td.now .rwd span{
    background: #fff;
    color: #ff4b9b;
  }

  .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{}
.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: #ff4b9b; }

@media (max-width: 767px) {
  .Daily_Calendar section div{
    width: 100%;
    margin-bottom: 10px;
  }
}


/*////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////  Header  /////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

/*主圖遮罩*/
#Main_Visual{ 
  height:700px;
  background:url(../images/basic/visul/index-Liutui.jpg) no-repeat 50% bottom;
  background-size:cover;
  position: relative;
}

#Main_Visual:before{
  position: absolute;
  z-index:1;
  left:0;
  bottom:0;
  content:'';
  width: 50%;
  height: 90px;
  border-width:0 950px 90px 0;
  border-style:solid;
  border-color:green transparent white blue;
}
#Main_Visual:after{
  position: absolute;
  z-index:1;
  right:0;
  bottom:0;
  content:'';
  width: 50%;
  height: 90px;
  border-width:0 0 90px 950px;
  border-style:solid;
  border-color:green deeppink white transparent;
}


#Header_wrap{ position: relative; }
#Header{ 
  background:rgba(81, 105,35, 0.9); 
  /*position: absolute;
  top: 0;
  z-index:900;*/
  width: 100%;
}

#Header .navbar{ 
  border:0;
  margin-bottom:0;
  background:url(../images/basic/bg-Header-navbar.png) repeat-x left 150px;
}

#Header .navbar .navbar-header{
  width: 100%;
  text-align:center;
  position: relative;
}

/*Logo*/
#Header .navbar .navbar-header .Logo{
  position: absolute;
  left:0;
  top: 45px;
}

/*主選單*/
#Header .MainMenu{ 
  height: 50px; 
  font-size: 18px;
  /* margin-top:7px;
  margin-bottom: 7px;
  padding-left: 170px; */
}
#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:#fff;}
#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 .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:#ffb400;
}

#Header .MainMenu .navbar-nav .dropdown-menu{
  min-width: 200px;
  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: 15px;
  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: 15px;
  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;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  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;
  -webkit-border-radius:6px 0 6px 6px;
  -moz-border-radius:6px 0 6px 6px;
  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: 15px;
  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{ clear: both;}
  .FB_share .pluginFontHelvetica td { color: #fff; }

  /*Search*/
  #Header .Search{ 
    margin:0 0 0 0;
  }
  #Header .Search .btn{ 
    color:#000; 
    /*background:#fff;*/
    padding:0;
    position: relative;
    left: -2px;
    z-index: 900;
    height: 34px;
    padding: 0 12px;
  }
  #Header .Search .btn.Advanced{}/*進階搜尋*/
  #Header .Search .input-group{ width: 72%; }
  #Header .Search .input-group .form-control:first-child{ border-radius:4px;}
  #Header .Search .input-group-btn{ width: 40px !important; }

  /*關鍵字*/
  #Header .HotKeywords{
    color: #ffb400;
    margin-top:8px;
  }
  #Header .HotKeywords a{color: #ffb400;}
  #Header .HotKeywords a:after{ 
    content:'、';
  }
  #Header .HotKeywords a:last-child:after{ content:'';}

  /*FB_Link*/
  #Header .FB_Link{ 
    margin:10px 0 0;
    padding:0 15px;
  }
  #Header .FB_Link .FB_BTN{
    background:#3c5a9c;
    display:inline-block;
    padding:6px 15px 6px 5px;
    width: calc(100%/2 - 4px);
  }
  #Header .FB_Link .FB_BTN a{
    color:#fff;
    font-size: 15px;
  }
  #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:#35afe2;*/
    color:#fff;
    position: relative;
  }
  #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;
    text-shadow:none;
  }
  #Header .Header_Links li a:hover,
  #Header .Header_Links li a:focus{ background: #31570f; border: 0;}

  @media (min-width: 1200px) {
    /*logo*/
    #Header .navbar .navbar-header .Logo img{ width: 315px;}
    /*主選單*/
    #Header .MainMenu .navbar>li a{}
    #Header .MainMenu .navbar #offcanvas-left{ padding-left: 100px; }

    /*Header_Links*/
    #Header .Header_Links{
      width: 800px;
    }

  }
  @media (min-width: 992px) and (max-width: 1199px) {
    #Header .navbar{  background:url(../images/basic/bg-Header-navbar.png) repeat-x left 152px;}
    /*logo*/
    #Header .navbar .navbar-header .Logo img{ width: 290px;}
    /*主選單*/
    #Header .MainMenu{ padding-left: 0; }
    #Header .MainMenu .navbar>li a{}
    #Header .MainMenu .navbar #offcanvas-left{ padding-left: 100px; }

    #Header .Search .input-group{ width: 72%; }

  }

  @media (min-width: 768px) and (max-width: 991px) {
    /*主圖遮罩*/
    #Main_Visual{ height:700px; }
    #Main_Visual:before{
      height: 40px;
      border-width:0 495px 40px 0;
    }
    #Main_Visual:after{
      height: 40px;
      border-width:0 0 40px 495px;
    }

    #Header .navbar{  background:url(../images/basic/bg-Header-navbar.png) repeat-x left 205px;}

    #Header .container .row{
      margin-left: 0;
      margin-right:0;
    }

    /*logo*/
    #Header .navbar .navbar-header .Logo {
      position: absolute;
      left: 0;
      top: 45px;
    }
    #Header .navbar .navbar-header .Logo img{ width: 290px;}
    /*主選單*/
    #Header .MainMenu{ 
      height: 50px; 
      font-size: 16px;
      margin-top:0;
      padding-left: 0;
    }
    #Header .MainMenu .navbar>li a{}
    #Header .MainMenu .navbar #offcanvas-left{ padding-left: 100px; }

    #Header .navbar-nav{ float:right;}

    /*Search*/
    #Header .Search{ 
      width:55%;
      margin:0 0 0 0;
      float:right;
    }
    #Header .Search .btn.Advanced{}/*進階搜尋*/
    #Header .Search .input-group{ width: 70%; }
    #Header .Search .input-group-btn{}
    /*FB_Link*/
    #Header .FB_Link{ 
      padding:8px 0;
      width:45%;
      margin:0 0 0;
      float:left;
    }
  }

  @media (max-width: 767px) {
    /*主圖遮罩*/
    #Main_Visual{ height:300px; }
    #Main_Visual:before,
    #Main_Visual:after{
      display:none;
    }

    #Header{ 
      background:none; 
      border-bottom: 1px solid #ccc;
    }

    #Header .navbar-collapse{ 
      background:#fff; 
      -webkit-box-shadow: 0px 20px 20px -10px rgba(85, 85, 85, 0.60);
      -moz-box-shadow: 0px 20px 20px -10px rgba(85, 85, 85, 0.60);
      box-shadow: 0px 20px 20px -10px rgba(85, 85, 85, 0.60);
      position: absolute;
      z-index: 2;
      width: 100%;
    }
    #Header .navbar{ background:none;}
    #Header .navbar .navbar-header{ 
      background:rgba(98,119,56, 1);
      border-bottom: 1px solid transparent;
    }
    .icon-down-open,
    .icon-menu{ color:#fff; }

    /*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: 15px;
      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%; }

    #Header .Search .btn{ 
      color:#fff; 
      background:#627738;
    }

    /*FB_Link*/
    #Header .FB_Link{ 
      margin:10px 0 0;
      padding:0;
    }

    /*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: 15px;
      color:#464646;
      text-shadow:none;
    }
    #Header .Header_Links li a:hover,
    #Header .Header_Links li a:focus{ background:#eee; border: 0;}

  }

  /*//////////////////////////////////////////*/
  /*///////////////////六堆///////////////////*/
  /*//////////////////////////////////////////*/
  /*2017-1127-修改-天氣噴泉FB的外包*/
  #Header .Header_Social{ width: 800px; }

  /*包天氣、噴泉*/
  #Header .Travel_InfoBox{ width:50%;}
  /*包FB園區按鈕、搜尋欄位*/
  #Header .Public_InfoBox{  width:50%;}

  /*天氣*/
  #Header .Travel_InfoBox .Weather{
    width: calc(100%/2 - 11px);
    margin: 10px 0 0 10px;
    color:#fff;
  }
  #Header .Travel_InfoBox .Weather .Img{
    width: 60px;
    height: 60px;
    margin:0 5px;
  }

  #Header .Travel_InfoBox .Weather .Img img{
    max-width: 60px;
    max-height: 60px;
  }

  #Header .Travel_InfoBox .Weather .Info{
   width: calc(100% - 70px);
   background: none;
   margin-top:0;
 }
 #Header .Travel_InfoBox .Weather .Info h3{
  color:#fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 28px;
}
#Header .Travel_InfoBox .Weather .Info p{ font-size: 12px;}

/*噴泉*/
#Header .Travel_InfoBox .Fountain{
  width: calc(100%/2 - 10px);
  margin: 10px 0 0 10px;
  color:#fff;
}
#Header .Travel_InfoBox .Fountain .Img{
  width: 60px;
  height: 60px;
  margin:0 5px;
  box-sizing:border-box;
  background:#555;
  border-radius:8px;
  overflow:hidden;
}
#Header .Travel_InfoBox .Fountain .Info{
	width: calc(100% - 70px);
	background: none;
	margin-top:0;
}
#Header .Travel_InfoBox .Fountain .Info h3{
  color:#fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 16px;
}
#Header .Travel_InfoBox .Fountain .Info p{ font-size: 12px;}

@media (min-width: 1200px) {}
@media (min-width: 997px) and (max-width: 1199px) {
  #Header .Header_Social{ width: 670px; }
  /*包天氣、噴泉*/
  #Header .Travel_InfoBox{ width:45%; }
  /*包FB園區按鈕、搜尋欄位*/
  #Header .Public_InfoBox{ width:55%; }

  /*噴泉*/
  #Header .Travel_InfoBox .Fountain{ width: calc(100%/2 - 10px);}
  #Header .Travel_InfoBox .Fountain .Img{
    width: 30px;
    height: 30px;
  }
  /*天氣*/
  #Header .Travel_InfoBox .Weather{ width: calc(100%/2 - 11px);}
  #Header .Travel_InfoBox .Weather .Img,
  #Header .Travel_InfoBox .Weather .Img img{
    width: 30px;
    height: 30px;
  }
  #Header .Travel_InfoBox .Fountain .Info,
  #Header .Travel_InfoBox .Weather .Info{
   width: calc(100% - 40px);
 }

 .Header_Links+div{
    width: 620px;
  }
}
/*@media (min-width: 992px) and (max-width: 996px) {}*/
@media (min-width: 768px) and (max-width: 996px) {
  #Header .Header_Social{ width: 100%; }
  /*包天氣、噴泉*/
  #Header .Travel_InfoBox{ width:100%; }
  /*包FB園區按鈕、搜尋欄位*/
  #Header .Public_InfoBox{ width:100%; }

  /*天氣*/
  #Header .Travel_InfoBox .Weather{
    width: calc(100%/4);
    margin: 25px 0 0 10px;
    color:#fff;
  }
  #Header .Travel_InfoBox .Weather .Img{
    width: 30px;
    height: 30px;
    margin:0 5px;
  }
  #Header .Travel_InfoBox .Weather .Info{ width: calc(100% - 70px);}
  #Header .Travel_InfoBox .Weather .Info h3{
    color:#fff;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 28px;
  }
  #Header .Travel_InfoBox .Weather .Info p{ font-size: 12px;}

  /*噴泉*/
  #Header .Travel_InfoBox .Fountain{
    width: calc(100%/4);
    margin: 25px 0 0 10px;
    color:#fff;
  }
  #Header .Travel_InfoBox .Fountain .Img{
    width: 30px;
    height: 30px;
    margin:0 5px;
    box-sizing:border-box;
    background:#555;
    border-radius:8px;
    overflow:hidden;
  }
  #Header .Travel_InfoBox .Fountain .Info{ width: calc(100% - 70px);}
  #Header .Travel_InfoBox .Fountain .Info h3{
    color:#fff;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #Header .Header_Social{ width: 100%; }
  /*包天氣、噴泉*/
  #Header .Travel_InfoBox{ width:100%; }
  #Header .Travel_InfoBox p{ margin-bottom:0; }
  /*包FB園區按鈕、搜尋欄位*/
  #Header .Public_InfoBox{ width:100%; }
  /*天氣*/
  #Header .Travel_InfoBox .Weather{
    width: calc(100%);
    margin: 0 0 0 0;
    padding-top:15px;
    color:#888;
  }
  #Header .Travel_InfoBox .Weather .Info h3{ color:#888; }
  /*噴泉*/
  #Header .Travel_InfoBox .Fountain{
    width: calc(100%);
    margin: 0 0 0 0;
    padding-top:15px;
    color:#888;
  }
  #Header .Travel_InfoBox .Fountain .Info h3{ color:#888; }
  #Header .Travel_InfoBox .Fountain .Info p{ font-size: 28px;}
}



/*////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////  Sliders  ////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/
.slick-slider {  
  margin: 0px auto 10px !important;
}

/*IndexSlide*/
.IndexSlide.slick-slider{  margin: 0px auto 50px !important; } /*控制點容器高度*/

.IndexSlide .pic {
  position: relative;
  overflow:hidden;
}
.IndexSlide .pic:after{
  padding-top: 56.25%;
  content:"";
  display: block;
}
.IndexSlide .pic img{
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  min-height:100%;
  max-width:100%;
  margin:auto;
}

@media (min-width: 992px) {
  .IndexSlide {
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  .IndexSlide .pic{height:700px;}
  .IndexSlide .pic .caption {
    background: #a4a4a4;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 1.4em;
  }
  .IndexSlide .slick-prev {
    left: 35px;
    width: 35px;
    height: 66px;
    margin-top: -33px;
    background: url(../images/basic/left-white.png) no-repeat 0 0;
    display: block;
  }
  .IndexSlide .slick-prev:hover {opacity: 0.5; }
  .IndexSlide .slick-prev:before {content: ""; }
  .IndexSlide .slick-next {
    right: 35px;
    width: 35px;
    height: 66px;
    margin-top: -33px;
    background: url(../images/basic/right-white.png) no-repeat 0 0;
  }
  .IndexSlide .slick-next:hover {opacity: 0.5; }
  .IndexSlide .slick-next:before {content: ""; } 
}

@media (min-width: 768px) and (max-width: 991px) {
  .IndexSlide {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  .IndexSlide .pic{height:500px;}
  .IndexSlide .pic .caption {
    background: #a4a4a4;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 1.4em;
  }
  .IndexSlide .slick-prev {
    left: 35px;
    width: 35px;
    height: 66px;
    margin-top: -33px;
    background: url(../images/basic/left-white.png) no-repeat 0 0;
    display: block;
  }
  .IndexSlide .slick-prev:hover {opacity: 0.5; }
  .IndexSlide .slick-prev:before {content: ""; }
  .IndexSlide .slick-next {
    right: 35px;
    width: 35px;
    height: 66px;
    margin-top: -33px;
    background: url(../images/basic/right-white.png) no-repeat 0 0;
  }
  .IndexSlide .slick-next:hover {opacity: 0.5; }
  .IndexSlide .slick-next:before {content: ""; } 
}

@media (max-width: 767px) {
  .IndexSlide {
    width: 100%;
    clear: both;
  }
  .IndexSlide .pic{height:500px;}
  .IndexSlide .pic .caption {
    background: #a4a4a4;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 1.4em;
  }
  .IndexSlide .slick-prev {
    left: 20px;
    width: 35px;
    height: 66px;
    margin-top: -33px;
    background: url(../images/basic/left-white.png) no-repeat 0 0;
    display: block; 
  }
  .IndexSlide .slick-prev:hover {opacity: 0.5; }
  .IndexSlide .slick-prev:before {content: ""; }
  .IndexSlide .slick-next {
    right: 20px;
    width: 35px;
    height: 66px;
    margin-top: -33px;
    background: url(../images/basic/right-white.png) no-repeat 0 0;
  }
  .IndexSlide .slick-next:hover {opacity: 0.5; }
  .IndexSlide .slick-next:before {content: ""; }
}


/*BannerSlide*/
.BannerSlide_Wrap{
  margin:0 0;
  padding: 25px 0;
  /*border-top:solid 1px #d0d2ce;
  background:#dbded8;*/
}

.BannerSlide.slick-slider{ margin: 0px auto 0 !important; } /*控制點容器高度*/
.BannerSlide.slick-slider{padding: 0 35px;}

.BannerSlide{}
.BannerSlide .Banner{
  margin: 0 8px;
  height: 70px;
  background:#e5e5e5;
  /*border:solid 1px #e5e5e5;*/
}
.BannerSlide .Banner img {
  width: 100%;
  height:100%;
}
.BannerSlide .slick-prev {
  left: 0px;
  width: 28px;
  height: 50px;
  margin-top: -25px;
  background: url(../images/basic/left2.png) no-repeat 0 0;
  display: block; 
  /*background-color: #fff;*/
}
.BannerSlide .slick-prev:hover { opacity: 0.5; }
.BannerSlide .slick-prev:before { content: ""; }
.BannerSlide .slick-next {
  right: 0px;
  width: 28px;
  height: 50px;
  margin-top: -25px;
  background: url(../images/basic/right2.png) no-repeat 0 0;
  /*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;
  display:table-cell;
  vertical-align:middle;
  background:#fff;
}

.Muti_Slider .slider-for .slide .imgBOX img{
  display:block;
  width:auto;
  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: #7db81f;
  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: .5; }
.Muti_Slider .slider-for .slick-next:before {content: ""; }

.Muti_Slider .slider-nav{}
.Muti_Slider .slider-nav > div{
  height:90px;
}
.Muti_Slider .slider-nav img{
  width:100%;
  height:90px;
}
.Muti_Slider .slider-nav div { border-right: 10px solid #fff;border-left: 5px solid #fff;}
.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: .5; }

/*內頁：圖片展示　調整為一半*/
.Muti_Slider.Half .slider-for .slide .imgBOX{
  /* width: 470px; */
  height:370px;
  display:table-cell;
  vertical-align:middle;
}
.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: #6b7063;}
#FatFooter .FatFooterBtn {
  font-size: 1em;
  cursor: pointer;
  display: inline-block;
  width: 80px;
  color: #fff;
  border:none;
  background-color: #7db81f;
  border-radius: 0 0 8px 8px;
}

#FatFooter .FatFooterBtn:hover,
#FatFooter .FatFooterBtn:focus {
  background:#66a108;
  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:18px;
  /*padding: 5px;*/
  margin: 0 5px 5px;
  display: block;
  font-weight: 500;
}

#FatFooter nav ul li a.Title{
  border-bottom:dotted 1px #969e8a;
}


#FatFooter nav ul li a:hover {
  color: #fff;
  text-decoration: none;
  background:#969e8a;
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#FatFooter nav ul li ul li ul {  display: none;}
@media (min-width: 1200px) {
  #FatFooter nav ul li {  width: 15.7%;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  #FatFooter nav ul li {  width: 15.7%;}
}
@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 .Email a{color:#7db81f;}

/*隱私權宣告*/
#Footer .Privacy{
  /* width: 150px; */
  /* height: 25px; */
  line-height:25px;
  background:#959595;
  color:#fff;
  display:block;
  float: left;
  text-align:center;
  border-radius:3px;
  margin: 0 3px;
  padding: 0 15px;
}
#Footer a:hover.Privacy{
  text-decoration:none;
  background:#7db81f;
}

.ML90{ margin-left: 90px !important; }

/*聯絡資訊*/
#Footer .Footer_info{
  font-size: 13px;
  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: 13px;
  line-height: 1.6;
  font-weight:bold;
  color:#959595;
  text-align:right;
}
#Footer .Counter a{ color:#5d8c12; }


@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;
  }
}

/*快速連結*/
.Footer_link{}
/*相關連結*/
.Link_list{}
/*解析度建議*/
.Resolution{}
/*更新日期*/
.UpdateTime{}
/*版權宣告*/
.Copyright{}

/*社群分享*/
.SocialLink {}
.SocialLink li {}
.SocialLink li a {}
.SocialLink li a:hover {}


/*//////////////////////////////////////////////////////////////*/
/*///////////////////////  Coverflow  //////////////////////////*/
/*//////////////////////////////////////////////////////////////*/
.Rolling{}
.Rolling .More{
	position: absolute;
	top: 0;
	right: 0;
}
.Rolling .More a{
  display:block;
  background: #cd6f37;
  color:#fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 16px;
}
.Rolling .More a:hover,
.Rolling .More a:focus{
  text-decoration:none;
  background: #bf5110;
}

@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(100%/7 - 12px);
  display:inline-block;
  vertical-align:top;
  margin:4px;
  font-size: 18px;
  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:#507c29;
  transition:background .20s ease;
  border:solid 2px transparent;
}

@media (min-width: 1200px) {
  .Service_List .Service_Item{
    width:calc(100%/7 - 12px);
    display:inline-block;
    /* margin:15px 4px 15px; */
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Service_List .Service_Item{
    width:calc(100%/7 - 12px);
    display:inline-block;
    /* margin:15px 4px 15px; */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Service_List .Service_Item{
    width:calc(100%/5 - 12px);
    display:inline-block;
    /* margin:15px 4px 15px; */
  }
}
@media (max-width: 767px) {
  .Service_List .Service_Item{
    width:calc(100%/4 - 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:#31570f; 
  padding:0;
}

.Mix .container { width: 100%; }

@media (min-width: 1200px) {
  .Mix{ 
    background: rgb(49,87,15); /* Old browsers */
    background: -moz-linear-gradient(left,  rgb(49,87,15) 0%, rgb(49,87,15) 50%, rgb(49,87,15) 50%, rgb(80,124,41) 50%, rgb(80,124,41) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgb(49,87,15) 0%,rgb(49,87,15) 50%,rgb(49,87,15) 50%,rgb(80,124,41) 50%,rgb(80,124,41) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgb(49,87,15) 0%,rgb(49,87,15) 50%,rgb(49,87,15) 50%,rgb(80,124,41) 50%,rgb(80,124,41) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31570f', endColorstr='#507c29',GradientType=1 ); /* IE6-9 */
    padding:0;
  }
  .Mix .container { width: 95%;}
}

/*BTN-閱讀更多*/
.Mix .More{ margin-top: 7px;}
.Mix .More a{
  background:#182c06;
  padding:7px 15px;
  border-radius:5px;
  color:#fff;
  text-decoration:none;
}
.Mix .More a:hover,
.Mix .More a:focus{
  color:#fff;
  background:#254a03;
}

/*------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: 22px;
  text-align: center;
  color:#fff;
  text-decoration:none;
  border-bottom:solid 1px #d2ff00;
}
.Tab .tabs a:focus { outline: none; }
.Tab .tabs.active a {
  border-bottom:solid 4px #d2ff00;
  font-weight: 600;
}
.tabs.tabs1 a,
.tabs.tabs2 a,
.tabs.tabs3 a{ width:calc(100%/3); }
.tabs.tabs1 a { left:calc(100%/3 * 0);}
.tabs.tabs2 a { left:calc(100%/3 * 1);}
.tabs.tabs3 a { left:calc(100%/3 * 2);}

/*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;
  font-size: 16px;
  height: 43px;
  border-bottom:dotted 1px #578f26;
  white-space:nowrap;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  overflow: hidden;
}
.Tab .tab_container ul li a{
  color:#fff;
  font-size: 16px;
  height: 43px;
  line-height:43px;
  text-decoration:none;
}
.Tab .tab_container ul li:hover,
.Tab .tab_container ul li:focus{ background:#507c29;}

/*日期*/
.Tab .MetaDate{
  font-size:12px;
  margin-right: 12px;
}
@media (min-width: 1200px) {}
@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:#507c29; 
  padding:20px 30px 20px 50px;
}

.Video{}
.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{}
.PicBrick .BrickBox{
  float:left;
  width: calc(100%/4 - 8px);
  height: 240px;
  position: relative;
  margin:4px;
  overflow:hidden;
}
.PicBrick .BrickBox img{ 
  width: 100%;
  height: 100%;
  object-fit:cover;
}

.PicBrick .BrickBox a{}
.PicBrick .BrickBox a:hover img{ 
  transform:scale(1.1);
  transition: all 0.4s linear;
}
.PicBrick .BrickBox a:focus img{ border: solid 3px #10b7e7; }

.PicBrick .BrickBox .Brick_Text{
  position: absolute;

  bottom:0;
  padding:12px 12px 0;
  color:#fff;
  font-size: 16px;
  width: 100%;
  background:rgba(0,0,0,0.5);
}

.PicBrick .BrickBox .Brick_Text p{
  max-height: 50px;
  overflow: hidden;
  line-height: 1.44;
}

/*相簿*/
.PicBrick.Albums{}
.PicBrick.Albums .BrickBox{
  float:left;
  width: calc(100%/3 - 16px);
  height: 240px;
  position: relative;
  margin:4px;
  overflow:hidden;
}
.PicBrick.Albums .BrickBox:nth-child(4n){
  width: calc(100%/3*2 - 24px);
  height: 488px;
}
.PicBrick.Albums .BrickBox:nth-child(9n){  margin-top: -244px;}


.Brick_More{}
.Brick_More a{
  display:inline-block;
  background:#848484;
  color:#fff;
  font-size: 16px;
  padding:15px 25px;
  border-radius:5px;
}
.Brick_More a:hover,
.Brick_More a:focus{
  background:#35afe2;
  text-decoration:none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .PicBrick .BrickBox{
    width: calc(100%/4 - 8px);
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .PicBrick .BrickBox{
    width: calc(100%/2 - 16px);
    height: 240px;
    margin:8px;
  }
  .PicBrick .BrickBox .Brick_Text{ bottom:0; }
}
@media (max-width: 767px) {
  .PicBrick .BrickBox{
    width: calc(100%/2 - 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{}
  .PicBrick.Albums .BrickBox{
    float:left;
    width: calc(100%/2 - 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(100%/2 - 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: 30px !important;
  padding-bottom: 20px;
}

.Info .InfoBox .BlockTitle a{
	color:#505050;
	opacity:.7;
}
.Info .InfoBox .BlockTitle a:hover,
.Info .InfoBox .BlockTitle a:focus{
	text-decoration:none;
	transition:opacity .20s ease;
	opacity:1;
}

.Info .InfoBox .BlockTitle span{
  padding:0 20px 10px;
  border-bottom:solid 1px #496f0c;
}

.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{ 
  border-radius:3px;
  width: 100%;
  height: 100%;
}
.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:#88766B;
  color:#fff;
  text-decoration:none;
}

@media (min-width: 1200px) {
  .Info .InfoBox{
    width: calc(100%/3);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Info .InfoBox{
    width: calc(100%/3);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Info .InfoBox{
    width: calc(100%/2);
    padding:0 15px;
  }
}
@media (max-width: 767px) {
  .Info .InfoBox{
    width: calc(100%/2);
    padding:20px 15px 20px;
  }
  .Info .InfoBox .Foto{ 
  	width: 100%;
  	height:auto;
  }
  .Info .InfoBox .LinkList{ display:none;}

  .Info .InfoBox .BlockTitle{
    padding-bottom: 10px;
    margin:0;
    text-align: center;
  }

  .Info .InfoBox .BlockTitle span{
    padding:0;
    border-bottom:none;
  }
}

@media (min-width: 396px) and (max-width: 767px){
  .Info .InfoBox .BlockTitle{
    font-size: 24px !important;
  }
}

@media  (min-width: 331px) and (max-width: 395px){
  .Info .InfoBox .BlockTitle{
    font-size: 20px !important;
  }
}
@media  (max-width: 330px){
  .Info .InfoBox .BlockTitle{
    font-size: 18px !important;
  }
}

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓    內頁 共同項目    ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.PageTitle{
  background:url(../images/basic/logo-gray.png) no-repeat;
  padding-left:65px;
  border-bottom:solid 1px #507c29;
  padding-bottom:5px;
  margin:30px 0;
  color:#000;
}

/*////////////////////////////////////////*/
/*/////////  內頁：頁頭視覺圖片  /////////*/
/*////////////////////////////////////////*/
.Visul_Img{
  height:170px;
  overflow:hidden;
  position: relative;
}
.Visul_Img > img{
  width: 100%;
  height: 100%;
  object-fit:cover;
  object-position:center bottom;
}

@media (max-width: 767px) {
  .Visul_Img{
    height:200px;
  }
}
/*////////////////////////////////////////*/
/*////////////  內頁：麵包屑  ////////////*/
/*////////////////////////////////////////*/
#breadcrumb {
  margin:20px 0;
  padding: 10px 20px;
  border-radius:5px;
  background:#ededed;
  font-size: 13px;
}
#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: #7db81f; }
#breadcrumb .breadcrumb > .active {color: #333;}
#breadcrumb .breadcrumb i {}


/*////////////////////////////////////////*/
/*///////////  內頁：功能列表  ///////////*/
/*////////////////////////////////////////*/
.Function {font-size: 1em;}
.Function a {
  display:inline-block;
  color: #fff !important;
  background: #7db81f;
  padding: 8px 15px;
  border-radius:5px;
  font-size: 16px;
  margin-left:5px;
}
.Function a:before { color: #fff;}
.Function a:hover {
  background: #507c29;
  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{}
.Public_Share a{
  border-radius:50px;
  padding:8px;
}
.Function a.Twitter-BTN{ background:#17b2c9; }
.Function a.FB-BTN{ background:#3a5da0; }
.Function a.Plurk-BTN{ background:#f3783e; }
.Function a.Google-BTN{ background:#d3252a; }

.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;
	padding-bottom: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;
  width: 100%;
  height:85px;
  position: relative;

  font-size: 24px;
  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{
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  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;
  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(100%/2 - 4px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .Public_Info li.Item{
    width: calc(100%/2 - 4px);
  }
}
@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(100%/2 - 22px);
  height:670px;
  background:#1d82d0;
  border-radius:5px;
  padding:10px 30px;
  margin:0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Visit_Info .Item h2{
  color:#fff;
  font-size: 36px;
  font-weight: bold;
  text-shadow:0 2px 10px #222;
  padding-bottom:10px;
  border-bottom:solid 1px #fff;
  margin-bottom:15px;
}

.Visit_Info .Item ul{
  list-style:none;
  margin:0;
  padding: 0;
}
.Visit_Info .Item ul li{ 
  color:#fff;
  width: 50%;
  float:left;
  font-size: 16px;
  background: url(../images/basic/square-white.png) no-repeat 10px 14px;
}
.Visit_Info .Item ul li a{
  display:inline-block;
  color:#fff;
  width: 100%;
  text-decoration:none;
  padding:5px 0 5px 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 14px #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(100%/2 - 22px);
  height:400px;
  background:#1d82d0;
  border-radius:5px;
  padding:10px 30px;
  margin:0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration:none;
}
.Visit_Info a:hover.Item_BTN,
.Visit_Info a:focus.Item_BTN{
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: inset 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
  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: 36px;
  font-weight: bold;
  text-shadow:0 2px 10px #222;
  padding-bottom:10px;
  border-bottom:solid 1px #fff;
  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: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 768px) and (max-width: 991px) {
  .Visit_Info{ padding:30px 0 0; }
}
@media (max-width: 767px) {
  .Visit_Info .Item{
    width: calc(100%/2 - 2px);
    height:100%;
    padding: 10px 15px 100px;
    margin:0;
  }
  .Visit_Info .Item h2,
  .Visit_Info .Item_BTN span{
    font-size: 28px;
    text-align:center;
  }
  .Visit_Info{ padding:30px 0 0; }
  .Visit_Info .Item ul li{ 
    color:#fff;
    width: 100%;
    float:none;
    font-size: 16px;
  }

  /*苗栗園區、六堆園區 大塊按鈕*/
  .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: 16px;
}

/*斷點*/
.Page span.MQ{}
.Page span > span{ color:#b33f10; }

.Page a.BTN{
  padding:5px 8px;
  border:solid 1px transparent;
  /* margin: 0 15px; */
  text-decoration:none;
  color:#6bab05;
}
.Page a:hover.BTN,
.Page a:focus.BTN{
  color:#fff;
  background-color: #6bab05;
  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,.7);
	color: #fff;
}
.Page a:hover.BTN.BTN_classify,
.Page a:focus.BTN.BTN_classify{
	background: rgba(80,80,80,1);
}

@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: #ff9600;
  background: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #ff9600;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
  color: #ff9600;
  cursor: default;
  background: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #ff9600;
}

.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: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 768px) and (max-width: 991px) {
}
@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: 16px;
}

.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:#fafef4;
}

.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:#6bab05;}
/*發表單位*/
.List .MetaDep{}


/*刪除按鈕*/
.List .BTN_Delete{
  background: #333;
  color:#fff;
  border:transparent;
  border-radius:5px;
  font-size: 14px;
  padding:3px 5px;
  position: absolute;
  right:5px;
  bottom: calc(100%/2 - 15px);
  opacity:.7;
}
.List .BTN_Delete:hover,
.List .BTN_Delete:focus{
  opacity:1;
}

/*類型標籤*/
.List .Type_Tag{
  padding:3px 5px;
  /*border:solid 1px #7db81f;*/
  background: #7db81f;
  border-radius:5px;
  color:#fff;
}

/*資料標題*/
.List .Data_Title{
  font-size: 20px;
  line-height:2.2;
}
.List .Data_Title span{
  margin:0 20px;
}

/*我的客家收藏*/
.List.Collect ol li a{  width: 90%;}


/*展覽回顧*/
.List.Expo_Review{}

.List.Expo_Review .Data_Title{}
.List.Expo_Review .Data_Title > span:nth-child(2){
  float:right;
}

.List.Expo_Review .Expo_Name{
  color: #5c9402;
  font-weight: 700;
}
.List.Expo_Review .Expo_Date{
  font-size: 14px;
  float:right;
}


@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@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: 15px;
    padding:5px 5px;
  }

  /*展覽回顧*/
  .List.Expo_Review .Data_Title > span:nth-child(2){
    font-size: 14px;
    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: 15px;
    padding:4px 20px;
    right:calc(100%/2 - 45px);
    bottom:7px;
  }

  /*展覽回顧*/
  .List.Expo_Review .Data_Title > span:nth-child(2){
    font-size: 14px;
    float:none;
    display:block;
  }
  .List.Expo_Review .Expo_Date{
    float:none;
    display:block;
  }
}



/*////////////////////////////////////////////////*/
/*///////////////  內頁：文字列表  ///////////////*/
/*////////////////////////////////////////////////*/
/*查詢*/
.Search_Bar{
  border-radius:5px;
  padding:15px 110px 15px 145px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 18px;
}

.Search_Bar h3{ color:#fff; }

.Search_Bar .input-group{
  display:block;/*原設定display: table; 讓input寬度莫名撐開*/
}
.Search_Bar .input-group .form-control{
  border-radius: 4px; 
}
.Search_Bar .input-group .form-control{}

/*自訂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 .input-group .input-group-addon span{}
/*展覽期間後面的 - */
.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: 18px;
  color:#fff;
  background:#c4742f;
  text-align:center;
  text-decoration:none;
  border-radius:4px;
  text-shadow:none;
}
.Search_Bar a:hover.BTN_SearchMore{
  border:solid 1px #db8134;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.85);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.85);
  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: 15px;
  font-weight: bold;
  margin-bottom:8px;
}

@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@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;}
  .Search_Bar a.BTN_SearchMore{}

}
@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;}
  .Search_Bar a.BTN_SearchMore{}
}
@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;}
  .Search_Bar a.BTN_SearchMore{}
}



/*////////////////////////////////////////////////*/
/*///////////////  內頁：意見信箱  ///////////////*/
/*////////////////////////////////////////////////*/
.QP_wrap{ 
  padding:0 50px;
  margin:15px 0;
  font-size: 16px;
  line-height:1.4;
}

.QP{
  margin:30px 70px 0;
}
.QP input{}
.QP button{}

.QP .form-control{
  background:#ededed;
}
/* 2017-0405 */
.textBox{
  background: #eee;
  height: 250px;
  padding:15px; 
  overflow: scroll;
  overflow-x: hidden;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.6;
}
.textBox p{
  margin-bottom: 0;
}

@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 768px) and (max-width: 991px) {
  .QP_wrap{ padding:0 0;}

  .QP{ margin:30px 0 0;}
  .QP input{ margin-bottom:8px;}
}
@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: 16px;}
.CP a{ color:#199C4B; }

.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{}
.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{}
.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{}
.CP .Link_Box section{
  margin-bottom:30px;
}

.CP .Link_Box .Download{}
.CP .Link_Box .Links{}

.CP .Link_Box .Download h3,
.CP .Link_Box .Links h3{
  font-size: 26px;
  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: 14px;
  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: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: /*2018-0827 內縮*/600px) and (max-width: 767px) {
  .CP{}

  /*園區資訊*/
  .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{}

  /*園區資訊*/
  .CP .Main_Info{ margin-top: 0; }
  .CP .Main_Info .Foto{
    width:100%;
    height:220px;
    margin-bottom: 20px;
  }
  .CP .Main_Info .Text{
    width:calc(100%);
  }

  /*.Open_Time 園區開放時間*/
  .CP .Main_Info .Open_Time .Foto{
    width:100%;
    height:100%;
    margin-bottom: 20px;
  }
  .CP .Main_Info .Open_Time .Text{
    width:calc(100%);
  }

  /*開放時間列表 Table*/
.CP .RWD_Table table th{ /*border-top:0;*/ }
.CP .RWD_Table table tr:last-child{ border-bottom:0;}
}



/*////////////////////////////////////////////*/
/*//////////////  內頁：出版品  //////////////*/
/*////////////////////////////////////////////*/
.Books{}

.Books .Book_Cover{ 
  height:100%;
}
.Books .Book_Cover a{
  display:block;
  padding-bottom:8px;
  padding-top:8px;
}
.Books .Book_Cover img{ 
  width: 100%;
  margin:0 auto;  
  border:solid 1px #e5e5e5;
}

.Books .Book_Info{}

@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@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:.8;
}

/*常設展*/
.Expo .Text_horizontal{}
/*常設展 橫式照片居多*/
.Expo .Foto_horizontal{
  width: 100%;
  height: 220px;
  opacity:.8;
  background: #e5e5e5;
  padding: 0;
  margin-bottom: 20px;
}
.Expo .Foto_horizontal img{
  margin: 0 auto;
  height: 100%;
}


/*出版品*/
.Expo .Text{}
/*出版品 直式照片居多*/
.Expo .Foto{
  width: 100%;
  height: 220px;
  opacity:.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 .20s 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  /////////////*/
  /*////////////////////////////////////////////*/
  .youtbe{}

  .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 .date{
    display:block;
    color:#777;
    font-size:15px;
    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: 14px;
  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: 12px;
  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: 11px;
  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;*/
}


