@charset "utf-8";

/* product detail custom */

.product_path{
    display: flex; gap: 9px;
    padding: 144px 0;
}

.product_path p{
    color: rgba(94, 80, 63, 0.40);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

.product_path p.on{
    color: #5E503F;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}


.shop_item_detail_alt_box01 .top_box .tit_top{display: flex; gap: 18px;}

.shop_item_detail_alt_box01 .top_box .tit_top p{
    color: #888;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;    
}

.shop_item_detail_alt_box01 .top_box .tit_top span{
    display: flex;
    padding: 4px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #222;

    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}


.shop_item_detail_alt_box01 .top_box .tit_box .tit{
    margin-top: 18px;
    margin-bottom: 8px;
}