

/*上聯會員狀態Bar*/
.up_than_top{ display:none;}


/*Menu免索字體顏色*/
/*#menu_ul>li:nth-last-child(2)>a { color:#e2ff00;}*/


/*MenuBar顏色*/
#header_wrap{ background-color: #c02f1e;}


/*SideMenu-logo背景顏色*/
.side_logo{ background-color: #fff;}
@media (max-width: 992px){
#header_wrap {background-color: #fff;}
}

/*SideMenu-btn顏色*/
.b i { background: #ff520e;}


/*Footer顏色*/
footer{ background-color: #545353;}


/* 首頁區塊標題 */
.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; }
#footer_wrap .col_one_third:last-child{
margin-top:15px;
}

/*最新消息設定*/
.index_news_flex .news_block .news_list_container .news_list_content .news_des a h3 {
    font-size: 0.9rem;
}

/*Footer-版型調整*/
.col_left {
    max-width:55%;
}
.col_right {
    max-width:35%;
}

@media (max-width:768px){
.col_left {
    max-width:80%;
}
.col_right {
    max-width:80%;
}
.col_left>div {
    text-align: left;
}
.col_right>div {
    text-align: left;
}
}

/* 近期展覽開關 */
.recentList {
  display:none;
}

