/* CSS Document */
main .subMenuBox {
	position: relative;
	width:760px;
	margin: 1em auto;
	padding:76px 0 0;
}
main .subMenu {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	box-sizing: border-box;
	margin:0;
	padding:0;
	list-style-type:none;
	background-color: inherit;
}
@media screen and (max-width:767.99px) {
main .subMenuBox {
	width:100%;
	padding:10% 0 0;
}
}

main .subMenu li {
	width:31.25%;
	height:100%;
	background-color: rgba(255,255,0, 0.3);
}
main .subMenu a {
	display:block;
	width:100%;
	height:100%;
	background-image:url(../bin/com/submenu.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	overflow: hidden;
	text-indent: -400px;
}
main .subMenu a:hover {
	opacity: 0.8;
	transition-duration: 0.3s;
}
main .subMenu2 {
	background-position: 0 50%;
}
main .subMenu3 {
	background-position: 0 100%;
}

#contents .wrapper {
	padding-top: 0 !important;
}