@charset "UTF-8";

/* area icon */
.ico-region-seoul {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-seoul.png');background-size: 100%;}
.ico-region-busan {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-busan.png');background-size: 100%;}
.ico-region-daegu {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-daegu.png');background-size: 100%;}
.ico-region-incheon {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-incheon.png');background-size: 100%;}
.ico-region-gwangju {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-gwangju.png');background-size: 100%;}
.ico-region-daejeon {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-daejeon.png');background-size: 100%;}
.ico-region-ulsan {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-ulsan.png');background-size: 100%;}
.ico-region-gyeonggi {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-gyeonggi.png');background-size: 100%;}
.ico-region-ganwon {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-ganwon.png');background-size: 100%;}
.ico-region-chungbuk {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-chungbuk.png');background-size: 100%;}
.ico-region-chungnam {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-chungnam.png');background-size: 100%;}
.ico-region-jeonbuk {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-jeonbuk.png');background-size: 100%;}
.ico-region-jeonam {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-jeonam.png');background-size: 100%;}
.ico-region-gyeongbuk {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-gyeongbuk.png');background-size: 100%;}
.ico-region-gyeongnam {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-gyeongnam.png');background-size: 100%;}
.ico-region-jeju {display:inline-block;width:18px;height:14px;background-image:url('/img/03_Mechanics/ico-region-jeju.png');background-size: 100%;}

.empArea{
	width:8% !important;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url('/img/03_Mechanics/ico-arr-right.png');
	background-position: center;
	background-repeat: no-repeat;
}

.area{
	height:300px;
}

.area a{
	text-decoration:none;
	width:100%;
	height:100%;
}

.area li{
	cursor:pointer;
	float:left;
	width:39%;
	font-size:11pt;
	padding:10px 10px 10px 10px;
	text-align:left;
}

.area li label{
	cursor:pointer;
	font-size:8pt;
	font-weight:bold;
	color:gray;
	float:right;
}

#dosi ul li:hover{
	font-weight:bold;
	color:#89582e;
	border:2px solid #89582e !important;
}

#dosi{
	width:55%;
	background-color:#f4f4f4;
}

#dosi ul li{
	margin:5px 5px;
	background-color:#ffffff;
	border: 2px solid #ffffff;
}

#gugun ul li:hover{
	font-weight:bold;
	color:#89582e;
	background-color:#f4f4f4;
}

#gugun{
	border: 2px solid #f4f4f4;
	width:37%;
}

#gugun ul li{
	font-size:10pt;
}

.area ul{
	overflow-y:scroll;
	height:300px;
}

.act_area{
	font-weight:bold;
	color:#89582e;
	background-color:#f4f4f4;
}

.act_sido{
	font-weight:bold;
	color:#89582e;
	border:2px solid #89582e !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f4f4f4; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d8dbe2; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d8dbe2; 
}