@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&subset=chinese-traditional');

.show-m, .show-t, .hide-d{
	display: none;
}
.show-d, .hide-m, .hide-t{
	display: block;
}
.clearboth{
	clear: both;
}
@media (max-width: 991px){
	.show-m, .show-d, .hide-t{
		display: none;
	}
	.show-t, .hide-m, .hide-d{
		display: block;
	}
}

@media (max-width: 575px){
	.show-t, .show-d, .hide-m{
		display: none;
	}
	.show-m, .hide-t, .hide-d{
		display: block;
	}
}

body{
	font-family: 'Noto Sans TC', sans-serif;
}
a{
	text-decoration: none;
	color: #222222;
}
a:hover{
	text-decoration: none;
	color: #3171b9;
}
.morelessbtn{
	margin-bottom: 50px;
}
.google-search{
	float: right;
	width: 250px;
}
.mobile-btn{
	float: right;
}
.m-btn{
	width: 30px;
	height: 25px;
	margin-right: 15px;
	margin-top: 37.5px;
	position: relative;
}
.m-btn:before, .m-btn:after{
	content: ""; 
	display: block;
	width: 30px;
	height: 3px;
	background: #3171b9;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.m-btn:before{
	top: 0px; 
	box-shadow: 0 11px #3171b9;
}
.m-btn:after{ 
	bottom: 0px;
	box-shadow: 0 0px #3171b9; 
}
.m-btn-a:before{ 
	top: 12px;
	box-shadow: none;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.m-btn-a:after{
	bottom: 10px;
	box-shadow: none;
	-webkit-transform: rotate(135deg); 
	transform: rotate(135deg); 
}
.mobile-menu{
	width: 100%;
	background-color: white;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 290;
	padding: 20px 20px 20px 20px;
}
.mm-block-o{
	height: 100%;
	display: flex;
	align-items:center;
}
.mm-block{
	width: 100%;
}
.mmenu-item{
	display: block;
	padding: 20px 0;
	width: 100%;
	color: #222222;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}
.mmenu-item:hover{
	color: #3171b9;
	text-decoration: none;
}
.header{
	position: fixed;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 300;
	background-color: white;
}
.header-blank{
	height: 100px;
	width: 100%;
}
.heroimg{
	height: 150px;
	width: 100%;
	background-image: url(../images/heroimg_s.jpg);
	background-size: cover;
	background-position: center;
}
.logo{
	float: left;
	padding: 15px;
}
.logo img{
	height: 70px;
}
.logotxt{
	line-height: 100px;
	font-size: 26px;
	color: #222222;
}
.sitemap{
	width: 100%;
	background-color: #EEE;
	padding: 50px 0 30px 0;
}
.sitemap li{
	list-style: none;
}
.sitemap ul{
	padding-left: 0px;
	font-size: 18px;
	color: #3171b9;
	margin-bottom: 15px;
}
.sitemap ul>li>ul{
	padding-left: 15px;
}

.sitemap .col ul ul{
	font-size: 16px;
	color: #222222;
}
.sbtn{
	margin-top: 100px;
	margin-bottom: -100px;
}
.sitemap-btn{
	display: inline-block;
	background-color: #c4d5e8; 
	left: 0;
	top: -88px;
	padding: 8px 20px 8px;
	line-height: 20px;
	color: white;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.sitemap-hr{
	background-color: #c4d5e8; 
	height: 2px;
	width: 100%;
	margin: 100px auto 0;
	text-align: center;
	border: 0px;
}
.footer{
	background-color: #3171b9;
	color: white;
}
.footer .container{
	padding: 30px 30px 50px; ;
}
.side-menu{
	margin: 30px 0;
}
.content{
	margin: 30px 0 0;
}
.smenu-item{
	display: block;
	padding: 10px;
	width: 100%;
	font-size: 18px;
	color: #222222;
	text-align: center;
	cursor: pointer;
}

.smenu-item-s-b{
	display: none;
}
.smenu-item-s{
	display: block;
	padding: 10px;
	width: 100%;
	font-size: 14px;
	color: #3171b9;
	text-align: center;
	cursor: pointer;
	background-color: #EEE;
}
.txt-blue{
	color: #3171b9;
}
.smenu-item-s:hover{
	background-color: #DDD;
	color: #3171b9;
	text-decoration: none;
}
.smenu-item:hover{
	background-color: #3171b9;
	color: white;
	text-decoration: none;
}

.title-bar{
	display: block;
	position: relative;
	height: 35px;
	width: 100%;
	margin: 15px 0 30px;
}
.title{
	display: inline-block;
	position: absolute;
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
	font-size: 28px;
	line-height: 35px;
	color: #3171b9;
	z-index: 21;
}
.title-hr{
	height: 1px;
	background-color: #BBB;
	position: absolute;
	top: 17px;
	width: 100%;
	z-index: 20;
}
.tc-bordered{
	border: 1px solid #DDD;
	border-top: 0px;
	border-radius: 0 0 5px 5px;
	padding: 30px;
}
.list{
	display: none;
}
.listshow{
	display: block;
}
.list-btn{
	cursor: pointer;
}
.list-btn:hover{
	color: #3171b9;
}
.list-title{
	font-size: 20px;
	margin-bottom: 15px;
	color: #3171b9;
}
.apply-ol li{
	margin-bottom: 15px;
}
.vlsi div, .prize div{
	margin-bottom: 15px;
}
.contact-div{
	margin: 15px 50px;
}
.shen div{
	margin-bottom: 15px;
	text-align: justify;
}
.ruletxt div{
	margin-bottom: 30px;
}