p{
	font-size: 16px;
	line-height: 30px;
}

.pageNewTitle{
	padding-top: 9%;
	padding-bottom: 11%;
}

#bgBottom{
	position: absolute;
	bottom: 0;
	transition: all 0.3s ease-in-out allow-discrete;
	opacity: 0;
	animation-name: rightLeft2;
	animation-duration: 1.5s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	z-index: 10;
}
#bgBottomRight{
	position: absolute;
	bottom: 0;
	transition: all 0.3s ease-in-out allow-discrete;
	opacity: 0;
	animation-name: bounceIn;
	animation-duration: 0.5s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	z-index: 20;
}

.pageNewTitle .titleName{
	transition: all 0.3s ease-in-out allow-discrete;
	opacity: 0;
	animation-name: rightLeft;
	animation-duration: 0.8s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}

@keyframes bounceIn {
	0%{
		transform: translateY(100px);
		opacity: 0;
	}

	70%{
		transform: translateY(-8px);
		opacity: 1;
	}

	80%{
		transform: translateY(-5px);
		opacity: 1;
	}
	100%{
		transform: translateY(0);
		opacity: 1;
	}

}

.pageNewTitle .titleDate{
	font-size: 18px;
	transition: all 0.3s ease-in-out allow-discrete;
	opacity: 0;
	animation-name: bottomUp;
	animation-duration: 0.5s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}

@keyframes rightLeft{
	from{
		transform: translateX(-150px);
		opacity: 0;
	}
	to{
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes rightLeft2{
	from{
		transform: translateX(-250px);
		opacity: 0;
	}
	to{
		transform: translateX(0px);
		opacity: 1;
	}
}


@keyframes bottomUp{
	from{
		transform: translateY(100px);
		opacity: 0;
	}
	to{
		transform: translateY(0px);
		opacity: 1;
	}
}

.pageTitleBlue{
	color: #1D76BB;
}

.sectionBlue{
	background-color: #e0effd;
	border-radius: 0 0 10% 10%;
}

.sectionGreen{
	background-color: #e5ffdc;
}

.pageSubTitle2{
	color: #1D76BB;
}

.pageSubTitle2{
	border-bottom: 4px solid #1D76BB;
}
.pageContent{
	color: #555555;
	font-size: 30px;
	line-height: 45px;
	margin-top: 10px;
}
.pageCard{
	display: inline-block;
	width: 300px;
	max-width: 100%;
	border-radius: 50px;
}

.remark{
	color: #9b9b9b;
}
.pdfLink{
	text-decoration: underline;
}
.tempScheduleTable{
	width: 100%;
	margin: 0px;
	padding: 0px; 
	border: 0px;
	border-collapse: collapse;
	margin-top: 50px;
}

.tempSchedule td{
	rotate: -20deg;
	transform:translateX(50%);
	text-align: left;
	cursor: pointer;
	color: #9b9b9b;
}
.tempSchedule td:hover{
	color: #8CC541;
	font-size: 16px;
	font-weight: bold;
}
.tempArrowUp div{
	color: #8CC541;
	height: 15px;
	font-size: 20px;
	vertical-align: bottom;
}
.tempTimeSpan{
	color: #686868;
}
.tempScheduleTableMobile{
	display: inline-block;
	margin: 0px;
	padding: 0px; 
	border: 0px;
	border-collapse: collapse;
	line-height: 30px;
	text-align: left;
}

.tempScheduleMobile td:first-child{
	color: #686868;
}
.tempScheduleMobile td:nth-child(2){
	border-left: 3px solid #8cc541;
	color: #8cc541;
	font-size: 20px;
}
.tempScheduleMobileBlue td:nth-child(2){
	border-left: 3px solid #1D76BB;
	color: #1D76BB;
}
.tempScheduleMobile td:nth-child(3){
	padding-left: 10px;
	color: #686868;
}
