@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap');
@font-face {
    font-display: block;
    font-family: Roboto;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 600;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 700;
    src: url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
}

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; } 
.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%; float: left; } 
.wapperBOX section { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } 
.wapperBOX section span.bluetext {color: #005BAB;
}
.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%; }
.hero__scroll {
     font-family: 'Noto Sans TC',
     sans-serif;
     font-weight: 300;
     font-size: 14px;
     letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    width: 24.5%;
    margin: auto;
    display: block;
    cursor: pointer;
    padding-bottom:1%;
    left: 0;
    right: 0;
    color: #ffffff;
}

.hero__scroll .fa-caret-down {
    margin-left: 40%;
    display: block;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    color: #ffffff;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.octocat {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
}

.octocat img {
    display: block;
    width: 100%;
}

.chevron::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 10px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
    width: 10px;
}

.chevron.right:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chevron.bottom:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.chevron.left:before {
    left: 0.25em;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.wapperBOX section.activeBOX .header{
    clear: both;
    position: relative;
    background-color: #fdecdc ;
    padding:0 0 0% 0;
    background-size: cover;
    overflow: hidden;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.activeBOX .header_kv {
    width: 100%;
    margin:auto;
	
    
}

.wapperBOX section.activeBOX .header_kv img{width: 100%;}
.wapperBOX section.activeBOX .header_ticket {
     width: 17%;
     position: absolute;
     left: 0%;
     bottom: 15%;
}
.wapperBOX section.activeBOX .header_bag {
    width: 17%;
    position: absolute;
    right: -1%;
    bottom: 15%;
}

.wapperBOX section.activeBOX .main_btn {
    display: flex;
    flex-direction: row;
    padding:3%;
    top: -8.5%;
    position: absolute;
}
.wapperBOX section.activeBOX .main_btn a {
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-filter:drop-shadow(0px 0px 5px #eeeeee);
}


/*活動時間與辦法*/

.wapperBOX section.activeBOX .block1{
	background-color: #fdecdc;
    background-size: 100%;
    display: block;
    padding:5% 5%;
    margin: 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.activeBOX .block1 .block1_content {
    width: 90%;
    margin: 0 auto;
    padding:5% 5%;
    border-radius: 10px;
	background-color: #ffffff;
   
}

.wapperBOX section.activeBOX .block1 .event-title {
    width: 90%;
	font-size: 26px;
	line-height: 0.6rem;  
	padding: 10% 0% ;
	margin: 5% auto;
	color: #ffffff; 
	text-align:center; 
	font-weight: bolder; 
	display: block; 
	background-color: #0d8f45;
	border-radius: 60px ;
}


.wapperBOX section.activeBOX .block1 .event-date{
	font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    color: #da4b27;
    font-weight: bolder;
    line-height: 1.5rem;
    margin: 3% auto;
    text-align: center;
	
}

.wapperBOX section.activeBOX .block1 .event-content{
	font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    color: #323333;
    font-weight:normal;
    line-height: 1.5rem;
    margin: auto;
    text-align: left;
}


.wapperBOX section.activeBOX .block1 .event-content-list{
	border: 2px #D59E4E solid ;
	margin: 10% 0%;
	border-radius: 10px ;
	padding: 5% 5%;
}

.wapperBOX section.activeBOX .block1 .event-content-list h2{
	width: 40%;
	font-size: 20px;
	line-height: 2rem;  
	padding: 3%;
	margin:auto;
	color: #ffffff; 
	text-align:center; 
	font-weight: bolder; 
	display: block; 
	background-color: #da4a26;
	border-radius: 60px ;
	
}

.wapperBOX section.activeBOX .block1 .event-content-list .event-content-title{
	font-size: 18px;
    color: #000000;
    font-weight: normal;
    line-height: 1.5rem;
    margin: auto;
    text-align: left;
}

.wapperBOX section.activeBOX .block1 ul{
	list-style: disc;
    font-size: 16px;
    line-height: 1.8rem;
    padding: 16px 0px 16px 22px;
    color: #000000;
    text-align: left;
    font-weight: normal;
}

.wapperBOX section.activeBOX .block1 li{
	
	
}

.wapperBOX section.activeBOX .block1 .icon-box{
	margin: auto ;
	text-align: center ;
	display: flex ;
}

.wapperBOX section.activeBOX .block1 .icon-box img{
	width: 95% ;
	
}



/*使用步驟*/

.wapperBOX section.activeBOX .block2{
	background-color: #DAC8D4;
    background-size: 100%;
    display: block;
    padding:10% 5%;
    margin: 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.activeBOX .block2 .block2_content {
    width: 90%;
    margin: 0 auto;
    padding:5% 5%;
    border-radius: 10px;
	background-color: #ffffff;
   
}

.wapperBOX section.activeBOX .block2 .event-title {
    width: 90%;
	font-size: 30px;
	line-height: 2.5rem;  
	padding: 10% 0% ;
	margin: 5% auto;
	color: #ffffff; 
	text-align:center; 
	font-weight: bolder; 
	display: block; 
	background-color: #76947C;
	border-radius: 60px ;
}





.wapperBOX section.activeBOX .block2 .event-content-list{
	border: 2px #D59E4E solid ;
	margin: 10% 0%;
	border-radius: 10px ;
	padding: 5% 2%;
}

.wapperBOX section.activeBOX .block2 .event-content-list h2{
	width: 60%;
	font-size: 20px;
	line-height: 2rem;  
	padding: 3%;
	margin:auto;
	color: #ffffff; 
	text-align:center; 
	font-weight: bolder; 
	display: block; 
	background-color: #546984;
	border-radius: 60px ;
	
}

.wapperBOX section.activeBOX .block2 .mobile-step-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    color: #D59E4E;
    font-weight: bolder;
    line-height: 1.5rem;
    margin: 3% auto;
    text-align: center;
}








.wapperBOX section.activeBOX .block2 .event-pls .event-pls-title {
    position: absolute;
    width: 98%;
    display: block;
    top: 2%;  
    left: 1%;
}

.wapperBOX section.activeBOX .block2 .event-pls .event-pls-title img {
    width: 100%;
}




.wapperBOX section.activeBOX .block2 .line-img {width: 80%; margin: 1rem auto; display: block;}

.wapperBOX section.activeBOX .block2 .line-img img {
    width: 100%;
}
/*IG*/
.wapperBOX section.activeBOX a.IG_button {
    width: 60%;
    margin: 5% auto;
    display: block;
    cursor: pointer;
    vertical-align: top;
}

.wapperBOX section.activeBOX a.IG_button img {
    width: 100%;
}

/*download*/
.wapperBOX section.activeBOX a.dl_button {
    width: 100%;
    
    display: block;
    cursor: pointer;
    vertical-align: top;
}

.wapperBOX section.activeBOX a.dl_button img {
    width: 100%;
}



.wapperBOX section.activeBOX .block2 .event-content-list ul li {

    font-family: 'Noto Sans TC',
        sans-serif;
    
    color: #333333;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 2% 0;
    text-align: left;
}


.wapperBOX section.activeBOX .block2 .event-content-list ul li span.note{
    font-size: 14px;
    color: #555;
    font-weight: 300;
}

.wapperBOX section.activeBOX .block2 .event-mobile-img {
    width: 80%;
    margin: auto;
    display: block;
}

.wapperBOX section.activeBOX .block2 .event-mobile-img img {
    width: 100%;
}
.wapperBOX section.activeBOX .block2 .num-img{display: inline-block;width: 4.7%; vertical-align: middle;}
.wapperBOX section.activeBOX .block2 b {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 700;
}


.wapperBOX section.activeBOX .block2 .mobile-step-block .step-title {
    width: 12%;
    display: block;
    margin:  0 auto;
}
.wapperBOX section.activeBOX .block2 .mobile-step-block .step-title img{width: 100%; }
.wapperBOX section.activeBOX .block2 .mobile-step-block .step-text {
     font-family: 'Noto Sans TC',
     sans-serif;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    color: #333;
}


/*輪播*/
.mobile-step-slider {
    width: 80%;
    margin: 5% auto 15% auto;
}

.slick-slide {
    height: auto;
}

.slick-next:before,
.slick-prev:before {
    color: #333333;
}

.mobile-step-slider .pic_01,
.mobile-step-slider .pic_02,
.mobile-step-slider .pic_03,
.mobile-step-slider .pic_04,
.mobile-step-slider .pic_05 {

    width: 80%;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.mobile-step-slider .Title {
    text-align: center;
    padding: 0px 0px;
    margin: 16px;
    display: block;
    margin-top: 0;
    width: 100%;
    margin-left: 0px;
    color: #333333;
}

.mobile-step-slider .step-title {
    width: 25%;
    display: block;
    margin: 0 auto;
}

.mobile-step-slider .step-title img {
    width: 100%;
}

.mobile-step-slider .step-text {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    color: #000000;
}

.slick-dots {
    bottom: -7%;
}
.slick-dots li button:before{color: #333333;}
.slick-dots li.slick-active button:before{color: #333333;}
.wapperBOX section.activeBOX .block2 .block2-notice-block {
    display: block;
    margin: 30px auto 0 auto;
    width: 90%;
}
.wapperBOX section.activeBOX .block2 .block2-notice-block img.notice-img{width: 80%; display: block;}
.wapperBOX section.activeBOX .block2 .block2-notice-block ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.wapperBOX section.activeBOX .block2 .block2-notice-block ul li {
    font-family: 'Noto Sans TC',
    sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    margin: 10px 0px;
    color: #333;
    line-height: 1.5rem;
    text-align: left;
}

.wapperBOX section.activeBOX .block2-notice-block ul li a {
    color: #fff100;
    text-decoration: underline;
}
.wapperBOX section.activeBOX .block2-bottom {
    width: 100%;
    font-size: 0;
}

.wapperBOX section.activeBOX .block2-bottom img{font-size: 0; display: block;}

/*E-mail 訂閱*/
.wapperBOX section.activeBOX .sub-email-block {
    background: #fff;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.activeBOX .sub-email-block .sub-email-content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
}
#sib-form{padding: 10px 0;}
#sib-container{padding: 0; border-radius: 5px; }
#sib-container input:-ms-input-placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
}

#sib-container input::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
}

#sib-container textarea::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
}

/*街口支付配合之銀行帳戶*/
.wapperBOX section.activeBOX .block4 {
    
    display: block;
    padding:0;
    margin: 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.activeBOX .block4 .block4_content {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 5% 0;

}

.wapperBOX section.activeBOX .block4 .block4_content .block-title {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.wapperBOX section.activeBOX .block4 p {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 500;
    color: #ffffff;
    padding: 0;
    line-height: 1.5rem;
    text-align: center;
    font-size: 14px;
    margin: 1rem auto;
}

.wapperBOX section.activeBOX .block4 ul.logo_box {
    clear: both;
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.wapperBOX section.activeBOX .block4 ul.logo_box li.logo_img {
    display: inline-block;
    float: left;
    background: #ffffff;
    width: 48%;
    height: 120px;
    border: solid 1px #e5e5e5;
    margin-top: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.activeBOX .block4 ul.logo_box li.logo_img:nth-child(even) {
    margin-left: 12px;
}

.wapperBOX section.activeBOX .block4 ul.logo_box li.logo_img img {
    width: 100%;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.activeBOX .block4 .bank_bn {
    display: block;
    clear: both;
    margin-top: 50px;
}

.wapperBOX section.activeBOX .block4 .bank_bn h2 {
    font-size: 1.8rem;
    color: #e60912;
    margin: 15px auto;
    text-align: center;
    font-weight: bold;
    display: block;
    width: 100%;
    border: solid 2px #e60912;
}

.wapperBOX section.activeBOX .block4 .all_logo {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.wapperBOX section.activeBOX .block4 .all_logo img {
    width: 100%;
    display: block;
}

.wapperBOX section.activeBOX .block4 .bank_bn ul.bank_banner {
    clear: both;
    margin: 10px auto;
}

.wapperBOX section.activeBOX .block4 .bank_bn ul.bank_banner li {
    display: block;
    width: 100%;
    margin-top: 15px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 5px 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.activeBOX .block4 .bank_bn ul.bank_banner li img {
    width: 100%;
    margin: 0 auto;
}

.wapperBOX section.activeBOX .block4 .logo_row {
    width: 100%;
    padding: 2%;
    background: #ffffff;
    margin: 0 auto;
    display: table;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.activeBOX .block4 .logo_row .logo_img {
    display: table-cell;
    width: 22%;
    padding: 1%;
    vertical-align: middle;
}

.wapperBOX section.activeBOX .block4 .logo_row .logo_img img {
    width: 100%;
    background-size: cover;
}


/*使用步驟*/

.wapperBOX section .stepBOX {
    clear: both;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section h1{
	font-size: 20px;
	font-size: 20px;
	line-height: 2rem;  
	padding: 25px 10px ;
	margin: 1% 5% ;
	color: #ffffff; 
	text-align:center; 
	font-weight: bolder; 
	display: block; 
	background-color: #546984;
	border-radius: 25px ;
}

.wapperBOX section .step_t h2{
	
	font-size: 20px;
    line-height: 2rem;
    padding: 10px 20px;
    color: #ffffff;
    text-align: center;
    font-weight: bolder;
    display: block;
    background: #546984 ;
    border-radius: 35px;
    width: fit-content;
    margin: 5% auto;
	
}


.wapperBOX section.stepBOX div.step_top {
    width: 100%;
    display: inline-block;
    font-size: 0;
    margin:0px auto;
    cursor:pointer;
}

.wapperBOX section.stepBOX div.step_top img {
    width: 100%;
}
.wapperBOX section.stepBOX .step_block {
    display: none;
    padding-bottom: 50px;

}
.wapperBOX section.stepBOX p {
    color: #333333;
    line-height: 1.3rem;
    font-weight: normal;
    text-align: center;
    padding-bottom: 4px;
    font-size: 14px;
    margin: 10px auto;
    width: 90%;
}
.wapperBOX section.stepBOX ul.noteul2 {
    list-style: none;
    padding: 0 15px 30px 15px;
    background: #ffffff;
    border: #ffffff solid 3px;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wapperBOX section.stepBOX ul.noteul2 li { 
	background-size: 18px auto; 
	margin: 0 auto; }

.wapperBOX section.stepBOX ul.noteul2 li p {
    font-size: 14px;
    line-height: 1.5rem;
    color: #000000;
    padding: 0;
    width: 100%;
    font-weight: 900;
}
.wapperBOX section.stepBOX ul.noteul2 li .step_t{
	display: block;
	margin: 10px 0;
	text-align: left; }


.wapperBOX section.stepBOX ul.noteul2 li .step_t img{ margin: 0;box-shadow: none;}

.wapperBOX section.stepBOX ul.noteul2 li .step_image {
    width: 100%;
    margin: 0 auto;
}

.wapperBOX .notetext p{ 
	font-size: 17px; 
	line-height: 1.5rem; 
	text-align: center; 
	color: #333333; 
	padding: 15px;  
}

.wapperBOX section.stepBOX .step_notice{clear: both; display: block; background: #efefef; padding: 0; margin-bottom: 50px;}
.wapperBOX section.stepBOX .step_notice ul{list-style: disc;padding: 30px; margin: 0px;}
.wapperBOX section.stepBOX .step_notice ul li{font-size: 14px; color: #333333;line-height: 1.8rem;}
.wapperBOX section.stepBOX ul.noteul2 .detail{font-size: 14px; color:#666666; line-height: 1.6rem;}

.wapperBOX .notetext { padding: 0; }
.wapperBOX .notetext img { margin: 0 auto 30px; max-width: 250px; }

.wapperBOX .notetext { padding: 5px; color: #333333; margin-bottom: 35px; }
.wapperBOX .notetext h3 { color: #e63d41; margin: 20px 0 5px; }


/*12間銀行LOGO排排站*/
.wapperBOX section.bank_logo_BOX {
    clear: both;
    padding: 0;
    background: #ffffff;
    background-size: contain;
    overflow: hidden;
    position: relative;
}

.wapperBOX section.bank_logo_BOX div.bank_logo_top {
    width: 100%;
    margin: 2% auto;
    display: block;
    cursor: pointer;
}

.wapperBOX section.bank_logo_BOX div.bank_logo_top img {
    width: 100%;
}

.wapperBOX section.bank_logo_BOX h2 {
    font-size: 1.8rem;
    color: #e60912;
    margin: 15px auto;
    text-align: center;
    font-weight: bold;
    display: block;
    width: 100%;
    border: solid 2px #e60912;
}

.wapperBOX section.bank_logo_BOX p {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 500;
    color: #000000;
    padding: 0;
    line-height: 1.5rem;
    font-weight: normal;
    text-align: center;
    padding-bottom: 5px;
    font-size: 14px;
}

.wapperBOX section.bank_logo_BOX .logo_all_block {
    display: none;
    width: 100%;
    padding-bottom: 50px;
}

.wapperBOX section.bank_logo_BOX .logo_all {
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.bank_logo_BOX ul.logo_box {
    clear: both;
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.wapperBOX section.bank_logo_BOX ul.logo_box li.logo_img {
    display: inline-block;
    float: left;
    width: 48%;
    height: 120px;
    margin-top: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.bank_logo_BOX ul.logo_box li.logo_img:nth-child(even) {
    margin-left: 12px;
}

.wapperBOX section.bank_logo_BOX ul.logo_box li.logo_img img {
    width: 100%;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.bank_logo_BOX .bank_bn {
    display: block;
    clear: both;
    margin-top: 50px;
}

.wapperBOX section.bank_logo_BOX .bank_bn h2 {
    font-size: 1.8rem;
    color: #e60912;
    margin: 15px auto;
    text-align: center;
    font-weight: bold;
    display: block;
    width: 100%;
    border: solid 2px #e60912;
}

.wapperBOX section.bank_logo_BOX .all_logo {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.wapperBOX section.bank_logo_BOX .all_logo img {
    width: 100%;
    display: block;
}

.wapperBOX section.bank_logo_BOX .bank_bn ul.bank_banner {
    clear: both;
    margin: 10px auto;
}

.wapperBOX section.bank_logo_BOX .bank_bn ul.bank_banner li {
    display: block;
    width: 100%;
    margin-top: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 5px 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.bank_logo_BOX .bank_bn ul.bank_banner li img {
    width: 100%;
    margin: 0 auto;
}

.wapperBOX section.bank_logo_BOX .logo_row {
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    display: table;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wapperBOX section.bank_logo_BOX .logo_row .logo_img {
    display: table-cell;
    width: 22%;
    padding: 2.5%;
    vertical-align: middle;
}

.wapperBOX section.bank_logo_BOX .logo_row .logo_img img {
    width: 100%;
    background-size: cover;
}

/*注意事項*/

.wapperBOX section.notice_content {
    clear: both;
    padding: 0;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

#slideNoticeBox {
    width: 100%;
    display: none;
}

.wapperBOX section.notice_content .notice_block {
    width: 85%;
    margin: 0px auto;
    border-radius: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.wapperBOX section.notice_content .notice_top {
    width: 100%;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.wapperBOX section.notice_content .notice_top img {
    width: 100%;
}

.wapperBOX section.notice_content .notice_block ul {
    list-style: decimal;
    padding: 0 10px 10px 25px;
    margin: 0;
}

.wapperBOX section.notice_content .notice_block ul li {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 500;
    padding: 0;
    margin: 10px auto;
    color: #333;
    font-size: 14px;
    line-height: 1.5rem;
}

.wapperBOX section.notice_content .notice_block ul li span.detail {
    font-family: 'Noto Sans TC',
        sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #555;
    line-height: 1.5rem;
}

.wapperBOX .imgset {
    display: block;
    width: 100%;
    max-width: 300px;
}

.wapperBOX section.notice_content ul li img {
    max-width: 300px;
    margin: 10px auto;
}


/*立即下載*/
.download_btn {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffdd00), color-stop(1, #ffcc00));
    background: -moz-linear-gradient(top, #ffdd00 5%, #ffcc00 100%);
    background: -webkit-linear-gradient(top, #ffdd00 5%, #ffcc00 100%);
    background: -o-linear-gradient(top, #ffdd00 5%, #ffcc00 100%);
    background: -ms-linear-gradient(top, #ffdd00 5%, #ffcc00 100%);
    background: linear-gradient(to bottom, #ffdd00 5%, #ffcc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd00', endColorstr='#ffcc00', GradientType=0);
    background-color: #ffdd00;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #c62d1f;
    font-family: "Noto Sans",
        "Microsoft JhengHei";
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0px;
    text-decoration: none;
    width: 146px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.download_btnb {
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff100), color-stop(1, #ffcc00));
    background: -moz-linear-gradient(top, #fff100 5%, #ffcc00 100%);
    background: -webkit-linear-gradient(top, #fff100 5%, #ffcc00 100%);
    background: -o-linear-gradient(top, #fff100 5%, #ffcc00 100%);
    background: -ms-linear-gradient(top, #fff100 5%, #ffcc00 100%);
    background: linear-gradient(to bottom, #fff100 5%, #ffcc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff100', endColorstr='#ffcc00', GradientType=0);
    background-color: #fff100;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #e60a0f;
    font-family: "Noto Sans",
        "Microsoft JhengHei";
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 6px 0px;
    text-decoration: none;
    width:148px;
    vertical-align: top;
    margin-right: 10px;

}

.download_btn:hover,
.download_btnb:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffcc00), color-stop(1, #fff100));
    background: -moz-linear-gradient(top, #ffcc00 5%, #fff100 100%);
    background: -webkit-linear-gradient(top, #ffcc00 5%, #fff100 100%);
    background: -o-linear-gradient(top, #ffcc00 5%, #fff100 100%);
    background: -ms-linear-gradient(top, #ffcc00 5%, #fff100 100%);
    background: linear-gradient(to bottom, #ffcc00 5%, #fff100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#fff100', GradientType=0);
    background-color: #ffcc00;
}

.download_btn:active {
    position: relative;
    top: 1px;
}

.center {
    text-align: center;
}
/* GO TO TOP */
.toTop-arrow {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 33%;
    opacity: 0.6;
    background: #333333;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    z-index: 99999;
}

.toTop-arrow::before,
.toTop-arrow::after {
    width: 18px;
    height: 5px;
    border-radius: 3px;
    background: #ffffff;
    position: absolute;
    content: "";
}

.toTop-arrow::before {
    transform: rotate(-45deg) translate(0, -50%);
    left: 0.5rem;
}

.toTop-arrow::after {
    transform: rotate(45deg) translate(0, -50%);
    right: 0.5rem;
}

.toTop-arrow:focus {
    outline: none;
}

@media screen and (min-width: 481px) {
    .uk-slideshow-items {
        height: 670px;
}}

/*iphone 6 plus*/
@media (min-width: 414px) and (max-width: 480px) {
    .uk-slideshow-items {
        height:610px;
    }
    .hero__scroll{
        width: 25%;
    }
}
/*iphone X*/
@media (min-width: 375px) and (max-width: 412px) {
    .uk-slideshow-items {
        height: 590px;
    }
    /* .hero__scroll { width: 24.5%; } */
}

/*iphone 5*/
@media screen and (max-width: 320px) {
     /* .hero__scroll { width: 26.5%; padding-bottom: 8%; } */
     .mg10 {
         margin-left: 10px;
     }
     .hero__scroll {
         width: 30%;
     }
  
}
/*# sourceMappingURL=style.css.map */



