<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
#contentWrap{
    width: 100%;
}

#prdBrand .cate-wrap .bcate{
    font-weight: 600;
    color: #2e2e2e;
    font-size: 20px;
    text-align: center;
}

#prdBrand .cate-wrap .bcate {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 80px 0 36px 0;
    position: relative;
    font-size: 15px;
    color: #222;
    font-weight: 600;
}

#prdBrand .cate-wrap .lower-category {
    margin-bottom: 40px;
    text-align: center;
    width: 1240px;
    font-size: 0;
}

#prdBrand .cate-wrap .lower-category li{
   display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 15px;
    cursor: pointer;
    margin-bottom:10px;
}

#prdBrand .cate-wrap .lower-category.noResponsive li{
    display:inline-block;
    width:120px;
}

#prdBrand .cate-wrap .lower-category li.sel &gt; a{
    border-bottom:1px solid #222;
    color:#222;
}

#prdBrand .cate-wrap .lower-category li &gt; a{
    color: #999;
    font-size: 13px;
    display:block;
    border-bottom:1px solid #fff;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

#prdBrand .cate-wrap .lower-category li &gt; a:hover{
    opacity:1!important;
    border-bottom:1px solid #222;
    color:#222;
}

#prdBrand .item-wrap .item-info{
    padding: 25px 0 25px;
    border-bottom: none;
    display: none;
}
#prdBrand .item-wrap .item-info select{float:right; width:120px; height:30px; line-height:30px;}
#prdBrand .item-wrap .item-info .item-order{
    padding-right: 0px;
}

#prdBrand .item-wrap .item-info .item-order li{
    padding: 0px;
    background: none;
    padding-left: 15px;
}

#prdBrand .item-wrap .item-info .item-order li a{
    font-size: 12px;
    color: #6a6a6a;
    font-weight: normal;
}

#prdBrand .item-wrap .item-info .item-order li .on {
    text-decoration: underline;
}



/* 베스트상품 */
.recmdLine{width:1400px; margin:0 auto; border-top:1px solid #ddd; margin-bottom:100px;}
 
#prdBrand .item-wrap .recmd-item-wrap{
    position: relative;
    padding-bottom: 100px;
}

#prdBrand .item-wrap .recmd-item-wrap .cut_lay{
    overflow: hidden;
}


#prdBrand .item-cont.recmd-item-wrap .normal_item{
    margin-bottom: 20px;
    font-size: 12px;
}

#prdBrand .item-cont.recmd-item-wrap .normal_item:nth-last-child(-n+4) {
    margin-bottom:0;
}



#prdBrand .item-cont.recmd-item-wrap .normal_item .prod_thumb{
    margin-bottom: 0px;
}

#prdBrand .item-cont.recmd-item-wrap .normal_item .besticon{
    width:40px;
    text-align:center;
    display:block;
    background:rgba(0,0,0,0.7);
    font-size:9px;
    color:#fff;
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    line-height: 16px;
    padding: 4px 0;
    display:none;
}



#prdBrand .item-cont.recmd-item-wrap  &gt; div .spac_wrap {
    opacity:0;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    text-align: center;
    height: 70px;
    padding: 22px 0 20px;
    z-index: 10;
    color: #000;
     transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#prdBrand .item-cont.recmd-item-wrap  &gt; div .spac_wrap  .prod_line{
    display: block;
    width: 200px;
    height: 1px;
    background: #777;
    margin: 10px auto 13px;
}
#prdBrand .item-cont.recmd-item-wrap  &gt; div .spac_wrap .discount_price {
    font-size:12px;
    color:#555;
     font-weight:300;
    font-family: 'Open Sans','나눔고딕','Nanum Gothic','dotum',sans-serif;
}

#prdBrand .item-cont.recmd-item-wrap &gt; div .spac_wrap .discount_price b, #prdBrand .item-cont.recmd-item-wrap  &gt; div .spac_wrap .sale_price strike{
    font-size:12px;
    display:block; 
    color:#222;
    font-weight:300;
}

#prdBrand .item-cont.recmd-item-wrap  &gt; div .spac_wrap .prod_name {
    font-size:12px;
    color:#222;
     font-weight:300;
    font-family: 'Open Sans','나눔고딕','Nanum Gothic','dotum',sans-serif;
}
#prdBrand .item-cont.recmd-item-wrap  &gt; div:hover .spac_wrap{
    opacity:1;
}
.loc-navi.floating {
    position: absolute;
    top:0;
    left: 50%;
    margin-left: -650px;
}
.title_ban_wrap {
   overflow:hidden;
}
.title_ban_wrap img {
    left: 50%;
    position: relative;
    transform: translate(-50%,0);
}
/* BASIC css end */

</pre></body></html>