@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

/* CSS Document */
.wrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

*:focus{
	outline-style: none;
}

body{
	position: relative;
	font-family: 'Noto Sans TC', 'Microsoft JhengHei' ,sans-serif;
	font-size: 14px;
	background-color: #333;
}

header{
	padding-bottom: 0;
	position: relative;
	box-shadow: rgba(0,0,0,.1) 0 2px 3px;
	background-color: #fff;
	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(255, 255, 255, .99);
}

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: calc(100vh - 216px);
}

.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;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}

@media screen and (max-width: 376px){
	footer .copyright{
		padding: 6px 8px;
	}
}