@charset "utf-8";


/*內容共用*/

/*banner*/

.banner .slick-prev:before,
.banner .slick-next:before {
    content: "";
    display: block;
} 


.banner .slick-prev:hover:before,
.banner .slick-next:hover:before {
    opacity: 1;
}

.banner .slick-slide .txt {
    position: absolute;
    top: 50%;
    background-color: rgba(255,255,255,0.8);
    color: #000;
    box-shadow: 1px -1px 14px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px -1px 14px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px -1px 14px -4px rgba(0,0,0,0.75);
    transform: translateY(-50%);
    font-weight: bold;
}

.banner .slick-slide a {
    position: relative;
    display: block;
}

@media (min-width:992px) {
    .banner .slick-slide .bnbox{
    margin: auto;
    padding: 0 5%;
}
    .banner .slick-next {
    bottom: -15px;
}

.banner .slick-prev,.banner .slick-next {
    top: inherit;
    left: 96%;
}

.banner .slick-prev {
    bottom: 35px;
}
.banner .slick-prev,
.banner .slick-next {
    z-index: 9;
    width: 40px;
    height: 40px;
}
.banner .slick-prev:before,
.banner .slick-next:before {
    background-image: url(../images/index/slider_arrowo.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}    
.banner .slick-next:before {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.banner .slick-prev:before {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
    .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;
}
.banner .slick-slide .txt {
    left: -6%;
    padding: 30px;
    font-size: 200%;
    max-width: 25%;
}
}
@media (max-width:992px) {
    .banner .slick-next {
    right: 5px;
}


.banner .slick-prev,.banner .slick-next {
    width: 40px;
    height: 40px;
    z-index: 9;
}

.banner .slick-prev {
    left: 5px;
}
.banner .slick-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-bottom: solid 4px #ffffff;
  border-left: solid 4px #ffffff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-60%, -15%);
  opacity: 1;
}
.banner .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-top: solid 4px #ffffff;
  border-right: solid 4px #ffffff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-90%, 5%);
  opacity: 1;
}
    .banner .slick-dots{
    display: none;
}
.banner .slick-slide .txt {
    right: 50px;
    padding: 5px 15px;
}
}
@media (max-width:992px) and (min-width:768px)  {
    .banner .slick-slide .txt {
    font-size: 156%;
    max-width: 35%;
}
}
@media (max-width:768px) {
    .banner .slick-slide .txt {
    font-size: 130%;
    max-width: 50%;
}
}
/*滿版框*/
.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 p {
    display: inline-block;
}

.content .title p::after {
    content: "";
    height: 20px;
    display: block;
    margin: -15px -10px 0 -10px;
    background-color: #D9E3F9;
}
.content .stitle {
    position: relative;
    margin: 10px 0;
    color: #0033a0;
    font-size: 130%;
}

.content .stitle:first-letter {
    font-weight: bold;
    font-size: 120%;
}


.content .stitle.null {
    text-indent: -9999px;
}

.content .stitle.null::before {
    display: none;
}

.content .stitle::after {
    /* content: ""; */
    width: 30px;
    height: 15px;
    margin: 0 0 0 5px;
    background-image: url(../images/all/ic_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 15px;
    position: relative;
    display: inline-block;
}
/*看更多*/
.more{
    width: 100%;
    padding: 20px 0 0 0;
}

.more a {
    padding: 10px 65px 10px 20px;
    color: #0033A0;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0;
    position: relative;
    text-decoration: none;
    background-color: #D9E3F9;
    border-radius: 5px;
    font-size: 110%;
    white-space: nowrap;
    background-image: url(../images/all/ic_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 13px;
    background-size: 12px;
}
.more a:hover {
    background-color: #bed0f5;
    text-decoration: none;
}

.more.nobg a {color: #0033A0;background-color: transparent;padding: 0 40px 0 10px;}
.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: #0033A0;
  padding: 5px;
}
.marquee_box .marquee {
  overflow: hidden;
  width: 100%;
}
.marquee_box .marquee p {
  display:inline-block;
  color: #ffffff;
  margin:0;
}
.marquee_box .marquee a {
  color: #ffffff;
  text-decoration: none;
  font-size: 105%;
  padding:4px;
  display:inline-block;
}
.marquee_box .marquee a:focus {
  outline-offset:-3px;
}

/* 輪播按鈕 */
body .buttons {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 45px;
}
body .buttons button {
  color: #000000;
  padding: 5px 15px;
  border: none;
  background-color: #fff;
/*  border-radius: 15px;*/
  box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.2);
}
body .buttons button:hover, body .buttons button:focus {
  background-color: #000;
/*  color: #fff;*/
	opacity: 1;
}
body .buttons button:focus {
  outline: 3px #f00 dotted !important;
}
body .buttons button {
    position: absolute;
    left: 0;
    border: none;
    background-color: transparent;
    text-indent: -9999px;
    background-image: url("../images/index/icon_pause.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
/*    width: 55px;*/
/*    height: 55px;*/
	opacity: 0.5;
}

body .buttons button.pause {
    background-image: url("../images/index/icon_play.svg");
}
@media (min-width:992px) {
	body .buttons {
	  left: 92%;
	}
}
		
/*跑馬燈按鈕*/
.marquee_box {
	position: relative;
}
.marquee_box .marquee_bt {
    position: absolute;
    left: 0;
    border: none;
    text-indent: -9999px;
    background-image: url("../images/index/icon_pause.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
	background-color: #0033a0;
    width: 40px;
    height: 40px;
	padding: 0;
	top: 50%;
  	transform: translateY(-50%);
}
.marquee_box .marquee_bt.pause {
    background-image: url("../images/index/icon_play.svg");
}
.marquee_box .marquee_bt:focus {
    outline: 3px #f44336 dotted !important;
    outline-offset: -3px;
}
.marquee_box .marquee_bt:hover {
    z-index: 999;
}