body {
	height: 100%;
	width: 100%;
	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;
}
ol, ul {
	list-style: none;
	/* padding: 0;
	margin: 0; */
}
p {
    font-size: 16px;
    line-height: 1.6;
    color: #373737;
}
a {
    color: #ea576e;
	transition:all .5s;
}
a:hover,a:active,a:link,a:visited{
	text-decoration: none; 
}
a:hover {
	color: #46a7a5;	
}
hr {
    border-color: #cbcbcb;
}

#indexVideo{border: 5px solid #ddd;}
.pad{
	background: url('../images/pad.png') center center no-repeat;
	width: 1068px;
	height: 603px;
	margin: auto;
	margin-top: 120px;
	text-align: center;
}
.pad video{
	margin-top: 50px;
	width: 860px;	
}
@media screen and (max-width:1068px){
	#indexVideo{border: 2px solid #ddd;}
	.pad{
		background: none;
		width: 100%;
		height: auto;
		margin-top: 0px;
	}
	.pad video{
		margin-top: 0px;
		width: 100%;	
	}
}



/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
/* ==========================================================================
網站共用項目
========================================================================== */
section {
    padding: 25px 0;
}
section .title h2 {
    font-size: 42px;
    font-weight: 600;
	color: #000;
}
section .title h3 {
	margin-top: 10px;
    font-size: 15px;
    color: #ababab;
	letter-spacing: 3px;
}
section .title p {
    font-size: 17px;
	line-height: 1.6;
    color: #373737;
	text-align: left;
	margin-top: 20px;
}
.title {
	margin: 0 auto 25px auto;
	display: block;
	text-align: center;
}
.ad-banner-b{	
	width:100%;
	margin:20px auto 10px auto;
}
.ad-banner-s{
	display:none;	
	width:100%;
	margin:20px auto 10px auto;
}
/* ==========================================================================
index header
========================================================================== */
header {
	background-attachment: scroll;
	background-image: url('../images/index-bg2.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	/* height: 938px; */
	position: relative;
}
header .DOWN_BTN { 
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 7vh; 
}
.DOWN_BTN  span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 2px solid #FFF;
    border-radius: 100%;
    box-sizing: border-box;
}
a.anchor span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
a.anchor span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 40px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 40px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
header .intro-text {
    padding: 130px 0 200px 0;	
}
.intro-text .brand {
    display: inline-block;
}
.intro-text .brand img.pc {
    display: block;
}
.intro-text .brand img.mobile {
    display: none;
}
.intro-text .brand2 {
	display: inline-block;
	margin-top: -46px;
}
.intro-text .brand2 .embed-responsive {
	border: 5px solid #FFF;
}
.brand h1 {
    text-indent: -999999px;
	margin-top: -88px;	
}
.brand h2 {
	font-size: 22px;
	line-height: 1.4;
	margin: 0 20px 0;
	font-weight: 600;
}
.brand p {
	font-size: 18px;
	line-height: 1.6;
	margin: 10px 20px 0;
}
.brand2 h2 {
	font-size: 36px;
	line-height: 1.2;
	margin: 0;
	font-weight: 700;
	color: #e4007f;
}
.brand2 h2 span {
	font-size: 18px;
}
.brand2 p {
	font-size: 20px;
	line-height: 1.8;
	margin: 10px 0;
	color: #373737;
}
/* ==========================================================================
inside header
========================================================================== */
.insideheader {
	background-attachment: scroll;
	background-image: url(../images/main-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-background-size: 90%;
	-moz-background-size: 90%;
	background-size: 90%;
	-o-background-size: 90%;
	height: 500px;
	background-color: #78b8e5;
}
.insideheader .inside-text {
    padding: 90px 0 200px 0;	
}
/* ==========================================================================
動畫
========================================================================== */
.rotate{
	-webkit-animation: star 4s infinite;
	-o-animation: star 4s infinite;
	-moz-animation: star 4s infinite;
	animation: star 4s linear infinite;
}
@keyframes star{
	0%{transform:rotateZ(0);}
	100%{transform:rotateZ(360deg);}
}
.kvmotion{
	animation: move 2s ease-in-out infinite ;
	-webkit-animation: move 2s ease-in-out infinite;
	-o-animation: move 2s ease-in-out infinite;
	-moz-animation: move 2s ease-in-out infinite;
}
@keyframes move {
	0% { 
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
	50% { 
	-webkit-transform: translateY(10px);
    transform: translateY(10px);
	}
	100%{ 
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
	}
}
/* ==========================================================================
Features 四大特色
========================================================================== */
#feature .feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}
#feature .feature-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
	margin:15px auto 0 auto;
	text-align: center;
}
#feature .linkbtn {
	margin-top: 20px;
}
.feature-icon svg.roundBg {
    fill: #e4007f;
    width: 100%;
}
#feature .feature-content h3 {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
	margin-top: 5px;
}
#feature .feature-content h3 span {
	font-size: 18px;
	line-height: 1.6;
	display: block;
	font-weight: normal;
}
#feature .feature-content h3.ill01 {
	color: #ea576e;
}
#feature .feature-content h3.ill02 {
	color: #fabe00;
}
#feature .feature-content h3.ill03 {
	color: #46a7a5;
}
#feature .feature-content h3.ill04 {
	color: #6bb82d;
}
#feature .feature-content p{
	margin-top: 10px;
	font-size: 15px;
	color: #373737;
}
/* ==========================================================================
video 精彩花絮
========================================================================== */
section#video {
	background-color: #f2f2f2;
}
/* ==========================================================================
國外講者
========================================================================== */
.fh5co-press-item {
    background: #ea576e;
	color: #FFF;
    float: left;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	width: 98%;
}
.fh5co-press-item .fh5co-press-img {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
}
.fh5co-press-item .fh5co-press-text {
    float: left;
    padding: 20px;
}
.fh5co-press-item .fh5co-press-text {
    width: 65%;
}
.fh5co-press-item .fh5co-press-img {
    width: 35%;
}
.fh5co-press-item .fh5co-press-text .fh5co-press-title {
    margin: 10px 0;
    font-weight: bold;
    font-size: 24px;
	line-height: 1.4;
    position: relative;
}
.fh5co-press-item .fh5co-press-text p {
    font-size: 15px;
    color: #FFF;
    line-height: 1.8;
}
.fh5co-press-text a {
	color: #fbfbbe;
}
.fh5co-press-text a:hover {
	color: #F9F99D;
}
.more {
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    line-height: 120%;
    margin: 0;
    padding: 0;
}
.more-info {
	display: none;
}
.unit-title {
	position: relative;
	z-index: 1;
	font-size: 36px;
}
.unit-title:after {
	position: absolute;
	content:'';
	height: 10px;
	width: 55px;
	background-color: #fabe00;
	left: 0;
	top: 15px;
	z-index: -1;	
}
/* ==========================================================================
speaker 國內講者
========================================================================== */
section#speaker1 {
	background-color: #33b9ac;
	position: relative;
}
section#speaker1:before {
	content: '';
	position: absolute;
	top: -230px;
	right: 3%;
	background-image: url(../images/child1.png);
	background-repeat: no-repeat;
	height: 245px;
	width: 200px;
	background-size: contain;
}
section#speaker3:before {
	content: '';
	position: absolute;
	top: -200px;
	left: 5%;
	background-image: url(../images/child2.png);
	background-repeat: no-repeat;
	height: 215px;
	width: 150px;
	background-size: contain;
}
section#speaker2, section#speaker4  {
	background-color: #EFEFEF;
}
section#speaker3 {
	background-color: #fabe00;
	position: relative;
}
section#speaker4  {
	position: relative;
}
section#speaker4:before {
	content: '';
	position: absolute;
	top: -180px;
	right: 5%;
	background-image: url(../images/child3.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 210px;
	background-size: contain;
}
h3.classtitle {
	line-height: 1.4;
	font-size: 24px;
	font-weight: 500;
}
h3.classtitle i {
	transform: rotate(45deg);
    display: inline-block;
}
.person-intro {
	width: 100%;
    display: inline-block;
	position: relative;
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 10px;
}
.person-info h3 {
	color: #373737;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 0;
}
.img-person {
    width: 200px;
    float: left;
    margin: 0 20px 0 0;
}
.img-person-r {
    width: 200px;
    float: right;
    margin: 0 0 0 20px;
}
.person-info h3 {
	color: #33b9ac;
	font-size: 24px;
	font-weight: bold;
}
.person-info h5 {
	color: #626262;
	font-size: 20px;
	font-weight: bold;
}
.person-info p {
	margin-top: 10px;
    margin-bottom: 10px;
	color: #373737;
	font-size: 15px;
	line-height: 1.8;
}
.person-info .more {
	color: #33b9ac;
}
.person-info p a {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ea576e;;
}
.person-info p a:hover {
	color: #33b9ac;;
}
.person-intro span {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    line-height: 1.4;
	font-weight:normal;
	color: #757575;
}
.person-intro span b {
	font-size: 14px;
    color: #FFF;
	font-weight: normal;
	margin-left: 10px;
	padding: 3px 10px;
	background-color: #ea576e;
}
/* ==========================================================================
報名按鈕區塊
========================================================================== */
#calltoaction {
	background-color: #ea576e;
}
/* ==========================================================================
書單區塊
========================================================================== */
.booksGroup .listItem {
	display: block;
}
.booksGroup .listItem li {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.listItem li .book {
	border: 1px solid #e2e2e2;
	padding-top: 10px;
	background-color:#FFF;	
}
.listItem li a:hover .book {
	border: 1px solid #e4007f;	
}
.listItem .book .btn{
	margin-bottom:0;
	border-radius: 0;
}
.booksGroup .listItem li:last-child {
	margin-right: 0;
}
.booksGroup .listItem li .pic {
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	-moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50% 50%;
    height: 187px;
    margin: 0;
	background-color: #FFF;
}
.booksGroup .listItem li .caption h3 {
	font-size: 16px;
	line-height: 1.6;
	color: #010000;
	margin: 0;
	transition: .5s;
	height: 50px;
}
.booksGroup .listItem li .caption a:hover h3 {
	color:#e4007f;	
}
.booksGroup .listItem li .caption {
	padding: 8px;
}
.booksGroup .listItem li .caption p{
	margin-bottom:0;
	color: #33b9ac;
	padding-right: 5px;
}
.booksGroup .listItem li .caption p b{
	font-size: 22px;
	color: #33b9ac;
}
.booksGroup .listItem li .caption p span{
	color: #757575;
	text-decoration:line-through;
	margin-left: 5px;
	display:inline-block;
}
/* ==========================================================================
最新報導區塊 report+video
========================================================================== */
section#report h2.subtitle {
	font-size: 27px;
	line-height: 1.6;
	font-weight: 600;
	color: #ea576e;
}
h2.subtitle i {
	transform: rotate(45deg);
    display: inline-block;
}
section#report .report2 h2.subtitle {
	color: #46a7a5;
}
section#report .report3 h2.subtitle {
	color: #fabe00;
}
#report .blog-post {
    margin: 5px 0 15px 0;
	background-color: #ea576e;
}
#report .report2 .blog-post {
	background-color: #46a7a5;
}
#report .report3 .blog-post {
	background-color: #fabe00;
}
#report .blog-post .ih-item.square {
    border: none;
    box-shadow: none;
}
#report .blog-post .intro {
	padding: 10px;
}
#report .blog-post .intro h2{
	font-size: 19px;
	line-height: 1.4;
	margin-top: 0;
	font-weight: 500;
	padding-left: 10px;
	height: 50px;
	color: #FFF;
}
#report .blog-post .intro h2 a{
	color: #FFF;
}
#report .blog-post .intro h2 a:hover {
	color: #FFFF00;
}
#report .blog-post .intro p {
	font-size: 16px;
	line-height: 1.6;
	color: #626262;
	margin: 0;
}
/* ==========================================================================
timeline 議程的時間表
========================================================================== */
.timeline {
	margin: 20px 0 30px 0;
}
.timeline dl h3 {
	position: relative;
	z-index: 10;
	background-color: #EFEFEF;
	text-align: center;
	line-height: 1.4;
	margin: 0;
}
.timeline dl .annotation {
	position: relative;
	z-index: 10;
	background-color: #EFEFEF;
	color: #626262;
	font-size: 13px;
	text-align: center;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}
.timeline dl .linkbtn {
	display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.timeline dl {
    position: relative;
    top: 0;
    padding: 20px 20px;
    margin: 0;
	background-color: #EFEFEF;
	display: inline-block;
	width: 100%;
}
.timeline dl dt {
    position: relative;
    top: 30px;
    z-index: 10;
    width: 100%;
    padding: 3px 5px;
    margin: 0 auto 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #EF7A8C;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.timeline small {
	color: #;
	font-size: 13px;
	margin-left: 5px;
	color: #8B8B8B;
}
.timeline dl dt p {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 0;
}
.timeline dl dt p span {
	color: #FFF;
	font-size: 17px;
	margin-left: 10px;
}
.timeline dl dd {
    position: relative;
    z-index: 20;
}
.timeline dl dd button {
    position: relative;
    z-index: 25;
}
.timeline dl dd .circ {
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 200;
	width: 22px;
	height: 22px;
	margin-left: -11px;
	background-color: #ea576e;
	border: 4px solid #EF7A8C;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.timeline dl dd .time {
    position: absolute;
    top: 31px;
    left: 40%;
    display: inline-block;
    width: 150px;
    padding: 10px 20px;
    color: #eb5f75;
	font-size: 15px;
	font-weight: bold;
}
.mr {
    display: block;
    margin: 2px 0 2px 60px;
}
.mg {
    display: block;
    margin: 2px 0 2px 40px;
}
.textalign {
	text-align: left;
	width: 300px;
    margin: 0 auto 10px auto;
}
.textalignb {
	text-align: left;
	width: 500px;
    margin: 0 auto 10px auto;
}
.timeline dl dd .eduall {
	position: relative;
	width: 100%;
	background-color: #FFF;
	text-align: center;
}
.timeline dl dd .eduall .events-object {
    margin-right: 10px;
}
.timeline dl dd .eduall .events-object {
	width: 60px;
}
.timeline dl dd .eduall .events-body {
    overflow: hidden;
    zoom: 1;
}
.timeline dl dd .eduall .events-body p {
	font-size: 15px;
	line-height: 1.4;
	color: #626262;
}
.timeline dl dd .eduall .events-body .events-heading {
    margin: 0 0 10px;
    font-size: 18px;
	color: #46a7a5;
	line-height: 1.4;
	font-weight: bold;
}
.timeline dl dd.pos-right .time {
	margin-left: -40px;
    text-align: right;
}
.timeline dl dd.pos-right .eduall {
    float: right;
}
.timeline dl dd.pos-right .events:before {
    left: -12px;
    border-color: transparent #fff transparent transparent;
}
.timeline dl dd.pos-left .time {
    margin-left: 120px;
    text-align: left;
}
.timeline dl dd.pos-left .eduall {
    float: left;
}
/*專場*/
.timeline dl dd .edu {
    position: relative;
    width: 49%;
    margin-top: 31px;
	overflow: hidden;
}
.timeline dl dd.pos-right .edu {
    float: right;
}
.timeline dl dd.pos-left .edu {
    float: left;
}
.timeline dl dd .edu .edu-header ,.timeline dl dd .eduall .edu-header {
    padding: 15px;
	color:#FFF;
	background-color:#46a7a5;
}
.timeline dl dd .edu .edu-title ,.timeline dl dd .eduall .edu-title {    
	text-transform: uppercase;
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
	text-align: center;
}
.timeline dl dd .edu .edu-body, .timeline dl dd .eduall .edu-body {
	padding: 0 15px;
	background-color: #FFF;
}
.timeline dl dd .edu .edu-body .events-heading , .timeline dl dd .eduall .edu-body .events-heading{
    margin: 0 auto 10px auto;
    font-size: 19px;
	color: #46a7a5;
	line-height: 1.4;
	font-weight: 500;
}
.timeline dl dd .edu .edutitle ,.timeline dl dd .eduall .edutitle {
	font-size: 19px;
    color: #373737;
	padding: 5px 0;
	text-align: center;
}
.timeline dl dd .edu .edutime ,.timeline dl dd .eduall .edutime {
	font-size: 16px;
    color: #eb5f75;
	padding: 0 0 10px 0;
}
.timeline dl dd .edu .edutime span ,.timeline dl dd .eduall .edutime span {
	font-size: 17px;
	margin-left: 10px;
	color: #373737;	
}
.timeline dl dd .edu .edu-body p, .timeline dl dd .eduall .edu-body p {
	font-size: 15px;
    line-height: 1.4;
    color: #626262;
}
.timeline dl dd .edu li ,.timeline dl dd .eduall li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbcbcb;
	padding: 15px 0 5px 0;			
}
.timeline dl dd .edu li:last-child ,.timeline dl dd .eduall li:last-child {
	border-bottom: none;		
}
.timeline dl dd .edu .edu-footer ,.timeline dl dd .eduall .edu-footer  {
	padding: 15px;
}

/* ==========================================================================
agenda 議程介紹
========================================================================== */
.agendainfo{
	display: block;
	margin-bottom: 20px;
}
.agendainfo .highlight{
	font-size: 32px;
	line-height: 1.4;
}
.agendainfo h1{
	font-size: 40px;
	line-height: 1.2;
	text-align:center;
}
.agendainfo h2{
	color:#3a3574;
	font-size: 36px;
	line-height: 1.4;
	position: relative;
	font-weight: 600;
}
.agendainfo h2:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 55px;
    background-color: #fabe00;
    left: 0;
    top: 15px;
    z-index: -1;
}
.agendainfo h3{
	font-size: 18px;
	line-height: 1.6;
	margin: 10px 0 5px 0;
}
.agendainfo h4{
	font-size: 18px;
	line-height: 1.4;
}
.agendainfo p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
}
.agendainfo .subtitle{
    background-color: #3a3574;
    margin-right: 10px;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 30px;
}
.signbtn{
	font-size:24px;
	width:30%;
}
.workshopbtn{
	font-size:18px;
}
/* ==========================================================================
signupall
========================================================================== */
#signupall .signupBox {
	margin-top: 70px;
}
#signupall .box {
	padding: 30px;
	background: #EFEFEF;
	text-align: center;
	color: #626262;
	margin-bottom: 20px;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#signupall .box:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}
@media screen and (max-width: 992px) {
	#signupall .box {
		min-height: inherit;
		margin-bottom: 60px;
	}
}
#signupall .box .icon {
	width: 85px;
	height: 85px;
	margin: 0 auto;
	top: 0;
	margin-top: -70px;
	margin-bottom: 30px;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: table;
	text-align: center;
}
#signupall .box .icon > span {
	display: table-cell;
	vertical-align: middle;
}
#signupall .box .icon > span i {
	font-size: 40px;
	color: #fff !important;
	margin: 0;
	padding: 0;
}
#signupall .box .icon.colored-1 {
	background: #ea576e;
}
#signupall .box .icon.colored-2 {
	background: #e86a7e;
}
#signupall .box .icon.colored-3 {
	background: #e67b8c;
}
#signupall .box .icon.colored-4 {
	background: #46a7a5;
}
#signupall .box .icon.colored-5 {
	background: #4eb9b6;
}
#signupall .box .icon.colored-6 {
	background: #54c9c6;
}
#signupall .box .step-number {
	font-size: 16px;
	display: block;
	color: #d1d1d1;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
#signupall .box h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.4;
	color: #373737;
}
#signupall .box p {
	margin: 0 0 10px 0;
	color: #626262;
	text-align: left;
}
#signupall a:hover .box h3 {
	color: #3a3574;
}
#signupall .box p i {
	margin-right: 3px;
	color: #46a7a5;
}
#notic {
	background-color: #fdfde2;
	padding: 50px 0;
	margin-top: -50px;
}
.signBox {
	background-color: #EFEFEF;
	padding: 10px;
    margin: 0 10px;
}
.noticBox {
	background-color: #fdfde2;
	padding: 15px;
}
.noticBox h2 {
	font-size: 21px;
	color: #46a7a5;
	font-weight: 500;
}
.noticBox ul {
	font-size: 15px;
	line-height: 1.4;
	color: #626262;
	margin-left: 25px;
}
.noticBox ul li {
	padding: 5px 0;
	list-style-type: disc !important;
}
.map {
	padding: 0.5em 0;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.map iframe {
	width: 100%;
	height: 140px;
	margin: 0 auto;
	border: none;
}
/* ==========================================================================
sponsorArea
========================================================================== */
section#sponsorArea {
    background-color: #33b9ac;
	position: relative;
}
section#sponsorArea:before {
    content: '';
    position: absolute;
    top: -230px;
    right: 3%;
    background-image: url(../images/child1.png);
    background-repeat: no-repeat;
    height: 245px;
    width: 200px;
    background-size: contain;
}
.sponsor{
	background-color: #fff;
	padding: 10px 15px;
	margin-bottom: 10px;
}
#sponsorArea .title h2 {
	color: #FFF;
}

#sponsorArea .title h3 {
    color: #cecece;
}
#sponsorArea .title p {
    color: #FFF;
}
.sponsor img{
    margin: 10px auto;
    display: block;
	width: 150px;
}
.sponsor a{
	color: #333;
}
.sponsor h3{ 
	font-weight: 600;
	margin: 35px 0;
	text-align: center;
	color:#ea576e;
}
.sponsor  p {
	color: #626262;
	height: 245px;
}
.fixedH{
	height: 200px;
}
/* ==========================================================================
giftArea
========================================================================== */
.gift{
	padding: 0 10px;
}
.gift img.color1{
    border: solid 8px #ea576e;
}
.gift img.color2{
    border: solid 8px #46a7a5;
}
.gift img.color3{
    border: solid 8px #fabe00;
}
.gift a{
	color: #333;
}
.gift h3{
	font-size: 18px;
	text-align: center;
	margin: 15px 0 20px 0;
	line-height: 1.4;
	color: #626262;
}
/* ==========================================================================
portfolio-modal
========================================================================== */
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 20px;
}
.portfolio-modal .modal-content img {
    margin-bottom: 20px;
}
.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
/* ==========================================================================
social-icons nav分享
========================================================================== */
.social-icons {
	float: left;
	margin-top:15px;
}
.social-icons ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}  
.social-icons li {
   display: inline-block;
}
.social-icons a {
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	padding: 0 5px;
}
.social-icons  a:hover {
   background-color: $white_color;
   color: $primary_color;
}
/* ==========================================================================
報名表格
========================================================================== */
.page4_list{
	margin: 0 auto;
	padding-top:20px;
}
.page4_list .list1,.page4_list .list2,.page4_list .list3,.page4_list .list4,.page4_list .list5 ,.page4_list .list6{
	padding: 20px 10px;
	font-style: 17px;
	color: #FFF;
}
.page4_list .list{
	padding: 0;
	height: 54px;
	text-align: center;
	color: #626262;
	margin-bottom: 1px;
	background-color: #e0e0e0;
}
.page4_list .btn{
	margin: 25px 0;
}
.page4_list .list1{	
	background: #ea576e;
}
.page4_list .list2 {
	background-color: #fabe00;
}
.page4_list .list3{	
	background-color: #46a7a5;
}
.page4_list .list4 {
	background-color: #6bb82d;
}
.page4_list .list5 {
	background-color: #f78f26;
}
.page4_list .list5 .linktext {
	color: #fff389;
	display: block;
	margin-top: -15px;
	font-size: 16px;
	font-weight: 600;
}
.page4_list .list6 {
	background-color: #b9aa98;
}
.page4_list .list h3{
	font-size: 19px;
	line-height: 21px;
	display: block;
	font-weight: 600;
}
.page4_list h4{
	font-size: 24px;
	color: #FFF;
	font-weight: 600;
	text-align: center;
}
.page4_list h4 span{
	font-size: 17px;
	margin-top: 10px;
	display: block;
	font-weight: normal;
	line-height: 1.4;
}
.page4_list p{
	font-size: 17px;
	color: #FFF;
}
.page4_list p i{
	margin-right: 5px;
}
.page4_list p span{
	font-size: 30px;
}
/* ==========================================================================
footer區
========================================================================== */
footer {
	padding: 25px 0 0 ;
	text-align: center;
	background: #ECE9E6;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #e2e2e2, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #e2e2e2, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	display: inline-block;
	width: 100%;
}
footer p {
	font-size:13px;
	color:#FFF;
	line-height: 1.6;
}
.footer-bottom {
	padding: 20px 5px 10px 5px;
	background-color: #000;
	color:#FFF;
}
.sponsorBox { 
	position:relative;
	align-items:center;
	flex-wrap:wrap;
	margin: 0 auto;
	display: inline-block;
}
.sponsorBox img { 
	width:auto;
	height:50px;
}
.sponsorBox .logoSM img { 
	height:65px !important;
}
.sponsorBox .logoM img { 
	height:80px;
}
.sponsorBox .free img { 
	height:50px;
}
.sponsorBox dl { 
	vertical-align:middle;
	text-align:left;
}
.sponsorBox dl:nth-child(1),
.sponsorBox dl:nth-child(2),
.sponsorBox dl:nth-child(3) { 
	display:block;
	width:100%;
	margin-bottom:10px;
}
.sponsorBox dl:nth-child(4) { 
	margin-bottom:25px;
}
.sponsorBox dt {
	display:inline-block; 
	vertical-align:middle;
	width:85px;
}
.sponsorBox dd { 
	display:inline-block;
	vertical-align:middle;
	margin: 0 10px;
}
.sponsorBox dd:last-child { 
	margin-right:0 !important;
}
/* ==========================================================================
back-top
========================================================================== */
#back-top {
	position: fixed;
	bottom: 110px;
	right: 18px;
	z-index: 100;
}
#back-top a {
	width: 70px;
	height:70px;
	display: block;
	text-align: center;
	background-image: url(../images/backtop.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;transition: 1s;
}
#back-top a:hover {opacity:0.7;}
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-image: url(../images/top-arrow.html);
	background-repeat: no-repeat;
	background-position: center center;
}
#ordericon {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 100;
	-moz-transition: right 0.3s ease;
  	-o-transition: right 0.3s ease;
  	-webkit-transition: right 0.3s ease;
  	transition: right 0.3s ease;
}
#ordericon a {
	width: 75px;
	height: 75px;
	display: block;
	text-align: center;
	background-image: url(../images/ordericon.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;transition: 1s;
}
#ordericon a:hover {
	opacity:0.7;
}
.bg-grey {
	background-color: #EFEFEF;	
}
.bg-black {
	background-color: #000;	
}
/* ==========================================================================
video video carousel
========================================================================== */
section#report.bg-black .title h2 {
    color: #FFF;
}
.video {
	background-color: #000;
	padding: 0;
}
.videolist-container {
	margin: 25px 3% 10px 3%;
	padding-bottom: 10px;
}
.videoGroup .videolist .video {
    display: block;
    float: inherit;
    text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.videoGroup .videolist .video img{
	height: 140px;
}
.videoGroup .videolist .videoInfor{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    width: 100%;
}
.videoGroup .videolist .videoInfor .title{
    font-size: 17px;
    color: #FFF;
	margin: 10px 0;
	text-align: left;
}
.videoGroup .videolist .videoInfor .title span{
	font-size: 15px;
	color: #FFEC66;
	display: block;
}
a:hover .videolist .videoInfor .title {
    color: #e4007f;
}