@charset "utf-8";


/*內容共用*/

/*banner*/
.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;
}

.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: 10%;
}

.banner .slick-prev,.banner .slick-next {
    top: inherit;
    bottom: -90px;
}

.banner .slick-prev {
    left: inherit;
    right: 15%;
}
    .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.null {
    text-indent: -9999px;
}

.content .stitle.null::before {
    display: none;
}

.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%;
    padding: 20px 0 0 0;
}

.more a {
    padding: 10px 40px 10px 20px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0;
    position: relative;
    text-decoration: none;
    background-color: #0033A0;
    border-radius: 3px;
    font-size: 110%;
    white-space: nowrap;
}
.more a:hover {
    background-color: #0041cc;
}

.more a::after {
    right: 25px;
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)translate(0,-70%);
    top: 50%;
}
.more.nobg a {color: #0033A0;background: transparent;padding: 0 25px 0 20px;}
.more.nobg a:hover {color: #0045da;}

.more.nobg a:hover::after {
    border-top: solid 2px #0045da;
    border-right: solid 2px #0045da;
}
.more.nobg a::after {
    border-top: solid 2px #0033a0;
    border-right: solid 2px #0033a0;
    right: 10px;
}
@media (min-width:992px) {
    .col-lg-12 .more{text-align: center;}
    .more{
    text-align: right;
}
}
@media (max-width:992px) {
    .more{
    text-align: center;
}
}
/*跑馬燈*/
.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;
}