

/*上聯會員狀態Bar*/
.up_than_top{ display:none;}


/*Menu免索字體顏色*/
/*#menu_ul>li:nth-last-child(2)>a { color:#e2ff00;}*/


/*MenuBar顏色*/
#header_wrap{ background-color: #e91e64;}


/*SideMenu-logo背景顏色*/
.side_logo{ background-color: #c9eaff;}
@media (max-width: 992px){
#header_wrap {background-color: #c9eaff;}
.b i { background: #e91e64;}
.b p { color: #e91e64; }
}

#menu_ul > li > ul { width: 185px; }

/*Footer顏色*/
footer{ background-color: #282828;}



/* 首頁區塊標題 */
.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;
}



/* 近期展覽開關 */
.recentList {
  display:none;
}

.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; }

