

/*上聯會員狀態Bar*/
.up_than_top{ display:none;}


/*索票BAR BANNER*/
#ticketbar{
  //display:block;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: none;
}

/*MenuBar顏色*/
#header_wrap{ background-color: #ff4c7d;}

#menu_ul > li > ul { width: 185px; }


/*SideMenu-logo背景顏色*/
.side_logo{ background-color: #fff;}


@media (max-width: 992px){
#header_wrap { background-color: #fff; }
.b i {  background: #ff4c7d; }
}


/* 修改標題svg顏色 */
.topic_title svg{ fill: #434343; }


/*Footer顏色*/
footer{ background-color: #ff4c7d;}


#footer_wrap .col_one_third:last-child{
  margin-top:15px;
}



/*首頁簡介Introduction*/
.index_intro .intro_info_block { background-color: #ff6b9d; }


/*Footer-廠商登入顯示設定*/
#footer_wrap .company_login{ 
  display:none!important; 
}


/*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;
}


/* 首頁區塊標題 */
.topic_title h2 {
    color: #5c5c5c;
    border-bottom: 2px solid #434343;
}



/* 近期展覽開關 */
.recentList {
  display:none;
}

