html, body {
  font-family: Microsoft JhengHei;
  padding: 0;
  margin: 0;
  
}

* {
  box-sizing: border-box;
}

a {
  color: #4ab19a;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}

.container {
  max-width: 1024px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header {
	max-width: 1024px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
	
}

.container .gallery a img {
  width: 30%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.container .gallery a.big img {
  width: 40%;
}


.align-center {
  text-align: center;
}

.content-text {
	font-size: 15px;
	color:#000;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	font-family: Microsoft JhengHei;
}
.h2{
	font-family: Microsoft JhengHei;
}

.body-box{
	max-width: 1024px;
    margin:0 auto;
    font-size: 13px;
    line-height: 20px;
	color:#333333;
    background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(168,168,168,0.6);
	-moz-box-shadow: 0px 0px 5px 0px rgba(168,168,168,0.6);
	box-shadow: 0px 0px 5px 0px rgba(168,168,168,0.6);
	
}

/*youtube iframe*/
.videoWrapper{
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}

.videoWrapper iframe {
position: absolute;
top:10px;
left:0;
width: 100%;
height: 100%;
}

.videocontainer{
width: 100% !important;
height: 100% !important;
}




