@charset "utf-8";
/* CSS Document */
.tabs {
  position: relative;
  text-align: left;
}
.outer.tabs {
  text-align: center;
  margin-top: 15px;
}
.outer.tabs > ul {
  margin: auto;
  border-bottom: 1px #e2e2e2 solid;
  -webkit-justify-content: center;
  justify-content: center;
}
.tabs::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  z-index: -1;
  top: 75px;
}
.tabs .title {
  color: #009788;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 120%;
  padding: 5px 0 10px 0;
}
.tabs .title::after {
  content: "";
  width: 7px;
  height: 22px;
  display: block;
  background-color: #fc961a;
  margin: 5px auto 0 auto;
}
.tabs ul {
  border-bottom: 1px #555 solid;
  padding: 0;
  margin: 0;
  border: none;
}

.tabs .news_pic ul.slick-dots {
    position: relative;
    padding: 10px 0;
}

.tabs .news_pic ul.slick-dots li button:before {
    background-color: #009788;
}
.tabs ul.file {
  display: inline-flex;
}
.tabs .news.list_B .item {
  display: inline-block;
}
.tabs .news.list_B ul.file li {
  border: none;
  float: left;
  padding: 0 3px;
}
.tabs .news.list_B ul.file li a {
  padding: 0;
  opacity: 0.8;
}
.tabs .news.list_B ul.file li a:hover {
  opacity: 1;
}
.tabs .nav-tabs li {
  text-align: center;
  white-space: nowrap;
  list-style-type: none;
  margin-bottom: 0;
}
.inner.tabs .nav-tabs li {
  padding: 5px;
}
.outer.tabs > .nav-tabs li {
  padding: 10px 0;
  position: relative;
}
.outer.tabs > .nav-tabs li a::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 50%;
  right: 50%;
  display: block;
  background-color: #009788;
  bottom: -11px;
  transition: all 200ms ease-out;
}
.outer.tabs > .nav-tabs li a:hover::after, .outer.tabs > .nav-tabs li a.active::after {
  left: 25px;
  right: 25px;
}
.inner.tabs .nav-tabs li a {
  color: #585858;
  padding: 14px 5px;
  font-size: 110%;
  border-radius: 0;
  border: none;
  font-weight: bold;
  background-color: #ebebeb;
}

.inner.tabs .nav-tabs li a:hover {
    background-color: #d4d4d4;
    color: #000;
}
.inner .nav-tabs .nav-item.show .nav-link, .inner .nav-tabs .nav-link.active {
  background-color: #009788;
  color: #fff;
}
.outer.tabs > .nav-tabs li a {
  font-weight: bold;
  color: #888888;
  border-left: 1px #e2e2e2 solid;
  position: relative;
  border-radius: 0;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.outer.tabs > .nav-tabs li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #009788;
  border-right: solid 1px #009788;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 43px;
  transition: all 200ms ease-out;
}
.outer.tabs > .nav-tabs li a:hover::after {
  content: "";
}
.outer.tabs > .nav-tabs li:first-child a {
  border: none;
}
.outer.tabs > .nav-tabs li a.active {
  color: #000;
}
.tabs .tab-content {
  padding: 10px;
  background-color: #fff;
  position: relative;
  width: 100%;
}
.tabs .tab-pane {
  padding: 0;
}

.tabs .tab-pane .video a {
    background-color: #000;
    display: block;
    position: relative;
}
.tabs .tab-pane .tabpic_search {
  padding: 20px 0;
}
.tabs .tab-pane .tabpic_search .s_date {
  margin: 5px;
  display: -webkit-inline-flex;
  display:inline-flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

.tabs .tab-pane .tabpic_search .s_date {
}
.tabs .tab-pane .tabpic_search .s_mouth {
  display: inline-flex;
}
.tabs .tab-pane .tabpic_search .s_mouth ul {
  list-style-type: none;
}
.tabs .tab-pane .tabpic_search .s_mouth ul li {
  padding: 0 5px;
}
.tabs .tab-pane .tabpic_search .s_mouth ul li a {
  border-radius: 5px;
  background-color: #f0f0f0;
  color: #000;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
.tabs .tab-pane .tabpic_search .s_mouth ul li a:hover {
  background-color: #d4d4d4;
}
.tabs .tab-pane .tabpic_search .s_mouth ul li.active a {
  background-color: #009788;
  color: #fff;
}
.tabs .tab-pane .tabpic_search .s_date select {
  border: none;
  background: transparent;
  -webkit-appearance: none; /*for chrome*/
  font-weight: bold;
  font-size: 110%;
  padding: 10px 35px 10px 10px;
}
.tabs .tab-pane .tabpic_search .s_date .custom_select {
  padding: 0 10px;
  position: relative;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin: 5px 5px 5px 80px;
}

.tabs .tab-pane .tabpic_search .s_date .custom_select label {
    position: absolute;
    left: -60px;
    top: 8px;
    font-weight: bold;
    margin: 0;
    font-size: 115%;
}
.tabs .tab-pane .tabpic_search .s_date .custom_select::before {
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: solid 2px #009788;
  border-right: solid 2px #009788;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  right: 25px;
  top: 39%;
}
/*列表內容*/
.tabs .news {
  padding: 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
.tabs .more a {
  color: #000;
  border-bottom: 1px #bdbdbd solid;
  font-weight: bold;
  font-size: 105%;
  display: inline-block;
  padding: 10px 65px 10px 10px;
  position: relative;
  text-decoration: none;
}
.tabs .more a:hover svg {
  right: 10px;
}
.tabs .more a:hover svg path {
  stroke: #009788;
}
.tabs .more a svg {
  position: absolute;
  right: 5px;
  top: 38%;
  transition: all 200ms ease-out;
}
.tabs .more {
  text-align: right;
  clear: both;
  margin-top: 15px;
}
.tabs .more a:hover {
  color: #009788;
  border-bottom: 1px #009788 solid;
}
.tabs .news ul li {
  list-style-type: none;
  border-top: 1px #d6d6d6 solid;
}
.tabs .news.list_D ul li {
  border: none;
}
.tabpic_slider .tabpic .pic img {
  width: 100%;
  transition: all 200ms ease-out;
}
.tabs .news ul li .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border: 3px #fff solid;
  bottom: 0;
}
.tabs .news ul li p {
  margin: 0;
}
.tabs .news ul li .txt {
  font-size: 95%;
  color: #555;
  letter-spacing: 1px;
  margin: 5px 0 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tabs .news ul li .item {
  font-size: 105%;
  font-weight: 600;
}
.tabs .news ul li .date {
  font-size: 90%;
  white-space: nowrap;
  color: #009788;
  font-weight: bold;
  margin: 2px 15px 0 0;
}
.tabpic_slider .tabpic a {
  height: 100%;
  padding: 8px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.tabpic_slider .tabpic a:hover {
  color: #009788;
}
.tabpic_slider .tabpic a:hover img {
  width: 98%;
}
.tabs .news.list_A ul li a {
  padding: 12px 8px;
  color: #000;
  text-decoration: none;
}
.tabs .news.list_B ul li a {
  padding: 7px 8px 8px 8px;
}
.tabs .news ul li a:hover {
  background-color: #f1f0ee;
}
.tabs .news ul li:nth-child(1) {
  border-top: none;
}
/*重要活動*/
.tabpic_slider .tabpic .info p {
  display: block;
  margin: 0;
  padding: 1px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tabpic_slider {
  padding: 0 50px;
}
.tabpic_slider .slick-dots {
  right: 0;
  position: relative;
  padding: 10px;
}
.tabpic_slider .slick-dots li button:before {
  background-color: #009788;
}
.tabpic_slider .tabpic .info {
  padding: 7px 0;
  font-size: 120%;
  color: #009788;
}
.tabpic_slider .tabpic .text01 {
  margin: 0;
  font-size: 120%;
  font-weight: bold;
  padding: 5px 0;
  line-height: 110%;
}
.tabpic_slider .slick-next, .tabpic_slider .slick-prev {
  height: 50px;
  font-size: 0;
  background-color: #f0f0f0;
  width: 40px;
  text-align: center;
}
.tabpic_slider .slick-next:hover, .tabpic_slider .slick-prev:hover {
  background-color: #d9d9d9;
}
.tabpic_slider .slick-next {
  right: 0px;
}
.tabpic_slider .slick-prev {
  left: 0;
  z-index: 99;
}
.tabpic_slider .slick-next:before, .tabpic_slider .slick-prev:before {
  color: #009788;
  content: "";
  position: relative;
}
.tabpic_slider .slick-next:hover:before, .tabpic_slider .slick-prev:hover:before {
  opacity: 1;
}
.tabpic_slider .slick-next:before {
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #009788;
  border-right: solid 3px #009788;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(50%, -50%);
}
.tabpic_slider .slick-prev:before {
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: solid 3px #009788;
  border-left: solid 3px #009788;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(50%, -50%);
  left: 5px;
}
.tabpic.slick-slide .pic {
    position: relative;
    padding: 75% 0 0 0;
    overflow: hidden;
}

.tabpic.slick-slide .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}
@media (max-width: 975px) {
.tabs .tab-pane .video img {
    
width: 100%;
}
}
@media (min-width: 975px) {
.tabs .tab-pane .video img {
    max-width: 100%;
    height: 358px;
}
}
@media (min-width: 767px) {
  .tabs .nav-tabs .more {
    margin: 0 -1px 0 0;
  }
  .tabs .tab-pane .tabpic_search {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .tabs .nav-tabs .more {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
@media (min-width: 576px) {
  .tabs .news ul li .item {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tabs .news ul.file {
    margin-left: 10px;
  }
  .tabs .news ul li .pic img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .tabs .news.list_A ul li a {
    display: block;
  }
}
@media (min-width: 480px) {
  .outer.tabs > .nav-tabs li a {
    padding: 8px 35px 10px 35px;
    font-size: 125%;
  }
  .tabs .tab-pane .tabpic_search .s_mouth ul li a {
    font-size: 125%;
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  .outer.tabs > .nav-tabs li a {
    padding: 8px 15px;
    font-size: 115%;
  }
  .inner.tabs .nav-tabs li {
    max-width: 50%;
  }
  .tabs .tab-pane .tabpic_search .s_mouth ul li a {
    font-size: 110%;
    padding: 10px 11px;
  }
}