@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }
html { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
.wapperBOX header img, .wapperBOX section.stepBOX ul.noteul2 li div img, .wapperBOX section .notetext img { border: 0; display: block; width: 100%; height: auto; }
html, body { width: 100%; min-height: 100%; font-family: "Noto Sans", "Microsoft JhengHei"; background: #fff; }
.noborder { box-shadow: none !important; }
.mt30{display: block;padding-top: 30px;
}
.wapperBOX {
    width: 100%;
    overflow: hidden;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX:after {
    content: " ";
    display: block;
    clear: both;
}

.wapperBOX header {
    width: 100%;
    display: block;
}

.wapperBOX section {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section span.bluetext {
    color: #0066ff;
}

.wapperBOX section span.yellowtext {
    color: #fff100;
}

.wapperBOX section span.redtext {
    color: #e60a0f;
}

.wapperBOX section span.notetext {
    font-family: 'Noto Sans TC',
        sans-serif;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3rem;
}

.wapperBOX section span.graytext {
    font-family: 'Noto Sans TC',
        sans-serif;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
}

.wapperBOX section span.sblacktext {
    font-family: 'Noto Sans TC',
        sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.wapperBOX section span.redfont19b {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-size: 19px;
    color: #e60a0f;
    font-weight: 700;
}

.wapperBOX section.activeBOX div.mt30 {
    margin-top: 30px;
    display: block;
}

.wapperBOX img {
    width: 100%;
}

/*活動內容*/
.wapperBOX section.main_content {
    display: block;
    padding: 5%;
    background: #7fcbe2;

}
.wapperBOX section.main_content .bank_area {
    display: block;
    padding: 5%;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wapperBOX section.main_content .bank_area .title {
    width: 45%;
    margin: auto;
}

.wapperBOX section.main_content .bank_area ol {
    list-style: decimal;
    margin: 10px 0 30px 20px;
}

.wapperBOX section.main_content .bank_area ol li {
    font-family: 'Noto Sans TC',
    sans-serif;
    font-weight:400;
    font-size: 16px;
    line-height: 1.8em;
    color: #333333;
    font-weight: normal;
    margin-top: 15px;
}


.wapperBOX section.main_content .bank_area p {
    font-family: 'Noto Sans TC',
    sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #333333;
    margin: 1rem auto 0 auto;
}
.wapperBOX section.main_content .bank_area .eventtext {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #333333;
    line-height: 1.5rem;
    margin: 1rem auto;
}
.wapperBOX section.main_content .bank_area .eventtext span.graytext {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #666;
    line-height: 1.5rem;
}
.wapperBOX section.main_content .bank_area span.redtext {
    color: #e63d41;
}

.wapperBOX section.main_content .bank_area h5 {
    font-size: 18px;
    font-weight: bold;
    color: #d0101b;
    margin-top: 10px;
}

/*注意事項*/
.wapperBOX section.notice_content {
    background: #efefef;
    padding: 5%;
    overflow: hidden;
    width: 100%;
}

.wapperBOX section.notice_content .title {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5rem;
    margin: 1rem auto;
    color: #333333;
    text-align: center;
    display: block;
}

.wapperBOX section.notice_content ul {
    list-style: decimal;
    margin: 5% 0 0 5%;
}

.wapperBOX section.notice_content ul li {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    margin: 13px auto;
    color: #333333;
    line-height: 1.5rem;
}

.wapperBOX section.notice_content ul li span.graytext {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #666;
    line-height: 1.5rem;
}

.wapperBOX section.notice_content ul li a {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    margin: 13px auto;
    color: #0066ff;
    line-height: 1.5rem;
}

.wapperBOX section.notice_content ul ul {
    list-style: none;
    padding: 0 10px 10px 10px;
    margin: 0;
}

.wapperBOX section.notice_content ul ul ul {
    list-style: lower-alpha;
    padding: 0 0 10px 30px;
    margin: 0;
}

.wapperBOX section.notice_content ul ul li {
    margin: 5px auto;
}

.wapperBOX .imgset {
    display: block;
    width: 100%;
    max-width: 300px;
}

.wapperBOX section.notice_content ul li img {
    max-width: 300px;
    margin: 10px auto;
}
/*立即辦卡*/
a.apply_btn {
    display: block;
    margin: 1rem auto;
    background: #d40122;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    font-family: "Noto Sans",
        "Microsoft JhengHei";
    font-size: 14px;
    font-weight: bold;
    padding: 6.8px 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 140px;
}

a.apply_btn:hover {
    background: #ed2442;
}
/*# sourceMappingURL=style.css.map */




