/* daon_store	지점등록 게시판 */
.lview {}

.sview {
	display: none;
}

.mview {
	display: none;
}

/* 상세보기 */
.store_view_left {
	width: 60%;
	float: left;
}

.store_view_right {
	width: 35%;
	float: right;
}

.store_view_right table {
	width: 100%;
	border-top: 1px solid #000;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.store_view_right table th {
	width: 20%;
	text-align: center;
	font-size: 1.1em;
	color: #000;
	vertical-align: middle;
	font-weight: normal;
	padding: 0;
	margin: 0;
	padding: 10px 0px;
	background: #f5f5f5;
	border-bottom: 1px solid #EEE;
}

.store_view_right table td {
	width: 80%;
	text-align: left;
	font-size: 1em;
	color: #000;
	vertical-align: top;
	padding: 10px 0 10px 15px;
	background: #fff;
	border-bottom: 1px solid #EEE;
}

.store_view_right table td>a {
	color: #333;
}

.store_view_right table td>a:hover {
	color: #000;
}

.store_view_left .swiper-wrapper img {
	width: 100%;
	height: auto;
}

.store_btn_lview {
	display: block;
	line-height: 35px;
	padding-left: 0 !important;
}

.store_btn_sview {
	display: none;
	line-height: 35px;
	padding-left: 0 !important;
}

/* 지도 매장 상세보기 오버레이 박스 */
.daon_customoverlay_view {
	position: absolute;
	left: 0;
	bottom: 80px;
	float: left;
	width: 200px;
	margin-left: -100px;
	padding: 0px;
	padding: 0px;
	border: 1px solid #ccc;
	background: #fff;
}

.daon_customoverlay_view:after {
	content: '';
	position: absolute;
	margin-left: -11px;
	left: 50%;
	bottom: -12px;
	width: 22px;
	height: 12px;
	background: url('./img/vertex_white.png')
}

.daon_customoverlay_view .title {
	display: block;
	text-align: center;
	padding-top: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	height: 40px;
	line-height: 36px;
	word-break: break-all;
}


/* 리스트 */
/* 지도 마커클릭시 나오는 매장 상세 커스텀 오버레이 */
.daon_customoverlay {
	display: block;
	position: relative;
	min-width: 250px;
	width: 100%;
	padding-bottom: 10px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.daon_customoverlay_arr {
	content: '';
	position: absolute;
	margin-left: -11px;
	left: 50%;
	bottom: -11px;
	width: 22px;
	height: 12px;
	background: url('./img/vertex_white.png')
}

.daon_customoverlay .title {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 16px;
	font-weight: bold;
	background-color: #295D95;
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	word-break: break-all;
}

.daon_customoverlay .addr {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 10px;
	line-height: 1.4em;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	white-space: normal;
}

.daon_customoverlay .tel {
	display: block;
	text-align: center;
	padding-top: 0px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.daon_customoverlay .tel a {
	font-size: 1em;
}

.daon_customoverlay .btn {
	display: block;
	background: url("./img/btn.png") no-repeat center center;
	position: relative;
	width: 100px;
	height: 24px;
	margin: 0 auto;
	text-align: center
}


/* 지도 아래 검색*/
.map_search_form {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	overflow: hidden;
	background: #f7f7f7;
}

.map_search_form ul {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.map_search_form ul li {
	float: left;
}

.map_search_form ul li.search1 {
	width: 20%;
}

.map_search_form ul li.search2 {
	width: 60%;
	padding: 0 2%;
}

.map_search_form ul li.search3 {
	width: 20%;
}

.map_search_form ul li select {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	padding-left: 10px;
}

.map_search_form ul li .store_search_input {
	width: 100%;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
}

.map_search_form ul li .store_search_submit {
	width: 100%;
	display: inline-block;
	border: 0;
	color: #fff;
	font-size: 1.15em;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	transition: 0.5s all ease;
	cursor: pointer;
}

.map_search_form ul li .store_search_submit:hover {
	background-color: #22a2dc;
	transition: 0.5s all ease;
}

.map_search_form ul li .store_search_submit i {
	font-size: 13px;
}




@media screen and (max-width: 1200px) {
	.store_view_left {
		width: 50%;
	}

	.store_view_right {
		width: 45%;
	}

	.store_view_left .swiper-slide img {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 768px) {
	.store_view_left {
		width: 100%;
		margin-bottom: 15px;
	}

	.store_view_right {
		width: 100%;
	}

	.lview {
		display: none;
	}

	.sview {
		display: block;
	}

	.mview {
		display: block;
	}
}

/* daon_store	지점등록 게시판 */