/* BASIC css start */
div#MS_product {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top:20px;
    padding:0;
    border-top: 1px solid #000;
    border-left:1px solid #000;
    box-sizing: border-box;
}

div#MS_product .item-list:first-child{
    border-left: 1px solid #000;
    box-sizing: border-box;
}

div#MS_product::before {
    content:'';
    display:inline-block;
    background: url(//liberclassy.jpg3.kr/2025_renewal/img/bn/list/listbn_03.jpg) no-repeat left center;
    background-size:100%;
    width:49.97%;
    border-bottom:1px solid #000;
    box-sizing: border-box;
}

div.listbn_wrap {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    margin-top:20px;
    border-top: 1px solid #000;
    border-left:1px solid #000;
    box-sizing: border-box;
}

.listbn {
    width: 50%;
    border:1px solid #000;
    border-top:none !important;
    border-left:none !important;
    box-sizing: border-box;
}

.listbn img {
    width:100%;
}

.item-list {
    display:inline-block;
    margin-bottom: 0%;
    width: 25%;
    position: relative;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}

.item-list-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .4s ease;
    background-color: rgb(0 0 0 / 10%);
    opacity: 0;
    z-index: 10;
}

.item-list-bg:hover {
    opacity: 1;
}

.prd-wish {
    position: absolute;
    top:559px;
    right: 22px;
}

.item-list .thumb img {
    width: 100%;
}

.item-list .prd-info {
    padding: 15px 25px;
    overflow: hidden;
}

.item-list .prd-ico img {
    margin: 2px
}

.item-list  li.brand {
    font-size: 12px;
}

.item-list .prd-name a {
    margin-top: 6px !important;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0;
    color: #797979;
    font-weight: 300;
    font-family: 'Pretendard Variable';
}

.item-list .subname {
    padding-top: 5px;
    font-weight: 600;
    color: #353535;
    font-size: 14px;
    font-family: 'Pretendard Variable';
}

.item-list .prd-price {
    padding-top: 5px;
    padding-bottom: 0px;
    text-align: left;
    font-size: 14px;
    display: flex;
}

.item-list .prd-price strike {
    display:none;
    font-weight: 200;
    color: #797979;
    margin-right: 5px;
    font-weight: 400;
}

.item-list .prd-price .price {
    margin-right: 10px;
    color: #000;
    font-weight: 500;
}

p.percent {
    display: none;
    color: #f41f3a;
    font-weight: 500;
}

.item-list .prd-wish {
    padding-top: 20px;
}

.item-list .prd-wish a {
    font-family: 'malgun gothic';
    font-size: 14px;
    color: #000;
}

.item-list .prd-wish i.fa {
    margin-right: 4px;
    color: #c8c8c8;
    font-size: 22px;
    vertical-align: text-top;
    cursor: pointer;
}

.item-list .prd-wish i.fa-heart {
    display: none;
    color: #f41f3a;
}

.item-list .prd-wish .wish-on i.fa-heart {
    display: inline-block;
}

.item-list .prd-wish .wish-on i.fa-heart-o {
    display: none;
}

.item-list .prd-subname {
    margin-top: 15px;
    padding-top: 15px;
    color: #8b8b8b;
    text-align: left;
    border-top: 1px dashed #c6c6c6
}

#prdBrand {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.product_area {
    width: 100%;
    box-sizing: border-box;
}

.thumb {
    width: 100% !important;
    position: relative;
    display: inline-block;
}

.thumb .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%
}

.thumb:hover .img-top {
    display: block;
}

.thumb:hover .dm_bg {
    display: block;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}




/* ¿É¼Ç */
.option {
    padding: 2% 0 0;
}

ul.mk_prd_option_list {
    border:1px solid #797979;
    font-family:'Pretendard Variable';    
}

.mk_prd_option_list h5.option-name {
    color: #000;
    background-color: #f1f1f1;
    border-left: 0px solid #fff;`
    border-bottom: 0px solid #eee;
    font-size:13px;
}

.mk_prd_option_list span.option-required {
   color: #f03e24;
}

li.mk_opt_top {
   padding: 2px 3px 1px;
}

.mk_opt_top_text {
    margin-top: 2px;
    color: #797979;
    font-size:12px;
}

.mk_opt_top_close a {
    color: #797979;
    font-size: 12px;
}

.mk_prd_option_list .mk_bt_opt_close {
    display: none;
}

.mk_prd_option_list LI {
   font-size: 13px;
}

li.mk_opt_unit {
   padding: 2px;
}

.mk_prd_option_list .option-soldout {
    color: #f03e24 !important;
}


.MS_image_slider .thumb {
    width: auto;
    height: auto;
    position: static;
    margin: 0;
}

.total-sort .sort {
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    box-sizing: border-box;
    margin-right:50px;
}

.total-sort .sort li {
    margin-left:5px;
}

.total-sort .sort li, .total-sort .sort li a {
    font-weight:normal;
    font-size:12px;
}

.total-sort .sort dt {
    font-size: 24px;
    color: #000;
}

.total-sort {
    margin-bottom:0px;
}

.class-list ul {
    display: flex;
    padding: 0px;
    gap: 30px;
    justify-content: center;
}

.class-list ul li {
    margin-bottom: 15px;
}

.class-list ul a{
    font-size: 14px;
    line-height:14px;  
}

#menutab .sel > a {
    color:#000;
    border-bottom:1px solid #000;  
}

.sel {
    border-bottom:1px solid #000;
}

li.sel {
    border:none;
}

li.cate3.sel {
    border:none;
}




/*ÆäÀÌÂ¡*/
.paging {
    margin: 20px auto 0;
    height:auto;
}

.paging li a {
    border:none !important;
    font-family:'Pretendard Variable';
    color:#000;
    font-size:12px;
    line-height:14px;
}

.paging li a:hover {
    font-size: 12px;
}


.paging li.first a, .paging li.prev a, .paging li.next a, .paging li.last a {
    font-size:12px !important;
    background: none;
    text-indent: unset;
    letter-spacing: 0;
}

.paging li.now a {
    border: none !important;
    color:#000;    
}

.paging li.now a:hover {
   font-size: 12px;
}

.paging a {
    display:inline-block;
    padding: 0 10px;
    width:auto;
    height:30px;
    line-height:30px;
    font-size:12px;
}
/* BASIC css end */

