@charset "utf-8";

/* 메인 Search */
#search{
	position: relative;
	min-height: 348px;
	/*background-color: #fff;*/
	box-shadow: 0px 2px 5px 0px #ccc;
	z-index: 1;
}
.searchBox{
	position: relative;
	padding: 50px 10px 70px 10px;
}
.rec{
	position: relative;
}
.rec>li{
	padding: 0 5px 5px 0;
}
.rec>li>a{
	font-style: italic;
	text-decoration: underline;
	color: #666;
	padding: 2px 7px;
}
.rec>li:nth-child(1){
	margin-left: 76.89px;
	padding: 0 5px 5px 0;
}
.rec>li:nth-child(1){
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 400;
/*	font-style: italic;*/
	color: #666;
}
.recKeyword>ul>li{
	padding: 0 10px 0 10px;
	color: #666;
}
.recKeyword>ul>li:first-child{
	font-weight: 300;
}
.recKeyword>ul>li>a{
	text-decoration: underline;
	font-style: italic;
	color: #666;
}

.searchBar{
/*	position: relative;*/
}
.searchBar>li:nth-child(1){
	padding-right: 20px;
}
.searchBar>li:nth-child(1)>label{
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
}
#searchCltrNm{
	width: 900px; /*800px*/
	height: 50px;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
	border: 4px solid #303030;
	/*border-radius: 5px !important;*/
}
.smallbox{
	position: relative;
	width: 1200px;
	height: 78px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-right: 225px;
	box-sizing: border-box;
}
.caNo{
	position: relative;
/*	width: 50%;*/
	float: left;
}
.mq_block{
	display: none;
}
.wave{
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	margin: 0 15px;
	color: #777;
}
.caNo>li:nth-child(1){
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	padding-right: 20px;
}
.caNo>li:nth-child(2){
	padding-right: 10px;
}
.caNo>li:nth-child(2)>select{
	width: 120px;
	height: 30px;
	padding-right: 10px;
}
.caNo>li:nth-child(3){
	font-size: 16px;
	line-height: 30px;
	padding-right: 15px;
}
.caNo>li:nth-child(4)>input{
	width: 120px;
	height: 30px;
	font-size: 1.2em;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid rgb(169,169,169);
}
.caCal{
	position: relative;
	float: right;
}
.caCal>li:nth-child(1){
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	padding-right: 20px;
}
.date{
	width: 140px;
	height: 32px;
}
#topSearchBtn{
	position: absolute;
	top: 75px;
	right: 10px;
	font-size: 24px;
	font-weight: 400;
	width: 150px;
	height: 104px;
	color: #fff;
	border: none;
	background-color: #303030;
	transition: all .2s ease;
}
#topSearchBtn:hover{
	background-color: #404040;
}
/* tabBox */
.tabBox{
	position: relative;
	width: 100%;
	height: 74px;
	padding-top: 20px;
}
.tabBox>ul>li{
	width: 20%;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #303030;
}
.tabBox>ul>li:not(:first-child){
	border-left: none;
}
.tabBox>ul>li:hover{
	background-color: #fafafa;
}
.tabBox>ul>li:hover>a{
	font-weight: 500;
	color: #303030;
}

/*.tabBox>ul>li:first-child{
	background-color: #303030;
}
.tabBox>ul>li:first-child>a{
	font-weight: 500;
	color: #fff;
}*/

.tabBox>ul>li.on{
	background-color: #fff;
	border-bottom: none;
	/*border-left: none;*/
}
.tabBox>ul>li.on>a{
	color: #303030 !important;
	font-weight: 500 !important;
}
.tabBox>ul>li:last-child{
	margin-right: 0 !important;
}
.tabBox>ul>li>a{
	display: block;
	font-size: 16px;
	line-height: 50px;
	font-weight: 500;
	width: 100%;
	height: 100%;
	color: #fff;
}
#searchContBox>div.on{
	display: block;
}
#searchContBox>div{
	width: 100%;
	display: none;
}
/* 물건종류  */
.mulgunBox{
	display: none;
}
.selBox{
	position: relative;
	width: 100%;
}
.selBox>ul{
	padding: 23px 0 23px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.selBox>ul:first-child{
	margin-top: 33px;
	/*border-top: 1px solid rgba(0,0,0,.1);*/
}
.firstChk{
	display: inline-block;
	width: 150px;
	padding: 5px 0 5px 0;
	font-weight: 500 !important;
	font-size: 16px !important;
}
.sangseChk{
	position: relative;
	width: 1030px;
}
.sangseChk>li{
	width: 16%;
	padding: 7px 0 7px 0;
	font-size: 1.15em;
	font-weight: 300;
}
.selChkBox{
	position: relative;
	width: 100%;
	min-height: 100px;
	padding: 40px 0 40px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	display: none; /* 더보기 클릭시 풀기 */
}
.selChkBox>div:first-child{
	max-width: 1180px;
}
.selChkBox>div:first-child>ul>li{
	padding: 2px 2px 2px 5px;
	margin: 2px 5px;
	border: 2px solid #303030;
	border-radius: 4px;
}
.selChkBox>div:first-child>ul>li>a{
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.selChkBox>div:first-child>ul>li>a::after{
	content: "×";
	display: block;
	position: static;
	float: right;
	top: 0;
	right: 0;	
	width: 20px;
	height: 22px;
	font-size: 20px;
	line-height: 20px;
	padding-left: 10px;
	color: #999;
}
.etc{
	/*display: none;*/
}
.plusbtn{
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #242424 0%, #303030 100%);
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	z-index: 99;
}

/* 소재지 */
/* 물건 소재지 */
.sojaejiCont{
	padding: 0;
}
.sojaejiBtnBox>li{
	border: 1px solid rgba(169,169,169);
	background-color: #fff;
}
.sojaejiBtnBox>li:hover{
	background-color: #f0f0f0;
}
.sojaejiBtnBox>li:hover>a{
	color: #303030;
}
.sojaejiBtnBox>li.on{
	background-color: #303030;
}
.sojaejiBtnBox>li.on>a{
	color: #fff !important;
}
.sojaejiBtnBox>li>a{
	color: #303030;
	line-height: 30px;
	padding: 3px 25px 3px 25px;
}
.sojaejiBtnBox>li:nth-child(2){
	border-left: none;
	border-right: none;
}
#sojaejiContBox>ul.on{
	display: block;
}
#sojaejiContBox>ul{
	display: none;
}
.sojaejiSelBox{
	margin-top: 12px;
}
.sojaejiSelBox>li:not(:nth-child(1)){
	margin-left: 8px;
}
.addsojae{
	margin-top: 5px;
	margin-left: 0 !important;
}
.addsojaeBox>select{
	width: 140px;
	height: 32px;
}
.addsojaeBox>select:not(:first-child){
	margin-left: 8px;
}
.addbubwon{
	margin-top: 5px;
	margin-left: 0 !important;
}
.addgye{
	margin-top: 5px;
}
.sojaejiSelBox>li>select{
	width: 140px;
	height: 32px;
}
.sojaejiSelBox>li>input{
	width: 140px;
	height: 32px;
	padding: 0 5px 0 5px;
	font-size: 14px;
	border: 1px solid rgb(169,169,169);
}
/* 역세권 */
.subway_sudoBtn{
	background-image: linear-gradient(to bottom, #242424 0%, #303030 100%) !important;
	color: #fff !important;
}
.subwayBtnBox>li>a{
	color: #303030;
	line-height: 30px;
	border: 1px solid rgb(169,169,169);
	padding: 3px 25px 3px 25px;
	background-image: linear-gradient(to top, #fff 0%, #fafafa 100%);
}
.subwayBtnBox>li:not(:nth-child(5))>a{
	border-right: none;
}
.subwayMap>li{
	margin-top: 13px;
}
.gamjeongga{
	float: left;
}
.minPrice{
	float: right;
}
.priceinBox{
	margin-top: 33px;
	min-height: 82px;
	/*border-top: 1px solid #eee;*/
	border-bottom: 1px solid #eee;
}
.priceinBox>ul{
	position: relative;
	margin-top: 0 !important;
	border: none;
	padding: 23px 0 23px 0;
}
.gamjeongga>li:nth-child(3), .minPrice>li:nth-child(3){
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	margin: 0 19px 0 19px;
}
.area{
	min-height: 180px;
	margin-top: 0;
	border-top: none;
}
.area-field{
	float: left;
	width: 436px;
}
.area-field>li:nth-child(3),.area-field>li:nth-child(4){
	float: right;
}
.area-updown,.area-resetBtn{
	float: right;
	color: #999;
}
.area-updown{
	padding-right: 15px;
}
.area-updown::after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 18px;
	top: 25px;
	right: 94px;
	background-color: #eee;
}
.area-resetBtn{
	padding-left: 20px;
	margin-left: 15px;
	background-position: -1176px -9px;
}
.arc-field{
	float: right;
}
.field-slider{
	float: left;
	padding-top: 0px !important;
}
.field-slider .wave{
	margin: 0 14px;
}
.fs-right{
	float: right;
}
.sliderBox{
	width: 280px;
}

.special-allChk{
	padding: 10px 0 10px 0 !important;
	border-bottom: none !important;
}
.special-allChk>.sangseChkBox>ul{
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.special-selChk{
	/*border-top: 1px solid #eee;*/
	padding: 10px 0 10px 0 !important;
}
.specialChk li{
	width: 20%;
	position: relative;
}
.sagun-radioBox{
	position: relative;
	min-height: 100px;
	margin-top: 33px;
	/*border-top: 1px solid #eee;*/
	border-bottom: 1px solid #eee;
	padding: 23px 0 23px 0;
}
.sagun-radioBox span{
	padding: 0;
}
.sagun-rB-left{
	float: left;
	width: 50%;
}
.sagun-rB-left>div.col-8{
	padding-bottom: 23px;
	/*border-bottom: 1px solid #eee;*/
}
.sagun-rB-left>div.col-8>label{
	padding-right: 40px;
}
.sagun-rB-right{
	float: right;
}
.sagun-radioBox label{
	font-weight: 300;
	padding-right: 26px;
	font-size: 1.15em;
}
.last-radio{
	padding-right: 0 !important;
}
.first-radioBtn{
	/*margin: 3px 3px 0 158px;*/
}
.ingx{
	float: left;
	margin-left: 150px;
	/*padding-top: 23px;*/
}
.sangseView{
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 30px;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	background-image: linear-gradient(to bottom, #242424 0%, #303030 100%) !important;
	box-shadow: 0px 2px 6px #aaa;
	z-index: 2;
	display: none;
}
.btnBox{
	position: relative;
	min-height: 100px;
	padding-top: 30px;
}
#botSearchBtn{
	position: absolute;
	right: 0;
	font-size: 18px;
	font-weight: 400;
	width: 140px;
	height: 72px;
	color: #fff;
	border: none;
	background-color: #303030;
}
.searchResetBtn{
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	width: 90px;
	color: #999;
	text-align: right;
	background-position: -1177px -6px;
	cursor: pointer;
}
.searchResetBtn:hover{
	color: #303030;
	font-weight: 500;
	background-position: -1177px -195px;
}
.selVal{
	background-color: #f2f8fb;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 2px 7px;
	margin: 2px;
	display: inline-block;
}
.circle_tooltip{
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	color: #fff;
	font-size: 1em;
	line-height: 15px;
	background-color: #1cbbb4;
	right: 5px;
	top: 14px;
	text-align: center;
}
.topSearchBtnTxt,.botSearchBtnTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: fit-content;
	transform: translate(-50%,-50%);
}
.bubwonPlus, .sojaePlus, .sojaeMinus, .bubwonMinus{
	display: block;
	height: 32px;
	background-color: #4d606e;
	text-align: center;
	color: #fff;
	line-height: 32px;
	cursor: pointer;
	border: none;
	border-radius: 4px;
}
.def_sojae_btn {
	display: block;
	height: 32px;
	background-color: #4d606e;
	text-align: center;
	color: #fff;
	line-height: 32px;
	cursor: pointer;
	margin-left: 8px;
	border: none;
	border-radius: 4px;
	padding: 0px 10px;
}