/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
#pageName {display:none;}

.swiper-container.herci-main-visual .main-swiper-scrollbar{
   top: auto;
    bottom: 30px;
    height: 1px !important;
    left: 68px !important;
    right: 68px !important;
    opacity: 1 !important;
    background: rgba(255,255,255,0.23);
    position: absolute;
    z-index: 50;
}
.swiper-container.herci--visual .swiper-scrollbar-drag{
    height:2px;
    margin-top:-1px;
    background:#000000 !important;
    transform: translate3d(0px, 0px, 0px) scaleX(1) scaleY(1);
    transition-duration: 0ms !important;
}


/*카테고리*/
.shopbrand {
    position:relative;
}
.shopbrand .custom-list{
    padding-bottom:35px;
}


.item-desc{
    padding-top:10px;
}
.item-desc a{
    display:block;
}
.item-thumb .best_no {display: inline-block;overflow:hidden;position:absolute;right: 13px;top: -2px;z-index:10;width: 37px;height: 40px;background:url('/design/ooo1069/img/best_label.png') no-repeat;background-size: contain;text-align:center;}
.item-thumb .best_no .txt {display: none;padding:14px 0 5px;color:#333;font-size:12px;font-weight:300;line-height:1;}
.item-thumb .best_no .no {display:block;color: #fff;font-size: 15px;font-weight:700;line-height: 33px;width: 100%;}
.item-thumb .icon_quick_delivery{
    position: absolute;
    bottom: 5px;
    left: 6px;
}
.item-thumb .icon_quick_delivery > img{
    width:auto;
    height:22px;
    vertical-align:top;
}
.item-desc .color{
    font-size:0px;
    height:2.5px;
    line-height:2.5px;
    padding-bottom:10px;
}
.item-desc .color span{
    display:inline-block;
    width:10px;
    height:2.5px;
    line-height:2.5px;
    vertical-align:middle;
    margin-right:1px;
}
.item-desc .brand-name{
    line-height:15px;
    color:#888888;
    font-size:12px;
    font-family:'Noto Sans KR';
    font-weight:300;
    letter-spacing:-0.6px;
    margin-bottom:3px;
}
.item-desc .info_container .name{
    line-height: 16px !important;
    max-height: 90px !important;
    color: #4e4e4e !important;
    margin: 0px !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    letter-spacing: -0.6px;
    font-family:'Noto Sans KR';
}
.item-desc .price_container{
    position:relative;
    font-size:0px;
    line-height:23px;
    margin-bottom:8px;
}
.item-desc .price_container > p{
    display:inline-block !important;
    vertical-align:top !important;
    padding-right:5px;
    line-height:23px;
}
.item-desc .price_container > p:last-child{
    padding-right:0px;
}
.item-desc .price_container .priceStrike{
    font-size:11px !important;
    font-family:'Heebo';
    font-weight:300;
    color:#888888 !important;
    letter-spacing:-0.55px;
}
.item-desc .price_container .price {
    vertical-align:top !important;
    font-family:'Heebo' !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #4e4e4e !important;
    letter-spacing:-0.7px !important;
    margin:0 !important;
}

.item-desc .price_container .discount-info{
    position:relative;
    display:inline-block !important;
    font-family:'Noto Sans KR' !important;
    color:#d5b495 !important;
    font-size:13px !important;
    font-weight:bold !important;
    letter-spacing:-0.7px !important;
}
.item-desc .price_container .discount-info > text{
    vertical-align:middle;
}
.item-desc .price_container .discount-info > span{
    display:inline-block;
    line-height:23px;
    font-weight:normal !important;
    font-size:12px !important;
    vertical-align:top;
}

.item-desc .price_container .product-info{
    line-height:20px;
    color:#4e4e4e;
    font-size:12px;
    font-weight:300;
    letter-spacing:-0.6px;
    font-family:'Noto Sans KR';
}

/*헤더 카테고리*/
.top-detail-area{
    height:38px;
}
.top-detail-cate-wrap{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:910;
    width:100%;
}
.top-detail-cate-wrap.fixed{
    position:fixed;
}
.top-detail-cate{
    z-index:901;
    height:38px;
    line-height:38px;
    padding-left:15px;
    display:block;
    font-size:0px;
    background:#d5c7bc;
    box-shadow:1px 2px 8px rgba(0,0,0,0.2);
}

.top-detail-cate li{
    display:inline-block;
    width:auto;
    text-align:center;
}
.top-detail-cate li:last-child{
    padding-right:80px;
}
.top-detail-cate li a{
    display:inline-block;
    font-family:'Noto Sans KR';
    font-size:12.5px;
    font-weight:300;
    letter-spacing:-0.62px;
    color:#000;
}
.top-detail-cate li.active a{
    color:#000;
    font-weight:bold;
}
.top-detail-cate .btn--cate-all{
    position:absolute;
    top:0;
    right:0px;
    display:inline-block;
    width:31px;
    height:38px;
    line-height:38px;
    z-index:45;
    text-align:left;
    background:#d5c7bc;
}
.top-detail-cate .btn--cate-all span{
    display:inline-block;
    width:14px;
    height:12px;
    background-image:url('/design/ooo1069/2020_m_renew/cate_btn_menu_all.png');
    background-size:14px auto;
    background-repeat:no-repeat;
    background-position:center left;
    transform:rotate(0deg);
    transition:transform 0.2s ease-in-out;
    vertical-align: middle;
}

.top-detail-cate .btn--cate-all.active span{
    transform:rotate(180deg);
    transition:transform 0.2s ease-in-out;
}
.top-detail-cate .btn--cate-all:after{
    content:'';
    position:absolute;
    top:0;
    right:31px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(213,199,188,0) 0%, rgba(213,199,188,1) 100%);
    width:20px;
    height:38px;
    z-index:1;

}

.top-detail-cate-wrap .cate-all-wrap {
    position:absolute;
    top:-600px;
    left:0;
    right:0;
    background:#efeae6;
    z-index:50;
    font-size:0px;
    padding:24px 10px;
    box-sizing:border-box;
    border-top:1px solid #e7e7e7;
    transition:top 0.3s ease-in-out;
}
.top-detail-cate-wrap .cate-all-wrap.active{
    z-index:900;
    top:38px;
}
.top-detail-cate-wrap .cate-all-wrap li{
    display:inline-block;
    width:33.33%;
}
.top-detail-cate-wrap .cate-all-wrap li a{
    display:block;
    margin:5px 3.5px;
    line-height:35px;
    background:#fff;
    border-radius:35px;
    font-family:'Heebo','Noto Sans KR';
    font-size:12px;
    font-weight:300;
    letter-spacing:-0.62px;
    color:#000;
    text-align:center;
}

/*분류페이지 베스트 섹션*/
.section-catebest .swiper-container.style-swiper-wrap li a .item-thumb{
    overflow:hidden;
}
.section-catebest{
    background:#d4c6b9;
    padding-top:40px;
}
.section-catebest .title-wrap{
    text-align:center;
    padding-bottom:15px;
    display:none;
}
.section-catebest .title-wrap h2{
    line-height:25px;
    padding-bottom:7px;
    font-family:'Heebo';
    font-size:21px;
    font-weight:300;
    color:#3b3a3a;
}
.section-catebest .title-wrap h2 > b{
    font-weight:600;
}
.section-catebest .title-wrap p{
    line-height:21px;
    color:#6e6e6e;
    font-size:12px;
    font-family:'Noto Sans KR';
    font-weight:300;
    letter-spacing:-0.6px;
}

.section-catebest .swiper-container.style-swiper-wrap li a .item-desc > h2{
    text-align:left;
    padding-top: 0;
    margin-bottom:5px;
    max-height:23px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.section-catebest .swiper-container.style-swiper-wrap li a .item-desc > p.price{
    font-family:'Heebo';
    line-height:19px;
}
.section-catebest .swiper-container.style-swiper-wrap li a .item-desc > p.price > span{
    font-family:'Noto Sans KR';
}
.section-catebest .swiper-container.style-swiper-wrap li a .item-desc{
    top:auto;
    left:auto;
    right:auto;
    bottom:auto;
    margin-top: 33px;
    z-index: 58;
    position: relative;
    padding: 0 20px;
}
.section-catebest .swiper-container.style-swiper-wrap .swiper-pagination-bar-wrap .custom-bar .progress{
    width:100px;
}
.desc {margin-top:8px;color:#a8a8a8;font-size:11px;line-height:15px;max-height:120px;overflow:hidden;}
.icon {margin-top:5px;}
.icon img {width:auto;padding:0px 2px 2px 2px;}

/* */
.page_location {
    position:relative;
    height:40px;
    padding:0px 40px;
    background:white;
    border-bottom:1px solid #e5e5e5;
    box-sizing:content-box;
}

.page_location .back-btn {
    position:absolute;
    top:0px;
    left:0px;
}

.page_location h2 {
    padding:0px;
    color:#333333;
    font-size:16px;
    font-weight:normal;
    line-height:40px;
    text-align:center;
}

.page_location .all-category-btn {
    position:absolute;
    top:0px;
    right:0px;
}

.page_location a {
    width:40px;
    height:40px;
}
.page_location a img {
    width:100%;
}

.full-category {
    position:fixed;
    top:0px;
    left:-100%;
    z-index:1000;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.9);
    opacity:0;
    transition:opacity 0.2s ease-in-out;
}
.full-category.active {
    left:0px;
    opacity:1;
}

.full-category .title-box {
    position:relative;
    height:40px;
    margin-top:66px;    
    padding:0px 40px;
}
.full-category .title-box h2 {
    padding:0px;
    color:white;
    font-size:16px;
    font-weight:normal;
    line-height:40px;
    text-align:center;
}
.full-category .title-box a {
    position:absolute;
    top:0px;
    right:0px;
    width:40px;
    height:40px;
}
.full-category .title-box a img {
    width:100%;
}

.full-category ul {
    margin-top:18px;
}
.full-category ul li {
    
}
.full-category ul li a {
    display:inline-block;
    width:100%;
    color:white;
    font-size:14px;
    line-height:35px;
    text-align:center;
}


.best-wrap {
    margin-bottom:25px;
    padding:0 10px 30px;
    background:#f6f6f6;
}
.best-wrap .title {
    padding-top:25px;
    margin-bottom:15px;
}
.best-wrap .title h2 {
    padding:0px;
    color:#333;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    letter-spacing:1px;    
}
.best-wrap .title p {
    margin-top:7px;
    color:#a8a8a8;
    font-size:12px;
    text-align:center;
}
.best-wrap .auto-list {
	overflow:hidden;
    position:relative;
}

.best-wrap .auto-list .swiper-pagination {
	position:relative;
	bottom:0;
}

.best-wrap .auto-list .list-item {
    float:left;
    width:130px;
    /*margin-right:6px;*/
	padding:0 5px 10px;
}
.best-wrap .auto-list .list-item:first-child {
    /*margin-left:10px;*/
}
.best-wrap .auto-list .list-item:last-child {
    /*margin-right:10px;*/
}
.best-wrap .auto-list .list-item > a {
    display:inline-block;
    width:100%;
    height:100%;
}
.best-wrap .auto-list .best_no {
    position:absolute;
    top:6px;
    left:6px;
    width:37px;
    height:32px;
    background:url('/design/ooo1069/2018_renew/mobile/img/list/list_best_bg.png') no-repeat center center;
    background-size:37px auto;
}
.best-wrap .auto-list .best_no .txt {
    padding:0px;
    display:block;
    font-size:12px;
    line-height:18px;
    text-align:center;    
}
.best-wrap .auto-list .best_no .no {
    display:block;
    font-size:15px;
    font-weight:bold;
    line-height:6px;
    text-align:center;
}
.best-wrap .auto-list .list-item .img {
    margin-bottom:5px;
}
.best-wrap .auto-list .list-item .img img {
    width:100%;
}
.best-wrap .auto-list .list-item .info {
}
.best-wrap .auto-list .list-item .info .color {
    height:4px;
    margin-bottom:15px;
}
.best-wrap .auto-list .list-item .info .color:after {
    display:block;
    clear:both;
    content:"";
}
.best-wrap .auto-list .list-item .info .color .chip {
    float:left;
    width:12px;
    height:4px;
    margin-right:2px;
    border:1px solid #fafafa;
    box-sizing:border-box;
}
.best-wrap .auto-list .list-item .info .name {
    max-height:36px;
    color:#333333;
    font-size:12px;
    line-height:18px;
    font-weight:normal;
    overflow:hidden;
}
.best-wrap .auto-list .list-item .info .prc {
    margin-top:4px;
    color:#333333;
    font-size:12px;
    line-height:18px;
}
.best-wrap .auto-list .list-item .info .prc .prc_normal {
    text-decoration:line-through;
}
.best-wrap .auto-list .list-item .info .prc .prc_sell {
    margin-left:3px;
    font-weight:bold;
}

.SMS_Category_list {
    position:relative;
}
.SMS_Category_list.fixed {
    position:fixed;
    top:43px;
    left:0px;
    right:0px;
    background:white;
    z-index:999;
}
.SMS_Category_list .CateInBody {
    height:50px;
    padding-right:35px;
    background:white;
    border-bottom:1px solid #333333;
}
.SMS_Category_list .CateInBody ul {
    padding:0px;
    overflow:visible;
}
.SMS_Category_list .CateInBody ul:last-child {
    padding:0px;
}
.SMS_Category_list .CateInBody ul li {
    width:auto;
    height:auto;
}
.SMS_Category_list .CateInBody ul li a {
    padding:0px 10px;
    color:#333333;
    font-size:13px;    
    line-height:49px;
}
.SMS_Category_list .CateInBody ul li a span {
    position:relative;
    right:0px;
    width:auto;
    color:#a8a8a8;
    font-size:13px;
}
.SMS_Category_list .CateInBody ul li.selected a {
    font-weight:bold;
}
.SMS_Category_list .CateInBody .sub-category-open {
    position:absolute;
    top:0px;
    right:0px;
    z-index:1000;
    width:35px;
    height:49px;
}
.SMS_Category_list .CateInBody .sub-category-open img {
    width:35px;
    height:49px;
}

.SMS_Category_list .sub-category-layer {
    display:none;
    position:absolute;
    top:50px;
    left:0px;
    z-index:1000;
    width:100%;
    background:white;
    padding:15px 0px 10px 0px;
}
.SMS_Category_list .sub-category-layer ul {
    padding-right:5px;
}
.SMS_Category_list .sub-category-layer ul li {
    float:left;
    width:33.33333%;
    padding-left:5px;
    margin-bottom:5px;
}
.SMS_Category_list .sub-category-layer ul li a {
    display:inline-block;
    width:100%;
    height:30px;
    border:1px solid #cccccc;
    color:#333333;
    font-size:13px;    
    line-height:28px;
    text-align:center;
}
.SMS_Category_list .sub-category-layer ul li.selected a {
    font-weight:bold;
}
.SMS_Category_list .sub-category-layer ul li a span {
    position:relative;
    right:0px;
    width:auto;
    color:#a8a8a8;
    font-size:13px;
    font-weight:normal;
}

.SMS_Category_list_area {height:0px;}
.SMS_Category_list_area.active {height:50px;}

#SMS_list_array{
    position:relative;
    padding: 0px 15px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-size:0px
}
#SMS_list_array > .list-count{
    height:30px;
    line-height:30px;
    font-size:12px;
    font-family:'Noto Sans KR';
    font-weight:300;
    color:#6e6e6e;
}
#SMS_list_array > .list-count > span{
    color:#cfb8a2;
    font-weight:normal;
    font-family:'Heebo';
}
#SMS_list_array .list_arrayLeft{
    position:absolute;
    top:0;
    right:15px;
    left:auto;
}
#SMS_list_array .list_arrayLeft .btn-list-type{
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    background:url('/design/ooo1069/2020_m_renew/btn_list_type_thumb.png')no-repeat center center;
    background-size:contain;
    text-align:center;
    vertical-align:middle;
    margin-right:6px;

}
#SMS_list_array .list_arrayLeft .btn-list-type.list-type{
    background:url('/design/ooo1069/2020_m_renew/btn_list_type_list.png')no-repeat center center;
    background-size:contain;
 
}
#SMS_list_array .list_arrayLeft select{
    width:85px !important;
    height:30px !important;
    line-height:30px;
    padding:0 10px;
    border:1px solid #d8d8d8;
    border-radius:15px;
    font-size:11px;
    font-family:'Noto Sans KR';
    font-weight:300;
    color:#6e6e6e;
    box-sizing:border-box;
}
/* BASIC css end */


/* BASIC css end */


/* BASIC css end */

