@charset "utf-8";

.search_top{
	position: relative;
	min-height: 415px;
	margin-top: 155px;
	/*background: url(../images/main_banner1.jpg) no-repeat -400px -70px;*/
	background-color: #d5e3e6;	
}
.main_search_box{
	position: relative;
	width: 620px;
	margin: 0 auto;
}
.search_copy{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;	
	padding-top: 35px;
}

.rec_span{
	display: inline-block;
	padding: 2px 10px;
	margin-right: 5px;
	background-color: #202020;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}
.main_search_input_box{
	position: relative;
	padding-top: 24px;
	padding-bottom: 5px;
}
#main_search_input{
	width: 100%;
	height: 45px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
}
#main_search_btn{
	position: absolute;
	top: 24px;
	right: 0;
	width: 62px;
	height: 45px;
	background-color: #f05a28;
	border: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-position: -544px -2px;
}
.detail_search_view_btn_box{
	position: absolute;
	bottom: -41px;
	left: 50%;
	width: 200px;
	height: 41px;
	transform: translateX(-50%);
	cursor: pointer;
	transition: all 0.2s ease;
	background: url(../images/fold_btn.png) no-repeat center;
}
.detail_search_view_btn_box>div>span{
	color: #fff;
	font-size: 13px;
}
.detail_search_view_btn_box>div{
	line-height: 24px;
}
.detail_search_view_btn_box>div>span:last-child{
	padding-left: 10px;
	font-size: 12px !important;
}
.search_mid{
	position: relative;
	min-height: 222px;
	background-color: #fafafa;
}
.main_saerch_ul_box{
	position: inherit;
	/* top: 108px; */
	margin-top: 27px;
	z-index: 1;
	padding: 30px 40px;
	border-radius: 35px;
	background-color: #fff;
	box-shadow: 1px 3px 7px #ccc;
}
.sojae_date_search_box{
	position: relative;
	display: flex;
	padding: 30px 40px;
	border-radius: 35px;
	transform: translateY(-300px);
	background-color: #fff;
}
.fl {
	float: left;
}
.w100 {
	width: 100% !important;
}
.search_tit{
	display: block;
	font-weight: 500;
}
.juso_sel_div{
	display: inline-block;
	margin-right: 10px;
	float: left;
	margin-top: 20px;
}
.sojae_box{
	display: inline-block;
	width: 70%;
	margin-right: 5%;
	border-right: 1px solid #ccc;
}
.sojae_ul{
	display: inline-block;
	margin-top: 20px;
}
.sojae_ul2{
	display: block;
	margin-top: 20px;
}
.sojae_jibun_box{
	display: inline-block;
}
.sojae_jibun_box>ul:last-child{
	margin-bottom: 70px;
}
.sojae_bubwon_box>ul:last-child {
	margin-bottom: 70px;
}
.sojae_ul>li{
	margin-right: 10px;
}
.sojae_ul2>li{
	margin-right: 15px;
}
.sojae_doro_box, .sojae_bubwon_box {
	display: none;
}
.sojae_doro>li>input{
	width: 120px;
	height: 32px;
}
.sanilSel{
	width: 80px;
}
.bunji{
	color: #777 !important;
	width: 80px;
	height: 32px;
}
#sel_sojae_type{
	width: 80px;
}
.date_box{
	width: 25%;
	display: inline-block;
}
.date_ul{
	margin-top: 20px;
}
/* 메인 검색 */
#searchCont{
	position: relative;
	box-shadow: 0px 1px 5px #eee;
}
.search_tab_box{
	position: absolute;
	top: -42px;
	width: 100%;
}
.search_tab_ul>li{
	position: relative;
	width: 170px;
	text-align: center;
	margin-right: 7px;
	background-color: #303030;
	border: 1px solid #303030;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
}
.search_tab_ul>li.on{
	background-color: #fff !important;
	height: 42px;
	border-bottom: none;
}
.search_tab_ul>li:hover{
	background-color: #707070;
}
.search_tab_ul>li>span{
	color: #fff;
	line-height: 40px;
}
.search_tab_ul>li.on>span{
	position: relative;
	color: #303030;
	font-weight: 500;
}
.search_tab_ul>li.on>span:before{
	content: '';
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #f05a28;
}
.search_tab_ul>li:last-child{
	margin-right: 0;
}

.search_cont_box>div.on{
	display: block;
}
.search_cont_box>div{
	width: 100%;
	display: none;
}
.search_cont_inbox{
	position: relative;
	padding-top: 20px;
}
.search_cont_inbox>div{
	border-bottom: 1px solid #f7f7f7;
}
.search_cont_inbox>ul{
	padding: 12px 0;
	border-bottom: 1px solid #f7f7f7;
}
.search_cont_inbox>ul>li{
	width: 12.5%;
	padding: 5px 0;
}
.f500{
	font-weight: 500;
}
.check_space{
	height: 1px;
}
.search_bot_box {
	position: relative;
	min-height: 65px;
	padding-top: 20px;
}
.bot_search_btn{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 400;
	width: 120px;
	height: 65px;
	color: #fff;
	border: none;
	border-radius: 8px;
	background-color: #f05a28;
	cursor: pointer;
}

/* 가격/면적 */
.priceBox{
	position: relative;
	width: 100%;
}
.price_ul{
	position: relative;
	width: 100%;
	padding: 20px 0;
}
.price_ul>li{
	width: 48%;
}
.price_ul>li:first-child{
	margin-right: 2%;
}
.price_ul>li:last-child{
	margin-left: 2%;
}
.lh32{
	line-height: 32px;
}
.w150{
	width: 150px;
}
.search_cont_ul>li{
	display: inline-block;
}
.area_ul{
	position: relative;
	width: 100%;
	padding: 20px 0;
}
.area_ul>li{
	width: 48%;
}
.area_ul>li:first-child{
	margin-right: 2%;
}
.area_ul>li:last-child{
	margin-left: 2%;
}

.input_size{
	width: 112px;
	height: 32px;
}
.dj_field_sel, .gm_field_sel{
	width: 40px;
	margin-left: 10px;
}
.sa_gubunBox{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #eee;
	/*padding-right: 30px;*/
	/*border-right: 1px solid #eee;*/
}
.sa_gubunBox>ul>li{
	width: 33.333%;
}
.sagun_gubun_ul{
	position: relative;
	width: 100%;
	padding: 20px 0;
}
.sagun_gubun_li{
	padding-right: 30px;
	border-right: 1px solid #eee;
}
.uchal_cnt_li{
	padding: 0 30px;
	border-right: 1px solid #eee;
}
.bid_date_li{
	padding-left: 30px;
}
.ing_case_li{
	padding-right: 30px;
	border-right: 1px solid #eee;
}
.dj_field_li{
	padding: 0 30px;
	border-right: 1px solid #eee;
}
.gm_field_li{
	padding: 0 30px;
}
.low_price_li{
	padding-right: 30px;
	border-right: 1px solid #eee;
}
.eval_price_li{
	padding: 0 30px;
	border-right: 1px solid #eee;
}
.eval_dc_li{
	padding: 0 30px;
}
/*.sagun_gubun_ul>li{
	width: 48%;
}
.sagun_gubun_ul>li:first-child{
	margin-right: 2%;
}
.sagun_gubun_ul>li:last-child{
	margin-left: 2%;
}*/
.pb15{
	padding-bottom: 15px;
}
.sagun_gubun_li>ul>li{
	margin-right: 25px;
}
.sagun_gubun_ul>li>ul>li:last-child{
	margin-right: 0 !important;
}
.uchal_dcBox{
	position: relative;
	width: 100%;
}
.uchal_dc_ul{
	position: relative;
	width: 100%;
	padding: 20px 0;
}
.uchal_dc_ul>li{
	width: 48%;
}
.uchal_dc_ul>li:first-child{
	margin-right: 2%;
}
.uchal_dc_ul>li:last-child{
	margin-left: 2%;
}
.special_chkBox{
	position: relative;
	width: 100%;
}
.special_ul{
	position: relative;
	width: 100%;
	padding: 20px 0;
}
.p20{
	padding-top: 20px;
}
.sel_btn_box{
	padding-top: 10px;
	width: 950px;
}
.sel_mul_type_box{
	display: inline-block;
}
.juso_span{
	background-color: #fbf7f2;
}
.price_span{
	background-color: #f9fbf2;
}
.ingcase_span{
	background-color: #f8f2fb;
}
.casetype_span{
	background-color: #fbf4f2;
}
.eval_dc_span{
	background-color: #f2f2fb;
}
.selSpecial{
	background-color: #f7e9f0;
}


/* CHECKBOX CUSTOM */
.check {
	display:inline-block;
	position:relative;
	padding-left:25px;
	height: 20px;
	font-size: 14px;
	cursor:pointer;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
}
.check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.checkmark2 {
	top: 30px !important;
}
.checkmark3 {
	border: 1px solid #f05a28;
}
.check:hover input ~ .checkmark {
	background-color:#ccc;
}
.check input:checked ~ .checkmark {
	background-color: #f05a28;
	border: none;
}
.checkmark:after {
	display:none;
	position:absolute;
	content:"";
}
.check input:checked ~ .checkmark:after {
	display:block;
}
.check .checkmark:after {
	top: 0px;
	left: 5px;
	width: 4px;
	height: 9px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

/* Radio Custom */
.custom_radio[type="radio"]:checked,
.custom_radio[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom_radio[type="radio"]:checked + label,
.custom_radio[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom_radio[type="radio"]:checked + label:before,
.custom_radio[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.custom_radio[type="radio"]:checked + label:after,
.custom_radio[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #f05a28;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom_radio[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom_radio[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Radio Custom2 */
.custom_radio2[type="radio"]:checked,
.custom_radio2[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom_radio2[type="radio"]:checked + label,
.custom_radio2[type="radio"]:not(:checked) + label
{
    position: relative;    
    cursor: pointer;
    line-height: 20px;
    display: block;
    color: #666;
    text-align: center;
}
.custom_radio2[type="radio"]:checked + label:before,
.custom_radio2[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: 13px;
    height: 13px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.custom_radio2[type="radio"]:checked + label:after,
.custom_radio2[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #f05a28;
    position: absolute;
    bottom: 3px;
    left: 18px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom_radio2[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom_radio2[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Radio Custom3 */
.custom_radio3[type="radio"]:checked,
.custom_radio3[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom_radio3[type="radio"]:checked + label,
.custom_radio3[type="radio"]:not(:checked) + label
{
    position: relative;    
    cursor: pointer;
    line-height: 20px;
    display: block;
    color: #666;
    text-align: center;
}
.custom_radio3[type="radio"]:checked + label:before,
.custom_radio3[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.custom_radio3[type="radio"]:checked + label:after,
.custom_radio3[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #f05a28;
    position: absolute;
    bottom: 5px;
    left: 18px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom_radio3[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom_radio3[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Radio Custom Test */
.radio-button,
.checkbox {
  position: relative;
	display: flex;  
}
.checkbox { display: block; }

.radio-button input,
.checkbox input {
  position: absolute;
  margin: 5px;
  padding: 0;
  /* for mobile accessibility (iOS Label Bug) */
  visibility: hidden;
}
.radio-button .label-visible,
.checkbox .label-visible {
	display: block;
	margin: 0 auto;
}

.fake-radiobutton,
.fake-checkbox{
  position: absolute;
  display: block;
  top: 0;
  left: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background-color: white;
}
.fake-radiobutton:after,
.fake-checkbox:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #f05a28;
  transform: translateX(-50%) translateY(-50%);
}

.fake-radiobutton { border-radius: 50%; }
.fake-radiobutton:after { border-radius: 50%; }

input[type="radio"]:checked + span .fake-radiobutton:after,
input[type="checkbox"]:checked + span .fake-checkbox:after { display: block; }

/* flatfickr */
.flatpickr-clear {
	margin: 10px 10px 20px 10px;
	border: 1px solid #ddd;
	padding: 2px 20px;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	transition: all .2s;
}
.flatpickr-clear:hover {
	background-color: #eee;
}


/* 테스트 */
.testSearchBox{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.fold_off{
	display: none;
}
.fold_on{
	display: block;
}
.ing_case_li>ul>li{
	margin-right: 15px;
}
.search_addr_input {
	width: 433px;
}
.detail_search_addr {
	position: relative;
	display: flex;
	flex-direction: column;
}
.detail_search_addr_btn {
	position: absolute;
	right: 0;
	padding: 0 10px;
}
.detail_search_input_box {
	display: flex;
}
.return_detail_sojae_ul {
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #fff;
	top: 32px;
	z-index: 1;
}
.return_detail_sojae_ul > li {
	padding: 0.6em 0.4em;
	cursor: pointer;
}
.return_detail_sojae_ul > li:hover {
	background-color: #eee;
}
.return_detail_sojae_ul.rtn_data {
	border: 1px solid #303030;
	border-top: none;
}