

#menu_ul {
    margin: auto;
    display: table;
    padding: 6px 100px 0 0;
}




/*首頁-手機版TOPBanner backgroundcolor*/
#header_wrap { background-color: #1b6299}
@media (max-width: 992px){
 #header_wrap {  background-color: #102b44; }
.b p {  margin-top: 40px;   color: #fff; }
.side_logo { background-color: #102b44;}
}

.b i {  background: #fff;}

/* menu寬度 */
#menu_ul > li > ul { width: 170px; }
#menu_ul > li > ul > li { width: 170px; }


/*右方免費索票-打開&關閉,顏色*/
#ticket_svg_here {display: none; top: 0;}
#ticket_svg_here .whole_ticket_color {fill: #ffb700;}

/*右方免費索票-條碼顏色*/
#ticket_svg_here .code_color {fill: #281000;}


/*手機版-menu LOGO*/

.side_menu_ul a { color: #4e4e4e; background-color: #ffffff; }
.side_menu_ul li.more a {  background-color:#2196f3; }
#side_menu_bg_layout.active #side_menu{  transform: translateX(0%); }


/*首頁-各標題顏色修改*/
.topic_title svg {   fill: #ffffff;  }
.topic_title h2{ color: #5c5c5c; border-bottom: 2px solid #434343;}



/*下方footer*/
footer {
    background-color: #09548d;
    font-size: 15px;
    line-height: 25px;
}



/*好康活動*/
.index_enevt_block .photofix h5 { background-color: rgba(255, 182, 27, 0.7);}



/*-------------------
    活動頁內文樣式
---------------------*/
.title_color{
	color: #444;
}
.intro_content p{
     font-size: 24px;
     line-height: 30px;
     margin:10px;
}
.intro_title{
   font-size: 26px;
   line-height: 35px;
}
.intro_mark{
   color: red;
}
.main_img{
   margin: 30px 0;
   width: 100%
}
.intro_ul_red{
    width: 100%;
    cursor: default;
    font-size: 14px;
    color: #ff0000;
    line-height: 1.8;
}
.text_center{
   text-align: center;
}


/*-------------------
    popup
---------------------*/
.fancybox-inner {overflow: inherit!important;}


#ticketbar{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

