

/*上聯會員狀態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: #a71807;}

#menu_ul > li > ul {
    width: 185px;
}


/*SideMenu-logo背景顏色*/
.side_logo{ background-color: #fff;}


@media (max-width: 992px){
#header_wrap {
background-color: #fff;
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.27);
}
}

@media (max-width: 768px)
footer .footer_organizer {
    margin: auto;
}


/*SideMenu-btn顏色*/
.b i {   background: #a71807;  }


/*Footer顏色*/
footer{ background-color: #a71807;}


/* 首頁區塊標題 */
.topic_title h2 {
    color: #5c5c5c;
    border-bottom: 2px solid #434343;
}


/* 修改標題svg顏色 */
.topic_title svg{
    fill: #434343;
}


/*好康活動區-標題顏色*/
.index_enevt_block .photofix h5 { 
    color: #000;
    background-color: rgba(255, 109, 2, 0.8);
}
.index_enevt_block a:hover .photofix h5 {
    padding: 15px 0;
    color: #fff;
}


/*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;
}





.intro_info_block .info_flex_container article .intro_content h2 { line-height: 1.2;   font-size: 1.2rem;}

.intro_info_block .info_flex_container article .intro_content p {  line-height: 1.3; }

.intro_info_block .info_flex_container article .intro_btn_more { display: none; }

/* 近期展覽開關 */
.recentList {
  display:none;
}