.section-wrap b, i{
    font: revert;
}

.utilities-wrap .common-bookmark-btn,
.goods .related-section-wrap .list-wrap .common-bookmark-btn{
    width:20px;
    height:20px;
}


.utilities-wrap .common-bookmark-btn_icon,
.goods .related-section-wrap .list-wrap  .common-bookmark-btn_icon{
    width:20px;
    height:20px;
}


.goods .related-section-wrap .list-wrap .list-title>div{
    letter-spacing: -0.5px;
}


.goods .related-section-wrap .list-wrap .common-select-box-wrap .common-select-box-text{
    width:143px;
}

.goods .related-section-wrap .list-wrap .list-inner-wrap>div{
    height:90px;
}

.goods .goods-info-wrap .goods-text-wrap .price-wrap ul li .stock-warn-box{
    position: absolute;
    width: 450px;
    box-sizing: border-box;
    padding: 16px;
    border: 1px solid var(--black);
    display: none;
    flex-direction: column;
    gap: 16px;
    background: var(--white);
    z-index: 9;
    top: 30px;
    left: 40px;
}

.goods .goods-info-wrap .goods-text-wrap .price-wrap ul li .stock-warn-box.is-active{
    display:flex;
}

.goods .related-section-wrap .list-table table{
    width:100%;
    border-collapse: collapse;
    border-top:2px solid var(--black);
    table-layout: fixed; /* 테이블의 고정 레이아웃 */
}

.goods .related-section-wrap .list-table table th,
.goods .related-section-wrap .list-table table td{
    width: auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: -0.5px;
    text-align: center;
    color: var(--black);
    padding:18px 24px;
    border-bottom:1px solid var(--Grey-color-disabled);
    vertical-align: middle;
    box-sizing: border-box;
}

.goods .related-section-wrap .list-table table th{
    height:110px;
}

.goods .related-section-wrap .list-table table td{
    height:90px;
}

.goods .related-section-wrap .list-table table th .common-select-box-wrap{
    display:inline-block;
    margin-top:8px;
}



.goods .related-section-wrap .list-table table th.fixed-number,
.goods .related-section-wrap .list-table table td.fixed-number{
    width:115px;
}

.goods .related-section-wrap .list-table table th.fixed-cart,
.goods .related-section-wrap .list-table table td.fixed-cart{
    width:115px;
}

.goods .related-section-wrap .list-table table td.empty{
    height:399px;
}

.common-select-box-wrap .common-select-box-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common-select-box-wrap .common-select-box-list ul{
    height:280px;
    overflow-y: scroll;
}

.goods .related-section-wrap .list-table table thead,
.goods .related-section-wrap .list-table table .scroll-tbody tr{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.goods .related-section-wrap .list-table table .scroll-tbody{
    display: block;
    height:400px;
    overflow-y:scroll;
}

.goods .goods-info-wrap .gallery-top .swiper-slide{
    height: 600px;
}

.goods .goods-info-wrap .goods-img-wrap .goods-slides-cont img{
    object-fit: contain;
}