.xe-widget-wrapper{
    width: 100%;
    padding: 0 10px;
}
.noto-sans-kr-normal {
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
.noto-sans-kr-bold {
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.oc_item_list{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px 0;
}
.oc_item_list > a.item{
    width: calc(100% / 4 - 23px);
    color: #000;
    transition: .3s;
    box-shadow: 1px 1px 8px 5px #0000000a;
    border-radius: 10px;
    overflow: hidden;
}
.oc_item_list > a.item:hover {
    transform: translateY(-5px);
}
.oc_item_list > a.item > div.item_body{
}
.oc_item_list div.item_image_area{
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.oc_item_list .item_divide_line{
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
}
.oc_item_list .item_title{
    font-size: 13px;
    font-weight: 400;
    color: #848E8E;
    margin-bottom: 10px;
    line-height: 1;
    transition: .3s;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.oc_item_list .item_title.soldout{
    text-decoration: line-through;
}
.oc_item_list .item_price{
    text-decoration: none;
    color: #000;
}
.oc_item_list div.item_sub_title{
	margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #7941E6;
    line-height: 1;
}
.oc_item_list .item_price.soldout{
    text-decoration: line-through;
}
.oc_item_list .item_price span{
    font-size: 14px;
}
.oc_item_list .item_price span.price{
	font-size: 18px;
    font-weight: 700;
	background: linear-gradient(to bottom right, #965BE0, #D052A7);
	-webkit-background-clip: text;  /* Safari, Chrome */
	-webkit-text-fill-color: transparent;  /* Safari, Chrome */
	background-clip: text;  /* Firefox */
	color: transparent;
}
.oc_item_list .item_price span.discount{
    color: #ff0000;
    font-weight: 500;
}
.oc_item_list .item_price span.pre_discount_price{
    text-decoration: line-through;
    color: #b0b0b0;
    margin-right: 5px;
}
.oc_item_list div.item_image_area::before{
    content: "";
    display: block;
    padding-top: 100%;
}

.oc_item_list div.item_image_area img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.oc_item_list div.item_bottom{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    align-items: center;
}
.oc_item_list div.item_bottom_left{
    width: 36px;
}
.oc_item_list div.item_bottom_center{
    width: 100%;
}
.oc_item_list div.item_bottom_right{
    width: 36px;
}
.oc_item_list div.item_info_area{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.oc_item_list div.item_info_area span.cart_bt{
	width: 30px;
    height: 30px;
    border-radius: 50%;
	background: linear-gradient(to bottom right, #965BE0, #D052A7);
    color: #fff;
    font-size: 13px;
    transition: .3s;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* .oc_item_list div.insert_cart{
    width: 36px;
    height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #2F2725;
} */
.oc_item_list div.insert_cart{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #092F9E;
    border-radius: 50%;
}
.oc_item_list div.insert_cart img{
    width: 16px;
}
.oc_item_list div.insert_cart i{
    font-size: 16px;
    color: #F5CA1F;
    position: relative;
    /* top: 2px; */
}
.oc_item_list img.profile_image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.oc_item_list span.no_profile_image{
    width: 100%;
    height: 100%;
    background-color: #ececec;
    display: inline-block;
}
div.item_title{
    /* height: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; */
    font-size: 14px;
}
div.item_seller_info_area{
    display: flex;
    align-items: center;
    gap: 7px;
}
div.item_seller_info_area span{
    font-size: 14px;
}
div.rate_area{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}
div.rate_and_rate_count{
    font-size: 14px;
}
div.rate_and_rate_count i{
    color: #FCD53F;
    font-size: 14px;
}
div.item_price{
    font-size: 14px;
}
div.pre_discount_price{

}
div.pre_discount_price span{
    text-decoration: line-through;
    font-size: 12px;
}
span.discount_rate{
    text-decoration: line-through;
    color: red;
}
div.shop_item_pagination{
    margin-top: 20px;
	font-size: 15px;
	text-align:center;
	padding-top:10px;
	padding-bottom:30px;
}
div.shop_item_pagination a{
	text-decoration:none;
	color:#767676;
	background-color:transparent;
	border-radius:2px;
	padding: 3px 10px;
	display:inline-block;
	vertical-align:top;
	border-radius: 5px;
}
div.shop_item_pagination a.selected{
	text-decoration:none;
	color:#222;
	background-color:#f6f6f6;
	border-radius:2px;
	padding: 3px 10px;
	display:inline-block;
	vertical-align:top;
	border-radius: 5px;
}
div.shop_item_pagination strong{
	padding:0 5px;
}

div.item_widget_header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0;
}
div.item_widget_header.item_srls{
    justify-content: center;
}
div.item_widget_header.item_srls > h3 {
    font-size: 26px;
    font-weight: 800;
    color: #000;
}
div.item_widget_header.item_srls > h3 > span {
    color: #092F9E;
}
ul.item_sort_type{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
div.item_count{
	font-size: 15px;
}
span.item_count{
	font-weight: 700;
}
ul.item_sort_type{
	font-size: 15px;
}
ul.item_sort_type li:after{
	content: '|';
	padding: 0 10px;
}
ul.item_sort_type li:last-child:after{
	display: none;
}
ul.item_sort_type li a{
    text-decoration: none;
    color: #000;
}
ul.item_sort_type li a.active{
	font-weight: 700;
}
div.out_of_stock{
    color: red;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}

.oc_item_list div.item_image_area img.hover-image {
	display: none;
}
  
.oc_item_list a.item.has-hover-image:hover .hover-image {
	display: block;
}
.oc_item_list a.item.has-hover-image:hover .cover-image{
	display: none;
}
.item_widget .view_more_item{
    text-align: center;
}
.item_widget .view_more_item a{
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 1rem;
    min-width: 230px;
    border: 1px solid #5b5b5b;
    border-radius: 10px;
    text-align: center;
    transition: .3s;
    color: #000;
    font-weight: 700;
}
.item_widget .view_more_item a:hover {
    color: #fff;
    background-color: #004EA2;
    border-color: #004EA2;
}
span.price_unit{
    font-size: 14px;
    padding-left: 3px;
}
.oc_item_list .required_member_only{
    color: #5c5c5c;
}
/* 1200px 이하 미디어 쿼리 */
@media (max-width: 1200px) {
    .oc_item_list > a.item{
        width: calc(100% / 3 - 22px);
    }
}

/* 모바일 768px 이하 */
@media screen and (max-width: 768px){
    .oc_item_list{
        gap: 15px;
    }
    .oc_item_list > a.item{
        width: calc(50% - 9.5px);
    }
    .oc_item_list div.item_bottom_right{
        display: none;
    }
    .oc_item_list div.item_bottom_left{
        display: none;
    }
    .oc_item_list div.item_bottom_center{
        width: 100%;
    }
    .oc_item_list .item_divide_line{
        margin: 5px 0;
    }
    .oc_item_list div.item_bottom{
        margin-top: 5px;
    }
    .oc_item_list .item_title{
        font-size: 12px;
    }
    .oc_item_list .item_price span{
        font-size: 12px;
    }
    div.item_title{
        /* height: 20px; */
    }
    div.item_widget_header{
        flex-wrap: wrap;
        gap: 10px;
        justify-content : center;
        margin-top: 10px;
    }
}

/* 576px 이하 미디어 쿼리 */
@media (max-width: 576px) {
    .oc_item_list > a.item{
        width: 100%
    }
}