.row {
  margin: 0;
}
.col-12.row {
  padding: 0;
}
.col-6.item {
  padding: 0 10px;
}
.disNone {
  display: none;
}
.sound_only {
  display: none;
}

/* 카테고리 탑 배너 */
.cate_ban {
  background-image: url("../images/cate_ban/cate_ban_05.png");
}


/* product list */
#live .gall_info {
  display: flex;
  justify-content: space-between;
  font-size: 0.938rem;
  margin: 18px 0;
  color: #666;
  align-items: center;
}
#live .gall_info .gall_count {
  margin-bottom: 0;
}
#live .gall_info .wr {
  display: flex;
}
#live .gall_info .wr .btn_search {
  margin-right: 7px;
}
#live .gall_info .sort_box #sel_array {
  outline: none;
  border: none;
  color: inherit;
}
#live .item_layout {
  padding: 0;
}
#live .item {
  padding: 0 10px 70px;
  width: 100%;
}
#live .item .thumb_wr {
  position: relative;
} 
#live .item .thumb_wr .icon_wr {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.875rem;
  display: flex;
  z-index: 99;
}
#live .item .thumb_wr .icon_best,
#live .item .thumb_wr .icon_new {
  background-color: #a6774e;
  color: #fff;
  padding: 2px 8px;
}
#live .item .thumb_wr .icon_new {
  background-color: #47ad1a;
}
#live .item .thumb_wr a {
  display: block;
  overflow: hidden;
}
#live .item .thumb_wr img {
  width: 100%;
  display: block;
  transition: .3s;
}
#live .item:hover .thumb_wr img {
  transform: scale(1.08);
}
#live .item .txt_wr {
  margin-top: 14px;
  text-align: center;
}
#live .item .txt_wr .tit {
  font-size: 1.063rem;
  font-weight: 400;
  letter-spacing: -.5px;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  width: 100%;
}
#live .item .txt_wr .info {
  font-size: 0.8125rem;
  color: #979797;
}
#live .item .txt_wr .info .date {
  margin-right: 6px;
}


/* 페이지 내 검색 모달창 */
#search_page_modal .form-group {
  margin-bottom: 0;
  text-align: center;
}
#search_page_modal .form-group select,
#search_page_modal .form-group input,
#search_page_modal .form-group button {
  margin: 6px 0;
}


@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  #live .layout {
    padding: 0 16px;
  }
  #live .item_layout {
    padding: 0 10px;
  }
  #live .item {
    padding: 0 6px 60px;
  }  
  #live .item .txt_wr .tit {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 576px) {
  #live .gall_info {
    margin: 18px 0;
  }
  #live .gall_info .gall_count {
    font-size: 0.813rem;
  }
  #live .gall_info .sort {
    justify-content: center;
    font-size: 0.813rem;
  }
  #live .gall_info .sort li a {
    border: none;
    padding: 3px 12px;
    display: block;
  }
  #live .gall_info .sort_box #sel_array {
    font-size: 0.875rem;
  }
  #live .item {
    padding: 0 6px 45px;
  }
}

@media screen and (max-width: 375px) {
  #live .item {
    padding: 0 6px 35px;
  }
}