@charset "utf-8";
/* modal
-------------------------------------------------- */
#gyLayer {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	-ms-filter: "alpha(opacity=70)" !important;
	filter: alpha(opacity=70) !important;
	opacity: 0.70;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}

#mapGyLayer {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	-ms-filter: "alpha(opacity=70)" !important;
	filter: alpha(opacity=70) !important;
	opacity: 0.70;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}

.transmissionModal #transmissionModalOverLayer {
	width: 834px;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -417px;
	display: none;
	z-index: 1001;
}

.transmissionModal #transmissionModalOverLayer h3 {
	margin-bottom: 27px;
	font-size: 24px;
	color: #ffffff;
}

.transmissionModal #transmissionModalOverLayer #close {
	position: absolute;
	right: 0;
	top: -18px;
	cursor: pointer;
}

.transmissionModal #transmissionModalOverLayer .solutionBlockLink p {
	font-size: 15px;
}

.transmissionModal #transmissionModalOverLayer .solutionBlockLink .midTitle2 {
	margin-bottom: 0;
}

.transmissionModal #transmissionModalOverLayer .solutionBlockLink .smallTitle {
	font-size: 12px;
}

#overLayer {
	background: #FFF;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -440px;
	display: none;
	z-index: 1001;
}

.mapModal #transmissionModalOverLayer {
	width: 1024px;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -415px;
	display: none;
	z-index: 1001;
}

.mapModal #transmissionModalOverLayer h3 {
	margin-bottom: 27px;
	font-size: 24px;
	color: #ffffff;
}

.mapModal #transmissionModalOverLayer #close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 1002;
}

.mapModal #transmissionModalOverLayer .solutionBlockLink p {
	font-size: 15px;
}

.mapModal #transmissionModalOverLayer .solutionBlockLink .midTitle2 {
	margin-bottom: 0;
}

.mapModal #transmissionModalOverLayer .solutionBlockLink .smallTitle {
	font-size: 12px;
}

#overLayer {
	background: #FFF;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -440px;
	display: none;
	z-index: 1001;
}

#overLayer #close {
	position: absolute;
	right: 0;
	top: -56px;
	cursor: pointer;
}

#eventModal {
	border: 0;
}

.zoomHover {
	width: 230px;
	height: 110px;
	overflow: hidden;
	position: relative;
}

.zoomHover img {
	position: absolute;
	top: 0;
	left: 0;
}

.mask {
	opacity: 0;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 110px;
	overflow: hidden;
}

.alt {
	position: absolute;
	margin: -22px 0 0 -22px;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 43px;
	height: 43x;
}

.productsImgList .alt img {
	margin: 0;
	position: static;
}
