@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

/* CSS Document */
.wrap {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

*:focus{
	outline-style: none;
}

body{
	font-family: 'Noto Sans TC', sans-serif;
	position: relative;
}

body:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	background-image: url(../images/bg.png);
	-webkit-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	z-index: 0;
}

header{
	/*padding: 20px;*/
	padding-bottom: 0;
	position: relative;
	/*border-bottom: 1px solid #dedede;*/
	box-shadow: rgba(0,0,0,.1) 0 2px 3px;
	z-index: 30;
	background-color: #fff;
}

header .myv-logo{
	display: inline-block;
}

header .wrap{
	padding: 10px;
	position: relative;
	box-sizing: border-box;
}

header h2 img{
	height: 50px;
	width: auto;
}

header .social{
	position: absolute;
	right: 10px;
	top: 14px;
}

header .social a{
	display: inline-block;
	position: relative;
	color: #121212;
	margin-right: 10px;
}

header .social a span{
	line-height: 44px;
	display: inline-block;
	vertical-align: top;
}

header .social a img{
	display: inline-block;
	width: 44px;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

section.main-banner{
	background-image: url(../images/top_banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 721px;
	
}

section.main-banner .wrap{
	position: relative;
}

section.main-banner .logo{
	width: 275px;
	margin-bottom: 10px;
}

section.main-banner h1{
	font-size: 61px;
	line-height: 1.2;
	font-weight: 500;
}

section.main-banner h1 .bold{
	display: block;
	font-weight: 900;
	font-size: 63px;
	
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: -95px top;
  background-size: 130% 95%;
}

section.main-banner h1 .large{
	font-size: 67px;
}

.animate-title{
	opacity: 0;
	position: relative;
	left: -200px;
}

.animate-title-fade{
	opacity: 0;
}

section.main-banner .main-text{
	display: inline-block;
	position: relative;
	left: 47%;
	top: 60px;
}

section.main-banner .hand{
	position: absolute;
	right: 0;
	top: 60px;
	width: 242px;
	height: 123px;
	background-image: url(../images/hand.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center right;
	z-index: 50;
}

section.main-banner .finger{
	position: absolute;
	top: 0;
	right: 0;
	width: 242px;
	height: 123px;
	background-image: url(../images/finger.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center right;
}

section.main-banner .card{
	opacity: 0;
	position: absolute;
	top: 0;
	left: -300px;
	width: 242px;
	height: 123px;
	background-image: url(../images/card.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center right;
}

/*section.main-banner .hand*/

section.films{
	position: relative;
	top: -200px;
	text-align: center;
	margin-bottom: -260px;
	z-index: 70;
}

section.films .wrap{
	width: 64%;
}

section.films .film{
	text-align: center;
	vertical-align: top;
	width: calc(29% - 10px);
	margin: 0 2%;
	display: inline-block;
	
}

section.films .film h5{
	font-size: 24px;
}

section.films .poster{
	background-color: #fff;
	border: 2px solid #727171;
	margin-bottom: 20px;
}

section.films .poster img{
	position: relative;
	top: 10px;
	left: 10px;
}

section.films .more-movies{
	display: inline-block;
	width: 312px;
	height: 172px;
	background-image: url(../images/more_movies.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  top: -20px;
  z-index: 80;
}

section.footer-ad{
	background-image: url(../images/footer_bg.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
	max-width: 1080px;
	margin: 0 auto;
	z-index: 20;
}

section.footer-ad .ad-wrap{
	margin: 0 auto;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: absolute;
  top: 29%;
  left: 43%;
}

section.footer-ad .date{
	font-size: 32px;
	color: #C30D23;
	font-weight: 500;
	margin-bottom: 20px;
}

section.footer-ad h2{
	font-size: 58px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 26px;
}

section.footer-ad h2 .bold{
	font-size: 72px;
	display: block;
	font-weight: 700;
}

section.footer-ad h2 .red{
	color: #C30D23;
}

section.footer-ad h2 .large{
	font-size: 77px;
}

section.footer-ad .logo{
	margin-bottom: 10px;
}

section.footer-ad .logo img{
	width: 380px;
}

section.footer-ad .read-more{
	text-align: right;
	/*padding-bottom: 100px;*/
}

section.footer-ad .read-more a{
	font-size: 21px;
	padding: 6px 10px 8px 10px;
	background-color: #C30D23;
	color: #FFF;
	border-radius: 5px;
	box-shadow: 5px 5px 15px rgba(102, 50, 51, .9);
}

section.footer-ad .ad-bg-large{
	position: relative;
}
section.footer-ad .ad-bg-small{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

footer{
	font-size: 14px;
	line-height: 1.3;
	z-index: 2;
	position: relative;
}

footer .notice{
	color: #C30D23;
}

footer .wrap{
	padding: 15px;
	padding-bottom: 20px;
  box-sizing: border-box;
  background-color: #F7F8F8;
}

@media screen and (max-width: 1110px){
	section.films .wrap{
		width: 80%;
	}

	section.footer-ad .date{
		font-size: 25px;
	}
	section.footer-ad h2{
		font-size: 48px;
	}
	section.footer-ad h2 .bold{
		font-size: 63px;
	}
	section.footer-ad h2 .large{
		font-size: 65px;
	}	
}

@media screen and (max-width: 1080px){
	section.main-banner .hand,
	section.main-banner .finger,
	section.main-banner .card{
		width: 200px;
		height: 100px;
	}
}

@media screen and (max-width: 960px){
	section.main-banner .main-text{
		top: 40px;
	}
	.wrap{
		max-width: 100%;
	}
	section.main-banner{
		background-size: 100% auto;
		min-height: 660px;
	}
	section.main-banner h1{
		font-size: 40px;
	}
	section.main-banner h1 .bold{
		font-size: 42px;
	}
	section.main-banner h1 .large{
		font-size: 45px;
	}

	section.footer-ad .date{
		font-size: 22px;
	}
	section.footer-ad .logo img{
		width: 320px;
		margin-right: 20px;
	}
	section.footer-ad h2{
		font-size: 43px;
	}
	section.footer-ad h2 .bold{
		font-size: 53px;
	}
	section.footer-ad h2 .large{
		font-size: 56px;
	}		
	section.footer-ad .read-more a{
		padding: 6px;
		font-size: 16px;
	}
}

@media screen and (max-width: 900px){
	section.films .wrap{
		width: 90%;
	}
}

@media screen and (max-width: 840px){
	section.main-banner .hand{
		top: 50px;
	}
}
@media screen and (max-width: 820px){
	section.main-banner .hand,
	section.main-banner .finger,
	section.main-banner .card{
		width: 161px;
		height: 82px;
	}

	section.footer-ad .date{
		font-size: 20px;
	}
	section.footer-ad .logo img{
		width: 280px;
		margin-right: 20px;
	}
	section.footer-ad h2{
		font-size: 36px;
	}
	section.footer-ad h2 .bold{
		font-size:48px;
	}
	section.footer-ad h2 .large{
		font-size: 53px;
	}	
}

@media screen and (max-width: 768px){
	section.footer-ad .ad-wrap{
		visibility: hidden;
		left: 0;
		top: 0;
	}
	section.footer-ad .ad-bg-large{
		visibility: hidden;
	}
	section.footer-ad .ad-bg-small{
		display: block;
		z-index: 10;
	}
	header .social{
		top: 18px;
	}
	header .social a img{
		width: 36px;
	}
	header .social a span{
		line-height: 36px;
	}
}

@media screen and (max-width: 720px){
	section.main-banner{
		background-image: url(../images/top_banner_s.png);
		min-height: 480px;
	}
	section.main-banner .hand{
		display: none;
	}
	section.main-banner .main-text{
		visibility: hidden;
		left: 0;
	}
	section.films .film h5{
		font-size: 18px;
	}
	section.films .more-movies{
		background-size: 80% auto;
	}
}

@media screen and (max-width: 520px){
	section.main-banner{
		min-height: 440px;
	}	
	section.films .wrap{
		width: 100%;
		position: relative;
		left: -5px;
	}
}

@media screen and (max-width: 440px){
	header .social{
		top: 22px;
	}
	header .social a{
		margin-right: 5px;
	}
	header .social a img{
		width: 26px;
	}
	header .social a span{
		line-height: 26px;
		font-size: 13px;
	}	
	header h2 img{
		height: 38px;
	}
	section.films .more-movies{
		width: 264px;
	}
	section.films{
		top: -250px; 
		margin-bottom: -345px;
	}
}