@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-color: #f4f8fa;
    /*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;
    padding-top: 50px;
}

.plan_body_2{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content : center;
    align-items: center;
    padding-top: 50px;
}

.plan_content{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background-color:#ffffff;
    border: 5px solid #ffe7a3;
    border-radius: 50px 20px 50px 20px;
    padding: 40px 15px 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;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #595959;
}
.plan_content figure p{
    height: 55px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 0px;
    padding-top: 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: -50px;
  right: 200px;
}

.plan_content_1{
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    background-color:#ffffff;
    border: 5px solid #bde3e2;
    border-radius: 50px 20px 50px 20px;
    padding: 40px 15px 10px 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}

.plan_content_1 img{
    width: 100%;
    max-width: none;
    margin: 0 auto;
}
.plan_content_1 figure{
    position: relative;
}

.plan_content_1 figcaption{
    width: 100%;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 32px;
    color: #595959;
}
.plan_content_1 figure p{
    height: 55px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 0px;
}
.plan_content_1 figure p em{
    font-size: 16px;
    color: #595959;
    font-style: normal;
    font-weight: 600;
}
.plan_content_1 figure p a{
    color: #00a19b;
    text-decoration: underline;
}
.plan_content_1 .dec{
    width: 20%;
    max-width: 30px;
    position: absolute;
    top: -70px;
    right: 110px;
}

.plan_content_2{
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    background-color:#ffffff;
    border: 5px solid #bde3e2;
    border-radius: 50px 20px 50px 20px;
    padding: 40px 15px 120px 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}

.plan_content_2 img{
    width: 100%;
    max-width: none;
    margin: 0 auto;
}
.plan_content_2 figure{
    position: relative;
}

.plan_content_2 figcaption{
    width: 100%;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 32px;
    color: #595959;
}
.plan_content_2 figure p{
    height: 55px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}
.plan_content_2 figure p em{
    font-size: 16px;
    color: #595959;
    font-style: normal;
    font-weight: 600;
}
.plan_content_2 figure p a{
    color: #00a19b;
    text-decoration: underline;
}
.plan_content_2 .dec{
  width: 20%;
  max-width: 30px;
  position: absolute;
  top: -70px;
  right: 110px;
}

.plan_content_3{
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    background-color:#ffffff;
    border: 5px solid #bde3e2;
    border-radius: 50px 20px 50px 20px;
    padding: 40px 15px 40px 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}

.plan_content_3 img{
    width: 100%;
    max-width: none;
    margin: 0 auto;
}
.plan_content_3 figure{
    position: relative;
}

.plan_content_3 figcaption{
    width: 100%;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 32px;
    color: #595959;
}
.plan_content_3 figure p{
    height: 55px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 0px;
}
.plan_content_3 figure p em{
    font-size: 16px;
    color: #595959;
    font-style: normal;
    font-weight: 600;
}
.plan_content_3 figure p a{
    color: #00a19b;
    text-decoration: underline;
}
.plan_content_3 .dec{
    width: 20%;
    max-width: 30px;
    position: absolute;
    top: -70px;
    right: 110px;
}

@media (max-width:700px){
  .plan_content{
    padding: 40px 15px 20px 15px;
  }
  .plan_content figure p{
    height: auto;
  }
  .plan_content_1 figure p{
    height: auto;
  }
  .plan_content_2 figure p{
    height: auto;
  }
  .plan_content_3 figure p{
    height: auto;
  }
}

@media (max-width:430px){
  .plan_content{
    padding: 35px 15px 15px 15px;
  }
  .plan_content .dec{
    right: 160px;
  }
  .plan_content figure p{
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width:375px){
  .plan_content .dec{
    right: 130px;
  }
  .plan_content figure p{
    font-size: 14px;
    line-height: 24px;
  }
}

/* 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-color: #f4f8fa;
  /*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-color: #f4f8fa;
  /*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;*/
  margin-bottom: 0px;
  font-weight: bold;
}
.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;*/
  color: #595959;
}

.subtitle a{
  color: #00a19b;
  text-decoration: underline;
  font-weight: bold;
}

.text-primary a{
  color: #00a19b;
  text-decoration: underline;
}

.notice{
  width: 100%;
  max-width: 900px;
  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;
}
.plan_body_2 .notice-red-s{
  display: block;
  font-size: 14px !important;
  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;
}


/*.block2{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
    align-items: center;
  flex-direction: column;
  padding: 7% 0 7%;
  overflow: hidden;
  scroll-margin-top: 70px;
}
.title-h2{
  color: #fc8a00;
  font-size: 36px;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 70px;
}

@media screen and (max-width: 1024px){
  .block2{
    padding: 11% 0 8%;
  }
}

@media screen and (max-width: 768px){
  .title-h2{
    font-size: 32px;
  }
}

@media screen and (max-width: 600px){
  .block2 {
    padding: 16% 0 10%;
  }
  .title-h2{
    font-size: 30px;
    line-height: 44px;
  }
}

@media screen and (max-width: 430px){
  .block2 {
    padding: 24% 0 15%;
  }
  .title-h2{
    margin-bottom: 50px;
    padding: 0 20px;
  }
}*/

/* -----------------------------------------
    常見問題
------------------------------------------*/
#faq{
  width: 100%;
  background-color: #e4f2f2;
}
.title-h2-a{
  color: #00a19b;
}
.faq-card{
  width: 70%;
  max-width: 1100px;
}

.qa-content {
  background: #fff;
  color: #2f2f2f;
  border-radius: 32px;
}
.qa-content .qa-click {
  background: #fff;
  height: auto;
  cursor: pointer;
  padding: 16px 24px 0px 24px;
  border-radius: 32px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.qa-content .qa-click p{
  color: #005154;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.3px;
}
.qa-a{
  color: blue;
  text-decoration: underline;
}
.qa-content .qa-click img {
  color: #b7acac;
  font-size: 12px;
  margin-top: 7px;
  float: right;
  width: 20px;
  border: 0;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
  overflow-clip-margin: content-box;
  overflow: clip;
}
.qa-content .arrow {
  position: relative;
}
.qa-content .qa-answer {
  display: none;
  padding: 0px 24px 20px 24px;
  margin: 0 0 16px;
}
.qa-content .qa-answer p{
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.5px;
  text-align: justify;
}
.qa-content .qa-answer ul{
  /*margin: 10px 20px 10px;*/
}
.qa-content .qa-answer li {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  word-wrap: break-word;
  text-justify: inter-ideograph;
  word-break: normal;
  list-style: none;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.qa-content .numbered-list {
  list-style-type: none; /* 移除預設的黑點 */
  counter-reset: custom-counter; /* 重置計數器 */
  padding-left: 0;
}

.qa-content .numbered-list li::before {
  counter-increment: custom-counter; /* 計數器遞增 */
  content: "(" counter(custom-counter) ") "; /* 格式化輸出，例如 (1) */
}

.qa-content .rotate {
  transform: rotate(-180deg);
  /*transform: rotate(180deg);*/
  transition: 0.1s;
}
.qa-content .rotate-reset {
  transform: rotate(0deg);
  transition: 0.1s;
}


@media (max-width: 1024px){
  .faq-card {
    width: 90%;
  }
}

@media (max-width: 768px){
  .qa-content .qa-click p{
    font-size: 16px;
    width: 90%;
        text-align: justify;
  }
  .qa-content .qa-answer p , .qa-content .qa-answer li{
    font-size: 14px;
    line-height: 22px;
  }
}


/* -----------------------------------------
    使用教學
------------------------------------------*/
.block2{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 7% 0 7%;
  overflow: hidden;
  scroll-margin-top: 70px;
  font-weight: bold;
}
.title-h2{
  color: #00a19b;
  font-size: 36px;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 70px;
  font-weight: bold;
}
.how-to-card{
  background-color: #fff;
  width:50%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #fceeab;
  margin-bottom: 30px;
}
.title-b{
  width: 90%;
  margin-bottom: 14px;
}
.p-b{
  width: 90%;
}


/* DS-色塊版頁籤 (Tab) */
.how-to-tab{
  width: 80%;
}
.tab {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.tab .uk-switcher {
  background: #E1EFEF;
  border-radius: 10px;
  padding: 40px 20px 15px;
}
.uk-tab {
  width: 100%;
}
.uk-tab > li {
  display: inline-block !important;
  padding-left: 0;
  position: relative;
}
.uk-tab > li a {
  font-size: 18px;
}
.uk-tab > .uk-active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #00a19b;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
}
.uk-tab > .uk-active > a {
  color: #00a19b;
  font-weight: bold;
  padding-bottom: 16px;
  border: 0;
}
.uk-tab::before {
  display: none;
}
.tab-block {
  overflow-x: scroll;
}
.tab-block .uk-switcher {
  margin-top: 10px !important;
}
.tab-block > .uk-tab {
  margin: 0 auto;
  overflow: scroll;
  -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  max-width: 100%;
}

@media (min-width: 913px) {
  .tab-block > .uk-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.tab-block > .uk-tab::after {
  display: none;
}
.tab-block > .uk-tab > li {
  width: 190px;
  margin: 0 6px;
}
.tab-block > .uk-tab > li > a {
  border: 1px solid #00a19b;
  color: #00a19b;
  padding: 16px 10px;
  border-radius: 8px;
}
.tab-block > .uk-tab > .uk-active::after {
  position: static;
  width: 0;
  height: 0;
  border-width: 14px;
  border-style: solid;
  border-color: #00a19b transparent transparent transparent;
  border-radius: 0;
  margin: 0 auto;
  background: transparent;
}
.tab-block > .uk-tab > .uk-active > a {
  background: #00a19b;
  color: #fff;
}


.step_all{
  width: 100%;
  height: auto;

  display: flex;
  /* flex-wrap: wrap; */
}
.step_set{
  width: 30%;
  margin: 0 auto 60px;
  display: flex;
    flex-direction: column;
    align-items: center;  
}
.step_set .top{
  width: 100%;
  height: 100px;
  margin-bottom: 5px;
  text-align: center;
}
.step_set .top .step_number{
  color: #1db0b0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    background-color: #fff;
  border-radius: 30px;
    width: 125px;
    padding: 2px 0;
  margin: 0 auto;
}
.step_set .top p.step_txt{
  color: #2f2f2f;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    width: 65%;
    margin: 10px auto 0px;
}
.step_set .top p.step_txt span{
  color: #2f2f2f;
  font-size: 14px;  
}
.step_set .top p.step_txt span.br{
  display: block; 
}
.step_set .phone_pic{
  width: 60%;

  position: relative;
}
.step_set .phone_pic img{
  width: 100%;
}


/* DS-輪播 (carousel) */
.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-slide{
  padding-top: 20px;
}

.swiper-slide img{
    width: 100%;
}
.swiper-button-next, .swiper-button-prev {
  color: #00a19b;
}
.swiper-pagination {
  position: absolute;
  bottom: 20px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
      transform: translateX(-50%) !important;
}
.swiper-pagination span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  margin: 0 5px;
  background: #ffffff;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #00a19b;
  border: 1px solid #00a19b;
}
.remind-p{
  font-size: 16px;
  text-align: center;
}
.remind-p a{
  color: #00a19b;
  text-decoration: underline;
}

@media screen and (max-width: 1024px){
  .block2{
    padding: 11% 0 8%;
  }
  .how-to-card{
    width: 70%;
  }
  .step_set .top p.step_txt{
    width: 80%;
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 768px){
  .title-h2{
    font-size: 32px;
  }
}

@media screen and (max-width: 600px){
  .title-h2{
    font-size: 30px;
    line-height: 44px;
  }
  .block2 {
    padding: 16% 0 10%;
    }
  .how-to-card{
    width: 80%;
  }
  .step_set .top p.step_txt{
    width: 70%;
  }
}
@media screen and (max-width: 430px){
  .block2 {
        padding: 24% 0 15%;
    }
  .title-h2{
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .how-to-card {
    width: 90%;
    padding: 25px;
  }
  .how-to-tab {
    width: 90%;
  }
  .title-b{
    width: 100%;
  }
  .p-b {
    width: 100%;
  }
  .step_set .top p.step_txt{
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 400px){
  .title-b{
    font-size: 22px;
  }
}


