.index .block_tab .tabbox {
  position: relative;
}
.index .block_tab .tablist {
  position: static;
  /* min-height: 400px; */
}
@media (max-width: 991px) {
  .index .block_tab .tablist {
    /* min-height: inherit; */
  }
}
.index .block_tab .tablist:after {
  content: '';
  display: table;
  clear: both;
  border: none;
}
.index .block_tab .tablist > li {
  border: none;
  position: static;
  width: 20%;
}
.index .block_tab .tablist > li:after {
  content: '';
  display: none;
}
.index .block_tab .tablist > li > a {
  border-top: 5px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  min-width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.index .block_tab .tablist > li > a:after {
  content: '|';
  color: #ddd;
  position: absolute;
  right: 0;
}
.index .block_tab .tablist > li:last-child > a:after {
  content: none;
}
.index .block_tab .tablist > li.active > a {
  border-top-color: #E5B166;
  border-left-color: #ddd;
  border-right-color: #ddd;
  border-bottom-color: #fff;
}
.index .block_tab .tablist > li.active > a:after {
  content: none;
}
.index .block_tab .tablist > li.active .tabboxi {
  display: block;
}
.index .block_tab .tablist > li.prev > a:after {
  content: none;
}
.index .block_tab .tabboxi {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
}
.index .block_tab .tabboxi li > a {
  /* height: 46px; */
  line-height: 1.4;
  border-left: 1px solid #e4e4e4;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .index .block_tab .tabboxi li > a {
    height: 30px;
    padding-left:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    margin-left: 0;
  }
}
.index .block_tab .tabboxi .info_article li {
  min-height: 73px;
}
@media (max-width: 991px) {
  .index .block_tab .tabboxi .info_article li {
    min-height: 76px;
    line-height: 1;
    position: relative;
  }
}
.index .block_tab .readmore {
  line-height: 46px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.index .block_tab .readmore:after {
  content: '';
  display: table;
  clear: both;
}
.index .block_tab .readmore a {
  float: right;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .block_section .section_lt {
    /* padding-right: 0; */
  }
}
.owl-nav .owl-prev a,
.owl-nav .owl-next a {
  color: transparent;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*  */

.section_name {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 25px;
  position: relative;
}

.btn_more, .btn_more:hover{
  font-weight: bold;
  color: #b7395f;
}


.section_name h2,
.data_pane .name h2,
.nav_pane h2{
  color: #333333;
  font-size: 1.2rem;
  font-weight: bold;
}

.head_search .form_search input[type="text"]{
  width: 347px;
}


/* 統計專區 title start */
.section_name h2{
  width: auto;
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: 0;
  border-bottom: 3px solid #b7395f;
  position: relative;
  bottom: -1px;
  z-index: 10;
  padding-left: 70px;
  padding-right: 64px;
  position: relative;
}

@media (max-width: 991px) {
    .section_name h2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.section_name h2::before{
  content: '';
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172740/https://www.sfaa.gov.tw/SFAA/Content/images/icons/title_icon_counter.png');
  background-size: 100%;
  position: absolute;
  top: -9px;
  left: 15px;
}

@media (max-width: 991px) {
    .section_name h2::before {
        top: -1px;
    }
}

/* 統計專區 title end */

/* 影音專區 title start */

.data_pane.film .name h2{
  width: auto;
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: 0;
  border-bottom: 3px solid #b7395f;
  position: relative;
  bottom: -1px;
  z-index: 10;
  padding-left: 70px;
  padding-right: 64px;
  position: relative;
}

@media (max-width: 991px) {
    .data_pane.film .name h2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}



.data_pane.film .name h2:before{
  content: '';
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172740/https://www.sfaa.gov.tw/SFAA/Content/images/icons/title_icon_film.png');
  background-size: 100%;
  position: absolute;
  top: -9px;
  left: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
    .data_pane.film .name h2:before {
        top: 0px;
    }
}

/* 影音專區 title end */

/* 影音專區 title start */

.data_pane.album .name h2{
  width: auto;
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: 0;
  border-bottom: 3px solid #b7395f;
  position: relative;
  bottom: -1px;
  z-index: 10;
  padding-left: 70px;
  padding-right: 64px;
  position: relative;
}

@media (max-width: 991px) {
    .data_pane.album .name h2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.data_pane.album .name h2:before{
  content: '';
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172740/https://www.sfaa.gov.tw/SFAA/Content/images/icons/title_icon_album.png');
  background-size: 100%;
  position: absolute;
  top: -9px;
  left: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
    .data_pane.album .name h2:before {
        top: 0px;
    }
}

/* 影音專區 title end */

/* 業務連結 title start */

.nav_pane .name h2{
  width: auto;
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: 0;
  border-bottom: 3px solid #b7395f;
  position: relative;
  bottom: -1px;
  z-index: 10;
  padding-left: 70px;
  padding-right: 64px;
  position: relative;
}

.nav_pane .name h2:before{
  content: '';
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172740/https://www.sfaa.gov.tw/SFAA/Content/images/icons/title_icon_business.png');
  background-size: 100%;
  position: absolute;
  top: -7px;
  left: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

/* 業務連結 title end */

/* 熱門查詢 start */

/* title start */
.section_name.hotsearch h2:before{
  content: '';
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172740/https://www.sfaa.gov.tw/SFAA/Content/images/icons/title_icon_search.png');
  background-size: 100%;
  position: absolute;
  top: -7px;
  left: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px){
    .section_name.hotsearch h2:before {
        top: 0px;
    }
}

/* title end */

/* content start */

.section_data.hotsearch{
  margin-top:45px;
}

.section_data.hotsearch  button,
.section_data.hotsearch  a{
  width: 96%;
  height: 100%;
  
  font-weight: bold;
  color: #b32d56;

  padding:15px 15px;

  border-radius: 10px;
  background-color: #f9eee7;
  box-shadow: 4px 4px #b32d56;

  text-align: center;
  line-height: 1.3;
  
  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
}

@media (max-width: 991px) {
  .section_data.hotsearch{
    margin-top:20px;
  }

  .section_data.hotsearch button,
  .section_data.hotsearch a {
    width: 94%;
    font-size: 0.8rem;
  }
}

@media (min-width: 991px) and (min-width: 1200px) {

  .section_data.hotsearch{
    margin-bottom:-15px;
  }
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}
@media (max-width: 768px) {
.col-sm-1-5 {
        width: 50%;
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .col-md-1-5 {
        width: 16.6%;
        float: left;
    }
}
@media (min-width: 992px)  {
    .col-lg-1-5 {
        width: 16.6%;
        float: left;
    }
}

/* content end */

/* 熱門查詢 title end */

.block_tab .tablist > li.active,
.block_tab .tablist > li.active{
  border-top-color: inherit;
}

.index .block_tab .tablist > li > a{
  border:none;
  background-color: #f9eee7;
  color: #b32d56;
  font-weight: bold;
}

.index .block_tab .tablist > li > a:after
{
  content:'';
}

.index .block_tab .tablist > li.active > a{
  color: white;
  background-color: #b32d56;
}

.index .block_tab .tablist > li.active > a::after{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8.5px 0 8.5px;
  border-color: #b32d56 transparent transparent transparent;
  position: absolute;
  left: 48%;
  bottom: -11px;
}

.index .block_tab .tabboxi{
  margin-top:40px;
}

/* floating start */

.wrap_floating{
  position: fixed;
  right: 10px;
  top: 25%;
  opacity: 0;
  transition: all .5s ease-in-out;
  z-index: 99;
  pointer-events: none;
}

.wrap_floating.active{
  opacity: 1;
  z-index: 99;
  pointer-events: inherit;
}

.wrap_floating ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.wrap_floating ul li{
  margin-bottom: 16px;
  text-align: center;
}

.wrap_floating ul li a{
  display: inline-block8;
  text-align: center;
}

.wrap_floating ul li a > div{
  width: 58px;
  height: 58px;
  display: inline-flex;
  background-color: #eeeeee;
  border-radius: 60px;
    align-items: center;
  text-align: center;
  
  font-weight: bold;
  color: #414141;
  font-weight: bold;
}

.wrap_floating ul li a > p{
  text-align: center;
  margin-bottom: 0;
  font-size: 0.8rem;
  line-height: 0.9rem;
  margin-top: 5px;
  font-weight: bold;
}

.wrap_floating ul li a > div::before{
  content: '';
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  transform: scale(0.9);
  background-size: 100%;
}

.wrap_floating ul li:nth-child(1) a > div::before{
  width: 31px;
  height: 33px;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172740/https://www.sfaa.gov.tw/SFAA/Content/images/icons/floating_icon_1.png');
}

.wrap_floating ul li:nth-child(2) a > div::before{
  width: 38px;
  height: 30px;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172740/https://www.sfaa.gov.tw/SFAA/Content/images/icons/floating_icon_2.png');
}

.wrap_floating ul li:nth-child(3) a > div::before{
  width: 15px;
  height: 32px;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172740/https://www.sfaa.gov.tw/SFAA/Content/images/icons/floating_icon_3.png');
}

.wrap_floating ul li:nth-child(4) a > div::before{
  width: 47px;
  height: 30px;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172740/https://www.sfaa.gov.tw/SFAA/Content/images/icons/floating_icon_4.png');
}

@media (max-width: 991px) {

  .wrap_floating ul li a{
    width: 60px;
    height: 60px;
  }

  .wrap_floating ul li a > p{
    display: none;
  }

  .wrap_floating ul li a > div::before{
    margin: 0 auto 0;
    transform: scale(0.8);
  }
}

/* hover */

.wrap_floating ul li:hover a{
  
}

.wrap_floating ul li:hover a > div{
  color: white;
  background-color: #b32d56;
}

.wrap_floating ul li:hover:nth-child(1) a > div::before{
  background-position: 0 -33px;
}

.wrap_floating ul li:hover:nth-child(2) a > div::before{
  background-position: 0 -30px;
}

.wrap_floating ul li:hover:nth-child(3) a > div::before{
  background-position: 0 -32px;
}

.wrap_floating ul li:hover:nth-child(4) a > div::before{
  background-position: 0 -30px;
}

@media (max-width:991px) {
    .wrap_floating {
        position: inherit;
        right: inherit;
        top: inherit;
        opacity: 1;
        display: inline-block;
    }

    .wrap_floating ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }

    .wrap_floating ul li a > div {
        width: 40px;
        height: 40px;
        display: inline-flex;
        background-color: #f9efe8;
        border-radius: 5px;      
    }

    .wrap_floating ul li {
        margin-bottom: inherit;
        margin-left: 5px;
    }

    .wrap_floating ul li:nth-child(1) {
        margin-left: 0;
    }

    .wrap_floating ul li:hover:nth-child(4) a > div::before {
        background-position: 0 -26px;
    }

    .wrap_floating ul li a {
        width: 40px;
        height: 40px;
    }
}

/* floating end */

/* 便民服務 start */

/* title start */
.section_name.convenient{
  margin-bottom: 40px;
}

.section_name.convenient h2:before{
  content: '';
  display: inline-block;
  width: 39px;
  height: 39px;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172740/https://www.sfaa.gov.tw/SFAA/Content/images/icons/title_icon_convenient.png');
  background-size: 100%;
  position: absolute;
  top: -9px;
  left: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
    .section_name.convenient h2:before {
        top: 0px;
    }
}

/* title end */

.link_but {
    cursor: pointer;
    background-color: #ffffff;
    border: 0;
    padding: 0;
}

.link_but:active {
    outline-width: 0px;
    box-shadow: 0 0 10px #000000;
    display: inline-block;
    margin-left: -1px;
}

.link_but:focus {
    outline-width: 1px;
    outline-color: #CC0000 !important;
    box-shadow: 0 0 10px #000000;
    display: inline-block;
    margin-left: -1px;
}

.convenient_icon{
  width: 100%;
}

.convenient_sub_title{
  line-height: 1.5rem;
}

@media (max-width: 991px) {
  .section_name.convenient{
    margin-bottom: 25px;
  }

  .convenient_sub_title{
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}

/* 便民服務 end */

/* search start */




@media (max-width: 1200px){
  .head_search .form_search input[type="text"] {
    max-width: inherit;
    width: 180px;
  }
}

@media (max-width: 991px) {

  .head_search .form_search {
    text-align: inherit;
  }

  .head_search .advanced_search {
    top:0;
  }

  .head_search .form_search input[type="text"] {
    max-width: inherit;
    width: 50%;
  }
}

/* search end */

/* 中央內容 start */

.wrap_middle.index {
  padding:30px 0;
}

@media (max-width: 991px) {

  .wrap_middle.index{
    padding:15px 0;
  }

  .info_article li .read
  {
    position: absolute;
    top: 10px;
    right: 0;
  }
}


/* 中央內容 end */

/* 日期搜尋 (活動行事曆) start */

.date_range{
  width: 100%;
  min-height: 40px;
  margin-bottom: 25px;
  /* display: flex;
  align-items: center; */
  position: relative;
}

@media (max-width: 991px) {
  .date_range{
    display: block;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .date_range{
    /* padding-bottom: 40px; */
  }
}

.date_range label{
  margin-bottom:0;
  width: 8%;
}

@media (max-width: 991px) {
  .date_range label{
    width: 61px;
    margin-bottom: 15px;
  }
}

.date_range > div{
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .date_range > div{
    display: block;
  }
}

.date_row{
  width: 100%;
}

.date_range select.select_search{
  float:inherit;
  margin: 0 5px;
}

.date_range .date_box{
  display: inline-flex;
  align-items: center;
  width: 40%;
}

@media (max-width: 991px) {
  .date_range .date_box{
    width: 100%;
    margin-bottom: 15px;
  }
}

.date_range .date_box .select_search.year{
  width: 53%;
}

.date_range .date_box .select_search.mounth{
  width: 30%;
}

.date_range .line{
  width: 25px;
  margin: 0 5px;
  border-top:1px solid #c4c4c4;
  display: inline-block;
}

@media (max-width: 991px) {
  .date_range .line{
    display: none;
  }

  .date_range .date_box .select_search.mounth,
  .date_range .date_box .select_search.year{
    width: 50%;
  }
}

.btn_row{
  margin-top:20px;
}

.date_range .submit_btn{
  width: 128px;
  height: 37px;
  
  color: white;
  background-color: #9a1c47;
  border: none;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .date_range .submit_btn{
    width: 100%;
    margin-bottom: 15px;
  }
}

/* 日期搜尋 (活動行事曆) end */

/* 列表 (活動行事曆) start */

.list_row {
  padding: 33px 0;
  border-bottom: 1px solid #e4e4e4;
}

.list_row:first-child{
  border-top: 1px solid #e4e4e4;
}

.list_row .media-left .media-object{
  width: 150px;
  height: 135px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .list_row.media{
    display: block;
  }

  .list_row .media-left,
  .list_row .media-left .media-object{
    width: 100%;
    height: 310px;
  }
}

.list_row .media-body{
  min-width: 0;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .list_row .media-body{
    margin-left: 0px;
    margin-top:15px;
  }
}

.list_row .row_data {
  margin-bottom: 5px;
  color: #b6375d;
}

.list_row .row_title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 15px;
}

.list_row .row_title a{
  color: #b6375d;
}

.list_row .row_content{
  max-height: 55px;
  overflow: hidden;
}

.list_row .row_content > p{
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden; */
  line-height: 1.5rem;
  margin-bottom: 0px;
  height: auto;
  word-break: break-all;
}
.mutile {  
  position: relative;
  line-height: 20px;
  max-height:60px;
  overflow: hidden;
}
.mutile:after {
  content: "...";
  position: absolute;
  color:#467c9e;
  bottom: 7px;
  right: 0;
  padding-left: 20px;
  background: linear-gradient(to right, transparent, #FFFFFF 100%);
}

/* 列表 (活動行事曆) end */

/* 列表 (活動行事曆) start */

.block_rt_keyview.calendar{
  margin-bottom: 30px;
  position: relative;
}

.block_rt_keyview.calendar .date{
  color: #333333;
  margin-bottom: 0;
}

.block_rt_keyview.calendar .date p{
  margin-bottom: 0;
}

.block_rt_keyview.calendar .block_rt_info{
  position: absolute;
  right: 0;
  bottom: -20px;
}

/* 列表 (活動行事曆) end */







/*
     FILE ARCHIVED ON 17:27:40 十一月 11, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 22:52:58 五月 8, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
