/* header */
header{
  position: relative;
  background: #44a1f8;
  width:100%;
  min-height: 28rem;
  overflow: hidden;
}
header .inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  width: 90%;
  z-index: 1;
  color: #ffffff;
}
header .inner .text1{
  font-size:calc(23px + 1.5vw);
}
header .inner .text2{
  font-size:calc(15px + 1.1vw);
  margin-bottom: 15px;
}
header .inner .sub-title{
  margin-bottom: 20px;
  font-size: 17px;
}
header .inner .search-text{
  font-size:calc(13px + 0.6vw);
  color:#fffe9d;
}
header .inner .search-wrap{
  text-align: center;
  padding:20px 0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.15);
}
header form{
  position: relative;
  display: inline-block;
  margin-top: 10px;
  width:420px;
}
header form .search-input{
  width: 96%;
  border: 0;
  height: 38px;
  padding: 0 0 0 35px;
  border-radius: 3px;
  font-size: 13px;
  background-color: #fff;
  color: #000;
}
header form i.fa-search {
  position:absolute;
  font-size: 16px;
  opacity: 0.8;
  top:10px;
  left:17px;
  color: #666;
}
header form i.fa-times-circle{
    position: absolute;
    top: 9px;
    right: 12px;
    color: #999;
    font-size: 20px;
    cursor: pointer;    
}

header .bg1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-bottom: 6vw solid transparent;
  border-left: 13vw solid #3604ff;
  background-color: transparent;
  opacity: 0.5;
}
header .bg2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-bottom: 10vw solid transparent;
  border-left: 5vw solid #ff04c8;
  background-color: transparent;
  background-color: transparent;
  opacity: 0.4;
}
header .bg3 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-bottom: 40vw solid #3604ff;
  border-left: 13vw solid transparent;
  background-color: transparent;
  opacity: 0.4;
}
header .bg4 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-bottom: 21vw solid #ff04c8;
  border-left: 23vw solid transparent;
  background-color: transparent;
  opacity: 0.4;
}
header .bg5 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-bottom: 9vw solid #ff04c8;
  border-left: 45vw solid transparent;
  background-color: transparent;
  opacity: 0.6;
}
header .allview{
  margin-top: 10px;
  text-align: right;
}
header .allview button{
  text-align: left;
  font-size: 16px;
  background-color: #d53c98;
  padding:10px 25px;
  border-radius: 5px;
  border: 0;
  color: #fff;
  box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 1px 5px 0 rgba(0,0,0,0.12);
  cursor: pointer;
  transition: 0.2s;
}
header .allview button:hover{
  background-color: #72889d;
}
header .count-div{
  position: absolute;
  top:15px;
  right:20px;
  color:#fff;
  font-size:calc(7px + 1.2vw);
}
.section-title{
  margin: 40px 0px 30px 0px;
}

/* thema */
.thema-content{
  padding:22px;
  cursor: pointer;
  transition: 0.2s;
}
.thema-content:hover{
  filter:brightness(0.8);
}
.thema-content .text{
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding:3px 10px;
  font-size:calc(12px + 0.8vw);
  border-radius: 5px;
}
.thema-content .icon{
  position:absolute;
  left:50%;
  top:20%;
  transform:translate(-50%,0%);
  -ms-transform:translate(-50%,0%);
  width:50px;
  height:30px;
  color:#fff;
  background-color:#ff5400;
  text-align: center;
  border-radius: 15px;
  padding-top:3px;
}

/* 최근 등록 매물 등 리스트 */
.property-list{
  position: relative;
  background-color: #fff;
  padding: 8px;
  cursor: pointer;
}
.property-list .property-img {
  width: 100%;
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5%;
}
.property-list .wrap{
  padding : 9px;
}
.property-list .recommend-ic{
  position: absolute;
  top:0;
  left:0;
  width:46px!important;
}
.property-list .item-lacation{
  color: #777;
  margin-top: 3px;
}
.property-list .item-tag{
  overflow: hidden;
  height: 24px;
}
.property-list .tag{
  font-size: 11px;
  color: #333;
  background-color: #f3f3f3;
  padding: 3px;
}
.property-list .fav-wrap{
  position:absolute;right:7px;top:7px;
}
.property-list .fav-wrap .favorites{
  font-size: 15px;
  border: 1px solid #ddd;
  color: #d2dae7;
  padding: 3px;
  transition: 0.3s;
}
.property-list .fav-wrap .favcheck{
  color:red;
}
.property-list.room-empty{
  margin:0 auto;
  width:300px;
  height: 60vh;
  text-align: center;
}
.property-list .empty-wrap{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  color: #999;
}
.property-list .contract-end{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 180px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index:1
}
/* END 최근 등록 매물 등 리스트 */

.property-prev, .property-next, .property-prev-rec, .property-next-rec{
  position:absolute;
  top: 40%;
  transform: translateY(-50%);
  width:40px;
  height: 40px;
  border-radius: 50%;
  font-size: 37px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: -10px 0;
  color:#fff;
  transition: 0.2s;
}
.property-prev i, .property-prev-rec i{
  position: absolute;
  top:0;
  left:12px;
}
.property-next i, .property-next-rec i{
  position: absolute;
  top:0;
  left:15px;
}
.property-prev:hover, .property-next:hover, .property-prev-rec:hover, .property-next-rec:hover{
  background-color: rgba(0, 0, 0, 0.3);
}
.property-prev, .property-prev-rec {
  left: 0.5rem;
}
.property-next, .property-next-rec {
  right: 0.5rem;
}
.owl-nav{
  height: 0;
}
.empty-bt{
  position: absolute;
  right:20px;
  bottom: 10px;
  cursor: pointer;
}
.pagination { 
  text-align: center; 
  margin: 20px 0px 30px 0; 
}
.pagination a { 
  display: inline-block; 
  padding: 8px 12px; 
  margin: 0 5px; 
  background: #ddd; 
  text-decoration: none; 
  border-radius: 5px; 
}
.pagination a.active { 
  background: #333; 
  color: white; 
}
/*****************************************************
* // response
******************************************************/
@media (max-width:992px) and (min-width:1px){ /* 공통 0px~992px */
  header{
    text-align: center;
    min-height: 20rem;
  }
}
@media (max-width:600px) and (min-width:1px){
  header form{
    width:85%;
  }
  header .allview button{
    font-size: 13px;
    padding:7px 12px;
  }
  .section-title{
    font-size: 1.4rem;
    margin: 30px 0px 5px 0px;
  }
  .list-wrapper { /* 추천매물 최근등록매물 찜매 */
    display: block;
  }
  .property-list { /* 추천매물 최근등록매물 찜매 */
    width: 100%;
    margin: 5px 0; /* 세로 간격 */
  }
  .owl-carousel{
    display: block!important;
  }
  .property-list {
    min-height: 140px;
    border-bottom: 1px solid #eee;
  }
  .property-list .wrap{
    padding: 0px 9px;
  }
  .property-list .property-img {
    width: 100%;
    height: 131px;
    border-radius: 6px;
  }
  .property-list .contract-end{
    width:85%;
    height: 90%;
    margin-left: 7%;
    margin-top: 1%;
  }
  .thema-content{
    padding-left:calc(20px + 3vw);
    padding-right:calc(20px + 3vw);
    padding-top:calc(10px + 1vw);
    padding-bottom:calc(10px + 1vw);
  }
  .thema-content .text{
    font-size:calc(12px + 2.8vw);
  }

}
@media (max-width:992px) and (min-width:601px){
}
