
.sBg{
background:rgba(200,200,200,0.8);
width:250px;
height:350px;
font-size:16px;
position: absolute;
overflow: hidden;
text-align: center;
}
.sMark{
	position: relative;
	width:200px;
	background-color: #1E88A8;
	color:#fff;
	transform: rotate(-45deg);
	top:15px;
	left:-70px;
	text-align: center;
}
.sContent{
	display: block;
	padding-top:30px;
	font-size:13px;
}
#goApply{
   position: fixed;
   bottom: 30px;
   right:30px;	
}
#site1{
	top:400px;
	left:580px;
}
#site2{
	top:400px;
	left:318px;
}
#site3{
	top:400px;
	left:55px;
}
#site4{
	top:850px;
	left:580px;
}
#site5{
	top:850px;
	left:318px;
}
#site6{
	top:850px;
	left:55px;
}
@keyframes upDown {
	0% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(20px);
	}
	100% {
	  transform: translateY(0);
	}
  }
  
  #goApply {
	animation: upDown 3s ease-in-out infinite;
  }

/*教職員、學生，按鈕分流處理*/
#UserType {
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

#UserType span {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}

#UserType span:nth-child(1) {
    background: #336699;
    margin-right: 10px;
}

#UserType span:nth-child(2) {
    background: red;
}

#UserType span a, a:link, a:visited, a:hover, a:active {
    color: #fff;
    text-decoration: none;
}

#clickMe {
    cursor: pointer;
}

/*End 教職員、學生，按鈕分流處理*/