/* 자동차 길찾기 좌측 설명 */
.carleftinfo{position:absolute; left:0px; top:227px; z-index:15}

/* 자동차 길찾기 입력필드 */
.car_sch_field{position:absolute; left:0px; top:118px; z-index:100;}
.car_search_txt{position:absolute; left:18px; top:0px; width:255px;}
.carinput01{position:absolute; left:18px; top:38px; border:1px solid #d6d6d6; background-color:#f1f1f1; width:155px; height:20px; padding-top:3px;}
.car01_searthbtn{position:absolute; left:175px; top:38px;cursor:pointer;}
.carinput02{position:absolute; left:18px; top:61px; border:1px solid #d6d6d6; background-color:#f1f1f1; width:155px; height:20px; padding-top:3px;}
.car02_searthbtn{position:absolute; left:175px; top:61px;cursor:pointer;}
.car_carroutebtn{position:absolute; left:215px; top:38px;cursor:pointer;}
input{font-size:11px;font-family:dotum,돋움,sans-serif;}

/* 출발지 도착지 검색에 대한 검색어 리스트 */
.car_sch_serlist{position:absolute;left:18px; top:229px; width:253px; z-index:16;}
.sch_title{border-bottom:1px solid #e2e2e2;font-size:12px;color:#777777;font-family:dotum,돋움,sans-serif;padding-top:6px;padding-bottom:6px;padding-left:0px;}
.sch_map{top:0px;left:0px;height:100%;}
.pathSearch{top:0px;border-bottom:1px solid #e2e2e2;padding-left:0px;width:253px;margin-top:0px;margin-left:0px;}
.pathSearch li{border-bottom:1px dotted #e2e2e2;margin-left:0px;line-height:18px;font-size:12px;color:#777777;font-family:dotum,돋움,sans-serif;padding-left:5px;padding-top:6px;padding-bottom:6px;}
.pathSearch li a{font-size:12px;padding-left:0px;margin-left:0px;color:#777777;font-family:dotum,돋움,sans-serif;}
.addr{font-size:12px;}


/* 자동차길찾기 검색결과 */
.car_result{position:absolute;left:18px;top:229px;width:253px;z-index:100;}
.reset_btn{position:absolute;left:186px;top:0px;width:67px;height:18px;z-index:100;}
.routeview_btn{float:right;}
.summary_01{font-size:12px; color:#777777; border-bottom:1px solid #dbdbdb;}
.summary_title{width:253px;height:26px;}
.summary_01 ul{padding-left:0px;margin-top:0px;margin-left:0px;padding-bottom:12px;padding-top:12px;line-height:20px;}
.summary_02{margin-top:10px;font-size:12px;color:#777777;line-height:18px;border-bottom:1px solid #dbdbdb;}
.summary02_title{width:253px;height:26px;}
.summary_02 ul{padding-left:0px;margin-top:0px;margin-left:0px;padding-bottom:12px;padding-top:12px;line-height:20px;}


/* 지도위 출발,도착 아이콘*/
.map_click{position:absolute;left:12px;top:12px;background-image:url(/images/index2/map_s_e_icon.gif);height:70px;width:109px;z-index:16;margin-left:0px;padding-left:0px;}

/* firefox용*/

.mclk_start{
	position:absolute;left:8px;top:12px;height:43px;width:35px;
	background:transparent url(/images/index2/n_local_click_start.png) no-repeat scroll 0 0;
	CURSOR:pointer;
	}

.mclk_end{
	position:absolute;left:65px;top:12px;height:43px;width:35px;
	background:transparent url(/images/index2/n_local_click_arrive.png) no-repeat scroll 0 0;
	CURSOR:pointer;
	}

.mclk_start_on{
	position:absolute;left:8px;top:12px;height:43px;width:35px;
	background:transparent url(/images/index2/n_local_click_start_g.png) no-repeat scroll 0 0;
	CURSOR:pointer;
	}

.mclk_end_on{
	position:absolute;left:65px;top:12px;height:43px;width:35px;
	background:transparent url(/images/index2/n_local_click_arrive_g.png) no-repeat scroll 0 0;
	CURSOR:pointer;
	}

/* 인터넷익스플로용*/

.mclk_startIE{
	position:absolute;left:8px;top:12px;height:43px;width:35px;
	BACKGROUND:none transparent scroll repeat 0% 0%;
	FILTER:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/index2/n_local_click_start.png', sizingMethod='crop');
	CURSOR:pointer;
	}

.mclk_endIE{
	position:absolute;left:65px;top:12px;height:43px;width:35px;
	BACKGROUND:none transparent scroll repeat 0% 0%;
	FILTER:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/index2/n_local_click_arrive.png', sizingMethod='crop');
	CURSOR:pointer;
	}

.mclk_start_onIE{
	position:absolute;left:8px;top:12px;height:43px;width:35px;
	BACKGROUND:none transparent scroll repeat 0% 0%;
	FILTER:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/index2/n_local_click_start_g.png', sizingMethod='crop');
	CURSOR:pointer;
	}

.mclk_end_onIE{
	position:absolute;left:65px;top:12px;height:43px;width:35px;
	BACKGROUND:none transparent scroll repeat 0% 0%;
	FILTER:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/index2/n_local_click_arrive_g.png', sizingMethod='crop');
	CURSOR:pointer;
	}
