@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: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_web{
  width: 100%;
  display: block;
  margin-top: 30px;
}

.kv_banner_mobile{
  width: 100%;
  display: none;
}
@media (max-width: 700px) {
  .kv_banner_web{
  display: none;
}
  .kv_banner_mobile{
  display: block;
}
}
    
/*特色*/
.plan{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    color: #333333;
    letter-spacing: 4px;
    padding-top: 20px;
    padding-bottom: 30px;
    background-image:url(../images/background_page1.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.plan_body{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content : center;
    align-items: center;
}

.plan_content{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    background-color:#ffffff;
    border: 5px solid #ffe7a3;
    border-radius: 50px 20px 50px 20px;
    padding: 40px 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}

.plan_content img{
    width: 100%;
    max-width: none;
    margin: 0 auto;
}
.plan_content figure{
    position: relative;
}

.plan_content figcaption{
    width: 100%;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 10px;
    color: #595959;
}
.plan_content figure p{
    height: 55px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 0px;
}
.plan_content figure p em{
    font-size: 16px;
    color: #595959;
    font-style: normal;
    font-weight: 600;
}
.plan_content figure p a{
    color: #00a19b;
    text-decoration: underline;
}
.plan_content .dec{
  width: 20%;
  max-width: 30px;
  position: absolute;
  top: -70px;
  right: 110px;
}
@media (max-width:700px){
  .plan_content figure p{
    height: auto;
}
}
/* 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%;
    }
}

.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);
}

/*提示文字*/
.part2 {
  width: 100%;
  font-size: 24px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  background-image:url(../images/background_page1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.part2 h2{
  width: 90%;
  color: #595959;
  font-size: 22px;
  margin: 0 auto;
  text-align: center;
}
.part2 h2 em{
  font-weight: 600;
  font-size: 24px;
  color: #00a19b;
  font-style: normal;
}
.part2 h2 em::after{
  content: " ▼";
}

/*人物情境*/
.person_body{
  width: 100%;
  background-image:url(../images/background_page1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  flex-wrap:nowrap;
  flex-direction: row;
  justify-content : center;
  align-items: flex-start;
}
.person_content{
  width: 33.3333%;
  max-width:350px;
  padding: 10px 20px;
  padding-bottom: 30px;
}

.person_content:hover{
  transform : scale(1.1);
  transition:all 0.5s ease 0s
}

  @media (max-width: 700px) {
    .person_body{
      display: block;
    }
    .person_content{
  width: 90%;
  max-width:350px;
  margin: 0 auto;
}
  }

/*輪播*/
.section5 {
  text-align: center;
  padding-top: 150px;
  background-image: url(../images/background_page2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}
.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: 95%;
  margin: 0 auto;
  font-size: 24px;
  color: #00a19b;
}
.title em{
  font-size: 17px;
  color: #00a19b;
  font-style: normal;
}
.subtitle{
  font-size: 14px !important;
  color: #7c7c7c;
}

.text-primary a{
  color: #00a19b;
  text-decoration: underline;
}

.notice{
  width: 100%;
  max-width: 500px;
  background-color: #ffeea35c;
  padding: 20px 20px;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 18px;
  color: #595959;
  font-weight: 600;
  margin-bottom: 20px;
}
.notice em{
  font-size: 18px;
  font-style: normal;
}
.notice-red{
  color: #ef4343;
}
.notice-brown{
  display: block;
  font-size: 14px !important;
  color: #946134;
}
.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){
  .notice span{
    display: block;
  }
  .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;
}
}
/*玉山wallet區*/
.wallet-background{
  width: 100%;
  margin: 0 auto;
  padding: 75px 0px;
  background-image: url(../images/background_wallet.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.wallet-tittle{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #00a19b;
  letter-spacing: 1px;
  font-size: 30px;
}
.wallet-subtittle{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  color: #7c7c7c;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.wallet-content{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.wallet-img{
  width: 33.33333%;
  padding: 0px 20px;
  margin-bottom: 50px;
}
.wallet-dowload{
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.wallet-app{
  width: 100%;
  display: inline-block;
}
.wallet-app img{
  width: 49%;
  display: inline-block;
}
.wallet-app img:hover{
  opacity: 0.8;
  transition:all 0.5s ease 0s
}
@media (max-width:750px){
  .wallet-img{
  width: 50%;
}
}
@media (max-width:500px){
  .wallet-img{
  width: 90%;
}
}

.content-title em{
  color: #ef4343;
  font-size: 15px;
  font-style: normal;
}
