/* BASIC css start */
.brand_wrap {
    position: relative;
}

.brand_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 100%);
}

.brand_wrap .brand_bn {
    width: 100%;
    height: 90px;
}

.brand_wrap .brand_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
}

.brand_wrap .brand_box > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 20px 15px;
}

.brand_wrap .brand_tit {
    display: flex;
    align-items: center;
}

.brand_wrap .brand_logo {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #fbfbfb;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
    
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    font-size: 126%;
}

.brand_wrap .brand_tit p {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}

.brand_wrap .brand_tit span {
    font-size: 13px;
    display: block;
}

.brand_wrap .brand_box a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    padding: 0 20px;
    border-radius: 25px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}

.brand_txt {
    position: absolute;
    top: 95px;
    left: 0;
    background-color: var(--main-color);
    color: #fff;
    padding: 20px;
    word-break: keep-all;
    border-radius: 10px;
    font-size: 13px;
    margin: 0 15px;
    display: none;
    z-index: 20;
}

.brand_txt::before {
    content: '';
    display: inline-block;
    border-bottom: 20px solid var(--main-color);
    border-top: 0px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 20px;
}




#midSection { position: absolute; width: 100%; margin-top: -55px; }

#product-list h2 { font-weight: bold; font-size: 20px; margin: 0 10px 10px; }

#product-list .swiper-best { margin: 0 0 50px 10px; padding: 0 70px 25px 0; background: #fff; }
#product-list .swiper-best .swiper-slide img { width: 100%; }
#product-list .swiper-best .swiper-pagination { width: 100%; height: 2px; bottom: 0; background-color: #f0f0f0; }
#product-list .swiper-best .swiper-pagination .swiper-pagination-progressbar-fill { height: 100%; width: 100%; background-color: #000; position: absolute; bottom: 0; left: 0; transform: scale(0); transform-origin: left top; }

/* ÁßºÐ·ù Ä«Å×°í¸® */

.total_sort_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 15px;
    font-size: 13px;
}
.total-sort { 
    position: relative; 
    display: flex;
    align-items: center;
}

.total-sort .type { display: flex;}
.total-sort .type li { 
    text-align: center;
    }
.total-sort .type li a {
    font-size: 13px;
    padding: 7px 8px;
    display: inline-block;
    width: 100%;
    /* border-radius: 30px; */
    box-sizing: border-box;
}
.total-sort .type li .on {
    /* background: #000; */
    /* color: #fff; */
    font-weight: 600;
    text-decoration: underline;
}

.total-sort .grid_btn { 
    background-color: transparent;
    border: none;
    font-size: 17px;
    margin: 0 0 -2px 7px;
    position: relative;
    padding-left: 15px;
}

.total-sort .grid_btn::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 1px;
    height: 12px;
    background-color: #cfcfcf;
}

.total-sort .grid_btn .fa-grid { width: 17px; }


#prd-section05 {
    background-color: #f4f4f4;
    padding: 10px 0;
    margin-bottom: 10px;
}

#prd-section05 h3 {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 10px 10px;
}

#prd-section05.items-wrap .items.grid_1, 
#prd-section05.items-wrap .items.grid_3 { flex-wrap: nowrap; } 

#prd-section05.items-wrap .items.grid_3 li,
#prd-section05.items-wrap .items li,
#prd-section05.items-wrap .items li:nth-child(2n) {
    padding: 0;
    margin-right: 10px;
    width: 38%;
}

/* BASIC css end */

