@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

/* CSS Document */
.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

*:focus{
	outline-style: none;
}

body{
	position: relative;
	font-family: 'Noto Sans TC', 'Microsoft JhengHei' ,sans-serif;
	font-size: 14px;
	background-color: #19100e;
}

header{
	padding-bottom: 0;
	position: relative;
	box-shadow: rgba(0,0,0,.1) 0 2px 3px;
	background-color: #231816;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: height .2s ease-out;
	   -moz-transition: height .2s ease-out;
	    -ms-transition: height .2s ease-out;
	     -o-transition: height .2s ease-out;
	        transition: height .2s ease-out;	
}

header .myv-logo{
	display: inline-block;
	position: relative;
	top: 2px;
}

header .myv-logo img{
	height: 50px;
	width: auto;
	-webkit-transition: height .05s ease-in;
	   -moz-transition: height .05s ease-in;
	    -ms-transition: height .05s ease-in;
	     -o-transition: height .05s ease-in;
	        transition: height .05s ease-in;
}

header .wrap{
	padding: 10px;
	position: relative;
	box-sizing: border-box;
}

header .social{
	position: absolute;
	right: 10px;
	top: 21px;
}

header .social .download,
header .social .share,
header .social .facebook,
header .social .line{
	display: inline-block;
}

header .social .download,
header .social .facebook,
header .social .line{
	width: 30px;
	height: 30px;
	margin-left: 8px;
	-webkit-transition: width .05s ease-in;
	   -moz-transition: width .05s ease-in;
	    -ms-transition: width .05s ease-in;
	     -o-transition: width .05s ease-in;
	        transition: width .05s ease-in;		
}

header .social img{
	display: inline-block;
	width: 100%;
}

header.float{
	background-color: RGBA(35, 24, 22, .9);
}

header.float,
header.float .wrap{
	height: 50px;
}

header.float .myv-logo{
	top: -3px;
}

header.float .myv-logo img{
	height: 38px;
}

header.float .social{
	top: 10px;
}

@media screen and (max-width: 768px){
	header .myv-logo{
		top: 3px;
	}
	header .myv-logo img{
		height: 46px;
	}	
}

@media screen and (max-width: 440px){
	header .social{
		top: 18px;
	}
	header .myv-logo img{
		height: 38px;
	}	
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.content{
	padding-top: 105px;
	padding-bottom: 80px;
	/*min-height: 100vh;*/
}

.video iframe {
	width: 96%;
	margin: 0 2%;
	z-index: 100;
	position: relative;
}

footer{
	line-height: 23px;
}

footer .notice{
	font-size: 2.5em;
	display: block;
	text-align: center;
}

footer .copyright{
	text-align: center;
	background-color: #25292C;
	color: #FFF;
	padding: 8px 10px;
	/*margin-top: 8px;*/
	font-size: 12px;
	position: relative;
}

footer .twm-logo{
	display: inline-block;
	position: relative;
	top: 4px;
}

footer .twm-logo img{
	width: 94px;
}

@media screen and (max-width: 376px){
	footer .copyright{
		padding: 6px 8px;
	}
}



/*--------------------------------Content*/
.content{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0;
	background-color: #fff;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
  -webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;	
}

.top-banner{
	margin-bottom: 30px;
}

h2 img{
	width: 418px;
	margin-left: 10px;
}

h2{
	margin-bottom: 20px;
}

@media screen and (max-width: 768px){
	h2 img{
		width: 300px;
	}
}

.films{
	font-size: 0;
}

.films .film{
	display: inline-block;
	width: 21.25%;
	margin: 0 1.5% 5% 1.5%;
	position: relative;
	font-size: 19px;
	text-align: center;
	vertical-align: top;
}

.films .film .poster{
	width: 100%;
	overflow: hidden;
}

.films .film .poster img{
	-webkit-transition: all .8s;
	   -moz-transition: all .8s;
	    -ms-transition: all .8s;
	     -o-transition: all .8s;
	        transition: all .8s;	    
}

.films .film:hover .poster img{
	-webkit-transform: scale(1.09);
	   -moz-transform: scale(1.09);
	    -ms-transform: scale(1.09);
	     -o-transform: scale(1.09);
	        transform: scale(1.09);  
}

.films .film:nth-child(4n+1){
	margin: 0 1.5% 5% 3%;
}

.films .film:nth-child(4n){
	margin: 0 3% 5% 1.5%;
}

@media screen and (max-width: 525px){
	.films .film:nth-child(4n+1){
		margin: 0 1% 5% 2%;
	}
	.films .film{
		width: 47%;
		margin: 0 1% 5% 2%;
	}
	.films .film:nth-child(even){
		margin: 0 2% 5% 1%;
	}
}

.films .poster{
	margin-bottom: 16px;
}

.notice-wrapper{
	background-color: #BAB3BD;	
	padding: 20px 25px;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
}

.notice{
	font-weight: 700;
}

@media screen and (max-width: 525px){
	.notice-wrapper{
		/*padding: 32px 30px 110px;*/
		font-size: 14px;
	}
}
