.noto-sans-kr-normal {
    font-family: 'Pretendard Variable', 'Noto Sans KR', sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
.noto-sans-kr-bold {
    font-family: 'Pretendard Variable', 'Noto Sans KR', sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.scont-tit a{
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 2px;
}
.scont-tit a i{
    font-size: 12px;
}

.oc_item_list{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 16px;
}
.oc_item_list > a.item{
    width: calc(25% - 30px);
}
.oc_item_list div.item_image_area{
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
}
.oc_item_list div.item_image_area::before{
    content: "";
    display: block;
    padding-top: 57%;
}

.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{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
.oc_item_list div.item_bottom_left{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #cdcdcd;
}
.oc_item_list div.item_bottom_center{
    width: 100%;
}
.oc_item_list div.item_bottom_right{
    width: 40px;
}
.oc_item_list div.insert_cart{
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    text-align: center;
}
.oc_item_list div.insert_cart i{
    font-size: 18px;
    color: #666666;
    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: 20px;
    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: 16px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}
div.item_seller_info_area{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 7px;
    flex-wrap: wrap;
}
div.item_seller_info_area span.item_seller_nick_name{
    font-size: 14px;
    color: #666;
    font-weight: bold;
}
div.item_seller_info_area span.item_sales{
    font-size: 14px;
    font-weight: bold;
    color : #666;
}
div.item_seller_info_area span.dot{
    font-size: 14px;
    font-weight: normal;
    color : #606060;
}
div.rate_area{
    display: flex;
    align-items: center;
    gap: 10px;
}
div.rate_and_rate_count{
    font-size: 14px;
}
div.rate_and_rate_count i{
    color: #FCD53F;
    font-size: 14px;
}
div.item_price{
    font-size: 18px;
}
div.item_price{
    font-size: 18px;
    font-weight: bold;
}
div.pre_discount_price span{
    font-size: 12px;
}
span.discount_rate{
    color: red;
}
span.discount_before_price{
    text-decoration: line-through;
    font-size: 12px;
}
div.item_download_slide_area{
    display: flex;
    gap: 5px;
    align-items: center;
    z-index: 1;
    position: absolute;
    bottom: 12px;
    left: 12px;
}
div.item_download_slide_area > div{
    font-size: 12px;
    font-weight: bold;
    color: #333;
    border: 1px solid #e1e1e1;
    background: rgba(255, 255, 255, 0.88);  
    border-radius: 30px;
    padding: 4px 8px;
}
div.item_download_slide_area > span.dot{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
span.item_add_benefit{
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
}

.nav_wrap{
    width: 100%;
    height: fit-content;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.swiper-scrollbar-oc{
    background: #f1f1f2;
    width: calc(100% - 110px);
    overflow: hidden;
}
.swiper-scrollbar-drag{
    height: 3px;
    background: rgb(12, 49, 143);
}
.btn_wrap{
    display: flex;
    justify-content: center;
    gap: 6px;
}
.swiper-button-prev-oc,
.swiper-button-next-oc{
    width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.swiper-button-prev-oc i,
.swiper-button-next-oc i{
    color:#333;
}

/* 모바일 1366px 이하 */
@media screen and (max-width: 1366px){
    .oc_item_list{
        gap: 20px;
        width: calc(100% - 15px);
        margin-right: 15px;
        overflow: hidden;
    }
    .oc_item_list > a.item{
        width: calc(100%);
    }
    section.main_sc.oc{
        padding-bottom: 50px!important;
    }
    span.item_sales{
        margin-top: 0;
    }
    #sc_news .mc-con{
        padding-right: 0;
    }
    #sc_news .scont-tit{
        padding-right: 15px;
    }
    .btn_wrap{
        margin-right: 20px;
        gap: 4px;
    }
    .swiper-scrollbar-oc{
        width: calc(100% - 90px);
    }
    .swiper-button-prev-oc, .swiper-button-next-oc{
        width: 32px;
        height: 32px;
    }
    div.item_download_slide_area{
        bottom: 6px;
        left: 6px;
    }
}