

#menu_ul {
    margin: auto;
    display: table;
    padding: 6px 100px 0 0;
}


/*首頁-手機版TOPBanner backgroundcolor*/
#header_wrap { background-color: #af5caa}
@media (max-width: 992px){
 #header_wrap {  background-color: #af5caa; }
.b p {  margin-top: 40px; color: #fff; }
.b i {  background: #fff;}
.side_logo { background-color: #af5caa;}
}



/* menu寬度 */
#menu_ul > li > ul > li { width: 210px; }


/*右方免費索票-打開&關閉,顏色*/
#ticket_svg_here {display: none; top: 0;}
#ticket_svg_here .whole_ticket_color {fill: #f19ab8;}
#ticket_svg_here .code_color { fill: #ffffff;}
#ticket_svg_here .ch_text{ color: #ffffff;}


/*手機版-menu LOGO*/
.side_menu_ul a { color: #898989; background-color: #ffffff; border-bottom: 1px solid #dddddd;}
.side_menu_ul a:hover { color: #ef5aaa; }
.side_menu_ul li.more a {  background-color:#a3d6ff; }
.side_menu_ul li.more a:hover { background-color: #ed588b; color: #ffffff;}
#side_menu_bg_layout.active #side_menu{  transform: translateX(0%); }
.side_menu_ul li.back a { color: #ffffff; }


/*首頁-各標題顏色修改*/
.topic_title svg {   fill: #ffffff;  }
.topic_title h2{ color: #ab8551; border-bottom: 2px solid #ab8551;}



/*下方footer*/
footer {
    background-color: #8681b9;
    font-size: 15px;
    line-height: 25px;
}






/*-------------------
    活動頁內文樣式
---------------------*/
.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;
}

