

/*右方免費索票-打開&關閉*/
#ticket_svg_here {display: block;}
#ticket_svg_here .ch_text::before {
    content: "\9810\7d04\597d\79ae";
}

/* menu color */
#header_wrap {

    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
}
@media (max-width: 992px){
#header_wrap {
    display: block;
    background-color: #000000;
    background-size: cover;
}
}


.side_logo{
    text-align: center;
    border-bottom:  1px solid #F5F5F5;
    padding: 0;
    background-color: #000000;
}

/* 手機板功能列icon顏色 */
.b i {
    position: absolute;
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    left: 11px;
    border-radius: 2px;
    transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}

/**近期展覽關閉**/
.recentList{display:none;}

/**預約送文創小禮_換css判斷**/
@media screen and (min-width:992px) { 
 .txt_1{
color: #FFFF00;
}
}