	@charset "UTF-8";
/* CSS Document */


body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}


/* Div layer for the entire container. */
#dc_container {
	position: absolute;
	width: 325px;
	height: 325px;
	margin: auto;
	/* border: #000 1px solid; */
	box-sizing: border-box;
	/* background-color: #FFF; */
	
	left: -325px;
	opacity: 0;
}

#dc_content {
	position: absolute;
	width: 325px;
	height: 325px;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#unit_image {
	background: url('./unit-image_325x325.png') no-repeat center;
	background-size: cover;
	position: absolute;
	width: 325px;
	height: 325px;
	left: 0;
	top: 0;
}

#unitExt {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	cursor: pointer;
}

#dc_btnClose{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 10px;
	right: 10px;
	z-index: 999;
	cursor: pointer;
}

#dc_btnClose img {
	width: 100%;
	height: 100%;
}


