

/*首頁-手機版TOPBanner backgroundcolor*/
#header_wrap { transition:0s; background-color: #050607;}
@media (max-width: 992px){
 #header_wrap {
    background-color: #050607;
 }
.b { top:10%;}
 .b i{ background: #fff; }
.side_menu_ul li:nth-child(6) a { background-color: #0d161c;}
.side_menu_ul li.more a { background-color: #fff;}
}



/*整個網頁background color*/
#wrapper {background-color: #fff;}

/*MENU background color*/
/*.home #stick_header { background-color: #050607;}*/

/*首頁-各標題顏色修改*/
.topic_title svg{ fill:#253559;}
.topic_title h2{ color:#253559; border-bottom: 2px solid #253559;}

/*好康活動*/
.index_enevt_block .photofix h5 { background-color: rgba(255, 109, 2, 0.8);}
.index_enevt_block .col_one_fourth > a > p{background-color: #1b1b1b;  color: #fff; }

/*主題展區-6色塊*/
.index_exhibit_intro_block .photofix .layout {color:#000;}
.index_exhibit_intro_block .photofix:nth-child(1) .layout {background-color:rgba(255, 255, 255, 0.9);}
.index_exhibit_intro_block .col_one_third:nth-child(2) .layout { background-color: rgba(255, 255, 255, 0.9); }
.index_exhibit_intro_block .col_one_third:nth-child(3) .layout { background-color: rgba(255, 255, 255, 0.9); }
.index_exhibit_intro_block .col_one_third:nth-child(4) .layout { background-color: rgba(255, 255, 255, 0.9); }
.index_exhibit_intro_block .col_one_third:nth-child(5) .layout { background-color: rgba(255, 255, 255, 0.9); }
.index_exhibit_intro_block .col_one_third:nth-child(6) .layout { background-color: rgba(255, 255, 255, 0.9); }

/*主題展區-more*/
.index_exhibit_intro_block .photofix .layout p:last-child {  background-color: rgba(93, 152, 13, 0.7); color:#fff; } 
.index_exhibit_intro_block a:hover .photofix .layout p:last-child { background-color: rgba(149, 71, 0, 0.5)}

/*右方免費索票-打開&關閉,顏色*/
#ticket_svg_here { display: block; top: 0;}
#ticket_svg_here .whole_ticket_color {fill: #ffb700;}
/*TOP LINK*/
#ticket_svg_here .st1 {display:block;}
#ticket_svg_here .ch_text::before { content: "線上購票";}

/*右方免費索票-條碼顏色*/
#ticket_svg_here .code_color {fill: #281000;}

/*手機版-menu LOGO*/
.side_logo { background-color: #0d161c;}


/*下方footer*/
footer { background-color: #000;}


#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 #e7e7e7;
    transition: 0.2s;
    display: block;
    color: #000;
    background-color: #fff;
}

/*-------------------
    活動頁內文樣式
---------------------*/
.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;}

.index_news_item>article .news_article_img {
    height: auto!important;

}
