/*slider*/
.slider {
  margin-top: 5px;
  display: block;
  margin: 0 auto;
}

.bx-pager {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
  left: -1px !important;
  border: none !important;
  margin: 0 auto !important;
  background: #fff;
}

.bx-pager-item {
  visibility: hidden;
}

/* frees pace */
.news {
  border-style: double none;
  border-color: #b2691f;
  max-width: 900px;
  padding: 18px 0 10px 0;
  margin: 0 auto;
  margin-top: 5em;
}

.news-inner {
  max-width: 1050px;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  padding-left: 5px;
  color: #5d5d5d;
}

.free-space {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 3em;
  padding-left: 5px;
  color: #5d5d5d;
}

/* recommernd */
.recommend-items {
  margin-top: 3em;
}

.news-area{
  margin-bottom: 5em;
}
.news-detail{
  padding: 1.5em;
  background: #fff;
  box-shadow: 0 1px 4px rgb(25 25 25 / 20%);
}

.news-detail ul{
  margin: 0;
  /* list-style: disc; */
  /* padding-left: 1.5em; */
}

.news-detail ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom: .8em;
  padding: .8em 1em;
  border-bottom:1px dashed #ccc;
}

.news-detail ul li:first-of-type{
  padding-top: .8em;
  border-top:1px dashed #ccc;
}

.news-detail ul li .day{
  width:100px;
  color: #888;
}

.news-detail ul li .detail{
  width: calc(100% - 120px);
}
.news-detail a{
  color: #b2691f;
  text-decoration: underline;
}

.news-detail a:hover{
  text-decoration: none;
}
/*ˇˇnew_items */
.new_item-items {
  margin-top: 3em;
}
/* .freespace{
    padding: 1.5em;
    background: #fff;
    box-shadow: 0 1px 4px rgb(25 25 25 / 20%);
} */

@media (max-width: 768px) {
  .prd-lst-unit{
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .prd-lst-unit{
    padding: 0;
  }
  .unit-box{
    margin: 0;
  }
}