/* BASIC css start */
/* °øÅë ¿µ¿ª */
#wrap,
#contentWrapper,
#contentWrap,
#content,
#productClass,
.best_sec_inner,
.head_inner {
  width: 1280px !important;
  margin: 0 auto;
  box-sizing: border-box;
}

/* BEST ¿µ¿ª */
.best_sec {
  padding: 60px 0 100px;
}
.best_sec_inner h3 {
  font-family: 'Jost', sans-serif;
  font-size: 28px;
  color: #413e3a;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
}
.best_sec .swiper {
  padding-bottom: 50px;
}
.best_sec .swiper-pagination {
  bottom: 0px;
  top: unset;
}
.best_sec .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 0;
  background-color: #9c8f87;
}
.best_sec .swiper-pagination-progressbar {
  background-color: rgba(0,0,0,0.05);
}
.best_sec .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #d7cdc1;
}

/* »óÇ° °øÅë Ä«µå */
.item_list.w335 {
  width: 305px !important;
  box-sizing: border-box;
}
.item_list {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.item_list .thumb {
  position: relative;
}
.item_list .thumb img {
  width: 100%;
  display: block;
}

/* ¸¶¿ì½º¿À¹ö Á¤º¸ ¹Ú½º */
.item_list .info {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.65);
  width: 90%;
  padding: 12px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 3;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.item_list:hover .info {
  opacity: 1;
}
.item_list .info .prdbtn,
.item_list .info .prdname,
.item_list .info .prdetc,
.item_list .info .prdprice,
.item_list .info .prdcolor {
  font-size: 13px;
  color: #333;
  margin-bottom: 6px;
  line-height: 1.5;
}
.item_list .info .prdprice {
  font-weight: bold;
}
.item_list .info .prdprice strike {
  font-size: 12px;
  color: #aaa;
  margin-right: 5px;
}
.item_list .info .prdcolor span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

/* ¿À¹ö ½Ã ÇÏ´Ü ¾ÆÀÌÄÜ: ÇÏÆ®/µ¸º¸±â/Ä«Æ® */
.prdicon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 4;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px 12px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transition: all 0.3s ease;
}
.item_list:hover .prdicon {
  opacity: 1;
}
.prdicon ul {
  display: flex;
  gap: 6px;
}
.prdicon ul li {
  list-style: none;
}
.prdicon ul li a img,
.prdicon .my-wish-list img {
  width: 24px;
  height: 24px;
}

/* ÇÏÆ® À§Ä¡ º¯°æ (»ó´Ü X ¡æ ¿À¹ö ¾ÈÀ¸·Î ÀÌµ¿) */
.my-wish-list {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* ¼øÀ§ ¹èÁö */
.rank-number {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 10;
  font-family: 'Jost', sans-serif;
  opacity: 0.8;
}

/* ¹ÝÀÀÇü */
@media screen and (max-width: 768px) {
  .item_list.w335 {
    width: 48% !important;
    margin-bottom: 20px;
  }
  .item_list .info {
    width: 95%;
    padding: 10px;
    top: 60%;
  }
  .item_list .info .prdname,
  .item_list .info .prdprice {
    font-size: 12px;
  }
}

/* BASIC css end */

