@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; max-width: 100%; height: auto; }

html,body{
    width: 100%;
    height: 100%;
}

html {
  scroll-behavior: smooth;
}

:root {
  scroll-padding-top: 3rem;
}

/*各區按鈕*/
.event_btnbody{
    width: 90%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0px 30px 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{
    opacity: 80%;
}

/*動畫*
.event_btn2 {
    -webkit-animation: slide-top 0.5s ease-out 1s 20 alternate ;
            animation: slide-top 0.5s ease-out 1s 20 alternate ;
}
/*動畫end*/

.note_a{
    font-size: 14px;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 10px;
}

.note_a li{
    text-align: center;
    color: #434343;
}

/* 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 img{
  width: 100%;
  display: block;
  margin: 0 auto;
  border: none;
  margin-top: 60px;
}

.kv_banner_mobile img{
  width: 100%;
  display: none;
  margin: 0 auto;
  border: none;
  margin-top: 60px;
}

@media (max-width: 700px) {
    .kv_banner_web{
        display: none;
}
    .kv_banner_mobile img{
        display: block;
}   
} 

/* ----------------------------------------------
 * 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;
} */

.bg-green{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bg-yellow{
    width: 100%;
    height: auto;
    overflow: hidden;
}

section{
    padding: 0 0 0px 0;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

section > h2{
    font-size: 24px;
    width: 390px;
    text-align: center;
    line-height: 50px;
    margin: 0px auto 50px auto;
    letter-spacing: 1px;
    border-bottom: 2px solid #009E96;
    color: #009E96;
    padding:50px 8px 0px 8px;
}
/* 優惠方案 */
/*利率那四格*/
.part2-discount-body{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #1bc092ba;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    align-items: center;
}
.part2-discount-body figure{
    padding-bottom: 40px;
}
.part2-content , .part2-content-end{
    width: 25%;
    color: #ffffff;
    font-size: 18px;
}

.part2-content figcaption{
    border-right: 2px dotted #ffffffa4;
}

.part2-content img , .part2-content-end img{
    width: 70%;
    max-width: 150px;
    margin-bottom: 20px;
}

.part2-content em , .part2-content-end em{
    font-family: 'Noto Sans';
    font-size: 50px;
    font-weight:900;
    font-style: normal;
}
/*優點那三格*/
.part2-advantage-body{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items:center;
}
.part2-advantage-body figure{
    margin-top: 20px;
    background-color: #ffb229e3;
    border-radius: 20px;
    padding: 20px 5%;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.part2-advantage-body .center{
    margin-left: 10px;
    margin-right: 10px;
}
.part2-advantage-body img{
    width: 30%;
    max-width: 50px;
    margin-right: 13px;
}
/*國旅卡優惠*/
.part2-National-Travel-Card{
    width: 90%;
    max-width: 1400px;
    background-color: #00a4efd4;
    border-radius: 20px;
    padding: 50px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items:flex-end;
}
.part2-National-Travel-Card .star{
    width: 30px;
}
.part2-National-Travel-Card .text{
    padding: 0px 10px;
    font-size: 24px;
    font-weight: bold;
}
.part2-National-Travel-Card .text em{
    color: yellow;
    font-style: normal;
}
.part2-National-Travel-Card .text strong{
    font-family: 'Noto Sans';
    font-weight: 900;
    font-size: 40px;
}
.star{
    -webkit-animation: star 3s infinite;
    animation: star 3s infinite;
}

@-webkit-keyframes star {
    0% {
        transform: rotate(0deg) scale(0.3);
    }
    35% {
        transform: rotate(360deg) scale(1);
    }
    65% {
        transform: rotate(360deg) scale(1);
    }
    100% {
        transform: rotate(720deg) scale(0.3);
    }

}
@keyframes star {
    0% {
        transform: rotate(0deg) scale(0.3);
    }
    35% {
        transform: rotate(360deg) scale(1);
    }
    65% {
        transform: rotate(360deg) scale(1);
    }
    100% {
        transform: rotate(720deg) scale(0.3);
    }
}

@media(max-width:855px){
    .part2-advantage-body figure{
    padding: 20px 3%;
}
}
@media(max-width:825px){
.part2-discount-body{
    flex-wrap: wrap;
}
.part2-content , .part2-content-end{
    width: 50%;
    font-size: 16px;
}
.part2-content figcaption{
    border-right: 0px dotted #ffffffa4;
}
.part2-discount-body figure{
    border: 1px dotted #ffffffa4;
}
.part2-content em , .part2-content-end em{
    font-size: 40px;
}
.part2-advantage-body figure{
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}
.part2-advantage-body img{
    width: 40px;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 0px;
}
.part2-advantage-body figcaption{
    height: 50px;
}
}
@media(max-width:730px){
.part2-National-Travel-Card{
    padding: 40px 20px;
    line-height: 30px;
    align-items:center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.part2-National-Travel-Card .text em{
    display: block;
    line-height: 40px;
}
.part2-National-Travel-Card .text{
    font-size: 22px;
}
}
@media(max-width:515px){
.part2-advantage-body figcaption{
    height: 70px;
}
.part2-advantage-body figure{
    font-size: 19px;
}
}
/* 線上申請 */

#card2 > div{
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    max-width: 1200px;
    margin: auto;
}

.bg-yellow ul{
    padding-left: 50px;
}
.bg-yellow ul li{
    text-align: center;
}

div.item > h5{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 50px;
}

#card2 > div > div.item2{
    width: 250px;
    padding: 0 2px 10px 2px;
    margin: 0px 5px 50px 5px;
}

div.item2 > h5{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 50px;
}

div.item2 > p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
}

div.item2 > ul{
    line-height: 35px;
    color: #515151;
    font-size: 17px;
    letter-spacing: 1px;
    list-style: none;
    line-height: 1.6;
    padding-left: 0px;
    width: 100%;
}

div.item2 > ul > li > span{
    color: #ce6f83;
    font-weight: bold;
    font-size: 24px;
}


div.item2 > img{
    width: 75%;
    margin: 0 auto;
    display: inline-block;
}
@media(max-width:500px){
    #card2 > div > div.item2{
    width: 140px;
}
}
/* 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;
    border-radius: 40px;
}

.table1 table{
    width: 800px;
    margin: 0 auto;
    padding: 20px;
    border-collapse: separate;
    border-spacing: 0;
}

.table1 th{
    background-color:#3cbaad;
    color: #fff;
}

.table1 th span{
    color: #fff100;
}

.table1 th,td{
    border: 1px solid rgb(255 255 255);
    border-right: solid 1px #d9d9d9;
    padding: 20px 30px;
}

.table1 td {
    font-size: 16px;
    border-left: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    padding: 10px 0px;
    line-height: 30px;
    background-color: #ffffff;
}

/*項目排：左*/
.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: 0px;
}

/*第三排第四列：左*/
.table1 tr:nth-child(3) 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: #262626;
    list-style: none; 

}

/* 注意事項 */
aside{
    width: 100%;
    height: auto;
    overflow: hidden;
}

aside > div {
    width: 95%;
    max-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 25px 0 25px;
}

aside > div > ol li a{
    color: #00a19b;
    text-decoration: underline;
}

li li{
    counter-increment: my-counter;
    margin-left: 1em;
    text-indent: -1.2em;
    list-style: none;
}

li li::before {
  content: "("counter(my-counter) ")";
}
.type2li:before{
    content: "◎";
}

.txt_red{
    color: #ff8c00;
}


/*最新活動*/
.new_event{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 30px;
    max-width: 1300px;
}

.new_event h2{
    font-size: 24px;
    width: 360px;
    text-align: center;
    line-height: 50px;
    margin: 0px auto 50px auto;
    letter-spacing: 1px;
    border-bottom: 2px solid #009E96;
    color: #009E96;
    padding: 50px 8px 0px 8px;
    }

.new_icon_pc , .new_icon_ipad , .new_icon_m{
    padding-top: 20px;
    margin: 0 auto;
}

.new_icon_pc{
    max-width: 1000px;
    display: block;
    margin-top: 3%;
}

.new_icon_ipad{
    width: 80%;
    display: none;
}

.new_icon_m{
    width: 90%;
    display: none;
}

@media (max-width: 825px){
    .new_icon_pc{
        display: none;
    }
    .new_icon_ipad{
        display: block;
    }
    .new_icon_m{
    }
    
}

@media (max-width: 430px){
    .new_icon_pc{
    }

    .new_icon_ipad{
        display: none;
    }
    
    .new_icon_m{
        display: block;
    }
    .new_event{
    margin-bottom: 0px;
}

}

/*信用卡最新活動*/
.new_event2{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 34px;
    color: #595757;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: bold;
}

.new_event2 h2{
    font-size: 24px;
    width: 360px;
    text-align: center;
    line-height: 50px;
    margin: 0px auto 10px auto;
    letter-spacing: 1px;
    border-bottom: 2px solid #009E96;
    color: #009E96;
    padding: 50px 8px 0px 8px;
}

@media (max-width: 430px){
    .new_event2 h2{
        width: 325px;
    }
}

.unicard_pc , .unicard_ipad , .unicard_m{
    padding-top: 20px;
    margin: 0 auto;
}

.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;
        }
}

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;
}


@media screen and (max-width: 1024px) {

    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;
    }

    div.left_box > p{
        font-size: 20px;
        margin-top: 0;
        line-height: 45px;
    }

}

@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{
        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;
    }

    div.item2 > a{
        border-radius: 20px;
    }

    aside > div {
        border-radius: 0px;
    }

    aside > div > ol{
        padding: 0 15px 0 10px;
    }

    aside > div > p{
        text-indent: -0.7em;
    }

}

/* 下移注意事項 */
.faq {
  background:;
  background-size: cover;
  background-position: center;
  padding: 0px 0; 
  margin-bottom: 100px;
}

.faq .qa-section {
  max-width: 920px;
  cursor: pointer;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 15px;
  padding: 30px 30px;
  -webkit-box-shadow: 0 7px 0 rgba(221, 148, 69, 0.25);
  box-shadow: 0 7px 0 rgba(221, 148, 69, 0.25);
  border:0.65px solid #F9F1E4;
}

.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 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: #FF7D5A; 
}

.faq .qa-section h3 svg {
  position: absolute;
  max-width: 21px;
  width: 100%;
  right: 10px; 
}

.faq .active-qa h3 {
  padding: 20px 0px;
  color: #FF7D5A; 
}

.faq .active-qa h3 svg .cls-a {
  fill: #f4ac56; }
.faq .main-title h2 {
  text-align: center;
  font-size: 24px;
  padding:140px 0px 30px 0px;
}

.faq .main-title h2 img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 5px; 
}

.faq .main-title h2 {
  color: #FF7789; 
}

.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; 
    }
}
@media(max-width:500px){
.faq .main-title h2 {
    padding:40px 0px 30px 0px;
}
}
/* 注意事項(收合) */
.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: #fffffff;
  height: auto;
  cursor: pointer;
  padding: 16px 16px;
  transition:all 0s ease;
  font-size: 16px;
  text-align: left;
}

.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 .rotate {
  transform: rotate(-180deg);
  /*transform: rotate(180deg);*/
  transition: 0.1s;
}

.faq-section .rotate-reset {
  transform: rotate(0deg);
  transition: 0.1s;
}

/* pop */
.popup {
  padding: 16px;
  max-width: 470px;
  width: 100%;
  height: auto;
}

.popup input[type='radio']:checked + label {
  background: #00a19b;
  color: #fff;
}
.popup input[type='radio']:checked + label h2,
.popup input[type='radio']:checked + label p {
  color: #fff;
}

.popup input[type='radio']:not(:disabled) ~ label {
  cursor: pointer;
  color: #ffffff;
}

.popup .but_2{
  display: block;
  border: 1px solid #00a19b;
  border-radius: 4px;
  background: #ffffff;
  color: #00a19b;
  width: 240px;
  margin: 12px auto;
  padding: 14px 10px;
  font-size: 18px;
  text-align: center;
}

.popup a {
  display: block;
  border-radius: 4px;
  background: #00a19b;
  color: #fff;
  width: 240px;
  margin: 12px auto;
  padding: 14px 10px;
  font-size: 18px;
  text-align: center;
}
.sub-btn {
  background: #fff !important;
  border: 1px solid #00a19b !important;
  color: #00a19b !important;
}

.popup .showtext {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 24px;
  color: #1c1c1c;
}
/* 專人與我聯絡連結 /
.popup .showtext a {
  color: #fff;
  font-weight: 400;
}
/* 專人與我聯絡連結 end*/

.popup .showtext a:focus {
  text-decoration: none;
}
.calc-result {
  margin-top: 16px;
}
.result-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold !important;
}
.calc-result span {
  font-weight: bold !important;
  color: #e66900;
}

.popup label {
  display: inline-block;
  background: #ffffff;
  border-radius: 100px;
  height: 58px;
  width: 58px;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 10px rgb(64 157 153 / 20%), 0 1px 2px rgb(0 0 0 / 10%);
}

.popup label p {
  display: inline-block;
  padding: 14px 0;
  margin-top: 6px;
  padding-bottom: 0;
  color: #1c1c1c;
}

.popup label h2 {
  display: inline-block;
  font-size: 14px;
  color: #1c1c1c;
}

.popup input[type='radio'] {
  display: none;
}

.popup .loan-title {
  background: #fff;
  text-align: center;
  color: #1c1c1c;
  margin: 10px 0;
  vertical-align: top;
  padding-top: 0;
  font-size: 16px;
}

.popup .group {
  text-align: center;
  margin: 8px 5px;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}

.popup .title_calc {
  color: #00a19b;
  font-size: 20px;
  text-align: center;
  margin: 15px 0;
}
.title_calc_headline {
  font-weight: bold !important;
  margin-bottom: 16px;
}

/* pop end*/

/* seo-h1的class把h1文字隱藏 */
.seo-h1{
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    transform: scale(0);
    color: #ffffff;
    display: none;
    }