

.activity_banner { box-shadow: 3px 1px 5px #ccc;}
.stick #stick_header {top: -20px;}

/** 索票條碼顯示設定 */
    #ticket_svg_here {
      right:-90px; top: -50px;
    }
    /** 索票顏色 */
    #ticket_svg_here .whole_ticket_color {
      fill:#b5598c;
    }
    /** 條碼顏色 */
    #ticket_svg_here .code_color {
      fill:#ffffff;
    }
    /** 文字顏色 */
    #ticket_svg_here .ch_text {
      color:#ffffff;
    }
    /** 文字字樣 */
    #ticket_svg_here .ch_text::before {
      content: "預約看展";
    }

/*MENU顏色*/
#menu_ul a {color:#a94b83;}

/*關免索*/
#ticket_svg_here { display: none;}


#menu_ul li:nth-child(9), #menu_ul li:nth-child(10) { display:none;} 
footer {background-color: #f3ada3;}

/*side_menu*/

@media (max-width: 992px){
#header_wrap { background-color:#f3ada3;}
.stick #header_wrap { background-color:#f3ada3;}
.b { position: absolute; width: 60px; height: 60px; transition: .2s; cursor: pointer; top: 15%;}