	/* Ä«Ä«¿À¸Ê */
	.map_wrap, .map_wrap * {margin:0;padding:0;font-family:'Spoqa Han Sans Neo', 'sans-serif', sans-serif;font-size:12px;}
	.map_wrap a, .map_wrap a:hover, .map_wrap a:active{color:#000;text-decoration: none;}
	.map_wrap {position:relative;width:100%;height:500px;}
	#menu_wrap {position:absolute;top:0;left:0;bottom:0;width:300px;margin:10px 0 30px 10px;z-index: 1;font-size:12px;overflow-y:auto;z-index:99;}
	.bg_white {background:#fff;}
	#menu_wrap .option{text-align: center;}
	#menu_wrap .option p {margin:10px 0;}  
	#menu_wrap .option form{padding:10px;display:flex;background-color:#25B7EA}
	#menu_wrap .option input#keyword{width:100%;height:35px;border:none;padding:0 10px}
	#menu_wrap .option button {margin-left:5px;width:80px;background-color:#000;color:#fff;border:0}
	#placesList{padding:10px;;}
	#placesList li {list-style: none;}
	#placesList .item {position:relative;border-bottom:1px solid #888;overflow: hidden;cursor: pointer;min-height: 65px;display:flex;}
	#placesList .item img{width:60px;height:60px}
	#placesList .item span {display: block;margin-top:4px;}
	#placesList .item h5{font-weight:800;font-size:11pt}
	#placesList .item h5, #placesList .item .info {width:100%}
	#placesList .item .info{padding:10px;text-align:left;word-break:keep-all;}
	#placesList .info .gray {color:#8a8a8a;}
	#placesList .info .jibun {padding-left:26px;background:url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/places_jibun.png) no-repeat;}
	#placesList .info .tel {color:#009900;}
	#placesList .item .markerbg {width:36px; height:37px;margin:0;background:url(http://mackerel.sijangcall.co.kr/img/pin.png) no-repeat;left:0}
	#placesList .item .marker_1 {background-position: 0 -10px;}
	#placesList .item .marker_2 {background-position: 0 -56px;}
	#placesList .item .marker_3 {background-position: 0 -102px}
	#placesList .item .marker_4 {background-position: 0 -148px;}
	#placesList .item .marker_5 {background-position: 0 -194px;}
	#placesList .item .marker_6 {background-position: 0 -240px;}
	#placesList .item .marker_7 {background-position: 0 -286px;}
	#placesList .item .marker_8 {background-position: 0 -332px;}
	#placesList .item .marker_9 {background-position: 0 -378px;}
	#placesList .item .marker_10 {background-position: 0 -423px;}
	#placesList .item .marker_11 {background-position: 0 -470px;}
	#placesList .item .marker_12 {background-position: 0 -516px;}
	#placesList .item .marker_13 {background-position: 0 -562px;}
	#placesList .item .marker_14 {background-position: 0 -608px;}
	#placesList .item .marker_15 {background-position: 0 -654px;}
	#pagination {margin:10px auto;text-align: center;}
	#pagination a {display:inline-block;margin-right:10px;}
	#pagination .on {font-weight: bold; cursor: default;color:#777;}
	/* .infoBox{padding:15px;background-image:none;font-size:10pt;} */


	.wrap{border:0 !important;border-radius:3px;}
	.wrap .infoBox {width: 286px;height: 100px;border-radius:0;border:0 !important;overflow: hidden;background: #fff;display:block !important}
    .wrap .infoBox:nth-child(1) {border: 0;box-shadow: 0px 1px 2px #888;}
    .infoBox .Mtitle {padding: 5px 0 0 10px;height: 30px;color:#fff;background-color:#25B7EA;border-bottom: 1px solid #ddd;font-size: 11pt !important;font-weight: bold;text-align:left;}
    .infoBox .close {position: absolute;top: 5px;right: 10px;color: #888;width: 15px;height: 15px;;background: url('http://mackerel.sijangcall.co.kr/img/close-w.png');}
    .infoBox .close:hover {cursor: pointer;}
    .infoBox .body {position: relative;;text-align:left;height:75px;overflow:hidden;}
    .infoBox .desc {position: relative;margin: 13px 0 0 65px;height: auto;}
    .desc .ellipsis {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .desc .jibun {font-size: 11px;color: #888;margin-top: -2px;}
    .infoBox .img {position: absolute;top: 6px;left: 5px;width: 50px;height: 50px;color: #888;overflow: hidden;}
	.infoBox .img img{width:50px;height:50px}
    .infoBox .link {color: #5085BB;}

	@media(max-width:768px){
		.map_wrap{height:auto;}
		#menu_wrap{position:relative;width:100%;margin:0}
		.map_wrap #map{height:500px !important}
	}