@charset "utf-8";


/*內容共用*/

/*banner*/
.banner .slick-slide img {
    width: 100%;
}
.banner .slick-prev,
.banner .slick-next {
    z-index: 9;
    width: 50px;
    height: 50px;
}
.banner .slick-prev:before,
.banner .slick-next:before {
    content: "";
    background-image: url(../images/index/slider_arrow.svg);
    width: 50px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.6;
}

.banner .slick-next:before {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.banner .slick-prev:hover:before,
.banner .slick-next:hover:before {
    opacity: 1;
}
@media (min-width:992px) {
    .banner .slick-next {
    right: 20px;
}
.banner .slick-prev {
    left: 20px;
}
    .banner .slick-dots {
    bottom: -45px;
    text-align: left;
    left: 10%;
    right: inherit;
    width: auto;
}

.banner .slick-dots li {
    width: auto;
    height: auto;
}

.banner .slick-dots li button {
    position: relative;
    width: 40px;
}

.banner .slick-dots li button:before {
    background-color: #6d6d6d;
    content: "";
    width: 40px;
    height: 5px;
    opacity: 1 !important;
}

.banner .slick-dots li.slick-active button:before {
    background-color: #0033A0;
}
}
@media (max-width:992px) {
    .banner .slick-next {
    right: 0;
}

.banner .slick-prev {
    left: 0;
}
    .banner .slick-dots{
    display: none;
}
}

/*滿版框*/
.container-fluid.resize {
    max-width: 1840px;
    margin: auto;
}
@media (min-width:768px) {
    .container-fluid.resize {
    padding-left: 70px;
    padding-right: 70px;
}
}
/*title*/
.content .title {
    color: #0033A0;
    font-weight: bold;
    text-align: center;
    font-family: "Microsoft JhengHei";
    font-size: 180%;
    padding: 5px 0 20px 0;
}

.content .title::after {content: "";width: 30px;height: 5px;display: block;margin: 5px auto 0 auto;background: rgb(138,141,143);background: -moz-linear-gradient(45deg,  rgba(138,141,143,1) 0%, rgba(220,220,220,1) 100%);background: -webkit-linear-gradient(45deg,  rgba(138,141,143,1) 0%,rgba(220,220,220,1) 100%);background: linear-gradient(45deg,  rgba(138,141,143,1) 0%,rgba(220,220,220,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8d8f', endColorstr='#dcdcdc',GradientType=1 );}
.content .stitle {
    position: relative;
    margin: 10px 0;
    padding: 0 0 0 13px;
    color: #0033a0;
    font-weight: bold;
    font-size: 130%;
}

.content .stitle::before {
    content: "";
    width: 5px;
    display: block;
    position: absolute;
    top: 2px;
    bottom: 2px;
    background: rgb(138,141,143);
    background: -moz-linear-gradient(top,  rgba(138,141,143,1) 0%, rgba(220,220,220,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(138,141,143,1) 0%,rgba(220,220,220,1) 100%);
    background: linear-gradient(to bottom,  rgba(138,141,143,1) 0%,rgba(220,220,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8d8f', endColorstr='#dcdcdc',GradientType=0 );
    left: 0;
}
/*看更多*/
.more{
    width: 100%;
    text-align: center;
}

.more a {
    padding: 10px 40px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    text-decoration: none;
    background-color: #0033A0;
    white-space: nowrap;
}

.more a img {
    width: 17px;
    margin: -5px 0 0 10px;
}
.more a:hover {
    background-color: #0041cc;
    letter-spacing: 1px;
}


/*跑馬燈*/
.marquee_box {
  background-color:#f2f2f2;
  padding:10px 15px;
}
.marquee_box .marquee {
  overflow: hidden;
  width: 100%;
}
.marquee_box .marquee p {
  display:inline-block;
  color: #0033a0;
  margin:0;
}
.marquee_box .marquee a {
  color: #0033a0;
  text-decoration: none;
  font-size: 105%;
  padding:4px;
  display:inline-block;
}
.marquee_box .marquee a:focus {
  outline-offset:-3px;
}

/*標題*/
h2 {
    color: #0033a0;
    font-weight: bold;
    font-size: 170%;
    padding-left: 0 !important;
    margin: 0;
}

.h2_note {
    margin: 5px 0 0 0;
    padding: 0 2px;
    color: #757575;
    font-size: 108%;
}
/*焦點新聞*/
.newsarea {
    max-width: 1100px;
}
.link_pic {
    padding: 15px 0 5px 0;
}

.link_pic .piclist  a {
    display: block;
    height: 100%;
}


.link_pic .item {
    font-size: 100%;
    line-height: 150%;
    color: #1e1e1e;
    margin: 5px 0;
    font-weight: bold;
}

.link_pic .piclist .list {-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);position: relative;}

.link_pic .piclist .list:hover {
    text-decoration: none;
}

.link_pic .piclist .list:hover .rmore {
    color: #0033A0 !important;
    letter-spacing: 1px;
}

.link_pic .piclist .list .infobox {
    padding: 65px 30px 60px 30px;
    font-family: "Arial";
    position: relative;
}
.link_pic .piclist .list .pic{
    text-align: center;
}
.link_pic .piclist .list .infobox .sort {
    color: #0033A0;
    font-size: 125%;
    font-weight: bold;
}
.link_pic .piclist .list .rmore{
    text-align: right;
    transition: all 200ms ease-out 0s;
    font-weight: bold;
    color: #757575;
    font-family: sans-serif;
}
.link_pic .piclist .list .rmore a{
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 105%;
}
.link_pic .piclist .list .rmore a:hover {
    color: #0033A0;
    letter-spacing: 1px;
}
  .link_pic .piclist .list .rmore {
    position: absolute;
    right: 30px;
    bottom: 15px;
}
.link_pic .piclist .date_circle {
    background-color: #0033a0;
    position: absolute;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 41%);
    left: 30px;
    top: -26%;
    display: -webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    flex-direction:column;
    -webkit-flex-wrap:wrap-reverse;
    flex-wrap:wrap-reverse;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
    -webkit-align-content:center;
    align-content:center;
}

.link_pic .piclist .date_circle p {
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: bold;
    line-height: 130%;
}

.link_pic .piclist .date_circle .day {
    font-size: 245%;
}

.link_pic .piclist .date_circle .month {
    font-size: 95%;
}
@media (min-width:992px) {
.link_pic .item {
    -webkit-line-clamp: 3 !important;
}
}

@media (min-width:768px) {
  .link_pic .piclist .list {height: 100%;}

.link_pic .piclist .list .pic {
    padding: 75% 0 0 0;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
}

.link_pic .piclist .list:hover .pic img {
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.link_pic .piclist .list .pic img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    /* min-height: 100%; */
    transition: all 200ms ease-out 0s;
    /* max-width: none; */
    /* min-width: 100%; */
}
.link_pic .item {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

}
@media (max-width:768px) {
  .link_pic .piclist .list .pic img{width: 100%;}
}

/*about*/
.about {
    max-width: 1296px;
    margin: 70px auto 30px auto;
}

.about .pic {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}

.about .pic .wave {
    background-color: #0032a0;
    z-index: 1;
}

.about .pic .wave .site {
    position: absolute;
    top: -300px;
}

.about .pic .wave .info {
    max-width: 1200px;
    padding: 0 20px 50px 20px;
    position: relative;
}

.about .pic .wave::before {
     position: absolute;
     left: -2px;
     right: -2px;
     content: "";
     background-image: url(../images/index/wave.svg);
     background-repeat: no-repeat;
     top: -59%;
     height: 60%;
     background-size: contain;
     background-position: center bottom -1px;
}

.about .pic .wave p {
    color: #fff;
    font-size: 115%;
    line-height: 160%;
    position: relative;
}

.about .pic .wave .atitle {
    font-size: 250%;
    font-weight: bold;
}
.about .pic > img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
}
@media (min-width:992px) {
  .about .pic .wave .info {
    margin: -75px auto 0 auto;
}
  .about .pic .wave {
    position: absolute;
    bottom: -25px;
    right: 0;
    left: 0;
}
  .about .pic .wave::before {
  top: -100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}
}
@media (max-width:992px) {
  .about .pic .wave {
    position: relative;
}
   .about .pic .wave .info {
    margin: 0 auto 0 auto;}

}
/*opendata*/
.opendata {
    text-align: center;
    margin: 45px 0 55px 0;
}
.opendata .num{}
.opendata .counter {
    color: #0033A0;
    font-size: 450%;
    font-family: sans-serif;
    margin: 0;
    font-weight: bold;
}

/*.goals*/
.goals {
    padding: 10px 0 30px 0;
}
.goals .slick-track {
    display: -webkit-flex;
    display: flex;
}
.goals .slick-slide {
    padding: 20px 25px;
    height: auto;
    transition: all 200ms ease-out 0s;
}

.goals .list{
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
    height: 100%;
    padding: 0 0 50px 0;
    position: relative;
}
.goals .list .pic {
    padding: 59% 0 0 0;
    position: relative;
    overflow: hidden;
}

.goals .list .item {
    color: #0033a0;
    font-weight: bold;
    padding: 10px 15px;
    margin: 0;
    font-size: 110%;
}

.goals .list .txt {
    padding: 0 15px;
    color: #000;
    font-size: 115%;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 160%;
}

.goals .list .more {
    position: absolute;
    right: 15px;
    width: auto;
    bottom: 20px;
    color: #757575;
    text-decoration: none;
    font-weight: bold;
    text-align: right;
}

.goals .list .more:hover {
    color: #0033A0;
    letter-spacing: 1px;
}

.goals .list .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    /* max-height: 100%; */
    transition: all 200ms ease-out 0s;
}
.goals .list:hover .pic img {
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.goals .slick-prev,
.goals .slick-next {
    z-index: 9;
    width: 50px;
    height: 50px;
}

.goals .slick-prev {
    left: 0;
}

.goals .slick-next {
    right: 0;
}
.goals .slick-prev:before,
.goals .slick-next:before {
    content: "";
    background-image: url(../images/index/goals_arrow.svg);
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.5;
}

.goals .slick-prev:before {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.goals .slick-prev:hover:before,
.goals .slick-next:hover:before {
    opacity: 1;
}
@media (min-width:992px) {
  .goals{
    margin: 0 -25px;
}
}
@media (max-width:992px) {
.goals .slick-slide {
    opacity: 0.5;
}

.goals .slick-slide.slick-active {
    opacity: 1;
}
}
/*我們的任務*/
.task_list {
    padding: 45px 0 20px 0;
}

.task a{
    text-decoration: none;
    display: block;
}

.task a:hover .task_title p {
    color: #0033a0;
}
.task .task_title p {
    margin: 0 10px 0 0;
    color: #000;
    font-weight: bold;
    font-size: 120%;
    padding: 5px 0;
    line-height: 120%;
}

.task .task_title img {
    width: 20px;
    transition: all 200ms ease-out 0s;
    position: relative;
    height: 33px;
    margin: 0 5px 0 0;
}
@media (min-width:768px) {
.task{
    padding: 15px;
}
.task .pic {
    overflow: hidden;
    position: relative;
    padding: 56% 0 0 0;
    border: 1px #707070 solid;
}

.task .pic img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 200ms ease-out 0s;
}
.task .task_title{
    padding: 5px 0 0 2px;
}
.task a:hover .pic img{
    -moz-transform: scale(1.1) translate(-50%, -50%);
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    -o-transform: scale(1.1) translate(-50%, -50%);
    -ms-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-45%, -45%);
}

}
@media (max-width:768px) {
  .task{
    padding: 5px 13px;
}
  .task a{
    display: -webkit-flex;
    display:flex;
    padding: 10px 15px;
    background-color: #F5F5F5;
}
.task .pic{
    display: none;
}
.task a:hover {
    background-color: #dee8fd;
}
}
