/*!
* Start Bootstrap - Modern Business (https://startbootstrap.com/templates/modern-business)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
*/

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	-webkit-text-size-adjust: 100%;
	width:100%;
	height:100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	/*	 font-family: Georgia, "STSong", "Times New Roman","新細明體" , Times, serif; */
	font-family: Arial, "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", "標楷體", sans-serif;
	
	-webkit-text-size-adjust: none;
	
	/*
	font: inherit;
	vertical-align: baseline;
	*/
}

body {
	padding-top: 93px;
}

.carousel-item {
	height: 55vh;
	min-height: 300px;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

body.mainPage .carousel-item{
	background: url("../images/webkv.jpg?v=2") no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

body.mainPage .themeTitle{
	display: inline-block;
	position: absolute;
	top:50%;
	left:43%;
}

body.mainPage .carousel-item h2{
	width:fit-content;
	color: #e80000;
	font-weight: 400;
	border-bottom:2px solid #253e6a;
	padding-bottom: 10px;
	font-size: 2.875rem;
	line-height:1;
}

body.mainPage .carousel-item p{
	color:#333;
}

.mainWrapper{
	min-height: 100%;
	 *display: table; /* For IE7 Hack */
	 *height: 100%; /* For IE7 Hack */
	 padding-bottom:30px;
}


.infoWrapper .introText h2{
	font-size: 2em;
	width: auto;
	color: #e23d28;
	font-weight: 500;
	border-bottom:1px solid #253e6a;
	padding-bottom:8px;
}

.infoWrapper .introText h3{
	width: auto;
	color: #e23d28;
	font-weight: 500;
	padding-bottom:8px;
	border-bottom:1px solid #253e6a;
}

.infoWrapper .introText h4{
	font-size: 1.1em;
	color: #253e6a;
	margin-bottom: 15px;
}
.infoWrapper .introText p{
	font-size: 1.1em;
}

.processBtnBox{
	width:100%;
	height: auto;
}

.processBtnBox .noteBtn{
	text-decoration: none;
	position: relative;
	/* padding: 20px; */
	padding-bottom: 0px;
	margin-top: 0px;
}

.processBtnBox .noteBtnBox{
	border: 1px solid #cecece;
	border-top: 0px;
	width:100%;
	height: 78%;
	padding: 10px;
	display: flex;
	flex-direction:column;
	align-items:center;
	padding-bottom: 0px;
	padding-top: 15px;
}

a.linkBtnText{
	background: #fd7e14;
	padding: 2px 10px;
	margin: 8px 3px;
	border-radius: 10px;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	display: block;
}

a.linkBtnText.stp1{
	margin-top:30px;
}

a.linkBtnText:hover{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

a.linkBtnText.stp1:hover{
	background: #fec788;
	color: #bf5808;
}

a.linkBtnText.stp4{
	background: #6f42c1;
}

a.linkBtnText.stp4:hover{
	background: #e2d8f2;
	color: #563298;
}

.processBtnBox .stepBox{
	width:100%;
	height:80px;
	border-radius: 0px;
	line-height: 1.2;
	display: flex;
	background:#fd7e14;
	
	color:#fff;
	font-size: 1em;
	align-items: center;
	padding-left: 12px;
	position: relative;
}

.processBtnBox .stepBox .markTri{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 10px 0 10px;
	position: absolute;
	left:15px;
	bottom:-18px;
}

.processBtnBox .stepBox.stp1 .markTri{
	border-color: #fd7e14 transparent transparent transparent;
}

.processBtnBox .stepBox.stp2 .markTri{
	border-color: #dc3545 transparent transparent transparent;
}

.processBtnBox .stepBox.stp3 .markTri{
	border-color: #17a2b8 transparent transparent transparent;
}

.processBtnBox .stepBox.stp4 .markTri{
	border-color: #6f42c1 transparent transparent transparent;
}

.processBtnBox .stepBox p{
	margin: 0;
}

.processBtnBox .stepBox p span{
	font-size: 2.4em;
	display: block;
}

.processBtnBox .stepBox p span.stpText{
	font-size: .8em;
	margin: 0;
	padding-left:2px;
}



.processBtnBox .stepBox.stp2{
	background:#dc3545;
}

.processBtnBox .stepBox.stp3{
	background:#17a2b8;
}

.processBtnBox .stepBox.stp4{
	background:#6f42c1;
}

.processBtnBox .proTitle{
	width:100%;
	height: auto;
	text-align: center;
	margin-bottom: 10px;
}

.processBtnBox .proTitle p{
	font-size: 1.4em;
	color:#333;
	margin-bottom: .6rem;
}

.processBtnBox .proTitle img{
	width:30%;
	height:auto;
}

.processBtnBox .proIntroText{
	width:fit-content;
	height: auto;
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.processBtnBox .proIntroText p{
	color:#333;
	text-align:justify;
	margin-bottom: 0px;
}


.processBtnBox .proIntroText p span.textc-orange{
	color:#fd7e14;
	margin-bottom: 10px;
}

.processBtnBox .proIntroText p span.textc-purple{
	color:#6f42c1;
}

.itemTitle{
	display: flex;
	justify-content: center;
	align-items:center;
}

.itemTitle h2{
	margin-bottom: 0;
	font-size: 2.2em;
}

.itemTitle a:link, .itemTitle a:visited{
	width:40px;
	height:40px;
	text-decoration: none;
	font-size: .9em;
	display: inline-flex;
	border:1px solid #fd7e14;
	justify-content: center;
	align-items:center;
	margin-left:10px;
	line-height: 1.3;
	color:#fd7e14;
}

.itemTitle a:hover{
	
}

/* .pageMainContent{
	overflow: auto;
	padding-bottom:60px;
} */

a.meetSmLink{
	border-bottom:3px solid #ff0000;
}

a.meetSmLink:hover{
	border-bottom:3px solid #ff8888;
}

.portfolio-item{
	margin-bottom: 30px;
}

.portfolio-item a .card img{
	border-bottom:3px solid #ff8888;
}

.portfolio-item a:hover .card img{
	border-bottom:3px solid #e86168;
}

.portfolio-item a{
	text-decoration: none;
}

.portfolio-item a h4.card-title{
	color: #1e8696;
	font-size: 1.3em;
	line-height:1.4;
}

.portfolio-item a:hover h4.card-title{
	color: #17a2b8;
}

.portfolio-item a p.card-text{
	color: #e86168;
}

a:link, a:visited{
	transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}

nav.navbar{
	background-color:#fff;
	border-top:5px solid #253e6a;
	border-bottom:1px solid #cecece;
	/* min-height:80px; */
}

.navbar-brand img.forM{
	width:auto;
	height:40px;
}

.navbar-brand img.forPc{
	width:auto;
	height:30px;
}

.mainNav{
	width:100%;
	border: 1px solid #cecece;
	background: #fff;
	border-right: 0px;
	text-decoration: none;
	text-align: center;
	align-self: center;
	color: #6f7287;
	transition: all linear 0.1s;
	position: relative;
}


.nav-item.basicLink a.nav-link{
	background: #93b9e2;
	padding: 2px 10px;
	margin:8px 3px;
	border-radius: 10px;	
	font-size: .8em;
	color:#fff;
}


.lasti{
	border-right: 1px solid #cecece;
}

.meetingPageMenu{
	margin-bottom:20px;
}

.meetingPageMenu nav {
	width: 100%;
}


.meetingPageMenu > nav > ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-direction: row;
}


.meetingPageMenu > nav > ul > li {
	flex: 0 1 auto;
	width: 100%;
	border: 1px solid #cecece;
	background: #fff;
	border-right: 0px;
	text-decoration: none;
	text-align: center;
	align-self: center;
	color: #6f7287;
	transition: all linear 0.1s;
	position: relative;
}


.meetingPageMenu > nav > ul > li.lasti{
	border-right: 1px solid #cecece;
}


.meetingPageMenu > nav > ul > li > a {
	align-items: flex-start;
	color: #6f7287;
	display: flex;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 15px;
	text-decoration: none;
	transition: all linear 0.1s;
}


.meetingPageMenu > nav > ul > li > a > div {
	width: 100%;
	text-align: center;
}


.meetingPageBanner{
	/* background: #f8f8f8; */
	border-bottom:1px solid #b3b3b3;
	
	background: linear-gradient(90deg, rgba(220, 220, 220, 1)13%, rgba(255, 255, 255, 1)60%);
	background: -moz-linear-gradient(90deg, rgba(220, 220, 220, 1)13%, rgba(255, 255, 255, 1)60%);
	background: -webkit-linear-gradient(90deg, rgba(220, 220, 220, 1)13%, rgba(255, 255, 255, 1)60%);
	background: -o-linear-gradient(90deg, rgba(220, 220, 220, 1)13%, rgba(255, 255, 255, 1)60%);
}

body.indexP .card-title a:link, body.indexP .card-title a:visited{
	font-size: .9em;
	line-height: 1.4;
	color:#17a2b8;
}

body.indexP .card-title a:hover{
	text-decoration: none;
	color:#1cc6e1;
}

.btnBox{
	width:100%;
	display:flex;
	justify-content: flex-end;
}

.btnBox a{
	color:#fff;
}

footer{
	background-color: #253e6a;
	position: relative;
	 margin-top: -40px; /* negative value of footer height */
	 height: 40px;
}

footer p.footerText{
	color: #8a96ae;
	font-weight: light;
}

/* 加入行事曆按鈕 */
a.addCalendarBtn{
	width:48px;
	height:48px;
	border:1px solid #cecece;
	border-radius:5px;
	display:block;
	background-image: url("../images/icon_addCalendar.svg");	
	background-size: 60%;
	background-position: center center;
	background-repeat: no-repeat;	
	margin-right:5px;
}

/* for Demo */
a.demoToDate{
	text-decoration: none;
}

a.demoToDate p{
	font-size: 1.1em;
}


/*  */
.meetingTitleColumn div h2{
	font-weight: 400;
	line-height: 1.4;
}


#ytbintroVideo{
	position: relative;
}

#ytbintroVideo .vidm{
	position: absolute;
	width:100%;
	height:25%;
	top:0;
	left:0;
	background: rgba(255,255,255,0);
	z-index: 3;
}

a.videoPlayBtn{
	padding: .5rem .3rem;
}
 
a.videoPlayBtn img{
	width:16%;height:auto;
}

@media screen and (max-width:991px){

	.nav-item.basicLink a.nav-link{
		background: #fff;
		padding:0;
		margin:0px 0px;
		margin-bottom:5px;
		border-radius: 0px;	
		font-size: .8em;
		color:rgba(0,0,0,.5);
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
	}

}


@media screen and (max-width:767px){
	
	.meetingPNav a span{
		display: block;
	}
	
	a.videoPlayBtn{
		padding: .8rem .3rem;
	}
	 
	a.videoPlayBtn img{
		width:20%;height:auto;
	}
	
	body {
		padding-top: 88px;
	}
	
	.carousel-item {
		height: auto;
		min-height: auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position: relative;
	}
	
	
	body.mainPage .carousel-item{
		height: 55vh;
		min-height: 300px;
		background: url("../images/webkv.jpg?v=2") no-repeat left 25% center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position: relative;
	}
	
	body.mainPage .themeTitle{
		display: inline-block;
		position: absolute;
		top:45%;
		left:48%;
	}
	
	
	body.mainPage .carousel-item h2{
		width:fit-content;
		color: #e80000;
		font-weight: 400;
		border-bottom:2px solid #253e6a;
		padding-bottom: 10px;
		font-size: 2rem;
		line-height:1;
	}
	
	.processBtnBox .noteBtn{
		text-decoration: none;
		position: relative;
		/* padding: 20px; */
		padding-bottom: 0px;
		margin-top: 0px;
	}
	
	
	.nav-item.basicLink a.nav-link{
		background: #fff;
		padding:0;
		margin:0px 0px;
		margin-bottom:5px;
		border-radius: 0px;	
		font-size: .8em;
		color:rgba(0,0,0,.5);
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
	}
	
	
	
	.btnBox{
		width:100%;
		display:flex;
		justify-content: flex-start;
	}
	
	a.addCalendarBtn{
		width:48px;
		height:48px;
		border:1px solid #cecece;
		border-radius:5px;
		display:block;
		background-image: url("../images/icon_addCalendar.svg");	
		background-size: 60%;
		background-position: center center;
		background-repeat: no-repeat;	
		margin-right:5px;
	}
	
	
	.processBtnBox .proTitle img{
		width:40%;
		height:auto;
	}
	
	.processBtnBox .stepBox p span{
		font-size: 2em;
		display: inline-block;
	}
	
	.processBtnBox .stepBox p span.stpText{
		font-size: 1em;
		margin: 0;
		padding-left:2px;
	}
	
	
	.processBtnBox .stepBox {
		width: 100%;
		height: 60px;
		border-radius: 0px;
		line-height: 1.2;
		display: flex;
		background: #fd7e14;
		color: #fff;
		font-size: 1em;
		align-items: center;
		padding-left: 12px;
		position: relative;
	}
	
	.processBtnBox .noteBtnBox{
		height:83%;
	}
	
	
}