@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;}

/* 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;
}

/* 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%;
    }
}
/* h1 */
.h1-seo{
  height: 0px;
  width: 0px;
  padding: 0px;
  margin: 0px;
  transform: scale(0);

}
/* kv */
.kv_body{
  width: 100%;
  background-image: url(../images/kvbannerweb_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
}
.kv_content{
  width: 50%;
  max-width: 750px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-animation: scale-down-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse ;
	animation: scale-down-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse ;
}
.kv_text{
  position: absolute;
}
.kv_circle {
	-webkit-animation: rotate-center 50s linear infinite  ;
	        animation: rotate-center 50s linear infinite  ;
}
@media (max-width: 700px) {
.kv_body{
  background-image: url(../images/kv_banner_mobile.webp);
}
.kv_content{
  width: 90%;
  padding-top: 100px;
  padding-bottom: 100px;
}
}
/*彈出動畫kv_content*/
/* ----------------------------------------------
 * Generated by Animista on 2025-7-2 16:16:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-down-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

/*kv_circle旋轉*/
/* ----------------------------------------------
 * Generated by Animista on 2025-7-2 16:20:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*h2標題*/
h2{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  color: #595959;
  letter-spacing: 2px;
  padding: 20px 5px;
  font-size: 28px;
  padding-top: 120px;
}
@media(max-width:628px){
h2{
  padding-top: 50px;
  padding-bottom: 10px;
}
}
@media(max-width:450px){
h2{
  font-size: 26px;
}
}
/*信用卡申辦資格*/
.qualifications_body{
  width: 100%;
  color: #595959;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
}
.qualifications_body figure{
  width: 40%;
  max-width: 500px;
  height: 170px;
  border: 1px solid #5fc7b9bd;
  border-radius: 5px;
  margin: 40px 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.qualifications_body figcaption{
  padding-right: 20px;
  padding-top: 15px;
}
.qualifications_body img{
  width: 30%;
  max-width: 130px;
  padding-left: 20px;
}
.qualifications_body ol{
  list-style-type: disclosure-closed;
}
@media(max-width:760px){
.qualifications_body figure{
  width: 45%;
  height: auto;
    margin: 40px 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.qualifications_body img{
  width: 60%;
  max-width: 300px;
  padding-left: 0px;
  padding-top: 20px;
}
.qualifications_body figcaption{
  width: 90%;
}
.qualifications_body ol{
 padding-right: 1.5rem;
 padding-right: 5px;
}
}
@media(max-width:628px){
.qualifications_body{
  padding-bottom: 35px;
}
.qualifications_body figcaption{
  height: 150px;
  padding-right: 0px;
}
}
@media(max-width:450px){
.qualifications_body figcaption{
  font-size: 14px;
}
}
@media(max-width:360px){
.qualifications_body figcaption{
  height: 180px;
}
}
/*辦卡前請先確認以下資料*/
#check{
  width: 100%;
  background-image: url(../images/background001.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:top;
  background-attachment: fixed;
}
#check h2{
  text-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.811);
}
#check h2 img{
  width: 100%;
  max-width: 80px;
  display: inline-block;
}
.Before_applying_body{
  width: 100%;
  padding-bottom: 150px;
  padding-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.Before_applying_body figure{
  width: 90%;
  max-width: 450px;
  margin: 10px 30px;
  background-color: #ffffffe0;
  border: 0.5px solid #a2a2a2;
  border-radius: 10px;
  font-size: 18px;
  box-shadow: 0px 0px 20px 2px rgba(255, 255, 255, 0.685);
}
.Before_applying_body a{
  color: #434343;
  text-decoration: none;
  border: none;
  padding: 40px 20px;
  box-shadow: inset 0px 0px 20px rgba(196, 196, 196, 0.3);
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content : center;
  align-items: center;
  flex-direction: row-reverse;
}
.Before_applying_body img{
  width: 20%;
  max-width: 50px;
}
.Before_applying_body figcaption{
  width: 60%;
  padding-top: 0px;
  color: #434343;
  display: block;
  text-align: left;
}
.Before_applying_body figcaption em{
  background-color: #ffb029;
  padding: 5px 10px;
  color: #ffffff;
  font-style: normal;
  font-size: 16px;
}

@media(max-width:1005px){
  .Before_applying_body figcaption{
    width: 70%;
}
  .Before_applying_body figure{
    margin: 10px 10px;
}
}
@media(max-width:806px){
  .Before_applying_body{
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
}
  .Before_applying_body figure{
    margin:0 auto;
    margin-bottom: 30px;
}
}
@media(max-width:532px){

}
@media(max-width:450px){

}

/*各區按鈕*/
.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%;
}

.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;
  }

/*輪播*/
.section5 {
  text-align: center;
  padding-top: 20px;
  background-color: #ffffff;
  padding-bottom: 100px;
}
.section5 .uk-tab {
  width: 100%;
  padding: 0px 0px 30px 0px;
}
.section5 .uk-tab li a {
  padding-bottom: 16px;
  text-decoration: none;
  padding-top: 30px;
}
.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: 20px;
    padding-bottom: 40px;
  }
}
.section5 .uk-tab > li {
  display: inline-block !important;
  padding-left: 0;
  position: relative;
  width: 25%;
  margin: 0 auto;
  text-align: center;
}
.section5 .uk-tab > li a::after {
  content: "";
  width: 90%;
  height: 4px;
  background-color: #acacac;
  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: #5fc7b9;
  font-weight: bold;
  padding-bottom: 5px;
  border: 0;
  text-decoration: none;
}
.section5 .uk-tab > .uk-active > a h3 {
  color: #5fc7b9;
  font-weight: bold;
  font-size: 18px !important;
  margin: 0;
  text-decoration: none;
}
@keyframes shark-txt {
  form{
    background-position: -100%;
  }
  to {
    background-position: 200%;
  }
}
.section5 .uk-tab > .uk-active::after {
  content: "";
  width: 90%;
  height: 4px;
  color: #5fc7b9;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
        background: linear-gradient(45deg, rgba(8, 255, 206, 0) 40%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 60%) -100% / 50% no-repeat currentColor;
 -webkit-text-fill-color: transparent;/*也就是文字填充的顏色，將文字填充透明的顏色，只讓背景顏色顯現出來*/
    animation: shark-txt 2s infinite;
}
.section5 .tab .uk-switcher {
  margin-top: 10px !important;
}
.section5 .tab > .uk-tab {
  margin: 0 auto;
  overflow: scroll;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.number{
  width: 90%;
  max-width: 25px;
  margin-bottom: 5px;
}
.small-gray{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  color: #7c7c7c;
}
.small-red{
  color: #fc746f;
  font-style: normal;
}
.small-gray a{
  color: #00a19b;
  text-decoration: underline;
}
.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;
}
.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;
  }
  .section5 .uk-tab li a h3 , .section5 .uk-tab > .uk-active > a h3 {
  font-size: 16px !important;
}
}
/*推薦卡片*/
#part3{
  width: 100%;
  /*background-color: #f5f5f5;*/
  background-image: url(../images/background002_1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  background-attachment: fixed;
}
.recommended_body{
  width: 90%;
  max-width: 280px;
  margin: 0 auto;
  padding: 30px 0px 30px 0px;
  margin: 0px auto;
  border-radius: 5px;
  background-color: #ffffff5c;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
}
.recommended_body a{
  color: #595959;
}
.recommended_body figure{
  width: 30%;
  text-align: center;
  padding: 30px 20px 10px 10px;
  background-color: #ffffff59;
  border: 1px solid #e1e0e0;
  margin: 0px 10px;
  border-radius: 5px;
}
.recommended_body img{
  width: 90%;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}
.recommended_body p{
  text-align: center;
  margin-bottom: 0px;
}
.recommended_body .card_name{
  color: #272727;
  font-size: 18px;
  padding-top: 10px;
  font-weight: bold;
  text-align: center;
}
.recommended_body .card_text{
height: 70px;
color: #595959;
font-size: 15px;
}
.recommended_body .card_btn{
text-align: right;
font-size: 14px;
text-decoration: none;
}
.recommended_body a{
text-decoration: none;
}
h3{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #595959;
  margin-top: 40px;
}
h3 a{
  text-decoration: none;
}
h3 a:hover{
  color: #00a19b;
  text-decoration: none;
}
@media(max-width:760px){
  .recommended_body{
  flex-wrap: wrap;
}
.recommended_body figure{
  width: 40%;
  margin: 20px 10px 20px 10px;
}
}
@media(max-width:450px){
.recommended_body figure{
  width: 90%;
  margin: 20px 10px 20px 10px;
}
.recommended_body{
  width: 80%;
}
}
/*熱門服務*/
#part4{
  width: 100%;
}
.hotservice_body{
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-bottom: 5px solid #dfdfdf;
  margin-bottom: 20px;
  margin-top: 20px;
}
.hotservice_body:hover{
  border-bottom: 5px solid #00a19b;
  transition:0.5s ease-in !important;
}
.hotservice_body img{
  width: 100%;
}
.hotservice_body figcaption{
  width: 100%;
  height: 100px;
  text-align: justify;
  padding: 10px 20px;
  font-size: 15px;
  color: #595959;
}
.hotservice_body figcaption p{
  margin-bottom: 0px;
  text-align: justify;
}
.hotservice_body .hot_tittle{
  color: #00a19b;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.hotservice_body a{
  text-decoration: none;
}
.hotservice_body .hot_btn{
color: #00a19b;
font-size: 14px;
font-style: normal;
}
.hotservice_body:hover{
}
@media(max-width:1400px){
  .hotservice_body figcaption{
  height: 120px;
}
}
@media(max-width:500px){
  .hotservice_body{
  width:290px;
}
#part4{
  padding-bottom:90px;
}
}
/*玉山wallet區*/
.wallet-background{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
  background-image:linear-gradient(to top right, #d4faf9, #ffffff,#f6fdd6);
  background-attachment: fixed;
}
.wallet-subtittle{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  color: #4f4f4f;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.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: 10px;
}
.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%;
}
.wallet-subtittle{
  font-size: 14px;
}
.wallet-dowload{
  width: 80%;
}
.wallet-background{
  padding-bottom: 30px;
}
}

.content-title em{
  color: #ef4343;
  font-size: 15px;
  font-style: normal;
}

.float_action_btn a{
  text-decoration: none;
  font-weight: 600;
}

/*常見問題*/
.bg-gray{
  width: 100%;
  margin-bottom: 100px;
}
.faq_body{
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  color: #595959;
  border: 1px solid #eeeeee;
  position: relative;
}
.faq_btn{
  cursor: pointer;
}

.faq_body .faq_tittle{
  width: 90%;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
}

.btn_more{
width: 15px;
position: absolute;
right: 20px;
top: 20px;
display: inline-block;
}

.faq_content{
  width: 100%;
  background-color: #f1f1f1;
  margin-bottom: 0px;
  padding: 20px;
  font-size: 14px;
  display: none;
}
.faq_content p{
  margin-bottom: 0px;
}
.faq_content em{
  font-size: 12px;
  color: #767676;
  font-style: normal;
}
.faq_content ol{
  padding-left: 20px;
}

.faq_btn .rotate {
  border-radius: 100px;
  transform: rotate(-180deg);
  /*transform: rotate(180deg);*/
  transition: 0.1s;
  }

.faq_btn .rotate-reset {
  transform: rotate(0deg);
  transition: 0.1s;
  }
@media(max-width:500px){
  .bg-gray{
  margin-bottom: 40px;
}
}
/*常見問題END*/

/* 添加到您的 style.css 文件中 */
.swiper-container {
    touch-action: pan-y; /* 確保水平滑動輪播時，不會影響垂直方向的頁面滾動或其他元素 */
}

/* 如果你的 Tab 頁籤也有滑動功能，並且你想確保它只響應垂直滑動，可以也考慮加上 */
.uk-tab {
    touch-action: pan-x;
}
.popup p{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #595959;
  margin-top: 40px;
  font-weight: bold;
}

