@charset "utf-8";
/* CSS Document */
body {
  overflow: scroll !important;
  height: 100vh;
  font-size: 1em;
  color: #333 !important;
  font-family: "微軟正黑體" !important;
  position: relative;
}
body a {
  transition: all 200ms ease-out;
  color: #3153ba;
}
.into a {
  position: absolute;
  z-index: 99;
  color: rgba(255, 255, 255, 0);
}
.into a:focus {
  color: #000;
}
body a:focus, body button:focus {
    outline: 3px #F44336 dotted !important;
    outline-offset: -5px;
}
.container {
  position: relative;
}
.row {
  margin:0!important;
}
.menu.smaller {
	background-color: #c84583 !important;
}
.vg-nav > ul > li > a {
	color: #fff;
}
/*rwd 框架*/
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding: 15px 5px;
    float:left;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
}
header {
  background-color: #d672af;
  z-index: 9;
  display: block;
  width: 100%;
  height: 120px;
  position: relative;
}
header .logo img {
  max-width: 397px;
  width: 100%;
}
header .logo {
  padding: 25px 10px;
  margin: 0;
  display: inline-block;
  z-index: 3;
  position: relative;
}
.logos img {
    width: 100%;
}
/*大圖輪播*/
.banner{
  position:relative;
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  border-radius: 5px;
}
.banner img{
    width: 100%;
}
.banner_bg{
	content: "";
    width: 100%;
    background-image: url(../images/index/banner_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
    z-index: -1;
    background-position: top center;
}
body .slick-dots li button {
  width:20px;
  height:5px;
  padding:inherit;
}
body .slick-dots li button:focus {
  outline-offset:0;
}
body .slick-dots li button:before {
  background-color: #ccc;
  opacity: 1;
  border:none !important;
  width:20px !important;
  height:5px !important;
  border-radius:inherit;
}
body .slick-dots li.slick-active button:before {
  background-color:#fed201;
  opacity: 1; 
  color:#FFF;
}
body .slick-dots {
  bottom:-5px;
}
/*跑馬燈*/
.marquee_box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1140px;
    overflow: hidden;
    background-color: #f8deea;
    margin: 0 auto;
    border-radius: 40px;
}
.marquee {
    margin: 0 0 0 50px;
    overflow: hidden;
    font-size:110%;
    color:#FFF;
    font-weight: 600;
    padding: 10px 0;
}
.marquee_box .icon {
    position: absolute;
    left: 15px;
    top: 10px;
}
.marquee_box a {
    line-height: 40px;
    color: #b35b85;
    padding:0 4px;
}
/*主要內容*/
body .main {
  position:relative;
}
.main .accesskey {
    position: absolute;
    top: 10px;
    color: #fff;
    z-index: 1;
}
.container .accesskey {
    position: absolute;
    top: 10px;
    color: #fff;
    z-index:1;
}
/*最新消息*/
body .newsbox {
  width: 100%;
  padding: 40px 0 0px 0;
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
body.home .newsbox {
  background-image:none;
  padding:0px;
}
body .newsbox .text .txt {
  font-size:110%;
  position:absolute;
  top: 20px;
  left: 180px;
}
body .newsbox .text .btn {
  display: block;
  position:absolute;
  right: 0px;
  top: 5px;
}
body .newsbox .text .btn a {
  background-color: #00a2ab;
  padding:8px 25px;
  border-radius:5px;
  color:#FFF;
  display: inline-block;
}
body .newsbox .text .btn p {
  margin:0;
  position:relative;
}
body .newsbox .text .btn a:hover {
  text-decoration:none;
  background-color:#00757c;
}
body .newsbox .list-group {
  position:relative;
  display: block;
}
body .newsbox .list-group {
  position:relative;
}
body .newsbox .list-group ul {
  position:relative;
  margin:0;
  padding:0;
}
body .newsbox .list-group li {
  list-style-type:none;
  display:block;
}
body .newsbox .list-group li a {
	color: #333;
    padding: 10px;
    display: block;
    font-weight: bold;
    background: #fff;
    border-radius: 10px;
    margin: 10px;
	box-shadow: 0 0 5px #ccc;
}
body .newsbox .list-group li a:hover {
  text-decoration:none;
  background-color: #f7e1da;
}
body .newsbox .list-group li p {
  margin:0;
  display:block;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .newsbox .list-group li span {
  float: left;
  padding: 3px 6px;
  border-radius: 50px;
  display: inline-block;
  color: #540236;
}
body .newsbox .list-group li span.date {
  color:#e083af;
  font-family: Myriad Pro;
}
.pay_box{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	padding: 20px;
	flex-direction: row-reverse;
}
.pay_box:last-child{
	flex-direction: row;
}
.pay_info {
    padding: 20px;
	max-width: 50%;
}
.sub_title{
	color: #c25187;
	font-size: 200%;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 20px;
    text-align: center;
}
.sub_title ~p{
	text-align: center;
	font-weight: bold;
}
.hili_txt{
	color: #3c3c9e;
	font-size: 240%;
	font-weight: bold;
    text-align: center;
	font-family: Myriad Pro;
}
.sub_title >img{
	margin-top: -3px;
}
.btn {
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: #c25187;
    border: 2px solid #fff;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 30px;
    margin: 0 auto;
    display: table;
	padding: 5px 15px;
}
.qr_box{
	display: flex;
    text-align: center;
	align-items: center;
	justify-content: space-around;
}
.pay_qr{
	color: #3c3c9e;
	text-align:center;
    font-weight: 600;
	font-size: 120%;
    display: inline;
	font-family: Myriad Pro;
}
.pay_qr img {
    margin-bottom: 10px;
}
.btn a{
	color: #fff;
	font-family: Myriad Pro;
}
.textlist{
	line-height: 1.5;
}
/*繳費項目*/
.right_box{
	    width: calc( 100% - 100px );
		padding: 10px;
		box-sizing: border-box;
}
body .itempay {
  width:100%;
  background-image: url("../images/index/bg01.png");
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  padding: 20px 0;
  position: relative;
}
.text {
  position:relative;
  display:block;
  text-align:center;
}
.title {
	font-size: 200%;
    font-weight: bold;
    color: #540236;
    display: inline-block;
    position: relative;
    margin: 30px auto 20px auto;
}
body .itempay .text .txt {
  font-size:110%;
  padding:10px 0;
}
body .itempay .list ul {
  list-style-type:none;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content:space-around;
  margin: 0;
  padding: 0;
}
body .itempay .list li {
	padding: 20px;
    width: calc( 100% / 3 - 20px );
    outline: 2px solid rgb(177 177 177 / 30%);
    border-radius: 20px;
	background: #fff;
	margin-bottom: 25px;
    display: flex;
}
body .itempay .list li:hover {
     outline:  2px solid #df7eab;
}
body .itempay .list li a {
  color:#666;
  display: flex;
    flex-wrap: wrap;
    align-items: center;
}
body .itempay .list li a:hover {
  text-decoration:none;
}
.icon >img {
    width: 100%;
    margin-bottom: -7px;
}
body .itempay .list li .icon {
    width: 100px;
    height: 100px;
    background-color: #FFF;
}
body .itempay .list li a:hover .icon {
  text-decoration:none;
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
body .itempay .list li p {
  display:block;
}
body .itempay .list li p.tt {
  text-align: left;
  font-size:140%;
  font-weight:bold;
  color:#bd5486;
  margin-bottom: 5px;
}
body .itempay .list li a:hover p.tt {
  color:#bd5486;
}
body .itempay .list li p.ex {
  display: -webkit-box;
  font-size: 105%;
  margin: 0;
  line-height: 1.5;
  padding: 4px 0px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body .itempay .list li p.data {
  border-top:1px solid #00c5d2;
  padding:8px 0;
  margin: 0;
  text-align:center;
  color:#000;
  height:40px;
}
body .itempay .list li p.data span {
  display:inline-block;
  padding:0 5px;
  color:#fb0000;
  font-size:110%;
  font-weight:bold;
}
/*1212 支付業者*/
body .paylink {
  position:relative;
  background-image: url(../images/index/bg04.png);
  background-size: cover;
  width:100%;
  padding: 100px 0;
}
ul.linklist {
	margin-top: 50px;
}

body .paylink li img {
  margin:auto;
}
body .paylink .text {
  position:relative;
  display:block;
  text-align:center;
}
body .paylink .text .title {
  font-size: 240%;
  color: #0b8089;
  display: inline-block;
  position:relative;
}
body .paylink .text .title:after {
  content:"";
  position:absolute;
  width:80px;
  height:3px;
  right:0;
  bottom:0;
  background-color:#fdd100;
}
body .paylink .text .txt {
  font-size:110%;
  padding:10px 0;
}
body .paylink .piclist {
  margin-top:20px;
}
body .paylink .piclist ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
body .paylink .piclist li {
  padding: 15px;
  transition: all 200ms ease-out;
}
body .paylink .piclist li:hover {
  text-decoration:none;
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
body .piclist .slick-prev,
body .piclist .slick-next{
  width: 42px;
  height: 42px;
  z-index: 1;
}
body .piclist .slick-next {
  right: -20px;
}
body .piclist .slick-prev {
  left: -20px;
}
body .piclist .slick-prev:before{
  background-image: url("../images/index/ad_left.png")
}
body .piclist .slick-next:before{
  background-image: url("../images/index/ad_right.png")
}
body .piclist .slick-prev:before,
body .piclist .slick-next:before{
  content:"";
  width: 42px;
  height: 42px;
  display: block;
  opacity: 0.6;
}
body .piclist .slick-slide a:focus {
	display:inline-block;
    outline: 3px #ffeb00 dotted !important;
    outline-offset: -5px;
}
body .piclist .slick-prev:focus,
body .piclist .slick-next:focus {
    outline: 3px #ffeb00 dotted !important;
    outline-offset: 0px;
}
/*footer*/
footer {
  background-color: #dcdcdc;
  padding: 30px 0 40px 0;
  font-size: 1em;
}
footer img {
  max-width: 100%;
}
footer .info .link {
  padding: 0 0 10px 0;
  color: #333;
}
footer .info .link a {
  white-space: nowrap;
  color: #333;
  display:inline-block;
  padding:0 4px;
}
footer .info .link a:nth-child(1) {
  padding-left:0;
}
footer .info {
  position:relative;
}
footer .info p {
  padding: 2px 0;
  margin: 0;
  color: #000000;
  font-size: 95%;
  display: block;
}
footer .info p span {
  display: inline-block;
}
footer .info .add {
  margin-bottom:10px;
}
footer .left {
  padding:0 0 10px 0;
  display: inline-block;
  float: left;
  clear: both;
}
footer .left ul,
footer .right ul {
  padding: 0;
  list-style-type: none;  
  clear: both;
}
footer .right li {
  display:inline-flex;
  text-align: center;
  padding: 0px 2px;
  font-size:95%;
}
footer .left li {
  display:block;
  padding: 0px 2px;
  font-size:95%;
}
footer .right .qrcode li {
  display:inline-block;
}
footer .right .qrcode img {
  width:100%;
  max-width:100px;
}
/*=====置頂=====*/
body .gotop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    text-align: center;
    line-height:50px;
    display: block !important;
}
body .gotop a {
    width: 60px;
    height: 60px;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-image: url(../images/svg/icon_top.svg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: 30px;
    text-indent:-9999px;
    background-color: #540236;
    opacity:.7;
}
body .gotop a:hover {
    opacity: 1;
}
/*瀏覽人次*/
body.home .Update {
  color: #848484;
  padding: 10px 0;
  font-size: 95%;
  display:flex;
  flex-direction: row-reverse;
}
body.home .Update ul {
  padding:0;
  margin:0;
  list-style-type:none;
}
body.home .Update li {
  display:inline-flex;
  margin-left: 10px;
  padding: 0 0 5px 0;
  color:#000;
  font-weight: bold;
}
body.home .Update li i {
  padding-right:5px;
}
/*內頁內容*/
body .signinfo {
  position:absolute;
  top: -40px;
}
body.home .main {
  position:relative;
  padding: 10px 0 0 0;
  background-image: url(../images/home/homebg.png);
  background-repeat:repeat-x;
  background-position:center top;
  min-height: 530px;
}
body.home .signinfo {
  /* padding:10px 0; */
  right:0;
  top: 12px;
}
.pay_box:last-child:before {
    position: absolute;
    content: "";
    background-image: url(../images/index/star.png);
    background-repeat: no-repeat;
    width: 56px;
    height: 66px;
    display: block;
    top: 50px;
    left: 50px;
    z-index: 999999999999;
    animation: jump 2.5s infinite;
}
.pay_box:before {
    position: absolute;
    content: "";
    background-image: url(../images/index/cube.png);
    background-repeat: no-repeat;
    width: 56px;
    height: 66px;
    display: block;
    top: 50px;
    right: 50px;
    z-index: 999999999999;
    animation: xjump 3s infinite;
	animation-delay: 1s;
}
.mb-0 >.btn {
    border: none;
}
.card {
    background-color: #8e3f65;
}
[data-loader=arrow-circle] {
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-animation: arrow-circle infinite 1s linear;
  -moz-animation: arrow-circle infinite 1s linear;
  -o-animation: arrow-circle infinite 1s linear;
  animation: arrow-circle infinite 1s linear;
  border: 2px solid #00a2ab;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 100%;
  display:inline-block;
}
[data-loader=arrow-circle]:after, [data-loader=arrow-circle]:before {
  position: absolute;
  top: 15px;
  left: -4px;
  content: '';
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  border-top: 5px solid #00a2ab;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent
}
[data-loader=arrow-circle]:after {
  top: 0;
  left: 15px;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg)
}
@-webkit-keyframes arrow-circle {
  0% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }
}
@-moz-keyframes arrow-circle {
  0% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }
}
@-o-keyframes arrow-circle {
  0% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }
}
@keyframes arrow-circle {
  0% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
  }
}

.modal-body .subtt {
    display: block;
    text-align: center;
    font-size: 120%;
    color: #00a2ab;
    font-weight: bold;
    margin-bottom: 10px;
}

.modal-title {
    font-size: 125%;
    font-weight: bold;
}

.modal-body .txt {
  display:block;
  text-align:center;
}
.modal-body .qrimg {
  display:block;
  text-align:center;
}
.modal-body .qrimg img {
  margin:auto;
  width:100%;
  max-width:285px;
}
.modal-body .subtt01 {
  display:block;
  font-size:130%;
  font-weight:bold;
  margin-bottom:5px;
  color:#008c9e;
}
.modal-body .txt01 {
  text-align:left;
  padding:10px;
  background-color:#eee;
  border-radius:5px
}
.modal-body .txt ul {
  text-align:left;
  font-size: 100%;
  line-height: 26px;
  padding-left: 0px;
}
.modal-body .txt li {
  list-style-type:none;
  margin-bottom:10px;
  background-color: #eee;
  padding: 7px;
  position:relative;
  border-left: 30px solid #00c5d2;
}
.modal-body .txt li::before {
  content:"";
  position:absolute;
  left: -22px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  border-left: solid 0px transparent;
  border-bottom: solid 0px transparent;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  top: 40%;
}
.modal-body .txt01 ul {
  text-align:left;
  font-size: 105%;
  line-height: 35px;
}
.modal-body .txt01 li {
  color:#00a2ab;
}