*{
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.header-title{ margin:0 1rem; }

.card-item > figure{ background-color: #ccc; display:flex; align-items:center; justify-content:center; overflow:hidden; position:relative; margin:0; padding:2rem 0; }
.card-item > figure > img{ width:auto; height:180px; object-fit:cover; }
.card-item > figure > figcaption{ font-size:14px; font-weight:400; color:#333; position:absolute; bottom:10px; background-color:rgba(0,0,0,0.5); width:calc(100% - 20px); padding:.3rem .6rem; color:#fff; border-radius: .3rem; }
.card-item > figure > figcaption > strong{
  font-weight:800;
  margin-right:.3rem;
  /* display:block;
  margin-bottom:0; */
}
 .list-item .card-item .card-text  dl{ display:flex; align-items:center; justify-content:space-between; flex-direction:row; width:100%; }
 .list-item .card-item .card-text  dl dd{ margin:0; font-weight:800; }
 .list-item .card-item .card-text  dl.lease{ color:#4375e8; }
 .list-item .card-item .card-text  dl.rent{ color:#cb3816; }
.btn-group{width:100%;}
.nav-link{
  color:#000;
}
.nav-link.active{
  color:#fff;
  background-color:#000 !important;
}


main{
  margin:1rem 0;
}

.container{
  border-radius: 10px;
}
.container.contents{
  border-top:1px solid #aaa;
  margin:2rem auto;
  padding:2rem 1rem;
  border-radius: 0;
}
.container.contents > div{
  margin-bottom:1rem;
}
.container.contents img{
  width:100%;
}
.container.ready{
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  padding:2rem 0;
}

.row > div{
  margin-top:1rem;
}

footer{
  border-top:1px solid #ccc;
}

#active_manufacture{
  margin:1rem 0 1.5rem;
  border:1px solid #ccc;
  border-radius: 10px;
  padding:.6rem .3rem;
  font-size:1rem;
}
#active_manufacture > span{
  color:#0d6efd;
  font-weight:800;
}
#active_manufacture > img{
  width:200px;
}


.list-manufacture{
  overflow:hidden;
  padding:.6rem;
}
.list-manufacture .container{
  display:flex;
  flex-direction: column;
  background-color:#eee;
  padding:1rem;
}
.list-manufacture .container > dl{
  display:flex;
  flex-direction: column;
}
.list-manufacture .container > dl:last-child{
  margin-bottom:0;
}

.list-manufacture .search-lease-list{
  padding:0;
  margin:0;
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list-manufacture .search-lease-list .list-item{
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #fff;
  cursor: pointer;
  width: 26.1vw;
  height: 30px;
  line-height: 2.5;
  text-align: center;
  float: left;
  margin: 5px;
  border: 0px solid #222;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
  font-size:70%;
  font-weight: 800;
}
.list-item .lead{
  font-size:0.9rem;
}
.list-manufacture .search-lease-list .list-item.active,
.list-manufacture .search-lease-list .list-item:hover{
  background-color: #000;
  color:#fff;
}
.list-manufacture .search-lease-list .list-item > img{
  height:70%;
  border-radius: 50%;
}
.list-manufacture .search-lease-list .list-item.active > img,
.list-manufacture .search-lease-list .list-item:hover > img{
  background-color: #fff;
}
.goods-item{
  cursor:pointer;
}
/*
*/
.container.goods{
  margin:1rem auto;
}
.container-select{
  display:flex;
  flex-direction: column;
}
.select-model select{
  width:100%;
  background-color:#fff;
  color:#000;
  border:1px solid #ccc;
  border-radius: 5px;
  margin:.3rem 0;
  padding:.3rem;
}

.detail-item figure{
  width:100%;
  position:relative;
}
.detail-item figure img{
  display:block;
  width:80%;
  height:auto;
  margin:0 auto;
}
.detail-item figure figcaption{
  width:100%;
  font-size:1.15rem;
  font-weight:800;
  color:#333;
  background-color:rgba(0,0,0,0.5);
  color:#fff;
  border-radius: .3rem;
  text-align: center;
  position:absolute;
  bottom:0;
  padding:.3rem .6rem;

}
#goods_option{
  padding:0 .6rem;
}
label.goods-option{
  display:flex;
  align-items: center;
  justify-content:space-between;
  margin-bottom:.3rem;
  cursor:pointer;
}
.goods-price > .card{
  border:0;
}
label.goods-option > span{
  display:flex;
  align-items: center;
  justify-content:space-between;
}
label.goods-option input[type="checkbox"]{
  margin-right:.3rem;
}
ul.tabs{
  list-style: none;padding:0;margin:0;
  display:flex;
  flex-direction: row;
  justify-content:space-around;
}
ul.tabs li{
  width:100%;
  text-align: center;
  border: 1px solid #aaa;
  border-bottom:1px solid #aaa;
  border-radius: 6px 6px 0 0;
  color:#999;
  padding:.3rem .6rem;
  cursor:pointer;
  background-color:#eee;
}
ul.tabs li:first-child{
  border-right:0;
}
ul.tabs li.active{
  color:#000;
  font-weight:800;
  background-color:#fff;
  border-bottom:1px solid #fff;
}
#goods_monthly{
  border:1px solid #aaa;
  border-top:0;
  border-radius: 0 0 6px 6px;
  padding:2rem 1rem;
}
#goods_monthly dl{
  display:flex;
  justify-content: space-between;
  margin-bottom:0.3rem;
  font-weight:800;

}
#goods_monthly dl.lease{
  color:#4375e8;
  font-size:1.25rem;
}
#goods_monthly dl.rent{
  color:#cb3816;
  font-size:1.25rem;
}

#goods_monthly div.user_sel > dl{
  display:initial;
}
#goods_monthly div.user_sel > dl > dd{
  display: flex;
  flex-direction: row;
  justify-content:space-between;
}
span.user_sel{
  display:inline-block;
  width:100%;
  cursor:pointer;
  border:1px solid #4375e8;
  border-right:0;
  padding:.3rem;
  text-align: center;
  font-weight: 400;
  color:#999;
}
span.user_sel.active{
  background-color:#4375e8;
  color:#fff;
  font-weight: 800;
}
span.user_sel.sel_deposit{
  border-color:#cb3816;
}
span.user_sel.sel_deposit.active{
  background-color:#cb3816;
  color:#fff;
}

span.user_sel:first-child{
  border-radius: 6px 0 0 6px;
}
span.user_sel:last-child{
  border-right:1px solid #4375e8;
  border-radius: 0 6px 6px 0;
}
span.user_sel.sel_deposit:last-child{
  border-right:1px solid #cb3816;
}


@media (min-width: 578px) {
  .list-manufacture .search-lease-list .list-item{
    width: 23.1vw;
  }
  .list-manufacture .search-lease-list .list-item{
    width: 150px;
  }
  #active_manufacture{
    font-size:2rem;
  }
  .list-item .lead{
    font-size:1.5rem;
    text-align: center;
  }
  .container-select{
    display:flex;
    flex-direction: row;
  }
  .container-select select{
    margin:.3rem .3rem;
  }
}
