<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	font-family: 'Microsoft JhengHei' ,sans-serif;
	font-size: 16px;
	margin: 0;
}
.navheader{
	width: 100%;
	height: 100px;
	position: fixed;
  	align-items: flex-end;
  	justify-content: flex-end;
  	top: 0;
  	left: 0;
  	z-index: 9999;
  	background-color: #FFFFFF;
  	display: flex;
  	line-height: 50px;
}
.container{
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;	
	margin-top: 100px;
	padding-top: 20px;
	margin-bottom:100px;
}
.seminarHeading{
	font-size: 32px;
	font-weight: 500;
	color: #028EEC;
	margin-bottom: 10px;
}
.seminarSchedule{
	padding-top: 20px;
}
.seminarSchedule a.button {
	display: inline-block;
	width: 80px;
	border: 1px solid #1d3b4a;
	font-size: 14px;
	color: #1d3b4a;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 0;
	margin-right: 20px;
	position: relative;
}
.seminarSchedule a.active {
	background-color: #028EEC;
	border-color: #028EEC;
	color: #FFFFFF;
}
.seminarSchedule .content {
	margin-top: 30px;
}
.seminarSchedule div[class*="content-"] { 
	display: none;
}
.seminarSchedule div.active { 
	display: block;
}
.seminarSchedule a.active:after{
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #028EEC;
	content: " ";
	position: absolute;
	top: 50px;
	left: 42%;
}
.left-content, .right-content{
	display: inline-block;
	float: left;
}
.left-content{
	width:60%;
	background: #FFFFFF;
	padding-bottom: 10px;
}
.right-content{
	width: 35%;
	float: right;
}
.left-content img{
	width: 100%;
}
.left-title{
	color: #707070;
	padding-left: 20px;
}
.left-details{
	color: #404040;
	font-size: 19px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.seminar-date, .seminar-time, .seminar-location, .seminar-fee{
	display: inline-block;
	width: 50%;
	float: left;
}
==
.right-content form{
	padding-left: 30px;
}
.right-content input{
	width: 100%;
}
.seminarName{
	color: #404040;
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 20px 20px;
}
.right-content .join-now{
	font-size: 30px;
	color: #404040;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #028EEC;
}
.right-content label{
	color: #707070;
}
.right-content input[type="text"]{
	width: calc(100% - 24px);
	color: #404040;
	height: 36px;
	padding: 0 10px;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.right-content input[type="text"]:focus{
	outline: none;
}
.right-content .submit-btn{
	width: 100%;
	background-color: #028EEC;
	color: #FFFFFF;	
	font-size: 16px;	
	height: 40px;
	margin-top: 20px;
	border: none;
	border-radius: 25px;
}
@media only screen and (max-width: 1068px){
	.container{
		width: 90%;
		margin: 0 auto;
		margin-top: 100px;
	}
	.right-content .join-now{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.right-content input[type="text"]{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 968px){
	.seminarHeading{
		font-size: 28px;
	}
	.left-content, .right-content{
		width: 100%;
	}
	.left-title{
		font-size: 14px;
	}
	.left-details{
		font-size: 17px;
	}
	.right-content{
		margin-bottom: 50px;
	}
	.right-content .join-now{
		margin-top: 20px;
		font-size: 28px;
	}
}
@media only screen and (max-width: 806px){
	.seminar-date, .seminar-time, .seminar-location, .seminar-fee{
		width: 50%;
	}
	.right-content .join-now{
		font-size: 26px;
	}
}
@media only screen and (max-width: 806px){
	.seminar-date, .seminar-time, .seminar-location, .seminar-fee{
		width: 100%;
	}
	.seminarName{
		font-size: 22px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 500px){
	.seminarHeading{
		font-size: 24px;
	}
	.left-details{
		font-size: 15px;
	}
	.right-content .join-now{
		font-size: 22px;
	}
	.seminarSchedule{
		padding-top: 10px;
	}
	.right-content input[type="text"]{
		height: 33px;
	}
}
@media only screen and (max-width: 375px){
	.container{
		width: 340px;
		margin: 0 17.5px;
	}
}</pre></body></html>