@charset "utf-8";

div[id^="page-"]:after {
    content: "";
    display: block;
    clear: both;
}
div[id^="page-"]>.contents {
    width: 100%;
}
div[id^="page-"]>.lnb+.contents {
    overflow: hidden;
    flex: 1;
    width: calc(100% - 260px);
    padding: 0 0 0 56px;
}
#page-section.flexible {
    overflow: visible;
}
#page-category {
    display: flex;
}

/* location */
.location {
    display: block;
    margin: 8px auto 30px;
    color: #bbb;
    font-size: 13px;
}

.location .home,
.location span {
    position: relative;
    padding-right: 22px;
}

.location .home::before,
.location span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    transform: rotate(45deg) translateY(-50%);
}

.location span:last-child::before {
    padding-right: 0;
    border: none;
}
.location span.active {
	color: #000;
}


/* 좌측 메뉴 */
nav.lnb {
    position: relative;
    width: 270px;
}
nav.lnb .lnbInner {
    overflow: auto;
    position: sticky;
    top: 120px;
    padding-right: 20px;
    transition: padding 0.3s ease;
    height: calc(100vh - 148px);
}
nav.lnb .lnbInner::-webkit-scrollbar {
    width: 3px;
}
nav.lnb .lnbInner::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    border-radius: 3px;
}
nav.lnb .lnbInner::-webkit-scrollbar-track {
    background-color: transparent;
    background-color: #fafafa;
}
nav.lnb .lnbInner:hover::-webkit-scrollbar-thumb {
    background-color: #333;
}

nav.lnb h2.title-cate {
	display: flex;
	align-items: center;
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 1;
    word-break: break-word;
}
nav.lnb h2.title-cate img {
	max-height: 18px;
}

nav.lnb h3.title-filter {
    position: relative;
    margin-bottom: 0;
    padding: 0 35px 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    transition: all 0.2s;
    cursor: pointer;
}

nav.lnb h3.title-filter .btn-tgg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    cursor: pointer;
    transition: all 0.2s;
}


/* 좌측 메뉴 - 필터영역 */
nav.lnb .filter-area {
    padding: 15px 0;
    border-top: 1px solid #eee;
}
nav.lnb .filter-area .fold-filter {
    display: none;
    padding: 20px 0 10px;
}
nav.lnb .filter-area.active .fold-filter {
    display: block;
}
nav.lnb .filter-area h3.title-filter .btn-tgg:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    width: 20px;
    height: 20px;
    background: url('/image/web/shop/arr_down.svg') no-repeat center / 12px;
    opacity: 0.6;
    transform: translateY(-50%);
}
nav.lnb .filter-area.active h3.title-filter {
    /* margin-bottom: 15px; */
}

nav.lnb .filter-area.active h3.title-filter .btn-tgg:after {
    background-image: url('/image/web/shop/arr_up.svg');
    opacity: 1;
}

nav.lnb .filter-area .brand-list {
    display: flex;
    flex-wrap: wrap;
}
nav.lnb .filter-area .brand-list>li {
    padding: 2.5px 5px 2.5px 0;
}
nav.lnb .filter-area .price-list>li {
    padding: 2.5px 0;
}

nav.lnb .filter-area .season-list,
nav.lnb .filter-area .size-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 0;
    margin: -5px 0 0 -5px;
}
nav.lnb .filter-area .season-list>li,
nav.lnb .filter-area .size-list>li,
nav.lnb .filter-area .season-list>li {
    display: inline-block;
    width: calc(25% - 5px);
    margin: 5px 0 0 5px;
    vertical-align: top;
}

nav.lnb .filter-area .color-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow-y: auto;
    max-height: 300px;
    font-size: 0;
    margin-top: -5px;
}

nav.lnb .filter-area .color-list>li {
    display: inline-block;
    width: calc(100% / 5);
    margin-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    text-align: center;
}
nav.lnb .filter-btn-area {
    padding: 60px 0 20px;
    border-top: 1px solid #eee;
}


/* 좌측 메뉴 - 카테고리 */
nav.lnb .cate-list>li>a {
    display: block;
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
}

nav.lnb .cate-list>li.have-depth>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    width: 20px;
    height: 20px;
    background: url('/image/web/shop/arr_down.svg') no-repeat center / 12px;
    opacity: 0.6;
    transform: translateY(-50%);
}

nav.lnb .cate-list>li>.cate-list {
    display: none;
}

nav.lnb .cate-list.depth2 {
    margin-bottom: 15px;
}
nav.lnb .cate-list.depth2>li>a {
    padding: 12px 35px 12px 0;
}
nav.lnb .cate-list.depth3 {
    padding: 10px 0 20px 10px;
}
nav.lnb .cate-list.depth4 {
    padding: 10px 0 20px 10px;
}
nav.lnb .cate-list.depth3>li>a,
nav.lnb .cate-list.depth4>li>a {
    padding: 10px 0;
    color: #999;
    font-size: 15px;
}

nav.lnb .cate-list>li.active>.cate-list {
    display: block;
}
nav.lnb .cate-list>li.active>a,
nav.lnb .cate-list .cate-list>li.active>a {
    color: #000;
    font-weight: 400;
}
nav.lnb .cate-list.depth3>li.active>a,
nav.lnb .cate-list.depth4>li.active>a {
    color: #000;
}
nav.lnb .cate-list>li.active.have-depth>a:after {
    background-image: url('/image/web/shop/arr_up.svg');
    opacity: 1;
}

.filter-price .middle {
    position: relative;
    margin: 0 auto;
    padding: 10px 10px 0;
}

.filter-price .min-max {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.filter-price .min-max p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #929292;
}

.filter-price .selected-price {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 20px 0px 0px;
    font-size: 13px;
    font-weight: 600;
}


.filter-price .selected-price input::-webkit-outer-spin-button,
.filter-price .selected-price input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-price .selected-price .price-box {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-width: 100px;
    height: 40px;
    padding: 0px 7px 0px 3px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.filter-price .selected-price .price-box input {
    flex: 1 1 0;
    min-width: 0;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgb(31, 31, 31);
    text-align: right;
    line-height: 16px;
}
.filter-price .selected-price .price-box .unit {
    flex: 0 0 auto;
    margin-left: 2px;
    color: #898989;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.filter-price .selected-price .separator {
    padding: 0 5px;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
}
.noUi-base,
.noUi-connects {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-handle {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #000;
    cursor: default;
}
.noUi-touch-area {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-horizontal {
    height: 2px;
}
.noUi-horizontal .noUi-handle {
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    right: auto;
    left: -7px;
}
.noUi-target {
    background: #eee;
}
.noUi-connects {
    border-radius: 3px;
}
.noUi-connect {
    background: #000;
}
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-active {
    box-shadow: inset 0 0 1px #000, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
.noUi-tooltip {
    display: none;
    position: absolute;
    background: #fff;
    color: #000;
    padding: 3px;
    font-size: 13px;
    white-space: nowrap;
}

/* 리스트 섹션 */
.title-category {
    margin-bottom: 30px;
    font-size: 22px;
}

.cate-best-prod {
    margin-bottom: 60px;
}


/* 해상도에 따른 상품리스트 스타일 */
@media all and (max-width: 1680px) { /* 1680px 이하 */
    .best-prod .prod-box .brand {
        font-size: 11px;
    }

    .best-prod .prod-box .title {
        font-size: 12px;
    }

    .prod-box .info-area .price .before {
        font-size: 11px;
    }

    .prod-box .info-area .price .sell,
    .prod-box .info-area .price .rate {
        font-size: 13px;
    }
}

@media screen and (max-width: 1400px) { /* 1400px 이하 */
    .best-prod {
        padding-left: 50%;
    }
    .best-prod .prod-list>ul>li:first-child {
        width: 96%;
        margin-left: -96%;
    }

    .best-prod .prod-list>ul>li:not(:first-child) {
        width: 33.333%;
    }

    .best-prod .prod-list>ul>li:nth-child(n+8) {
        display: none;
    }

    .best-prod .prod-list>ul>li:not(:first-child) {
        /* padding-left: 10px; */
    }
}