@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
	font-family: 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
	font-size: 16px;
	line-height: 200%;
	color: #000000;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
}
table {
	margin: 0 auto;
}
img {
	border: 0;
}
a {
	color: #fff;
}
a:hover {
	color: #fff000;
}
p {
	word-wrap: break-word;
}
html, body {
	position: relative;
	height: 100%;
}
#header {
	width: 100%;
	background-color: #ffffff;
}
#navbarNavAltMarkup {
	z-index: 10;
}
.navbar {
	margin: 0 auto;
	padding: 10px 0;
}
.btnpic {
	margin-top: 10px;
}
.custom-toggler.navbar-toggler {
	border: 0;
	border-color: rgb(255, 102, 203);
}
.custom-toggler .navbar-toggler-icon {
	font-size: 36px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(214,23,81,1.00)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.logo {
	height: 40px;
	width: auto;
}
.navbar {
	background: #fff45c;
}
.navbar-nav {
	z-index: 99999999;
	background: #fff45c;
}
.nav-link {
	font-size: 16px;
	line-height: 200%;
	color: #918700 !important;
	letter-spacing: 1px;
	background-color: transparent !important;
}
.scrollup {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url(../images/top.png) no-repeat;
	z-index: 9999;
}
.info {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
}
.highlight {
	color: #d60051;
}
.content {
	width: 960px;
	position: relative;
}
#main {
	background-image: url("../images/headerbg.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 880px;
}
#main .content {
	height: 920px;
}
.mainpic {
	position: absolute;
	top: 0%;
	left: 2%;
}
.subtitle {
	position: absolute;
	top: 48%;
	left: 15%;
}
.text02 {
	position: absolute;
	top: 608px;
	left: 10%;
}
#information {
	background-image: url("../images/part01bg.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}
#information ul li {
	margin-left: 70px;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 20px;
	padding: 0;
}
/* 講堂資訊 */
.lec .info {
	margin-top: 20px;
}
.lec .info .field {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.lec .info .ti {
	float: left;
	width: 105px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}
.lec .info .tx {
	float: right;
	width: calc( 100% - 120px);
	font-size: 18px;
	line-height: 30px;
	text-align: left;
}
.sign-btn {
	clear: both;
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -85px;
	width: 170px;
	padding: 15px 0;
	text-align: center;
	background: #ff6d24;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 40px;
}
.sign-btn:hover {
	background: #3d5498;
}
.nosign-btn {
	clear: both;
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -85px;
	width: 170px;
	padding: 15px 0;
	text-align: center;
	background: #adadad;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 40px;
}
#level {
	background-image: url("../images/part02bg.jpg");
	background-position: top center;
	background-color: #B2DEE9;
}
#level ul li {
	margin-left: 70px;
	font-size: 18px;
	vertical-align: middle;
	line-height: 18px;
	margin-bottom: 20px;
}
#level .lec {
	width: 768px;
}
.wcontrol {
	width: 80%;
}
#process {
	background-image: url("../images/part03bg.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}
#kuangchuan {
	background-image: url("../images/part04bg.jpg");
	background-position: top center;
	background-color: #fff850;
}
.descriptiontitle {
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
	background-color: #00a0af;
	border-radius: 40px;
	padding: 6px 40px;
}
.descriptiontext {
	margin-left: 10px;
	color: #00a0af;
	font-weight: bold;
}
.descriptiontext li {
	color: #000;
	font-weight: normal;
	margin-left: 56px;
}
.footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	color: #000000;
	text-align: center;
	line-height: 160%;
	background-color: #fff45c;
}
.footer a {
	color: #0096db;
}
.footerbg02 {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 12px;
	color: #000000;
	text-align: center;
	line-height: 160%;
	background-color: #b7aa00;
}
@media (max-width: 480px) {
	.custom-toggler .navbar-toggler-icon {
		font-size: 21px;
	}
	.navbar {
		padding: 2px 0;
	}
	.logo {
		height: 30px;
		width: auto;
	}
	.wcontrol {
		width: 100%;
	}
	#main {
		background-image:url("../images/headerbg_md.jpg");
		height: auto;
		background-size:contain;
		background-color: #B2DEE9;
	}
	#level .lec {
		width: auto;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.wcontrol {
		width: 100%;
	}
	#main {
		background-image:url("../images/headerbg_md.jpg");
		height: auto;
		background-size:contain;
		background-color: #B2DEE9;
	}
	#level .lec {
		width: auto;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav-link {
		font-size: 30px;
	}
	.navbar {
		padding: 6px 0;
	}
	.wcontrol {
		width: 100%;
	}
	#main {
		background-image: url("../images/headerbg_md.jpg");
		background-position: bottom center;
		background-repeat: no-repeat;
		height: 880px;
		background-size: cover;
	}
	#main {
		min-height: 1024px;
	}
	.mainpic {
		position: absolute;
		top: 3%;
		left: 0;
	}
	.subtitle {
		position: absolute;
		top: 44%;
		left: 8%;
	}
	.text02 {
		position: absolute;
		top: 608px;
		left: 10%;
	}
	.textspace {
		margin-top: 80px !important;
	}
	#level .lec {
		width: auto;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.wcontrol {
		width: 100%;
	}
	.mainpic {
		position: absolute;
		top: 3%;
		left: 3%;
	}
	.subtitle {
    position: absolute;
    top: 445px;
    left: 68px;
	}
	.text02 {
		position: absolute;
		top: 608px;
		left: 2%;
	}
}
