/* ==========================================================================
主要設定
========================================================================== */
img { max-width: 100%; height: auto;}
p { font-size: 17px; line-height: 1.6; letter-spacing: .6px; }
a { color: inherit; transition: .5s;}
a:hover,a:active,a:link,a:visited{text-decoration: none; outline: none;color: inherit; }
.text-big { font-size: 130%;}
hr { border-color: #cbcbcb;}
section { padding:100px 0;}
h1, h2, h3, h4, h5{margin-bottom: 6px;margin-top: 6px;line-height: 1.4em;letter-spacing: .8px;}
h1{font-size: 32px;letter-spacing: 1px;margin-top: 0px;}
h2{font-size: 28px;}
h3{font-size: 24px;}
h4{font-size: 20px; font-weight: normal;}
h5{font-size: 18px; font-weight: normal;}
p {font-size: 17px;line-height: 1.6;}

.gift p{
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #0d328a;
}
/* 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;
    }
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 11;
}
section {
    padding: 80px 0;
}
/* ==========================================================================
.pageheader 分區標題
========================================================================== */
.pageheader {
    margin: 0 0 10px 0;
}
.pageheader h2 {
    font-size: 50px;
    font-weight: 200;
    line-height: 1.175;
    letter-spacing: 0.075em;
	color: #0a3189;
}
.pageheader h2 span {
	display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
	color: #37afa3;
	margin-left: 5px;
}
.pageheader h3 {
    text-align: center;
	font-size: 40px;
	line-height:1.2;
	font-weight: 400;
	margin-top: -20px;
	margin-bottom: 20px;
}
.pageheader h4 {
    font-size: 36px;
    text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}
.pageheader p {
	font-size: 17px;
    margin-top: 15px;
	color: #626262;
}
.sectionTitle {
	margin-bottom: 35px;
}
.sectionTitle h2 {
	font-size: 36px;
	font-weight: 600;
	margin: 10px 0 20px 0;
}
.sectionTitle p {
	font-size: 22px;
	margin: 10px 0 ;
}
section h2.subtitle {
    font-size: 32px;
    line-height: 1.2;;
    color: #373737;
	font-weight: 400;
	/* border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #19318f; */
	/* padding-left: 15px; */
	margin-bottom:  15px;
}
/* ==========================================================================
.header 首頁header
========================================================================== */
header {
	color: #fff;
	/* background-color: #0d328a; */
	background: #14116e; 
	background: -moz-linear-gradient(-45deg,  #14116e 40%, #0052a5 100%);
	background: -webkit-linear-gradient(-45deg,  #14116e 40%,#0052a5 100%);
	background: linear-gradient(135deg,  #14116e 40%,#0052a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14116e', endColorstr='#0052a5',GradientType=1 ); 
	position: relative;
    overflow: hidden;
	height: 750px;
}
header:before {
    content: '';
    position: absolute;
    background: url('../images/header-ill-left.png') no-repeat;
    top: 0px;
    left: -50px;
    z-index: 2;
    width: 1920px;
    height: 750px;
    background-size: contain;
}

header .brand .bounceIn img{
	display: inline-block;
	vertical-align: top;
}
.kv-img{
	margin-top: 15px;
	float: right;
}
.kv-time{
	float: right;
}


header .brand {
	margin-top:17%;
	position: relative;
	z-index: 3;
}
header .brand h2 {
	font-size: 65px;
	padding-left: 20px;
}
header .brand .btn-more {
	margin-left: 20px;
	font-weight: 600;
	border-radius: 10px;
}
.brand .btn-more {
	font-size: 26px;
	color: #0d328a;
	background-color: #fff;
	box-shadow: 5px 3px 5px 2px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 3px 5px 5px 2px rgba(0,0,0, 0.2);
	-moz-box-shadow: 5px 3px 5px 2px rgba(0,0,0, 0.2);
	-o-box-shadow: 5px 3px 5px 2px rgba(0,0,0, 0.2);
}
.brand .btn-more:hover, .brand .btn-more:focus, .brand .btn-more:active, .brand .btn-more.active, .open > .dropdown-toggle.brand .btn-more {
	background-color: #3cccbe;
	color: #fff;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0, .3);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0, .3);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0, .3);
	-o-box-shadow: 5px 5px 5px 0px rgba(0,0,0, .3);
}
.btn-gray{
	background-color: #aaa;

}
.btn-gray:hover{
	background-color: #aaa;
	cursor: auto;
}
/*
header .brand img {
	margin:0 auto;
	text-align: center;
}
*/
/* ==========================================================================
inside header
========================================================================== */
.insideheader {
	height: auto;
    padding-bottom: 50px;
}
header.insideheader:before {
    top: -150px;
    left: -20px;
}

header.insideheader .brand {
	margin-top: 120px;
}

header.insideheader .brand .bounceIn img{
	width: 80%;
}
header.insideheader .brand2 .bounceIn img{
	width: 100%;
}
header.insideheader .brand .bounceIn .kv-img{
	margin-top: 0;
}
/* ==========================================================================
.about 
========================================================================== */
#about .essay {
    margin-bottom: 30px;
    text-align: justify;
	font-weight: normal;
}
#about .essay h3 {
    font-size: 30px;
	font-weight: 500;
}
#about .essay h4 {
    font-size: 22px;
	line-height: 1.5;
	font-weight: 500;
}
#about .essay p {
    margin-bottom: 5px;
    font-size: 18px;
}
#about .essay p span {
	font-family: Arial, '微軟正黑體','新細明體', sans-serif;
}
/* ==========================================================================
.Feature
========================================================================== */
#features {
	background: #14116e; 
	background: -moz-linear-gradient(-45deg,  #14116e 40%, #0052a5 100%); 
	background: -webkit-linear-gradient(-45deg,  #14116e 40%,#0052a5 100%);
	background: linear-gradient(135deg,  #14116e 40%,#0052a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14116e', endColorstr='#0052a5',GradientType=1 ); 
	position: relative;
	overflow: hidden;
}
#features .pageheader h3 {
	color: #FFF;
}
#features .pageheader h4{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

#features:before{
	content: '';
	width: 1258px;
	height: 800px;
	display: inline-block;
	background: url('../images/ill01.png') no-repeat;
	position: absolute;
	top:-30px;
	left: 0;
}
#features:after{
	content: '';
	width: 361px;
	height: 194px;
	display: inline-block;
	background: url('../images/ill02.png') no-repeat;
	position: absolute;
	bottom:0px;
	right: 0;
}
.featureWrap {	
	width: 85%;
	margin: 0 auto;
}
.featureWrap .linkbtn {
	margin-top:  50px;
}
.featureItem {
	margin: 10px 0;
}
.featureItem .icon {
	background-color: #FFF;
    width: 180px;
    height: 180px;
	border-radius: 50%;
	vertical-align: middle;
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border: 5px solid #0050a4;
}
.featureItem .icon span {
	display: block;
	color: #59bab0;
    font-weight: 400;
}
.featureItem .icon b{
	color: #0a3189;
	font-size: 20px;
}
.featureItem .icon b:nth-child(1){
	font-size: 26px;
}
.featureItem .caption{
	width: 75%;
	margin: 0 auto;
}
.featureItem .caption h3 {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 500;
    margin: 10px 0 5px 0;
    color: #373737;
	text-align: center;
}
.featureItem .caption p {
    font-size: 16px;
    line-height: 1.6;
    color: #838383;
}
.btn-blue{
	background-color: #37afa3;
	margin: 0 5px;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open > .dropdown-toggle.btn-blue{
	background-color: #3cccbe;
}
/* ==========================================================================
speaker
========================================================================== */
#speaker .pageheader h3 {
	color: #FFF;
}
.speakerItem {
	margin: 10px 0 25px 0;
}
.speakerItem .pic {
    width: 150px;
    height: 150px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;	
}
.speakerItem .pic img {
	transition: all 0.6s;
}
a:hover .speakerItem .pic img {
	transform: scale(1.2);
}
.speakerItem .pic span {
	 display: block;
}
.speakerItem .caption{
	margin: 10px auto 10px auto;
	text-align: center;
	min-height: 55px;
}
.speakerItem .caption h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin: 10px 0 0px 0;
    color: #373737;
	text-align: center;
}
.speakerItem .caption h3 span {
	display: block;
	font-weight: normal;
    font-size: 17px;
	margin: 5px 0 5px;
	color: #373737;
}
.speakerItem .caption h3.season {
    font-size: 19px;
}
.speakerItem .caption p {
    font-size: 16px;
    line-height: 1.4;
	color: #757575;
	margin-bottom: 2px;
	margin-top: 5px;
}
.speakerItem.overheight .caption h3 {
	height: 60px;
}
.speakerItem.overheight .caption p {
	height: 73px;
}

.speakerItem.overheight2 .caption h3 {
	height: 60px;
}
.speakerItem.overheight2 .caption p {
	height: 46px;
}


.speakerItem .caption small {
	display: block;
	font-size: 14px;
	color: #37afa3;
	margin-bottom: 10px;
}
.speakerItem .btn {
	width: 70%;
	margin: 0 auto;
	font-size: 17px;
	background-color: #09388f;
	border-radius: 5px;
	padding: 10px 0;
}
.speakerItem .btn:hover{
	background-color:#0e44a8;
}
.speakerItem .btn-href {
	width: 48%;
	font-size: 17px;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 0;
}
.speakerItem .btn-third {
	width: 32%;
	font-size: 14px;
	display: inline-block;
	margin: 0 auto;
	padding: 12px 0;
}
/* ==========================================================================
.shopping 電商商品
========================================================================== */
.shoppingItem {
	background-color: #FFF;
	margin-bottom: 10px;
	border: 1px solid #f5f5f5;
}
.shoppingItem .pic small {
    font-size: 16px;
	margin-left: 2px;
}
.shoppingItem .pic {
	padding: 10px;
	position: relative;
}
.shoppingItem .pic img {
	width: 100%;
}
.shoppingItem .pricebox {
	position: relative;
}
.shoppingItem .pricebox:after {
	content: "\e90b";
	font-family: 'icomoon';
	font-size: 21px;
    position: absolute;
    right: 8px;
    bottom: 8px;
	color: #0d328a;
}
.shoppingItem .pricebox p{
	margin-bottom:0;
	color: #ffff00;
	font-size: 16px;
}
.shoppingItem .pricebox p span{
	color: #aaa;
	text-decoration:line-through;
	margin-left: 5px;
	display:inline-block;
}
.bg_gray .shoppingItem .caption {
	background-color:#ededed;
}
.shoppingItem .caption {
	padding: 5px 10px;
	background-color:#f5f5f5;
}
.shoppingItem .caption h5 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	color: #373737;
	margin-bottom: 5px;
	height: 52px;
	overflow: hidden;
}
.shoppingItem .caption p{
	margin-bottom:0;
	color: #de4091;
}
.shoppingItem .caption p b{
	font-size: 24px;
	font-weight: 600;
}
.pad20{
	margin-bottom: 15px;
}
.books-tab {
	/* text-align: center; */
	margin-bottom: 25px;
}
.books-tab a{
	text-align: center;
	display: inline-block;
	width: 15%;
	height: 50px;
	font-size: 18px;
	background-color: #09388f;
	color: #fff;
	line-height: 50px;
	border-radius: 5px;
	margin: 1%;
	transition: none;
}
.books-tab a:hover{
	background-color: #0e44a8;
}
.bookbox h3{
	padding-top: 20px;
	padding-bottom: 15px;
}
/* ==========================================================================
video carousel
========================================================================== */
.videoWrap {
	background-color: #f5f5f5;
	padding: 0;
	/* margin-bottom: 60px; */
}
.videolist-container {
	margin: 15px 15px 10px 15px;
	padding-bottom: 10px;
}
.videoGroup .videolist .video {
    display: block;
    float: inherit;
    text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.videoGroup .videolist .videoInfor{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.videoGroup .videolist .videoInfor .title{
    font-size: 19px;
	line-height: 1.4;
    color: #373737;
	margin: 10px 0;
	text-align: left;
}
.videoGroup .videolist .videoInfor .title span{
	font-size: 15px;
	color: #dd4091;
	display: block;
	margin-bottom: 5px;
}
a:hover .videolist .videoInfor .title {
    color: #e4007f;
}
.livebtn {
	margin-top: 25px;
	margin-bottom: 50px;
	background-color: #0d328a;
	padding: 20px 20px;
	color: #FFF;
	display: inline-block;
}
a:hover .livebtn {
	background-color: #0F399F;
}
.livebtn b {
	font-size: 27px;
}
#___ytsubscribe_0 {
	vertical-align: middle !important;
}
section#video-live{
	background-color: rgb(223, 223, 223);
	color: #FFF;
}
/*
#video-live:before {
	content:'';
	position: absolute;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	z-index:1;
}
*/
.live h2 {
	font-size: 30px;
	margin: 20px 0 10px;
	position: relative;
	z-index: 2;
	font-weight: 400;
}
.live img {
	width: 200px;
	position: relative;
	z-index: 2;
}
/* ==========================================================================
.mainCarousel 
========================================================================== */
.owl-dots button:focus, .owl-dots > .active, .owl-nav button:focus, .owl-nav > .active{
	outline: none;
	border: none;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    padding: 10px 0;
}
#video-owl .owl-nav {
	width: 100%;
	top: 35%;
	position: absolute;
}
#video-owl .owl-nav button {
	background: #000;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.3;
	color: #FFF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	border: #000;
	margin: 0;
}
#video-owl .owl-nav button:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 0.5;
	text-decoration: none;
	outline: none;
}
#video-owl .owl-nav button span {
	font-size: 24px;
	line-height: 40px;
}
#video-owl .owl-nav button.owl-next {
	right: -35px;
	position: absolute;
}
#video-owl .owl-nav button.owl-prev {
	left: -35px;
	position: absolute;
}
#video-owl .owl-dot span {
    background: #dadada;
}
#video-owl .owl-dot.active span, #video-owl .owl-dot:hover span {
    background: #5683b3;
}
/* ==========================================================================
.video-record
========================================================================== */
/* #video-record{
	background: linear-gradient(45deg, #4FB2C9 0%, #DD4091 100%); 
	background: -moz-linear-gradient(45deg, #4FB2C9 0%, #DD4091 100%); 
	background: -webkit-linear-gradient(45deg, #4FB2C9 0%, #DD4091 100%); 
	background: -o-linear-gradient(45deg, #4FB2C9 0%, #DD4091 100%); 
} */
#video-record h2.subtitle {
    color: #FFF;
	border-left-color: #FFF;
}

.sponsorArea#features:before{
	background: url('../images/ill01-sm.png') no-repeat;
}
.videoItem {
    margin: 5px 0;
    box-sizing: border-box;
}
.videoItem .pic {
    overflow: hidden;
	position: relative;
}
.videoItem .pic:before {
	content: "\e911";
	font-family: 'icomoon';
	top: 35%;
	left: 50%;
	margin-left: -18px;
	position: absolute;
	font-size: 42px;
	z-index: 3;	
	color: #0d328a;
	opacity: 0.7;
}
.videoItem .pic:after {
	content: '';
	position: absolute;
	background-color: #000;
	top: 0;
	left: 0;
	z-index: 2;	
	width: 100%;
	height: 100%;
	opacity: 0.1;
	transition: all 0.6s;
}
.videoItem .pic img{
	cursor: pointer;
	transition: all 0.6s;
}
.videoItem .caption h2 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	margin: 10px 0 5px;
	color: #FFF;
}
.videoItem .caption p {
	font-size: 16px;
	line-height: 1.6;
	color: #838383;
}
a:hover .videoItem .pic img {
	transform: scale(1.2);
}
a:hover .videoItem .pic:after {
	opacity: 0;
}
a:hover .videoItem .pic:before {
	opacity: 1;
}
a:hover .videoItem .caption h2 {
	opacity: 0.8;
}
#video-review {
	background-color: #f5f5f5;
}
#video-review .videoItem .pic:before {
	color: #101c77;
}
#video-review .videoItem .caption h2 {
	color: #373737;
}
#video-review{
	padding: 40px 0;
}
/* ==========================================================================
agenda
========================================================================== */
/*
#taipei{
	margin-top: 30px;
}
*/
#newtaipei, #taipei, #taoyuan, #taichung, #a927{
	margin-top: 5px;
}


.agendainfo{
	display: block;
	margin: 10px 0 10px;
}
.agendainfo .highlight{
	font-size: 26px;
	line-height: 1.4;
}

.agendainfo h2{
	font-size: 32px;
	line-height: 1.2;
	border-bottom: 1px solid #373737;
    color: #373737;
    font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 6px;
	margin-top: 50px;
}
.agendainfo.form h2 {
    color: #dd4091;
    border-left-style: solid;
    border-left-color: #dd4091;
    padding-left: 15px;
    margin-bottom: 15px;
}
.agendainfo h3{
	font-size: 26px;
	line-height: 1.6;
	margin: 10px 25px 5px 0;
	font-weight: 500;
}
.agendainfo h3.inline{
	display: inline-block;
}
.agendainfo h3 span{
	font-size: 18px;
	line-height: 1.4;
}

.agendainfo h3 a{
	font-size: 18px;
	color: #0e5db3;
	
	margin-right: 15px;
}
.agendainfo h3 a img{
	width: 25px;
	vertical-align: -5px;
}
.agendainfo h3 a:hover{
    border-bottom: none;
}
.agendainfo h3 i{
	font-size: 22px;
	margin-right: 5px;
	color: #0052a5;
}
.agendainfo h4{
	font-size: 18px;
	line-height: 1.4;
}
.agendainfo p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
}
.agendainfo small{
	display: block;
	text-align: center;
}
.list p i{
	font-size: 20px;
}
.agendainfo .subtitle{
    background: linear-gradient(45deg, #14116e 40%,#0052a5 100%); 
	background: -moz-linear-gradient(45deg, #14116e 40%,#0052a5 100%); 
	background: -webkit-linear-gradient(45deg, #14116e 40%,#0052a5 100%); 
	background: -o-linear-gradient(45deg, #14116e 40%,#0052a5 100%);
    margin-right: 10px;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 30px;
}
.filter button {
	padding:  10px 50px;
	font-size: 21px;
	margin-bottom: 10px;
}

/* ==========================================================================
.noticBox
========================================================================== */
#notic {
	background-color: #fdfde2;
	padding: 50px 0;
	margin-top: -50px;
}
#notic .noticBox {
	background-color: transparent;
}
.noticBox {
	background-color: #fffad3;
	padding: 15px;
	margin-top: 10px;
}
.noticBox h2 {
	font-size: 19px;
	color: #373737;
	font-weight: 500;
	margin-left: 8px;
	font-weight: bold;
}
.noticBox h3 {
	font-size: 27px;
	color: #dd4091;
	font-weight: 600;
}
.noticBox ul {
	font-size: 15px;
	line-height: 1.4;
	color: #373737;
	margin-left: 25px;
}
.noticBox p {
	font-size: 15px;
	line-height: 1.4;
	color: #373737;
	margin-left: 10px;
}
.noticBox hr {
	border-color: #e2e2ce;
}
.noticBox ul li {
	padding: 5px 0;
	list-style-type: decimal;
}
.noticBox .linkbtn {
	margin-top:  20px;
}
/* ==========================================================================
.signup_list
========================================================================== */
.signup_list{
	display: inline-block;
    width: 100%;
}
.signup_list .list{
	padding: 20px 0;
	font-size: 17px;
	color: #FFF;
	margin: 15px 0;
}
.signup_list .title{
	margin: 0;
	height: 50px;
	text-align: center;
	color: #373737;
	margin-bottom: 1px;
	background-color: #ececec;
}
.signup_list .title h3{
	font-size: 19px;
	line-height: 40px;
	display: block;
	font-weight: 500;
}
.signup_list .btn.sharp{
	border-radius: 5px;
	padding: 10px 25px;
	font-size: 16px;
	letter-spacing: 0;
}
.signup_list .btn-yellow{
	background-color: #31c7b8;
	color: #fff;
	box-shadow: 3px 3px 10px 0px rgba(20, 17, 110, .3);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(20, 17, 110, .3);
    -moz-box-shadow: 3px 3px 10px 0px rgba(20, 17, 110, .3);
	-o-box-shadow: 3px 3px 10px 0px rgba(20, 17, 110, .3);
	transition: .2s;
}
.signup_list .btn-yellow:hover{
	transition: .2s;
	background-color: #f3d420;
	box-shadow: 3px 3px 5px 0px rgba(20, 17, 110, .5);
    -webkit-box-shadow: 3px 3px 5px 0px rgba(20, 17, 110, .5);
    -moz-box-shadow: 3px 3px 5px 0px rgba(20, 17, 110, .5);
    -o-box-shadow: 3px 3px 5px 0px rgba(20, 17, 110, .5);
}
.signup_list .btn-white{
	color: #0c2c85;
}
.signup_list .btn-yellow a,
.btn.sharp a{
	font-size: 18px;
}
.signup_list .btn{
	margin: 15px 0;
}
.list_forum{
	background: #0e2881;
	background: -moz-linear-gradient(-45deg,  #0052a5 0%, #0e2881 100%);
	background: -webkit-linear-gradient(-45deg,  #0052a5 0%, #0e2881 100%); 
	background: linear-gradient(135deg,  #0052a5 0%, #0e2881 100%); 
}
.list_workshop{
	background: #13749f; 
	background: -moz-linear-gradient(-45deg,  #13869f 0%,#0c718e 99%); 
	background: -webkit-linear-gradient(-45deg,  #13869f 0%,#0c718e 99%); 
	background: linear-gradient(135deg, #13869f 0%,#0c718e 99%);
}
.list_workshop h4 b{
	background-color: #065b70;
	color: #fff;
	border-radius: 50px;
	padding: 2px 10px;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

#taoyuan .signup_list .list1{
	background-color: #8c3b8e;
}
#taichung .signup_list .list1{
	background-color: #8c3b8e;
}


.signup_list h4{
	font-size: 27px;
	color: #FFF;
	font-weight: 600;
	text-align: center;
}
.signup_list h4 span{
	font-size: 17px;
	margin-top: 3px;
	display: block;
	font-weight: normal;
	line-height: 1.4;
}
.signup_list h4 small{
	font-size: 15px;
	color: #ff0;
}
.signup_list p{
	font-size: 17px;
	color: #FFF;
}
.align-center{
	margin-top: 15px;
}
.signup_list p i{
	margin-right: 3px;
}
.signup_list p span{
	font-size: 28px;
}
/* ==========================================================================
timeline
========================================================================== */
.portfolioModal-forum a.btn-blue{
	color: #fff;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 12px 22px;
}
/* .portfolioModal-forum a:nth-child(1){
	margin-left: 15px;
} */

.timeline {
	margin: 10px 0 20px 0 ;
}
.timeline.col-md-6 {
    height: 750px;
}
.fixedHeight.timeline.col-md-6 {
    height: 840px;
}
.timeline.col-md-4 {
    height: 370px;
}
.timeline dl h3 {
	position: relative;
	z-index: 10;
	background-color: #EFEFEF;
	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;
    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 {
	font-size: 13px;
	margin-left: 5px;
	color: #8B8B8B;
	/* display: block; */
}
.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 62px;
}
.mg {
    display: block;
    margin: 2px 0 2px 46px;
}
.mn {
    display: block;
    margin: 2px 0 2px 56px;
}
.textalignb {
	text-align: left;
	width: 500px;
    margin: 0 auto 10px auto;
}
.timeline dl dd .eduall {
	position: relative;
	width: 100%;
	background-color: #FFF;
}
.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;
}
.edu-body h5 {
	font-size: 18px;
	line-height: 1.4;
	color: #373737;
}
.edu-body h5 small {
	font-size: 15px;
}
.timeline dl dd .eduall .edu-header {
    padding: 15px;
	color:#FFF;
	background-color:#09388f;
}
.timeline dl dd .eduall .edu-title {    
	text-transform: uppercase;
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
	text-align: center;
}
.timeline dl dd .eduall .edu-body {
	padding: 0 15px 10px 15px;
	background-color: #FFF;
}
.timeline dl dd .eduall .edu-body .events-heading{
    margin: 0 auto 10px auto;
    font-size: 20px;
	color: #0d328a;
	line-height: 1.4;
	font-weight: 500;
}
.timeline dl dd .eduall .edu-body .topline{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eeeeee;
}
.timeline dl dd .eduall .edutitle {
	font-size: 17px;
    color: #373737;
	padding: 5px 0;
	text-align: center;
}
.timeline dl dd .eduall .edutime{
	font-size: 16px;
    color: #dd4091;
	font-weight: bold;

}
.timeline dl dd .eduall .edutime p.edutime-txt{
	font-size: 16px;
    color: #dd4091;
	font-weight: bold;
	display: inline-block;
	width: 120px;
	margin-top:3px; 
}
.timeline dl dd .eduall .edutime i{
	font-weight: bold;
}
.timeline dl dd .eduall .edutime span {
	font-size: 19px;
	margin-top: 0px;
	margin-left: 6px;
	color: #114197;
	display:inline-block;
	width: calc(100% - 140px);
	vertical-align: top;
	font-weight: bold;
	
}
.timeline dl dd .eduall .edutime i {
	margin-right: 5px;
}
.timeline dl dd .eduall .edu-body p {
	font-size: 15px;
    line-height: 1.4;
    color: #373737;
	margin-bottom: 5px;
}
.timeline dl dd .eduall li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding: 15px 0 15px 0;			
}
.timeline dl dd .eduall li:last-child {
	border-bottom: none;		
}
.timeline dl dd .eduall .edu-footer  {
	padding: 15px;
}

.timeline dl dd .eduall .edu-body p{
	display: inline-block;
}
.edutime-info-title{
	width: 65px;
}
.edutime-info-txt{
	display: inline-block;
	width: calc(100% - 80px);
	vertical-align: top;
}
/* ==========================================================================
.signBox
========================================================================== */
.signBox {
    background-color: #f5f5f5;
    padding: 10px;
    margin: 0 10px;
}
.map {
    padding: 0.5em 0;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}
.map iframe {
    width: 100%;
    height: 140px;
    margin: 0 auto;
    border: none;
}
/* modal popup */
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
/*	border-radius: 10px;*/
}
.modal-header {
    padding: 20px 20px 5px 20px ;
    border-bottom: none;
	position: relative;
}
.modal-body {
    padding: 5px 20px;
}
.modal-header .close {
	position: absolute;
	right: 20px;
	top: 20px;
    font-size: 48px;
    font-weight: normal;
    line-height: 1;
}
.modal-header img {
	width: 80px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.modal-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #373737;
	margin: 0;
}
.modal-title {
    line-height: 1.4;
	font-size: 32px;
    text-align: center;
    max-width: 420px;
    margin: 10px auto 0 auto;
	width: 100%;
	font-weight: 600;
}
.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
	background-color: #e5e5e5;
}
.modal-footer a {
	color:#e4007f;
}
/* ç¸£å¸‚è£œåŠ©å…§å®¹ */
.modal-title {
	line-height: 1.4;
	font-size: 32px;
	text-align: center;
	max-width: 600px;
	margin: 0 auto 0 auto;
	width: 100%;
	font-weight: 600;
	color: #0d328a;
}
.gameBox {
	display: inline-block;
	width: 100%;
	padding: 20px 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.gameBox a{
	color: #37afa3;
}
.gameBox .q_title {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
}
.gameBox dl {
	margin: 0 auto;
	letter-spacing: 0.1em;
}
.gameBox dl dt {
	color: #373737;
	font-size: 22px;
	line-height: 1.4;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0d328a;
	margin: 5px 0;
}
.gameBox dl dd {
	font-size: 17px;
	line-height: 1.6;
	padding: 0 0 15px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
}
.gameBox dl dd span {
	background-color: #000;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 20px;
	display: inline-block;
	font-size: 15px;
	margin-top: 10px;
	max-width: 200px;
}
.gameBox dl dd + dd {
	padding-top: 10px;
}
.gameBox dl dd:last-child {
	border: none;
}
.gameBox ol {
	margin: 0px 0 5px 20px;
}
.gameBox ol li {
	font-size: 16px;
	line-height: 1.6;
	padding: 3px 0;
	list-style-type: decimal;
}
.gameBox ol li a{
	text-decoration: underline;
}
.gameBox ol li a:hover{
	color: #fe8383;
	text-decoration: none;
	font-weight: bold;
}
.gameBox ol li i{
	color: #fe8383;
	margin-left: 10px;
}
.gameBox .btn {
	padding: 5px 10px;
	font-size: 13px;
	margin-left: 5px;
	color: #FFF;
}
/* ==========================================================================
portfolio-modal
========================================================================== */
.portfolio-modal .modal-content p {
	font-size: 14px;
	margin: 5px 0;
	color: #757575;
}
.portfolio-modal .modal-body {
    padding: 0px;
}
.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;
}
.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: #373737;
    -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: #373737;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
/* ==========================================================================
.gift
========================================================================== */
.gift {
	border: 1px solid #f5f5f5;	
	background-color: #f5f5f5;
	margin-bottom: 15px; 
}
.gift h3{
	font-size: 18px;
	text-align: center;
	line-height: 1.4;
	color: #373737;
	font-weight: 400;
	padding: 5px 8px;
}
/* ==========================================================================
sponsorArea
========================================================================== */
#sponsorArea {
	background: linear-gradient(45deg, #4FB2C9 0%, #DD4091 100%); 
	background: -moz-linear-gradient(45deg, #4FB2C9 0%, #DD4091 100%); 
	background: -webkit-linear-gradient(45deg, #4FB2C9 0%, #DD4091 100%); 
	background: -o-linear-gradient(45deg, #4FB2C9 0%, #DD4091 100%); 
}
#sponsorArea .pageheader h3 {
    color: #FFF;
}
.sponsor{
	background-color: #fff;
	padding: 15px;
	margin-bottom: 15px;
/*	height: 460px;*/
}

.sponsorArea#features:before{
	background: url('../images/ill01-sm.png') no-repeat;
}
#sponsorArea .title h2 {
	color: #FFF;
}
#sponsorArea .title h3 {
    color: #cecece;
}
#sponsorArea .title p {
    color: #FFF;
	font-size: 15px;
}


.sponsor  img{
    margin: 10px auto;
    display: block;
	height: 70px;
}
.sponsor a{
	color: #333;
}
.sponsor h3{ 
	font-weight: 600;
	margin: 15px 0;
	text-align: center;
	color:#19318f;
}
.sponsor  p {
	color: #6B6B6B;
	border-top: solid 1px #f5f5f5;
	padding-top: 15px;
}
.sponsor  p span {
    display: block;
    font-size: 15px;
    color: #7a90b9;
}
.fixedH{
	height: 200px;
}
/* ==========================================================================
table
========================================================================== */
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    line-height: 1.6;
}
.rwd-table{
	width: 100%;
	text-align: center;
}
.table{
	table-layout: fixed;
	font-size: 17px;	
}
.forumtable {
	width:100%;
	margin-top: -25px;
}
.rwd-table tr{
	height: 50px;
}
td.time{
	display: none !important;
}
td.title{
	color: #0d328a;
	letter-spacing: 1px;
}
tr.tr-only-hide {
	background-color: #0d328a !important;
	text-align: center !important;
	color: #fff;
	font-weight: 500;
}
tr.tr-only-hide a {
	color: #fff;
}
.forumtable>tbody>tr:nth-of-type(even) {
	background-color: #f5f5f5;
}
.forumtable>tbody>tr:nth-of-type(odd) {
    background-color: #FFF;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 10px;
    line-height: 1.4;
    vertical-align: middle;
    border:none;
}
/* ==========================================================================
down_btn
========================================================================== */
.down_btn { 
    position: absolute;
    bottom: 3%;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 5vh; 
}
.down_btn span {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border-radius: 100%;
	background-color: #000;
}
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;
}
.down_btn span {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border-radius: 100%;
	background-color: #FFF;
}
a.anchor span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -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(0,0,0,.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,.2);opacity: 0;}
    100% {opacity: 0;}
}
@keyframes sdb {
    0% {opacity: 0;}
    30% {opacity: 1;}
    60% {box-shadow: 0 0 0 40px rgba(255,255,255,.2);opacity: 0;}
    100% {opacity: 0;}
}
/* ==========================================================================
social-icons 
========================================================================== */
.social-icons {
	margin:10px 0px 0 ;
	float: left;
}
.social-icons ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}  
.social-icons li {
   display: inline-block;
   padding: 0 5px;
}
.social-icons li {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  /* background-color: #ffffff; */
  border: 1px solid #fff;
}
.social-icons li a i{color: #fff;; font-size: 20px;line-height: 35px;}
/*.social-icons li:nth-child(1){background-color: #3c5b9b;line-height: 45px;}
.social-icons li:nth-child(2){background-color: #00c300; line-height: 45px;}
.social-icons li:nth-child(3){background-color: #e4007f; line-height: 45px;}
*/
.social-icons li:hover:nth-child(1),.social-icons li:hover:nth-child(2),.social-icons li:hover:nth-child(3){
	opacity: 0.8;
	text-decoration: none;
}
/* ==========================================================================
footer
========================================================================== */
footer {
	padding: 35px 0 0 ;
	text-align: center;
	display: inline-block;
	width: 100%;
}
footer p {
	font-size:13px;
	color:#a8a8a8;
	line-height: 1;
	margin: 5px 0 10px 0;
}
footer p a {
	text-decoration: underline !important;
}
footer p a:hover {
	text-decoration: none !important;
}
.footer-bottom {
	padding: 20px 5px 20px 5px;
	color:#FFF;
}
.sponsorBox { 
	position:relative;
	align-items:center;
	flex-wrap:wrap;
	margin: 0 auto 15px auto;
	display: inline-block;
	font-size: 15px;
}
.sponsorBox img { 
	width:auto;
	height:50px;
}
.sponsorBox .logoSM img { 
	height:65px;
}
.sponsorBox .logoM img { 
	height:80px;
}
.sponsorBox .free img { 
	height:50px;
}
.sponsorBox dl { 
	vertical-align:middle;
	text-align:left;
	margin-bottom:10px;
	display:block;
	width:100%;
}
.sponsorBox dt {
	display:inline-block; 
	vertical-align:middle;
	width:90px;
}
.sponsorBox .h100 {
	height: 100px;
    float: left;
}
.sponsorBox dd { 
	display:inline-block;
	vertical-align:middle;
	margin: 0 10px;
}
.sponsorBox dd:last-child { 
	margin-right:0;
}

/* ==========================================================================
back-top
========================================================================== */
#back-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 999;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#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-color: #59bab0;
	
}
#back-top span i {
	font-size: 24px;
	vertical-align: middle;
	line-height: 40px;
	color: #FFF;
}
#back-top a:hover span {
	background-color: #dd4091;
}
#ordericon {
	position: fixed;
	bottom: 105px;
	right: 10px;
	z-index: 99;
}
#ordericon a {
	width: 60px;
	height: 60px;
	display: block;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-color: #dd4091;
	color: #FFF;
}
#ordericon span {
	font-size:  15px;
	line-height: 1.2;
	width: 60px;
	height: 60px;
	display: block;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
}

/* ==========================================================================
fixedBar
========================================================================== */
.fixedBar {
	width: 100%;
	background-color: rgba(0,0,0,.7);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
	line-height: 1.6;
	color: #FFF;
	font-size: 16px;
	padding: 10px 0;
	display: none;
}
.fixedBar a {
	color: #FFF;
}
.fixedBar a:hover {
	color: #FF0;
}
.fixedBar .col-xs-8 {
	padding-right: 0;
}
.fixedBar .col-xs-4 {
	padding-left: 0;
}
.fixedBar .btn {
	margin-top: 10px;
}
/* ==========================================================================
動畫
========================================================================== */
.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);}
}
.motion{
	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);
	}
}
.motion2{
	animation: move2 2s ease-in-out infinite ;
	-webkit-animation: move2 2s ease-in-out infinite;
	-o-animation: move2 2s ease-in-out infinite;
	-moz-animation: move2 2s ease-in-out infinite;
}
@keyframes move2 {
	0% { 
	-webkit-transform: translateY(0px);
    transform: translateY(10px);
	}
	50% { 
	-webkit-transform: translateY(10px);
    transform: translateY(0px);
	}
	100%{ 
	-webkit-transform: translateY(0px);
    transform: translateY(10px);
	}
}


.pad{
	    background: url('../images/pad.png') center center no-repeat;
	    width: 1068px;
	    height: 603px;
	    margin: auto;
	    text-align: center;
	}
	.pad video {
    margin-top: 50px;
    width: 860px;
}
    #indexVideo {
    border: 5px solid #ddd;
}
.section2{
	padding-top: 0px;
}
.speaker-Modal .pic{
	margin: auto;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
}
.speaker-Modal h4{
	text-align: center;
	color: #0d328a;
	margin-top: 0;
}
.speaker-Modal .modal-title{
	margin: 10px 0 0;
}
.speaker-Modal h5{
	text-align: center;
	font-size: 16px;
	color: #757575;
}
.speaker-Modal .modal-header img{
	width: 100%;
}
.gameBox dl dd{
	padding: 0;
}

.modal-vertical-centered {
	transform: translate(0, 35%) !important;
	-ms-transform: translate(0, 35%) !important; /* IE 9 */
	-webkit-transform: translate(0, 35%) !important; /* Safari and Chrome */
	}

.btn-height{
	height: 92px;
}

/*  */

.signup-dark {
	background: #14116e; 
	background: -moz-linear-gradient(-45deg,  #14116e 40%, #0052a5 100%); 
	background: -webkit-linear-gradient(-45deg,  #14116e 40%,#0052a5 100%);
	background: linear-gradient(135deg,  #14116e 40%,#0052a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14116e', endColorstr='#0052a5',GradientType=1 ); 
	position: relative;
	overflow: hidden;
}
.signup-dark .inline, .signup-dark .inline i,
.signup-dark .inline a, .signup-dark .agendainfo h2{
	color: #FFF;
}
.signup-dark .signup_list .list{
	position: relative;
	z-index: 99;
}
.signup-dark .inline a{
	text-decoration: underline;
}
.signup-dark .agendainfo h2{
	border-bottom: 1px solid #fff;
}
.signup-dark .signup_list h3,
.signup-dark .signup_list h4,
.signup-dark .signup_list p{
	color: #0a3189;
}

.signup_list .btn-darkblue{
    background-color: #0a3189;
}

.btn-darkblue, .btn-darkblue:visited, 
.btn-darkblue:focus{
	background-color: #0a3189;
	color: #fff;
}
.btn-darkblue:hover{
	background-color: #0d3897;
	color: #fff;
}

.signup-dark .signup_list .list_forum{
	background: #fff;
}

/* .signup-dark:before{
	content: '';
	width: 1258px;
	height: 800px;
	display: inline-block;
	background: url('../images/ill01.png') no-repeat;
	position: absolute;
	top:-30px;
	left: 0;
} */
.signup-dark:after{
	content: '';
	width: 361px;
	height: 194px;
	display: inline-block;
	background: url('../images/ill02.png') no-repeat;
	position: absolute;
	bottom:0px;
	right: 0;
}


@media screen and (max-width: 1068px){
.pad{
    background: none;
    width: 100%;
    height: auto;
    margin-top: 0px;
}
.pad video {
    margin-top: 0px;
    width: 100%;
}

}
@media screen and (max-width: 990px){
	header.insideheader .brand .bounceIn img{
		width: 100%;
		margin-left: 0;
	}
	
	header .brand img{
		width: 80%;
		margin-left: 20%;
	}
	header .brand .bounceIn .kv-img{
		margin-left: 5%;
		width: 50%;
		float: left;		
	}
	
}
@media screen and (max-width: 768px){

	#features:before{
		display: none;
	}
	header{
		height: 700px;
	}
	header:before{
		background: url('../images/m-header-ill-left.png') no-repeat;
		left: -80px;
		top:-50px;
	}
	header .brand img{
		width: 80%;
		margin-left: 20%;
	}

	header .brand .bounceIn .kv-img{
		margin-left: 0%;
		width: 50%;
		float: left;		
	}
	header .brand .bounceIn img{
		display: block;
	}
	header .brand h2{
		text-align: center;
		font-size: 55px;
	}
	.kv-time{
		margin-right: 20px;
		text-align: center;
	}
	
	

}
@media screen and (max-width: 500px){
	.sponsorBox .free img {
		height: 40px;
	}
	#indexVideo {
    border: 0px solid #ddd;
	}
	.section2{
		margin-top: 0;
	}
	section{
		padding: 50px 0;
	}
	
	/* 2019 */
	.timeline dl dd .eduall .edutime span{
		width: 100%;
		margin-top: 5px;
		display: block;
		margin-left: 0px;
	}
	.agendainfo h3 span, .agendainfo h3 a{
		display: block;
		margin-left: 30px;
	}
	header{
		height: 92vh;
	}
	header:before{
		background: url('../images/m-header-ill-left.png') no-repeat;
		width: 180%;
		height: 100%;
		top:0;
		left: -100px;
		background-size: cover; 
	}
	header .brand {
		text-align: center;
		margin-top: 30%;
	}

	header .brand .bounceIn .kv-img{
		width: 80%;
		float: left;		
	}
	header .brand .bounceIn img{
		width: 100%;
		display: block;
		margin-left: 0%;
	}
	header .brand h2{
		text-align: center;
		font-size: 55px;
	}
	.kv-time{
		margin-right: 20px;
		text-align: center;
	}
	header .brand .btn-more{
		font-size: 24px;
		margin-left: 18%;
		width: 80%;
	}
	.featureItem .icon{
		padding-top: 25px;
		width: 150px;
		height: 150px;
		border: 3px solid #0050a4;
	}
	.featureItem .icon b{
		font-size: 18px;
	}
	.btn-blue{
		margin: 0;
		position: relative;
		z-index: 9;
	}
	
	header.insideheader .brand .bounceIn img{
		width: 100%;
		
	}
	header.insideheader .brand .bounceIn .kv-img{
		width: 80%;
		margin-top: 15px;
	}
	header.insideheader:before{
		background: url('../images/m-header-ill-left.png') 0 -25px no-repeat;
		background-size: 80% auto;
		left: -30px;
		top: 0px;
	}
	.books-tab{
		text-align: center;
	}
	.books-tab a{
		width: 30%;
	}
	.bookbox h3{
		padding-top:10px; 
	}

}

@media screen and (max-width: 375px){
	header .brand {
		margin-top: 25%;
	}
}