

#menu_ul {
    margin: auto;
    display: table;
    padding: 6px 100px 0 0;
}


/* TOP BANNER & menu 相對位置修正 */



/*首頁-各標題顏色修改*/
.topic_title svg{ fill: #024e22;}
.topic_title h2{ color: #024e22; border-bottom: 2px solid #348a10;}

/*首頁-手機版TOPBanner backgroundcolor*/
#header_wrap { transition:0s; background-color: #2b7f44}
@media (max-width: 992px){
 #header_wrap {
    background-color: white;
 }
}

/*好康活動*/
.index_enevt_block .photofix h5 { background-color: rgba(255, 182, 27, 0.7);}

/*主題展區-6色塊*/
.index_exhibit_intro_block .photofix:nth-child(1) .layout {background-color:#2b7f44;}
.index_exhibit_intro_block .col_one_third:nth-child(2) .layout { background-color: #312926; }
.index_exhibit_intro_block .col_one_third:nth-child(3) .layout { background-color: #98582c; }
.index_exhibit_intro_block .col_one_third:nth-child(4) .layout { background-color: #5e8625; }
.index_exhibit_intro_block .col_one_third:nth-child(5) .layout { background-color: #7c2e22; }
.index_exhibit_intro_block .col_one_third:nth-child(6) .layout { background-color: #583c30; }

/*主題展區-more*/
.index_exhibit_intro_block .photofix .layout p:last-child {  background-color: rgba(43, 127, 68, 0); } 
.index_exhibit_intro_block a:hover .photofix .layout p:last-child { background-color: rgba(43, 127, 68, 0);}

/*右方免費索票-打開&關閉,顏色*/
#ticket_svg_here {display: block; top: 0;}
#ticket_svg_here .whole_ticket_color {fill: #ffb700;}

/*右方免費索票-條碼顏色*/
#ticket_svg_here .code_color {fill: #281000;}

/*手機版-menu LOGO*/
.side_logo { background-color: #fff;}


/*下方footer*/
footer { background-color: #2b7f44;}


#side_menu_bg_layout.active #side_menu{
    transform: translateX(0%);
}
.side_logo{
    text-align: center;
    border-bottom: 1px solid #ffffff;
    padding: 18px 0;
}
.side_menu_ul a {
    width: calc(100% - 20px);
    padding: 16px 0px 16px 20px;
    font-size: 21px;
    border-bottom: 1px solid #ffffff;
    transition: 0.2s;
    display: block;
    color: #ffffff;
    background-color: #589429;
}

/*-------------------
    活動頁內文樣式
---------------------*/
.title_color{
	color: #444;
}
.intro_content p{
     font-size: 24px;
     line-height: 30px;
     margin:10px;
}
.intro_title{
   font-size: 26px;
   line-height: 35px;
}
.intro_mark{
   color: red;
}
.main_img{
   margin: 30px 0;
   width: 100%
}
.intro_ul_red{
    width: 100%;
    cursor: default;
    font-size: 14px;
    color: #ff0000;
    line-height: 1.8;
}
.text_center{
   text-align: center;
}


/*-------------------
    popup
---------------------*/
.fancybox-inner {overflow: inherit!important;}


#ticketbar{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

/**內頁container壓字**/
@media (max-width:992px){
.container.ticket{ padding-top:25px;}
.stick #stick_header {
    top: 0px;
}}