/*------------------------------
    內頁框架 左右欄
*/
.content_block_lt {
  float: left;
  width: 28%;
  max-width: 320px;
}
@media (max-width: 991px) {
  .content_block_lt {
    float: none;
    width: auto;
    max-width: 100%;
  }
}
.content_block_rt {
  float: right;
  width: 70%;
  max-width: 820px;
}
.content_block_rt.nofloat {
  float: none;
  width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .content_block_rt {
    float: none;
    width: auto;
    max-width: 100%;
  }
}
/*------------------------------
    內頁左欄 連結
*/
.block_lt_tit {
  color: #ffffff;
  font-size: 1.11rem;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 8px;
  background-color: #B9375E;
  padding: 15px 15px 12px;
  position: relative;
}
@media (max-width: 991px) {
  .block_lt_tit {
    background-color: #B9375E;
    border-radius: 0;
    margin-bottom: 0;
  }
  .block_lt_tit:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
  }
}
.block_lt_nav {
  border: 1px solid #d8d8d8;
  max-height: 10000px;
  overflow: hidden;
}
.block_lt_nav.show {
  max-height: 10000px;
}
@media (min-width: 992px) {
  .block_lt_nav {
    border-radius: 8px;
  }
}
@media (max-width: 991px) {
  .block_lt_nav {
    border: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in-out, border-color 0.51s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out, border-color 0.51s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out, border-color 0.51s ease-in-out;
    transition: max-height 0.5s ease-in-out, border-color 0.51s ease-in-out;
  }
}
.block_lt_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .block_lt_nav ul {
    background-color: #E5B166;
  }
}
.block_lt_nav li {
  border-bottom: 1px solid #d8d8d8;
}
.block_lt_nav li:last-child {
  border-bottom: none;
}
.block_lt_nav li a {
  display: block;
  padding: 15px 15px 13px;
  line-height: 1.2;
}
.block_lt_nav li a:hover,
.block_lt_nav li a.active {
  color: #ffffff;
  background-color: #B9375E;
}
@media (max-width: 991px) {
  .block_lt_nav li a {
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .block_lt_nav li {
    border-top: 1px solid #d8d8d8;
  }
}
/*------------------------------
    內頁右欄 導航列
*/
.block_rt_navigate {
  margin-bottom: 30px;
  font-size: 0.83rem;
  color: #666666;
}
.block_rt_navigate a:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 6px;
}
.block_rt_navigate a:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  .block_rt_navigate {
    line-height: 1.2;
    color: #777777;
    font-size: 0.77rem;
    border-bottom: 5px solid #eeeeee;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .block_rt_navigate a {
    color: #777777;
  }
}
/*------------------------------
    內頁右欄 標題與分享
*/
.block_rt_keyview:after {
  content: '';
  display: table;
  clear: both;
}
/*------------------------------
    內頁右欄 分享
*/
.block_rt_info {
  float: right;
  max-width: 200px;
}
@media (max-width: 991px) {
  .block_rt_info {
    float: none;
    max-width: 100%;
  }
}
.block_rt_info .social {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .block_rt_info .social {
    display: none;
  }
}
.block_rt_info .date {
  color: #666666;
  font-size: 0.88rem;
  text-align: left;
}
.block_rt_info .date > p {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .block_rt_info .date {
    margin-bottom: 20px;
  }
}
/*------------------------------
    內頁右欄 標題
*/
.block_rt_split {
  height: 5px;
  background-color: #eeeeee;
  margin-bottom: 25px;
  margin-top: 10px;
}
.block_rt_title {
  max-width: 500px;
  color: #E5B166;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0;
  float: left;
}
.block_rt_title.full_width {
  float: none;
  min-height: initial;
  max-width: 100%;
}
@media (max-width: 991px) {
  .block_rt_title {
    max-width: 100%;
    min-height: initial;
  }
}
/*------------------------------
    內頁右欄 內文
*/
.block_rt_context {
  line-height: 1.8rem;
  min-height: 100px;
  margin-bottom: 50px;
}
.block_rt_context:before {
  content: '';
  display: block;
  clear: both;
}
.block_rt_context a{
  color: #0000ee;
}
.block_rt_context a:hover{
  color: #007bff;
}
.block_rt_context img,
.block_rt_context table,
.block_rt_context video,
.block_rt_context iframe{
  max-width: 100% !important;
}
.block_rt_context img{
  height: auto !important;
}
@media (max-width: 991px) {
  .block_rt_context {
    min-height: 50px;
  }
}
/*------------------------------
    內頁右欄 推薦資訊框架
*/
.block_rt_extra {
  margin-bottom: 30px;
}
.block_rt_extra .extra_name {
  color: #ffffff;
  font-size: 1.33rem;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #e5b166;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/bg_extra_info_name.jpg');
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 8px;
  padding-left: 60px;
  margin-bottom: 10px;
}
/*------------------------------
    內頁右欄 宣導影片
*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.extra_film .row {
  margin-left: 0;
  margin-right: 0;
}
.extra_film .item {
  background-color: #eeeeee;
  border-radius: 8px;
  padding: 20px 20px 10px;
  margin-bottom: 10px;
}
.extra_film .item:after {
  content: '';
  display: table;
  clear: both;
}
.extra_film .item .lt {
  margin-bottom: 10px;
}
.extra_film .item .rt {
  line-height: 1.2;
}
.extra_film .item .rt .name {
  font-size: 1.22rem;
}
.extra_film .item .rt .date {
  color: #777777;
  padding: 10px 0;
}
.extra_film .item .rt .text {
  font-size: 1rem;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .extra_film .item {
    padding: 20px 0 10px;
  }
}
/*------------------------------
    內頁右欄 檔案下載
*/
.extra_download {
  line-height: 1.2;
}
.extra_download .item {
  border-radius: 8px;
  border: 1px solid #bbbbbb;
  padding: 15px;
  margin-bottom: 5px;
}
.extra_download .item:last-child {
  margin-bottom: 0;
}
.extra_download .item:after {
  content: '';
  display: table;
  clear: both;
}
.extra_download .item p {
  margin-bottom: 8px;
  line-height: 24px;
}
.extra_download .item p:last-child {
  margin-bottom: 0;
}
.extra_download .item a.excel,
.extra_download .item a.pdf {
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  color: transparent;
  vertical-align: bottom;
}
.extra_download .item a.excel {
  width: 72px;
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/icons/icon_file_type_excel.jpg);
}
.extra_download .item a.pdf {
  width: 58px;
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/icons/icon_file_type_pdf.jpg);
}
/*------------------------------
    內頁右欄 相關文章
*/
.extra_article ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
@media (max-width: 575px) {
  .extra_article ul {
    list-style: none;
  }
}
.extra_article li {
  border-bottom: 1px solid #bbbbbb;
  line-height: 1.2;
  padding: 15px;
  position: relative;
}
@media (max-width: 575px) {
  .extra_article li {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.extra_article li:last-child {
  border-bottom: none;
}
.extra_article li:after {
  content: '';
  display: table;
  clear: both;
}
.extra_article li span {
  float: right;
}
@media (max-width: 575px) {
  .extra_article li span {
    color: #777777;
    font-size: 0.88rem;
    padding-top: 3px;
  }
}
/*------------------------------
    內頁右欄 頁籤
*/
.block_rt_tab .tablist {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 6px solid #dfa08f;
  max-width: 300%;
  overflow-x: auto;
}
.block_rt_tab .tablist > li {
  float: left;
  margin-right: 4px;
}
.block_rt_tab .tablist > li:last-child {
  margin-right: 0;
}
.block_rt_tab .tablist > li:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 575px) {
  .block_rt_tab .tablist > li {
    float: none;
    display: table-cell;
    white-space: nowrap;
  }
}
.block_rt_tab .tablist > li > a {
  display: block;
  min-width: 150px;
  text-align: center;
  white-space: nowrap;
  color: #888888;
  font-size: 1.22rem;
  background-color: #eeeeee;
  border-right: 1px solid #dddddd;
  padding: 13px 20px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.block_rt_tab .tablist > li > a:focus,
.block_rt_tab .tablist > li > a.active {
  color: #ffffff;
  background-color: #dfa08f;
  border-right: 1px solid #d69584;
}
@media (max-width: 575px) {
  .block_rt_tab .tablist > li > a {
    font-size: 1rem;
    min-width: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 320px) {
  .block_rt_tab .tablist > li > a {
    min-width: 95px;
  }
}
.block_rt_tab .tabpane {
  padding-top: 10px;
}
.block_rt_tab .tabpane .tabboxi {
  display: none;
}
.block_rt_tab .tabpane .tabboxi.active {
  display: block;
}
/*------------------------------
    內頁右欄 列表
*/
.block_rt_list {
  margin-bottom: 50px;
}
.block_rt_list .table_list_default thead th,
.block_rt_list .table_list_default tbody th,
.block_rt_list .table_list_default tfoot th,
.block_rt_list .table_list_default thead td,
.block_rt_list .table_list_default tbody td,
.block_rt_list .table_list_default tfoot td {
  border: none;
  line-height: 1.4;
}
.block_rt_list .table_list_default thead th,
.block_rt_list .table_list_default thead td {
  color: #ffffff;
  background-color: #B9375E;
  border-bottom: 10px solid #ffffff;
}
.block_rt_list .table_list_default tbody tr:nth-child(odd) {
  background-color: #ffe8eb;
}
/*------------------------------
    內頁右欄 分頁
*/
.block_rt_paginate {
  text-align: center;
  margin-bottom: 50px;
}
.block_rt_paginate .pagination {
  display: inline-block;
}
.block_rt_paginate .pagination:after {
  content: '';
  display: table;
  clear: both;
}
.block_rt_paginate .pagination .page-item {
  float: left;
}
.block_rt_paginate .pagination .page-link {
  color: #333333;
  border-color: #d8d8d8;
}
.block_rt_paginate .pagination .page-item.active .page-link {
  background-color: #e9ecef;
}
.block_rt_paginate .pagination .page-item.disabled .page-link {
  color: #999999;
}
@media (max-width: 576px) {
  .block_rt_paginate .pagination .page-link {
    padding-left: 0.65em;
    padding-right: 0.65em;
  }
}
@media (max-width: 374px) {
  .block_rt_paginate .pagination .page-link {
    padding-left: 0.75em;
    padding-right: 0.75em;
    font-size: 0.83rem;
  }
}
/*------------------------------
    內頁右欄 影片 列表與內頁
*/
.block_rt_video_list:after {
  content: '';
  display: table;
  clear: both;
}
.block_rt_video_list .item {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .block_rt_video_list .item {
    width: 49%;
    margin-right: 2%;
  }
  .block_rt_video_list .item:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .block_rt_video_list .item:nth-of-type(2n+3) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .block_rt_video_list .item {
    width: 32%;
    margin-right: 2%;
  }
  .block_rt_video_list .item:nth-of-type(2n+2),
  .block_rt_video_list .item:nth-of-type(2n+3) {
    margin-right: 2%;
    clear: none;
  }
  .block_rt_video_list .item:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .block_rt_video_list .item:nth-of-type(3n+4) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .block_rt_video_list .item {
    width: 24%;
    margin-right: 1.33%;
  }
  .block_rt_video_list .item:nth-of-type(2n+2),
  .block_rt_video_list .item:nth-of-type(2n+3),
  .block_rt_video_list .item:nth-of-type(3n+3),
  .block_rt_video_list .item:nth-of-type(3n+4) {
    margin-right: 1.33%;
    clear: none;
  }
  .block_rt_video_list .item:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .block_rt_video_list .item:nth-of-type(4n+5) {
    clear: both;
  }
}
.block_rt_video_list .item a {
  display: block;
  margin-bottom: 5px;
}
.block_rt_video_list .item p {
  margin-bottom: 5px;
}
.block_rt_video_search {
  margin-bottom: 30px;
}
.block_rt_video_search .form-check-inline {
  padding-left: 5px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .block_rt_video_search .form-check-inline {
    display: block;
    margin-bottom: 5px;
  }
}
.block_rt_video_search .form-control,
.block_rt_video_search .btn {
  line-height: 1;
  min-height: 36px;
}
@media (max-width: 420px) {
  .block_rt_video_search .form-control,
  .block_rt_video_search .btn {
    max-width: 200px;
    font-size: 0.88rem;
  }
}
.block_rt_video_search .btn,
.block_rt_video_search .btn-primary:not(:disabled):not(.disabled):active,
.block_rt_video_search .btn-primary:not(:disabled):not(.disabled).active {
  box-shadow: none;
  background-color: #B9375E;
  border-color: #B9375E;
}
.block_rt_video_info {
  margin-bottom: 50px;
}
.block_rt_video_info .videoWrapper {
  margin-bottom: 1rem;
}
.block_rt_video_info .date {
  margin-bottom: 1rem;
}
.block_rt_video_info .text {
  line-height: 1.5;
}
/*------------------------------
    首頁 主要圖片(banner)
*/
.banner_slide {
  position: relative;
}
.banner_slide .owl-nav .owl-prev,
.banner_slide .owl-nav .owl-next {
  width: 34px;
  height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
}
.banner_slide .owl-nav .owl-prev {
  left: 0;
}
.banner_slide .owl-nav .owl-prev:before {
  color: #ffffff;
  content: '\f104';
  font-family: FontAwesome;
  font-size: 2rem;
}
.banner_slide .owl-nav .owl-next {
  right: 0;
}
.banner_slide .owl-nav .owl-next:before {
  color: #ffffff;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 2rem;
}
.banner_slide .owl-dots {
  display: none;
}
/*------------------------------
    首頁 段落內區塊 左右欄
*/
.block_section {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .block_section {
    overflow: hidden;
    margin-bottom: 20px;
  }
}
.block_section:after {
  content: '';
  display: table;
  clear: both;
}
.block_section .section_name {
  color: #E5B166;
  font-size: 1.88rem;
}
@media(max-width:640px){
  .block_section .section_name{
    font-size: 1.5rem;
  }
}
@media(max-width:450px){
  .block_section .section_name > span{
    max-width: 160px;
  }
}
.block_section .section_lt {
  float: left;
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .block_section .section_lt {
    float: none;
    width: auto;
    max-width: 100%;
	padding-bottom: 50px;
  }
}
.block_section .section_rt {
  float: left;
  width: 50%;
}
@media (max-width: 991px) {
  .block_section .section_rt {
    float: none;
    width: auto;
    max-width: 100%;
  }
}

/*------------------------------
    首頁 看更多(more)按鈕
*/
.btn_more,
.btn_more:hover{
  color: #B9375E;
  font-size: 0.8rem;
}
/* .btn_more:before{
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  text-align: center;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 50%;
  background: #B9375E;
  margin-right: 4px;
} */

.btn_more::after{
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  text-align: center;
  width: 6px;
  height: 18px;
  margin-left: 10px;
  font-weight: bold;
  color: #B9375E;
}

.btn_more.abs-right{
  position: absolute;
  right: 0;
}

.index .block_tab .readmore a.btn_more{
  display: inline-block;
  padding-right: 0;
}

/*------------------------------
    首頁 段落一 左 頁籤
*/
.block_tab .tabbox{
  position: relative;
}
.block_tab .tablist {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 300%;
  overflow-x: auto;
  position: relative;
}
.block_tab .tablist:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #dddddd;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.block_tab .tablist > li {
  float: left;
  border-top: 5px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: relative;
  z-index: 0;
}
.block_tab .tablist > li:first-child:focus,
.block_tab .tablist > li:first-child.active {
  border-left-color: #dddddd;
}
.block_tab .tablist > li:after {
  content: '|';
  color: #dddddd;
  position: absolute;
  right: -3px;
  top: 12px;
}
.block_tab .tablist > li:focus,
.block_tab .tablist > li.active {
  z-index: 2;
  border-top-color: #E5B166;
  border-left-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #FFF;
}
.block_tab .tablist > li:focus:after,
.block_tab .tablist > li.active:after {
  content: '';
}
.block_tab .tablist > li.prev:after {
  content: '';
}
.block_tab .tablist > li a {
  display: block;
  line-height: 46px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 575px) {
  .block_tab .tablist > li {
    float: none;
    display: table-cell;
    white-space: nowrap;
  }
}
.block_tab .tabpane {
  padding-top: 10px;
}
.block_tab .tabpane .tabboxi {
  display: none;
}
.block_tab .tabpane .tabboxi.active {
  display: block;
}
/*------------------------------
    首頁 段落一 左 列表
*/
@media (max-width: 991px) {
  .info_article {
    margin-bottom: 30px;
  }
}
.info_article ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.info_article li {
  border-bottom: 1px solid #dddddd;
  line-height: 1.4;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 76px;
}
@media (max-width: 991px) {
  .info_article li {
    display: block;
    height: auto;
  }
}
.info_article li:after {
  content: '';
  display: table;
  clear: both;
}
.info_article li > a {
  width: 100%;
  display: inline-block;
  max-height: 50px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .info_article li > a {
    display: block;
    width: auto;
    margin: 0 0 5px;
  }
}
.info_article li .date {
  width: auto;
  display: inline-block;
  color: #555555;
}
@media (max-width: 991px) {
  .info_article li .date {
    color: #999999;
    margin-bottom: 5px;
  }
}
.info_article li .read {
  width: 13%;
  padding-left: 50px;
  display: inline-block;
  text-align: right;
  color: #555555;
  position: relative;
}
.info_article li .read:before {
  content: "\f06e";
  font-family: FontAwesome;
  color: #bbbbbb;
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  .info_article li .read {
    width: 84px;
    float: right;
    color: #999999;
  }
}
.fontsize_lg .info_article li > a {
  max-height: 66px;
}
/*------------------------------
    首頁 段落一 右 圖示連結
*/
.icon_navbar {
  max-width: 580px;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .icon_navbar {
    max-width: initial;
  }
}
.icon_navbar:after {
  content: '';
  display: table;
  clear: both;
}
.icon_navbar .title {
  float: left;
  width: 176px;
  height: 40px;
  color: transparent;
  text-indent: -999px;
  overflow: hidden;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/iconnavbar_title.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 18px;
}
@media (max-width: 575px) {
  .icon_navbar .title {
    float: none;
    margin-bottom: 10px;
  }
}
.icon_navbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.icon_navbar ul li {
  display: inline-block;
}
@media (max-width: 374px) {
  .icon_navbar ul li {
    float: left;
    margin-right: 3px;
  }
}
.icon_navbar ul li a {
  display: block;
  width: 45px;
  height: 42px;
  color: transparent;
  text-indent: -999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 4px;
}
@media (max-width: 575px) {
  .icon_navbar ul li a {
    margin: 0 8px 0 0;
  }
}
@media (max-width: 374px) {
  .icon_navbar ul li a {
    margin-right: 0;
  }
}
.icon_navbar ul li:nth-of-type(1) a {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/icons/home_iconnav_1.jpg);
}
.icon_navbar ul li:nth-of-type(2) a {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/icons/home_iconnav_2.jpg);
}
.icon_navbar ul li:nth-of-type(3) a {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/icons/home_iconnav_3.jpg);
}
.icon_navbar ul li:nth-of-type(4) a {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/icons/home_iconnav_4.jpg);
}
.icon_navbar ul li:nth-of-type(5) a {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/icons/home_iconnav_5.jpg);
}
.icon_navbar ul li:nth-of-type(6) a {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/icons/home_iconnav_6.jpg);
}
/*------------------------------
    首頁 段落一 右 輪播(bootstrap)
*/
.home_slide {
  max-width: 580px;
  padding: 20px;
  border: 1px solid #E5B166;
}
@media (max-width: 991px) {
  .home_slide {
    max-width: initial;
  }
}
.home_slide .owl-stage-outer {
  max-height: 295px;
}
.home_slide .owl-nav .owl-prev,
.home_slide .owl-nav .owl-next {
  width: 34px;
  height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
}
.home_slide .owl-nav .owl-prev {
  left: 20px;
}
.home_slide .owl-nav .owl-prev:before {
  color: #ffffff;
  content: '\f104';
  font-family: FontAwesome;
  font-size: 2rem;
}
.home_slide .owl-nav .owl-next {
  right: 20px;
}
.home_slide .owl-nav .owl-next:before {
  color: #ffffff;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 2rem;
}
.home_slide .owl-dots {
  height: 26px;
  background-color: #5a5a5a;
  text-align: center;
  position: relative;
}
.home_slide .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 3px;
  position: relative;
  top: 3px;
}
.home_slide .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eaeaea;
  text-indent: -999px;
  overflow: hidden;
}
.home_slide .owl-dots .owl-dot.active span {
  background: #E5B166;
}
/*------------------------------
    首頁 段落二 統計專區
*/
.section_name.counter {
  /* display: flex;
  align-items: center;
  min-height: 62px; */
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 25px;
  position: relative;
}



/* .section_name.counter:before {
  content: '';
  width: 62px;
  height: 62px;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/icons/title_icon_1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -72px;
  top: 5px;
} */
.section_data.counter .counter_pane {
  border-radius: 8px;
  background-color: #f3f3f3;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1rem;
  padding: 15px;
}
.section_data.counter .counter_pane:nth-of-type(3n+3) {
  margin-right: 0;
}
.section_data.counter .counter_pane:nth-of-type(3n+4) {
  clear: both;
}
@media (max-width: 991px) {
  .section_data.counter .counter_pane {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.section_data.counter .counter_pane .title {
  font-size: 1.11rem;
  margin-bottom: 10px;
}
.section_data.counter .counter_pane .boxi {
  color: #ffffff;
 min-height:77px; border-radius: 8px;
  padding: 15px 55px 12px 15px;
  margin-bottom: 10px;
  position: relative;
}
.section_data.counter .counter_pane .boxi:after {
  font-family: FontAwesome;
  font-size: 1.66rem;
  position: absolute;
  right: 15px;
  top: 25px;
}
.section_data.counter .counter_pane .boxi.desc {
  background-color: #77bd5d;
}
.section_data.counter .counter_pane .boxi.desc:after {
  content: "\f063";
}
.section_data.counter .counter_pane .boxi.asc {
  background-color: #d94d3c;
}
.section_data.counter .counter_pane .boxi.asc:after {
  content: "\f062";
}
.section_data.counter .counter_pane .boxi.none {
  background-color: #EAB331;
}
.section_data.counter .counter_pane .boxi.none:after {

}
.section_data.counter .counter_pane .boxi p {
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section_data.counter .counter_pane .boxi p a {
  color: #fff;
}
.section_data.counter .counter_pane .boxi p:last-child {
  font-size: 1.66rem;
  margin-bottom: 0;
}
/*------------------------------
    首頁 段落三 影音與臉書
*/
.data_pane {
  /* float: left;
  width: 32%;
  margin-right: 2%; */
  margin-bottom: 1rem;
}
.data_pane:nth-of-type(3n+3) {
  margin-right: 0;
}
.data_pane:nth-of-type(3n+4) {
  clear: both;
}
@media (min-width: 992px) {
  .data_pane {
    /* max-width: 374px; */
  }
}
@media (max-width: 991px) {
  .data_pane {
    /* float: none;
    width: auto;
    margin-right: 0; */
  }
}
.data_pane .name {
  /* display: flex;
  align-items: center;
  min-height: 46px; */
  border-bottom: 1px solid #E5B166;
  margin-bottom: 25px;
  color: #E5B166;
  font-size: 1.88rem;
  position: relative;
}

@media (max-width: 640px) {
  .data_pane .name{
    font-size: 1.5rem;
  }
}
.data_pane .name:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
}
.data_pane.film .name {
  /* margin-left: 56px; */
}
/* .data_pane.film .name:before {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/icons/title_icon_2.jpg');
  width: 46px;
  height: 46px;
  left: -56px;
} */
.data_pane.album .name {
  /* margin-left: 59px; */
}
/* .data_pane.album .name:before {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/icons/title_icon_3.jpg');
  width: 54px;
  height: 46px;
  left: -59px;
  top: 2px;
} */
.data_pane.facebook .name {
  margin-left: 56px;
}
.data_pane.facebook .name:before {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/icons/title_icon_4.jpg');
  width: 46px;
  height: 46px;
  left: -56px;
}
.data_pane .data {
  position: relative;
}
.data_pane .data #fb_likebox {
  text-align: center;
}
.data_pane .data .imageWrapper {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
.data_pane .data .owl-nav .owl-prev,
.data_pane .data .owl-nav .owl-next {
  width: 34px;
  height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -20px;
}
.data_pane .data .owl-nav .owl-prev {
  left: 0px;
}
.data_pane .data .owl-nav .owl-prev:before {
  color: #ffffff;
  content: '\f104';
  font-family: FontAwesome;
  font-size: 2rem;
}
.data_pane .data .owl-nav .owl-next {
  right: 0px;
}
.data_pane .data .owl-nav .owl-next:before {
  color: #ffffff;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 2rem;
}
.data_pane .data .owl-dots {
  display: none;
}
/*------------------------------
    首頁 段落四 業務連結(雙列)
*/
.nav_pane .name {
  /* display: flex;
  align-items: center;
  height: 46px; */
  border-bottom: 1px solid #E5B166;
  color: #E5B166;
  font-size: 1.88rem;
  margin-bottom: 25px;
  /* margin-left: 52px; */
  position: relative;
}



@media(max-width:640px){
  .nav_pane .name{
    font-size: 1.5rem;
  }
}
/* .nav_pane .name:before {
  content: '';
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  position: absolute;
  left: -52px;
  top: 3px;
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181111172737/https://www.sfaa.gov.tw/SFAA/Content/images/icons/title_icon_5.jpg');
} */
.nav_pane.business .data {
  position: relative;
}
.nav_pane.business .data .item > a {
  display: block;
  margin-bottom: 20px;
}
.nav_pane.business .data .owl-nav .owl-prev,
.nav_pane.business .data .owl-nav .owl-next {
  width: 34px;
  height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
}
.nav_pane.business .data .owl-nav .owl-prev {
  left: 0px;
}
.nav_pane.business .data .owl-nav .owl-prev:before {
  color: #ffffff;
  content: '\f104';
  font-family: FontAwesome;
  font-size: 2rem;
}
.nav_pane.business .data .owl-nav .owl-next {
  right: 0px;
}
.nav_pane.business .data .owl-nav .owl-next:before {
  color: #ffffff;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 2rem;
}
.nav_pane.business .data .owl-dots {
  display: none;
}
/*------------------------------
    首頁 段落五 相關連結(單列)
*/
.nav_pane.recommend .data {
  position: relative;
}
.nav_pane.recommend .data .owl-nav .owl-prev,
.nav_pane.recommend .data .owl-nav .owl-next {
  width: 34px;
  height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -20px;
}
.nav_pane.recommend .data .owl-nav .owl-prev {
  left: 0px;
}
.nav_pane.recommend .data .owl-nav .owl-prev:before {
  color: #ffffff;
  content: '\f104';
  font-family: FontAwesome;
  font-size: 2rem;
}
.nav_pane.recommend .data .owl-nav .owl-next {
  right: 0px;
}
.nav_pane.recommend .data .owl-nav .owl-next:before {
  color: #ffffff;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 2rem;
}
.nav_pane.recommend .data .owl-dots {
  display: none;
}
/*------------------------------
    微調 字體尺寸變動
*/
.fontsize_sm .banner_slide .owl-nav .owl-next:before,
.fontsize_sm .banner_slide .owl-nav .owl-prev:before,
.fontsize_sm .home_slide .owl-nav .owl-next:before,
.fontsize_sm .home_slide .owl-nav .owl-prev:before,
.fontsize_sm .data_pane .data .owl-nav .owl-next:before,
.fontsize_sm .data_pane .data .owl-nav .owl-prev:before,
.fontsize_sm .nav_pane.business .data .owl-nav .owl-next:before,
.fontsize_sm .nav_pane.business .data .owl-nav .owl-prev:before,
.fontsize_sm .nav_pane.recommend .data .owl-nav .owl-next:before,
.fontsize_sm .nav_pane.recommend .data .owl-nav .owl-prev:before {
  font-size: 2.25rem;
}
.fontsize_lg .banner_slide .owl-nav .owl-next:before,
.fontsize_lg .banner_slide .owl-nav .owl-prev:before,
.fontsize_lg .home_slide .owl-nav .owl-next:before,
.fontsize_lg .home_slide .owl-nav .owl-prev:before,
.fontsize_lg .data_pane .data .owl-nav .owl-next:before,
.fontsize_lg .data_pane .data .owl-nav .owl-prev:before,
.fontsize_lg .nav_pane.business .data .owl-nav .owl-next:before,
.fontsize_lg .nav_pane.business .data .owl-nav .owl-prev:before,
.fontsize_lg .nav_pane.recommend .data .owl-nav .owl-next:before,
.fontsize_lg .nav_pane.recommend .data .owl-nav .owl-prev:before {
  font-size: 1.64rem;
}










/*
     FILE ARCHIVED ON 17:27:37 十一月 11, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 4:22:50 五月 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)).
*/
