

/*--------------------------
    近期展覽關閉
---------------------------*/
.recentList { display:none;}

#wrapper > section{
margin-top:50px;
}
/*首頁-各標題顏色修改*/
.topic_title svg{ fill: #ff822d;}
.topic_title h2{ color: #ff822d; border-bottom: 2px solid #ff822d;}

/*首頁-主選單 backgroundcolor*/
#header_wrap { background-color: #ffdb60;}
#menu_ul li {
    font-size: 22px;
}
#menu_ul a{
    color:black;
}
/*首頁-主選單 滑鼠滑過效果*/
#menu_ul a:hover {color: #862000;}
#menu_ul > li > ul > li:hover >a{background-color: #fff6d7;}


/*首頁-手機版TOPBanner backgroundcolor*/
@media (max-width:992px){
#header_wrap { background-color: #ffeeb3;}
}

/*好康活動*/
.index_enevt_block .photofix h5 { background-color: rgba(200, 21, 245, 0.7);}

/*主題展區-6色塊*/
.index_exhibit_intro_block .photofix:nth-child(1) .layout {background-color: rgba(218, 137, 58, .9);}
.index_exhibit_intro_block .col_one_third:nth-child(2) .layout { background-color: rgb(234, 205, 73, .9); }
.index_exhibit_intro_block .col_one_third:nth-child(3) .layout { background-color: rgba(255, 152, 0, .9); }
.index_exhibit_intro_block .col_one_third:nth-child(4) .layout { background-color: rgba(123, 16, 204, 0.9); }
.index_exhibit_intro_block .col_one_third:nth-child(5) .layout { background-color: rgba(14, 113, 121, .9); }
.index_exhibit_intro_block .col_one_third:nth-child(6) .layout { background-color: rgba(93, 146, 4, .9); }

/*主題展區-more*/
.index_exhibit_intro_block a:hover .photofix .layout p:last-child { background-color: rgb(0, 0, 0);}

/*好康活動*/
.index_enevt_block .col_one_fourth > a > p{background-color: #502313;}

/*右方免費索票-打開&關閉*/
#ticket_svg_here {display: none; top: 0;}

/*手機版-menu LOGO*/
.side_logo { background-color:#ffeeb3;}

/*下方footer*/
footer { background-color: #ff822d;}

/**內頁container壓字**/
@media (max-width:992px){
.container.ticket{ padding-top:25px;}
}

