@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{
    display: block;
}

html,body{
    width: 100%;
    height: 100%;
}


.link{
    max-width: 800px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.link p{
    font-size: 14px;
    line-height: 55px;
    color: #434343;
}

.btn{
    letter-spacing: 1px;
    background: #00a19b;
    color: #fff;
    width: 200px;
    padding: 12px 0;
    margin: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover{
    opacity: 0.7;
}

.btn:disabled {
    background: #acacac;
    color: #ffffff;
    cursor: not-allowed;
}





/* seo-h1的class把h1文字隱藏 */
.seo-h1{
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    transform: scale(0);
    color: #ffffff;
    }
  

/* kv */
article{
    padding-top: 48%;
    margin-top: 59px;
    background-image: url("../images/kv.webp");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
}  

.background-link {
    position: absolute; /* 覆盖整个 area */
    top: 0;
    left: 0;
    right: 0;
    bottom: 150px;
    z-index: 1; /* 确保链接在最上层 */
}


article > div{
    display: flex;
    justify-content: center;
}

article > div > img{
    max-width: 650px;
    animation: slide-top 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) 6 alternate forwards;
    animation-iteration-count:infinite;
    padding: 7% 0 2% 0;
}

article > div > .mobile{
    display: none;
}




/* ----------------------------------------------
 * Generated by Animista on 2022-5-30 15:58:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
 @-webkit-keyframes slide-top {
    0% {
    -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
    -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes slide-top {
    0% {
    -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
    -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
  }



/* content */
/* .bg-green{
    background-image: url("../images/bg_green.svg");
    background-repeat: repeat;
    background-size: 40px;
}


.bg-yellow{
    background-image: url("../images/bg_yellow.svg");
    background-repeat: repeat;
    background-size: 40px;
    padding-bottom: 30px;
} */

/*Part1_快速解決您多種資金需求*/
.new_event01{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 100px;
}

.part1_body{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 0px 20px;
}

.part1_content{
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    padding: 0px 15px;
}

.part1_content img{
    max-width: 90px;
    margin: 0 auto;
    text-align: center;
}
.part1_content p{
    padding-top: 5px;
    font-size: 17px;
    color: #506c74;
    font-weight: 600;
}

@media (max-width:850px){
    .part1_body{
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 20px;
    }
    .part1_content{
        max-width: 150px;
        padding: 15px 15px;
    }
}

@media (max-width:430px){
    .new_event01{
        margin-bottom: 0px;
    }
    .part1_body{
        width: 100%;
        margin-bottom: 50px;
    }
    .part1_content{
        max-width: 130px;
    }
    .part1_content p{
        font-size: 16px;
    }
}


.bg-color{
    background-image: url(../images/bg-part1.webp);
    background-size: cover;
}

.bg-green{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url('../images/bg_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-yellow{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url('../images/bg_2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.85;
}


section{
    padding: 0 0 50px 0;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}


section > h2{
    width: 145px;
    text-align: center;
    line-height: 50px;
    margin: 50px auto;
    letter-spacing: 1px;
    border-bottom: 2px solid #262626;
    padding: 2px 8px;
    color: #262626;
}


/* activity */
#card > div{
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    padding: 0px 10px;
}

#card > div > div.item{
    width: 180px;
    padding: 0 2px 20px 2px;
    margin: 0 5px;
}


#card2 > div{
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
}

#card2 > div > div.item{
    width: 180px;
    padding: 0 2px 10px 2px;
    margin: 0 5px;
}

#card2 > div > div.item > .text{
    font-size: 15px;
    text-shadow: 0px 0px 1px #ffffff;
}

.item a{
    color: #00a19b;
    font-size: 13px;
}

div.item > h5{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 50px;
}

div.item > p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
}

div.item > ul{
    line-height: 35px;
    color: #515151;
    font-size: 17px;
    letter-spacing: 1px;
    list-style: none;
}

div.item > ul > li > span{
    color: #cd800c;
    font-weight: bold;
    font-size: 24px;
}

div.item > img{
    width: 75%;
    margin: 0 auto;
    display: inline-block;
}


/* card_notice */

div.card_notice{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: center;
}

/* table1 */
.table1{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border-radius: 40px;
}

.table1 table{
    width: 800px;
    margin: 0 auto;
    padding: 20px;
    border-collapse: separate;
    border-spacing: 0;
}

.table1 th{
    background-color:#997955;
    color: #fff;
}

.table1 th,td{
    border: 1px solid rgb(255 255 255 / 70%);
    padding: 20px 30px;
}

.table1 td{
    background-color: rgb(232 225 218 / 95%);
    color: #262626;
}

/*項目排：左*/
.table1 tr:first-child th:first-child{
    border-top-left-radius: 30px;
}

/*項目排：右*/
.table1 tr:first-child th:last-child{
    border-top-right-radius: 30px;
}


/*第三排第一列：左*/
.table1 tr:nth-child(2) td:first-child{
    border-bottom-left-radius: 30px;
}


/*最後排第一列：右下*/
.table1 tr:last-child td:last-child{
    border-bottom-right-radius: 30px;
}

.note{
    width: 700px;
    margin: 20px auto 0 auto;
}

.note > ul li{
    text-align: center;
    list-style-type: circle;
    font-size: 14px;
    color: #414141;
    list-style: none; 

}


/* table2 */
.table2{
    width: 800px;
    margin: 0 auto;
}

.table2 > table{
    width: 100%;
    text-align: left;
    margin: 0 auto;
    font-size: 18px;
    border-collapse: separate;
    border-spacing: 8px 20px;
}

.table2 tr{
    padding: 20px;
}

.table2 td:nth-child(1){
    padding: 20px 17px;
    border-radius: 50px;
}

.table2 td:nth-child(2){
    padding: 20px 30px;
    border-radius: 50px;
}

.table2 span{
    color: #434343;
    font-size: 14px;
}

.table2 td:nth-child(odd){
    background-color: #ffc524;
    color: #262626;
    text-align: center;
}

.table2 td:nth-child(even){
    border: 1px solid #ffc524;
    background-color: #fff5e2;
    color: #262626;
    text-align: left;
    letter-spacing: 1px ;
}

/*常見問題*/
.faq {
    background:;
    background-size: cover;
    background-position: center;
    padding: 0px 0; 
  }
  
  .faq .qa-section {
    max-width: 920px;
    cursor: pointer;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #ffffff6d;
    border: 0.6px solid #00a19b;
    border-radius: 15px;
    padding: 25px 30px;
  }
  
  .faq .qa-section p {
      text-align: left;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    margin: 0; 
  }
  
  .faq .qa-section p span {
    display: block;
    font-size: 14px; 
  }
  
  .faq .qa-section .answer {
    display: none; 
  }

  .faq .qa-section .answer  a{
    color: #00a19b;
    text-decoration: underline;
  }
  
  .faq .qa-section .answer ul {
    padding:10px 40px 20px 40px ;
    line-height: 24px; }
  .faq .qa-section .answer ol {
    padding-left: 54px;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 0; 
  }
  
  .faq .qa-section h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    position: relative; 
  }
  
  .faq .qa-section h3 span {
    color: #00a19b; 
  }
  
  .faq .qa-section h3 svg {
    position: absolute;
    max-width: 21px;
    width: 100%;
    right: 10px; 
  }
  
  .faq .active-qa h3 {
      padding: 20px 0px;
    color: #00a19b; 
  }
  
  .faq .active-qa h3 svg .cls-a {
    fill: #00a19c90; }
  
  .faq .qa-section .answer ul {
      padding:10px 15px 20px 15px ; 
  }
  
  .faq .qa-section .answer ol {
      padding-left: 18px; 
  }
  
  @media screen and (max-width: 767px) {
    .faq .qa-section {
         padding-right: 36px; 
         text-align: left;
       }
    .faq .qa-section p {
      padding-left: 0px;
      font-size: 14px; 
      text-align: left;
       }
    .faq .qa-section h3 {
      font-size: 16px;
      text-align: left;
      line-height: 28px;
      text-align: left; 
    }
    .faq .qa-section h3 svg {
      right: -23px;
      top: 4px; 
       }
  }
  
  /* 注意事項(收合) */
  .faq-section {
      width: 80%;
    background: #ffffff;
    color: #595959;
      margin: 0 auto;
      transition:all 0s ease;
      font-size: 16px;
      clear: both;
  }
  
  .faq-section .qa-click {
    background: #ffffff;
    height: auto;
    cursor: pointer;
    padding: 16px 16px;
      transition:all 0s ease;
      font-size: 16px;
      text-align: left;
      margin-top: 100px;
  }
  
  .faq-section p{
      text-align: left;
  }
  
  .faq-section .qa-click img {
    color: #b7acac;
    font-size: 12px;
    margin-top: 5px;
    float: right;
  }
  
  .faq-section .arrow {
    position: relative;
  }
  
  .faq-section .answer {
    display: none;
    padding: 10px 25px 20px 20px;
    margin: 5px 0;
      transition:all 0s ease;
      text-align: left;
  }
  
  .faq-section .qa-answer{
    width: 100%;
      padding: 0px 20px 30px 40px;
  }
  
  .faq-section .qa-answer li {
    line-height: 1.5;
    text-align: justify;
    word-wrap: break-word;
    text-justify: inter-ideograph;
    word-break: normal;
      font-size: 14px;
  }
  
  .faq-section .qa-answer li span {
    color: #F8524C;
  }
  
  .faq-section .qa-answer a {
      color: #00a19b;
      text-decoration: underline;
  }
  
  .faq-section .rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: 0.1s;
  }
  
  .faq-section .rotate-reset {
    transform: rotate(0deg);
    transition: 0.1s;
  }
  

/* 注意事項 */
aside{
    width: 100%;
    height: auto;
    overflow: hidden;
}

aside > div {
    width: 1100px;
    height: auto;
    overflow: hidden;
    padding: 25px;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9;
}

aside > div > p{
    font-size: 14px;
    text-indent: 0.3em;
    color: #595959;
    font-weight: bold;
    line-height: 30px;
}

aside > div > ol{
    font-size: 14px;
    line-height: 28px;
    list-style-type: decimal;
    color: #595959;
    padding: 0 15px 0 25px;
}


li li{
    counter-increment: my-counter;
    margin-left: 1em;
    text-indent: -1.2em;
    list-style: none;
}

li li::before {
  content: "("counter(my-counter) ")";
}

.txt_red{
    color: #ce6f83;
}




/* 警語 */
.warning{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}

.warning > div{
    width: 1100px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 10px 18px 10px;
    /* border-top: 1px solid #f0f0f0; */
}

.warning > div > p{
    font-size: 20px;
    text-align: center;
    color: #595959;
    letter-spacing: 2px;
}

.warning > div > div{
    height: auto;
    overflow: hidden;
    color: #434343;
}

.warning > div > div.left_box{
    width: 25%;
    float: left;
}

.warning > div > div.right_box{
    width: 75%;
    float: right;
}

div.left_box > p{
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 8%;
}

div.right_box > p{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

footer{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #4d4d4d;
}

footer > ul{
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

footer > ul > li{
    display: inline-block;
    font-size: 13px;
    color: #fff;
    line-height: 50px;
    padding: 0 2px;
}

footer > ul > li > a{
    color: #fff;
    text-decoration: none;
}




@media screen and (max-width: 1024px) {
    header > nav, article > div, aside > div, .warning > div, footer > ul{
        width: 100%;
    }

    header > nav > a > img{
        padding: 12px 0 12px 5px;
    }

    aside > div{
        padding: 25px 20px 25px 35px;
    }

    .warning > div{
        padding: 20px;
    }

    #gift > div{
        margin: 50px;
    }
}


@media screen and (max-width: 768px) {
    .btn{
        border-radius: 30px;
    }

    aside{
        width: 100%;
    }

    aside > div{
        padding: 25px 20px 20px 35px;
    }

    aside > div > ol{
        text-align: justify;
    }

    #gift > div{
        margin: 50px 40px;
    }

    #gift > div > div.right_txt{
        width: 58%;
        margin: 15px 0 0 0;
    }

    .table1{
        width: 95%;
        padding: 10px;
        border-radius: 20px;
    }

    .table1 > table{
        width: 100%;
        padding: 0px;
    }

    .table2{
        width: 95%;
    }

    .table2 td:nth-child(1){
        padding: 15px 10px;
        border-radius: 10px;
    }

    .table2 td:nth-child(2){
        padding: 15px 10px;
        border-radius: 10px;
    }

    .note{
        width: 95%;
        line-height: 25px;
    }

    .table1 th{
        padding: 20px 10px;
    }

    .table1 td{
        padding: 20px 10px;
    }

    .warning > div{
        clear: both;
        float: none;
        padding: 20px 20px;
    }

    .warning > div > div.left_box{
        width: 100%;
        float: none;
        text-align: center;
    }

    .warning > div > div.right_box{
        width: 100%;
        float: none;
    }

    div.left_box > p{
        font-size: 20px;
        margin-top: 0;
        line-height: 45px;
    }

    footer > ul{
        width: 100%;
    }

}

@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{
        width: auto;
        padding-top: 150%;
        margin-top: 50px;
        background-image: url("../images/kv_m.webp");
    } 

    article > div > img{
        width: 95%;
        padding-top: 10%;
    }

    #card:target { 
        padding-top: 100px;
        margin-top: -100px; 
    }

    #gift:target { 
        padding-top: 100px; 
        margin-top: -100px; 
    } 
    
    #gift > div{
        margin: 50px 20px;
    }

    #gift > div > div{
        clear: both;
        float: none;
        margin: 10px 0;
    }

    #gift > div > div.left_img{
        width: 100%;
        float: none;
        text-align: center;
    }

    #gift > div > div.right_txt{
        width: 100%;
        float: none;
        text-align: justify;
    }

    div.right_txt > p{
        line-height: 30px;
    }

    #gift > div > div.right_txt{
        padding: 0 10px;
    }

    div.right_txt > a{
        border-radius: 20px;
    }

    div.item > a{
        border-radius: 20px;
    }

    aside > div {
        border-radius: 0px;
    }

    aside > div > ol{
        padding: 0 15px 0 10px;
    }

    aside > div > p{
        text-indent: -0.7em;
    }

}

@media screen and (max-width: 320px) {
    footer{
         padding: 10px;
    }
    footer > ul > li{
        line-height: 20px;
    }
}

    /*最新活動*/
.new_event{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.new_event h2{
    font-size: 20px;
    width: 360px;
    text-align: center;
    line-height: 40px;
    margin: 50px auto;
    letter-spacing: 1px;
    border-bottom: 2px solid #262626;
    padding: 8px 8px;
    color: #262626;
    }

/*信貸活動注意事項*/

.event_notice span{
    color: #f8524c;
}

.event_notice a{
    color: #00a19b;
    text-decoration: underline;
}

/*信用卡最新活動*/
.creditcard_latest_activities{
    width: 85%;
    max-width: 1080px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.creditcard_latest_activities h2{
    width:80%;
    font-size: 20px;
    max-width: 360px;
    text-align: center;
    line-height: 40px;
    margin: 50px auto;
    letter-spacing: 1px;
    border-bottom: 2px solid #262626;
    padding: 8px 8px;
    color: #262626;
}

.unicard_pc , .unicard_ipad , .unicard_m{
    width: 90%;
    padding-top: 20px;
    margin: 0 auto;
}

.unicard_pc img , .unicard_ipad img , .unicard_m img{
    width: 100%;
}
.unicard_pc{
    width: 90%;
    display: block;
}

.unicard_ipad{
    width: 90%;
    display: none;
}

.unicard_m{
    width: 90%;
    display: none;
}

@media (max-width: 825px){
    .unicard_pc{
        display: none;
        }
    
    .unicard_ipad{
        display: block;
        }
    
    .unicard_m{
    }
}

@media (max-width: 430px){
    .unicard_pc{
        }
    
    .unicard_ipad{
        display: none;
        }
    
    .unicard_m{
        display: block;
        }
}




