/* BASIC css start */
#blk_scroll_wings.top_fix,
#cherrypicker_scroll.top_fix {
  position: absolute !important;
  top: 347px !important;
  right: 50% !important;
}

#contentWrap {
  width: 1200px !important;
}

/* class-list */
#productClass .cate-wrap {
  /* overflow:hidden */
}

#productClass .cate-wrap .bcate {
  padding-bottom: 10px;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 1;
}

/* best-item */
#productClass .best-item {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 2px solid #5c5c5c;
  border-bottom: 2px solid #5c5c5c;
  background-color: #f8f8f8;
}

/* total-sort */
#productClass .total-sort {
  padding-top: 30px;
}

#productClass .cate-wrap .class-list {
}

#productClass .cate-wrap .class-list ul {
  font-size: 0;
}

#productClass .cate-wrap .class-list ul li {
  font-size: 12px;
  width: 183px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  margin-right: 18px;
  margin-top: 10px;
}

#productClass .cate-wrap .class-list ul li a {
  font-size: 14px;
  color: #646464;
  width: 183px;
  display: block;
  height: 42px;
  line-height: 40px;
}

#productClass .cate-wrap .class-list ul li:nth-child(6n) {
  margin-right: 0;
}

#productClass .cate-wrap .class-list ul li a:hover,
#productClass .cate-wrap .class-list ul li.active a {
  color: #fff;
}

#productClass .cate-wrap .class-list ul li:hover,
#productClass .cate-wrap .class-list ul li.active {
  background: #7419fe;
  border: 1px solid #7419fe;
}

/* 제목 영역 */
.prd_title {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 100px;
  width: 1200px;
  margin: 0 auto;
}

.prd_title h3 {
  color: #333333;
  font-size: 28px;
  letter-spacing: -0.5px;
  font-family: "NanumSquareRoundB";
}

.prd_list .prd-name,
.prd_list .prd-name a {
  margin-bottom: 10px;
  color: #2e2e2e;
  font-size: 12px;
  font-weight: bold;
}

.prd_list .prd-price,
.prd_list .prd-price a {
}

.prd_list .prd-price a .price,
.prd_list .prd-price .price {
}

.prd_list .prd-price .consumer,
.prd_list .prd-price a .consumer {
  font-size: 13px;
  color: #a5a5a5;
  text-decoration: line-through;
  font-weight: normal;
  margin-left: 2px;
  vertical-align: top;
}

.prd_list .prd-price .consumer .won,
.prd_list .prd-price a .consumer .won {
}

.prd_list .prd-price .dc_per,
.prd_list .prd-price a .dc_per {
  display: none;
}

ul.prd_list {
  font-size: 0;
}

.list4x li.pd_wrap {
  font-size: 12px;
  vertical-align: top;
  width: 287.25px;
  float: left;
  position: relative;
  margin-left: 17px;
  padding-bottom: 60px;
}

.prd_list .pd_wrap .img img {
  width: 100%;
}

.list4x li.pd_wrap:nth-child(4n) {
  margin-right: 0;
}

.list4x li.pd_wrap:nth-child(4n + 1) {
  clear: both;
}

.prd_list .pd_wrap .img {
}

.prd_list .pd_wrap .info {
  margin-top: 20px;
  text-align: left;
}

/* ✅ 상품명 + 보험아이콘 한 줄 정렬 */
.prd_list .pd_wrap .info .subname {
  color: #2e2e2e;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ✅ 보험 로고 아이콘 크기 */
.prd_list .pd_wrap .info .subname .ins-badge {
  width: 18px;
  height: auto;
  margin-left: 3px;
  vertical-align: middle;
}

.prd_list .pd_wrap .info .prd-price {
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 800;
}

.prd_list .pd_wrap .info .prd-price .dc_per {
  right: 15px;
  position: absolute;
  top: -10px;
  margin-right: 0;
}

.brand_info {
  font-size: 0;
  padding-top: 70px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 40px;
}

.brand_info .total {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  color: #646464;
  width: 50%;
  text-align: left;
}

.brand_info .sort {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  width: 50%;
  text-align: right;
}

.brand_info .sort #sort {
  height: 30px;
  width: 145px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  outline: 0;
  background: url(//skin.makeshop.co.kr/skin/elecshop/images/selectbg.png)
    white right 10px center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0 30px 0 10px;
}

.brand_info .sort #sort:hover {
  border: 1px solid #1c1c1c;
}

.brand_info .sort #sort::-ms-expand {
  display: none;
}

/* BASIC css end */

