/* 創意教室 / 數學步道 報名表 */
.trailbg--imgtw {
	background: url(../images/imgtw/trail/ma_03.png) center center no-repeat;
	height: 620px;
}
.trailbg--imgcn {
	background: url(../images/imgcn/trail/ma_03.png) center center no-repeat;
	height: 620px;
}
.trailbg--imgen {
	background: url(../images/imgen/trail/ma_03.png) center center no-repeat;
	height: 620px;
}
.roombg--imgtw {
	background: url(../images/imgtw/room/clas_03.png) center center no-repeat;
	height: 620px;
}
.roombg--imgcn {
	background: url(../images/imgcn/room/clas_03.png) center center no-repeat;
	height: 620px;
}
.roombg--imgen {
	background: url(../images/imgen/room/clas_03.png) center center no-repeat;
	height: 620px;
}
.signform .form-control {
	background-color: transparent;
	color: #fff;
}
.signform .fonrmtable tr.form-head td {
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
	text-align: center;
}
.signform .fonrmtable tr.form-note td {
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.signform .btn-submit {
	font-weight: 900;
}
.about-heading-pink {
	color: #C42464;
	text-align: center;
	margin-top: 50px;
}
.trail-swiper {
	width: 60%;
	margin: 20px auto;
}
.trail-swiper .swiper-slide {
	text-align: center;
}
.trail-swiper .swiper-slide h1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 18px;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.5);
	margin: 0;
	padding: 10px 15px;
	height: 68px;
	color: #fff;
	text-align: center;
}
.trail-swiper .swiper-button-next,
.trail-swiper .swiper-button-prev,
.trail-swiper .swiper-pagination {
	display: none !important;
}
@media (max-width: 480px) {
	.trail-swiper {
		width: 100%;
	}
	.trail-swiper .swiper-slide h1 {
		font-size: 12px;
		height: 70px;
		padding: 15px;
	}
}
