

#menu_ul>li:nth-last-child(0)>a { color:#e2ff00;}



/*首頁-主選單 backgroundcolor*/
#header_wrap { background-color: #88571a;}
#menu_ul a{ color:#ffffff; }

/*首頁-手機版*/
@media (max-width:992px){
#header_wrap { background-color: #f1f1f1;}
.side_logo { background-color: #f1f1f1;}
.b p { margin-top: 40px;  color: #706358; }
.b i { width: 40px;  background: #706358; }
}

/*首頁-手機版-選單*/
@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: #ebe7db; }
.side_menu_ul li.more a:hover { background-color: #96d1ff; color: #4e4e4e; }
}


/*首頁-主選單 滑鼠滑過效果*/
#menu_ul > li > ul > li:hover >a {  background-color: #88571a; }
#menu_ul a:hover { color: #FFEB3B; }


/* menu寬度 */
#menu_ul > li > ul > li { width: 240px; }
#menu_ul>li>ul { width: 240px; }

/*右方免費索票-打開&關閉*/
#ticket_svg_here {display: none; top: 0;   }
#ticket_svg_here .ch_text { color: #ffffff; }


/* 活動條款 */
@media (max-width: 768px){
.info_massage_ul { width: 90%; margin: 0 6%;  }
}


/*下方footer*/
footer { background-color: #9b744c;}
footer .center_block { font-size: 15px; line-height: 25px;}

/*首頁-各標題顏色修改*/
.topic_title svg{ fill: #756356;}
.topic_title h2{ color: #756356; border-bottom: 2px solid #756356; }
.topic_title svg { fill: #ffffff; display: none; }

