@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
body {
	padding: 0px;
	margin: 0px;
	background: url(image/bg2.jpg) no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	font-family: 'Roboto', sans-serif;
}
/*@media all and (min-width:768px)*/
.col-sm-2 {
    width: auto;
	min-width: 16.66% !important;
}
.clear {
	clear: both;
}
.header {
	background-color: rgba(0,0,0,0.5);
}
.logo {
	width: 45%;
	float: left;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 3px;
	text-align: left;
}
.portal-name {
	width: 45%;
	float: right;
	color: #fff;
	padding-right: 20px;
	font-size: 34px;
	font-weight: 500;
	text-align: right;
	padding-top: 18px;
}
.link-btn {
	width: 600px;
	float: left;
	text-align: left;
	margin-top: 120px;
	margin-left: 60px;
}
.gpms {
	margin-right: 55px;
	display: inline-block;
}
.gpms a {
	color: #044e7d;
	font-size: 36px;
	font-weight: 500;
	background: #fff;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 8px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 115px;
	line-height: 30px;
	position: relative;
	-moz-box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
}
.gpms a span.dash {
	font-weight: normal;
	font-size: 24px;
}
.gpms a span.icon-gpms {
	width: 87px;
	height: 74px;
	top: 25px;
	left: 55px;
	display: inline-block;
	position: absolute;
	transition: .1s ease-in-out;
	background: url(image/gpms-ic-nw.png) no-repeat 0px -74px;
}
.gpms a:hover span.icon-gpms {
	background: url(image/gpms-ic-nw.png) no-repeat 0px 0px;
}
.sa {
	margin-right: 55px;
	display: inline-block;
}
.sa a {
	color: #044e7d;
	font-size: 36px;
	font-weight: 500;
	background: #fff;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 8px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 115px;
	line-height: 30px;
	position: relative;
	-moz-box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
}
.sa a span.dash {
	font-weight: normal;
	font-size: 24px;
}
.sa a span.icon-sa {
	width: 87px;
	height: 74px;
	top: 25px;
	left: 55px;
	display: inline-block;
	position: absolute;
	transition: .1s ease-in-out;
	background: url(image/s&a-ic-nw.png) no-repeat 0px -74px;
}
.sa a:hover span.icon-sa {
	background: url(image/s&a-ic-nw.png) no-repeat 0px 0px;
}
