#awag_product_image_notice{
    position: relative;
    padding-right: 30px;
    width: fit-content;
    width: max-content;
    color: #999999;
    cursor: pointer;
}
#awag_product_image_notice:before{
    content: "i";
    width: 20px;
    height: 20px;
    border: 1px solid #999999;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}
