.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 300px;
    width: 100%;
}
.gallery-thumbs {
    height: 100px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
/*.map_wrap, .map_wrap * {margin:0; padding:0;font-family:'Malgun Gothic',dotum,'�룍��',sans-serif;font-size:12px;}
.map_wrap {position:relative;width:100%;height:350px;}*/
.btn_category {
    position: absolute;
    top: 125px;
    right: 15px;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    z-index: 999;
    background-color: #fff;
    cursor: pointer;
}
.btn_category:hover {
    background-color: #eee;
}
#category {
    display: none;
    position: absolute;
    top: 170px;
    right: 15px;
    border-radius: 5px;
    border: 1px solid #909090;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    background: #fff;
    overflow: hidden;
    z-index: 2;
}
#category.on {
    display: block;
}
#category li {
    float: left;
    list-style: none;
    width: 50px;
    border-right: 1px solid #acacac;
    padding: 6px 0;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}
#category li.on {background: #eee;}
#category li:hover {background: #ffe6e6;border-left:1px solid #acacac;margin-left: -1px;}
/*#category li:last-child{margin-right:0;border-right:0;}*/
#category li span:first-child {display: block;margin:0 auto 3px;width: 24px; height: 25px;}
#category li .category_bg {background:url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/places_category.png) no-repeat;}
#category li .bank {background-position: -10px 0;}
#category li .mart {background-position: -10px -36px;}
#category li .hospital {background-position: -10px -72px;}
#category li .oil {background-position: -10px -108px;}
#category li .cafe {background-position: -10px -144px;}
#category li .store {background-position: -10px -180px;}
#category li .category_bg.preschool {
    background: url(../image/zippalgo/marker/marker_preschool.png) no-repeat;
}
#category li.on .category_bg.preschool{
    background-position-x: -37px;
}
#category li .category_bg.school {
    background: url(../image/zippalgo/marker/marker_school.png) no-repeat;
}
#category li.on .category_bg.school{
    background-position-x: -37px;
}


#category li .category_bg.institute {
    background: url(../image/zippalgo/marker/marker_institute.png) no-repeat;
}
#category li.on .category_bg.institute{
    background-position-x: -37px;
}
#category li .category_bg.parking {
    background: url(../image/zippalgo/marker/marker_parking.png) no-repeat;
}
#category li.on .category_bg.parking{
    background-position-x: -37px;
}
#category li .category_bg.subway {
    background: url(../image/zippalgo/marker/marker_subway.png) no-repeat;
}
#category li.on .category_bg.subway{
    background-position-x: -37px;
}
#category li .category_bg.cultural {
    background: url(../image/zippalgo/marker/marker_cultural.png) no-repeat;
}
#category li.on .category_bg.cultural{
    background-position-x: -37px;
}
#category li .category_bg.estate {
    background: url(../image/zippalgo/marker/marker_estate.png) no-repeat;
}
#category li.on .category_bg.estate{
    background-position-x: -37px;
}
#category li .category_bg.panchayat {
    background: url(../image/zippalgo/marker/marker_panchayat.png) no-repeat;
}
#category li.on .category_bg.panchayat{
    background-position-x: -37px;
}
#category li .category_bg.tourist {
    background: url(../image/zippalgo/marker/marker_tourist.png) no-repeat;
}
#category li.on .category_bg.tourist{
    background-position-x: -37px;
}
#category li .category_bg.accommodations {
    background: url(../image/zippalgo/marker/marker_accommodations.png) no-repeat;
}
#category li.on .category_bg.accommodations{
    background-position-x: -37px;
}
#category li .category_bg.restaurant {
    background: url(../image/zippalgo/marker/marker_restaurant.png) no-repeat;
}
#category li.on .category_bg.restaurant{
    background-position-x: -37px;
}
#category li .category_bg.pharmacy {
    background: url(../image/zippalgo/marker/marker_pharmacy.png) no-repeat;
}
#category li.on .category_bg.pharmacy{
    background-position-x: -37px;
}



#category li.on .category_bg {background-position-x:-46px;}
#category li .category_tit{
    font-size: 11px;
}
.placeinfo_wrap {position:absolute;bottom:28px;left:-150px;width:300px;}
.placeinfo {position:relative;width:100%;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;padding-bottom: 10px;background: #fff;}
.placeinfo:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}
.placeinfo_wrap .after {content:'';position:relative;margin-left:-12px;left:50%;width:22px;height:12px;background:url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')}
.placeinfo a, .placeinfo a:hover, .placeinfo a:active{color:#fff;text-decoration: none;}
.placeinfo a, .placeinfo span {display: block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.placeinfo span {margin:5px 5px 0 5px;cursor: default;font-size:13px;}
.placeinfo .title {font-weight: bold; font-size:14px;border-radius: 6px 6px 0 0;margin: -1px -1px 0 -1px;padding:10px; color: #fff;background: #d95050;background: #d95050 url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center;}
.placeinfo .tel {color:#0f7833;}
.placeinfo .jibun {color:#999;font-size:11px;margin-top:10px;}

.margin300{
    margin-left: 300px;
}
.margin500{
    margin-left: 500px;
}
.footer_wrap {
    display: none;
}
.search_group {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.btn_wrap {
    text-align: left;
}
.btn_select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid rgba(0,0,0,0.12);
    font-size: 12px;
    line-height: 19px;
    letter-spacing: -.43px;
    display: inline-block;
    position: relative;
    height: 32px;
    padding: 6px 29px 5px 9px;
    border-radius: 2px;
    background-color: #fff;
    vertical-align: top;
    color: #444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn_select.on {
	border-color: #b71333;
    background: #b71333;
    color: #ffffff;
}

.btn_select_close_wrap {
	margin-top: 20px;
    text-align: center;
}
.btn_select_close {
    border: 1px solid rgba(0,0,0,0.12);
    font-size: 12px;
    line-height: 19px;
    padding: 10px 15px;
    border-radius: 2px;
    color: #444;
    background-color: #fff;
}
.select_ul {
    position: absolute;
    top: 45px;
    left: 0;
    border: 1px solid rgba(0,0,0,0.2);
    z-index: 20;
    /* width: 287px; */
    width: 475px;
    padding: 25px;
    background-clip: padding-box;
    background-color: #fff;
    white-space: normal;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}
.select_ul ul {
    margin-top: 30px;
}
.select_ul label {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 25px;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.select_ul label:before {
    position: absolute;
    top: 50%;
    height: 17px;
    margin-top: -8.5px;
    left: 0;
    width: 17px;
    border: solid 1px rgba(0,0,0,0.06);
    background-color: rgba(0,0,0,0.02);
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.select_ul input:checked + label:before {
    background-color: #b71333;
    border: none;
}
.select_ul .txt_help {
    font-size: 12px;
    margin-top: 20px;
    display: inline-block;
}
.search_method .select_ul {
    width: 250px;
}
.search_method .select_ul ul li {
    margin-bottom: 5px;
}
.search_method .select_ul ul li:last-child {
    margin-bottom: 0;
}
.search_method .select_ul input {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}
.select_ul button {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    width: 97px;
    height: 42px;
    margin: 0 -5px -2px 0;
    padding: 8px 0 9px;
    border: 1px solid #e6e6e6;
    text-align: center;
    background-color: #fff;
    outline:none;
}
.btn_reset {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 80px;
    height: 27px;
    border: 1px solid rgba(0,0,0,0.15);
    font-size: 12px;
    letter-spacing: -0.4px;
    color: #222;
    line-height: 27px;
    text-align: center;
}
input.input_range {
    padding: 0;
    width: 150px;
    text-align: center;
}
.range_bar {
    display: inline-block;
    margin: 0 30px;
}
.btn_unit1, .btn_unit4 {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 115px;
    width: 80px;
    height: 27px;
    border: 1px solid rgba(0,0,0,0.15);
    font-size: 12px;
    letter-spacing: -0.4px;
    color: #222;
    line-height: 27px;
    text-align: center;
}

.btn_unit2, .btn_unit3 {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 197px;
    width: 80px;
    height: 27px;
    border: 1px solid rgba(0,0,0,0.15);
    font-size: 12px;
    letter-spacing: -0.4px;
    color: #222;
    line-height: 27px;
    text-align: center;
}

.btn_unit1.on, .btn_unit4.on, .btn_unit2.on, .btn_unit3.on {
    background : #b71333;
    color: #fff;
}

.alert_new_prod {
    position: absolute;
    right: 15px;
    bottom: 125px;
    border: 1px solid #909090;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    background: #fff;
    overflow: hidden;
    z-index: 2;
    width: 500px;
    cursor: pointer;
}
.alert_new_prod .new_prod_head {
    padding: 10px 0;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    color: #fff;
    background-color: #b71333;
}
.alert_new_prod .new_prod_body {
    display: none;
    max-height: 426px;
    overflow-y: auto;
}
.alert_new_prod .new_prod_body.on {
    display: block;
}
.alert_new_prod li:after {
    display: block;
    content: '';
    clear: both;
}
.alert_new_prod .thumb {
    float: left;
    width: 150px;
    height: 142px;
    background-size: cover;
}
.alert_new_prod .desc_wrap {
    float: left;
    width: calc(100% - 150px);
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.alert_new_prod .desc_wrap .desc1 {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 10px;
}
.alert_new_prod .desc_wrap .desc2 {
    font-size: 15px;
    margin-bottom: 5px;
}
.alert_new_prod .desc_wrap .desc3 {
    margin-bottom: 5px;
}
.alert_new_prod .desc_wrap .desc4 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #4c94e8;
}
.alert_new_prod .desc_wrap .desc5 {
    font-size: 12px;
}
.filter_region {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 125px;
    z-index: 100;
    height: 40px;
    border: solid 0.5px #555;
    border-radius: 40px;
    background-color: #fff;
}
.filter_region.active {
    border-color: #dc3838;
}
.filter_btn_region {
    display: inline-block;
    position: relative;
    height: 40px;
    padding-left: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    vertical-align: top;
    color: #000;
}
.filter_btn_region img {
    height: 17px;
    vertical-align: middle;
}
.filter_region .area {
    display: inline-block;
    position: relative;
    height: 100%;
    padding: 0 16px 0 6px;
    line-height: 38px;
    vertical-align: middle;
    color: #999;
    border-right: 1px solid #eee;
}
.filter_region .area.active {
    color: #000;
}
.filter_region .area:first-of-type {
    padding-left: 4px;
}
.filter_region .area:last-of-type {
    border: none;
}
.filter_cnt_wrap {
    position: absolute;
    border: 1px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
    background-color: #fff;
    white-space: normal;
    z-index: 35;
    width: 380px;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 52px;
}

.area_list_wrap {
    position: relative;
}
.area_list_cnt {
    overflow-y: auto;
    max-height: 430px;
}
.area_list_cnt .area_list_item {
    display: block;
    float: left;
    width: 33.3%;
    height: 40px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    letter-spacing: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.area_list_cnt .area_list_item span {
    font-size: 14px;
    display: block;
    height: 100%;
    padding: 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.alert_new_tab {

}
.alert_new_tab thead tr th{
    font-size: 13px;
    font-weight: 600;
    background-color: #dc3838;
    color: #ffffff;
}
.search_group.search_wrap {
    margin-left: 30px;
}
.search_group.search_wrap select {
    width: 100px;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: -.43px;
    color: #444;
    font-weight: normal;
    height: 32px;
    vertical-align: inherit;
    background-size: 14px;
    background-position: 90% 11px;
}
.search_group.search_wrap .search_input {
    display: inline-block;
    width: 200px;
    height: 32px;
    margin-left: -4px;
    border: 1px solid #b4b4b4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_group.search_wrap .search_input input {
    width: 87%;
    height: 30px;
    border: none;
}
.search_group.search_wrap .search_input img {
    width: 14px;
}
.btn_map_type {
    position: absolute;
    top: 125px;
    right: 150px;
    font-size: 14px;
    z-index: 999;
}
.btn_map_type span {
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    z-index: 999;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
}
.call_btn {
	display: inline-block;
	font-size: 15px;
    background: #b71333;
    color: #ffffff;
    width: 130px;
    text-align: center;
    border: none;
    padding: 10px 25px;
    margin-top: 15px;
    border-radius: 5px;
}
/* .call_btn {
	font-size: 15px;
	color: #fff;
	background-color: #b71333;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 5px;
} */

.purchase_btn {
	display: inline-block;
	font-size: 15px;
    background: #0044cc;
    color: #ffffff;
    width: 130px;
    text-align: center;
    border: none;
    padding: 10px 25px;
    margin-top: 15px;
    border-radius: 5px;
}
.price_kor_txt {
	display: inline-block;
	width: 157px;
	text-align: center;
	margin-top: 10px;
	color: #0044cc;
	font-size: 14px;
}

/* partnerAll */
input[type="text"] {
	height: 30px;
}
select {
	height: 30px;
}
/* 지도 위 지역 + 카운트 */
.iw_content {
	position: relative;
	margin-left: 23px;
	top: 75px;
	border-radius: 6px;
	float: left;
}

.iw_content .title {
	display: block;
	text-align: center;
	background: #fff;
	margin-right: 35px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
}

.iw_content .title:after {
	border-top: 0px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	content: "";
	position: absolute;
	bottom: 47px;
	left: 85px;
}

.custom_overlay {
	background: #0008ff;
	width: 100%;
	height: auto;
	border-radius: 25px;
	padding: 5px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
}

.custom_overlay_wrap {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 20px;
	cursor: pointer;
}

.custom_overlay_wrap .custom_title {
	display: block;
	color: #fff;
	font-size: 12px;
	border-radius: 20px 0 0 20px;
	background-color: #0044cc;
	height: 20px;
	min-width: 30px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #fff;
	border-right: none;
	padding: 0 10px;
	letter-spacing: -1px;
}

.custom_overlay_wrap .custom_cnt {
	display: block;
	color: #000;
	font-size: 12px;
	border-radius: 0 20px 20px 0;
	background-color: #fff;
	height: 20px;
	min-width: 15px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #fff;
	border-right: none;
	padding: 0 7px 0 3px;
	letter-spacing: -1px;
}

/* 메뉴영역 */
.menu_wrap {
	width: 100%;
	height: 104px;
	background: #fff;
}

.top_menu_wrap {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

.left_menu_wrap {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	margin: 0 10px 0 20px;
	min-width: 785px;
}

.left_menu_wrap>ul {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
}

.left_menu_wrap>ul>li {
	margin: 0 5px;
	padding: 0 5px;
	width: auto;
	text-align: center;
}

.left_menu_wrap>ul>li.on {
	border-bottom: 5px solid #dc3838;
	padding-bottom: 5px;
}

.left_menu_wrap>ul>li>a {
	font-size: 14px;
}

.right_menu_wrap {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	margin: 0 10px 0 20px;
	min-width: 615px;
}

.right_menu_wrap>ul {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 11px;
}

.right_menu_wrap>ul>li {
	margin: 0 12px;
	text-align: center;
	width: auto;
}

.right_menu_wrap>ul>li>a {
	font-size: 14px;
	display: block;
	height: 26px;
	width: 100%;
	line-height: 26px;
	padding: 5px 10px;
}
/* 오늘의 신규매물 */
.today_new {
	color: #fff;
	background: #b71333;
}
/* 영상 제공매물 */
.video_apply {
	color: #fff;
	background: #640b9b;
}
/* 가격인하 매물 */
.price_down {
	color: #fff;
	background: #0044cc;
}
/* 리스트로 보기 */
.list_view {
	color: #fff;
	background: #ffa600;
}
/* 검색영역 */
.top_search_wrap {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

.top_search_wrap .left_search_wrap {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	margin: 0 10px 0 15px;
	padding-top: 15px;
}

.top_search_wrap .left_search_wrap>ul {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

.top_search_wrap .left_search_wrap>ul>li {
	margin: 0 2px;
	width: auto;
	min-width: 80px;
	text-align: center;
}

.top_search_wrap .left_search_wrap>ul>li:nth-child(1) {
	margin-left: 10px;
}

.top_search_wrap .left_search_wrap>ul>li>a {
	font-size: 12px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	display: block;
	padding: 8px 18px;
	color: #444;
}

.top_search_wrap .left_search_wrap>ul>li>a.on {
	color: #fff;
	background-color: #b71333;
	border: 1px solid #b71333;
}

.search_box {
	height: 30px;
	padding-right: 30px;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.search_sub_box {
	height: 30px;
	width: 100px;
	padding-right: 30px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	padding-right: 30px;
}

#resetBtn {
	margin-left: 5px;
    border: 1px solid #b71333;
    color: #b71333;
    background: #fff;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

#searchBtn {
    cursor: pointer;
    width: 20px;
    padding: 5px;
}

.search_menu_wrap {
	position: absolute;
	z-index: 3;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	margin-top: 5px;
	width: 452px;
	height: auto;
	padding: 20px;
	text-align: left;
}

.search_menu>h2 {
	margin-bottom: 10px;
}

.search_menu .price_convert_wrap {
	position: absolute;
	top: 17px;
	left: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.search_menu .area_convert_wrap {
	position: absolute;
	top: 17px;
	left: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.search_menu .area_convert_wrap>a, .search_menu .price_convert_wrap>a {
	font-size: 12px;
	border: 1px solid #e6e6e6;
	width: 40px;
	display: inline-block;
	line-height: 22px;
	height: 22px;
	text-align: center;
}

.search_menu .area_convert_wrap>a.on, .search_menu .price_convert_wrap>a.on
	{
	border: 1px solid #b71333;
	background-color: #b71333;
	color: #fff;
}

.search_menu .search_delete_btn {
	font-size: 12px;
	display: block;
	position: absolute;
	top: 17px;
	right: 21px;
	width: 60px;
	border: 1px solid #b71333;
	color: #b71333;
	text-align: center;
	padding: 5px 0;
}

.search_non_btn {
	font-size: 12px;
    display: block;
    width: 60px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}
.search_manual_btn {
    font-size: 12px;
    display: block;
    width: 60px;
    height: 28px;
    border: 1px solid #b71333;
    color: #b71333;
    text-align: center;
    line-height: 28px;
}

.search_menu>ul {
	display: grid;
	grid-template-columns: repeat(5, 90px);
	text-align: center;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	margin-bottom: 25px;
}

.search_menu>ul>li {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.search_menu>ul>li.on {
	border-right: 1px solid #b71333;
	border-bottom: 1px solid #b71333;
}

.search_menu>ul>li.on .search_item, .search_menu>ul>li.on .check_item {
	color: #fff;
	background-color: #b71333;
}

.search_menu>ul>li.on .range_item {
	color: #fff;
	background-color: #b71333;
}

.search_menu>ul>li.range {
	border-right: 1px solid #b7133399;
	border-bottom: 1px solid #b7133399;
}

.search_menu>ul>li.range>.range_item {
	color: #fff;
	background-color: #b7133399;
}

.search_menu>ul>li:nth-child(5n) {
	border-right: 1px solid #e6e6e6;
}

.search_menu>ul>li .search_item, .search_menu>ul>li .range_item, .search_menu>ul>li .check_item {
	font-size: 12px;
	display: block;
	padding: 10px 0;
}

.search_item_close {
	border: 1px solid rgba(0, 0, 0, 0.12);
	font-size: 12px;
	line-height: 19px;
	padding: 5px 15px;
	border-radius: 2px;
	color: #444;
	background-color: #fff;
}

.search_text_wrap {
	margin-bottom: 20px;
	text-align: center;
	height: 70px;
}

.search_text_wrap>div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.search_text_wrap>div:nth-child(1) {
	margin-bottom: 10px;
}

.search_text {
	text-align: center;
	width: 150px !important;
	border: 1px solid #e6e6e6 !important;
	padding-right: 12px !important;
}

.search_text_kor {
	display: inline-block;
	width: 150px;
	font-size: 14px;
	color: #b71333;
	font-weight: 600;
}

.search_text_gubn {
	margin: 0 20px;
}

/* 지역검색, 일반/위성지도 보기, 주변시설보기, 광고 영역 */
.area_search_wrap {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: calc(247px/ -2);
	z-index: 1;
	background-color: #fff;
	width: 247px;
	height: 38px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	align-content: center;
}

.area_search_wrap>img {
	height: 17px;
	vertical-align: middle;
	margin: 0 10px;
}

.area_search_wrap>a {
	color: #999;
	margin: 0 5px;
}

.area_result_wrap {
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: calc(300px/ -2);
	z-index: 1;
	background-color: #fff;
	width: 300px;
}

.area_result_wrap>ul>li {
	height: 38px;
	line-height: 38px;
}

.area_result_wrap>ul>li>a {
	font-size: 13px;
	display: block;
	width: 100%;
	height: 100%;
}

.area_result_wrap>ul>li>a.on {
	color: #fff;
	background-color: #b71333;
}

.area_result_wrap>ul {
	display: grid;
	grid-template-columns: 100px 100px 100px;
	text-align: center;
}

.around_search_wrap {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	display: flex;
	align-content: center;
	justify-content: center;
	text-align: center;
	line-height: 35px;
}

.zoom_control {
	margin-right: 5px;
}

.zoom_control a {
	display: inline-block;
    font-size: 30px;
    background: #fff;
    border-radius: 5px;
    width: 65px;
    height: 33px;
    border: 1px solid #bfbfbf;
}

.zoom_control a>img {
	width: 20px;
    padding-bottom: 3px;
}

.around_search_wrap .map_btn {
	background-color: #fff;
	width: 65px;
	height: 35px;
	margin-right: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.around_search_wrap .map_btn.on {
	background-color: #b71333;
	color: #fff;
}

.around_btn {
	background-color: #fff;
	width: 110px;
	height: 35px;
	border-radius: 5px;
	cursor: pointer;
}

.around_category {
	top: 50px !important;
	right: 0 !important;
	height: 150px;
	display: none;
	grid-template-columns: repeat(9, 50px);
	grid-template-rows: 75px 75px;
}

/* 리스트 영역 */
.list_wrap {
	position: absolute;
	top: 178px;
	left: 0;
}

.list_close_btn {
	position: absolute;
	right: -45px;
	z-index: 1;
	top: 32px;
}

.list_close_btn>a {
	background-color: #fff;
	padding: 10px 15px;
}

.list_content {
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
}

.list_content .left_wrap {
	width: 500px;
	background: #fff;
	height: calc(100vh - 178px);
	z-index: 2;
	overflow: hidden;
}

.list_content .left_wrap>ul {
	overflow-y: scroll;
	height: 100%;
}

.list_content .left_wrap>ul>li {
	position: relative;
	min-height: 180px;
	border-bottom: 1px solid #ccc;
	/* margin: 10px; */
	padding: 5px;
}

.list_content .left_wrap>ul>li.on {
	border: 5px solid #b71333;
}

.list_content .left_wrap>ul>li .header_wrap {
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	margin: 5px 0;
	height: 30px;
}

.list_content .left_wrap>ul>li .header_wrap .left_header {
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

.list_content .left_wrap>ul>li .header_wrap .left_header>p {
	display: inline-block;
	padding: 4px 8px;
	color: #000;
	font-size: 14px;
	border: 1px solid #000000;
	margin-left: 2px;
}

.list_content .left_wrap>ul>li .header_wrap .left_header>p.nm1 {
	padding: 5px 10px;
	color: #fff;
	background-color: #b71333;
	border: none;
}

.list_content .left_wrap>ul>li .header_wrap .left_header>p.nm2 {
	padding: 5px 10px;
	color: #fff;
	background-color: blue;
	border: none;
}

.list_content .left_wrap>ul>li .header_wrap .left_header>p.nm3 {
	padding: 5px 10px;
	color: #ffffff;
	background-color: #8500ff;
	border: none;
}

.list_content .left_wrap>ul>li .header_wrap .left_header>p.nm4 {
	padding: 5px 10px;
	color: #ffffff;
	background-color: #b71333;
	border: none;
}

.list_content .left_wrap>ul>li .header_wrap .right_header {
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	width: 230px;
}

.list_content .left_wrap>ul>li .header_wrap .right_header p {
	font-size: 14px;
	font-weight: 600;
	margin: 5px 0;
	text-align: center;
}

.list_content .left_wrap>ul>li .header_wrap .right_header p.col1 {
	text-align: right;
	color: #0044cc;
}

.list_content .left_wrap>ul>li .header_wrap .right_header p.col2 {
	text-align: right;
	color: #ff0000;
}

.list_content .left_wrap>ul>li .header_wrap .right_header p.col3 {
	text-align: right;
	color: #640b9b;
}

.list_content .left_wrap>ul>li .header_wrap .right_header p.col4 {
	text-align: right;
	color: #13ad13;
}
.list_content .left_wrap>ul>li .header_wrap .right_header p.nm5 {
	padding: 5px 10px;
	color: #fff;
	background-color: blue;
	border: none;
}
.list_content .left_wrap>ul>li .header_wrap .right_header p.nm6 {
	padding: 5px 10px;
	color: #fff;
	background-color: #13ad13;
	border: none;
}
.list_content .left_wrap>ul>li .header_wrap .right_header p.nm7 {
	padding: 5px 10px;
	color: #fff;
	background-color: #b71333;
	border: none;
}

.list_content .left_wrap>ul>li .body_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.list_content .left_wrap>ul>li .body_wrap .left_body {
	width: 50%;
	margin-right: 5px;
}

.list_content .left_wrap>ul>li .body_wrap .right_body {
	/* width: 50%; */
	margin: 20px 0 0;
	width: 230px;
	height: 200px;
	background-size: cover;
	background-position: center;
}

.more_btn {
	min-height: 50px !important;
	text-align: center;
	background-color: #b71333;
	line-height: 50px;
}

.more_btn a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

.more_btn.more_last {
	background-color: #cccccc;
}

.body_text1 {
	font-size: 20px;
	font-weight: 600;
}

.body_text2 {
	font-size: 20px;
	color: #4c94e8;
	font-weight: 600;
}

.body_text3 {
	font-size: 1em;
	color: #4c94e8;
	font-weight: 600;
}

.body_text4 {
	font-size: 15px;
	color: #4c94e8;
	font-weight: 600;
}

.body_text5 {
	font-size: 14px;
	color: #555;
}

.list_content .right_wrap {
	width: 500px;
	background: #fff;
	height: calc(100vh - 178px);
	z-index: 2;
	overflow: hidden
}
/* 광고팝업 */
.layer_modal_ad_view2 {
	top: 253px;
	right: 20px;
}
/* 가격정렬(리스트로보기) */
.area_select_wrap {
	height: 45px;
	padding: 0 32px 0 3px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.area_select_wrap .area_select_cnt {
    padding: 11px 0 9px 10px;
}

.area_select_wrap .area_select_item {
    display: inline-block;
    padding: 3px 5px 4px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.area_select_wrap>div {
	cursor: pointer;
}

.area_select_wrap>div:nth-child(2n+1) {
	width: 90px;
	text-align: center;
	font-weight: 500;
	color: #444;
}

.area_select_wrap>div.on, .area_select_wrap>div.up, .area_select_wrap>div.down {
	color: #b71333;
}

.area_select_wrap .typeSortSearch {
	border: 1px solid #b71333;
	color: #b71333;
	background: #fff;
	padding: 9px 10px;
	font-size: 13px;
	cursor: pointer;
}

.area_select_wrap .typeNewSet {
	display: inline-block;
	background: #b71333;
	color: #fff;
	font-size: 13px;
	padding: 10px 20px;
}

.item_border_wrap {
	border: 5px solid #b71333;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 0px;
    top: 0px;
}