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

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

.bx-wrapper {
  margin-bottom: 0 !important;
}
.bx-wrapper img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
.bx-wrapper .bx-viewport {
  left: -1px !important;
  border: 1px solid #b2a487 !important;
  margin: 0 auto !important;
  background: #fff;
}

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

/* frees pace */
.news {
  border-style: double none;
  /*border-color: #000000;*/
  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;
}

/* Info */
.info {
  max-width: 1200px;
  margin: 0 auto 40px;
}

/* recommernd */
.recommend-items {
    max-width: 1200px;
    margin: -60px auto 2em;
    padding-top: 60px;
}
.recommend-items .border {
    border-top: 1px solid #b32424;
    border-bottom: 1px solid #b32424;
    text-align: center;
    padding: 20px 0;
}
.recommend-items .border h2 {
    font-size: 30px;
    font-family: serif;
    letter-spacing: 0.03em;
    color: #b32424;
    margin: 0;
}
.recommend_list li a {
    margin-top: 15px;
    text-align: center;
    transition:0.5s;
}
.recommend_list .prd-lst-price {
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}
.recommend_list .prd_lst_link img {
    transition: 0.5s;
    height: 100%;
    width: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;'; /*IEÂÐºö*/
}
.recommend_list .prd_lst_link {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.recommend_list {
    display: flex;
    list-style: none;
    justify-content: center;
    max-width: 650px;
    margin: 2em auto;
    flex-wrap: wrap;
}
.recommend_list li {
    width: calc((100% - 80px)/2);
    margin-bottom: 30px;
}
.recommend_list li:nth-of-type(2n) {
    margin-left: 80px;
}

.recommend_list .unit-box {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.recommend_list li span {
    font-size: 16px !important;
    color: #ffffff;
}
.recommend_list .prd_lst_link:hover {
    opacity: 0.8;
}
/* live-items  */
#live-items .live-box {
    margin: 2em auto;
}
#live-items .live_lst_link {
    display: block;
    max-width: 600px;
    margin: 0 auto;
}
#live-items .live_lst_link {
    display: block;
}
#live-items .live_lst_link:hover {
    opacity: 0.8;
}
#live-items a {
    margin-top: 15px;
    text-align: center;
    transition: 0.5s;
}
#live-items span {
    font-size: 16px !important;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#live-items span.rec_text {
    color: #b32424;
    margin-bottom: 10px;
}

#live-items .live-lst-price{
  margin-bottom: 60px;
}
.prd-lst-soldout.prd-lst-span {
    background: #888888;
}
@media (max-width: 768px){
.recommend_list li:nth-of-type(2n){
    margin-left: 40px;
}
.recommend_list .prd_lst_link {
    height: 250px;
}
}
@media (max-width: 600px){
.recommend_list .prd_lst_link {
    height: 200px;
}
}
@media (max-width: 420px){
.recommend-items .border h2 {
    font-size: 24px;
}
.recommend_list .prd_lst_link {
    height: 150px;
}
.recommend_list li span {
    font-size: 12px !important;
}
#live-items span {
    font-size: 12px !important;
}
#live-items .live-lst-price {
    margin-bottom: 30px;
}
}
@media (max-width: 400px){
.recommend-items .border h2 {
    font-size: 20px;
}
.recommend_list .prd_lst_link {
    height: 100px;
}
}