@import url("reset.css");
*{
  margin:0;
  padding:0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  font-family: "Microsoft JhengHei","Heiti TC","sans-serif";
}

img { border: 0; width: 100%; height: auto; }

html,body{
    width: 100%;
    height: 100%;
}

ol, ul {
    list-style: none;}
/*各區按鈕*/
.event_btnbody{
    width: 90%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0px 20px 0px;
}

.event_btn1{
    display:inline-block; 
    height: 2.76em; 
    line-height: 2.8em; 
    font-size: 17px; 
    text-align: center; 
    color: #3cbaad; 
    background:#fff ; 
    border: 1px solid #3cbaad;
    cursor: pointer;
    width: 250px;
    border-radius: 4px;
    margin: 10px 20px;
}

.event_btn2{
    display:inline-block; 
    height: 2.76em; 
    line-height: 2.8em; 
    font-size: 17px; 
    text-align: center; 
    color: #fff; 
    background: #3cbaad; 
    cursor: pointer;
    width: 250px;
    border-radius: 4px;
    margin: 10px 20px;
}
.event_btn2 a{
    color: #fff; 
}

.event_btn2:hover , .event_btn1:hover{
    opacity: 80%;
}

/* header */
header > nav{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

header > nav > a{
    line-height: 50px;
    color: #333;
    font-size: 14px;
    float: left;
}   

header > nav > a > img{
    width: 250px;
    padding: 12px 0 12px 5px;
} 

header > nav > div{
    color: #333;
    font-size: 14px;
    float: right;
    padding-left: 20px;
}

header > nav > div > a{
    display: block;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    font-weight: bold;
    color: #333;
}

header > nav > div > a:hover{
    color: #00a19b;
}

/* kv */
.kv_banner{
  background-image: url("../images/kv_bg.webp");
  padding-top: 48%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 900px) {
  .kv_banner{
  padding-top: 52%;}
}

@media (max-width: 700px) {
  .kv_banner {
    background-image: url("../images/kv_bg_m.webp");
    min-height: 560px;
    margin-top: 40px;
  }
}

@media (max-width: 320px){
    .kv_banner{
        min-height: 442px;
    }
}

.kv h2{
  width: 100%;
  background-color: #0fa7a2;
  color: yellow;
  margin: 0px;
  padding: 20px 5px;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 28px;
}

@media (max-width: 400px){
  .kv h2{
  font-size: 25px;
}
}

/* activity */
li li{
    counter-increment: my-counter;
    margin-left: 1em;
    text-indent: -1.2em;
    list-style: none;
}

li li::before {
  content: "("counter(my-counter) ")";
}

@media screen and (max-width: 1024px) {

    header > nav > a > img{
        padding: 12px 0 12px 5px;
    }
}

@media screen and (max-width: 640px) {
    header > nav > div{
        clear: both;
        float: none;
        padding-left: 0;
    }

    header > nav > div > a{
        width: 50%;
        text-align: center;
    }

    article > div > img{
        padding-top: 10%;
    }
}
/*玉山wallet搶券活動區*/
.ESwallet_event{
  width: 100%;
  background-image: url(../images/background01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  color: #595959;
}
.ESwallet_event_tittle{
  width: 100%;
  max-width: 223px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content : center;
  align-items: center;
  padding-top: 40px;
}
.ESwallet_event_tittle h2{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 5px;
  font-size: 32px;
  color: #00a19b;
}
.ESwallet_event_tittle .wallet-icon{
  width: 20%;
}
.ESwallet_event_tittle .wallet-icon img{
  width:100%;
  max-width: 40px;
}
.ESwallet_event .event_time{
width: 95%;
margin: 0 auto;
text-align: center;
padding-bottom: 10px;
}
.ESwallet_event h3{
width: 90%;
margin: 0 auto;
text-align: center;
font-size: 22px;
padding-bottom: 10px;
}
.ESwallet_event .wallet_upload{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  padding-bottom: 40px;
  color: #fc746f;
  font-weight: bold;
}
.ESwallet_event_card{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.ESwallet_event_card figure{
  width: 90%;
  max-width: 450px;
  padding: 0px 0px;
  border-radius: 20px;
  border: 0.8px solid #d6d6d6;
  margin: 0px 20px 30px 20px;
  background-color: #ffffff94;
}
.ESwallet_event_card figure img{
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
  text-align: center;
}
.ESwallet_event_card figcaption{
  background-color: #ffffff;
  border-radius: 20px 20px 20px 20px;
}
.ESwallet_event_card .subtittle{
  font-size: 26px;
  font-weight:bolder;
  margin: 0 auto;
  text-align: center;
  background-color: #ff9e17;
  padding:15px 8px;
  color: #ffffff;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  border-radius: 20px 20px 0px 0px;
}
.ESwallet_event_card figcaption p{
  padding: 0px 0px 40px 22px;
  font-size: 17px;
  line-height: 30px;
}
.ESwallet_event_card figcaption p em{
  color: #fc746f;
  font-style: normal;
  font-weight: bolder;
  font-size: 20px;
}
.ESwallet_event_card .smallsize{
  font-size: 14px;
  color: #595959;
  font-weight: normal;
}
.ESwallet_event ul{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0px 5px 80px 10px;
  list-style-type: circle;
  text-align: justify;
  line-height: 20px;
}
.ESwallet_event ul em{
  color: #fc746f;
  font-style: normal;
}
@media(max-width:700px){
  .ESwallet_event_card{
  flex-wrap: wrap;
}
}
/*悠遊付*/
.EAsywallet_event{
  width: 100%;
  background-image: url(../images/background02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
  color: #595959;
}
.EAsywallet_event figure{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.EAsywallet_event .Animation_img{
  width: 40%;
  position: relative;
}
.EAsywallet_event .img_top{
  position: absolute;
  top: 0px;
}
.EAsywallet_event figcaption{
  width: 60%;
  padding-left: 50px;
}
.EAsywallet_event figcaption h2{
    font-size: 32px;
    color: #00a19b;
    padding-bottom: 10px;
}
.EAsywallet_event figcaption h3{
    width: 100%;
    font-size: 22px;
    padding-bottom: 15px;
    padding-top: 10px;
    line-height: 30px;
}
.EAsywallet_event figcaption h3 em{
    color: #fc746f;
    font-style: normal;
    font-weight: bolder;
}
.EAsywallet_event .note {
    color: #595959;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
.EAsywallet_event figcaption ul{
    list-style-type: circle;
    padding-left: 20px;
    padding-bottom: 15px;
}
.EAsywallet_event .event_btnbody{
    margin: 0px 0px;
    text-align: left;
}
.EAsywallet_event .event_btnbody .event_btn2{
    margin: 0px 0px;
}
@media(max-width:700px){
  .EAsywallet_event .Animation_img{
  width: 90%;
  margin: 0 auto;
}
.EAsywallet_event figcaption{
  width: 90%;
  margin: 0 auto;
  padding-left: 0px;
}
.EAsywallet_event figcaption h3{
  width: 100%;
}
.EAsywallet_event .event_btnbody{
    margin: 0px auto;
    text-align: center;
}
}
/*監理服務網*/
.MVDis_event{
  width: 100%;
  background-image: linear-gradient(to top, #fff9e6, #ffffff,#fff9e6);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
  color: #595959;
}
.MVDis_event figure{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.MVDis_event .Animation_img{
  width: 40%;
  position: relative;
}
.MVDis_event .img_top{
  position: absolute;
  top: 0px;
}
.MVDis_event figcaption{
  width: 60%;
  padding-right: 50px;
}
.MVDis_event figcaption h2{
    font-size: 32px;
    color: #00a19b;
    padding-bottom: 10px;
}
.MVDis_event figcaption h3{
    width: 100%;
    font-size: 22px;
    padding-bottom: 15px;
    padding-top: 10px;
    line-height: 30px;
}
.MVDis_event figcaption h3 em{
    color: #fc746f;
    font-style: normal;
    font-weight: bolder;
}
.MVDis_event figcaption ul{
    list-style-type:circle;
    padding-left: 20px;
    padding-bottom: 15px;
}
.MVDis_event figcaption ul em{
    color: #fc746f;
    font-style: normal;
}
.MVDis_event .event_btnbody{
    margin: 0px 0px;
    text-align: left;
}
.MVDis_event .event_btnbody .event_btn1{
  display: inline-block;
  margin: 0px 0px;
  margin-left: 10px;
  margin-top: 10px;
}
.MVDis_event .event_btnbody .event_btn2{
  display: inline-block;
  margin: 0px 0px;
}
.MVDis_event .event_btnbody .event_btn1 a{
  color: #00a19b;
}
@media(max-width:1150px){
  .MVDis_event .event_btnbody .event_btn1{
  margin-left: 0px;
}
}
@media(max-width:700px){
  .MVDis_event .Animation_img{
  width: 90%;
  margin: 0 auto;
}
.MVDis_event figcaption{
  width: 90%;
  margin: 0 auto;
  padding-right: 0px;
}
.MVDis_event figcaption h3{
  width: 100%;
}
.MVDis_event .event_btnbody{
    margin: 0px auto;
    text-align: center;
}
}
/*悠遊付＆監理服務網 背景圓圈動畫*/
.img_bottom {
  	-webkit-animation: rotate-center 40s linear infinite forwards;
	        animation: rotate-center 40s linear infinite forwards;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-5-14 15:27:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes rotate-center{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
/*kv背景圓圈動畫結束*/


.btnLine{
    width: 90%;
    margin: 0 auto;
    border: solid 1px;
    border-radius: 0.25rem;
    padding: 0.9375rem;
    width: 140px;
    padding: 0px 20px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    border-color: #00a19b;
    color: #00a19b;
    transition: 0.3s;
    margin-bottom: 40px;
  }
  @media (min-width: 576px) {
    .btnLine {
      width: 200px;
      padding: 0px 50px;
    }
  }
  .btnLine:hover {
    opacity: 0.7;
  }

/* h1 */
.h1-seo{
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  transform: scale(0);
}


/*輪播*/
.section5 {
  text-align: center;
  padding-top: 150px;
  background-image: url(../images/background03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.section5 .subtitle {
  font-size: 16px;
  margin-bottom: 32px;
}
.section5 .uk-tab {
  width: 100%;
  padding: 20px 0;
}
.section5 .uk-tab li a {
  padding-bottom: 16px;
  text-decoration: none;
}
.section5 .uk-tab li a h3 {
  color: #999;
  font-weight: normal;
  font-size: 18px !important;
  margin: 0;
  padding: 0;
}
.section5 .tab {
  max-width: 100%;
}
@media (max-width: 991px) {
  .section5 .uk-tab {
    padding-left: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media(max-width:500px){
  .section5{
    padding-top: 115px;
  }
}
.section5 .uk-tab > li {
  display: inline-block !important;
  padding-left: 0;
  position: relative;
  width: 33.333%;
  min-width: 225px;
}
.section5 .uk-tab > li a::after {
  content: "";
  width: 90%;
  height: 4px;
  background-color: #cfeee9;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.section5 .uk-tab > li a::after span {
  color: #7c7c7c;
  z-index: 2;
  line-height: 20px;
}
.section5 .uk-tab > .uk-active > a::after {
  content: none;
}
.section5 .uk-tab > .uk-active > a {
  color: #00a19b;
  font-weight: bold;
  padding-bottom: 5px;
  border: 0;
  text-decoration: none;
}
.section5 .uk-tab > .uk-active > a h3 {
  color: #00a19b;
  font-weight: bold;
  font-size: 18px !important;
  margin: 0;
  text-decoration: none;
}
.section5 .uk-tab > .uk-active::after {
  content: "";
  width: 90%;
  height: 4px;
  background-color: #01c6c0;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.section5 .tab .uk-switcher {
  margin-top: 10px !important;
}
.section5 .tab > .uk-tab {
  margin: 0 auto;
  overflow: scroll;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 100%;
}
.title{
  width: 90%;
  margin: 0 auto;
  font-size: 32px;
  color: #f4a202;
  padding-bottom: 20px;
}
.section5 h3{
  font-size: 28px;
  color: #00a19b;
  padding-bottom: 20px;
  padding-top: 20px;
}
.text-primary a{
  color: #00a19b;
  text-decoration: underline;
}
.text-primary{
  color: #595959 !important;
}
.remind{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
  color: #fc746f;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.remind::before{
  content:'！';
}
@media(max-width:500px){
  .remind{
    font-size: 14px;
  }
}
/*簽帳功能區*/
.Charge-function-bg{
  width: 100%;
  margin: 0 auto;
  padding: 50px 0px;
  background-image: url(../images/background_page3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.Charge-function-PC{
  width: 90%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
.Charge-function-M{
  width: 95%;
  display: none;
  margin: 0 auto;
}
@media(max-width:700px){
.Charge-function-PC{
  display: none;
}
.Charge-function-M{
  display: block;
}
}
.content-title{
  font-weight: 600;
  color: #595959;
}
.content-title em{
  color: #595959;
  font-size: 20px;
  font-style: normal;
  font-weight: bolder;
}
.content-title .green{
  color: #00a19b;
}

/*繳款方式*/
.card{
  text-align:center;
  margin:0 auto;
  position: relative;
  z-index: 1;
  background-color: #ebf5f278;
}
.cardList li{ 
  display: inline-block;
  vertical-align: top;
  width: 20%;
  max-width: 190px; 
  box-sizing: border-box;
}
.card h2{
  font-size: 25px;
  font-weight: bold;
  color: #00a19b;
  padding-bottom: 30px;
  padding-top: 40px;
}    
.cardList h2{
  font-size: 15px;
  color: #333;
  padding: 10px;
  margin:10px 0px 0px 0px;
}
.cardList a{
  font-size:13px;
  letter-spacing:1px;
  width: 120px;
  border:1px solid #4fbdb9;
  color: #4fbdb9;
  border-radius:20px;
  cursor:pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding:7px 10px;
  margin:10px 0px 10px 0px;
}
.cardList a:hover{
  border:1px solid #4fbdb9;
  background-color:#4fbdb9;
  color: #fff;
}
.cardList img{
  max-width: 100%;
  height: auto;
}
.cardList p{
  margin: 0px;
}

@media (min-width: 701px){
  .card{
    padding: 35px 0 55px;
  }
  .cardList li{
    padding: 10px;
  }
  .cardList_btn{
    margin: 25px 0;
    font-size: 14px;
  }
  .cardList img{ 
    padding:0px; 
  }
}
@media (min-width: 1000px){
    .cardList li{ 
      padding: 7px; 
    }
    .cardList img{ 
      padding:0px;
      width: 90%;
    }
}
@media (max-width: 700px){
    .card h1{ 
      font-size: 25px; 
      font-weight: bold; 
      color: #333; 
      padding-top: 30px;
    }    
    .cardList{ 
      padding-bottom: 30px;
    }
    .cardList li{ 
      width: 45%; 
      margin-top: 30px; 
      padding: 0px;
    }
    .cardList li:empty{ 
      display: none; 
    }
    .cardList h1{
      margin-bottom: 6px;
    }
    .cardList a{ 
      margin:2px; 
      border: 1px solid #4fbdb9;
    }
    .cardList p{
      font-size: 12px; 
      margin: 0px;
    }
    .cardList p span{
      font-size: 12px;
    }
}

/* 注意事項 */
.notice{ 
  font-size: 14px; 
  line-height: 1.4; 
  color:#666;
}
.notice_btn{ 
  display: block; 
  height: 2.76em; 
  line-height: 2.8em; 
  font-size: 17px; 
  text-align: center; 
  color: #fff;
  background: #87d4c7;
  cursor: pointer;
}
.notice_btn:after{ 
  content: ""; 
  display: inline-block; 
  vertical-align: middle; 
  width: 0; 
  height: 0; 
  margin-left: 0.5em;
  border-style: solid;
  border-width: 6px 5px 0; 
  border-color: #fff transparent; 
}
.notice_btn.open:after{ 
  border-width: 0 5px 6px; 
}
.notice_btn:hover:after{ 
  border-color: #fff transparent; 
}
.notice_cont{
  display: none; 
  padding: 1.5em 0; 
  transition: none; 
  margin: 10px 80px;
}
.notice_cont p{
  color: #119f95; 
  text-align:justify;
}
.notice_list{ 
  text-align:justify; 
  list-style: decimal; 
  margin-left: 1.5em; 
}
.notice_list li{ 
  margin: 0.625em 0; 
}
.notice_list a{
  color: #009d99
}
.notice em{
  color: #fc746f;
  font-style: normal;
}

@media (min-width: 900px){
  .notice_cont{ 
    padding: 3.2em 0; 
  }
}
@media (max-width: 700px){
  .notice_cont{
  margin: 10px 20px;
}
}