#addressDiv {
	z-index: 90;
	width: 100%;
	background-color: white;
	z-index: 1;
}
#addressDiv .addressDetail:last-child {
	border-radius: 0 0 3px 3px;
	border-bottom: 1px solid #e8e8e8;
}
.addressDetail {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	height: 50px;
	cursor: pointer;
}
.addressJibun {
	font-size: 11px;
	color: #868e96;
}
.addressRoad {
	margin-top: 8px;
	margin-bottom: 5px;
	color: black;
	font-size: 14px;
}
.addressLeftDiv {
	width: 82%;
	float: left;
	padding-left: 10px;
	overflow: hidden;
	height: 39px;
}
.addressRightDiv {
	float: right;
	width: 10%;
	margin-top: 8px;
	margin-right: 10px;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	text-align: center;
}