/* BASIC css start */
/* tmp */

body select {
    background-color: #fff;
}

/* ºÐ·ù Å¸ÀÌÆ² ¿µ¿ª */
.shopbrand .title-img {font-size: 0; text-align: center;}
.shopbrand .title-img img,
.shopbrand .title-html img {max-width: 100%;}

/* »ó´Ü Å¸ÀÌÆ², Á¤·Ä */
.shopbrand .cateInfo {padding-top: 13px; padding-bottom: 13px;}
.shopbrand .cateInfo .lt {float: left;}
.shopbrand .cateInfo .rt {float: right;}
.shopbrand .cateInfo .cate-title {
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 15px;
    text-align: left;
}
.shopbrand .cateInfo .total-count em {color: var(--color1); font-weight: 600;}
.shopbrand .cateInfo .sort-type select {
    min-width: 64px;
    height: 30px;
    line-height: 30px;
}

/* Ä«Å×°í¸® ºÐ·ù */
.productMenu {margin-bottom: 32px; border-bottom: 1px solid #efefef;}
.productMenu .cateList {
    padding: 8px;
    background: #f5f5f5;
}
.productMenu .cateList li {
    width: auto;
}
.productMenu .cateList li a {
    display: block;
    padding: 8px 10px;
    color: #000;
    font-size: 13px;
    line-height: 1;
}
.productMenu .cateList li.active {
    border-radius: 18px;
    background: var(--color1);
}
.productMenu .cateList li.active a {
    color: #fff;
    font-weight: 700;
}
.productMenu .childList {padding: 8px 18px;}
.productMenu .childList li {
    width: auto;
}
.productMenu .childList li>a {
    display: block;
    position: relative;
    padding: 8px 10px 8px 19px;
    color: #000;
    font-size: 13px;
    line-height: 1;
}
.productMenu .childList li>a:before {
    content: "";
    position: absolute;
    left: 0; top: 50%; z-index: 5;
    width: 14px;
    height: 14px;
    border: 1px solid #efefef;
    border-radius: 100%;
    background: #fff;
    transform: translateY(-50%);
}
.productMenu .childList li>a:after {
    content: "";
    position: absolute;
    left: 5px; top: 50%; z-index: 10;
    width: 6px;
    height: 6px;
    background: #efefef;
    border-radius: 100%;
    transform: translateY(-50%);
}
.productMenu .childList li.active>a:before {
    border-color: #1446b6;
    background: #1446b6;
}
.productMenu .childList li.active>a:after {
    background: #fff;
}



.shopbrand h2:not(.cate-title) {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 {text-align: center;}
.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; }

/* BASIC css end */

