/* ==========================================================================
主要設定
========================================================================== */
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: 100px 0;
}
/* ==========================================================================
.pageheader 分區標題
========================================================================== */
.pageheader {
    margin: 0 0 20px 0;
}
.pageheader h2 {
    font-size: 60px;
    font-weight: 200;
    line-height: 1.175;
    letter-spacing: 0.075em;
	color: #757575;
}
.pageheader h2 span {
	display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
	color: #dd4091;
	margin-left: 5px;
}
.pageheader h3 {
    text-align: center;
	font-size: 48px;
	line-height:1.5;
	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: #19318f;
	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;
	position: relative;
    overflow: hidden;
	height: 890px;
}
header:before {
    content: '';
    position: absolute;
    background: url(../images/header-ill01.png) no-repeat;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 350px;
    height: 770px;
    background-size: contain;
}
header:after {
    content: '';
    position: absolute;
    background: url(../images/header-ill02.png) no-repeat;
    bottom: -1px;
    right: 0;
    z-index: 1;
    width: 804px;
    height: 350px;
    background-size: contain;
}
header .pic {
    position: absolute;
    background: url(../images/header-pic.png) no-repeat;
    top: -40px;
    right: -230px;
    z-index: 3;
    width: 980px;
    height: 650px;
    background-size: contain;
}
header .brand {
	margin-top:15%;
	position: relative;
	z-index: 3;
}
header .brand h2 {
	font-size: 48px;
	padding-left: 20px;
}
header .brand .btn-more {
	margin-left: 20px;
	font-weight: 600;
}
.brand .btn-more {
	color: #0d328a;
	background-color: #fff;
}
.brand .btn-more:hover, .brand .btn-more:focus, .brand .btn-more:active, .brand .btn-more.active, .open > .dropdown-toggle.brand .btn-more {
	color: #0d328a;
	background-color: rgba(255,255,255,.8);
}
.brand .btn-more:active, .brand .btn-more.active {
	background: #0d328a;
	box-shadow: none;
}
/*
header .brand img {
	margin:0 auto;
	text-align: center;
}
*/
/* ==========================================================================
inside header
========================================================================== */
.insideheader {
	height: 500px;
}
header.insideheader:before {
    top: 50px;
    left: 0;
    width: 300px;
    height: 660px;
}
header.insideheader:after {
    bottom: -1px;
    right: 20%;
    width: 600px;
    height: 261px;
}
header.insideheader .pic {
    top: -20px;
    right: -130px;
    width: 750px;
    height: 497px;
}
header.insideheader .brand {
	margin-top: 100px;
}

/* ==========================================================================
.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: 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%); 
}
#features .pageheader h3 {
	color: #FFF;
}
.featureWrap {	
	width: 85%;
	margin: 0 auto;
}
.featureWrap .linkbtn {
	margin-top:  50px;
}
.featureItem {
	margin: 10px 0;
}
.featureItem .icon {
	background-color: #FFF;
    width: 150px;
    height: 150px;
	border-radius: 50%;
	vertical-align: middle;
	padding-top: 30px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.featureItem .icon span {
	display: block;
	color: #b7b7b7;
    font-weight: 400;
}
.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;
}
/* ==========================================================================
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: 21px;
    line-height: 1.2;
    font-weight: 600;
    margin: 10px 0 5px 0;
    color: #373737;
	text-align: center;
}
.speakerItem .caption h3 span {
	display: block;
    font-size: 18px;
	margin: 5px 0;
	color: #626262;
}
.speakerItem .caption h3.season {
    font-size: 19px;
}
.speakerItem .caption p {
    font-size: 16px;
    line-height: 1.4;
    color: #757575;
}
.speakerItem.overheight .caption h3 {
	height: 60px;
}
.speakerItem.overheight .caption p {
	height: 50px;
}
.speakerItem .caption small {
	font-size: 14px;
	color: #dd4091;
}
.speakerItem .btn {
	width: 70%;
	margin: 0 auto;
	font-size: 17px;
}
.speakerItem .btn-href {
	width: 48%;
	font-size: 17px;
	display: inline-block;
	margin: 0 auto;
}
.speakerItem .btn-third {
	width: 32%;
	font-size: 14px;
	display: inline-block;
	margin: 0 auto;
	padding: 8px 5px;
}
/* ==========================================================================
.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: #FFF;
	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 h2 {
	font-size: 21px;
	line-height: 1.4;
	font-weight: 500;
	color: #373737;
	margin-bottom: 5px;
	height: 57px;
	overflow: hidden;
}
.shoppingItem .caption p{
	margin-bottom:0;
	color: #de4091;
}
.shoppingItem .caption p b{
	font-size: 24px;
	font-weight: 600;
}
/* ==========================================================================
video carousel
========================================================================== */
.videoWrap {
	background-color: #f5f5f5;
	padding: 0;
}
.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;
	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;
}
.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: #dd4091;
}
#video-review .videoItem .caption h2 {
	color: #373737;
}
/* ==========================================================================
agenda
========================================================================== */
/*
#taipei{
	margin-top: 30px;
}
*/
#newtaipei, #taipei, #taoyuan, #taichung, #a927{
	margin-top: 30px;
}


.agendainfo{
	display: block;
	margin: 20px 0;
}
.agendainfo .highlight{
	font-size: 32px;
	line-height: 1.4;
}
.agendainfo h2{
	font-size: 32px;
    line-height: 1.2;
    color: #19318f;
    font-weight: 400;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #19318f;
    padding-left: 15px;
    margin-bottom: 15px;
}
.agendainfo.form h2 {
    color: #dd4091;
    border-left-style: solid;
    border-left-color: #dd4091;
    padding-left: 15px;
    margin-bottom: 15px;
}
.agendainfo h3{
	font-size: 18px;
	line-height: 1.6;
	margin: 10px 0 5px 0;
	font-weight: 500;
}
.agendainfo h3 a{
    border-bottom: solid 1px #dd4091;
}
.agendainfo h3 a:hover{
    border-bottom: none;
}
.agendainfo h3 i{
	margin-right: 5px;
	color: #dd4091;
}
.agendainfo h4{
	font-size: 18px;
	line-height: 1.4;
}
.agendainfo p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
}
.agendainfo .subtitle{
    background: linear-gradient(45deg, #4FB2C9 0%, #DD4091 75%); 
	background: -moz-linear-gradient(45deg, #4FB2C9 0%, #DD4091 75%); 
	background: -webkit-linear-gradient(45deg, #4FB2C9 0%, #DD4091 75%); 
	background: -o-linear-gradient(45deg, #4FB2C9 0%, #DD4091 75%);
    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: #ffffc2;
	padding: 15px;
}
.noticBox h2 {
	font-size: 19px;
	color: #19318f;
	font-weight: 500;
	margin-left: 8px;
}
.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{
	padding-top:20px;
	display: inline-block;
    width: 100%;
}
.signup_list .list{
	padding: 20px 0;
	font-size: 17px;
	color: #FFF;
	margin: 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;
	vertical-align: middle;
	display: block;
	font-weight: 500;
}
.signup_list .btn{
	margin: 25px 0;
}
.signup_list .list1 {background-color: #dd4091;}
.signup_list .list2 {background-color: #be4090;}
.signup_list .list3 {background-color: #a0408f;}
.signup_list .list4 {background-color: #8c3b8e;}
.signup_list .list5 {background-color: #7e3a8e;}
.signup_list .list6 {background-color: #6f398d;}
.signup_list .list7 {background-color: #5d378d;}
.signup_list .list8 {background-color: #4b378c;}
.signup_list .list9 {background-color: #37398c;}
.signup_list .list10 {background-color: #0d328a;}
.signup_list .list11  {background-color: #41bdce;}
.signup_list .list12 {background-color: #32b2c3;}
.signup_list .list13 {background-color: #a0408f;}

#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: 10px;
	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;
}
.signup_list p i{
	margin-right: 3px;
}
.signup_list p span{
	font-size: 28px;
}
/* ==========================================================================
timeline
========================================================================== */
.timeline {
	margin: 10px 0 20px 0 ;
}
.timeline.col-md-6 {
    height: 750px;
}
.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;
}
.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:#0d328a;
}
.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: 19px;
	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: 19px;
    color: #373737;
	padding: 5px 0;
	text-align: center;
}
.timeline dl dd .eduall .edutime {
	font-size: 16px;
    color: #dd4091;
	padding-bottom: 5px;
}
.timeline dl dd .eduall .edutime span {
	font-size: 17px;
	margin-left: 10px;
	color: #373737;	
}
.timeline dl dd .eduall .edutime i {
	margin-right: 5px;
}
.timeline dl dd .eduall .edu-body p {
	font-size: 15px;
    line-height: 1.4;
    color: #626262;
	margin-bottom: 5px;
}
.timeline dl dd .eduall li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding: 15px 0 5px 0;			
}
.timeline dl dd .eduall li:last-child {
	border-bottom: none;		
}
.timeline dl dd .eduall .edu-footer  {
	padding: 15px;
}
/* ==========================================================================
.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 .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: 10px 0;
	color: #757575;
}
.portfolio-modal .modal-body {
    padding: 5px;
}
.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 .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 10px 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;
}
.social-icons li a i{color: #0d328a; 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: 25px 0 0 ;
	text-align: center;
	background: #ece9e6;
	display: inline-block;
	width: 100%;
}
footer p {
	font-size:13px;
	color:#FFF;
	line-height: 1.6;
	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;
	background-color: #0d328a;
	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: 5;
}
#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: #43bccd;
}
#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: 5;
}
#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;
}

@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: 500px){
	#indexVideo {
    border: 0px solid #ddd;
}
.section2{
	margin-top: 0;
}

}