

/*上聯會員狀態Bar*/
.up_than_top{ display:none;}


/*Menu免索字體顏色*/
#side_menu_ul >li:nth-child(5) a { color:#f9ff00;}


/*MenuBar顏色*/
#header_wrap{ background-color: #e83a4e;}


/*SideMenu-logo背景顏色*/
.side_logo{ background-color: #fff;}
@media (max-width: 992px){
#header_wrap {background-color: #f4f0ef;}
.side_logo {  background-color: #f4f0ef; }
.b i { background: #e83a4e;}
.b p { color: #e83a4e;  }
}

/*Menu字寬度*/
#menu_block {  width: 1300px;  }

/*調整選單位置*/
#menu_ul > li > ul{ left: -50px; width: 180px;}


/* 首頁區塊標題 */
.topic_title h2 {
    color: #5c5c5c;
    border-bottom: 2px solid #434343;
}


/* 修改標題svg顏色 */
.topic_title svg{ fill: #434343; display: none; }

@media (max-width: 768px){
.index_col_slider { margin-top: -40px; }
}



/*首頁-手機版-選單*/
@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: #dbeaeb; }
.side_menu_ul li.more a:hover { background-color: #96d1ff; color: #4e4e4e; }
}


/*Footer顏色*/
footer{ background-color: #e83a4e;}




/*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;
}


}