/*smart_filter add*/
#contents {
    overflow-x: hidden;
}

.filt > ul {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    background: #fff;
    border: 1px solid #e4e4e4;
    overflow: hidden
}

.filt > ul > li {
    float: left;
    width: 50%;
}

.filt > ul > li.filter a {
    display: block;
    color: #fb7344;
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.025em;
    padding: 0 20px 0 25px;
    border-right: 1px solid #eee
}

.filt > ul > li.filter.on a:before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #fb3939;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 20%
}

/*right:8px*/
.filt > ul > li.filter a span {
    width: 14px;
    line-height: 38px;
    font-size: 14px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: bottom
}

.filt > ul > li.sort .slt_sort .selectric {
    border: none;
    background: transparent;
    position: relative;
    z-index: 2;
}

.filt > ul > li.sort .slt_sort .selectric .label {
    position: relative;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #2d2d2d;
    line-height: 38px;
    height: 38px;
    padding: 0 25px 0 20px;
}

.filt > ul > li.sort .slt_sort .selectric .label:before {
    content: "\ea2b";
    font-family: 'mong-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 38px;
    font-size: 14px;
    vertical-align: bottom;
    margin-right: 6px
}

.filt > ul > li.sort .slt_sort .selectric .button {
    display: none
}

.down2 .filter-ul {
    transform: translateY(-120%);
    position: fixed;
    top: 88px;
    left: 0;
    z-index: 9990;
    transition: all 0.6s;
    transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
    -webkit-transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
}

.location {
    font-size: 15px;
    padding: 0 15px;
    display: table;
    line-height: 18px;
    white-space: nowrap;
}

.location a, .location em {
    display: table-cell;
    line-height: 41px;
    font-size: inherit;
    color: #333;
    white-space: nowrap;
}

.icon_before {
    display: table-cell;
    white-space: nowrap;
    padding: 0 4px;
}

.filter_wrap .left {
    min-width: 90px;
    width: 25%;
    min-height: 192px;
    border-right: 1px solid #fff;
    background: #efefef;
    float: left;
}

.left_list .opt {
    position: relative;
    border-top: 1px solid #fff;
}

.left_list .opt:last-child {
    border-bottom: 1px solid #e4e4e4;
}

.left_list .btn_opt {
    display: block;
    padding: 9px 7px 8px 15px;
    line-height: 1.1;
}

.left_list .on .btn_opt {
    background: #fff;
    font-weight: 600;
}

.left_list .on .btn_opt:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 100%;
    background: #fff;
}

.left_list .contents {
    display: inline-block;
    padding-top: 1px;
    max-width: 100%;
    font-size: 12px;
    color: #33383e;
    letter-spacing: -0.06em;
    vertical-align: top;
}

.left_list .count {
    float: right;
    margin-left: 3px;
}

.left_list .txt {
    display: block;
    white-space: nowrap;
}

.filter2_wrap .inner {
    position: relative;
    padding: 0 !important;
    width: auto !important;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.filter_wrap .right {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: right;
    width: 75%; /*add*/
}

.filter_wrap .inner {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 192px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.detail .inner::-webkit-scrollbar {
    width: 7px;
    background-color: rgba(255, 255, 255, 0);
}

.detail .inner::-webkit-scrollbar-track,
.detail .inner::-webkit-scrollbar-thumb {
    border: 2px solid rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border-radius: 7px;
}

.detail .inner::-webkit-scrollbar-track {
    background-color: #ccc;
}

.detail .inner::-webkit-scrollbar-thumb {
    background-color: #888;
}

.detail .inner::-webkit-scrollbar-button:start:decrement,
.detail .inner::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 3px;
    background: #fff;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
}

.loader_Wrap {
    width: 100%;
    height: 120%;
    position: relative;
    z-index: 1111;
}

.loader_position {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1111;
    margin: -37.5px 0 0 -37.5px;
    width: 75px;
    height: 75px;
}

.loader_position:before {
    content: '';
    width: 65px;
    height: 65px;
    display: inline-block;
    background: #fff;
    border: solid 5px #fff;
    border-radius: 50%;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.loader {
    margin: 36px auto;
    font-size: 7px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader_bg {
    background: #eee;
    opacity: .95;
    border-radius: 50%;
    margin: 50% auto;
    width: 70px;
    height: 70px;
}

@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2), 2.5em 0em 0 0em rgba(98, 98, 98, 0.2), 1.75em 1.75em 0 0em rgba(98, 98, 98, 0.2), 0em 2.5em 0 0em rgba(98, 98, 98, 0.2), -1.8em 1.8em 0 0em rgba(98, 98, 98, 0.2), -2.6em 0em 0 0em rgba(98, 98, 98, 0.5), -1.8em -1.8em 0 0em rgba(98, 98, 98, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(98, 98, 98, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(98, 98, 98, 0.2), 1.75em 1.75em 0 0em rgba(98, 98, 98, 0.2), 0em 2.5em 0 0em rgba(98, 98, 98, 0.2), -1.8em 1.8em 0 0em rgba(98, 98, 98, 0.2), -2.6em 0em 0 0em rgba(98, 98, 98, 0.2), -1.8em -1.8em 0 0em rgba(98, 98, 98, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(98, 98, 98, 0.5), 1.8em -1.8em 0 0em rgba(98, 98, 98, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(98, 98, 98, 0.2), 0em 2.5em 0 0em rgba(98, 98, 98, 0.2), -1.8em 1.8em 0 0em rgba(98, 98, 98, 0.2), -2.6em 0em 0 0em rgba(98, 98, 98, 0.2), -1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(98, 98, 98, 0.2), 1.8em -1.8em 0 0em rgba(98, 98, 98, 0.5), 2.5em 0em 0 0em rgba(98, 98, 98, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(98, 98, 98, 0.2), -1.8em 1.8em 0 0em rgba(98, 98, 98, 0.2), -2.6em 0em 0 0em rgba(98, 98, 98, 0.2), -1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(98, 98, 98, 0.2), 1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2), 2.5em 0em 0 0em rgba(98, 98, 98, 0.5), 1.75em 1.75em 0 0em rgba(98, 98, 98, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(98, 98, 98, 0.2), -2.6em 0em 0 0em rgba(98, 98, 98, 0.2), -1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(98, 98, 98, 0.2), 1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2), 2.5em 0em 0 0em rgba(98, 98, 98, 0.2), 1.75em 1.75em 0 0em rgba(98, 98, 98, 0.5), 0em 2.5em 0 0em rgba(98, 98, 98, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(98, 98, 98, 0.2), -1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(98, 98, 98, 0.2), 1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2), 2.5em 0em 0 0em rgba(98, 98, 98, 0.2), 1.75em 1.75em 0 0em rgba(98, 98, 98, 0.2), 0em 2.5em 0 0em rgba(98, 98, 98, 0.5), -1.8em 1.8em 0 0em rgba(98, 98, 98, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(98, 98, 98, 0.2), 1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2), 2.5em 0em 0 0em rgba(98, 98, 98, 0.2), 1.75em 1.75em 0 0em rgba(98, 98, 98, 0.2), 0em 2.5em 0 0em rgba(98, 98, 98, 0.2), -1.8em 1.8em 0 0em rgba(98, 98, 98, 0.5), -2.6em 0em 0 0em rgba(98, 98, 98, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2), 2.5em 0em 0 0em rgba(98, 98, 98, 0.2), 1.75em 1.75em 0 0em rgba(98, 98, 98, 0.2), 0em 2.5em 0 0em rgba(98, 98, 98, 0.2), -1.8em 1.8em 0 0em rgba(98, 98, 98, 0.2), -2.6em 0em 0 0em rgba(98, 98, 98, 0.5), -1.8em -1.8em 0 0em rgba(98, 98, 98, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(98, 98, 98, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(98, 98, 98, 0.2), 1.75em 1.75em 0 0em rgba(98, 98, 98, 0.2), 0em 2.5em 0 0em rgba(98, 98, 98, 0.2), -1.8em 1.8em 0 0em rgba(98, 98, 98, 0.2), -2.6em 0em 0 0em rgba(98, 98, 98, 0.2), -1.8em -1.8em 0 0em rgba(98, 98, 98, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(98, 98, 98, 0.5), 1.8em -1.8em 0 0em rgba(98, 98, 98, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(98, 98, 98, 0.2), 0em 2.5em 0 0em rgba(98, 98, 98, 0.2), -1.8em 1.8em 0 0em rgba(98, 98, 98, 0.2), -2.6em 0em 0 0em rgba(98, 98, 98, 0.2), -1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(98, 98, 98, 0.2), 1.8em -1.8em 0 0em rgba(98, 98, 98, 0.5), 2.5em 0em 0 0em rgba(98, 98, 98, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(98, 98, 98, 0.2), -1.8em 1.8em 0 0em rgba(98, 98, 98, 0.2), -2.6em 0em 0 0em rgba(98, 98, 98, 0.2), -1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(98, 98, 98, 0.2), 1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2), 2.5em 0em 0 0em rgba(98, 98, 98, 0.5), 1.75em 1.75em 0 0em rgba(98, 98, 98, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(98, 98, 98, 0.2), -2.6em 0em 0 0em rgba(98, 98, 98, 0.2), -1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(98, 98, 98, 0.2), 1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2), 2.5em 0em 0 0em rgba(98, 98, 98, 0.2), 1.75em 1.75em 0 0em rgba(98, 98, 98, 0.5), 0em 2.5em 0 0em rgba(98, 98, 98, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(98, 98, 98, 0.2), -1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(98, 98, 98, 0.2), 1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2), 2.5em 0em 0 0em rgba(98, 98, 98, 0.2), 1.75em 1.75em 0 0em rgba(98, 98, 98, 0.2), 0em 2.5em 0 0em rgba(98, 98, 98, 0.5), -1.8em 1.8em 0 0em rgba(98, 98, 98, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(98, 98, 98, 0.2), 1.8em -1.8em 0 0em rgba(98, 98, 98, 0.2), 2.5em 0em 0 0em rgba(98, 98, 98, 0.2), 1.75em 1.75em 0 0em rgba(98, 98, 98, 0.2), 0em 2.5em 0 0em rgba(98, 98, 98, 0.2), -1.8em 1.8em 0 0em rgba(98, 98, 98, 0.5), -2.6em 0em 0 0em rgba(98, 98, 98, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

/*right*/
.right_list:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}

.right_list .btn_item {
    display: block;
    padding: 9px 0 9px 12px;
    line-height: 15px;
    text-align: left;
}

.right_list .btn_item.on .txt {
    font-weight: bold;
    color: #101010;
}

.right_list .item.on .txt {
    font-weight: 600;
    color: #101010;
}

.right_list .item {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.right_list.type_cate .contents {
    display: block;
    font-size: 13px;
    color: #333;
    letter-spacing: -0.06em;
    white-space: nowrap;
    overflow: hidden;
}

.right_list.type_opt .item {
    width: 33.3%;
}

.right_list.type_opt .contents {
    display: inline-block;
    max-width: 100%;
    font-size: 12px;
    color: #999;
    letter-spacing: -0.08em;
    vertical-align: top;
}

.right_list.type_opt .txt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.right_list {
    position: relative;
    border-bottom: 1px solid #EEE;
}

.filter_area .detail:last-child .right_list {
    border-bottom: none;
}

.filt_botline {
    border-bottom: 1px solid #e4e4e4;
}

.filter_wrap .right:last-child {
    border-bottom: 1px solid #e4e4e4;
}

.filter_wrap .right .category_items {
    padding: 5px 0;
    margin: 0 7px;
}

.filter_wrap .right .category_move .btn_cate1 {
    padding: 0 7px;
}

.right_list.type_color {
    margin: 0 14px;
}

.right_list.type_color .item {
    width: 25%;
    height: 80px;
    text-align: center;
}

.search_option_flex .so_right_list.type_color .item {
    width: 25%;
}

.right_list.type_color .btn_item {
    padding: 9px 0 7px;
}

.right_list.type_color .contents {
    display: inline-block;
    max-width: 100%;
    font-size: 12px;
    color: #666;
    letter-spacing: -0.08em;
    vertical-align: top;
}

.main_item_list .list_item_cate ul {
    width: 100%;
    padding: 15px;
}

.main_module_best .item_list_cont li {
    float: left;
    width: calc(50% - 4px);
    margin: 0 8px 20px 0 !important;
    overflow: hidden;
}

.sub_content2 .prodList_wrap .item_list_cont{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.sub_content2 .item_list_cont li:nth-child(2n) {
    margin-right: 0 !important;
}

.flag_wrap {
    text-align: left;
}

.item_box .item_info .item_tit {
    text-align: left;
}

/* ——————————————————————————
 * prodList_none
/* —————————————————————————— */
.ico.list_none {
    width: 140px;
    height: 140px;
    background-position: -140px -179px;
    margin: 0 auto;
    display: block;
}

.ico {
    display: inline-block;
    background: url("https://m.bilrigo.com/m/theme/bilrigo_compare_001/assets/img/ico.png?=visibility: 4;") no-repeat;
    -webkit-background-size: 400px 400px;
    background-size: 400px 400px
}

.prodList_none {
    padding: 100px 0 120px;
    text-align: center
}

.prodList_none p {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin: 40px 0 0
}

.mongLayer_top .btn_wrap ul li {
    width: 100% !important
}

.mongLayer_top .btn_wrap ul li.btn_reset .btn {
    font-size: 18px;
    font-weight: normal;
    height: 56px;
}

.filter2_wrap .btn {
    border-radius: 12px;
}


/* ——————————————————————————
 * paging
/* —————————————————————————— */
.paging {
    text-align: center;
    position: relative
}

.paging a,
.paging ol {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 6px 8px 6px 6px;
    color: #888;
}

.paging p.page_arr {
    position: absolute;
    top: 0;
    left: 0
}

.paging p.page_arr.next {
    left: auto;
    right: 0
}

.paging p.page_arr a {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.paging p.page_arr.prev a {
    border-right: 1px solid #eee
}

.paging p.page_arr.next a {
    border-left: 1px solid #eee
}

.paging p.page_arr a:before {
    color: #aaa;
    font-size: 16px
}

.paging li {
    float: left
}

.paging li a {
    width: 42px;
    line-height: 48px;
    font-size: 16px;
    color: #aaa;
    font-weight: 700;
    display: block
}

.paging li.on a {
    color: #fa6c39
}

.sort_wrap form div.sort_left li span {
    padding-left: 3px;
}

.subCate_tit {
    text-align: left;
    margin: 0 !important;
}

.subCate_tit {
    margin: 0 -18px;
    padding: 15px 18px;
    border-bottom: 1px solid #EEEEEE;
    border-top: 10px solid #f2f0ee;
}

.subCate_tit h3 {
    font-weight: bold;
}

.subCont_tit {
    padding: 15px 18px;
    background: #FFF;
    border-bottom: 1px solid #EEEEEE;
    border-top: 10px solid #f2f0ee;
    position: relative;
}

.subCont_tit h3 {
    font-weight: bold;
}

.subCont_tit .btn_reset {
    position: absolute;
    right: 18px;
    top: 50%;
    height: 13px;
    box-sizing: content-box;
    background: #2D2D2D;
    transform: translateY(-50%);
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 14px !important;
    line-height: 14px !important;
    font-family: nsr, productsans, lato !important;
}

.smart_optWrap {
    border-bottom: 10px solid #f2f0ee
}

.btn_reset a {
    color: #FFF;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
}

.btn_reset a i {
    font-size: 10px;
    vertical-align: 0;
}

.filter2_wrap .left2 {
    min-width: 92px;
    width: 25%;
    height: auto;
    float: left;
}

.left2_list .none {
    border: none;
}

.left2_list .opt {
    position: relative;
}

.left2_list .btn_opt {
    display: block;
    padding: 9px 7px 9px 15px;
    line-height: 1.1;
}

.left2_list .on .btn_opt {
    background: #fff;
    font-weight: 600;
}

.left2_list .on .btn_opt:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 100%;
    background: #fff;
}

.left2_list .contents {
    display: inline-block;
    padding-top: 1px;
    max-width: 100%;
    font-size: 12px;
    color: #33383e;
    letter-spacing: -0.06em;
    vertical-align: top;
}

.left2_list .count {
    float: right;
    margin-left: 3px;
}

.left2_list .txt {
    display: block;
    white-space: nowrap;
}

.filter2_wrap .inner {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    border-left: 1px solid #EEE;
}

.sort_wrap .inner {
    padding: 0;
}

.left2_list li {
    border: 0;
}

/*sort_right*/
.sort_wrap form div.sort_right {
    float: right;
}

.sort_wrap form div.sort_right select {
    width: 85px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

/* ————————————————————————————————————————————————————
 * filter
/* ———————————————————————————————————————————————————— */
.filter_area .btn_more {
    background: #f1f3f5;
    text-align: center;
    color: #000;
    font-size: 12px;
    padding: 5px 0;
}

.filter_area .js-load {
    display: none;
}

.filter_area .js-load.active {
    display: block;
}

.filter_area .is_comp.js-load:after {
    display: none;
}

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

.filter_area .btn_more {
    background: #f1f3f5;
    text-align: center;
    color: #000;
    font-size: 12px;
    padding: 5px 5px;
}

.filter_area .btn_more i {
    vertical-align: 0;
}

.sort_wrap {
    background: #FFF;
    margin-top: 10px;
    padding: 15px 18px;
    border-bottom: 1px solid #EEEEEE;
}

.sort_wrap h3 {
    font-weight: bold;
}

.sort_wrap h3 span {
    color: #fb7244;
    font-family: 'Lato', sans-serif;
}