@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
body *{
    font-family:"Arial","Microsoft JhengHei","sans-serif";
}

#sec01{
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(https://image.card.tw.r10s.com/images/corp/campaign/1717/top_bg.jpg);
}

.cam_topBox {
    width: 950px;
    height: 400px;
    margin: 0 auto;
}

.section {
    width: 950px;
    margin: 5% auto;
}

.apply-box .btn-apply{
    width: 240px;
    height: 50px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background-color: #c31010;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.apply-box .btn-apply:hover{
    background-color: #D43030;
    text-decoration: none;
}
.btn-search{
    background-color: #e60012;
    color: #fff;
    padding: 0.25em 1.5em;
    display: inline-block;
    border-radius: 5px;
    box-shadow:0px 6px 0px #bf0000;
    font-size: 30px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.visacardFaces {width: 800px;display: flex;align-items: center;flex-flow: row nowrap;margin: 0 auto;justify-content: center;flex-wrap: nowrap;}
.visacardFaces li {padding: 0px;list-style: none;background-color: #fff;text-align: center;}
.visacardFaces li img{width: 80%;}



