@charset "utf-8";

#jciMenu .singleColum .inner {
	padding-bottom: 0;
}

.jciMenu {
	width: 49%;
	height: 90px;
	margin: 0 auto 5px;
}

@media screen and (min-width: 458px) and (max-width: 1023px) {
	.jciMenu {
		height: 180px;
	}
}

.fll {
	float: left;
}

.flr {
	float: right;
}

.jciMenu a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out 0s;
}

.menuBg {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border: 1px #CCCCCC solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menuTit {
	padding: 5px 10px;
	color: #FFFFFF;
	font-size: 1rem;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	line-height: 1.2;
}

.jciMenu a:hover .menuBg:after {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.menuBg:after {
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out 0s;
	z-index: 2;
}

#greeting:after {
	background: url(../../img/en/en_president.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#officer:after {
	background: url(../../img/en/en_officers.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#organization:after {
	background: url(../../img/en/en_organization.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#contact:after {
	background: url(../../img/en/en_contact.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}