/* BASIC css start */
#search .form-wrap {position: relative;background-color: #eee;padding: 10px;}
#search .form-wrap .searchForm {width:80%;}
#search .form-wrap .searchForm input {border:0px none;}
#search .form-wrap .searchButton {width:20%;background-color: #888;color:#fff;position: absolute;top: 10px;right: 10px;height: 68px;line-height: 68px;text-align: center;}
#search .form-wrap .searchForm #keyword_search {width:90%;margin-bottom: 7px;}
#search .form-wrap .searchPrice {}
#search .form-wrap .searchPrice input {width:30%;}



#MS_product .item-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 상품 분류용 */
.bestPrdArea{padding-bottom:0;background-color:#f8f8f8;border-bottom:1px solid #dedede;}
#MS_product .noData{display:none;}
#MS_product .noData:first-child{display:block;}
.sliderWrap.shopbrandSliderWrap .sliderArea{padding:0 6px 25px;}

.shopbrand h2 {text-align:center;font-size: 20px;font-weight:bold;padding-top: 38px;font-family: 'Noto Sans KR', sans-serif;color: #000;}
.shopbrand .MK_product_list {background-color:#f9f9f9;border-bottom: 1px solid #ddd;}
.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: 5px 0 10px;}
.shopbrand .MK_product_list .items .paging-num a {background-color:#fff;border: 1px solid #ddd;padding: 4px 10px;margin:0 10px;}
.shopbrand .list_group {padding: 10px;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;}
.class-list{font-size:0;line-height:1;}
.class-list li{position: relative;display: inline-block;width:33.3%;height:32px;line-height:32px;font-size:12px;text-align:center;}
.class-list li a{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;padding:0 5px;}
.class-list .on{color:#222;font-weight:700;}
.class-list li:after {content:"";position:absolute; right:0; top:50%;height:12px;width:1px;margin-top:-6px;background-color:#ddd;display:block;}
.class-list li:nth-child(3n):after {opacity:0;}
.item-wrap .item-info .item-order select{border: none; border-bottom: 1px solid #707070;}
.item-cont .item-list .prd-info{height:18px;}
.form-wrap {
    position: relative;
}
.form-wrap .searchForm {
    position: relative;
    padding: 0;
    margin: 24px 15px;
}
.form-wrap .searchForm input {width: 100%;border: 0;border-bottom: 2px solid #000;text-align: center;color: #292929;font-size: 15px;font-family: 'Noto Sans KR', sans-serif;padding-bottom: 4px;background: transparent;}
a.searchButton {
    position: absolute;
    top: 0;
    left: 20%;
}
.item-wrap .item-info .item-order select{border-bottom:none;width: auto;padding-right: 12px;}

/* 해쉬태그 */
.hash_wrap{position:relative;display:block;margin-bottom: 40px;}
.hash_wrap ul {display: table;width: 100%;}
.hash_wrap ul li {display: table-cell;text-align: center;}
.hash_wrap ul li a {color: #bbb;font-family: 'Noto Sans KR', sans-serif;font-size: 13px;}
.hash_wrap ul li a:before {content: "#";color: #000;}


.noList {
    text-align: center;
}

/* 상품명 길이 */
.item-cont .item-list .prdLink .brandName, .item-cont .item-list .prdLink .name {
white-space: unset !important;
display: -webkit-box !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}


/* 아이콘 해상도 수정 */
img.MK-product-label {width:40px !important; height:40px !important; }
/* BASIC css end */

