	@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: 345px;
	height: 345px;
	margin: auto;
	box-sizing: border-box;
	
	left: -345px;
	opacity: 0;
}

#dc_content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#unit_image {
	background: url('./unit-image_345x345.png') no-repeat center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	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%;
}