@charset "utf-8";
/* CSS Document */
/*body .menu li:nth-child(1) ul {
    display: block !important;
}*/
html, body {
  height: auto !important;
}
body {
  letter-spacing: 1px;
  padding: 0 0 0 0 !important;
  background: none !important;
  font-size: 1em;
  color: #4a4949 !important;
  font-family: "微軟正黑體" !important;
  position: relative;
}
body a {
  transition: all 200ms ease-out;
  color: #000000;
}
body select:focus, body input:focus, button:focus {
  background-color: #fff4c4;
  outline: 2px #f28711 solid;
}
a:focus {
  border: 3px #f28711 dotted;
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body h2 {
  margin: 0;
}
label {
  margin: 0;
  font-weight: normal; /* display: inherit; */
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
a.accesskey {
  position: absolute;
}
body.home .content.small {
  font-size: 95%;
}
body.home .content.medium {
  font-size: 100%
}
body.home .content.big {
  font-size: 105%
}
body .into a {
  color: rgba(255, 255, 255, 0);
  display: block;
  position: absolute;
  z-index: 999;
}
body .into a:focus {
  color: rgba(0, 0, 0, .7);
}
body .center {
  max-width: 1200px;
  position: relative;
  margin: auto !important;
  padding: 0;
  width: 100%;
}
body .container {
  position: relative;
  width: 100%;
  padding: 0;
}
body .container .row {
  padding: 0;
}
body.in .container .row {
  margin: 0;
}
/*=====TOP=====*/
body .top h1 {
  margin: 0;
  position: absolute;
  top: 5px;
  left: 10px;
}
body .top h1 a {
  display: block;
}
body .top .name {
  position: absolute;
  left: 320px;
  top: 10px;
}
body .top .name img {
  width: 100%;
  max-width: 232px;
}
body .top h1 img {
  /* max-width: 310px; */
}
body .top {
  /*position: absolute;*/
  height: 73px;
  width: 100%;
  z-index: 999;
  top: 0px;
  display: block;
}
body .top.smaller {
  position: fixed;
  width: 100%;
}
body .top .toplink, body .top .top_search {
  position: absolute;
}
body .top .toplink {
  top: 10px;
  right: 238px;
  padding: 0 5px 5px 15px;
}
body .top .toplink a, body .top .toplink {
  color: #a9a9a9;
  font: inherit;
  font-size: 95%; /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 1px 1px 1px white; */
}
body .top .toplink a {
  padding: 0px;
  letter-spacing: -1px;
  white-space: nowrap;
  font-size: 100%;
  color: #000;
  text-decoration: none;
}
body .top .toplink a.fb {
  background-image: url(../images/svg/fb1_3.svg);
  background-repeat: no-repeat;
  background-position: 7px;
  background-size: 20px;
  width: 29px;
  height: 32px;
  border-radius: 50px;
  text-indent: -9999px;
  /* display: inline-block; */
  position: relative;
  /* top: -6px; */
  /*background-color: #f28711;*/
  z-index: 10;
}
body .top .toplink a.rss {
  background-image: url(../images/svg/rss1.svg);
  background-repeat: no-repeat;
  background-position: 7px;
  background-size: 20px;
  width: 29px;
  height: 32px;
  border-radius: 50px;
  text-indent: -9999px;
  /* display: inline-block; */
  position: relative;
  /* top: -6px; */
  /*background-color: #f28711;*/
  z-index: 10;
}
body .top .toplink a.auxiliary {
  background-image: url(../images/svg/auxiliary1.svg);
  background-repeat: no-repeat;
  background-position: 7px;
  background-size: 20px;
  width: 29px;
  height: 32px;
  border-radius: 50px;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  top: -6px; /*background-color: #f28711;*/
  z-index: 10;
}
body .top .toplink a.share {
  background-image: url(../images/svg/share.svg);
  background-repeat: no-repeat;
  background-position: 7px;
  background-size: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  top: -6px;
  background-color: #3e8f3e;
}
body .top .toplink a.rss:hover, body .top .toplink a.share:hover {
  /*background-color:#000;*/
}
body .top .toplink a.accesskey {
  top: 0;
  position: absolute;
  width: auto;
  left: 0px;
}
body .top .toplink a img {
  width: 25px;
}
/*=====選單=====*/
body .menu_area {
  /*position: absolute;*/
  z-index: 99;
  padding: 0;
  height: 63px;
  width: 100%;
  top: 130px;
  background-color: #7ed0ca; /*box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);*/
}
body .menu {
  position: relative;
  z-index: 99;
  padding: 0;
  height: 63px;
}
body .menu a.accesskey {
  color: #fff;
  z-index: 9999;
}
body.home .menu-container .menu {
  border-top: none;
}
body .center.menu a.accesskey {
  position: absolute !important;
  width: auto;
}
body .menu.smaller {
  top: 0;
  position: fixed;
  width: 100%;
  max-width: inherit;
  /* bottom: inherit; */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.40);
  z-index: 999;
  background-color: #7ed0ca;
}
/*=====形象區=====*/
body .carousel {
  height: 347px;
  width: 100%;
  position: relative;
}
body .carousel-control .icon-next:before {
  font-size: 400%;
  content: " ❯" !important;
}
body .carousel-control .icon-prev:before {
  font-size: 400%;
  content: " ❮" !important;
}
body .carousel-control .icon-prev, body .carousel-control .icon-next {
  margin: -30px 0 0 0 !important;
}
body .carousel-indicators {
  bottom: 0px;
  text-align: left;
}
body .carousel-indicators .active {
  width: 15px;
  height: 15px;
}
body .carousel-indicators li {
  width: 13px;
  height: 13px;
}
body .carousel .carousel-indicators li a:focus {
  display: block;
  border: 3px dotted #f28711;
  background-color: #FFFFFF;
}
body .carousel .carousel-indicators li:active {
  display: inline-block;
  border: 3px dotted #f28711;
}
/*=====搜尋=====*/
body .search {
  right: 0px;
  width: 320px;
  position: absolute;
  z-index: 9;
  /*background-color: rgba(0, 0, 0, 0.40);*/
  padding: 6px 0 12px 0; /*border-radius: 15px;*/
  /*top:-140px;*/
}
body .search label {}
body .search input {
  border: 0;
  padding: 3px 5px 3px 4px;
  width: 44%;
  border: 1px #999999 solid;
  border-radius: 0px;
  margin-left: 81px;
}
body .search input[type=button] {
  background-repeat: no-repeat;
  background-position: center;
  /*background-color: #ffffff;*/
  width: 30px;
  text-indent: -9999px;
  position: absolute;
  right: 98px;
  top: 0px;
  border: none;
  background-color: transparent;
  background-size: 20px;
}
body .search button {
  position: absolute;
  color: #5a0000;
}
body .search button:hover {
  position: absolute;
  background-image: url(../images/svg/search_ch.svg);
}
body .search .icon-search {
  background-image: url(../images/svg/search.svg);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  background-size: 18px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 91px;
  border-width: 0;
  background-color: transparent;
}
body .search input[type=submit], body .search .adv a {
  color: #000;
  position: absolute;
  width: 80px;
  /* height: 37px; */
  padding: 3px 0;
  right: 0px;
  /*top: 20px;*/
  /* background-image: none; */
  /* background-color: transparent; */
  border: 1px solid #999999;
  text-decoration: none;
  border-radius: 0px;
  background-color: transparent;
  margin-left: 0px;
}
body .search .ad_search .hot {
  position: relative;
  top: 5px;
  color: #999999;
  font-size: 95%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0px 0 3px;
  letter-spacing: 0;
  float: right;
}
body .search .ad_search .hot a {
  color: #595959;
  text-decoration: none;
}
body .search .ad_search .hot span {
  color: #1A1A1A;
}
body .search input[type=submit]:hover, body .search .adv a:hover {
  background-color: #ff4a19;
  color: #fff;
}
body .search p {
  color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}
body .search .ad_search .hot .Classification_searcha {
  color: #187277;
}
/*=====跑馬燈=====*/
body .run_area {
  padding: 0 0 0 60px;
  margin-top: 10px;
  background-image: url(../images/index/icon_run.png);
  background-repeat: no-repeat;
  background-position: 20px 0px; /*height: 40px;*/
}
body .run_area .run {
  overflow: hidden;
  height: 30px;
  font-size: 120%;
  padding-top: 6px;
  color: #ff0101;
  font-weight: bold; /* display:block; */
  /* cursor: pointer; */
}
body .run_area .run a {
  color: #ff0101;
}
/*=====area02=====*/
body .area02 {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0 0 0 0;
  clear: both;
  background-position: bottom;
}
/*=====訊息專區=====*/
/*body.in .news .ui-tabs .ui-tabs-nav .ui-tabs-anchor h3 {
	padding:0;
	margin:0;
	font-size:inherit;
	font-weight:normal;
}
body.in .news .ui-tabs .ui-tabs-nav li a:focus {
	display:block;
	border:3px dotted #f28711;
}
body.in .news .more a:focus {
	display:inline-block;
	border:3px dotted #f28711;
}

body .container .news_area {
	background: url(../images/index/mainBG.jpg) no-repeat top;
}
body.in .news {
	padding: 20px 0 22px 0;
}
body.in .news .ui-tabs .ui-tabs-nav li {
	background: #7ed0ca;
	font-weight: normal;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	width: 20%;
	border: none;
	border-right: 1px solid #FFF;
}
body.in .news .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: none;
	display: block;
	font-size: 110%;
	padding: 11px 0px;
	height: 50px;
}
body.in .news .ui-tabs .ui-tabs-nav li:nth-child(4) {
}
body.in .news .ui-widget-content {
	border: none;
	font-family: "微軟正黑體";
	padding: 0;
	background: transparent;
}
body.in .news .ui-tabs .ui-tabs-panel ul li a {
	border-bottom: 1px #c7c7c7 dashed;
}
body.in .category .graphic_list ul li a {
	float: left;
	width: 100%;
}
body.in .news .ui-corner-all ul li a {
	display: block;
	padding: 12px 15px;
	position: relative;
	text-decoration: none;
}
body.in .news .ui-tabs .ui-tabs-panel ul li:nth-child(2n+2) a {
	background-color: rgba(255, 255, 255, 0.6);
}
body.in .news .ui-tabs-panel ul li a:hover {
	background-color: #dafbf9 !important;
}
body.in .news .ui-corner-all ul li .title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 110%;
	color: #000000;
	padding: 0px;
	background-image: none;
	line-height: 30px;
}
body.in .news .ui-corner-all ul li .date {
	position: relative;
	background-color: #7ed0ca;
	padding: 6px;
	border-radius: 5px;
	color: #000;
	display: block;
	width: 90px;
	height: 90px;
	float: left;
	clear: both;
	border-radius: 60px;
	margin: -5px 0 0px 0px;
}
body.in .news .ui-corner-all ul li .title_a {
	font-size: 105%;
	line-height: 23px;
	color: #30a9a0;
	padding-left: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
body.in .news .ui-corner-all ul li .txt {
	font-size: 105%;
	margin-top: 9px;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 50px;
	padding-left: 22px;
}
body.in .news .ui-tabs .ui-tabs-panel {
	border-radius: 0;
}
body.in .news .ui-tabs .ui-tabs-panel {
	padding: 0;
}
body.in .category .ui-tabs .ui-tabs-panel {
	height: 462px;
	width: 100%;
	overflow: hidden;
}
body.in .news .more {
	text-align: right;
	margin-top: 26px;
}
body.in .news .more a {
	padding: 0px 9px 0px 34px;
	color: #ff4c0c;
	text-decoration: none;
	background-color: #FFF;
	background-image: url(../images/index/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 6px 2px;
	font-size: 90%;
}
body.in .news .more a:hover {
	color: #39ada5;
	background-position: 6px -19px;
}
body.in .news .ui-widget-header {
	background-color: #ffd481;
	border: none;
	padding: 0;
	background-image: none;
	border-radius: 0;
}
body.in .news .ui-state-default a, body.in .news .ui-state-default a:link, body.in .news .ui-state-default a:visited {
	color: #000000;
	position: relative;
}
body.in .news .ui-state-active a, body.in .news .ui-widget-content .ui-state-active a, body.in .news .ui-widget-header .ui-state-active a, body.in .news .ui-state-active a {
	background-color: #ff4a19;
	color: #fff;
}
body.in .news .ui-tabs .ui-tabs-panel ul li.first a {
	clear: both !important;
	height: 260px;
	position: relative;
}
body.in .news .ui-corner-all ul li .detail {
	position: relative;
}
body.in .news .ui-corner-all ul li .detail .title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 110%;
	color: #000000;
	padding-top: 10px;
	line-height: inherit;
	color: #0078b7;
}
body.in .news .ui-corner-all ul li .detail .datebox {
	position: relative;
	display: inline-block;
}
body.in .news .ui-corner-all ul li .detail .datebox .date {
	float: none;
	display: inline-block;
	margin-right: 10px;
}
body.in .news .ui-corner-all ul li .detail .datebox .unit {
	color: #338700;
	font-size: 105%;
}
body.in .news .ui-corner-all ul li .detail .txt {
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 110%;
	color: #000000;
	padding: 5px 0px;
	line-height: 30px;
	height: 130px;
}
body.in .news .ui-corner-all ul li .pic {
	float: left;
	max-width: 380px;
	width: 100%;
	margin: 0 20px 0 0;
}
body.in .news .ui-corner-all ul li .pic img {
	width: 100%;
}
body.in .news .ui-corner-all ul li .date .day, body.in .news .ui-corner-all ul li .date .month, body.in .news .ui-corner-all ul li .date .year {
	position: absolute;
	display: block;
}
body.in .news .ui-corner-all ul li .date .day {
	font-size: 180%;
	top: 20px;
}
body.in .news .ui-corner-all ul li .date .month {
	font-size: 90%;
	left: 46px;
	top: 22px;
}
body.in .news .ui-corner-all ul li .date .year {
	font-size: 90%;
	left: 47px;
	top: 42px;
}*/
/*=====主題專區=====*/
body.in .theme_area {
  position: relative;
  padding: 50px 0 45px 0;
  min-height: 310px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27cfdc+0,91d5c8+20,e3f0c4+34,e3f0c4+68,91d5c8+84,27cfdc+100 */
  background: linear-gradient(to right, #27cfdc 0%, #91d5c8 20%, #e3f0c4 34%, #e3f0c4 68%, #91d5c8 84%, #27cfdc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body.in .theme_area .slick-next:before {
  content: "";
  right: 0;
  background-image: url(../images/index/arrow_r.png);
}
body.in .theme_area .slick-prev:before {
  content: "";
  background-image: url(../images/index/arrow_l.png);
}
body.in .theme_area .slick-prev:before, body.in .theme_area .slick-next:before {
  font-family: "標楷體";
  font-weight: bold;
  font-size: 300%;
  font-family: "標楷體";
  text-indent: -9999px;
  width: 32px;
  height: 60px;
  display: block;
  /*top: 0;*/
  position: absolute;
}
body.in .theme_area .slick-prev, body.in .theme_area .slick-next {
  width: auto;
}
body.in .theme_area .slick-slide a {
  color: #040000;
  font-size: 120%;
  text-decoration: none;
}
body.in .theme_area div {
  margin: auto !important;
}
body.in .theme_area p {
  margin-top: 10px;
  font-size: 120%;
  font-weight: bold;
  padding: 0 16px 0 16px;
}
body.in .theme_area .pic_a {
  text-align: center;
  color: #fff;
  width: 180px;
  height: 180px;
  border-radius: 50%; /* border: 1px #FFF solid;*/
}
body.in .theme_area .pic_a img {
  /*max-width: 120px;*/
  margin: auto; /*width: 100%;*/
  /*padding:35px;*/
}
body.in .theme_area .pic_a:hover {
  background-color: #ffffff85;
  box-shadow: 0 5px 10px rgb(255 255 255 / 52%);
}
body.in .theme_area .center {
  padding: 0 40px;
  text-align: center;
}
body.in .theme_area .slick-slide a:focus {
  display: block;
  border: 3px dotted #f28711;
}
body.in .theme_area .slick-prev:focus, body.in .theme_area .slick-next:focus {
  display: block;
  border: 3px dotted #f28711;
  width: 32px;
  height: 60px;
}
/*=====廣告輪播=====*/
body.in .sbanner {
  /*padding: 0;*/
  top: 34px;
  position: relative;
  /*max-height:500px;*/
  /*height: 100%;*/
  overflow: hidden; /*border: 3px solid #ffffff;
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.50);*/
}
body.in .sbanner .pic img {
  width: 100%;
  max-height: 500px;
  height: 100%;
}
body.in .sbanner .pic {
  position: relative;
}
body.in .sbanner p {
  font-size: 110% !important;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 20px 22px 20px;
  position: absolute;
  bottom: -10px;
  width: 100%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
}
body.in .sbanner .slick-next:before {
  content: ">";
  right: 0;
  position: absolute;
  top: 0;
  background-image: url(../images/index/arrow_r.png);
}
body.in .sbanner .slick-prev:before {
  background-image: url(../images/index/arrow_l.png);
  content: " ";
}
body.in .sbanner .slick-prev:before, body.in .sbanner .slick-next:before {
  font-size: 400%;
  font-family: "標楷體";
  text-indent: -9999px;
  width: 32px;
  height: 60px;
  display: block;
}
body.in .sbanner .slick-prev, body.in .sbanner .slick-next {
  width: auto;
  height: 60px;
}
body.in .sbanner .slick-next {
  right: 0;
}
body.in .sbanner .slick-prev {
  left: 0;
  z-index: 9;
}
/*=====資訊圖像化=====*/
body.in .picture .title {
  background: url(../images/index/title_lineBG.png) repeat-x top;
  text-align: center;
  padding: 0 27% 10px 27%;
  margin-top: 38px;
}
body.in .picture .title .title_frame {
  color: #ff4a19;
  font-size: 150%;
  font-weight: bold;
  background-color: #fff;
}
body.in .picture .more {
  text-align: right;
  margin: 40px 0 20px 0;
}
body.in .picture .more a {
  /*border: 1px #c96800 solid;*/
  padding: 0px 9px 0px 34px;
  color: #ff4c0c;
  text-decoration: none;
  background-image: url(../images/index/arrow_01.png);
  background-repeat: no-repeat;
  background-position: 6px 2px;
  font-size: 90%;
}
body.in .picture .more a:hover {
  color: #39ada5;
  background-position: 6px -19px;
}
body.in .chart .pic img {
  width: 100%;
}
/*=====廣告連結=====*/
body.in .link_box {
  /*padding: 70px 0 16px 0;*/
  position: relative;
  text-align: center;
  background-image: url(../images/index/bg_area05-1.png);
  background-repeat: repeat-x;
  background-position: top center;
}
body.in .link_box .ad {
  margin: 20px 0;
}
body.in .link_box .slick-slide img {
  margin: auto;
}
body.in .link_box .slick-next:before {
  background-image: url(../images/index/activity_next02.png);
}
body.in .link_box .slick-prev:before {
  background-image: url(../images/index/activity_pre02.png);
}
body.in .link_box .slick-prev:before, body.in .link_box .slick-next:before {
  background-repeat: repeat;
  background-position: left top;
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  z-index: 2;
}
body.in .link_box .slick-prev, body.in .link_box .slick-next {
  width: 42px;
  height: 42px;
}
body.in .link_box .slick-next {
  right: 0;
}
body.in .link_box .slick-prev {
  left: 0;
  z-index: 1;
}
body.in .link_box .slick-list {
  /* z-index: -1; */
}
body.in .link_box .unit {
  margin-bottom: 30px;
}
body.in .link_box .unit img {
  width: 100%;
}
body.in .link_box .unit {
  text-align: center;
  position: relative;
}
body.in .link_box .unit li {
  display: block;
}
body.in .link_box .unit li a {
  border: 1px solid #FFF;
  display: block;
  color: #000;
  text-decoration: none;
}
body.in .link_box .unit li a:focus {
  display: inline-block;
  border: 3px dotted #f28711;
}
body.in .link_box .unit p {
  font-size: 120%;
  /* font-weight: bold; */
  margin-top: 9px;
}
body.in .clearfix.link_box.organ {
  background: #fff;
}
body.in .picture2 .title {
  background: url(../images/index/title_lineBG.png) repeat-x top;
  text-align: center;
  padding: 0 40% 23px 40%;
  margin-top: 20px; /*background-color: yellowgreen;*/
}
body.in .picture2 .title .title_org {
  color: #ff4a19;
  font-size: 150%;
  font-weight: bold;
  background: #fff;
}
body.in .link_box .more a {
  /*border: 1px #c96800 solid;*/
  padding: 0px 9px 0px 34px;
  color: #ff4c0c;
  text-decoration: none;
  background-image: url(../images/index/arrow_01.png);
  background-repeat: no-repeat;
  background-position: 6px 2px;
  font-size: 90%;
  float: right;
}
body.in .link_box .more a:hover {
  color: #39ada5;
  background-position: 6px -19px;
}
body.in .ad_banner.clearfix.link_box {
  padding: 70px 0 0px 0;
  min-height: 283px;
}
body.in .link_box .slick-slide a:focus, body.in .link_box .more a:focus {
  display: inline-block;
  border: 3px dotted #f28711;
}
body.in .link_box .slick-prev:focus, body.in .link_box .slick-next:focus {
  display: block;
  border: 3px dotted #f28711;
  width: 48px;
  height: 48px;
}
/*=====首頁問答=====*/
body.in .faq_index .more {
  text-align: right;
  margin-top: 26px;
}
body.in .faq_index .more a {
  /*border: 1px #c96800 solid;*/
  padding: 0px 9px 0px 34px;
  color: #ff4c0c;
  text-decoration: none;
  background-image: url(../images/index/arrow_01.png);
  background-repeat: no-repeat;
  background-position: 6px 2px;
  font-size: 90%;
}
body.in .faq_index .more a:hover {
  color: #39ada5;
  background-position: 6px -19px;
}
/*=====置頂=====*/
body .gotop {
  position: fixed;
  right: 40px;
  bottom: 125px;
  z-index: 9999;
  text-align: center;
}
body .gotop a {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  border-radius: 50px;
  background-image: url(../images/all/top.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
body .gotop a:hover {
  background-color: #000;
}
/*=====頁尾=====*/
body .fat_box {
  padding: 0 0 0 0;
  position: relative;
  height: 100%;
  background-color: #7ed0ca;
  background-position: top center;
}
body .fat_box .center {
  text-align: center;
  background-color: transparent !important;
  top: 0 !important;
}
body .fat_box .ui-accordion .ui-accordion-icons {
  height: 55px;
  width: 55px;
  border: 1px solid #FFF;
  display: block;
}
/*body .fat_box .ui-accordion .ui-accordion-header {
	margin: 40px auto 25px auto;
	padding: 0;
	width: 90px;
	height: 60px;
	text-align: center;
	background: transparent;
	background-image: url(../images/all/fat_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0;
	position: relative;
	color: #fff;
	transition: all 200ms ease-out;
	border: none;
	z-index: 3 !important;
}*/
body .fat_box .ui-accordion .ui-accordion-icons {}
body .fat_box .ui-accordion .ui-accordion-header {
  margin: -60px auto 25px auto;
  padding: 0;
  width: 90px;
  height: 60px;
  text-align: center;
  background: transparent;
  background-image: url(../images/all/fat_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  position: relative;
  color: #fff;
  transition: all 200ms ease-out;
  border: none;
  z-index: 3 !important;
}
body .fat_box .ui-accordion .ui-accordion-header::before {
  content: "點選收合";
  color: #ff491b;
  position: relative;
  top: 54px;
  font-size: 120%;
  font-weight: bold;
}
body .fat_box .ui-accordion .ui-accordion-header::before {}
/*body .fat_box .ui-accordion .ui-accordion-header.ui-corner-all {
	position: absolute;
	left: 44.7%;
	margin: 0px auto 0 auto;
}*/
body .fat_box .ui-accordion .ui-accordion-header::before {}
body .fat_box .ui-accordion .ui-accordion-header.ui-corner-all {
  background-image: url(../images/all/fat_icon02.png);
  position: absolute;
  left: 44.7%;
  margin: 0px auto 0 auto;
}
body .fat_box .ui-accordion .ui-accordion-header.ui-corner-all::before {
  content: "點選展開";
  color: #ff491b;
  position: relative;
  top: 60px;
}
body .fat_box .fat {
  text-align: center;
  font-family: "微軟正黑體";
}
body .fat_box .ui-accordion .ui-accordion-content {
  border: 0;
  overflow: visible;
  padding: 10px 50px 0px 50px;
  margin: 0 0 0 0;
  background: transparent;
}
body .fat_box ul {
  padding: 0 20px;
  margin: 0 0;
}
body .fat_box ul li.title {
  border-bottom: 1px #fff solid;
  font-weight: bold;
  font-size: 110%;
  margin: 20px 0 10px 0 !important;
  padding: 0 0 5px 3px !important;
}
body .fat_box ul li.title::before {
  display: none;
}
body .fat_box ul li.title a {
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  margin: auto;
  text-align: left !important;
}
body .fat_box ul li a {
  color: #3d3d3d;
  text-decoration: none;
}
body .fat_box ul li a:hover {
  color: #fa4e21;
}
body .fat_box ul li {
  padding: 7px 0 !important;
  font-size: 110%;
  text-align: left; /* display: flex; */
}
body .fat_box ul li.title a:hover {
  color: #000000;
}
body .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: relative;
  left: inherit;
  top: inherit;
  margin: 0;
}
body .fat_box .ui-state-active .ui-icon {
  left: inherit;
  top: inherit;
  margin: auto;
  background-position: 0 0;
}
body .fat_box .ui-state-active .ui-icon.ui-icon-triangle-1-s {
  display: none;
}
body .ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-e {
  background-position: 0 0;
  position: relative;
  margin: auto;
  top: 5px;
  display: none;
}
body .fat_box .close {
  float: none;
  top: 5px;
  position: relative;
  font-size: 95%;
  text-shadow: none;
  font-weight: 100;
  color: #fff;
  opacity: 1;
  display: none;
}
body .fat_box .ui-accordion .ui-accordion-header:focus {
  display: inline-block;
  border: 3px dotted #f28711;
}
.fat_bg {
  height: 104px;
  background: #e2f7f9 url(../images/all/fat_bg.png) repeat-x top center;
}
body.home .fat_bg {
  height: 104px;
  background: #fff url(../images/all/fat_bg2.png) repeat-x top center;
}
/**/
body .footer_box {
  font-size: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3e3e3+0,f7f7f7+49,e2e2e2+100 */
  background: #e3e3e3; /* Old browsers */
  background: -moz-linear-gradient(left, #e3e3e3 0%, #f7f7f7 49%, #e2e2e2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e3e3e3 0%, #f7f7f7 49%, #e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e3e3e3 0%, #f7f7f7 49%, #e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#e2e2e2', GradientType=1); /* IE6-9 */
}
body .footer_box::before {
  position: relative;
  background-image: url(../images/all/footer_wave.png);
  background-repeat: repeat-x;
  background-position: center top;
  width: 100%;
  height: 110px;
  display: block;
  /* top: -33px; */
  z-index: 1;
}
body .footer_box .center {
  padding: 0 15px !important;
}
body .footer_box .foot {
  padding: 40px 0 5px 0;
  position: relative;
  /* top: -50px; */
  background-color: #a9ebe6;
}
@media (max-width: 992px) {
  body .footer_box .foot .f01 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
body .footer_box .foot .f01 .flogo img {
  /*width: 100%;
    max-width: 235px;*/
}
body .footer_box .foot .f02 .bton {
  margin-top: 20px;
}
body .footer_box .foot .f02 .bton li {
  display: inline-block;
}
body .footer_box .foot .f02 .bton li a {
  background-color: #e97e00;
  padding: 5px 10px;
  color: #FFF;
  text-decoration: none;
  display: table;
}
body .footer_box .foot .f02 .bton li a:hover {
  background-color: #000000;
}
body .footer_box .foot .f02 .add {
  font-size: 110%;
  padding: 0 0 0 83px;
}
body .footer_box .foot .f02 .add li {
  display: block;
  color: #000;
  padding: 5px 0;
}
body .footer_box .foot .f02 .add li span {
  display: inline-block;
}
body .footer_box .foot .f03 {
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  body .footer_box .foot .f03 {
    display: flex;
    justify-content: left;
  }
}
body .footer_box .foot .f03 .num li {
  display: block;
  color: #000;
  padding: 5px 0;
}
body .footer_box .foot .f03 .icon li {
  display: inline-block;
}
body .footer_box .foot .f03 .icon li a:focus {
  display: inline-block;
  border: 3px dotted #e97e00;
}
body .footer_box .foot2 {
  /*padding: 40px 0 25px 0;*/
  position: relative;
  /* top: -60px; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e3e3e3+0,f7f7f7+49,e2e2e2+100 */
  background: #e3e3e3; /* Old browsers */
  background: -moz-linear-gradient(left, #e3e3e3 0%, #f7f7f7 49%, #e2e2e2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e3e3e3 0%, #f7f7f7 49%, #e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e3e3e3 0%, #f7f7f7 49%, #e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#e2e2e2', GradientType=1); /* IE6-9 */
}
body .footer_box .foot2 .f02 .bton {
  margin-top: 20px;
}
body .footer_box .foot2 .f02 .bton li {
  display: inline-block;
}
body .footer_box .foot2 .f02 .bton li a {
  background-color: #e97e00;
  padding: 5px 10px;
  color: #FFF;
  text-decoration: none;
  display: table;
  border-radius: 60px;
}
body .footer_box .foot2 .f02 .bton li a:hover {
  background-color: #39ada5;
}
body .footer_box .foot2 .updated {
  vertical-align: top;
  padding: 6px 0 0 0;
}
body .footer_box .foot2 .visit {
  vertical-align: top;
  padding: 6px 0 0 0;
}
a.red {
  background-color: #f5461d !important; /*border-radius: 60px;*/
}
body .footer_box .center .f01 .icon {
  letter-spacing: 20px;
}
body .footer_box .center .f03 img {
  margin-right: 15px;
}
/*=====圖片特效=====*/
.imh_zoom {
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  transition: 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.imh_zoom:hover a::before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 1;
  transform: scale(1.20);
}
/*=====瀏覽輔助設定=====*/
body .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
  background-color: #56a9a9 !important;
  background: none;
  font-size: 120%;
  font-family: "微軟正黑體" !important;
  border: none;
  color: #FFF;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
  font-size: 100%;
  font-weight: normal !important;
  font-family: "微軟正黑體" !important;
  z-index: 9999;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable .title {
  font-weight: 600;
  padding: 5px 0;
  border-bottom: 1px #c3c3c3 solid;
  margin: 10px 0;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable .demo {
  background-color: #FFF;
  padding: 15px;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable li {
  display: inline-block;
  width: 22%;
  background-color: #666;
  margin: 4px;
  text-align: center;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable li a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  border: 3px #b7b7b7 solid;
  background-color: #fff;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable li.color_01 a {
  color: #ffeb00;
  background-color: #000;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable li.color_02 a {
  color: #000000;
  background-color: #FFF;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable li.color_03 a {
  color: #ffeb00;
  background-color: #01008A;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable li.color_04 a {
  color: #000000;
  background-color: #FFFFCB;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable li a:hover {
  border: 3px #666666 solid;
}
body button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
  font-size: 100%;
  color: #000;
  font-family: "微軟正黑體" !important;
}
body .ui-button-icon-primary.ui-icon.ui-icon-closethick {}
/*=====署長專欄btn=====*/
body.home .tab {
  position: relative;
  clear: both;
}
body.home .tab li {
  padding: 10px;
  float: left;
  display: block;
  width: 25%;
}
body.home .tab li a {
  text-align: center;
  color: #fff;
  display: block;
  background-color: #a0a0a0;
  padding: 10px;
  border-radius: 3px;
}
body.home .tab li.this a {
  background-color: #00837b;
}
body.home .tab li.this a:hover, body.home .tab li a:hover {
  text-decoration: none;
  background-color: #00837b;
}
/*body.home .cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}*/
/*----首頁問答----*/
body .aq .edit_txt {
  font-size: 100%;
  color: #000;
  line-height: 26px;
  padding: 10px;
}
body .aq .area_02 {
  /* margin: 0px 0 80px 0; */
  position: relative;
  padding: 0 0 0 0;
  text-align: center;
}
body .aq .area_02 .title {
  text-align: center;
  background-color: #761c11;
  padding: 10px;
  color: #FFF;
  font-weight: normal;
  border: none;
  margin: 0;
}
body .aq .area_02 .listbox {
  font-family: "微軟正黑體" !important;
  text-align: left;
  top: 10px;
  position: relative;
}
body .aq .area_02 .listbox .title {
  font-size: 130%;
  padding: 0 30px 0 35px;
  top: 0px;
  display: block;
  background-color: transparent;
  text-align: left;
  margin: 0;
  border: none;
}
body .aq .area_02 .listbox .title a {
  color: #000;
}
body .aq .area_02 .listbox ul li {
  display: block;
}
body .aq .area_02 .listbox li {
  padding: 5px;
}
body .aq .area_02 .listbox li a {
  font-size: 95%;
}
/*body.home .ap .area_02 .listbox li::before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#9b824f;
    font-size:130%;
    margin-right:10px;
}*/
body .aq .area_02 .listbox li {
  /* background-image: url(../images/index/icon_a.png); */
  background-repeat: no-repeat;
  background-position: 0 0px;
  /* padding: 5px 0 5px 42px; */
  line-height: 30px;
  font-size: 110%;
  line-height: 32px;
}
body .aq .area_02 .ui-accordion .ui-accordion-icons {
  padding: 19px;
}
body .aq .area_02 .ui-state-active:first-child {
  /*border-top:1px #ffffff solid;*/
}
body .aq .area_02 .ui-corner-all, body .ap .area_02 .ui-corner-top, body .ap .area_02 .ui-corner-right, body .ap .area_02 .ui-corner-tr {
  border-radius: 0;
}
body .aq .area_02 .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  /* display:inline-block; */
  right: 10px;
  position: absolute;
}
body .aq .area_02 .ui-accordion .ui-accordion-content {
  padding: 10px;
  border: none;
  background: #ffffffcf;
}
body .aq .area_02 .ui-state-default, body .ap .area_02 .ui-widget-content .ui-state-default, body .ap .area_02 .ui-widget-header .ui-state-default {
  background: none;
}
body .aq .area_02 .ui-state-active {
  border: none;
  padding: 35px 30px 35px 11px !important;
  font-size: 130%;
  background-image: url(../images/index/bg_area03_2.png) !important;
  background-repeat: repeat-x !important;
  background-position: center bottom !important;
  /*background: linear-gradient(to right,  rgb(30,87,153) 0%,rgb(41,137,216) 50%,rgb(32,124,202) 51%,rgb(125,185,232) 100%) !important; */
}
body .aq .area_02 .ui-state-active::after {
  content: url(../images/index/icon_q.png);
  top: 33px !important;
  left: 11px;
  position: absolute;
}
body .aq .area_02 .ui-state-active .ui-icon {
  background-image: none;
}
body .aq .area_02 .close {
  text-indent: -9999px;
}
body .aq .area_02 .ui-accordion .ui-accordion-header {
  border: none;
  margin-top: 11px;
  background: linear-gradient(to right, rgb(205, 236, 198) 0%, rgb(150, 226, 206) 46%, rgb(61, 211, 217) 100%);
}
body .aq .area_02 .ui-accordion .ui-accordion-header::after {
  content: url(../images/index/icon_q.png);
  top: 13px;
  left: 11px;
  position: absolute;
}
body .aq .area_02 .ui-accordion .ui-accordion-header::before {
  content: url(../images/index/icon_pull.png);
  /*font: normal normal normal 14px/1 FontAwesome;*/
  /*font-size: inherit;*/
  /*text-rendering: auto;*/
  /*-webkit-font-smoothing: antialiased;*/
  /*-moz-osx-font-smoothing: grayscale;*/
  color: #ffffff;
  /* font-size:130%; */
  margin-right: 8px;
  right: 10px;
  position: absolute;
}
body .aq .area_02 .ui-accordion .ui-accordion-header.ui-corner-all::before {
  /*content: "▾";*/
  content: url(../images/index/icon_pull.png);
  /*font: normal normal normal 14px/1 FontAwesome;*/
  /*font-size: inherit;*/
  /*text-rendering: auto;*/
  /*-webkit-font-smoothing: antialiased;*/
  /*-moz-osx-font-smoothing: grayscale;*/
  color: #ffffff;
  /* font-size:130%; */
  margin-right: 8px;
  right: 10px;
  position: absolute;
}
body .aq .area_02 .ui-state-active a, body .ap .area_02 .ui-state-active a:link, body .ap .area_02 .ui-state-active a:visited {
  color: #000;
}
/*body .ap .area_01 .more a,
body .ap .area_02 .more a {
    background-color: #67bfbd;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}
body .ap .area_01 .more,
body .ap .area_02 .more {
    margin: 20px 0 60px 0;
    top: 30px;
    position:  relative;
}
body .ap .area_01 .more a:hover,
body .ap .area_02 .more a:hover {
    background-color: #000;
}*/
body.in .area_02 .more {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 0%;
}
body.in .area_02 .more a {
  /*border: 1px #c96800 solid;*/
  padding: 0px 9px 0px 34px;
  color: #ff4c0c;
  text-decoration: none;
  background-image: url(../images/index/arrow_01.png);
  background-repeat: no-repeat;
  background-position: 6px 2px;
  font-size: 90%;
}
body.in .area_02 .more a:hover {
  color: #39ada5;
  background-position: 6px -19px;
}
body.in .area_02 .title2 {
  background: url(../images/index/title_lineBG.png) repeat-x top;
  text-align: center;
  padding: 0 40% 3px 40%;
  margin-top: 20px; /*background-color: yellowgreen;*/
}
body.in .area_02 .title2 .title_org {
  color: #ff4a19;
  font-size: 150%;
  font-weight: bold;
  background: #fff;
}
/*=====home=====*/
body.home .container .row {
  /* top: 15px; */
  margin: 0;
  /*background: url(../images/home/homeBG.jpg) repeat-x center top;*/
}
body.home .container-fluid {
  padding-right: var(--bs-gutter-x, 0em);
  padding-left: var(--bs-gutter-x, 0rem);
}
body.home .container-fluid .row.bg {
  /* top: 15px; */
  margin: 0;
  background: url(../images/home/homeBG.jpg) repeat-x center top;
}
body.home .content {
  padding: 0;
  min-height: 300px;
}
body.home .content .title {
  color: #249392;
  font-size: 160%;
  /* font-weight: bold; */
  letter-spacing: 2px;
  padding: 2px 0 6px 10px;
  clear: both;
}
body.home .content .title span.eng {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 60px;
  display: inline-block;
  text-indent: -9999px;
  width: 60px;
}
/*=====內頁形象區=====*/
body.home .carousel {
  height: 280px;
  width: 100%;
  position: relative;
}
/*body.home .carousel-control .icon-next:before {
	font-size: 400%;
	content: " ❯" !important;
}
body.home .carousel-control .icon-prev:before {
	font-size: 400%;
	content: " ❮" !important;
}*/
body.home .carousel-control .icon-prev, body .carousel-control .icon-next {
  margin: -30px 0 0 0 !important;
}
body.home .carousel-indicators {
  bottom: 10px;
  text-align: left;
}
body.home .carousel-indicators .active {
  width: 15px;
  height: 15px;
}
body.home .carousel-indicators li {
  width: 13px;
  height: 13px;
}
/*=====內頁搜尋=====*/
body.home .search01 {
  right: 0px;
  /*width: 320px;
	position: absolute;*/
  z-index: 9;
  /*background-color: rgba(0, 0, 0, 0.40);*/
  padding: 6px 0 12px 0; /*border-radius: 15px;*/
  /*top:-140px;*/
}
body.home .top_search {
  right: 10%;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.40);
  padding: 0 20px;
  border-radius: 15px;
  top: -150px;
  height: 104px;
  width: 80%;
  margin: auto;
}
body.home .search label {}
body.home .search input {
  border: 0;
  padding: 3px 5px 3px 4px;
  width: 44%;
  border: 1px #999999 solid;
  border-radius: 0px;
}
body.home .search input[type=button] {
  background-repeat: no-repeat;
  background-position: center;
  /*background-color: #ffffff;*/
  width: 30px;
  text-indent: -9999px;
  position: absolute;
  right: 98px;
  top: 0px;
  border: none;
  background-color: transparent;
  background-size: 20px;
}
body.home .search button {
  position: absolute;
  color: #5a0000;
}
body.home .search button:hover {
  position: absolute;
  background-image: url(../images/svg/search_ch.svg);
}
body.home .search .icon-search {
  background-image: url(../images/svg/search.svg);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  background-size: 18px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 86px;
  border-width: 0;
  background-color: transparent;
}
body.home .search input[type=submit], body .search .adv a {
  color: #000;
  position: absolute;
  width: 80px;
  /* height: 37px; */
  padding: 3px 0;
  right: 0px;
  /*top: 20px;*/
  /* background-image: none; */
  /* background-color: transparent; */
  border: 1px solid #999999;
  text-decoration: none;
  border-radius: 0px;
  background-color: transparent;
  margin-left: 0px;
}
body.home .search .ad_search .hot {
  position: absolute;
  top: 12px;
  color: #999999;
  font-size: 95%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0px 0 3px;
  letter-spacing: 0;
  float: right;
}
body.home .search .ad_search .hot a {
  color: #545454;
}
body.home .search .ad_search .hot span {
  color: #474747;
}
body.home .search input[type=submit]:hover, body .search .adv a:hover {
  background-color: #ff4a19;
  color: #fff;
}
body.home .search p {
  color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}
body.home .search .ad_search .hot .Classification_searcha {
  color: #145D61;
}
/*=====所在位置=====*/
body.home .bread {
  padding: 0;
  font-size: 96%;
  letter-spacing: 0;
  /* clear:  both; */
  /*background-color:#ffd481;*/
}
body.home .bread .center {
  padding: 10px 25px;
}
body.home .bread a {
  color: #000;
  text-decoration: none;
}
body.home .bread a.accesskey {
  left: 5px;
}
body.home .bread .this {
  color: #000000;
  font-weight: bold;
}
body.home .bread i {
  font-size: 125%;
  position: relative;
  margin: 0 3px 0 0;
  top: 1px;
  color: #000;
}
body.home .bread .icon_home {
  background-image: url(../images/svg/home.svg);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  background-size: 17px;
  text-indent: -9999px !important;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 3px 0 0;
  top: 3px;
  display: inline-block;
}
/*=====換頁=====*/
body .content .page ul {
  display: inline-table;
  margin-top: 10px;
}
body .content .page .buttom {
  margin: 15px auto;
  text-align: center;
  border-top: 1px #ccc solid;
  padding: 10px 0;
  clear: both;
}
body .content .page .buttom li {
  margin: 2px;
  display: inline-block !important;
}
body .content .page .buttom li a {
  background-color: #f8b732 !important;
  float: left;
  color: #000;
  background-repeat: no-repeat;
  /*height: 40px;*/
  text-decoration: none;
  padding: 10px 15px 10px 35px;
  font-size: 95% !important;
}
body .content .page .buttom li a:hover {
  background-color: #39ada5 !important;
  text-decoration: none !important;
}
body .content .page .fast {
  margin-top: 10px;
}
body .content .page .fast span {
  margin: 0 5px;
}
body .content .page .fast .red {
  color: #d21212;
}
body .content .page .buttom li.first a {
  background-image: url(../images/svg/page_first.svg);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: 12px;
}
body .content .page .buttom li.pre a {
  background-image: url(../images/svg/page_pre.svg);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: 12px;
}
body .content .page .buttom li.next a {
  background-image: url(../images/svg/page_next.svg);
  background-repeat: no-repeat;
  background-position: 72px 15px;
  background-size: 12px;
  padding: 10px 35px 10px 15px;
}
body .content .page .buttom li.end a {
  background-image: url(../images/svg/page_end.svg);
  background-repeat: no-repeat;
  background-position: 72px 15px;
  background-size: 12px;
  padding: 10px 35px 10px 15px;
}
body .content .page .buttom li.back a {
  background-image: url(../images/svg/undo.svg);
  background-repeat: no-repeat;
  background-position: 15px 13px;
  background-size: 15px;
  padding: 10px 15px 10px 38px;
}
/*=====換頁end=====*/
/*=====階層式文案=====*/
body.home .content .item01, body.home .content .item02, body.home .content .item03, body.home .content .item04 {
  position: relative;
  line-height: 150%;
  margin-top: 10px;
}
body.home .content .item01 {
  margin-left: 40px;
  font-size: 120%;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}
body.home .content .item01 p, body.home .content .item02 p, body.home .content .item03 p, body.home .content .item04 p {
  padding: 0;
  margin: 0;
  text-align: right;
  position: absolute;
}
body.home .content .item01 p {
  width: 64px;
  left: -64px;
}
body.home .content .item02 p {
  width: 90px;
  left: -95px;
}
body.home .content .item02 {
  margin-left: 40px;
  font-size: 105%;
  line-height: 180%;
}
body.home .content .item03 {
  margin-left: 145px;
}
body.home .content .item03 p {
  width: 90px;
  left: -95px;
}
body.home .content .item04 {
  margin-left: 175px;
}
body.home .content .item04 p {
  width: 90px;
  left: -95px;
}
body.home .content ul.item05 {
  margin: 10px 0 0 155px;
}
/*=====分享=====*/
body.home .content .plug {
  float: right;
  margin: 5px 0 5px 0;
}
body.home .content .plug ul {
  padding: 0;
  margin: 0;
}
body.home .content .plug .group {
  display: inline-block;
  position: relative;
  float: left;
}
body.home .content .plug .set.group {
  margin-left: 5px;
  float: left;
}
body.home .content .plug li {
  float: left;
  font-size: 100%;
  color: #000000;
  margin-right: 6px;
  font-weight: normal;
  letter-spacing: 0;
}
body.home .content .plug li a {
  background-image: url(../images/svg/share.svg);
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  display: block;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
body.home .content .plug li a:hover {
  background-color: #39ada5;
}
body.home .content .plug .set li a {
  background-image: none;
  text-indent: 0;
  color: #fff;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
}
body.home .content .plug .set li.size {
  line-height: 40px;
}
body.home .content .plug .set li a:hover {
  background-color: #39ada5;
}
body.home .content .plug .skip a {
  background: none;
  text-indent: inherit;
  width: auto;
  height: auto;
  line-height: 40px;
  color: transparent;
}
body.home .content .plug .skip a:hover {
  background-color: transparent;
}
body.home .content .plug .print a {
  background-color: #777777;
  background-image: url(../images/svg/print.svg);
}
body.home .content .plug .rss a {
  background-color: #f28711;
  background-image: url(../images/svg/rss.svg);
}
body.home .content .plug .l a {
  background-color: #ff6926;
  font-size: 120%;
}
body.home .content .plug .m a {
  background-color: #ff6926;
}
body.home .content .plug .s a {
  background-color: #ff6926;
  font-size: 90%;
}
body.home .content.big .plug .l a, body.home .content.small .plug .s a, body.home .content.medium .plug .m a {
  background-color: #ffb613;
}
/*body.home .content .plug li.s {
	margin:0;
}*/
/* Style The Dropdown Button */
body.home .dropbtn {
  background-image: url(../images/svg/share.svg);
  background-repeat: no-repeat;
  background-position: 7px;
  background-size: 25px;
  border-radius: 0;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  background-color: #67bfbd;
  top: 0;
}
body.home .dropdown {
  position: relative;
  display: inline-block;
  z-index: 1;
}
body.home .dropdown-content {
  display: none;
  position: absolute;
  top: 40px;
}
body.home .dropdown-content li a {
  text-decoration: none;
  display: block;
  text-indent: -9999px;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  margin-bottom: 4px;
}
body.home .dropdown-content li .a01:hover, body.home .dropdown-content li .a02:hover, body.home .dropdown-content li .a03:hover, body.home .dropdown-content li .a04:hover {
  background-color: #000;
}
body.home .dropdown-content li a.a01 {
  background-image: url(../images/svg/fb.svg);
  background-color: #3a589e;
}
body.home .dropdown-content li a.a02 {
  background-color: #c6602b;
}
body.home .dropdown-content li a.a03 {
  background-image: url(../images/svg/line.svg);
  background-color: #19bd04;
}
body.home .dropdown-content li a.a04 {
  background-color: #1da1f3;
}
body.home .dropdown-content a:hover {
  background-color: #000000
}
body.home .dropdown:hover .dropdown-content {
  display: block;
}
body.home .dropdown:hover .dropbtn {
  background-color: #444444;
}
/*=====瀏覽人次=====*/
body.home .content .note {
  text-align: right;
  color: #848484;
  padding: 10px 0;
  margin: 20px 0 120px 0;
  font-size: 95%;
  clear: both;
}
body.home .content .note ul {
  float: right;
}
body.home .content .note ul li {
  float: left;
  margin-left: 10px;
  padding: 0 0 5px 30px;
  color: #000;
  font-weight: bold;
}
body.home .content .note li.eye {
  background-image: url(../images/svg/eye.svg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-size: 18px;
  padding: 0 0 0 22px;
}
body.home .content .note li.date {
  background-image: url(../images/svg/s_clock.svg);
  background-repeat: no-repeat;
  background-position: 2px 4px;
  background-size: 14px;
  padding: 0 0 0 22px;
}
body.home .content .note span {
  color: #595959;
  font-weight: normal;
}
/*=====延伸閱讀=====*/
body.home .content .read {
  position: relative;
}
body.home .content .read .title {
  padding: 0;
}
body.home .content .read ul {
  display: block;
}
body.home .content .read li {
  display: inline-block;
  margin: 0;
}
body.home .content .read li a {
  background-color: #ca4949;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  margin: 4px 0;
  background-image: url(../images/svg/link_01.svg);
  background-repeat: no-repeat;
  background-position: 10px 8px;
  background-size: 18px;
  padding: 6px 10px 6px 35px;
}
body.home .content .read li a:hover, body.home .content .read li.link a:hover {
  background-color: #39ada5;
}
body.home .content .read li.link a {
  background-color: #2b8fa2;
  background-image: url(../images/svg/icon_link.svg);
}
/*=====內頁非洲豬瘟專區ad=====*/
body.home .content .pig {
  position: relative;
}
body.home .content .pig ul {
  display: block;
}
body.home .content .pig li {
  display: inline-block;
  margin: 0;
}
body.home .content .pig li a {
  background-color: #efefef;
  display: inline-block;
  border-radius: 3px;
  margin: 4px 0;
  padding: 3px;
}
body.home .content .pig li a:hover, body.home .content .pig li.link a:hover {
  background-color: #249392;
}
/*=====banner動態效果=====*/
body {
  /*overflow-x: hidden;
	  margin: 0;
	  color: #fff;
	  transition: background-position .5s ease-out;*/
  /*background-color:#999;*/
}
/*h1 {
	  text-align: center;
	  font-family: 'Rock Salt', cursive;
	  text-shadow: 2px 2px 2px #000;
	}*/
.nGyroParallax1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .5s ease-out;
}
#chouchin-1-1 {
  margin: -165px 0 0 -1086px;
}
#chouchin-1-2 {
  margin: -62px 0 0 -252px;
}
#chouchin-1-3 {
  margin: 19px 0 0 -188px;
}
#chouchin-1-1 img, #chouchin-1-2 img {
  transform: translate3d(0, 0, 0);
  transition: .5s;
}
#ink1-1 {
  margin: -186px 0 0 -400px;
}
#ink1-2 {
  margin: -206px 0 0 -40px;
}
#aori {
  margin: -62px 0 0 -252px;
}
#hotaru {
  margin: 94px 0 0 412px;
}
#aori img, #hotaru img {
  transform: translate3d(0, 0, 0);
  /*-webkit-filter: drop-shadow(4px 0 3px black);
	  -ms-filter: drop-shadow(4px 0 3px black);
	  filter: drop-shadow(4px 0 3px black);*/
  transition: .5s;
}
#console {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  box-sizing: border-box;
}
/*一般民眾*/
.tour_frame {
  float: left;
}
/*=====常見問題=====*/
body .aq .area_02 .answer2 {
  background-image: url(../images/index/icon_a.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  padding: 5px 0 5px 35px;
  line-height: 30px;
}
body .area_02 ol {
  padding: 0 0 0 30px;
}
body .area_02 ol li {
  padding: 2px;
  list-style-type: decimal;
}
body.in .file_bg.stitle {
  font-weight: bold;
  background-color: #d0d0d0;
  padding: 5px;
  font-size: 105%;
}
body.in li.file_line {
  display: block;
  padding: 10px 5px 15px 20px !important;
  position: relative;
  border-bottom: 1px dotted #ccc;
  background-image: url(../images/svg/arrow_left.svg) !important;
  background-repeat: no-repeat;
  background-position: 0px 18px !important;
}
body.in ul.icon.icon_frame {
  display: inline-block;
  margin-top: 5px;
}
body.in li.icon_frame2 {
  display: inline-block !important;
  padding: 0 !important;
  border: none !important;
}
/*梅姊要求加此語法*/
a#maincontent {
  position: absolute;
  top: -50px;
}
/*20191113ch fatfoot更多more文字*/
body .fat_box ul li.more a {
  color: #fa4e21;
  display: inline-block;
}
body .fat_box ul li.more a:hover {
  color: #000;
  text-decoration: none;
}
/*首頁表格 start*/
.rwd-table tbody tr td a {
  text-decoration: none;
}
.editor .table0 th {
  white-space: nowrap;
  background-color: #7ed0ca;
  border-right: #ddd 1px solid;
  text-align: center;
  color: #000;
}
.editor .table0 th:nth-of-type(2n) {
  background-color: #7ed0ca;
}
.editor .rwd-table, .editor .table0 {
  /* background: rgb(255, 255, 255); */
  /* overflow: hidden; */
}
.editor .rwd-table tr:nth-of-type(2n), .editor .table0 tr:nth-of-type(2n) {
  background: #dafbf9;
}
.editor .table0 td:nth-of-type(1) {
  border-top: #ddd 1px solid;
}
.editor .rwd-table th, .editor .rwd-table td {
  margin: 0.5em 1em;
}
.editor .rwd-table {
  /* min-width: 100%; */
  /* line-height: 160%; */
}
.editor .rwd-table caption, .editor .table0 caption {
  text-align: center;
  background-color: #761c11;
  padding: 15px 5px;
  color: #fff;
  border-bottom: 1px #fff dotted;
  font-size: 120%;
}
.editor .rwd-table th {
  display: none;
}
.editor .rwd-table td {
  display: block;
  border-right: 1px #e4e4e4 solid;
  border-bottom: 1px #e4e4e4 solid;
}
.editor .rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  margin-right: 5px;
  color: #2b69aa;
  display: inline-block;
}
.editor .rwd-table th, .editor .rwd-table td:before {
  font-weight: bold;
}
.editor .table0 td {
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  border-top: #ddd 1px solid;
  padding: 5px;
  margin: 5px;
}
.editor .table0 td:nth-of-type(1) {
  border-left: #ddd 1px solid;
}
@media (min-width: 700px) {
  .editor .rwd-table td:before {
    display: none;
  }
  .editor .rwd-table th, .editor .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .editor .rwd-table th:first-child, .editor .rwd-table td:first-child {
    padding-left: 0;
  }
  .editor .rwd-table th:last-child, .editor .rwd-table td:last-child {
    padding-right: 0;
  }
  .editor .rwd-table th, .editor .rwd-table td, .editor .table0 th, .editor .table0 td {
    padding: 4px 8px !important;
  }
}
/*表格 end*/
/*形象區:focus虛線框顯現*/
body .carousel .carousel-indicators li button:focus {
  display: inline-block;
  border: 3px dotted #f28711;
}
body .carousel .carousel-inner .item a:focus {
  display: inline-block;
  border: 3px dotted #f28711;
  width: 100%;
  height: 100%;
}
/*形象區:focus虛線框顯現 end*/
/*廣告輪播:focus*/
body.in .sbanner .slick-slide a:focus, body.in .sbanner .slick-prev:focus, body.in .sbanner .slick-next:focus {
  display: block;
  border: 3px dotted #f28711;
}
/*廣告輪播:focus end*/
/*資訊圖像化:focus*/
body.in .slick-dots li button:focus {
  display: block;
  border: 3px dotted #f28711;
}
/*資訊圖像化:focus end*/
/*內頁h3標題*/
body.home .content .title h3 {
  color: #249392;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
}
/*新的fb更換*/
/*body .fb_v1{
    display: block;
    float: left;
}*/
body .fb_v2 {
  display: none;
}
/*Loading*/
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background-image: linear-gradient(109deg, #007BBD -6%, #007BBD 103%);
  z-index: 9999;
}
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}
.loading .box {
  font-size: 120%;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: opac 2s infinite linear;
  animation: opac 2s infinite linear;
}
.loading span {
  width: 8em;
  height: 8em;
  display: block;
  position: absolute;
  top: calc(50% - 4em);
  left: calc(50% - 4em);
  border: 2px solid;
  border-color: #ffffff transparent #ffffff transparent;
  border-radius: 50%;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@keyframes opac {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*新banner*/
/*BN*/
/*形象區縮放輪播*/
.banner_new {
  position: relative;
  width: 100%;
}
.banner_new img {
  width: 100%;
}
.banners_new {
  position: relative;
  width: 100%;
}
.banners_new img {
  width: 100%;
}
.banner_new .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0 0 0 10%;
  margin: 0;
  list-style: none;
  text-align: left;
}
/*banner左右箭頭*/
.banner_new .slick-next {
  right: auto;
  left: 0px;
}
/*body .banner .slick-prev:before, body .banner .slick-next:before, body .banners .slick-prev:before, body .banners .slick-next:before {
  content: "";
  width: 64px;
  height: 192px;
  display: block;
  opacity: 0.8;
}
body .banner .slick-prev, body .banner .slick-next, body .banners .slick-prev, body .banners .slick-next {
  width: 64px;
  height: 192px;
  z-index: 5;
}
body .banner .slick-next {
  right: 10px;
}
body .banner .slick-prev {
  left: 10px;
}
body .banners .slick-next {
  right: 10px;
}
body .banners .slick-prev {
  left: 10px;
}
body .banner .slick-prev:before, body .banners .slick-prev:before {
  background-image: url("../images/index/ad_left.png")
}
body .banner .slick-next:before, body .banners .slick-next:before {
  background-image: url("../images/index/ad_right.png");
}
@media screen and (max-width: 768px) {
body .banner .slick-prev:before, body .banners .slick-prev:before {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
body .banner .slick-next:before, body .banners .slick-next:before {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
}
@media screen and (max-width: 480px) {
body .banner .slick-prev:before, body .banners .slick-prev:before {
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
}
body .banner .slick-next:before, body .banners .slick-next:before {
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
}
}*/
/*資訊圖像化*/
.picture .chart .slick-dots li button:before {
  font-family: 'slick';
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.picture .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #266662;
}
/*----------內容1 (新聞列表/廣告輪播/資訊圖像化) ----------*/
.area01 {
  position: relative;
  width: 100%;
  z-index: 1;
  background: url(../images/index/bg_area01_1.png);
  /*background-repeat: no-repeat;*/
  background-repeat: repeat-x;
  background-position: center top;
  padding-top: 50px;
}
.area01 .container {
  /*display: flex;
  justify-content: flex-end;*/
}
.area01 .center {
  max-width: 92% !important;
}
/*----------內容2 (主題專區icon)----------*/
.area02 {
  position: relative;
  width: 100%;
  z-index: 1;
  /*background-color: #fff;*/
}
.area02 .container {
  /*display: flex;
  justify-content: flex-end;*/
}
.area02 .center {
  max-width: 90% !important;
}
/*----------內容3 (常見問答集)----------*/
.area03 {
  position: relative;
  width: 100%;
  z-index: 1;
  background: #fff url(../images/index/bg_area03_1.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.area03 .container {
  /*display: flex;
  justify-content: flex-end;*/
}
.area03 .center {
  max-width: 90% !important;
}
/*----------內容4 (所屬機關連結)----------*/
.area04 {
  position: relative;
  width: 100%;
  z-index: 1;
  /*background-color: #fff;*/
}
.area04 .container {
  /*display: flex;
  justify-content: flex-end;*/
}
.area04 .center {
  max-width: 90% !important;
}
/*----------內容5 (網站連結)----------*/
.area05 {
  position: relative;
  width: 100%;
  z-index: 1;
  /*background-color: #fff;*/
}
.area05 .container {
  /*display: flex;
  justify-content: flex-end;*/
}
.area05 .center {
  max-width: 90% !important;
}
/*=====訊息專區 改=====*/
body.in .news .ui-tabs .ui-tabs-nav .ui-tabs-anchor h3 {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: normal;
  font-weight: bold;
}
body.in .news .ui-tabs .ui-tabs-nav li a:focus {
  display: block;
  border: 3px dotted #f28711;
  outline: 0;
}
body.in .news .more a:focus {
  display: inline-block;
  border: 3px dotted #f28711;
}
body .container .news_area {
  background: url(../images/index/bg_area01_2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
body.in .news {
  padding: 20px 0 22px 0;
}
body.in .news .ui-tabs .ui-tabs-nav li {
  font-weight: normal;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0;
  width: 20%;
  border: none;
}
body.in .news .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
  display: block;
  font-size: 110%;
  padding: 11px 0px;
  height: 50px;
}
body.in .news .ui-tabs .ui-tabs-nav li:nth-child(4) {
  /*border-right: none;*/
}
body.in .news .ui-widget-content {
  border: none;
  font-family: "微軟正黑體";
  padding: 0;
  background: transparent;
}
body.in .news .ui-tabs .ui-tabs-panel ul li a {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100px;
  margin: 0px 0;
}
body.in .category .graphic_list ul li a {
  float: left;
  width: 100%;
}
body.in .news .ui-corner-all ul li a {
  display: block;
  padding: 20px 15px;
  position: relative;
  text-decoration: none;
}
body.in .news .ui-tabs .ui-tabs-panel ul li:nth-child(2n+2) a {
  background-color: #f0f0f0;
}
body.in .news .ui-tabs-panel ul li a:hover {
  background-color: #e6f9f8 !important;
  color: #333333;
}
body.in .news .ui-corner-all ul li .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 110%;
  color: #000000;
  padding: 0px;
  background-image: none;
  line-height: 30px;
}
body.in .news .ui-corner-all ul li .date {
  position: relative;
  background-color: #7ed0ca;
  padding: 6px;
  border-radius: 5px;
  color: #000;
  display: block;
  width: 90px;
  height: 90px;
  float: left;
  clear: both;
  border-radius: 60px;
  margin: -5px 0 0px 0px;
}
body.in .news .ui-corner-all ul li .title_a {
  font-size: 110%;
  /*margin-top: 9px;*/
  line-height: 23px;
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
  color: #3c3c3c;
  font-weight: bold;
  /*height: 50px;*/
  padding-left: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body.in .news .ui-corner-all ul li .txt {
  font-size: 110%;
  margin-top: 9px;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* color: #ffffff; */
  height: 50px;
  padding-left: 22px;
}
body.in .news .ui-tabs .ui-tabs-panel {
  border-radius: 0;
}
body.in .news .ui-tabs .ui-tabs-panel {
  padding: 0;
}
body.in .category .ui-tabs .ui-tabs-panel {
  height: 462px;
  width: 100%;
  overflow: hidden;
}
body.in .news .more {
  text-align: right;
  margin-top: 26px;
}
body.in .news .more a {
  /*border: 1px #c96800 solid;*/
  padding: 0px 9px 0px 34px;
  color: #ff4c0c;
  text-decoration: none;
  background-image: url(../images/index/arrow_01.png);
  background-repeat: no-repeat;
  background-position: 6px 2px;
  font-size: 90%;
}
body.in .news .more a:hover {
  color: #39ada5;
  background-position: 6px -19px;
}
body.in .news .ui-widget-header {
  border: none;
  padding: 0;
  background-image: none;
  border-radius: 0;
}
body.in .news .ui-state-default a, body.in .news .ui-state-default a:link, body.in .news .ui-state-default a:visited {
  color: #000000;
  position: relative;
}
body.in .news .ui-state-active a, body.in .news .ui-widget-content .ui-state-active a, body.in .news .ui-widget-header .ui-state-active a, body.in .news .ui-state-active a {
  border-bottom: 7px #5abbb4 solid;
  color: #2C6D68;
}
body.in .news .ui-tabs .ui-tabs-nav li a:hover {
  border-bottom: 7px #5abbb4 solid;
  transition: all 40ms ease-out;
}
body.in .news .ui-tabs .ui-tabs-panel ul li.first a {
  clear: both !important;
  height: 260px;
  position: relative;
}
body.in .news .ui-corner-all ul li .detail {
  position: relative;
}
body.in .news .ui-corner-all ul li .detail .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 110%;
  color: #000000;
  padding-top: 10px;
  line-height: inherit;
  color: #0078b7;
}
body.in .news .ui-corner-all ul li .detail .datebox {
  position: relative;
  display: inline-block;
}
body.in .news .ui-corner-all ul li .detail .datebox .date {
  float: none;
  display: inline-block;
  margin-right: 10px;
}
body.in .news .ui-corner-all ul li .detail .datebox .unit {
  color: #338700;
  font-size: 105%;
}
body.in .news .ui-corner-all ul li .detail .txt {
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: nowrap; */
  font-size: 110%;
  color: #000000;
  padding: 5px 0px;
  line-height: 30px;
  height: 130px;
}
body.in .news .ui-corner-all ul li .pic {
  float: left;
  max-width: 380px;
  width: 100%;
  margin: 0 20px 0 0;
}
body.in .news .ui-corner-all ul li .pic img {
  width: 100%;
}
body.in .news .ui-corner-all ul li .date .day, body.in .news .ui-corner-all ul li .date .month, body.in .news .ui-corner-all ul li .date .year {
  position: absolute;
  display: block;
}
body.in .news .ui-corner-all ul li .date .day {
  font-size: 200%;
  top: 20px;
}
body.in .news .ui-corner-all ul li .date .month {
  font-size: 100%;
  left: 45px;
  top: 22px;
}
body.in .news .ui-corner-all ul li .date .year {
  font-size: 100%;
  left: 45px;
  top: 42px;
}
/*頁籤改*/
body.in .news .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  background: none !important;
  font-weight: normal;
  color: #555555;
}
body.in .news .ui-widget-header {
  border: none;
  /*border-bottom: 2px #000 solid;*/
  background: none !important;
}
body.in .news .ui-tabs .ui-tabs-nav li a:focus {
  border-bottom: 7px #5abbb4 solid;
}
body.in .news .ui-tabs-anchor {
  border-bottom: 2px #000 solid; /*(底黑線)*/
}
/*資訊圖像化與輪播區塊 更改20231207*/
@media (min-width: 960px) {
  body .top .toplink {
    top: 5px;
    right: 0;
    padding: 0 5px 5px 15px;
  }
  body .search {
    right: 0;
    width: 320px;
    position: absolute;
    z-index: 9;
    /* background-color: rgba(0, 0, 0, 0.40); */
    padding: 6px 0 12px 0;
    /* border-radius: 15px; */
    top: 32px;
    display: flex;
    /* justify-content: flex-end; */
  }
  body .search .ad_search .hot {
    position: absolute;
    top: 12px;
    color: #999999;
    font-size: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0px 0 3px;
    letter-spacing: 0;
    /* float: right; */
    right: 245px;
  }
}
ol, ul {
  padding-left: 0rem !important;
}
ul.bton.clearfix {
  margin-bottom: 0rem;
}
.cookiealert {
  background-color: #000 !important;
}
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  border-radius: 0;
  transform: translateY(0%) !important;
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background-color: #000 !important;
  display: none;
}
.cookiealert.show {
  opacity: 1;
  transform: translateY(100%);
  transition-delay: 1000ms;
  border-radius: 0;
}
.show {
  display: block !important;
}
.alert {
  position: relative;
}
.foot .icon a {
  text-decoration: none;
}












































































/*2025改版內容-------------------------------------------------------------------------------------------*/
a.accesskey {
  top: 6px;
}
/*a:focus {
  display: block;
}*/
button:focus {
  background-color: rgb(255 244 196 / 0%) !important;
  outline: 2px #f28711 dotted !important;
}
/*標題*/
.renew_title {
  display: flex;
  justify-content: flex-start;
}
.renew_title .title {
  border-bottom: solid 3px #7cbdbf;
  position: relative;
  font-size: 2.1rem;
  font-family: 'Noto Serif TC', serif; /*(中明體)*/
  margin: 45px 0 30px 0;
  font-weight: 600;
  color: #333333;
}
.renew_title .title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #bee2de;
  bottom: -3px;
  width: 20%;
}
/* 更多 icon */
.more-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-size: 120%;
  color: #555;
  cursor: pointer;
  border: 1px #aaaaaa solid;
  width: max-content;
  margin: 10px auto;
  background-color: #fff;
  padding: 3px 32px;
  position: relative;
  z-index: 1;
}
.more-icon:hover {
  color: #fff;
  background-color: #DB3300;
}
/*.more-icon-right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-size: 120%;
  color: #555;
  cursor: pointer;
  border: 1px #aaaaaa solid;
  width: max-content;
  margin: 10px;
  background-color: #fff;
  padding: 3px 32px;
  position: relative;
  z-index: 2;
}
.more-icon-right:hover {
  color: #fff;
  background-color: #DB3300;
}*/
.more-icon-right {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-size: 120%;
  color: #555;
  cursor: pointer;
  border: none;              /* 移除外框 */
  border-bottom: 1px solid #000; /* 改成底線 */
  /*background-color: #fff;*/
  padding: 3px 16px;
  position: relative;
  z-index: 2;
  width: max-content;
  margin: 10px;
	margin-bottom: 20px;
  transition: all 0.3s ease;
	text-decoration: none;
}

/* 在文字右邊加箭頭 */
.more-icon-right::after {
  content: "▶";             /* 你也可以改成 "➤" 或 "→" */
  margin-left: 8px;
  font-size: 90%;
  transition: transform 0.3s ease;
}

/* 滑鼠懸停效果 */
.more-icon-right:hover {
  color: #DB3300;
  border-bottom-color: #DB3300;
}

/* 滑鼠懸停時箭頭動畫（可選） */
.more-icon-right:hover::after {
  transform: translateX(3px);
}


.more-icon-right2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 120%;
  color: #000;
  cursor: pointer;
  padding: 3px 16px;
  margin: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 2;
  border: none;
}

/* ✨ 字與箭頭：集中型強光（密集光暈） */
.more-icon-right2,
.more-icon-right2::after {
  text-shadow:
    0 0 2px rgba(255, 255, 255, 1),
    0 0 4px rgba(255, 255, 255, 1),
    0 0 6px rgba(255, 255, 255, 0.95),
    0 0 8px rgba(255, 255, 255, 0.9),
    0 0 10px rgba(255, 255, 255, 0.85);
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 1))
          drop-shadow(0 0 6px rgba(255, 255, 255, 0.9));
}

/* 右邊箭頭 */
.more-icon-right2::after {
  content: "▶";
  margin-left: 8px;
  font-size: 90%;
  transition: transform 0.3s ease;
}

/* ➖ 底線：緊密發光，柔中帶亮 */
.more-icon-right2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
  right: 8px;
  height: 2px;
  background: #737373;
  box-shadow:
    0 0 3px rgba(255, 255, 255, 1),
    0 0 5px rgba(255, 255, 255, 0.9),
    0 0 8px rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* 🖱️ hover：更亮但仍緊密，不擴散 */
.more-icon-right2:hover {
  color: #DB3300;
  text-shadow:
    0 0 3px rgba(255, 255, 255, 1),
    0 0 6px rgba(255, 255, 255, 1),
    0 0 9px rgba(255, 255, 255, 1),
    0 0 12px rgba(255, 255, 255, 0.95);
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 1))
          drop-shadow(0 0 8px rgba(255, 255, 255, 1));
}

.more-icon-right2:hover::before {
  box-shadow:
    0 0 4px rgba(255, 255, 255, 1),
    0 0 6px rgba(255, 255, 255, 1),
    0 0 10px rgba(255, 255, 255, 0.9);
}

.more-icon-right2:hover::after {
  transform: translateX(3px);
}



/*----------內容6 (新聞列表2)----------*/
.area06 {
  position: relative;
  width: 100%;
  z-index: 1;
  background: url(../images/index/bg_area01_1.png);
  background-repeat: repeat-x;
  background-position: center top;
  padding-top: 50px;
	z-index: 2;
}
.area06 .container-fluid {
  /*display: flex;
  justify-content: flex-end;*/
}
.area06 .center {
  max-width: 90% !important;
}
/*----------內容7 (焦點資訊2)----------*/
.area07 {
  position: relative;
  width: 100%;
  z-index: 1;
  /*background: #fff url("../images/index/fn_bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 55%;*/
	  /*background-color: #8F8F8F;*/
}
.area07 .container-fluid {
  /*display: flex;
  justify-content: flex-end;*/
}
.area07 .center {
  max-width: 90% !important;
}
/*----------內容8 (主題專區icon2)----------*/
.area08 {
  position: relative;
  width: 100%;
  z-index: 1;
  /*background: #fff url(../images/index/bg_area03_1.png);
  background-repeat: no-repeat;
  background-position: center top;*/
  /*background-color: #8F8F8F;*/
	margin-top: 10px;
}
.area08 .container-fluid {
  /*display: flex;
  justify-content: flex-end;*/
}
.area08 .center {
  max-width: 90% !important;
}
/*----------內容9 (電子書2/影片專區2)----------*/
.area09 {
  position: relative;
  width: 100%;
  z-index: 1;
  background: #fff url("../images/index/ebook_bg.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  min-height: 650px;
  background-position: left calc(100% - -1px); /*改善底圖在瀏覽器縮放多一條線*/
}
.area09 .container-fluid {
  max-width: 90% !important;
  /*max-width: 1200px;
  position: relative;
  margin: auto !important;
  padding: 0;
  width: 100%;*/
}
.area09 .center {
  max-width: 90% !important;
}
/*----------內容10 (所屬機關2)----------*/
.area10 {
  position: relative;
  width: 100%;
  z-index: 1;
}
.area10 .container-fluid {
  /*display: flex;
  justify-content: flex-end;*/
}
.area10 .center {
  max-width: 90% !important;
}
.area10::before { /*隱藏底色*/
  /*content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #d6eef0;
  z-index: -1;*/
}
/*----------內容11 (海洋資訊平台 改2)----------*/
.area11 {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #d6eef0;
  padding-bottom: 60px;
}
.area11 .container-fluid {
  max-width: 90% !important;
  /*max-width: 1200px;
  position: relative;
  margin: auto !important;
  padding: 0;
  width: 100%;*/
}
.area11 .center {
  max-width: 90% !important;
}
/*新聞列表------------------------------------*/
a:hover, a:focus {
  text-decoration: none !important;
}
.ui-widget-content a {
  color: #333333;
  text-decoration: none;
}
/* 第一筆原樣 */
.news-card.first {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  margin-bottom: 0px;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);*/
}
.news-image {
  float: left;
  padding: 10px;
  margin: 20px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  max-width: 255px;
  width: 100%;
  display: block;
}
img.news-image {
  border-radius: 15px;
}
.news-content {
  padding: 16px;
  flex: 1;
}
.news-title {
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 8px;
}
.news-date {
  font-size: 100%;
  color: #387671;
  margin-bottom: 12px;
}
.news-text {
  font-size: 110%;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
  padding-left: 23px;
  position: relative;
  margin: 8px 0;
}
.news-text a:hover {
  color: #333;
}
p.news-text:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  border-radius: 5px;
  background-color: #5abbb4;
  position: absolute;
  left: 4px;
  top: 0;
}
/* 簡化卡片 */
.news-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
  transition: background 0.3s;
}
.news-list-item:hover {
  background-color: #f0f0f0 !important;
}
a.news-list-item:nth-child(2n+2) {
  /*background-color: #fff;*/
}
.news-list-item:last-of-type {
  border-bottom: none;
}
.news-list-date {
  font-size: 100%;
  color: #387671;
  white-space: nowrap;
  margin-right: 20px;
}
.news-list-title {
  flex: 1;
  font-size: 110%;
  color: #333;
  font-weight: 500;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
body.in .news .ui-tabs .ui-tabs-nav li a:hover {
  border-bottom: 7px #b0e2d7 solid !important;
}
body.in .news .ui-tabs-anchor {
  border-bottom: 2px #b9b9b9 solid; /*(底黑線)*/
}
.area06 .news .ui-tabs {
  min-height: 300px;
}
/*焦點資訊------------------------------------*/
/*架構*/
.area07 .container-fluid:after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background-color: #d6eef0;
  position: absolute;
  bottom: -16px;
  left: 0px;
  z-index: 1;
}
.area07 .container-fluid:before {
  content: '';
  display: block;
  width: 1229px;
  height: 800px;
  position: absolute;
  /*background-color: #000;*/
  /*opacity: 0.2;*/
  /*bottom: -41px;*/
	top: -363px;
	right: 0;
  /*left: 0;*/
  z-index: 1;
	
	background: #fff url("../images/index/fn_bg2-1.png");
	background-repeat: no-repeat;
  background-position: right top;

  /*background-size: 55%;*/
	
}
.area07 .container-fluid.bg2:before { /*測試焦點新聞圖片2*/
  content: '';
  display: block;
  width: 1229px;
  height: 800px;
  position: absolute;
	top: -363px;
	right: 0;
  z-index: 1;
	background: #fff url("../images/index/fn_bg2-2.png");
	background-repeat: no-repeat;
  background-position: right top;
	
}
.area07 .container-fluid.bg3:before { /*測試焦點新聞圖片3*/
  content: '';
  display: block;
  width: 1229px;
  height: 800px;
  position: absolute;
	top: -363px;
	right: 0;
  z-index: 1;
	background: #fff url("../images/index/fn_bg2-3.png");
	background-repeat: no-repeat;
  background-position: right top;
	
}
body.in .news .ui-tabs .ui-tabs-nav .ui-tabs-anchor h3 {
  font-size: 115%;
}
.custom-slider {
  /*max-width: 800px;*/
  margin: 0 auto;
  position: relative;
  margin-bottom: 0px;
  z-index: 2;
}
.custom-slider h3 {
  background: #34495e;
  color: white;
  padding: 40px 0;
  text-align: center;
  margin: 0 10px;
  border-radius: 8px;
  font-size: 24px;
}
.custom-slider-card {
  padding: 10px;
  z-index: 2;
  position: relative;
  background-color: rgb(255 255 255 / 67%);
  border-radius: 12px;
}
.card-inner {
  /*background-color: #fff;*/
  /*border: 1px solid #ddd;*/
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
}
.card-inner a {
  text-decoration: none;
}
.custom-slider-card img.card-main-img {
  width: 100%;
  height: auto;
  display: block;
}
.custom-slider .slick-dots li.slick-active button:before { /*輪播圈圈*/
  opacity: .75;
  color: #9bcfcc;
  border: 1px #9bcfcc solid;
  border-radius: 50px;
}
.custom-slider .slick-dots li button:before { /*輪播圈圈*/
  color: #fff0;
  border: 2px #9bcfcc solid;
  border-radius: 50px;
}
.card-body {
  padding: 0 10px 5px 10px;
}
.card-title {
  color: #000;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 0px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
  margin-top: 10px;
  text-align: left;
}
.card-text {
  font-size: 105%;
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 55px;
}
/* 自訂箭頭按鈕（文字版本） */
.custom-arrow-left, .custom-arrow-right {
  width: 90px;
  height: 90px;
  font-size: 200px;
  line-height: 48px;
  text-align: center;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  z-index: 1;
  opacity: 0.6;
}
.custom-arrow-left:hover, .custom-arrow-right:hover {
  opacity: 1;
}
.custom-arrow-left {
  left: -30px;
}
.custom-arrow-right {
  right: -30px;
}
/* 禁用時的樣式 */
.custom-arrow-left.slick-disabled, .custom-arrow-right.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
/* 聚焦樣式（可鍵盤操作顯示） */
.custom-arrow-left:focus-visible, .custom-arrow-right:focus-visible {
  outline: none;
  width: 90px;
  height: 90px;
  font-size: 200px;
  line-height: 60px; /* 垂直置中 */
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.5); /* 聚焦框 */
  border-radius: 8px;
  z-index: 20;
}
/* 聚焦狀態下的位置微調（避免放大後偏掉） */
.custom-arrow-left:focus-visible {
  left: -48px; /* 原 -40px，增加 8px 讓聚焦框不偏 */
}
.custom-arrow-right:focus-visible {
  right: -48px;
}
.card-inner a:focus {
  display: block;
  border: 3px dotted #f28711;
}


.area07 ul.slick-dots {
	position: relative;
	bottom: 0;
	
}

/*電子書---------------------------------------------*/
.slider-wrapper {
  display: flex;
  /*max-width: 1200px;*/
  margin: 0 auto;
  align-items: center;
  margin-bottom: 50px;
}
/* 縮圖導覽區塊 */
.slider-nav {
  width: 35%;
  position: relative;
}
.slider-for {
  width: 65%;
  /*padding-left: 20px;*/
}
/* 主圖每個項目內部再切成 左文字 + 右圖片 */
.main-slide {
  display: flex !important;
  align-items: flex-start;
  gap: 20px;
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 4px;
  min-height: 465px !important;
}
.main-text {
  width: 50%;
}
.main-text p.title {
  margin: 10px 0 10px;
  font-size: 150%;
  font-weight: bold;
  color: #000;
  line-height: 30px;
}
.main-text p {
  margin: 0;
  font-size: 120%;
  color: #000;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
}
.main-image {
  width: 50%;
  display: table;
}
.main-image img {
  width: 340px;
  height: auto;
  border-radius: 0px;
}
/* 縮圖項目 */
.thumb-item {
  display: flex;
  align-items: center;
  gap: 10px;
  /*background: #f8f8f8;*/
  padding: 10px 10px;
  border-radius: 5px;
  transition: background 0.3s;
}
.thumb-item img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border: 2px solid transparent;
  flex-shrink: 0;
}
.thumb-text h4 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.thumb-text p {
  margin: 2px 0 0;
  font-size: 100%;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.slider-nav .slick-current .thumb-item img {
  /*border-color: #39ada5;*/
  border: 3px #39ada5 solid;
}
.thumb-item img {
  width: 180px;
  height: 96px;
}
/* 自訂箭頭樣式 */
.my-prev-arrow, .my-next-arrow {
  position: absolute;
  left: 100px;
  transform: translateX(-50%);
  z-index: 1;
  background: rgb(0 0 0 / 0%);
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  border: none;
  cursor: pointer;
}
.my-prev-arrow {
  top: -40px;
  color: #000;
}
.my-next-arrow {
  bottom: -40px;
  color: #000;
}
/*海域資訊平台---------------------------------------------*/
.custom-icon-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  /*max-width: 360px;*/
  padding: 20px;
}
.custom-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  height: 87px;
  min-height: 110px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 130%;
  font-weight: bold;
  transition: transform 0.2s ease;
  padding: 12px;
  line-height: 1.4;
  word-wrap: break-word;
}
.custom-icon:hover {
  transform: translateY(-15px);
  color: #000;
}
/*.custom-icon:hover,
    .custom-icon:focus {
      transform: translateY(-2px);
      outline: 2px dashed #333;
      outline-offset: 4px;
    }*/
/* 各個 icon 的背景色（具備足夠對比） */
.icon-1 {
  background-color: #d5cce7;
}
.icon-2 {
  background-color: #f1c985;
}
.icon-3 {
  background-color: #f2eecf;
}
.icon-4 {
  background-color: #ead4c3;
}
/*主題專區2---------------------------------------------*/
body.in .theme_area2 {
  position: relative;
  padding: 40px 0 0px 0;
  min-height: 300px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27cfdc+0,91d5c8+20,e3f0c4+34,e3f0c4+68,91d5c8+84,27cfdc+100 */
  background: linear-gradient(to right, #27cfdc 0%, #91d5c8 20%, #e3f0c4 34%, #e3f0c4 68%, #91d5c8 84%, #27cfdc 100%);
  W3C, IE10 + , FF16 + , Chrome26 + , Opera12 + , Safari7 +
}
body.in .theme_area2 .slick-next:before {
  content: "";
  right: 0;
  background-image: url(../images/index/arrow_r.png);
}
body.in .theme_area2 .slick-prev:before {
  content: "";
  background-image: url(../images/index/arrow_l.png);
}
body.in .theme_area2 .slick-prev:before, body.in .theme_area2 .slick-next:before {
  font-family: "標楷體";
  font-weight: bold;
  font-size: 300%;
  font-family: "標楷體";
  text-indent: -9999px;
  width: 32px;
  height: 60px;
  display: block;
  top: 0;
  position: absolute;
}
body.in .theme_area2 .slick-prev, body.in .theme_area2 .slick-next {
  width: auto;
}
body.in .theme_area2 .slick-slide a {
  color: #040000;
  font-size: 120%;
  text-decoration: none;
}
body.in .theme_area2 div {
  margin: auto !important;
  z-index: 1;
}
body.in .theme_area2 p {
  margin-top: 10px;
  font-size: 110%;
  font-weight: bold;
  padding: 0 16px 0 16px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body.in .theme_area2 .pic_a {
  text-align: center;
  color: #fff;
  width: 11px;
  height: 110px;
  border-radius: 50%; /* border: 1px #FFF solid;*/
  display: table;
  margin: 0 auto !important;
}
body.in .theme_area2 .pic_a img {
  /*max-width: 120px;*/
  margin: auto; /*width: 100%;*/
  /*padding:35px;*/
}
body.in .theme_area2 .pic_a:hover {
  background-color: #ffffff85;
  box-shadow: 0 5px 10px rgb(255 255 255 / 52%);
}
body.in .theme_area2 .center {
  /*padding: 0 40px;*/ /*預設40px*/
  /*padding: 0 100px;*/
  text-align: center;
}
body.in .theme_area2 .slick-slide a:focus {
  display: block;
  border: 3px dotted #f28711;
  /*width:  min-content;*/
}
body.in .theme_area2 .slick-prev:focus, body.in .theme_area2 .slick-next:focus {
  display: block;
  /*border: 3px dotted #f28711;*/
  width: 60px;
  height: 60px;
	top: 116px !important;
}
body.in .theme_area2::before { /*後面*/
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 241px; /* 背景圖寬度 */
  height: 100%;
  /*background: url("../images/index/theme_area_bg1.png");
  background-repeat: no-repeat;
  background-position: left top;*/
  background-size: contain; /* 或 cover / 100% 100% 看你的需求 */
  z-index: 0;
}
body.in .theme_area2::after { /*前面*/
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 241px;
  height: 100%;
  /*background: url("../images/index/theme_area_bg2.png");
  background-repeat: no-repeat;
  background-position: right bottom;*/
  background-size: contain;
  z-index: 0;
}
/*箭頭高度*/
body.in .theme_area2 .slick-prev, .slick-next {
  top: 49% !important;
}
/*所屬機關2---------------------------------------------*/
body.in .link_box {}
body.in .link_box2 .unit {
  margin-bottom: 30px;
}
body.in .link_box2 .unit img {
  width: 75%;
}
body.in .link_box2 .unit {
  text-align: center;
  position: relative;
}
body.in .link_box2 .unit li {
  display: block;
}
body.in .link_box2 .unit li a {
  /*border: 1px solid #FFF;*/
  display: block;
  color: #000;
  text-decoration: none;
}
body.in .link_box2 .unit li a:focus {
  display: inline-block;
  border: 3px dotted #f28711;
	outline: none;
}
body.in .link_box2 .unit p {
  font-size: 120%;
  /* font-weight: bold; */
  margin-top: 9px;
}
/*廣告連結---------------------------------------------*/
body.in .link_box {
  padding: 70px 0 16px 0;
  position: relative;
  text-align: center;
  background-image: url(../images/index/bg_area05-1.png);
  background-repeat: repeat-x;
  background-position: top center;
}
body.in .link_box .ad {
  margin: 20px 0;
}
body.in .link_box .slick-slide img {
  margin: auto;
}
body.in .link_box .slick-next:before {
  background-image: url(../images/index/activity_next02.png);
}
body.in .link_box .slick-prev:before {
  background-image: url(../images/index/activity_pre02.png);
}
body.in .link_box .slick-prev:before, body.in .link_box .slick-next:before {
  background-repeat: repeat;
  background-position: left top;
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  z-index: 2;
}
body.in .link_box .slick-prev, body.in .link_box .slick-next {
  width: 42px;
  height: 42px;
}
body.in .link_box .slick-next {
  right: 0;
}
body.in .link_box .slick-prev {
  left: 0;
  z-index: 1;
}
body.in .link_box .slick-list {
  /* z-index: -1; */
}
body.in .link_box .unit {
  margin-bottom: 30px;
}
body.in .link_box .unit img {
  width: 100%;
}
body.in .link_box .unit {
  text-align: center;
  position: relative;
}
body.in .link_box .unit li {
  display: block;
}
body.in .link_box .unit li a {
  border: 1px solid #FFF;
  display: block;
  color: #000;
  text-decoration: none;
}
body.in .link_box .unit li a:focus {
  display: inline-block;
  border: 3px dotted #f28711;
}
body.in .link_box .unit p {
  font-size: 120%;
  /* font-weight: bold; */
  margin-top: 9px;
}
body.in .clearfix.link_box.organ {
  background: #fff;
}
body.in .picture2 .title {
  background: url(../images/index/title_lineBG.png) repeat-x top;
  text-align: center;
  padding: 0 40% 23px 40%;
  margin-top: 20px; /*background-color: yellowgreen;*/
}
body.in .picture2 .title .title_org {
  color: #ff4a19;
  font-size: 150%;
  font-weight: bold;
  background: #fff;
}
body.in .link_box .more a {
  /*border: 1px #c96800 solid;*/
  padding: 0px 9px 0px 34px;
  color: #ff4c0c;
  text-decoration: none;
  background-image: url(../images/index/arrow_01.png);
  background-repeat: no-repeat;
  background-position: 6px 2px;
  font-size: 90%;
  float: right;
}
body.in .link_box .more a:hover {
  color: #39ada5;
  background-position: 6px -19px;
}
body.in .ad_banner.clearfix.link_box {
  padding: 70px 0 0px 0;
  min-height: 283px;
}
body.in .link_box .slick-slide a:focus, body.in .link_box .more a:focus {
  display: inline-block;
  border: 3px dotted #f28711;
}
body.in .link_box .slick-prev:focus, body.in .link_box .slick-next:focus {
  display: block;
  border: 3px dotted #f28711;
  width: 48px;
  height: 48px;
}
/*ad網站連結---------------------------------------------*/
.ad .slick-slide img {
  border: 1px #e0e0e0 solid;
}
/*電子書 改/影片區塊 (頁籤)---------------------------------------------*/
/* 第一組：nav-tabs-primary 藍色底線 */
.nav-tabs-primary {
  border-bottom: none;
}
.nav-tabs-primary .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #495057;
  transition: border-color 0.3s, color 0.3s;
  font-weight: bold;
}
.nav-tabs-primary .nav-link:hover {
  border-bottom: 2px solid #5abbb4;
  color: #377f7b;
  ;
}
.nav-tabs-primary .nav-link.active {
  border-bottom: 2px solid #5abbb4;
  color: #377f7b;
  font-weight: bold;
}
.nav-tabs-primary .nav-link:focus {
  color: #377f7b;
}
/* 第二組：nav-tabs-custom 綠色底線 */
.nav-tabs-custom {
  border-bottom: none;
}
.nav-tabs-custom .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #495057;
  transition: border-color 0.3s, color 0.3s;
  font-weight: bold;
  padding: 0.5rem 1rem;
}
.nav-tabs-custom .nav-link:hover {
  border-bottom: 2px solid #5abbb4;
  color: #377f7b;
  ;
}
.nav-tabs-custom .nav-link.active {
  border-bottom: 2px solid #5abbb4;
  color: #377f7b;
  font-weight: bold;
}
.nav-tabs-custom .nav-link:focus {
  color: #377f7b;
}
/*電子書 改*/
.ebook_frame {
  position: relative;
  z-index: 1;
	min-height: 437px;
}

.ebook_frame .title {
	margin: 0 0 10px;
  font-size: 125%;
  text-align: left;
  font-weight: bold;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ebook.nav {
  border-bottom: 2px #b9b9b9 solid;
  font-size: 125%;
  margin-bottom: 10px;
}
.ebook-pic img {
  width: 100%;
  height: 100%;
  max-width: 370px;
  max-height: 100%;
  border: 20px #f0f0f0 solid;
	/*height: 408px;*/
}
.feature-section {
  display: flex;
  gap: 20px;
  align-items: flex-start;
	/*height: 408px;*/
}
.feature-carousel {
  width: 290px;
}
/*.feature-carousel img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 0 50px 0 0;
    }*/
.feature-text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 410px;
	width: 40%;
}
.feature-text-content h2 {
  margin: 0 0 10px;
  font-size: 125%;
  text-align: left;
  font-weight: bold;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.feature-text-content p {
  flex-grow: 1;
  margin: 0 0 20px;
  font-size: 105%;
  text-align: left;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  min-height: 282px !important;
}
.feature-bottom-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature-arrow-group {
  display: flex;
  gap: 12px;
}
.feature-bottom-controls a {
  background-color: #fff;
  color: #000;
  border: 1px #aaaaaa solid;
  padding: 4px 17px;
  font-size: 110%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.feature-bottom-controls button {
  background-color: #5bbcb5;
  color: #fff;
  border: none;
  padding: 8px 14px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.feature-bottom-controls a:hover, .feature-bottom-controls a:focus, .feature-bottom-controls button:hover, .feature-bottom-controls button:focus {
  background-color: #DB3300 !important;
  outline: none;
}
.feature-bottom-controls a:hover {
  color: #fff;
}
.tab-pane {
  min-height: 360px;
}
.tab-content .slick-dots li.slick-active button:before { /*輪播圈圈*/
  opacity: .75;
  color: #9bcfcc;
  border: 1px #9bcfcc solid;
  border-radius: 50px;
}
.tab-content .slick-dots li button:before { /*輪播圈圈*/
  color: #fff0;
  border: 2px #9bcfcc solid;
  border-radius: 50px;
}
/*影片*/
.videos.nav {
  border-bottom: 2px #b9b9b9 solid;
  font-size: 123%;
  margin-bottom: 10px;
}
.videos_frame {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.videos_frame .box {
  flex: 1;
  padding: 0px;
  /*background-color: #f2f2f2;
      border: 1px solid #ccc;*/
}
.feature-card-slider {
  padding: 10px;
  z-index: 1;
  position: relative;
}
.feature-card-inner {
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.feature-card-inner a {
  text-decoration: none;
}
.feature-card-slider img.feature-card-main-img {
  width: 100%;
  height: auto;
  display: block;
  height: auto;
  transition: transform 0.3s ease; /* 平滑過渡效果 */
}
.feature-card-slider img.feature-card-main-img:hover {
  transform: scale(1.1);
}
.feature-card-slider .pic::after {
  content: "";
  color: #ff491b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f0f0f0;
  width: 92%;
  height: 65%;
}
.feature-card-slider .card-inner {
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.feature-card-slider .card-body {
  padding: 0 10px 5px 10px;
}
.feature-card-slider .card-title {
  color: #000;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 12px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 33px;
  margin-top: 10px;
}
.feature-card-slider .info {
  color: #000;
  text-align: left;
  margin: 0;
  letter-spacing: 0;
}
.feature-card-slider .info a {
  color: #337ab7;
}
/*海洋資訊平台 改2---------------------------------------------*/
.ocean-icon {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #f6fbfc;
  padding: 16px;
  border-radius: 6px;
  height: 100%;
  text-decoration: none;
  color: #000;
  transition: transform 0.2s ease;
}
.ocean-icon:hover {
  transform: translateY(-8px);
  color: #000;
}
.ocean-icon-img {
  width: 107px;
  height: 107px;
  object-fit: contain;
  flex-shrink: 0;
}
.ocean-icon-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.ocean-icon-title {
  font-size: 120%;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 4px;
}
.ocean-icon-desc {
  font-size: 105%;
  line-height: 28px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
a.ocean-icon:focus {
  display: flex;
  outline: none; /* 去除預設藍框 */
}
/*網站連結 ---------------------------------------------*/
.area05 {
  background-color: #e4f8f9;
}