body {
	font-family: "Microsoft JhengHei", "Heiti TC", "WenQuanYi Zen Hei";
	font-size: 15px;
	padding: 0;
	background: #fafafa;
	overflow-x: hidden;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
	vertical-align: top;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.clearfix {
 *display: inline-block;
	height: 1%;
}
.container {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
a.tel, .tel {
	color: #fff;
}
/*------ Header ------*/
.header {
	width: 100%;
	height: 95px;
	background: rgba(255, 255, 255, 1.0);
	font-size: 15px;
	font-weight: bold;
	position: fixed;
	z-index: 999;
	-webkit-box-shadow: 0 6px 10px rgba(0,0,0,.14);
	-moz-box-shadow: 0 6px 10px rgba(0,0,0,.14);
	box-shadow: 0 3px 10px rgba(0,0,0,.14);
}
.header .logo {
	float: left;
	padding: 17px 0;
}
.logo_pc {
	max-width: 298px;
}
.logo_m {
	max-width: 63px;
	display: none;
}
/*------ Menu ------*/

#menu {
	float: right;
	padding: 28px 0px;
}
#menu ul li {
	padding: 0 1.2em 0 0;
    margin: 12px 0.8em 0 0;
	border-right: 1px solid #ccc;
	list-style: none;
	display: inline-block;
}
#menu ul li:last-child {
	padding: 0;
	margin: 12px 0;
	border-right: none;
}
#menu ul li a {
	color: #1aa6d1;
}
#menu ul li a:hover {
	color: #666;
}
#menu ul li a label {
	cursor: pointer;
}
#btn_menu {
	width: 80px;
	height: 80px;
	background: url(../images/btn_menu.svg) center no-repeat;
	position: absolute;
	top: 5px;
	right: 0px;
	text-indent: -9999px;
	display: block;
	cursor: pointer;
	display: none;
}
#menu ul li a#nav7 {
	background: #b81c22;
	padding: 4px 10px;
	border-radius: 4px;
}
#menu ul li a:hover#nav7 {
	background: #1aa6d1;
}
#menu ul li a#nav7 {
	color: #fff;
}
/* ----------------------General Slides---------------------- */ 
.slide {
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	height: auto;
}
#slide0 {
	height: calc(100vh - 95px);
    background-color: #fefde9;
	background-image: url(../images/00.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
#slide1 {
	height: calc(100vh - 95px);
	background-color: #fff;
	/*background-image: url(../images/01.jpg);*/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#slide2 {
	background-color: #fafafa;
}
#slide3 {
	height: calc(75vh - 95px);
	background-color: #fffbdd;
	/*background-image: url(../images/03.jpg);*/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#slide4 {
	height: auto;
	background-color: #fafafa;
	background-image: url(../images/04.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#slide5 {
	height: auto;
	background-color: #000;
	background-image: url(../images/05.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#slide6 {
	height: auto;
	background-color: #fafafa;
}
/* ----------------------vision---------------------- */ 
#main {
	width: 100%;
	padding-top: 95px;
}
#content {
	/*max-width: 1000px;*/
	margin: 0 auto;
	padding: 100px 50px;
	overflow: hidden;
}
.title {
	margin-bottom: 30px;
}
.line-1 {
	border-bottom: 1px solid #ccc;
}
.line-2 {
	border-bottom: 1px solid #666;
}
.title h1 {
	max-width: 396px;
	padding-bottom: 8px;
}
.title h2 {
	max-width: 396px;
	padding-bottom: 8px;
	margin: 0 auto;
}
/* ----------------------About---------------------- */	
.about-txt {
	float: left;
	width: 70%;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
a.about-btn {
	float: right;
	background-color: #b1b1b1; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 30px;
	border-radius: 30px;
	font-weight: bold;
}
a:hover.about-btn {
	background-color: #b81c22; /* Green */
}
/* ----------------------Features---------------------- */	
ul.features {
	position: relative;
	width: 100%;
	overflow: hidden;
}
ul.features li {
	float: left;
	background: #fff;
	width: 25%;
	margin-right: 5%;
	padding: 5% 2.5%;
	border-radius: 10px;
	min-height: 325px;
}
ul.features li:last-child {
	margin-right: 0;
}
ul.features li >img {
	width: 50%;
	margin: 0 auto;
	display: block;
	padding-bottom: 8%;
}
ul.features li h3 {
	color: #f0a93e;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8%;
}
ul.features li p {
	color: #7f8080;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
ul.features-txt li > span {
	position: relative;
	display: block;
}
ul.features-txt {
	border-top: 1px solid #ccc;
	padding: 2% 0;
	margin-top: 5%;
}
ul.features-txt li > span:before {
	border: 6px solid transparent;
	border-left: 9px solid #ec1e79;
	width: 0;
	top: 15px;
	left: 0;
	height: 0;
	position: absolute;
	content: ' ';
	;
}
ul.features-txt li {
	width: 446px;
	margin: 0 auto;
}
ul.features-txt li p {
	color: #ec1e79;
	font-size: 24px;
	margin: 10px 0 10px 25px;
	line-height: 40px;
	font-weight: bold;
}
.delay-1{
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}
.delay-2{
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.delay-3{
    animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
}
/* ----------------------Lecture---------------------- */	
.lecture-content {
	width: 65%;
}
ul.lecture {
	width: 100%;
}
ul.lecture li {
	padding-bottom: 5%;
	overflow: hidden;
}
ul.lecture li p {
	float: left;
}
ul.lecture li p:first-child {
	width: 13%;
	padding: 0 5% 0 0;
}
ul.lecture li p:last-child {
	width: 82%;
	font-size: 15px;
	line-height: 28px;
	color: #ccc;
}
ul.lecture li p img {
	max-height: 100px;
	padding: 5px 0 0 0;
}
/* ----------------------Information---------------------- */
ul.information {
	width: 100%;
}
ul.information li {
	overflow: hidden;
	padding-bottom: 15px;
}
ul.information li p {
	float: left;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 34px;
}
ul.information li p:first-child {
	width: 11%;
	min-width: 110px;
	padding-right: 1%;
}
ul.information li p:last-child {
	width: 88%;
	color: #4d4d4d;
	font-weight: normal;
}
/* ----------------------The Organizer---------------------- */
.organizer-logo{
	max-width: 135px;
	margin: 0 auto;
	padding: 0 0 2% 0;
}
.organizer{
	font-size: 16px;
	line-height: 28px;
	color: #ccc;
	text-align: center;
}
.organizer p{
	font-size: 35px;
	padding: 10px 0 30px 0;
	color: #d3af87;
}
/* ----------------------contact---------------------- */
.contact{
	color: #fff;
	width: 100%;
	background: #333;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	padding: 2.5% 0;
	overflow: hidden;
}
.contact span{
	max-width: 60px;
    margin: 0 auto;
    padding: 0 0 10px 0;
	display: block;
}
.contact p a{
	color: #fff;
}
.contact p a:hover{
	color: #ccc;
	text-decoration:underline;
}
.contact p{
	display: inline-block;
	padding: 0 10px;
}



@media only screen and (max-width: 1000px) {
.header .logo {
    padding: 17px 0 17px 15px;
}
#menu {
    padding: 28px 17px 28px 0;
}	
/* ----------------------Information---------------------- */
ul.information li p:last-child {
	width: 100%;
}	
}	
 @media only screen and (max-width: 900px) {
.bgBlock {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
	margin-top: 95px;
	background-color: rgba(0,0,0,0.5);
}
html, body {
	-webkit-text-size-adjust: none;
}
.container {
	min-width: 280px;
}
#menu {
	width: 106%;
	margin: 0 -3%;
	display: none;
	padding: 0;
}
#menu ul li {
	padding: 0;
	margin: 0;
	border-right: none;
	display: block;
}
#menu ul li:last-child {
	padding: 0;
	margin: 0;
}
#menu ul li a {
	background: rgba(255, 255, 255, 1.0);
	padding: 0.8em;
	font-size: 18px;
	text-align: center;
	border-top: 1px solid #d8d8d8;
	display: block;
}
#btn_menu {
	display: block;
}
#menu ul li a#nav7 {
	padding: 0.8em;
}
}	 
@media only screen and (max-width: 414px) {
#btn_menu {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
}	
.header {
    height: 60px;
}	
.header .logo {
	padding: 10px;
}
.logo_pc {
    max-width: 200px;
}
#main {
    padding-top: 60px;
}
#slide0 {
	height: calc(100vh - 60px);
}
#slide1 {
	height: calc(100vh - 60px);
	background-position: left center;
}
#slide3 {
	height: auto;
	background-image: none; 
}	
#slide4 {
	background-position: bottom center;
}
#content {
    padding: 20% 10%;
}
.title {
    margin-bottom: 10px;
}	
/* ----------------------About---------------------- */	
.about-txt {
 width: 100%;
 padding-bottom: 5%;
}
a.about-btn {
 float: none;
 margin: 0 auto;
 display: table;
}
/* ----------------------Features---------------------- */	
ul.features li {
 float: none;
 width: 90%;
 padding: 10% 5%;
 margin-right: 0;
 margin-bottom: 10%;
}
ul.features-txt li {
 width: 100%;
}
ul.features-txt li p {
 font-size: 25px;
 margin: 10px 0 10px 15px;
 line-height: 42px;
}
ul.features-txt li > span:before {
 top: 15px;
 border: 5px solid transparent;
 border-left: 7px solid #ec1e79;
}
ul.features-txt li > span > p > span {
 width: 100%;
 display: block;
}
/* ----------------------Lecture---------------------- */	
.lecture-content {
    width: 100%;
}
ul.lecture li p {
    float: none;
	margin: 0 auto;
}	 
ul.lecture li p:first-child {
    width: 30%;
    padding-right: none;
}	 
ul.lecture li p img {
    max-height: none;
	padding: 15% 0 10% 0;
}	 
ul.lecture li p:last-child {
    width: 100%;
}
/* ----------------------Information---------------------- */
ul.information li p {
	font-size: 15px;
	line-height: 28px;
	text-align: center;
}
ul.information li p:first-child {
	width: 100%;
	padding-right: 0;
}
ul.information li p:last-child {
	width: 100%;
}	 
/* ----------------------The Organizer---------------------- */
.organizer p {
    font-size: 28px;
	line-height: 35px;
	padding: 0 0 20px 0;
}
.organizer {
    text-align: left;
}
.organizer-logo {
    max-width: 100px;
    padding: 0 0 4% 0;
}
/* ----------------------contact---------------------- */
.contact{
	padding: 5% 0;
}	
}	

@media only screen and (max-width: 375px) {
/* ----------------------Features---------------------- */		
ul.features-txt li p {
 font-size: 22px;
 line-height: 40px;
}
}
@media only screen and (max-width: 320px) {
/* ----------------------Features---------------------- */		
ul.features-txt li p {
 font-size: 19px;
 line-height: 36px;
}
}
@media only screen and (min-height: 1366px) {
#slide1 {
    height: calc(50vh - 95px);
}
#slide3 {
    height: auto;
}
}
@media only screen and (max-height: 414px) {
#btn_menu {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
}	
.header {
    height: 60px;
}
.header .logo {
    padding: 10px;
}	
.logo_pc {
    display: block;
	max-width: 200px;
}	
.logo_m {
    display: none;
}
#main {
    padding-top: 60px;
}
#content {
    padding: 50px;
}	
#slide0 {
	height: calc(100vh - 60px);
}
#slide1 {
	height: auto;
}
#slide3 {
	height: auto;
}
#slide6 {
    height: auto;
}
/* ----------------------About---------------------- */	
.about-txt {
 width: 100%;
 padding-bottom: 5%;
}
a.about-btn {
 float: none;
 margin: 0 auto;
 display: table;
}	
/* ----------------------Lecture---------------------- */		
.lecture-content {
    width: 60%;
}
ul.lecture li p img {
    max-height: 120px;
}
ul.lecture li p:first-child {
    width: auto;
    padding: 2% 0;
}
ul.lecture li p:last-child {
    width: auto;
}
/* ----------------------Features---------------------- */	
ul.features li {
    width: 27%;
    margin-right: 2%;
}
ul.features li {
    min-height: 335px;
}	
}
@media only screen and (max-height: 320px) {
#menu ul li a {
	padding: 0.5em;
	font-size: 15px;
}
/* ----------------------Features---------------------- */
ul.features li h3 {
    font-size: 20px;
}
ul.features li {
    min-height: 375px;
}	
}	 