@charset "utf-8";


/* mobile_sub으로 통합할것 */
/* mobile_sub으로 통합할것 */
/* mobile_sub으로 통합할것 */
/* mobile_sub으로 통합할것 */
/* mobile_sub으로 통합할것 */
/* mobile_sub으로 통합할것 */





/* 공통 탭 스타일 */
ul.tabs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
    width: 100%;
    box-sizing: border-box;
}
ul.tabs li{
    flex: auto;
    background: #fff;
    border-bottom: 2px solid #dcdcdc;
    justify-content: space-between;
}
ul.tabs li a{
    display: block;
    color: #707070;
    font-family: 'NanumSquareRound_exbold';
    font-size: 1.1em;
    line-height: 34px;
    text-align: center;
}

ul.tabs li.selected {
    color: #3a56e5;
    border-bottom: 2px solid #3a56e5;
}

.tab-content{
  display: none;
  /*  
  padding: 15px 0;
  border-top:3px solid #eee;
  */
}

.tab-content.selected{
  display: inherit;
  /*border:  1px solid;*/
}



/*검색 화면 radio*/
.search_rdo {
    display: flex;
    width: 100%;  
}
.search_rdo li {
    justify-content: center;
    letter-spacing: -1px;
    width: 33%;
    text-align: center;
}
.search_rdo li a {
    display: block;
    font-size: 1.1em;
    padding: 10px 0;
}
.search_rdo li a img {
    /* width: 14px; */
    width: 19px;
}


/*검색 화면 selectbox*/
.search_sb {
    display: flex;
    width: 100%;  
}
.search_sb li {
    justify-content: center;
    letter-spacing: -1px;
    width: 33%;
    text-align: center;
}
.search_sb li a {
    display: block;
    font-size: 1.1em;
    padding: 10px 0;
}
.search_sb li a img {
    width: 14px;
}
.search_sb li h4.sbLabel{
    margin: 6px 10px 5px 0;
    text-align: right;
}




/*개별부동산 검색영역*/

/*
.searchArea{
	width: 100%;
	margin: 4px 0px;
}

.searchArea span.title{
	margin:0 4px;
}
*/














/*검색화면 selectbox 스타일*/
.sectionBox .selectBoxStyle{
    height: 27px;
    width: 95px;
    padding: 2px 3px 1px 3px;
    font-family: 'NanumSquareRound_bold';
    font-size: 13px;
    background: #fdfefe url('../../images/m/common/select-arrow.png') no-repeat 99% 50%;    
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.sectionBox .searchSb03{
	background: #f4f5f9;
	border: 1px solid #c4c7d6;
	margin-right:4px;
	height:33px;
}






.sectionBox .sbStyle01 {
    width: 200px;
}
	












.resultBox {
	display: none;
}

