/* BASIC css start */
#layout_config.goodsLIst {
    width: 1290px;
}

#layout_config .layout_center {
    width: 100%;
    margin: auto;
}

#goodsList .goods_recommend .contents {
    margin-top: 40px;
}

#layout_config #goodsList .goods_list {
    background-color: transparent;
    margin: 0;
    padding-top: 100px;
    padding-bottom: 187px;
}

#layout_config #goodsList .goods_list:before {
    display: none;
}

#layout_config .displayTabContentsA .goodsDisplayWrap:nth-child(2):before,
#layout_config .displayTabContentsA .goodsDisplayWrap:nth-child(4):before {
    display: none;
}

#layout_footer {
    margin-top: 0;
}

#layout_footer {
    background-color: #F3EFE8;
}

#layout_config #goodsList .goods_list_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#layout_config #goodsList .goods_list_top::after {
    display: none;
}

#layout_config #goodsList .goods_list_top .goods_list_summary {
    color: #6C6D70;
    font-weight: 600;
    letter-spacing: -0.54px;
}

#layout_config #goodsList .goods_list_top .goods_list_summary span {
    color: var(--Ypoint);
}

#layout_config #goodsList .goods_list_top .goods_list_sort select {
    width: 120px;
    padding: 0 27px 0 10px;
    line-height: 36px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #E7E7E7;
    font-size: 16px;
    font-weight: 400;
    color: #6C6D70;
}



/* 추천상품  */
#productClass .cate-wrap { overflow:hidden }
#productClass .cate-wrap .bcate { padding-bottom:10px; font-size:18px; color:#202020; font-weight:bold; border-bottom:1px solid #e3e3e3 }
#productClass .cate-wrap .class-list ul { border-bottom:1px solid #e3e3e3; }
#productClass .cate-wrap .class-list ul:after { display:block; clear:both; content:'' }
#productClass .cate-wrap .class-list ul li { padding:15px 30px 16px 0; float:left }
#productClass .cate-wrap .class-list ul li a { display:block; font-size:13px; color:#919191 }
/* best-item */
#productClass .best-item { padding-top: 20px; padding-bottom: 10px; border-top: 2px solid #5c5c5c; border-bottom: 2px solid #5c5c5c; background-color: #f8f8f8; }
/* total-sort */
#productClass .total-sort { padding-top: 30px; }
.goodsDisplayImageIcon .goodsDisplayImageIconWrap span.icon_solo_discount{width:100% !important; text-align: center !important;}


/* 라인별 & 고민별 자동 카테고리 */
#layout_config .category_depth {
    width: 100%;
    border-top: 1px solid #333;
    line-height: 1;
}

#layout_config .category_depth .list > li {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #E7E7E7;
}

#layout_config .category_depth .list > li > a {
    display: block;
    padding: 25px 20px;
    min-width: 140px;
    box-sizing: border-box;
    text-align: center;
    background: #FFBB001A;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.54px;
}

#layout_config .category_depth .list .swiper {
    width: 1140px;
}

#layout_config .category_depth .list .swiper .swiper-wrapper {
    margin-left: 30px;
  
}

.swiper .gnb-3depth__item.swiper-slide {
    margin-top: 0;
    margin-right: 30px;
    width: auto;
    overflow-x: auto;
}

.swiper .gnb-3depth__item.swiper-slide > ul {
    display: inline-flex;
    gap: 0 30px;
}


.swiper .gnb-3depth__item.swiper-slide > ul > li ~ li {
    margin-top: 0;
}

.swiper .gnb-3depth__item.swiper-slide > ul > li a {
    line-height: 68px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
    color: #6C6D70;
    padding: 0 15px;
}

.swiper .gnb-3depth__item.swiper-slide > ul > li.on a {
    padding:10px 15px;
    color:var(--white);
    border-radius: 999px;
    background: var(--Ypoint);
}

/* 카테고리 추가 */
.category_depth.autoBox,
.category_depth.fixedBox {
  display: none;
}

/*.category_depth.autoBox .mySwiper01 ul,
.category_depth.autoBox .mySwiper02 ul {
    display: inline-flex;
    gap: 0 30px;
}*/

.category_depth.autoBox .mySwiper01 li,
.category_depth.autoBox .mySwiper02 li {
  width: auto; 
  flex-shrink: 0;

}

.category_depth.autoBox .mySwiper01 li a,
.category_depth.autoBox .mySwiper02 li a {
    line-height: 68px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
    color: #6C6D70;
}

.category_depth.autoBox .mySwiper01 li.on a,
.category_depth.autoBox .mySwiper02 li.on a {
    padding:10px 15px;
    color:var(--white);
    border-radius: 999px;
    background: var(--Ypoint);
}

/* 상품 리스트 */
#layout_config #goodsList .goods_list .contents {
    margin-top: 40px;
}

.goodsDisplayImageWrap img {
    width: 100%;
}

.contents .goodsDisplayWrap {
    margin-bottom: 60px;
}

.contents .goodsDisplayWrap :last-child {
    margin-bottom: 0;
}

#layout_config .contents .goodsDisplayWrap {
    display: inline-flex;
}

#layout_config .contents .goodsDisplayWrap .goodsDisplayItemWrap {
    width: 410px;
    margin-right: 27px;
}

#layout_config .contents .goodsDisplayWrap .goodsDisplayItemWrap:nth-child(3n) {
    margin-right: 0;
}

#layout_config .contents .goodsDisplayWrap .goodsDisplayImageWrap {
    height: 410px;
}

#layout_config .contents .goodsDisplayWrap .goodsDisplayTextWrap {
    margin-left: 0;
}


/* BASIC css end */

