

/* TOP BANNER & menu 相對位置修正 */
.home #stick_header{ margin-top: -4px;}
#logo img{margin-top: 8px;}

#side_menu li:nth-child(5) span { color: #E91E63!important; }

/*首頁-各標題顏色修改*/
.topic_title svg{ fill:#414141; display: none; }
.topic_title h2{ color: #414141; border-bottom: 2px solid #414141;}

/*首頁-手機版TOPBanner backgroundcolor*/
#header_wrap { background-color: #ff6f97}
@media (max-width: 992px){
 #header_wrap {  background-color:#2aa8d5;  }
.b p { color: #fff;  }
.b i { background: #fff; }
.side_logo { background-color: #2aa8d5; }
#d_menu { top: 7px; }
.index_mobile_banner { margin-top: 0px; }
}



/*手機版-menu LOGO*/
#menu_ul { padding: 8px 100px 0 0; }
#side_menu_bg_layout.active #side_menu{  transform: translateX(0%);}
.side_menu_ul>li>ul>li>a { font-size: 19px; background-color: #e7e7e7; color: #717171; }
#menu_ul > li > ul > li { width: 170px; }
#menu_ul > li > ul > li > a { width: 170px; }


/**內頁container壓字**/
@media (max-width:992px){
.stick #stick_header { top: 0px; }
#logo img{ margin-top: 8px !important; margin-left: 45px; }
.side_menu_ul .login_status { background: #d6dd67; }
}


/*右方免費索票-條碼*/
#ticket_svg_here .code_color {fill: #fff;}
#ticket_svg_here .whole_ticket_color {fill: #0083d9;}
#ticket_svg_here .ch_text {color: #fff;}
#ticket_svg_here {display: none;}




/*下方footer*/
footer { background-color: #e96491; 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;
}


