@charset "utf-8";
@import url("reset.css");
/*web font*/
@font-face {
	font-family: 'houschka_headmedium';
	src: url('../webfonts/houschkahead-medium-web.eot') format('eot'), url('../webfonts/houschkahead-medium-web.woff') format('woff'), url('../webfonts/houschkahead-medium-web.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* CSS Document */
a {
	color: #4285F4;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #D62817;
}
/*-------font effect-----------*/
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #D62817;
}
.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}
.italic {
	font-style: italic;
	opacity: 0.7;
	font-weight: normal;
}
.nowrap {
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.divider {
	height: 8px;
	line-height: 8px;
}
.whiteLine {
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.4);
	margin: 25px 0;
}
ol.number, ol.dot {
	display: block;
}
ol.number li {
	margin: 0 0 6px 20px;
	list-style: decimal;
}
ol.number li:last-child, ol.dot li:last-child {
	margin-bottom: 0;
}
ol.dot li {
	margin: 0 0 6px 0;
	padding-left:12px;
	list-style: none;
	background-image: url(../images/dot.svg);
	background-size: 5px 5px;
	background-repeat: no-repeat;
	background-position:left top 10px;
}
.lightbox {
	display: none;
	font-family: "Segoe UI", "微軟正黑體", sans-serif;
	border: 5px solid #D62817;
}
/*-------btn effect-----------*/
.btnStyle {
	-webkit-appearance: none;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	background: #E42212;
	transition: all 0.3s ease-out;
	padding: 12px 50px;
	line-height: 100%;
	font-size: 23px;
}
.btnStyle:hover {
	color: #333;
	background: #fff;
	transition: all 0.3s ease-out;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}
/*-------------banner--------------------*/
#video {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 100%;
	z-index: 0;
	opacity: 0.3;
	/*for ani*/
	animation: InOutVideo 3s ease-in;
	animation-iteration-count: infinite;
	animation-delay: 2.5s;
}
#bannerWrapper {
	position: relative;
	overflow: hidden;
	background-color: #000;
}
/*-------------regInfo icon--------------------*/
.regInfo li:first-child div.regInfoL {
	background-image: url(../images/date.svg);
}
.regInfo li:nth-child(2) div.regInfoL {
	background-image: url(../images/venue.svg);
}
.regInfo li:nth-child(3) div.regInfoL {
	background-image: url(../images/target.svg);
}
.regInfo li:last-child div.regInfoL {
	background-image: url(../images/money.svg);
}
/*-------------agenda icon--------------------*/
.agendaList li:first-child a {
	background-image: url(../images/Future_Trend.png);
}
.agendaList li:first-child a:hover {
	background-image: url(../images/Future_Trend_r.png);
}
.agendaList li:nth-child(2) a {
	background-image: url(../images/Future_study.png);
}
.agendaList li:nth-child(2) a:hover {
	background-image: url(../images/Future_study_r.png);
}
.agendaList li:nth-child(3) a {
	background-image: url(../images/Future_Employee.png);
}
.agendaList li:nth-child(3) a:hover {
	background-image: url(../images/Future_Employee_r.png);
}
.agendaList li:nth-child(4) a {
	background-image: url(../images/Future_Leadership.png);
}
.agendaList li:nth-child(4) a:hover {
	background-image: url(../images/Future_Leadership_r.png);
}
.agendaList li:nth-child(5) a {
	background-image: url(../images/Future_Service.png);
}
.agendaList li:nth-child(5) a:hover {
	background-image: url(../images/Future_Service_r.png);
}
.agendaList li:last-child a {
	background-image: url(../images/Future_Solution.png);
}
.agendaList li:last-child a:hover {
	background-image: url(../images/Future_Solution_r.png);
}
/*-------------trainers icon--------------------*/
.trainers li:first-child a div {
	background-image: url(../images/Trainer-Mandy-black.png);
}
.trainers li:first-child a:hover div {
	background-image: url(../images/Trainer-Mandy.png);
}
.trainers li:nth-child(2) a div {
	background-image: url(../images/Trainer-antonio-black.png);
}
.trainers li:nth-child(2) a:hover div {
	background-image: url(../images/Trainer-antonio.png);
}
.trainers li:nth-child(3) a div {
	background-image: url(../images/Trainer-tracy-black.png);
}
.trainers li:nth-child(3) a div:hover {
	background-image: url(../images/Trainer-tracy.png);
}
.trainers li:last-child a div {
	background-image: url(../images/Trainer-ben-black.png);
}
.trainers li:last-child a div:hover {
	background-image: url(../images/Trainer-ben.png);
}
/*-------------leaderList icon--------------------*/
.leaderList li:first-child a div {
	background-image: url(../images/Quency-black.jpg);
}
.leaderList li:first-child a:hover div {
	background-image: url(../images/Quency-color.jpg);
}
.leaderList li:nth-child(2) a div {
	background-image: url(../images/Edgar-black.jpg);
}
.leaderList li:nth-child(2) a:hover div {
	background-image: url(../images/Edgar-color.jpg);
}
.leaderList li:last-of-type a div {
	background-image: url(../images/Cindy-black.jpg);
}
.leaderList li:last-of-type a:hover div {
	background-image: url(../images/Cindy-color.jpg);
}
/*-------------menu--------------------*/
h4.openMenu {
	cursor: pointer;
	display: block;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 30px;
	right: 30px;
	background-image: url(../images/bars.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	z-index: 100;
}
h4.changColor {
	background-image: url(../images/close.svg);
}
#menu {
	display: none;
	position: fixed;
	right: 30px;
	top: 80px;
	background: #FFF;
	padding: 20px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	border-radius: 5px;
}
#menu li a {
	color: #333;
	display: block;
	font-family: 'houschka_headmedium', sans-serif;
	padding-bottom: 10px;
	font-size: 17px;
}
#menu li:last-child a {
	padding-bottom: 0;
}
#menu li a.current {
	color: #D62817;
}
/*-------------footer--------------------*/
#footRight ul li:first-child a {
	background-image: url(../images/Facebook-Round.png);
}
#footRight ul li:nth-child(2) a {
	background-image: url(../images/Linkedin-round.png);
}
#footRight ul li:nth-child(3) a {
	background-image: url(../images/Twitter-round.png);
}
#footRight ul li:nth-child(4) a {
	background-image: url(../images/Instagram.png);
}
#footRight ul li:nth-child(5) a {
	background-image: url(../images/Youtube-round.png);
}
footer a {
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
}
footer a:hover {
	opacity: 1;
	color: #fff;
}
#footRight ul, #footLeft ul {
	margin-top: 10px;
}
#footRight ul li {
	display: inline-block;
	margin-right: 10px;
}
#footRight ul li:last-child {
	margin-right: 0;
}
#footRight ul li a {
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
/*---------------------- toTop ------------------------*/
#toTop {
	position: fixed;
	right: 30px;
	bottom: 35px;
	width: 40px;
	height: 40px;
	background: url(../images/icon_top.svg) no-repeat rgba(0,0,0,0.3) center center;
	cursor: pointer;
	display: none;
	z-index: 123;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#toTop:hover {
	background: url(../images/icon_top.svg) no-repeat #D62817 center center;
}

@media screen and (min-width:801px) {
/*-----------------------body-----------------------*/
html, body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 15px;
	line-height: 160%;
	font-family: "Segoe UI", "微軟正黑體", sans-serif;
}
p {
	line-height: 160%;
}
h1, h2, h3 {
	line-height: 130%;
	font-family: 'houschka_headmedium', "微軟正黑體", sans-serif;
}
.btn {
	padding: 12px 30px;
	line-height: 100%;
	font-size: 25px;
}
.NoShowInPC {
	display: none;
}
/*-----------------lightbox---------------*/
.lightbox {
	width: 801px;
}
.lightbox h2 span {
	color: #333;
	font-size: 17px;
	font-weight: normal;
}
.lightboxLeader li {
	overflow: auto;
}
.lightboxLeader li:first-child {
	margin-bottom: 25px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 25px;
}
.lightboxLeader div.lightboxL {
	float: left;
	width: 200px;
}
.lightboxLeader div.lightboxR {
	width: auto;
	margin-left: 230px;
}
dl.lightboxTopic {
	overflow: auto;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
	margin-top: 20px;
}
dl.lightboxTopic dd {
	width: 50%;
	float: left;
}
dl.lightboxTopic dd:first-child {
	padding-right: 20px;
	border-right: 1px solid #e1e1e1;
}
dl.lightboxTopic dd:nth-child(even) {
	padding-left: 20px;
}
dl.lightboxTopic h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}
/*-----------------banner---------------*/
#logo {
	width: 255px;
	height: 30px;
	background-image: url(../images/logoFooter.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: fixed;
	left: 30px;
	top: 30px;
}
#banner {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	animation: processIn 4s ease;
	animation-fill-mode: forwards;
}
#scrollBtn {
	opacity: 0;
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	background-image: url(../images/scroll.svg);
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: center center;
	cursor: pointer;
	/*for ani*/
	animation: InOutBtn 1.5s ease-in;
	animation-iteration-count: infinite;
	animation-delay: 2.5s;
}
/*---------------------article-------------------*/
article {
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 0;
}
article h1 {
	font-size: 51px;
}
article h2 {
	font-size: 29px;
	font-weight: normal;
}
/*-------------intro--------------------*/
#intro {
	background-color: #D62817;
	background-image: url(../images/bgIntro.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	color: #fff;
}
.introText {
	font-size: 17px;
}
#intro h2 {
	margin: 20px 0;
}
/*-------------time--------------------*/
#time {
	background-image: url(../images/bgTime.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#time dl {
	text-align: center;
	overflow: auto;
}
#time dl dd {
	float: left;
	width: 46%;
	margin: 0 8% 0 0;
	background: #fff;
	border-radius: 10px;
}
#time dl dd:last-of-type {
	margin: 0;
}
#time dl dd h2 {
	padding: 25px 0;
	background-color: #333;
	color: #fff;
}
#time dl dd h2 span {
	font-size: 51px;
}
#time ul li {
	padding: 20px 0;
	border-bottom: 1px solid #ededed;
}
#time ul li:last-of-type {
	border-bottom: 0;
}
#time ul li h3 {
	margin-bottom: 5px;
}
#time ul li P {
	font-size: 17px;
}
/*-------------agenda--------------------*/
#agenda {
	background-color: #000;
	background-image: url(../images/bgAgenda.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	color: #fff;
	font-size: 17px;
}
.agendaList, .trainers {
	overflow: auto;
}
.agendaList li {
	float: left;
	text-align: center;
	width: 32%;
	margin: 0 2% 2% 0;
}
.agendaList li:nth-child(3n) {
	margin-right: 0;
}
.agendaList li a {
	color: #fff;
	display: block;
	background-repeat: no-repeat;
	background-size: 130px 130px;
	background-position: top center;
	padding-top: 130px;
	transition: all 0.5s ease-out;
}
.agendaList li a:hover {
	text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 15px #D62817, 0 0 20px #D62817, 0 0 25px #D62817, 0 0 60px #D62817, 0 0 35px #D62817;
	transition: all 0.5s ease-out;
}
/*----------trainers---------*/
.trainers li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.trainers li:last-of-type {
	margin-right: 0;
}
.trainers li a {
	color: #fff;
	display: block;
	transition: all 0.5s ease-out;
}
.trainers li a:hover {
	text-shadow: 0 0 5px #ff0000, 0 0 10px #ff0000, 0 0 15px #D62817, 0 0 20px #D62817, 0 0 25px #D62817, 0 0 60px #D62817, 0 0 35px #D62817;
	transition: all 0.5s ease-out;
}
.trainers li a div {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	width: 80%;
	height: 0;
	padding-bottom: 80%;
	margin: 0 auto;
	transition: all 0.5s ease-out;
}
.trainers li a:hover div {
	transition: all 0.5s ease-out;
}
.trainers li a h2, .trainers li a p {
	border-left: 3px solid #D62817;
	padding-left: 12px;
}
/*-------------leader--------------------*/
#leader {
	background-image: url(../images/bgRed.png);
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: bottom 50px left;
}
.leaderList {
	margin-top: 20px;
}
.leaderList li {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.leaderList li:last-of-type {
	margin-right: 0;
}
.leaderList li a {
	color: #333;
	display: block;
	transition: all 0.5s ease-out;
}
.leaderList li a:hover h2 {
	color: #D62817;
	transition: all 0.5s ease-out;
}
.leaderList li a div {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	width: 90%;
	padding-bottom: 140%;
	margin-bottom: 15px;
	transition: all 0.5s ease-out;
}
.leaderList li a:hover div {
	transition: all 0.5s ease-out;
}
.leaderList li a h2 {
	border-left: 3px solid #D62817;
	padding: 0 0 5px 12px;
}
.leaderList li a h2 span {
	font-size: 17px;
}
.leaderList li a p {
	padding-left: 12px;
	font-size: 17px;
	border-left: 3px solid #D62817;
}
.leaderList li:nth-child(2) a div {
	margin: 15px 0 0 0;
}
/*-------------reg--------------------*/
#reg {
	background-color: #000;
	background-image: url(../images/lineReg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	color: #fff;
}
.regInfo {
	overflow: auto;
}
.regInfo li {
	float: left;
	width: 50%;
	margin: 0 0 4% 0;
	font-size: 18px;
}
.regInfo div.regInfoL {
	width: 100px;
	height: 100px;
	float: left;
	background-repeat: no-repeat;
	background-size: 60px 60px;
	background-position: center;
	text-align: center;
	font-size: 27px;
	font-family: 'houschka_headmedium', sans-serif;
	padding-top: 70px;
	color: #D62817;
	text-transform: uppercase;
}
.regInfo div.regInfoR {
	width: auto;
	height: 100px;
	margin-left: 110px;
	/*垂直致中*/
	display: flex;
	justify-content: center;
	flex-direction: column;
}
/*-------------partner--------------------*/
.partner {
	text-align: center;
}
.partner li {
	display: inline-block;
	width: 200px;
	margin: 0 15px;
}
/*-------------footer--------------------*/
footer {
	background: #D62817;
	color: #fff;
	width: 100%;
	padding: 20px 10%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
footer h4 {
	width: 255px;
	height: 30px;
	display: block;
	background-image: url(../images/logoFooter.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 10%;
	top: 35px;
}
#footLeft {
	float: left;
	width: 33%;
	margin-left: 33%;
}
#footLeft ul li {
	float: left;
	margin-right: 15px;
}
#footRight {
	float: right;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*-----------------------body-----------------------*/
html {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
body {
	color: #333;
	line-height: 150%;
	font-size: 14px;
	font-family: "Segoe UI", "Roboto", "微軟正黑體", sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	min-height: 100%;
}
p {
	line-height: 150%;
	font-size: 14px;
}
h1, h2, h3 {
	line-height: 130%;
	font-family: 'houschka_headmedium', "微軟正黑體", sans-serif;
}
.btn {
	font-size: 21px;
	padding: 12px 15px;
	line-height: 100%;
	-webkit-appearance: none;/*取消手機預設樣式*/
}
.alignCenterMobile {
	text-align: center;
}
.picForMobile {
	width: 100%;
	height: auto;
}
/*-----------------banner---------------*/
#video {
	left: -85%;
	min-height: 100%;
}
#logo {
	width: 213px;
	height: 25px;
	background-image: url(../images/logoFooter.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 15px;
	top: 15px;
}
#banner {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image: url(../images/logoM.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	animation: processIn 4s ease;
	animation-fill-mode: forwards;
}
#scrollBtn {
	display: none;
}
/*-----------------article---------------*/
article {
	padding: 25px 15px;
}
article h1 {
	font-size: 31px;
}
article h2 {
	font-size: 21px;
	font-weight: normal;
}
/*-------------intro--------------------*/
#intro {
	background-color: #D62817;
	color: #fff;
}
#intro h2 {
	text-align: left;
}
/*-------------time--------------------*/
#time {
	background-color: #ededed;
}
#time dl dd {
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}
#time dl dd:last-of-type {
	margin-top: 15px;
}
#time dl dd h2 {
	padding: 20px 0 10px 0;
	background-color: #333;
	color: #fff;
}
#time dl dd h2 span {
	font-size: 27px;
	font-weight: bold;
}
#time ul li {
	padding: 13px 0;
	border-bottom: 1px solid #f1f1f1;
}
#time ul li:last-of-type {
	border-bottom: 0;
}
#time ul li h3 {
	margin-bottom: 5px;
}
/*-------------agenda--------------------*/
#agenda {
	background-color: #000;
	color: #fff;
}
.agendaList, .trainers {
	overflow: auto;
}
.agendaList li {
	float: left;
	text-align: center;
	width: 49%;
	margin: 0 2% 15px 0;
}
.agendaList li:nth-child(even) {
	margin-right: 0;
}
.agendaList li a {
	color: #fff;
	display: block;
	background-repeat: no-repeat;
	background-size: 100px 100px;
	background-position: top center;
	padding-top: 100px;
}
/*----------trainers---------*/
.trainers li {
	float: left;
	width: 50%;
	margin: 0 0 25px 0;
}
.trainers li a {
	color: #fff;
	display: block;
}
.trainers li a div {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	width: 80%;
	height: 0;
	padding-bottom: 80%;
	margin: 0 auto;
}
.trainers li a h2, .trainers li a p {
	border-left: 3px solid #D62817;
	padding-left: 10px;
}
/*-------------leader--------------------*/
.leaderList li {
	margin-bottom: 30px;
	text-align: center;
}
.leaderList li:last-of-type {
	margin-bottom: 0;
}
.leaderList li a {
	color: #333;
	display: block;
}
.leaderList li a div {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	width: 70%;
	height: 0;
	padding-bottom: 70%;
	margin: 0 auto 15px auto;
}
.leaderList li a:hover div {
	transition: all 0.5s ease-out;
}
.leaderList li a h2 {
	font-weight: bold;
}
.leaderList li a h2 span {
	font-size: 17px;
}
/*-------------reg--------------------*/
#reg {
	background-color: #000;
	color: #fff;
}
.regInfo li {
	margin-bottom: 20px;
}
.regInfo div.regInfoL {
	width: 80px;
	height: 80px;
	float: left;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: center;
	text-align: center;
	font-size: 21px;
	font-family: 'houschka_headmedium', sans-serif;
	padding-top: 55px;
	color: #D62817;
	text-transform: uppercase;
}
.regInfo div.regInfoR {
	width: auto;
	height: 80px;
	margin-left: 90px;
	/*垂直致中*/
	display: flex;
	justify-content: center;
	flex-direction: column;
}
/*-------------partner--------------------*/
.partner {
	text-align: center;
}
.partner li {
	display: inline-block;
	width: 100px;
}
/*-----------------lightbox---------------*/
.lightbox {
	padding: 15px;
	width: 100%
}
.lightbox h2 span {
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
.lightboxLeader li {
	overflow: auto;
}
.lightboxLeader li:last-child {
	display: none;
}
.lightboxLeader div.lightboxL {
	width: 150px;
	margin: 0 auto 15px auto;
}
dl.lightboxTopic {
	margin-top: 15px;
}
dl.lightboxTopic dd {
	margin: 0 -15px;
	padding: 15px;
	border-top: 1px solid #e1e1e1;
}
dl.lightboxTopic h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}
/*-------------menu--------------------*/
h4.openMenu {
	width: 30px;
	height: 30px;
	top: 15px;
	right: 15px;
}
#menu {
	right: 15px;
	top: 60px;
}
/*-------------footer--------------------*/
footer {
	background: #D62817;
	color: #fff;
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}
footer h4 {
	width: 213px;
	height: 25px;
	display: block;
	background-image: url(../images/logoFooter.svg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 20px auto;
}
#footLeft {
	margin-bottom: 10px;
}
#footLeft ul li {
	display: inline-block;
	margin-right: 10px;
}
#footLeft ul li:last-child {
	margin-right: 0;
}
}
