/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
.shopbrand .shopbrandTitle img {
    max-width: 100%;
}

/* 더보기 */
.shopbrand .button {
    color: #3b3b3b;
    width: 90%;
    height: 35px;
    line-height: 35px;
    background-color: #efefef;
    border: 0px none;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.js-load {
    display: none !important;
}

.js-load.active {
    display: inline-block !important;
}

.btn-wrap,
.lists,
.main {
    display: block;
}


.more .btn_moreGray {
    opacity: 0;
}

.more .goodsLoadingIcon {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    border-radius: 20px;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
        /* 360도 회전 */
    }
}


.class-list ul {
    white-space: nowrap;
    display: flex;
    padding: 0 0 0 18px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    margin-right: 36px;
    padding-right: 18px;
}

.class-list ul::-webkit-scrollbar {
    display: none;
}

.class-list ul li {
    margin-right: 18px;
}

.class-list ul li:last-child {
    margin-right: 25px;
}

.class-list ul li a {
    font-weight: 500;
    color: #a3a3a3;
    line-height: normal;
    font-size: 14px;
    letter-spacing: -0.4px;
}

.class-list ul li.active a {
    font-weight: 700;
    color: #000;
}

.scrollCate {
    position: relative;
    overflow: hidden;
}
.scrollCate.active {
    min-height: 21px;
    margin-bottom: 20px;
}

.cateTop {
    margin-bottom: 15px;
    margin-top: 24px;
    position: relative;
}
.cateTop.fixed {margin-bottom: 56px;}
.cateTop .location {
    padding: 0 0 0 18px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: calc(100% - 100px);
    box-sizing: border-box;
    position: relative;
}
.cateTop .location.ellipsis::after {
    content: "...";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    height: 29px;
    padding-left: 2px;
    line-height: 29px;
}
.cateTop .location li {
    background: url(/design/newerashop/m/location_arrow.svg) no-repeat left 7px center;
    padding-left: 22px;
} 
.cateTop .location li a {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.9px;
    white-space: nowrap;
}

.cateTop .location li:first-child {
    background: none;
    padding-left: 0;
}

.cateTop .sort {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    z-index: 2;
}

.cateTop .sort select {
    background: url(/design/newerashop/m/sort_arrow.svg) no-repeat right center;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    letter-spacing: -0.4px;
    width: auto;
}
.scrollCate.fixed {
    position: fixed;
    z-index: 107;
    background: #fff;
    top: 95px;
    left: 0;
    right: 0;
    padding: 12px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
}
.scrollCate.fixed .class-list ul {
    margin-bottom: 0;
}
.scrollCate.fixed.search_on {z-index:0;}

/* BASIC css end */


/* BASIC css end */

