/* BASIC css start */
.shopbrand h2 {text-align:center; font-size: 1.25em; font-weight:bold; padding-top:10px;}
.shopbrand .MK_product_list {background-color:#f9f9f9; border-bottom:1px solid #4a4a4a; border-top: 1px solid #4a4a4a;}
.shopbrand .MK_product_list .items {padding: 10px 0;}
.shopbrand .MK_product_list .items #MK_best_product li {width:33.33%;}
.shopbrand .MK_product_list .items .paging-num {text-align: center; clear: both; margin:20px 0;}
.shopbrand .MK_product_list .items .paging-num a {background-color:#fff; border:1px solid #393939; padding:5px 10px; margin:0 10px;}
.shopbrand .list_group {padding:12px 1%; text-align:center;}
.shopbrand .list_group select {width:49%; height:28px;}
.shopbrand .more .more-title {color: #3b3b3b;}
.shopbrand .more .more-num {color: #aaaaaa;}
.shopbrand .shopbrandTitle img {max-width: 100%;}
.shopbrand .list_array .list_arrayRight img {width: 23px; height: auto;}

.shopbrand .coupon-benefit {position:relative; margin:-12px 0 10px 0;} 
.shopbrand .btn-coupon { display:inline-block; height:16px; padding:0; margin-left:5px; border:1px solid #000; font-size:10px;}
.shopbrand .btn-coupon span { display:inline-block; height:16px; padding:0 5px; color:#fff; background:#000; vertical-align:top; font-size:11px; }
.shopbrand .btn-coupon em { display:inline-block; height:16px; padding:0 3px 0 0; font-size:10px; vertical-align:top; color:#000; }


/* 2023.07.custom */
body select {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(//super583.img6.kr/00_NEW/01_JOOP/JSOOP_kr/web/ui/ico_arr_down.png) no-repeat 95% 50%!important;
    background-size: 11px!important;
}

.prd-lnb-box {
    padding: 0 20px;
    margin-top: -20px;
    text-align: center;
}
.prd-lnb { overflow: hidden; position: relative; }
.prd-lnb li {
    /* float: left; */
    display: inline-block;
    width: calc(33.33333% + 1px);
    height: 40px;
    margin-left: -6px;
    border: 2px solid #333;
    background-color: #fff;
    text-align: center;
}
.prd-lnb li:first-child { margin:0; }
.prd-lnb li a { display: block; width: 100%; font-weight: 600; font-size: 15px; line-height: 36px; letter-spacing: .5px; }
.prd-lnb li.active { background-color: #1c5633; }
.prd-lnb li.active a { color: #fff; }

.list-array { font-size: 12px; }
.list-array { overflow:hidden; padding:20px 20px 10px; }
.list-array .search-result { float:left; line-height:36px; }
.list-array .search-result span { font-weight:400; }
.list-array .list_arrayLeft { float:right; width:80px; }
.list-array .list_arrayLeft select { width:100%; padding:0; border:0; font-size: 12px; }

.blcok-prd-list { padding: 0 20px 30px; }
.blcok-prd-list ul { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.blcok-prd-list ul li { width: calc(50% - 5px);  margin-bottom: 40px; }
.blcok-prd-list ul li .prd-thumb { overflow: hidden; margin-bottom: 10px; border: 2px solid #333; border-radius: 20px; }
.blcok-prd-list ul li .prd-info { font-size: 14px; letter-spacing: -1px; }
.blcok-prd-list ul li .prd-info .prd-name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size:13px; text-overflow: ellipsis; }
.blcok-prd-list ul li .prd-info .prd-name.sub { font-size: 11px; color: #999999; }
.blcok-prd-list ul li .prd-price { margin-top: 10px; font-weight: 600; }
.blcok-prd-list ul li .prd-price-consumer { margin:0 5px; font-size: 12px; opacity: .5; text-decoration: line-through; }
.blcok-prd-list ul li .prd-sale-percent { font-size:12px; color: #1c5633; }
/* BASIC css end */

