/* BASIC css start */
.brand .brand-title {padding: 5px;}
.brand .brand-select {text-align: right;}
.brand .brand-select select {width: 60%; vertical-align: top;}
.brand .brand-select .div-select-brand {display: inline-block; width: 100px; padding-left: 10px;}
.brand h2 {text-align:center; font-size: 1.25em; font-weight:bold; padding-top:10px;}
.brand .MK_product_list {background-color:#f9f9f9; border-bottom:1px solid #4a4a4a; border-top: 1px solid #4a4a4a;}
.brand .MK_product_list .items {padding: 10px 0;}
.brand .MK_product_list .items #MK_promotion_product li {width:33.33%;}
.brand .more .more-title {color: #3b3b3b;}
.brand .list_array .list_arrayRight img {width: 23px; height: auto;}

.custom-slt {display:flex; height:50px}
.custom-slt .div-select-brand {display:flex; align-items:center; width:80px; height:100%;}
.custom-slt .div-select-brand a {display:flex; align-items:center; justify-content:center; width:80px; height:100%; background-color:#333; color:#fff; text-align:center; padding:0 1rem}
.custom-slt select {
    width: calc(100% - 80px);
    height: 100%;
    background: url(/design/namhae1234/img/arrow_drop_down.svg) no-repeat calc(100% - 25px);
    background-size: 24px auto;
    border: 1px solid #ccc;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    color: #333;
}



/* BASIC css end */

