#key {
	background: url(../img/sitemap/key.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #FFF;
	font-size: 36px;
	line-height: 60px;
	padding: 59px 0 73px;
	text-shadow: 0px 1px 10px rgba(0, 0, 0, 1);
	font-weight: bold;
	letter-spacing: -1px;
}
section {
	padding-bottom: 102px;
}
section h2 {
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 6px;
	padding-top: 115px;
}
section #sec1 h2 {
	padding-top: 85px;
}
section ul li {
	display: inline-block;
	width: 32.5%;
	margin-top: 4px;
}
section ul li a {
	font-size: 20px;
	font-weight: bold;
	color: #56abd0;
	background: #f5f5f5;
	display: inline-block;
	line-height: 20px;
	padding: 26px 0 28px 22px;
	width: calc(100% - 23px);
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	position: relative;
}
section ul li a:hover {
	opacity: 0.8;
}
section ul li a:before {
	background: url(../img/sitemap/bnr-icon.png) no-repeat center top;
	width: 8px;
	height: 12px;
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
section ul li {
	display: block;
	width: 100%;
}
section h2 {
	padding-top: 10% !important;
}
section {
	padding-bottom: 10%;
}
}

@media only screen and (max-width: 414px) {
#key {
	font-size: 26px;
	padding: 13% 0;
}
section h2 {
	font-size: 19px;
}
section ul li a {
	font-size: 16px;
	padding: 17px 0 17px 3%;
	width: calc(100% - 3%);
}
}

@media only screen and (max-width: 320px) {
#key {
	font-size: 20px;
}
}
