/* BASIC css start */
div#container {  margin-top: 50px;}



h2.brandTit {
    font-size: 25px;
    font-weight: 600;
    padding: 20px 5%;
}


ul.brand_list {
    display: flex;
    overflow: hidden;
    padding: 20px 5%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom:50px;
}

ul.brand_list li {
    width: 33.3%;
    float: left;
    display: flex;
    text-align: center;
    border-top: 1px solid #E3E3E3;
    padding: 5px;
    box-sizing: border-box;
    border-left: 1px solid #E3E3E3;
    justify-content: center;
}

ul.brand_list li a {}

ul.brand_list li a div.logo_box {
    width: 20vw;
    height: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.brand_list li .title_kr {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
}

ul.brand_list li a div.logo_box img {width: 80%;line-height: 19.5vw;}

ul.brand_list li:nth-child(3n),
ul.brand_list li:nth-child(10){border-right: 1px solid #e3e3e3;}

ul.brand_list li:nth-child(n+7),
ul.brand_list li:nth-child(n+8){border-bottom: 1px solid #e3e3e3;}

.brandWrap .fjmInt {
    text-align: right;
    margin-right: 5%;
    margin-top:30px;
}
.brandWrap .fjmInt a {
    font-size: 15px;
    color: #a3a3a3;
    padding: 10px 25px;
    border: none;
    border-radius: 20px;
    background: #000;
}
.brandWrap .fjmInt a i.xi-angle-right-thin {
    margin-left: 10px;
    vertical-align: middle;
}

.shopbrand .MK_product_list {background-color:#fefefe; border-bottom:1px solid #e5e5e5; border-top: 1px solid #e5e5e5;}
.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%;}
.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;}



.page_location {
    padding: 5px 5px;
    text-align: right;
}
/* BASIC css end */

