

/*上聯會員狀態Bar*/
.up_than_top{ display:none;}


/*Menu免索字體顏色*/
#menu_ul>li:nth-last-child(3) a { color:#e2ff00;}

/*索票BAR BANNER*/
#ticketbar{
  //display:block;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: none;
}

/*MenuBar顏色*/
#header_wrap{ background-color: #db0000;}

#menu_ul > li > ul {
    width: 185px;
}




@media (max-width: 992px){
#header_wrap {background-color: #41210a; }
.side_logo{ background-color:#41210a; }
.b i { background: #fff; }
.b p { color: #fff; }
}


/*手機版LOGO圖*/
@media (max-width: 992px){
#logo img {    padding-left: 40px;  }
}


@media (max-width: 768px)
footer .footer_organizer {
    margin: auto;
}


/*手機版LOGO圖*/
@media (max-width: 992px){
#logo img {    padding-left: 40px;  }
}


/*手機輪播BN上移*/
@media (max-width: 768px){
.index_col_slider { margin-top: -40px; }
}



/*Footer顏色*/
footer{ background-color: #c1282d;}


/* 首頁區塊標題 */
.topic_title h2 {
    color: #5c5c5c;
    border-bottom: 2px solid #434343;
}


/* 修改標題svg顏色 */
.topic_title svg{
    fill: #434343;
}



/*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;
}