

/*上聯會員狀態Bar*/
.up_than_top{ display:none;}


/*Menu免索字體顏色*/
#menu_ul>li:nth-last-child(0) a { color:#e2ff00;}

/*索票BAR BANNER*/
#ticketbar{
  //display:block;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: none;
}

/*MenuBar顏色*/
#header_wrap{ background-color: #1e5a9b;}



@media (max-width: 992px){
#header_wrap {background-color: #e0fffa; }
.side_logo{ background-color:#e0fffa; }
.b i { background: #1f2952; }
.b p { color: #1f2952; }
}

/*手機版LOGO圖*/
@media (max-width: 992px){
#logo img { padding-left: 40px;}
.activity_banner { margin-top: -15px; }
}




/*首頁-手機版-選單*/
@media (max-width:992px){
#logo img { margin-left: 20px;}
.side_menu_ul li { background-color: #ffffff;}
.side_menu_ul a { font-size: 21px; border-bottom: 1px solid #dddddd; color: #4e4e4e; background-color: #ffffff;}
.side_menu_ul li.back a { color: #2196F3; }
.side_menu_ul li.more a { background-color: #defff9; }
.side_menu_ul li.more a:hover { background-color: #96d1ff; color: #4e4e4e; }
}

#menu_ul > li > ul {  width: 205px; }

/* 活動條款 */
@media (max-width: 768px){
.info_massage_ul { width: 90%; margin: 0 6%;  }
}



/* 修改標題svg顏色 */
.topic_title svg{ fill: #434343;}

/* 首頁區塊標題 */
.topic_title h2 { color: #5c5c5c; border-bottom: 2px solid #434343;}


/*Footer顏色*/
footer{ background-color: #1e5a9b;}


@media (max-width: 768px)
footer .footer_organizer { margin: auto;}


/*Footer-廠商登入顯示設定*/
#footer_wrap .company_login{ 
  display:none!important; 
}

#footer_wrap .col_one_third:last-child{
  margin-top:15px;
}


/*index-展資img位置設定*/
.intro_info_block .info_flex_container .intro_info_img .index_gallery figure a img {
    left:0px!important;
}

/*最新消息設定*/
.index_news_flex .news_block .news_list_container .news_list_content .news_des a h3 {
    font-size: 0.9rem;
}