@charset "utf-8";

/*공통*/
.menuActive {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: 30px;
}

.select2-container--open {
    width: 151px;
    z-index: 1
}

span.select2-results .select2-results__option {
    padding: 10px 3% 8px 7%
}

/*업체-인플루언서 리스트*/
.headTitle {
    margin-top: 10px;
    margin-bottom: 10px
}

.cate ul li {
    text-align: center;
}

/*필터*/
.company-whList .mask {
    background: transparent;
}

.filter .close {
}

/*상품 리스트*/
.whList .top {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    width: 100%;
    float: left;
    padding-top: 18px;
}

.whList .top .left {
    line-height: 30px;
    margin-top: 3px
}

.whList .top .left span {
    font-size: 0.95em;
    margin-right: 5px;
}

.whRow {
    margin-top: 10px;
    width: 100%;
    float: left;
}

.whRow ul {
}

.whRow ul:first-child li {
    margin-bottom: 40px;
    width: 263px;
    float: left;
    position: relative;
    margin-left: 9px;
    min-height: 420px;
}

.whRow ul:first-child li:nth-child(4n+1) {
    margin-left: 0
}

.whRow .cate {
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    bottom:0;
    padding: 12px 0 10px 0;
    z-index: 1
}

.whRow .cate p {
    color: #fff;
    line-height: 1em;
    font-weight: 300;
    font-size: 0.9em;
}

.whRow .profile {
    display: block;
    width: 100%;
    background-position: center center;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.whRow .profile img {
}

.whRow .title {
    float: right;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    height: 66px;
}

/*.whRow .title p:last-child {height: 40px}*/
.whRow .title h5 + p {
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
}

.whRow .title h5 {
    font-weight: 700
}

.whRow .title h5 a {
    color: #333
}

.whRow .title p a {
    color: #333;
    transition: 0.2s;
}

.whRow .title p a:hover {
    text-decoration: underline
}

.price {
    width: 100%;
    float: left;
}

.price div {
    width: auto;
    margin: 0 auto;
    display: table;
}

.price p {
    width: auto;
    float: left;
    color: #888;
    font-size: 0.9em;
}

.price.english p {
    width:100%;
    text-align:center;
}

.price p:nth-child(1),
.price p:nth-child(2) {
    margin-right: 5px
}

.fee {
    width: 100%;
    float: left;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 0.94em;
    padding: 8px 0 6px 0;
    margin-top: 13px;
}

.fee div {
}

.fee div p {
}

.fee div p .myanmar {
    font-size: 1.1em;
}

.fee div p .cwh {
}

.brandProduct .title {
    margin: 10px 0 10px 0;
}

/*필터*/
.filterMask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    display: none;
    z-index: 99999;
}

.filter {
    display: none;
    width: 640px;
    margin: 0 auto;
}

.filter .filterInner {
    width: 94%;
    float: left;
    background: #fff;
    top: 90px;
    box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.26);
    position: relative;
    padding: 3%;
}

.filter .filterClose {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.filter .title {
}

.filter .title img {
    width: 30px;
}

.filter .title h4 {
    font-weight: 700;
}

.filter .list {
}

.filter .list ul {
    margin: 20px 0;
    float: left;
    width: 100%;
    text-align: center;
}

.filter .list ul li {
    width: 20%;
    border: 1px solid #d8d8d8;
    margin: -3px;
    display: inline-block;
}

.filter .hide-checkbox {
    display: none;
}

.filter .hide-checkbox + label {
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
    height: 120px;
    background-color: #f3f1f2;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.filter .hide-checkbox:checked + label {
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
}

.filter .hide-checkbox:checked + label p {
    color: #f12938;
}

.filter .btnList {
}

.filter .btnList .blackBorderBtn {
    width: 140px;
    margin-right: 10px;
    display: inline-block;
    padding: 10px 0 8px 0;
}

.filter .btnList .blackBtn {
    border: 1px solid #231f20;
    width: 140px;
    display: inline-block;
    padding: 10px 0 8px 0;
}

/* 검색결과 없음 */
.noSearchResult {
    margin-top: 50px;
    text-align: center
}

.best_product-box {
    position: relative;
    width: 100%;
    height: 100%;
    /*border: 1px solid #000000;*/
    margin: 20px 0;
    padding: 20px 0;
    background-color: #e0e0e0;
}
.md_select {
    background-color: #ab091f;
    padding: 8px;
    color: whitesmoke;
    font-size: 20px;
    font-weight: bold;
}

