@charset "utf-8";
.menu_btn{
	position:fixed;
	width:25px;
	left:0;
	top:0;
	padding:18px 10px;
	z-index:1002;
	background-color:#000000;
}

#home .menu_btn{
	background-color:#1d2d65;
}


.navicon-button {
  display: inline-block;
  position: relative;
  padding: 2px 0;
  transition: 0.25s;
  cursor: pointer;
}
.navicon-button .navicon:before, .navicon-button .navicon:after {
  transition: 0.25s;
}

.navicon {
  position: relative;
  width: 25px;
  height: 2px;
  background: #ffffff;
  transition: 0.25s;
  z-index: 1;
  border-radius: 2px;
}
.navicon:before, .navicon:after {
  display: block;
  content: "";
  height: 2px;
  width: 25px;
  background: #ffffff;
  position: absolute;
  z-index: 1;
  transition: 0.25s 0.25s;
  border-radius: 2px;
}

#home .navicon,
#home .navicon:before,
#home .navicon:after{
	background: #ffffff;
}

#home .open .navicon:before,
#home .open .navicon:after{
	background: #ffffff;
}

.navicon:before {
  top: 8px;
}
.navicon:after {
  top: -8px;
}
/*
#index .menu_btn_black .navicon,
#index .menu_btn_black .navicon:before, 
#index .menu_btn_black .navicon:after
{
	background: #000000;
}
*/
.open:not(.steps) .navicon:before,
.open:not(.steps) .navicon:after {
  top: 0 !important;
}

.open .navicon:before,
.open .navicon:after {
  transition: 0.25s;
}

/* Minus */
.open {
  transform: scale(0.75);
}

/* × and + */

.open.x .navicon{
  background: transparent !important;
}

.open.x .navicon:before {
  	transform: rotate(-45deg);
  	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	background: #ffffff;
}

.open.x .navicon:after {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	background: #ffffff;
}

.open.plus {
	transform: scale(0.75);
	-ms-transform: scale(0.75); /* IE 9 */
	-webkit-transform: scale(0.75); /* Chrome, Safari, Opera */
}

.mobile_menu{
	font-family: 'Phenomena-Bold', Arial, "MHeiHK-Medium", "微軟正黑體";
	color:#ffffff;
	background-color:rgba(0,0,0,0.7);
	opacity:0;
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	top:-100%;

	font-size:12px;
	transition: .5s;
	height:100%;
	overflow-y:auto;
	z-index:100;

}

.menu_open{
	top:0;
	opacity:1;
}

.mobile_menu a{
	color:#ffffff;
}

.mobile_menu div{
	width:80%;
	padding:15px 0;
	margin:0 auto;
}

.mobile_menu .child_active > a{
	color: #fabe00;
}

.mobile_menu .half_border{
	width:100px;
	border-bottom:1px solid #ffffff;
	padding:0;
}
	
.mobile_menu .submenu{
	height:0;
	margin:0;
	padding:0;
	opacity:0;
	overflow:hidden;
	line-height:14px;
	transition: .5s;
}

.mobile_menu ul.active{
	opacity:1;
	height:auto;
}

.mobile_menu .submenu li{
	background-color:rgba(95,144,204,0.3);
	margin-top:10px;
	padding:5px 10px;
}

.coc_sections{
	padding:5px 1px 1px 1px !important;
}

.coc_sections > ul{
	padding:5px 0;
	margin:5px 0 0 0;
	list-style:none;
	background-color:rgba(0,0,0,0.7);
}

.coc_sections > ul > li{
	margin:0 !important;
	padding:3px 0 !important;
	background-color: transparent !important;
}

header{
	padding:40px 40px 0px 40px;
}

header nav{
	display:none;
}

header nav.menu_open{
	top:20px;
}

.logo{
	width:90%;
	max-width:550px;
	margin:0 auto;
}

/* content */
#home .home_top_left,
#home .home_top_right,
#home .home_bottom_left,
#home .home_bottom_right{
	width:40%;
	height:50%;
}

#home .home_top_left{
	left:0;
	top:0;
	background-position:top -10px left 0px;
}

#home .home_top_right{
	right:0;
	top:0;
	background-position:top -10px right 0px;
}

#home .home_center{
	position:absolute;
	background-position:center;
	background-size:auto 100%;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	left:0%;
	top:0%;
	background-image:url(../images/homepage_center_mobile.png);
}

#home .home_bottom_left{
	left:0;
	bottom:0;
	background-position:bottom -10px left 0px;
}

#home .home_bottom_right{
	right:0;
	bottom:0;
	background-position:bottom -10px right 0px;
}

#home .home_info{
	background-image:url(../images/rolling_info_mobile.png);
}

.content{
	overflow-y:auto;
}

.left{
	width:80%;
	padding-top:50%;
	margin:0 auto 0 auto;
}

.right{
	width:80%;
	margin:40px auto 0 auto;

}


.right .section{
	margin-bottom:40px;
}

.col_2 .col_eng{
	width:100%;
	margin-bottom:20px;
}

.col_2 .col_tc{
	width: 100%;
}

.no_lr .view_section{
	width:80%;
	margin:0px auto 0 auto;
	padding-top:40px;
}
	
#exhibition_section .content .flexslider h1,
#news .content .flexslider h1{
	font-size:16px;
	line-height:20px;
	padding:40px 10% 0 10%;
	margin-bottom:20px;
}

#exhibition_section .content .flexslider .slide_container_first{
	margin-right:0px;
}

.slide_container{
	overflow-y: auto;
}

.slide_container .col_2{
	height: calc(100% - 112px);
}

.slide_container .col_2 .col_eng,
.slide_container .col_2 .col_tc{
	width: 80%;
	margin:0 auto;
	padding: 0;
}

.slide_container h2{
	font-size:14px;
	line-height:18px;
	padding:40px 10% 20px 10%;
	
}

.slide_container .col_2 .col_img,
.slide_container .col_2 .col_desc{
	width: 80%;
	margin: 0 auto;
}

.slide_container .col_2 .col_img{
	margin-bottom:10px;
}

.slide_container .col_2 .col_img img{
	width:100%;
	height:auto;
	display: inline-block;
}

.flex-direction-nav a {
  width: 18px;
  height: 32px;
}

#curators .flex_section .img{

	margin-left:20px;
}

#news .news_container{
	width:320px;
	height:240px;
}

#news .col_news_desc,
#news .col_news_media{
	width:80%;
	margin:0 auto;
	
}


/* footer */
#home footer{
	padding:10px 0px 5px 0px;
	
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#home .copyright{
	-webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
	margin-top:10px;
	width:100%;
	text-align:center;
	padding:0 20px;
	font-size:10px;
}

#home footer .footer_logo{
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#home .organised, 
#home .presented, 
#home .supported{
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.organised{
	width:59px;
	padding-left:10px;
	padding-right:10px;
}

.presented{
	width:34px;	
	padding-right:10px;
}

.supported{
	width:calc(100% - 79px - 44px - 11px);
	border-left:1px solid #000000;
	padding-left:10px;
}

.title{
	height:12px;
}

#home .organised .footer_logo_img img,
#home .presented .footer_logo_img img{
	height:36px;
}

#home .supported .footer_logo_img img{
	height:18px;
	margin-right:8px;
}

footer.content_footer{
	text-align:center;
	width:96%;
	left: 2%;
	bottom:0;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#000000;
}


.mobile_br{
	display:block;
}