/* BASIC css start */
/*20250619 ¸®´º¾ó Ãß°¡*/

#contentWrapper {
    padding: 0 0 80px;
    background: #FFFCF8;
}

#contentWrap {
    max-width: 100%;
    padding: 0;
}

.prdbrand-wrap {
    max-width: 1840px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
}

button span {
    visibility: visible;
}

.title-wrap {
    text-align: center;
    word-break: keep-all;
    margin-bottom: 40px;
}

.title-wrap img {
    max-width: 100%;
}

.title-wrap .title {
    display: block;
    color: #211D1D;
    font-size: 34px;
    font-weight: 500;
    line-height: 117.647%;
    margin-bottom: 16px;
}

.title-wrap .sub-title {
    color: #54544F;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.swiper-container {
    position: relative;
    padding: 0 72px;
    box-sizing: border-box;
}

.swiper-container .swiper-slide {
    padding: 0;
}

.swiper-container .swiper-slide .img-wrap {
    margin-bottom: 8px;
}

.swiper-container .name {
    font-size: 18px;
    font-weight: 400;
    max-height: 42px;
}

.swiper-container .swiper {
    padding-bottom: 58px;
    margin-bottom: 48px;
    overflow: hidden;
}

.swiper-container .swiper-button-prev:after, .swiper-container .swiper-button-next:after {
    width: 32px;
    height: 32px;
    background-size: cover;
}

.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    top: calc(50% - 45px);
}

.swiper-container .swiper-button-next {
    right: 8px;
}

.swiper-container .swiper-button-prev {
    left: 8px;
}

.list-header-wrap {
    display: flex;
    gap: 32px;
    margin-bottom: 24px;
    align-items: center;
}

.list-header-wrap .total-count {
    color: #211D1D;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.list-header-wrap > .left {
    min-width: 376px;
    padding: 12px 8px 0;
    box-sizing: border-box;
}

.list-header-wrap > .right {
    display: flex;
    width: 100%;
    gap: 16px;
    justify-content: space-between;
}

.list-header-wrap > .right .filter-wrap {
    display: flex;
    gap: 24px;
    align-items: center;
}

.list-header-wrap .btn-reset {
    display: flex;
    align-items: center;
    background: transparent;
    height: 34px;
    color: #211D1D;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    white-space: nowrap;
}

.select-filter {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.select-filter .filter-clone {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #A6A4A4;
    background: #F4F2EF;
    padding: 0 18px;
    box-sizing: border-box;
}

.select-filter .filter-clone .filter-clone-color {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    overflow-y: hidden;
}

.select-filter span {
    color: #5A5858;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    white-space: nowrap;
}

.select-filter .btn-del {
    width: 12px;
    height: 12px;
    font-size: 0;
    background: url('/design/hangso1/mallskin/pc/images/icon_filter_close.png') no-repeat center center;
}

.select-label-wrap {
    position: relative;
    display: flex;
    font-size: 0;
    gap: 6px;
}

.select-label-wrap + .select-label-wrap {
    margin-top: 16px;
}

.select-label-wrap > .label {
    position: absolute;
    left: 8px;
    top: -6px;
    font-size: 12px;
    color: #5A5858;
    font-weight: 390;
    line-height: 12px;
    pointer-events: none;
    font-family: "HvDTrial Brandon Grotesque";
    padding: 0 8px;
    background: #FFFCF8;
}

.select-label-wrap > input, .select-label-wrap > select {
    flex: 1;
    height: 48px;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #5A5858;
    box-sizing: border-box;
    color: #5A5858;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    min-width: 0;
}

.select-label-wrap > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/design/hangso1/mallskin/pc/images/icon_select.png') no-repeat right 16px center;
    background-size: 16px;
    padding-right: 32px; /* ¿©¹éÀ» ÁÖ¾î È­»ìÇ¥°¡ °ãÄ¡Áö ¾Êµµ·Ï ÇÔ */
}

.list-contents-wrap {
    display: flex;
    gap: 32px;
}

.list-contents-wrap > .left {
    min-width: 376px;
    max-width: 376px;
    padding: 0 8px;
    box-sizing: border-box;
}

.list-contents-wrap > .left > .filter-wrap {
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow: auto;
}

.list-contents-wrap > .right {
    width: 100%;
}

.list-contents-wrap .filter-wrap .opt-box > li {
    border-top: 1px solid #767873;
}

.list-contents-wrap .filter-wrap .opt-box > li > span {
    position: relative;
    display: block;
    padding: 16px 0;
    color: #211D1D;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

.list-contents-wrap .filter-wrap .opt-box > li > span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 1px;
    background: #211D1D;
    border-radius: 10px;
}

.list-contents-wrap .filter-wrap .opt-box > li > span:before {
    content: '';
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #211D1D;
    border-radius: 10px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.list-contents-wrap .filter-wrap .opt-box > li.active > span:before {
    opacity: 0;
}

.list-contents-wrap .filter-wrap .opt-box > li > span:hover {
    color: var(--Primary-Moleskine-Orange, #FB663A);
}

.list-contents-wrap .filter-wrap .opt-box > li > span:hover:after, .list-contents-wrap .filter-wrap .opt-box > li > span:hover:before {
    background: var(--Primary-Moleskine-Orange, #FB663A);
}

.list-contents-wrap .filter-wrap .chk-box, .list-contents-wrap .filter-wrap .chk-color-code {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 4px 0 24px;
}

.list-contents-wrap .filter-wrap .item-box {
    position: relative;
}

.list-contents-wrap .filter-wrap .item-box > div {
    position: relative;
}


.list-contents-wrap .filter-wrap .item-box input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.list-contents-wrap .filter-wrap .item-box p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid #5A5858;
    background: #FFFCF8;
    cursor: pointer;
    color: #5A5858;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    box-sizing: border-box;
}

.list-contents-wrap .filter-wrap .checkbox-wrap {
    margin: 0;
}

.list-contents-wrap .filter-wrap .checkbox-wrap .item-box {
    display: flex;
    align-items: center;
}

.list-contents-wrap .filter-wrap .checkbox-wrap .item-box p {
    padding: 0;
    border: 0;
}

.list-contents-wrap .filter-wrap .checkbox-wrap .item-box input:checked ~ p {
    background: transparent;
    border: 0;
}

.list-contents-wrap .filter-wrap .chk-color-code p {
    padding-left: 39px;
}

.list-contents-wrap .filter-wrap .chk-color-code label {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    overflow: hidden;
}

.list-contents-wrap .filter-wrap .item-box input:checked ~ p {
    border: 1px solid #FB663A;
    background: rgba(251, 102, 58, 0.08);
}

.select-label-wrap > select {
    min-width: 182px;
}

.mo-btn-wrap {
    display: none;
}

.only-mo {
    display: none;
}

.item-wrap.list-type1 .list-top-wrap {
    min-height: 32px;
}

.item-wrap.list-type1 .list-top-wrap img {
    max-width: 100%;
}

.item-wrap.list-type1 .item-cont .item-list dd {
    padding-top: 36px;
}

.item-wrap.list-type1 .item-cont .item-list .thumb {
    position: relative;
    padding-bottom: 0;
    height: auto;
    overflow: visible;
    background: transparent;
}

.item-wrap.list-type1 .item-cont .item-list .thumb > a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.item-wrap.list-type1 .item-cont .item-list .thumb > a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.thumb-hover-wrap {
    display: none;
    justify-content: center;
    gap: 8px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1;
}

.item-list:hover .thumb-hover-wrap {
    display: flex;
}

.thumb-hover-wrap .wish-wrap .icon {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #A6A4A4;
    border-radius: 50%;
    background: #FFFFFF url('/design/hangso1/mallskin/pc/images/icon_product_heart.png') no-repeat center;
    box-sizing: border-box;
    cursor: pointer;
}

.thumb-hover-wrap .wish-wrap .wish-on + .icon {
    background: #FFFFFF url('/design/hangso1/mallskin/pc/images/icon_product_heart_active.png') no-repeat center;
}

.thumb-hover-wrap .preview-wrap .btn-preview {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #A6A4A4;
    box-sizing: border-box;
    background: #FFFFFF url('/design/hangso1/mallskin/pc/images/icon_product_preview.png') no-repeat center;
    background-size: 24px;
    cursor: pointer;
}

.breadcrumb-wrap {
    padding: 16px;
    margin: 0;
}

.category-title-wrap {

}

.category-title-wrap .visual-wrap {
    position: relative;
    overflow: hidden;
    padding: 118px 16px;
    margin-bottom: 8px;
}

.category-title-wrap .visual-wrap img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.category-title-wrap .visual-wrap .text-wrap {
    position: relative;
    text-align: center;
    color: #FFFFFF;
    z-index: 1;
}


.category-title-wrap .visual-wrap .title {
    font-size: 52px;
    font-family: "HvDTrial Brandon Grotesque";
    font-weight: 500;
    margin-bottom: 32px;
    line-height: 1;
}

.category-title-wrap .visual-wrap .sub-title {
    font-size: 32px;
    font-family: "HvDTrial Brandon Grotesque";
    font-weight: 500;
    line-height: 1;
}

.category-title-wrap.type-text .visual-wrap {
    padding: 40px 16px 20px;
}

.category-title-wrap.type-text .visual-wrap > img {
    display: none;
}

.category-title-wrap.type-text .visual-wrap .text-wrap {
    color: #211D1D;
}

.category-title-wrap.type-text .visual-wrap .title {
    font-size: 42px;
    margin-bottom: 22px;
}

.category-title-wrap.type-text .visual-wrap .sub-title {
    font-size: 20px;
    font-weight: 300;
}

.category-swiper-wrap {
    max-width: 1840px;
    margin: 0 auto;
    padding: 0 16px;
}

.category-swiper-wrap .swiper-slide .img-wrap {
    border-radius: 4px;
    overflow: hidden;
    background: #FFFFFF;
}

.category-swiper-wrap .swiper-slide .img-wrap img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}




/*768ÀÌ»óÀÏ°æ¿ì*/
@media (min-width: 768px) {
    .list-contents-wrap > .left {
        display: block !important;
    }

    .list-contents-wrap > .left.only-mo {
        display: none !important;
    }
}



@media (max-width: 1200px) {
    .prdbrand-wrap {
        padding: 0 16px 80px;
    }

    .list-contents-wrap > .left, .list-header-wrap > .left {
        min-width: 240px;

        max-width: 240px;

    }
}

@media (max-width: 768px) {
    .list-header-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .list-header-wrap > .left {
        display: flex;
        gap: 32px;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0 0 ;
        min-width: 0;
    }

    .list-contents-wrap > .left > .filter-wrap {
        position: relative;
        top: auto;
        max-height: 100%;
        overflow: inherit;
    }

    .mo-btn-wrap {
        display: flex;
        gap: 16px;
        align-items: center;
        width: 100%;
    }

    .mo-btn-wrap .btn {
        display: flex;
        gap: 8px;
        width: 100%;
        max-width: 234px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        border: 1px solid #211D1D;
        background: transparent;
        min-width: 100px;
    }

    .mo-btn-wrap .btn:after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .mo-btn-wrap .btn-filter:after {
        background-image: url('/design/hangso1/mallskin/pc/images/icon_filter.png');
    }

    .mo-btn-wrap .btn-align:after {
        background-image: url('/design/hangso1/mallskin/pc/images/icon_align.png');
    }

    .mo-btn-wrap .btn.active {
        color: #FB663A;
        border: 1px solid #FB663A;
    }

    .mo-btn-wrap .btn.active:after {
        filter: invert(49%) sepia(72%) saturate(2164%) hue-rotate(337deg) brightness(101%) contrast(97%);
    }

    .list-header-wrap .total-count {
        white-space: nowrap;
    }

    .list-contents-wrap {
        flex-direction: column;
    }

    .list-header-wrap > .right .filter-wrap {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        width: 100%;
    }

    .select-label-wrap {
        display: none;
    }

    .list-contents-wrap .filter-wrap .opt-box > li > span {
        font-size: 16px;
    }

    .align-list-wrap > li {
        border-top: 1px solid #767873;
    }

    .align-list-wrap > li > a {
        display: flex;
        padding: 16px 0;
        color: #211D1D;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }

    .align-list-wrap > li > a.active {
        color: var(--Primary-Moleskine-Orange, #FB663A);
    }

    .list-contents-wrap > .left {
        display: none;
        min-width: 0;
        max-width: 100%;
    }

    .list-contents-wrap > .left.active {
        display: block;
    }

    .swiper-container {
        padding: 0;
    }

    .swiper-container .name {
        font-size: 16px;
        max-height: 40px;
    }

    .swiper-container .swiper {
        padding-bottom: 48px;
    }

    .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
        display: none;
    }

    .thumb-hover-wrap {
        display: flex;
        bottom: -48px;
    }

    .item-wrap.list-type1 .item-cont .item-list dd {
        padding-top: 68px;
    }

    .category-title-wrap .visual-wrap .title {
        font-size: 42px;
        margin-bottom: 16px;
    }

    .category-title-wrap .visual-wrap .sub-title {
        font-size: 28px;
    }
}

@media (max-width: 375px) {
    .title-wrap .title {
        font-size: 28px;
        line-height: 32px;
    }

    .title-wrap .sub-title {
        font-size: 14px;
        line-height: 20px;
    }

    .category-title-wrap .visual-wrap {
        padding: 64px 16px;
    }
}

/* BASIC css end */

