@charset "utf-8";
/* Custom scrollbar */
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #22201e; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #fabe00;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #fabe00; 
}

/* header */
.menu_btn, .mobile_menu{
	display:none;
}

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

header > nav{
	margin-left:50px;
}

header > nav > div{
	font-family: 'Phenomena-Bold', Arial, "MHeiHK-Medium", "微軟正黑體";
	
	display:inline-block;
	position:relative;
	text-align:center;
	margin:0 25px 0 25px;
	padding-bottom:15px;
	font-size:15px;
	line-height:18px;
	width:100px;
	
}

header > nav > div > a{
	text-decoration:none;
	color: #ffffff;
	transition: .5s;
}

#home header > nav > div > a{
	color: #1d2d65;
}

header > nav > div > a:hover,
#home header > nav > div > a:hover{
	color: #b5b5b5;
}

header > nav > div > ul{
	background-color:rgba(0,0,0,0.9);
	list-style:none;
	text-align:center;
	position:absolute;
	top:51px;
	border-top:2px solid #ffffff;
	padding:0;
	margin:0;
	opacity:0;
	height:0;
	overflow:hidden;
	transition:.5s;
	
	background-image:url(../images/submenu_arrow.png);
	background-repeat:no-repeat;
	background-position:top 10px center;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){ 
	@media {
    	header > nav > div > ul{
			transition: 0;
		}
	}
}

#home header > nav > div > ul{
	background-color: transparent;
}

header > nav > div > ul.active{
	opacity:1;
	height:auto;
}

header > nav > div > ul > li{
	margin-top: 10px;
	font-size:13px;
	line-height:16px;
}

header > nav > div > ul > .sub_submenu{
	font-family: 'Phenomena-Regular', Arial, "MHeiHK-Light", "微軟正黑體";
	font-size:12px;
	line-height:13px;
	margin-top:5px;
}

header > nav > div > ul > li > a, .coc_sections{
	text-decoration:none;
	color: #ffffff;
	transition: .5s;
}

header > nav > div > ul > li > a:hover{
	color: #fabe00;
}

.logo{
	width:550px;
}


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

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

#home .home_top_right{
	right:0;
	top:0;
	background-position:top -60px 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.png);	
}

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

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

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

.right{
	width:calc(45% - 140px);
	height:calc(100% - 100px);
	padding:0 60px 0 60px;
	margin:40px 20px 60px 0;
	
	overflow-y:auto;
}

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

.col_2 .col_eng{
	width:calc(60% - 60px);
	padding-right:60px;
}

.col_2 .col_tc{
	width:calc(40% - 20px);
	padding-right:20px;
}

.no_lr{
	
}

.no_lr .view_section{
	width:calc(100% - 190px);
	margin:40px 20px 60px 170px;
	height:calc(100% - 100px);
	overflow-y:auto;
	
}

#exhibition_section .content .flexslider h1,
#news .content .flexslider h1{
	padding:40px 0 0 170px;
}

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

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

.slide_container .col_2 .col_eng{
	width: calc(50% - 200px);
	padding: 0 30px 0 170px;
}

.slide_container .col_2 .col_tc{
	width: calc(50% - 200px);
	padding:0 170px 0 30px;
}

.slide_container h2{
	margin:0 0 20px 0;
	font-size:18px;
	line-height:22px;
	padding: 40px 170px 0 170px;
	
}

.slide_container .col_2 .col_img{
	width:calc(55% - 170px);
	height:100%;
	margin-left:170px;
}

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

.slide_container .col_2 .col_desc{
	width:calc(45% - 60px);
	height:100%;
}

.flex-direction-nav a {
  width: 36px;
  height: 64px;
}

#curators .flex_section .img{
	margin-left:50px;
}

#news .news_container{
	width:800px;
	height:450px;
}

.slide_container .col_2 .col_news_desc{
	width:calc(45% - 170px);
	height:100%;
	margin-left:170px;
}

.slide_container .col_2 .col_news_media{
	width:calc(55% - 60px - 170px);
	margin-right:170px;
	height:100%;
}



#news .right a{
	color: #fabe00;
    border-bottom: 1px solid #fabe00;
    padding-bottom: 1px;
}
	
/* footer */
#home footer{
	background-color:#ffffff;
	padding:20px 0px 20px 0px;
}

#home .copyright{
	margin-left:50px;
}

#home footer .footer_logo{
	margin-right:10px;
}

#home footer .footer_logo > div{
	padding:0 15px 0 15px;
}

#home footer .footer_logo .footer_logo_img img{
	height:34px;
}


#home .footer_logo .title{
	height:25px;
}



#home .supported{
	border-left:1px solid #000000;
}

footer.content_footer{
	left: calc(55% + 60px);
	bottom: 0px;
	padding:10px 0 10px 0;
}