

/*首頁-各標題顏色修改*/
.topic_title svg{ fill: #00b7a6;}
.topic_title h2{ color: #00b7a6; border-bottom: 2px solid #00b7a6;}

/*首頁-手機版TOPBanner backgroundcolor*/
#header_wrap { background-color: #489e83;}
/*手機板選單漢堡按鈕*/
.b{
top: 12px;
}
.b i{
background: #fff;
}

/*header主選單*/
.home #stick_header {
    margin-bottom: 50px;
}
/*好康活動*/
.index_enevt_block .photofix h5 { background-color: rgba(26, 128, 2, 0.7);}

/*主題展區-6色塊*/
.index_exhibit_intro_block .photofix:nth-child(1) .layout {background-color: rgba(23, 107, 218, 0.5);}
.index_exhibit_intro_block .col_one_third:nth-child(2) .layout { background-color: rgba(0, 162, 192, 0.5); }
.index_exhibit_intro_block .col_one_third:nth-child(3) .layout { background-color: rgba(23, 107, 218, 0.5); }
.index_exhibit_intro_block .col_one_third:nth-child(4) .layout { background-color: rgba(23, 107, 218, 0.5); }
.index_exhibit_intro_block .col_one_third:nth-child(5) .layout { background-color: rgba(0, 162, 192, 0.5); }
.index_exhibit_intro_block .col_one_third:nth-child(6) .layout { background-color: rgba(23, 107, 218, 0.5); }

/*主題展區-more*/
.index_exhibit_intro_block .photofix .layout p:last-child {  background-color: rgba(0,0,0,0.7); } 
.index_exhibit_intro_block a:hover .photofix .layout p:last-child { background-color: rgba(26, 128, 2, 0.7)}

/*右方免費索票-打開&關閉*/
#ticket_svg_here {display: block; top: 0;}

/*手機版-menu LOGO*/
.side_logo { background-color: #489e83;}

/*下方footer*/
footer { background-color: #489e83;}

/*menu右索票關閉*/
#ticket_svg_here {display: block;}

/*商品頁修改test*/

#ticketbar{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
