

.address_tool{
  display:flex;
}
#ticket_svg_here{
display:none;
}



#ticket_svg_here .whole_ticket_color { fill: #9C27B0;}
#ticket_svg_here .st1 { fill: #50434f;}
#ticket_svg_here .code_color { fill: #50434f;}
#ticket_svg_here .ch_text { color: #50434f; }


/* menu color */
#header_wrap { background-color: #5c50a0;}
@media (max-width: 992px){
#header_wrap { background-color: #fbea52;}
.side_logo{ background-color: #fbea52;}
.b i{ background:#5c50a0;    }
.b p {color: #5c50a0;  }
#logo img { margin-left: 30px;}
}

#menu_ul>li>ul { width: 180px;}


/*首頁-各標題顏色修改*/
.topic_title svg{ fill: #575757; display: none;}
.topic_title h2{ color: #575757; border-bottom: 2px solid #575757; }
.topic_title svg {fill: #ffffff;  }


/*首頁-手機版-選單*/
@media (max-width:992px){
#logo img { margin-left: 20px;}
.side_menu_ul li { background-color: #ffffff;}
.side_menu_ul a { font-size: 21px; border-bottom: 1px solid #dddddd; color: #4e4e4e; background-color: #ffffff;}
.side_menu_ul li.back a { color: #2196F3; }
.side_menu_ul li.more a { background-color: #ebe7db; }
.side_menu_ul li.more a:hover { background-color: #96d1ff; color: #4e4e4e; }
}


footer { background-color: #5c50a0; }
footer .center_block { font-size: 15px; line-height: 25px;}


#ticket_svg_here .ch_text::before { content: "預約看展"; }



/*------------------------
    index_presenting
--------------------------*/
.index_presenting{
    padding-bottom: 100px;
}
.presenting{
    width: 100%;
}
.presenting .g{
    position: relative;
    height: 180px;
}
.presenting .intro{
    width: 25%;
    border-bottom: 2px solid #764c24;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.presenting .intro h3{
    color: #764c24;
}
.presenting .b2 .intro{
    order: 2;
}
.presenting .b2{
    display: flex;
    justify-content: flex-end;
}
.presenting .b1{
    display: flex;
}
@media (max-width: 992px) {
    .index_presenting{
      padding-bottom: 0px;
    }
    .presenting .g{
        position: relative;
        height: auto;
        margin-bottom: 15px;
    }
    .presenting .intro {
        width: 70%;
    }
    .presenting .b1 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .presenting .b2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .presenting .intro {
        width: 70%;
    }
}

/*-------------
    精彩實錄
--------------*/
.index_history .col_one_fourth:nth-child(1) a:first-child .photofix{
    height: 200px;
}
.index_history .col_one_fourth:nth-child(1) a:last-child .photofix{
    height: 270px;
}
.index_history .col_one_fourth:nth-child(2) a:first-child .photofix{
    height: 150px;
}
.index_history .col_one_fourth:nth-child(2) a:last-child .photofix{
    height: 320px;
}
.index_history .col_one_fourth:nth-child(3) a:first-child .photofix{
    height: 320px;
}
.index_history .col_one_fourth:nth-child(3) a:last-child .photofix{
    height: 150px;
}
.index_history .col_one_fourth:nth-child(4) a:first-child .photofix{
    height: 235px;
}
.index_history .col_one_fourth:nth-child(4) a:last-child .photofix{
    height: 235px;
}

/*-------------
    商品區
--------------*/
    .layout_index_store{
        position: absolute;
        padding: 50px 10px 80px 0px;
        width: calc(100% - 10px);
        width: 90%;
        top: 0px;
        right: 0;
        text-align: right;
        background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.78) 53%, rgba(255,255,255,0.78) 54%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.78) 53%, rgba(255,255,255,0.78) 54%, rgba(255,255,255,0) 100%);
        background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.78) 53%, rgba(255,255,255,0.78) 54%, rgba(255,255,255,0) 100%);
    }
    .layout_index_store h4{
        margin: 0;
        font-size: 1.8rem;
        color: #0a3f7b;
     }
    .layout_index_store p{
        margin: 0;
        font-size: 2.6rem;
        line-height: 1.1;
        color: #ff5353;
        font-family: 'Century Gothic';
        font-weight: 500;
    }
   .index_store_firm>.col_one_fourth{
        position: relative;
    }


/* 歷史回顧 */
.index_history .layout{
	background-color: rgba(0,0,0, 0.9);
    color: #fff;
}


/*--------------
    flexslider custom
-----------------*/
.flexslider {
    border: 0!important;
}
.flexslider .slides li{
    position: relative;
    margin-bottom: -2px;
}

.flexslider li > a > img:first-child {
    display: block;
}
.flexslider li > a > img:last-child {
    display: none;
}
@media (max-width:768px) {
    .flexslider li > a > img:first-child {
    display: none;
}
.flexslider li > a > img:last-child {
    display: block;
}
}


