/* BASIC css start */
#footer {
    margin-top: 0 !important;
}
.cate-wrap {
    text-align: center;
}
.bcate {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 700;
    line-height: 49px;
}


.class-list {
    margin: 40px 0;
}

.class-list ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.class-list ul li {}

.class-list ul li a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #dedede;
    padding: 0 40px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.class-list ul li.active a, .class-list ul li a:hover {
    color: #000;
    border: 1px solid #000;
}
.sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.sort .count {
    font-size: 14px;
    font-weight: 400;
}

.sort .count b {
    font-weight: 600;
}

.sort > ul {
    display: flex;
    gap: 25px;
}

.sort > ul > li {}

.sort > ul > li a span {
    color: #999;
    font-size: 14px;
}

.sort >ul > li a span.on {
    color: #000;
    font-weight: 500;
}

.more {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 464px;
}

.more a {
    border: 1px solid #000;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    gap: 4px;
}

/* ÇÊÅÍ */
.btn-filter {
    padding-left: 34px;
    font-size: 16px;
    font-weight: 400;
    background: url(//skin.makeshop.co.kr/skin/enough/images/filter_icon.svg) no-repeat left center;
    border: 0;
}

.filter-wrap * {color:#202020;word-break:break-all;}
.layer-filter-wrap {display:none; position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.4); z-index:200; content:'';}
.layer-filter-wrap .layer-filter {position:fixed;left:0;top:0;width:400px;height: calc(100% - 79px);background:#fff;z-index:200;overflow-y: scroll;}
.layer-filter-wrap .layer-filter::-webkit-scrollbar {width:6px;}
.layer-filter-wrap .layer-filter::-webkit-scrollbar-thumb {height:30%; background:#666; border:2px solid #fff;}
.layer-filter-wrap .layer-filter::-webkit-scrollbar-track {background:#fff;}
.layer-filter-wrap .layer-filter .tit {position:sticky;top:0;padding: 33px 30px;background:#fff;border-bottom:1px solid #f0f0f0;z-index:100;display: flex;align-items: center;}
.layer-filter-wrap .layer-filter .tit h3 {display:inline-block;font-size:17px;font-weight: 500;}
.layer-filter-wrap .layer-filter .tit .total-count {display:inline-block; margin-left:20px; color:#b17efe; font-size:13px;}
.layer-filter-wrap .layer-filter .tit .btn-close {position:absolute;right:30px;top: 33px;width:18px;height:18px;font-size:0px;text-indent:-9999px;background:url(/images/common/icon_close.png) no-repeat left center;}
.layer-filter-wrap .layer-filter .opt-box li > div {padding-top:7px;}
.layer-filter-wrap .layer-filter .opt-box li {padding:18px 30px 17px;border-bottom:1px solid #f0f0f0;background:url(/images/common/icon_arr_down.png) no-repeat 92% 22px;font-size:15px;font-weight: 500;cursor:pointer;}
.layer-filter-wrap .layer-filter .opt-box li.active {background:url(/images/common/icon_arr_up.png) no-repeat 92% 22px;}
.layer-filter-wrap .layer-filter .opt-box li input[type="checkbox"]{display:none;}
.layer-filter-wrap .layer-filter .opt-box li .chk-box label {position:relative; height:21px; line-height:19px; margin-top:10px; padding-left:26px; display:block; font-size:13px; font-weight:normal; cursor:pointer;}
.layer-filter-wrap .layer-filter .opt-box li .chk-box label:before {position:absolute; left:0; top:0; width:21px; height:21px; background:url(/images/common/chkbox_off.png) no-repeat center center; content:'';}
.layer-filter-wrap .layer-filter .opt-box li .chk-box input[type="checkbox"]:checked + label:before {background:url(/images/common/chkbox_on.png) no-repeat center center;}
.layer-filter-wrap .layer-filter .opt-box li .chk-color-code {display:flex; flex-wrap:wrap; gap:15px; margin-top:10px;}
.layer-filter-wrap .layer-filter .opt-box li .chk-color-code label {display:block; width:36px; height:36px; border:3px solid #fff; border-radius:50%; font-size:13px; font-weight:normal; box-shadow:0px 0px 1px 1px #dfdfdf; cursor:pointer;}
.layer-filter-wrap .layer-filter .opt-box li .chk-color-code input[type="checkbox"]:checked + label {box-shadow:0px 0px 1px 1px #000;}
.layer-filter-wrap .layer-filter .opt-box li .chk-color-code input[type="checkbox"]:checked + label + p {color:#202020;}
.layer-filter-wrap .layer-filter .opt-box li .chk-color-code p {padding-top:9px; color:#a6a6a6; font-size:12px; text-align:center; font-weight:normal;}
.layer-filter-wrap .layer-filter .select-filter {display:flex;flex-wrap:wrap;gap:5px;margin:20px 0 30px;padding:0 30px;}
.layer-filter-wrap .layer-filter .select-filter li {display:flex; align-items:center; padding:6px 10px 7px; background:#f8f8f8; border-radius:5px; font-size:13px;}
.layer-filter-wrap .layer-filter .select-filter li .btn-del {width:10px; height:10px; margin-left:5px; background:url(/images/common/icon_txt_delete.png) no-repeat right center; font-size:0px; text-indent:-9999px;}
.layer-filter-wrap .layer-filter .select-filter li .color-code {display:inline-block; width:18px; height:18px; margin-right:5px; border-radius:50%;}
.layer-filter-wrap .layer-filter .select-filter li .filter-text {max-width:200px;}
.layer-filter-wrap .layer-filter .btn-wrap {display:flex;box-sizing:border-box;position: fixed;bottom: 0;left: 0;width: 400px;background: #fff;padding: 0 30px 30px;}
.layer-filter-wrap .layer-filter .btn-wrap button {width:auto;padding:16px 0;text-align:center;background:#fff;font-size:14px;font-weight: 500;border: 1px solid #000;}
.layer-filter-wrap .layer-filter .btn-wrap button.btn-reset {width:100%;min-width:120px;border-radius: 5px 0 0 5px;}
.layer-filter-wrap .layer-filter .btn-wrap button.btn-search {min-width:220px; background:#202020; border-radius:0 5px 5px 0;}
.layer-filter-wrap .layer-filter .btn-wrap button span {display:inline-block; visibility:visible;}
.layer-filter-wrap .layer-filter .btn-wrap button span.fc-fff {color:#fff;}


@media (max-width:1024px) {
    #footer {
        margin-top: 0 !important;
    }
    .cate-wrap {
        text-align: center;
    }
    .bcate {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 700;
        line-height: 28.13px;
        padding: 0 20px;
    }


    .class-list {
        margin-top: 20px;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .class-list ul {
        display: flex;
        gap: 10px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .class-list ul li {}

    .class-list ul li a {
        color: #999;
        font-size: 14px;
        font-weight: 400;
        border: 1px solid #dedede;
        padding: 0 20px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .class-list ul li.active a, .class-list ul li a:hover {
        color: #000;
        border: 1px solid #000;
        font-weight: 500;
    }
    .sort {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }

    .sort .count {
        font-size: 14px;
        font-weight: 400;
    }

    .sort .count b {
        font-weight: 600;
    }

    .sort > ul {
        display: flex;
        gap: 25px;
    }

    .sort > ul > li {}

    .sort > ul > li a span {
        color: #999;
        font-size: 14px;
    }

    .sort > ul > li a span.on {
        color: #000;
        font-weight: 500;
    }
    .sort select {
        background: #fff url(//skin.makeshop.co.kr/skin/enough/images/select_bg.svg) no-repeat right 15px center;
        border: 0;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        font-size: 14px;
        font-weight: 400;
        height: auto;
        width: 121px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #dedede;
        box-sizing: border-box;
    }

    .more {margin:0 0 40px 0;}

    .more a {
        border: 1px solid #000;
        height: 50px;
        line-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 700;
        gap: 4px;
    }

    /* ÇÊÅÍ */
    .list_array {margin-bottom:0;}
    .btn-filter-wrap {position:relative;}
    .btn-filter-wrap strong {display:inline-block;padding-left: 26px;font-size: 14px;color: #000;font-weight: 400;}
    .btn-filter-wrap a {position:absolute;top: -2px;left: 0;width: 20px;height: 20px;vertical-align:middle;font-size:0;text-indent:-9999px;background: url(//skin.makeshop.co.kr/skin/enough/images/filter_icon.svg) no-repeat left center;padding-right: 33px;}
    .filter-wrap * {color:#202020;word-break:break-all;}
    .filter-wrap button {border:0;}
    .layer-filter-wrap {display:none;}
    .layer-filter-wrap .layer-filter {position:fixed;left:0;top:0;width:100%;height: 100vh;background:#fff;z-index:200;overflow-y: scroll;padding-bottom: 55px;box-sizing: border-box;}
    .layer-filter-wrap .layer-filter .tit {position:sticky;top:0;padding: 33px 30px;background:#fff;border-bottom:1px solid #f0f0f0;z-index:100;display: flex;align-items: center;}
    .layer-filter-wrap .layer-filter .tit h3 {display:inline-block;font-size:17px;font-weight: 500;margin:0;padding:0;}
    .layer-filter-wrap .layer-filter .tit .total-count {display:inline-block;margin-left: 20px;color:#b17efe;font-size:13px;font-weight: 400;}
    .layer-filter-wrap .layer-filter .tit .btn-close {position:absolute; right:30px; top:30px; width:18px; height:18px; font-size:0px; text-indent:-9999px; background:url(/images/common/icon_close.png) no-repeat left center;}
    .layer-filter-wrap .layer-filter .opt-box li {padding:20px 30px;border-bottom:1px solid #f0f0f0;background:url(/images/common/icon_arr_down.png) no-repeat 92% 25px;font-size:15px;font-weight: 500;cursor:pointer;}
    .layer-filter-wrap .layer-filter .opt-box li.active {background:url(/images/common/icon_arr_up.png) no-repeat 92% 25px;}
    .layer-filter-wrap .layer-filter .opt-box li > div {margin-top:15px;}
    .layer-filter-wrap .layer-filter .opt-box li input[type="checkbox"]{display:none;}
    .layer-filter-wrap .layer-filter .opt-box li .chk-box label {position:relative; height:21px; line-height:19px; margin-top:10px; padding-left:26px; display:block; font-size:13px; font-weight:normal; cursor:pointer;}
    .layer-filter-wrap .layer-filter .opt-box li .chk-box label:before {position:absolute; left:0; top:0; width:21px; height:21px; background:url(/images/common/chkbox_off.png) no-repeat center center; content:'';}
    .layer-filter-wrap .layer-filter .opt-box li .chk-box input[type="checkbox"]:checked + label:before {background:url(/images/common/chkbox_on.png) no-repeat center center;}
    .layer-filter-wrap .layer-filter .opt-box li .chk-color-code {display:flex; flex-wrap:wrap; column-gap:20px; row-gap:5px; margin-top:18px; justify-content:flex-start;}
    .layer-filter-wrap .layer-filter .opt-box li .chk-color-code label {display:block; width:36px; height:36px; border:3px solid #fff; border-radius:50%; font-size:13px; font-weight:normal; box-shadow:0px 0px 1px 1px #dfdfdf; cursor:pointer;}
    .layer-filter-wrap .layer-filter .opt-box li .chk-color-code input[type="checkbox"]:checked + label {box-shadow:0px 0px 1px 1px #000;}
    .layer-filter-wrap .layer-filter .opt-box li .chk-color-code input[type="checkbox"]:checked + label + p {color:#202020;}
    .layer-filter-wrap .layer-filter .opt-box li .chk-color-code p {margin:8px 0; color:#a6a6a6; font-size:12px; text-align:center; font-weight:normal;}
    .layer-filter-wrap .layer-filter .select-filter {display:flex; flex-wrap:wrap; gap:5px; margin:20px 0 30px; padding:0 30px;}
    .layer-filter-wrap .layer-filter .select-filter li {display:flex; align-items:center; padding:8px 10px; background:#f8f8f8; border-radius:5px; font-size:13px;}
    .layer-filter-wrap .layer-filter .select-filter li .btn-del {width:10px; height:10px; margin-left:5px; background:url(/images/common/icon_txt_delete.png) no-repeat right center; font-size:0px; text-indent:-9999px;}
    .layer-filter-wrap .layer-filter .select-filter li .color-code {display:inline-block; width:18px; height:18px; margin-right:5px; border-radius:50%;}
    .layer-filter-wrap .layer-filter .select-filter li .filter-text {max-width:200px;}
    .layer-filter-wrap .layer-filter .btn-wrap {display:flex;margin: 30px 0 0;border: 1px solid #000;box-sizing:border-box;position: fixed;bottom: 0;left: 0;width: 100%;}
    .layer-filter-wrap .layer-filter .btn-wrap button {width:auto;padding: 19px 0;text-align:center;background:#fff;font-size: 16px;font-weight: 500;}
    .layer-filter-wrap .layer-filter .btn-wrap button.btn-reset {width:100%; min-width:120px;}
    .layer-filter-wrap .layer-filter .btn-wrap button.btn-search {min-width:60%; background:#000;}
    .layer-filter-wrap .layer-filter .btn-wrap button span {display:inline-block; visibility:visible;}
    .layer-filter-wrap .layer-filter .btn-wrap button span.fc-fff {color:#fff;}


}


/* =====================================================================
  [ºÙ¿©³Ö´Â °÷] »óÇ°ºÐ·ù(»óÇ°°ü·Ã) ÆäÀÌÁö ÆíÁý±âÀÇ "CSS" ÅÇ
  [¿ëµµ]       ¸ÞÀÌÅ©¼¥ ±âº» ºÐ·ù ÅÛÇÃ¸´À» NOMADE ÅæÀ¸·Î ½ºÅ¸ÀÏ¸¸ º¯°æ
               (HTML/±â´ÉÀº ±×´ë·Î - Á¤·Ä¡¤º¸±â¹æ½Ä¡¤ÆäÀÌÂ¡¡¤Ä³·¯¼¿ À¯Áö)
  [ÆÈ·¹Æ®]     Ink #1A1F1B / Warm #C7613C / Forest #2A3F2D / Stone #E8DDD0
===================================================================== */

/* ---- ºÐ·ù »ó´Ü Å¸ÀÌÆ² ---- */
.full-wrapper .shopbrand-header{padding:34px 0 22px;border-bottom:1px solid #E8DDD0;margin-bottom:26px;}
.full-wrapper .shopbrand-header__title{font-family:'Playfair Display',serif;font-size:34px;font-weight:400;color:#1A1F1B;letter-spacing:-.5px;}

/* ---- ¼ÒºÐ·ù ÅÇ (pill ½ºÅ¸ÀÏ) ---- */
.full-wrapper .shopbrand-header__nav,
.full-wrapper .shopbrand-header__nav__s{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin-top:18px;}
.full-wrapper .shopbrand-header__nav li a,
.full-wrapper .shopbrand-header__nav__s li a{display:inline-block;padding:7px 17px;border:1px solid #E8DDD0;border-radius:30px;font-size:13px;color:#5A5F58;background:#fff;transition:.2s;}
.full-wrapper .shopbrand-header__nav li a:hover,
.full-wrapper .shopbrand-header__nav__s li a:hover{border-color:#C7613C;color:#C7613C;}
.full-wrapper .shopbrand-header__nav li.active a,
.full-wrapper .shopbrand-header__nav__s li.active a{background:#1A1F1B;color:#fff;border-color:#1A1F1B;}

/* ---- »óÇ° °³¼ö / ¼½¼Ç Å¸ÀÌÆ² ---- */
.full-wrapper .prds-title h2{font-family:'Noto Sans KR',sans-serif;font-size:15px;color:#5A5F58;font-weight:400;}
.full-wrapper .prds-title h2 strong{color:#C7613C;font-weight:700;}
.full-wrapper .title-btns > span{font-family:'Playfair Display',serif;font-size:22px;color:#1A1F1B;}

/* ---- »óÇ° Ä«µå ---- */
.full-wrapper .prds-list--item .prds--image{border:1px solid #EFE9E0;background:#fff;overflow:hidden;}
.full-wrapper .prds-list--item .prds--image img{transition:transform .5s;}
.full-wrapper .prds-list--item:hover .prds--image img{transform:scale(1.05);}
.full-wrapper .prds--name{font-size:15px;font-weight:500;color:#1A1F1B;margin-top:12px;line-height:1.4;}
.full-wrapper .prds--engname,
.full-wrapper .prds--subname{color:#8A857D;font-size:12.5px;}

/* ---- °¡°Ý ---- */
.full-wrapper .prices .price strong{color:#1A1F1B;font-weight:700;}
.full-wrapper .prices .original{color:#A89F95;text-decoration:line-through;font-size:13px;}
.full-wrapper .prices .discount{color:#C7613C;font-weight:700;}
.full-wrapper .prices .coupon{color:#2A3F2D;}

/* ---- Àû¸³±Ý/Æ÷ÀÎÆ® ---- */
.full-wrapper .prices.in-txt .normal-txt{color:#8A857D;font-size:12px;}

/* ---- ´õº¸±â ¹öÆ° ---- */
.full-wrapper .btn.btn-gray{border:1px solid #1A1F1B;background:#fff;color:#1A1F1B;border-radius:2px;letter-spacing:1px;transition:.2s;}
.full-wrapper .btn.btn-gray:hover{background:#1A1F1B;color:#fff;}

/* ---- º£½ºÆ®/ÃßÃµ ¼½¼Ç ±¸ºÐ ---- */
.full-wrapper .best-wrapper,
.full-wrapper .recmd-wrapper,
.full-wrapper .promotion-wrapper{padding:30px 0;border-bottom:1px solid #F1EBE1;margin-bottom:24px;}

/* ---- »óÇ° ÁØºñÁß ---- */
.full-wrapper .list-none{padding:80px 0;text-align:center;color:#8A857D;font-size:15px;}

/* BASIC css end */

